﻿/* 重置 */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, p,nav,header { padding:0; margin:0; }
ol, ul { margin: 0; padding: 0; list-style-type: none; }
li { list-style-type:none; }
span,em,i,address, cite, code, th {font-weight:normal;font-style:normal;}
h1,h2 {font-weight: normal;}
table {border-collapse:collapse; border-spacing: 0 }
img {vertical-align:top;border:0;width:100%;height:100%}
input, button, select, label, img{ vertical-align: middle; }
input, button, select, textarea { outline: none; font-size: 100%; font-family: inherit; }
input, button, textarea { padding: 0;}
a { color: #000; text-decoration: none;}
a:hover { color: #000; -webkit-transition: all 0.2s; transition: all 0.2s;}
a:active{ color:#000; text-decoration:none;}
html {line-height:inherit;}
body {font-size:1.7rem; font-family:SF Pro Display,PingFang SC,Hiragino Sans GB,Microsoft YaHei,WenQuanYi Micro Hei,Helvetica Neue,Arial,sans-serif;color:#000;letter-spacing:0;min-width:320px;-webkit-tap-highlight-color: transparent;margin:0;position:relative;/*-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;-webkit-text-size-adjust:100% !important;text-size-adjust: 100% !important;-moz-text-size-adjust:100% !important;*/ overflow-x:hidden;}
@media only screen and (min-device-width:200px) and (max-device-width:320px ) {html{font-size:40%}}
@media only screen and (min-device-width:320px) and (max-device-width:375px ) {html{font-size:50%}}
@media only screen and (min-device-width:375px) and (max-device-width:9600px) {html{font-size:62.5%}}
@media only screen and (min-device-width:960px) and (max-device-width:1600px) {html{font-size:75%}}
@media only screen and (min-device-width:1600px) {html{font-size:87.5%}}

/*清除浮动*/
.clf:after,.clearfix:after { content: ""; display: block; height: 0; clear: both; overflow: hidden; }

input[type="search"]{-webkit-appearance:none;}
/*滑动样式*/
.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;}
.swiper-container-no-flexbox .swiper-slide{float:left}
.swiper-wrapper{position:relative;width:100%;height:100%;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}
.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative}

.swiper-pagination-bullets{bottom:0;left:0;width:100%}
.swiper-pagination-bullet{width:.8rem;height:.8rem;display:inline-block;border-radius:50%;background:#fff;opacity:.7;margin:0 .4rem}
.swiper-pagination-bullet-active{opacity:1;background:#dd0000}

.swiper-pagination {
	position: absolute;
	height:.8rem;display:flex;align-items:center;justify-content:center;bottom:1.6rem;
	/*text-align: center;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	z-index: 10;*/
}
.swiper-pagination-progress {
    background: rgba(0,0,0,.25);
    position: absolute;
}
.swiper-container-horizontal>.swiper-pagination-progress {
    width: 100%;
    height: .3rem;
    left: 0;
    top: 0;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
}



/*顶部、nav*/
.header_box{position:fixed;top:0;left:0;right:0;z-index:9998;background:rgba(255,255,255,0.9);backdrop-filter:blur(10px);transform:translateZ(0);/*box-shadow:0 2px 4px 0 rgb(0 0 0 / 10%);*/transition: all 0.6s;}
header{min-height:7.2rem;height:calc(4.8rem + env(safe-area-inset-bottom) / 2);display:flex;align-items:center;justify-content:flex-start;}

.header_wrap{-moz-box-align:center;-webkit-align-items:center;align-items:center;display:-webkit-flex;display:-moz-box;display:flex;justify-content:flex-start;width:100%;}
.logo{display:flex;align-items:center;justify-content:flex-start;width:17.2rem;margin:0 0 0 1.6rem;}

.toolmenu{-moz-box-flex:1;-webkit-flex:1;flex:1;height:3.8rem;border-radius:1.2rem;position:relative;margin:0 .6rem 0 0;}
.tool_box{display:flex;align-items:center;justify-content:flex-end;height:3.8rem;}
.tool_tel,
.tool_cart,
.tool_sort,
.tool_search,
.tool_share{width:4.4rem;display:flex;align-items:center;justify-content:center;}
.tool_sort:after{content:"";width:2.4rem;height:2.4rem;background:url(../image/2024-sort-black.png) no-repeat center center;background-size:100%;}
.tool_cart:after{content:"";width:2.4rem;height:2.4rem;background:url(../image/2024-cart.png) no-repeat center center;background-size:100%;}
.tool_tel:after{content:"";width:2.4rem;height:2.4rem;background:url(../image/2024-tel.png) no-repeat center center;background-size:100%;}
.tool_search{width:4rem;}
.tool_search:after{content:"";width:2rem;height:2rem;background:url(../image/2024-search-black.png) no-repeat center center;background-size:100%;}
.tool_share:after{content:"";width:2.4rem;height:2.4rem;background:url(../image/2024-share.png) no-repeat center center;background-size:100%;}
.tool_cart{position:relative;}
.carnum{display:flex;align-items:center;justify-content:center;position:absolute;top:-.8rem;right:0;padding:0 .55rem;height:1.8rem;border-radius:.9rem;background:#dd0000;color:#fff;font-size:1.2rem;}

.search_wrap{padding:0 1.6rem 1.6rem 1.6rem;}
.search{-moz-box-flex:1;-webkit-flex:1;flex:1;background:#fff;height:4.8rem;border-radius:1.2rem;position:relative;}
.search:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;border:.2rem solid #858585;border-radius:1.2rem;}
.search:after{content:"";position:absolute;top:50%;right:1.3rem;margin:-1.1rem 0 0 0;width:2.2rem;height:2.2rem;background:url(../image/2024-search.png) no-repeat 0 0; background-size:cover;}
.search p{float:left;display:flex;align-items:center;justify-content:flex-start;height:4.8rem;padding:0 0 0 1.6rem;font-size:1.8rem;color:#828282;}
.search-logo{float:left;display:flex;align-items:center;justify-content:flex-start;width:3.4rem;height:4.8rem;position:relative;}
.search-logo:before{content:"";position:absolute;top:50%;left:1.2rem;display:flex;align-items:center;justify-content:flex-start;width:2.8rem;height:2.8rem;margin:-1.4rem 0 0 0;background:url(../image/2023zyw-logo-2.png) no-repeat center center;background-size:100%;}


.index_topempty{height:13.6rem;}
.list_topempty{height:13.6rem;}
.detail_topempty,.cart_topempty{min-height:7.2rem;height:calc(4.8rem + env(safe-area-inset-bottom) / 2);}

.banner_box{background:linear-gradient(180deg, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 100%);padding:0 0 1.6rem 0;min-height:17rem;}
.banner{margin:0 1.6rem;border-radius:1.2rem;}

.tab_box{background:#f6f6f6;position:relative;}
.tab_box:after{content:"";position:absolute;left:0;right:0;bottom:0;height:.1rem;background:#e8e8e8;overflow:hidden;}
.tabul{display:flex;align-items:center;justify-content:center;margin:0 1.6rem;}
.tabul a{flex:1;position:relative;}
.tabul a p{display:flex;align-items:center;justify-content:center;height:5.6rem;font-size:1.8rem;background:#fff;}
.tabul a:before{content:"";position:absolute;border:.1rem solid #e8e8e8;border-width:0 .1rem;top:0;bottom:0;left:0;right:0;}
.tabul a:nth-child(2):before,
.tabul a:nth-child(2).on:after{left:-.1rem;right:-.1rem;}
.tabul a:after{content:"";position:absolute;top:0;left:0;right:0;height:.1rem;background:#e8e8e8;}
.tabul a.on{z-index:2;}
.tabul a.on:after{height:.2rem;background:#dd0000;}
.tabul a.on p{color:#dd0000;font-weight:bold;}


.bglist_box{background:#fff;}
.bglist{margin:0 1.6rem;}
.bglist section{border-bottom:.1rem solid #eee;position:relative;overflow:hidden;padding:1.6rem 0;}
.baogao{display:flex;align-items:stretch;justify-content:center;}
.baogao .pic{width:13rem;min-height:15.8rem;border-radius:1.2rem;overflow:hidden;margin:0 1.6rem 0 0;background:#f6f6f6;}
.baogao .cont{flex:1;}
.baogao h2{font-size:1.8rem;line-height:2.6rem;text-align:justify;max-height:7.8rem;}
.baogao h2 em{color:#db6700;}
.baogao ol{display:flex;align-items:center;justify-content:flex-start;margin:.6rem 0 0 0;}
.baogao ol li{display:flex;align-items:center;justify-content:flex-start;height:2rem;font-size:1.4rem;color:#888;padding:0 1rem;position:relative; white-space:nowrap}
.baogao ol li:after{content:"";position:absolute;top:.2rem;bottom:.2rem;left:-.1rem;background:#ccc;width:.1rem;}
.baogao ol li:nth-child(1){padding-left:0;}
.baogao ol li:nth-child(2){padding-right:0;}
.baogao ol li:nth-child(1):after{display:none;}

.bgbtn{position:absolute;bottom:1.6rem;left:14.6rem;right:0;display:flex;align-items:center;justify-content:flex-end;}
.btn_add,
.btn_buy{display:flex;align-items:center;justify-content:center;height:3.6rem;width:10rem;font-size:1.4rem;}
.btn_add{color:#f90000;background:#ffeade;border-radius:1.8rem 0 0 1.8rem;}
.btn_buy,
.btn_buy:visited,
.btn_buy:hover,
.btn_buy:active{color:#fff;background:linear-gradient(90deg, rgba(255,90,0,1) 0%,rgba(249,0,0,1) 100%);border-radius:0 1.8rem 1.8rem 0;}



@-webkit-keyframes foldIconMove{0%,to{-webkit-transform:translate(-50%);transform:translate(-50%)}50%{-webkit-transform:translate(-50%,6px);transform:translate(-50%,6px)}}
@keyframes foldIconMove{0%,to{-webkit-transform:translate(-50%);transform:translate(-50%)}50%{-webkit-transform:translate(-50%,6px);transform:translate(-50%,6px)}}
.btn_more,
.btn_more:visited,
.btn_more:hover,
.btn_more:active{margin:0 1.6rem;display:flex;align-items:center;justify-content:center;height:6rem;color:#666;font-size:1.4rem;padding:1.6rem 0 0 0;}
.btn_more span{display:flex;position:relative;}
.btn_more span:after{content:"";position:absolute;top:-1.8rem;left:50%;width:1.6rem;height:1.4rem;-webkit-animation:foldIconMove 2.4s ease-out infinite;animation:foldIconMove 2.4s ease-out infinite;background:url(../image/2024-btnopt.png) center center no-repeat;background-size:contain;}

.ab_more,
.ab_more:visited,
.ab_more:hover,
.ab_more:active{margin:0 1.6rem;display:flex;align-items:center;justify-content:center;height:7rem;color:#333;font-size:1.4rem;}
.ab_more span{display:flex;position:relative;padding:0 2rem 0 0;}
.ab_more span:after{content:"";position:absolute;top:0;right:-.8rem;width:1.6rem;height:1.4rem;-webkit-animation:foldIconMove 2.4s ease-out infinite;animation:foldIconMove 2.4s ease-out infinite;background:url(../image/2023zyw-btnopt-black.png) center center no-repeat;background-size:contain;}

.footnav{background:#fff;}
.footnav ul{margin:0 1.6rem;padding:1.7rem 0 1.5rem 0;}
.footnav ul li{float:left;width:20%;font-size:1.3rem;position:relative;}
.footnav ul li a,
.footnav ul li a:visited,
.footnav ul li a:hover,
.footnav ul li a:active{display:block;position:relative;padding:.6rem 0 .5rem 0;}
.footnav ul li a:before{content:"";display:flex;align-items:center;justify-content:center;width:2.4rem;height:2.4rem;margin:0 auto;background:url(../image/2024-footbar.png) no-repeat 0 0;background-size:500%;}
.footnav ul li:nth-child(2) a:before{background-position:0 -2.4rem;}
.footnav ul li:nth-child(3) a:before{background-position:-2.4rem 0;}
.footnav ul li:nth-child(4) a:before{background-position:-4.8rem 0;}
.footnav ul li:nth-child(5) a:before{background-position:-7.2rem 0;}
.footnav ul li:nth-child(6) a:before{background-position:-9.6rem 0;}
.footnav ul li:nth-child(7) a:before{background-position:-2.4rem -2.4rem;}
.footnav ul li:nth-child(8) a:before{background-position:-4.8rem -2.4rem;}
.footnav ul li:nth-child(9) a:before{background-position:-7.2rem -2.4rem;}
.footnav ul li:nth-child(10) a:before{background-position:-9.6rem -2.4rem;}
.footnav ul li b{color:#3b403e;font-weight:normal;display:flex;align-items:center;justify-content:center;height:2rem;margin:.5rem 0 0 0;letter-spacing:-.05rem;}

footer{padding:1.8rem 0;position:relative;background:#fff;z-index:1;}
footer:after{content:" ";position:absolute;top:0;left:1.6rem;right:1.6rem;height:.1rem;overflow:hidden;background:#eee;}
footer p{display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:#999;}
footer p a,
footer p a:visited,
footer p a:hover,
footer p a:active{color:#333;display:flex;align-items:center;justify-content:center;padding:0 .6rem;height:2rem;position:relative;white-space:nowrap; letter-spacing:-.06rem;}
footer p:nth-child(1) a:before{content:"|";position:absolute;top:0;bottom:0;left:-.1rem;display:flex;align-items:center;justify-content:center;height:2;font-size:1.3rem;color:#ccc;}
footer p:nth-child(1) a:nth-child(1):before{display:none;}
footer p em{display:flex;align-items:center;justify-content:center;height:2rem;}
footer p:nth-child(3) a,
footer p:nth-child(3) a:visited,
footer p:nth-child(3) a:hover,
footer p:nth-child(3) a:active{padding:0 .4rem 0 0;color:#999;}
footer p:nth-child(2){padding:1rem 0 .8rem 0;}
footer p:nth-child(2) a,
footer p:nth-child(2) a:visited,
footer p:nth-child(2) a:hover,
footer p:nth-child(2) a:active{display:block;width:17.2rem;height:auto;padding:0;}


.zywmenu{background:#fff;position:fixed;top:0;bottom:0;left:0;right:0;z-index:999999;color:#000;display:none;}
.zywmenu h2{display:flex;align-items:center;justify-content:center;height:6rem;font-size:1.8rem;font-weight:bold;margin:0 1.6rem;position:relative;}
.zywmenu h2 span{position:absolute;top:0;bottom:0;left:-1.6rem;display:flex;align-items:center;justify-content:center;padding:0 1.6rem;}
.zywmenu h2 span:before{content:"";width:1.6rem;height:1.6rem;background:url(../image/2024-close-black.png) no-repeat center center;background-size:cover;}
.zywmenu h3{display:flex;align-items:center;justify-content:center;height:4rem;font-size:1.4rem;font-weight:normal;margin:0 1.6rem;background:#fff6f0;color:#dd7927;border-radius:.2rem;}
.zywmenu ul{margin:1.4rem 1.4rem 0 1.4rem;}
.zywmenu ul:after{content:"";display:block;height:0;clear:both;overflow:hidden;}
.zywmenu ul li{float:left;width:25%;font-size:1.4rem;padding:.2rem 0;}
.zywmenu ul li a,
.zywmenu ul li a:visited,
.zywmenu ul li a:hover,
.zywmenu ul li a:active{display:flex;align-items:center;justify-content:center;margin:0 .2rem;background:#f5f6f8;color:#000;height:4rem;text-align:center;}
.zywmenu ul .menuhot{position:relative;}
.zywmenu ul .menuhot:after{content:"";position:absolute;top:0;right:0;width:2.6rem;height:1.7rem;background:url(../image/2023zyw-hot.png) no-repeat center center;background-size:100%;} 
.zywmenu ul .menunew{position:relative;}
.zywmenu ul .menunew:after{content:"";position:absolute;top:0;right:0;width:2.6rem;height:1.7rem;background:url(../image/2023zyw-new.png) no-repeat center center;background-size:100%;} 
.zywmenu ul .menunew a,
.zywmenu ul .menunew a:visited,
.zywmenu ul .menunew a:hover,
.zywmenu ul .menunew a:active{color:#cd0000;}


.zywsearch{background:#fff;position:fixed;top:0;bottom:0;left:0;right:0;z-index:999999;color:#000;display:none;overflow:hidden;}
.search_head{display:flex;align-items:center;justify-content:center;height:8rem;}
.search_back{display:flex;align-items:center;justify-content:center;padding:0 1.6rem;height:8rem;}
.search_back:before{content:"";width:1.2rem;height:2.4rem;background:url(../image/2024-skip-black.png) no-repeat center center;background-size:100%;}
.search_bar{width:100%;}
.bar_wrap{margin:0 1.6rem 0 0;height:4.8rem;overflow:hidden;position:relative;border-radius:1.2rem;background:#fff;}
.bar_wrap:after{content:"";position:absolute;top:0;bottom:0;left:0;right:0;border:.2rem solid #858585;border-radius:1.2rem;}
.bar_wrap form{display:flex;align-items:center;justify-content:flex-start;position:relative;z-index:1;}
.bar_input{flex:1;position:relative;}
.bar_input p{position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:flex-start;height:4.8rem;text-indent:1.6rem;color:#828282;font-size:1.8rem;}
.inputtxt{display:flex;align-items:center;justify-content:flex-start;width:100%;height:4.8rem;border:0;padding:0;margin:0;position:relative;z-index:1;background:none;text-indent:1.6rem;font-size:1.8rem;color:#000;}
.bar_wrap button{display:flex;align-items:center;justify-content:center;height:4.8rem;background:none;border:0;padding:0 1.6rem;margin:0;font-size:1.8rem;color:#000;font-weight:bold;position:relative;z-index:1;}
.zywsearch dl{margin:0 1.6rem;}
.zywsearch dl:after{content:"";display:block;height:0;clear:both;overflow:hidden;}
.zywsearch dt{font-size:1.8rem;font-weight:bold;color:#000;height:4rem;display:flex;align-items:center;justify-content:flex-start;}
.zywsearch dd{float:left;width:25%;display:flex;align-items:center;justify-content:flex-start;height:3rem;color:#333;}
.zywsearch dd a,
.zywsearch dd a:visited,
.zywsearch dd a:hover,
.zywsearch dd a:active{color:#333;height:4rem;max-height:4rem;line-height:4rem;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:1;text-overflow:ellipsis;margin:0 .8rem 0 0;}


.good_box{background:#f6f6f6;padding:1.6rem 0 2.2rem 0;overflow:hidden;}
.yjyhd{display:flex;align-items:center;justify-content:flex-end;margin:0 1.6rem;height:6rem;}
.yjyhd dt{flex:1;font-size:2.4rem;font-weight:bold;}
.yjyhd dd{font-size:1.4rem;color:#999;display:flex;align-items:center;justify-content:flex-end;}
.yjyhd dd a,
.yjyhd dd a:visited,
.yjyhd dd a:hover,
.yjyhd dd a:active{color:#999;padding:0 1.2rem 0 0;position:relative;}
.yjyhd dd a:after{content:"";position:absolute;top:50%;right:0;margin:-.5rem 0 0 0;width:.6rem;height:1rem;background:url(../image/2024-more.png) no-repeat center center;background-size:cover;}
.good{display:flex;align-items:center;justify-content:flex-start;overflow:hidden;}
.good li{width:13rem;margin:0 0 0 1.6rem;}
.good li a{flex:1;}
.good li a i{display:flex;align-items:center;justify-content:center;background:#fff;border-radius:1.2rem;overflow:hidden;position:relative;height:18rem;}
.good li a i:after{content:"";position: absolute;top:0;bottom:0;left:0;right:0;border:.1rem solid #e5e5e5;border-radius:1.2rem;}
.good li a b{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;height:3.2rem;max-height:3.2rem;-webkit-line-clamp:2;text-overflow:ellipsis;font-size:1.2rem;color:#888888;margin:.8rem 1rem 0 1rem;line-height:1.6rem;font-weight:normal;}

.custom_box{background:#fff;padding:1.6rem 0 3rem 0;overflow:hidden;}
.custom{margin:0 1.6rem;position:relative;overflow:hidden;padding:0 0 2.2rem 0;}
.custom .swiper-pagination{bottom:0;}
.custom .swiper-pagination-bullet{background:#bbb;}
.custom .swiper-pagination-bullet-active{background:#dd0000;}

.yjynews_box{background:#f6f6f6;padding:1.6rem 0 3rem 0;overflow:hidden;}
.yjynews{display:flex;align-items:center;justify-content:flex-start;overflow:hidden;}
.yjynews li{width:34.2rem;margin:0 0 0 1.6rem;background:#fff;border-radius:1.2rem;overflow:hidden;display:flex;align-items:center;justify-content:flex-start;}
.yjynews li a{flex:1;}
.yjynews li a i{display:flex;align-items:center;justify-content:center;background:#fff;overflow:hidden;height:22.8rem;}
.yjynews li a b{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;height:5.2rem;max-height:5.2rem;-webkit-line-clamp:2;text-overflow:ellipsis;font-size:1.6rem;color:#000;margin:2rem 2rem 2.3rem 2rem;line-height:2.6rem;font-weight:normal;}

/*列表页*/
.listpage .header_box{/*background:linear-gradient(180deg, rgba(255,255,255,.9) 0%,rgba(246,246,246,.9) 100%);*/}
.listpage .tab_box{background:linear-gradient(180deg, rgba(246,246,246,.9) 0%,rgba(246,246,246,1) 100%);}
.listpage .footnav{border-top:1rem solid #f6f6f6;}

.bgsort_box{padding:.15rem 0 0 0;background:#fff;}
.bgsort_crumb{display:flex;align-items:center;justify-content:flex-start;height:5rem;font-size:1.4rem;margin:0 1.6rem;color:#888;}
.bgsort_crumb span,.bgsort_crumb em{color:#dd0000;}
.bgsort_crumb em{padding:0 .3rem;}

.bgsort{margin:0 1.45rem;}
.bgsort li{float:left;width:17%;font-size:1.4rem;display:flex;align-items:center;justify-content:center;padding:.15rem 0;}
.bgsort li:nth-child(6n+3),.bgsort li:nth-child(6n+4){width:16%;}
.bgsort li a{flex:1;margin:0 .15rem;position:relative;}
.bgsort li a:after{content:"";position:absolute;border:.1rem solid #e8e8e8;border-radius:.2rem;left:0;right:0;top:0;bottom:0;}
.bgsort li a b{display:flex;align-items:center;justify-content:center;height:3.4rem;color:#000;font-weight:normal;}
.bgsort li.on a b{color:#dd0000;}
.bgsort li.on a:after{border-color:#dd0000;}

/*详情页*/
.dtpage .bglist_box{overflow:hidden;border-radius:1.2rem 1.2rem 0 0;margin:-2rem 0 0 0;position:relative;padding:.3rem 0 3.2rem 0;}
.dtpage .bglist section{border-top:.1rem solid #eee;border-bottom:0;}
.bgpic_box{overflow:hidden;background:linear-gradient(90deg,rgba(232,232,232,1) 0%,rgba(234,234,234,1) 100%);}
.bgpic_box ul{background:linear-gradient(90deg,rgba(232,232,232,1) 0%,rgba(234,234,234,1) 100%);padding:0 0 1.2rem 0;}
.bgpic_box li{background:linear-gradient(90deg,rgba(232,232,232,1) 0%,rgba(234,234,234,1) 100%);display:flex;align-items:center;justify-content:center;min-height:388px;}
.bgpic_box li p{display:flex;align-items:flex-start;justify-content:center;width:360px;max-height:388px;position:relative;background:url(../image/2024-bgpic2.jpg) no-repeat right 0;background-size:cover;}
.bgpic_box li p:after{content:"";position:absolute;top:0;bottom:0;right:0;left:0;background:url(../image/2024-bgpic.png) no-repeat right 0;background-size:cover;}
.bgpic_box li p img{max-width:318px;max-height:388px;}
.bgpic_box .swiper-pagination{bottom:4rem;}
.bgpic_box .swiper-pagination-bullet{background:#000;opacity:.3;}
.bgpic_box .swiper-pagination-bullet-active{background:#dd0000;opacity:1;}

.adv_box{padding:0 0 2rem 0;border-radius:1.2rem 1.2rem 0 0;overflow:hidden;position:relative;}
.adv_cctv{margin:-1.5rem 0 0 0;background:linear-gradient(90deg,rgba(27,24,21,1) 0%,rgba(25,37,80,1) 100%);}
.adv_yidaiyilu{margin:-2rem 0 0 0;background:linear-gradient(90deg,rgba(0,26,152,1) 0%,rgba(0,48,138,1) 100%);}
.adv_25nian{margin:-2rem 0 0 0;background:linear-gradient(90deg,rgba(213,1,0,1) 0%,rgba(224,0,0,1) 100%);}
.adv_quanwei{margin:-2rem 0 0 0;background:linear-gradient(90deg,rgba(0,115,198,1) 0%,rgba(0,78,163,1) 100%);}
.adv_wrap{display:flex;align-items:flex-start;justify-content:center;}
.adv_wrap a{flex:1;display:flex;align-items:flex-start;justify-content:center;}

.product_info{background:#f6f6f6;padding:0 0 4.2rem 0;margin:-2rem 0 0 0;border-radius:1.2rem 1.2rem 0 0;position:relative;overflow:hidden;}
.info_hd{background:linear-gradient(180deg, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 100%);padding:1.6rem 1.6rem 2rem 1.6rem;}
.hd_price{display:flex;align-items:center;justify-content:flex-start;background:#f8f3ed;border-radius:1.2rem;}
.hd_price dt,.hd_price dd{display:flex;align-items:center;justify-content:flex-start;height:5.4rem;}
.hd_price dt{color:#dd0000;padding:0 0 0 1.6rem;}
.hd_price dd{color:#ac8159;padding:0 0 0 2.6rem;}
.hd_price em,.hd_price span,.hd_price b{display:flex;align-items:center;justify-content:flex-start;height:3.8rem}
.hd_price dt em{font-size:1.4rem;}
.hd_price dt span{font-size:1.4rem;}
.hd_price dt b{font-size:2.6rem;padding:0 0 0 .3rem;}
.hd_price dd em{font-size:1.4rem;}
.hd_price dd span{font-size:1.4rem;}
.hd_price dd b{font-size:1.8rem;padding:0 0 0 .3rem;}
.info_hd h1{font-size:2.2rem;line-height:3rem;display:flex;align-items:center;justify-content:flex-start;text-align:justify;margin:1.6rem 0 0 0;font-weight:bold;}
.hd_msg{display:flex;align-items:center;justify-content:center;margin:1.6rem 0 0 0;}
.hd_msg li{flex:1;position:relative;}
.hd_msg li:after{content:"";position:absolute;top:0;bottom:0;left:0;width:.1rem;background:#e5e5e5;overflow:hidden;}
.hd_msg li:nth-child(1):after{display:none;}
.hd_msg li span{display:flex;align-items:center;justify-content:center;height:2.4rem;color:#888;font-size:1.4rem;}
.hd_msg li p{display:flex;align-items:center;justify-content:center;white-space:nowrap;}
.hd_msg li p b{font-size:2rem;display:flex;align-items:center;justify-content:flex-start;height:2.6rem;}
.hd_msg li p em{font-size:1.4rem;display:flex;align-items:center;justify-content:flex-start;padding:0 0 0 .3rem;}
.info_bd{background:#fff;overflow:hidden;border-radius:1.2rem;margin:0 1.6rem;font-size:1.4rem;padding:0 1.6rem;}
.info_bd dl{display:flex;align-items:center;justify-content:flex-start;border-top:.1rem solid #f1f1f1;}
.info_bd dl:nth-child(1){border-top:0;}

.info_bd dt{color:#888;display:flex;align-items:center;justify-content:flex-start;height:5.2rem;margin:0 1.6rem 0 0;}
.info_bd dd{flex:1;}
.info_bd dd p{display:flex;align-items:center;justify-content:flex-start;height:5.2rem;}
.info_bd dd p span{color:#dd0000;}
.info_bd dl:nth-child(1) dd p a,
.info_bd dl:nth-child(1) dd p a:visited,
.info_bd dl:nth-child(1) dd p a:hover,
.info_bd dl:nth-child(1) dd p a:active{margin:0 0 0 2rem;font-size:1.6rem;color:#dd0000;}
.info_bd dl:nth-child(1) dd p a:nth-child(1){margin:0;}

.gift_box{background:#f6f6f6;margin:-2rem 0 0 0;position:relative;overflow:hidden;border-radius:1.2rem 1.2rem 0 0;padding:.3rem 1.6rem 4.2rem 1.6rem;}
.gift_list{background:#fff;padding:1.6rem;overflow:hidden;border-radius:1.2rem;margin:.3rem 0 0 0;font-size:1.4rem;}
.gift_list li{display:flex;align-items:center;justify-content:flex-start;padding:.6rem 0;}
.gift_list li p{line-height:2rem;text-align:justify;padding:0 0 0 2.2rem;position:relative;}
.gift_list ul li p:before{content:"";position:absolute;top:.3rem;left:0;width:1.4rem;height:1.4rem;background:url(../image/2024-gift-1.png) no-repeat center  center;background-size:100%;}
.gift_list ol li p:before{content:"";position:absolute;top:.4rem;left:0;width:1.4rem;height:1.2rem;background:url(../image/2024-gift-2.png) no-repeat center center;background-size:100%;}
.gift_list li em{color:#dd0000;}

.haoping_box{margin:-2rem 0 0 0;position:relative;overflow:hidden;border-radius:1.2rem 1.2rem 0 0;background:linear-gradient(180deg, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 100%);padding:.3rem 0 4.2rem 0;}
.haoping_box .yjyhd{margin:0 3.2rem;}
.haoping_msg{display:flex;align-items:center;justify-content:flex-start;background:#f8f3ed;border-radius:1.2rem;height:5.4rem;color:#7d4527;/*color:#ac8159;*/font-size:1.4rem;margin:0 1.6rem;padding:0 0 0 1.6rem;}
.haoping{font-size:1.4rem;margin:2rem 0 0 0;}
.haoping h3{font-weight:normal;font-size:1.4rem;display:flex;align-items:center;justify-content:flex-start;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;text-overflow:ellipsis;overflow:hidden;height:2rem;max-height:2rem;color:#000;}
.haoping p{color:#888;text-align:justify;margin:.5rem 0 0 0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;text-overflow:ellipsis;overflow:hidden;height:8rem;max-height:8rem;}
.haoping li{width:30rem;margin:0 0 0 1.6rem;background:#fff;border-radius:1.2rem;display:flex;align-items:center;justify-content:flex-start;position:relative;}
.haoping li:after{content:"";position:absolute;top:0;bottom:0;left:0;right:0;border:.1rem solid #e8d8c5;border-radius:1.2rem;}
.haoping li a{flex:1;padding:2rem 1.6rem;position:relative;z-index:1;}
.haoping_box .yjyhd dd a,
.haoping_box .yjyhd dd a:visited,
.haoping_box .yjyhd dd a:hover,
.haoping_box .yjyhd dd a:active{color:#f90000;}
.haoping_box .yjyhd dd a:after{background:url(../image/2024-more-red.png) no-repeat center center;background-size:cover;}


.liangdian{display:flex;align-items:flex-start;justify-content:center;overflow:hidden;border-radius:1.2rem 1.2rem 0 0;position:relative;margin:-2rem 0 0 0;min-height:20rem;}
.dttab_box{background:linear-gradient(180deg, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 100%);padding:2rem 0 0 0;position:relative;margin:-2rem 0 0 0;overflow:hidden;border-radius:1.2rem 1.2rem 0 0;}
.dttab_box:after{content:"";position:absolute;left:0;right:0;bottom:0;height:.1rem;background:#e8e8e8;overflow:hidden;}
.dttabul{display:flex;align-items:center;justify-content:center;margin:0 1.6rem;}
.dttabul li{flex:1;}
.dttabul li p{display:flex;align-items:center;justify-content:center;height:5.6rem;font-size:1.8rem;background:#fff;position:relative;}
.dttabul li p:before{content:"";position:absolute;border:.1rem solid #e8e8e8;border-width:0 .1rem;top:0;bottom:0;left:0;right:0;background:none;}
.dttabul li:nth-child(2) p:before,
.dttabul li:nth-child(2).on p:after{left:-.1rem;right:-.1rem;}
.dttabul li p:after{content:"";position:absolute;top:0;left:0;right:0;height:.1rem;background:#e8e8e8;}
.dttabul li.on p{z-index:2;}
.dttabul li.on p:after{height:.2rem;background:#dd0000;}
.dttabul li.on p{color:#dd0000;font-weight:bold;}
.dttabul li p a,
.dttabul li p a:visited,
.dttabul li p a:hover,
.dttabul li p a:active{flex:1;display:flex;align-items:center;justify-content:center;position:relative;z-index:1;color:#000;height:5.6rem;}

.catalog_box{padding:1.6rem 3.2rem 4.2rem 3.2rem;font-size:1.8rem;line-height:3.2rem;background:#fff;}

.catalog_item{display:none;}
.catalog_item .sp1,.catalog_item .sp1 span{font-weight:bold;}
.catalog_item .sp1{padding:2rem 0 0 0;}
.catalog_item p:nth-child(1){padding:0;}
.catalog_item:nth-child(1){display:block;}
.catalog_item:nth-child(2){text-align:justify;}

.us_comp{background:#f6f6f6;overflow:hidden;border-radius:1.2rem 1.2rem 0 0;position:relative;margin:-2rem 0 0 0;padding:0 0 4.2rem 0;}
.us_tit{position:relative;}
.us_tit dt{position:absolute;top:1rem;left:0;right:0;display:flex;align-items:center;justify-content:center;height:7rem;font-size:2.4rem;font-weight:bold;}
.us_tit dd{display:flex;align-items:flex-start;justify-content:center;height:13rem;overflow:hidden;}
.us_tit dd img{height:auto;}
.comp_box{margin:-5rem 1.6rem 0 1.6rem;border-radius:1.2rem;overflow:hidden;position:relative;}
.comp_wrap{padding:0 0 2.6rem 0;}
.comp_wrap li{padding:2rem 0 3rem 0;background:#fff;border-radius:1.2rem;}
.comp_wrap li h2{display:flex;align-items:center;justify-content:center;font-weight:normal;position:relative;}
.comp_wrap li h2:after{content:"";position:absolute;width:22rem;height:.1rem;left:50%;top:50%;margin:-.05rem 0 0 -11rem;background:#888;overflow:hidden;}
.comp_wrap li h2 span{font-size:3rem;display:flex;align-items:center;justify-content:center;height:4rem;background:#fff;padding:0 2rem;position:relative;z-index:2;}
.comp_wrap li p{display:flex;align-items:center;justify-content:center;text-align:center;font-size:1.5rem;line-height:2.6rem;margin:.5rem 0 0 0;}
.comp_wrap .swiper-pagination{bottom:0;}
.comp_wrap .swiper-pagination-bullet{background:#bbb;}
.comp_wrap .swiper-pagination-bullet-active{background:#dd0000;}

.us_xmdt{background:#f6f6f6;overflow:hidden;border-radius:1.2rem 1.2rem 0 0;position:relative;margin:-2rem 0 0 0;padding:0 0 4.2rem 0;}
.xmdt_box{margin:-5rem 1.6rem 0 1.6rem;border-radius:1.2rem;overflow:hidden;position:relative;}
.us_xmdt .yjynews{padding:0 0 2.6rem 0;}
.us_xmdt .yjynews li{margin:0;}
.us_xmdt .yjynews li a i img{height:auto;}
.xmdt_box .swiper-pagination{bottom:0;}
.xmdt_box .swiper-pagination-bullet{background:#bbb;}
.xmdt_box .swiper-pagination-bullet-active{background:#dd0000;}

.us_lianxi{background:#fff;overflow:hidden;border-radius:1.2rem 1.2rem 0 0;position:relative;margin:-2rem 0 0 0;padding:0 0 2.2rem 0;}
.lianxi_box{margin:-5rem 1.6rem 0 1.6rem;border-radius:1.2rem;overflow:hidden;position:relative;}
.lxwrap li p{border-radius:1.2rem 1.2rem 0 0;overflow:hidden;}

.othmsg_box{background:#f6f6f6;padding:2rem 1.6rem;}
.othmsg{background:#fff;overflow:hidden;border-radius:1.2rem;padding:1.6rem 1.6rem 2.2rem 1.6rem;}
.othmsg dt{font-size:2.4rem;display:flex;align-items:center;justify-content: flex-start;height:4rem;font-weight:bold;}
.othmsg dd{font-size:1.4rem;line-height:2.4rem;text-align:justify;margin:.3rem 0 0 0;letter-spacing:-.05rem;}
.othmsg dl:nth-child(2){margin:1.6rem 0 0 0;}
.othmsg dd p{margin:.8rem 0 0 0;letter-spacing:-.11rem;}
.othmsg dd p:nth-child(1){margin:0;}
.othmsg dd p a,
.othmsg dd p a:visited,
.othmsg dd p a:hover,
.othmsg dd p a:active,
.othmsg dd p span{color:#dd0000;}


.foottool_box{position:fixed;bottom:0;left:0;right:0;z-index:9998;padding:0 0 1rem 0;background:rgba(255,255,255,0.9);backdrop-filter:blur(10px);transform:translateZ(0);/*box-shadow:0 2px 4px 0 rgb(0 0 0 / 10%);*/transition: all 0.6s;}
.foottool{min-height:6.8rem;height:calc(4.6rem + env(safe-area-inset-bottom) / 2);display:flex;align-items:center;justify-content:flex-start;}
.foot_tel,
.foot_kefu,
.foot_cart{display:flex;align-items:center;justify-content:flex-start;padding:0 1.6rem;height:4.6rem;}
.foot_tel p,
.foot_kefu p,
.foot_cart p{flex:1;padding:.5rem 0 0 0;}
.foot_tel b,
.foot_kefu b,
.foot_cart b{font-size:1.2rem;display:flex;align-items:center;justify-content:center;height:1.6rem;margin:.2rem 0 0 0; opacity:.6;white-space:nowrap;}
.foot_tel p:before{content:"";width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;background:url(../image/2024-tel.png) no-repeat center center;background-size:cover;margin:0 auto;opacity:.6;}
.foot_kefu p:before{content:"";width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;background:url(../image/2024-kefu.png) no-repeat center center;background-size:cover;margin:0 auto;opacity:.6;}
.foot_cart p:before{content:"";width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;background:url(../image/2024-cart.png) no-repeat center center;background-size:cover;margin:0 auto;opacity:.6;}
.foot_cart{position:relative;}
.foot_cart .carnum{top:0;right:1.6rem;}
.toolbtn{flex:1;display:flex;align-items:center;justify-content:flex-start;padding:0 1.6rem 0 0;}
.tool_add,
.tool_buy{flex:1;display:flex;align-items:center;justify-content:center;font-size:1.4rem;height:4.6rem;}

.tool_add{color:#f90000;background:#ffeade;border-radius:.8rem 0 0 .8rem;}
.tool_buy,
.tool_buy:visited,
.tool_buy:hover,
.tool_buy:active{color:#fff;background:linear-gradient(90deg, rgba(255,90,0,1) 0%,rgba(249,0,0,1) 100%);border-radius:0 .8rem .8rem 0;}

.foot_key{display:flex;align-items:center;justify-content:center;position:fixed;bottom:7.3rem;left:1.6rem;right:1.6rem;z-index:9998;}
.foot_key p{flex:1;display:flex;align-items:center;justify-content:center;font-size:1.2rem;height:2.6rem;border-radius:1.3rem;background:rgba(0,0,0,0.5);backdrop-filter:blur(10px);transform:translateZ(0);/*box-shadow:0 2px 4px 0 rgb(0 0 0 / 10%);*/transition: all 0.6s;margin:0 0 0 .5rem;}
.foot_key p:nth-child(1){margin:0;}
.foot_key p em{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;height:2.6rem;line-height:2.6rem;max-height:2.6rem;-webkit-line-clamp:1;text-overflow:ellipsis;margin:0 1.3rem;color:#fff;}
.foot_empty{min-height:7.8rem;height:calc(4.6rem + env(safe-area-inset-bottom) / 2);}

/*购物车*/
.cart_fixtop:after{content:"";position:absolute;bottom:-.1rem;left:0;right:0;height:.1rem;background:#eee;overflow:hidden;}
.cart_back{display:flex;align-items:center;justify-content:center;padding:0 1.6rem;height:7.2rem;}
.cart_back:before{content:"";width:1.2rem;height:2.4rem;background:url(../image/2024-skip-black.png) no-repeat center center;background-size:100%;}
.cart_head{flex:1;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:bold;}
.cart_set{padding:0 1.6rem 0 0;font-size:1.6rem;display:flex;align-items:center;justify-content:center;height:7.2rem;font-weight:bold;}
.cart_set.on{color:#f90000;}

.cartlist{}
.cartlist .bglist{}
.cartlist .bglist section{display:flex;align-items:center;justify-content:flex-start;border-top:.1rem solid #eee;border-bottom:0;padding:0;}
.cartlist .bglist section:nth-child(1){border:0;}
.cartlist .baogao h2{font-size:1.6rem;font-weight:bold;overflow:hidden;max-height:6.6rem;line-height:2.2rem;}
.cartlist .baogao h2 a{display:flex;align-items:center;justify-content:flex-start;text-align:justify;line-height:2.2rem;overflow:hidden;}
.cart_checkbox{width:2rem;height:12.9rem;display:flex;align-items:center;justify-content:center;margin:0 1.6rem 0 0;}
.cart_checkbox:before{content:"";width:2rem;height:2rem;background:url(../image/2024-gift-3.png) no-repeat center center;background-size:100%;}
.cart_seleted .cart_checkbox:before{background:url(../image/2024-gift-1.png) no-repeat center center;background-size:100%;}

.cartlist .baogao{flex:1;display:flex;align-items:stretch;justify-content:center;}
.cartlist .baogao .pic{width:10.6rem;height:12.9rem;min-height:12.9rem;}
.cart_type{height:3.2rem;}
.cart_type{font-size:1.4rem;color:#888;display:flex;align-items:center;justify-content:flex-start;}
/*
.cart_type p{display:flex;align-items:center;justify-content:flex-start;padding:0 .6rem 0 0;}
.cart_type:after{content:"";display:flex;align-items:center;justify-content:center;width:.8rem;height:.4rem;background:url(../image/2024-open-dark.png) no-repeat center center;background-size:100%;}
*/

.type_xz li{display:none;align-items:center;justify-content:flex-start;} 
.type_xz li.on{display:flex;}
.type_xz li p{height:3.2rem;display:flex;align-items:center;justify-content:flex-start;padding:0 .6rem 0 0;}
.type_xz li p:nth-child(2){display:none;}
.type_xz li:after{content:"";display:flex;align-items:center;justify-content:center;width:.8rem;height:.4rem;background:url(../image/2024-open-dark.png) no-repeat center center;background-size:100%;}
.typeopen .type_xz{position:fixed;top:0;bottom:0;left:0;right:0;background:rgba(0,0,0,.3);z-index:999999;display:flex;align-items: baseline;justify-content:center;padding:14rem 0 0 0;}
.typeopen .type_xzbox{background:#f6f6f6;flex:1;height:100%;border-radius:1.2rem 1.2rem 0 0;overflow:hidden;position:relative;}
.typeopen .type_xz ul{background:#fff;border-radius:1.2rem;margin:0 1.6rem;padding:1.6rem;}
.typeopen .type_xz li{font-size:1.6rem;display:flex;align-items:center;justify-content:flex-start;background:#f6f6f6;border-radius:.8rem;margin:.8rem 0 0 0;padding:0 1.6rem;}
.typeopen .type_xz li:nth-child(1){margin:0;}
.typeopen .type_xz li p{flex:1;display:flex;align-items:center;justify-content:flex-start;height:5rem;color:#000;padding:0;}
.typeopen .type_xz li p:nth-child(2){display:flex;justify-content:flex-end;color:#888;}
.typeopen .type_xz li p span{display:flex;align-items:center;justify-content:flex-start;height:5rem;}
.typeopen .type_xz li p span:nth-child(1){font-size:1.2rem;padding:0 .3rem 0 0;}
.typeopen .type_xz li.on{position:relative;}
.typeopen .type_xz li.on:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;border:.1rem solid #f90000;border-radius:.8rem;}
.typeopen .type_xz li.on p{color:#f90000;}
.typeopen .type_xz li.on p:nth-child(1){font-weight:bold;}
.typeopen .type_xz li:after{display:none;}


.cartkong{display:none;}
.kongpic{display:flex;align-items:center;justify-content:center;height:15.6rem;padding:2rem 0;}
.kongpic img{width:auto;}
.kongtxt{display:flex;align-items:center;justify-content:center;font-size:1.6rem;height:3rem;}
.kongbtn{display:flex;align-items:center;justify-content:center;margin:1rem 0 0 0;}
.kongbtn a,
.kongbtn a:visited,
.kongbtn a:hover,
.kongbtn a:active{display:flex;align-items:center;justify-content:center;padding:0 4rem;font-size:1.6rem;border-radius:1.2rem;height:5rem;font-weight:bold;color:#fff;background:linear-gradient(90deg, rgba(255,90,0,1) 0%,rgba(249,0,0,1) 100%);}


.xz_tit{display:none;}
.typeopen .xz_tit{padding:1.6rem 3.2rem;display:block;}
.typeopen .xz_tit dt{display:flex;align-items:center;justify-content:flex-start;color:#f90000;}
.typeopen .dt_fh{display:flex;align-items:center;justify-content:flex-start;font-size:1.6rem;height:3rem;width:1.6rem;font-weight:bold;}
.typeopen .dt_jg{display:flex;align-items:center;justify-content:flex-start;font-size:2.4rem;height:3rem;font-weight:bold;}
.typeopen .xz_tit dd{display:flex;align-items:center;justify-content:flex-start;font-size:1.4rem;height:2rem;}
.typeopen .dd_txt{padding:0 1rem 0 0;}

.xz_queding{display:none;}
.typeopen .xz_queding{position:absolute;bottom:0;left:0;right:0;height:7.8rem;background:#fff;display:flex;align-items:center;justify-content:center;}
.typeopen .queding{flex:1;display:flex;align-items:center;justify-content:center;color:#fff;background:linear-gradient(90deg, rgba(255,90,0,1) 0%,rgba(249,0,0,1) 100%);border-radius:1.2rem;margin:0 1.6rem;height:4.8rem;font-size:1.6rem;font-weight:bold;}

.xz_close{display:none;}
.typeopen .xz_close{position:absolute;top:1.6rem;right:1.6rem;display:flex;align-items:center;justify-content:center;width:2.6rem;height:2.6rem;background:#ddd;border-radius:50%;}
.typeopen .xz_close:after{content:"";width:1rem;height:1rem;background:url(../image/2024-close-cart.png) no-repeat center center;background-size:cover;}


.cart_price{position:absolute;bottom:0;left:15.8rem;right:0;display:flex;align-items:center;justify-content:center;}
.price_num{flex:1;display:flex;align-items:center;justify-content:flex-start;color:#dd0000;}
.price_sl{flex:1;display:flex;align-items:center;justify-content:flex-end;position:relative;}
.price_sl:before{content:"";position:absolute;left:0;right:0;top:0;bottom:0;border:.1rem solid #eee;border-radius:.6rem;}
.price_sl input{flex:1;display:flex;align-items:center;justify-content:center;text-align:center;border:0;width:100%;font-size:1.4rem;font-weight:bold;}
.price_fh{font-size:1.4rem;padding:0 .3rem 0 0;display:flex;align-items:center;justify-content:flex-start;font-weight:bold;}
.price_jg{font-size:2.4rem;font-weight:bold;display:flex;align-items:center;justify-content:flex-start;}
.sl_del,.sl_add{width:3rem;display:flex;align-items:center;justify-content:center;text-align:center;font-size:1.4rem;position:relative;z-index:1;}
.sl_del:after{content:"";width:1rem;height:1rem;background:url(../image/2024-del-2.png) no-repeat center center;background-size:cover;}
.sl_add:after{content:"";width:1rem;height:1rem;background:url(../image/2024-add-2.png) no-repeat center center;background-size:cover;}
.sl_del.on:after{background:url(../image/2024-del-1.png) no-repeat center center;background-size:cover;}
.sl_add.on:after{background:url(../image/2024-add-1.png) no-repeat center center;background-size:cover;}
.sl_input{flex:1;display:flex;align-items:center;justify-content:center;text-align:center;border:.1rem solid #eee;border-width:0 .1rem;}
.price_sl input,.price_fh,.price_jg,.sl_del,.sl_add{height:3rem;}

.jsnumbox{position:fixed;top:0;bottom:0;left:0;right:0;z-index:99999;display:flex;align-items:center;justify-content:center;}
.jsnumbox p{background:rgba(0,0,0,0.7);backdrop-filter:blur(10px);transform:translateZ(0);transition: all 0.6s;color:#fff;padding:5rem 3rem;font-size:1.4rem;border-radius:1.2rem;font-weight:bold;}

.cart_footbar{position:fixed;bottom:0;left:0;right:0;z-index:9998;background:rgba(255,255,255,0.9);backdrop-filter:blur(10px);transform:translateZ(0);transition: all 0.6s;min-height:7.2rem;height:calc(4.8rem + env(safe-area-inset-bottom) / 2);display:flex;align-items:center;justify-content:flex-start;padding:0 1.6rem 1rem 1.6rem;}
.cart_footbar:after{content:"";position:absolute;top:-.1rem;left:0;right:0;height:.1rem;background:#eee;overflow:hidden;}
.foot_cartempty{min-height:9.8rem;height:calc(4.8rem + env(safe-area-inset-bottom) / 2);}
.cart_footempty{height:9rem;}

.cart_allcheck{width:2rem;height:4.8rem;display:flex;align-items:center;justify-content:center;margin:0 .6rem 0 0;}
.cart_allcheck:before{content:"";width:2rem;height:2rem;background:url(../image/2024-gift-3.png) no-repeat center center;background-size:100%;}
.cart_allcheck.on:before{background:url(../image/2024-gift-1.png) no-repeat center center;background-size:100%;}
.cart_txtcheck{font-size:1.4rem;color:#888;display:flex;align-items:center;justify-content:center;height:2rem;}

.cart_jiesuan{flex:1;display:flex;align-items:center;justify-content:flex-end;}
.cart_heji{display:flex;align-items:center;justify-content:flex-end;font-size:1.4rem;}
.cart_heji dt,.cart_heji dd{display:flex;align-items:center;justify-content:flex-end;height:2rem;}
.cart_heji dd{color:#dd0000;font-weight:bold;}
.heji_jg{font-size:2.4rem;padding:0 1rem 0 .5rem;}
.cart_submit,
.cart_submit:visited,
.cart_submit:hover,
.cart_submit:active,
.cart_delall{display:flex;align-items:center;justify-content:center;color:#fff;background:linear-gradient(90deg, rgba(255,90,0,1) 0%,rgba(249,0,0,1) 100%);border-radius:1.2rem;height:4.8rem;font-size:1.6rem;font-weight:bold;padding:0 4rem;}
.cart_delall,
.cart_footbar.onhv .cart_heji,
.cart_footbar.onhv .cart_submit{display:none;}
.cart_footbar.onhv .cart_delall{display:flex;}

.orderpage{background:#f6f6f6;}
.orderpage .cart_head{margin-right:4.4rem;}
.orderpage .bglist_box{margin:1.6rem 1.6rem 0 1.6rem;border-radius:1.2rem;}
.orderpage .cart_price{left:12.2rem;bottom:.8rem;}
.orderpage .cartlist .bglist{padding:.8rem 0;}
.orderpage .cartlist .bglist section{border-top:0;padding:.8rem 0;}

.orderpage .cart_heji{flex:1;display:flex;align-items:center;justify-content:flex-start;}

.orderpage .gift_box{background:#fff;margin:1.6rem;border-radius:1.2rem;padding-bottom:1.6rem;}
.orderpage .gift_box .yjyhd{margin:0}
.orderpage .yjyhd dt{font-size:2rem;font-weight:bold;}

.orderpage .gift_list{padding:0;margin:-.8rem 0 0 0;}
.orderpage .gift_list li{align-items:flex-start;}
.orderpage .gift_list ol li p{flex:1;padding:0;}
.orderpage .gift_list ol li p:before{display:none;}
.orderpage .gift_list li em{font-weight:bold;}

.gift_check{width:2.2rem;height:2rem;display:flex;align-items:center;justify-content:flex-start;}
.gift_check:before{content:"";width:1.4rem;height:1.4rem;background:url(../image/2024-gift-3.png) no-repeat center center;background-size:100%;}
.gift_checkbox .gift_check:before{background:url(../image/2024-gift-1.png) no-repeat center center;background-size:100%;}

.orderform{background:#fff;border-radius:1.2rem;margin:1.6rem 1.6rem 0 1.6rem;padding:.3rem 0 1.6rem 0;}
.orderform .yjyhd dd em{display:flex;align-items:center;justify-content:flex-start;color:#dd0000;}
.orderform .yjyhd dd span{display:flex;align-items:center;justify-content:flex-start;}
.form_wrap{background:#fff;border-radius:1.2rem;margin:0 1.6rem;}
.form_wrap dl{display:flex;align-items:center;justify-content:flex-start;border-top:.1rem solid #eee;}
.form_wrap dt{font-size:1.4rem;width:9rem;display:flex;align-items:center;justify-content:flex-start;}
.form_wrap dt em{display:flex;align-items:center;justify-content:flex-start;height:4rem;color:#dd0000;}
.form_wrap dt b{flex:1;display:flex;align-items:center;justify-content:flex-end;height:4rem;font-weight:normal;}
.form_wrap dd{flex:1;display:flex;align-items:center;justify-content:flex-start;}
.form_wrap dd input{width:100%;height:4rem;border:0;background:none;font-size:1.4rem;font-weight:bold;outline:0;}
.form_wrap .ordmsg{align-items:flex-start;}
.form_wrap .ordmsg dd{padding:1rem 0 0 0;}
.form_wrap textarea{width:100%;text-indent:inherit;resize:none;border:0;font-size:1.4rem;font-weight:bold;outline: 0;}
.form_wrap select{width:100%;height:4rem;border:0;font-size:1.4rem;font-weight:bold;outline:0;color:#000;background:#fff;}

.pay_chengg{background:#fff;margin:1.6rem 1.6rem 0 1.6rem;border-radius:1.2rem;padding:3rem 1.6rem;}
.chengg_svg{display:flex;align-items:center;justify-content:center;width:6rem;height:6rem;border-radius:50%;background:#36b935;margin:0 auto;}
.chengg_svg:after{content:"";background:url(../image/2024-ordgou.png) no-repeat center center;background-size:cover;width:4rem;height:4rem;}
.chengg_msg{display:flex;align-items:center;justify-content:center;font-size:1.6rem;height:3rem;margin-top:1rem;color:#36b935;}

.paybglist .type_xz li:after{display:none;}
.pay_bgjg{flex:1;display:flex;align-items:center;justify-content:flex-end;}
.pay_bgjg span{display:flex;align-items:center;justify-content:flex-end;height:3rem;font-size:1.6rem;}
.pay_bgjg span:nth-child(1){font-weight:bold;}
.pay_bgjg span:nth-child(2){font-size:2rem;font-weight:bold;}
.pay_bgjg span:nth-child(3){padding:0 .5rem;color:#888;}
.pay_bgjg span:nth-child(4){color:#888;}

.pay_id{display:flex;align-items:center;justify-content:flex-start;padding:0 0 .6rem 0;position:relative;margin:0 0 .8rem 0;}
.pay_id:after{content:"";position:absolute;bottom:0;left:0;right:0;height:.1rem;background:#eee;}
.pay_id dt{flex:1;display:flex;align-items:center;justify-content:flex-start;}
.pay_id dt p{display:flex;align-items:center;justify-content:flex-start;font-size:1.4rem; white-space:nowrap;height:4rem;color:#888;}
.pay_id dd{flex:1;display:flex;align-items:center;justify-content:flex-end;}
.pay_id dd p{display:flex;align-items:center;justify-content:flex-start;font-size:1.6rem; white-space:nowrap;height:4rem;color:#dd0000;}

.pay_gift{margin:.8rem 0 0 0;padding:.8rem 0 1rem 0;position:relative;}
.pay_gift:after{content:"";position:absolute;top:0;left:0;right:0;height:.1rem;background:#eee;}
.pay_gift h3{height:3rem;display:flex;align-items:center;justify-content:flex-start;font-size:1.6rem;font-weight:bold;color:#000;}
.pay_gift dl{display:flex;align-items:flex-start;justify-content:flex-start;font-size:1.4rem;color:#888;}
.pay_gift dt{flex:1;display:flex;align-items:flex-start;justify-content:flex-start;}
.pay_gift dd{display:flex;align-items:flex-start;justify-content:flex-end;width:8rem;}
.pay_gift dd span{display:flex;align-items:flex-start;justify-content:flex-end;height:2rem;}
.pay_gift dd span:nth-child(3){padding:0 0 0 .5rem;}

.pay_way{background:#fff;margin:1.6rem 1.6rem 0 1.6rem;border-radius:1.2rem;padding:.6rem 1.6rem;}
.pay_way h3{height:5rem;font-size:2rem;font-weight:bold;display:flex;align-items:center;justify-content:flex-start;}
.way_list dl{display:flex;align-items:center;justify-content:flex-start;border-top:.1rem solid #eee;}

.way_list dt{flex:1;display:flex;align-items:center;justify-content:flex-start;font-size:1.6rem;}
.way_list dt:before{content:"";display:flex;align-items:center;justify-content:flex-start;width:2rem;height:2rem;background:url(../image/2024-ordwx.png) no-repeat center center;background-size:100%;margin:0 .8rem 0 0;}
.way_list dl:nth-child(2) dt:before{background:url(../image/2024-ordzfb.png) no-repeat center center;background-size:100%;}
.way_list dl:nth-child(3) dt:before{background:url(../image/2024-ordyl.png) no-repeat center center;background-size:100%;}
.way_list dl:nth-child(1) dt:after{content:"";display:flex;align-items:center;justify-content:flex-start;width:4rem;height:1.6rem;background:url(../image/2024-ordtui.png) no-repeat center center;background-size:100%;margin:0 0 0 .8rem;}
.way_list dl:nth-child(2) dt:after{content:"";display:flex;align-items:center;justify-content:flex-start;width:4rem;height:1.6rem;background:url(../image/2024-ordtui.png) no-repeat center center;background-size:100%;margin:0 0 0 .8rem;}
.way_list dt p{height:5rem;display:flex;align-items:center;justify-content:flex-start;}
.way_list dd{width:1.6rem;height:5rem;display:flex;align-items:center;justify-content:flex-end;}
.way_list dd:before{content:"";border:.2rem solid #ccc;width:1.2rem;height:1.2rem;border-radius:50%;}
.way_list .on dd:before{border-color:#36b935;}
.way_list .on dd{position:relative;}
.way_list .on dd:after{content:"";position:absolute;top:50%;left:50%;width:.6rem;height:.6rem;background:#36b935;border-radius:50%;margin:-.3rem 0 0 -.3rem;}


.foot_yinlian{height:1.6rem;}
.h2pub{height:5rem;font-size:2rem;font-weight:bold;display:flex;align-items:center;justify-content:flex-start;color:#000;}
.ylwarm{margin:1.6rem 1.6rem 0 1.6rem;background:#fff;border-radius:1.2rem;padding:.6rem 1.6rem 2rem 1.6rem;}
.ylwarm li{font-size:1.4rem;margin:1rem 0 0 0;padding:0 0 0 1.6rem;position:relative;text-align:justify}
.ylwarm li:nth-child(1){margin:0;}
.ylwarm li:after{content:"";position:absolute;top:.7rem;left:0;width:.6rem;height:.6rem;border-radius:50%;background:#000;overflow:hidden;}
.ylwarm li em{color:#f90000;font-weight:bold;}

.ylgn{margin:1.6rem 1.6rem 0 1.6rem;background:#fff;border-radius:1.2rem;padding:.6rem 1.6rem .4rem 1.6rem;}
.yl_logo{display:flex;align-items:flex-start;justify-content:flex-start;height:3rem;}
.yl_logo img{width:auto;}
.ylgn dl{margin:1rem 0 0 0;}
.ylgn dt,.ylgn dd{display:flex;align-items:center;justify-content:flex-start;}
.ylgn dt{font-size:1.3rem;color:#888;}
.ylgn dd{font-size:1.6rem;}
.ylgn li{padding:1.6rem 0;border-top:.1rem solid #eee;}

.cartsharewrap{position:fixed;top:0;left:0;right:0;background:#fff;z-index:-999999;}
.cartsharewrap:before{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background:#fff;}
.sharebox{background:#fff;}
.sharewrap{padding:3.5rem 2rem 2.5rem 2rem;background:#fff;}
.sharewrap ul{display:flex;align-items:center;justify-content:flex-start;}
.sharewrap ul li{flex:1;}
.share_logo p{display:flex;align-items:center;justify-content:flex-start;width:17rem;}
.share_txt p{display:flex;align-items:center;justify-content:flex-end;color:#f90000;font-size:1.6rem;}
.sharewrap dl{margin:1.5rem 0 0 0;display:flex;align-items:flex-start;justify-content:flex-start;}
.sharewrap dl dt{width:12.6rem;height:15.4rem;overflow:hidden;background:#f6f6f6;}
.sharewrap dl dt img{}
.sharewrap dl dd{flex:1;margin:0 0 0 1.6rem;}
.sharewrap dl .tit{font-size:2rem;font-weight:bold;color:#000;}
.sharewrap dl .tit em{color:#db6700;font-weight:bold;}
.sharewrap dl .txt{font-size:1.4rem;color:#888;margin:.5rem 0 0 0;}
.share_dec{font-size:1.4rem;color:#888;margin:1rem 0 0 0;}
.share_wx{margin:1.6rem 0 0 0;display:flex;align-items:center;justify-content:flex-start;background:#f8f3ed;border-radius:1rem;overflow:hidden;padding:1.5rem;}
.wx_cont{flex:1;}
.wx_cont p{display:flex;align-items:center;justify-content:flex-start;font-size:1.4rem;color:#888;}
.wx_cont p.saoma{font-weight:bold;color:#f90000;}
.wx_pic{width:9rem;height:9rem;background:#fff;overflow:hidden;display:flex;align-items:center;justify-content:center;}
.wx_pic table{width:100%;height:100%;}

.shareshow{position:fixed;top:0;bottom:0;left:0;right:0;background:rgba(0,0,0,.3);z-index:99999;display:none;align-items:center;justify-content:center;}
.shareshowbox{margin:0 3rem;position:relative;}
.shareshowimg{border-radius:2rem;overflow:hidden;}

.sharesave{display:flex;align-items:center;justify-content:center;margin:2rem 0 0 0;}
.savepicbtn{display:flex;align-items:center;justify-content:center;background:linear-gradient(90deg, rgba(255,90,0,1) 0%,rgba(249,0,0,1) 100%);color:#fff;height:5rem;font-size:1.6rem;padding:0 5rem;border-radius:2.5rem;}
.shareclose{position:absolute;top:0;right:0;width:4.5rem;height:4rem;display:flex;align-items:center;justify-content:center;}
.shareclose:before{content:"";display:flex;align-items:center;justify-content:center;width:1rem;height:1rem;background:url(../image/2024-close-cart.png) no-repeat center center;background-size:100%;}


.slide-wrapper{background:#fff;}
.slide-scroll {display:flex;align-items:center;justify-content:flex-start;padding:1.6rem 0;}
.animate-slide-start {display:flex;align-items:center;justify-content:flex-start;-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;background:#fff;position:relative;}
.animate-slide {-webkit-transform:translate3d(-26rem, 0, 0);-moz-transform:translate3d(-26rem, 0, 0);transform:translate3d(-26rem, 0, 0);}
.slide-content{display:flex;align-items:center;justify-content:flex-start;position:relative;}
.slide-content-button{display:flex;align-items:center;justify-content:flex-end;position:absolute;top:0;bottom:0;right:0;}
.slide-item{display:flex;align-items:center;justify-content:center;width:6.1rem;height:16.1rem;}
.slide-item p:before{content:"";width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;margin:0 auto;}
.slide-item:nth-child(1) p:before{background:url(../image/2024-share-baise.png) no-repeat center center;background-size:100%;}
.slide-item:nth-child(2) p:before{background:url(../image/2024-kefu-baise.png) no-repeat center center;background-size:100%;}
.slide-item:nth-child(3) p:before{background:url(../image/2024-tel-baise.png) no-repeat center center;background-size:100%;}
.slide-item:nth-child(4) p:before{background:url(../image/2024-del-baise.png) no-repeat center center;background-size:100%;}
.slide-item span{color:#fff;font-size:1.4rem;height:1.6rem;display:flex;align-items:center;justify-content:center;margin:1rem auto 0 auto;}
.slide-del{background:#e24e46;}
.slide-tel,
.slide-tel:visited,
.slide-tel:hover,
.slide-tel:active{background:#ed7737;}
.slide-kefu,
.slide-kefu:visited,
.slide-kefu:hover,
.slide-kefu:active{background:#f0983f;}
.slide-share{background:#edb03d;}

.slide-share-cont{display:none;position:absolute;top:0;left:0;z-index:-999999;}

/*新增荣誉资质*/
.adv_zizhi{margin:-2rem 0 0 0;background:linear-gradient(90deg,rgba(86,28,140,1) 0%,rgba(81,24,137,1) 100%);}
.zizhi_box{margin:-2rem 0 0 0;position:relative;overflow:hidden;border-radius:1.2rem 1.2rem 0 0;background:linear-gradient(180deg, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 100%);padding:.3rem 0 4.2rem 0;}
.zizhi_box .yjyhd{margin:0 3.2rem;}
.zizhi_msg{display:flex;align-items:center;justify-content:flex-start;background:#f8f3ed;border-radius:1.2rem;color:#7d4527;font-size:1.4rem;margin:0 1.6rem;padding:1.6rem;line-height:2rem;text-align:justify;}
.zizhi_box .yjyhd dd a:after{background:url(../image/2024-more-red.png) no-repeat center center;background-size:cover;}
.bgshow .zizhi_box .yjyhd dd a,
.bgshow .zizhi_box .yjyhd dd a:visited,
.bgshow .zizhi_box .yjyhd dd a:hover,
.bgshow .zizhi_box .yjyhd dd a:active{color:#ff3900;}
.zizhi_show{font-size:1.4rem;margin:2rem 0 0 0;}
.zizhi_show ul{display:flex;align-items:center;justify-content:flex-start;}
.zizhi_show li{flex:1;background:#522707;border-radius:.8rem;padding:.7rem;margin:0 0 0 1.6rem;}
.zizhi_show li a,
.zizhi_show li a:visited,
.zizhi_show li a:hover,
.zizhi_show li a:active,
.zizhi_show li p{display:block;background:#fff;border-radius:.5rem;overflow:hidden;height:11.3rem;}
.zizhi_show li:nth-child(2n+2){background:#763b1b;}
.zizhi_show img{height:11.3rem;width:auto;}

/*新增市场地位认证*/
.adv_diwei{margin:-2rem 0 0 0;background:linear-gradient(90deg,rgba(228,76,8,1) 0%,rgba(225,73,5,1) 100%);}
.diwei_box{margin:-2rem 0 0 0;position:relative;overflow:hidden;border-radius:1.2rem 1.2rem 0 0;background:linear-gradient(180deg, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 100%);padding:.3rem 0 4.2rem 0;}
.diwei_box .yjyhd{margin:0 3.2rem;}
.diwei_msg{display:flex;align-items:center;justify-content:flex-start;background:#f8f3ed;border-radius:1.2rem;color:#7d4527;font-size:1.4rem;margin:0 1.6rem;padding:1.6rem;line-height:2rem;text-align:justify;}
.diwei_box .yjyhd dd a:after{background:url(../image/2024-more-red.png) no-repeat center center;background-size:cover;}
.bgshow .diwei_box .yjyhd dd a,
.bgshow .diwei_box .yjyhd dd a:visited,
.bgshow .diwei_box .yjyhd dd a:hover,
.bgshow .diwei_box .yjyhd dd a:active{color:#ff3900;}
.diwei_show{font-size:1.4rem;margin:2rem 0 0 0;}
.diwei_show ul{display:flex;align-items:center;justify-content:flex-start;}
.diwei_show li{flex:1;background:#b84700;border-radius:1rem;padding:.8rem;margin:0 0 0 1.6rem;}
.diwei_show li a,
.diwei_show li a:visited,
.diwei_show li a:hover,
.diwei_show li a:active,
.diwei_show li p{display:block;border-radius:.6rem;overflow:hidden;height:18.4rem;width:13rem;position:relative;}
.diwei_show li a:before,
.diwei_show li p:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;border-radius:.6rem;border:.1rem solid #e4ba84;}
.diwei_show li:nth-child(2n+2){background:#e35900;}
.diwei_show img{height:18.4rem;width:13rem;border-radius:.6rem;}

/*新增英文标题*/
.info_hd h2{display:flex;align-items:center;justify-content:flex-start;font-size:1.4rem;font-weight:normal;word-spacing:.1rem; letter-spacing:.01rem;line-height:1.8rem;color:#333;margin:.8rem 0 0 0;}
.product_jiage{background-color:rgba(249,0,0,1);padding:1.3rem 0 3.3rem 0;margin:-2rem 0 0 0;border-radius:1.2rem 1.2rem 0 0;position:relative;overflow:hidden;}
.hd_main{display:flex;align-items:center;justify-content:center;padding:0 1.6rem;}
.hd_main dl{flex:1;display:flex;align-items:center;justify-content:flex-start;font-size:1.4rem;font-weight:normal;}
.hd_main dl dt,
.hd_main dl dd{display:flex;align-items:center;justify-content:flex-start;height:3rem;color:#fff;white-space:nowrap;}
.main_jiage .jg_mao{padding:0 .3rem;}
.main_jiage .jg_yen{font-size:1.4rem;}
.main_jiage .jg_num{font-size:3.2rem;padding:0 0 0 .5rem;font-weight:bold;}
.hd_main dl.main_id{justify-content:flex-end;}
.main_id dd.id_mao{padding:0 .3rem;}
.main_id dd.id_num{color:#fff;}
.main_id .text-num{color:#fff;}
.hd_sub{display:flex;align-items:center;justify-content:flex-start;margin:.4rem 0 0 0;padding:0 1.6rem;}
.hd_sub dl{display:flex;align-items:center;justify-content:flex-start;font-size:1.4rem;color:#fff;padding:0 0 0 2rem;font-weight:normal;}
.hd_sub dl:nth-child(1){padding:0;}
.hd_sub dl dt,.hd_sub dl dd{display:flex;align-items:center;justify-content:flex-start;height:2rem;}
.hd_sub .jg_mao{padding:0 .3rem;}
.hd_sub .jg_num{padding:0 0 0 .2rem;}

.bgshow .info_hd h1{margin:0;}
.bgshow .hd_msg li:nth-child(1){padding:0 1.6rem;}
.bgshow .hd_msg li p b{font-size:2rem;white-space:nowrap;}
.bgshow .hd_msg li p em{font-size:2rem;padding:0;font-weight:bold;}
.bgshow .hd_msg li:after{background:#ddd;}
.bgshow .info_bd dl{border-top-color:#eaeaea;}

.bgshow .info_bd dl:nth-child(1) dd p a,
.bgshow .info_bd dl:nth-child(1) dd p a:visited,
.bgshow .info_bd dl:nth-child(1) dd p a:hover,
.bgshow .info_bd dl:nth-child(1) dd p a:active,
.bgshow .haoping_box .yjyhd dd a,
.bgshow .haoping_box .yjyhd dd a:visited,
.bgshow .haoping_box .yjyhd dd a:hover,
.bgshow .haoping_box .yjyhd dd a:active,
.bgshow .info_bd dd p span,
.bgshow .gift_list li em,
.bgshow .dttabul li.on p,
.bgshow .btn_add,
.bgshow .tool_add,
.bgshow .baogao h2 em{color:#ff3900;}
.bgshow .info_bd dl:nth-child(1) dd p a,
.bgshow .info_bd dl:nth-child(1) dd p a:visited,
.bgshow .info_bd dl:nth-child(1) dd p a:hover,
.bgshow .info_bd dl:nth-child(1) dd p a:active,
.bgshow .baogao h2 em{font-weight:bold;}
.bgshow .dttabul li.on p:after{background:#ff3900;}
.bgshow .gift_list ul li p:before{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKgAAACoCAYAAAB0S6W0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2lpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpkNDcxY2I5OS04NzczLTg0NGMtOWI4OS0xOWQ0YWI4M2I1NjMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjYxNjM5OEEzNTVDMTFGMDkyRUNDRTRDQkYxRTYyMUUiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjYxNjM5ODkzNTVDMTFGMDkyRUNDRTRDQkYxRTYyMUUiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkZFMUIzQjJCOUUzMTExRUU5NzAwQjY2NEI5OTFCRkQ5IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkZFMUIzQjJDOUUzMTExRUU5NzAwQjY2NEI5OTFCRkQ5Ii8+IDwvcmRmOkRlc2Ny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") no-repeat center center;background-size:100%;}
.bgshow .gift_list ol li p:before{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALQAAACkCAYAAAA+GwSpAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2lpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1MDIyYmUwNi0wZDYxLWI5NGUtYTViOC1hNDg0YzYwMmQ4Y2IiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDU3MUJGNDQzNTVEMTFGMDhFOTFBMjRFNTEyQzY3QTEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDU3MUJGNDMzNTVEMTFGMDhFOTFBMjRFNTEyQzY3QTEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjA5OEIwMkUzOUUzMjExRUVBMEFBOTk4M0NBRTU0NDYxIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjA5OEIwMkU0OUUzMjExRUVBMEFBOTk4M0NBRTU0NDYxIi8+IDwvcmRmOkRlc2Ny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") no-repeat center center;background-size:100%;}

.product_jiage{background:url("data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAAA8AAD/4QOEaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzE0MiA3OS4xNjA5MjQsIDIwMTcvMDcvMTMtMDE6MDY6MzkgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6NUNGNzlGODA0N0Q5MTFFRUExOUREOEQ5OEQ1MERBQjkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NEQzMjg5NTIzNkVCMTFGMEE4RjJBMjY1RjUxMUY2NUQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NEQzMjg5NTEzNkVCMTFGMEE4RjJBMjY1RjUxMUY2NUQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmU3ODg1ZjlkLTk1NDgtNjE0Yy1hNjBhLWI0MTBjMWIyMGJiZiIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmEyZjNiZTI3LTg2NmQtOGE0MC1hMWM4LTk0ODE4N2U0NzIyMyIvPiA8L3JkZjpEZXNjcmlw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") no-repeat center 0;background-size:cover;}


.foot-zhuanti{margin:0 1.55rem;padding:1.6rem 0 0 0;overflow:hidden;}
.foot-zhuanti .yjyhd{margin:0;}
.foot-zhuanti .swiper-pagination{bottom:1.8rem;}
.foot-zhuanti .swiper-pagination-bullet{background: #bbb;}
.foot-zhuanti .swiper-pagination-bullet-active{background:#dd0000;}
.zhuanti-wrap{border-radius:1.2rem;position:relative;padding:0 0 4rem 0;}
.whatb ul{float:left;width:100%;border-radius:1.2rem;overflow:hidden;}
.whatb li{float:left;width:33.3%;padding:.05rem 0;}
.whatb li:nth-child(3n+2){width:33.4%;}
.whatb a{display:flex;align-items:center;justify-content:center;position:relative;height:5.2rem;margin:0 .05rem;overflow:hidden;}
.whatb b{position:absolute;top:0;bottom:0;left:0;right:0;font-weight:normal;font-size:1.4rem;overflow:hidden;white-space:nowrap;display:flex;align-items:center;justify-content:center;color:#fff;background:rgb(20,80,160,.3);}