body, button, input, select, textarea {
    font: 12px/1.5 Lucida Grande, Lucida Sans Unicode, Helvetica Neue, Hiragino Sans GB, Microsoft Yahei, sans-serif;
    color: #4b4b4b;
}

    input::-webkit-input-placeholder {
        color: #999;
    }

    input:-moz-placeholder {
        color: #999;
    }

    input::-moz-placeholder {
        color: #999;
    }

    input:-ms-input-placeholder {
        color: #999;
    }

a {
    color: white;
    text-decoration: none;
    outline: 0;
}

input[type=checkbox] {
    cursor: pointer;
    position: relative;
}

    input[type=checkbox]::after {
        position: absolute;
        top: 0;
        background-color: #fff;
        color: #fff;
        width: 14px;
        height: 14px;
        display: inline-block;
        visibility: visible;
        padding-left: 0px;
        text-align: center;
        content: ' ';
        border-radius: 2px;
        box-sizing: border-box;
        border: 1px solid #ddd;
    }

    input[type=checkbox]:checked::after {
        content: "";
        background-color: #26bed2;
        border-color: #26bed2;
        background-color: #26bed2;
    }

    input[type=checkbox]:checked::before {
        content: '';
        position: absolute;
        top: 1px;
        left: 5px;
        width: 3px;
        height: 8px;
        border: solid white;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
        z-index: 1;
    }

button:focus {
    outline: -webkit-focus-ring-color auto 0;
}

button[disabled], button[disabled] button {
    color: #ccc;
    opacity: 1;
    cursor: default;
}

.label_seprator {
    padding: 0 5px 0 5px;
    color: white;
}

.lr-login-top {
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.lr-login-logo {
    background: url(../images/login/mcp.png?v=20220301) no-repeat center;
    background-size: contain;
    width: 40px;
    margin: 5px 20px 5px 20px;
}

.mirror-site {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    align-items: center;
    color: #A9A9A9;
    font: 12px/20px "PingFangSC, PingFangSC-Medium;";
}

    .mirror-site .flag {
        color: white;
    }

    .mirror-site .flag-sel {
        color: #26bed2;
        font-weight: bold;
    }

.national-flag {
    width: 18px;
    position: relative;
    top: 4px;
    margin-right: 0.8em;
    display: inline-block;
    height: 12px;
    margin: 0 0.6em;
    background-image: url(../images/login/nationalflag.png);
}

    .national-flag.national-flag-cn {
        background-position: 0 -84px;
    }

    .national-flag.national-flag-sg {
        background-position: -36px -96px;
    }
.prefer-sys-mode {
    padding: 1px 10px;
    margin-right: 10px;
}

    .prefer-sys-mode .prefer-sys-mode-btn {
        display: inline-block;
        padding: 12px 0;
        color: #26bed2;
    }

    .prefer-sys-mode .prefer-sys-mode-btn i {
        font-size: 14px;
    }

.i18NContainer {
    border: 0;
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    align-items: center;
    margin-right: 5px;
    font-weight: 500;
    font: 12px/20px "PingFangSC, PingFangSC-Medium;";
}

    .i18NContainer .i18N {
        padding: 10px 5px 10px 5px;
        color: white;
    }

    .i18NContainer .i18N-sel {
        padding: 10px 5px 10px 5px;
        color: #26bed2;
    }

.lr-others {
    flex: 6;
}

.lr-login-it-support {
    padding: 10px;
    font-size: 12px;
    color: #26bed2;
    display: flex;
    font-weight: 500;
    cursor: pointer;
}

.it-support-logo {
    padding: 0 20px 0 10px;
    background: url(../images/login/it_support.png?v=20220301) no-repeat center;
    background-size: 50%;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    -webkit-font-smooting: antialiased;
}

.lr-login-mobile {
    padding: 10px;
    font-size: 12px;
    color: #26bed2;
    display: flex;
    font-weight: 500;
    cursor: pointer;
}

    .lr-login-mobile:hover::after {
        content: '';
        width: 120px;
        height: 120px;
        border: 5px solid white;
        background: url(../images/login/realseAPPBIG.png?v=20220301) top right;
        background-size: 100% auto;
        position: absolute;
        top: 50px;
        right: 0px;
        z-index: 99999;
    }

.mobile-logo {
    padding: 0 20px 0 10px;
    background: url(../images/login/mobile.png?v=20220301) no-repeat center;
    background-size: 50%;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    -webkit-font-smooting: antialiased;
}

.lr-login-qq {
    padding: 10px 5px 10px 5px;
    cursor: pointer;
}

.qq-logo {
    padding: 8px 5px 10px 35px;
    background: url(../images/login/qq.png?v=20220301) no-repeat 5%;
    background-size: contain;
}

.lr-login-center {
    top: 0px;
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-image: url("../images/login/bg.jpg?v=20230205");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: 0,0,center;
    display: flex;
    justify-content: space-between;
}

.lr-login-center-sub {
    /*background-color: rgba(0,56,115,0.7);*/
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 100%;
    min-width: 900px;
    margin: 0 10%;
}

.lr-login-setup {
    /*background-color: rgba(0,56,115,0.7);*/
    position: relative;
}

.lr-login-setup-logo {
    float: right;
    width: 80px;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    -webkit-font-smooting: antialiased;
    margin: 60px 20px 0 0;
}

.lr-password-login {
    flex: 1;
    display: flex;
    flex-direction: column;    
}

.lr-password-login-logo {
    background: url(../images/login/logo.png?v=20220301) no-repeat left;
    background-size: contain;
    padding: 10px 0;
    margin: 5px;
    width: 130px;
}

.lr-login-slogan-image {
    float: left;
    width: 560px;
    margin: 0 0 15px 0;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    -webkit-font-smooting: antialiased;
}

.lr-password-login-form {
    padding: 15px 5px 5px 5px;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    align-items: center;
    width: 560px;
}

    .lr-password-login-form > input {
        border-radius: 3px;
        margin: 0 10px 0 0;
        padding: 5px 0 5px 10px;
        border: none;
        outline: none;
        font: 14px/20px "PingFangSC, PingFangSC-Medium;";
        width: 130px;
        height: 28px;
    }

    .lr-password-login-form > button {
        border-radius: 3px;
        border: none;
        outline: none;
        text-align: center;
        white-space: nowrap;
        background-color: #26bed2;
        color: white;
        cursor: pointer;
        font: 14px/20px "PingFangSC, PingFangSC-Medium;";
        width: 80px;
        height: 28px;
    }

    .lr-password-login-form button.active {
        background-image: url(../images/loading1.gif);
        background-repeat: no-repeat;
        background-position: center;
        z-index: 10
    }

.lr-password-login-validate-code {
    position: relative;
}

    .lr-password-login-validate-code input {
        border-radius: 3px;
        margin: 0 10px 0 0;
        padding: 5px 0 5px 10px;
        border: none;
        outline: none;
        font: 14px/20px "PingFangSC, PingFangSC-Medium;";
        width: 160px;
        height: 28px;
    }

    .lr-password-login-validate-code img {
        cursor: pointer;
        position: absolute;
        display: block;
        right: 10px;
        top: 0px;
        width: 60px;
        height: 28px;
        line-height: 28px;
        background-color: red;
        color: #ffffff;
    }

.lr-password-login-statement {
    margin: 5px;
    /*width: 400px;*/
    font: 12px/18px "PingFangSC, PingFangSC-Regular;";
    color: white;
    display: flex;
}

    .lr-password-login-statement .login-statement-term {
        border: 1px;
        color: rgba(38,190,210,1.000);
    }

    .lr-password-login-statement .statement-warning {
        animation: statementWarning 800ms ease-out infinite alternate;
        padding-right: 2px;
    }

@keyframes statementWarning {
    0% {
        border-color: red;
        border-radius: 3px;
        box-shadow: 0px 0px 5px rgba(255,244,244,.2), inset 0 0 5px rgba(255,244,244,.1), 0px 0px 1px 1px #ff0000;
    }

    100% {
        border-color: #D5DADE;
        box-shadow: 0 0 20px rgba(255,244,244,.6), inset 0 0 10px rgba(255,244,244,.4), 0px 0px 1px 1px rgb(255,244,244);
    }
}

.lr-password-login-options {
    padding: 5px 5px 5px 5px;
    width: 250px;
    font: 12px/18px "PingFangSC, PingFangSC-Regular;";
    color: white;
    display: flex;
}

    .lr-password-login-options > label {
        cursor: pointer;
        margin-left: 0px;
    }

        .lr-password-login-options > label > input {
            margin-bottom: 4.5px;
            vertical-align: middle;
        }

    .lr-password-login-options > span {
        float: right;
        margin-left: 25px;
    }

.lr-password-login-tips {
    border-radius: 3px;
    width: 250px;
    margin: 25px 5px 0 5px;
    border-radius: 5px;
    padding: 0px 5px 0px 5px;
    background-color: #FFF4F4;
    font-weight: bold;
    color: #F84949;
    font: 12px/24px "PingFangSC, PingFangSC-Regular;";
}

.lr-password-login-tips-error {
}

.lr-password-login-link {
    padding: 5px 5px 0px 5px;
    width: 300px;
    font: 12px/18px "PingFangSC, PingFangSC-Regular;";
    color: white;
    display: flex;
    justify-content: space-between;
}

    .lr-password-login-link a:hover {
        text-decoration: underline;
    }

.lr-password-login-link-eMcpLogin {
    position: relative;
}

    .lr-password-login-link-eMcpLogin:hover::after {
        content: '';
        width: 120px;
        height: 120px;
        border: 5px solid white;
        background: url(../images/login/realseAPPBIG.png?v=20230630) top right;
        background-size: 100% auto;
        position: absolute;
        top: 25px;
        left: 0;
        z-index: 99999;
    }

.lr-password-login-link-eMcpLogin-En {
    position: relative;
}
    .lr-password-login-link-eMcpLogin-En:hover::after {
        content: '';
        width: 120px;
        height: 120px;
        border: 5px solid white;
        background: url(../images/login/realseAPPBIG-En.png?v=20230630) top right;
        background-size: 100% auto;
        position: absolute;
        top: 25px;
        left: 0;
        z-index: 99999;
    }

.lr-password-login-link-group-website {
    position: relative;
}
    .lr-password-login-link-group-website:hover {
        cursor: pointer;
    }

.lr-password-login-link-eTiger {
    position: relative;
}

    .lr-password-login-link-eTiger:hover::after {
        content: '';
        width: 120px;
        height: 120px;
        border: 5px solid white;
        background: url(../images/login/eTigerAPP.png?v=20230612) top right;
        background-size: 100% auto;
        position: absolute;
        top: 25px;
        left: 0;
        z-index: 99999;
    }

.lr-password-login-link-eChem {
    position: relative;
}

    .lr-password-login-link-eChem:hover::after {
        content: '';
        width: 120px;
        height: 120px;
        border: 5px solid white;
        background: url(../images/login/eChemAPP.png?v=20230612) top right;
        background-size: 100% auto;
        position: absolute;
        top: 25px;
        left: 0;
        z-index: 99999;
    }

.lr-password-login-link-0elem {
    position: relative;
}

    .lr-password-login-link-0elem:hover::after {
        content: '';
        width: 120px;
        height: 120px;
        border: 5px solid white;
        background: url(../images/login/0elemAPP.png?v=20230613) top right;
        background-size: 100% auto;
        position: absolute;
        top: 25px;
        left: 0;
        z-index: 99999;
    }

.lr-password-login-version {
    padding: 15px 5px 0 5px;
    width: 300px;
    font: 12px/18px "PingFangSC, PingFangSC-Regular;";
    color: white;
    display: flex;
    justify-content: start;
}

.lr-anc-login {
    height: 160px;
    width: 270px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    cursor: pointer;
    border-radius: 8px;
}

.lr-anc-login .title {
    text-align: center;
    width: 100%;
    height: 44%;
    color: #fff;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    -moz-backdrop-filter: blur(3px);
    -ms-backdrop-filter: blur(3px);
    border-radius: 0 0 8px 8px;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.lr-anc-login .title .main {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 10px;
}

.lr-anc-login .title .sub {
    margin: 0 10px;
}

.lr-weixin-login {
    width: 133px;
}

.lr-weixin-login-form {
    width: 133px;
    float: right;
}

.lr-weixin-login-logo {
    width: 100%;
    height: 155px;
}

.lr-weixin-login-text {
    background-color: #26bed2;
    border-radius: 3px;
    color: white;
    width: 100%;
    border: 0;
    font: 14px/24px "PingFangSC, PingFangSC-Medium;";
}

.lr-login-bottom {
    width: 100%;
    text-align: center;
    font-size: 12px;
    position: absolute;
    bottom: 0px;
    background-color: rgba(0, 0, 0, .7);
}

.lr-login-bottom-line {
    padding: 10px 0 10px 0px;
    color: #AEAEAE;
}
.lr-login-sys-mode-bg {
    backdrop-filter: blur(5px);
}

.lr-login-sys-mode {
    justify-content: center;
    font-size: 38px;
    color: white;
    width: 100%;
    height: 100%;
    display: grid;
    align-items: center;
    /* border: 2px solid white; */
    grid-template-columns: 325px 325px;
    grid-gap: 30px;
}

.lr-login-sys-mode::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #0B1233 0%, #222949 100%);
    opacity: 0.64;
    pointer-events: none;
}

.lr-login-sys-mode-item {
    border-radius: 18px;
    width: 100%;
    height: 235px;
    background-color: rgba(0, 0, 0, .4);
    cursor: pointer;
    display: grid;
    font-size: 20px;
    grid-gap: 32px;
    /* grid-template-columns: 60px 325px; */
    /* align-items: center; */
    z-index: 9999;
    margin-bottom: 20px;
}

    .lr-login-sys-mode-item:hover {
        border: 1px solid #4D6868;
    }

.lr-login-sys-mode-item > span {
    font-size: 22px;
    text-align: center;
}
.lr-login-sys-mode-item > img {
    width: 325px;
    height: 100px;
    margin: auto 0 0 0;
}