.wrap {
	width: 902px;
	margin: 0 auto;
	background: #10bae2;
}
.wrap h1{
	text-align: center;
	margin: 0;
}
.wrap .pro_row {
	width: 838px;
	height: 1000px;
	margin: 5px auto;
	background-color: #FFF;
	border: 5px solid #fff;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	padding: 18px;
}
.wrap .pro_row .product_wrap{
	width: 176px;
	border: 1px solid #ccc;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	padding: 12px;
	float: left;
	margin: 0 10px 10px 0;
}
.wrap .pro_row .last{
	margin-right: 0;
}
.wrap .pro_row .product_wrap img { 
	max-width: 176px; 
	margin: 0 auto; 
}
.wrap .pro_row .product_wrap h3{
	font-size: 12px;
	line-height: 18px;
}
.wrap .pro_row .product_wrap h3 a{
	color: #121212;
	text-decoration: none;
}
.wrap .pro_row .product_wrap a{
	color: #121212;
	text-decoration: none;
	border: none;
	border-style: none;
}
.wrap .pro_row .product_wrap a img{
	color: #fff;
	border: none;
	border-style: none;
}
.wrap .pro_row .product_wrap h4{
	font-size: 14px;
	margin: 0;
}
.wrap .pro_row .product_wrap h4 em{
	color: #ffa133;
	font-weight: bolder;
	font-size: 18px;
	font-style: normal;
}
.wrap .pro_row .product_wrap h5{
	font-size: 12px;
	text-decoration: line-through;
	margin: 8px 0 12px 0;
	color: #a71515;
}
.wrap .pro_row .product_wrap a h2{
	color: #000;
	border: none;
	border-style: none;
	background-image: url(../images/btn_buy.png);
	width: 176px;
	height: 39px;
	line-height: 39px;
	overflow: hidden;
	font-size: 14px;
	text-align: center;
	margin: 0;
}
.wrap .pro_row .product_wrap a h2 em{
	color: #FFF;
	font-weight: bolder;
	font-size: 18px;
	font-style: normal;
}


.e_desc{ width: 862px; margin: 10px auto; background-color: #edf3fa; padding: 20px;}
.e_desc h3{ font-size: 20px; border-bottom: dashed 1px #9a9a9a; padding-bottom: 10px; margin-bottom: 10px; margin-top: 0;}
.e_desc ul{}
.e_desc ul ol{ list-style-type: decimal; padding-left: 0; line-height: 24px; }
.e_desc ul ol a{ color: #1861a9; }