.ban .txt{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}
.ban .so{
	width: 42%;
}
.ban .so:last-child{
	width: auto;
	flex-shrink: 0;
	border: 0 none;
}
.ban .so:last-child::after{
	display: none;
}
.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 .txt{
		width: 50vw;
	}
	.ban .so .inp{
		height: 2.812vw;
	}
	.ban .so i{
		top: 0.5vw;
		left: 0.875vw;
	}
}
.ban .so,.ban .so .inp{
	background-color: transparent;
}
.ban .so i.search{
	background-image: url(../images/icon21-1.png);
}
.ban .so i.code{
	background-image: url(../images/antifake_sec_icon3.png);
	background-size: 60% auto;
	background-position: 30% 70%;
}
.ban .so .inp.code{
	padding-right: 7.5em;
}
.ban .so .verifycode{
	width: 4em;
	height: 70.4%;
	width: auto;
	position: absolute;
	right: 0.75em;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}
.ban .so{
	margin-top: 0;
}
@media only screen and (max-width:1024px){
	.ban{
		background-position: 70% center;
	}
	.ban .so .inp{
		height: 3.375em;
	}
	.ban .so{
		width: 100%;
		margin-bottom: 5%;
	}
	.ban .so:last-child{
		width: 100%;
	}
	.ban .so .sub-btn{
		margin: 0 auto;
	}
}


.sec0{
	padding: 0.73% 0 3%;
	text-align: center;
}


.sec1{
	text-align: center;
	padding: 3% 0 2.6%;
}
.sec1 .ban{
	height: auto;
	padding-top: 0;
	margin-bottom: 4%;
}
.sec1 h1{
	font-size: 3em;
	color: #3d3d3d;
	font-weight: bold;
	margin-bottom: 7.12%;
}
.sec1 .tip{
	font-size: 1em;
	color: #3d3d3d;
	line-height: 1.75;
	text-decoration: underline;
	width: 47em;
	margin: 3.94% auto 0;
	max-width: 100%;
}



.sec2{
	padding: 2.6% 0 5.73%;
}
.sec2 .content{
	display: none;
}
.sec2 .content.active{
	display: block;
}
.sec2 h2{
	font-size: 2em;
	color: #3d3d3d;
	font-weight: bold;
	text-align: center;
}
.sec2 .title{
	display: inline-block;
	vertical-align: top;
	padding-right: 2.25em;
	border-bottom: 0.375em solid #ff8931;
	margin-bottom: -0.1875em;
	padding-bottom: 1em;
}
.sec2 .title h3{
	display: inline-block;
	font-size: 1.125em;
	color: #3d3d3d;
	font-weight: bold;
}
.sec2 .title p{
	display: inline-block;
	vertical-align: text-bottom;
	font-size: 0.875em;
	color: #3d3d3d;
	font-weight: bold;
	opacity: 0.6;
	margin-left: 1em;
}
.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: 3.5em;
}
.sec2 th{
	border-top: 1px solid #ccc;
	background-color: #f9fdff;
	font-weight: bold;
	height: 5.625em;
	width: 21%;
}
.sec2 th:last-child{
	width: 16%;
}
.sec2 td{
	height: 4em;
}
.sec2 table .icon,.sec2 table b{
	width: 2em;
	margin-right: 0.75em;
	margin-left: -2.75em;
	display: inline-block;
	vertical-align: middle;
}
.sec2 table b{
	text-align: center;
}
@media only screen and (min-width:1024px){
}

@media only screen and (max-width:1024px) {


	.sec0{
		padding: 10px 0 0;
	}


	.sec1{
		padding: 15% 0 7.5%;
	}
	.sec1 .ban{
		margin-bottom: 10%;
		min-height: auto;
		padding-bottom: 0;
	}
	.sec1 h1{
		font-size: 2em;
		margin-bottom: 10%;
	}
	.sec1 .tip{
		margin: 0;
	}



	.sec2{
		padding: 7.5% 0 15%;
	}
	.sec2 h2{
		font-size: 1.5em;
	}
	.sec2 .title p{
		vertical-align: baseline;
	}
	.sec2 table{
		width: 300%;
	}
}