body {
	padding-bottom: 65px;
	background-color: #ead4af;
}

img {
	display: inline-block;
	vertical-align: top;
}

#bg1 {
	width: 100%;
	height: 828px;
	background: url('https://resource.kaixinbao.com/r02/activity/2023/yl/bg1.png') no-repeat center top;
}
#bg2 {
	width: 100%;
	height: 1338px;
	background: url('https://resource.kaixinbao.com/r02/activity/2023/yl/bg2.png') no-repeat center top;
}
#bg3 {
	width: 100%;
	height: 1484px;
	background: url('https://resource.kaixinbao.com/r02/activity/2023/yl/bg3.png') no-repeat center top;
}
#bg4 {
	width: 100%;
	height: 1898px;
	background: url('https://resource.kaixinbao.com/r02/activity/2023/yl/bg4.png') no-repeat center top;
}
#bg5 {
	width: 100%;
	height: 658px;
	background: url('https://resource.kaixinbao.com/r02/activity/2023/yl/bg5.png') no-repeat center top;
}

#main {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	padding-bottom: 38px;
}
.content {
	position: relative;
	width: 1142px;
	margin: 572px auto 0;
	text-align: center;
}

.image0 {
	position: absolute;
	top: -109px;
	right: -77px;
}

.image2 {
	margin-top: -27px;
}

.image3 {
	margin-top: -27px;
}

.image4 {
	margin-top: -27px;
}

.image5 {
	margin-top: 27px;
}

.image6 {
	margin-top: 41px;
}

#fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 110px;
	background: url('https://resource.kaixinbao.com/r02/activity/2023/yl/bg_fixed.png') no-repeat center top;
	z-index: 100;
}
#fixed .content {
	height: 110px;
	margin-top: 0;
}
#fixed .go {
	position: absolute;
	top: 57px;
	right: 40px;
	cursor: pointer;
	animation: bigger 1.5s ease infinite;
}
#fixed .go:hover {
	opacity: 0.9;
}

#popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}
#popup .box {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 488px;
	height: 608px;
	transform: translate(-50%, -50%);
	animation: fadeIn 0.1s ease-in;
}
#popup .box img {
	width: 488px;
	height: 608px;
}
#popup .box .close {
	position: absolute;
	top: 12px;
	right: 12px;
	display: block;
	width: 30px;
	height: 30px;
	background: url('https://mresource.kaixinbao.com/r02/activity/2023/wxsy/icon_popup_close.png') no-repeat left top;
	background-size: 100%;
	cursor: pointer;
}

@keyframes bigger {
	0% {
		transform: scale(0.8);
	}
	50% {
		transform: scale(1);
	}
	100% {
		transform: scale(0.8);
	}
}
