.lang-options {
    position: absolute;
    width: 150px;
    top: 60%;
    height: 0;
    right: -34px;
    overflow: hidden;
    transition: height 0.3s ease-out;
    z-index: 9999;
}

.language-switcher-locale-url {
    position: absolute;
    top: -100px;
    width: 100%;
    border: 1px solid #c3c7ce;
    background: #fff;
    padding: 10px 0;
    color: #36383c;
    transition: top 0.3s ease-out;
    box-sizing: border-box;
}

.language-switcher-locale-url:before {
    content: '';
    display: block;
    position: absolute;
    left: 30px;
    top: -15px;
    border: 7px solid transparent;
    border-bottom: 7px solid #c3c7ce;
}

.language-switcher-locale-url:after {
    content: '';
    display: block;
    position: absolute;
    left: 30px;
    top: -13px;
    border: 7px solid transparent;
    border-bottom: 7px solid #fff;
}

.language-switcher-locale-url li {
    padding: 0 10px 0 20px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin: 0;
    box-sizing: border-box;
    text-align: left;
}

.language-switcher-locale-url li:hover, .language-switcher-locale-url li.active {
    background: #f2f5f7;
}

.language-switcher-locale-url a {
    display: inline-block;
    width: 100%;
    color: #36383c;
    text-decoration: none;
}

.language-switch:hover + .lang-options, .lang-options:hover {
    height: 110px;
}

.language-switch:hover + .lang-options .language-switcher-locale-url, .lang-options:hover .language-switcher-locale-url {
    top: 20px;
}

.language-switch:hover {
    text-decoration: none;
}

.LoginSwitchDiv {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    height: 65px;
    border-bottom: 1px solid #DFE1E6;
    font-size: 18px;
    color: rgba(0, 0, 0, .5);
    cursor: pointer;
}

.LoginSwitchDiv .loginSelectDiv {
    flex-grow: 1;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.intervalDiv {
    color: #DDD;
}

.LoginSwitchDiv .intervalDiv {
    height: 20px;
    border-right: 1px solid #DFE1E6;
}

.selectedType {
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 3px solid #252B3A;
    color: #252B3A;
}

.loginTitle {
    text-align: center;
    margin-top: 60px;
}

.loginBtn,
.loginBtn:hover,
.loginBtn:active
{
    background-color: #C7020B;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    font-size: 14px !important;
    height: 48px;
    margin: 0 auto;
    display: block;
    line-height: 48px;
    border: none;
}

.buttonAreaDiv {
    margin-top: 30px;
    width: 100%;
}

.shadowSuggestDiv {
    width: 100%;
    display: table;
    color: #6f7479;
    font-size: 14px;
    margin-top: 40px;
    text-align: left;
}

.shadowSuggest {
    width: 100%;
    display: table;
    color: #6f7479;
    font-size: 10px;
    margin-top: 10px;
    text-align: left;
}

.login-function-block {
    color: #929699;
    text-align: left;
    margin-top: 25px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    cursor: pointer;
}


.logout-function-block {
    color: #929699;
    text-align: right;
    margin-top: 25px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: space-around;
    cursor: pointer;
}

.login-function-block .register-block {
    margin-top: 0;
}

.login-function-block .forgot-block {
    margin-top: 0;
}

.logout-function-block .logout-block {
    margin-top: 0;
    text-align: right;
    align-items: center;
}

.footer_copyright {
    padding: 15px 0;
    line-height: 24px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.footer_copyright .menu_copyright {
    margin-left: 50px;
    display: inline-block;
    font-size: 14px;
    width: 90%;
}

.footer_copyright .menu_legalStatement {
    margin-right: 10px;
    display: inline-block;
    font-size: 14px;
    width: 5%;
    color: rgba(37, 43, 58, .7);
    min-width: 60px;
}

.footer_copyright .menu_private {
    margin-right: 200px;
    display: inline-block;
    font-size: 14px;
    width: 5%;
    color: #526ECC;
    min-width: 60px;
}

.footer_copyright .menu_private .menu_legalStatement a {
    font-size: 14px;
    color: rgba(37, 43, 58, .7);
    position: relative;
}

.privacyMsg {
    margin-top: 22px;
    width: 100%;
    font-size: 12px;
}

.privacyMsgLink {
    color: #526ECC;
}

.layui-form-item {
    margin-bottom: 4px;
}

.layui-form-label {
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: left;
    padding: 0;
}

.layui-form-label.required::before {
    content: '*';
    color: #c7000b;
    margin-right: 6px;
    margin-left: -11px;
}

.layui-input-block {
    text-align: left;
}

.layui-input {
    padding: 0 12px;
    height: 40px;
}

.layui-form-danger+.layui-form-select .layui-input,
.layui-form-danger:focus {
    background-color: #ffeeed;
    border-color: #f66f6a !important;
}

.layui-form-radio>i {
    font-size: 16px;
}

.layui-textarea {
    padding: 12px;
    height: 128px;
    resize: none;
}

.textarea-box {
    position: relative;
}

.word-limit {
    position: absolute;
    right: 12px;
    bottom: 1px;
    padding: 10px;
    background-color: #fff;
}

.word-limit span {
    color: #adb0b8;
}

.layui-form-checkbox[lay-skin=primary] span {
    color: #252b3a;
}

a.link {
    color: #526ecc;
}

a.link:hover {
    text-decoration: underline;
}


/* 隐私声明 */
.layui-layer-dialog {
    box-shadow: none !important;
    color: #252b3a;
}

.privacyInfo .layui-layer-title {
    font-size: 18px !important;
    height: 26px !important;
    line-height: 26px !important;
    border: none;
    margin: 32px 0 28px;
    text-align: center;
    border-bottom: none !important;
    color: #252b3a !important;
}

.privacyInfo .layui-layer-content {
    height: 326px !important;
    font-size: 12px !important;
    line-height: 18px !important;
    padding: 0 32px !important;
}

.paragraph {
    text-indent: 24px;
}

.paragraph+.paragraph,
.paragraph li+li {
    margin-top: 12px;
}

.layui-layer-content h3 {
    margin: 16px 0;
    font-weight: bold;
}

.layui-layer-content h4 {
    margin: 14px 0;
    font-weight: bold;
}

.privacyInfo .layui-layer-btn {
    padding: 0 !important;
    margin: 28px 0 32px;
}

.layui-layer-btn a {
    margin: 0 !important;
}

.layui-layer-btn a+a {
    margin-left: 8px !important;
}

/* 弹窗 */
.submitInfo {
    width: 360px;
}

.submitInfo .layui-layer-title {
    height: auto !important;
    line-height: 24px !important;
    padding: 32px !important;
    padding-bottom: 0px !important;
    border-bottom: none !important;
    font-size: 18px !important;
    font-weight: bold !important;
    color: #252b3a !important;
}

.submitInfo.layui-layer-dialog .layui-layer-content {
    padding: 28px 32px !important;
}

.submitInfo .layui-layer-btn {
    text-align: center !important;
    padding: 32px !important;
    padding-top: 0 !important;
    border-radius: 2px;
}

.boxPh {
    width: 100%;
    height: auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    padding: 48px 40px 40px 40px;
    background-color: #fff;
}

.containerPh {
    height: 100%;
    width: 100%;
    padding: 0 0px;
}

.layui-input-blockPh {
    margin-left: 120px;
}

.layui-check-blockPh {
    margin-left: 0px;
    float: left;
}

.layui-confirm-block {
    text-align: center;
}

/*mobileLogin*/
@media (max-width: 1000px) {
    .login-container {
        min-width: fit-content;
    }
    #loginAdv .left-font {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        left: 20px;
        width: 30%;
        max-width: 550px;
    }
    #loginDiv > .login-middle-block {
        right: 20px;
    }
    .footer_copyright .menu_private {
        margin-right: 50px;
    }
}
@media (max-width: 800px) {
    .login-logo img {
        width: fit-content;
        height: 36px;
    }
    .login-back {
        height: 38px !important;
    }
    .login-container {
        background: #fff;
        min-width: fit-content;
        position: relative;
    }
    .login-container #loginDiv {
        position: static;
        width: 100%;
        display: flex;
        justify-content: space-around;
        margin-top: 40px;
    }
    #loginDiv > .login-middle-block {
        background: none;
        width: 440px;
        height: 500px;
        padding: 20px 0 0;

        float: right;
        position: static;
        z-index: 5;
        top: 0;
        left: 0;
        margin-top: 0px;
        right: 0px;

    }
    #loginAdv, #loginForm .otherLoginWays .otherLoginTip {
        display: none;
    }
}
@media (max-width: 500px) {
    .login-back > a {
        margin-right: 0px;
        margin-left: 12px;
    }
    .login-container #loginDiv {
        margin-top: 0px;
    }
    #loginDiv > .login-middle-block {
        background: none;
        width: 100%;
        height: 100%;
        padding: 20px 0 0;
        margin-top: 0px;
        right: 0px;
    }
    .login-middle-block .login-form {
        padding: 20px 0px;
    }
    #loginAdv, #loginForm .otherLoginWays .otherLoginTip {
        display: none;
    }
    .LoginSwitchDiv {
        position: fixed;
        top: 60px;
        width: calc(100% - 40px);
    }
    .shadowSuggestDiv {
        position: fixed;
        bottom: 60px;
        width: calc(100% - 40px);
    }
    .shadowSuggest {
        position: fixed;
        bottom: 20px;
        width: calc(100% - 40px);
    }
}
