.dialog {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(26, 26, 26, 0.3);
}

.container {
    height: 100%;
    max-width: 750px;
    /* height: ; */
    /* background: #FFFFFF; */
    display: flex;
    /* justify-content: center; */
    position: relative;
    cursor: default;
}

.lt-modal-close {
    width: 40px;
    height: 40px;
    background: #FFF;
    position: absolute;
    top: 0;
    right: -56px;
    line-height: 1;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-color: #727d86;
}

    .lt-modal-close .img {
        width: 70%;
        height: 70%;
        background: url(../img/close.png) no-repeat;
        background-size: 100% 100%;
    }

.leftCon {
    /* background: url(../img/loginbgm.jpg) no-repeat;
    background-size: 100% 100%; */
    width: 330px;
    display: inline-block;
    background: #006dff;
}

    .leftCon .title,
    .leftCon .flag {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .leftCon ul li {
        margin-bottom: 10px;
    }

        .leftCon ul li:last-child {
            margin-bottom: 0;
        }

.rightCon {
    width: 420px;
    height: 400px;
    display: inline-block;
    padding: 50px 0;
    background: #FFF;
    color: #000;
    position: relative;
}

    .rightCon .wechat {
        display: flex;
        justify-content: center;
    }

    .rightCon .con {
        width: 300px;
        margin: 50px 30px;
        text-align: center;
    }

.footer-remark {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 14px 16px;
    font-size: 12px;
    line-height: 12px;
    color: #8693ab;
    background: #f8f8fb;
    box-sizing: border-box;
}

.rightCon .toggle-sign-way {
    position: absolute;
    top: 0;
    right: 0;
}

.rightCon .toggle-button {
    width: 70px;
    height: 64px;
    background: url(/static/images/login-sprite.svg) -740px 0;
    cursor: pointer;
}

.rightCon .toggle-tips {
    position: absolute;
    right: 64px;
    top: 16px;
    width: 111px;
    height: 24px;
    font-size: 12px;
    color: #077efc;
    line-height: 24px;
    background: url(/static/images/login-sprite.svg);
    background-position-x: -1278px;
    box-sizing: border-box;
    padding-right: 3px;
    padding-left: 3px;
    text-align: center;
}

.rightCon .wx-title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    font-size: 20px;
    font-weight: 700;
    color: rgba(0, 0, 0, .8);
}

.account-login {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 56px;
    box-sizing: border-box;
    flex: 1;
}

.password-title {
    width: 100%;
    font-size: 20px;
    color: rgba(0, 0, 0, .8);
    font-weight: 700;
    margin: 42px 0 0;
    text-align: left;
}

.error-msg {
    width: 100%;
    height: 40px;
    font-size: 14px;
    color: #fa2323;
    text-align: left;
    padding: 14px 0 12px;
    box-sizing: border-box;
}

.form-item {
    width: 100%;
    height: 42px;
    border: 1px solid #ebeef5;
    color: #1b2337;
    font-size: 14px;
    border-radius: 4px;
    padding: 0 16px;
    margin-bottom: 24px;
    box-sizing: border-box;
}

.toggle-login {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    width: 100%;
    margin: 0 0 24px 0;
    font-size: 14px;
}

.toggle-login {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    width: 100%;
    margin: 0 0 24px 0;
    font-size: 14px;
}

.hidden {
    display: none !important;
}

.toggle-login span {
    color: #0773fc;
    cursor: pointer;
}

.toggle-login .forget-password {
    color: rgba(0, 0, 0, .8);
}

.form-item.button {
    color: #fff;
    background: #0773fc;
    cursor: pointer;
}

.wx-error {
    margin-top: 8px;
    font-size: 12px;
    color: #8693ab;
}

.reminder-tips {
    font-size: 12px;
    line-height: 12px;
    color: #8693AB;
    margin-top: 8px;
}

.wx-error .solve-error {
    color: #0773fc;
    cursor: pointer;
}

.footer-remark .left a {
    color: #505a71;
    text-decoration: underline;
    margin: 0 4px;
    display: inline-block;
    cursor: pointer;
}

    .footer-remark .left a:hover {
        color: #1b2337;
    }

.retrieve-wrap {
    /*width: calc(60% - 56px - 56px);*/
    padding: 0px 56px 0;
    background: #FFF;
}

.retrieve-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    color: rgba(0, 0, 0, .8);
}

.go-back {
    font-size: 14px;
    color: #0773fc;
    cursor: pointer;
}

.sms-code-wrap {
    display: flex;
    justify-content: center;
    /*align-items: center;*/
    /*flex-direction: row;*/
    margin-bottom: 24px;
}

    .sms-code-wrap .form-item {
        margin: 0;
    }

.sms-code-button {
    width: 130px;
    height: 42px;
    background: #f7f8f9;
    border: 1px solid #ebeef5;
    border-radius: 4px;
    font-size: 14px;
    color: #1b2337;
    margin-left: 8px;
    flex-shrink: 0;
    cursor: pointer;
}

.login-bindphone .bindphone {
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    width: 60%;
}

.bind-phone {
    width: 420px;
    /*height: 500px;*/
    font-family: PingFang SC;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 60px;
    background: #FFF;
}

    .bind-phone .title {
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        color: #1b2337;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .bind-phone .title img {
            width: 32px;
            height: 32px;
            padding-right: 7px;
        }

    .bind-phone .tips {
        font-size: 14px;
        line-height: 24px;
        color: #505a71;
        padding: 15px 0;
    }

    /* .bind-phone .form-container {
    padding-top: 28px;
} */

    .bind-phone .form-container .pop-dxyzm {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .bind-phone .form-container .pop-dxyzm .get-vcode {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            width: 104px;
            height: 42px;
            font-size: 14px;
            color: #fff;
            line-height: 40px;
            margin-left: 8px;
            cursor: pointer;
            border: 1px solid #0773fc;
            border-radius: 4px;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            background: #0773fc;
        }

    .bind-phone .form-container .cantclick {
        opacity: .2;
        cursor: not-allowed;
    }

.lt-input {
    width: calc(100% - 32px - 16px);
    height: 42px;
    padding: 0 32px 0 16px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 4px;
    font-size: 14px;
    outline: none;
}

.lt-form-item {
    margin-bottom: 24px;
    vertical-align: top;
    zoom: 1;
}

.lt-form-item-content {
    position: relative;
    line-height: 32px;
    font-size: 12px;
}

.lt-input-wrap {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
}

.lt-btn-primary {
    color: #fff;
    background-color: #0773fc;
    border-color: #0773fc;
}

.lt-btn-long {
    width: 100%;
}

.lt-btn {
    border: 1px solid transparent;
    cursor: pointer;
}

.toggle-button.password {
    background-position: -816px 0;
}

.toggle-button:hover {
    background-position: -892px 0;
}

.toggle-button.password:hover {
    background-position: -968px 0;
}

.sign-up-wrap {
    padding: 0px 56px 0;
}

.sign-up-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    color: rgba(0,0,0,.8);
}

.sign-up-wrap .form-item {
    margin-bottom: 15px;
}

.sign-up-wrap .sms-code-wrap {
    margin-bottom: 0px;
}

.layui-layer {
    background-color: transparent;
}

.container-fluid {
    position: absolute;
    top: calc(50% - 163px);
    left: calc(50% - 157px);
    z-index: 19891029;
    display: none;
}

.slidercaptcha {
    margin: 0 auto;
    width: 314px;
    height: 286px;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.125);
    margin-top: 40px;
}

    .slidercaptcha .card-body {
        padding: 1rem;
    }

    .slidercaptcha canvas:first-child {
        border-radius: 4px;
        border: 1px solid #e6e8eb;
    }

    .slidercaptcha.card .card-header {
        background-image: none;
        background-color: rgba(0, 0, 0, 0.03);
    }

.refreshIcon {
    top: -54px;
}

.loader {
    width: 8em;
    height: 8em;
}

.loader__eye1,
.loader__eye2,
.loader__mouth1,
.loader__mouth2 {
    animation: eye1 3s ease-in-out infinite;
}

.loader__eye1,
.loader__eye2 {
    transform-origin: 64px 64px;
}

.loader__eye2 {
    animation-name: eye2;
}

.loader__mouth1 {
    animation-name: mouth1;
}

.loader__mouth2 {
    animation-name: mouth2;
    visibility: hidden;
}

@media (prefers-color-scheme: dark) {
    :root {
        --bg: hsl(var(--hue), 90%, 10%);
        --fg: hsl(var(--hue), 90%, 90%);
    }
}

@keyframes eye1 {
    from {
        transform: rotate(-260deg) translate(0, -56px);
    }

    50%, 60% {
        animation-timing-function: cubic-bezier(0.17, 0, 0.58, 1);
        transform: rotate(-40deg) translate(0, -56px) scale(1);
    }

    to {
        transform: rotate(225deg) translate(0, -56px) scale(0.35);
    }
}

@keyframes eye2 {
    from {
        transform: rotate(-260deg) translate(0, -56px);
    }

    50% {
        transform: rotate(40deg) translate(0, -56px) rotate(-40deg) scale(1);
    }

    52.5% {
        transform: rotate(40deg) translate(0, -56px) rotate(-40deg) scale(1, 0);
    }

    55%, 70% {
        animation-timing-function: cubic-bezier(0, 0, 0.28, 1);
        transform: rotate(40deg) translate(0, -56px) rotate(-40deg) scale(1);
    }

    to {
        transform: rotate(150deg) translate(0, -56px) scale(0.4);
    }
}

@keyframes eyeBlink {
    from, 25%, 75%, to {
        transform: scaleY(1);
    }

    50% {
        transform: scaleY(0);
    }
}

@keyframes mouth1 {
    from {
        animation-timing-function: ease-in;
        stroke-dasharray: 0 351.86;
        stroke-dashoffset: 0;
    }

    25% {
        animation-timing-function: ease-out;
        stroke-dasharray: 175.93 351.86;
        stroke-dashoffset: 0;
    }

    50% {
        animation-timing-function: steps(1, start);
        stroke-dasharray: 175.93 351.86;
        stroke-dashoffset: -175.93;
        visibility: visible;
    }

    75%, to {
        visibility: hidden;
    }
}

@keyframes mouth2 {
    from {
        animation-timing-function: steps(1, end);
        visibility: hidden;
    }

    50% {
        animation-timing-function: ease-in-out;
        visibility: visible;
        stroke-dashoffset: 0;
    }

    to {
        stroke-dashoffset: -351.86;
    }
}



.success-wrap {
    padding: 0px 60px 0;
    position: relative;
    width: 420px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    background: #fff;
    box-sizing: border-box;
    overflow: hidden;
}

.success-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    color: rgba(0,0,0,.8);
}

.success-img {
    width: 68px;
    height: 68px;
    background: url(/static/images/login-sprite.svg) -26px 0;
    margin-top: 90px;
}

.success-text {
    font-size: 16px;
    color: #1b2337;
    font-weight: 700;
    margin: 24px 0 32px;
}

.success-button {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 100%;
    height: 42px;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    background: #0773fc;
    border-radius: 4px;
    cursor: pointer;
}

.login-footer-right {
    cursor: pointer;
}

.success {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    padding: 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    background: #2196F3;
    border-radius: 8px;
    box-shadow: 0px 0px 5px -3px #111;
}

.success__icon {
    width: 20px;
    height: 20px;
    transform: translateY(-2px);
    margin-right: 8px;
}

    .success__icon path {
        fill: #fff;
    }

.success__title {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
}

.success__close {
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-left: auto;
}

    .success__close path {
        fill: #fff;
    }
