.weui-cells{
	margin-top: 0;
}
.swiper-slide{
	width: 100%;
	height: 160px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.product-tt{
	border-bottom:10px solid #eee;
	padding:15px; 
}
.product-t1{
	color:#448aca;
	font-size: 20px;
	line-height: 1.2;
}
.product-t2{
	padding-top:5px;
	font-size: 20px;
	line-height: 1.2;
}
.product-menu{
	text-align: center;
	border-bottom:1px solid #eee;
	position: relative;
	width: 100%;
	top:0;
	left:0;
	background:#fff;
	z-index: 2;
}
.product-menu.fixed{
	position: fixed;
}
.product-menu a{
	display: block;
	color:#666666;
	text-decoration: none;
	position: relative;
	padding:10px 0;
	font-size: 15px;
	border-right:1px solid #eee;
}
.product-menu a:after{
	content:"";
	position: absolute;
	left:50%;
	bottom:0;
	width: 60%;
	height: 3px;
	background:#fff;
	margin-left:-30%;
}
.product-menu a.active{
	color:#448aca;
	font-weight: bold;
}
.product-menu a.active:after{
	background:#448aca;
}


.item-tt{
	text-align: left;
	font-size: 16px !important;
	line-height: 1.5 !important;
}
.border-bottom-10{
	border-bottom:10px solid #eee;
}
.product-info{
	font-size: 14px;
	color:#7c7c7c;
	line-height: 2;
	text-align: left;
}
.product-doc img{
	text-align: left;
	max-width: 100% !important;
	margin-bottom: 20px;
}