@CHARSET "UTF-8";
*{
    font: 13px/1.5 '微软雅黑', Verdana, Helvetica, Arial, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -box-sizing: border-box;
    padding:0;
    margin:0;
    list-style:none;
    box-sizing: border-box;
}
/** 文本输入框的 X  **/input::-ms-clear{display: none;}
/** 密码输入框的 X  **/input::-ms-reveal{display: none;}
body,html{
    height:100%;
    overflow:hidden;
}
body{
    background:url(../../images/login/bg.png) no-repeat center;
    background-size: cover;
}
a{
    color:#27A9E3;
    text-decoration:none;
    cursor:pointer;
}
.login{
    margin: 80px auto 0 auto;
    min-height: 560px;
    max-width: 920px;
    padding: 40 80 40 40;
    background-color: #D7DBEA;
    margin-left: auto;
    margin-right: auto;
    border-radius: 8px;
    /* overflow-x: hidden; */
    box-sizing: border-box;
    
}
a.logo{
    display: block;
    height: 58px;
    width: 167px;
    margin: 0 auto 30px auto;
    background-size: 167px 42px;
}
.message {
    margin: 10px 0 0 -58px;
    padding: 18px 10px 18px 60px;
    background: #0063b1;
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

#darkbannerwrap {
    background: url(../../images/login/aiwrap.png);
    width: 18px;
    height: 10px;
    margin: 0 0 20px -58px;
    position: relative;
}

input[type=text],
input[type=file],
input[type=password],
input[type=email], select {
    border: 1px solid #DCDEE0;
    vertical-align: middle;
    border-radius: 8px;
    height: 50px;
    padding: 0px 16px;
    font-size: 14px;
    color: #555555;
    outline:none;
    width:100%;
}
input[type=text]:focus,
input[type=file]:focus,
input[type=password]:focus,
input[type=email]:focus, select:focus {
    border: 1px solid #27A9E3;
}


input[type=submit],
input[type=button]{
    display: inline-block;
    vertical-align: middle;
    padding: 12px 24px;
    margin: 0px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    color: #ffffff;
    background-color: #0063b1;
    border-radius: 8px;
    border: none;
    -webkit-appearance: none;
    outline:none;
    width:100%;
    font-weight: bold;
}
hr.hr15 {
    height: 24px;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
}
hr.hr20 {
    height: 20px;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
}
/*验证码*/
#checkCode{
	position: absolute;
	width:60px;
	height:40px;
	margin-top: -45px;
	margin-left: 235px;
	font-weight: bolder;
	cursor:pointer;
	border: none;
}
footer {
	position: fixed;
/*	background-color: rgba(43, 166, 166, 0.5);	*/
	color: #FFF;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	height: 20px;
	line-height: 20px;
}

.foot{
	text-decoration: none;
	color:#ffffff;
	utline-color: initial;
    outline-style: initial;
    outline-width: 0px;
}

/********注册弹框css**********/
.register {
	height: 100%;
	display:none;
}
.registerfieldset{
	padding:20px;
	border: 0;
}
.loginlonglabel{
	width:550px;
}
.loginlonglabel span{
	width:80px;
	display: inline-block;
}
.loginlonglabel input{
	width:530px;
	border: 1px solid #ccc;
	border: 1px solid #ccc \9; 
	height: 30px; 
	height: 30px \9; 
	padding-left: 5px; /*all*/
	line-height: 15px \9; /*IE*/
	font-size: 13px;
	font-family: 'Open Sans';
}
.loginlonglabel input:focus {
	border-color: #78BAED;
}

.loginlongtextarealabel{
	width:550px;
}

.loginlongtextarealabel span{
	width:80px;
	vertical-align: top;
	display: inline-block;
}

.loginlongtextarealabel textarea{
	width:530px;
	height:80px;
}
/********注册弹框css**********/



/** 新版登录界面样式  **/
.login-info-left{
	float: left;
	width: 460px;
	height: 480px;
	background:url(../../images/login/feature.png) no-repeat center;
    background-size: cover;
}


.login-info-right{
	margin-top: 80px;
	float: right;
	width: 300px;
}

.tag{
	color:#1E9FFF;
}


.login-info-title{
	text-align: center;
	
}

.login-info-title h3 span {
    display: inline-block;
    vertical-align: top;
    line-height: 40px;
    font-size: 22px;
    color: #0D1A26;
    position: relative;
    font-weight: bold;
    letter-spacing: 2px;
}


.login-info-title h3 span::before, .login-info-title h3 span::after {
    display: inline-block;
    content: "";
    width: 58px;
    height: 5px;
    background: #ADBAC6;
    position: absolute;
    top: 50%;
}


.login-info-title h3 span::before {
    left: -86px;
}

.login-info-title h3 span::after {
    right: -86px;
}