body {
	background: #FFFFFF;
}

.wrap {
	width: 100%;
	height: auto;
}

.banner {
	width: 100%;
	height: auto;
	margin-top: 80px;
}

.banner img {
	width: 100%;
}

.prize {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}

.prize .title {
	font-family: "PingFangSC-Medium";
	font-size: 30px;
	color: #323232;
	letter-spacing: 0;
	text-align: center;
	margin: 60px 0;
	
}

.prize .box {
	width: 1200px;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-content: space-between;
	align-items: center;
	flex-flow: wrap;
	margin: 0 auto;
	
	
}

.prize .box .item {
	width: 380px;
	height: 590px;
	margin-bottom: 30px;
}

.prize .box .item:nth-child(10),
.prize .box .item:nth-child(11) {
	 width: 585px;
	 height: 590px;
}

.prize .box .item:nth-child(10) img,
.prize .box .item:nth-child(11) img{
	 width: 585px;
	 height: 550px;
}

/*.prize .box .item:nth-child(1){
	margin-left: -30px;
	
}*/

.prize .box .item img {
	width: 380px;
	height: 550px;
}

.prize .box .item p {
	margin-top: 15px;
	font-family: "PingFangSC-Regular";
	font-size: 18px;
	color: #323232;
	text-align: center;
}

.nav .list ul li:nth-child(6) a{
	color: #C6010D;
}