@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: #170800;
	width: 100%;
	overflow-x: hidden;
	/* overflow: hidden; */
}

#container {
	position: relative;
	height: 40.5rem;
	background: #170800;
	background: url('../image/bg.png') no-repeat;
	background-size: 100% 100%;
	/* background-position: 0 13.625rem; */
	overflow: hidden;
}

.main {
	width: 100%;
}

.top {
	width: 100%;
	height: 13.5rem;
	/* background: url('../image/top_bg.png') no-repeat; */
	background-size: 100% 100%;
	overflow: hidden;
}

.title {
	height: 1rem;
	display: flex;
	background: rgba(0,0,0,0.5);
	justify-content: space-between;
	align-items: center;
	padding: 0 4.5rem;
}

.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: #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;
}

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

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

	position: relative;
}

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

.top_content .title1 {
	width: 14.1875rem;
	height: 2.7rem;
	position: absolute;
	top: 4.3125rem;
	left: 4.9rem;

	z-index: 667;
}

.p1 {
	width: 7.9375rem;
	height: 2.7375rem;
	position: absolute;
	top: 4.525rem;
	left: 4.5rem;
	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: 5.0875rem;
	height: 1.5rem;
	position: absolute;
	left: 9.4625rem;
	top: 7.9125rem;
	z-index: 669;

}






 .bg2 {
	width: 20.5rem;
	height: 10.4rem;
	position: absolute;
	top: 11.475rem;
	left: 0;
	z-index: 999;
}
.bg3 {
	width: 20.5rem;
	height: 10.4rem;
	position: absolute;
	top: 25.1625rem;
	right: 0;
	z-index: 999;
}
