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

.main {
	width: 100%;
}

.bg1 {
	position: absolute;
	top: 3.05rem;
	left: 0;
	width: 5.95rem;
	height: 8.475rem;
}

.bg2 {
	position: absolute;
	top: 2.4625rem;
	right: 0;
	width: 6.7rem;
	height: 11.0375rem;
}

.bg3 {
	position: absolute;
	left: 4.525rem;
	top: 4.0125rem;
	width: 7.1875rem;
	height: 3.45rem;
}

.bg4 {
	position: absolute;
	right: 3.5875rem;
	top: 2.225rem;
	width: 6.8875rem;
	height: 10.025rem;
}

.bg5 {
	position: absolute;
	left: 4.525rem;
	top: 8.75rem;
	width: 4.4125rem;
	height: 1.375rem;
}

.title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: .6625rem;
	padding-left: 4.5rem;
	margin-right: 4.575rem;
}

.title img {
	width: 2.2rem;
	height: .8rem;
}

.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: #000000;
	line-height: .3625rem;
	font-style: normal;
}

.title a:nth-child(2) {
	margin-left: .6625rem;
}

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