@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)
}
.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-primary{
	background-color: #218EFF;
	color: #FFFFFF;
}
.btn-primary:hover{
	background-color: #1C6DE8;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.container{
	margin: 0 0;
	width: 1600px;
}
.login-main{
	padding: 80px 0;
	background: url(../image/loginbg.png) 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-pic img{
	/* float: left; */
	margin-left:200px;
    margin-top: 95px;
    width: 910px;
    height: 440px;
    margin-bottom: 145px;
}
.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(../image/eye.png);
}
.sw-password.open{
	background-image: url(../image/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: 14px Helvetica;
	/* color: #fff; */
	margin-top:-35px;
	line-height: 1;
	text-align: center;
}

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