
.login {
    width: 100%;
    min-width: 1000px;
    min-height: 800px;
    height: 100%;
    background: rgb(249, 254, 253);
    position: absolute;
    top: 0;
    /*background: #333 url(../images/openPlat.png) top center no-repeat fixed;*/
    /*background-size: cover;*/
}

.login .wrap{
    margin: 150px auto;
    width: 480px;
    color: #2db7f5;
    text-align: center;
}
.login .wrap .title{
    font-size: 28px;
    padding-top: 20px;
    margin: 0 auto;
    height: 60px;
}

.login .wrap .title div{
    width: 50%;
    text-align: center;
}
.login .wrap .t_left{
    float: left;
}
.login .wrap .t_left span{

}
.login .wrap .t_left span:first-child{
    font-size: 48px;
    font-weight: 700;
}
.login .wrap .t_left span:last-child{
    font-size: 28px;
    margin-top: 10px;
}
.login .wrap .t_right{
    font-size: 28px;
    padding-top: 20px;
}
.login .wrap .login_form{
    margin-top: 20px;
}
.login .wrap .login_form .login_input{
    border-radius: 10px;
    width: 94%;
    height: 30px;
    padding:15px 15px;
    background-color: rgba(144, 210, 206, 0.2);
    margin-bottom: 20px;
}
.login .wrap .login_form .login_input.username{
}
.login .wrap .login_form .login_input div{
    height: 25px;
}
.login .wrap .login_form .username div:nth-child(1){
    max-width: 35px;
    display: inline-block;
    padding-right: 10px;
    border-right: 1px solid #999;
}
.login .wrap .login_form .username div:nth-child(2){
    background-color: #363D4A;
    display: inline-block;
    width: 86%;
    position: relative;
    bottom: 7px;
    /*display: flex;*/
    /*flex:2;*/
    /*justify-content: flex-end;*/
    /*align-items: center;*/
    padding-right: 10px;
    /*border-right: 1px solid #999;*/

}
.login .wrap .login_form .username select{
    font-size: 14px;
    color:#999;
    /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
    border: none;
    text-align: right;
    /*将默认的select选择框样式清除*/
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;

    /*在选择框的最右侧中间显示小箭头图片*/

    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
    padding-right: 14px;
}
.login .wrap .login_form .username select:focus{
    outline: none;
}
.login .wrap .login_form .username select::-ms-expand { display: none; }
.login .wrap .login_form .username div:nth-child(3){
    padding-left: 20px;
    font-size: 14px;
}
.login .wrap .login_form .username div:nth-child(3) span{
    color:#999;
}
.login .wrap .login_form .username div:nth-child(3) input{
    color: #999;
    font-size: 14px;
}
.login .wrap .login_form .login_input img{
    width: 25px;
    height: 25px;
}

.login .wrap .login_form .pwd .piece:first-child{
    max-width: 35px;
    display: inline-block;
    padding-right: 10px;
    border-right: 1px solid #999;
}
.login .wrap .login_form .pwd input{
    position: relative;
    bottom: 8px;
    margin-left: 15px;
    font-size: 14px;
    color: #999;
    width: 86%;
}
.username input{
    height: 100%;
}
.login .wrap .login_form .login_input.pwd.verification div{
    float: left;
}
.login .wrap .login_form .login_input.pwd.verification div:nth-child(2){
    width: 50%;
}
.login .wrap .login_form .login_input.pwd.verification div:nth-child(2) input{
    width: 80%;
    bottom: -2px;
}
.login .wrap .login_form .login_input.pwd.verification div:nth-child(3){
    width: 25%;
}
.login .wrap .login_form .login_input.pwd.verification div:nth-child(4){
    width: 10%;
}
.login .wrap .login_form .login_input.pwd.verification .verification_img{
    width: 100%;
}
.login .wrap .login_form .login_input.pwd.verification .piece:last-child{
    display: flex !important;
    justify-content: flex-end ;
}

.login .wrap .login_form .login_in{
    width: 100%;
    font-size: 16px;
    border: none;
    background: #2db7f5;
    color:#fff;
    text-align: center;
    padding:15px 0;
    border-radius: 5px;
    height: auto ;
}

.login .wrap .pwd_change{
    margin-top: 10px;
    text-align: right;
    cursor: pointer;
}
.ieWrap{
    border: 5px solid black;
    border-radius: 10px;
    padding:40px;
    width: 500px;
    background: #FF9900;
    text-align: center;
    position: fixed;
    top:10%;
    left: 33%;
    z-index: 10;
}
.ieWrap p{
    font-size: 18px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 10px;
}
.ieWrap .btn-group {
    margin-top: 20px;
}
.ieWrap .btn-group .btn{
    margin-bottom: 10px;
}

#cover{
    background: #242C3A;
    position: fixed;
    width: 100%;
    height: 100%;
    top:0;
}

/*input{*/
    /*height:100% !important;*/
/*}*/