.register_popup {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.59);
    position: fixed;
    top: 0;
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;
}

.register_popup .item_box {
    width: 333px;
    background: #ffffff;
    border-radius: 10px;
    position: relative;
    padding: 24px 24px 27px;
}

.register_popup .item_box h2 {
    font-weight: 600;
    font-size: 18px;
    color: #333333;
    text-align: center;
    margin: 0 0 20px;
    white-space: nowrap;
    padding: 0;
}

.register_popup .item_box .newclass1 {
    border: 1px solid #FF0201;
    background: #FFF0F0;
}

.register_popup .item_box .newclass2 {
    background: #f8f8f8 !important;
    color: #999 !important;
}

.register_popup .item_box input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    outline: none;
    padding: 0 16px;
    height: 40px;
    background: #f6f6f6;
    border-radius: 4px;
}

.register_popup .item_box input::placeholder {
    color: #999;
}

.register_popup .item_box #iphone {
    width: 285px;
}

.register_popup .item_box .code {
    display: flex;
    justify-content: space-between;
}

.register_popup .item_box .code #code {
    width: 165px;
}

.register_popup .item_box .code button {
    width: 110px;
    height: 40px;
    background: #e1fafb;
    border-radius: 4px;
    border: none;
    color: #38c4ca;
    transition: all .3s;
}

.register_popup .item_box .submit {
    width: 100%;
    height: 40px;
    background: #cccccc;
    border-radius: 4px;
    color: #ffffff;
    border: none;
    transition: all .3s;
}

.register_popup .item_box .iphoneErr {
    font-size: 12px;
    color: #FF0201;
    padding: 0 16px;
    margin-top: 6px;
    margin-bottom: 18px;
}

.register_popup .item_box .codeErr {
    font-size: 12px;
    color: #FF0201;
    padding: 0 16px;
    margin-top: 4px;
    margin-bottom: 20px;
}

.register_popup .item_box .close {
    position: absolute;
    bottom: -60px;
    left: 145px;
    opacity: 1;
}

.register_popup_req {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.59);
    position: fixed;
    top: 0;
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;
}

.register_popup_req .item_box {
    width: 280px;
    background: #ffffff;
    border-radius: 10px;
    position: relative;
    padding: 60px 28px 25px;
}

.register_popup_req .item_box h2 {
    font-weight: 600;
    font-size: 16px;
    color: #000;
    text-align: center;
    margin: 0 0 11px;
}

.register_popup_req .item_box p {
    color: #666666;
    padding: 0 20px;
    line-height: 22px;
    margin-bottom: 21px;
}

.register_popup_req .item_box button {
    width: 100%;
    height: 40px;
    background: #00D0D0;
    border-radius: 4px;
    border: none;
    color: #fff;
}

.register_popup_req .item_box img {
    position: absolute;
    top: -40px;
    left: 100px;
    width: 80px;
}

@keyframes popup {
    0% {
        transform: scale(0);
    }

    80% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.Newcomer_benefits1 {
    width: 151px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 10px;
    position: absolute;
    bottom: -40px;
    left: -30px;
    animation: popup 0.3s ease-out;
    line-height: 40px;
    padding: 0 12px;
    display: none;
    border: 1px solid #EEEEEE;
}

.Newcomer_benefits1>span {
    color: #00BFBF;
}

.Newcomer_benefits1::before,
.Newcomer_benefits1::after {
    position: absolute;
    top: -10px;
    left: 110px;
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #eee;
    border-top: none;
}

.Newcomer_benefits1::after {
    top: -9px;
    border-bottom: 10px solid #ffffff;
}

.Newcomer_benefits1>#close_Newcomer_benefits1 {
    width: 8px;
    cursor: pointer;
    position: relative;
    left: 8px;
    top: -2px;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    transition: opacity 0.3s ease;
    z-index: 9999;
}

.popup {
    width: 318px;
    height: 293px;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background: linear-gradient(180deg, #AFFFFF 0%, #fff, #FFFFFF 100%);
}

.popup_content {
    position: relative;
}

.popup_content>.img1 {
    position: absolute;
    top: -75px;
    left: 65px;
}

.popup_content>.close_grey {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.popup_content>h2 {
    margin-top: 0;
    padding-top: 111px;
    line-height: 0;
    font-size: 24px;
    text-align: center;
    color: #333;
    font-weight: 900;
}

.popup_content>.p1 {
    font-size: 14px;
    color: #666666;
    text-align: center;
    margin-top: 30px;
}

.popup_content>.p1>span {
    color: #00BFBF;
}

.popup_content>button {
    width: 180px;
    height: 40px;
    background: #00BFBF;
    border-radius: 21px;
    font-weight: 400;
    border: none;
    color: #FFFFFF;
    margin: 25px auto 0;
    display: block;
}