#product{
	width: 7.5rem;
	height: auto;
	overflow: auto;
	padding: 0.2rem 0;
}
.title{
	width: 7.5rem;
	height: auto;
	overflow: auto;
	padding: 0.3rem 0 0.15rem 0;
}
.title p{
	text-align: center;
	line-height: 0.4rem;
	font-size: 0.24rem;
	color: #666;
	font-weight: bold;
}
.title h1{
	text-align: center;
	line-height: 0.5rem;
	font-size: 0.3rem;
	color: #444;
}
.product-tab{
	width: 3rem;
	height: auto;
	overflow: auto;
	float: left;
	margin-left: 0.3rem;
	background: #f8f8f8;
}
.product-tab ul{
	display: block;
	width: 3rem;
	height: auto;
	overflow: auto;
}
.product-tab ul li{
	width: 3rem;
	height: 0.5rem;
	line-height: 0.5rem;
	text-align: center;
	color: #444;
	font-size: 0.22rem;
	margin: 0.1rem 0;
}
.title1{
	width: 3rem !important;
	height: 0.8rem !important;
	line-height: 0.8rem !important;
	text-align: center;
	color: #fff !important;
	background: #0090D9;
	font-size: 0.28rem !important;
	margin: 0 !important;
}
.active{
	color: #0090D9 !important;
}
.product-content{
	float: right;
	width: 3.5rem;
	height: auto;
	overflow: auto;
	margin-right: 0.3rem;
}
.product-content ul{
	display: block;
	width: 3.5rem;
	height: auto;
	overflow: auto;
}
.product-content ul li{
	width: 3.5rem;
	height: 2.7rem;
	margin: 0.1rem 0;
}
.product-content ul li a{
	display: block;
	width: 100%;
	height: 100%;
}
.product-content ul li a img{
	display: block;
	width: 3rem;
	height: 2.2rem;
	margin: 0 auto;
}
.product-content ul li a h3{
	width: 3rem;
	height: 0.4rem;
	margin: 0 auto;
	padding: 0 0.2rem;
	text-align: center;
	font-size: 0.22rem;
	line-height: 0.4rem;
	font-weight: normal;
	color: #444;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.product-more{
	clear: both;
	width: 2rem;
	height: 0.4rem;
	line-height: 0.4rem;
	background: #0090D9;
	font-size: 0.24rem;
	text-align: center;
	margin: 0.2rem auto;
}
.product-more a{
	color: #fff;	
}