<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pageTitle{
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    color: #333;
	font-size: 1.125rem;
	border-top: 1px solid #f4f4f4;
	border-bottom: 1px solid #eeeff0;
	background: url("https://cdn2.picooc.com/web/res/www/ch/image/S3/bg2.jpg");
}
.pageTitle div{
	width:1024px;
	margin:0 auto;
	padding-left:30px;
}
.paramContent{
	display: none;
	width: 100%;
	background-color: #fff;
    border-bottom: 1px solid #f7f7f8;
	/*background-color: #f2f4f6;*/
}
.paramList{
	width:1024px;
	margin:0 auto;
    padding-bottom: 2.5rem;
}
.param-item{
	padding:3.75rem 0;
    overflow: hidden;
    border-bottom: 1px solid #e4e4e4;
    position: relative;
    margin-left: 30px;
}
.param-item:last-child{
	border-bottom: none;
}
.textInfo{
	position: absolute;
	top:-100;
	color:#333;
    font-size: 1.25rem;
	font-weight: 700;
	/*padding-left: 30px;*/
}
.leftPart{
	width: 11%;
	float: left;
}
.rightPart{
	width: 89%;
	float: left;
    margin-left: 11%;
}
.productInfo{
	width:15%;
	margin-left:5%;
	text-align: center;
    font-size: .75rem;
	color: #333;
	float: left;
}
.productInfo a:hover{
	color: #fff;
}
.product-img{
	width: 100%;
	position: relative;
}
.product-img img{
	/*position: absolute;
	top:-1;*/
	width:100%;
	height:auto;
	/*-moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.03);
    -o-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.03);
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.03);
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.03);*/
}
.product-name{
	margin-top: .5rem;
    font-size: .875rem;
}
.product-price{
	margin-top: .5rem;
    font-size: .875rem;
    color: #1daffa;
}
.product-buy{
    display: block;
    margin: 0 auto;
    margin-top: 1rem;
    padding: .5rem;
    width: 90%;
    font-size: .875rem;
    color: #fff;
    background-color: #3db1fa;
    border-radius: 3px;
}
.product-buy:hover{
	background-color: #318ec8;
}
/*.product-link{
    color: rgba(103, 96, 96, 0.6);
}*/
.product-match{
	font-size:1.125rem;
}
/*.product-img img{
	width:70%;
	height:auto;
}*/</pre></body></html>