@charset "utf-8";
body{
	min-width: 1300px;
}
body,html,ul,p,h1,h2,h3{
	margin: 0;
	padding: 0;
	list-style: none;
}
img{
	max-width: 100%;
}

* {
	margin: 0;
	padding: 0;
	outline: 0
}

a img {
	border: 0
}

a {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.index-wrapper{
	height: 100%;
	text-align: center;
	background: url(../images/login_new/Slice-37.jpg) center no-repeat;
	background-size: cover;
	color: #fff;
}
.index-wrapper a{
	color: #fff;
}
.index-logo{
	font-size: 52px;
	margin-bottom: 6%;
	padding-top: 8%;
}

.foot-line{
	height: 1px;
	background-color: #fff;
	opacity: .5;
	margin: 5px auto;
	width: 300px;
}
.foot-row{
	font-size: 16px;
	padding: 5px 0;
}
.foot-row a{
	font-size: 16px;
}
.index-menu{
	width: 1100px;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 10%;
}
.menu-list li{
	width: 33.33%;
	float: left;
}
.menu-box{
	display: block;
	margin: 0 auto;
	width: 326px;
	height: 226px;
	background: rgba(255,255,255,0.1);
	box-shadow: 0px 3px 8px 2px rgba(18,50,97,0.08);
	border-radius: 16px 16px 16px 16px;
	opacity: 1;
	border: 1px solid #FFFFFF;
}
.menu-box p{
	font-size: 32px;
	margin-top: 10px;
}
.m-icon{
	padding-top: 36px;
}
.query-form{
	margin:0 auto;
	width: 460px;
}
.query-form-2{
	margin:0 auto;
	width: 460px;
}
.btn{
	display: inline-block;
	border: 0;
	outline: none;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	padding: 0 15px;
	cursor: pointer;
	text-align: center;
}
.btn-lg{
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	box-sizing: border-box;
	width: 100%;
}
.btn-primary{
	background-color: #218EFF;
	color: #FFFFFF;
}
.btn-primary:hover{
	background-color: #1C6DE8;
}
.query-wrapper{
	
}
.query-main{
	position:relative;
	background: url(../images/login_new/Slice-30.jpg) center no-repeat;
	background-size: cover;
	height: 544px;
}
.query-main-2{
	position:relative;
	background: url(../images/login_new/Slice-30.jpg) center no-repeat;
	background-size: cover;
	height: 400px;
}
.query-form{
	position: absolute;
	left: 50%;
	top: 45%;
	margin-left: -230px;
	margin-top: -220px;
	width: 460px;
	height: 440px;
}
.query-form-2{
	position: absolute;
	left: 50%;
	top: 45%;
	margin-left: -230px;
	margin-top: -120px;
	width: 460px;
	height: 400px;
}
.full-height{
	height: 980px;
}
.query-top{
	text-align: center;
	font-size: 24px;
	margin-bottom: 40px;
}
.query-row{
	margin-bottom: 16px;
}
.query-flex{
		display: flex;
		align-items: center;
}
	
.query-flex .btn{
	margin-left: 20px;
	width: 50%;
}
.query-row .q-label{
	margin-bottom: 5px;
}
.ui-input{
	width: 100%;
	height: 60px;
	background: #FFFFFF;
	border-radius: 4px 4px 4px 4px;
	opacity: 1;
	text-indent: 15px;
	font-size: 16px;
	border: 1px solid #CCCCCC;
}
.ui-input:hover{
	border: 1px solid #218EFF;
}
.text-gray{
	color: #AAAAAA;
}
.query-foot{
	margin-top: 40px;
}
.in-wrapper{
	background: #F6F6F6;
}
.in-main{
	padding: 20px;
}
.in-panel{
	background-color: #FFFFFF;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 20px;
}
.in-panel_hd{
	height: 40px;
}
.in-panel_hd .btn{
	float: right;
}
.in-panel_hd .in-title{
	position: relative;
	float: left;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	padding-left: 14px;
}
.in-panel_hd .in-title::before{
	width: 4px;
	height: 20px;
	background: #218EFF;
	border-radius: 6px 6px 6px 6px;
	opacity: 1;
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
}
.button-foot{
	padding: 20px;
	text-align: center;
	background-color: #FFFFFF;
	border-radius: 10px;
}
.in-tabs{
	padding: 20px;
	text-align: center;
	background-color: #FFFFFF;
	border-radius: 10px;
	margin-bottom: 20px;
}
.in-header{
	background-color: #FFFFFF;
	padding: 20px 20px 0 20px;
}
.in-header .header-title{
	margin-bottom: 10px;
}
.in-navbar{
	height: 40px;
}
.in-navbar li{
	position: relative;
	margin-right: 70px;
	float: left;
	line-height: 40px;
}
.in-navbar li a{
	color: #777777;
	display: inline-block;
}
.in-navbar li.active a{
	color: #218EFF;
}
.in-navbar li.active::after{
	content: '';
	background-color: #218EFF;
	height: 2px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}
.in-steps{
	padding: 20px;
	text-align: center;
	background-color: #FFFFFF;
	border-radius: 10px;
	margin-bottom: 20px;
}
.step-nav{
	overflow: hidden;
}
.step-nav li{
	position: relative;
	width:20%;
	float: left;
	color: #777777;
	text-align: center;
}
.step-nav li::before{
	content: '';
	width: 100%;
	left: 50%;
	height: 2px;
	background-color: #E6E6E6;
	position: absolute;
	top: 13px;
}
.step-nav li:last-child::before{
	display: none;
}
.step-item{
	position: relative;
	display: inline-block;
	width: 80px;
	z-index: 33;
	background-color: #FFFFFF;
}
.step-item .item{
	margin-top: 8px;
}
.step-nav li .n{
	display: inline-block;
	text-align: center;
	border-radius: 30px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #C8C9CC;
	opacity: 1;
}
.step-nav li.active{
	color: #218EFF;
}
.step-nav li.active .n{
	background-color: #218EFF;
	color: #fff;
}
.in-table .in-col{
	width: 50%;
	float: left;
}
.in-table .item-row{
	overflow: hidden;
	border: 1px solid #E6E6E6;
	margin-left: -1px;
	margin-top: -1px;
}
.item-row {
	height: 60px;
}
.item-row .item-label{
	float: left;
	width: 140px;
	padding: 20px;
	line-height: 20px;
	text-align: right;
	background: #F8F8F8;
	color: #777777;
	border-right: 1px solid #E6E6E6;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.item-auto{
	padding: 20px;
	overflow: hidden;
	zoom:1;
}
.in-table{
	margin-bottom: 20px;
}
.form-row{
	float: left;
	width: 33.333%;
	box-sizing: border-box;
	padding: 0 35px;
}
.form-row .form-label{
	margin-bottom: 10px;
	color: #777777;
}
.form-row div input{
	width: 100%;
	height: 60px;
	background: #FFFFFF;
	border-radius: 4px 4px 4px 4px;
	opacity: 1;
	text-indent: 15px;
	font-size: 16px;
	border: 1px solid #CCCCCC;
}
.form-row div select{
	width: 100%;
	height: 60px;
	background: #FFFFFF;
	border-radius: 4px 4px 4px 4px;
	opacity: 1;
	text-indent: 15px;
	font-size: 16px;
	border: 1px solid #CCCCCC;
}
.form-row div textarea{
	width: 100%;
	height: 60px;
	background: #FFFFFF;
	border-radius: 4px 4px 4px 4px;
	opacity: 1;
	text-indent: 15px;
	font-size: 16px;
	border: 1px solid #CCCCCC;
	cols:30;
	rows:10;
}
.in-form-group{
	margin-bottom: 30px;
}
.in-form-group:last-child{
	margin-bottom: 0;
}


.in-sm-title{
	position: relative;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	padding-left: 14px;
}
.in-sm-title::before{
	width: 4px;
	height: 16px;
	background: #218EFF;
	border-radius: 6px 6px 6px 6px;
	opacity: 1;
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -8px;
}
.u-mb-20{
	margin-bottom: 20px;
}
.in-toggle{
	display: none;
}
.in-panel.show .in-panel_hd{
	margin-bottom: 20px;
}
.group-top{
	margin-bottom: 20px;
	padding-left: 35px;
}
.checkbox{
	cursor: pointer;
}
.in-line{
	height: 1px;
	margin: 20px 0;
	background-color: #E6E6E6;
}
.sign-box{
	width: 192px;
	height: 92px;
	background: #FFFFFF;
	border-radius: 4px 4px 4px 4px;
	opacity: 1;
	border: 1px solid #CCCCCC;
}
.in-body-left{
	overflow: hidden;
	padding: 1px;
}
.in-body-aisde{
	float: right;
	margin-left: 20px;
	width: 320px;
	height: 460px;
	background: #F8F8F8;
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
}
.col{
	overflow: hidden;
	zoom:1;
}
.aside-inner{
	padding: 30px;
}
.person-photo{
	text-align: center;
	margin-bottom: 20px;
}
.person-photo img{
	width: 98px;
	height: 130px;
	border-radius: 6px 6px 6px 6px;
	opacity: 1;
}

.btn-group .btn{
	width: 100%;
	display: block;
	margin-bottom: 16px;
	padding: 0;
}
.aside-row{
	overflow: hidden;
	margin-bottom: 16px;
}
.aside-row .label{
	float: left;
	line-height: 48px;
	margin-right: 10px;
}
.aside-row .ui-input{
	width: 99%;
	height: 48px;
}
.container{
	margin: 0 auto;
	width: 1200px;
}
.login-main{
	padding: 80px 0;
	background: url(../images/login_new/loginbg.jpg) center no-repeat;
	background-size: cover;
}
.login-foot{
	padding: 20px 0;
	text-align: center;
}
.login-foot p{
	padding: 5px 0;
}
.text-blue{
	color: #218EFF;
}
.login-foot .text-gray a{
	color: #AAAAAA;
}
.login-top{
	padding: 10px;
}
.logo{
	font-size: 0;
	float: left;
}
.top-right{
	float: right;
	padding: 10px 0;
}
.top-link{
	display: inline-block;
	line-height: 20px;
}
.top-link *{
	display: inline-block;
	vertical-align: middle;
}
.login-pic{
	float: left;
}
.login-panel{
	float: right;
	margin-top: 110px;
	width: 392px;
	height: 446px;
	background: #FFFFFF;
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
}
.login-inner{
	padding: 32px 40px;
}
.login-title{
	margin-bottom: 20px;
	text-align: center;
	font-size: 20px;
}
.login-group{
	position: relative;
	height: 44px;
	background: #F6F7FB;
	border-radius: 4px 4px 4px 4px;
	opacity: 1;
	margin-bottom: 20px;
}
.login-group .img{
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -9px;
}
.login-group .input{
	width: 100%;
	height: 44px;
	opacity: 1;
	text-indent: 15px;
	font-size: 16px;
	border: 0;
	background-color: transparent;
	text-indent: 50px;
}
.login-row .login-code-input{
	width: 176px;
	float: left;
}
.login-row .login-code{
	width: 116px;
	float: right;
}
.link-code{
	display: block;
	line-height: 1;
	padding: 7px 15px;
}
.link-code img{
	width: 80px;
	height: 30px;
}
.login-foot .btn{
	width: 100%;
	height: 48px;
}

.fl{
	float: left;
}
.fr{
	float: right;
}
.login-tab{
	margin-bottom: 10px;
}
.login-tab-item{
	position: relative;
	line-height: 20px;
	padding-bottom: 10px;
	cursor: pointer;
}
.login-tab-item a{
	color: #333;
}
.login-tab-item.active a{
	color: #218EFF;
}
.login-tab-item.active::after{
	content: '';
	width: 30px;
	height: 2px;
	background: rgba(14,102,251,0.8);
	border-radius: 1px 1px 1px 1px;
	opacity: 1;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -15px;
}
.sw-password{
	display: inline-block;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position:center;
	background-image: url(../images/login_new/eye.png);
}
.sw-password.open{
	background-image: url(../images/login_new/eye-open.png);
}
.in-form-foot{
	text-align: center;
}
.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}
.usb-login{
	text-align: center;
	padding: 30px 0;
}

/* 后台返回的校验错误信息 */
#error{
	display: block;
	text-align: center;
    color: red;
    font-size: 18px;
}
#error_ca{
	display: block;
	text-align: center;
    color: red;
    font-size: 18px;
}

.disabilityCheck .disabilityCheckbox{}

.login-about{
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-top: 20px;
}
.login-about a{
	font-size: 16px;
	color: #fff;
	line-height: 1;
	text-align: center;
}

.login-about a p{
	margin-top: 8px;
}