.pop-ups {
    width: 460px;
    position: fixed;
    z-index: 200;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    border-radius: 3px;
    padding: 8px 0 32px 0;
    box-sizing: border-box;
    overflow: visible;
    display: none;
    background: white;
}
.pop-ups .title {
    font-family: var(--theme-global-title-font), sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: left;
    margin: 0;
    height: 48px;
    border-bottom: 1px solid #E5E6EB;
}
.pop-ups .title span {
    width: 380px;
    margin: 0 auto;
    display: block;
}

.pop-ups .pop-ups-head {
    height: 50px;
    margin: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pop-ups .pop-ups-body {
    width: 380px;
    margin: 0 auto;
}

.pop-ups .pop-ups-body input {
    background-color: #FFF;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    width: 100%;
}
.pop-ups .pop-ups-body .login-div .flex_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pop-ups .pop-ups-body .btn-div {
    margin: 32px auto 0;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.24em;
    text-align: center;
    border-radius: 3px;

    background: var(--button-color-gradient-bg1);
    color: var(--button-color-gradient-text1);
}

.pop-ups .pop-ups-body .title {
    font-family: var(--theme-global-title-font), sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    margin: 24px 0 16px 0;
}

.pop-ups .pop-ups-body .login-div .input-div {
    line-height: 50px;
    height: 50px;
    border-bottom: 1px solid #E5E6EB;
    margin-bottom: 5px;
}

.pop-ups .pop-ups-body .login-div .foot {
    display: flex;
    justify-content: space-between;
    font-family: PingFang SC;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    color: #999999;
}

.pop-ups .pop-ups-foot {
    width: 380px;
    margin: 0 auto;
    text-align: center;
}

.pop-ups .pop-ups-foot .protocol-div {
    margin-top: 8px;
}
.pop-ups .pop-ups-foot .protocol-div a{
    color: var(--button-color-text5);
}

input {
    border: none;
    outline: none;
}

.login_pop_cover {
    width: 100%;
    height: 2000px;
    background-color: rgba(0, 0, 0, 0.3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 200;
    display: none;
}

.login_pop {
    width: 460px;
    height: auto;
    background: white;
    position: fixed;
    z-index: 200;
    top: 20%;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 5px;
    padding: 36px 46px;
    box-sizing: border-box;
    overflow: visible;
    display: none;
}

.login_pop .close,
.login_pop .other_login_tip,
.phoneArea .phoneIcon,
.key_con .keyIcon .login_pop .eye_close,
.login_pop .eye_open,
.login_pop .eye,
.phoneArea .phoneClear,
.login_pop .right_cornor,
.login_pop .right_cornor .tip:after {
    background-image: url(../../img/login-bg.png);
}

.login_pop .close {
    width: 20px;
    height: 20px;
    background-position: -50px -239px;
    background-repeat: no-repeat;
    position: absolute;
    left: 15px;
    top: 15px;
    cursor: pointer;
    border-radius: 50%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 1s;
    transition: all 1s;
}

.login_pop .right_cornor {
    width: 68px;
    height: 68px;
    position: absolute;
    background-position: 0px -288px;
    cursor: pointer;
    right: 6px;
    top: 6px;
}

.login_pop .title {
    width: 100%;
    height: 55px;
    line-height: 53px;
    font-size: 24px;
    color: white;
    text-align: center;
    position: relative;
    color: rgba(155, 155, 155, 1);
}

.login_pop .title .btn {
    font-size: 24px;
    position: relative;
    margin: 0 30px;
    cursor: pointer;
}

.login_pop .title .btn.on {
    color: #4A4A4A;
    position: relative;
}

.login_pop .title .btn.on:after {
    content: '';
    width: 32px;
    height: 4px;
    background-color: #4A4A4A;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -16px;
}

.login_pop article {
    position: relative;
    overflow: hidden;
    min-height: 30px;
}

.warring {
    width: 100%;
    height: 15px;
    font-size: 12px;
    color: #d14c49;
    text-align: center;
    display: none;
    position: absolute;
    top: 3px;
}

.phoneArea {
    margin: 0 auto;
    margin-top: 16px;
    border-bottom: 2px solid #d8d8d852;
    color: #4A4A4A;
    position: relative;
}

.phoneArea .phoneIcon {
    display: block;
    float: left;
    width: 40px;
    height: 33px;
    background-repeat: no-repeat;
    background-position: 9px -153px;
}

.phoneArea .phoneProxy {
    width: 26px;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(204, 204, 204, 1);
    line-height: 20px;
    margin-right: 10px;
}

.login_pop article .phone,
.login_pop article .pass,
.login_pop article .name,
.login_pop article .key {
    color: #4A4A4A;
    font-size: 14px;
    border: 0;
    height: 32px;
    line-height: 36px;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
    outline: 0;
}

.login_pop article p {
    text-align: left;
    color: #7b7b7b;
    font-size: 14px;
    height: 22px;
    line-height: 16px;
    margin: 10px 11px 10px;
}

.login_pop article .error_tip {
    color: #FE294E;
    position: absolute;
    bottom: -35px;
    left: 0;
}

.phoneArea .phoneClear {
    width: 20px;
    height: 20px;
    margin: 5px 0;
    cursor: pointer;
    float: right;
    background-position: -50px -239px;
}

.login_pop article .key_con {
    margin: 0 auto;
    margin-top: 16px;
    border-radius: 5px;
    border-bottom: 2px solid #d8d8d852;
    overflow: hidden;
}

.keyBorder {
    float: left;
    height: 33px;
    overflow: hidden;
    border-radius: 5px;
}

.login_pop article .key {
    width: 152px;
    float: left;
}
.pop-ups .pop-ups-body .js_forget_getcode {
    color: var(--button-color-text5);
}

.login_pop article .get_none.js_forget_getcode,
.js_msg_login_pop .get_none.js_msg_getcode,
.login_pop article .get_none.js_reg_getcode {
    width: 80px;
    height: 25px;
    padding: 0;
    margin: 0 1px 0 0;
    line-height: 25px;
    background: #f5f5f5;
    float: right;
    border: 1px solid #eaeaea;
    text-align: center;
    color: #636363;
    font-size: 12px;
    border-radius: 20px;
    cursor: pointer;
}

.login_pop article .submit {
    display: block;
    height: 47px;
    margin-top: 38px;
    border-radius: 24px;
    color: white;
    cursor: pointer;
    font-size: 18px;
    line-height: 47px;
    text-align: center;
    background: linear-gradient(211deg, rgb(16, 160, 107) 0%, rgba(16, 160, 107) 100%);
}

.login_pop article .submit.get_none {
    display: block;
    height: 47px;
    margin-top: 38px;
    opacity: .8;
    color: white;
    cursor: pointer;
    font-size: 18px;
    line-height: 47px;
    background: gray;
}

.login_pop article .submit.get_key {
    width: 100%;
    background: linear-gradient(211deg, rgba(16, 160, 107, 1) 0%, rgba(16, 160, 107, .5) 100%);
    color: #fff;
    float: unset;
}

.login_pop article p.tac {
    text-align: center;
}

.login-btn {
    cursor: pointer;
}
.user_tooltip{
    background-color: #fff;
}
