#app {
  height: 100%;
}

.bgColor {
  background: #f4f8fb;
}

.icon {
  display: inline-block;
}

.overflow-scroll {
  overflow-x: hidden;
  overflow-y: scroll;
  position: absolute;
  width: 100%;
  top: 1.18rem;
  left: 0;
  bottom: 1.33rem;
  -webkit-overflow-scrolling: touch;
}

.moduleMargin {
  margin-top: 0.2667rem;
}

.right-arrow {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-size: cover;
  vertical-align: middle;
  background: url("../img/right-arrow.png") no-repeat center;
  margin-top: -3px;
  margin-left: 5px;
}

.clearFix {
  clear: both;
}

.footer-nav {
  height: 1.33rem;
  width: 100%;
  border-top: 1px solid #e6e6e6;
  position: fixed;
  bottom: 0;
  background: #ffffff;
}

.footer-nav_list {
  width: 100%;
  height: 1.33rem;
}

.footer-nav_list_single {
  width: 25%;
  height: 1.33rem;
  line-height: 1.33rem;
  text-align: center;
  float: left;
  position: relative;
  top: 0;
}

.footer-nav_list_single_shoppingCount {
  background: #d6000f;
  color: #ffffff;
  border-radius: 50%;
  width: 0.4rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  position: absolute;
  top: 0.1rem;
  right: 0.3rem;
}

.footer-nav_list_single a {
  width: 100%;
  display: block;
  z-index: 100;
  color: #555555;
  text-decoration: none;
}

.footer-nav_list_single a p {
  font-size: 14px;
  width: 100%;
  margin-top: -17px;
}

.footer-nav_list_single a i {
  width: 100%;
  height: 30px;
  display: block;
}

.footer-nav_list_single a .footer-icon {
  background-size: 22px !important;
}

.footer-nav_list_single a .footer-index {
  background: url("../zg-activity/20200611/iconImg/home.png") no-repeat center;
}

.footer-nav_list_single a .footer-classify {
  background: url("../img/fenlei.png") no-repeat center;
}

.footer-nav_list_single a .footer-cart {
  background: url("../img/cart.png") no-repeat center;
}

.footer-nav_list_single a .footer-my {
  background: url("../img/personal.png") no-repeat center;
}

.footer-nav_list_single a .footer-my-active {
  background: url("../img/personal-active.png") no-repeat center;
}

.footer-nav_list_single a .footer-cart-active {
  background: url("../img/cart-active.png") no-repeat center;
}

.footer-nav_list_single a .footer-index-active {
  background: url("../img/home-active.png") no-repeat center;
}

.footer-nav_list_single a .footer-classify-active {
  background: url("../img/fenlei-active.png") no-repeat center;
}

.footer-nav_list_single .word-active {
  color: #d6000f;
}

.pro-title {
  z-index: 500;
  background: #ffffff;
  height: 1.15rem;
  line-height: 1.15rem;
  text-align: center;
  width: 100%;
  position: fixed;
  top: 0;
  color: #555555;
  font-size: 16px;
}

.pro-title_leftArea {
  height: 1.15rem;
  line-height: 1.15rem;
  width: 1.15rem;
  position: absolute;
  left: 0;
}

.pro-title_leftArea_arrow {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: cover;
  vertical-align: middle;
  background: url("../img/right-arrow.png") no-repeat center;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  margin-top: -3px;
  margin-left: 5px;
}

.pro-title_content {
  width: 70%;
  height: 1.15rem;
  margin: 0 auto;
}

.fillModule {
  height: 1.2rem;
  width: 100%;
}

[v-cloak] {
  display: none;
}

.text-NoUnderline {
  text-decoration: none;
}
