html,
.login-bg {
    height: 100%;
}

body {
    overflow-y: overlay;
    min-width: 0;
    background: transparent;
}

*::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

*::-webkit-scrollbar-thumb {
    height: 50px;
    width: 10px;
    border-radius: 5px;
    background-color: #b7b7b7;
}

*::-webkit-scrollbar:hover {
    width: 10px;
    background-color: #ededed;
}

*::-webkit-scrollbar-thumb:hover {
    background-color: #A0A0A0;
}

*::-webkit-scrollbar-thumb:active {
    background-color: #8e8e8e;
}

.login-wrapper {
    height: 100%;
    width: 1280px;
    margin: 0 auto;
    padding-top: 40px;
}

.login-logo {
    width: 236px;
    height: 50px;
    margin: 0 0 0 200px;
    background: url(../images/login-logo.png) no-repeat 0 0;
    display: block;
}

.login-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100% - 114px);
}

.login-main {
    width: 480px;
    z-index: 999;
    background-color: #fff;
    padding-top: 48px;
    padding-bottom: 48px;
    float: right;
}

.each-login-tit {
    width: 75px;
    display: inline-block;
    color: #fff;
    opacity: 0.6;
    float: left;
}

.each-login-item {
    /*height: 40px;line-height: 40px;*/
    font-size: 14px;
    vertical-align: middle;
}

.login-phone {
    color: #fff;
    padding: 0 10px;
    vertical-align: middle;
    font-size: 18px;
}

.each-login-item {
    overflow: hidden;
    zoom: 1;
    margin-bottom: 20px;
}

.login-yzm {
    width: 369px;
    height: 38px;
    border: 1px solid #c5c5c5;
    padding: 0 0 0 8px;
    float: left;
    border-radius: 2px;
}

.login-yzm-input {
    background: none;
    border: none;
    width: 260px;
    height: 38px;
    float: left;
    line-height: 38px;
    outline: none;
    color: #333333;
    font-size: 14px;
    /*opacity: 0.6;*/
}

.get-yzm {
    text-align: center;
    float: right;
    background: none;
    border: none;
    width: 88px;
    padding-left: 12px;
    padding-right: 12px;
    border-left: 1px solid #c5c5c5;
    height: 20px;
    margin-top: 10px;
    line-height: 20px;
    color: #00aec7;
    font-size: 14px;
    cursor: pointer;
    outline: none;
}

.login-button {
    cursor: pointer;
    width: 380px;
    height: 40px;
    line-height: 40px;
    border: none;
    background: #00aec7;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    font-weight: 500;
}

.login-title {
    display: flex;
    line-height: 24px;
    text-align: center;
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 50px;
    margin-left: 50px;
    margin-right: 50px;
    border-bottom: 1px solid #c5c5c5;
}

.login-title span {
    width: 50%;
    padding-bottom: 23px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0;
    color: #333;
    margin-bottom: -1px;
}


/* .login-title span:hover {
    color: #3dc1d4;
} */

.text-login {
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    display: none
}

.text-login-error {
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    display: none;
    color: #DF262C
}

.text-login a {
    color: #00aec7
}

.get-real-pwd {
    width: 18px;
    height: 18px;
    float: right;
    margin: 10px 8px 0 0;
    cursor: pointer;
    /* background: url(../images/login.png) no-repeat 0 0; */
    background: url(../img/closeEye.svg) no-repeat;
}

.get-open-pwd {
    /* background-position: -25px 0 */
    background: url(../img/openEye.svg) no-repeat;
}

.login-tips {
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    color: #666;
    margin-top: -6px;
}

#textLoginInError {
    float: left;
}

.forget-pwd {
    float: right;
    color: #00aec7;
    cursor: pointer;
}

.login-yzm input::-webkit-input-placeholder {
    color: #999999;
}

.login-box {
    padding: 0 50px 0 50px;
}

.set-pwd,
.forget-pwd {
    color: #00aec7;
    cursor: pointer;
}

.set-pwd:hover,
.forget-pwd:hover {
    color: #3dc1d4;
}

.set-pwd:active,
.forget-pwd:active {
    color: #05809e;
}

.login-button:hover {
    background: #3dc1d4;
}

.login-button:active {
    background: #05809e;
}

.focus-input {
    border: 1px solid #00AEC7;
}

.error-input {
    border: 1px solid #DF262C;
}

.error-login-msg {
    color: #DF262C;
    font-size: 12px;
    margin-top: 4px;
    display: none;
}

.tips-login-msg {
    color: #0093AD;
    font-size: 12px;
    margin-top: 10px;
    display: none;
}

.login-find-title {
    /* margin-bottom: 40px !important; */
    display: block;
    border: none;
}

.login-find-button {
    /* margin-top: 20px; */
}

.login-err-button-top {
    margin-top: 2px !important;
}

input {
    animation: resetBg .1s forwards;
    box-shadow: 0 0 0px 19px white inset;
}

@keyframes resetBg {
    to {
        background-color: #fff;
        background: transparent;
    }
}

.login-agree {
    border: 1px solid #ccc!important;
    box-shadow: none!important;
    vertical-align: middle;
    margin-right: 5px;
    display: none;
}

.agree-content {
    color: #00aec7;
    margin: 0 2px;
    cursor: pointer;
}

.agree-content:hover {
    color: #3dc1d4;
}

.agree-content:active {
    color: #05809e;
}

.user-note-page {
    padding: 10px;
    font-size: 14px;
}

.user-note-page h1 {
    text-align: center;
    font-size: 24px;
    margin: 20px 0;
}

.user-note-page h2 {
    font-size: 18px;
    margin: 10px 0;
}

.login-strength {
    color: white;
    background-color: #A7A7A7;
    margin: 1px;
    width: 380px !important;
    margin: 38px;
}

.login-strength span {
    width: 33%;
    text-align: center;
}

.yidun_bgimg {
    width: 310px;
    height: 155px;
}

.tips {
    height: 38px;
    width: 310px;
    border: 1px solid #999;
    margin-top: 30px;
    background-color: #eee;
    display: flex;
}

.slider {
    line-height: 36px;
    width: 36px;
    border: 1px solid #888;
    border-radius: 2px;
    background-color: white;
    text-align: center;
    font-size: 20px;
    color: #777;
    z-index: 999;
}

.indicator {
    background-color: #00AEC777;
    height: 100%;
    ;
}

.slider:hover {
    /* color: white; */
    background-color: #00AEC7;
    transition: background .2s linear;
    cursor: pointer;
}

.puzzle-modal {
    width: 320px;
    border-radius: 2px;
    border: 1px solid #e4e7eb;
    box-shadow: 0 0 10px #00000030;
    padding: 20px;
    background-color: #fff;
}

.modal-container {
    /* position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00000025; */
    display: none;
    /* justify-content: center;
    align-items: center; */
}

.progress-bar {
    height: 5px;
    width: 400px;
    margin-bottom: 10px;
    margin-top: -15px;
    border: 1px solid #888;
    border-radius: 5px;
    display: none;
}

.progress-bar div {
    margin: 0.5px;
    height: 4px;
    width: 133px;
}

#changeLogin {
    color: #00AEC7;
    cursor: pointer;
    display: none;
}

#codeTel {
    /* display: none; */
}

.user-note-page {
    position: relative;
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    margin: 0 20px 30px 20px;
}

.btn-no-agree {
    /* position: absolute; */
    display: block;
    width: 206px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    background: #00aec7;
    border-radius: 2px;
    color: #fff;
    text-align: center;
    /* right: 10px; */
    /* top: 10px; */
    cursor: pointer;
    margin: 14px auto 10px;
}

.user-note-page h1 {
    font-size: 16px;
    text-align: center;
    margin: 10px 0 12px;
    color: #000000;
    line-height: 24px;
}

.user-note-page h2 {
    font-weight: bold;
}

.user-note-page p {}

.user-note-page em {
    font-style: normal;
    color: #DF262C;
}

.user-note-page i {
    font-style: normal;
    font-weight: bold;
}

.user-note-page .lev1 {
    font-size: 16px;
    color: #000000;
    line-height: 24px;
}

.user-note-page b {
    color: #333333;
}

#lanSetting {
    color: #fff;
    cursor: pointer;
    position: fixed;
    right: 25px;
    top: 20px;
}

.login-title-active {
    color: #00AEC7 !important;
    border-bottom: 2px solid #00aec7;
    font-weight: 600 !important;
}

.login-byaccount {
    display: block;
}

.login-bycode {
    display: none;
}

.body-reg .login-byaccount {
    display: none;
}

.body-reg .login-bycode {
    display: block;
}

.header-container {
    background: #333;
    box-shadow: 0 0 2px rgb(0 0 0 / 30%);
    height: 36px;
}

.header-box {
    display: flex;
    margin: 0 auto;
    width: 1280px;
    justify-content: space-between;
}

.content .gel1 {
    /* height: 320px !important; */
}


/* .gel-login {
    position: relative;
    width: 100px;
    background: #fff;
    border-radius: 16px;
    height: 32px;
    color: #00aec7;
    text-align: center;
    line-height: 32px;
    margin-right: 50px;
    top: 230px;
    cursor: pointer;
} */

.gel-reg {
    position: relative;
    width: 100px;
    border-radius: 16px;
    height: 32px;
    color: #fff;
    text-align: center;
    line-height: 32px;
    margin-left: 50px;
    top: 230px;
    border: 1px solid #fff;
    cursor: pointer;
}

.copyright {
    font-size: 16px;
    color: #999999;
    line-height: 24px;
    text-align: center;
    margin-top: 30px;
    padding: 10px 0;
}

.copyright a {
    outline: none;
    text-decoration: none;
    color: #999999;
}

.gel-login-body {
    position: fixed;
    z-index: 902 !important;
}

.gel-login-body iframe {
    width: 100%;
}

.footer {
    text-align: center;
    height: 44px;
    padding-top: 10px;
    line-height: 20px;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #ccc;
}

.footer a {
    color: #ccc;
}

.login-close {
    position: absolute;
    right: 25px;
    top: 25px;
    cursor: pointer;
}

.login-main-bycode {
    /* min-height: 360px; */
}

.login-main-bycode .login-tips {
    display: none;
}

.login-tips-bycode {
    display: none;
}

.login-main-bycode .login-tips-bycode {
    display: inline;
    font-size: 14px;
    line-height: 20px;
}

.foot-content {
    margin: 40px 0;
    display: flex;
}

.foot-content * {
    font-family: PingFangSC-Regular;
}

.foot a {
    color: #DBDBDB;
    text-decoration: none;
}

.foot {
    font-size: 12px;
    white-space: nowrap;
    color: #DBDBDB;
    color: #DBDBDB;
    letter-spacing: 0;
    line-height: 20px;
    background: #191c1f;
    display: flex;
    justify-content: center;
}

.foot-row {
    display: flex;
}

.foot-row>* {
    flex-shrink: 0;
}

.foot-col {
    display: flex;
    flex-direction: column;
}

.foot-col>* {
    margin-bottom: 4px;
}

.foot-col>*:last-child {
    margin-bottom: 0px;
}

.foot-vertical-line {
    width: 1px;
    flex-grow: 1;
    background-color: #DBDBDB;
}

.foot-left-top {
    margin-bottom: 28px;
}

.foot-left-top> :first-child {
    margin-bottom: 4px;
}

.foot-left {
    padding-right: 60px;
}

.foot-right {
    padding-left: 40px;
}

.foot-right>* {
    margin-bottom: 4px;
}

.foot-right>*:last-child {
    margin-bottom: 0px;
}

.foot-right span {
    min-width: 72px;
}

.foot-right a {
    min-width: 72px;
}

.foot-right-header {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}

.w-100 {
    width: 100px !important;
}

.w-200 {
    width: 200px !important;
}

.w-258 {
    width: 258px !important;
    overflow-wrap: break-word;
    white-space: normal;
}

.mr-40 {
    margin-right: 40px;
}

.mr-8 {
    margin-right: 8px !important;
}

.header-right {
    color: #fff;
    font-size: 14px;
    line-height: 33px;
    cursor: pointer;
}

.header-right span:hover {
    color: #00aec7 !important;
}

.header-right span:active {
    color: #05809e !important;
}

.setting-login {
    margin-right: 32px;
}

.login-mask {
    position: fixed;
    /* 使遮罩层固定在视口上 */
    top: 0;
    left: 0;
    width: 100%;
    /* 遮罩层宽度为100% */
    height: 100vh;
    /* 遮罩层高度为100%视口高度 */
    background-color: rgba(0, 0, 0, 0.5);
    /* 半透明的黑色背景 */
    z-index: 901;
    /* 确保遮罩层在其他元素之上 */
    display: none;
}

.body-noscroll {
    overflow-y: hidden !important;
}

.loginAccountForPhone {
    margin-left: 64px;
    width: 290px;
}

.login-yzm-86 {
    position: absolute;
    display: inline-block;
    height: 38px;
    line-height: 39px;
    color: #333;
    background: #f2f2f2;
    margin-left: -8px;
    width: 56px;
    padding-left: 8px;
}

.jss46 {
    color: #666;
    margin-left: 4px;
}

.login-find-main {
    padding-top: 40px;
    padding-bottom: 30px;
}

.rtn-login {
    color: #00aec7;
    cursor: pointer;
    text-align: center;
    width: 380px;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    margin-top: -6px;
}

.login-input-long {
    width: 320px;
}

.login-input-small {
    width: 244px;
}

.choose-login-agree {
    height: 12px;
    width: 12px;
    display: inline-block;
    border: 1px solid #c5c5c5;
    border-radius: 2px;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 2px;
    user-select: none;
    cursor: pointer;
}

.login-agree:checked+.choose-login-agree {
    height: 14px;
    width: 14px;
    border: none;
    background: url(../img/select.svg) no-repeat;
    /* background-position: -1.5px -2px; */
}

.gelEn .login-tips {
    font-size: 13px;
}

.gelEn .login-yzm-86 {
    width: 50px;
}

.gelEn .loginAccountForPhone {
    margin-left: 58px;
    width: 300px;
}

.err-input-item {
    margin-bottom: 10px;
}

.each-login-item-code .login-yzm {
    border: none;
    padding-left: 0;
    height: 40px;
    width: 380px;
}

.each-login-item-code .login-input-small {
    border: 1px solid #c5c5c5;
    line-height: 38px;
    height: 38px;
    padding-left: 8px;
}

.error-input .login-input-small {
    border: 1px solid #DF262C !important;
}

.each-login-item-code .get-yzm {
    border: 1px solid #c5c5c5;
    line-height: 38px;
    height: 38px;
    margin-top: 0;
    color: #333;
    font-weight: 400;
    border-radius: 2px;
}

.each-login-item-code .get-yzm:hover {
    color: #3dc1d4;
    border-color: #3dc1d4;
}

.each-login-item-code .get-yzm:active {
    color: #05809e;
    border-color: #05809e;
}

.each-login-item-code .focus-input .login-input-small {
    border: 1px solid #00AEC7;
}

.each-login-item-agreelist {
    margin-bottom: 50px;
}

.each-login-item-agreelist .error-login-msg {
    position: absolute;
}

.login-main-long {
    padding-top: 28px;
    padding-bottom: 28px;
}

.login-main-long .each-login-item-agreelist {
    margin-bottom: 30px;
}

.login-main-long .login-title {
    margin-bottom: 30px;
}

.gelEn .login-tips span {
    width: 60%;
    display: inline-block;
}

.footEn .foot-right span {
    min-width: 50px;
}

.footEn .foot-left {
    padding-right: 20px;
}

.footEn .foot-right {
    padding-left: 40px;
}

.footEn .foot-content {
    min-width: 1280px;
    padding: 0 12px;
}

.footEn .foot-row-w-100 {
    min-width: 100px !important;
}

.footEn .foot-row-a {
    margin-top: 28px;
}

.footEn .foot-row-a a {
    margin-right: 12px;
    min-width: 88px !important;
}

.footEn .foot-row-a-last {
    margin-left: 12px;
}