.app{

}
html .ant-layout {
    background-color: var(--theme-bg-color);
}
.layout-home-content{
    width: 100%;
    height: calc(var(--vh, 1vh)* 100);
    padding-bottom: 1rem;
}
.my-scrollbar {
    background: transparent;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.game-container{
    --header-offset-top: 0.16rem;
    /* height: calc(100vh - 45px); */
    height: calc(var(--vh, 1vh)* 100);
}

.my-scrollbar {
    background: transparent;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.my-scrollbar > .my-scrollbar-bar {
    cursor: pointer;
}

.my-scrollbar.my-scrollbar-always > .my-scrollbar-bar, .my-scrollbar.my-scrollbar-hover:active > .my-scrollbar-bar, .my-scrollbar.my-scrollbar-hover:focus > .my-scrollbar-bar, .my-scrollbar.my-scrollbar-hover:hover > .my-scrollbar-bar {
    opacity: 1;
}

.my-scrollbar.my-scrollbar-none > .my-scrollbar-bar {
    opacity: 0;
    pointer-events: none;
}

.my-scrollbar-wrap-all {
    overflow: scroll;
}

.my-scrollbar-wrap-lock {
    overflow: hidden !important;
}

.my-scrollbar-wrap-x {
    overflow: scroll hidden;
}

.my-scrollbar-wrap-y {
    overflow: hidden scroll;
}

.my-scrollbar-wrap {
    height: 100%;
}

.my-scrollbar-wrap:not(.my-scrollbar-wrap-use-systembar) {
    scrollbar-width: none;
}

.my-scrollbar-wrap:not(.my-scrollbar-wrap-use-systembar)::-webkit-scrollbar {
    display: none;
    height: 0px;
    width: 0px;
}
.game-header {
    background-color: var(--theme-top-nav-bg);
    border-bottom: .01rem solid var(--theme-color-line);
    height: var(--theme-header-height);
    line-height: normal;
    padding: 0;
    height: .9rem;
    position: relative;
    z-index: 101;
}
.game-header-level-1{
    align-items: center;
    background: var(--theme-main-bg-color);
    border-bottom: thin solid var(--theme-color-line);
    display: -ms-flexbox;
    display: flex;
    font-size: .16rem;
    height: 100%;
    max-width: 100%;
    position: relative;
    z-index: 997;
    background-size: 1.8rem 1.8rem;
    background-repeat: repeat-x !important;
}

.game-ant-layout{
    flex: 1;
    justify-content: space-between;
    align-items: center;
    background: transparent none repeat 0 0 / auto auto padding-box border-box scroll !important;
    background: initial !important;
    color: var(--theme-text-color-darken);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100%;
    justify-content: space-between;
    padding: 0 .2rem 0 .1rem;
    position: relative;
    width: 100%;
    z-index: 9;
}

.game-layout-left{
    display: flex;
    height: .76rem;
    max-width: 4.15rem;
    min-width: 2.3rem;
}
.customLogo{

}
.game-layout-right{
    flex-wrap: nowrap;
    height: 100%;
}
.game-layout-right-icon-box{
    align-items: center;
    color: var(--theme-text-color);
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    font-size: .18rem;
    margin-right: .1rem;
}
.sprite{
    background-image: url('../images/common.png'); 
}
.anticon {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: inherit;
    display: inline-block;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -.125em;
}
.sprite.search{
    display: inline-block; position: relative; width: 0.54rem; height: 0.4725rem; background-position: -6.453rem -1.458rem; background-size: 10.2668rem 10.0643rem;
}

.notic-bar {
    display: flex;
    align-items: center;
    margin: 5px;
    /* border-radius: 5px; */
    padding: 2px 5px;
    background: rgba(0, 0, 0, 0.1);
}
.notice-bar-container {
    display: flex;
    width: calc(100% - 30px);
    height: 20px;
    overflow: hidden;
    margin-left: 5px;
}
.notice-img {
    width: 20px;
    height: 16px;
}
.notice-bar__wrap {
    margin-left: 10px;
    display: flex;
    animation: move 30s linear infinite;
    line-height: 20px;
    color: #f5f6f7;
}
.notice-bar__wrap_text {
    width: max-content;
    font-size:12px;
    min-width: 100px;
}
@keyframes move {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

.fixed-left-menu{
    z-index: 98;
    opacity: 1;
    pointer-events: auto;
    top: 55px;
    width: 75px;
    height: 70vh;
    position: fixed;
}



.zw6KEcLcR0TZl9aKmnoW {
    background: var(--theme-btm-bg-color);
    background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(84,84,84,0)));
    background-image: linear-gradient(180deg,transparent,rgba(84,84,84,0));
    -webkit-box-shadow: .02rem 0 .06rem 0 rgba(0,0,0,.1);
    box-shadow: .02rem 0 .06rem 0 rgba(0,0,0,.1);
    height: 1.24rem
}

.zw6KEcLcR0TZl9aKmnoW .apFOQ89yEfZuI178fBCw {
    position: relative
}

.zw6KEcLcR0TZl9aKmnoW .van-tabbar-item {
    -ms-flex-pack: end;
    color: var(--theme-btm-def-color);
    font-size: .24rem;
    justify-content: flex-end;
    position: relative
}

.zw6KEcLcR0TZl9aKmnoW .van-tabbar-item--active {
    background: transparent;
    color: var(--theme-filter-active-color)
}

.zw6KEcLcR0TZl9aKmnoW .van-tabbar-item__icon {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-bottom: 0
}

.zw6KEcLcR0TZl9aKmnoW .van-tabbar-item__text {
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    height: .54rem;
    line-height: 1.3;
    max-width: 1.6rem;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: pre-wrap
}

.zw6KEcLcR0TZl9aKmnoW .van-tabbar-item__text:not(:lang(zh_CN)) {
    line-height: 1.1
}

.zw6KEcLcR0TZl9aKmnoW .e2ZlQPzSNW59keo_G6Lx {
    bottom: 0;
    left: 0;
    position: absolute
}

.zw6KEcLcR0TZl9aKmnoW .van-tabbar-item--active:nth-child(3) .img{
    background-position: 0rem -7.59286rem !important;
}

.zw6KEcLcR0TZl9aKmnoW .van-tabbar-item--active:nth-child(4) .img{
    background-position: 0rem -7.59286rem;
}

.zw6KEcLcR0TZl9aKmnoW .van-tabbar-item--active:nth-child(5) .img{
    background-position: 0rem -7.59286rem;
}