*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	list-style: none;
}
html,body{
    width: 100%;
	height: 100%;
}
i{
	font-style: normal;
	color: inherit;
}
a:link {
    text-decoration: none;
    color: black;
}
a {
    color: #333;
    text-decoration: none;
}
img{
	width: 100%;
	height: 100%;
	display: block;
}
.Recommend{
	width:1200px;
	margin:30px auto;
}
.recom_tit{
	font-size: 22px;
	color: white;
	margin-bottom: 25px;        
}
.warp_person{
	width: 256px;
	margin-bottom: 50px;
	cursor: pointer;           
}
.warp_img{
	width: 256px;
	height: 256px;
}
.warp_n{
	font-size: 22px;
	color: white;
	margin-top: 20px;
}