@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: url('../image/bg.png') no-repeat;
	background-size: 100% 100%;
}

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



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

.title img:nth-child(1) {
	width: 2.25rem;
	height: .6rem;
	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 {
	color: #40F2B9;

}

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

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

.p1 {
	position: absolute;
	left: 4.5rem;
	top: 4.5rem;
	width: 3.45rem;
	height: 1.225rem;
	font-family: DIN, DIN;
	font-weight: normal;
	font-size: 1rem;
	color: #FFFFFF;
	line-height: 1.225rem;
	text-align: right;
}

.p2 {
	position: absolute;
	left: 4.5rem;
	top: 5.975rem;
	width: 8.4375rem;
	height: .8375rem;
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	font-size: .6rem;
	color: #FFFFFF;
	line-height: .8375rem;
	text-align: left;
	font-style: normal;
}
.bg3{
	width: 8.1875rem;
	height: 9.05rem;
	position: absolute;
	top: 2.4875rem;
	left: 13.0875rem;
}
.btn{
	position: absolute;
  left: 4.5rem;
  top: 8.0625rem;
  width: 3.3875rem;
  height: 1rem;
}