@import url(/Static/styles/utils/power.css);

:root {
    --login-white-color: #999999;
    --login-black-color: #FFFFFF;
    --login-text-color: #999999;
}

html {
    width: 100%;
    height: 100%;
    overflow: hidden;
}



.login .login-theme {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 28px;
    width: 62px;
    cursor: pointer;
}

.login-black .login-theme {
    background: url(../images//login/black-theme.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-white .login-theme {
    background: url(../images//login/white-theme.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-black {
    background: url(../images//login/black-theme-bg.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-white {
    background: url(../images//login/white-theme-bg.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-container {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.login-black .login-desc {
    color: #fff;
    width: 600px;
}

.login-white .login-desc {
    color: black;
    width: 600px;
}

.login-logo {
    margin-top: -45px;
    font-size: 28px !important;
}

.login-logo,
.login-desc-title {
    font-size: 48px;
    line-height: 1.575;
    font-weight: 500;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 600;
}


.login-box {
    width: 400px;
    height: 425px;
    border-radius: 12px;
    padding: 32px;
    overflow: hidden;
}

.login-black .login-box {
    background: rgba(4, 16, 28, 0.8);
}

.login-white .login-box {
    background: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

@media screen and (min-width: 320px) and (max-width: 568px) {
    .login-desc {
        display: none;
    }

    .login {
        display: flex;
        justify-content: center;
        align-items: center
    }

    .login-box {
        width: 300px;
    }

    .rightImage,
    .login-codecompuimg {
        position: absolute;
        left: 230px !important;
        top: 10px;
        width: 60px;
    }
}

@media screen and (min-width: 360px) and (max-width:412px) {
    .login {
        display: flex;
        justify-content: center !important;
        align-items: center
    }
}

@media screen and (min-width:768px) and (max-width: 912px) {
    .login-desc {
        display: none;
    }

}

@media screen and (min-width:769px) and (max-width:820px) {
    .login-desc {
        display: none;
    }
}

@media screen and (min-width:821px) and (max-width:912px) {
    .login-desc {
        display: none;
    }
}


@media screen and (min-width:567px) and (max-width:767px) {
    .login-desc {
        display: none;
    }
}

@media screen and (min-width:913px) and (max-width:1011px) {
    .login-desc {
        display: none;
    }

}

@media screen and (min-width:913px) and (max-width:1011px) {
    .login-desc {
        display: none;
    }

}

@media screen and (min-width:1012px) and (max-width:1026px) {
    .login-desc {
        display: none;
    }

}

@media screen and (min-width:281px) and (max-width:320px) {
    .login-box {
        width: 260px;
    }

    .login-desc {
        display: none;
    }

    .rightImage,
    .login-codecompuimg {
        position: absolute;
        left: 192px !important;
        top: 10px;
        width: 55px;
    }

    .login-code-center>img {
        width: 210px !important;
        cursor: pointer;

    }
}

@media screen and (max-width:280px) {
    .login-desc {
        display: none;
    }

    .login-box {
        width: 220px;
    }

    .rightImage,
    .login-codecompuimg {
        position: absolute;
        left: 152px !important;
        top: 10px;
        width: 55px;
    }

    .login-code-center>img {
        width: 120px !important;
        cursor: pointer;
        margin-top: 20px !important;
    }
}



.login-from,
.login-code {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    color: #333;

}

.login-content {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.login-title {
    height: 50px;
    line-height: 50px;
    border-bottom: 3px solid #267BF9;
    display: inline-block;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 500;
}

.login-form-item {
    flex: 1;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.login-form-header {
    color: #267BF9;
    font-size: 18px;
    letter-spacing: 2px;
}

.login-black .login-form-item input {
    font-size: 15px;
    line-height: 1;
    color: var(--login-black-color);
    opacity: 1;
    border: none;
    border-radius: 8px;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.32); */
    background: transparent;
    padding: 12px 36px;
    width: 100%;
    background: rgba(53, 56, 60, 0.4);
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
}

.login-black .login-form-item input::placeholder {
    color: var(--login-black-color);
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
}

.login-white .login-form-item input {
    font-size: 15px;
    line-height: 1;
    color: var(--login-white-color);
    opacity: 1;
    border: none;
    border-radius: 8px;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.32); */
    background: transparent;
    padding: 12px 36px;
    width: 100%;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    background: #FAFAFA;
}

.login-white .login-form-item input::placeholder {
    color: #999999;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
}

/* .login-form-toolbar {
    color: var(--login-color);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 16px 4px;
} */

.login-forget {
    color: #999999;
    cursor: pointer;
}

.login-black .login-btn {
    cursor: pointer;
    text-align: center;
    color: var(--login-black-color);
    letter-spacing: 6px;
    background: #267BF9;
    border-radius: 8px 8px 8px 8px;
    width: 100%;
    padding: 12px 12px;
}

.login-white .login-btn {
    cursor: pointer;
    text-align: center;
    color: var(--login-black-color);
    letter-spacing: 6px;
    background: #267BF9;
    border-radius: 8px 8px 8px 8px;
    width: 100%;
    padding: 12px 12px;
}

.login .password {
    position: relative;
    border-radius: 8px;
    margin-top: 32px;
    overflow: hidden;
}

.login .userName {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.login-black .user-name-icon {
    position: absolute;
    left: 12px;
    top: 15px;
    width: 15px;
    height: 15px;
    background: url(../images//login/black-user.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-white .user-name-icon {
    position: absolute;
    left: 12px;
    top: 15px;
    width: 15px;
    height: 15px;
    background: url(../images//login/white-user.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-black .pass-word-icon {
    position: absolute;
    left: 12px;
    top: 15px;
    width: 15px;
    height: 15px;
    background: url(../images//login/black-pass.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-white .pass-word-icon {
    position: absolute;
    left: 12px;
    top: 15px;
    width: 15px;
    height: 15px;
    background: url(../images//login/white-pass.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-black .captcha-code-icon {
    position: absolute;
    left: 12px;
    top: 15px;
    width: 15px;
    height: 15px;
    background: url(../images//login/black-code.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-white .captcha-code-icon {
    position: absolute;
    left: 12px;
    top: 15px;
    width: 15px;
    height: 15px;
    background: url(../images//login/white-code.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}



.login .password-icon {
    cursor: pointer;
    position: absolute;
    font-family: "iconfont";
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    right: 12px;
    top: 12px;
    padding: 1px;
    border-radius: 4px;
}

.login-black .captcha {
    display: flex;
    align-items: center;
    margin-top: 32px;
    overflow: hidden;
    position: relative;
}

.login-white .captcha input {
    background-color: rgba(53, 56, 60, 0.4);
}

.login-black .captchaCode {
    width: 90px;
    height: 44px;
    line-height: 44px;
    cursor: pointer;
    border-radius: 8px;
    margin-left: 20px;
    background-color: rgba(53, 56, 60, 0.4);
}

.login-black .password-icon {
    color: #fff;
}

.login-black .password-icon:hover {
    color: #fff;
}

.login-white .password-icon {
    color: rgb(182 185 190);
}

.login-white .password-icon:hover {
    color: rgb(182 185 190);
}


.login-white .captcha {
    display: flex;
    align-items: center;
    margin-top: 32px;
    overflow: hidden;
    position: relative;
}

.login-white .captcha input {
    background-color: #FAFAFA;
}


.captcha #captchaInput {
    width: calc(100% - 110px) !important;
}

.login-white .captchaCode {
    width: 100px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: none;
    cursor: pointer;
    font-family: PingFang SC-Regular, PingFang SC;
    color: #999999;
    font-weight: 400;
    font-size: 14px;
    border-radius: 8px;
    margin-left: 20px;
    background-color: #FAFAFA;
    letter-spacing: 2px;
}


.login .password-icon::before {
    content: "\e6ad";
}

.login .password:active .password-icon:before {
    content: "\e6ac";
}

.login-box {
    position: relative;
}

.rightImage {
    position: absolute;
    left: 330px;
    top: 10px;
    width: 50px;
}

.login-codecompuimg {
    position: absolute;
    left: 330px;
    top: 10px;
    width: 50px;
    cursor: pointer;
}

.login-code-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 32px;
}

.login-code-header>ul li {
    height: 50px;
    line-height: 50px;
    display: inline-block;
}


.login-code-header>ul li.active {
    border-bottom: 3px solid #3694FF;
    color: #3694FF;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: 500;
}

.login-code-header>ul {
    display: flex;
    align-items: center;
    letter-spacing: 2px;

}

.login-code-header .content>.login-code-content {
    display: none;
}

.login-code-header .content>div.active {
    display: block;
}

.login-code-center>img {
    width: 240px;
    cursor: pointer;
}

.rightImage {
    cursor: pointer;
}

.login-code-text {
    padding-top: 10px;
    color: var(--login-text-color);
    cursor: pointer;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
}

.login-code-title {
    /* color: var(--login-text-color); */
    color: #333437;
    font-size: 18px;
    cursor: pointer;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
}

.login-black .login-code-title {
    /* color: var(--login-text-color); */
    color: #8292AA;
    font-size: 18px;
    cursor: pointer;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
}

.login-code-title:last-child {
    margin-left: 18px;
}

.login-code-bot {
    display: flex;
    justify-content: center;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;

}

.login-code-bot>span {
    color: #1D7BFD;
    padding-top: 10px;
    cursor: pointer;
}

.login-Prompt {
    width: 100%;
    height: 100%;
    background: #F5F5F5;
}

.login-Prompt>div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 36px;

}

.login-Prompt p {
    font-size: 20px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    margin-top: 34px;
}

.login-Prompt button {
    width: 78px;
    height: 32px;
    background: #1890FF;
    border-radius: 2px 2px 2px 2px;
    opacity: 1;
    color: #fff;
    border: none;
    line-height: 32px;
    margin-top: 34px;
    cursor: pointer;
}