* {
    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;
}

.lang-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 0.54rem;
    padding: 0.08rem 0.16rem;
    color: #333;
    font-family: 'PingFang SC';
}

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

.lang-native {
    color: #333;
    font-size: 0.15rem;
    font-weight: 700;
    line-height: 1.25;
}

.lang-english {
    margin-top: 0.02rem;
    color: #8e7d99;
    font-size: 0.12rem;
    line-height: 1.2;
}

.lang-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.2rem;
    height: 0.2rem;
}

.lang-check svg {
    width: 0.12rem;
    height: 0.1rem;
    fill: none;
    stroke: transparent;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.lang-item.active .lang-check svg {
    stroke: #cc0099;
}

.container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
    background: #eeeef7;
}
.form-item {
    display: flex;
    align-items: center;
    margin: 0 auto 0.1rem;
    font-size: 0.16rem;
    width: 3.15rem;
    height: 52px;
    line-height: 52px;
}

.country-box {
    flex: none;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.send_no {
    opacity: 0.5;
}

.send_submit {
    opacity: 1;
}
.country_img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
    flex: none;
}
.country_area_info {
    color: #5a0044;
    font-size: 0.16rem;
    flex: none;
}
.form-item .input-clear {
    display: none;
}
.clear_input_img {
    width: 16px;
    height: 16px;
}

.bind_success-tip {
    margin: 66px auto 60px;
    width: 100%;
    height: 53px;
    text-align: center;
    line-height: 53px;
    border-radius: 27px;
    overflow: hidden;
    font-size: 0.2rem;
    background-color: #cc0099;
    color: #fff;
}
.bind_success_down_con {
    width: 100%;
    height: 150px;
    position: relative;
}
.bind_success_down_area {
    width: 100%;
    height: 126px;
    border-radius: 28px;
    overflow: hidden;
    background: linear-gradient(135deg, #ff4ddb, #cc0099);
    box-shadow: 0 8px 24px rgba(204, 0, 153, 0.35);
    padding: 18px;
    box-sizing: border-box;
}
.bind_success_down_top {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 66px;
    display: flex;
    width: 100%;
}
.bind_usccess_logo_img {
    width: 66px;
    height: 66px;
    flex: none;
    border-radius: 20px;
    overflow: hidden;
    margin-right: 8px;
}
.bind_success_warn {
    color: #fff;
    font-size: 0.16rem;
    line-height: 0.2rem;
    flex: auto;
}
.bind_success_dowm_btn {
    position: absolute;
    bottom: 0;
    left: 0.8rem;
    height: 48px;
    width: 1.55rem;
    line-height: 48px;
    color: #fff;
    font-size: 0.2rem;
    font-weight: 700;
    text-align: center;
    background: linear-gradient(
            90deg,
            #cc0099 0%,
            #ff4ddb 100%
    );
    border-radius: 24px;
    overflow: hidden;
}
.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: #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-right: 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;
}
.right_item a {
    color: #333;
}

.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.5);
    max-width: 80%;
    border-radius: 6px;
    padding: 5px 10px;
    font-size: 14px;
}
.bind_con_success {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.success_img {
    width: 1.74rem;
    height: 1.35rem;
}
.success_info_text {
    color: #333;
    font-size: 0.16rem;
    font-weight: 600;
    margin-top: 0.2rem;
}
.flex_row {
    display: flex;
    gap: 0.1rem;
}

.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: #fff;
    box-shadow: 0 4px 24px rgba(204, 0, 153, 0.09);
    border: 1px solid rgba(255, 77, 219, 0.10);
}

.btn_box {
    width: 1.73rem;
    height: 0.5rem;
    flex-shrink: 0;
    border-radius: 0.365rem;
    background: linear-gradient(90deg, #cc0099 0%, #ff4ddb 100%);
    box-shadow: 0px 12px 24px 0px rgba(204, 0, 153, 0.4);
    color: #fff;
    text-align: center;
    font-family: 'PingFang SC';
    font-size: 0.16rem;
    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.54rem;
}

.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);
    }
}

.texta_content {
    color: #333;
    text-align: center;
    font-family: 'PingFang HK';
    /* font-size: 24px; */
    font-weight: 600;
    margin-bottom: 10%;
}

.color_purple {
    color: #cc0099;
    font-size: 0.34rem;
}

.invite_text_box {
    box-sizing: border-box;
    position: absolute;
    top: 72.5%;
    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;
}

.text_1 {
    animation-delay: 0s !important;
}

.text_2 {
    animation-delay: 3s !important;
}

.text_3 {
    animation-delay: 6s !important;
}

.invite_text_box div {
    padding: 0 0.24rem;
    position: absolute;
    width: 100%;
    opacity: 0;
    animation: fadeInOut 9s infinite ease-in-out;
}

.text_1 {
    animation-delay: 0s !important;
}

.text_2 {
    animation-delay: 3s !important;
}

.text_3 {
    animation-delay: 6s !important;
}

.form-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.14rem;
    width: 3.15rem;
    height: 52px;
    line-height: 52px;
}
.form-item input {
    background: none;
    outline: none;
    border: none;
    flex: auto;
    color: #333;
    font-size: 0.14rem;
    -webkit-appearance: none;
    appearance: none;
}
.form-item input:focus {
    border: none;
}
.form-item input:focus {
    border: none;
}

.form-item {
    position: relative;
    width: 100%;
    border-radius: 12px;
    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-right: 0.04rem;
    width: 0.2rem;
    height: 0.2rem;
}
.country_img_select {
    width: 0.2rem;
    height: 0.2rem;
}
.input-right {
    color: #9b44fd;
}
.input-clear .clear_input_img {
    position: relative;
    top: 0.04rem;
    width: 0.16rem;
}
.send_no {
    opacity: 0.5;
}
.invite_text_money {
    color: #ffc714;
    font-size: 0.2rem;
}
.btn_box {
    margin-top: 0.14rem;
}
.login_btn {
    margin-top: 0.24rem;
    color: #696178;
    text-align: center;
    font-family: 'PingFang SC';
    font-size: 0.16rem;
    font-weight: 600;
}
.link_logon {
    margin-top: 0.54rem;
}
.send_code {
    width: 1.1rem;
    text-align: right;
    font-family: 'PingFang SC';
    white-space: nowrap;
}

.link_logon {
    width: 3.17rem;
    height:50px;
    line-height:50px;
    background:linear-gradient(90deg,rgba(100,27,223,1) 0%,rgba(208,122,245,1) 100%);
    border-radius:37px;
    margin: 0.15rem auto 0;
    font-weight:600;
    color: #fff;
    font-size: 0.16rem;
    text-align: center;
    margin-top: 45px;
    opacity: 1;
}
