#container{
    width: 100%;
    background: #fff;
}
#title{
    width: 1200px;
    height: 90px;
    margin: 0 auto;
    background: url("../../img/login_title.png") no-repeat 0 14px;
}
#carousel{
    width: 100%;
    height: 630px;
    position: relative;
}
#carousel-img li{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#carousel-img li img{
    width: 100%;
    height: 100%;
}
#login{
    width: 360px;
    height: 400px;
    position: absolute;
    top: 115px;
    right: 21%;
    padding: 100px 30px 0 30px;
    box-sizing: border-box;
    background: url("../../img/V2_login_03.png") no-repeat 0 0;
}
#login .login-input{
    position: relative;
    margin-bottom: 10px;
}
#login .login-input:nth-child(2){
    margin-bottom: 11px;
}
#login .login-input:nth-child(3){
    margin-bottom: 20px;
}
#login input{
    width: 300px;
    height: 38px;
    line-height: 36px;
    border: 1px solid #dbe5ed;
    padding-left: 20px;
    box-sizing: border-box;
    background: #eff4f8;
    font-family: "microsoft yahei";
    font-size: 14px;
    color: #5f718c;
}
#login .engTip{
    position: absolute;
    top: 9px;
    left: 20px;
    font-family: "microsoft yahei";
    font-size: 14px;
    color: #5f718c;
}
#login input.verCode{
    float: left;
    width: 178px;
}
.login-input .code{
    float: right;
    display: block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #eff4f8;
    font-family: "microsoft yahei";
    font-size: 20px;
    font-weight: bold;
    color: #5f718c;
}
#login .errorTip{
    display: block;
    width: 300px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-family: "microsoft yahei";
    font-size: 12px;
    color: #f00;
    margin-bottom: 20px;
}
.login-btn{
    display: block;
    width: 300px;
    height: 40px;
    line-height: 40px;
    background: #5f718c;
    font-family: "microsoft yahei";
    font-size: 16px;
    text-align: center;
    color: #fff;
}
.login-btn:hover{
    background: #7a889e;
}
#bottom{
    width: 100%;
    height: 230px;
    text-align: center;
    font-family: Arial;
    font-size: 12px;
    color: #5f718c;
    background: #eff4f8;
    box-sizing: border-box;
    padding-top: 170px;
}
#bottom span{
    display: block;
    height: 60px;
    line-height: 60px;
}
/* 针对火狐浏览器内核支持的CSS样式 */
@-moz-document url-prefix(){
    #bottom{
        height: 200px;
        padding-top: 140px;
    }
}
/*媒体查询*/
@media screen and (max-device-width: 1680px){
    #bottom{
        height: 200px;
        padding-top: 140px;
    }
    @-moz-document url-prefix(){
        #bottom{
            height: 170px;
            padding-top: 110px;
        }
    }
}
@media screen and (max-device-width: 1440px){
    #carousel{
        height: 600px;
    }
    #login{
        top: 100px;
    }
    #bottom{
        height: 80px;
        padding-top: 20px;
    }
    @-moz-document url-prefix(){
        #bottom{
            height: 75px;
            padding-top: 25px;
        }
        #bottom span{
            height: 50px;
            line-height: 50px;
        }
    }
}
@media screen and (max-device-width: 1366px){
    #carousel{
        height: 450px;
    }
    #login{
        top: 25px;
    }
    #bottom{
        height: 95px;
        padding-top: 35px;
    }
    @-moz-document url-prefix(){
        #bottom{
            height: 93px;
            padding-top: 33px;
        }
        #bottom span{
            height: 60px;
            line-height: 60px;
        }
    }
}
