:root{
	--radius:4px;
	--color:#06c;
}
*{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;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;}

.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;}
.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;}

.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;}

.tree_select{position: relative;}
.tree_text{cursor:pointer;}
.tree_menu{position: absolute;left: 0;right: 0;width: 100%;background: #fff;border: 1px solid #e5e5e5;box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.03);height: 15rem;overflow: hidden;z-index: 9991;font-size: 0.8rem;display:none;}
.tree_menu .tree_item{width: max-content;height: 100%;overflow: auto;float: left;border-right: 1px solid #e5e5e5;}
.tree_item::-webkit-scrollbar{display: none}
.tree_menu .tree_item:last-child{border-right:none;}
.tree_menu .tree_ul{padding: 5px 0;}
.tree_menu .tree_ul li{padding: 0 0.5rem;height: 2.5rem;line-height: 2.5rem;cursor: pointer;user-select: none;outline:0;}
.tree_menu .tree_ul li:after{content:"";display:block;clear:both;height:0;}
.tree_menu .tree_ul li:hover{background: #f5f5f5;}
.tree_menu .tree_ul li i{float: right;color: #aaa;font-weight: normal;}
.tree_menu .tree_ul li.active{color: #48abf7;font-weight: bold;}
.tree_menu .tree_ul li.active i{color: #48abf7;}

.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;}

.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: 75%;}
.list_img .headimg.scale100:after{padding-bottom: 100%;}
.list_img .headimg img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: contain;}
.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;/*height: 3rem;*/}
.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;}

.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;}

.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;}
.header .back{float: left;padding: 0.4rem 0.5rem;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 + .toggleNav,.header + .filterNav,.header + .memberModel{margin-top: 3rem;}
.bannerSwiper{width: calc(100% - 1rem);height: 12rem;overflow: hidden;margin: 3.5rem 0.5rem 0.5rem 0.5rem;padding: 0;border-radius: 0.25rem;}
.bannerSwiper img{width: 100%;height: 100%;object-fit: cover;}
.mainNav{flex-wrap: wrap;}
.mainNav a{padding: 0.5rem;width: 25%;text-align: center;}
.mainNav img{width: 58%;}
.mainNav p{font-size: 0.9rem;}
.goodsModel .tab_list{overflow-x: auto;overflow-y: hidden;background: #f1f1f1;margin: 0 -0.5rem;padding: 0 0.5rem;position: sticky;top: 3rem;z-index: 10;}
.goodsModel .tab_list::-webkit-scrollbar{display: none}
.goodsModel .tab_list .tab_link{flex-shrink: 0;width: auto;}
.goodsModel .tabShowBox{overflow: hidden;width: calc(100% + 1rem);margin: 0 -0.5rem;}
.goodsModel .tab{display: block;flex-shrink: 0;opacity: 0;padding: 0 0.5rem;}
.goodsModel .tab.active{opacity: 1;}
.goodsItem{margin: 0.25rem -0.25rem;}
.goodsItem .item{width: calc(50% - 0.5rem);}
.goodsItem .title{display: block;white-space: nowrap;height: auto;} 
.linkModel{background:#f1f1f1}
.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: linear-gradient(#daeaf9 0.1%,#6ab4ff);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;}
.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;}
.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;}
.disclaimers{font-size: 0.85rem;background: #fff;padding: 0.5rem;border-top: 1px solid #eaeaea;color: #999;}
.headerPage{height: 3rem;line-height: 3rem;border-bottom: 2px solid #e5e5e5;justify-content: space-between;}
.headerPage .back,.headerPage .rightBtn{width: 3rem;background: none;}
.headerPage .back i{font-size: 1.1rem;}
.headerPage .title{font-weight: normal;}

.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 .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;}
.contentNews{padding-top: 0;padding-bottom: 0;}
.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;}
.contentNews .contentBody{padding-top: 0.5rem;}
.contentNews .contentBody > p{margin-bottom: 0.5rem;}
.contentNews .contentBody > p:empty{margin: 0;}
.contentNews .contentBody > p a{color: var(--color);}
.contentNews .contentBody hr{height: 1px;background: #eaeaea;margin: 1rem 0;}
.contentNews .contentBody img{max-width: 100%;margin: 0.5rem auto;display: block;height: auto !important;}
.contentNews .contentBody table{min-width: 60%;display: block;overflow-x: scroll;width: 100%;}
.contentNews .contentBody thead tr{background: #f2f2f2;}
.contentNews .contentBody td, .contentNews .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;}
.contentNews .contentBody th{text-align: left;}
.contentNews .contentBody tr{white-space:nowrap;}
.contentNews .contentBody tr:hover{background: #f2f2f2;}
.contentNews .contentBody td{border-width: 1px;border-style: solid;border-color: #e6e6e6;cursor: default;}
.contentNews .contentBody ul,.contentNews .contentBody ol{margin-left: 1.2rem;}
.contentNews .contentBody ul li,.contentNews .contentBody ol li{list-style: inherit;}
.contentNews .contentBody ul p,.contentNews .contentBody ol p{margin: 0;}
.styleMain1{background: #f1f1f1;}
.listStyle1 .item{background: #fff;padding: 0.5rem;border-radius: 0.25rem;margin-bottom: 0.5rem;border-bottom: 1px solid #f1f1f1;}
.listStyle1 .info > a{display:block;}
.listStyle1 .title{font-weight: bold;margin-bottom: 0.25rem;font-size:1.05rem;max-height: 3.15rem;}
.listStyle1 .title.autoLine{height: auto;display: block;}
.listStyle1 .tages{margin-top: 0.5rem;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.listStyle1 .tages em{color: #666;margin-right: 0.5rem;}
.listStyle1 .bottom .time{float: right;}
.listStyle1 .bottom .nickname{float: left;margin-top: 0.6rem;font-size: 0.85rem;color: var(--color);}
.listStyle1 .bottom .nickname i,.contentStyle1 .info > li a i{color: #f40;line-height: 1;font-size: inherit;}
.seatDom{background: #f1f1f1;height: 0.5rem;}
.model .seatDom{margin: 0 -0.5rem;}
.contentNews .seatDom + .title{margin-top: 0.5rem;}

.listLease .title{height: 3.15rem;}
.listJob .item{border-bottom: 1px solid #eaeaea;}
.listJob .title{font-size: 1.05rem;height: auto;display: block;font-weight: bold;}
.listJob .left span{color: #888;padding: 0 0.8rem;font-size: 0.9rem;}
.listJob .left span + span{border-left: 1px solid #dcdcdc;}
.listJob .left span:first-child{padding-left: 0;}
.listJob .left span:last-child{border-right: 0;}
.listJob .button{padding: 0.25rem 0.5rem;width: auto;}
.listJob .tages{padding-top: 0.5rem;font-size: 0.8rem;}
.listJob .tages em{color: #1274fb;font-size: 0.8rem;border-radius: 4px;line-height: 1;border: 1px solid #1274fb;padding: 1px 3px;float: left;margin: 0.15rem;}
.listJob .shop{float: right;margin-right: 3rem;font-size: 1.1rem;}
.listJob .shop i{margin-right: 0.25rem;}
.shopauth i{line-height: 1;vertical-align: text-bottom;color: #999;}
.shopauth i.active{color: #f40;}
.goodsMod_list{margin: -0.2rem;display: flex;flex-wrap: wrap;width: calc(100% + 0.4rem);}
.goodsMod_list .item{width: calc(50% - 0.6rem);margin: 0.3rem;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{padding: 0 0.3rem;margin: 0.3rem 0;}
.goodsMod_list .top{margin-bottom: 0.25rem;}
.goodsMod_list .top .price_min{float: left;color: #f40;}
.goodsMod_list .top .price_min span{font-size: 1.1rem;margin-right: 2px;}
.goodsMod_list .top .price_min b{font-size: 1.1rem;}
.goodsMod_list .bottom{color: #999;font-size: 0.85rem;padding: 0 0.3rem 0.3rem 0.3rem;}
.goodsMod_list .bottom .address{float: right;margin-left: 0.5rem;}
.goodsMod_list .bottom .shop{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: block;}
.goodsMod_list2 .headimg img{object-fit: contain;background: #f1f1f1;}
.recruitList .item{margin-top: 0.5rem;padding-bottom: 0.5rem;border-bottom: 1px solid #eaeaea;}
.recruitList .item .title{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;margin-bottom: 0.2rem;}
.recruitList .item .company{color: #666;font-size: 0.8rem;}

.contentStyle1 .info{border: 0;}
.contentStyle1 .info > li{color: #333;line-height: 2;}
.contentStyle1 .info > li label{color: #999;}
.contentStyle1 .info > li a{color: var(--color);line-height: 1;}
.contentStyle1 .info > li em{margin-right: 1rem;color: #c75d02;}
.contentStyle1 .getContact{float: left;background: #f40;border-color: #f40;color: #fff;padding: 0.7rem 0;width: 33%;border-radius: 0.25rem;}
.contentStyle1 .getContact i{font-size: 1.3rem;vertical-align: bottom;margin-right: 0.3rem;}
.contentStyle1 .getInquiry{background: var(--color);border-color: var(--color);width: calc(33% - 0.5rem);margin-left: 0.5rem;}
.contentStyle1 .favoriteBtn{float: right;width: 34%;background: none;padding: 0.2rem 0;}
.contentStyle1 .favoriteBtn i{font-size: 2rem;}
.contentStyle2 .getContact{width: max-content;padding: 0.7rem 1rem;}
.cateBox{width: 100%;position: relative;height: calc(100% - 6rem);overflow: hidden;}
.cateBox + .footer{display:none;}
.cateMenu{width: 6rem;height: 100%;overflow-y: auto;text-align: center;background: #f1f1f1;}
.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% - 6rem);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;}
.helpModel .item{margin: 1rem 0;padding-bottom: 1rem;}
.helpModel .item a{padding: 0.25rem 0.8rem;background: #f1f1f1;font-size: 0.9rem;border-radius: 0.3rem;margin: 0 0 0.5rem 0.5rem;display: block;float: left;color: #666;}
.helpModel .item .title{font-size: 1.1rem;padding: 0 0.5rem;}
.helpModel .item .son{border-left: 1px solid #eaeaea;}
.helpListModel{position: fixed;top: 0;left: 0;right: 0;bottom: 3rem;width: 100%;padding: 0;}
.help_list{padding: 0.5rem;}
.help_list .item{border-bottom: 1px solid #f1f1f1;margin: 0;padding: 0.5rem 0;}
.contentHelp h1{font-weight: 500;text-align: left;border-bottom: 1px solid #eaeaea;padding-bottom: 1rem;}
.contentHelp .contentBody{color: #666;}
.memberModel{margin-bottom: 1rem;}
.memberModel .avatar{width: 4rem;height: 4rem;margin-right: 0.5rem;box-shadow: 0px 0px 2px 2px rgb(0 0 0 / 10%);border-radius: 100%;}
.memberModel .name{font-weight: bold;font-size: 1.1rem;}
.memberModel .name i{color: #f40;}
.memberModel .address{color: #555;font-size: 0.9rem;margin-top: 0.25rem;}
.memberModel .lineTime{color: #999;}
.home_modelMenu{overflow-y: hidden;overflow-x: auto;margin-bottom: 0.5rem;}
.home_modelMenu a{position: relative;text-align: center;padding: 0.5rem 1rem;flex-shrink: 0;width: auto;border-bottom: 2px solid transparent;}
.home_modelMenu a:after{content: "";display: block;position: absolute;bottom: -2px;left: 0;height: 3px;width: 100%;background: var(--color);border-radius: 3px;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;}
.home_modelMenu a.active{color: var(--color);}
.home_modelMenu a.active:after{opacity: 1;}
.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;}
.contactBtn{position: sticky !important;top: 3rem;background: #fff;padding: 0.5rem 0;z-index: 10;}
.favoriteBtn.ok{color: var(--color);}
.me_conntent b{font-size: 1rem !important;}
.error404{margin: 4rem 0;}
.error404 .message{color: #ff0000;font-size: 2rem;text-align: center;}
.emptyData{text-align: center;padding: 2rem 0;}
.emptyData p{font-size: 1.2rem;color: #999;}
.searchModel .rep{color: #f40;}
.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;}
.biddingAppend{border-top: 1px solid #eaeaea;padding-top: 1rem;margin-top: 3rem;}
.biddingAppend .title{font-size: 1.15rem;color: #000;font-weight: 600;}
.biddingAppend .content{padding: 1rem;}

.linkContent{margin-top: 25%;margin-left: auto;margin-right: auto;width: calc(100% - 1.4rem);word-break: break-all;}
.linkContent .logoImg{text-align: center;margin-bottom: 1rem;}
.linkContent .logoImg img{height: 3.5rem;}
.linkContent .loadingBox{background: #fff;padding: 1.5rem;border-radius: 1rem;border: 1px solid #E1E1E1;}
.linkContent .loadingTip{padding: 0.5rem 1rem;margin-bottom: 1.5rem;border-radius: 0.5rem;background: #fff1d6;}
.linkContent .loadingImg{float: left;width: 1.7rem;height: 1.7rem;margin-right: 0.5rem;}
.linkContent .loadingText{font-weight: 600;color: #333;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.linkContent .loadingTopic{word-break: break-word;font-size: 0.85rem;}
.linkContent .loadingUrl{color: #f40;}
.linkContent .loadingBtn{color: #f40;border: 1px solid #f40;display: block;border-radius: 2rem;float: right;padding: 0.2rem 1rem;margin-top: 1.5rem;font-size: 0.9rem;}

.regionBox{min-height: 2rem;}
.dataNull{margin: 2rem 0;color: #555;text-align: center;width: 100%;}