* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style-type: none;
}

.wapper {
	width: 100%;
	height: auto;
}

.header {
	width: 100%;
	height: auto;
	background: #FFFFFF;
	z-index: 999;
	position: fixed;
	top: 0;
	border-bottom: 1px solid #F3F3F3;
}

.header-left {
	width: 10%;
	height: auto;
	float: left;
}

.header-left img {
	width: 70%;
	margin-top: 22%;
	margin-left: 21%;
}

.header-right {
	width: 62%;
	height: auto;
	float: left;
	font-size: 18px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #4A4A4A;
	line-height: 48px;
	padding-left: 28%;
}

.content {
	width: 94%;
	height: auto;
	margin-left: 3%;
	margin-top: 12%;
}

.content-title {
	font-size: 18px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: bold;
	color: #212121;
	line-height: 25px;
	padding-top: 24px;
	padding-bottom: 6px;
}

.content-name {
	width: 100%;
	height: auto;
	line-height: 42px;
}

.content-name-span {
	width: 30%;
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #636363;
	line-height: 42px;
	float: left;
}

.content-name-span2 {
	width: 80%;
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #4A4A4A;
	line-height: 22px;
	text-align: left;
}

.content-title2 {
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: #212121;
    line-height: 25px;
    margin-top: 16px;
    margin-bottom: 18px;
}

.content-text {
	font-size: 15px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #4A4A4A;
	line-height: 25px;
	padding-bottom: 10%;
}