@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.9rem;
	/* background: #FFFFFF; */
}
.logo{
	display: flex;
	align-items: center;
}
.logo p{
	font-family: PingFangSC, PingFang SC;
	font-weight: 500;
	font-size: 24px;
	color: #333333;
	line-height: 33px;
	text-align: left;
	font-style: normal;
}
.logo img:nth-child(1) {
	width: .6rem;
	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 {
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	font-size: 24px;
	color: #333333;
	line-height: 33px;
	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.0375rem;
	
	font-family: PingFangSC, PingFang SC;
font-weight: 500;
font-size: .75rem;
color: #333333;
line-height: 1.05rem;
text-align: left;
font-style: normal;
}

.p2 {
	position: absolute;
	left: 3.9rem;
	top: 5.5875rem;
	width: 8.425rem;
height: 1.875rem;
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: .45rem;
color: #333333;
line-height: .625rem;
text-align: left;
font-style: normal;
}
.bg3{
	width: 11.675rem;
	height: 13.5rem;
	position: absolute;
	top: 0;
	right: 0;
}
.btn{
	position: absolute;
	left: 3.9rem;
  top: 8.4625rem;
  width: 3.3875rem;
  height: 1rem;
}