/* CSS Document */

html{background:#f7f7f7;}

#pro_select{padding-top:40px;}
.select_web{background:#fff;border-radius:10px;overflow:hidden;}
.select_web .js_box{padding:20px;border-bottom:2px solid #eee;display:flex;font:16px/2 "";}	
.select_web .js_box b{width:100px;font-weight:700;}
.select_web .js_box .box {flex:1;display:flex;flex-wrap:wrap;}
.select_web .js_box .box span{color:#5a6988;margin:0 20px;cursor:pointer;}
.select_web .js_box .box span.active{color:#f00;}	
.select_m{display:none;}
.select_web .sel_brand{}
.select_web .sel_type{display:none;}
.select_web .sel_model{display:none;border-bottom:none;}


#pro{padding:30px 0;}
#pro ul{display:flex;justify-content:space-between;flex-wrap:wrap;}
#pro ul:after{content:"";width:380px;margin:20px 0;}
#pro ul li{width:380px;margin:20px 0;border-radius:10px;overflow:hidden;}
#pro ul li a{display:block;}
#pro ul li .img{height:310px;overflow:hidden;}
#pro ul li .img img{width: 100%;height: 100%;}
#pro ul li .box{height:90px;background:#fff;padding:14px 24px;box-sizing:border-box;}
#pro ul li .box h4{font:16px/2 "";color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
#pro ul li .box span{font:16px/2 "";color:#999;display:block;background:url(../images/move4.png) no-repeat right;width:90px;}


@media screen and (max-width:1200px){

#pro_select{padding-top:.4rem;}
#pro ul:after{display:none;}
.select_web{display:none;}
.select_m{display:block;background:#fff;border-radius:.1rem;overflow:hidden;}
.select_m .js_box{display:flex;font:.36rem/2 "";padding:.1rem .2rem;}
.select_m .js_box b{width:1rem;font-weight:500;}
.select_m .js_box .ui-select{flex:1;}
.select_m .js_box .ui-select select{width:100%;font:.32rem/.72rem "";padding:.05rem;border:0;background:#fff;}
.select_m .js_box .ui-btn-text,.select_m .js_box .ui-btn-inner{display:none;}
.select_m .sel_brand{}
.select_m .sel_type{display:none;}
.select_m .sel_model{display:none;}



#pro{padding:.3rem 0;}
#pro ul li{width:44vw;margin:.2rem 0;border-radius:.1rem;}
#pro ul li .img{height:auto;}
#pro ul li .box{height:1.2rem;padding:.14rem .24rem;}
#pro ul li .box h4{font:.24rem/2 "";}
#pro ul li .box span{font:.20rem/2 "";width:1.06rem;background-size:.2rem .14rem;}


}

