﻿.login-bg {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}

.login-box {
    width: 750px;
    height: 460px;
    background: #ffffff;
    border-radius: 5px;
    overflow: hidden;
}

.login-form {
    /*padding-bottom: 70px;*/
}

.bg-border {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
}

.bg-white {
    --bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.login-input {
    background-color: #f7fafc;
    width: 86%;
    padding: 10px 7%;
    --bg-opacity: 1;
    border: 1px solid #edf2f7;
    border-radius: 5px;
    font-size: 15px;
    margin-bottom: 20px;
}

.login-gettel-yz {
    margin-bottom: 20px;
}

.login-input:focus {
    border: 1px solid #75787b;
    background: #ffffff;
}

.login-btn {
    width: 100%;
    padding: 15px 8%;
    background-color: #667eea;
    --bg-opacity: 1;
    border: 1px solid #edf2f7;
    border-radius: 5px;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 5px;
    cursor: pointer;
    margin-top: 15px;
}

/*左侧*/
.login-l {
    width: -webkit-calc(100% - 450px);
    width: -moz-calc(100% - 450px);
    width: calc(100% - 450px);
    height: 100%;
    /*padding: 0 50px;*/
    background-color: #ebf4ff;
    display: flex;
}

.login-l img {
    width: 100%;
    height: 100%;
    display: flex;
    object-fit: cover;
}

.login-home {
    background: url("../images/home-login-bg.jpg") no-repeat;
    background-size: cover
}

/*右侧*/
.login-r {
    width: 350px;
    height: 100%;
    padding: 0px 50px;
    position: relative;
}

.login-r h1 {
    margin-top: 40px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 26px;
}

.login-hr {
    width: 100%;
    position: relative;
    text-align: center;
    color: #666666;
    height: 40px;
    line-height: 40px;
    margin: 20px auto;
}

.login-hr p {
    width: 120px;
    height: 40px;
    line-height: 40px;
    z-index: 10;
    display: inline-block;
    position: relative;
    text-align: center;
    background: #ffffff;
}

.login-hr i {
    width: 100%;
    height: 1px;
    background: #cccac9;
    position: absolute;
    top: 20px;
    left: 0;
}

.login-more-bg {
}

.login-more {
    width: 100%;
    background-color: #ebf4ff;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --text-opacity: 1;
    color: rgba(39, 39, 42, var(--text-opacity));
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
    display: flex;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    height: 56px;
    line-height: 32px;
    padding: 12px 0;
    margin-bottom: 15px;
    cursor: pointer;
}

.login-icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-size: cover;
    margin-right: 15px;
}

/*验证码*/
.login-form-yzm {
    display: flex;
}

.login-form-yzm input {
    width: calc(100% - 160px);
}

.login-form-yzm .get-button {
    cursor: pointer;
    width: 160px;
    color: #ffffff;
    background: #67C23A;
    padding: 10px 0;
}

/*登录密码*/
.login-form-password {
    position: relative;
}
.login-form-password .password-eye {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 10px;
    right: 10px;
    z-index: 10;
    cursor: pointer;
}
.login-form-password .password-eye img {
    width: 20px;
    height: 20px;
}

.login-checkimg {
    width: 160px;
    height: 40px;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}

.login-checkimg img {
    width: 160px;
    height: 40px;
}

.login-form-more {
    display: flex;
    justify-content: space-between;
}

.login-form-more a {
    color: #666666;
    font-size: 14px;
    cursor: pointer;
}

.login-form-more a:hover {
    color: #6EBEFD;
}

/*登录状态隐藏*/
#loginShow {
    display: none;
}

#loginHuadongBox {
    display: none
}

#loginTelCodeBox {
    display: none
}

#sharecodeId {
    display: none
}

/*免责声明*/
.login-mianze {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    text-align: center;
    background: #F4F4F4;
    color: #939393;
}

.login-mianze a {
    color: #939393;
}

.login-mianze a:hover {
    color: #6EBEFD;
}

/*关闭*/
.login-close {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.login-close img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 1350px) {
    .login-box {
        width: 90%;
    }
}

@media screen and (max-width: 1100px) {
    .login-l {
        width: 50%;
        padding: 0 5%;
    }

    .login-r {
        width: 50%;
        padding: 5%;
    }
}

@media screen and (max-width: 800px) {
    .login-l {
        display: none;
    }

    .login-r {
        width: 100%;
        padding: 5%;
    }
}

@media screen and (max-width: 640px) {
    body {
        background: #ffffff !important;
    }

    .login-box {
        margin-top: 30px;
        height: auto;
        background: none !important;
        border: none !important;
        box-shadow: none !important;
    }
}