.cards{
    width: 225px;
    height: 270px;
    background-color: #fefefe;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 15px;
}
.cards a{
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    color: #414141;
    font-size: 12px;
}
.cards .discount{
    width: 67px;
    height: 20px;
    background-color: #e53935;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cards .img_box{
    width: 10rem;
    height: 10rem;
}
.cards img{
    width: 100%;
    height: 100%;
}
.cards .price{
    margin-top: 5px;
}
.cards .describe{
    text-align: center;
    width: 100%;
    padding: 0 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    box-sizing: border-box;
}
.cards .groupPrice{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 0.625rem;
    margin-top: 5px;
    align-items: center;
    box-sizing: border-box;
}
.cards .groupPrice span{
    color: #c91111;
}
.cards .groupPrice section{
    background-color: #414141;
    width: 34px;
    height: 14px;
    border-radius: 6px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.sliding img{
    height: 30px;
}
.page-content{
    background-color: #f8f8f8;
}
.page-content.bg-f2{
    background-color: #f2f2f2;
}
.page-content.bg-ff{
    background-color: #fff;
}
.homePage_banner{
    position: relative;
}
.homePage_banner .homePage_banner-bg{
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
}
.home-nav{
    text-align: center;
    margin-bottom: 10px;
    background-color: #fff;
    padding: 0 10px;
}
.home-nav .home-nav-link{
    display: block;
    font-size: 14px;
    color: #333;
    margin: 20px 0  10px;
}
.home-nav .home-nav-link p{
    /*margin-top: 10px;*/
}
.home-coupon{
    position: relative;
    background-color: #fff;
}
.homeShop_nav_count{
    position: absolute;
    top: 110px;
    left: 222px;
}
.homeShop_nav_count h4{
    font-size: 16px;
    color: #f10215;
   margin: 0;
    font-weight: 400;
}
.homeShop_nav_count hr{
    width: 46px;
    border-top: 2px solid #f10215;
    margin: 15px 0;
}
.homeShop_nav_count p{
    width: 160px;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
}
.homeShop_nav_count del{
    font-size: 12px;
    color: #595353;
}
.homeShop_nav_count span{
    font-size: 16px;
    color: #c11e1e;
    font-weight: bold;
}
@media screen and (max-width: 330px){
    .homeShop_nav_count p{
       width: 140px;
    }
}
.homeList-title{
    margin: 0;
    font-size: 14px;
}
.homeList-title .cb_title{
    font-weight: bold;
    color: #686868;
}
.homeList-title .cb_lookAll{
    color: #686868;
    font-size: 12px;
}
.list-block.homeList-title ul{
    background-color: #f8f8f8;
    color: #333;
}
.list-block.homeList-title ul:before,.list-block.homeList-title ul:after{
    height: 0;
    border: 0;
}
.homeShop_list ul li{
    float: left;
    width: calc(50% - 6px);
}
.homeShop_list ul li:nth-of-type(odd){
    margin-right: 6px;
}
.homeShop_list ul li:nth-of-type(even){
    margin-left: 6px;
}
.homeShop_list .homeShop_list-img{
    position: relative;
    text-align: center;
    padding: 10px 0;
    background-color: #fff;
}
.homeShop_list .homeShop_list-hb{
    padding: 14px;
}
.homeShop_list .homeShop_list-hb h4{
    font-size: 14px;
    color: #333;
    margin-bottom: 4px;
}
.homeShop_list .homeShop_list-hb p{
    font-size: 12px;
    color: #666;
}
.homeShop_list .homeShop_list-hb .homeShop_price{
    font-size: 16px;
    color: #f10215;
    margin-top: 10px;
}
.homeShop_list .homeShop_list-hb .homeShop_price span{
    font-size: 18px;
    margin-left: 4px;
}
.boxList .homeShop_list-img{
    padding: 20px 0;
}
.boxList .gift{
    position: absolute;
    top: 0;
    left: 5px;
    font-size: 11px;
    color: #fdfdfd;
    width: 16px;
    height: 22px;
    background: url("../images/gift_icon.png")no-repeat center;
    background-size: 100%;
}
/*海鲜礼券*/
.coupon .home-coupon{
    padding: 0 0 10px;
}
/*商品详情*/
.productDetail-nav ul li{
    float: left;
    margin: 0 26px;
    font-size: 16px;
    color: #333;
    height: 42px;
}
.productDetail-nav ul li.active{
    color: #db171b;
    border-bottom: 2px solid #db171b;
}
.productDetail-nav ul li.active a{
    color: #db171b;
}
.productInfo_banner{
    background-color: #fff;
    line-height: 0;
    text-align: center;
    padding: 0 20%;
}
.productInfo_banner img{
    margin: 20px 0;
}
.product-show{
    padding: 15px 0;
    background-color: #fff;
}
.product-show .product-show-name{
    padding: 0 15px;
    font-size: 18px;
    color: #333;
    font-weight: 400;
    margin-bottom: 5px;
}
.product-show-sp{
    padding: 0 15px;
    font-size: 14px;
    color: #999;
}
.product-show .product-show-price{
    height: 50px;
    padding: 0 15px;
    line-height: 50px;
    color: #f10215;
    border-bottom: 1px solid #ededed;
}
.product-show .product-show-price span{
    font-size: 18px;
    margin-left: 5px;
}
.sel-numb{
    display: flex;
    padding: 20px 15px 10px;
}
.sel-numb .sel-numb-label{
    display: inline-block;
    color: #333;
    margin-right: 10px;
    line-height: 25px;
}
.sel-numb .sel-numb-row{
    flex: 1;
}
.sel-numb-row .numInp{
    width: 25px;
    height: 23px;
    padding: 0 5px;
    margin-left: -4px;
    margin-top: 1px;
    text-align: center;
    font-size: 15px;
    vertical-align: middle;
    background: none;
    outline: none;
    -webkit-appearance: none;
    border: 1px solid #c4c4c4;
    border-right: none;
    border-left: none;
    border-radius: 0;
}
.sel-numb-row .w-btn{
    width: 27px;
    height: 25px;
    padding: 0;
    text-align: center;
    font-size: 18px;
    vertical-align: middle;
    border: 1px solid #c4c4c4;
    background: none;
    outline: none;
    -webkit-appearance: none;
}
.sel-numb-row .w-btn.minus{
    margin-left: -4px;
}
.product-inform{
    padding: 15px;
    background-color: #fff;
}
.product-inform dl dt{
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
}
.product-inform dl dd{
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}
.evaluate-link{
    background-color: #fff;
}
.evaluate-link .list-block{
    margin: 0;
    font-size: 16px;
    color: #333;
}
.eval-body .list-block  .item-content{
    display: block;
}
.evaluate-link .list-block.media-list .item-media{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f4f4f4;
}
.eval-body .list-block.media-list .item-media{
    float: left;
    padding: 0;
    margin-top: 10px;
}
.eval-body .list-block.media-list .item-inner{
    width: auto;
    margin-left: 55px;
}
.evaluate-link .item-title{
    font-size: 12px;
}
.evaluate-link .item-subtitle{
    font-size: 14px;
    color: #121212;
}

.evaluate-link .item-after{
    font-size: 11px;
    color: #b8b8b8;
}
.evaluateList-img{
    position: relative;
    float: left;
    margin: 5px 5px;
    width: calc(33% - 10px);
    height: 0;
    padding-top: calc(33% - 10px);
}
.evaluateList-img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.allEval-link{
    padding: 15px;
}
.allEval-link .allEval-link-a{
    display: block;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color: #666;
    border: 1px solid #666;
    border-radius: 10px;
}
.allEval-link .allEval-link-a:active{
    color: #fff;
    background-color: #666;
}
.detal-introduce{
    background-color: #fff;
}
.introduce-title{
    position: relative;
    height: 46px;
    line-height: 46px;
    text-align: center;
    width: 138px;
    margin: 0 auto;
}
.introduce-title:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    border-top: 1px solid #333;
}
.introduce-title span{
    position: relative;
    padding: 0 10px;
    background-color: #fff;
    z-index: 1;
}
.detal-introduce-box{
    line-height: 0;
}
.detal-introduce-box img{
    max-width: 100%;
    margin: 0 auto;
}
.toolbar-inner.productToolbar{
    padding: 0
}
.productToolbar .link{
    text-align: center;
}
.tabbar .productToolbar .pro-telPhone{
    width: 20%;
    font-size: 12px;
}
.tabbar .productToolbar .pro-telPhone i{
    display: inline-block;
    width: 19px;
    height: 20px;
    margin-bottom: 3px;
    background: url("../images/tel_icon.png")no-repeat center;
    background-size: 100%;
}
.tabbar .productToolbar .pro-telPhone p{
    color: #333;
}
.tabbar .productToolbar .gobuy{
    width: 40%;
    font-size: 16px;
    background-color: #e95558;
}
.tabbar .productToolbar .gobuy span,.tabbar .productToolbar .joinCar span{
    color: #fafafa;
}
.tabbar .productToolbar .joinCar{
    width: 40%;
    font-size: 16px;
    background-color: #db171b;
}



/*确认订单*/
.checkout .list-block{
    margin: 0 0 10px;
    font-size: 16px;
}
.checkAddress ul:before{
    height: 0;
    border: 0;
}
html.ios-gt-8 .list-block.media-list.checkAddress .item-title,
html.ios-gt-8 .list-block.media-list.checkout-shop .item-title{
    font-weight: 400;
    color: #333;
}
.checkAddress .tel{
    margin-left: 35px;
}
.list-block.checkAddress .item-text{
    height: auto;
    font-size: 14px;
    color: #888;
    margin-top: 5px;
    padding-right: 20px;
}
.checkout-shop.list-block{
    margin: 0;
}
.checkout-shop.list-block ul:after{
    height: 0;
    border: 0;
}
.checkout-shop .item-media{
    width: 125px;
    height: 125px;
    padding: 0 !important;
    background-size: cover;
    background-position: center;
}
/*门店图片处理*/
.checkout-shop .item-media img{
    width: 100%;
    height: auto;
}
@media screen and (max-width: 330px){
    /*.checkout-shop .item-media{*/
        /*width: 84px;*/
        /*height: 84px;*/
        /*line-height: 84px;*/
    /*}*/
}
.list-block.media-list.checkout-shop .item-inner{
    position: relative;
    padding-top: 20px;
    padding-bottom: 0;
}
.list-block.media-list.checkout-shop .item-inner:after{
    height: 0;
    border: 0;
}
.checkout-shop .item-subtitle{
    font-size: 14px;
    color: #999;
    margin-top: 5px;
    margin-bottom: 13px;
    padding-right: 20px;
}
.checkout-shop .item-text{
    color: #333;
}
.checkout-shop .item-hb{
    position: absolute;
    right: 15px;
    top: 60px;
    font-size: 14px;
    color: #999;
}
.wanjiInp.list-block .item-media+.item-inner{
    margin-left: 0;
}
.wanjiInp.list-block .item-title.label{
    width: 20%;
}
.wanjiInp.list-block .item-input input{
    font-size: 16px;
    color: #333;
}

html.ios-gt-8 .list-block.selPay .item-title{
    font-weight: 400;
    font-size: 16px;
    color: #333;
}
.selPay li{
    padding: 2px 0;
}
.theme-black .selPay label.label-radio input[type=radio]:checked~.item-inner{
    background-image: url("../images/check_icon.png");
}
.checkout-toolbar{
    padding: 0;
}
.checkout-toolbar .checkout-numb{
    width: 60%;
}
.checkout-toolbar .checkout-numb span{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #666;
}
.checkout-toolbar .checkout-numb span em{
    margin-left: 5px;
    font-size: 18px;
    color: #f10215;
    font-style: normal;
}
.checkout-toolbar .goCheck{
    width: 40%;
    color: #fff;
    background-color: #db171b;
}
.checkout-toolbar .goCheck span{
    display: block;
    width: 100%;
    color: #fff;
    text-align: center;
}
/*填写收货地址*/
.fillAddress .list-block{
    margin: 0;
    font-size: 16px;
}
.fillAddress textarea{
    height: 75px;
}
.list-block .addArea .item-title.label{
    height: 60px;
}
.btnRow{
    margin-top: 20px;
    padding: 10px;
    text-align: center;
}
.btnRow .button.btn-red{
    color: #fff;
    background-color: #db171b;
    border: 1px solid #db171b;
}
.theme-black .btnRow .button:not(.button-fill){
    border: 1px solid #db171b;
}
.theme-black .btnRow .button:not(.button-fill).active-state{
    background-color: #f10215;
}
.list-block .swipeout-actions-right.myAddress-edit a{
    padding: 0 15px;
    background-color: #e8e8e8;
    color: #333;
}
.list-block .swipeout-actions-right.myAddress-edit a.swipeout-delete{
    color: #fff;
    background: #ff3b30;
}
.address-defult{
    position: absolute;
    right: 10px;
     top: 37px;
    display: inline-block;
    padding: 4px 8px;
    font-size: 12px;
    line-height: 1;
    color: #db171b;
    border: 1px solid #db171b;
    border-radius: 4px;
}
/*支付成功*/
.paySuccess-box{
    text-align: center;
    padding-top: 45px;
}
.paySuccess-box .paySuccess-box-text{
    font-size: 20px;
    margin-top: 15px;
    font-weight: 400;
}
.paySuccess-box .wait-text{
    font-size: 14px;
    color: #888;
    padding: 0 20px;
    margin: 1em 0;
}
.paySuccess-box .paySuccess-btn{
    margin-top: 80px;
    padding: 0 15px;
}
/*订单详情*/
.orderDetail .list-block{
    margin: 0 0 10px;
    font-size: 16px;
}
.orderDetail .list-block .item-inner:after{
    height: 0;
    border: 0;
}
.orderDetail .list-block .item-content{
    border-bottom: 1px solid #f5f4f4;
}
.orderDetail .paid{
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #333;
    text-align: right;
    padding-right: 15px;
}
.orderDetail .paid span{
    font-size: 16px;
    color: #f10215;
}
.orderDetail .order_info li{
    padding: 0 15px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #999;
    border-bottom: 1px solid #f5f4f4;
}
.orderDetail .order_info li:last-child{
    border-bottom:none;
}
.orderDetail-toolbar-inner{
    text-align: right;
    padding-right: 15px;
}
.orderDetail-bar .orderDetail-bar-link{
    display: inline-block;
    width: 80px;
    height: 30px;
    margin-top: 7px;
    margin-left: 15px;
    line-height: 30px;
    font-size: 14px;
    color: #666;
    text-align: center;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}
.orderDetail-bar .orderDetail-bar-link.or-red-btn{
    color: #db171b;
    border: 1px solid #db171b;
}
/*查看物流*/
.logistics .list-block{
    margin-bottom: 10px;
}
.logistics .list-block ul:before{
    border: 0;
    height: 0;
}
.logistics .selProduct-shop .item-media{
    padding: 0;
}
.selProduct-shop .item-media .media-img{
    position: relative;
    width: 65px;
    height: 65px;
    border-radius: 10px;
    background-color: #e2e2e2;
    overflow: hidden;
    border: 1px solid #e2e2e2;
}
.selProduct-shop{
    padding: 15px 15px 15px 0;
    border-bottom: 1px solid #ededed;
}
.selProduct-shop .item-media .media-img img{
    width: 100%;
    height: 65px;
    object-fit: cover;
}
.logistics-shop-nub{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background-color: rgba(0,0,0,.5);
}
.list-block.media-list .selProduct-shop .item-inner{
    padding: 0;
}
.list-block .selProduct-shop .item-inner:after{
    height: 0;
    border: 0;
}
html.ios-gt-8 .logistics .list-block .selProduct-shop .item-title{
    font-size: 14px;
    color: #333;
    font-weight: 400;
    margin-top: 12px;
}
.logistics .list-block .selProduct-shop .item-subtitle{
    font-size: 14px;
    color: #999;
    margin-top: 5px;
}
.logistics .timeline{
    padding: 16px 16px 0;
    margin: 10px 0 0;
    background-color: #fff;
}
.logistics .timeline .timeline-header{
    font-size: 16px;
    color: #333;
    margin: 0 0 20px;
}
.logistics .timeline-item{
    padding-bottom: 10px;
    padding-left: 5px;
}
.logistics .timeline-item-divider{
    margin-left: 0;
    margin-top: 8px;
}
html.ios-gt-8 .logistics .timeline-item-title{
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 5px;
    color: #999;
}
html.ios-gt-8 .timeOn .timeline-item-divider{
    width: 14px;
    height: 14px;
    margin-left: -3px;
    background: url("../images/check_icon02.png") no-repeat center;
    background-size: 9px 6px;
    border: 1px solid #db171b;
    border-radius: 50%;
}
.timeOn .timeline-item-divider:after{
    background-color: #bbb;
    top:105%
}
.timeOn .timeline-item-content{
    font-size: 14px;
}
.logistics .timeline-item-inner{
    padding: 0;
    border: 0;
   border-radius: 0;
    background: none;
}
html.ios-gt-8 .logistics .timeOn .timeline-item-title{
    color: #db171b;
}
.timeOn .timeline-item-time{
    color: #db171b;
}
/*评价*/
.evaluation .list-block{
    margin: 10px 0;
}
.evaluation .list-block.eval-textarea{
    margin-bottom: 0;
}
.evaluation .list-block.eval-textarea ul:after{
    height: 0;
    border: 0;
}
.evaluation .list-block li{
    padding: 10px 0;
}
.evaluation .list-block textarea{
    font-size: 14px;
}
.m-uploader{
    padding: 10px;
    overflow: hidden;
    background-color: #fff;
}
.m-uploader-img{
    position: relative;
    float: left;
    margin: 0 5px 10px;
    width: calc(20% - 10px);
    height: 0;
    padding-top: calc(20% - 10px);
}
.m-uploader-img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.m-uploader-delete{
    position: absolute;
    top: -5px;
    right: -5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    background-color: rgba(0,0,0,.3);
}
.m-uploader-input-box{
    float: left;
    position: relative;
    margin: 0 5px 10px;
    width: calc(20% - 10px - 1 * 2px);
    height: 0;
    padding-top: calc(20% - 10px - 1 * 2px);
    border: 1px dashed #d9d9d9;
    background: url("../images/upload-img.png")no-repeat center;
    background-size: 100%;
}
.m-uploader-input{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-tap-highlight-color: transparent;
}
.evaluation .btnRow{
    padding: 10px 15px;
}
/*门店*/
.store .toolbar:before{
    height: 0;
    border: 0;
}
.store .tabbar-scrollable{
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #ededed;
    position: fixed;
    top: 44px;
}
.store .tabbar-scrollable .toolbar-inner{
    padding: 0;
    width: auto;
    overflow-x: auto;
    position: static;
}
.store .tabbar-scrollable .toolbar-inner .tab-link{
    display: block;
    line-height: 43px;
    font-size: 14px;
    color: #333;
    padding: 0 10px;
}
.store .tabbar-scrollable .toolbar-inner .tab-link.active{
    color: #db171b;
    border-bottom: 2px solid #db171b;
}
.tipnub{
    display: none;
}
.store .tabbar-scrollable .toolbar-inner .tab-link.active .tipnub{
    display: inline-block;
}
.store .checkout-shop li{
    position: relative;
}
.store .checkout-shop li:after{
    content: '';
    position: absolute;
    left: 15px;
    top: 0;
    height: 1px;
    width: 100%;
    background-color: #e5e5e5;
    display: block;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    transform: scaleY(.5);
}
.store .checkout-shop{
    overflow: hidden;
}
.store .checkout-shop .item-content{
    padding: 10px 15px;
}
.store .list-block.media-list.checkout-shop .item-inner{
    padding: 0;
}
.store .list-block.media-list.checkout-shop .item-inner .item-title{
    color: #2e2e2d;
    font-weight: bold;
}
.store .checkout-shop .item-subtitle{
    margin-bottom: 0px;
    margin-top: 0;
    padding-right: 0;
    background: url("../images/index/address.jpg") no-repeat;
    background-size: 13px 13px;
    background-position: 0 2px;
    padding-left: 15px;
    white-space: normal;
}
.store .store-tel{
    font-size: 14px;
    color: #999;
    background: url("../images/index/tel.jpg") no-repeat;
    background-size: 13px 13px;
    background-position: 0 2px;
    padding-left: 15px;
    white-space: normal;
}
.store .mobile{
    font-size: 14px;
    color: #999;
    padding-left: 15px;
}
.store .btn_lookShop{
    width: 80px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: 1px solid #e92232;
    color: #2a2727;
    font-size: 14px;
    border-radius: 2px;
}
.show_choose{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 30px;
    box-sizing: border-box;
    padding: 0 10px;
}
.show_choose i{
    width: 12px;
    height: 7px;
    background: url("../images/index/icon_arrow.png") no-repeat;
    background-size: 100% 100%;
}
.now_show{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 30px;
    box-sizing: border-box;
    padding: 0 10px;
    background-color: #ffffff;
}
.city_group{
    padding: 0 10px;
}
.city_group .t1{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
}
.city_group ul{
    display: flex;
    justify-content: space-between;
}
.city_group ul>li{
    width: 85px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: 1px solid #c0c0c0;
    background-color: #ffffff;
    border-radius: 2px;
    margin-bottom: 13px;
}
.choose_box{
    display: none;
}
.res_sel{
    display: flex;
    align-items: center;
    height: 30px;
    box-sizing: border-box;
    padding: 0 10px;
    border-top: 1px solid #b6b4b6;
}
/*门店详情*/
.storeDetail{
    padding: 0 15px;
}
.storeDetail .e-title{
    position: relative;
    text-align: center;
    height: 43px;
    line-height: 43px;
}
.storeDetail .e-title:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    border-top: 1px dashed #ababab;
}
.storeDetail .e-title span{
    position: relative;
    display: inline-block;
    padding: 0 24px;
    font-size: 17px;
    color: #333;
    background-color: #fff;
    z-index: 1;
}
.storeDetail dl{
    margin-bottom: 20px;
}
.storeDetail dl dt{
    font-size: 14px;
    color: #202020;
    margin-bottom: 20px;
}
.storeDetail dl dd .storeDetail-img{
    height: 232px;
    object-fit: cover;
}
.storeDetail dl dd .store-title{
    font-size: 13px;
    color: #202020;
    margin: 10px 0 5px;
    font-weight: 400;
}
.storeDetail dl dd .routes span{
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    color: #666;
    padding: 0 10px;
    border: 1px solid #a0a0a0;
    border-radius: 4px;
    margin: 0 5px 10px 0;
}
/*关于我们*/
.aboutUs{
    padding: 15px;
}
.aboutUs p{
    margin-bottom: 10px;
    color: #666;
    font-size: 16px;
    line-height: 1.6;
    text-align: justify;
}
.aboutUs img{
    /*margin: 15px 0;*/
    /*line-height: 0;*/
    max-width: 100%;
    margin: 15px auto;
}
/*新闻*/
.list-block.media-list.news-wrap{
    margin-bottom: 10px;
}
.list-block.media-list.news-wrap .item-media{
    width: 96px;
    height: 80px;
    overflow: hidden;
    background-color: red;
    padding: 0;
    border-radius: 10px;
}
.list-block.media-list.news-wrap .item-media img{
    height: 80px;
    object-fit: cover;
}
.list-block.news-wrap .item-content{
    padding: 15px 0 15px 15px;
}

html.ios-gt-8 .list-block.media-list.news-wrap .item-title{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 12px;
}
.list-block.news-wrap .item-subtitle{
    font-size: 12px;
    color: #888;
}
/*媒体报道*/
html.ios-gt-8 .list-block.media-list.newsCate_list .item-title{
    margin-bottom: 8px;
}
.list-block.newsCate_list .item-subtitle{
    margin-top: 4px;
}
.list-block.newsCate_list .item-text{
    font-size: 12px;
    color: #888;
}
.list-block.newsCate_list .item-inner:after,
html.pixel-ratio-2 .list-block.newsCate_list ul:before{
    height: 0;
    border: 0;
}
.list-block.newsCate_list .item-content{
    padding-bottom: 0;
}
.list-block.newsCate_list .item-content:after{
    content: '';
    position: absolute;
    left: 15px;
    top: auto;
    bottom: 0;
    right: 0;
    height: 1px;
    background-color: #e5e5e5;
    z-index: 15;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    transform: scaleY(.5);
}
/*新闻详情*/
.newsDetail{
    padding: 15px;
}
.newsDetail-head{
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
}
.newsDetail-head h4{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 2px;
}
.newsDetail-head span{
    font-size: 12px;
    color: #888;
}
.newsDetail .newsDetail-wrap p{
    font-size: 16px;
    color: #666;
    margin: 10px 0;
    line-height: 1.6;
    /*text-indent: initial !important;*/
}
.newsDetail .newsDetail-wrap img{
    max-width: 100%;
    margin-left: -2em;
    height: auto !important;
}
.newsDetail-recommend{
    margin-top: 30px;
}
.newsDetail-recommend dt{
    font-size: 16px;
    margin-bottom: 15px;
}
.newsDetail-recommend dd{
    font-size: 14px;
    color: #666;
    margin-top: 8px;
}
/*购物车*/
.cart_edit_icon{
    font-size: 16px;
    color: #888;
}
.cart-list .cart-shop-img{
    width: 84px;
    height: 84px;
    margin-left: 10px;
    line-height: 84px;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
}
.cart-list .cart-shop-img img{
    margin: 4px auto;
}
.list-block.cart-list .item-inner:after{
    height: 0;
    border: 0;
}
.theme-black .cart-list label.label-checkbox input[type=checkbox]:checked+.item-media i.icon-form-checkbox{
    background-color: #fff;
    border: 1px solid #db171b;
    border-radius: 50%;
}
.cart-list label.label-checkbox input[type=checkbox]:checked+.item-media i.icon-form-checkbox:after{
    background: none;
    width: 12px;
    height: 6px;
    border: 1px solid #db171b;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
    margin-top: -5px;
}
.cart-list li{
    border-bottom: 1px solid #e5e5e5;
}
.cart-list.list-block .item-content{
    padding-top: 15px;
    padding-bottom: 15px;
}
.list-block.media-list.cart-list .item-media{
    padding: 0;
}
html.ios-gt-8 .list-block.media-list.cart-list .item-title{
    font-weight: 400;
    font-size: 16px;
}
.cart-list.list-block .item-subtitle{
    font-size: 14px;
    color: #999;
}
.cart-list-opt{
    margin-top: 10px;
    overflow: hidden;
}
.cart-list-opt .cart-numb{
    float: left;
    color: #f10215;
    font-size: 14px;
}
.cart-list-opt .cart-numb span{
    font-size: 18px;
    margin-left: 5px;
}
.cart-list-opt .numb-opt{
    float: right;
}
.list-block .sel-numb-row input[type=tel].numInp{
    display: inline-block;
    width: 30px;
    height: 25px;
    padding: 0 3px;
    margin-left: -5px;
    color: #333;
    text-align: center;
    font-size: 13px;
    vertical-align: middle;
    background: none;
    outline: none;
    -webkit-appearance: none;
    border: 1px solid #c4c4c4;
    border-right: none;
    border-left: none;
    border-radius: 0;
}
.toolbar-cart.cart-list.list-block .item-content{
    padding: 0 0 0 15px;
}
.toolbar-cart.list-block .item-title{
    font-size: 13px;
    color: #999;
}
.toolbar-cart.list-block .item-media+.item-inner{
    margin-left: 10px;
    padding-right: 5px;
    padding-bottom: 0;
    padding-top: 5px;
}
.toolbar-cart-money{
    font-size: 15px;
    color: #333;
}
.toolbar-cart-money span{
    color: #f10215;
}
.toolbar-cart-money span em{
    font-style: normal;
    font-size: 17px;
    margin-left: 5px;
}
.cart-delete{
    width: 80px;
    height: 30px;
    margin-right: 15px;
    font-size: 17px;
    color: #db171b;
    border: 1px solid #db171b;
    background: none;
    border-radius: 2px;
    outline: none;
}
.noCart{
    margin: 50% 30% 0;
    text-align: center;
}
.noCart p{
    font-size: 14px;
    color: #888;
    margin-top: 10px;
}
/*帮助中心*/
.helpCenter-detail{
    padding: 15px;
}
.helpCenter-detail p{
    font-size: 14px;
    color: #666;
    text-align: justify;
    margin-bottom: 20px;
    line-height: 1.6;
}
/*个人中心*/
.userCenter{
    position: relative;
    padding-top: 20px;
    height: 222px;
    text-align: center;
    background: url(../images/userCenter_bg01.jpg)no-repeat center;
    background-size: 100% 242px;
}
.userCenter .user-head{
    width: 90px;
    height: 90px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
}
.userCenter .user-head img{
    width: 90px;
    height: 90px;
    object-fit: cover;
}
.userCenter .user-name{
    font-size: 18px;
    color: #333;
    margin: 10px 0;
}
.userCenter .personInfo-link{
    display: inline-block;
    width: 120px;
    height: 30px;
    padding-left: 20px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #333;
    background: rgba(247,247,247,.5) url('../images/edit_icon.png')no-repeat 20px 7px;
    background-size: 13px;
    border-radius: 20px;
}
.userCenter-bg2{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: -10px;
    height: 41px;
    background: url(../images/userCenter_bg02.png)no-repeat center;
    background-size: 100% 41px;
}
.userCenter-nav{
    padding: 20px 0 10px;
    background-color: #fff;
}
.userCenter-nav .link{
    position: relative;
    display: block;
    text-align: center;
}
.userCenter-nav .nav-text{
    margin: 2px 0 0;
    color: #333;
}
.userCenter-nav .news{
    position: absolute;
    top: -5px;
    right: 50%;
    display: block;
    width: 6px;
    height: 6px;
    margin-right: -20px;
    border-radius: 50%;
    background-color: #ff4545;
}
.list-block.userCenter-list{
    margin: 10px 0 ;
    background-color: #fff;
}
html.ios-gt-8 .list-block.media-list.userCenter-list .item-title{
    font-weight: 400;
    color: #333;
}
.list-block.userCenter-list .item-media+.item-inner{
    margin-left: 0;
}
.theme-black .sign-out{
    border-radius: 0;
    background-color: #fff;
}
.theme-black .sign-out .button:not(.button-fill){
    border: none;

}
/*我的订单*/
.orderList-navbar{
    padding: 0;
    border-top: 1px solid #e9e9e9;
}
.orderList-navbar .button{
    border: none;
    height: 42px;
    line-height: 42px;
    padding: 0;
}
.orderList-navbar .buttons-row .button:first-child,
.orderList-navbar .buttons-row .button:last-child{
    border-radius: 0;
    border: none;
}
.theme-black .orderList-navbar .button:not(.button-fill).active{
    color: #db171b;
    background: none;
    border-bottom: 2px solid #db171b;
}
.list-block.order_list{
    margin-top: 10px;
}
.list-block.order_list .myPick-title .item-content{
    padding-left: 0;
    height: 48px;
}
.list-block.order_list .myPick-title .item-inner{
    padding: 12px 15px;
}
html.ios-gt-8 .list-block.media-list.order_list .myPick-title .item-title{
    font-weight: 400;
}
.list-block li.media-item .item-title-row, .list-block.media-list .item-title-row{
    align-items: center;
}
.layout-white .order_list .myPick-title .item-after{
    font-size: 14px;
    color: #f44f00;
}
.order_list-shop{
    background-color: #f9f9f9;
}
.list-block.media-list .order_list-shop .item-text{
    -webkit-line-clamp:1;
}
.order_list .payment{
    height: 34px;
    line-height: 34px;
    text-align: right;
    font-size: 14px;
    color: #333;
    padding: 0 15px;
}
.order_list .payment span{
    color: #f10215;
    font-size: 16px;
}
.myPick-title{
    height: 48px;
    padding-right: 15px;
    text-align: right;
    background-color: #fff;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.theme-black a.myPick-title-link{
    display: inline-block;
    width: 80px;
    height: 30px;
    margin-top: 7px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #db171b;
    border: 1px solid #db171b;
    border-radius: 4px;
}
.theme-black a.myPick-title-link.logist{
    color: #666;
    border-color: #e5e5e5 ;
    margin-right: 10px;
}
/*收货地址*/
.noAddress{
    margin: 35% 30% 0;
    text-align: center;
}
.noAddress p{
    font-size: 16px;
    color: #888;
    margin: 10px 0;
}
.theme-black .noAddress .button:not(.button-fill){
    margin-top: 30px;
    background-color: #db171b;
    color: #fff;
    border: 1px solid #db171b;
}
.layout-white .list-block.addressRow ul{
    background: none;
}
.addressList{
    margin-top: 10px;
    background-color: #fff;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}
html.ios-gt-8 .list-block.media-list .addressList .item-title{
    font-weight: 400;
    color: #333;
}
.list-block .addressList .item-text{
    height: auto;
    font-size: 14px;
    color: #888;
    margin-top: 5px;
    padding-right: 43px;
}
.addressList .tel{
    margin-left: 35px;
}
.list-block.addressRow .item-inner:after,
.list-block.addressRow ul:before{
    height: 0;
    border: 0;
}
.myAddress-toolbar{
    padding: 0;
}
.myAddress-toolbar .button{
    width: 100%;
    height: 44px;
    line-height: 44px;
    color: #fff;
    border: none;
    background-color: #db171b;
    border-radius: 0;
}
.theme-black .myAddress-toolbar .button:not(.button-fill).active-state{
    background-color: #f10215;
}
/*个人资料*/
.list-block.inputs-list .item-inner {
    margin-bottom: 0;
    padding-bottom: 8px;
}
.personalInfo{
    position: relative;
}
.personalInfo .personalInfo-file{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    opacity: 0;
}
.personalInfo .media-img{
    position: relative;
    top: -1px;
    width: 30px;
    height: 30px;
}
.personalInfo .media-img img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}
/*登录*/
.layout-white .login .list-block ul:before {
    height: 0;
}
.login .list-block .item-title.label{
    width: 25%;
}
.login .list-block input{
    font-size: 14px;
}
.login .btnRow{
    padding: 15px;
}
.login-link{
    overflow: hidden;
    padding:0 15px;
    font-size: 14px;
    color: #999;
}
.login-link .login-link-lf{
    float: left;
    color: #999;
}
.login-link .login-link-ri{
    float: right;
}
.login-link .login-link-ri a{
    color: #db171b;
}
/*注册*/
.getCode-row .item-input{
    padding-right: 10px;
}
.getCode-row .code-btn{
    padding-left: 10px;
    border-left: 1px solid #e5e5e5;
}
.getCode-row .code-btn .button{
    font-size: 14px;
    color: #45a7ef;
    height: 30px;
    line-height: 30px;
    background: none;
    border: none;
    outline: none;
}
.argement-link{
    font-size: 14px;
    color: #666;
}
.argement-link a{
    color: #2d8cf0;
}
/*我的评价*/
.checkout-shop.list-block.evaluate{
    margin-bottom: 10px;
}
.list-block.evaluate ul:before{
    height: 0;
    border: 0;
}
.evaluate-time{
    padding: 15px 15px 5px;
}
.evaluate-time span{
    display: inline-block;
    padding-left: 20px;
    line-height: 20px;
    font-size:12px;
    color: #b8b8b8;
    background: url("../images/time_icon.png")no-repeat left 2px;
    background-size:15px;
}
.evaluate-text{
    padding: 0 15px;
    margin-bottom: 15px;
    color: #121212;
}
.evaluate-text p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
}
.evaluate .myPick-title{
    border: none;
}
.eval-deleat{
    display: inline-block;
    padding-left: 20px;
    line-height: 48px;
    color: #888;
    background: url("../images/deleat_icon.png")no-repeat left;
    background-size: 15px;
}
/*支付方式*/
.payment-title{
    font-size: 16px;
    color: #999;
    padding: 10px 15px;
}
/*在线提货*/
.theme-black .banner .swiper-pagination .swiper-pagination-bullet-active{
    background-color: #db171b;
}
.banner{
    line-height: 0;
}
.banner .swiper-pagination-bullet {
    background-color: #fff;
    opacity: .8;
}
.bulletin .content-block{
    padding: 15px 16px;
    margin: 0;
    color: #666;
}
.bulletin .text-title {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    margin-bottom: 15px;
}
.bulletin p{
    margin: 1em 0;
    line-height: 20px;
}
.subnavbar.pickIndex-navbar{
    bottom: 44px;
    top: auto;
    padding: 30px 15px;
    height: auto;
    margin: 0;
}
.pickIndex-navbar .button{
    width: 100%;
}
/*添加券号*/
.addTicket.list-block .item-title.label{
    width: 70px;
    font-size: 16px;
    color: #000;
}
.code-btn{
    padding-left: 10px;
}
.addTicket .code-btn .button{
    padding: 0;
    border: 0;
    border-radius: 0;
}
.addTicket.list-block input{
    font-size: 16px;
}
/*选择产品*/
.selProduct{
    margin: 10px 5px;
    padding: 15px 10px;
    background: url(../images/ticket_bg.png)no-repeat center;
    background-size: 100%;
}
.selProduct-list{
    display: flex;
    font-size: 16px;
    color: #000;
    margin: 5px 0;
}
.selProduct-list .selProduct-fb{
    width: 80px;
    text-align: right;
    margin-right: 20px;
}
.selProduct-list .selProduct-hb{
    flex: 1;
}
.selProduct-shop{
    position: relative;
    padding: 15px 15px 15px 0;
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
}
.selProduct-shop:nth-of-type(1) {
    border-top: 1px solid #e5e5e5;
}
.list-block.media-list .selProduct-shop .item-media {
    padding: 0;
    width: 65px;
    height: 65px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #dadada;
}
.list-block.media-list .selProduct-shop .item-inner {
    padding: 10px 60px 10px 0;
}
html.ios-gt-8 .list-block.media-list .selProduct-shop .item-title{
    font-weight: 400;
}
.list-block  .selProduct-shop .item-subtitle{
    font-size: 12px;
    color: #aaa;
    margin-top: 4px;
}
.choice.button{
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    width: 50px;
    min-width: 50px;
    height: 28px;
    margin-top: -14px;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
    color: #db171b;
    border: 1px solid #db171b;
    border-radius: 2px;
    padding: 0;
}
.theme-black .choice.button:not(.button-fill){
    border-color: #db171b;
}
/*提货购物车*/
.pickCart.cart-list .cart-shop-img{
    width: 65px;
    height: 65px;
}
.button.button-big.btn-white{
    background-color: #fff;
    color: #333;
}
.theme-black .btnRow .btn-white.button:not(.button-fill){
    border-color: #e5e5e5;
}
/*提货订单*/
.pickUpOrder .checkAddress{
    margin-bottom: 10px;
}
.pickUp_address{
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
}

.list-block .pickUp_address .item-inner:after{
    height: 0;
}
.pickInp.list-block .item-inner.not-empty-state {
    display: block;
    border-bottom: 1px solid #e5e5e5;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0;
    overflow: hidden;
}

.pickInp.list-block .not-empty-state .item-title.label{
    width: 80px;
    line-height: 36px;
    font-size: 16px;
    color: #000;
    float: left;
}
.pickInp-ri{
    margin-left: 80px;
}
.list-block .item-input.data-inp{
    width: auto;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #b2b2b2;
    border-radius: 4px;
    background: url("../images/date_icon.png")no-repeat 96%;
    background-size: 17px 19px;
}
.list-block .item-input.data-inp input{
   height: 36px;
}
.tipText{
    font-size: 14px;
    color: #bfbfbf;
    margin: 8px 0 0;
}
.pickInp.list-block .remark .item-title.label{
    width: 20%;
}
.pickInp.list-block .remark .item-input input {
    font-size: 16px;
    color: #333;
}
.explain{
    margin: 20px 15px;
    padding: 10px;
    font-size: 14px;
    color: #f44f00;
    background-color: #ffeed6;
    border: 1px solid #f44f00;
    border-radius: 5px;
}
.explain .explain-wrap{
    padding-left: 40px;
    background: url("../images/explain_icon.png")no-repeat 4px;
    background-size: 24px 24px;
}
.explain .explain-wrap h4{
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 5px;
}
.explain .explain-wrap p{
    text-align: justify;
}
/*等待处理*/
.waitRow{
    text-align: center;
    padding: 0 15px;
}
.waitRow-img{
    padding: 20px 0 20px;
}
.waitRow h4{
    font-size: 20px;
    font-weight: 500;
}
.waitRow p{
    font-size: 14px;
    color: #888;
    padding: 0 20px;
    margin: 1em 0;
}
.waitRow-inpRow{
    height: 44px;
    padding: 0 15px;
    margin-top: 10px;
    line-height: 44px;
    background-color: #fbfafc;
    border: 1px solid #d6d5d6;
    border-radius: 4px;
}
.waitRow-inpRow input{
    width: 100%;
    font-size: 14px;
    border: none;
    outline: none;
    background: none;
}
/*我要投诉*/
.complaint .list-block.eval-textarea{
    margin: 10px 0;
}
.complaint .list-block.eval-textarea li {
    padding: 10px 0;
}
.complaint .list-block.eval-textarea textarea {
    font-size: 14px;
}
.addImg_title{
    font-size: 14px;
    color: #c2c2c2;
    margin-bottom: 15px;
}
.complaintList{
    margin: 10px 0;
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
}
html.ios-gt-8 .list-block.media-list .complaintList .item-title{
    font-weight: 400;
}
.list-block .complaintList  .item-inner:after{
    height: 0;
    border: 0;
}
.list-block .complaintList .item-text,
.list-block .complaintList .item-after {
    color: #c2c2c2;
}
.list-block .complaintList .item-text{
    max-height: 42px;
    height: auto;
}

.complaintList-img{
    position: relative;
    float: left;
    margin: 10px 5px;
    width: calc(20% - 10px);
    height: 0;
    padding-top: calc(20% - 10px);
}
.complaintList-img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*帮助中心*/
.helpCenter-text{
    font-size: 14px;
    color: #666;
    padding: 15px;
}
.helpCenter-text p{
    text-align: justify;
}