.register-pop {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(53, 53, 59, .8);
    z-index: 201;
}

.register-wrap {
    width: 5.88rem;
    height: 7.26rem;
    background: #ffffff;
    border-radius: .2rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 0 .22rem;
}

.register-wrap .popup-close {
    height: .28rem;
    width: .28rem;
    background: url(../images/icon_close.png)center no-repeat;
    background-size: cover;
    position: absolute;
    right: .26rem;
    top: .24rem;
    display: block;
}

.register-wrap>div.logo {
    width: 1.4rem;
    height: 1.4rem;
    position: absolute;
    top: -.7rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(../images/loginphoto.png)center no-repeat;
    background-size: cover;
}

.register-wrap>p.texts {
    font-size: .28rem;
    color: #F89714;
    line-height: .4rem;
    text-align: center;
    height: .4rem;
    margin-top: 0.8rem;
    display: block;
    width: 100%;

}

/*输入框*/
.register-wrap .phones-int,
.register-wrap .verifi-int,
.register-wrap .goin-int {
    width: 100%;
    height: .75rem;
    background: #fff;
    border: .02rem solid rgba(237, 237, 237, 1);
    margin-top: .24rem;
    border-radius: .04rem;
    overflow: hidden;
    position: relative;
}

.phones-int>input,
.verifi-int>input {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
    text-indent: .32rem;
    font-size: .24rem;
}

.verifi-int>div.codes-show {
    padding: 0 .3rem;
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    height: .71rem;
}

.verifi-int .codes-show>input {
    border: none;
    display: block;
    height: 100%;
    line-height: .71rem;
    font-size: .28rem;
    color: #4B4B50;
    background: none;
    cursor: pointer;
}

.register-wrap .goin-int {
    background: #007aff;
    text-align: center;
    line-height: .75rem;
    border: none;
    color: #ffffff;
    font-size: .28rem;
}

.register-wrap>p.texts01 {
    text-align: left;
    width: 100%;
    display: block;
    font-size: .24rem;
    color: #A1A1A1;
    height: .74rem;
    line-height: .74rem;
}

.register-wrap .icons {
    width: 100%;
    display: flex;
    justify-content: center;
}

.register-wrap .icons>a.QQ-login-icon {
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    background: #007aff url(../images/img-qq-icon2.png)center no-repeat;
    background-size: 50%;
    border-radius: 100%;
    margin: 0 auto;
}

.register-wrap .icons>a.wechat-login-icon {
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    background: #24bf37 url(../images/img-wechat-icon2.png)center no-repeat;
    background-size: 50%;
    border-radius: 100%;
    margin: 0 auto;
}

.register-wrap .icons>a.phone-login-icon {
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    background: #ff9100 url(../images/img-phone-icon2.png)center no-repeat;
    background-size: 50%;
    border-radius: 100%;
    margin: 0 auto;
}

.register-wrap>p.texts02 {
    text-align: center;
    width: 100%;
    display: block;
    font-size: .24rem;
    color: #A1A1A1;
    height: .34rem;
    line-height: .34rem;
    margin-top: .24rem;
    margin-bottom: .2rem;
}

/*登录注册弹窗增加图形验证码*/
.register-wrap .code-input {
    display: block;
    width: 100%;
    height: .75rem;
    margin-top: .24rem;
}

.register-wrap .code-input>input {
    float: left;
    width: 65.81197%;
    height: 100%;
    display: block;
    font-size: .24rem;
    text-indent: .32rem;
    border: .01rem solid #ECECF0;
}

.register-wrap .imgCode img {
    vertical-align: top;
    width: 31.33903%;
    height: 100%;
    margin-left: 2.849%;
}


/* version ---- 2 ---- start */
/* 手机号一键登录 ---- start */
/* 遮罩层（黑色半透明背景）保持不变 */
.dialog-type-container {
    display: none;
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    top: 0 !important;
    margin: 0 !important;
    z-index: 1000;

    /* display: flex; */
    justify-content: flex-end;
    flex-direction: column;
}

/* 内容层：改成底部抽屉 */
.dialog-type-inner-content {
    position: static !important;
    bottom: 0 !important;
    transform: translateX(0) !important;
    width: 100% !important;
    height: 8.12rem !important;
    border-radius: .28rem .28rem 0 0;
    background-color: #FFF;

    display: flex;
    flex-direction: column;
    /* padding: .24rem 0.52rem 0.96rem !important; */
    padding-top: .24rem !important;
}

.dialog-title {
    position: absolute !important;
    top: .24rem !important;
    font-size: .24rem !important;
    font-weight: bold !important;
    /* text-align: center; */
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.number-con-wrap {
    color: #3D3D3D;
    margin-top: 1.20rem !important;
    margin-bottom: .86rem !important;
    letter-spacing: .01rem !important;
}

.number-con {
    position: relative !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
}

.phone-tooltip {
    position: absolute;
    bottom: calc(100% + .40rem);
    left: calc(50% - .35rem);
    transform: translateX(-50%);
    background: #4B4B4B;
    color: #F6F6F6;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: .24rem;
    white-space: nowrap;
}

.phone-tooltip::after {
    content: "";
    position: absolute;
    top: 100%; /* 箭头指向输入框 */
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-top-color: #4B4B4B;
}

.number-con input {
    font-size: 32px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    line-height: 12px !important;

    background-color: #F7F7F7 !important;
    padding: 0 !important;

    width: .70rem !important;
    height: .96rem !important;
    border: 0 !important;
    border-radius: 8px !important;
    caret-color: var(--orange-color);
}

.submit-disabled.submit-btn {
    background: var(--orange-color) !important;
    overflow: hidden !important;
}

.submit-btn {
    display: none !important;
    margin-top: .4rem !important;
    margin-bottom: .4rem !important;
    background: var(--orange-color) !important;
    border-radius: .24rem !important;
    font-weight: bold !important;
    overflow: hidden !important;
}

.agreement {
    display: none !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.checke-0,
.checke-1 {
    width: .4rem !important;
    height: .4rem !important;
}

.checked-img,
.unchecked-img {
    width: .4rem !important;
    height: .4rem !important;
}

.custom-agreement {
    display: flex;
    /* align-items: center; */
    font-size: .24rem;
    font-weight: 8rem;
    color: #A2A2A2;
    line-height: .34rem;
}

.custom-check-box {
    display: none;
}

.custom-check-box__label {
    overflow: hidden;
    position: relative;
}

.custom-agree-content {
    flex: 1;font-size:0.32rem;
}

.unchecked-img,
.checked-img {
    position: absolute;
    width: .5rem !important;
    height: .5rem !important;
    transition: all .2 ease-out;
}

.custom-check-box__label.checke-0 .unchecked-img {
    opacity: 1;
}

.custom-check-box__label.checke-1 .unchecked-img {
    opacity: 0;
}

.custom-check-box__label.checke-0 .checked-img {
    opacity: 0;
}

.custom-check-box__label.checke-1 .checked-img {
    opacity: 1;
}

.custom-agree-content a {
    color: var(--orange-color);
}

.custom-agree-content-tip {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    /* background-color: #24bf37; */
    /* display: flex; */
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.custom-agree-content-tip__content {
    width: 80%;
    padding: .36rem;
    background-color: #fff;
    border-radius: .48rem;
    color: #3D3D3D;
    font-size: .28rem;
}

.custom-agree-content-tip__content a {
    color: var(--orange-color);
}

.tip-btn_container {
    margin-top: .4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tip-btn__cancel,
.tip-btn__confirm {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2rem;
    padding: .2rem 0;
    border-radius: .24rem;
}

.tip-btn__cancel {
    background-color: #F8F9FB;
    color: #717278;
}

.tip-btn__confirm {
    background-color: var(--orange-color);
    color: #fff;
}

.custom-submit {
    width: 100%;
    height: 1.28rem;
    margin-top: .24rem;
    margin-bottom: .4rem;
    background: var(--orange-color);
    border-radius: .64rem;
    font-weight: bold;
    overflow: hidden;
    transition: all 0.3 ease-out;
    font-size: 0.43rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;opacity: 1;
}

.custom-submit.custom-submit-disabled {
    background-color: var(--orange-color);opacity: 0.6;
}

.line-with-text {
    display: flex;
    align-items: center;
    text-align: center;
    font-size: .32rem;
    color: #D8D8D8;
    line-height: .34rem
}

.line-with-text::before,
.line-with-text::after {
    content: "";
    flex: 1;
    border-top: 1px solid #F3F3F3
}

.line-with-text::before {
    margin-right: 8px
}

.line-with-text::after {
    margin-left: 8px
}

.other-logins {
    display: flex;
    justify-content: space-around;
    margin-top: .4rem;
}

.other-login-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .16rem
}

.other-login-item img {
    width: 1.28rem;
    height: 1.28rem
}

.other-login-item span {
    font-weight: 10rem;
    font-size: .37rem;
    color: #A2A2A2;
    line-height: .34rem;
    text-align: center
}

/* 手机号一键登录 ---- end */

/* 全局 loading 遮罩层 ---- start */
.global-loading-mask {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

/* loading 动画 */
.global-loading-spinner {
    width: 50px;
    height: 50px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #ff5742;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

/* 文字样式 */
.global-loading-text {
    margin-top: 12px;
    color: #fff;
    font-size: 16px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* 全局 loading 遮罩层 ---- end */

/* noteLogin v2 ---- start */
.noteLogin-sheet {
    position: fixed;
    inset: 0;
    z-index: 3000;
    pointer-events: none;
}

.noteLogin-sheet .sheet-mask {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s;
}

.noteLogin-sheet .sheet-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border-radius: 16px 16px 0 0;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    /* max-height: 50%; */
    overflow-y: auto;
    /* padding: 20px; */
}

/* 显示状态 */
.noteLogin-sheet.active {
    pointer-events: auto;
}

.noteLogin-sheet.active .sheet-mask {
    opacity: 1;
}

.noteLogin-sheet.active .sheet-content {
    transform: translateY(0);
}

.noteLogin-close {
    position: absolute;
    width: .48rem;
    height: .48rem;
    right: .88rem;
    top: .88rem;
}

.noteLogin-title {
    line-height: .88rem;
    text-align: center;
    color: #1b2532;text-align: left;
    text-indent: 1em;
    font-size: .6rem;margin-top:0.8rem;
    font-weight: bold;
}

.noteLogin-contentWrap {
    font-size: .32rem;
    padding: .48rem;
}

.noteLogin-phoneWrap {
    position: relative;
    border-radius: .64rem;
    margin-bottom: .4rem;
    width: 100%;
    font-size: .43rem;
    background-color: #f7f9fa;
    display: flex;
    align-items: center;
}

.phone-prefix {
    display: flex;
    margin-left: .32rem;
    align-items: center;
}

.noteLogin-phone,.passLogin-username {
    flex: 1;
    height: 1.28rem;
    line-height: 1.28rem;
    padding: 0 .32rem;font-size:.43rem;
    background: none;
    border: none;
    outline: none;
    --webkit-appearance: none;
}

.noteLogin-phone::placeholder,
.noteLogin-code::placeholder,
.passLogin-username::placeholder,
.passLogin-password::placeholder {
    color: #A2A2A2;
}

.noteLogin-codeWrap {
    position: relative;
    border-radius: .64rem;
    margin-bottom: .4rem;
    width: 100%;
    font-size: .43rem;
    background-color: #f7f9fa;
    display: flex;
    align-items: center;
}
.noteLogin-codeWrap svg,.noteLogin-phoneWrap svg{width:0.53rem;height:0.53rem;margin-left:0.43rem}
.noteLogin-code,.passLogin-password {
    /*flex: 1;*/box-sizing: border-box;
    text-indent: 1em;
    height: 1.28rem;
    line-height: 1.28rem;
    /* padding: 0 .32rem; */
    font-size:.43rem;
    background: none;
    border: none;
    outline: none;
    --webkit-appearance: none;
}

#getCodeBtn {
    font-size: .43rem;
    color: var(--orange-color);
    padding-right: .32rem;
    white-space: nowrap;
    background-color: transparent;
}

#getCodeBtn,
#getCodeBtn:focus,
#getCodeBtn:active {
    outline: none;border:0;
    box-shadow: none;
    -webkit-tap-highlight-color: transparent;
}

.noteLogin-agreement,.passLogin-agreement {
    display: flex;
    align-items: center;
    color: #A2A2A2;
    font-size: .32rem;
    line-height: .53rem;
    gap: .12rem;
    margin-bottom: .4rem;
}

#noteLogin-agree {
    display: none;
}
#passLogin-agree {
    display: none;
}
.noteLogin-checkboxWrap,.passLogin-checkboxWrap {
    position: relative;
    width: .5rem;
    height: .5rem;
}
.noteLogin-checkboxWrap svg,.passLogin-checkboxWrap svg{width:100%;height:100%}
.hidden {
    display: none !important;
}

.noteLogin-agreement__textWrap a,.passLogin-agreement__textWrap a {
    color: var(--orange-color);
}

.noteLogin-submit,.passLogin-submit {
    width: 100%;border:0;
    background-color: var(--orange-color);
    border-radius: .62rem;
    font-size: .43rem;
    line-height: 1.28rem;
    font-weight: bold;
    color: #fff;
    height: 1.28rem;
    box-shadow: 4px 4px 10px 0px rgba(255,128,59,0.3);
    margin-bottom: .4rem;
}

.noteLogin-submit:disabled,.passLogin-submit:disabled {
    background-color: var(--orange-color);
    opacity:0.6;
    text-align: center;
}

.noteLogin-submit,
.noteLogin-submit:focus,
.noteLogin-submit:active,
.noteLogin-submit,
.passLogin-submit:focus,
.passLogin-submit:active {
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

.noteLogin-agreement-tipPop,.passLogin-agreement-tipPop {
    position: fixed;
    inset: 0;    transform: scale(1.3);
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3001;
}

.noteLogin-agreement-tipPop__container,.passLogin-agreement-tipPop__container {
    padding: .23rem .46rem .31rem;
    /* width: 4.56rem; */
    height: 3.96rem;
    border-radius: .1rem;
    background-color: #fff;
}

.noteLogin-agreement-tipPop__title,.passLogin-agreement-tipPop__title {
    font-weight: bold;
    font-size: .36rem;
    color: #3D3D3D;
    line-height: .72rem;
    text-align: center;
}

.notoLogin-agreement-tipPop-text {
    font-size: .3rem;
    color: #A2A2A2;
    line-height: .62rem;
}

.notoLogin-agreement-tipPop-text a {
    color: var(--orange-color);
}

.noteLogin-agreement-tipPop-confirm,.passLogin-agreement-tipPop-confirm {
    margin-top: .28rem;
    background-color: var(--orange-color);
    border-radius: .1rem;
    font-size: .31rem;
    line-height: .62rem;
    font-weight: bold;
    color: #fff;
    height: .9rem;
    box-shadow: 4px 4px 10px 0px rgba(40, 82, 250, 0.28);
    display: flex;
    justify-content: center;
    align-items: center;
}

.noteLogin-agreement-tipPop-cancel,.passLogin-agreement-tipPop-cancel {
    margin-top: .26rem;
    font-size: .31rem;
    color: #CACACA;
    line-height: .62rem;
    text-align: center;
}
/* noteLogin v2 ---- end */


/* version ---- 2 ---- end */