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

.banner {
	width: 100%;
	height: 7.2133rem;
	margin: 0;
	display: block;
}

.main {
	display: flex;
	justify-content: center;
}

.content {
	display: flex;
	overflow: hidden;
}

.content p:nth-child(1) {
	width: 7.4267rem;
	height: 2.08rem;
	font-family: SFUIDisplay, SFUIDisplay;
	font-weight: 600;
	font-size: .7733rem;
	color: #000000;
	line-height: 1.04rem;
	letter-spacing: .0133rem;
	text-align: left;
	font-style: normal;
	margin-top: 2.9467rem;
}

.content p:nth-child(2) {
	width: 8rem;
	height: 3.0933rem;
	font-family: SFUIDisplay, SFUIDisplay;
	font-weight: 400;
	font-size: .24rem;
	color: #000000;
	line-height: .7733rem;
	text-align: left;
	font-style: normal;
	margin-top: .32rem;
}

.content .picture1 {
	width: 6.9467rem;
	height: 11.0267rem;
	margin-left: 1.0667rem;
	margin-top: .6rem;
}

.content2 {
	margin-top: -25px;
	display: flex;
}

.content2 .picture2 {
	width: 7.52rem;
	height: 9.1867rem;
	margin-right: .6933rem;

}

.content2 p:nth-child(1) {
	width: 6.7733rem;
	height: 2.08rem;
	font-family: SFUIDisplay, SFUIDisplay;
	font-weight: 600;
	font-size: .7733rem;
	color: #000000;
	line-height: 1.04rem;
	letter-spacing: .0133rem;
	text-align: left;
	font-style: normal;
	margin-top: 1.6667rem;
}

.content2 p:nth-child(2) {
	width: 8rem;
	height: 2.32rem;
	font-family: SFUIDisplay, SFUIDisplay;
	font-weight: 400;
	font-size: .24rem;
	color: #000000;
	line-height: .7733rem;
	text-align: left;
	font-style: normal;
	margin-top: .32rem;
}

.content2 .btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 3.2267rem;
	height: .8533rem;
	background: #000000;
	border-radius: .0533rem;

	margin-top: .32rem;
	font-family: SFUIDisplay, SFUIDisplay;
	font-weight: 400;
	font-size: .2667rem;
	color: #FFFFFF;
	line-height: .32rem;
	text-align: left;
	font-style: normal;
}

.footer {
	width: 100%;
	margin-top: 3.0933rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer div {
	width: 4rem;
	height: .7733rem;
	font-family: SFUIDisplay, SFUIDisplay;
	font-weight: 400;
	font-size: .1867rem;
	color: #808080;
	line-height: .7733rem;
	text-align: center;
	font-style: normal;
}
.footer2 {
	width: 100%;
	margin-top: .32rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer2 div {
	width: 4rem;
	height: .7733rem;
	font-family: SFUIDisplay, SFUIDisplay;
	font-weight: 400;
	font-size: .1867rem;
	color: #808080;
	line-height: .7733rem;
	text-align: center;
	font-style: normal;
}
