@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;
	/* overflow: hidden; */
}

#container {
	position: relative;


}

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

	background: linear-gradient( 0deg, #FFB582 0%, #F3759A 46.79%, #7385DD 100%);

}

.top {
	width: 24rem;
	overflow: hidden;
}

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

.logo {
	display: flex;
	align-items: center;
}

.logo p {
	font-family: PingFangSC, PingFang SC;
	font-weight: 500;
	font-size: .2rem;
	color: #333333;
	line-height: 33px;
	text-align: left;
	font-style: normal;
}

.logo img:nth-child(1) {
	width: 2.3375rem;
	height: .5875rem;
	margin-right: .225rem;
}

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

}

.title a {
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	font-size: .2rem;
	color: #ffffff;
	line-height: .4125rem;
	text-align: left;
	font-style: normal;
	text-decoration-line: underline;
	z-index: 999;
	position: relative;
}

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

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

.p1 {
	position: absolute;
	left: 3.9rem;
	top: 4.275rem;

	width: 10.275rem;
	height: 2.9rem;
	font-family: SFPro, SFPro;
	font-weight: 400;
	font-size: .6rem;
	color: #FFFFFF;
	line-height: .725rem;
	text-align: left;
	font-style: normal;
}



.bg1 {
	width: 4.25rem;
	height: 8.8125rem;
	position: absolute;
	top: 2.45rem;
	left: 4.125rem;
}

.bg2 {
	width: 9.7625rem;
	height: 4.175rem;
	position: absolute;
	right: 3.125rem;
	top: 4.15rem;
}

.p1 {
	width: 11.3625rem;
	height: .9625rem;
	font-family: SFUIDisplay, SFUIDisplay;
	font-weight: 800;
	font-size: .6rem;
	color: #000000;
	line-height: 77px;
	text-align: left;
	font-style: normal;
	position: absolute;
	left: 9.9625rem;
	top: 4.6625rem;
}

.p2 {
	width: 10.2625rem;
	height: .975rem;
	font-family: SFUIDisplay, SFUIDisplay;
	font-size: .3rem;
	color: #000000;
	line-height: .4875rem;
	text-align: left;
	font-style: normal;
	position: absolute;
	left: 9.9625rem;
	top: 5.8625rem;
}

.btn {
	position: absolute;
	top: 7.5375rem;
	left: 9.9125rem;
	width: 2.825rem;
	height: .875rem;
}
.footer {
	position: absolute;

	width: 100%;
	top: 12.95rem;
	font-family: SFUIDisplay, SFUIDisplay;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 28px;
	text-align: center;
	font-style: normal;
}