


/* ===================================最新页面================================== */
.login{

    width: 100%;
    height: 100%;
    min-width: 1250px;
    min-height: 800px;
    overflow: hidden;
    overflow-x: auto;
    position: relative;
}
.loginImg{
    width: 100%;
    height: 80px;
}
.loginImg .logins{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.loginImg .logins img{
    width: 165px;
    height: 55px;
    margin-top: 12.5px;
    display: block;
    float: left;
}
.loginCont{
    width:100%;
    height: 100%;
    max-height:700px;
    min-width: 1000px;
    z-index:-10;    
    zoom: 1;
    background-color: #fff;
    background:url('../img/loginBg.png') no-repeat;
     background-size: cover;
     -webkit-background-size: cover;
    -o-background-size: cover;
     background-position: center 0;
}
.loginCont .Cont{
    position: relative;
    width: 1115px;
    margin: 0 auto;
    height: 700px;
}
.loginCont .Cont .loginYi{
    position: absolute;
    height: 410px;
    width: 514px;
    background: url('../img/yifu.png') no-repeat;
    background-size: 100% 100%;
    bottom: 0;
    left: 0;
}
.loginCont .Cont .LoginInput{
    width: 400px;
    height: 400px;
    position: absolute;
    right: 0;
    bottom: 117px;
    background: url('../img/KInput.png') no-repeat;
    background-size: 100% 100%;
    padding: 0 45px;
}
.loginCont .Cont .LoginInput .InputImg{
    height: 35px;
    width: 250px;
    margin: 0 auto;
    margin-top: 43px;
    margin-bottom: 38px;
    background: url('../img/titles.png') no-repeat;
    background-size: 100% 100%;
}
.loginCont .Cont .LoginInput .Input{
    width: 100%;
    height: 45px;
    border-radius: 5px;
    margin-bottom: 24px;
    border:1px solid #22a9c8;

}
.loginCont .Cont .LoginInput .Input span{
    display: block;
    float: left;
}
.loginCont .Cont .LoginInput .Input input{
    height: 45px;
    width: 260px;
    float: left;
    background: inherit;
    border:none;
    color: #fff;
    margin-left: 10px;
}
.loginCont .Cont .LoginInput .Input .account{
    width: 15px;
    height: 15px;
    margin-top: 15px;
    margin-left: 15px;
    background: url('../img/zhanghao.png') no-repeat;
    background-size: 100% 100%;
}
.loginCont .Cont .LoginInput .Input .password{
    width: 16px;
    height: 18px;
    margin-top: 13px;
    margin-left: 15px;
    background: url('../img/mima.png') no-repeat;
    background-size: 100% 100%;
}
.remember{
    height: 18px;
    width: 100%;
    margin-top: 5px;
    cursor: pointer;
}
.remember img{
    float: left;
    height: 18px;
    width: 18px;
    display: block;
}
.remember span{
    display: block;
    margin-left: 7px;
    height: 18px;
    line-height: 18px;
    color: #ccc;
    float: left;
    font-size: 12px;
}
.Dbtn{
    height: 45px;
    width: 100%;
    background-color: #008aff;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 45px;
    border-radius: 5px;
    margin-top: 27px;
    cursor: pointer;
}
.foot{
    height: 20px;
    width: 1200px;
    line-height: 20px;
    margin: 0 auto;
    margin-top: 40px;
    padding: 0 !important;
}
.foot .footLeft{
   
}
.foot .footLeft li{
    float: left;
    margin-right: 53px;
}
.foot .footLeft li a{
    font-size: 14px;
    color: #666;
}
.footRigth{
    
}
.footRigth div{
    float: left;
    margin-left: 54px;
    font-size: 14px;
    color: #666;
}
.footRigth div img{
    float: left;
}


.maskType {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

    .maskType .maskPopo {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #000;
        opacity: 0.5;
    }

    .maskType .store {
        width: 27vw;
        height: 22vw;
        background-color: #fff;
        position: absolute;
        top: 50%;
        margin-top: -8vw;
        left: 50%;
        margin-left: -10vw;
    }

        .maskType .store h3 {
            height: 3vw;
            width: 100%;
            line-height: 3vw;
            background-color: #063678;
            color: #fff;
            padding-left: 10px;
        }

        .maskType .store .shop {
            padding: 0 10px;
            margin-top: 1.5vw;
        }
.sumbits {
    height: 2vw;
    width: 100%;
    padding: 0 1vw;
    position: absolute;
    bottom: 0;
    right: 0;
}

    .sumbits span {
        padding: 0 0.5vw;
        height: 1.6vw;
        line-height: 1.6vw;
        background-color: #063678;
        color: #fff;
        display: block;
        float: right;
        margin-left: 1vw;
        cursor: pointer;
    }