/*1. 登录页面*/
.enter_bg{
    background: url("../images/enter_bg.png") no-repeat center;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.enter_bg .verify > input{
    background: #fdfafa;
}
.enter_bg .verify em{
    margin: 0 0 0 10px;
}
.enter_bg .verify > input, .enter_bg .verify em, .enter_bg .verify em > img{
    display: inline-block;
    width: 100px;
    height: 30px;
    vertical-align: middle;
}
.enter_bg .verify{
    height: auto;
    margin-top: 20px;
}
.enter_bg .verify .judge{
    color: #ff0000;
    margin-top: 15px;
    font-size: 12px;
}
.enter_bg .verify .judge img{
    width: 20px;
    height: 20px;
}
.enter_bg .verify .judge > img{
    vertical-align: -5px;
}
.enter_img{
    margin: 0 auto;
}
.enter_box{
    width: 500px;
    height: 300px;
    background: rgba(255, 255, 255, 0.4);
    margin: 24px auto 0 auto;
    border-radius: 7px;
    padding: 1.2% 0;
}
.enter_boxIn{
    width: 56%;
    margin: 0 auto;
    text-align: left;
}
.enterAdministrator p{
    width: 100%;
    height: 32px;
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    position: relative;
}
.enterAdministrator p span{
    width: 35%;
}
.enterAdministrator p a{
    display: inline-block;
    width: 12%;
    height: 100%;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 35%;
}
.enterAdministrator p a img{
    vertical-align: 3px;
}
.enterAdministrator .AdministratorList{
    width: 45%;
    height: auto;
    background: #e0dede;
    padding: 5px;
    position: absolute;
    top: 32px;
    left: 0;
    z-index: 33;
}
.enterAdministrator .AdministratorList li{
    color: #333333;
    line-height: 25px;
    cursor: pointer;
}
.enterAdministrator .AdministratorList li:hover{
    color: #ffffff;
    background: #e5e4e4;
}
.enterAdministrator{
    position: relative;
}
.enterAccount, .enterPassword{
    height: 40px;
    background: #fdfafa;
    margin: 12px 0 30px 0;
    line-height: 40px;
}
.enterPassword{
    margin: 0 0 13px 0;
}
.enter_boxIn span{
    display: inline-block;
    /*color: #333333;*/
}
.enter_boxIn input{
    width: 60%;
    height: 40px;
    margin-left: 5px;
    padding-left: 5px;
}
.enterAccount_tit .down_icon{
    display: inline-block;
    width: 12%;
    height: 100%;
    text-align: center;
    cursor: pointer;
}
.enterAccount_tit span:nth-of-type(1){
    background: url('../images/name.png') no-repeat;
    width: 20px;
    height: 23px;
    vertical-align: text-top;
    margin: 0 4%;
}
.enterPassword span:nth-of-type(1){
    background: url('../images/password.png') no-repeat;
    width: 20px;
    height: 23px;
    vertical-align: text-bottom;
    margin: 0 4%;
}
.enterAccount{
    position: relative;
}
.enterAccount .enterAccount_list{
    width: 60%;
    position: absolute;
    top: 40px;
    left: 27%;
    background: #e5e4e4;
}
.enterAccount .enterAccount_list li:hover{
    background: #e0dede;
    color: #ffffff;
    cursor: pointer;
}
.enterAccount .enterAccount_list li a{
    padding-left: 7px;
}
/*.enterPassword_remember{*/
    /*font-size: 12px;*/
    /*margin: 18px 0;*/
/*}*/
/*.enterPassword_remember > span:first-child{*/
    /*display: inline-block;*/
    /*width: 11px;*/
    /*height: 11px;*/
    /*margin-right: 13px;*/
    /*cursor: pointer;*/
/*}*/
/*.enterPassword_remember > .colorBg{*/
    /*background: #fdfafa;*/
/*}*/
/*.enterPassword_remember > .colorpink{*/
    /*background: pink;*/
/*}*/
.enter_In{
    margin-top: 20px;
}
.enter_In a{
    width: 278px;
    height: 37px;
    background: #59b1df;
    color: #faf5f5;
    line-height: 37px;
    border-radius: 5px;
}


@media all and (max-width: 768px){
    .enter_bg .enter_img{
        width: 100%;
    }
    .enter_bg .enter_img > img{
        width: 90%;
    }
    .enterAccount_tit .down_icon{
        display: none;
    }
    .enterAccount{
        margin: 20px 0 30px 0;
    }
    .enter_box{
        width: 90%;
    }
    .enter_boxIn{
        width: 80%;
    }
    .enter_bg .verify > input[type=text], .enter_bg .verify em{
        width: 34%;
    }
    .enter_bg .verify em > img{
        width: 100%;
    }
    .verify > span{
        width: 25%;
    }
    .enter_In a{
        width: 100%;
    }
}
