/*----通用初始化----*/
	body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,img{margin:0;padding:0}ul,li,ol,dl,dt,dd{list-style: none;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block;}table{border-collapse:collapse;border-spacing:0}audio,canvas,video {display: inline-block;*display: inline;*zoom: 1;}	input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}a{text-decoration: none;color: #666;-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;}a:hover{text-decoration:none;cursor: pointer;}img{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;-khtml-user-select:none;user-select:none;border:0}html,body{font-family: "arial" ,'Microsoft Yahei';*font-family: "微软雅黑";*font-family: "Microsoft Yahei";color: #666;}@media screen and (max-width: 767px){input[type="button"],input[type="submit"],input[type="reset"],textarea,select{-webkit-appearance: none;-webkit-tap-highlight-color:transparent;}}*{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-tap-highlight-color:transparent}body{position: relative;overflow-x: hidden;}*::selection{background:#333;color:#fff;}*::-moz-selection{background:#333;color:#fff;}*::-webkit-selection{background:#333;color:#fff;}.after:after{content: "";display: block;height: 0;clear: both;visibility: hidden;}.clear{clear: both;}
	/*间距*/
	.mt5{margin-top    : 5% !important;}
	.mb5{margin-bottom : 5% !important;}
	.ml5{margin-left   : 5% !important;}
	.mr5{margin-right  : 5% !important;}
	.pt5{padding-top   : 5% !important;}
	.pb5{padding-bottom: 5% !important;}
	.pl5{padding-left  : 5% !important;}
	.pr5{padding-right : 5% !important;}
	.mt0{margin-top    : 0% !important;}
	.mb0{margin-bottom : 0% !important;}
	.ml0{margin-left   : 0% !important;}
	.mr0{margin-right  : 0% !important;}
	.pt0{padding-top   : 0% !important;}
	.pb0{padding-bottom: 0% !important;}
	.pl0{padding-left  : 0% !important;}
	.pr0{padding-right : 0% !important;}
	/*字号*/
	.font24{font-size: 24px;color: #333;line-height: 2em;}
	.font16{font-size: 16px;color: #666;line-height: 2.2em;}
	.font14{font-size: 14px;color: #999;line-height: 1.8em;}
	/*编辑器*/
	.text{font-size: 16px;color: #666;line-height: 2.2em;word-wrap: break-word;word-break: normal;}
	.text:after{content: "";display: block;height: 0;clear: both;visibility: hidden;}
	.text *{max-width: 100%;}
	@media screen and (max-width: 1200px){
		.mt5{margin-top    : 3% !important;}
		.mb5{margin-bottom : 3% !important;}
		.ml5{margin-left   : 3% !important;}
		.mr5{margin-right  : 3% !important;}
		.pt5{padding-top   : 3% !important;}
		.pb5{padding-bottom: 3% !important;}
		.pl5{padding-left  : 3% !important;}
		.pr5{padding-right : 3% !important;}
		.font24{font-size: 20px;}
		.font16{font-size: 14px;}
		.font14{font-size: 12px;}
	}

/*********************************/
body{
	position: relative;
	width: 100%;
	min-width: 1200px;
	height: 100vh;
	background-color: #801a1d;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
}
body .bg{
	width: 100%;
}
.form{
	width: 25%;
	background-color: #fafafa;
	position: absolute;
	top: 50%;
	right: 5.7%;
	transform: translateY(-50%);
	padding: 30px;
	background-image: url(./20200111_hy_a3.jpg); 
	background-position: center top;
	background-size: 100% auto;
	margin-bottom: 36px;
}
.title{
	font-size: 28px;
	text-align: center;
	color: #333;
	font-weight: normal;
	line-height: 2em;
}
.tabHd li{
	float: left;
	width: 50%;
	color: #333333;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #e1e6e9;
	font-size: 18px;
	text-align: center;
	margin-bottom: 36px;
}
.tabHd li.on{
	border-bottom: 2px solid #97191a;
}
.innerForm{
	display: none;
}
.innerForm.on{
	display: block;
}
.innerForm li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	font-size: 17px;
}
.innerForm li input{
	flex:1;
	height: 40px;
	border: 1px solid #e1e6e9;
	padding: 0 15px;
	background: #f5f5f5;
	border-radius: 2px;
}
.innerForm li input.yzm{
	width: 50%;
}
.innerForm li .yzmbtn{
	width: 50%;
	height: 40px;
	border:0;
	outline: 0;
	background: #fafafa;
	color: #97191a;
	font-size: 17px;
}
.submit{
	display: block;
	width: 100%;
	height: 45px;
	color: #fff;
	background: #97191a;
	border-radius: 2px;
	border: 0;
	margin-top: 50px;
	margin-bottom: 20px;
	font-size: 18px;
}
.wapContent{
	display: none;
}
@media screen and (max-width: 1400px){
	.form{
		width: 370px;
		padding: 20px;
	}
}

@media screen and (max-width: 768px){
	.pcContent{
		display: none;
	}
	.wapContent{
		display: block;
	}
	body{
		width: 100%;
		min-width: 100%;
		height: auto;
		background: #fff;
	}
}
.wapContent .tabHd{
	position: absolute;
	top: 6.3rem;
	width: 100%;
	padding: 0 .7rem .3rem;
}
.wapContent .tabHd li{
	color: #fff;
	border: 0;
	position: relative;
	font-size: .32rem;
	width: auto;
	margin-right: .7rem;
	margin-bottom: 0;
	line-height: 2em;
	height: auto;
}
.wapContent .tabHd li.on::before{
	content: '';
	width: 1.5em;
	height: 3px;
	background: #fff;
	left: 50%;
	margin-left: -.75em;
	bottom: -.6em;
	position: absolute;
}
.wapContent .bgimg{
	display: block;
	width: 100%;
	height: 7.29rem;
}
.wapContent .tabBd{
	padding: 1.2rem .7rem 0;
}
.wapContent .innerForm li input{
	height: .65rem;
	font-size: .24rem;
	padding: 0 10px;
}
.wapContent .innerForm li .yzmbtn{
	background: #fff;
	font-size: .24rem;
}

.wapContent .submit{
	margin-top: .6rem;
	height: .7rem;
	font-size: .17rem;
}
.layercode {
	height: 100%;
	width: 100%;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
}

.layercode .png-bg {
	background: #000;
	opacity: 0.5;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.layercode-con {
	background: #fff;
	border-radius: 5px;
	width: 440px;
	position: absolute;
	top: 30%;
	margin-left: -220px;
	left:50%;
	padding: 40px;
}

.yidun.yidun--light .yidun_bgimg,
.yidun.yidun--light.yidun--float .yidun_panel {
	position: static!important;
	top: 0!important;
	left: 0!important;
}

.yidun.yidun--light.yidun--float .yidun_panel {
	display: block!important;
}

.yidun.yidun--light .yidun_panel-placeholder {
	padding-top: 0!important;
}

@media screen and (max-width: 768px){
	.layercode-con{
		width: 80%;
		margin-left: -40%;
		padding: 15px;
	}
}

















