:root{
	--radius:4px;
	--color:#f30;
}
*{margin:0;padding:0;border:0;outline:0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;-webkit-tap-highlight-color: transparent;-webkit-tap-highlight-color: transparent;zoom:1;*zoom:1;}
html{font: calc(100vw / 24) / 1.5 Arial, "Microsoft Yahei";}
html,body{width:100%;height:100%;word-wrap:break-word;word-break:break-all;color:#333;background-color: #f4f4f4;border-top: 1px solid transparent;}
li,ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:after,blockquote:before,q:after,q:before{content:'';}
audio,canvas,progress,video{display: inline-block;*display:inline;*zoom:1;vertical-align: baseline;}
:focus{outline:0}
del{text-decoration:line-through}
table{border-collapse:collapse;border-spacing:0}
address,cite,code,dfn,em,i,var{font-style:normal}
button,input[type=button],input[type=reset],input[type=submit]{cursor:pointer;-webkit-appearance:none}
button[disabled],input[disabled]{cursor: default;}
textarea{resize:none;}
img{margin: 0px auto;border:none;image-rendering: -moz-crisp-edges;image-rendering: -o-crisp-edges;image-rendering: -webkit-optimize-contrast;image-rendering: crisp-edges;-ms-interpolation-mode: nearest-neighbor;}
img[src=""],img:not([src]){opacity:0;}
a{text-decoration:none;color:inherit}
a:hover{color: var(--color);}

.container{}
.flex{display: -webkit-box;display: -moz-box;display: -webkit-flex;display: -moz-flex;display: -ms-flexbox;display: flex;}
.left{float:left;}
.right{float:right;}
.clear{clear:both}
.clear:after,.container:after,.model > .title:after,.list_img .item:after,.list_img .item > a:after,.list_img_top:after,.list_top_title:after,.contentNews .info:after{content:"";display:block;clear:both;height:0;}
.model,.bannerSwiper,.mainNav{padding: 0.5rem;}

.header{height: 3rem;background: var(--color);position: fixed;top: 0;z-index: 999;left: 0;right: 0;}
.header .logo{float: left;padding: 0.5rem;height: 100%;}
.header .logo img{height: 2rem;display: block;transition: none;margin-top: -0.15rem;}
.header .back{float: left;padding: 0.4rem 0.8rem;color: #fff;}
.header .back i{font-size: 1.5rem;}
.header .search{float: right;padding: 0.5rem;height: 100%;background: none;}
.header .search .box{background: #fff;font-size: 0.8rem;border-radius: 1rem;position: relative;display: block;padding: 0.1rem 0.5rem 0.1rem 0.8rem;margin-top: 0.15rem;}
.header .search .box font{color: #888;}
.header .search .box i{padding: 0.25rem;}
.header + main,.header + .mod1,.header + .model ,.header + .toggleNav,.header + .filterNav,.header + .memberModel{margin-top: 3rem;}
.footer{background: #f1f1f1;color: #858585;font-size: 0.8rem;text-align: center;padding: 2rem 0;padding-bottom: 5rem;}
.footer .copyright img{height: 0.8rem;vertical-align: text-top;margin: 0 0.2rem;}
.footerNav{position: fixed;bottom: 0;left: 0;right: 0;width: 100%;height: 3rem;background: #fff;border-top: 2px solid #e5e5e5;z-index: 100;}
.footerNav a{width: 100%;text-align: center;margin: 0.25rem 0;}
.footerNav i{line-height: 1;font-size: 1.4rem;}
.footerNav p{font-size: 0.75rem;line-height: 1;}
.footerNav img{width: 1.4rem;height: 1.4rem;border-radius: 100%;box-shadow: 0px 0px 2px 2px rgb(0 0 0 / 10%);object-fit: cover;}
.toTop{position: fixed;right: 1rem;bottom: 5rem;background: #fff;box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.1);line-height: 1;width: 2.5rem;height: 2.5rem;line-height: 2.5rem;border-radius: 100%;text-align: center;cursor: pointer;display:none;}
.toTop i{font-size: 1rem;color: #666;}

.form{}
.form .inputItem,.form .inputGroup{position: relative;margin-bottom: 1rem;}
.form .inputItem > label{color: #222;}
.form .inputItem input,.form .inputItem select,.form .inputItem textarea,.form .inputItem .tree_text{background: #fff;border-radius: 0.25rem;border: 1px solid #aaa;font-size: inherit;-webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);transition: border-color .2s cubic-bezier(.645,.045,.355,1);cursor: pointer;}
.form .inputItem input[type="text"],.form .inputItem input[type="password"],.form .inputItem input[type="url"],.form .inputItem input[type="number"],.form .inputItem input[type="email"],.form .inputItem input[type="month"],.form .inputItem input[type="week"],.form .inputItem input[type="date"],.form .inputItem input[type="datetime"],.form .inputItem input[type="datetime-local"],.form .inputItem input[type="time"],.form .inputItem textarea,.form .inputItem .tree_text{padding: 0.8rem 1rem;width: 100%;float: none;}
.form .inputItem input[type="checkbox"],.form .inputItem input[type="radio"]{width: 1.1rem;height: 1.1rem;vertical-align: text-top;margin:0 0.5rem;}
.form .inputItem select{padding: 0.5rem 1rem;margin-right: 0.5rem;}
.form .inputItem textarea{height: 10rem;font-family: initial;}
.form .inputGroup > label{font-size: 1.1rem;font-weight: 600;margin-bottom: 0.5rem;display: block;}
.form .inputGroup > label ~ .inputItem{margin-left: 1rem;}
.form .iconInput input[type="text"],.form .iconInput input[type="password"],.form .iconInput input[type="url"],.form .iconInput input[type="number"],.form .iconInput input[type="email"],.form .iconInput input[type="month"],.form .iconInput input[type="week"],.form .iconInput input[type="date"],.form .iconInput input[type="datetime"],.form .iconInput input[type="datetime-local"],.form .iconInput input[type="time"]{padding-left: 2.4rem;}
.form .iconInput [class^="icon-"]{position: absolute;top: 0;-webkit-transition: all .3s;height: 100%;color: #C0C4CC;text-align: center;left: 0.5rem;transition: all .3s;font-size: 1.4rem;line-height: 3rem;}
.form .lineInput input[type="text"],.form .lineInput input[type="password"],.form .lineInput input[type="url"],.form .lineInput input[type="number"],.form .lineInput input[type="email"],.form .lineInput input[type="month"],.form .lineInput input[type="week"],.form .lineInput input[type="date"],.form .lineInput input[type="datetime"],.form .lineInput input[type="datetime-local"],.form .lineInput input[type="time"]{width: 15rem;}
.form .inputItem input[readonly]{background: #f1f1f1;cursor: not-allowed;}
.form .lineInput{display: inline-block;}
.form .inputUploadGroup{}
.form .inputUpload{width: 7rem;height: 7rem;overflow: hidden;position: relative;border: 1px solid #aaa;float: left;margin-right: 0.5rem;}
.form .inputUpload img{width: 100%;height: 100%;object-fit: contain;}
.form .inputUpload .delete{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.4);color: #fff;}
.form .inputUpload .delete i,.form .inputUploadAdd i{position: absolute;top: 50%;left: 50%;z-index: 2;display: block;line-height: 1;cursor: pointer;}
.form .inputUpload .delete i{font-size: 2rem;transform: translate(-1rem, -1rem);}
.form .inputUploadAdd{cursor: pointer;border-style: dashed;border-width: 2px;}
.form .inputUploadAdd i{font-size: 3rem;color: #c2c7d3;transform: translate(-1.5rem, -1.5rem);}
.form .tip{font-size: 0.9rem;color: #999;}
.button{white-space: nowrap;border: 0;text-align: center;font-weight: 500;border-radius: 0.25rem;background: var(--color);border: 1px solid var(--color);color: #fff;width: 100%;padding: 0.7rem 1rem;max-width: 20rem;font-size: 1rem;display: inline-block;line-height: normal;}
.button.mini{width: max-content;padding: 0.25rem 0.5rem;font-size: 0.9rem;}
.buttonBorder{background: transparent;color: var(--color);}
.button:disabled{background: #9da8b7;cursor:not-allowed;border-color: #9da8b7;}
.button:hover{background: #2686e5;border-color: #2686e5;color: #fff;}
.model{background: #fff;}
.model .content{padding:0.5rem 0;}
.model > .title{line-height: 2rem;}
.model > .title .text{color: var(--color);font-size:1.05rem;font-weight: bold;position: relative;float: left;margin-right: 1rem;}
.model > .title .text:after{content: "";display: block;position: absolute;bottom: -3px;left: 0;height: 3px;width: 100%;background: var(--color);border-radius: 0.25rem;-moz-transition: all .3s ease 0s;-ms-transition: all .3s ease 0s;-o-transition: all .3s ease 0s;-webkit-transition: all .3s ease 0s;transition: all .3s ease 0s;}
.model > .title .sub{float: left;}
.model > .title .sub a{margin: 0 0.25rem;}
.model > .title .more{float: right;color: #999;font-size: 0.9rem;}
.model > .title .more:hover{color: var(--color);}

.meVeil{background: rgba(0, 0, 0, 0.6) !important;}
.me_msg{float: left;position: fixed;left: 50%;z-index: 99999;top: 23%;min-width: auto;max-width: 80%;transform: translateX(-50%);background: rgba(0, 0, 0, 0.9);border-radius: 0.25rem;overflow: hidden;box-shadow: 0px 0px 4px -2px rgba(0, 0, 0, 0.82);color: #fff;}
.me_msgbox{padding:0 1rem;text-align:center;word-break:break-all;white-space:normal;}
.me_msgbox .me_conntent{margin: 0.5rem 0;}
.me_msgbox .me_title{padding-top:1rem;font-size: 1.2rem;}
.me_msgbox .me_aftertitle{font-size:0.9rem;color:#999;}
.me_btns{height: 2.5rem;line-height: 2.5rem;border-top: 1px solid #e5e5e5;display: -webkit-box;display: -moz-box;display: -webkit-flex;display: -moz-flex;display: -ms-flexbox;display: flex;}
.me_btns .me_btn{width: 100%; text-align: center; cursor: pointer;}
.me_btns .me_btn:hover{background: var(--color);color: #fff;}
.meVeil + .me_msg{background: #fff;min-width: 20rem;color: inherit;}
.meVeil + .me_msg .me_conntent{margin:2rem 0;}

.tab_list{border-bottom: 1px solid #e5e5e5;}
.tab_list .tab_link{position: relative;text-align: center;padding: 0.8rem 0.5rem;}
.tab_list .tab_link:after{content: "";display: block;position: absolute;bottom: -2px;left: 0;height: 3px;width: 100%;background: var(--color);border-radius: 0.25rem;opacity: 0;-moz-transition: all .3s ease 0s;-ms-transition: all .3s ease 0s;-o-transition: all .3s ease 0s;-webkit-transition: all .3s ease 0s;transition: all .3s ease 0s;}
.tab_list.flex .tab_link{width: 100%;}
.tab_link.active{color: var(--color);}
.tab_link.active:after{opacity: 1;}
.tabs .tab{width: 100%;height: 100%;display: none;}
.tabs .tab.active{display: block;}

.time{color: #999;font-size: 0.85rem;margin-top: 0.075rem;}
.item > a{display:block;}
.list_txt .item{position: relative;margin: 0.25rem 0;}
.list_txt .item:last-child{margin-bottom:0;}
.list_txt .title{position: relative;font-size: 1rem;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-weight: 500;}
.list_txt .title.symbol{padding-left: 15px;}
.list_txt .title.symbol:after{content: "";position: absolute;left: 0;top: 50%;width: 0.25rem;height: 0.25rem;background: #e5e5e5;border-radius: 100%;margin-top: -0.0875rem;}
.list_txt .time{float: right;}
.list_txt .tag{float: left;padding: 0.3rem 0.5rem;background: #f2f8ff;color: #1274fb;margin-right: 0.5rem;font-size: 0.8rem;border-radius: 0.25rem;line-height: 1;}
.list_txt .time ~ .title{padding-right: 1rem;}
.list_txt .num{width: 1.2rem;height: 1.2rem;background: #bbb;display: block;text-align: center;line-height: 1.3rem;float: left;margin-top: 0.2rem;margin-right: 0.5rem;color: #fff;}
.list_txt .item:nth-child(1) .num{background: #fb4346;}
.list_txt .item:nth-child(2) .num{background: #fd7823;}
.list_txt .item:nth-child(3) .num{background: var(--color);}
.list_txt .num ~ .title{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;white-space: normal;}
.list_img .item{padding: 0.5rem 0;}
.list_img .item:last-child{margin-bottom:0;}
.list_img .item > a{display: block;}
.list_img .headimg{position: relative;width: 7rem;overflow: hidden;float: left;margin-right: 0.5rem;border-radius: 0.25rem;}
.list_img .headimg:after{content:"";display:block;width: 100%;height: 0;}
.list_img .headimg.scale67:after{padding-bottom: 70%;}
.list_img .headimg.scale100:after{padding-bottom: 100%;}
.list_img .headimg img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;}
.list_img .title{overflow: hidden;word-break: break-all;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;font-size: 1rem;font-weight: normal;}
.list_img .info .title{clear: none;}
.list_img .desc{color: #666;overflow: hidden;max-height: 2.25rem;font-size: 0.75rem;}
.list_img .time{float: right;margin-top: 0.6rem;}
.list_img_top .item{width: calc(20% - 0.5rem);float: left;margin: 0.25rem;padding: 0;}
.list_img_top .headimg{margin-right: 0;margin-bottom: 0.25rem;width: 100%;float: none;}
.table{width: 100%;border: 1px solid #e6e6e6;margin-top: 1rem;}
.table thead{background: #fafafa;}
.table th,.table td{border-bottom: 1px solid #e6e6e6;padding: 0.5rem 1rem;text-align: left;}
.table td .button{margin: 0 0.25rem;padding: 0.25rem 0.8rem;}
.companyMod > .item{position: relative;border-radius: var(--radius);padding: 0.5rem 0.5rem 1rem;background: #fff;border-top: 1px solid #f2f2f2;}
.companyMod .title{color: #393939;font-size: 1.2rem;font-weight: bold;}
.companyMod .infoText{font-size: 0.8rem;}
.companyMod .infoText .p1{margin-top: 0.25rem;}
.companyMod .infoText .p1 span{border-right: 2px solid #D8D8D8;padding: 0 0.5rem;float: left;line-height: 1;max-width: 38.33%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.companyMod .infoText .p1 span:first-of-type{padding-left: 0;}
.companyMod .infoText .p1 span:last-of-type{border-right: 0;}
.companyMod .infoText .p1 [class^="icon-"]{color: #d7d7d7;font-size: 0.8rem;}
.companyMod .infoText .p2{margin-top: 0.5rem;}
.companyMod .infoText .p2 span{color: #666;margin-right: 1rem;}
.companyMod .goodsItem{margin: 1rem -0.25rem 0 -0.25rem;}
.companyMod .goodsItem .item{width: calc(25% - 0.5rem);margin: 0 0.25rem;}
.companyMod .goodsItem .title{font-weight: initial;font-size: 0.8rem;height: auto;}
.pagination,.pager{display: -webkit-box;display: -moz-box;display: -webkit-flex;display: -moz-flex;display: -ms-flexbox;display: flex;-webkit-justify-content:center;justify-content:center;margin-top: 1rem;}
.pagination li,.pager li{border: 1px solid #e5e5e5;margin: 0 0.25rem;border-radius: 3px;}
.pagination li span,.pagination li a,.pager li span,.pager li a{padding: 0.5rem 0.8rem;display: block;line-height: 1;}
.pagination li:hover,.pager li:hover{border-color: var(--color);}
.pagination li.disabled,.pager li.disabled{color: #e5e5e5;border-color: #e5e5e5;cursor: not-allowed;}
.pagination li.active,.pager li.active{color: #fff;background: var(--color);border-color:var(--color);cursor: default;}

.mod1{border-top: 1px solid transparent;}
.mod1 .mod1Top{background: #fff;margin: 0.5rem;}
.mod1 .mod1Top .model{width: 100%;padding: 0.5rem 0.25rem;}
.mod1 .mod1Top .model > .title{line-height: 1;}
.mod1 .mod1Top .model > .title .text{color: inherit;}
.mod1 .mod1Top .model > .title .text:after{display:none;}
.mod1 .mod1Top .model .content{padding-bottom: 0;}
.mod1 .mod1Top .model .content .item{width: calc(50% - 0.5rem);}
.mod1 .mod1Top .model .content .item .title{font-size: 0.85em;white-space: nowrap;}
.mod1 .mod1Bottom{margin: 0 0.25rem 0.5rem;overflow: auto;}
.mod1 .mod1Bottom::-webkit-scrollbar{display: none;}
.mod1 .mod1Bottom .item{width: calc(40% - 0.5rem);margin:0 0.25rem;padding: 0.25rem;background: #fff;flex-shrink: 0;text-align: center;}
.mod1 .mod1Bottom .item img{width: 80px;height: 80px;object-fit: cover;}
.mod1 .mod1Bottom .item .title{line-height: 1.2;}
.mod1 .mod1Bottom .item .sub{color: #af6918;font-size: 0.8rem;}
.mod2 .stitle,.shopIndex_m5 .stitle{font-size: 1.05rem;font-weight: bold;line-height: 2.5;padding-left: 0.5rem;border-top-left-radius: var(--radius);border-top-right-radius: var(--radius);background: #fff;}
.siderShop .item{margin-top: 0.5rem;position: relative;}
.siderShop .item:after{content: "";display: block;width: 6px;height: 6px;border-radius: 100%;background: #e5e5e5;position: absolute;top: 0.5rem;left: 0;}
.siderShop .item > a{margin-left: 1rem;}
.siderShop .item .title{font-size: 1.05rem;}
.siderShop .item .info{font-size: 0.8rem;color: #888;}
.siderShop .item .info em{margin: 0 0.25rem;}
.siderShop .item .info em,.siderShop .item .info em + span{display:none}

.cateBox{width: 100%;position: relative;height: calc(100% - 6rem);overflow: hidden;}
.cateBox + .footer{display:none;}
.cateMenu{width: 8rem;height: 100%;overflow-y: auto;text-align: center;background: #fff;}
.cateMenu li{width: 100%;line-height: 3;border-left: 3px solid transparent;}
.cateMenu li.active{background: #fff;color: var(--color);border-left-color:var(--color);}
.cateBody{width: calc(100% - 8rem);overflow-y: auto;height: 100%;}
.cateTitle{background: #e5e5e5;color: #f40;font-size: 1.2rem;}
.cateTitle a{padding: 0.5rem 1rem;display: block;}
.cateList{width: 100%;height: auto;padding: 0.5rem;}
.cateList .item{margin-bottom: 1rem;}
.cateList .item > a{width: 50%;float: left;color: #555;line-height: 2;padding: 0 0.5rem;}
.cateList .item .title{position: relative;font-size: 1.1rem;clear: both;}
.cateList .item .title:after{content: "";position: absolute;left: 0;top: 50%;width: 0.25rem;height: 0.25rem;background: #333;border-radius: 100%;margin-top: -0.0875rem;}
.cateList .item .title a{padding-left: 0.5rem;}

.filterGroup{line-height: 2rem;position: relative;flex-wrap: wrap;}
.filterGroup label{float: left;width: 3rem;font-weight: bold;}
.filterGroup .list{flex: 1;height: 2rem;overflow: hidden;transition: height 0.2s ease;}
.filterGroup .list a{position: relative;padding: 0 0.25rem;display: block;float: left;}
.filterGroup .list a.prevLevel{font-weight: bold;color: #f40;}
.filterGroup .list a.active{color: var(--color);font-weight: bold;}
.filterGroup .list a h1{font-size: inherit;}
.filterGroup .pull{flex-basis: 100%;text-align: center;line-height: 1;margin-top: 0.25rem;color: #888;cursor: pointer;overflow: hidden;}
.filterGroup .pull i{transform: rotate(90deg);display: block;}

.industryTop1Mod{margin: 0 0 0.5rem 0;}
.industryTop1{margin: 0 -0.5rem;overflow-x: auto;overflow-y: hidden;padding-bottom: 3px;}
.industryTop1::-webkit-scrollbar{width: 0;display: none;}
.industryTop1 a{font-size: 1rem;padding: 0 0.5rem;flex-shrink: 0;position: relative;}
.industryTop1 a:after{content:"";}
.industryTop1 a.active{color: var(--color);font-weight: bold;}
.industryTop1 a.active:after{width: 30%;background: var(--color);height: 3px;position: absolute;bottom: -3px;left: 50%;transform: translateX(-50%);}

.shopIndexModel{margin: 0.5rem;border-radius: var(--radius);}
.shopIndex_m1{margin: 0;}
.shopIndex_m1 .content{position: relative;padding: 0;}
.shopIndex_m1 .companyClaim{color: var(--color);border: 1px solid var(--color);padding: 0.2rem 0.5rem;border-radius: var(--radius);position: absolute;top: 0;right: 0;}
.shopIndex_m1 .title{color: #121212;font-size: 1.6rem;font-weight: bold;margin-right: 5rem;}
.shopIndex_m1 .p1{margin-top: 0.5rem;font-size: 0.8rem;}
.shopIndex_m1 .p1 span{border-right: 2px solid #D8D8D8;padding: 0 0.5rem;float: left;line-height: 1;max-width: 50%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.shopIndex_m1 .p1 span:first-of-type{padding-left: 0;}
.shopIndex_m1 .p1 span:last-of-type{border-right: 0;}
.shopIndex_m1 .bottom{margin-top: 1rem;font-size: 0.85rem;}
.shopIndex_m1 .bottom .address{color: #121212;}
.shopIndex_m1 .bottom .toMap{color: #417aff;margin-left: 1.5rem;}
.shopIndex_m1 .bottom .toMap i{font-size: 0.8rem;margin-left: 0.2rem;}
.shopIndex_m2{margin-top: 0.5rem;border-top: 1px solid #f5f5f5;padding-top: 0.5rem;font-size: 0.95rem;}
.shopIndex_m3{margin-top: 0.5rem;}
.shopIndex_m3 li{width: 50%;float: left;text-align: center;margin-bottom: 0.5rem;}
.shopIndex_m3 li > label{color: #999;display: block;font-size: 0.85rem;}
.shopIndex_m3 li > span{display:block;font-weight: bold;line-height: 1;font-size: 0.95rem;}
.shopIndex_m3 li.row{width: 100%;text-align: left;}
.shopIndex_m3 li.row > span{line-height: initial;font-weight: 600;}
.shopIndex_m4 .goodsItem .item{width: calc(33.33% - 0.5rem);}
.shopIndex_m4 .goodsItem .item .title{font-size: 0.85rem;}
.shopIndex_m5{margin-top: 1rem;}

.goodsBody{}
.goodsBody .preview{width: 100%;height: 0;padding-bottom: 100%;position: relative;background: #fff;}
.goodsBody .preview img{position: absolute;width: 100%;height: 100%;object-fit: contain;}
.goodsBody .info,.shopCard{background: #fff;margin: 0.5rem;padding: 0.5rem;border-radius: var(--radius);}
.goodsBody .info .title{font-size: 1.1rem;font-weight: 500;margin-bottom: 1rem;}
.goodsBody .info .param{font-size: 0.95rem;}
.goodsBody .info .param li{line-height: 2;}
.goodsBody .info .param label{color: #999;margin-right: 1rem;margin-left: 0.5rem;}
.goodsBody .info .threeLink{}
.goodsBody .info .threeLink a{border: 1px solid var(--color);color: var(--color);padding: 0.25rem 0.5rem;float: left;margin: 0.25rem;line-height: 1;border-radius: var(--radius);}
.goodsBody .info .threeLink a:hover{background: var(--color);color: #fff;}
.goodsBody .button{width: 12rem;background: #2686e5;border-color: #2686e5;}
.goodsBody .button i{font-size: 120%;vertical-align: middle;margin-right: 0.3rem;}
.goodsBody .wapFixed{background: #fff;z-index: 100;padding: 0.5rem;margin: 0 -0.5rem;width: 100% !important;}
.shopCard{}
.shopCard .title{}
.shopCard .title span{color: #222;font-weight: 600;}
.shopCard .title .button{float: right;border-radius: 1rem;padding-left: 0.8rem;padding-right: 0.8rem;background: #2686e5;border-color: #2686e5;}
.shopCard .param{margin-top: 0.5rem;font-size: 0.85rem;}
.shopCard .param li{line-height: 2;}
.shopCard .param label{color: #999;margin-right: 1rem;min-width: 2rem;float: left;}
.goodsDetailModel{margin-top: 1rem;}
.goodsDetailModel .title{border-bottom: 1px solid #e5e5e5;}
.goodsDetailModel .title .text{margin-left: 50%;transform: translateX(-50%);font-weight: normal;}
.goodsDetailModel .title .text:after{bottom: -2px;height: 2px;}

.contentNews{padding-top: 1px;padding-bottom: 1px;}
.contentNews h1{font-size: 1.4rem;margin: 1rem 0;}
.contentNews .info{position: relative;color: #999;padding-bottom: 1rem;border-bottom: 1px solid #eaeaea;}
.contentNews .info + .info{margin-top: 1rem;}
.contentNews .info .left{width: auto;margin-right: 1rem;}
.contentNews .info .tool{position: absolute;right: 0;bottom: 0.8rem;}
.contentNews .info .tool li{float: left;margin: 0 0.5rem;line-height: 1;}
.contentNews .info .tool button{background: transparent;}
.contentNews .info .tool i{font-size: 1.4rem;line-height: 1;color: #333;}
.contentBody{padding-top: 0.5rem;}
.contentBody > p{margin-bottom: 0.5rem;}
.contentBody > p:empty{margin: 0;}
.contentBody > p a{color: var(--color);}
.contentBody hr{height: 1px;background: #eaeaea;margin: 1rem 0;}
.contentBody img{max-width: 100%;margin: 0.5rem auto;display: block;height: auto !important;}
.contentBody table{min-width: 60%;display: block;overflow-x: scroll;width: 100%;}
.contentBody thead tr{background: #f2f2f2;}
.contentBody td, .contentBody th{position: relative;min-height: 20px;line-height: 20px;border-top: none;border-left: none;border-width: 1px;border-style: solid;border-color: #e6e6e6;padding: 0.6rem;}
.contentBody th{text-align: left;}
.contentBody tr{white-space:nowrap;}
.contentBody tr:hover{background: #f2f2f2;}
.contentBody td{border-width: 1px;border-style: solid;border-color: #e6e6e6;cursor: default;}
.contentBody ul,.contentBody ol{margin-left: 1.2rem;}
.contentBody ul li,.contentBody ol li{list-style: inherit;}
.contentBody ul p,.contentBody ol p{margin: 0;}

.headerPage{height: 3rem;line-height: 3rem;border-bottom: 2px solid #e5e5e5;justify-content: space-between;background: #fff;}
.headerPage .back,.headerPage .rightBtn{width: 3rem;background: none;}
.headerPage .back i{font-size: 1.1rem;}
.headerPage .title{font-weight: normal;}
.searchBox{border: 1px solid #eaeaea;border-radius: 0.3rem;margin: 0.5rem 0;width: calc(100% - 4rem);margin-right: 1rem;}
.searchBox .searchType{float: left;width: 4.5rem;height: 100%;padding: 0 0.5rem;border-right: 1px solid #eaeaea;}
.searchBox .searchKey{float: left;height: 100%;width: calc(100% - 4.5rem);padding: 0 0.5rem;}
.searchHotModel .title{color: #999;}
.searchHotList a{font-size: 0.9rem;background: #f1f1f1;padding: 0.25rem 0.5rem;margin-top: 0.5rem;margin-right: 0.5rem;display: block;float: left;border-radius: 0.3rem;}
.goodsHotModel{margin-top: 1rem;}
.goodsHotModel .item{width: calc(50% - 0.5rem);}
.searchModel .rep{color: #f40;}

.goodsMod_list{margin: -0.2rem;display: flex;flex-wrap: wrap;}
.goodsMod_list .item{width: calc(50% - 0.5rem);background: #fff;border-bottom-right-radius: 0.5rem;border-bottom-left-radius: 0.5rem;overflow: hidden;}
.goodsMod_list .headimg{border-bottom-right-radius: 0;border-bottom-left-radius: 0;}
.goodsMod_list .title{margin: 0.25rem 0;}
.bodyPowerTip{position: fixed;top: 0.5rem;left: 0;right: 0;background: rgba(255, 68, 0, 0.9);color: #fff;padding: 0.25rem 0.5rem;border-radius: 0.4rem;margin: 0 auto;z-index: 1000;width: max-content;}

.toggleNav{padding: 0.5rem;font-size: 0.8rem;color: #999;background: #f1f1f1;}
.toggleNav i,.toggleNav .txt{font-size: 0.8rem;margin: 0 0.25rem;}
.toggleNav .txt{font-weight: normal;display: inline;}

.subList{border-bottom: 1px solid #e5e5e5;}
.subList .item{position: relative;text-align: center;padding: 0.5rem;}
.subList .item:after{content: "";display: block;position: absolute;bottom: -2px;left: 0;height: 3px;width: 100%;background: var(--color);border-radius: 0.25rem;opacity: 0;-moz-transition: all .3s ease 0s;-ms-transition: all .3s ease 0s;-o-transition: all .3s ease 0s;-webkit-transition: all .3s ease 0s;transition: all .3s ease 0s;}
.subList.flex .item{width: 100%;}
.subList .item.active{color: var(--color);}
.subList .item.active:after{opacity: 1;}