.sec1 .txt{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	width: 100%;
}
.ban .so{
	margin-top: 0;
	width: 29%;
}
.ban .so:last-child{
	border: 0 none;
	border-radius: 0;
	width: auto;
}
.ban .so.captcha::after,.ban .so:last-child::after{
	display: none;
}
.ban .so,.ban .so .inp{
	background-color: transparent;
}
.ban .so .inp{
	height: 56px;
	line-height: 54px;
}
.ban .so.captcha{
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: nowrap;
}
.ban .so.captcha .inp{
	padding: 0 1em;
}
.ban .so.captcha a{
	display: block;
	height: 56px;
	font-size: 14px;
}
.ban .so.captcha img{
	height: 100%;
	width: auto;
	max-width: none;
}
.ban .so i{
	background-size: auto 70%;
	top: 50%;
	transform: translateY(-50%);
	height: 25px;
}
.ban .so i.company{
	background-image: url(../images/authorization_sec1_icon1.png);
}
.ban .so i.code{
	background-image: url(../images/authorization_sec1_icon2.png);
}
.ban .so i.code2{
	background-image: url(../images/antifake_sec_icon3.png);
}
.ban .so .verifycode{
	width: 4em;
	height: 70.4%;
	width: auto;
	position: absolute;
	right: 0.75em;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}
.ban .so .sub-btn{
	width:108px;font-size:14px;color:#fff;background-size:0;font-weight: bold;
	position: static;
	transform: translateY(0);
}
@media only screen and (min-width:1199px){
	.ban .so .sub-btn{width:5.625vw;background-size:0}
	.ban .so .inp{
		height: 2.9166vw;
		line-height: 2.8125;
	}
	.ban .so.captcha a{
		height: 2.9166vw;
	}
	.ban .so i{
		height: 1.302vw;
	}
}



.sec1{
	text-align: center;
	padding: 8.125% 0 2.1875%;
}
.sec1 .ban{
	height: auto;
	padding-top: 0;
}
.sec1 h1{
	font-size: 3em;
	color: #333;
	font-weight: bold;
	margin-bottom: 3.1%;
}
.sec1 .tip{
	font-size: 1em;
	color: #3d3d3d;
	line-height: 1.875;
	margin-bottom: 5.4%;
}


.sec2{
	padding: 2.1875% 0 7.3%;
}
.sec2 .content{
	display: none;
}
.sec2 .content.active{
	display: block;
}
.sec2 h2{
	font-size: 2em;
	color: #3d3d3d;
	font-weight: bold;
	text-align: center;
}
.sec2 .scroll-box{
	overflow-x: auto;
	overflow-y: hidden;
}
.sec2 table{
	width: 100%;
	font-size: inherit;
	color: #666;
}
.sec2 th,.sec2 td{
	border-bottom: 1px solid #ccc;
	padding-left: 6.25em;
}
.sec2 th{
	border-top: 1px solid #ccc;
	background-color: #f9fdff;
	font-weight: bold;
	height: 5.625em;
}
.sec2 th:nth-child(1){
	width: 30%;
}
.sec2 th:nth-child(2){
	width: 20%;
}
.sec2 th:nth-child(3){
	width: 20%;
}
.sec2 th:nth-child(4){
	width: 30%;
}
.sec2 td{
	height: 4em;
}
.sec2 table .icon{
	width: 2em;
	margin-right: 1.5em;
	margin-left: -3.5em;
	display: inline-block;
	vertical-align: middle;
}
@media only screen and (min-width:1024px){
}

@media only screen and (max-width:1024px) {
	.ban{
		background-position: 70% center;
	}
	.sec1 .txt{
		display: block;
	}
	.ban .so{
		width: 100%;
		margin-bottom: 5%;
	}
	.ban .so:last-child{
		margin-bottom: 0;
	}
	.ban .so .inp{
		height: 3.375em;
		line-height: calc(3.375em - 2px);
	}
	.ban .so.captcha a{
		height: 3.375em;
	}
	.ban .so i{
		left: 5px;
	}
	.ban .so .sub-btn{
		margin: 0 auto;
	}

	.sec1{
		padding: 15% 0 7.5%;
	}
	.sec1 .ban{
		min-height: auto;
		padding-bottom: 0;
	}
	.sec1 h1{
		font-size: 2em;
		margin-bottom: 5%;
	}
	.sec1 .tip{
		margin-bottom: 10%;
	}


	.sec2{
		padding: 7.5% 0 15%;
	}
	.sec2 .content{
		display: none;
	}
	.sec2 .content.active{
		display: block;
	}
	.sec2 h2{
		font-size: 1.5em;
	}
	.sec2 .scroll-box{
		overflow-x: auto;
		overflow-y: hidden;
	}
	.sec2 table{
		width: 300%;
	}
}




.pop-cover{
	display: none;
	align-items: center;
	justify-content: center;
	background-color: rgba(0,0,0,0.5);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 99;
	color: #3d3d3d;
}
.pop-cover.on{
	display: flex;
}
.pop-cover .pop-box{
	width: 834px;
	border-radius: 0.5em;
	background-color: #fff;
	position: relative;
	padding: 0 0 6.125em;
	display: none;
	overflow: hidden;
}
.pop-cover .pop-box.on{
	display: block;
}
.pop-cover .pop-box::before{
	content: "";
	width: 100%;
	height: 0.3125em;
	background: linear-gradient( 55deg, #2850a1 90%, #0c8be4 100%);
	display: block;
}
.pop-cover .pop-box .close{
	width: 1.5em;
	height: 1.5em;
	position: absolute;
	right: 1em;
	top: 1em;
	cursor: pointer;
}
.pop-cover .pop-box .icon{
	width: 3.5em;
	margin: 5.625em auto 2.5em;
}
.pop-cover .pop-box h5{
	font-size: 1.75em;
	font-weight: bold;
	padding: 0 1.5em;
	line-height: 1.5;
}

@media only screen and (max-width:1024px){
	.pop-cover .pop-box{
		padding: 0 0 3em;
	}
	.pop-cover .pop-box .icon{
		margin: 2.5em auto;
	}
}
