.header {
	height: 160px;
	width: 100%;
	background: url(../img/pc/header.png) no-repeat;
	background-size: 100% 100%;
	color: #fff;
	text-align: center;
}

.header-title {
	font-size: 38px;
	/* 字间距2 */
	letter-spacing: 14px;
	padding-top: 30px;
	font-weight: bolder;
}

.header-desc {
	font-size: 16px;
	margin-top: 10px;
}

.contain {
	width: 100%;
	background: url(../img/pc/contain.png) no-repeat;
	background-size: 100% 100%;
}

.main {
	width: 1200px;
	position: relative;
	top: -35px;
	left: calc((100% - 1200px) / 2);
	background: url(../img/pc/main.png) no-repeat;
	background-size: 100% 100%;
	border-radius: 10px;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
}

.qrcode {
	height: 200px;
	width: 320px;
	margin: auto;
}

.qrcode img {
	height: 100%;
	width: 100%;
}

.form-btn {
	width: 80px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	border-radius: 10px;
	border: none;
	font-size: 14px;
	cursor: pointer;
}

.form-text {
	width: 90px;
}

.form-input {
	height: 100%;
	width: 100%;
	background: transparent;
	outline: none;
	border: none
}

.form-btn-red {
	background-color: rgba(181, 0, 1, 1);
}

.form-btn-red:hover {
	background-color: rgba(181, 0, 1, 0.6);
}

.form-btn-gray {
	background-color: rgba(148, 149, 151, 1);
}

.form-btn-gray:hover {
	background-color: rgba(148, 149, 151, 0.6);
}

.section-text {
	color: #333;
}

.section-num {
	font-size: 40px;
	color: #b50001;
}

.section-text-red {
	color: #b50001;
	font-weight: bold;
}

.main-section {
	/* height: 1600px;
	width: 100%;
	background: url(../img/pc/2.png);
	background-size: 100% 100%; */
}


.main-section-content-box {
	margin: 0 auto;
	padding: 20px;
	text-align: center;
	border-radius: 10px;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
	background: #fff;
	position: relative;
}

.section-desc {
	position: absolute;
}

.section-desc-dian {
	height: 4px;
	width: 4px;
	border-radius: 50%;
	background: #b50001;
	margin-top: 7px;
}

.section-desc-text {
	font-size: 14px;
	color: #000;
	margin-left: 4px;
	font-weight: 200;
}

.form-content {
	background: url(../img/pc/form-bg.png) no-repeat;
	background-size: 100% 100%;
}

.section-desc-line {
	width: 60px;
	height: 2px;
	border-top: 2px solid #b50001;
	margin-top: 8px;
}

.footer {
	height: 90px;
	width: 100%;
	background: url(../img/pc/footer.png) no-repeat;
	background-size: 100% 100%;
}