/*
* @Author: xuebingsi
* @Date:   2019-04-01 13:37:17
* @Last Modified by:   zhibinm
* @Last Modified time: 2019-04-01 13:37:19
*/
.login-bg{
    background:url(../images/login_bg2.png) no-repeat center top #fff;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
.login{
    margin: 0 auto;
    height: 420px;
    width: 420px;
    padding: 40px;
    background-color: #ffffff;
    border-radius: 4px;
    /* overflow-x: hidden; */
    box-sizing: border-box;
    position: absolute;
    left:50%;
    top:190px;
    margin-left:-210px;
    z-index: 1;
}
.login_right .tit_pic{
    width:420px;
    height:121px;
    position: absolute;
    top:30px;
    left:50%;
    margin-left:-210px;
    background:url(../images/login_bg3.png) no-repeat center;
    background-size: contain;
}
.login_logo{
    width:476px;
    height:69px;
    position: absolute;
    top:30px;
    left:70px;
    background:url(../images/logo.png) no-repeat center left;
    background-size: contain;
    z-index: 2;
}
.login_left{
    width: 45%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    background:url(../images/login_lf_bg.png) no-repeat left bottom; 
    background-size: contain;    
}
.login_left a{
    height:100%;
    width:100%;
    cursor: pointer; 
    position: absolute;
    left:0;
    top:0;
    background:url(../images/login_left.png) no-repeat top center; 
    background-size: contain;   
}
.login_right{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/login_right.png) no-repeat center bottom;
    background-size: 600px; 
}
.login a.logo{
    display: block;
    height: 58px;
    width: 167px;
    margin: 0 auto 30px auto;
    background-size: 167px 42px;
}
.login .message {
    margin: 10px 0 0 -58px;
    padding: 16px 10px 16px 60px;
    background: #189F92;
    position: relative;
    color: #fff;
    font-size: 20px;
}
.login #darkbannerwrap {
    background: url(../images/aiwrap.png);
    width: 18px;
    height: 10px;
    margin: 0 0 20px -58px;
    position: relative;
}

.login input[type=text],
.login input[type=file],
.login input[type=password],
.login input[type=email], select {
    border: 1px solid #DCDEE0;
    vertical-align: middle;
    border-radius: 3px;
    height: 50px;
    padding: 0px 16px;
    font-size: 16px;
    color: #555555;
    outline:none;
    width:100%;
    box-sizing: border-box;
}
.login input[type=text]:focus,
.login input[type=file]:focus,
.login input[type=password]:focus,
.login input[type=email]:focus, select:focus {
    border: 1px solid #27A9E3;
}
.login input[type=submit],
.login 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: #189F92;
    border-radius: 3px;
    border: none;
    -webkit-appearance: none;
    outline:none;
    width:100%;
}
.login hr {
    background: #fff url() 0 0 no-repeat;
}
.login hr.hr15 {
    height: 15px;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
}
.login hr.hr20 {
    height: 20px;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.login_tab{
    overflow: hidden;
    /*border-left:1px solid rgb(24, 159, 146);*/
    margin-bottom: 20px;
}
.login_tab span{
    width:33.33333%;
    float: left;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    cursor: pointer;
    color:#999;
    border-bottom:3px solid #DDD;
    margin-left:-1px;
    border-left:0;
    color: #aaa;
}
.login_tab span.on{
    font-weight:bold;
    color:rgb(24, 159, 146);
    border-bottom:3px solid rgb(24, 159, 146);
    font-size: 20px;

@media screen and (max-width: 1600px) {
    .login_right .tit_pic{
    width: 393px;
    top: 44px;
    }
    .login_logo{
    width: 360px;
    left: 14px;
    }
}