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

.main {
	width: 100%;
	height: 40.5rem;

	position: relative;
}

.top {
	width: 24rem;
	height: 14.0437rem;
	overflow: hidden;
	background: url(../image/top_bg.png) no-repeat;
	background-size: 100% 100%;
	z-index: 200;
	position: relative;
}



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

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

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

.title a {
	color: #333333;
}

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

.top .top_content {
	width: 100%;
	height: 11.3rem;
	padding: 0 2.5rem;
}

.top .top_content p {
	width: 9.7875rem;
	height: 2.8125rem;
	font-family: SFPro, SFPro;
	font-weight: 500;
	font-size: .6rem;
	color: #000000;
	line-height: .9375rem;
	text-align: left;
	font-style: normal;
	margin-top: 4.65rem;
}

.top_content .bg1 {
	width: 9.4375rem;
	height: 12.3125rem;
	position: absolute;
	top: 2.15rem;
	right: 2.5rem;
	z-index: 666;
}


.top_content .btn {
	width: 3.3875rem;
	height: 1rem;
	position: relative;
	z-index: 999;

}

.middle {
	width: 100%;
	height: calc(40.5125rem - 14.0437rem);
	position: relative;
}

.middle .p1 {
	position: absolute;
	top: 4.825rem;
	right: 2.5rem;
	width: 9.7875rem;
	height: 3.75rem;
	font-family: SFPro, SFPro;
	font-weight: 500;
	font-size: .6rem;
	color: #000000;
	line-height: .9375rem;
	text-align: left;
	font-style: normal;
}
.middle .p2 {
	position: absolute;
	top: 18.6875rem;
	left: 2.5rem;
	width: 9.7875rem;
	height: 3.75rem;
	font-family: SFPro, SFPro;
	font-weight: 500;
	font-size: .6rem;
	color: #000000;
	line-height: .9375rem;
	text-align: left;
	font-style: normal;
}
.middle .bg2 {
	position: absolute;
	top: 0;
	left: 2.5rem;
	width: 9.0125rem;
	height: 13.7rem;
}
.middle .bg3 {
	position: absolute;
	top: 12.1375rem;
	right: 1.7375rem;
	width: 10.725rem;
	height: 13.7rem;
}
.middle .bg4 {
	position: absolute;
	top: 1.9rem;
	right: 0;
	width: 12rem;
	height: 10.4125rem;
}
.middle .bg5 {
	position: absolute;
	top: 14.925rem;
	left: 0;
	width: 10.5091rem;
	height: 9.375rem;
}
.middle  span {
	width: 100%;
	height: .2rem;
	display: block;
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	font-size: .3rem;
	color: #999999;
	line-height: .4125rem;
	text-align: left;
	font-style: normal;
	text-align: center;
	position: absolute;
	bottom: .4375rem;
}