* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}
a {
    text-decoration: none;
}
a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a:active {
    text-decoration: none;
}

.is-mirror {
    direction: rtl;
}

.lang-btn {
    position: fixed;
    top: calc(env(safe-area-inset-top) + 0.32rem);
    right: 0.14rem;
    z-index: 110;
    display: flex;
    align-items: center;
    gap: 0.06rem;
    min-width: 0.66rem;
    max-width: 1.2rem;
    height: 0.32rem;
    padding: 0 0.1rem 0 0.05rem;
    border: 1px solid rgba(255, 255, 255, 0.52);
    border-radius: 0.16rem;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 0.12rem;
    font-family: 'PingFang SC';
    font-weight: 700;
    line-height: 0.32rem;
    cursor: pointer;
    backdrop-filter: blur(8px);
}

.lang-btn-icon {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 0.23rem;
    height: 0.23rem;
    border-radius: 0.07rem;
    background: linear-gradient(135deg, #ff357f, #c42cff);
    box-shadow: 0 0.03rem 0.08rem rgba(178, 39, 214, 0.28);
}

.lang-btn-icon .ti {
    font-size: 0.15rem;
    line-height: 1;
}

.lang-btn-label {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lang-drawer {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: none;
}

.lang-drawer.open {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.lang-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
}

.lang-sheet {
    position: relative;
    display: flex;
    max-height: 72vh;
    flex-direction: column;
    overflow: hidden;
    border-radius: 0.2rem 0.2rem 0 0;
    background: #fff;
}

.lang-sheet-head {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 0.16rem 0.16rem 0.12rem;
    border-bottom: 1px solid #f0e6f7;
}

.lang-sheet-title {
    color: #333;
    font-size: 0.15rem;
    font-family: 'PingFang SC';
    font-weight: 700;
}

.lang-close {
    padding: 0.02rem 0.04rem;
    color: #b0a6b8;
    font-size: 0.22rem;
    line-height: 1;
    cursor: pointer;
}

.lang-list {
    overflow-y: auto;
    padding: 0.08rem 0 0.16rem;
    -webkit-overflow-scrolling: touch;
}

.lang-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.12rem;
    padding: 0.12rem 0.16rem;
    cursor: pointer;
}

.lang-item:active {
    background: #fff4fe;
}

.lang-item.active {
    background: #fff1fc;
}

.lang-native {
    color: #333;
    font-size: 0.14rem;
    font-family: 'PingFang SC';
    font-weight: 600;
}

.lang-english {
    color: #a9a3ad;
    font-size: 0.12rem;
    font-family: 'PingFang SC';
}

.lang-check {
    display: flex;
    width: 0.2rem;
    height: 0.2rem;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #cc0099;
    opacity: 0;
}

.lang-item.active .lang-check {
    opacity: 1;
}

.lang-check svg {
    width: 0.1rem;
    height: 0.1rem;
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.5;
}

.container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
    background: linear-gradient(160deg, #ffe8fb 0%, #fff4fe 40%, #fff 100%);
    /*opacity: 0;*/
}
.bind_con {
    width: 3.17rem;
}

.f-c {
    display: flex;
    justify-content: center;
    align-items: center;
}

.card_box {
    box-sizing: border-box;
    display: flex;
    width: calc(100% - 0.48rem);
    min-height: calc(100vh * 0.32);
    padding: 8% 0.18rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 0.24rem;
    margin-bottom: 0.4rem;
    background: linear-gradient(
            23deg,
            rgba(255, 77, 219, 0) 54.62%,
            rgba(204, 0, 153, 0.06) 101.09%
    ),
    linear-gradient(
            325deg,
            rgba(255, 77, 219, 0) 69.96%,
            rgba(255, 77, 219, 0.1) 105.96%
    ),
    #fff;
    box-shadow: 0 4px 24px rgba(204, 0, 153, 0.09);
    border: 1px solid rgba(255, 77, 219, 0.10);
}

.btn_box {
    min-width: 1.73rem;
    height: 0.5rem;
    padding: 0 0.12rem;
    flex-shrink: 0;
    border-radius: 0.365rem;
    background: linear-gradient(90deg, #cc0099 0%, #ff4ddb 100%);
    box-shadow: 0 0.12rem 0.24rem 0 rgba(204, 0, 153, 0.4);
    color: #fff;
    text-align: center;
    font-size: 0.16rem;
    font-family: 'PingFang SC';
    font-weight: 600;
    line-height: 0.5rem;
}

.swiper_box {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.swiper_img {
    display: flex;
    width: 60%;
    margin-top: 0.23rem;
    overflow: hidden;
}

.line {
    background: rgba(255, 255, 255, 0.3);
    width: 1.01rem;
    height: 0.04rem;
    transition: all 0.6s ease-in-out;
}

.line:nth-child(1) {
    background: #fff;
}

.swiper_img img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    height: 82%;
    border-radius: 0.12rem;
    animation: fadeInOut 9s infinite ease-in-out;
    opacity: 0;
}

.mini_swiper_img img {
    width: auto;
    height: 48%;
}

.swiper_progress {
    height: 0.04rem;
    gap: 0.12rem;
    padding: 0 0.24rem;
    margin-top: 0.16rem;
}

.swiper_box {
    width: 100%;
    /* height: calc(100vh * 0.7); */
    height: 5.12rem;
    background-image: url(../images/bg.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.chamet_logo {
    margin-top: 0.19rem;
    width: 1.41rem;
    height: 0.42rem;
}

.position_bottom {
    position: relative;
    margin-top: -0.6rem;
}

.swiper_img_1 {
    animation-delay: 0s !important;
}

.swiper_img_2 {
    animation-delay: 3s !important;
}

.swiper_img_3 {
    animation-delay: 6s !important;
}

.line_1 {
    animation: lineActive 9s infinite;
}

.line_2 {
    animation: lineActive 9s infinite;
    animation-delay: 3s;
}

.line_3 {
    animation: lineActive 9s infinite;
    animation-delay: 6s;
}

@keyframes fadeInOut {
    0% {
        opacity: 0;
    }
    4%,
    33% {
        opacity: 1;
    }
    37%,
    100% {
        opacity: 0;
    }
}

@keyframes lineActive {
    0%,
    33% {
        background: #ffffff;
    }
    34%,
    100% {
        background: rgba(255, 255, 255, 0.3);
    }
}

.color_purple {
    color: #cc0099;
    font-size: 0.24rem;
}

.invite_text_box {
    position: absolute;
    top: 72%;
    width: 100%;
    height: 0.6rem;
    color: #fff;
    text-align: center;
    font-family: 'PingFang SC';
    font-size: 0.2rem;
    font-weight: 600;
    line-height: 0.3rem;
    word-wrap: break-word;
}

.invite_text_box div {
    padding: 0 0.24rem;
    position: absolute;
    width: 100%;
    opacity: 0;
    animation: fadeInOut 9s infinite ease-in-out;
}

.invite_texta {
    top: 0.48rem;
}

.texta_content {
    color: #333;
    text-align: center;
    font-family: 'PingFang HK';
    font-weight: 600;
    margin-bottom: 10%;
}

.text_1 {
    animation-delay: 0s !important;
}

.text_2 {
    animation-delay: 3s !important;
}

.text_3 {
    animation-delay: 6s !important;
}

.change_icon {
    width: 0.19rem;
    height: 0.19rem;
}

.change_text {
    margin: 0.24rem 0.04rem;
    color: #cc0099;
    font-family: 'PingFang SC';
    font-size: 0.16rem;
    font-weight: 600;
    word-break: break-all;
    /* max-width: 2.2rem; */
}

.form-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.14rem;
    width: 3.15rem;
    height: 0.52rem;
    line-height: 0.52rem;
}
.form-item input {
    position: relative;
    background: none;
    outline: none;
    border: none;
    flex: auto;
    color: #333;
    font-size: 0.14rem;
    height: auto;
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
    appearance: none;
}
.is-mirror .form-item input {
    text-align: right;
    direction: ltr;
}
.form-item input:focus {
    border: none;
}
.form-item input:focus {
    border: none;
}
.form-item input::placeholder {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#code_num,
#code_pic_num {
    margin-right: 0.12rem;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.is-mirror #code_num,
.is-mirror #code_pic_num {
    margin-right: 0;
    margin-left: 0.12rem;
}

.form-item {
    position: relative;
    width: 100%;
    border-radius: 0.12rem;
    padding: 0 0.18rem;
    background: rgba(0, 0, 0, 0.04);
}
#phone_box_box,
#gmail_box_box {
    width: 100%;
    display: none;
}
.phone_box,
.gmail_box {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    width: 100%;
}
.input-box {
    display: flex;
    align-items: center;
    gap: 0.02rem;
}
.country-box {
    display: flex;
    align-items: center;
}
.country_img {
    margin-inline-end: 0.04rem;
    width: 0.2rem;
    height: 0.2rem;
}
.country_img_select {
    width: 0.2rem;
    height: 0.2rem;
}
.input-right {
    color: #cc0099;
    /* width: 1rem; */
    text-align: right;
    flex-shrink: 0;
}

.is-mirror .input-right {
    text-align: left;
}

.input-clear {
    position: absolute;
    right: 0.18rem;
    width: 0.2rem;
}
.is-mirror .input-clear {
    right: auto;
    left: 0.18rem;
}

.input-clear .clear_input_img {
    position: relative;
    top: 0.04rem;
    width: 0.16rem;
}
.send_no {
    opacity: 0.5;
}
/* 閫夋嫨鍥藉 */
.country_area {
    width: 100%;
    padding-top: 48px;
}
.country_title {
    position: fixed;
    width: 100%;
    height: 44px;
    top: 0;
    left: 0;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}
.back_img {
    position: absolute;
    width: 25px;
    height: 25px;
    left: 20px;
    top: 11px;
}
.country_title_info {
    color: #5a0044;
    font-weight: 600;
    font-size: 0.18rem;
}
.country_class_menu,
.country_class_item {
    width: 100%;
}
.country_class_item_title {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 0.12rem;
    color: #5a0044;
    padding: 0 24px;
    box-sizing: border-box;
    background-color: #fff0fc;
}
.country_detail_menu {
    background-color: #fff;
    padding: 0 24px;
    padding-right: 30px;
}
.country_detail_item {
    width: 100%;
    border-bottom: 1px solid #fce8fa;
    height: 47px;
    line-height: 47px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}
.country_select_img {
    width: 20px;
    height: 20px;
    margin-inline-end: 6px;
    overflow: hidden;
    flex: none;
    border-radius: 10px;
}
.country_detail_name {
    color: #282828;
    font-size: 0.16rem;
    flex: auto;
}
.country_detail_code {
    color: #282828;
    font-size: 0.16rem;
    flex: none;
}
.right_area {
    position: fixed;
    right: 10px;
    top: 50%;
    width: 20px;
    transform: translateY(-50%);
    z-index: 9999;
}
.right_menu {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.right_item {
    width: 100%;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #333;
    font-size: 12px;
    white-space: nowrap;
}
.right_item a {
    color: #333;
}

.mt-40 {
    margin-top: 0.4rem;
}

.bind_success_title {
    margin-top: 0.24rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 3.27rem;
    height: 0.92rem;
    background-image: url(../images/top_box.webp);
    background-size: 100% 100%;
    color: #cc0099;
    text-align: center;
    font-family: 'PingFang SC';
    font-size: 0.24rem;
    font-weight: 600;
    line-height: 0.32rem;
}
.success_title {
    font-size: 0.16rem;
}
.success_box {
    margin-top: -2.85rem;
    min-height: 4.02rem;
    z-index: 2;
    align-items: start;
}
.step_img {
    margin-top: 0.12rem;
    height: 1.1rem;
}
.step_1,
.step_2 {
    width: 100%;
    display: flex;
    align-items: center;
    color: #333;
    font-family: 'PingFang SC';
    font-size: 0.14rem;
    font-weight: 400;
    gap: 0.12rem;
}
.num_1,
.num_2 {
    width: 0.32rem;
    height: 0.32rem;
    border-radius: 0.26rem;
    text-align: center;
    line-height: 0.32rem;
    color: #fff;
    font-weight: 600;
    background: linear-gradient(90deg, #ff4ddb 0%, #cc0099 100%);
}
.bind_success_dowm_btn {
    margin: auto;
    margin-top: 0.24rem;
}
.arrow_bottom {
    position: relative;
    width: 0.01rem;
    height: 0.5rem;
    margin: 0.06rem 0 0.14rem 0.15rem;
    margin-inline-start: 0.15rem;
    background: none;
    border-left: 0.01rem dashed #cc0099;
}
.arrow_bottom:after {
    content: '';
    position: absolute;
    bottom: -0.09rem;
    left: -0.045rem;
    width: 0;
    height: 0;
    border-left: 0.04rem solid transparent;
    border-right: 0.04rem solid transparent;
    border-top: 0.06rem solid #cc0099;
    transform: none;
}

.warn_info {
    width: 100%;
    margin-top: 0.18rem;
    color: #c6c3cc;
    text-align: center;
    font-family: 'PingFang SC';
    font-size: 0.12rem;
    line-height: 0.2rem;
}
.warn_info_img {
    position: relative;
    top: 0.02rem;
    left: 0.02rem;
    width: 0.12rem;
    height: 0.12rem;
}
.is-mirror .warn_info_img {
    left: 0;
    right: 0.02rem;
}
.code_pic_wrap {
    margin-top: 0.1rem;
    border-radius: 0.1rem;
    overflow: hidden;
    cursor: pointer;
}
.code_pic {
    display: block;
    height: 0.6rem;
    width: auto;
    flex-shrink: 0;
    border-radius: 0.06rem;
    cursor: pointer;
    object-fit: contain;
}
#code_pic_li {
    height: 0.6rem;
}
.send_submit {
    opacity: 1 !important;
}
.bind_btn {
    opacity: 0.5;
}
.mode_area {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
}
.mode_area_info {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    max-width: 80%;
    text-align: center;
    border-radius: 6px;
    padding: 5px 10px;
    font-size: 14px;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: auto;
}
.btn_box_testA {
    margin-top: 1.14rem;
}
.send_code {
    display: inline-block;
    width: auto;
    min-width: 0.95rem;
    text-align: right;
    font-family: 'PingFang SC';
    line-height: 0.18rem;
    white-space: nowrap;
}
#step_2_text {
    flex: 1;
}
.shumei_captcha_slide_process {
    position: absolute;
    left: 0;
}
