@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%;
	width: 100%;
	overflow-x: hidden;
	background: #170800;
	background: url('../image/bg.png') no-repeat;
	background-size: 100% 100%;
	/* overflow: hidden; */
}

#container {
	position: relative;
	height: 40.5rem;


}

.main {
	width: 100%;
}

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

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

.title .logo {
	display: flex;
	align-items: center;
	font-family: PingFangSC, PingFang SC;
	font-weight: 500;
	font-size: .4rem;
	color: #000000;
	font-style: normal;
	text-decoration-line: none !important;
}

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

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

.title a {
	color: #000000;

}

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

.icon1 {
	width: 15rem;
	height: 4.5875rem;
	position: absolute;
	top: 4.375rem;
	left: 3.7625rem;
}

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

.top_content .bg1 {
	width: 8.9875rem;
	position: absolute;
	top: 1.2875rem;
	right: 3.7625rem;
	z-index: 666;
}



.p1 {
	width: 7.9375rem;
	height: 2.7375rem;
	position: absolute;
	top: 4.525rem;
	left: 3.7625rem;
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	font-size: .375rem;
	color: #FFFFFF;
	line-height: .525rem;
	text-align: left;
	font-style: normal;
}


.top_content .btn {
	width: 4.8rem;
	height: 1.5rem;
	position: absolute;
	left: 3.75rem;
	top: 9.1125rem;
	z-index: 669;

}

.top_content .bg1 {
	width: 4.875rem;
	height: 11.025rem;
	position: absolute;
	right: 3.75rem;
	top: 1.3625rem;
	z-index: 669;

}

.top_content .text {
	position: absolute;
	top: 3.3875rem;
	left: 3.7625rem;
	width: 10.65rem;
	font-family: SFPro, SFPro;
	font-weight: 400;
	font-size: .6rem;
	color: #000000;
	line-height: .725rem;
	text-align: left;
	font-style: normal;
}

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

.middle .bg2 {
	width: 4.875rem;
	height: 10.275rem;
	position: absolute;
	top: 1.675rem;
	left: 3.75rem;
}

.middle .icon1 {
	width: 1.5375rem;
	height: 3.125rem;
	position: absolute;
	top: 3.75rem;
	left: 3.25rem;
}
.middle .icon2 {
	width: 2.125rem;
	position: absolute;
	top: 7.25rem;
	left: 7.55rem;
}
.middle .text2 {
	width: 10.0375rem;
	font-family: SFPro, SFPro;
	font-weight: 400;
	font-size: .6rem;
	color: #000000;
	line-height: .725rem;
	text-align: left;
	font-style: normal;
	position: absolute;
	top: 5.5375rem;
	left: 11.2625rem;
}





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

.below .bg3 {
	width: 4.875rem;
	height: 10.275rem;
	position: absolute;
	top: 1.75rem;
	left: 14.075rem;
	z-index: 999;
}


.below .text3 {
	width: 9.725rem;
	font-family: SFPro, SFPro;
	font-weight: 400;
	font-size: .6rem;
	color: #000000;
	line-height: .725rem;
	text-align: left;
	font-style: normal;

	position: absolute;
	top: 2.9rem;
	left: 3.75rem;
}
.below .icon3 {
	width: 3.8875rem;
	height: 5.2375rem;
	position: absolute;
	top: 6.75rem;
	right: 7.2rem;
	z-index: 999;
}


