html,body{
    width:100%;
    overflow:hidden;
    font-family: "微软雅黑";
}
body{
    width: 1920px;
    height: 1080px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}
.div-container {
    width: 100%;
    height: 100%;
    background-image: url("../images/loginBack-new.png");
    background-size: contain;
}

.content-title {
    position: absolute;
    width: 470px;
    height: 40px;
    top: 64px;
    left: 50%;
    transform: translate(-50%);
    font-size: 36px;
    font-family: "HYRuiZhiW";
    color: rgb( 255, 255, 255 );
}

.content-middle {
    width: 400px;
    height: 450px;
    position: absolute;
    top: 330px;
    right: 478px;
    /* background: url(../images/login-box.png) no-repeat; */
    /* background-size: 100% 100%; */
    /* border-radius: 15px; */
}

.input-common {
    position: absolute;
    top: 120px;
    width: 400px;
    height: 220px;
    left: 22px;
    text-align: left;
}

.loginIn {
    position: absolute;
    top: -22px;
}
.loginIn span,
.loginPas span
{
    width: 60px;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    color: rgb( 255, 255, 255 );
    position: absolute;
    left: 26px;
    top: 1px;
}
.loginPas {
    position: absolute;
    top: 100px;
}


#user-name {
    position: absolute;
    top: 20px;
    width: 355px;
    height: 35px;
    padding-left: 66px;
    box-sizing: border-box;
    font-size: 16px;
    color: #666666;
    background: url("../images/icon-name.png") no-repeat 20px center;
    background-size: 32px 38px;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    color: rgba( 0, 0, 0, 0.8 );
    border-radius:5px;
    outline:none;
}


#pwd {
    position: absolute;
    width: 355px;
    height: 35px;
    top: 128px;
    padding-left: 66px;
    box-sizing: border-box;
    font-size: 16px;
    background: url("../images/icon-pwd.png") no-repeat 20px center;
    background-size: 32px 38px;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    color: rgba( 0, 0, 0, 0.8 );
    border-radius:5px;
    outline:none;
}


.content-login {
    position: absolute;
    width: 100%;
    height: 70px;
    top: 338px;
    background-color: rgb(55,106,239);
    border: 1px solid rgb(55,106,239);
    border-radius: 35px;
    color: white;
    left: 20px;
    text-align: center;
    line-height: 70px;
    cursor: pointer;


    background: -webkit-linear-gradient(#32fdf5, #0DB6EF); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#32fdf5, #0DB6EF); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#32fdf5, #0DB6EF); /* Firefox 3.6 - 15 */
    background: linear-gradient(#32fdf5, #0DB6EF); /* 标准的语法 */

    font-size: 32px;

}
.content-login:hover{
    background: -webkit-linear-gradient(#0DB6EF, #1F9BEF); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#0DB6EF, #1F9BEF); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#0DB6EF, #1F9BEF); /* Firefox 3.6 - 15 */
    background: linear-gradient(#0DB6EF, #1f9bef); /* 标准的语法 */
}

/*#btn-login {
    font-size: 18px;
    border-radius: 10px;
    width: 350px;
    height: 50px;
    color: white;
    background-color: rgb(55,106,239);
    border: 1px solid rgb(55,106,239);
}*/



.login-footer {
    width: 100%;
    height: 60px;
    position: relative;
    bottom: 38px;
}

.span-footer {
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgba( 255, 255, 255, 0.6 );

}

.span-footer-left1 {
    margin-left: 40px;
}

.span-footer-left {
    margin-left: 5px;
}
.login-input{
   background-color: white;
    border-radius: 10px;
    border: 1px solid #EEEEEE;
    height: 70px;
    color: #000;
}

