@charset "utf-8";
/*容器*/
.container {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	background: #f1f1f1;
}
/*服饰展区*/
.index_product {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 40px auto 0px auto;
}
.index_product .product_top {
	width: 1200px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	border-bottom: 1px solid #c1c1c1;
	color: #363636;
	font-size: 25px;
}
.index_product .product_top span {
	color: #565656;
	font-size: 20px;
}
.index_product .product_top a{
	float: right;
	color: #565656;
	font-size: 14px;
}
/*商品*/
.product {
	width: 1200px;
	height: auto;
	overflow: hidden;
	color: #333333;
	font-size: 20px;
	margin: 0px 0px 0px 0px;
}
.product .product_container{
	width: 290px;
	height: auto;
	overflow: hidden;
	float: left;
	margin: 30px 8px 0px 0px;
	background: #ffffff;
	padding: 2px;
}
.product .product_container:nth-child(4n){
	float: right;
	margin: 30px 0px 0px 0px !important;
	padding: 2px;
}
.product .product_img{
	width: 290px;
	height: 290px;
	overflow: hidden;
}
.product .product_img img{
	width:290px;
	heigth:290px;
	transition: transform 0.5s ease;
}
.product .product_img img:hover {
    transform: scale(1.1); /* 放大1.1倍 */
}
.product .product_title{
	width: 270px;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	padding: 0px 10px;
	color: #444444;
	float: left;
	font-size: 16px;
}
.product .product_material{
	width: 270px;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	padding: 0px 10px;
	color: #888888;
	float: left;
	font-size: 16px;
}
.product .product_price{
	width: 270px;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	padding: 0px 10px;
	color: #ff2f2f;
	float: left;
	font-size: 16px;
	font-weight: bold;
}
.product .product_price em{
	color: #ff2f2f;
	font-weight: bold;
}
.product .product_publisher{
	width: 270px;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	padding: 0px 10px;
	color: #999999;
	float: left;
	font-size: 16px;
}
.product .product_ico{
	width: 30px;
	height: 18px;
	float: left;
	background: url(../images/people.png);
	background-position: center center;
	background-size: cover;
	margin: 7px 5px 0px 0px;
}