/*$$
{"color":[{"val":"#26334c","title":"栏目标题文字颜色"},{"val":"#999999","title":"栏目标题位置文字颜色"},{"val":"#666e80","title":"文章内容文字颜色"},{"val":"#fff","title":"文字颜色"}],"background":[{"val":"#6160ea","title":"栏目标题下划线"},{"val":"#fff","title":"进度条背景"}],"border":[{"val":"#e6e6e6 ","title":"栏目标题边框"}]}
$$*/


#gywmS_xxx{
	width: 1200px;
	margin: 0 auto;
	padding: 80px 0 0px;
}
#gywmS_xxx .className{
	height: 60px;
	line-height: 60px;
	border-bottom: #e6e6e6 solid 1px;
}
#gywmS_xxx .className .title-1{
	float: left;
	font-size: 20px;
	color: #26334c;
	position: relative;
	display: inline-block;
	font-weight: bold;
}
#gywmS_xxx .className .title-1::after{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: rgba(0, 126, 255, 1);
	content: '';
}
#gywmS_xxx .className .title-2{
	color: #999999;
	float: right;
	font-size: 14px;
}
#gywmS_xxx .className .title-2 a{
	color: #999999;
}
#gywmS_xxx .content .cont{
	width: 100%;
	font-size: 14px;
	color: #666e80;
	line-height: 30px;
	padding: 40px 0;
}
#gywmS_xxx .content .cont p{
	width: 100%;
	margin: 5px 0;
}
#gywmS_xxx .content .cont p img{
	max-width: 80%;
	width: auto;
	margin: 0 auto;
	height: auto;
}
@media screen and (max-width:1200px) {
	#gywmS_xxx{
		width: 96%;
	}
}
@media screen and (max-width:992px){
	
}
@media screen and (max-width:767px){
	#gywmS_xxx{
		width: 96%;
		padding: 30px 0 50px 0;
	}
	#gywmS_xxx .className{
		margin-bottom: 60px;
	}
	#gywmS_xxx .className .title-2{
		width: 100%;
	}
	#gywmS_xxx .content .title{
		line-height: 60px;
	}
	#gywmS_xxx .content .cont{
		padding: 20px 0;
		line-height: 26px;
	}
}

.board{
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0 70px;
}
.board .fl{
	float: left;
}
.board .fr{
	float: right;
}
.board .top{
	width: 100%;
	height: 55px;
	line-height: 55px;
	font-size: 20px;
	color: #26334c;
	position: relative;
}
.board .top::after{
	position: absolute;
	bottom: 0;
	width: 100%;
	content: '';
	height: 1px;
	background: #e6e6e6;
	left: 0;
}
.board .top .name{
	float: left;
	height: 100%;
	text-indent: 5px;
	width: auto;
}
.board .top::before{
	position: absolute;
	bottom: 0;
	height: 1px;
	background: rgba(5, 41, 89, 1);
	left: 0;
	width:100px;
	content: '';
	z-index: 100;
}
.board .top .site{
	float: right;
	color: #999999;
	font-size: 14px;
}
.board .content{
	width: 100%;
	position: relative;
}
.board .errCon{
	background: #333333;
	width: 300px;
	height: 80px;
	text-align: center;
	position: absolute;
	left: 50%;
	top:70%;
	transform: translate(-50%,-50%);
	color: #ffffff;
	line-height: 80px;
	border-radius: 15px;
	font-size: 16px;
	display: none;
}
.board .code{
	width: 560px;
	margin-top: 25px;
	height: auto;
	overflow-y: auto;
	zoom: 1;
}
.board .code .title{
	font-size: 16px;
	color: #333333;
	line-height: 60px;
}
.board .code .inputBox{
	width: 100%;
	height: 58px;
	border-radius: 15px;
	position: relative;
	border: #d8d8d8 solid 1px;
	padding-left: 50px;
}
.board .code .inputBox.err{
	background: rgba(5, 41, 89, 1);
	border: rgba(5, 41, 89, 1) solid 1px;
}
.board .code .inputBox .icon1,
.board .code .inputBox.err .icon2{
	display: none;
}
.board .code .inputBox .icon2,
.board .code .inputBox.err .icon1{
	display: block;
}
.board .code .input{
	font-size: 14px;
	width: calc(100% - 70px);
	height: 100%;
	background: none;
	line-height: 58px;
	color: #333333;
}
.board .code .inputBox.err .input{
	color: #ffffff;
}
.board .code .inputBox.err .input::placeholder{
	color: #ffffff;
}
.board .code .icon{
	width: 50px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top:0;
}
.board .text{
	width: 100%;
	
}
.board .text .textBox{
	width: 100%;
	height: 360px;
	border:#d8d8d8 solid 1px;
	background: #f9f9f9;
	border-radius: 15px;
	padding:5px 15px;
	position: relative;
}
.board .text .textBox.err{
	background: rgba(5, 41, 89, 1);
	border: rgba(5, 41, 89, 1) solid 1px;
}
.board .text .textCon{
	width: 100%;
	height: 100%;
	background: none;
	text-indent: 35px;
	font-size: 14px;
	line-height: 40px;
	color: #333333;
}
.board .text .textBox.err .textCon::placeholder,
.board .text .textBox.err .textCon{
	color: #ffffff;
}
.board .code .textBox .icon1,
.board .code .textBox.err .icon2{
	display: none;
}
.board .code .textBox .icon2,
.board .code .textBox.err .icon1{
	display: block;
}
.board .text .icon{
	height: 50px;
}
.board .btnBox{
	width: 100%;
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.board .btnBox .btn{
	width: 170px;
	height: 50px;
	background:#0052cc;
	border-radius: 10px;
	text-align: center;
	line-height: 50px;
	color: #ffffff;
	cursor: pointer;
	font-size: 16px;
	letter-spacing: 2px;
}
.board .btnBox .btn.disable{
	opacity: 0.8;
}
@media screen and (max-width: 1200px) {
	.board{
		width: 100%;
		padding: 30px 20px;
	}
	.board .code{
		width: calc(50% - 20px);
	}
}
@media screen and (max-width: 768px){
	.board{
		width: 100%;
		padding: 30px 20px 80px 20px;
	}
	.board .code{
		width: 100%;
		margin-top: 5px;
	}
	.board .text .textBox{
		height: 230px;
	}
}