.regiter-container {
    width: 100%;
    background-color: #ececec;
}

.main-title {
    font-size: 8.5vw;
    color: #ff6101;
    font-weight: bold;
    text-align: center;
}

.main-title.pc {
    display: none;
}

.sub-title {
    font-size: 5.3vw;
    color: #ff6101;
    text-align: center;
}

.page-title {
    display: none;
}

.brand-logo {
    object-fit: contain;
    width: 28.53333vw;
    height: 32vw;
    position: relative;
    margin: 6vw auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    display: block;
}

.modal {
    position: fixed;
    /* bottom: -100%; */
    top: 200%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 40px 20px;
    border-radius: 8px;
    transition: top 0.3s ease;
    z-index: 10;
    max-width: 75%;
    width: 100%;
}

.ios-modal {
    position: fixed;
    top: 200%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 40px 20px;
    border-radius: 8px;
    transition: top 0.3s ease;
    z-index: 10;
    max-width: 75%;
    width: 100%;
}

.modal.show {
    top: 50%;
    display: block;
}

.ios-modal.show {
    top: 50%;
    display: block;
}

.close-btn {
    cursor: pointer;
    position: absolute;
    top: -12px;
    right: -10px;
    background: #f4f4f4;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: grid;
    font-size: 20px;
    place-items: center;
    color: #9b9b9b;
}

#overlay.show {
    display: block;
}

.styles_strength__3-9Ud {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.73333vw;
    color: #ff6101;
}

.styles_strength__3-9Ud span {
    display: inline-block;
    padding: 0 1.33333vw;
    border-right: 1px solid #ff6101;
    line-height: 1;
}

.wrapper {
    margin: 10vw 0;
}

.ios-modal .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    color: #ff6101;
}

.scanqr-text {
    display: none;
}

.pc.qrcode {
    display: none;
}

.styles_tips_message__3EbAN {
    color: red;
}

#weixin-tip-box {
    display: none;
    position: fixed;
    right: 0;
    top: 4px;
    align-items: center;
    z-index: 3;
}

#weixin-tip-box img {
    width: 60vw;
    height: 25vw;
    object-fit: contain;
}

#overlay {
    position: fixed;
    /* Sit on top of the page content */
    display: none;
    /* Hidden by default */
    width: 100%;
    /* Full width (cover the whole page) */
    height: 100%;
    /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.65);
    /* Black background with opacity */
    z-index: 2;
    /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer;
    /* Add a pointer on hover */
}

@media (min-width: 1080px) {

    .common-banner_container {
        display: none;
    }

    .sub-title,
    .main-title,
    .main-title.m,
    .brand-logo,
    .wrapper .m,
    .modal .btn-register,
    .ios-modal {
        display: none;
    }

    .main-title.pc {
        display: block;
        font-size: 32px;
    }

    .page-title {
        display: block;
    }

    .scanqr-text {
        display: block;
        text-align: center;
        margin: 12px;
        font-size: 16px;
    }

    .modal {
        max-width: 900px;
    }

    .ios-modal {
        max-width: 900px;
    }

    .wrapper {
        margin: 28px 0;
        text-align: center;
    }

    .pc.qrcode {
        display: block;
    }
}