:root {
    --bg-primary: #121212;
    --bg-secondary: #1e1e1e;
    --bg-card: #252525;
    --bg-elevated: #2d2d2d;
    --accent-primary: #7c4dff;
    --accent-secondary: #03dac6;
    --text-primary: #ffffff;
    --text-secondary: #b3b3b3;
    --text-muted: #888888;
    --border-color: #333333;
    --success: #00c853;
    --warning: #ffab00;
    --danger: #ff5252;
    --text-dark: #333;
    /* 添加缺失的变量 */
    --f7-navbar-height: 44px;
    /* 添加缺失的变量 */
    --f7-subnavbar-height: 44px;
    /* 添加缺失的变量 */
    --f7-safe-area-top: 20px;
    /* 添加缺失的变量 */
}

body {
    max-width: 100%;
    background-color: var(--bg-primary);
    color: var(--text-primary);
}

@media (min-width: 630px) {
    body {
        max-width: 630px;
        margin: 0 auto;
    }
}

@media (min-width: 630px) and (min-height: 630px) {
    .popup:not(.popup-tablet-fullscreen) {
        height: 100% !important;
    }

    .popup-languages:not(.popup-tablet-fullscreen),
    .popup-invite-link:not(.popup-tablet-fullscreen),
    .popup-sign-in:not(.popup-tablet-fullscreen),
    .popup-switching-national-units:not(.popup-tablet-fullscreen),
    .popup-home-tips:not(.popup-tablet-fullscreen),
    .popup-logout-tips:not(.popup-tablet-fullscreen),
    .popup-home-message:not(.popup-tablet-fullscreen),
    .popup-home-topic:not(.popup-tablet-fullscreen) {
        height: auto !important;
        width: 90% !important;
        left: 5% !important;
        top: 5%;
        margin: 0 auto;
    }
}
.popup{
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
}

.header-home {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 4.2rem;
    background: var(--bg-card);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.03);
    backdrop-filter: blur(.1rem);
    -webkit-backdrop-filter: blur(.1rem);
    padding: 0 .6rem;
    position: sticky;
    top: 0;
    z-index: 9;
    margin-bottom: 0.8rem;
}

.orange .header-home {
    background: linear-gradient(90deg, #ff5801, #fe8400) !important;
}

.header-home .lg {
    height: 1.48rem;
    display: flex;
    align-items: center;
    gap: 0.2rem;
}

.header-home .lg .iconfont {
    color: var(--text-primary);
    font-size: 1.2rem;
}

.header-home .lg .text {
    font-size: 0.9rem;
    display: flex;
    justify-content: center;
    gap: .1rem;
    cursor: pointer;
    color: var(--text-primary);
}

.header-home .lg .text s {
    font-variant: normal;
    padding: 0 0.2rem;
    text-decoration: none;
}

.header-home .lg .text i {
    font-size: 1rem;
    padding-top: 0.2rem;
}

.header-home .m-bbox {
    display: flex;
    align-items: center;
    gap: .5rem
}

.header-home .number-grow-wrap {
    transform: translateZ(0)
}

.header-home .text-ti {
    font-size: 0.85rem;
    color: var(--text-primary) !important;
}

/**首页公告弹窗*/
.popup-home-topic {
    width: 90%;
    height: auto !important;
    left: 5%;
    border-radius: .88rem;
    top: 5%;
    margin: 0 auto;
    background: var(--bg-card);
}

.popup-home-topic-tips .home-tips-box {
    width: 100%;
    padding: 0;
    margin: 0;
    height: 100%;
    border-radius: .4rem;
    background: var(--bg-card);
}

.popup-home-topic .home-tips-title {
    color: var(--text-primary);
    font-size: 1.66rem;
    font-weight: 700;
    text-align: center;
    margin-top: .88rem;
}

.popup-home-topic .home-tips-content {
    font-size: 1.03rem;
    padding: 1.2rem 5%;
    margin: 0;
    width: 90%;
    color: var(--text-primary);
}

.popup-home-topic .home-tips-checkbox {
    font-size: 1.03rem;
    padding: 1.2rem 5%;
    margin: 0;
    width: 90%;
    padding-top: 0;
    color: var(--text-dark);
}

.popup-home-topic .home-tips-checkbox .item-inner {
    display: inline-block;
}

/* 使用 index.css 中的统一 action-btns 样式 */

/*首页信息弹窗*/
.popup-home-message {
    width: 90%;
    height: auto !important;
    left: 5% !important;
    top: 5%;
    border-radius: .88rem;
    margin: 0 auto !important;
    background: var(--bg-card);
}

.popup-home-message .home-tips-box {
    width: 100%;
    padding: 0;
    margin: 0;
    height: 100%;
    border-radius: .4rem;
}

.popup-home-message .home-tips-content {
    padding: 1rem 5%;
    margin: 0;
    width: 90%;
    color: var(--text-dark);
}

.popup-home-message .home-tips-content label {
    display: inline-block;
    line-height: 1.66rem;
    width: 100%;
}

.popup-home-message .ct {
    text-align: center;
}

/* 使用 index.css 中的统一 action-btns 样式 */

/*先看看弹窗*/
.popup-home-tips {
    width: 90%;
    height: auto !important;
    left: 5% !important;
    top: 5%;
    border-radius: .88rem;
    margin: 0 auto !important;
    background: var(--bg-card);
}

.popup-home-tips .home-tips-box {
    width: 100%;
    padding: 0;
    margin: 0;
    height: 100%;
    border-radius: .4rem;
}

.popup-home-tips .home-tips-title {
    color: var(--text-dark);
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    margin-top: .7rem;
}

.popup-home-tips .home-tips-content {
    padding: 1rem 5%;
    margin: 0;
    width: 90%;
    color: var(--text-dark);
}

/* 使用 index.css 中的统一 action-btns 样式 */

/*退出弹窗*/
.popup-logout-tips {
    width: 90%;
    height: auto !important;
    left: 5% !important;
    top: 5%;
    border-radius: .88rem;
    margin: 0 auto !important;
    background: var(--bg-card);
}

.popup-logout-tips .logout-tips-box {
    width: 100%;
    padding: 0;
    margin: 0;
    height: 100%;
    border-radius: .4rem;
}

.popup-logout-tips .logout-tips-title {
    color: var(--text-dark);
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    margin-top: .7rem;
}

.popup-logout-tips .logout-tips-content {
    font-size: 1.03rem;
    padding: 1.2rem 5%;
    line-height: 0.99rem;
    margin: 0;
    width: 90%;
    text-align: center;
    color: var(--text-dark);
}

/* 使用 index.css 中的统一 action-btns 样式 */

/*多语言*/
.popup-languages,
.popup-switching-national-units,
.popup-sign-in {
    width: 90%;
    height: auto !important;
    left: 5% !important;
    top: 5%;
    border-radius: .66rem;
    margin: 0 auto !important;
    background: var(--bg-card);
}

.popup-languages .duoyuyan,
.popup-switching-national-units .duoyuyan {
    width: 100%;
    padding: .8rem 1.2rem;
    border-radius: .4rem;
    box-sizing: border-box;
    background: var(--bg-card);
}

.popup-languages .duo-title,
.popup-switching-national-units .duo-title {
    color: var(--text-dark);
    font-size: 1.15rem;
    font-weight: 500;
    padding-top: 0.5rem;
    padding-bottom: 1.25rem;
    text-align: center;
    border-bottom: 1px solid var(--border-color);
}

.page {
    background: var(--bg-primary);
}

.page .action-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: .6rem;
}

.orange .popup-languages .active-lg {
    background: linear-gradient(103deg, rgba(254, 131, 0, .23137254901960785) 19%, rgba(254, 131, 0, .23137254901960785) 0, #fbd8ca 84%) !important;
    border: .02rem solid #ff5801 !important;
    color: #ff5801 !important;
}

/* 使用 index.css 中的统一 action-btns 样式 */

/*尾部*/
.bottom-box {
    background-color: var(--bg-card) !important;
    height: 4.5rem !important;
}

.bottom-box .six-tabbar {
    border-radius: .6rem .6rem 0 0;
    height: 70%;
    background: transparent;
    margin-top: 0.6rem;
    justify-content: space-between
}

.bottom-box .six-tabbar {
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    background: var(--bg-card)
}

.bottom-box .six-tabbar a {
    text-align: center;
}

.bottom-box .six-tabbar .six-tabbar-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 33.33%;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: .42rem;
    color: var(--text-secondary);
    line-height: 1
}

.bottom-box .six-tabbar .six-tabbar-item .active {
    color: var(--accent-primary);
    font-weight: 700
}

.orange .six-tabbar .six-tabbar-item .active {
    color: #ff5801 !important;
}

.bottom-box .icon-cl {
    height: 1.6rem
}

.bottom-box .sizefont {
    margin-top: 0.4rem;
    font-size: 0.8rem;
    color: var(--text-secondary);
}

.toolbar-bottom:before {
    content: none;
    !important;
}

.index-content {
    padding-top: 4.5rem;
    padding-bottom: 5.5rem;
    background: var(--bg-primary);
}

.home-box {
    width: 95%;
    margin: 0 auto;
    height: auto;
    padding-top: 1.5rem;
    padding-bottom: 20rem;
}

.home-box .banner {
    box-sizing: border-box;
    background-color: transparent;
    margin-top: .6rem;
    margin-bottom: .7rem;
}

/*首页*/
.home-box .banner .swiper-slide img {
    width: 100%;
    border-radius: 1rem;
}

.home-box .banner .swiper-slide .tt-btn {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 68%;
    left: 1.4rem;
    transition: all .5s;
}

@keyframes pathRotate-data-v-1c27762c {

    0%,
    to {
        clip-path: inset(0 0 94% 0)
    }

    25% {
        clip-path: inset(0 94% 0 0)
    }

    50% {
        clip-path: inset(94% 0 0 0)
    }

    75% {
        clip-path: inset(0 0 0 94%)
    }
}

.home-box .with-space-bg {
    width: 100%;
    float: left;
    box-sizing: border-box;
}

.home-box .with-space-bg ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.home-box .with-space-bg ul li {
    display: flex;
    padding: 0.9rem;
}

.home-box .with-space-bg .infoTask {
    background: var(--bg-card);
    border-radius: .6rem;
    margin-bottom: .8rem;
    transition: all .3s;
    transform: scale(1);
}

.home-box .with-space-bg ul li>img {
    width: 2.8rem;
    height: 2.8rem;
    margin-right: 0.8rem;
}

.home-box .with-space-bg ul li .info {
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
}

.home-box .with-space-bg ul li .info .left>div {
    display: flex;
}

.home-box .with-space-bg ul li .info .left .title {
    font-size: 1rem;
    color: var(--text-primary);
    font-weight: 700;
    margin-bottom: .1rem;
}

.home-box .msg {
    width: 100%;
    width: 95%;
    margin: auto;
    color: var(--text-secondary);
}

.home-box .msg .action {
    color: var(--text-primary);
    background: var(--accent-primary);
    border-radius: 2rem;
    padding: .2rem .7rem;
}

.home-box .with-space-bg ul li .info .left .msg {
    font-size: 1.1rem;
    color: var(--text-secondary);
}

.home-box .btn {
    border: .1rem solid var(--accent-primary);
    color: var(--accent-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .2rem;
    font-weight: 700;
    padding: 0 .9rem !important;
    width: auto !important;
}

.home-box .with-space-bg ul li .info .btn {
    color: var(--text-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    font-weight: 700;
    padding: .12rem .32rem;
    border-radius: 1rem !important;
    width: 1.2rem;
    height: 2.24rem;
    font-size: 1.2rem;
    background: linear-gradient(138deg, var(--accent-primary) 11%, var(--accent-primary) 0, var(--accent-primary) 91%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.home-box .tt {
    display: flex;
    border-radius: .2rem .2rem 0 0;
    border-bottom: .03rem solid var(--border-color);
    padding: .2rem .2rem .8rem .2rem;
}

.home-box .tt img {
    width: 2.8rem;
    height: 2.8rem;
    margin-right: .8rem;
    margin-top: -.05rem;
}

.home-box .tt i {
    font-size: 2.46rem;
    margin-right: .8rem;
    margin-top: -.05rem;
    color: var(--accent-primary);
}

.orange .home-box .tt i {
    color: #ff3b30;
}

.home-box .topr {
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*width: 100%;*/
    /*align-items: center;*/
}

.home-box .titleT {
    font-size: 1rem;
    color: var(--text-primary);
    font-weight: 600;
    margin-bottom: .1rem;
}

.home-box .timeT {
    font-size: .9rem;
    color: var(--accent-primary);
    font-weight: 700;
    margin-bottom: .18rem;
}

.orange .home-box .timeT {
    color: #ff3b30;
}

@keyframes shark-wrap-data-v-c6f0db10 {
    to {
        transform: translateX(100%)
    }
}

.home-box .line {
    width: 90%;
    height: .46rem;
    background: var(--bg-secondary);
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-top: 2.4rem;
    margin-bottom: 2rem;
    border-radius: .2rem;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.home-box .line .pro {
    position: absolute;
    border-radius: .2rem;
    height: .46rem;
    background-color: var(--accent-primary);
    background-image: linear-gradient(90deg, var(--accent-primary), var(--accent-primary) 10%, rgba(251, 181, 107, .5215686274509804) 50%, var(--accent-primary) 80%, var(--accent-primary));
    background-size: 200% 100%;
    animation: progressbar-data-v-c6f0db10 2s linear infinite;
    transition: width .3s
}

.orange .home-box .line .pro {
    background-color: #ff5801 !important;
    background-image: linear-gradient(90deg, #ff5801, #ff5801 10%, #ffebe0 50%, #ff5801 80%, #ff5801);
}

@keyframes progressbar-data-v-c6f0db10 {
    0% {
        background-position: 100% 0
    }

    50% {
        background-position: 0 0
    }

    to {
        background_position: -100%, 0
    }
}

.home-box .step {
    z-index: 6;
    height: 2.1rem;
    margin-top: -.8rem;
    font-size: .4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-box .step img {
    width: 4.2rem;
}

.home-box .step i.status2 {
    width: 3rem;
    height: 3rem;
    background: var(--text-muted);
    /* border-radius: 1rem 0; */
}

.home-box .completed i.status2 {
    background: var(--accent-primary) !important;
}

.orange .home-box .completed i.status2 {
    background: #ff5801 !important;
    border: 0.26rem solid #ffebe0 !important;
}

.home-box .test {
    font-size: .75rem;
    font-weight: 700;
    position: absolute;
    color: var(--text-primary);
    margin-top: -1rem;
}

.home-box .step .unit {
    font-size: .85rem;
    font-weight: 700;
    position: absolute;
    color: var(--text-primary);
    margin-top: 1.2rem;
}

.orange .home-box .purple {
    background: #ffebe0;
    color: #ff5801;
}

.orange .purple .action {
    color: #ff5801;
    border: .1rem solid #ff5801;
}

.home-box .mem {
    align-items: center;
    gap: .4rem;
    width: 75%;
    overflow: hidden;
    height: 1rem;
    line-height: 1rem;
    color: var(--text-secondary);
}

.home-box .b-t img {
    width: 1.4rem;
    height: 1.4rem;
}

.home-box .b-t i {
    font-size: 1.22rem;
    color: var(--text-secondary);
}

.home-box .n-t {
    font-size: .75rem;
    font-weight: 700;
    color: var(--text-secondary);
}

.home-box .tips-swiper {
    position: relative;
    overflow: hidden;
    cursor: grab;
    -webkit-user-select: none;
    user-select: none;
    font-size: 0.85rem;
    height: 100%;
    width: 100%;
    color: var(--text-secondary);
}

.home-box .invite-msg {
    font-size: .75rem;
    color: var(--warning);
    width: 100%;
    margin: .7rem auto;
    margin-bottom: 0.2rem;
    text-align: center;
    font-weight: 700;
    margin-bottom: .2rem;
}

.orange .home-box .invite-msg {
    color: #ff3b30;
}

.page-invite {
    min-height: calc(100vh - 64px);
    overflow-y: auto;
}
.earn_new {
    padding: 30px 20px;
    max-width: 500px;
    margin: 64px auto 0;
    display: flex;
    flex-direction: column;
  }

.navigationBar {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 2.6rem;
    font-size: 1.06rem;
    height: 64px;
    background-size: 100% 100% !important;
    background: var(--bg-card);
    color: var(--text-primary);
    font-weight: 500;
}

.orange .navigationBar {
    background: linear-gradient(90deg, #ff5801, #fe8400);
}

.navigationBar i {
    position: absolute;
    left: .4rem;
    width: .18rem;
    color: var(--text-primary);
}

.navbar {
    height: 64px;
    background: var(--bg-card);
}
.navbar-inner{
    padding: 0;
}
.navbar a{
    color: var(--text-primary);
}
.icon-Empty{
    font-size: 6rem;
    color: var(--text-secondary);
}
.no-data{
    color: var(--text-secondary);
}
/* invite */
.popup .navbar-bg {
    background-color: var(--accent-primary) !important;
}

.popup .navbar-inner,
.popup .popup-close {
    color: var(--text-primary);
}

/*其它page*/
.navbar .title {
    width: calc(100% - 50px);
    text-align: center;
    color: var(--text-primary);
}

.ios .page-mine-record .navbar {
    height: calc(var(--f7-navbar-height) + .8rem) !important;
}

.ios .page-mine-record .subnavbar {
    height: calc(var(--f7-subnavbar-height) + .8rem) !important;
    top: calc(var(--f7-navbar-height) + var(--f7-safe-area-top) + .8rem) !important;
}

.page-mine-record .navbar {
    background-color: var(--bg-card) !important;
    border-bottom: .2rem solid var(--border-color);
}

.page-mine-record .navbar-bg {
    background-color: var(--bg-card) !important;
}

.page-mine-record .navbar-bg:after {
    background-color: var(--bg-card);
}

.page-mine-record .navbar i.icon {
    color: var(--text-secondary);
    font-size: 1.28rem;
}

.page-mine-record .subnavbar {
    background: var(--bg-card) !important;
    border-bottom: .5rem solid var(--border-color);
}

.page-mine-record .subnavbar:after {
    background-color: var(--bg-card) !important;
}

.page-mine-record .subnavbar .buttonLine {
    width: .1rem;
    height: 60%;
    background: var(--border-color);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.page-mine-record .subnavbar .button {
    gap: .6rem;
    font-size: 1.05rem;
    color: var(--text-primary);
    text-transform: math-auto;
}

.page-mine-record .subnavbar .button label {
    font-size: 0.88rem;
    white-space: break-spaces;
    line-height: 0.88rem;
    height: 100%;
    overflow: hidden;
    align-items: center;
    align-content: center;
    color: var(--text-primary);
}

.page-mine-record .subnavbar .button i {
    font-size: 0.88rem !important;
    color: var(--text-muted) !important;
}

.page-mine-record .page-content {
    padding-top: 8.18rem !important;
    background-color: var(--bg-primary);
    padding-bottom: 1.99rem !important;
}

.page-mine-record .em-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: .3rem;
    margin-top: 1.4rem;
}

.page-mine-record .em-box .logo-v {
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    padding: .5rem;
    border: .09rem solid var(--border-color);
}

.page-mine-record .em-box img {
    width: 100%;
}

.page-mine-record .em-box div {
    color: var(--text-muted);
    font-size: .96rem;
}

.page-mine-record .mine-revenue {
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: scroll;
}

.page-mine-record .mine-revenue ul {
    width: 90%;
    height: auto;
    margin: 0 5%;
    padding: 0;
}

.page-mine-record .mine-revenue ul li {
    width: 100%;
    height: auto;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 0.66rem;
    border-bottom: 0.01rem solid var(--border-color);
    padding-bottom: 0.2rem;
    display: flex;
    align-items: center;
    justify-items: center;
    justify-content: space-between;
    gap: 0.5rem;
}

.page-mine-record .mine-revenue ul li div.r {
    display: inline-flex;
    gap: 0.2rem;
}

.page-mine-record .mine-revenue ul li div h1 {
    font-size: 1rem;
    padding-right: 0.66rem;
    word-break: break-word;
    color: var(--text-primary);
}

.page-mine-record .mine-revenue ul li div span {
    font-size: 0.66rem;
    color: var(--text-muted);
}

.page-mine-record .mine-revenue ul li div i {
    font-size: 0.88rem;
    font-style: normal;
    color: var(--accent-primary);
}

.orange .page-mine-record .mine-revenue ul li div i {
    color: #ff5801;
}

.page-mine-record .mine-revenue ul li div b {
    font-size: 0.88rem;
    color: var(--accent-primary);
}

.orange .page-mine-record .mine-revenue ul li div b {
    color: #ff5801;
}

/*提现记录*/
.page-mine-record .mine-withdrawal-record {
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: scroll
}

.page-mine-record .mine-withdrawal-record ul {
    width: 90%;
    height: auto;
    margin: 0 5%;
    padding: 0;
}

.page-mine-record .mine-withdrawal-record ul li {
    width: 100%;
    height: auto;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 0.66rem;
    border-bottom: 0.01rem solid var(--border-color);
    padding-bottom: 0.2rem;
    display: flex;
    align-items: center;
    justify-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.66rem 0;
}

.page-mine-record .mine-withdrawal-record ul li div {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
    gap: 0.4rem;
}

.page-mine-record .mine-withdrawal-record ul li div h1 {
    padding: 0;
    margin: 0;
    font-size: 1rem;
    line-height: 1.33rem;
    font-weight: 700;
    color: var(--text-primary);
}

.page-mine-record .mine-withdrawal-record ul li div span {
    color: var(--text-muted);
    font-size: 0.78rem;
    line-height: 0.9rem;
}

.page-mine-record .mine-withdrawal-record ul li div i {
    font-size: .88rem;
    font-style: normal;
    font-weight: 700;
    color: var(--accent-primary);
}

.orange .page-mine-record .mine-withdrawal-record ul li div i {
    color: #ff5801;
}

.page-mine-record .mine-withdrawal-record ul li div b {
    font-size: 0.68rem;
    font-weight: normal;
    text-align: right;
    color: var(--text-secondary);
}

/*系统消息*/
.ios .page-mine-msg .navbar {
    height: calc(var(--f7-navbar-height) + .8rem) !important;
}

.ios .page-mine-msg .subnavbar {
    height: calc(var(--f7-subnavbar-height) + .8rem) !important;
    top: calc(var(--f7-navbar-height) + var(--f7-safe-area-top) + .8rem) !important;
}

.page-mine-msg .navbar {
    background-color: var(--bg-card) !important;
}

.page-mine-msg .navbar-bg {
    background-color: var(--bg-card) !important;
}

.page-mine-msg .navbar-bg:after {
    background-color: var(--bg-card);
}

.page-mine-msg .navbar i.icon {
    color: var(--text-secondary);
    font-size: 1.28rem;
}

.page-mine-msg .subnavbar {
    background: var(--bg-card) !important;
}

.page-mine-msg .subnavbar:after {
    background-color: var(--bg-card) !important;
}

.page-mine-msg .subnavbar .buttonLine {
    width: .1rem;
    height: 60%;
    background: var(--border-color);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.page-mine-msg .subnavbar .segmented {
    height: 100%;
    align-items: center;
}

.page-mine-msg .subnavbar .button {
    font-size: 1.05rem;
    color: var(--text-primary);
    text-transform: math-auto;
    display: inline-block;
    flex-direction: column;
    height: 100%;
    align-content: flex-start;
}

.page-mine-msg .subnavbar .button label {
    display: flex;
    justify-content: center;
    padding-top: 0.2rem;
    color: var(--text-primary);
}

.page-mine-msg .subnavbar .button i {
    width: 2rem;
    height: 0.22rem;
    background: var(--bg-card);
    border-radius: 0.5rem;
    display: flow;
    margin-left: -moz-calc(50% - 1rem);
    margin-left: -webkit-calc(50% - 1rem);
    margin-left: calc(50% - 1rem);
}

.page-mine-msg .subnavbar .active-chose {
    color: var(--accent-primary);
}

.orange .page-mine-msg .subnavbar .active-chose {
    color: #ff5801;
}

.page-mine-msg .subnavbar .active-chose i {
    background: linear-gradient(105deg, var(--accent-primary) 18%, var(--accent-primary) 0, var(--accent-primary) 84%);
}

.orange .page-mine-msg .subnavbar .active-chose i {
    background: linear-gradient(105deg, #ff5801 18%, #ff5801 0, #ff5801 84%);
}

.page-mine-msg .page-content {
    padding-top: 8.18rem !important;
    background-color: var(--bg-secondary);
    padding-bottom: 1.99rem !important;
}

.page-mine-msg .em-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: .3rem;
    margin-top: 2.66rem;
}

.page-mine-msg .em-box .logo-v {
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    padding: .5rem;
    border: .09rem solid var(--border-color);
}

.page-mine-msg .em-box img {
    width: 100%;
}

.page-mine-msg .em-box div {
    color: var(--text-muted);
    font-size: .96rem;
}

.page-mine-msg .mine-msg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: scroll
}

.page-mine-msg .mine-msg ul {
    width: 90%;
    height: auto;
    margin: 0 5%;
    padding: 0;
}

.page-mine-msg .mine-msg ul li {
    width: -moz-calc(100% - 1.76rem);
    width: -webkit-calc(100% - 1.76rem);
    width: calc(100% - 1.76rem);
    height: auto;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 0.66rem;
    display: inline-block;
    align-items: flex-start;
    justify-items: left;
    justify-content: space-between;
    gap: 0.5rem;
    flex-direction: column;
    background-color: var(--bg-card);
    border-radius: 0.33rem;
    padding: 0.88rem;
}

.page-mine-msg .mine-msg ul li div {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.page-mine-msg .mine-msg ul li div.msg-header {
    flex-direction: row;
    gap: 0.36rem;
    overflow: hidden;
}

.page-mine-msg .mine-msg ul li div.msg-header i {
    font-size: 2.66rem;
    color: var(--text-muted);
}

.page-mine-msg .mine-msg ul li div.msg-header span {
    padding: 0;
    margin: 0;
    display: grid;
    width: 100%;
}

.page-mine-msg .mine-msg ul li div.msg-header span h2 {
    padding: 0;
    margin: 0;
    font-size: 1.08rem;
    font-weight: normal;
    color: var(--text-primary);
    line-height: 1.66rem;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.page-mine-msg .mine-msg ul li div.msg-header span b {
    color: var(--text-muted);
    font-size: 0.78rem;
    font-weight: normal;
}

.page-mine-msg .mine-msg ul li div.msg-content {
    padding: 0.66rem 0;
    border-top: 0.01rem solid var(--border-color);
    border-bottom: 0.01rem solid var(--border-color);
    margin: 0.5rem 0;
    font-size: 0.99rem;
    color: var(--text-primary);
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.page-mine-msg .mine-msg ul li div.msg-footer {
    flex-direction: row;
    justify-content: space-between;
    font-size: 0.78rem;
    color: var(--text-primary);
}

.page-mine-msg .mine-msg ul li div.msg-footer i {
    font-size: 0.99rem;
}

.popup-push-message .navbar,
.popup-push-message .navbar-bg {
    border-bottom: .02rem solid var(--bg-card);
    background: var(--bg-card);
}

.popup-push-message .navbar a {
    color: var(--text-primary) !important;
}

.popup-push-message .page-content {
    background-color: var(--bg-card);
}
.popup-push-message .block{
    color: var(--text-primary);
}

/*其它page---下拉选择*/
.ios .bet-subnav-sheet {
    top: 6.68rem !important;
}

.bet-subnav-sheet {
    top: 7.68rem !important;
    height: 100% !important;
    border: none !important;
    border-radius: 0 !important;
    background: var(--bg-card);
}

.bet-subnav-sheet .bet-subnav-sheet-box {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 0 !important;
}

.bet-subnav-sheet .bet-subnav-sheet-box .screen_down {
    width: 100%;
    float: left;
    padding: 0;
    background-color: var(--bg-card);
    border-radius: 0 !important;
}

.bet-subnav-sheet .bet-subnav-sheet-box .screen_down ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 1rem;
}

.bet-subnav-sheet .bet-subnav-sheet-box .screen_down ul li {
    width: 45% !important;
    padding: .66rem;
    font-size: .26rem;
    float: left;
    border-radius: .08rem;
    text-align: center;
    margin-bottom: .69rem;
    background-color: var(--bg-secondary);
}

.bet-subnav-sheet .bet-subnav-sheet-box .screen_down .checkActive,
.singular_down .checkActive {
    color: var(--accent-primary);
    background-color: var(--bg-elevated);
}

.orange .bet-subnav-sheet .bet-subnav-sheet-box .screen_down .checkActive,
.singular_down .checkActive {
    color: #ff5801;
}

.bet-subnav-sheet .bet-subnav-sheet-box .checkActive {
    background: linear-gradient(112deg, var(--accent-primary) 17%, var(--accent-primary) 0, var(--accent-primary) 85%) !important;
    color: var(--text-primary) !important;
}

.orange .bet-subnav-sheet .bet-subnav-sheet-box .checkActive {
    background: linear-gradient(112deg, #ff5801 17%, #ff5801 0, #ff5801 85%) !important;
}

.bet-subnav-sheet .bet-subnav-sheet-box .screen_down ul li {
    font-size: .76rem;
    width: 42% !important;
    background: var(--bg-secondary);
    border-radius: 2rem;
    color: var(--text-secondary);
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-items: center;
    justify-content: center;
}

.bet-subnav-sheet .bet-subnav-sheet-box .screen_down ul li:nth-child(2n) {
    margin-left: .26rem;
    float: right;
}

.bet-subnav-sheet .bet-subnav-sheet-box .screen_down-close {
    background-color: rgba(0, 0, 0, .7);
    height: 100%;
}

.service {
    position: fixed;
    top: 3.88rem;
    right: 0.2rem;
    width: 2.5rem;
    transition: .5s;
    height: 2.5rem;
    background: var(--accent-secondary);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
    border-radius: 2rem;
    text-align: center;
    z-index: 9999;
    display: none;
}

.service img {
    width: 1.8rem;
    margin-top: .5rem;
}

/*银行列表*/
.cardBankSheel {
    height: 50%;
    background: var(--bg-card);
}

.cardBankSheel .sheet-modal-inner {
    background: var(--bg-card) !important;
}

.cardBankSheel .toolbar-inner .left label {
    padding: 0 0.88rem;
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--text-primary);
}

.cardBankSheel .toolbar-inner .link {
    color: var(--text-primary);
    background-color: var(--accent-primary);
    height: 1.88rem;
    border-radius: .66rem;
    margin-right: 1rem;
    padding: 0 .66rem;
    font-size: 0.88rem;
}

.orange .cardBankSheel .toolbar-inner .link {
    background-color: #fe5b03;
}

.cardBankSheel .toolbar-inner {
    background: var(--bg-card);
    border-bottom: .04rem solid var(--border-color);
}

.ios .cardBankSheel .toolbar-inner {
    border-bottom: none !important;
}

.ios .cardBankSheel {
    border-radius: 0.6rem 0.6rem 0 0 !important;
}

.ios .cardBankSheel:before {
    background-color: var(--bg-card) !important;
}

.tabbar a,
.tabbar-icons a {
    color: var(--text-secondary);
}

/* 新增滚动条样式 */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: var(--bg-secondary);
}

::-webkit-scrollbar-thumb {
    background-color: var(--accent-primary);
    border-radius: 4px;
    border: 2px solid transparent;
    background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
    background-color: var(--accent-secondary);
}

::-webkit-scrollbar-track {
    background-color: var(--bg-secondary);
    border-radius: 4px;
}

::-webkit-scrollbar-track-piece {
    background-color: var(--bg-secondary);
}

::-webkit-scrollbar-corner {
    background-color: var(--bg-secondary);
}

/* 针对特定元素的滚动条样式 */
.scrollable-content::-webkit-scrollbar {
    width: 6px;
}

.scrollable-content::-webkit-scrollbar-thumb {
    background-color: rgba(124, 77, 255, 0.5);
}

.scrollable-content::-webkit-scrollbar-thumb:hover {
    background-color: rgba(124, 77, 255, 0.8);
}

/* Firefox滚动条样式 */
html {
    scrollbar-width: thin;
    scrollbar-color: var(--accent-primary) var(--bg-secondary);
}

/* 弹窗滚动条样式 */
.popup-content::-webkit-scrollbar {
    width: 6px;
}

.popup-content::-webkit-scrollbar-thumb {
    background-color: rgba(124, 77, 255, 0.7);
}

.popup-content::-webkit-scrollbar-track {
    background-color: rgba(30, 30, 30, 0.5);
}

.header-home .mmonrr {
    font-size: 1rem;
    border-radius: 1rem;
    font-weight: 700;
    padding: .2rem 0.7rem;
    position: relative;
    display: flex;
    justify-content: center;
    min-width: 1rem;
    overflow: hidden;
    color: var(--text-primary);
    background: var(--bg-card);
    z-index: 1;
    box-shadow: 0 0 10px rgba(124, 77, 255, 0.3);
}

.home-box .step.completed i.status2,
.home-box .step i.status2 {
    border-radius: 1.1rem;
}

.home-box .step.completed i.status2,.invite-now-btn2,.external.qx{
    position: relative;
}
.external.qx{
    padding: .2rem .7rem;
    border-radius: 2rem;
    background: var(--accent-primary);
}

/* 更明显的流光边框效果 */
.header-home .mmonrr::before,
.invite-now-btn2::before,
.external.qx::before,
.home-box .step.completed i.status2::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg,
            transparent,
            var(--accent-primary),
            var(--accent-secondary),
            var(--accent-primary),
            transparent);
    background-size: 400% 400%;
    z-index: -1;
    border-radius: 1.1rem;
    animation: borderGlow 3s linear infinite;
}

@keyframes borderGlow {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* 内层背景确保文字可读性 */
.header-home .mmonrr::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background: var(--bg-card);
    border-radius: 0.9rem;
    z-index: -1;
}


/* 点击效果 */
.header-home .mmonrr:active::before {
    animation: borderGlow 0.8s linear infinite;
    background: linear-gradient(45deg,
            transparent,
            #7c4dff,
            #03dac6,
            #7c4dff,
            transparent);
}


/* 响应式调整 */
@media (max-width: 768px) {
    .header-home .mmonrr::before {
        animation: borderGlow 4s linear infinite;
    }

    .header-home .mmonrr:hover::before {
        animation: borderGlow 2s linear infinite;
    }
}

/* 移动端优化 */
@media (max-width: 768px) {
    ::-webkit-scrollbar {
        width: 4px;
        height: 4px;
    }

    ::-webkit-scrollbar-thumb {
        border-width: 1px;
    }
}