
.page-top {
    background-color: #ffffff;
    border-radius: 10px 10px 0 0;
    position: relative;
    top: -10px;
    z-index: 100;
}


.mall-nav {
    background: #ffffff;
    padding: 10px 0 10px 0;
    line-height: 24px;
    font-size: 18px;
    color: #666666;
    font-weight: 500;
    display: flex;
    justify-content: space-evenly;
    max-width:592px;
    margin:0 auto;
}

.mall-nav .nav-item {
    display: inline-block;
    text-align: center;
    letter-spacing: 2px;
}

.mall-nav .active {
    font-weight: 600;
    color: #000000;
}

.mall-nav .active::after {
    content: "";
    display: block;
    background-color: #E93524;
    width: 60%;
    height: 6px;
    border-radius: 12px;
    margin: 4px auto;
}


.bg-gray {
    background-color: #F4F4F6
}

.d-block {
    display: block;
}

.d-flex {
    display: flex;
}

.justify-content-between {
    justify-content: space-between;
}

.align-items-baseline {
    align-items: baseline;
}

.strikethrough {
    text-decoration: line-through;
}

.d-inline-block {
    display: inline-block
}

.float-left {
    float: left
}

.float-right {
    float: right }

.page-content {
    width: 100%;
    height:calc(100vh - 350px);
    position: relative;
    display: flex;
}

.mall-category {
    width: 20%;
    margin-left: 0.8rem;
    font-size: 1rem;
    display: inline-block;
    color: #747474;
}

.category-item {
    line-height: 2.8rem;
    display: block;
    color: #747474;
}

.category-item img {
    width: 2.4rem;
    max-height: 2.4rem;
}

.mall-group-list {
    display: inline-block;
    width: calc(80% - 1rem);
    height:100%;
    overflow-y: scroll;
}

.mall-group-list .item-bg {
    width: 100%;
    height: 161px;
    background: linear-gradient(180deg, rgba(254, 70, 7, 0.15) 0%, rgba(216, 216, 216, 0) 100%);
    border-radius: 20px 20px 0 0;
    position: absolute;
}

.mall-group-list .item-list {
    display: block;
    position: relative;

}

.mall-group-list .item-content {
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mall-group-list .item {
    display: inline-block;
    max-width:47%;
    width: 8.6rem;
    margin-bottom: 15px;
    background-color: #fafafa;
    border-radius: 10px;
    position: relative;
    overflow: hidden;

}

.mall-group-list .item img {
    width: 100%;
    display: block;
    
} 
.mall-group-list .item .item-text{
    position: absolute;
    width:100%;
    bottom: 5px;
}

.mall-group-list .item span {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    display: block;
    text-align: center;
    text-shadow:
        4px 0 6px #00000050,
        -4px 0 6px #00000050,
        0 4px 6px #00000050,
        0 -4px 6px #00000050,
        4px 4px 6px #00000050,
        -4px -4px 6px #00000050,
        4px -4px 6px #00000050,
        -4px 4px 6px #00000050;
}

.mall-category .item-active span{
    font-weight: bold;
    color: #000000;
}

.mall-category .item-active img {
    filter:none;
    opacity: 1;
}

.category-item img {
    filter: grayscale(100%);
    opacity: 0.65;
}

.image-gray {
    filter: grayscale(100%);
    opacity: 0.65;
}

.search-icon-btn {
    position: fixed;
    right: 98px;
    height: 44px;
    display: flex;
    align-items: center;
}

.search-icon-btn image {
    width: 32px;
    height: 32px;
}

.icon-sort-number {
    position: absolute;
    top: 0;
    left: 15px;
    color: #ffffff;
}

.mall-group-list .icon-sort-number img {
    width: 25px;
    height: 26px;
}

.mall-group-list span{
    margin-top:-24px;
}

/*商品详情页*/

.color-red {
    color: #E93524;
}

.sales-price {
    font-weight: bold;
    font-size: 24px;
    margin-right: 10px;
}

.min-rent-days {
    font-weight: 500;
    background: #FFDBD8;
    border-radius: 8px;
    padding: 2px 6px;
}

.coupons {
    padding-bottom:10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.label-coupon-list {
    display: inline-block;
    align-self: center;
    height:30px;
    overflow: hidden;
}

.label-coupon {
    text-align: center;
    display: inline-block;
    padding: 0 6px;
    background: #FDFAE9;
    border-radius: 8px;
    font-weight: 500;
    font-size: 12px;
    line-height: 28px;
    color: #F2770F;
    border: 1px solid #Ff770035;
    margin-right: 8px;
    
}


.page-top-product {
    padding: 10px 12px;
}

.page-content-product {
    margin-top: -10px;
    padding: 0 12px;
}

.page-content-block {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 12px;
    margin-bottom: 12px;
}

.network,.package {
    margin: 15px 0
}

.network-item {
    width: 60px;
    line-height: 36px;
    text-align: center;
    border-radius: 12px;
    background: #F4F4F6;
    display: inline-block;
    margin-right: 25px;
    font-weight: 600;
    font-size: 18px;
    border: 2px solid #fff;
    cursor: pointer
}

.package-item {
    text-align: center;
    border-radius: 12px;
    background: #F4F4F6;
    margin-bottom: 8px;
    font-weight: 500;
    padding: 6px 12px;
    line-height: 24px;
    border: 2px solid #fff;
    cursor:pointer
}
.package-item>div>span:first-child{
    width:calc(100% - 90px);
    text-align: left;
    line-height: 20px;
}

.network .active,
.package .active {
    border: 2px solid #E93524;
    background: #FFDBD8;
}

.attr-title {
    font-weight: 500;
    font-size: 14px;
}

.package-name {
    font-weight: bold;
    font-size: 16px;
}

.package-title {
    line-height: 30px;
    padding: 6px 0;
}

.page-bottom {
    background: #ffffff;
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 640px;

}

.btn-order {
    width: 120px;
    line-height: 38px;
    background: #E93524;
    border-radius: 24px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
}

.custom-icon {
    text-align:center;
    display: inline-block;
    margin-right: 24px;
    font-size: 12px;
    color: #666666;
}

.custom-icon img {
    width: 32px;
    height: 32px;
    display: block;

}

.bottom-btn-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;


}

.product-content-block {
    padding-top: 12px;
    line-height: 24px;
}

.product-content-block [src*='.jpg'],
.product-content-block [src*='.jpeg'],
.product-content-block [src*='.gif'],
.product-content-block [src*='.png'],
.product-content-block [src*='.bmp'] {
    max-width: 100%;
    height: auto;
    display:block;
}

.mall-nav-node {
    width: 100%;
    height:60px;
}
.mall-nav-fixed {
    text-align:center;
    position: fixed;
    z-index: 100;
    top: 45px;
    width:calc(100% - 36px);
}

.coupon-item-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.coupon-item-block {
    width:360px;
    background: url('http://www.vipwifi.com/statics/wxapp_wifi/images/mall/bg-coupon-item.png');
    background-size: 100% 100%;
    padding: 16px;
    padding-bottom:24px;
    margin-bottom: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    line-height: 24px;
}

.coupon-item-amount {
    width: 27%;
}

.coupon-item-amount span {
    text-align: center;
    display: block;
}

.coupon-item-amount span:first-child {
    color: #E93524;
    font-weight: bold;
    font-size: 24px;
}

.coupon-item-amount span:last-child {
    font-size: 14px;
    padding-top:5px;
}

.coupon-item-content {
    width:45%;
}
.coupon-item-content span {
    display: block;
    color: #666666;
}

.coupon-item-content span:first-child {
    color: #000000;
    font-weight: bold;
    font-size: 16px;
}

.coupon-item-button {
    width: 80px
}

.coupon-item-button button {
    color: #532D16;
    background: linear-gradient(170deg, #F7ECE2 0%, #FECD84 100%);
    border-radius: 15px;
    padding:5px 10px;
    font-size: 14px;
    border:0;
}

.coupon-item-rules {
    width: 360px;
    padding:16px;
    background: url('http://www.vipwifi.com/statics/wxapp_wifi/images/mall/bg-coupon-item.png');
    background-position: center;
    background-size: 100% 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    color: #666;
    margin-top:-28px;

}

.showCouponRule {
    cursor: pointer;
}

.coupon-item-rules span {
    padding-left:10px;
    display: block;
}

.network-tips {
    padding: 16px 24px;
}

.network-tips-item {
    margin-bottom: 28px;
}

.network-tips-item span {
    display: block;
    font-size: 14px;
    line-height: 24px;
}

.network-tips-item span:first-child {
    color: #E93524;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.package-title .tagline {
    display: flex;
    justify-content: space-between;
    align-items: center; 
}

.more-btn-detail {
    right: 7px;
    width: 7px;
    height: 15px;
    background-image: url(../images/ur-jr.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.icon-help {
    color: #666;
    display: flex;
    line-height: 16px;
    cursor: pointer
}
.icon-help::after {
    content: '';
    background-image: url(../images/wenhao-bgn.png);
    display: inline-block;
    height: 16px;
    width:16px;
    background-size: 100% 100%;
    margin-left:3px;
}


.modal {
    position: fixed;
    bottom:-0;
    width: 100%;
    max-width: 640px;
    z-index: 101;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    overflow: hidden;

    
}

  .modal-mask {
    position:fixed;
    top: 0;
    bottom:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
  }

  .popup {
    background: #fff;
    
  }

  .icon-close {
    color: #666;
    display: inline-flex;
    line-height: 18px;
    cursor: pointer
  }

  .icon-close::after {
    content: '';
    background-image: url(../images/index_footer_close.png);
    display: inline-block;
    height: 18px;
    width: 18px;
    background-size: 100% 100%;
    margin-left: 3px;
  }

  .prompt-box {
      width: 640px;
      height: 45px;
      position: fixed;
      top: 10%;
      left: 50%;
      margin-left: -320px;
      text-align: center;
      line-height: 45px;
      background: rgba(0, 0, 0, 0.6);
      color: #fff;
      font-size: 14px;
      display: none;
      z-index: 9999;
  }
  .swiper-wrapper img {
    display: block;
  }