#mian *{box-sizing: border-box;}


.Outwhite .header .top .left a, .Outwhite .header .top .left, .Outwhite .header .top .right .outLink a {
    color: #fff;
}
.header .top .right .outLink a, .header .top .right .accessible a{color: #fff;}
.header .top .left{color: #fff;}
.header .top .left i{    background: #fff;}
.header .top .left a{color: #fff;}
.header .top .left svg path{    fill: #fff;}

.screen{background: #f6f7fa url(/uiFramework/commonResource/zip/chImg/chImg/logo_bg.png) no-repeat 114% 0.7rem;background-size: 4rem auto;border: 1px solid #e0e4ef;}

.productDiv .sort{text-align:right;height:0.875rem;line-height:0.9rem;font-size:0.2rem;color:#070b2d;}
.productDiv .sort b{margin-left:0.25rem;cursor: pointer;position: relative;}
.productDiv .sort b{padding-right:0.25rem;}
.productDiv .sort b::selection{background:none;}
.productDiv .sort b::-webkit-selection{background:none;}
.productDiv .sort b:last-child{padding-right:0;}
.productDiv .sort b:after{content:'';height:0.175rem;border-left:1px solid #ced1d9;position: absolute;right:0;top: 0.06rem;}
.productDiv .sort b:last-child:after{display:none;}
.productDiv .sort b img{vertical-align: middle;margin-bottom:0.03rem;}
.productDiv .sort b img::selection{background:none;}
.productDiv .sort b img::-webkit-selection{background:none;}

.productList .productLi{border:1px solid #ced1d9;border-radius:0.125rem;padding:0.375rem;margin-bottom:0.25rem;}
.productList .productLi_top{border-bottom:1px solid #e7e9ef;padding-bottom:0.2rem;}
.productList .productLi_top h3{float:left;color:#070b2d;font-size:0.225rem;font-weight:700;font-family:"fzzzhjt";}
.productList .productLi_top .toBuy{float:right;display:block;width:1rem;line-height:0.4rem;height:0.4rem;border-radius:0.2rem;background:#0e1eb6;text-align:center;color:#fff;font-size:0.225rem;margin-top: -0.05rem;font-style: normal;cursor: pointer;}

.productLi ul{}
.productLi ul li{width:25%;float:left;margin-top:0.3rem;font-size:0.2rem;color:#565863;padding-right: 0.12rem;box-sizing: border-box;}
/*.productLi ul li:nth-child(3){width:20%;}
.productLi ul li:nth-child(7){width:20%;}
.productLi ul li:nth-child(4n){width:20%;}*/

/*@media (max-width:1400px){
.productLi ul.clearfix li{width:25%;}


}*/

@media (max-width:1200px){
.productList .productLi_top{}
.productLi ul.clearfix li{width:33.3333%;}




}

@media (max-width:768px){

.productList .productLi_top{height:auto;line-height: inherit;padding: 10px 0;position: relative;}
.productList .productLi_top h3{float:none;font-size:16px;}
.sortScroll{overflow-x:scroll;}
.productDiv .sort{line-height: inherit;width:450px;font-size: 14px;margin-top:10px;}
.productDiv .sort b{margin-left: 0; padding-right: 0;display: inline-block;text-align: left;width:auto;float: left;margin-top: 2px;margin-right: 15px;}
.productDiv .sort b:after{display:none;}
.productList .productLi{padding:0 0.25rem;}
.productLi ul{padding-bottom:0.25rem;}
.productLi ul li{margin-top:0.2rem;}
.productLi ul.clearfix li{width:50%;font-size: 14px;}
.productList .productLi_top .toBuy{font-size: 14px;height: 22px;line-height: 22px;width: 50px;border-radius: 10px;position: absolute;right: 0; bottom: -28px;}

}

@media (max-width:500px){
.productLi ul.clearfix li{width:100%;}


}