#container {
	position: relative;
}

.bg {
	width: 100%;
	height: 1080px;
	min-width: 1200px;
	display: block;
}

.top {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 120px;
	background: rgba(255, 255, 255, .5);
	overflow: hidden;
}

.top .top-left {
	float: left;
	width: 220px;
	height: 72px;
	margin: 24px 0 24px 360px;
}

.top .top-right {
	float: right;
	padding: 36px 0;
	margin-right: 182px;
	overflow: hidden;
}

.top .top-right .right-tab {
	float: left;
	position: relative;
	margin-top: 2px;
	line-height: 42px;
	color: #1A1A1A;
	font-size: 28px;
	font-weight: bold;
}

.top .top-right .right-tab::after {
	content: "";
	position: absolute;
	top: 45px;
	left: 32px;
	width: 48px;
	height: 8px;
	background: #8965FF;
	border-radius: 4px;
}

.top .top-right .right-btn {
	float: left;
	width: 148px;
	height: 48px;
	margin-left: 140px;
	line-height: 48px;
	color: #1A1A1A;
	font-size: 24px;
	text-align: center;
	border-radius: 24px;
	border: 2px solid #8965FF;
}

.bottom {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 80px;
	background: rgba(255, 255, 255, .5);
	overflow: hidden;
}

.bottom .info-top {
	margin-top: 20px;
	display: block;
	color: #1A1A1A;
	font-size: 18px;
	text-align: center;
}

.bottom a {
	margin-top: 10px;
	display: block;
	color: #1A1A1A;
	font-size: 16px;
	text-align: center;
}