@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	border: none;
	font-family: '微软雅黑';
}

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

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

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

html,
body {
	height: 100%;
	background: #000000;
	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.25rem;
}

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

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

.title a {
	color: #FFFFFF;

}

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

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

.top_content .bg1 {
	width: 9.625rem;
	height: 10.8375rem;
	position: absolute;
	top: .4875rem;
	right: 3.25rem;
	z-index: 666;
}

.top_content .title1 {
	width: 6.9125rem;
	height: 3.025rem;
	position: absolute;
	top: 3.4rem;
	left: 3.25rem;
	z-index: 667;
}



.top_content .btn {
	width: 3.3875rem;
	height: 1rem;
	position: absolute;
	left: 3.25rem;
	top: 7.475rem;
	z-index: 669;

}

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

.middle .bg2 {
	width: 7.0875rem;
	height: 8.9rem;
	position: absolute;
	left: 3.25rem;
	top: 2.925rem;
}

.middle .bg3 {
	width: 7.7625rem;
	height: 1.75rem;
	position: absolute;
	left: 12.85rem;
	top: 5.15rem;
}



.middle p {
	width: 6.6375rem;
	height: 2.375rem;
	font-family: SFPro, SFPro;
	font-weight: 400;
	font-size: .4rem;
	color: #FFFFFF;
	line-height: .475rem;
	text-align: left;
	font-style: normal;
	position: absolute;
	left: 12.85rem;
	top: 7.9625rem;
}

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

.below .bg5 {
	width: 6.55rem;
	height: 8.25rem;
	position: absolute;
	left: 14rem;
	top: 1.525rem;
}

.below .title2 {
	width: 9.475rem;
	height: 1.1rem;
	
	position: absolute;
	top: 4.4125rem;
	left:  3.25rem;
}

.below p {
	width: 7.9625rem;
	height: .625rem;
	font-family: SFPro, SFPro;
	font-weight: 400;
	font-size: .525rem;
	color: #FFFFFF;
	line-height: .625rem;
	letter-spacing: .0125rem;
	text-align: left;
	font-style: normal;
	position: absolute;
	top: 5.9875rem;
	left:  3.25rem;

}

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