body{
	background:#eff4f8;
}
#container{
    width: 100%;
    background: #fff;
}
#title-box{
	width:100%;
	height:90px;
	background:#fff;
	position:relative;
}
#title{
    position:absolute;
    top:0;
    left:20%;
    width:530px;
    height: 90px;
    background: url("../../img/login_title.png") no-repeat 0 14px;
}
#carousel{
    width: 100%;
    min-height:460px;
    position: relative;
}
#carousel-img li{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#carousel-img li img{
    width: 100%;
    min-height:460px;
}
#login{
    width: 360px;
    height: 400px;
    position: absolute;
    top: 50%;
    right: 21%;
    margin-top:-200px;
    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;
    position:absolute;
}
.bottom-position{
    bottom:0;
    left:0;
}
#bottom .erweima-box{
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-120px;
}
#bottom .erweima-left{
	padding:5px 5px 0 5px;
	width:100px;
	height:120px;
	background:#cfdaeb;
	box-sizing:border-box;
	margin-right:20px;
}
#bottom .erweima-img{
	width:90px;
	height:90px;
	background:url("../../img/weixin.png") no-repeat 0 0;
}
#bottom .erweima-text{
	height:25px;
	line-height:25px;
	font-family:"microsoft yahei";
	font-size:14px;
	color:#5f718c;
}
#bottom .erweima-right{
	margin-left:20px;
}
#bottom .erweima-right .erweima-link{
	height:40px;
	line-height:40px;
}
#bottom .erweima-right .erweima-icon{
	width:16px;
	height:40px;
	background:url("../../img/sprites_icons_footer.png") no-repeat 0 0;
	margin-right:5px;
}
#bottom .erweima-right .download-icon{
	background-position:0 -40px;
}
#bottom .erweima-right .help-icon{
	background-position:0 -80px;
}
#bottom .erweima-right .erweima-link a{
	font-family:"microsoft yahei";
	font-size:14px;
	color:#5f718c;
}
#bottom .erweima-right .erweima-link:hover a{
	color:#869ec1;
}
#bottom .erweima-right .erweima-link:hover .version-icon{
	background-position:-26px 0px;
}
#bottom .erweima-right .erweima-link:hover .download-icon{
	background-position:-26px -40px;
}
#bottom .erweima-right .erweima-link:hover .help-icon{
	background-position:-26px -80px;
}
#bottom p{
    height: 60px;
    line-height: 60px;
    /*position:absolute;
    bottom:0;
    left:50%;
    margin-left:-100px;*/
}
/* 针对火狐浏览器内核支持的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;
        }
    }*/
}
