﻿* {
    padding: 0;
    margin: 0;
}

i {
    font-style: normal;
}

html,
body,
.bg {
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../images/bg.jpg);
    background-size: cover;
}

.bgst {
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../images/bgst.jpg);
    background-size: cover;
}

.bgqb {
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../images/bgqb.jpg);
    background-size: cover;
}

.bgfz {
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../images/bgfz.jpg);
    background-size: cover;
}

.loginWrapper {
    position: absolute;
    right: 13%;
    top: 10%;
    min-width: 500px;
    /* min-height: 500px;*/
    min-height: 400px;
    width: 24%;
    height: 50%;
    background: white;
    border-radius: 15px;
    box-sizing: border-box;
    padding: 3% 0;
}

input[type="checkbox"] {
    /*Double-sized Checkboxes*/
    transform: scale(2); /*FF 16+, IE 10+*/
    -webkit-transform: scale(2); /* Chrome, Safari 3.5+, Opera 15+*/
    -ms-transform: scale(2); /*legacy: IE 9+*/
    -moz-transform: scale(2); /*legacy: FF 3.5+*/
    -o-transform: scale(2); /*legacy: Opera 10.5*/
}

.switch {
    position: absolute;
    right: 1%;
    top: 1%;
    cursor: pointer;
}

.scanQrCode,
.formLogin {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.title {
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
}

.qrCode {
    width: 40%;
    margin-top: 10%;
}

.scanQrCode .tip {
    font-size: 0.9rem;
    margin-top: 10%;
    color: #ccc;
}

.formLogin .title {
    margin-bottom: 10%;
}

.form-group {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 1rem;
}

label {
    display: inline-block;
    font-weight: bold;
    white-space: nowrap; /* 禁止文字换行 */
    margin-right: 0.5rem;
}

.form-control {
    display: inline-block;
    width: 100%;
    padding: 0.5rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    .form-control:focus {
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

.btn {
    display: inline-block;
    margin-top: 2rem;
    padding: 0.5rem 2rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: all 0.15s ease-in-out;
    cursor: pointer;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc;
    }

    .btn-primary:focus {
        box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    }

.logDiv {
    display: none;
}

.active {
    display: flex;
}

.tooltip-content {
    display: none;
    position: absolute;
    padding: 0 12px;
    top: 2.4rem;
    right: 4.2rem;
    height: 40px;
    z-index: 1000;
    line-height: 40px;
    white-space: nowrap;
    border-radius: 8px;
    background: #3370ff;
    color: white;
    /* opacity: 0; */
    font-size: 12px;
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%);
    -webkit-box-shadow: 0 4px 10px 0 var(--shadow-pri-md);
    box-shadow: 0 4px 10px 0 var(--shadow-pri-md);
}

    .tooltip-content:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        right: -2px;
        top: 16px;
        background: #3370ff;
        border-right: 6px solid #3370ff;
        border-top: 6px solid #3370ff;
        position: absolute;
        border-left: 6px solid transparent;
        border-bottom: 6px solid transparent;
        -webkit-transform: rotate(45deg) translate(0);
        transform: rotate(45deg) translate(0);
    }



/****/

.main-body {
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    overflow: hidden;
}

.login-main .login-bottom .center .item input {
    display: inline-block;
    width: 227px;
    height: 22px;
    padding: 0;
    position: absolute;
    border: 0;
    outline: 0;
    font-size: 14px;
    letter-spacing: 0;
}

.login-main .login-bottom .center .item .icon-1 {
    background: url(../images/icon-login.png) no-repeat 1px 0;
}

.login-main .login-bottom .center .item .icon-2 {
    background: url(../images/icon-login.png) no-repeat -54px 0;
}

.login-main .login-bottom .center .item .icon-3 {
    background: url(../images/icon-login.png) no-repeat -106px 0;
}

.login-main .login-bottom .center .item .icon-4 {
    background: url(../images/icon-login.png) no-repeat 0 -43px;
    position: absolute;
    right: -10px;
    cursor: pointer;
}

.login-main .login-bottom .center .item .icon-5 {
    background: url(../images/icon-login.png) no-repeat -55px -43px;
}

.login-main .login-bottom .center .item .icon-6 {
    background: url(../images/icon-login.png) no-repeat 0 -93px;
    position: absolute;
    right: -10px;
    margin-top: 8px;
    cursor: pointer;
}

.login-main .login-bottom .tip .icon-nocheck {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    border: solid 1px #9abcda;
    position: relative;
    top: 2px;
    margin: 1px 8px 1px 1px;
    cursor: pointer;
}

.login-main .login-bottom .tip .icon-check {
    margin: 0 7px 0 0;
    width: 14px;
    height: 14px;
    border: none;
    background: url(../images/icon-login.png) no-repeat -111px -48px;
}

.login-main .login-bottom .center .item .icon {
    display: inline-block;
    width: 33px;
    height: 22px;
}

.login-main .login-bottom .center .item {
    width: 288px;
    height: 30px;
    border-bottom: 1px solid #dae1e6;
    margin-bottom: 15px;
}

.login-main {
    width: 428px;
    position: relative;
    float: left;
}

    .login-main .login-top {
        background-color: #148be4;
        border-radius: 12px 12px 0 0;
        font-family: SourceHanSansCN-Regular;
        font-size: 30px;
        font-weight: 400;
        font-stretch: normal;
        letter-spacing: 0;
        color: #fff;
        text-align: center;
        overflow: hidden;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

        .login-main .login-top .bg1 {
            display: inline-block;
            width: 74px;
            height: 74px;
            background: #fff;
            opacity: .1;
            border-radius: 0 74px 0 0;
            position: absolute;
            left: 0;
            top: 43px;
        }

        .login-main .login-top .bg2 {
            display: inline-block;
            width: 94px;
            height: 94px;
            background: #fff;
            opacity: .1;
            border-radius: 50%;
            position: absolute;
            right: -16px;
            top: -16px;
        }

    .login-main .login-bottom {
        width: 428px;
        background: #fff;
        border-radius: 0 0 12px 12px;
        padding-bottom: 15px;
    }

        .login-main .login-bottom .center {
            width: 288px;
            margin: 0 auto;
            padding-top: 20px;
            padding-bottom: 20px;
            position: relative;
        }

        .login-main .login-bottom .tip {
            clear: both;
            height: 16px;
            line-height: 16px;
            width: 288px;
            margin: 0 auto;
        }

input::-webkit-input-placeholder {
    color: #a6aebf;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #a6aebf;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #a6aebf;
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #a6aebf;
}

input:-webkit-autofill { /* 取消Chrome记住密码的背景颜色 */
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

html {
    height: 100%;
}

.login-main .login-bottom .tip {
    clear: both;
    height: 16px;
    line-height: 16px;
    width: 288px;
    margin: 0 auto;
}

    .login-main .login-bottom .tip .login-tip {
        font-family: MicrosoftYaHei;
        font-size: 12px;
        font-weight: 400;
        font-stretch: normal;
        letter-spacing: 0;
        color: #9abcda;
        cursor: pointer;
    }

    .login-main .login-bottom .tip .forget-password {
        font-stretch: normal;
        letter-spacing: 0;
        color: #1391ff;
        text-decoration: none;
        position: absolute;
        right: 62px;
    }

.login-main .login-bottom .login-btn {
    width: 288px;
    height: 40px;
    background-color: #1E9FFF;
    border-radius: 16px;
    /*margin: 24px auto 0;*/
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0;
    cursor: pointer;
    border: none;
}

.login-main .login-bottom .center .item .validateImg {
    position: absolute;
    right: 1px;
    cursor: pointer;
    height: 36px;
    border: 1px solid #e6e6e6;
}

.footer {
    left: 0;
    bottom: 0;
    color: #fff;
    width: 100%;
    position: absolute;
    text-align: center;
    line-height: 30px;
    padding-bottom: 10px;
    text-shadow: #000 0.1em 0.1em 0.1em;
    font-size: 14px;
}

.padding-5 {
    padding: 5px !important;
}

.footer a, .footer span {
    color: #fff;
}

@media screen and (max-width:428px) {
    .login-main {
        width: 360px !important;
    }

        .login-main .login-top {
            width: 360px !important;
        }

        .login-main .login-bottom {
            width: 360px !important;
        }
}

.mask {
    width: 200px;
    height: 200px;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    display: none;
}

    .mask .mask-text-tip {
        color: white;
        font-size: 14px;
        margin: 0 auto;
        position: absolute;
        top: 45%;
        left: 25%;
    }

.hideLoginTips {
    display: none;
}

.b-tips-content {
    flex-direction: column;
}

.tipsContent {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    text-align: center;
    display: none;
}

.tips-img {
    width: 550px;
    height: 350px;
    margin: 5px;
}

.tips-content-title, .tips-content-desc {
    margin: 10px;
    font-size: 16px;
}







