.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: #277eff;
}

.submit-disabled.submit-btn {
    background: #277eff !important;
    overflow: hidden !important;
}

.submit-btn {
    display: none !important;
    margin-top: .4rem !important;
    margin-bottom: .4rem !important;
    background: #277eff !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;
}

.unchecked-img,
.checked-img {
    position: absolute;
    width: .32rem !important;
    height: .32rem !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: #277EFF;
}

.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: #277EFF;
}

.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: #277EFF;
    color: #fff;
}

.custom-submit {
    width: 100%;
    height: .96rem;
    margin-top: .24rem;
    margin-bottom: .4rem;
    background: #277eff;
    border-radius: .48rem;
    font-weight: bold;
    overflow: hidden;
    transition: all 0.3 ease-out;
    font-size: 0.32rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-submit.custom-submit-disabled {
    background-color: #8AB9FF;
}

.line-with-text {
    display: flex;
    align-items: center;
    text-align: center;
    font-weight: 10rem;
    font-size: .24rem;
    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: .88rem;
    height: .88rem
}

.other-login-item span {
    font-weight: 10rem;
    font-size: .24rem;
    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 #3498db;
    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: 1000;
    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: .32rem;
    top: .2rem;
}

.noteLogin-title {
    line-height: .88rem;
    text-align: center;
    color: #1b2532;
    font-size: .28rem;
    font-weight: bold;
}

.noteLogin-contentWrap {
    font-size: .32rem;
    padding: .48rem;
}

.noteLogin-phoneWrap {
    position: relative;
    border-radius: .56rem;
    margin-bottom: .4rem;
    width: 100%;
    font-size: .32rem;
    background-color: #f7f9fa;
    display: flex;
    align-items: center;
}

.phone-prefix {
    display: flex;
    margin-left: .32rem;
    align-items: center;
}

.noteLogin-phone {
    flex: 1;
    height: .96rem;
    line-height: .96rem;
    padding: 0 .32rem;
    background: none;
    border: none;
    outline: none;
    --webkit-appearance: none;
}

.noteLogin-phone::placeholder,
.noteLogin-code::placeholder {
    color: #A2A2A2;
}

.noteLogin-codeWrap {
    position: relative;
    border-radius: .56rem;
    margin-bottom: .4rem;
    width: 100%;
    font-size: .32rem;
    background-color: #f7f9fa;
    display: flex;
    align-items: center;
}

.noteLogin-code {
    flex: 1;
    height: .96rem;
    line-height: .96rem;
    padding: 0 .32rem;
    background: none;
    border: none;
    outline: none;
    --webkit-appearance: none;
}

#getCodeBtn {
    font-size: .32rem;
    color: #277EFF;
    padding-right: .32rem;
    white-space: nowrap;
    background-color: transparent;
}

#getCodeBtn,
#getCodeBtn:focus,
#getCodeBtn:active {
    outline: none;
    box-shadow: none;
    -webkit-tap-highlight-color: transparent;
}

.noteLogin-agreement {
    display: flex;
    align-items: center;
    color: #A2A2A2;
    font-size: .24rem;
    line-height: .32rem;
    gap: .12rem;
    margin-bottom: .4rem;
}

#noteLogin-agree {
    display: none;
}

.noteLogin-checkboxWrap {
    position: relative;
    width: .32rem;
    height: .32rem;
}

.hidden {
    display: none !important;
}

.noteLogin-agreement__textWrap a {
    color: #277EFF;
}

.noteLogin-submit {
    width: 100%;
    background-color: #277EFF;
    border-radius: .62rem;
    font-size: .32rem;
    line-height: .44rem;
    font-weight: bold;
    color: #fff;
    height: .96rem;
    box-shadow: 4px 4px 10px 0px rgba(40, 82, 250, 0.28);
    margin-bottom: .4rem;
}

.noteLogin-submit:disabled {
    background-color: #8AB9FF;
}

.noteLogin-submit,
.noteLogin-submit:focus,
.noteLogin-submit:active {
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

.noteLogin-agreement-tipPop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.noteLogin-agreement-tipPop__container {
    padding: .18rem .36rem .24rem;
    /* width: 4.56rem; */
    height: 3.04rem;
    border-radius: .08rem;
    background-color: #fff;
}

.noteLogin-agreement-tipPop__title {
    font-weight: bold;
    font-size: .28rem;
    color: #3D3D3D;
    line-height: .56rem;
    text-align: center;
}

.notoLogin-agreement-tipPop-text {
    font-size: .24rem;
    color: #A2A2A2;
    line-height: .48rem;
}

.notoLogin-agreement-tipPop-text a {
    color: #277EFF;
}

.noteLogin-agreement-tipPop-confirm {
    margin-top: .22rem;
    background-color: #277EFF;
    border-radius: .08rem;
    font-size: .24rem;
    line-height: .48rem;
    font-weight: bold;
    color: #fff;
    height: .7rem;
    box-shadow: 4px 4px 10px 0px rgba(40, 82, 250, 0.28);
    display: flex;
    justify-content: center;
    align-items: center;
}

.noteLogin-agreement-tipPop-cancel {
    margin-top: .2rem;
    font-size: .24rem;
    color: #CACACA;
    line-height: .34rem;
    text-align: center;
}
/* noteLogin v2 ---- end */


/* version ---- 2 ---- end */