:root{
    --red: #f41b10;
    --orange: #ff6831;
    --black_blue:#3e4449;
    --red-active: rgba();
    --dark-red: #c61e2b;
    --gold: #f2f2f2;
    --gold-active: hsla(32deg,100%,82%,0.6);
    --wh: #fff;
    --wh-active: hsla(0,0%,100%,0.6);
    --c3: hsla(0,0%,20%,1);
    --c3-active: hsla(0,0%,20%,0.6);
    --c6: hsla(0,0%,40%,1);
    --c6-active: hsla(0,0%,40%,0.6);
    --c8: hsla(0,0%,53%,1);
    --c8-active: hsla(0,0%,53%,0.6);
    --c9: hsla(0,0%,60%,1);
    --c9-active: hsla(0,0%,60%,0.6);
    --bg-active: rgba(0,0,0,.05);
    --bd: 1px solid #efefef;
    --p: 0 0.24rem;
}

*{margin:0; padding:0; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0,0,0,0);}
html{font-size: 13.33333vw; font-family: "Helvetica Neue", Helvetica, STHeiTi, "Microsoft YaHei", Arial, sans-serif;
}
@media screen and (min-width: 540px) {html{font-size: 72px}}
/* 40px/7.5px => 5.33333vw => 17.28 => 0.6em */
body{margin: 0 auto; min-width:320px; line-height: 1.5; font-size: 0.24em; color:#666; overflow-x: hidden; -webkit-overflow-scrolling: touch; -webkit-text-size-adjust: 100%!important; -ms-text-size-adjust: 100%!important; text-size-adjust: 100%!important;
}
html, body{scroll-behavior: smooth;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary{display: block;}
audio, canvas, progress, video{display: inline-block; vertical-align: baseline;}
audio:not([controls]){display: none; height: 0;}
[hidden], template{display: none;}
svg:not(:root){overflow: hidden;}
mark{background: #ff0; color: #000;}
small{font-size: 80%;}
sub, sup{font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;}
sup{top: -0.5em;}
sub{bottom: -0.25em;}

table{border-collapse:collapse;}
ul{ list-style:none;}
img{border: 0; max-width: 100%;}
a img{vertical-align: bottom;}
a{text-decoration: none; color:#666; background-color: transparent; -webkit-tap-highlight-color: transparent;}
a:focus{outline:thin dotted}
a:active,a:hover{outline:0; text-decoration:none;}
h1,h2,h3,h4,h5{font-weight: normal; font-size: 1.2em;}

::-webkit-scrollbar{display: none;}

.fl{float: left}
.fr{float: right}
.al{text-align: left;}
.ac{text-align: center;}
.ar{text-align: right;}
.hide{display: none}
.overhide{overflow: hidden;}

.clear, .clr{display: block; clear: both; height: 0; line-height: 0; font-size: 0; overflow: hidden;}
.clearfix2::before,.clearfix2::after{content:""; display: table;}
.clearfix2::after{clear: both;}
.clearfix2, .clearfix{*zoom:1;}
.clearfix:after{display: block; content: ""; clear: both; height: 0; visibility: hidden;}


.whbg{background-color: #fff;}

.mask{position: fixed; top: 0; bottom: 0; left: 0; right: 0; background-color: rgba(0,0,0,.5); opacity: 0; visibility: hidden; -webkit-transition-duration: .3s; transition-duration: .3s;}

.block-img{display: block; width: 100%;}
.cover-img{position: absolute; top: 0; left: 0; display: block; min-width: 100%; min-height: 100%; -o-object-fit: cover; object-fit: cover;}
.text-hide{white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.hide-el{position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 100%; opacity: 0;}
.nodata{display: block; text-align: center; padding: 0 0.24rem; font-size: 0.26rem; color: #ccc;}

.wbox, .wpbox{margin-bottom: 0.16rem; background-color: #fff; overflow: hidden;}
.wpbox{padding: 0 0.24rem;}


.wb, .flex-row{display: -webkit-box; display: flex;}
.wbc{display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center;}
.align-center{-webkit-box-align: center; align-items: center;}
.wbw, .flex-cnt{display: block; -webkit-box-flex: 1; flex: 1; min-width: 0;}
.flex-side{margin-left: 0.2rem; position: relative; display: block; text-align: right;}
.self-top{-webkit-align-self: flex-start; align-self: flex-start;}
.self-center{-webkit-align-self: center; align-self: center;}
.self-end{-webkit-align-self: flex-end; align-self: flex-end;}


ins, .ins{text-decoration: none;}
ins + del{margin-left: 0.1rem;}


::-webkit-input-placeholder{color: #bbb;}
:focus::-webkit-input-placeholder{color: #999;}
::-moz-placeholder{color: #bbb;}
:-ms-input-placeholder{color: #bbb;}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button{-webkit-appearance: none!important; margin: 0;}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration{-webkit-appearance: none;}
input[type="number"]{appearance: none; -moz-appearance: none; -webkit-appearance: none;}

/*输入框默认颜色*/
textarea::-webkit-input-placeholder{color: #bbb;} textarea:focus::-webkit-input-placeholder{color: #999;} textarea::-moz-placeholder{color: #bbb;} textarea:-ms-input-placeholder{color: #bbb;}


.setint, .textint{display: block; text-align: left; text-indent: 0; padding: 0.2rem 0; width: 100%; line-height: 0.5rem; font-size: 0.28rem; color: #333; background-color: transparent; border: none; border-radius: 0; outline: 0; box-shadow: none; appearance: none; -webkit-appearance: none;}
.setint{height: 0.9rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.textint{height: auto; min-height: 1.9rem; resize: vertical;}

/*距离*/
.mt0, .my0, .m0{margin-top: 0!important;}.m0,.mb0,.my0{margin-bottom:0!important}.m0,.mx0,.ml0{margin-left:0!important}.m0,.mx0,.mr0{margin-right:0!important}.m10,.mt10,.my10{margin-top:0.1rem!important}.m10,.mb10,.my10{margin-bottom:0.1rem!important}.m10,.mx10,.ml10{margin-left:0.1rem!important}.m10,.mx10,.mr10{margin-right:0.1rem!important}.m20,.mt20,.my20{margin-top:0.2rem!important}.m20,.mb20,.my20{margin-bottom:0.2rem!important}.m20,.mx20,.ml20{margin-left:0.2rem!important}.m20,.mx20,.mr20{margin-right:0.2rem!important}.m30,.mt30,.my30{margin-top:0.3rem!important}.m30,.mb30,.my30{margin-bottom:0.3rem!important}.m30,.mx30,.ml30{margin-left:0.3rem!important}.m30,.mx30,.mr30{margin-right:0.3rem!important}.m40,.mt40,.my40{margin-top:0.4rem!important}.m40,.mb40,.my40{margin-bottom:0.4rem!important}.m40,.mx40,.ml40{margin-left:0.4rem!important}.m40,.mx40,.mr40{margin-right:0.4rem!important}.p0,.pt0,.py0{padding-top:0!important}.p0,.pb0,.py0{padding-bottom:0!important}.p0,.px0,.pl0{padding-left:0!important}.p0,.px0,.pr0{padding-right:0!important}.p10,.pt10,.py10{padding-top:0.1rem!important}.p10,.pb10,.py10{padding-bottom:0.1rem!important}.p10,.px10,.pl10{padding-left:0.1rem!important}.p10,.px10,.pr10{padding-right:0.1rem!important}.p20,.pt20,.py20{padding-top:0.2rem!important}.p20,.pb20,.py20{padding-bottom:0.2rem!important}.p20,.px20,.pl20{padding-left:0.2rem!important}.p20,.px20,.pr20{padding-right:0.2rem!important}.p30,.pt30,.py30{padding-top:0.3rem!important}.p30,.pb30,.py30{padding-bottom:0.3rem!important}.p30,.px30,.pl30{padding-left:0.3rem!important}.p30,.px30,.pr30{padding-right:0.3rem!important}.p40,.pt40,.py40{padding-top:0.4rem!important}.p40,.pb40,.py40{padding-bottom:0.4rem!important}.p40,.px40,.pl40{padding-left:0.4rem!important}.p40,.px40,.pr40{padding-right:0.4rem!important}.m24,.mt24,.my24{margin-top:0.24rem!important}.m24,.mb24,.my24{margin-bottom:0.24rem!important}.m24,.mx24,.ml24{margin-left:0.24rem!important}.m24,.mx24,.mr24{margin-right:0.24rem!important}.p24,.pt24,.py24{padding-top:0.24rem!important}.p24,.pb24,.py24{padding-bottom:0.24rem!important}.p24,.px24,.pl24{padding-left:0.24rem!important}.p24,.px24,.pr24{padding-right:0.24rem!important}

/*-------------------------结束公用样式--------------------------*/

body{ background-color: #f2f2f2;}

/*背景*/
.red_bj{background: linear-gradient(90deg, var(--red), var(--orange)); background: -moz-linear-gradient(360deg, var(--red), var(--orange)); background: -webkit-linear-gradient(0deg, var(--red), var(--orange)); background: -webkit-gradient(linear,0 50%,100% 50%, from(var(--red)), to(var(--orange)));}


/*--全局顶部--*/
.header{position: relative; z-index: 13; width: 100%; height: 0.9rem; line-height: 0.4rem; color: var(--wh); }



.head-title, .head-center{margin: 0 1.2rem; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.head-center{position: relative; display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center; -webkit-justify-content: center; justify-content: center; height: 100%;}
.head-title{height: 0.9rem; line-height: 0.9rem; font-size: 0.34rem;}
.head-center .head-title{margin: 0; max-width: 100%;}
.headlogo{margin: 0 0.2rem; position: relative; max-width: 100%; height: 0.9rem; vertical-align: bottom;}
.headl, .headr{position: absolute; top: 0; height: 0.9rem; font-size: 0;}
.headl{left: 0;}
.headr{right: 0;}
.head-flex{display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center; }
.head-flex .headl, .head-flex .headr{position: static; left: auto; right: auto; top: auto; bottom: auto;}
.head-flex .head-center{-webkit-box-flex: 1; flex: 1; min-width: 0;}
.head-flex .head-center:first-child{margin-left: 0.24rem;}
.head-flex .head-center:last-child{margin-right: 0.24rem;}

.headbtn-line{display: inline-block; margin: 0.2rem 0.2rem 0 0; text-align: center; padding: 0.1rem 0.18rem; height: 0.5rem; line-height: 0.3rem; font-size: 0.22rem; color: #fff; box-shadow: 0 0 0 0.5px #fff inset; border-radius: 0.25rem; vertical-align: top;}
.headbtn-line:visited{color: #fff;}
.headbtn-line:active{color: rgba(255,255,255,.6); background-color: rgba(0,0,0,.1);}
.headbtn{position: relative; display: inline-block; text-align: center; padding: 0.2rem 0.2rem 0 0.2rem; min-width: 0.8rem; height: 0.9rem; font-size: 0.24rem; color: var(--c3); vertical-align: top;}
.hasdec.headbtn{padding-top: 0.2rem; line-height: 0.3rem; font-size: 0.2rem;}
.headbtn:visited{color: var(--c3);}
.headbtn:active{background-color: rgba(0,0,0,.1);}
.hico{display: inline-block; width: 1em; height: 1em; font-size: 0.5rem; background-image: url(../images/icon/hico.png); background-repeat: no-repeat; background-size: 1em auto; vertical-align: top;}
.hasdec.headbtn .hico{margin: 0 auto; display: block;}
.back-hico{background-position: 0 0;}

.gradient-bg{min-height: 100vh; background-color: #fff; background-image: -webkit-linear-gradient(90deg, #fff, #fff 30%, #55b0f8); background-image: linear-gradient(0deg, #fff, #fff 30%, #55b0f8); background-repeat: no-repeat; background-size: 100% 100vh;}



/*bottom*/
.padding-bottom-safe-area{padding-bottom: calc(0px + constant(safe-area-inset-bottom)); padding-bottom: calc(0px + env(safe-area-inset-bottom));}
.bottom-wrap,
.bottom-bar,
.goods-action{height: .7rem; height: calc(.7rem + constant(safe-area-inset-bottom)); height: calc(.7rem + env(safe-area-inset-bottom));}
.padding-bottom-safe-area .bottom-wrap{height: .7rem;}
.bottom-wrap{display: block;}
.fixbottom{position: fixed; bottom: 0; left: 0; right: 0; z-index: 13;}

.bottom-bar, .goods-action{position: fixed; z-index: 13; bottom: 0; left: 0; width: 100%; padding-bottom: calc(0px + constant(safe-area-inset-bottom)); padding-bottom: calc(0px + env(safe-area-inset-bottom));}
.bottom-bar, .goods-action{display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center; font-size: 0.24rem; color: var(--c9); background-color: var(--black_blue); /*box-shadow: 0 0 0.3rem rgba(85,176,248,0.1);*/}
.fixbottom .bottom-bar, .indoc.bottom-bar{position: relative; bottom: auto; left: auto;}

/*中间列表*/
/*plist*/
.cols_2.plist{ display: -webkit-box; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap;}
.cols_2 .pitem{margin-top: 0.2rem; display: block; width: 50%;}
.cols_2 .pitem:nth-of-type(1),
.cols_2 .pitem:nth-of-type(2){margin-top: 0;}
.cols_2 .pitem:nth-of-type(odd){padding-right: 0.09rem;}
.cols_2 .pitem:nth-of-type(even){padding-left: 0.09rem;}

.cols_2 .pitem-produce{position: relative; display: block; background-color: var(--wh); /*box-shadow: 0 0.05rem 0.08rem rgba(0,0,0,0.16);*/ border-radius: 0.1rem; -webkit-transform: scale(1); transform: scale(1); overflow: hidden;}
a.pitem-produce:not(.disabled):active{-webkit-transform: translateY(2px); transform: translateY(2px);}
.pitem-pic{position: relative; display: block; overflow: hidden;}
.pitem-pic img{position: absolute; top: 0; left: 0; display: block; width: 100%; min-height: 100%;}
.cols_2 .pitem-pic{padding-bottom: 100%;}

.cols_2 .pitem-cnt{display: block; padding: 0 .2rem .04rem .2rem; overflow: hidden;}

.pitem-title{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; white-space: normal; overflow: hidden; max-height: 0.7rem; line-height: 0.35rem; font-size: 0.24rem; color: var(--c3);}
.cols_2 .pitem-title{margin: 0.1rem 0;}

.pitem-info{display: -webkit-box; display: flex; -webkit-box-align: end; align-items: flex-end; line-height: 0.3rem; margin: .2rem 0 .24rem 0; }


/*cpop*/
.cpop{position: fixed; left: 0; right: 0; top: 0; bottom: 0; width: auto; height: auto; display: none;}
.show.cpop{display: block; z-index: 100;}
.cpop .mask{opacity: 1; visibility: visible;}
.cpop-center{position: absolute; left: 0; right: 0; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); display: block; text-align: center; width: auto; height: auto; max-height: 100%;}



.notice-cpop-container{position: absolute; top: 50%; left: 50%; -webkit-transform: translate3d(-50%, -50%, 0); transform: translate3d(-50%, -50%, 0); z-index: 5; display: block; text-align: center; padding: 0.06rem; width: 5.5rem; max-width: 90%; color: var(--c3); background-color: var(--wh); border-radius: 0.2rem; -webkit-animation: cpopSlideDown ease .3s forwards; animation: cpopSlideDown ease .3s forwards;}
.show.cpop .notice-cpop-container{-webkit-animation: cpopSlideUp ease 0.3s forwards; animation: cpopSlideUp ease 0.3s forwards;}

@-webkit-keyframes cpopSlideUp{
    from{-webkit-transform:translate3d(-50%, 100%, 0); transform:translate3d(-50%, 100%, 0);}
    to{-webkit-transform:translate3d(-50%, -50%, 0); transform:translate3d(-50%, -50%, 0);}
}
@keyframes cpopSlideUp{
    from{-webkit-transform:translate3d(-50%, 100%, 0); transform:translate3d(-50%, 100%, 0);}
    to{-webkit-transform:translate3d(-50%, -50%, 0); transform:translate3d(-50%, -50%, 0);}
}
@-webkit-keyframes cpopSlideDown{
    from{-webkit-transform:translate3d(-50%, 0, 0);transform:translate3d(-50%, 0, 0);}
    to{-webkit-transform:translate3d(-50%, 100%, 0);transform:translate3d(-50%, 100%, 0);}
}
@keyframes cpopSlideDown{
    from{-webkit-transform:translate3d(-50%, 0, 0);transform:translate3d(-50%, 0, 0);}
    to{-webkit-transform:translate3d(-50%, 100%, 0);transform:translate3d(-50%, 100%, 0);}
}


.cpop-close-button{position: absolute; z-index: 5; right: -0.16rem; top: -0.16rem;}

.notice-cpop-container-inner,.notice-cpop-container-inner_not{position: relative; display: block; padding: 0.3rem 0.4rem; background-color: #fff; border-radius: 0.2rem;}
.notice-cpop-container-inner::before,
.notice-cpop-container-inner::after{position: absolute; display: block; content: ""; font-size: 0; background-image: url(../images/icon/cloud.png); background-repeat: no-repeat; background-size: 1.6rem auto;}
.notice-cpop-container-inner::before{top: -0.36rem; left: -0.36rem; width: 1.6rem; height: 0.7rem; background-position: 0 0;}
.notice-cpop-container-inner::after{bottom: -0.2rem; right: -0.3rem; width: 1.3rem; height: 0.6rem; background-position: 0 -1.3rem;}
.notice-cpop-title{margin-top: 0.1rem; margin-bottom: 0.2rem; text-align: left; font-size: 0.28rem; color: var(--red); font-weight: 600;}
/*cpop*/


/* --------------------------2021-03-12 底部弹出商品详情 */
.bdtlpro-wrap{padding-left: 0.35rem; padding-right: 0.35rem; padding-top: 0.35rem;}

.bdtlpro{margin-top: 0.4rem; margin-bottom: 0.4rem;}
.bdtlpro-produce{display: -webkit-box; display: flex;}
.bdtlpro-pic{margin-right: 0.25rem; position: relative; display: block; width: 1.8rem; height: 1.8rem; border: 0.015rem solid #eee; -webkit-transform: scale(1); transform: scale(1); overflow: hidden;}
.bdtlpro-pic img{position: relative; display: block; width: 100%; min-height: 100%;}
.bdtlpro-cnt{display: -webkit-box; display: flex; -webkit-box-orient: vertical; flex-direction: column; -webkit-justify-content: space-between; justify-content: space-between; -webkit-box-flex: 1; flex: 1; min-width: 0; }
.bdtlpro-title{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; white-space: normal; overflow: hidden; max-height: 1rem; line-height: 0.5rem; font-size: 0.34rem; color: var(--c3);}
.bdtlpro-info{margin-top: 0.1rem; display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center;}
.bdtlpro-info .current-price{margin-right: 0.1rem; font-size: 0.34rem; color: #f52212;}

.bdtlpro-sku-item{display: -webkit-box; display: flex; text-align: left; padding: 0.2rem; line-height: 0.4rem; font-size: 0.28rem; color: var(--c3); border-bottom: 0.015rem solid #eee;}
.bdtlpro-sku-item:last-child{border-bottom: none;}
.bdtlpro-sku-item .dt{margin-right: 1em; color: var(--c8);}
.bdtlpro-sku-item .dd{display: block; -webkit-box-flex: 1; flex: 1; min-width: 0;}


/*bpop*/
.full-action, .bpop{position: fixed; top: 100%; left: 0; width: 100%; height: 0; z-index: 99; visibility: hidden; overflow: hidden; transform: scale(1); -webkit-transform: scale(1);}
.show.full-action, .show.bpop{top: 0; height: 100%; visibility: visible;}
.show.bpop .mask{opacity: 1; visibility: visible;}

.bpop-container{position: absolute; left: 0; display: block; padding: 0; width: 100%; background-color: #fff; transform: translateY(100%); -webkit-transform: translateY(100%); backface-visibility: hidden; transition: transform .3s 0s; -webkit-transition: -webkit-transform .3s 0s;}
.bpop-container{bottom: 0; padding-bottom: calc(0px + constant(safe-area-inset-bottom)); padding-bottom: calc(0px + env(safe-area-inset-bottom));}
.radius-30.bpop-container{border-radius: 0.3rem 0.3rem 0 0;}
.show.bpop .bpop-container{transform: translateY(0); -webkit-transform: translateY(0); z-index: 111;}

.pop-top-close-button{position: absolute; z-index: 6; top: 0; right: 0; display: inline-block; padding: 0.2rem; line-height: 0.4rem;}
.pop-top-close-button:active{background-color: var(--bg-active);}
.close-micon{position: relative; display: inline-block; width: 1em; height: 1em; font-size: 0.4rem; vertical-align: top;}
.close-micon::before,
.close-micon::after{position: absolute; top: 50%; left: 15%; margin-top: -0.025rem; display: block; content: ""; width: 70%; height: 0.05rem; line-height: 0; font-size: 0; background-color: #bbb; border-radius: 0.025rem;}
.close-micon::before{transform: rotate(45deg); -webkit-transform: rotate(45deg);}
.close-micon::after{transform: rotate(-45deg); -webkit-transform: rotate(-45deg);}

/*end bpop*/

/* --------------------------end 2021-03-12 底部弹出商品详情 */






/*buttom*/
.solid-button:not(.disabled-button):active,.big_ok_btn:not(.disabled-button):active{color: var(--gold-active); -webkit-transform: translateY(2px); transform: translateY(2px);}
.solid-button{display: inline-block; text-align: center; padding: .19rem .28rem; min-width: 2.2rem; height: 0.78rem; line-height: 0.4rem; font-weight: bold;font-size: 0.3rem; border: none; outline: 0; -webkit-appearance: none; appearance: none; vertical-align: bottom; border-radius: .78rem;}
.big_ok_btn{ display:block; text-align: center; font-size:.3rem; font-weight: bold; height: 0.88rem; padding:.2rem .28rem; line-height: 0.48rem;border: none; outline: 0; -webkit-appearance: none; appearance: none; vertical-align: bottom; border-radius: .08rem;}


/*倒计时*/
.f_cpop_time{ position:absolute; bottom: -.6rem; line-height: .6rem; width: 100%; left:0;}


/*成功图标*/
.ok_icon{ width:2.3rem; height: 2.3rem; background-image: url("../images/icon/ok_icon.png"); background-size: 2.3rem auto;}

/*公用图标*/
.icon_public{ display:inline-block; font-size: 0; overflow: hidden; background-repeat: no-repeat;}


/*间距*/
.box_mh30{ margin-top:.3rem; margin-bottom: .3rem;}
.box_mw30{ margin-left:.3rem; margin-right: .3rem;}
.box_mw14{ margin-left:.14rem; margin-right: .14rem;}
.box_mh24{ margin-top:.24rem; margin-bottom: .24rem;}
.box_mt20{ margin-top:.2rem;}
.box_mt40{ margin-top:.4rem;}
.box_md30{ margin-bottom:.3rem;}


/*font*/
.font_22{ font-size:.22rem;}
.font_26{ font-size:.26rem;}
.font_34{ font-size:.34rem;}
.font_b{ font-weight: bold;}
/*color*/
.white_text{color:var(--wh);}
.red_text{ color:var(--red);}
.black3_text{ color:var(--c3);}
.black6_text{ color:var(--c6);}


/*对齐*/
.box_r{ text-align:right;}
.box_c{text-align:center;}
.box_l{text-align:left;}
