@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(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
        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: .75rem;
	height: .75rem;
	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: #ffffff;
	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: 3.775rem;

	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: 5.5375rem;
	height: 8.125rem;
	position: absolute;
	top: 2.7rem;
	left: 14.7125rem;
}

.btn {
	position: absolute;
	left: 3.9rem;
	top: 7.85rem;
	width: 3.3875rem;
	height: 1rem;
}