<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***/
.cat-memu{width:1200px;height:30px;margin:10px auto; padding-top:10px;background:#fff;letter-spacing:1px;}
.cat-memu a{display:block;float:left;margin:0px 10px; padding:0px 5px;height:22px;border-radius:3px;line-height:20px;font-size:14px; color:#555;text-decoration:none; overflow:hidden;}
.cat-memu a:hover{background:#F22F37;color:#FFF;opacity:0.8;}
.cat-memu a.act{background:#F22F37;color:#FFF;}
.cat-flt{height:20px;float:left;line-height:20px; padding:0px 20px; font-size:14px; border-right:#ccc 1px solid;}
.cat-flc{float:left;}
@media  screen and (max-width:1201px ) {
		.cat-memu {
    width: 100%;
    height: auto;
    margin: 10px auto;
    padding-top: 10px;
    background: #fff;
    letter-spacing: 1px;
}
	.cat-memu a {
    display: block;
    float: left;
    margin: 0px 10px;
    padding: 0px 5px;
    height: 22px;
    border-radius: 3px;
    line-height: 20px;
    font-size: 14px;
    color: #555;
    text-decoration: none;
    overflow: hidden;
}

.list-title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 10px auto;
    background: #fff;
    border-bottom: 1px #F22F37 solid;
    font-size: 16px;
    margin-bottom: 10px;
}
.item-main {
    width: 100%;
    margin: 0px auto 0px;
}
.item-box {
    float: left;
    position: relative;
    width: 21%;
    height: 350px;
    margin:0 1%;
    margin-bottom: 10px;
    padding: 1%;
    background: #FFF;
    overflow: hidden;
}

.img a{
	display: block;
	width: 100%;
}

.img img {
	display: block;
    width: 100%;
    
    border: 0;
}

.ibuy a {
    display: block;
    margin-left: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: #F04848;
    border-radius: 2px;
    text-decoration: none;
    overflow: hidden;
}



}

@media screen and (max-width:836px ) {
	.cat-flt {
	    height: 20px;
	    float: left;
	    line-height: 20px;
	    padding: 0px 20px;
	    font-size: 14px;
	    border-right: #ccc 1px solid;
	    margin-bottom: 14px;
	}
	.cat-flc {
	    float: left;
	    padding: 10px 0;
	}
}

@media screen and (max-width:768px ) {
	
	
	.item-box {
    float: left;
    position: relative;
    width: 46%;
    height: 400px;
    margin: 0 1%;
    margin-bottom: 10px;
    padding: 1%;
    background: #FFF;
    overflow: hidden;
}
	.ititle {
	    width: 100%;
	    height: auto;
	    line-height: 24px;
	    font-size: 14px;
	    margin-top: 20px;
	    text-indent: 0px;
	    overflow: initial;
	}
	.iprice {
    width: 100%;
    height: auto;
    line-height: 20px;
    font-size: 12px;
    color: #a5a5a5;
    margin-top: 8px;
    overflow: initial;
}
.imiaoshu {
    color: #a5a5a5;
    margin-top: 10px;
    height: auto;
    line-height: 16px;
    overflow: initial;
    font-size: 12px;
}




}


@media screen and (max-width:415px ) {
		.item-box {
    float: left;
    position: relative;
    width: 46%;
    height: 310px;
    margin: 0 1%;
    margin-bottom: 10px;
    padding: 1%;
    background: #FFF;
    overflow: hidden;
}
.ititle h2{
	font-size: 18px;
}
}

@media screen and (max-width:376px ) {
		.item-box {
    float: left;
    position: relative;
    width: 46%;
    height: 330px;
    margin: 0 1%;
    margin-bottom: 10px;
    padding: 1%;
    background: #FFF;
    overflow: hidden;
}
}



@media screen and (max-width:321px ) {
		.item-box {
    float: left;
    position: relative;
    width: 46%;
    height: 340px;
    margin: 0 1%;
    margin-bottom: 10px;
    padding: 1%;
    background: #FFF;
    overflow: hidden;
}
.ititle h2{
	font-size: 18px;
}
}</pre></body></html>