:root {
    --primary-bg: #FFFFFF;         /* 纯白背景 */
    --secondary-bg: #f7f7f7;       /* 浅灰背景 */
    --accent-blue: #ff6b4a;        /* 明亮橙 */
    --accent-green: #00C9A7;       /* 清新绿 */
    --text-dark: #2D3748;          /* 深灰文字 */
    --text-medium: #718096;        /* 中灰文字 */
    --text-light: #A0AEC0;         /* 浅灰文字 */
    --border-color: #dae0e7;       /* 边框色 */
    --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.1);
}
body {
    max-width: 100%;
}
@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-switching-national-units:not(.popup-tablet-fullscreen){
        height: auto!important;
        width: 90%!important;
        left: 5%!important;
        top: 5%;
        margin: 0 auto;
    }
    .popup-home-tips:not(.popup-tablet-fullscreen) {
        height: auto!important;
        width: 90%!important;
        left: 5%!important;
        top: 5%;
        margin: 0 auto;
    }
    .popup-logout-tips:not(.popup-tablet-fullscreen) {
        height: auto!important;
        width: 90%!important;
        left: 5%!important;
        top: 5%;
        margin: 0 auto;
    }
    .popup-home-message:not(.popup-tablet-fullscreen) {
        height: auto!important;
        width: 90%!important;
        left: 5%!important;;
        top: 5%;
        margin: 0 auto;
    }
    .popup-home-topic:not(.popup-tablet-fullscreen) {
        height: auto!important;
        width: 90%!important;
        left: 5%!important;
        top: 5%;
        margin: 0 auto;
    }
}

.header-home{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 4.2rem;
    /*background: linear-gradient(90deg,#00b09b,#96c93d);*/
    background: #fff;
    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 .text{
    font-size: 0.9rem;
    display: flex;
    justify-content: center;
    gap: .1rem;
    cursor:pointer;
}
.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 .f7-icons,.header-home .mmonrr,.header-home .lg .text {
    color: var(--accent-blue);
}
.header-home .mmonrr{
    font-size:1.18rem;
    border-radius:1rem;
    font-weight:700;
    border:0.1rem solid var(--accent-blue);
    padding:0 0.7rem;
    position:relative;
    display:flex;
    justify-content:center;
    min-width:1rem
}
.header-home .mmonrr img{
    position:absolute;
    height:.55rem;
    left:-.2rem;
    top:-.03rem
}
.header-home .number-grow-wrap{
    transform:translateZ(0)
}
.header-home .text-ti{
    font-size: 0.85rem;
    color: #fff !important;
}

/**首页公告弹窗*/
.popup-home-topic{
    width: 90%;
    height: auto!important;
    left: 5%;
    border-radius: .88rem;
    top: 5%;
    margin: 0 auto;
}
.popup-home-topic-tips .home-tips-box{
    width: 100%;
    padding: 0;
    margin: 0;
    height: 100%;
    border-radius: .4rem;
}
.popup-home-topic .home-tips-title{
    color: #333;
    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%;
}
.popup-home-topic .home-tips-checkbox{
    font-size: 1.03rem;
    padding: 1.2rem 5%;
    margin: 0;
    width: 90%;
    padding-top: 0;
}
.popup-home-topic .home-tips-checkbox .item-inner{
    display: inline-block;
}
.popup-home-topic .action-btns{
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: row;
    justify-content: space-around;
}
.popup-home-topic .action-btns div{
    width: 6.88rem;
    text-align: center;
    height: 2.88rem;
    line-height: 2.88rem;
    font-size: 1.08rem;
    margin: .99rem 0;
    margin-top: 0;
    margin-bottom: 1.88rem;
}
.popup-home-topic .action-btns div.yes{
    border:.1rem solid var(--accent-blue);
    -webkit-background-clip:text;
    background-clip:text;
    background:linear-gradient(118deg,var(--accent-blue) 16%,var(--accent-blue) 0,var(--accent-blue) 86%);
    color:#fff;
    border-radius: 3rem;
}
/*首页信息弹窗*/
.popup-home-message{
    width: 90%;
    height: auto!important;
    left: 5%!important;
    top: 5%;
    border-radius: .88rem;
    margin: 0 auto!important;
}
.popup-home-message .home-tips-box{
    width: 100%;
    padding: 0;
    margin: 0;
    height: 100%;
    border-radius: .4rem;
}

.popup-home-message .home-tips-content{
    font-size: 1.03rem;
    padding: 1.2rem 5%;
    line-height: 0.99rem;
    margin: 0;
    width: 90%;
}
.popup-home-message .home-tips-content label{
    display: inline-block;
    line-height: 1.66rem;
    width: 100%;
}
.popup-home-message .ct{
    text-align: center;
}
.popup-home-message .action-btns{
    border-top: 0.02rem solid #ebedf0;
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: row;
    justify-content: space-around;
}
.popup-home-message .action-btns div{
    width: 50%;
    text-align: center;
    height: 3.22rem;
    line-height: 3.22rem;
    font-size: 1.08rem;
}
.popup-home-message .action-btns div.yes{
    border-left: 0.02rem solid #ebedf0;
    color: var(--accent-blue);
}
.orange .popup-home-message .action-btns div.yes{
    color: #ff5801!important;
}

/*先看看弹窗*/
.popup-home-tips{
    width: 90%;
    height: auto!important;
    left: 5%!important;
    top: 5%;
    border-radius: .88rem;
    margin: 0 auto!important;
}
.popup-home-tips .home-tips-box{
    width: 100%;
    padding: 0;
    margin: 0;
    height: 100%;
    border-radius: .4rem;
}
.popup-home-tips .home-tips-title{
    color: #333;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    margin-top: .7rem;
}
.popup-home-tips .home-tips-content{
    font-size: 1.03rem;
    padding: 1.2rem 5%;
    line-height: 0.99rem;
    margin: 0;
    width: 90%;
}
.popup-home-tips .action-btns{
    border-top: 0.02rem solid #ebedf0;
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: row;
    justify-content: space-around;
}
.popup-home-tips .action-btns div{
    width: 50%;
    text-align: center;
    height: 3.22rem;
    line-height: 3.22rem;
    font-size: 1.08rem;
}
.popup-home-tips .action-btns div.yes{
    border-left: 0.02rem solid #ebedf0;
    color: var(--accent-blue);
}
.orange .popup-home-tips .action-btns div.yes{
    color: #ff5801!important;
}

/*退出弹窗*/
.popup-logout-tips{
    width: 90%;
    height: auto!important;
    left: 5%!important;
    top: 5%;
    border-radius: .88rem;
    margin: 0 auto!important;
}
.popup-logout-tips .logout-tips-box{
    width: 100%;
    padding: 0;
    margin: 0;
    height: 100%;
    border-radius: .4rem;
}
.popup-logout-tips .logout-tips-title{
    color: #333;
    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;
}
.popup-logout-tips .action-btns{
    border-top: 0.02rem solid #ebedf0;
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: row;
    justify-content: space-around;
}
.popup-logout-tips .action-btns div{
    width: 50%;
    text-align: center;
    height: 3.22rem;
    line-height: 3.22rem;
    font-size: 1.08rem;
}
.popup-logout-tips .action-btns div.yes{
    border-left: 0.02rem solid #ebedf0;
    color: var(--accent-blue);
}
.orange .popup-logout-tips .action-btns div.yes{
    color: #ff5801!important;
}

/*多语言*/
.popup-languages,.popup-switching-national-units{
    width: 90%;
    height: auto!important;
    left: 5%!important;
    top: 5%;
    border-radius: .66rem;
    margin: 0 auto!important;
}
.popup-languages .duoyuyan,.popup-switching-national-units .duoyuyan{
    width: 100%;
    padding: .8rem 1.2rem;
    border-radius: .4rem;
    box-sizing: border-box;
}
.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);
}
.popup-languages .lg-list,.popup-switching-national-units .lg-list{
    display: flex;
    flex-wrap: wrap;
}
/*.popup-languages .lg-list .lg-item,.popup-switching-national-units .lg-list .lg-item{*/
/*    border: .02rem solid rgba(255,90,1,0);*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    flex-direction: column;*/
/*    width: 45%;*/
/*    background: #f1f1ef;*/
/*    height: 2.48rem;*/
/*    border-radius: .5rem;*/
/*    color: #666;*/
/*    margin-bottom: .7rem;*/
/*    gap: .01rem;*/
/*    transition: all .3s;*/
/*    padding: 0.3rem 0;*/
/*}*/

.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;
}
.popup-languages .action-btns .can,.popup-languages .action-btns .yes,
.popup-switching-national-units .can,.popup-switching-national-units .yes
{
    width:47%;
    height:3.28rem;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:1.06rem;
    font-weight:500;
}
.popup-languages .action-btns .can,.popup-switching-national-units .action-btns .can{
    border:.1rem solid var(--accent-blue);
    background:linear-gradient(120deg,var(--accent-blue) 16%,var(--accent-blue) 0,var(--accent-blue) 86%);
    -webkit-background-clip:text;
    /*-webkit-text-fill-color:transparent;*/
    background-clip:text;
    text-fill-color:transparent;
}
.orange .popup-languages .action-btns .can{
    border: .1rem solid #ff5801;
    background: linear-gradient(120deg,#fe8400 16%,#f9881f 0,#ff5801 86%);
    -webkit-background-clip:text;
    /*-webkit-text-fill-color:transparent;*/
    background-clip:text;
    text-fill-color:transparent;
}
.orange .popup-languages .action-btns .yes{
    background: linear-gradient(118deg,#fe8400 16%,#f9881f 0,#ff5801 86%);
    color:#fff
}


/*尾部*/
.bottom-box {
    background-color: #fff!important;
    height: 4.5rem!important;
    border-radius: 1rem 1rem 0 0;
}
.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:#fff
}
.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:#666;
    line-height:1
}
.bottom-box .six-tabbar .six-tabbar-item .active {
    color: var(--accent-blue);
    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;
}
.toolbar-bottom:before{
    content:none;!important;
}
.index-content{
    padding-top: 4.5rem;
    padding-bottom: 5.5rem;
}
.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;
    /*background: linear-gradient(104deg, #3973fa 19%, #ad35ed);*/
    /*color: #fff;*/
    /*font-weight: 700;*/
    /*font-size: 1.2rem;*/
    /*padding: 0 1.22rem;*/
    /*height: 2.88rem;*/
    /*border-radius: .8rem;*/
    top: 68%;
    left: 1.4rem;
    transition: all .5s;
}
/*.home-box .banner .swiper-slide .tt-btn::after,.home-box .banner .swiper-slide .tt-btn::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    border: .15rem solid #fff;*/
/*    width: 98%;*/
/*    height: 2.8rem;*/
/*    border-radius: .8rem;*/
/*    inset: 0;*/
/*    animation: pathRotate-data-v-1c27762c 2s linear infinite;*/
/*    -webkit-animation:pathRotate-data-v-1c27762c 2s linear infinite;*/
/*}*/
/*.home-box .banner .swiper-slide .tt-btn::after {*/
/*    animation-delay: -1s;*/
/*}*/
@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: #fff;
    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: #000;
    font-weight: 700;
    margin-bottom: .1rem;
}
.home-box .msg{
    font-size: .2rem;
    width: 100%;
    width: 95%;
    margin: auto;
}
.home-box .with-space-bg ul li .info .left .msg{
    font-size: 1.1rem;
    color: #333;
}
.home-box .btn{
    border: .1rem solid var(--accent-blue);
    color: var(--accent-blue);
    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: #000;
    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-blue) 11%,var(--accent-blue) 0,var(--accent-blue) 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 hsla(0,0%,74.5%,.5490196078431373);
    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-blue);*/
}
.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: #fff;
    font-weight: 600;
    margin-bottom: .1rem;
}
.home-box .timeT{
    font-size: .9rem;
    color: var(--accent-blue);
    font-weight: 700;
    margin-bottom: .18rem;
}
.orange .home-box .timeT{
    color: #ff3b30;
}
/*.home-box .moner{*/
/*    font-size: 1.12rem;*/
/*    color: #fff;*/
/*    font-weight: 700;*/
/*    position: absolute;*/
/*    padding: .2rem .6rem;*/
/*    background: linear-gradient(90deg,#00b09b,#96c93d);*/
/*    right: 0;*/
/*    top: 0;*/
/*    border-radius: 0 .6rem 0 .6rem;*/
/*    overflow: hidden;*/
/*}*/
/*.orange .home-box .moner{*/
/*    background: linear-gradient(90deg,#ff5801,#fe8400)!important;*/
/*}*/
/*.home-box .moner::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    inset: -20%;*/
/*    background: linear-gradient(45deg,hsla(0,0%,100%,0) 40%,hsla(0,0%,100%,.7),hsla(0,0%,100%,0) 60%);*/
/*    animation: shark-wrap-data-v-c6f0db10 3s infinite;*/
/*    transform: translateX(-100%);*/
/*}*/
@keyframes shark-wrap-data-v-c6f0db10 {
    to {
        transform:translateX(100%)
    }
}
.home-box .line{
    width: 90%;
    height: .46rem;
    background: #f1f1ef;
    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-blue);
    background-image:linear-gradient(90deg,var(--accent-blue),var(--accent-blue) 10%,rgba(251,181,107,.5215686274509804) 50%,var(--accent-blue) 80%,var(--accent-blue));
    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;
    /*width:18%;*/
    height:2.1rem;
    margin-top:-.8rem;
    font-size:.4rem;
    display:flex;
    align-items:center;
    justify-content:center;
    /*top:0;
    position:absolute;*/
}
.home-box .step img{
    width:4.2rem;
}
.home-box .step i.status2{
    width: 3rem;
    height: 3rem;
    background: #b4b4b4;
    border-radius: 1rem 0;
}
.home-box .completed i.status2{
    background: var(--accent-blue)!important;
}
.orange .home-box .completed i.status2{
    background: var(--accent-blue)!important;
    border: 0.26rem solid #ffebe0 !important;
}
.home-box .test{
    font-size: .75rem;
    font-weight: 700;
    position: absolute;
    color: #fff;
    margin-top: -1rem;
}
.home-box .step .unit{
    font-size: .85rem;
    font-weight: 700;
    position: absolute;
    color: #fff;
    margin-top: 1.2rem;
}
.home-box .msg{
    font-size: .2rem;
    width: 100%;
    width: 95%;
    margin: auto;
}
.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;
}
.home-box .b-t img{
    width: 1.4rem;
    height: 1.4rem;
}
.home-box .b-t i{
    font-size: 1.22rem;
}
.home-box .n-t{
    font-size: .75rem;
    font-weight: 700;
}
.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%;
}
.home-box .invite-msg{
    font-size: .75rem;
    color: #ff6b4a;
    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;
}

.navigationBar{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 2.6rem;
    font-size: 1.06rem;
    height: 100%;
    background-size: 100% 100% !important;
    background: linear-gradient(135deg, var(--accent-blue) 0%, #FF6B6B 100%);
    /*background: #fff;*/
    background-size: auto;
    color: #fff;
    font-weight: 500;
}
.orange .navigationBar{
    background: linear-gradient(90deg,#ff5801,#fe8400);
}
.navigationBar i {
    position: absolute;
    left: .4rem;
    width: .18rem;
}
.navbar{
    height: 64px;
}
/* invite */
.popup .navbar-bg {
    background-color: var(--accent-blue) !important;
}
.popup .navbar-inner, .popup .popup-close {
    color: #fff;
}

/*其它page*/
.navbar .title{
    width: calc(100% - 50px);
    text-align: center;
}
.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: #fff!important;
    border-bottom: .2rem solid #f2f2f2;
}
.page-mine-record .navbar-bg{
    background-color: #fff!important;
}
.page-mine-record .navbar-bg:after{
    background-color: #fff;
}
.page-mine-record .navbar i.icon{
    color:#999;
    font-size: 1.28rem;
}
.page-mine-record .subnavbar{
    background: #fff!important;
    border-bottom: .5rem solid #f2f2f2;
}
.page-mine-record .subnavbar:after {
    background-color: #fff!important;
}
.page-mine-record .subnavbar .buttonLine{
    width: .1rem;
    height: 60%;
    background: #f1f1ef;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.page-mine-record .subnavbar .button {
    gap: .6rem;
    font-size: 1.05rem;
    color: #2c3e50;
    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;
}
.page-mine-record .subnavbar .button i{
    font-size: 0.88rem!important;
    color:#cccccc!important;
}
.page-mine-record .page-content{
    padding-top:8.18rem!important;
    background-color: #fff;
    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 #fff;
}
.page-mine-record .em-box img{
    width: 100%;
}
.page-mine-record .em-box div{
    color: hsla(0,0%,60%,.5);
    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 #f1f1ef;
    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;
}
.page-mine-record .mine-revenue ul li div span{
    font-size: 0.66rem;
    color: #cbced0;
}
.page-mine-record .mine-revenue ul li div i{
    font-size: 0.88rem;
    font-style: normal;
    color: var(--accent-blue);
}
.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-blue);
}
.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 #f1f1ef;
    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;
}
.page-mine-record .mine-withdrawal-record ul li div span{
    color: #999;
    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-blue);
}
.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;
}


/*系统消息*/
.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: #fff!important;
}
.page-mine-msg .navbar-bg{
    background-color: #fff!important;
}
.page-mine-msg .navbar-bg:after{
    background-color: #fff;
}
.page-mine-msg .navbar i.icon{
    color:#999;
    font-size: 1.28rem;
}
.page-mine-msg .subnavbar{
    background: #fff!important;
}
.page-mine-msg .subnavbar:after {
    background-color: #fff!important;
}
.page-mine-msg .subnavbar .buttonLine{
    width: .1rem;
    height: 60%;
    background: #f1f1ef;
    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: #2c3e50;
    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;
}
.page-mine-msg .subnavbar .button i{
    width: 2rem;
    height: 0.22rem;
    background: #fff;
    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-blue);
}
.orange .page-mine-msg .subnavbar .active-chose{
    color: #ff5801;
}
.page-mine-msg .subnavbar .active-chose i{
    background: linear-gradient(105deg,var(--accent-blue) 18%,var(--accent-blue) 0,var(--accent-blue) 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: #f2f2f2;
    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 #fff;
}
.page-mine-msg .em-box img{
    width: 100%;
}
.page-mine-msg .em-box div{
    color: hsla(0,0%,60%,.5);
    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: #fff;
    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:rgba(0, 0, 0, 0.22);
}
.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: #333;
    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: #999;
    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 #f1f1f1;
    border-bottom: 0.01rem solid #f1f1f1;
    margin: 0.5rem 0;
    font-size: 0.99rem;
    color: #333;
    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: #333;
}
.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 #fff;
    background: #fff;
}
.popup-push-message .navbar a {
    color: #2e2e2e!important;
}
.popup-push-message .page-content{
    background-color: #fff;
}


/*其它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;
}
.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: #fff;
    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: #f2f2f2;
}
.bet-subnav-sheet .bet-subnav-sheet-box .screen_down .checkActive, .singular_down .checkActive {
    color: var(--accent-blue);
    background-color: #fedbbf;
}
.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-blue) 17%,var(--accent-blue) 0,var(--accent-blue) 85%) !important;
    color: #fff !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: #f1f1ef;
    border-radius: 2rem;
    color: #666;
    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;
    width: 3.86rem;
    transition: .5s;
    height: 3.66rem;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: .08rem 0 .2rem 0 rgba(0,0,0,.3);
    background: #fff;
    border-radius: 2rem 0 0 2rem;
    z-index: 9999;
    display: none;
}
.service img{
    width: 2.66rem;
    margin-top: .42rem;
    margin-left: .6rem;
}

/*银行列表*/
.cardBankSheel{
    height: 50%;
}
.cardBankSheel .sheet-modal-inner{
    background: #fff!important;
}
.cardBankSheel .toolbar-inner .left label{
     padding: 0 0.88rem;
     font-size: 0.9rem;
     font-weight: 700;
}
.cardBankSheel .toolbar-inner .link{
    color: #fff;
    background-color: var(--accent-blue);
    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: #fff;
    border-bottom: .04rem solid rgba(0, 0, 0, 0.1);
}
.ios .cardBankSheel .toolbar-inner{
    border-bottom: none!important;
}
.ios .cardBankSheel{
    border-radius: 0.6rem 0.6rem 0 0!important;
}
.ios .cardBankSheel:before{
    background-color: #fff!important;
}
