@media(max-width: 750px) {
.width{width:100%;margin:0 auto}
	.filter_box .wpc-filter-title{display:flex}
	.filter_box .wpc-filters-section {
    height: 200px;
    margin-bottom: 50px;
	}
	.filter_box_title{display:none}
	.ic-list .productlist_title{width:40%!important;padding-left:10px;padding-right:10px}
	.ic-list .productlist_value{display:none}
	.ic-list .productlist_value:nth-child(2){display:block;width:40%!important}
	.attr-more{display:block;width:20%;padding:10px 0;}
	.filter_box_loop{padding:20px}
	.listimg-top{text-align:center}
	.listimg-top .width nav{width:100%}
	.wpc-open-button-1095{display:none!important}
	.filter_butter,.filter_close{display:block;padding:10px 30px;border:1px solid #ccc}
	.tanchuang{position:fixed;top:50%;left:50%;background-color:rgba(0,0,0,0.3);z-index:9999;transform: translate(-50%, -50%);width:100%;padding:50px 20px;height:100vh}
	.tanchuang .attr-close{padding:10px;text-align:center;color:#333;background-color:white}
	.tanchuang p{margin-bottom:0}
	.tanchuang>div{border-bottom:1px solid #ccc;background-color:white;padding:10px;display:flex;}
	.tanchuang>div>div{width:30%}
	.tanchuang>div>div:first-child{width:70%}
	.filter_box_control {
		padding:40px 20px;
    position: fixed;
    z-index: 999;
    background: white;
    height: 100Vh;
    top: 0;
    left: -500px;
    transition: all 0.5s;
		overflow-y:scroll
	}
}
@media screen and (min-width: 751px) and (max-width: 768px) {
	
}
@media screen and (min-width: 768px) and (max-width: 1023px){
    
}
@media screen and (min-width: 1024px) and (max-width: 1365px){
    
}
@media screen and (min-width: 1366px) and (max-width: 1600px){
    
}
@media screen and (min-width: 1601px){

}
