body {
    background: #fff;
}

.wrap {
    margin-top: 180px;
}
.login-top{
    position: fixed;
    top: 0;
    width: 100%;
    height: 50vh;
    background: url("../../images/login_bg.png") no-repeat;
    background-size: 100% 100%;
    z-index: -1;
}
.login-top-title{
    text-align: center;
    font-size: 32px;
    margin-top: 15vh;
    color: #FFFFFF;
}
.logn-box{
    background: #FFFFFF;
    width: 900px;
    min-height: 500px;
    margin: 25vh auto 0 auto;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 0px 15px #E7EAED;
}
.logn-box-l{
    width: 60%;
    float: left;
    /*margin-top: 5vh;*/
}
.logn-box-l-title{
    text-align: left;
    font-size: 24px;
    margin-top: 50px;
    color: #5293FB;
    margin-left: 5%;
}
.logn-box-l-bottom{
    width: 90%;
    margin: 60px auto;
}
.form-group{
    position: relative;
    /*margin: 0 auto;*/
}
.logn-box-r{
    width: 40%;
    float: left;
}
.logn-box-r img{
    height: 500px;
    float: right;
}
.zh-l-img{
    position:absolute;
    height: 20px;
    margin-top: 15px;
    margin-left: 7px
}


.logn-on{
    background: #FFFFFF;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.logn-on-l{
    float:left;
    width: 30%;
    height: 100%;
    background: url("../../images/login_bg3.jpg") no-repeat;
    background-size: 100% 100%;
    z-index: -1;
    padding:30px;
}
.logn-on-l-name{height: 30px;line-height: 30px;font-size:26px;color: #ffffff; cursor: pointer;}
.logn-on-l-app{line-height: 20px;font-size:26px;color: #ffffff;margin-bottom:50px;padding:0 0 50px 15px;cursor: pointer;margin-top:100px;}
.logn-on-l-checked{height: 60px;line-height: 60px;color: #ffffff;padding:0 15px;cursor: pointer;font-size: 20px;}
.logn-on-l-checked img{height: 18px;vertical-align: middle;margin-right:5px;}
.logn-on-l-type{height: 60px;line-height: 60px;color: #ffffff;padding-left:30px;cursor: pointer;margin-top:15px;}
.logn-on-l-type img{height: 25px;vertical-align: middle;padding-left:8px;padding-right:8px;}
.logn-on-r{
    float:left;
    width: 700px;
    margin-left: calc(35% - 350px);
    height: 100%;
}
.logn-on-r-title{
    text-align: left;
    font-size: 26px;
    margin-top: 150px;
    margin-bottom: 60px;
    color: #5E9BFB;
    margin-left: 16%;
}
.logn-on-r-bottom{
    width: 68%;margin-left: 16%;font-size: 16px;
}
.logn-on-r-title span{font-size: 35px!important;font-weight: bold;}
.logn-on-r-img{
    position:absolute;
    height: 10px;
    top:17px;
    right:15px;
    cursor: pointer;
}
/* 当窗口宽度小于 600px 时隐藏 */
@media (max-width: 1000px) {
    .logn-on-l {
        display: none;
    }
    .logn-on-r{
        margin-left: calc(50% - 350px);
    }
}