.login-logo {
    width: 250px;
    height: 90px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}

.login-logo img {
    width: 250px;
    height: 90px;
}

.logo-left {
    width: 61vw;
    height: 100vh;
    float: left;
    overflow: hidden;
    position: relative;
}

.logo-left .login-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-filter: url(#water);
    filter: url(#water);
}

.login-text {
    width: 326px;
    height: auto;
    position: absolute;
    left: 45px;
    bottom: 120px;
    z-index: 9;
    border-bottom: solid 2px #fff;
    padding-bottom: 15px;
    color: #fff;
}

.login-text h2 {
    display: block;
    font-size: 5.5vh;
    line-height: 62px;
}

.login-text span {
    font-size: 3.5vh;
    display: block;
    line-height: 50px;
    font-weight: lighter;
}

.login-title {
    width: 180px;
    height: 104px;
    position: absolute;
    right: 0;
    top: 50%;
    background: url(../images/logotitbg.png);
    text-align: center;
    line-height: 104px;
    margin-top: -52px;
    font-size: 3vh;
    color: #3C6FE3;
    z-index: 2;
}

.login-right {
    width: 39vw;
    height: 100vh;
    float: left;
    background: #fff;
    position: relative;
}

.login {
    width: 29vw;
    height: auto;
    position: absolute;
    top: 50%;
    left: 5vw;
    transform: translateY(-50%);
}

.login h2 {
    display: block;
    width: 100%;
    height: 74px;
    line-height: 74px;
    text-align: center;
    font-size: 5.5vh;
    color: #161818;
    margin-bottom: 70px;
}

.login-put {
    width: 100%;
    height: 57px;
    position: relative;
    margin-top: 30px;
}

.login-put input {
    display: block;
    width: 100%;
    height: 56px;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: solid 1px #e6e6e6;
    color: #161618;
    box-sizing: border-box;
    padding-left: 56px;
    font-size: 22px;
}

.login-put img {
    width: 36px;
    height: 36px;
    position: absolute;
    top: 10px;
    left: 10px;
}

.login-mm {
    width: 56px;
    height: 56px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    cursor: pointer;
    background: url(../images/loginicon3.png) no-repeat center center;
}

.login-mm-bg {
    background: url(../images/loginicon4.png) no-repeat center center !important;
}

.login-put .login-line {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    height: 1px;
    background: #3C6FE3;
}

.login-btn {
    display: block;
    width: 226px;
    height: 68px;
    border-radius: 10px;
    margin: 80px auto 0 auto;
    line-height: 68px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    border: none;
    background: linear-gradient(100deg, #3D71FF, #7865ED);
    cursor: pointer;
}