@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: 40.5rem;
}

.main {
	width: 100%;
}

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

.top .btn {
	width: 4.2375rem;
	height: 1.25rem;
	position: absolute;
	top: 9.875rem;
	left: 9.875rem;
}

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

.title img {
	width: 1.65rem;
	height: .6rem;
	margin-right: .2rem;
}

.title .logo {
	height: .8rem;
	margin-right: .9875rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: PingFangSC, PingFang SC;
	font-weight: 600;
	font-size: .45rem;
	color: #FFFFFF;
	line-height: .625rem;
	text-align: right;
	font-style: normal;
}

.title div:last-child {
	height: .8rem;
	margin-right: .9875rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	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 div:last-child a {
	color: #FFFFFF;
}

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

.bg2 {
	width: 100%;
	height: 11.6rem;
	margin-top: 1.8875rem;
}

.bg3 {
	width: 100%;
	height: 10.525rem;
	margin-top: .45rem;
}

.footer {
	width: 100%;
	height: 3.775rem;
	background: url('../image/bg4.png') no-repeat;
	background-size: 100% 101%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	color: black;
}

.footer span {
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	font-size: .45rem;
	color: #FFFFFF;
	line-height: 50px;
	text-align: left;
	font-style: normal;
}