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

#container {
	position: relative;
	height: 13.5rem;
	background: url(../image/bg.png) no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}

.main {
	width: 100%;
}



.title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: .3rem;
	padding:0  4.5rem;
}

.title img {
	width: .4rem;
	height: .4rem;

}

.title .logo {
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 33px;
	text-align: left;
	font-style: normal;
}

.title .logo p {
	margin-left: 12px;
	color: #FFEC43;
}

.title div {
	height: .8rem;
	margin-right: .9875rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: SFUIText, SFUIText;
	font-weight: 400;
	font-size: .3rem;
	color: #FFEC43;
	line-height: .3625rem;
	font-style: normal;
}

.title a {
	margin-left: .6625rem;
	color: #FFEC43;

}

.footer {
	position: absolute;
	width: 100%;
	top: 9.5625rem;
	font-family: SFUIDisplay, SFUIDisplay;
	font-weight: 400;
	font-size: .175rem;
	color: #808080;
	line-height: .35rem;
	text-align: center;
	font-style: normal;
}

.p1 {
	width: 100%;
	height: 119px;
	font-family: PingFangSC, PingFang SC;
font-weight: 600;
font-size: .75rem;
color: #FFFFFF;
text-align: center;
font-style: normal;
	margin-top: 2.05rem;
	margin-bottom: .875rem;
}

.p2 {
	height: 225px;
	font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 32px;
color: #FFFFFF;
line-height: 45px;
	text-align: left;
	font-style: normal;
	padding: 0 4.5rem;
}

.btn {
	display: block;
	width: 4.1625rem;
	height: 1.25rem;
	margin: 0 auto;
	margin-top: 1.4rem;
}