﻿
html, body {
    height: 100%;
}

div {
    box-sizing: border-box;
}

.login-left {
    width: 50%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: var(--main-color)
}

.login-left-bottom-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.login-left-center-img {
    display: flex;
    justify-content: center;
    max-width: 100%;
    max-height: 100%;
}

.login-left {
    color: #fff;
    font-weight: bold
}

.login-left-text {
    margin-top: 98px;
    margin-left: 57px;
    font-weight: 600;
}

    .login-left-text h1 {
        font-size: 45px;
        margin: 7px 0;
    }

    .login-left-text p {
        font-size: 25px;
        margin: 7px 0;
    }

.login-content-box {
    width: 50%;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    color: #fff;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-content {
    width: 520px;
    height: 680px;
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
    border-radius: 4px;
    font-size: 14px;
    color: rgba(16,16,16,100);
    padding: 15px 55px;
}

.login-top {
    text-align: center;
    padding-top: 40px;
}

.radio-input .account {
    padding-left: 25px;
    z-index: 98;
}

.way-lisy {
    /*   font-size: 16px;*/
    color: #666;
    display: flex;
    align-items: center;
    justify-content: space-between; /*    width: 300px;
    margin: auto*/
}

    .way-lisy > div {
        margin-left: 10px;
        margin-right: 10px;
        text-align: center;
        cursor: pointer;
        border-bottom: 3px solid #fff;
        box-sizing: content-box;
        padding-bottom: 5px;
    }

.way-active {
    color: var(--main-color);
    border-bottom: 3px solid var(--main-color) !important;
    font-weight: bold
}

.log-form {
    margin-top: 49px
}

.log-form-item {
    height: 50px;
    border: 1px solid #E4EEF4;
    border-radius: 4px;
    display: flex;
    color: #999999;
    margin-bottom: 20px;
    position: relative; /* width: 100%; */
}

    .log-form-item > div:first-child {
        width: 56px;
        height: 100%;
        border-right: 1px solid #E4EEF4;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .log-form-item > div:nth-child(2) {
        flex: 1;
        position: relative;
        /* width: 100px; */
        height: 100%;
    }

    .log-form-item > div:last-child > img {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer
    }

    .log-form-item input {
        border: none;
        flex: 1;
        height: 100%;
        padding: 0 10px; /*width: 100%;*/
    }

    .log-form-item img {
        width: 24px;
    }

.login-top img {
    min-height: 36px;
    max-height: 60px;
    max-width: 150px;
}

.log-btn {
    height: 50px;
    border-radius: 4px;
    background-color: var(--main-color);
    color: rgba(255,255,255,100);
    font-size: 12px;
    padding: 0 10px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold
}

.log-other {
    font-size: 14px;
    color: #999999;
    margin: 40px 0;
    display: flex;
    align-items: center;
    justify-content: space-between
}

    .log-other input {
        width: 18px;
        height: 18px;
        margin-right: 8px;
    }

    .log-other span {
        margin-left: 5px;
        cursor: pointer;
    }

.other-log {
    margin: 40px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px
}

    .other-log img {
        width: 24px;
        height: 24px;
        cursor: pointer;
        margin-left: 10px
    }

.code-btn {
    /*	width: 115px;
*/ height: 100%;
    background: #F6F9FB;
    border-left: 1px solid #E4EEF4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    cursor: pointer;
    flex-shrink: 0;
}

    .code-btn:hover {
        color: #fff;
        background-color: rgba(0,128,255,100);
    }

.step-list {
    display: flex;
    justify-content: space-between;
}

    .step-list > div {
        width: 64px;
    }

    .step-list p {
        color: #101010;
        font-size: 14px;
        margin-top: 5px;
        text-align: center;
    }

.step-active {
    background: var(--main-color);
    color: #fff;
}

.step-dashed {
    border-bottom: 2px dashed #D9E4EC;
    width: 120px !important;
    transform: translateY(-38px);
}

.circular {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #D9E4EC;
    border: 1px solid #D9E4EC;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: auto;
}

.find-pwd-main {
    margin: auto;
    margin-top: 65px;
    width: 330px;
}

.findpwd-input > input {
    width: 100%;
    height: 50px;
    border-radius: 4px;
    border: 1px solid rgba(228, 238, 244, 100);
    padding: 0 10px;
}

.findpwd-btn {
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    background-color: rgba(0, 128, 255, 100);
    color: rgba(255, 255, 255, 100);
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    margin-top: 22px;
}

.weixin {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid #dedede;
    overflow: hidden;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

    .weixin iframe {
        width: 320px;
        height: 345px;
        background: #fff;
        border: 1px solid #dedede;
        overflow: hidden;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.fixedBottom {
    position: absolute;
    bottom: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 50px;
    color: #fff;
    font-size: 14px; /*text-align: center;*/
}

.login-left-customize {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    color: #fff;
    font-weight: bold
}

.mt40 {
    margin-top: 40px
}

.fixedBottom .el-link {
    color: #fff;
}

.el-link.el-link--default:hover {
    color: #409EFF;
}

.switch-language {
    position: fixed;
    top: 20px;
    right: 50px;
    /*background: #FFF;*/
    border-color: #409EFF;
    cursor: pointer; /*color: #409EFF;*/
}

.modal-box {
    display: none;
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 99;
}

    .modal-box iframe {
        height: 100%;
        width: 100%;
        border: none;
    }

.s-canvas {
    height: 38px;
}

    .s-canvas canvas {
        margin-top: 1px;
        margin-left: 8px;
    }

.text-tip {
    background: rgba(0,0,0,.7);
    color: #fff;
    padding: 0.1rem 0.2rem;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0.05rem;
    display: none;
    z-index: 9999;
    font-size: 0.14rem;
    text-align: center;
    word-wrap: break-word;
    word-break: break-all;
    letter-spacing: 0.01rem
}

.load-tip {
    width: 60px;
    height: 24px;
    background: url('/Static/js/layer/2.4/skin/default/loading-0.gif') no-repeat;
}

.u-flex, .u-flex-reverse {
    -webkit-box-orient: horizontal;
}

* {
    margin: 0;
    padding: 0;
}

.u-rela, .u-relative {
    position: relative;
}

.u-abso, .u-absolute {
    position: fixed;
}

image {
    display: inline-block;
}

.u-flex, .u-flex-col {
    display: -webkit-box;
}

div, p {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.u-flex {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.u-flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.u-flex-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.u-flex-reverse {
    -webkit-box-direction: reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.u-col-center {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.u-col-top {
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.u-col-bottom {
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-weight: normal;
}

.u-row-center {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: normal;
}

    .u-row-center span, .u-row-center a {
        clear: both;
        display: block;
        text-align: center;
    }

.u-row-left {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.u-row-right {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.u-row-between {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.u-row-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.u-text-left {
    text-align: left;
}

.u-text-center {
    text-align: center;
}

.u-text-right {
    text-align: right;
}

.u-flex-col {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.u-line-1, .u-line-10, .u-line-2, .u-line-3, .u-line-4, .u-line-5, .u-line-6, .u-line-7, .u-line-8, .u-line-9 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.u-line-1 {
    -webkit-line-clamp: 1;
}

.u-line-2 {
    -webkit-line-clamp: 2;
}

.u-line-3 {
    -webkit-line-clamp: 3;
}

.u-line-4 {
    -webkit-line-clamp: 4;
}

.u-line-5 {
    -webkit-line-clamp: 5;
}

.u-line-6 {
    -webkit-line-clamp: 6;
}

.u-line-7 {
    -webkit-line-clamp: 7;
}

.u-line-8 {
    -webkit-line-clamp: 8;
}

.u-line-9 {
    -webkit-line-clamp: 9;
}

.u-line-10 {
    -webkit-line-clamp: 10;
}

.u-flex-0 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
}

.u-flex-1 {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.cursor-pointer {
    cursor: pointer;
}

.color-0080FF {
    color: var(--main-color)
}

.switch-language {
    position: fixed;
    top: 20px;
    right: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    color: #606266;
}
    .switch-language img {
        width:16px;
        height:16px;
        margin-left:5px;
    }
    .switch-language ul {
        position: absolute;
        top: 16px;
        display: none;
        padding: 10px 0;
        margin: 5px 0;
        background-color: #FFF;
        border: 1px solid #EBEEF5;
        border-radius: 4px;
        box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    }
        .switch-language ul li {
            width: max-content;
            min-width: 100%;
            list-style: none;
            line-height: 36px;
            padding: 0 20px;
            margin: 0;
            font-size: 14px;
            color: #606266;
            cursor: pointer;
            outline: 0;
        }
        .switch-language ul li:hover {
            background-color: #ecf5ff;
            color: #66b1ff;
        }
        .switch-language:hover ul {
            display: block
        }
