* {
    padding: 0;
    margin: 0;
}

/* 顶部浮动 */


.navbar {
    height: 1.22667rem;
    z-index: 100;
    flex: none
}

.navbar-fixed {
    position: fixed;
    top: 0;
    left: 50%;
    width: 10rem;
    transform: translate(-50%);
    user-select: none;
    background: linear-gradient(90deg, #FF605A 0%, #D61F24 100%);
    z-index: 100;
}

.navbar-fixed .navbar__content-left,.navbar-fixed .navbar__content-right,.navbar-fixed .navbar__content-title,.navbar-fixed .navbar__content-left .van-icon,.navbar-fixed .navbar__content-right .van-icon,.navbar-fixed .navbar__content-title .van-icon {
    color: #fff
}

.navbar__content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1.22667rem
}

.navbar__content-left {
    position: absolute;
    left: .32rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    top: 0
}

.navbar__content-left .backIcon {
    width: .64rem;
    height: .64rem;
    background-size: .64rem;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/home/backBtn.png)
}

.navbar__content-left img {
    height: 80%;
}

.navbar__content-center {
    color: #333;
    font-size: .48rem;
    line-height: .48rem
}

.navbar__content-center .headLogo {
    width: 2.98667rem;
    height: 1.12rem;
    background-repeat: no-repeat;
    background-size: 2.98667rem 1.12rem;
    background-position: center
}

.navbar__content-right {
    position: absolute;
    right: .32rem
}

@media screen and (max-width: 440px) {
    .navbar-fixed {
        width:100%;
        left: 0;
        
        transform: translate(0)
    }
}





/*=================== 底部菜单 ===================*/
.tabbar__container {
    position: fixed;
    bottom: 0;
    left: 50%;
    
    display: flex;
    
    align-items: flex-end;
    width: 10rem;
    
    transform: translate(-50%);
    height: 1.96rem;
    padding-block:0 .13333rem;font-size: .29333rem;
    background: url(../img/home/tabBarBg.png) no-repeat top center/cover;
    z-index: 100
}

.tabbar__container-item {
    
    flex: 1;
    
    display: flex;
    
    flex-direction: column;
    
    align-items: center;
    
    justify-content: flex-end;
    color: #303133;
    position: relative
}

.tabbar__container-item svg {
    display: block;
    width: .5776rem;
    height: .59387rem
}

.tabbar__container-item.active {
    color: #eb8a1f
}

.tabbar__container-item.active svg circle {
    fill: #eb8a1f
}

.tabbar__container-item.active svg path {
    fill: #eb8a1f
}

.tabbar__container-item.active svg.wallet path {
    fill: none;
    stroke: #eb8a1f
}

.tabbar__container-item.active>div.home {
    background-image: url(../img/home/home-r.png)
}

.tabbar__container-item.active>div.activity_icon {
    background-image: url(../img/home/activity-r.png)
}

.tabbar__container-item.active>div.wallet {
    background-image: url(../img/home/wallet-r.png)
}

.tabbar__container-item.active>div.main {
    background-image: url(../img/home/main-r.png)
}

.tabbar__container-item>div {
    background-size: .64rem;
    background-repeat: no-repeat;
    background-position: top;
    padding-top: .74667rem;
    min-width: .64rem;
    text-align: center
}

.tabbar__container-item>div.home {
    background-image: url(../img/home/home.png)
}

.tabbar__container-item>div.activity_icon {
    background-image: url(../img/home/activity.png)
}

.tabbar__container-item>div.promotion_icon {
    width: 1.6rem;
    height: 2.4rem;
    padding-top: 1.97333rem;
    text-align: center;
    background-size: 1.94667rem;
    background-image: url(../img/home/promotionBg.png)
}

.tabbar__container-item>div.wallet {
    background-image: url(../img/home/wallet.png)
}

.tabbar__container-item>div.main {
    background-image: url(../img/home/main.png)
}

@media screen and (max-width: 440px) {
    .tabbar__container {
        width:100%;
        left: 0;
        
        transform: translate(0)
    }
}






.content_home {
    /* font-family: bahnschrift; */
    padding-bottom: 2.6rem;
    background: #f7f8ff;
}

.content_home .content__right {
    
    display: flex;
    
    flex-direction: row;
    
    align-items: center
}

.content_home .content__right .message {
    position: relative;
    
    display: flex;
    
    flex-direction: row;
    
    flex-wrap: nowrap
}

.content_home .content__right .message img {
    width: .64rem;
    height: .64rem
}

.content_home .content__right .point {
    position: absolute;
    top: .02667rem;
    right: 0
}

.content_home .content__right .down {
    font-size: .53333rem;
    margin-top: -.13333rem;
    width: .64rem;
    height: .64rem;
    margin-left: .64rem
}





/*=============== banner ===============*/
.my-swipe {
    width: 100%;
    height: 4.50667rem;
    box-sizing: border-box
}

.my-swipe img {
    width: 100%;
    height: 100%;
    
    filter: drop-shadow(0 .05333rem .05333rem rgba(208,208,237,.36))
}



/*=============== 公告 ===============*/


.noticeBar__container-body {
    width: 9.33333rem;
    height: 100%;
    overflow: hidden;
    position: relative;
    height: .8rem;
    line-height: .98667rem;
    
    display: flex;
    
    align-items: center;
    padding: 0 .2rem;
}

.noticeBar__container-body-text {
    width: 100%;
    
    height: fit-content;
    max-height: .98667rem;
    line-height: .49333rem;
    
    animation: marquee-d9367744 7s linear infinite;
    
    display: flex;
    
    justify-content: column;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all
}

@-webkit-keyframes marquee-d9367744 {
    0% {
        
        transform: translateY(100%)
    }

    10% {
        
        transform: translateY(0)
    }

    90% {
        
        transform: translateY(0)
    }

    to {
        
        transform: translateY(-100%)
    }
}

@keyframes marquee-d9367744 {
    0% {
        
        transform: translateY(100%)
    }

    10% {
        
        transform: translateY(0)
    }

    90% {
        
        transform: translateY(0)
    }

    to {
        
        transform: translateY(-100%)
    }
}

.noticeBar__container>svg {
    width: .42667rem;
    
    flex-shrink: 0;
    height: auto;
    margin-right: .22667rem
}



/*============ 金刚区图标 ============*/
.home_menu {
    padding: .42667rem .34667rem;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: .32rem;
}

.home_menu .menu_item {
    
    display: flex;
    
    flex-direction: column;
    
    justify-content: center;
    margin-bottom: .46667rem;
    margin: auto;
    align-self: stretch;
    height: 100%;
    cursor: pointer;
}

.home_menu .menu_item .img_bg {
    width: 100%;
    height: 100%;
    margin-bottom: .18667rem;

    background: url(../img/game/type.png) no-repeat center;
    background-size: 100% 100%;
    padding: 10px;
}

.home_menu .menu_item img {
    width: 100%;
    /* height: 100%; */
}


.home_menu .menu_item span {
    color: #333;
    font-size: .32rem;
    line-height: .32rem;
    text-align: center
}

.home_menu .menu_item.action .img_bg {
    background: url(../img/game/type_chosed.png) no-repeat center;
    background-size: 100% 100%;
}

.home_menu .action span {
    color: #eb8a1f
}





/*=================== 游戏banner列表 ===================*/


.home_container {
    padding: 0 .34667rem;
    display: none;
}

.first_row .home_container:first-child {
    display: block;
}

.title {
    background-repeat: no-repeat;
    background-position: left center;
    background-size: .64rem auto;
    padding-left: .26667rem;
    height: .64rem;
    font-size: .4rem;
    font-weight: 700;
    color: #151515;
    margin-bottom: .26667rem;
    
    display: flex;
    
    align-items: center;
    position: relative;
    width: 100%;
    justify-content: space-between;
}

.title:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 4px;
    height: .4rem;
    background: #FD5810;
    border-radius: 20px;
}

.title .btn-all {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    padding: 2px 8px 2px 12px;
    font-size: 12px;
    border-radius: 4px;
    color: #666;
    font-weight: normal;
}

.lotterySlotItem {
    position: relative;
    width: 100%;
    height: 3.90667rem;
    text-align: end;
    margin-bottom: .65333rem;
    border-radius: .34667rem;
    background: #ffffff;
    box-shadow: 0 .05333rem .10667rem #c5c5da42;
    /* border-radius: 26px */
}

.lotterySlotItem .lottery {
    width: 100%;
    height: 2.78667rem;
    position: relative
}

.lotterySlotItem .lottery .lottery_bg {
    width: 100%;
    height: 2.78667rem
}

.lotterySlotItem .lottery .lottery_logo {
    width: 2.66667rem;
    height: 2rem;
    position: absolute;
    right: -.13333rem;
    top: -.34667rem
}

.lotterySlotItem .lottery span {
    position: absolute;
    top: .46667rem;
    left: .4rem;
    color: #fff;
    white-space: break-spaces;
    font-weight: 700;
    font-size: .56rem
}

.lotterySlotItem .lottery h4 {
    color: #f4f5f8;
    font-weight: 400;
    font-size: .29333rem;
    position: absolute;
    bottom: .26667rem;
    left: .4rem;
    /* white-space: pre-wrap; */
    text-align: left;
    line-height: .46667rem
}

.win_info {
    height: 1.12rem;
    overflow: hidden
}

.win_info .win_item {
    /* background: #f4f5f8; */
    color: #000;
    font-size: .32rem;
    height: 1.12rem;
    
    display: flex;
    
    justify-content: space-between;
    
    align-items: center
}

.win_info .win_item .left {
    margin-left: .4rem;
    
    display: flex;
    
    flex-direction: row;
    
    align-items: center
}

.win_info .win_item .left img {
    width: .8rem;
    height: .8rem;
    margin-right: .29333rem;
    border-radius: 50%;
}

.win_info .win_item .right {
    margin-right: .32rem
}





/*=============== 第三方游戏列表 ===============*/
.other_game {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: .32rem;
    margin-bottom: .6rem
}

.other_game .other_img {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    padding: .4rem 0;
    font-size: .5rem;
    font-weight: bold;
    border-radius: .26667rem;
    background: linear-gradient(157deg, #FF7A1C 0%, #FFE5C8 100%);
}

.other_game .other_img img {
    width: 2.93333rem;
}

.other_game .other_img span {
    border: 1px solid #fff;
    border-radius: 2rem;
    padding: .1rem .4rem;
    font-size: .4rem;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.other_game .other_img span i {
    width: 16px;
    height: 16px;
    background: url(../img/right_white.png) no-repeat;
    background-size: 100%;
    margin-left: .1rem;
}

.flash_game {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: .21333rem;
    margin-bottom: .6rem
}

.factorybg a {
    min-height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(157deg, #FF7A1C 0%, #FFE5C8 100%);
    border-radius: .26667rem;
}

.flash_game .gameImg {
    width: 100%;
    /* min-height: 2.8rem; */
    border-radius: .26667rem;
}

.all_btn {
    border: .01333rem solid #FF7A1C;
    border-radius: .8rem;
    width: 6.93333rem;
    height: .93333rem;
    text-align: center;
    line-height: .93333rem;
    color: #FF7A1C;
    margin: .4rem auto;
    font-size: .34667rem
}


.hot_container .platform,.hot_container .popular {
    margin-bottom: .34667rem
}

.hot_container .platform .title,.hot_container .popular .title {
    
    display: flex;
    
    flex-direction: row;
    
    align-items: center;
    margin-bottom: .21333rem
}

.hot_container .platform .title span,.hot_container .popular .title span {
    font-size: .4rem;
    line-height: .4rem;
    font-weight: 700
}

.hot_container .platform .list,.hot_container .popular .list {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: .32rem;
    padding: 0;
}

.hot_container .platform .list>div,.hot_container .popular .list>div {
    /* width: 2.93333rem */
}

.hot_container .platform .list .item,.hot_container .popular .list .item {
    /* width: 2.93333rem; */
    position: relative;
    /* height: 2.93333rem; */
    
    background: linear-gradient(157deg,#FF7A1C 0%,#FFE5C8 100%);
    box-shadow: 0 .10667rem .21333rem #d0d0ed5c,inset 0 -.05333rem .13333rem #fff6f4;
    border-radius: .21333rem;
    
    display: flex;
    
    justify-content: center;
    
    align-items: center;
    margin-bottom: .16rem
}

.hot_container .platform .list .item img,.hot_container .popular .list .item img {
    width: 100%;
    height: 100%;
    border-radius: .21333rem;
}

.hot_container .platform .list .item .hot_bage,.hot_container .popular .list .item .hot_bage {
    position: absolute;
    right: -.08rem;
    top: -.10667rem;
    width: .50667rem;
    height: .48rem
}

.hot_container .platform .list .win-odds,.hot_container .popular .list .win-odds {
    
    display: flex;
    height: .48rem;
    background: #E6E6E6;
    color: #333;
    width: 100%;
    border-radius: .13333rem;
    font-size: .29333rem;
    overflow: hidden;
    margin-top: .08rem;
    margin-bottom: .13333rem;
    position: relative
}

.hot_container .platform .list .win-odds span,.hot_container .popular .list .win-odds span {
    position: relative;
    z-index: 1;
    display: block;
    height: 100%;
    
    flex: 1;
    line-height: .53333rem
}

.hot_container .platform .list .win-odds span:first-child,.hot_container .popular .list .win-odds span:first-child {
    
    background: linear-gradient(90deg,#FF9901 0%,#E57201 100%);
    padding-left: .13333rem
}

.hot_container .platform .list .win-odds span:last-child,.hot_container .popular .list .win-odds span:last-child {
    text-align: right;
    padding-right: .13333rem
}

.hot_container .platform .list .win-odds .win-p,.hot_container .popular .list .win-odds .win-p {
    background: #FA5D5D;
    position: absolute;
    left: 0;
    height: 100%
}



/*=============== 滚动信息 ===============*/
.luckyWinners__container {
    padding: 0 .34667rem;
}

.luckyWinners__container>h1 {
    position: relative;
    margin-bottom: .34667rem;
    padding-left: .26667rem;
    font-size: .48rem;
    font-weight: 700;
}

.luckyWinners__container>h1:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 4px;
    height: .4rem;
    background: #FD5810;
    border-radius: 20px;
}

.luckyWinners__container-wrapper {
    height: 8.66667rem;
    overflow: hidden;
}

.luckyWinners__container-wrapper__item {
    display: flex;
    align-items: center;
    width: 100%;
    height: 1.6rem;
    margin-bottom: .13333rem;
    padding: .26667rem .24rem;
    border-radius: .13333rem;
    background: #fff;
    /* box-shadow: 0 .05333rem .21333rem #d0d0ed5c; */
    /* animation: marquee-rank 7s linear infinite; */
}


/* @-webkit-keyframes marquee-rank {
    0% {
        
        transform: translateY(100%)
    }

    10% {
        
        transform: translateY(0)
    }

    90% {
        
        transform: translateY(0)
    }

    to {
        
        transform: translateY(-100%)
    }
}

@keyframes marquee-rank {
    0% {
        
        transform: translateY(100%)
    }

    10% {
        
        transform: translateY(0)
    }

    90% {
        
        transform: translateY(0)
    }

    to {
        
        transform: translateY(-100%)
    }
} */

.active{
    height: 40px;
animation:myfirst 1s;

}
.blockList li{

}


@keyframes myfirst
{
  from {
    background: rgba(0,36,49,1);
    height:0px;
    opacity: 0;
  
  }
 to {
    height:40px;
    opacity: 1;
    background: rgba(0,36,49,1);
  }

}

@-moz-keyframes myfirst /* Firefox */
{
 from {
    background: rgba(0,36,49,1);
    height:0px;
    opacity: 0;
  
  }
  to {
    background: rgba(0,36,49,1);
    height:40px;
    opacity: 1;
  }
}

@-webkit-keyframes myfirst /* Safari and Chrome */
{
 from {
    background: rgba(0,36,49,1);
    height:0px;
    opacity: 0;
  
  }
to {
    background: rgba(0,36,49,1);
    height:40px;
    opacity: 1;
  }
}


.luckyWinners__container-wrapper__item-img {
    margin-right: .17333rem;
    
    flex: none
}

.luckyWinners__container-wrapper__item-img img {
    width: 1.06667rem;
    height: 1.06667rem;
    border-radius: 50%
}

.luckyWinners__container-wrapper__item-info {
    width: 2.24rem;
    
    flex: none
}

.luckyWinners__container-wrapper__item-info h1 {
    color: #243047;
    font-size: .3rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%
}

.luckyWinners__container-wrapper__item-info span {
    color: #aeb0c6;
    font-size: .29333rem
}

.luckyWinners__container-wrapper__item-winType {
    
    display: flex;
    
    align-items: center;
    width: 1.68rem;
    height: 1.09333rem;
    margin-right: .22667rem;
    position: relative
}

.luckyWinners__container-wrapper__item-winType img {
    width: 100%;
    height: 100%
}

.luckyWinners__container-wrapper__item-winAmount {
    text-align: center;
    
    display: flex;
    
    flex-direction: column;
    
    flex: 1
}

.luckyWinners__container-wrapper__item-winAmount h1 {
    color: #333;
    font-size: .32667rem;
    font-weight: 600;
    margin-bottom: .13333rem
}

.luckyWinners__container-wrapper__item-winAmount span {
    color: #aeb0c6;
    font-size: .32rem
}

.luckyWinners__container-wrapper__item .gameTypeImg {
    width: 1.68rem;
    height: 1.09333rem;
    
    flex: none;
    border-radius: .21333rem;
    
    background: linear-gradient(118deg,#FF7A1C 26.37%,#FFE5C8 89.18%);
    box-shadow: 0 -.05333rem .13333rem #fff inset
}






/*================ 排行榜 ================*/
.dailyProfitRank {
    padding: .6rem .34667rem .13333rem
}

.dailyProfitRank h1 {
    position: relative;
    margin-bottom: 1.89333rem;
    padding-left: .26667rem;
    font-size: .48rem;
    font-weight: 700
}

.dailyProfitRank h1:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    
    transform: translateY(-50%);
    width: 4px;
    height: .4rem;
    background: #FD5810;
    border-radius: 20px;
}

.dailyProfitRank__content {
    
    display: flex;
    
    flex-direction: column;
    
    align-items: center
}

.dailyProfitRank__content-topThree {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    justify-items: center;
    width: 100%;
    height: 3.33333rem;
    z-index: 1;
    margin-bottom: -.2rem;
    background: url(../img/home/stage.png) no-repeat center center/100% 100%
}

.dailyProfitRank__content-topThree__item {
    position: relative;
    
    display: flex;
    
    flex-direction: column;
    
    align-items: center;
    width: 3rem;
    height: 3.46667rem
}

.dailyProfitRank__content-topThree__item:nth-child(2) {
    right: .10667rem
}

.dailyProfitRank__content-topThree__item:nth-child(3) {
    left: .16rem
}

.dailyProfitRank__content-topThree__item>div:first-of-type {
    position: relative;
    display: grid;
    place-items: center;
    width: 1.6rem;
    min-width: 1.6rem;
    height: 1.6rem;
    min-height: 1.6rem;
    border-radius: 50%;
    overflow: hidden
}

.dailyProfitRank__content-topThree__item>div:first-of-type>img {
    width: calc(100% - .06667rem);
    height: calc(100% - .06667rem)
}

.dailyProfitRank__content-topThree__item>div:last-of-type {
    position: absolute;
    
    display: flex;
    
    flex-direction: column;
    
    justify-content: space-between;
    width: 1.78667rem;
    height: 1.82667rem
}

.dailyProfitRank__content-topThree__item>div:last-of-type img:first-of-type {
    position: relative;
    top: -.33333rem;
    left: -.25333rem;
    width: 1.14667rem
}

.dailyProfitRank__content-topThree__item>div:last-of-type img:last-of-type {
    width: 1.78667rem;
    height: .42667rem
}

.dailyProfitRank__content-topThree__item>span {
    color: #fff;
    padding: 0 .13333rem;
    text-align: center
}

.dailyProfitRank__content-topThree__item>span:first-of-type {
    padding:18% 8%;
    font-size: .32rem;
    width: 2.66667rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.dailyProfitRank__content-topThree__item>span:last-of-type {
    width: 2.66667rem;
    height: .66667rem;
    padding: .17333rem .18667rem;
    font-size: .28rem;
    line-height: .28rem;
    text-align: center;
    border-radius: 9rem;
    background: rgb(255 255 255 / 30%);
}


.dailyProfitRank__content-list {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .21333rem;
    width: 100%
}

.dailyProfitRank__content-list__item {
    display: flex;
    align-items: center;
    width: 100%;
    height: 1.36rem;
    padding: .14667rem .25333rem .14667rem .44rem;
    background: #fff;
    border-radius: .13333rem;
    /* box-shadow: 0 .05333rem .21333rem .02667rem #d0d0ed5c */
}

.dailyProfitRank__content-list__item span.left-rank {
    margin-right: .41333rem;
    color: #9ea3ad;
    font-size: .48rem;
    font-weight: 500;
    min-width: 20px;
    text-align: center;
}

.dailyProfitRank__content-list__item span.middle-name {
    color: #243047;
    font-size: .32rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 2.66667rem
}

.dailyProfitRank__content-list__item span.right-box {
    line-height: .66667rem;
    width: 3.46667rem;
    height: .66667rem;
    margin-left: auto;
    color: #fff;
    font-size: .4rem;
    text-align: center;
    border-radius: 9rem;
    
    background: linear-gradient(90deg, #FF962C 0%, #FD5810 100%);
}

.dailyProfitRank__content-list__item img {
    width: 1.06667rem;
    height: 1.06667rem;
    margin-right: .17333rem;
    border-radius: 50%
}


.btn {
    position: fixed;
    left: 50%;
    bottom: 2.4rem;
    
    transform: translate(-50%);
    width: 4.88rem;
    height: 1.06667rem;
    
    background: linear-gradient(180deg,#FF605A 0%,#D61F24 100%);
    border-radius: 1.06667rem;
    
    display: flex;
    
    align-items: center;
    
    justify-content: center;
    padding-left: .26667rem;
    padding-right: 1.06667rem;
    z-index: 2
}

.btn .line {
    position: absolute;
    top: .13333rem;
    right: 1rem;
    height: .8rem
}

.btn .close {
    position: absolute;
    top: .06667rem;
    right: .06667rem;
    font-size: .66667rem;
    margin: .13333rem
}

.btn .icon {
    width: .64rem;
    height: .64rem
}

.btn .text {
    font-weight: 700;
    font-size: .32rem;
    line-height: .32rem;
    color: #fff;
    text-shadow: 0 .02667rem .01333rem rgba(71,129,255,.5);
    margin-left: .13333rem;
    max-width: 2.88rem
}


/*================= 所有厂商游戏 =================*/
.onlineGames__container {
    height: 100%;
    background-color: #f5f0f0
}

.onlineGames__container .searchBox {
    margin: .26667rem auto;
    position: relative
}

.onlineGames__container .searchBox input {
    display: block;
    width: 9.36rem;
    height: .93333rem;
    padding: .06667rem;
    padding: .2rem 0 .2rem .66667rem;
    font-size: .37333rem;
    font-weight: 400;
    border: none;
    background: #ffffff;
    box-shadow: 0 .05333rem .21333rem #d0d0ed5c;
    border-radius: .8rem;
    margin: 0 auto
}

.onlineGames__container .searchBox input::-webkit-input-placeholder {
    color: #acafc2;
    font-size: .32rem;
    position: relative
}

.onlineGames__container .searchBox input::placeholder {
    color: #acafc2;
    font-size: .32rem;
    position: relative
}

.onlineGames__container .searchBox img {
    width: .64rem;
    height: .64rem;
    position: absolute;
    right: .66667rem;
    top: .13333rem
}

.onlineGames__container .navbar .navbar__content .navbar__content-center span {
    opacity: 1;
    
    transition: all .3s ease-in-out
}

.onlineGames__container .navbar .navbar__content .navbar__content-center span.active {
    opacity: 0
}

.onlineGames__container .navbar .navbar__content .navbar__content-right {
    width: .77333rem
}

.onlineGames__container .navbar .navbar__content .navbar__content-right i {
    font-size: .64rem;
    
    transition: all .3s ease-in-out
}

.onlineGames__container .navbar .navbar__content .navbar__content-right i.active {
    
    transform: translate(-6.8rem) translateY(.02667rem)
}

.onlineGames__container .navbar .navbar__content .navbar__content-right span {
    position: absolute;
    
    transition: all .3s ease-in-out;
    color: #666;
    font-size: .37333rem;
    line-height: .53333rem;
    white-space: nowrap;
    display: none
}

.onlineGames__container .navbar .navbar__content .navbar__content-right span.active {
    display: initial;
    top: .13333rem;
    right: 0
}

.onlineGames__container .fun-tabs {
    background-color: transparent;
    padding-bottom: .26667rem
}

.onlineGames__container .fun-tabs .fun-tab-item {
    width: 2.93333rem;
    height: .8rem;
    color: #80849c;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: .34667rem;
    box-shadow: 0 .08rem .16rem .05333rem #d0d0ed5c;
    background: #fff;
    margin-right: .26667rem;
    border-radius: .53333rem
}

.onlineGames__container .fun-tabs .fun-tab-item span {
    font-size: .32rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding: 0 .05333rem;
    width: 100%
}

.onlineGames__container .fun-tabs .fun-tab-item:last-child {
    margin-right: 0
}

.onlineGames__container .fun-tabs .fun-tab-item.activeClassName {
    
    background: linear-gradient(0deg,#e77402 0%,#ff9902 100%)
}

.onlineGames__container .fun-tabs .fun-tab-item.activeClassName span {
    color: #fff
}

.onlineGames__container-tabBar {
    background-color: #f5f0f0;
    padding:0 .32rem;
}

.onlineGames__container-tabBar .van-tabs__nav--card {
    height: 1.36667rem;
    margin: 0
}

.onlineGames__container-tabBar .van-tabs__nav--card .van-tab--card {
    min-width: 2.53333rem;
    height: 1.33333rem;
    margin-inline:.06667rem;padding: 0 .13333rem;
    color: #80849c!important;
    border-radius: .13333rem
}

.onlineGames__container-tabBar .van-tabs__nav--card .van-tab--card>span {
    
    display: flex;
    
    flex-direction: column;
    
    align-items: center;
    
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0 .13333rem
}

.onlineGames__container-tabBar .van-tabs__nav--card .van-tab--card>span img {
    max-height: 55%;
    max-width: 55%
}

.onlineGames__container-tabBar .van-tabs__nav--card .van-tab--card.van-tab--active {
    color: #fff!important;
    
    background: linear-gradient(0deg,#e77402 0%,#ff9902 100%);
    box-shadow: 0 -.05333rem .13333rem #fff6f4 inset,0 .08rem .16rem #d0d0ed99
}

.onlineGames__container-gameType {
    
    display: flex;
    
    align-items: center;
    
    justify-content: space-around;
    gap: .28rem;
    width: 100%;
    margin-bottom: .8rem;
    padding-inline:.32rem}

.onlineGames__container-gameType__item {
    
    flex: 1;
    width: 2.93333rem;
    height: .8rem;
    color: #80849c;
    font-size: .34667rem;
    text-align: center;
    line-height: .8rem;
    border-radius: 9rem;
    background: #ffffff;
    box-shadow: 0 .08rem .16rem .05333rem #d0d0ed5c
}

.onlineGames__container-gameType__item.active {
    color: #fff;
    
    background: linear-gradient(0deg,#e77402 0%,#ff9902 100%);
    box-shadow: 0 -.05333rem .13333rem #fff6f4 inset,0 .08rem .16rem #d0d0ed99
}

.van-tabs__content {
    padding-bottom: 1rem;
}

.onlineGames__container-list {
    display: grid;
    justify-items: center;
    grid-template-columns: repeat(3,1fr);
    grid-auto-rows: 4rem;
    grid-gap: .26667rem .26667rem;
    /* height: calc(100vh - 174px);
    overflow-y: auto */
}

.onlineGames__container-list:not(:first-child) {
    display: none;
}

.onlineGames__container-list__item {
    width: 100%;
    height: 3.96rem;
    border-radius: .06667rem;
    background: #f2e6e6;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.onlineGames__container-list__item img {
    width: 2.89333rem;
    height: 2.89333rem;
    object-fit: cover;
    border-radius: .06667rem
}

.onlineGames__container-list__item span {
    display: block;
    width: 100%;
    height: .77333rem;
    line-height: .77333rem;
    font-size: .32rem;
    text-align: center;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding-inline:.26667rem;
    overflow: hidden
}

.onlineGames__container-list.miniGames {
    height: calc(100vh - 1.6rem)
}





/*================= 游戏查看全部列表 =================*/

.fish_game {
    min-height: calc(100% - 54px);
    height: auto;
    padding: .32rem .32rem .82667rem;
    background: #ffffff;
}

.fish_game .fish_list {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: .32rem;
}

.fish_game .fish_list .gameImg {
    width: 100%;
    height: 100%;
}





/*=============== lottery列表 ===============*/

.lottery_game {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: .32rem;
    margin-bottom: .6rem
}

.lottery_game .other_img {
    width: 100%;
    /* height: 100%; */
    border-radius: .26667rem;
    padding: .2rem 0;
}
.lottery_game a:nth-child(1) .other_img{
    background: linear-gradient(157deg,#FF7A1C 0%,#FFE5C8 100%);
    box-shadow: 0 -.05333rem .13333rem #fff6f4 inset, 0 .10667rem .21333rem .05333rem #d0d0ed5c;
}
.lottery_game a:nth-child(2) .other_img {
    background: linear-gradient(157deg,#FF7A1C 0%,#FFE5C8 100%);
    box-shadow: 0 -.05333rem .13333rem #fff6f4 inset, 0 .10667rem .21333rem .05333rem #d0d0ed5c;
}
.lottery_game a:nth-child(3) .other_img {
    background: linear-gradient(157deg,#FF7A1C 0%,#FFE5C8 100%);
    box-shadow: 0 -.05333rem .13333rem #fff6f4 inset, 0 .10667rem .21333rem .05333rem #d0d0ed5c;
}
.lottery_game a:nth-child(4) .other_img {
    background: linear-gradient(157deg,#FF7A1C 0%,#FFE5C8 100%);
    box-shadow: 0 -.05333rem .13333rem #fff6f4 inset, 0 .10667rem .21333rem .05333rem #d0d0ed5c;
}
.lottery_game a:nth-child(5) .other_img {
    background: linear-gradient(157deg,#FF7A1C 0%,#FFE5C8 100%);
    box-shadow: 0 -.05333rem .13333rem #fff6f4 inset, 0 .10667rem .21333rem .05333rem #d0d0ed5c;
}
.lottery_game a:nth-child(6) .other_img {
    background: linear-gradient(157deg,#FF7A1C 0%,#FFE5C8 100%);
    box-shadow: 0 -.05333rem .13333rem #fff6f4 inset, 0 .10667rem .21333rem .05333rem #d0d0ed5c;
}









/*================= 
      游戏列表 
=================*/
.game_menu {
    width: 100%;
    padding: .42667rem .34667rem;
}

.game_menu .menu_box1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .3rem
}
.game_menu .menu_box1:last-child {
    margin-bottom: 0;
}

.game_menu .menu_box1 div {
    display: flex;
    align-items: end;
    border-radius: .26667rem;
    position: relative;
    cursor: pointer;
}

.game_menu .menu_box1 div span {
    font-size: .32rem;
    line-height: .48rem;
    font-weight: 700;
    color: #fff;
    text-align: left;
    position: absolute;
    top: .2rem;
    right: .2rem;
}

.game_menu .menu_box1:last-child div span {
    top: auto;
    bottom: .2rem;
    right: .2rem;
}


.game_menu .menu_box1 div:nth-child(1) {
    width: 31.5%;
    height: 1.74667rem;
    background: url(../img/home/video_bg.png) no-repeat center center;
    box-shadow: 0 .10667rem .21333rem .05333rem rgb(255 114 154 / 30%);
}

.game_menu .menu_box1 div:nth-child(1) img {
    width: 2.53333rem;
}

.game_menu .menu_box1 div:nth-child(2),.game_menu .menu_box1 div:nth-child(3) {
    width: 31.5%;
    height: 1.74667rem;
    box-shadow: 0 .10667rem .21333rem .05333rem rgb(253 156 69 / 30%);
}

.game_menu .menu_box1 div:nth-child(2) img,.game_menu .menu_box1 div:nth-child(3) img {
    width: 2.53333rem;
}

.game_menu .menu_box1 div:nth-child(2) {
    background: url(../img/home/slot_bg.png) no-repeat center;
    box-shadow: 0 .10667rem .21333rem .05333rem rgb(193 95 246 / 30%);
}

.game_menu .menu_box1 div:nth-child(3) {
    background: url(../img/home/sport_bg.png) no-repeat center;
}


.game_menu .menu_box1:last-child div:nth-child(1) {
    background: url(../img/home/chess_bg.png) no-repeat center;
    box-shadow: 0 .10667rem .21333rem .05333rem rgb(156 171 255 / 30%);
}

.game_menu .menu_box1:last-child div:nth-child(2) {
    background: url(../img/home/fish_bg.png) no-repeat center;
    box-shadow: 0 .10667rem .21333rem .05333rem rgb(255 114 154 / 30%);
}

.game_menu .menu_box1:last-child div:nth-child(3) {
    background: url(../img/home/flash_bg.png) no-repeat center;
    box-shadow: 0 .10667rem .21333rem .05333rem rgb(98 155 255 / 30%);
}


.game_menu .menu_box2 {
    width: 100%;
    height: 2.77333rem;

    border: 1px solid #fec448;
    display: flex;
    align-items: center;
    border-radius: .26667rem;

    background: linear-gradient(0deg, #C4933F 0%, #FAE59F 100%);
}

.game_menu .menu_box2 div {
    width: 33.33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}

.game_menu .menu_box2 div span {
    font-size: .34667rem;
    font-weight: 600;
    color: #ffffff;
    margin-top: .05333rem
}

.game_menu .menu_box2 div img {
    width: 2.66667rem;
    height: 2.13333rem
}

.game_menu .menu_box2 .live_menu:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: .01333rem;
    height: 1.81333rem;
    
    background: linear-gradient(270deg,#AF8122 0%,#EBC370 101.84%);
    left: 0;
    top: .26667rem
}

.game_menu .menu_box2 .live_menu:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: .01333rem;
    height: 1.81333rem;
    
    background: linear-gradient(270deg,#AF8122 0%,#EBC370 101.84%);
    right: 0;
    top: .26667rem
}

.game_menu .menu_box3 {
    display: flex;
    
    flex-direction: row;
    
    justify-content: space-between;
    margin-bottom: .3rem;
}

.game_menu .menu_box3 div {
    width: 48.5%;
    height: 2.06667rem;
    display: flex;
    align-items: end;
    justify-content: row;
    border-radius: .26667rem;
    position: relative;
    cursor: pointer;
}

.game_menu .menu_box3 div img {
    height: 1.83333rem;
}

.game_menu .menu_box3 div span {
    font-weight: 700;
    font-size: .37333rem;
    line-height: .48rem;
    color: #fff;
    margin-right: .37333rem;
    position: absolute;
    right: 0;
    bottom: .4rem;
}

.game_menu .menu_box3 div:nth-child(1) {
    background: url(../img/home/popular_bg.png) no-repeat center;
    box-shadow: 0 .10667rem .21333rem .05333rem rgb(98 155 255 / 30%);
}

.game_menu .menu_box3 div:nth-child(2) {
    background: url(../img/home/lottery_bg.png) no-repeat center;
    box-shadow: 0 .10667rem .21333rem .05333rem rgb(193 95 246 / 30%);
}




/*=========================
        紫色版面布局
=========================*/
.daman-lottery-list .daman-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.66667rem;
    height: .66667rem;
    border-radius: 1.33333rem;
    line-height: .66667rem;
    color: #fff;
    text-shadow: 0 .02667rem .01333rem rgba(247,71,71,.36);
    font-size: .4rem;
    font-style: normal;
    font-weight: 700;

    background: linear-gradient(131deg, #ff962c 0%, #fd5810 100%);

}

.daman-lottery-list .daman-btn span:first-child {
    margin-right: .05333rem
}
.daman-lottery-list .daman-item {
    display: flex;
    border-radius: .26667rem;
    background: #fff;
    padding: .26667rem .13333rem;
    margin-bottom: .26667rem
}

.daman-lottery-list .daman-item-left {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 2.13333rem;
    height: 2.93333rem;
    
    background: linear-gradient(157deg, #FF7A1C 0%, #FFE5C8 100%);
    /* box-shadow: 0 -.05333rem .13333rem #fff6f4 inset, 0 .10667rem .21333rem .05333rem #d0d0ed5c; */
    border-radius: .26667rem;
    justify-content: center;
}

.daman-lottery-list .daman-item-left img {
    /* margin-top: .13333rem; */
    width: 1.86667rem
}

.daman-lottery-list .daman-item-left h3 {
    color: #fff;
    text-shadow: 0 .02667rem .01333rem rgba(247,71,71,.36);
    font-family: Inter;
    font-size: .32rem;
    font-weight: 700;
    line-height: .66667rem;
    height: .66667rem;
    text-align: center;
    margin-top: .13333rem
}

.daman-lottery-list .daman-item-right {
    flex: 1;
    padding-left: .32rem
}

.daman-lottery-list .daman-item-right .top {
    display: flex;
    justify-content: space-between
}

.daman-lottery-list .daman-item-right h3 {
    color: #232323;
    text-align: center;
    font-size: .42667rem;
    font-weight: 700;
    line-height: .53333rem;
    letter-spacing: .01707rem
}

.daman-lottery-list .daman-item-right .pool {
    background: #f7f8ff;
    border-radius: .16rem;
    color: #232323;
    font-weight: 400;
    padding: .24rem .26667rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: .13333rem
}

.daman-lottery-list .daman-item-right .line {
    height: .48rem;
    width: .02667rem;
    background: #dbdbdb;
    display: inline-block
}

.daman-lottery-list .daman-item-right .num {
    color: #fec448;
    font-family: Roboto;
    font-size: .34667rem;
    font-style: normal;
    font-weight: 500;
    line-height: .34667rem
}

.daman-lottery-list .daman-item-right .tips {
    color: #666;
    font-family: Inter;
    font-size: .29333rem;
    font-style: normal;
    font-weight: 400;
    line-height: .37333rem;
    margin-top: .26667rem
}

.daman-lottery-list .daman-item-right .tips:before {
    content: "";
    width: .08rem;
    height: .26667rem;
    background: #FD5810;
    display: inline-block;
    margin-right: .13333rem;
    border-radius: .16rem
}
.cms-icon {
    --color: inherit;
    height: 1em;
    width: 1em;
    line-height: 1em;
    
    display: inline-flex;
    
    justify-content: center;
   
    align-items: center;
    position: relative;
    fill: currentColor;
    color: #ffffff;
    font-size: inherit
}

.cms-icon svg {
    height: 1em;
    width: 1em
}
.cms-icon img {
    width: 16px;
}

.home_sign_group {
    display: flex;
    align-items: center;
    flex-direction: column;
    color: #fec448;
    margin: .42667rem .34667rem 0;
}

.home_sign_group h1 {
    font-size: .7rem;
    font-weight: normal;
}

.home_sign_group h2 {
    font-size: .4rem;
    font-weight: normal;
    margin-top: .1rem;
    text-align: center;
}
.home_sign_btn a {
    min-width: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .6rem;
    padding: .26667rem .3rem;
    color: #fec448;
    border: 1px solid #fec448;
    font-size: .4rem;
    margin: .4rem .2rem 0;
}

.sign_login_in {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
}


.home_wallet_btn {
    display: flex;
}

.home_wallet_btn a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: .4rem;
    color: #fec448;
}

.home_wallet_btn a img {
    width: .8rem;
}

.sign_avatar {
    display: flex;
    justify-content: center;
    align-items: center;
}
.sign_avatar .avatar_img{
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
}

.sign_avatar .avatar_nickname {
    font-size: 14px;
    margin-left: .3rem;
}
.sign_avatar .avatar_nickname a {
    color: #fec448;
}

.sign_avatar .avatar_nickname p {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    margin-top: .1rem;
}

.sign_avatar .avatar_nickname p img {
    width: .4rem;
    margin-left: .1rem;
}


/*=============== lottery列表 ===============*/

.lottery_game {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: .32rem;
    margin-bottom: .6rem
}

.lottery_game .other_img {
    width: 100%;
    /* height: 100%; */
    border-radius: .26667rem;
    padding: .2rem 0;
}
.lottery_game a:nth-child(1) .other_img{
    background: linear-gradient(153deg, #4e3792 5.33%, #301c58 93.42%);
}
.lottery_game a:nth-child(2) .other_img {
    background: linear-gradient(153deg, #4e3792 5.33%, #301c58 93.42%);
}
.lottery_game a:nth-child(3) .other_img {
    background: linear-gradient(153deg, #4e3792 5.33%, #301c58 93.42%);
}
.lottery_game a:nth-child(4) .other_img {
    background: linear-gradient(153deg, #4e3792 5.33%, #301c58 93.42%);
}
.lottery_game a:nth-child(5) .other_img {
    background: linear-gradient(153deg, #4e3792 5.33%, #301c58 93.42%);
}
.lottery_game a:nth-child(6) .other_img {
    background: linear-gradient(153deg, #4e3792 5.33%, #301c58 93.42%);
}

.lottery_container {
    margin-bottom: .6rem;
}

.menu_floatTop {
    width: 100%;
    max-width: 440px;
    padding: 8px;
    background: #f7f8ff;
    overflow: hidden;
    display: none;
}
.sticky_bar6 {
    width: 100%;
    max-width: 440px;
    position: fixed;
    top: 0;
    z-index: 999;
    /* margin-top: 54px; */
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    display: block;
    animation: fadeIn 0.5s forwards;
}


@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes fadeOut {
    from { opacity: 1; }
    to { opacity: 0; }
}


/* 顶部浮动菜单 */
.menu_floatTop .swiper-slide {
    justify-content: end;
}

.menu_floatTop .swiper-slide-active,.menu_floatTop .swiper-slide-next {
    width: auto !important;
}

.menu_floatTop .tab_item {
    position: relative;
    height: auto;
    border-radius: 0;
    box-shadow: none;
    background: none;
}
.menu_floatTop .tab_item img {
    width: 1.46667rem;
    height: 1.66667rem
}
.menu_floatTop .tab_item span {
    position: absolute;
    bottom: .21333rem;
    left: 0;
    text-align: center;
    width: 100%;
    font-size: .26667rem;
    color: #fff;
}
.menu_floatTop .tab_item.tab_active {
    background: none !important;
    border-radius: 0;
}
.menu_floatTop .tab_item.tab_active img {
    width: 1.86667rem;
    height: 2.17333rem;
}

.menu_floatTop .tab_item.tab_active span {
    font-size: .34667rem;
    font-weight: 500;
}




  /* ================== 
        条款说明
  ================== */
  .terms {
    background: #fff;
    border-radius: .26667rem;
    padding: .26667rem;
    margin-top: .33333rem;
    margin-bottom: .43333rem;
    margin-left: .34667rem;
    margin-right: .34667rem;
}

.terms-logo {
    display: flex;
    justify-content: space-between;
    margin: .26667rem 0
}

.terms-logo>* {
    flex: 1
}

.terms-logo-left {
    width: 2.48rem;
    height: .93333rem
}

/* .terms-logo-left img {
    width: 100%
} */

.terms-logo-service {
    display: flex;
    justify-content: center;
    height: 1.06667rem
}

.terms-logo svg,.terms-logo img {
    height: 1.06667rem;
    margin: auto
}

.terms-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: .66667rem;
}
.terms-icons img,.terms-icons svg {
    width: 2.8rem;
    height: 1.06667rem;
    margin-bottom: .21333rem;
}

.terms-rule {
    color: #1e2637;
    font-family: Inter;
    font-size: .32rem;
    font-style: normal;
    font-weight: 400;
    margin-bottom: .4rem
}

.terms-rule img,.terms-rule svg {
    width: .21333rem;
    height: .21333rem;
    vertical-align: middle;
    color: #f95959
}

.terms-rule span {
    margin-left: .06667rem;
    vertical-align: middle
}

.terms-tips {
    color: #fb5b5b;
    font-family: Inter;
    font-size: .32rem;
    font-weight: 400;
    margin: .10667rem 0
}




/* ==================
        设置面板
================== */
.settingPanel__container {
	padding: 0 0.26667rem 0.13333rem;
	border-radius: 0.26667rem;
	background: #fff;
	margin-top: 0.4rem;
    margin-left: .34667rem;
    margin-right: .34667rem;
}

.settingPanel__container h1 {
	margin-bottom: 0.26667rem;
	color: #151515;
	font-size: 0.4rem;
}

.settingPanel__container-items {
	display: flex;
	flex-direction: column;
	color: #666;
}

.settingPanel__container-items__item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 0.37333rem;
	padding: 0.33333rem 0;
	position: relative;
	color: #666666;
}

.settingPanel__container-items__item img {
	width: 0.66667rem;
	height: auto;
	margin: 0 0.24rem 0 0;
}

.settingPanel__container-items__title {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.settingPanel__container-items-right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.settingPanel__container-items-right span {
	font-size: 0.37333rem;
	padding-right: 0.4rem;
	color: #333;
}

.settingPanel__container-items-right h5 {
	font-size: 0.32rem;
	color: #fff;
	border-radius: 0.42667rem;
	margin-right: 0.2rem;
	background: #fa5b5b;
	height: 0.42667rem;
	padding: 0 0.13333rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.settingPanel__container .van-badge__wrapper {
    width: 16px;
    height: 16px;
    background: url(../img/right.png) no-repeat;
    background-size: 100%;
}

.settingPanel__container .ar-1px-b:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 0.01333rem;
    border-bottom: 1px solid #e6e8e8;
    color: #e6e8e8;
    transform-origin: 0 100%;
    transform: scaleY(0.5);
}

.settingPanel__container .ar-1px-b:last-child:after {
    border-bottom: none;
}