header {
	height: 270px;
}
.main-container {
	background: url(../images/gfqh/enterprisePrize/prize_circle_bg.png) no-repeat;
	background-size: 100% 100%;
	background-position: center;
	margin: 40px 0;
	box-shadow:0px 2px 4px 0px rgba(0,86,153,0.1);
	border-radius:1px;
	min-height: 720px;
	position: relative;
}
.main-content {
	padding: 0;
	min-height: 720px;
}
.banner {
	background: url(../images/gfqh/enterprisePrize/prize_banner_bg.png);
}
.title {
	font-weight:300;
	color: #666;
	font-size: 36px;
	text-align: center;
	margin-bottom: 60px;
}
.leader-tabs {
	display: table;
	border-bottom: none;
}
.prize-list {
	display: table;
	border-bottom: none;
}
.prize-item {
	display: table-cell;
	padding: 59px 25px;
	height: 360px;
	width: 230px;
	text-align: center;
}
.prize-item:hover {
	cursor: pointer;
}
.prize-item img {
	-moz-transition: all .8s ease 0s;
	-webkit-transition:all .8s ease 0s;
	transition:all .8s ease 0s;
	-o-transition:all .8s ease 0s;
	width: 151px;
	height: 151px;
}
.prize-item:hover img{
	width: 170px;
	height: 170px;
	
}
.prize-brief {
	text-align: center;
	color: #FFFFFF;
	font-size: 15px;
	margin-top: 30px;
}

.layer-wrapper {
	display: none;
}
div.layui-layer {
	background-color: transparent;
	box-shadow: none;
} 
.layer-bg {
	width: 598px;
	height: 356px;
	background: url(../images/gfqh/enterprisePrize/prize_layer_bg.png);
	position: relative;
}
.layer-bg-big{
	width: 770px;
	height: 455px;
	background: url(../images/gfqh/enterprisePrize/prize_layer_bg.png);
	background-size:770px 455px;
	position: relative;
}
.layer-left-img {
	position: absolute;
	width: 188px;
	height: 188px;
	left: 64px;
	top: 94px;
}
.layer-left-img-big {
	position: absolute;
	width: 188px;
	height: 188px;
	left: 110px;
	top: 135px;
}
.right-wrapper {
	position: absolute;
	right: 40px;
	width: 260px;
	top: -20px;
}
.right-wrapper-big {
	position: absolute;
	right: 60px;
	width: 300px;
	top: -20px
}
.layui-layer:nth-child(3) .prize-time {
	font-size: 16px;
}
.prize-name-title {
	width: 190px;
	height: 30px;
	text-align: center;
	font-size: 21px;
	margin-left: calc(50% - 95px);
	font-weight: 400;
	color: #4D4D4D;
	margin-top: 40px;
	background: url(../images/gfqh/enterprisePrize/prize_title_bg.png);
}
.layui-layer:nth-child(3) .prize-name-title {
	margin-top: 20px;
}
.prize-name {
	text-align: center;
	width: 100%;
	font-weight: 500;
	color: #4D4D4D;
	font-size: 18px;
	margin-top: 20px;
}
.layui-layer:nth-child(3) .prize-name {
	font-size: 16px;
}
.prize-time-title, .prize-level-title {
	width: 190px;
	height: 30px;
	text-align: center;
	font-size: 21px;
	margin-left: calc(50% - 95px);
	font-weight: 500;
	color: #4D4D4D;
	margin-top: 90px;
	background: url(../images/gfqh/enterprisePrize/prize_title_bg.png);
}
.prize-time {
	text-align: center;
	width: 100%;
	font-weight: 500;
	color: #4D4D4D;
	font-size: 18px;
	margin-top: 20px;
}
.layer-arrow-left {
	position: absolute;
	top: 160px;
	left: -100px;
}
.layer-arrow-right {
	position: absolute;
	top: 160px;
	right: -100px;
}
.mask {
	z-index: 1000;
	display: none;
	background: #000000;
	opacity: 0.3;
	width: 100%;
	height: 100%;
	position: absolute;
}
@media (max-width: 993px) {
	.section {
		padding: 0 30px;
	}
}

@media (max-width: 1200px) and (min-width: 994px) {
	.section {
		padding: 0 15px;
	}
}