* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Segoe UI, Arial, Roboto, PingFang SC, miui, Hiragino Sans GB, Microsoft Yahei, sans-serif;
background-color:#1a3830;
color: white;
overflow-x: hidden;
}

.app-container {
    max-width: 750px;
    margin: 0 auto;
    background-color:#1a3830;
    height: 100vh;
    overflow:hidden;
    position:relative;
}
.loadstatusMain{
    width:10rem;
    margin: 0 auto;
    background-color:#1a3830;
    height: 100vh;
    overflow:hidden;
    position:relative;
}
.app-container .main{
    overflow-x: hidden;
    --content-height: calc(100% - 1rem);
    height: var(--content-height);
    overflow-y: scroll;
    width: 100%;
    border-top-left-radius: .0rem;
    border-top-right-radius: .0rem;
    padding-bottom: 2rem;
    position: relative;
    z-index:96;
    padding-top:1.4rem;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/* 头部样式 开始 */
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.24rem 0.24rem 0.1rem 0.24rem;
    position: fixed;
    top: 0;
    z-index: 97;
    background: #1a3830;
    width:10rem;
}

.site-MainMenu {
    display: grid;
    grid-template-columns:1fr 3fr;
    gap: 0.02rem;
}

.site-MainMenu .site-MainMenu-icon img{
width:0.8rem;
}
.site-MainMenu .site-MainMenu-logo img{width: 3.2rem;margin-top: 0.1rem;}

.auth-buttons {
    display: flex;
    gap: 0.15rem;
}

.btn-entrar .right-regframe-bonus {
    position: absolute;
    top: -0.15rem;
    right: -0.1rem;
    width: 0.88rem;
    height: 0.33rem;
    border-radius: 0.5rem;
    background: #FF0000;
    border: 0.5px solid rgba(255, 255, 255, 1);
    color: #FFFFFF;
    font-size: .2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn {
    padding: 0.18rem 0.3rem;
    border-radius: 0.15rem;
    border: none;
    font-size: 0.26rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.2s;
    min-width: 1rem;
    text-align: center;
}

.btn-bonus {
    background-image: linear-gradient(180deg, #00FFB6 0%, #007150 100%);
    color: white;
    height: 0.72rem;
    width: 1.50rem;
    line-height: 0.4rem;
}

.btn-entrar {
    background-image: linear-gradient(116deg, #FCD7A1 0%, #D17836 100%);
    height: 0.72rem;
    width: 1.50rem;
    color: #000000;
    line-height: 0.4rem;
    position: relative;
}

.btn-registro {
    padding: 0 0.1rem;
    border: 1px solid #265145;
    border-radius: 10px;
    position: relative;
    width: 0.7rem;
}

/**   30px = 0.5rem   */
.btn-registro img{
    width: 0.46rem;
    padding-top: 0.14rem;
    position: absolute;
}

/* banner 活动 */
.slider-container {
position: relative;
height:2.55rem;
overflow: hidden;
margin:0 0.4rem 0.2rem;
margin-top:0.06rem;
/*border-radius: 0.16rem;*/
/*box-shadow: 0 0.1rem 0.3rem rgba(0,0,0,0.5);*/
}
.slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
    height: 100%;
}

.slide {
    flex: 0 0 100%;
    height: 100%;
    display: flex;
    /*flex-direction: column;*/
    justify-content: center;
    position: relative;
}


.slide-image img{
    width: 9.12rem;
    height: 2.56rem;
    border-radius: 0.2rem;
    object-fit: cover;
}


.slider-dots {
position: absolute;
bottom: 0.2rem;
left: 0;
right: 0;
display: flex;
justify-content: center;
gap: 0.1rem;
}

.dot {
width: 0.12rem;
height: 0.12rem;
border-radius: 50%;
background-color: rgba(255,255,255,0.5);
cursor: pointer;
}

.dot.active {
background-color: white;
transform: scale(1.2);
}

.slider-controls {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 100%;
display: flex;
justify-content: space-between;
padding: 0 0.15rem;
pointer-events: none;
}

.slider-btn {
background-color: rgba(0,0,0,0.3);
border: none;
color: white;
width: 0.5rem;
height: 0.5rem;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
pointer-events: all;
font-size: 0.3rem;
}


/* å°banner é…ç½®çš„æ ·å¼ */
.MainMenu-little-main{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.2rem;
    margin-top: 0.1rem;
    padding: 0 0.49rem;
}

.MainMenu-little-banner img{
    width:100%;
}

/* ä¸»å¹¿å‘ŠåŒºåŸŸ */
.promo-banner {
background: linear-gradient(to bottom, #1B5E20, #0D2B0d);
padding: 0.4rem;
margin: 0.4rem 0.4rem;
border-radius: 0.16rem;
text-align: center;
box-shadow: 0 0.1rem 0.3rem rgba(0,0,0,0.3);
position: relative;
}

.promo-title {
font-size: 0.36rem;
color: #FFD700;
margin-bottom: 0.2rem;
font-weight: bold;
}

.promo-highlight {
font-size: 0.6rem;
color: #FF5722;
font-weight: bold;
margin-bottom: 0.2rem;
text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.promo-subtitle {
font-size: 0.28rem;
color: #BDBDBD;
margin-bottom: 0.3rem;
}

.invite-section {
display: flex;
justify-content: space-between;
align-items: center;
background-color: rgba(0,0,0,0.2);
padding: 0.3rem;
border-radius: 0.12rem;
margin-top: 0.3rem;
border: 1px solid rgba(255,255,255,0.1);
}

.invite-text {
font-size: 0.26rem;
line-height: 1.4;
}

.invite-amount {
font-size: 0.4rem;
color: #4CAF50;
font-weight: bold;
}

.agent-commission {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(0,0,0,0.2);
    padding: 0.3rem;
    border-radius: 0.12rem;
    margin-top: 0.2rem;
    border: 1px solid rgba(255,255,255,0.1);
}

.agent-text {
font-size: 0.26rem;
}

.commission-amount {
    font-size: 0.4rem;
    color: #FF9800;
    font-weight: bold;
}

.big-tag {
    position: absolute;
    top: 0.3rem;
    right: 0.3rem;
    background-color: #FF5722;
    color: white;
    padding: 0.15rem 0.25rem;
    border-radius: 0.3rem;
    font-size: 0.3rem;
    font-weight: bold;
}

/* 活动分类列表 */
.games-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap:0.2rem;
    padding: 0 0.4rem;
    margin:0.2rem 0 0.5rem;
    position: relative;
    z-index: 101;
}

.game-item {
display: flex;
flex-direction: column;
align-items: center;
position: relative;
padding: 0.2rem 0.1rem;
cursor: pointer;
transition: transform 0.2s;
}

.game-item:hover {
transform: translateY(-0.05rem);
}

.game-icon {
width: 1.3rem;
height: 1.3rem;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 0.16rem;
background-size: contain;
background-repeat: no-repeat;
}

.game-name {
font-size: 0.24rem;
text-align: center;
font-weight: bold;
color: #ffffff73;
}

/* æ¸¸æˆè§„åˆ™åŒºåŸŸ */
.rules-section {
background-color: rgba(0,0,0,0.2);
margin: 0 0.4rem;
padding: 0.3rem;
border-radius: 0.12rem;
border: 1px solid rgba(255,255,255,0.1);
}

.rules-title {
font-size: 0.3rem;
color: #FFD700;
margin-bottom: 0.15rem;
font-weight: bold;
}

.rules-content {
font-size: 0.26rem;
color: #BDBDBD;
margin-bottom: 0.2rem;
}

.time-slots {
display: flex;
flex-wrap: wrap;
gap: 0.15rem;
margin-top: 0.2rem;
}

.time-slot {
background-color: #1a3a1a;
padding: 0.12rem 0.2rem;
border-radius: 0.08rem;
font-size: 0.22rem;
border: 1px solid rgba(255,255,255,0.1);
}

.vip-content-frame .sd-nomore-frame {
    position: relative;
    font-size: .373rem;
    width: 100%;
    height: 1.8rem;
    line-height: 1.8rem;
    text-align: center;
    color: #969799;
}
/* 分类 */
.categories {
display: flex;
overflow-x: auto;
padding: 0.3rem 0.4rem;
background-color: #0d2b0d;
white-space: nowrap;
scrollbar-width: none;
border-top: 1px solid #1a4a1a;
border-bottom: 1px solid #1a4a1a;
margin: 0.4rem 0;
}

.categories::-webkit-scrollbar {
display: none;
}

.category-tag {
padding: 0.15rem 0.3rem;
background-color: #1a3a1a;
border-radius: 0.3rem;
margin-right: 0.2rem;
font-size: 0.24rem;
cursor: pointer;
border: 1px solid rgba(255,255,255,0.1);
font-weight: bold;
}

.category-tag.highlight {
background-color: #2E7D32;
color: white;
}
/** 根据设备判断 **/
.tabbar-left-bgcolor{
    position: absolute;
    top: 1.93rem;
    left: 0rem;
    width: 10rem;
    height: 3rem;
    background: #104639;
}
/* 底部开始 */
.bottom-nav {
    max-width: 750px;
    position: fixed;
    width: 10rem;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-around;
    background-image:url('../image/tabber/menu_bg.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: bottom;
    padding: 0.1rem 0;
    margin: 0 auto;
    z-index: 105;
}

.nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 0.22rem;
    color: #9E9E9E;
    cursor: pointer;
    position: relative;
}

.nav-item.active {
    color: #4CAF50;
}

.nav-icon {
width:1.75rem;
}


.announcement-bar {
    background-image:url('../image/homev2_cabeca_noticias_new.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 10rem;
    height: 3.1rem;
    margin-top: -2.4rem;
    overflow: hidden;
    padding: 0 1.1rem;
    margin-left: 0.3rem;
    position: relative;
}
.logincheckStatus{
    margin-top: -3rem;
}
.announcement-scroll {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.announcement-text {
    display: inline-block;
    color: white;
    font-size: 0.28rem;
    letter-spacing: 0.5px;
    font-family: Arial, sans-serif;
    padding-left: 100%;
    animation: scrollLeft 80s linear infinite;
    margin-top: 2.45rem;
}

.announcement-message{
    position: absolute;
    bottom: 0.1rem;
    right: 0.89rem;
    width: 0.88rem;
    height: 0.88rem;
    background: #063F30;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 0.22rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.1s ease-in-out;
}
.announcement-message img{
    width: 0.6rem;
    height: 0.6rem;
}
/* 注册的操作执行 开始 */
@keyframes scrollLeft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

/* æ‚¬åœæš‚åœæ•ˆæžœ */
.announcement-container:hover .announcement-scroll {
    animation-play-state: paused;
}

/****  æ»‘åŠ¨ css  *****/
.main .groupfun {
    position: relative;
    margin-top: 0.44rem;
    font-size: .24rem;
    overflow-x: scroll;
    overflow-y: hidden;
    height: unset;
    width:9.7rem;
    padding: 0 0.25rem;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.main .groupfun .group-item {
    position: relative;
    display: inline-block;
    width: 1.34rem;
    height: 1.34rem;
    top: 0;
    background: #00563E;
    border: 1px solid rgba(0, 113, 80, 1);
    margin-right: 0.15rem;
    border-radius: 0.27rem;
    cursor: pointer;
}
.main .groupfun .group-item-top {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -0.5rem;
    width: 1rem;
    height: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main .groupfun .group-item-top .topicon {
    width: 0.82rem;
    height: 0.82rem;
}
.main .groupfun .group-item-bottom {
    position: absolute;
    top: 0.9rem;
    left: 0;
    width: 100%;
    height: 0.44rem;
    line-height: 0.44rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.27rem;
    text-align: center;
}
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/****  9å®«æ ¼ å¼€å§‹  ****/
.grid-swiper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.grid-container {
    display: flex;
    transition: transform 0.3s ease;
    width: 100%;
}

.grid-page {
    flex: 0 0 100%;
    padding:0.1rem 0 0 0.3rem;
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    /*grid-template-rows: repeat(3, 1fr);*/
    /*gap: 15px;*/
    /*min-height: 300px;*/
}

.gpanelMain .grid-item {
    padding-right: 0.2rem;
    padding-bottom: 0.2rem;
    box-sizing: border-box;
    position: relative;
}


.grid-item:hover {
    transform: translateY(-5px);
    /*box-shadow: 0 6px 12px rgba(0,0,0,0.15);*/
}

.grid-item span {
    font-size: 12px;
    margin-top: 5px;
    opacity: 0.9;
}
.gpanelMain .gpanel-more-frame {
    margin-top: 0.22rem;
    position: relative;
    height: 1.12rem;
    line-height: 1.12rem;
    font-size: .373rem;
    color: rgba(255, 255, 255, 0.85);
    font-weight: bold;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0.3rem;
}
.gpanelMain .gpanel-more-frame .group-icon {
    position: absolute;
    height: 0.88rem;
    width: 0.88rem;
}
.gpanelMain .gpanel-more-frame .group-title {
    position: absolute;
    left:1.5rem;
    color: rgba(255, 255, 255, 0.85);
    font-size: .373rem;
}
.gpanelMain .ggame-gamenum {
    position: absolute;
    top: 50%;
    margin-top: -0.33rem;
    right: 2.7rem;
    width: 1.77rem;
    height: 0.66rem;
    line-height: 0.66rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.32rem;
    color: rgba(255, 255, 255, 0.65);
    background: rgba(255, 255, 255, 0.08);
    border-radius: 0.11rem;
}
.gpanelMain .ggame-gamenum .span2 {
    color: rgba(255, 255, 255, 0.45);
    font-size: .28rem;
    margin-right: 0.1rem;
}
.gpanelMain .ggame-gamenum .span1 {
    color: rgba(255, 255, 255, 0.65);
    font-size: .32rem;
}
.gpanelMain .ggame-more {
    position: absolute;
    top: 50%;
    margin-top: -0.335rem;
    right: 0.44rem;
    width: 1.34rem;
    height: 0.67rem;
    line-height: 0.67rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.11rem;
    transition: transform 0.1s ease-in-out;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.65);
    font-size: .373rem;
}
.gpanelMain .ggame-more .more-type2 {
    font-size: 0.32rem;
    color: rgba(255, 255, 255, 0.45);
}
.gpanelMain .ggame-more-left {
    position: absolute;
    top: 50%;
    margin-top: -0.33rem;
    right: 4.55rem;
    width: 0.66rem;
    height: 0.66rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 0.11rem;
    transition: transform 0.1s ease-in-out;
}
.gpanelMain .ggame-more-left .icon-left {
    width: 0.28rem;
}
.gpanelMain .ggame-more-right {
    position: absolute;
    top: 50%;
    margin-top: -0.33rem;
    right: 1.95rem;
    width: 0.66rem;
    height: 0.66rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 0.11rem;
    transition: transform 0.1s ease-in-out;
}
.gpanelMain .ggame-more-right .icon-right {
    width: 0.28rem;
    transform: rotate(180deg);
}
.gpanelMain .ggame-item-content {
    width: 100%;
    height: 4.05rem;
    background-color: transparent;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0);
    overflow: hidden;
}
.gpanelMain .ggame-item-content-img{
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0.22rem;
    width: 2.85rem;
    height: 3.84rem;
    object-fit: cover;
}
.gpanelMain .ggame-item-content-likeframe {
    position: absolute;
    top: 0;
    right: 0.2rem;
    width: 1.2rem;
    height: 1.2rem;
}
.gpanelMain .ggame-item-content-likeicon {
    position: absolute;
    top: 0.1rem;
    right: 0.3rem;
    width: 0.66rem;
    height: 0.66rem;
    border-radius: 0.4rem;
    background: rgba(0, 0, 0, 0.65);
}
.gpanelMain .grid-item img {
    vertical-align: bottom;
}

.gpanelMain .ggame-item-content-likeicon1 {
    position: absolute !important;
    top: 0.11rem !important;
    left: 0.11rem !important;
    width: 0.44rem !important;
    height: 0.44rem !important;
}

.gpanelMain .grid-item img {
    vertical-align: bottom;
}

.gpanelMain .ggame-item-content-likeicon2 {
    position: absolute !important;
    top: 0.11rem !important;
    left: 0.11rem !important;
    width: 0.44rem !important;
    height: 0.44rem !important;
}

/**  ä¸»é¢æ¿çš„æ•°æ®è·³åŠ¨  å¼€å§‹  **/
.main .panel-topjackpot {
    position: relative;
    width: 100%;
    /* font-size: .3125rem; */
    /* padding-left: 0.44rem; */
     margin-top: 1rem; 
    margin-bottom: 0.22rem;
    /* z-index: 2; */
}
.main .sdhome-jackpot-frame {
    position: relative;
    width: 9.2rem;
    height: 2rem;
    margin: 0 auto;
}
.main .sdhome-jackpot-frame img {
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    width: 100%;
    margin: 0 auto;
    display: block;
}
.main .sdhome-jackpot-frame span {
    position: absolute;
    top:0.5rem;
    left: 0;
    width: 9rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    font-size: 0.7rem;
    font-weight: bold;
    text-shadow: 0 2px 0 #004A74;
    color: #FFEE00;
}
.main .sdhome-jackpot-title {
    position: relative;
    left: 0.4rem;
    width: 9.2rem;
    height: 0.4448rem;
    margin-top: 0.7rem;
}
.main .sdhome-jackpot-title img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/***  æ»šåŠ¨çš„é¡µé¢   css  ***/
.main .panel-jackpot-rank-frame {
    position: relative;
    margin-top: 0.22rem;
    margin-bottom: 0.33rem;
    left: 0.44rem;
    width: 9.12rem;
    height: 5rem;
    overflow: hidden;
    background: #00563E;
    border-radius: 0.44rem;
}
.main .panel-jackpot-rank {
    position: absolute;
    top: 0.22rem;
    left: 0;
    width: 9.12rem;
    height: 4.56rem;
    overflow: hidden;
    pointer-events: auto;
}
.main .panel-jackpot-rank .jrank-body {
    display: flex;
    flex-wrap: wrap;
    animation: jrankscroll 12s linear infinite;
    -webkit-animation: jrankscroll 12s linear infinite;
}
.main  .panel-jackpot-rank .jrank-body2 {
  display: flex;
  flex-wrap: wrap;
  animation: jrankscroll 12s linear infinite;
  -webkit-animation: jrankscroll 12s linear infinite;
}
.main .panel-jackpot-rank .jrank-item {
    position: relative;
    width: 4.1rem;
    height: 0.78rem;
    margin-left: 0.16rem;
    margin-right: 0.22rem;
    margin-bottom: 0.33rem;
}
.main .panel-jackpot-rank .jrank-item-avatar {
    position: absolute;
    top: 0;
    left: 0;
    width: 0.78rem;
    height: 0.78rem;
    border: 0.5px solid rgba(255, 255, 255, 0.65);
    border-radius: 0.11rem;
}
.main .panel-jackpot-rank .jrank-item-account {
    position: absolute;
    top: 0.05rem;
    left: 0.9rem;
    height: 0.44rem;
    color: rgba(255, 255, 255, 0.85);
    font-size: .21rem;
    line-height: 0.44rem;
    font-weight: 400;
}
.main .panel-jackpot-rank .jrank-item-winnum {
    position: absolute;
    top: 0.5rem;
    left: 2.9rem;
    height: 0.33rem;
    color: #FCFF00;
    font-size: .26rem;
    line-height: 0.33rem;
    font-weight: 400;
}
.main .panel-jackpot-rank .jrank-item-just {
    position: absolute;
    top: 0.05rem;
    left: 2.9rem;
    height: 0.44rem;
    color: rgba(255, 255, 255, 0.65);
    font-size: .21rem;
    line-height: 0.44rem;
    font-weight: 400;
}
.main .panel-jackpot-rank .jrank-item-gamename {
    position: absolute;
    top: 0.5rem;
    left: 0.9rem;
    height: 0.33rem;
    color: rgba(255, 255, 255, 0.65);
    font-size: .21rem;
    line-height: 0.33rem;
    font-weight: 400;
    width: 1.6rem;
}
.main .panel-jackpot-rank .jrank-item-line {
    position: absolute;
    top: 0;
    left: 2.75rem;
    width: 1px;
    height: 0.78rem;
    background: #009B36;
}
@keyframes jrankscroll {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}

@-webkit-keyframes jrankscroll {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
/**   å‹æƒ…é“¾æŽ¥ å¼€å§‹  **/
.main .panel-partner {
    position: relative;
    margin-top: 0.3rem;
    left: 0;
    width: 10rem;
    height: 6.4rem;
}
.main .home-partner-item1 {
    position: absolute;
    width: 2.22rem;
    height: 1.33rem;
    border-radius: 0.44rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main .home-partner-item1 img {
    height: 0.88rem;
}
.main .home-partner-item2 {
    position: absolute;
    width: 2.2rem;
    height: 1.33rem;
    border-radius: 0.44rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main .home-partner-item2 img {
    height: 0.88rem;
}
.main .home-promotion-logo {
    position: absolute;
    top: 2.9rem;
    left: 50%;
    margin-left: -1.11rem;
    width: 2.22rem;
    height: 1.33rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.44rem;
}
.main .home-promotion-logo .img2 {
    height: 0.35rem;
}
/***   è”ç³»æˆ‘ä»¬   **/
.main .sdpromotion-frame-typet {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.00) 50%);
    box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.08);
}
.main .sdpromotion-frame-type1 {
    position: relative;
    font-size: .4rem;
    text-align: center;
    width: 10rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}
.main .sdpromotion-frame-type1 .share-title {
    position: relative;
    height: 1.2rem;
    left: 0;
    width: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main .sdpromotion-frame-title {
    margin-left: 0.1rem;
    font-size: .373rem;
    color: rgba(255, 255, 255, 0.65);
    font-weight: 700;
}
.main .sdpromotion-content {
    width: 9rem;
    margin: 0rem auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-wrap: wrap;
}
.main .div-link {
    margin: 0.1rem;
    border-radius: 0.65rem;
    width: 1rem;
    height: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.1s ease-in-out;
}
.main .div-link img {
    width: 0.8rem;;
    height: 0.8rem;;
}
.home-bottom-download {
    position: relative;
    left: 0;
    width: 10rem;
    height: 1.77rem;
    background: rgba(255, 255, 255, 0.04);
}
.home-bottom-download .left-icon {
    position: absolute;
    left: 0.5rem;
    top: 50%;
    margin-top: -0.33rem;
    height: 0.66rem;
}


/*******  å·¦ä¾§æ¨¡æ¿ å¼€å§‹  ******/
.open-btn {
    background: #3498db;
    color: white;
}

.open-btn:hover {
    background: #2980b9;
}

/* 左侧弹窗 */
.slide-container {
    position:absolute;
    top: 0;
    left:0;
    width:100%;
    height: 100vh;
    z-index: 130;
    overflow: hidden; /* 完全禁止滚动 */
    transform: translateX(-100%);
    transition: transform 0.4s ease;
}

.slide-container.active {
    transform: translateX(0);
}





/* 遮罩 */
.overlayLeft {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.88);
    opacity: 0;
    transition: opacity 0.3s ease 0.1s;
    z-index: 110;
    pointer-events: all; /* 关键：捕获所有点击事件 */
}

.slide-container.active .overlayLeft {
    opacity: 1;
}

/*  */
.ltLeftMain .panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 7rem;
    height: 100%;
    z-index: 112;
    /*background: white;*/
    /*box-shadow: 2px 0 10px rgba(0,0,0,0.1);*/
}

.panel-header {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.close-btn {
    /*width: 36px;
    height: 36px;
    border-radius: 50%;*/
    cursor: pointer;
}



.features {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.feature-card {
    background: white;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

.feature-card h3 {
    color: #2c3e50;
    margin-bottom: 10px;
}

.body-shifted {
    transform: translateX(150px);
}

.explanation {
    background: #e8f4fc;
    border-radius: 8px;
    padding: 15px;
    margin: 20px 0;
}

@media (max-width: 768px) {
    .panel {
        width:7rem;
    }
    .body-shifted {
        transform: translateX(0);
    }
}



/***  左侧滑出 开始  ***/
.slide-panel {
    position:absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: white;
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.15);
    z-index: 104;
    transform: translateX(100%);
    transition: transform 0.4s ease;
    display: flex;
    flex-direction: column;
}
.slide-panel.active32{
    z-index: 150;
}
.slide-panel.active {
    transform: translateX(0);
}

.ltLeftMain .panel-header,.messagesMain .panel-header,.gameRegistMain .panel-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.01rem 0.4rem 0.002rem;
    position: fixed;
    width: 7rem;
    background: #183932;
    z-index: 99;
}

.ltLeftMain .panel-header h2,.messagesMain .panel-header h2 ,.gameRegistMain .panel-header h2{
    font-size: 0.4rem;
    margin: 0;
}
.messagesMain .panel-content,.gameRegistMain .panel-content{
    margin-top: 1rem;
}


.overlayRight {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

.overlay.active {
    opacity: 1;
    visibility: visible;
}
/**** 消息列表样式  ****/
.messagesMain .page-main-game ,.gameRegistMain .age-main-game{
    position: absolute;
    width: 10rem;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
}
.messagesMain .gmessage-menu-title,.gameRegistMain .gmessage-menu-title {
    position: fixed;
    top: 1.6rem;
    left: 0.4rem;
    width: 9.2rem;
    line-height: 0.9rem;
    height: 1.1rem;
    font-size: .426rem;
    overflow-y: hidden;
    overflow-x: scroll;
    z-index: 200;
    /* 去掉滚动条 */
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.messagesMain .gmessage-menu-itemcur ,.gameRegistMain .gmessage-menu-itemcur{
    position: relative;
    display: inline-block;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    height: 0.9rem;
    line-height: 0.9rem;
    top: 0;
    background-image: linear-gradient(180deg, #00FFB6 0%, #007150 100%);
    color: #FFFFFF;
    border-radius: 0.22rem;
    margin-right: 0.15rem;
}
.gmessage-menu-item {
    position: relative;
    display: inline-block;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    height: 0.9rem;
    line-height: 0.9rem;
    top: 0;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.45);
    border-radius: 0.22rem;
    margin-right: 0.15rem;
}
.messagesMain .gmessage-menu-itemcontent ,.gameRegistMain .gmessage-menu-itemcontent{
    position: relative;
    top: 0;
    width: 100%;
    height: 0.9rem;
    line-height: 0.9rem;
    text-align: center;
    font-size: 0.32rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.messagesMain .gmessage-menu-itemcontent ,.gameRegistMain .gmessage-menu-itemcontent{
    position: relative;
    top: 0;
    width: 100%;
    height: 0.9rem;
    line-height: 0.9rem;
    text-align: center;
    font-size: 0.32rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.messagesMain .gmessage-message-frame,.gameRegistMain .gmessage-message-frame {
    position: absolute;
    top: 1.5rem;
    left: 0;
    width: 10rem;
    overflow-x: hidden;
    overflow-y: scroll;
    /* 去掉滚动条 */
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.messagesMain .van-empty ,.gameRegistMain .van-empty{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -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;
    box-sizing: border-box;
    padding: 32px 0;
}
.messagesMain .van-empty__image,.gameRegistMain .van-empty__image {
    width: 160px;
    height: 160px;
}
.messagesMain .van-empty__image img,.gameRegistMain .van-empty__image img {
    width: 100%;
    height: 100%;
}
.messagesMain .van-empty__description,.gameRegistMain .van-empty__description {
    margin-top: 16px;
    padding: 0 60px;
    color: #969799;
    font-size: 14px;
    line-height: 20px;
}
.messagesMain .message-item,.gameRegistMain .message-item {
    position: relative;
    font-size: .4rem;
    line-height: .6rem;
    width: 9rem;
    overflow: hidden;
    background: #104639;
    border-radius: 0.22rem;
    margin: 0.3rem auto 0.2rem;
}
.messagesMain .message-item-open,.gameRegistMain .message-item-open {
    background: #104639;
    border: 0.5px solid rgba(0, 255, 182, 1);
}
.messagesMain .message-item .content-all,.gameRegistMain .message-item .content-all {
    white-space: pre-wrap;
    max-height: 1000px;
}
.messagesMain .message-item .content-arrow-open,.gameRegistMain .message-item .content-arrow-open {
    position: absolute;
    right: 0;
    width: 0.44rem;
    height: 0.44rem;
    top: 50%;
    margin-top: -0.22rem;
    border-radius: 0.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #46A36A;
}
.messagesMain .message-item .top,.gameRegistMain .message-item .top {
    position: relative;
    left: 0.4rem;
    width: 8.2rem;
    height: 0.55rem;
    line-height: 0.55rem;
}
.messagesMain .message-item .title1,.gameRegistMain .message-item .title1 {
    color: rgba(255, 255, 255, 0.85);
}
.messagesMain .message-item .title,.gameRegistMain .message-item .title {
    position: absolute;
    width: 5rem;
    height: 0.55rem;
    line-height: 0.55rem;
    text-align: left;
    font-size: .373rem;
    left: 0;
}
.messagesMain .message-item .content-arrow,.gameRegistMain .message-item .content-arrow {
    position: absolute;
    right: 0;
    width: 0.44rem;
    height: 0.44rem;
    top: 50%;
    margin-top: -0.22rem;
    border-radius: 0.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.20);
}
.messagesMain .message-item .content,.gameRegistMain .message-item .content {
    position: relative;
    left: 0.4rem;
    width: 8.2rem;
    font-size: .373rem;
    color: rgba(255, 255, 255, 0.65);
    white-space: nowrap;
    max-height: 0.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: max-height 0.2s ease-out;
}



/***  底部弹窗 ****/
.bottom-slide-panel {
    position:absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    background: white;
    box-shadow: 0 -5px 30px rgba(0, 0, 0, 0.15);
    z-index:103;
    transform: translateY(100%);
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    display: flex;
    flex-direction: column;
    /*border-radius: 20px 20px 0 0;*/
    overflow: hidden;
}

.bottom-slide-panel.active {
    transform: translateY(0);
}

.bottom-slide-panel .panel-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.001rem 0.4rem 0.001rem;
    position: fixed;
    width: 10rem;
}
.bottom-slide-panel .agents-container .panel-header{
    margin-top: -1.25rem;
}
.bottom-slide-panel .agents-container .page-sub-game{
    margin-top: 0.6rem;
}
.bottom-slide-panel .pageContentItem{
    margin-top:0.3rem;
}
.page-promotion .pageContentItem{
    margin-top:0.3rem;
}
/*.bottom-slide-panel .agents-container .agency-topspace{
    position:fixed;margin-top: 3.8rem;
}*/

.bottom-slide-panel .panel-header h2 {
    font-size: 0.5rem;
    margin: 0 auto;
    color: #dce1e7;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 0.6rem;
}

.bottom-slide-panel .BottomLinePage4 .panel-content,.bottom-slide-panel .BottomLinePage2 .panel-content,.bottom-slide-panel .BottomLinePage3 .panel-content{
    margin-top: 1.3rem;
}

.drag-handle {
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 4px;
    background: #ddd;
    border-radius: 2px;
}



.BottomOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

.BottomOverlay.active {
    opacity: 1;
    visibility: visible;
}


.tip-text {
    text-align: center;
    color: #7f8c8d;
    margin-top: 30px;
    font-size:0.24rem;
}

.Phone-app-container{
    max-width:initial !important;
}
.Phone-bottom-nav {
    max-width:initial !important;
}

/***  左侧弹窗样式  ***/
.ltLeftMain{}
.sdcommon-btn-frame {
    width: 1rem;
    height: 1rem;
    margin-top: 0.12rem;
}
.ltMain-logo img{
    height: 0.8rem;
    margin-top: 0.1rem;
}
.ltMain-panel-content,.ltMain-panel-footer{
    position: fixed;
    bottom: 0;
    padding: 0.3rem 0.5rem;
}
.ltMain-panel-footer{
    position: fixed;
    background: #183932;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.3rem 0.5rem 0.3rem;
    width: 7rem;
    z-index: 100;
    height: 4.2rem;
}
.ltMain-panel-content{
    overflow-x: hidden;
    --content-height: calc(100% - 4rem);
    height: var(--content-height);
    overflow-y: scroll;
    width: 100%;
    border-top-left-radius: .0rem;
    border-top-right-radius: .0rem;
    position: relative;
    z-index: 98;
    padding-bottom: 3rem;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.ltMain-panel-content .auth-buttons{
    gap: 0.7rem;
}
.ltMain-panel-content .auth-buttons .btn{
    height: 0.95rem;
    line-height: 0.64rem;
    width:2.65rem;
    font-size: 0.32rem;
}
.ltMain-panel-content .topwith-frame-nologin {
    position: relative;
    margin-top: 0.22rem;
    width: 6rem;
    height: 2rem;
    display: flex;
    background: #00563E;
    border-radius: 0.33rem;
}

.ltMain-panel-content .tfn-coin {
    position: absolute;
    bottom: 1.22rem;
    left: 0.22rem;
    height: 0.66rem;
    display: flex;
    align-items: center;
}
.ltMain-panel-content .tfn-coin-value {
    color: #FFEE00;
    font-size: .48rem;
    font-weight: 400;
}
.ltMain-panel-content .tfn-coin-unit {
    margin-left: 0.1rem;
    color: rgba(255, 238, 0, 0.65);
    font-size: .32rem;
    font-weight: 400;
}
.ltMain-panel-content .tfn-topup {
    position: absolute;
    left: 0.22rem;
    bottom: 0.22rem;
    width: 2.6rem;
    height: 0.8rem;
    background-image: linear-gradient(107deg, #FCD7A1 0%, #D17836 100%);
    border-radius: 0.22rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ltMain-panel-content .tfn-topup img {
    width: 0.55rem;
    height: 0.55rem;
    margin-right: 0.2rem;
}
.ltMain-panel-content .tfn-topup span {
    color: rgba(0, 0, 0, 0.85);
    font-size: .346rem;
}
.ltMain-panel-content .tfn-withdraw {
    position: absolute;
    right: 0.22rem;
    bottom: 0.22rem;
    width: 2.6rem;
    height: 0.8rem;
    background-image: linear-gradient(180deg, #00FFB6 0%, #007150 100%);
    border-radius: 0.22rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ltMain-panel-content .tfn-withdraw img {
    width: 0.55rem;
    height: 0.55rem;
    margin-right: 0.2rem;
}
.ltMain-panel-content .tfn-withdraw span {
    color: #FFFFFF;
    font-size: .346rem;
}
.ltMain-panel-content .menu-item .ggame-leftmenu-frame {
    position: relative;
    width: 1.86rem;
    height: 1.5rem;
    box-sizing: border-box;
    margin-bottom: 0.33rem;
    margin-right: 0.044rem;
    transition: transform 0.1s ease-in-out;
}
.ltMain-panel-content .menuItemMain{
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.1rem;
    margin-top: 0.3rem;
    margin:0.6rem auto 0.3rem;
}
.ltMain-panel-content .menu-item .ggame-leftmenu-content {
    width: 100%;
    height: 1.5rem;
    overflow: hidden;
    border-radius: 0.22rem;
    color: rgba(255, 255, 255, 0.85);
    font-size: .3rem;
}

.ltMain-panel-content .menu-item .leftmenu-content-img {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -0.56rem;
    width: 1.12rem;
    height: 1.12rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ltMain-panel-content .menu-item .ggame-leftmenu-content-img img {
    height: 1rem;
    width: 1rem;
    display: block;
    margin: 0 auto;
}
.ltMain-panel-content .menu-item .ggame-leftmenu-content-name {
    /* margin-left: 0.22rem; */
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: .285rem;
    color: #FFFFFF;
    text-align: center;
}
.ltMain-panel-footer .ltop-frame-bottomframe {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ltMain-panel-footer .leftmenu-cs {
    position: absolute;
    bottom: 2.7785rem;
    left: 0.44rem;
    width: 6.24rem;
    height: 1.3372rem;
    transition: transform 0.2s ease-in-out;
}
.ltMain-panel-footer .leftmenu-cs-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ltMain-panel-footer .leftmenu-link {
    position: absolute;
    bottom: 0.44rem;
    left: 0.44rem;
    width: 6.24rem;
    height: 2.2285rem;
}
.ltMain-panel-footer .leftmenu-link-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
}
.ltMain-panel-footer .sdpromotion-frame-typeleft1 {
    width: 6.22rem;
    margin-top: 0.55rem;
    border-radius: 0.33rem;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    position: absolute;
    z-index: 102;
}
.ltMain-panel-footer .sdpromotion-content-left {
    width: 6.2rem !important;
}
.ltMain-panel-footer .sdpromotion-content {
    width: 9rem;
    margin: 0rem auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-wrap: wrap;
}
.ltMain-panel-footer .div-link-left {
    margin: 0.01rem;
}
.ltMain-panel-footer .div-link-icon {
    width: 0.6rem !important;
    height: 0.6rem !important;
    margin: 0 0.08rem;
}


/****     ****/
.ltRightMain .GameClassMain .panel-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.001rem 0.4rem 0.001rem;
    position: fixed;
    width: 10rem;
}
.ltRightMain .GameClassMain .panel-header h2{
    font-size: 0.5rem;
    margin: 0 auto;
    color: #dce1e7;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 0.6rem;
}
.ltRightMain .GameClassMain .panel-content{
    margin-top:1.3rem;
}
.GameClassMain{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 98;
}
.GameClassMain .main-left {
    position: absolute !important;
    width: 2rem !important;
    z-index: 999 !important;
    margin-top: 0.2rem !important;
}
.GameClassMain .Gmain {
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
    border-top-left-radius: .0rem;
    border-top-right-radius: .0rem;
    padding-bottom: 2rem;
    position: relative;
    z-index: 98;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.GameClassMain .Gmain .panel-left {
    width: 2.01rem !important;
    padding-left: 0.22rem !important;
}
.GameClassMain .Gmain .panel {
    width: 95.6%;
    font-size: .3125rem;
    padding-left: 0.44rem;
    border-bottom: .0rem solid #f5f5f5;
}

.GameClassMain .ggame-menu-frame {
    position: relative;
    width: 1.55rem;
    height: 1.55rem;
    box-sizing: border-box;
    margin-bottom: 0.2rem;
}
.GameClassMain .ggame-menu-content {
    width: 100%;
    height: 1.56rem;
    background-color: transparent;
    background: rgba(255, 255, 255, 0.08);
    overflow: hidden;
    border-radius: 0.33rem;
    color: rgba(255, 255, 255, 0.85);
    font-size: .3rem;
}
.GameClassMain .ggame-menu-content-cur {
    color: #FFFFFF;
    background-image: linear-gradient(180deg, #00FFB6 0%, #007150 100%);
}
.GameClassMain .ggame-menu-content-img {
    position: absolute;
    top: 0.2rem;
    left: 0;
    width: 1.55rem;
    height: 0.66rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.GameClassMain .ggame-menu-content-img .img-checked {
    opacity: 1 !important;
}
.GameClassMain .ggame-menu-content-img img {
    height: 0.66rem !important;
    width: unset !important;
}
.GameClassMain .ggame-menu-content-name {
    position: absolute;
    top: 1rem;
    left: 50%;
    margin-left: -0.7rem;
    width: 1.4rem;
    height: 0.38rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:0.26rem;
}
/**  æ¸¸æˆåˆ†ç±» å³ä¾§é…ç½®  **/
.GameClassMain .main-right {
    position: absolute !important;
    left: 2rem !important;
    width: 8rem !important;
    margin-top:0.2rem !important;
}
.GameClassMain .panel-right {
    width: 7.8rem !important;
    padding-left: 0.22rem !important;
}
.GameClassMain .panel .body {
    display: flex;
    flex-wrap: wrap;
    padding-bottom:0.8rem;
}
.GameClassMain .panel .body .item {
    padding-right: 0.2rem;
    padding-bottom: 0.2rem;
    box-sizing: border-box;
    position: relative;
}
.GameClassMain .ggame-item-frame-small {
    width: 2.52rem !important;
    height: 3.4rem !important;
}
.GameClassMain .ggame-item-content-small {
    height: 3.38rem !important;
}
.GameClassMain .ggame-item-content {
    width: 100%;
    height: 4.05rem;
    background-color: transparent;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0);
    overflow: hidden;
}
.GameClassMain .panel .body .item img {
    vertical-align: bottom;
}
.GameClassMain .ggame-item-content-imgsmall {
    width: 2.33rem !important;
    height: 3.13rem !important;
}
.GameClassMain .ggame-item-content-img {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0.22rem;
    width: 2.85rem;
    height: 3.84rem;
    object-fit: cover;
}
.GameClassMain .ggame-item-content-likeframe-small {
    right: 0.3rem !important;
    width: 0.7rem !important;
    height: 0.7rem !important;
}
.GameClassMain .ggame-item-content-likeframe {
    position: absolute;
    top: 0;
    right: 0.2rem;
    width: 1.2rem;
    height: 1.2rem;
}
.GameClassMain .ggame-item-content-likeicon {
    position: absolute;
    top: 0.1rem;
    right: 0.1rem;
    width: 0.66rem;
    height: 0.66rem;
    border-radius: 0.4rem;
    background: rgba(0, 0, 0, 0.65);
}
.GameClassMain .panel .body .item img {
    vertical-align: bottom;
}
.GameClassMain .ggame-item-content-likeicon1 {
    position: absolute !important;
    top: 0.11rem !important;
    left: 0.11rem !important;
    width: 0.44rem !important;
    height: 0.44rem !important;
}
.GameClassMain .panel .body .item img {
    vertical-align: bottom;
}
.GameClassMain .ggame-item-content-likeicon2 {
    position: absolute !important;
    top: 0.11rem !important;
    left: 0.11rem !important;
    width: 0.44rem !important;
    height: 0.44rem !important;
}
.GameClassMain .ggame-loadmore-frame-v2 {
    width: 8rem !important;
}
.GameClassMain .ggame-loadmore-frame {
    width: 10rem;
    position: relative;
    height: 3rem;
    background: transparent;
}
.GameClassMain .ggame-loadmore-frame-bg {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 5rem;
    left: 50%;
    margin-left: -2.5rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.65);
    position: absolute;
    font-size: .4rem;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
}
.GameClassMain .ggame-loadmore-frame-icon {
    opacity: 0.65;
    margin-left: 0.1rem;
    width: 0.4rem;
    height: 0.4rem;
}

/****  åº•éƒ¨å¯¼èˆª æ´»åŠ¨é¡µé¢ css  ****/
.BottomLinePage2 .hdialog-activity-content {
    position: relative;
    left: 0px;
    max-height: 95vh;
    min-height: 80vh;
    height: unset;
}
.page-main-game {
    position: absolute;
    width: 10rem;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: #1A3830;
    background-image: url(../image/main_bg.png);
    background-size: cover;
    background-repeat: repeat;
    /* ç¡®ä¿æ²¡æœ‰æ»šåŠ¨æ¡ */
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.BottomLinePage2 .hdialog-activity-content .act-panel {
    position: relative;
    margin-top: 0.44rem;
    width: 95.5%;
    padding-left: 0.44rem;
}
.BottomLinePage2 .hdialog-activity-content .act-body {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 2rem;
}
.BottomLinePage2 .hdialog-activity-content .act-item {
    position: relative;
    width: 9.12rem;
    height: 3.782rem;
    margin-bottom: 0.76rem;
    display: flex;
    justify-content: center;
    background: rgb(0, 86, 62);
    border-radius: 0.22rem;
}
.BottomLinePage2 .hdialog-activity-content .act-item-top {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 1.34rem;
    display: flex;
    align-items: center;
}
.BottomLinePage2 .hdialog-activity-content .act-item-top .act-icon {
    position: absolute;
    top: 50%;
    margin-top: -0.44rem;
    left: 0.22rem;
    width: 0.88rem;
    height: 0.88rem;
}
.BottomLinePage2 .hdialog-activity-content .act-item-top .act-name-text {
    color: rgb(255, 255, 255);
    font-size: 0.373rem;
    font-weight: 700;
    margin-right: 0.1rem;
}
.BottomLinePage2 .hdialog-activity-content .act-item-top .act-name {
    position: absolute;
    top: 50%;
    margin-top: -0.44rem;
    left: 1.3rem;
    width: 4rem;
    height: 0.88rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: rgb(255, 255, 255);
    font-size: 0.32rem;
    font-weight: 700;
}
.BottomLinePage2 .hdialog-activity-content .act-item-top .act-btn {
    position: absolute;
    top: 50%;
    margin-top: -0.44rem;
    right: 0.22rem;
    width: 2.66rem;
    height: 0.88rem;
    color: rgb(255, 255, 255);
    font-size: 0.32rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(rgb(0, 255, 182) 0%, rgb(0, 113, 80) 100%);
    border-radius: 0.22rem;
}
.BottomLinePage2 .hdialog-activity-content .act-item-top .act-redpoint {
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 0.3rem;
    background: #FF0000;
    border: 1px solid rgba(255, 255, 255, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    font-size: .24rem;
}
.BottomLinePage2 .hdialog-activity-content .act-item-bottom {
    /* position: absolute; */
    /* top: 0px; */
    /* width: 100%; */
    /* height: 2.45rem; */
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
}
.BottomLinePage2 .hdialog-activity-content .act-item-bottom-img {
    width: 9.12rem;
    border-radius: 0.22rem 0.22rem 0 0;
    object-fit: cover;
    margin-bottom: 0.4rem;
}
/*** ä»£ç†åŠ ç›Ÿçš„é¡µé¢ ***/
.page-sub-game {
    position: absolute;
    width: 10rem;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
    /* ç¡®ä¿æ²¡æœ‰æ»šåŠ¨æ¡ */
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.agency-topspace {
    /*position: -webkit-sticky;
    position: sticky;*/
    top: -2.3rem;
    height: 3.5rem;
    width: 10rem;
    background: transparent;
    z-index: 5;
}
.agency-topspace-banner {
    position: absolute;
    top: 0;
    width: 10rem;
}
.agency-menu-title {
    position: -webkit-sticky;
    position: sticky;
    top:0rem;
    left: 0rem;
    width: 10rem;
    line-height: 0.9rem;
    font-size: .426rem;
    overflow-y: hidden;
    overflow-x: scroll;
    z-index: 6;
    background: rgba(3, 11, 32, 0.50);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-bottom: 1.5px solid #00FFB6;
    /* ç¡®ä¿æ²¡æœ‰æ»šåŠ¨æ¡ */
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.agency-menu-title .container {
    white-space: nowrap;
    display: inline-block;
}
.agency-menu-item-space {
    position: relative;
    display: inline-block;
    padding-left: 0.3rem;
    padding-right: 0;
    top: 0;
    color: rgba(255, 255, 255, 0.85);
}
.agency-menu-itemcur {
    position: relative;
    display: inline-block;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    height: 0.9rem;
    line-height: 0.9rem;
    top: 0;
    border-radius: 0.22rem 0.22rem 0 0;
    color: rgba(0, 0, 0, 0.85);
    background: #00FFB6;
    font-weight: 700;
}
.agency-menu-item-title {
    position: relative;
    top: 0;
    width: 100%;
    height: 0.9rem;
    line-height: 0.9rem;
    text-align: center;
    font-size: 0.32rem;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: unset !important;
}
.agency-menu-item {
    position: relative;
    display: inline-block;
    padding-left: 0.12rem;
    padding-right: 0.12rem;
    height: 0.9rem;
    line-height: 0.9rem;
    top: 0;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 700;
}
.agency-menu-item-space {
    position: relative;
    display: inline-block;
    padding-left: 0.3rem;
    padding-right: 0;
    top: 0;
    color: rgba(255, 255, 255, 0.85);
}
/*** tab1 ***/
.agency-tab1-linkframe {
    position: relative;
    margin-top: 0.55rem;
    left: 0;
    width: 10rem;
    height: 4.445rem;
    overflow: hidden;
}
.agency-tab1-linkframe .fbg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.agency-tab1-linkframe .link-title {
    position: relative;
    margin-top: 0.22rem;
    left: 1rem;
    font-size: .373rem;
    color: #FFFFFF;
    height: 0.62rem;
    line-height: 0.62rem;
    font-weight: 700;
}
.agency-tab1-linkframe .link-content {
    position: relative;
    margin-top: 0.12rem;
    left: 1rem;
    width: 8rem;
    height: 1.34rem;
    line-height: 1.34rem;
    font-size: .32rem;
    color: rgba(255, 255, 255, 0.65);
    background: rgba(0, 0, 0, 0.25);
    border-radius: 0.22rem;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.agency-tab1-linkframe .link-value {
    position: absolute;
    top: 0;
    left: 0.4rem;
    width: 5.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 1.34rem;
    line-height: 1.34rem;
    font-size: .32rem;
    color: rgba(255, 255, 255, 0.65);
}
.agency-tab1-linkframe .link-content-copy {
    position: absolute;
    right: 0.12rem;
    width: 1.78rem;
    height: 1.1rem;
    transition: transform 0.1s ease-in-out;
}
.agency-tab1-linkframe .link-content-copy .img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}
/** xxx **/
.agency-tab1-linkframe .share-title {
    position: relative;
    left: 1rem;
    font-size: .346rem;
    color: #FFFFFF;
    height: 0.62rem;
    line-height: 0.62rem;
    margin-top: 0.1rem;
    text-align: center;
    width: 8rem;
}
.agency-tab1-linkframe .share-frame {
    position: relative;
    left: 0.8rem;
    margin-top: 0.1rem;
    width: 8.4rem;
    overflow: scroll hidden;
    /* 滚动框 无边框 */
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.agency-tab1-linkframe .share-container {
    white-space: nowrap;
    display: inline-block;
}
.agency-tab1-linkframe .share-item {
    position: relative;
    display: inline-block;
    height: 1rem;
    width: 1rem;
    top: 0;
    margin-right: 0.1rem;
    overflow: hidden;
    transition: transform 0.1s ease-in-out;
}
.agency-tab1-linkframe .share-item .icon {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -0.33rem;
    height: 0.66rem;
    width: 0.66rem;
}
.agency-tab1-linkframe .share-item .title {
    position: absolute;
    top: 0.8rem;
    left: -0.1rem;
    width: 1.3rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.65);
    font-size: .22rem;
}
/**    **/
.agency-tab1-tipsframe {
    position: relative;
    margin-top: 0.22rem;
    left: 0;
    width: 10rem;
    height: 8.44rem;
}
.agency-tab1-tipsframe .fcontent {
    position: absolute;
    top: 0;
    left: 0.5rem;
    width: 9rem;
    height: 8.44rem;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 0.22rem;
}
.agency-tab1-tipsframe .fcontent-bg {
    position: absolute;
    bottom: 0.4rem;
    left: 0;
    width: 9rem;
}
.agency-tab1-tipsframe .fcontent-title {
    position: absolute;
    top: 0.44rem;
    left: 0;
    width: 9rem;
    height: 0.6rem;
    font-size: .373rem;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 700;
    line-height: .533rem;
}
/**  **/
.agency-tab1-levelframe {
    position: relative;
    margin-top: 0.22rem;
    left: 0.55rem;
    width: 8.9rem;
    min-height: 0.88rem;
    border-radius: 0.44rem;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.00) 100%);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding-bottom: 0.22rem;
    overflow: hidden;
}
.agency-tab1-levelframe .level-tab {
    position: relative;
    margin-top: 0.44rem;
    left: 0;
    width: 8.9rem;
    height: 1.12rem;
}
.agency-tab1-levelframe .level-tab .tab-selected {
    background-image: linear-gradient(180deg, #00FFB6 0%, #007150 100%);
    box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.15);
    color: #FFFFFF;
    font-size: .32rem;
}

.agency-tab1-levelframe .level-tab .tab-left1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    top: 0;
    padding-left: 0.44rem;
    left: 0.44rem;
    width: 7.58rem;
    height: 1.11rem;
    border-radius: 0.22rem;
}
.agency-tab1-levelframe .level-tab .tab-icon-selected {
    width: 0.44rem;
    height: 0.44rem;
    margin-right: 0.1rem;
}
.agency-tab1-levelframe .level-rule {
    position: relative;
    margin-top: 0.22rem;
    left: 0.44rem;
    width: 8.02rem;
    min-height: 0.88rem;
    border: 1px solid transparent;
    border-radius: 0.22rem;
    overflow: hidden;
}
.agency-tab1-levelframe .level-rule .title-frame {
    display: flex;
    align-items: center;
    position: relative;
    left: 0;
    width: 100%;
    height: 0.88rem;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.85);
    font-size: .32rem;
}
.agency-tab1-levelframe .level-rule .title-frame .line1 {
    position: absolute;
    left: 1.25rem;
    width: 1px;
    height: 0.5rem;
    background: rgba(255, 255, 255, 0.08);
}
.agency-tab1-levelframe .level-rule .title-frame .line2 {
    position: absolute;
    right: 2.5rem;
    width: 1px;
    height: 0.5rem;
    background: rgba(255, 255, 255, 0.08);
}
.agency-tab1-levelframe .level-rule .left-frame {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    width: 1.25rem;
    height: 0.88rem;
}
.agency-tab1-levelframe .level-rule .middle-frame {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 1.25rem;
    width: 4.27rem;
    height: 0.88rem;
}
.agency-tab1-levelframe .level-rule .right-frame {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    width: 2.5rem;
    height: 0.88rem;
}
.agency-tab1-levelframe .level-rule .value-frame1 {
    display: flex;
    align-items: center;
    position: relative;
    left: 0;
    width: 100%;
    height: 0.88rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.02);
    color: rgba(255, 255, 255, 0.85);
    font-size: .32rem;
}
.agency-tab1-levelframe .level-rule .value-frame2 {
    display: flex;
    align-items: center;
    position: relative;
    left: 0;
    width: 100%;
    height: 0.88rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.85);
    font-size: .32rem;
}
.hdialog-rules-contentframe {
    position: relative;
    margin-top: 0.533rem;
    left: 0.5rem;
    width: 9rem;
    border-radius: 0.533rem;
    overflow: hidden;
}
.hdialog-rules-titleframe {
    position: relative;
    margin-top: 0.426rem;
    margin-bottom: 0.4rem;
    left: 0;
    width: 9rem;
    color: rgba(255, 255, 255, 0.85);
    font-size: .373rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hdialog-rules-leftline {
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.65) 100%);
    border-radius: 1px;
    width: 2rem;
    height: 2px;
    margin-right: 0.2rem;
}
.hdialog-rules-rightline {
    transform: scaleX(-1);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.65) 100%);
    border-radius: 1px;
    width: 2rem;
    height: 2px;
    margin-left: 0.2rem;
}
.gift-tips {
    position: relative;
    width: 8.4rem;
    left: 0.3rem;
    font-size: .35rem;
    line-height: 0.5rem;
    text-align: left;
    margin-bottom: 0.4rem;
    color: rgba(255, 255, 255, 0.45);
}
.gift-tips-white {
    color: rgba(255, 255, 255, 0.85) !important;
}
/*****    *******/
.agency-tab5-faqframe {
    position: relative;
    margin-top: 0.22rem;
    left: 0.5rem;
    width: 9rem;
    min-height: 0.88rem;
    padding-top: 0.44rem;
    padding-bottom: 0.44rem;
    overflow: hidden;
    border-radius: 0.22rem;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.00) 100%);
    border: 1px solid rgba(255, 255, 255, 0.15);
}
.agency-tab5-faqframe .title-frame {
    position: relative;
    left: 0.44rem;
    width: 8.12rem;
    font-size: .426rem;
    line-height: .64rem;
    color: #FFFFFF;
    text-align: center;
    font-weight: 700;
}
.agency-tab5-faqframe .bright-text {
    color: #FFEE00;
}
.agency-tab5-faqframe .space-frame {
    position: relative;
    left: 0.44rem;
    width: 8.12rem;
    height: 0.22rem;
}
.agency-tab5-faqframe .tips-frame {
    position: relative;
    left: 0.44rem;
    width: 8.12rem;
    font-size: .32rem;
    line-height: .533rem;
    color: rgba(255, 255, 255, 0.85);
}
.agency-tab5-faqframe .bright-text {
    color: #FFEE00;
}
.agency-tab5-faqframe2 {
    padding-top: 0 !important;
}

.agency-tab5-faqframe {
    position: relative;
    margin-top: 0.22rem;
    left: 0.5rem;
    width: 9rem;
    min-height: 0.88rem;
    padding-top: 0.44rem;
    padding-bottom: 0.44rem;
    overflow: hidden;
    border-radius: 0.22rem;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.00) 100%);
    border: 1px solid rgba(255, 255, 255, 0.15);
}
.agency-tab5-faqframe .title2-frame {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    left: 0;
    width: 9rem;
    height: 1.76rem;
    font-size: .533rem;
    font-weight: 700;
    color: #FFFFFF;
    text-align: center;
    border-radius: 0.22rem;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.25) 100%);
}
.agency-tab5-faqframe .tips1-frame {
    position: relative;
    margin-top: 0.44rem;
    left: 0.44rem;
    width: 8.12rem;
    height: 2.22rem;
}
.agency-tab5-faqframe .tips1-frame .tips1-avatar {
    position: absolute;
    top: 0;
    left: 0;
    width: 2.22rem;
    height: 2.22rem;
}
.agency-tab5-faqframe .tips1-frame .tips1-text13 {
    position: absolute;
    top: 0.6rem;
    left: 2.44rem;
    width: 4.5rem;
    font-size: .426rem;
    line-height: .533rem;
    color: rgba(255, 255, 255, 0.65);
    font-weight: 700;
}
.agency-tab5-faqframe .tips2-frame {
    position: relative;
    margin-top: 0.44rem;
    left: 0.44rem;
    width: 8.12rem;
}
.agency-tab5-faqframe .tips2-frame .tips2-item3 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    left: 0;
    width: 8.12rem;
    height: 0.55rem;
    text-align: center;
    color: #FFFFFF;
    font-weight: 400;
    font-size: .32rem;
}
.agency-tab5-faqframe .bright-text {
    color: #FFEE00;
}
.agency-tab5-faqframe .tips2-frame .tips2-item31 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    left: 0;
    width: 8.12rem;
    height: 0.66rem;
    text-align: center;
    color: #FFEE00;
    font-weight: 700;
    font-size: .533rem;
}
.agency-tab5-faqframe .tips3-frame3 {
    margin-top: 0.3rem !important;
    height: 3.2rem !important;
    position: relative;
}
.agency-tab5-faqframe .tips3-frame .tips3-arrow1 {
    position: absolute;
    top: 0.44rem;
    left: 1.05rem;
    width: 1.78rem;
    height: 2.22rem;
}
.agency-tab5-faqframe .tips3-frame .tips3-arrow2 {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -0.89rem;
    width: 1.78rem;
    height: 2.22rem;
}
.agency-tab5-faqframe .tips3-frame .tips3-arrow3 {
    position: absolute;
    top: 0.44rem;
    right: 1.05rem;
    width: 1.78rem;
    height: 2.22rem;
}
.agency-tab5-faqframe .tips3-frame .tips3-text1 {
    position: absolute;
    top: 0.6rem;
    left: -0.8rem;
    width: 4rem;
    font-size: .26rem;
    color: #FFFFFF;
    text-align: center;
    transform: rotate(-45deg);
    line-height: 0.35rem;
}
.agency-tab5-faqframe .bright-text1 {
    color: #FFEE00;
    font-weight: 700;
}
.agency-tab5-faqframe .tips3-frame .tips3-text3 {
    position: absolute;
    top: 2.6rem;
    left: 50%;
    margin-left: -3rem;
    width: 6rem;
    font-size: .26rem;
    color: #FFFFFF;
    text-align: center;
    line-height: 0.35rem;
}
.agency-tab5-faqframe .tips3-frame .tips3-text5 {
    position: absolute;
    top: 0.6rem;
    right: -0.8rem;
    width: 4rem;
    font-size: .28rem;
    color: #FFFFFF;
    text-align: center;
    transform: rotate(45deg);
    line-height: 0.35rem;
}
.agency-tab5-faqframe .tips4-frame3 {
    height: 5rem !important;
}

.agency-tab5-faqframe .tips4-frame {
    position: relative;
    margin-top: 0;
    left: 0.44rem;
    width: 8.12rem;
    height: 5.55rem;
}
.agency-tab5-faqframe .tips4-frame .tips4-item-1 {
    left: 0;
}
.agency-tab5-faqframe .tips4-frame .tips4-item3 {
    height: 5rem !important;
}
.agency-tab5-faqframe .tips4-frame .tips4-item {
    position: absolute;
    top: 0;
    width: 2.5rem;
    height: 5.55rem;
    background: #007150;
    border-radius: 0.22rem;
    overflow: hidden;
}
.agency-tab5-faqframe .tips4-frame .tips4-item-1 {
    left: 0;
}
.agency-tab5-faqframe .tips4-frame .tips4-item-2 {
    left: 50%;
    margin-left: -1.25rem;
}
.agency-tab5-faqframe .tips4-frame .tips4-item-3 {
    right: 0;
}
.agency-tab5-faqframe .tips4-frame .tips4-item-avatar {
    position: absolute;
    top: 0.22rem;
    left: 50%;
    margin-left: -0.89rem;
    width: 1.78rem;
    height: 1.78rem;
    overflow: hidden;
}
.agency-tab5-faqframe .tips4-frame .tips4-item-info {
    position: absolute;
    top: 2.3rem;
    left: 50%;
    margin-left: -1.14rem;
    width: 2.28rem;
    height: 1.78rem;
    overflow: hidden;
    font-size: .32rem;
    line-height: .426rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.85);
}
.agency-tab5-faqframe .bright-text {
    color: #FFEE00;
}
.agency-tab5-faqframe .tips4-frame .tips4-item-bottom {
    position: absolute;
    bottom: 0;
    width: 2.5rem;
    height: 1.33rem;
    background: #00563E;
}
.agency-tab5-faqframe .tips4-frame .tips4-item-bottom .text1 {
    position: absolute;
    top: 0.3rem;
    width: 100%;
    font-size: .29rem;
    color: #FFFFFF;
    font-weight: 700;
    text-align: center;
}
.agency-tab5-faqframe .tips4-frame .tips4-item-bottom .text2 {
    position: absolute;
    bottom: 0.2rem;
    width: 100%;
    font-size: .373rem;
    color: #FFFFFF;
    font-weight: 700;
    text-align: center;
}
.agency-tab5-faqframe .tips7-frame {
    position: relative;
    margin-top: 0.33rem;
    left: 0.44rem;
    width: 8.12rem;
}
.agency-tab5-faqframe .tips7-frame .ftitle {
    position: relative;
    margin-top: 0.22rem;
    left: 0;
    width: 8.12rem;
    font-size: .373rem;
    line-height: .533rem;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 700;
}
.agency-tab5-faqframe .tips7-frame .fcontent {
    position: relative;
    left: 0;
    width: 8.12rem;
    font-size: .32rem;
    line-height: .533rem;
    color: rgba(255, 255, 255, 0.65);
    font-weight: 400;
}
.agency-tab5-faqframe .tips7-frame .ftitle {
    position: relative;
    margin-top: 0.22rem;
    left: 0;
    width: 8.12rem;
    font-size: .373rem;
    line-height: .533rem;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 700;
}
.agency-tab5-faqframe .tips7-frame .fcontent {
    position: relative;
    left: 0;
    width: 8.12rem;
    font-size: .32rem;
    line-height: .533rem;
    color: rgba(255, 255, 255, 0.65);
    font-weight: 400;
}
.agency-tab5-faqframe {
    position: relative;
    margin-top: 0.22rem;
    left: 0.5rem;
    width: 9rem;
    min-height: 0.88rem;
    padding-top: 0.44rem;
    padding-bottom: 0.44rem;
    overflow: hidden;
    border-radius: 0.22rem;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.00) 100%);
    border: 1px solid rgba(255, 255, 255, 0.15);
}
.agency-tab5-faqframe .title1-frame
 {
    position: relative;
    left: 0.44rem;
    width: 8.12rem;
    font-size: .373rem;
    color: #FFFFFF;
    text-align: center;
    line-height: .533rem;
}
.agency-tab5-faqframe .tips-bg {
    position: relative;
    left: 0;
    width: 9rem;
    height: 6.75rem;
}
.agency-tab5-faqframe .title-frame {
    position: relative;
    left: 0.44rem;
    width: 8.12rem;
    font-size: .426rem;
    line-height: .64rem;
    color: #FFFFFF;
    text-align: center;
    font-weight: 700;
}
.agency-tab5-faqframe .space-frame {
    position: relative;
    left: 0.44rem;
    width: 8.12rem;
    height: 0.22rem;
}
.agency-tab5-faqframe .tips-frame {
    position: relative;
    left: 0.44rem;
    width: 8.12rem;
    font-size: .32rem;
    line-height: .533rem;
    color: rgba(255, 255, 255, 0.85);
}


/****  提示框的样式  ***/
.toast-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 9999;
}
.toast-container.zezhao{
    background: #00000070;
}
.toast {
    background-color:rgba(0, 0, 0, 0.85); /* 半透明黑色背景 */
    color: #515151;
    border-radius: 8px;
    padding:10px 18px 10px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
    max-width: 8rem;
    margin-top: 46vh;
    /*display: flex;
    align-items: center;
    pointer-events: auto;*/
    /*transition: all 0.3s ease;*/
    opacity: 0;
    transform: translateY(-20px);
    transform: scale(0.8);   /* 初始缩小到 80% */
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275); /* 弹性过渡效果 */
}

.toast.show {
    opacity: 1;
    transform: translateY(0);
}

.toast-icon {
    /*margin-right: 12px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    font-size: 0.88rem;
    font-family: 'FontAwesome';
}

.toast.success .toast-icon {
    color:#ffffff;

}

.toast.error {
}

.toast.error .toast-icon {
    /*background-color: rgba(250, 81, 81, 0.1);*/
    color: #fdfdfd;
}

.toast.warning {
    border-left: 4px solid #fa9d3b;
}

.toast.warning .toast-icon {
    /*background-color: rgba(250, 157, 59, 0.1);*/
    color: #fa9d3b;
}

.toast.default {
    border-left: 4px solid #10aeff;
}

.toast.default .toast-icon {
    /*background-color: rgba(16, 174, 255, 0.1);*/
    color: #10aeff;
}

.toast-message {
    font-size: 0.36rem;
    line-height: 1.5;
    color: #efefef;
}

/* 4. 核心：旋转的加载圈 (Spinner) */
#toastContainer .loading-spinner {
    width: 45px;
    height: 45px;
    border: 3px solid rgba(255, 255, 255, 0.3); /* 浅色轨道 */
    border-top-color: #ffffff; /* 白色高亮部分 */
    border-radius: 50%;
    animation: spin 0.8s linear infinite; /* 应用旋转动画 */
}
/***  css  ****/
.main .menu-button-left {
    position: fixed;
    bottom: 2.7rem;
}
.main .menu-button-left img{
    position: absolute;
    bottom: 0px;
    left: 5px;
    width: 1.78rem;
    height: 1.78rem;
}
.main .menu-float-item:first-child {
    margin-top: 0;
}
.main .menu-float-item {
    position: fixed;
    bottom: 2.8rem;
    margin-left: 9.7rem;
}
.main .menu-float-item-img {
    position: absolute;
    bottom: 0px;
    right: 0.2rem;
    width: 1.78rem;
    height: 1.78rem;
}
/*****  pwa  *****/
.dialog-apknoty {
    position: relative;
    width: 8.34rem;
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25), inset 0 0 0 0 rgba(255, 255, 255, 0.25);
    border-radius: 0.64rem;
}
.dialog-apknoty .apknoty-banner {
    position: relative;
    left: 0;
    width: 8.34rem;
    height: 4.448rem;
}
.dialog-apknoty .apknoty-title {
    position: relative;
    left: 0.6rem;
    width: 7.14rem;
    color: #000000;
    font-size: .426rem;
    line-height: .64rem;
    font-weight: 700;
    text-align: center;
}
.dialog-apknoty .apknoty-content {
    position: relative;
    margin-top: 0.24rem;
    left: 0.6rem;
    width: 7.14rem;
    color: rgba(0, 0, 0, 0.65);
    font-size: .373rem;
    text-align: center;
    line-height: 0.58rem;
    font-weight: 400;
    text-align: center;
}
.dialog-apknoty .apknoty-btn {
    position: relative;
    margin-top: 0.66rem;
    left: 0;
    width: 8.34rem;
    height: 1.34rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.33rem;
}
.dialog-apknoty .apknoty-btn-left {
    position: relative;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 0.22rem;
    color: rgba(0, 0, 0, 0.85);
    font-size: .346rem;
    text-align: center;
    width: 3.38rem;
    height: 1.34rem;
    line-height: 1.34rem;
    transition: transform 0.1s ease-in-out;
}
.dialog-apknoty .apknoty-btn-right {
    position: relative;
    margin-left: 0.22rem;
    background: #007AFF;
    border-radius: 0.22rem;
    color: #FFFFFF;
    font-size: .346rem;
    text-align: center;
    width: 3.38rem;
    height: 1.34rem;
    line-height: 1.34rem;
    transition: transform 0.1s ease-in-out;
}
/****  pwa install  *****/
.hdialog-oldnewer-installframe {
    width: 10rem;
    display: flex;
    flex-flow: column;
    overflow: hidden;
}
.hdialog-oldnewer-installframe .install-apk {
    width: 10rem;
    height: 13.92rem;
    overflow: hidden;
}
.hdialog-oldnewer-installframe .install-bg {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -4.44rem;
    width: 8.88rem;
}
.hdialog-oldnewer-installframe .oldinstall-hdialog-content {
    position: absolute;
    top: 0.6rem;
    left: 0.56rem;
    width: 8.88rem;
}
.hdialog-oldnewer-installframe .oldinstall-hdialog-content-logo {
    position: relative;
    margin-top: 0rem;
    left: 50%;
    margin-left: -4.44rem;
    width: 8.88rem;
    height: 1.56rem;
}
.hdialog-oldnewer-installframe .oldinstall-hdialog-content-logo img {
    position: absolute;
    top: 0;
    left: 0.44rem;
    width: 1.56rem;
    height: 1.56rem;
    border-radius: 0.22rem;
}
.hdialog-oldnewer-installframe .oldinstall-hdialog-content-logo .fullname {
    position: absolute;
    top: 0;
    left: 2.2222rem;
    font-size: .48rem;
    font-weight: 700;
    color: #FFFFFF;
    height: 1.56rem;
    line-height: 1.56rem;
}
.hdialog-oldnewer-installframe .oldinstall-hdialog-content-title {
    position: relative;
    margin-top: 1.77rem;
    left: 0.44rem;
    width: 8rem;
    font-size: .48rem;
    font-weight: 700;
    color: #FFFFFF;
}
.hdialog-oldnewer-installframe .oldinstall-hdialog-content-reward {
    position: relative;
    margin-top: 0.12rem;
    left: 0.5rem;
    width: 8rem;
    line-height: .426rem;
    text-align: left;
    font-size: .32rem;
    color: #FFFFFF;
}
.hdialog-oldnewer-installframe .oldinstall-hdialog-content-install {
    position: relative;
    margin-top: 0.5rem;
    left: 0.44rem;
    width: 8rem;
    height: 1.11rem;
}
.hdialog-oldnewer-installframe .oldinstall-hdialog-content-install .install-btn {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    top: 0;
    left: 0;
    width: 6.66rem;
    height: 1.1rem;
    line-height: 1.1rem;
    border-radius: 0.22rem;
    background: #007AFF;
    color: #FFFFFF;
    font-size: .426rem;
    font-weight: 700;
}
.hdialog-oldnewer-installframe .oldinstall-hdialog-content-install .install-btn-img {
    margin-right: 0.2rem;
    width: 0.66rem;
    height: 0.66rem;
}
.hdialog-oldnewer-installframe .oldinstall-hdialog-content-install .install-chat {
    position: absolute;
    top: 0rem;
    right: 0;
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 0.22rem;
    background: rgba(255, 255, 255, 0.25);
}
.hdialog-oldnewer-installframe .oldinstall-hdialog-content-install .install-chat-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -0.3rem;
    margin-left: -0.3rem;
    width: 0.6rem;
    height: 0.6rem;
}
.hdialog-oldnewer-installframe .oldinstall-hdialog-content-rule {
    position: relative;
    margin-top: 0.533rem;
    left: 0.44rem;
    width: 8rem;
    line-height: .45rem;
    text-align: left;
    font-size: .28rem;
    color: rgba(255, 255, 255, 0.85);
}
.hdialog-oldnewer-installframe .oldinstall-hdialog-content-rule .title {
    font-size: .32rem;
    font-weight: 700;
    color: #FFFFFF;
}
.hdialog-oldnewer-installframe .oldinstall-hdialog-content-tips {
    position: relative;
    margin-top: 0.55rem;
    left: 0.44rem;
    width: 8rem;
    height: 1.67rem;
    border-radius: 0.22rem;
    background: rgba(0, 0, 0, 0.25);
}
.hdialog-oldnewer-installframe .oldinstall-hdialog-content-tips .tips-img {
    position: absolute;
    top: 0.22rem;
    left: 0.22rem;
    width: 0.34rem;
    height: 0.34rem;
}
.hdialog-oldnewer-installframe .oldinstall-hdialog-content-tips .tips-text1 {
    position: absolute;
    top: 0.22rem;
    left: 0.7rem;
    font-size: .32rem;
    color: #FFFFFF;
    font-weight: 700;
}
.hdialog-oldnewer-installframe .oldinstall-hdialog-content-tips .tips-text2 {
    position: absolute;
    top: 0.7rem;
    left: 0.7rem;
    width: 7rem;
    font-size: .32rem;
    color: #FFFFFF;
    line-height: 0.426rem;
    font-weight: 400;
}
.hdialog-oldnewer-installframe .oldinstall-hdialog-content-reward .span1 {
    font-size: .426rem;
    font-weight: 700;
    color: rgb(252, 238, 79);
}
.hdialog-oldnewer-installframe .oldinstall-hdialog-content-tips .tips-text3 {
    color: #00E099;
    text-decoration: underline;
}
/*****  红包雨时间未到的显示页面样式  ******/
.raintips-frame {
    width: 10rem;
    height: 15.5rem;
    overflow: hidden;
    border-radius: 1.11rem;
}
.raintips-frame .raintips-content {
    position: absolute;
    left: 50%;
    width: 8.88rem;
    margin-left: -4.44rem;
    border-radius: 0.66rem;
    background-image: linear-gradient(180deg, #00FFB6 0%, #007150 100%);
    box-shadow: 0px -2px 8px 0px rgba(43, 22, 0, 0.25);
}
.anim-free-dialog {
    animation: dialog-scale .3s ease-in-out alternate;
}
.raintips-frame .raintips-content .close {
    z-index: 2;
    position: absolute;
    top: 0.3rem;
    right: 0;
    width: 1.4rem;
    height: 1.4rem;
}
.raintips-frame .raintips-content .close-icon {
    position: absolute;
    top: 0.2rem;
    left: 50%;
    margin-left: -0.3rem;
    width: 0.6rem;
    height: 0.6rem;
}
.raintips-frame .raintips-content .middle-tips {
    z-index: 2;
    position: absolute;
    top: 2.8rem;
    left: 0.32rem;
    width: 8.36rem;
    height: 1.866rem;
}
.raintips-frame .raintips-content .middle-tips .text1 {
    position: absolute;
    top: 0.1rem;
    left: 0;
    width: 8.36rem;
    height: 0.93rem;
    line-height: 0.93rem;
    font-size: .373rem;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.65);
    text-align: center;
}
.raintips-frame .raintips-content .middle-tips .text2 {
    position: absolute;
    top: 0.83rem;
    left: 0;
    width: 8.36rem;
    height: 0.93rem;
    line-height: 0.93rem;
    text-align: center;
    font-size: .373rem;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.65);
}
.raintips-frame .raintips-content .middle-tips .text2-light {
    color: #00563E;
    font-size: .64rem;
}
.raintips-frame .raintips-content .top-banner {
    position: relative;
    margin-top: -0.3rem;
    left: 0;
    width: 8.88rem;
    height: 5.5rem;
}
.raintips-frame .raintips-content .top-banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.raintips-frame .time-frame {
    position: relative;
    margin-top: -0.5rem;
    left: 50%;
    margin-left: -3.5rem;
    width: 7rem;
    padding-bottom: 0.2rem;
    background: #00563E;
    border-radius: 0px 0px 0.44rem 0.44rem;
}
.raintips-frame .time-frame-title {
    position: relative;
    left: 0;
    width: 7rem;
    color: rgba(255, 255, 255, 0.85);
    font-size: .426rem;
    text-align: center;
    font-weight: 700;
}
.rain-rules-frame {
    position: relative;
    margin-top: 0.64rem;
    left: 0.32rem;
    width: 8.36rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.65);
    font-size: .346rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.rain-rules-leftline {
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.65) 100%);
    border-radius: 1px;
    width: 2rem;
    height: 2px;
    margin-right: 0.2rem;
}
.rain-rules-rightline {
    transform: scaleX(-1);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.65) 100%);
    border-radius: 1px;
    width: 2rem;
    height: 2px;
    margin-left: 0.2rem;
}
.rain-hdialog-content-item {
    position: absolute;
    top: 0;
    width: 3rem;
    height: 0.5rem;
    border-radius: 0.43rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.32rem;
}
.rain-hdialog-content-item .item-img {
    width: 0.33rem;
    height: 0.33rem;
    margin-right: 0.1rem;
}
.rain-rules-tips {
    position: relative;
    width: 8.36rem;
    text-align: left;
    color: rgba(255, 255, 255, 0.65);
    font-size: .3rem;
    line-height: 0.5rem;
}


 
/**  适配代码  **/
/*@media screen and (min-width:2000px) {
    .app-container {
        max-width:700px;
    }
    .bottom-nav {
        max-width:700px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1999px){
    .app-container {
        max-width:335px;
    }
    .bottom-nav {
        max-width:335px;
    }
}
@media screen and (min-width:280px) and (max-width: 768px) {
    .app-container {
        max-width:initial;
    }
    .bottom-nav {
        max-width:initial;
    }
}*/
