@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	border: none;
	font-family: 'Microsoft YaHei';
}

a {
	text-decoration: none;
	/* 去除默认的下划线 */
	outline: none;
	/* 去除旧版浏览器的点击后的外虚线框 */
	color: #808080;
	/* 去除默认的颜色和点击后变化的颜色 */
}

p {
	font-family: 'microsoft yahei';
}

.text {
	font-family: "microsoft yahei";
}

html,
body {
	height: 100%;
	background: #FCFCFC;
	width: 100%;
	overflow-x: hidden;
	/* overflow: hidden; */
}

#container {
	position: relative;
	height: 40.5rem;
	background: #000000;
}

.main {
	width: 100%;
}

.top {
	width: 24rem;
	height: 13.5rem;
	overflow: hidden;
}


.title {
	height: 1rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 3.6rem;
}

.title img:nth-child(1) {
	width: 2.4125rem;
	height: .6rem;
	margin-right: .225rem;
}

.title div {
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	font-size: 0.2rem;
	color: #FFFFFF;
	line-height: 0.275rem;
	text-align: left;
	font-style: normal;
	text-decoration-line: underline;
}

.title a {
	color: #FFFFFF;

}

.title a:last-child {
	margin-left: 1.1rem;
}

.top {
	width: 24rem;
	height: 13.7125rem;
	background: url('../image/bg-1.png') no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}

.top .top_content {
	width: 100%;
	height: 13.7125rem;
	position: relative;
}

.top_content .bg1 {
	width: 12rem;
	height: 12.5rem;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 666;
}

.top_content .title1 {
	width: 16.5rem;
	height: 4.375rem;
	position: absolute;
	top: 3.95rem;
	left: 3.6rem;
	z-index: 667;
	font-family: PingFangSC, PingFang SC;
	font-weight: 600;
	font-size: .625rem;
	color: #FFFFFF;
	line-height: .875rem;
	text-align: center;
	font-style: normal;
}

.top_content .btn {
	width: 3.3875rem;
	height: 1rem;
	position: absolute;
	top: 9.125rem;
	left: 10.3125rem;
	z-index: 667;
}

.middle {
	width: 100%;
	height: 12.5rem;
	position: relative;
}

.middle .bg2 {
	width: 4.375rem;
	height: 9.075rem;
	position: absolute;
	left: 15.875rem;
	top: 1.4125rem;
}

.middle .bg3 {
	
	position: absolute;
	left: 3.75rem;
	top: 4.025rem;
	width: 11.0375rem;
height: 3.5rem;
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: .5rem;
color: #FFFFFF;
line-height: .7rem;
text-align: left;
font-style: normal;
}

.below {
	width: 100%;
	height: 12.5rem;
	position: relative;
}

.below .bg4 {
	
	position: absolute;
	left: 9.2125rem;
	top: 4.075rem;
	width: 11.0375rem;
height: 2.8rem;
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: .5rem;
color: #FFFFFF;
line-height: .7rem;
text-align: left;
font-style: normal;
}

.below .bg5 {
	width: 4.375rem;
	height: 9.075rem;
	position: absolute;
	left: 3.75rem;
	top: 1.05rem;
}

.footer span {
	width: 100%;
	height: 0.225rem;
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	font-size: 0.225rem;
	color: #999999;
	line-height: 0.225rem;
	font-style: normal;
	text-align: center;
	position: absolute;
	bottom: 0.4875rem;
}