a:active, a:hover{
    text-decoration: none;
}
.bui-panel.lists-panel{
    margin-top: 0;
}
.bui-panel.lists-panel .bui-panel-main{
    padding: 0 0 .8rem;
}
.line-height20{
    line-height: 0.2rem;
}
.height20{
    height: 0.2rem;
}
.line-height30{
    line-height: 0.3rem;
}
.height30{
    height: 0.3rem;
}
.line-height40{
    line-height: 0.4rem;
}
.height40{
    height: 0.4rem;
}
.line-height50{
    line-height: 0.5rem;
}
.height50{
    height: 0.5rem;
}
.color-red{
    color: red;
}
.water{
    position: absolute;
    width: 40px;
    height: auto;
    right: -4px;
    top: -1px;
    z-index: 10;
}
#foot_bar, #foot_bar .ge-comm-footer{
    z-index: 999;
    box-sizing: content-box;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
}

/* yhy add 2019115 */
#uiSearchbar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #000;
    padding: 0.1428rem 5px;
    box-sizing: border-box;
}
#uiSearchbar>div{
    flex: 1;
}
#uiSearchbar .input{
    border-radius: 20px;
    background: #262626;
    font-size: 0;
    padding: 5px 0.1428rem;
    box-sizing: border-box;
}
#uiSearchbar .input input{
    background: #262626;
    border: 0 none;
    color: #fff;
    width: 85%;
    height: .34rem;
    line-height: .34rem;
    font-size: .28rem;
}
#uiSearchbar .btn{
    text-align: center;
    flex: 0 0 50px;
    font-size: .24rem;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}
.icon-search{
    color: #fff;
}

/* yhy add 2019115 */
#nav{
    background: #fff;
}
#nav>div{
    font-size: .26rem;
}
.bui-page{
    background: #f2f3f5;
}
.classify{
    background: #fff;
    padding:0.1428rem 5px ;
    box-sizing: border-box;
    border-radius: 5px;
    margin: 0.2142rem;
    display: none;
}
.classify>div{
    margin-bottom: 0.2571rem;
}
.classify>div:last-child{
    margin-bottom: 0;
}
.classify>div,.classify .item-box{
    display: flex;
    align-items: center;
}
.classify .item-box{
    /* width: 260px; */
    overflow-x: auto;
    margin-left: 0.1428rem;
    /* border: 1px solid #000; */
    box-sizing: border-box;
}
.classify .item-box .item{
    padding: 5px;
    box-sizing: border-box;
    background: #f1f1f1;
    color: #000;
    font-size: 12px;
    border-radius: 5px;
    margin-right: 0.1rem;
    flex-shrink:0;
}
.classify .big-class{
    flex-shrink: 0;
}
.classify .item-box .item.current{
    background: #000;
    color: #dab17d;
}
/* yhy add 2019115 */
#nav{
    background: #fff;
}
.bui-page{
    background: #f2f3f5;
}
.classify{
    background: #fff;
    padding:0.1428rem 5px ;
    box-sizing: border-box;
    border-radius: 5px;
    margin: 0.2142rem;
    display: none;
    height: 2rem;
    overflow-y: auto;
}
.classify>div{
    margin-bottom: 0.2571rem;
}
.classify>div:last-child{
    margin-bottom: 0;
}
.classify>div,.classify .item-box{
    display: flex;
    align-items: center;
}
.classify .item-box{
    /* width: 260px; */
    overflow-x: auto;
    margin-left: 0.1428rem;
    /* border: 1px solid #000; */
    box-sizing: border-box;
}
.classify .item-box .item{
    padding: 5px;
    box-sizing: border-box;
    background: #f1f1f1;
    color: #000;
    font-size: 12px;
    border-radius: 5px;
    margin-right: 0.1rem;
    flex-shrink:0;
}
.classify .big-class{
    flex-shrink: 0;
}
.classify .item-box .item.current{
    background: #000;
    color: #dab17d;
}
.good-text {
    color: #000;
    font-size: .24rem;
    margin-bottom: .1rem;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}
.good-jf {
    font-size: .2rem;
    margin: .12rem 0;
    text-align: center;
}
.good-jf>span {
    display: inline-block;
    color: #000;
    background: #d9af7b;
    padding: 2px 6px;
    border-radius: 20px;
}
.good-jf2{
    color: #dc8327;
    font-size: .28rem;
}
.good-price{
    font-size: .24rem;
}
.good-price>span{
    color: #888;
    text-decoration: line-through;
}
#goods_list .bui-fluid-space .span6 {
    width: 50%;
    padding: .12rem .35rem;
}
#goods_list .bui-fluid-space .span6>a{
    display: block;
    color: #000;
    border: 1px solid #000;
    padding: .12rem;
}
.bui-page #goods_list img {
    max-width: 88%;
}
.height-nav{
    padding: .2rem 0;
}
#goods_list .no_product{
    color: red;
    font-size: .36rem; 
    margin: .5rem auto;
    text-align: center;
}


/*商品详情页*/
.Tab{
    background: #fff;
}
.ge-comm-footer [bg="light-yellow"] {
    background-color: rgba(0,0,0,1);
}
.ge-comm-footer [bg="yellow"] {
    background-color: red;
}
.icon{
    font-size: inherit;
}
.ge-comm-footer ul li .icon .count {
    position: absolute;
    top: -0.1rem;
    right: -0.15rem;
    color: white;
    background: red;
    border-radius: 100%;
    display: inline-block;
    width: 0.3rem;
    height: 0.3rem;
    text-align: center;
    line-height: 0.3rem;
    font-size: 0.2rem;
    font-style: normal;
}
.tab-body-item{
    background: #fff;
}
.Tab .detail-tab .detail-tab-header .item{
    font-size: .28rem;
}

.Tab .tab-header-wrap .tab-header .tab-header-item.curr{
    color: #e34a4e;
    background: transparent;
    border: none;
}
.Tab .tab-header-wrap .tab-header .tab-header-item{
    height: 0.4285rem;
    line-height: 0.4285rem;
    border-radius: 0.2rem;
}
.ge-comm-footer .flex{
    width: 13%;
}
.ge-comm-footer ul{
    display: flex;
    align-items: center;
    border-top: 1px solid #eee;
}
.ge-comm-footer ul li .icon0{
    background: url("../images/icon/sy2.png");
}
.ge-comm-footer ul li .icon1{
    background: url("../images/icon/gz.png");
}
.ge-comm-footer ul li.curr .icon1{
    background: url("../images/icon/gz_current.png") center center no-repeat;
    background-size: 100% 100%;
}
.ge-comm-footer ul li .icon2{
    background: url("../images/icon/kf.png");
}
.ge-comm-footer ul li .icon3{
    background: url("../images/icon/cart.png");
}
.ge-comm-footer ul li .icon{
    width: 0.3714rem;
    height: 0.3714rem;
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;  
    margin: 0 auto .1rem;
}
.ge-comm-footer ul li{
    font-size: .28rem;
    position: relative;
}
.ge-comm-footer ul li .count{
    background: red;
    color: #fff;
    font-size: .2rem;
    position: absolute;
    top: -0.1rem;
    right: 0.1rem;
    border-radius: 50%;
    width: 0.32rem;
    height: 0.32rem;
    line-height: 0.32rem;
    text-align: center;
}
.ge-comm-footer ul li p{
    font-size: .22rem;
}
.ge-comm-footer ul li.flex{
    border-top: none;
}
.ge-comm-footer ul li.flex:nth-child(1){
    border-right: none;
}
.ge-comm-footer #add_cart{
    /* border-radius: 0.3574rem 0 0 0.3574rem; */
    background: #f3aaaa;
    color: #fff;
}
.ge-comm-footer #add_cart_buy{
    /* border-radius: 0 0.3574rem 0.3574rem 0; */
    background: #e34a4e;
}
#add_cart,#add_cart_buy,#isvalid_n,#jjks,#saleout{
    height: 1rem;
    font-size: .3rem;
}
#isvalid_n{
    color: #fff;
    background: #ffc18d;
}
/* #yxj,#jjks,#saleout{
    border-radius: 0.3574rem;
} */
/* #add_cart{
    color: #000;
}
 */.arrow-icon{
    display: inline-block;
    background: #fde1e0;
    color: #d36563;
    border-radius: 4px;
    padding: 3px 6px;
    width: ;
    box-sizing: border-box;
    font-weight: normal;
    font-size: 0.24rem;
    position: absolute;
}
.goods-price-wrap{
    padding-top: 0;
    border: none;
}
.goods-price-wrap .ge-flex-relative{
    font-size: .24rem;
    /* height: .6rem;
    line-height: .6rem; */
}
.goods-price-wrap .now-price{
    line-height: normal;
    margin-left: 5px;
}
.goods-price-wrap .now-price.icon-price:before{
    position: relative;
    top: -1px;
}
.goods-price-wrap .old-price.icon-price:before{
    content: "";
}

/* 促销 */
.promotion{
    padding: 0.24rem;
    box-sizing: border-box;
    display: flex;
    border-bottom: 1px solid #eee;
    font-size: 0.3rem;
    align-items: center;
}
.promotion .left{
    margin-right: 0.15rem;
    flex: 0 0 0.7rem;
}
.promotion .right p{
    margin-bottom: 0.1rem;
}

.discount-coupon{
    font-size: .3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.24rem;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
}
.discount-coupon img{
    width: 12px;
    height: 12px;
}

/* 底部弹窗 */
.ge-popup .popup-box{
    bottom: -100%;
    height: 100%;
    z-index: 10000;
}
/* 规格 */
.goods-model-box{
    width: 100%;
    height: 100%;
    background: #f7f7f7;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; 
}
.goods-model-box .box-item{
    background: #fff;
    margin-bottom: 2px;
}
.goods-model-box .goods-info{
    height: initial;
    background: #fff;
    padding: 0;
    display: flex;
}
.goods-model-box .goods-info .goods-pic{
    margin-top: 0;
    border-radius: 0.1rem;
}
.goods-model-box .goods-info .ge-flex-ver{
    align-self: flex-end;
}
.goods-model-box .goods-info .ge-flex-ver>div{
    margin-bottom: 0.12rem;
}
.goods-model-box .goods-info .ge-flex-ver>div:nth-of-type(1){
    font-size: 0.4rem;
    color: #e60012;
}
.goods-model-box .goods-info .ge-flex-ver>div:nth-of-type(1){
    font-size: 0.28rem;
    color: #878787;
}
.goods-model-box .goods-info .ge-flex-ver .ge-flex{
    color: #000;
    font-size: 0.24rem;
}
.goods-model-box .radio-btn li{
    margin-right: 0.12rem;
    margin-bottom: 0.12rem;
}
.goods-model-box .radio-btn li a{
    background: #f2f3f5;
    color: #000;
    padding: 0.1rem 7px;
    box-sizing: border-box;
    text-decoration: none;
    display: block;
    border-radius: 0.1rem;
}
.un-btn{
    background: #999 !important;
    color: #fff !important;
}
.empty-qty{
    background-color: #999;
    font-size: .24rem;
    text-align: center;
}
.goods-model-box .radio-btn li.curr a{
    border-color: #fde1e0;
    background: #fde1e0;
    color: #d36563;
}
.goods-model-box .box-item>div>p{
    font-size: 0.3rem;
    font-weight: bold;
    color: #000;
}
.goods-model-box .box-item>div,#result2,#result3,#amount{
    padding: 12px 25px 12px 25px;
    box-sizing: border-box;
    color: #000;
}
.goods-model-box .box-item .title{
    font-size: 0.3rem;
    color: #000;
    font-weight: bold;
    
}
.goods-model-box .box-item>div .detail{
    font-size: 13px;
    color: #000;
}
.goods-model-box .box-item .kd{
	padding-bottom: 0;
    /* border-bottom: 1px solid #f2f3f5; */
}
.goods-model-box .simulation-btn{
    background: #f2f3f5;
    color: #000;
    display: inline-block;
    padding: 0.1rem;
    box-sizing: border-box;
    border-radius: 0.08rem;
}
#result2>p,#result3>p{
    font-size: 0.3rem;
    color: #000;
    font-weight: bold;
    margin-bottom: 17px;
}
.goods-model-box .radio-btn{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.goods-model-box .ge-popup-btn{
    text-align: center;
    width: 100%;
}
.goods-model-box .ge-popup-btn button{
    background: #e34a4e;
    border: none;
    border-radius: 20px;
    color: #fff;
    font-size: 0.3rem;
    width: 237px;
    height: 40px;
    margin-bottom: 0.2rem;
    outline: none;
}
.goods-model-box #amount{
    margin-bottom: 23px;
}
.goods-model-box #amount p{    
    font-size: 0.3rem;
    color: #000;
    font-weight: bold;
}
.goods-model-box .check-icon{
    background: url("/images/detail/check_false.png") center center no-repeat;
    background-size: 100% 100%;
    width: 0.32rem;
    height: 0.32rem;
    display:inline-block;
    margin-right: 0.1rem;
}
.goods-model-box .check-icon.check{
    background-image: url("/images/detail/check_true.png");
}
.goods-model-box .address>div>div{
    display: flex;
    align-items: center;
    margin: 8px 0;
}


/* 自提门店 */
.since-store{
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    overflow-y: auto;
    background: #f2f3f5;
    z-index: 10002;
    display: none;
}
.since-store .map{
    width: 100%;
    height: 200px;
    background: #ccc;
}

.store-list-ts{
    margin-top: 20px;
    text-align: center;
}
.store-list .store-item{
    display: flex;
    background: #fff;
    margin-bottom: 0.2rem;
    box-shadow: 0 0 1px 1px rgba(0,0,0,.1);
}
.store-list .store-item>div{
    flex: 1;
}
.store-list .store-item .btn{
    background: #d9af7d;
    display: flex;
    justify-content: center;
    align-items: center;
    flex:0 0 60px;
}
.store-list .store-item .un-btn{
    background: #d9af7d;
    display: flex;
    justify-content: center;
    align-items: center;
    flex:0 0 60px;
}
.store-list .store-item .store-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 85px;
}
.store-list .store-item img{
    width: 0.7rem;
    height: 0.7rem;
}
.store-list .store-item .center{
    font-size: 0.27rem;
    padding: 0.2rem 0.2rem 0.05rem 0.2rem;
    box-sizing: border-box;
}
.store-list .store-item .center .title{
    font-size: 0.3rem;
    margin-bottom: 0.1rem;
    font-weight: bold;
}
.store-list .store-item .detailed>p{
    font-size: .24rem;
    line-height: 1.4;
    padding: 0 0 0.15rem 0;
    box-sizing: border-box;
}

.Tab .tab-header-wrap .side-box svg.icon{
    font-size: .34rem;
}
.tab-header-box{
    display: flex;
    justify-content: center;
    align-items: center;
}
.header{
    text-align: center;
    box-sizing: border-box;
    background: #000;
    color: #fff;
    position: relative;
    height: 7vh;
    line-height: 7vh;
}
.header .go-back{
    position: absolute;
    left: 0.2rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: .3rem;
}
#selectStore{
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #000;
    display: inline-block;
    font-size: inherit;
    height: 0.8rem;
    line-height: 0.8rem;
    outline: none;
    padding: 0 0.3rem;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
}
.goods-name{
    -webkit-user-select:text !important;
    -moz-user-select:text !important;
    -ms-user-select:text !important;
    user-select:text !important;
    text-indent: .8rem;
    color: #000;
    font-size: 0.32rem;
    font-weight: 600;
    line-height: 1.5;
}
.goods-name2{
    text-indent: 0;
}
#onlineService{
    display: flex !important;
}
.city-list-menu{
    display: flex;
    width:100%;
    height: 93vh;
    background: #fff;
    overflow: hidden;
}
.city-list-menu>div{
    flex:1;
    overflow-y: auto;
}
.city-list-menu>div.left{
    flex:0 0 100px;
    text-align: center;
    border-right: 1px solid #f1f1f1;
    height: 100%;
    overflow-y: auto;
    box-sizing: border-box;
}
.city-list-menu .left ul>li>span, .city-list-menu .left .cities li{
    color: #000;
    background: #ededed;
    display: block;
    padding: 12px;
    box-sizing: border-box;
    font-size: .32rem;
}
.city-list-menu .left .cities li{
    background: #fff;
    color: #333;
    font-size: .31rem;
}
.city_list_active>span{
    background: #000!important;
    color: #fff!important;
}
.city_li_active{
    background: #d9af7d!important;
    color: #000!important;
}
.city-list-menu .left li .cities{
    display: none;
}
.city-list-menu .left li.city_list_active .cities{
    display: block;
}

.goods-list-wrap a, .goods-list-wrap a:hover{
    text-decoration: none;
}
.goods-list-wrap .group li{
    padding-right: .24rem;    
    display: flex;
    justify-content: space-between;
    border-bottom-color: #f7f7f7;
}
.goods-list-wrap .group li .icon-more:before{
    content: '';
}
.goods-list-wrap .group li .li-content .li-aline p.ge-aline{
    color: #000;
    font-size: .3rem;
}
.goods-support-wrap .icon-support{
    font-size: .28rem;
    font-weight: normal;
    margin-right: 0;
    margin-left: 0.25rem;
}
.goods-support-wrap .icon-support:first-child{
    margin-left: 0;
}
.sell_qty{
    font-size: .24rem;
    line-height: normal;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.kapian{
    display:none;
    background-color: red;
    color: #fff;
    font-size: 13px;
    border-radius: 7px;
    padding: 0.2rem;
    position: absolute;
    right: 0.2rem;
    bottom: 0px;
    z-index: 10;
}
.goods-evaluate-wrap .tab-evaluate li.curr p{
    color: red;
}
.server{
    background: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    overflow-y: scroll;
}
.server-main{
    padding: .5rem;
}
.server-main h1{
    font-size: .32rem;
    font-weight: bold;
    text-align: center;
}
.server-text h2{
    font-size: .3rem;
    font-weight: bold;
    margin: .4rem 0 .2rem;
}
.server-text p{
    color: #000;
    line-height: 1.4;
    font-size: .28rem;
    text-align: justify;
}
.server-text .red{
    color: red;
}

.footer-fixed{
    background-color: white;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -99900;
    top: 0px;
    left: 0px;
}
.ge-flex-relative{
    position: relative;
}
.server-box{
    padding: 0.35rem 0.24rem 0.35rem 0;
    border-bottom: 1px solid #eee;
}
.promo_name_p{
    line-height: 0.4rem;
    text-indent: 0.8rem;
    font-size: .28rem;
}
#swipeUp{
    margin-top: -0.2rem;
}
p.datas-price{
    padding-left: 0; 
    padding-top: .1rem; 
    text-decoration: line-through;
}
.detail-tab-content, #comment{
    background-color: white;
    min-height: 800px;
}
#comment>.ge-group{
    line-height: 1rem;
}
.goods-evaluate-wrap .tab-evaluate li p{
    font-size: .26rem;
}

/* 分享卡片 */
#kapian{
    font-size: .2rem;
    position: absolute;
    right: 0.2rem;
    top: 0;
    text-align: center;
    z-index: 10;
    /* background-color: red;
    color: white;
    font-size: 13px;
    padding: 0.18rem 0.2rem;
    border-radius: 7px; */
    display: flex;
    align-items: center;
}
#kapian img{
    position: relative;
    top: 3px;
}
#kapian span{
    color: #333;
    font-size: .26rem;
    margin: 0 0 0 4px;
}
.share_html{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    max-width: 640px;
    margin: 0 auto;
    z-index: 99999;
    display: none;
}
.share_html .share_logo{
    width: 1rem;
    height: auto;
    position: absolute;
    left: 0.4rem;
    top: 0.4rem;
}
.share_html .share_logo img{
    width: 100%;
}
img.shareImg{
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.share_html .share_bottom{
    /* display: flex; */
    /* align-items: flex-start; */
    padding: 0.65rem;
    /* box-sizing: border-box; */
    /* justify-content: space-between; */
}
.qrcode_img{
    margin: auto;
    text-align: center;
}
.share_html .share_bottom .goods-name{
    font-size: 0.3rem;
    font-weight: bold;
    color: #000;
    line-height: 1.4;
   /*  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; */
    text-indent: 0;
    margin: .1rem 0 .25rem;
}
.share_html .share_bottom .price{
    font-size: 0.34rem;
    color: #e60620;
    font-weight: bold;
}
.share_html .share_tips{
    width: 2.2rem;
    margin: 0 auto;
    position: absolute;
    bottom: .5rem;
    left: 50%;
    transform: translateX(-50%);
}
.share_html .share_tips>img{
    width: 100%;
}
.goods-name-wrap .main-name{
    position: relative;
}
.share_html #a_img{
    width: 100%;
    margin: 0;
    display: block;
}
.share_price_box p{
    font-size: .28rem;
}
.share_price_box .share_price{
    color: #666;
    /* margin-top: 5px; */
    text-decoration: line-through;
}
.share_price_box .share_price_show{
    color: #e60620;
    font-size: .45rem;
}
.share_price_box .share_price_show b{
    font-size: .3rem;
    margin-right: 2px;
    line-height: normal;
}
.share_price_show>span{
    display: inline-block;
    background: #fde1e0;
    color: #d36563;
    font-size: .26rem;
    padding: 3px 6px;
    border-radius: 3px;
    margin-left: 12px;
    position: relative;
    top: -3px;
}
.goods-flex-share{
    display: flex;
    justify-content: space-between;
    margin: .26rem 0;
}
.share_html .share_bottom .goods-flex-share .goods-name{
    margin: 0 .2rem 0 0;
}
#div{
    position: fixed;
    z-index: 999999;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: none;
}
#imgg{
    width: 100%;
    height: 100%;
    display: none;
}
.div_back{
    font-size: .28rem;
    position: absolute;
    left: 0.65rem;
    bottom: 0.5rem;
    z-index: 10;
    background-color: rgba(0,0,0,0.3);
    color: white;
    padding: 0.15rem;
    border-radius: 0.12rem;
}

/* 产品未上架 */
.no_product_main{
    font-size: .3rem;
    padding-top: 40px;
    line-height: 1.6;
    text-align: center;
}
.no_product_btn a{
    color: #666;
}
.no_product_btn #add_cart{
    background: #f1f1f1;
}
.no_product_btn #add_cart_buy{
    background: #999;
}

/* 策略活动 */
.redActivy{
    background: #b30000;
    color: #fff;
    padding: .12rem .24rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dim_type{
    font-size: .3rem;
}
.time_start p, .time_start h6{
    color: #fff;
    line-height: normal;
    font-size: .24rem;
    margin: 0.02rem 0;
    padding: 0;
}
.time_start h6{
    font-size: .27rem;
}

.goods-list-wrap.goods-list-wrap-new{
    border-top: 10px solid #f7f7f7;
}
.goods-list-wrap.goods-list-wrap-new .group{
    padding: 0;
}
.goods-list-wrap.goods-list-wrap-new .group li{
    padding: 0;
}
.goods-list-wrap.goods-list-wrap-new .group li p{
    color: #777;
    line-height: normal;
}
.goods-list-wrap.goods-list-wrap-new .group li>a, .flex-liA{
    background: #ffff;
    font-size: .3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.24rem;
    width: 100%;
    box-sizing: border-box;
}
.goods-list-wrap.goods-list-wrap-new .group li p.li-black{
    color: #000;
    font-size: .3rem;
    line-height: normal;
}
.goods-list-wrap .group li .icon-more:after{
    top: 0;
}
.promo_text{
    margin: .1rem 0;
}
#couponBox>span{
    display: inline-block;
    background: #fde1e0;
    color: #d36563;
    font-size: .24rem;
    padding: 3px 6px;
    margin: 3px 6px 3px 0;
    border-radius: 3px;
}

/* 查询库存 */
.head_search{
    background: #000;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 8;
}
.head_search_item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: .25rem .3rem;
    box-sizing: border-box;
}
.head_search_item2{
    padding-top: 0;
}
.qty_input{
    background: #262626;
    border-radius: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding: 0 .4rem;
}
.qty_input input{
    font-size: .3rem;
    background: #262626;
    border: 0 none;
    color: #fff;
    width: 85%;
    padding: 6px 0;
    margin-left: .2rem;
}
.qty_btn{
    padding-left: .2rem;
    font-size: .3rem;
}
.max_box .store-list .store-item .center{
    font-size: .3rem;
}
.max_box .store-list .store-item .btn{
    color: #d36563;
    background: #fde1e0;
}
.ge-popup .popup-box .popup-close{
    z-index: 9;
}

/* 评价 */
#comment{
    background: #fff;
}
.Tab_detail_new .ge-popup .popup-box .popup-close{z-index: 9;}
.Tab_detail_new .goods-support-wrap{background: #fff;}
.comment_no{
    color: #000;
    text-align: center;
    padding: .5rem .24rem;
    font-size: .28rem;
}
.comment_title{
    color: #000;
}
.comment_title p{
    font-size: .3rem;
}
.comment_title p>span{
    color: #e34a4e;
}
.comment_title p>img{
    display: inline-block;
    margin-left: 8px;
}
.comment_list{
    display: block;
    width: 100%;
}
.comment_list_item{
    background: #fff;
    padding: .24rem;
    border-top: 1px solid #f1f1f1;
}
.comment_list_item:first-child{
    border-top-width: 10px;
}
.comment_user{
    padding: 0 0 0.24rem 0;
}
.user_info_img{
    font-size: .32rem;
    color: #e48800;
    display: flex;
    align-items: center;
}
.user_info_img img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
}
.level i {
    display: inline-block;
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
}
.level i.level_active {
    background-image: url('/instore/Public/Files/images/icon_staron.png');
}
.level i.level_default {
    background-image: url('/instore/Public/Files/images/icon_star.png');
}
.comment_product{
    color: #888;
    font-size: .24rem;
    padding-bottom: .24rem;
}
.comment_product>span{
    margin-right: 5px;
}
.comment_text{
    font-size: .28rem;
    color: #000;
    padding-bottom: .16rem;
}
.comment_imgs{
    margin: 0 -0.08rem;
    overflow: hidden;
}
.comment_imgs img{
    font-size: 0;
    float: left;
    width: 33.3%;
    height: 2.5rem;
    object-fit: cover;
    padding: 0.08rem;
}
.comment_title_fix{
    background: #fff;
    font-size: .3rem;
    color: #000;
    border-bottom: 1px solid #f1f1f1;
    position: fixed;
    top: 1rem;
    left: 0;
    right: 0;
    height: 49px;
    line-height: normal;
    padding: 0 .24rem;
    z-index: 9;
}
.comment_title_fix p{
    font-size: .32rem;
    color: #333;
}
.comment_title_fix ul li{
    background: #f5f5f5;
    color: #666;
    display: inline-block;
    font-size: .26rem;
    margin-left: 5px;
    padding: 4px 8px;
    border-radius: 2px;
}
.comment_title_fix ul li.active{
    background: #fde1e0;
    color: #d36563;
}
.comment_list_top{
    padding-top: 50px;
}
.bigImg{
    background: rgba(0, 0, 0, 1);
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}
.bigImg_img{
    width: 100%;
    height: 100%;
}
.bigImg_img .swiper-container{
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.swiper-img{
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-box;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
}
.swiper-img img{
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.bigImg_text{
    color: #fff;
    font-size: .3rem;
    position: absolute;
    bottom: 1.2rem;
    left: .3rem;
    right: 1.2rem;
    z-index: 2;
}
.bigImg_img .swiper-pagination.swiper-pagination-fraction{
    color: #fff;
    bottom: 1.2rem;
    padding: 0 .3rem;
    text-align: right;
}
.bigImg_img .swiper-pagination.swiper-pagination-fraction span{
    font-size: .28rem;
}