body{
	background-color: #EFEFF4;
	font-family: "微软雅黑";
}
.play_img{
	width:100%;
	float: left;
	margin-bottom:1%;
}
.play_list{
	/*position: relative;*/
	width:100%;
	/*float: left;*/
}
.product_list{
	float: left;
	width:48%;
	background-color: #fff;
	padding: 1em 0;
	margin-bottom:2%;
	margin-left:1%;
	margin-right:1%;
}
.product_name{
	font-size: 0.75em;
	color:#FF5757;
}
.product_description{
	color:#7E7E7E;
	font-size: 0.5em;
}
.nav{
	width:2%;
	height:1em;
	float: left;
}
.play_box{
	width:100%;
	overflow: hidden;
	position: absolute;
	text-align: center;
	top:1%;
}
.play_text_name{
	color:#FF0000;
	font-size: 1.3em;
}
.play_text_content{
	color:#000;
	font-size: 1.5em;
}
.play_text_description{
	color:#000;
	font-size: 0.5em;
}
.play_flag_box{
	/*width:100%;*/
	position: absolute;
	top:180px;
	left:160px;
}
.play_flag{
	width:0.7em;
	height:0.7em;
	border-radius: 0.7em;
	background-color: #fff;
	float: left;
	margin-right:5px;
}