* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

body {
font-family: Arial, Helvetica, 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;
}

.app-container .main{
    overflow-x: hidden;
    --content-height: calc(100% - 2rem); /* 示例：减去内边距 */
    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:98;
    /* 确保没有滚动条 */
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/* 顶部导航栏 */
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:0.24rem 0.4rem 0.24rem;
    position: sticky;
    top: 0;
    z-index:97;
    background: #1a3830;
}

.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: 0rem 0.1rem;
border: 1px solid #265145;
border-radius: 10px;
}

/**   30px = 0.5rem   */
.btn-registro img{
width:0.46rem;
padding-top:0.09rem;
}

/* 幻灯片区域 */
.slider-container {
position: relative;
height: 3rem;
overflow: hidden;
margin: 0 0.4rem;
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.89rem;
    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.3rem;
    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;
}

/* 游戏图标网格 - 5x2布局 */
.games-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap:0.2rem;
    padding: 0 0.4rem;
    margin:0.2rem 0 0.5rem;
}

.game-item {
display: flex;
flex-direction: column;
align-items: center;
/*background-color: #1a3a1a;*/
/*border-radius: 0.12rem;*/
padding: 0.2rem 0.1rem;
cursor: pointer;
transition: transform 0.2s;
/*border: 1px solid rgba(255,255,255,0.1);*/
}

.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);
}

/* 游戏分类标签 */
.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;
}

/* 底部导航 */
.bottom-nav {
    max-width: 750px;
    position: fixed;
    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: 99;
}

.nav-item {
display: flex;
flex-direction: column;
align-items: center;
font-size: 0.22rem;
color: #9E9E9E;
cursor: pointer;
}

.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.14rem;
    margin-top: -2.6rem;
    overflow: hidden;
    padding: 0 1.1rem;
    margin-left: 0.3rem;
    position: relative;
}

.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 15s 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: 0.22rem; */
    margin-bottom: 0.22rem;
    /* z-index: 2; */
}
.main .sdhome-jackpot-frame {
    position: relative;
    width: 9.2rem;
    height: 5rem;
    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:2.95rem;
    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: 1rem;
    height: 1rem;
}
.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: 100%;
    z-index: 100;
    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;
}

.slide-container.active .overlayLeft {
    opacity: 1;
}

/* 面板 */
.ltLeftMain .panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 7rem;
    height: 100%;
    /*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;
    font-size: 1.2rem;
}



.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: 98;
    transform: translateX(100%);
    transition: transform 0.4s ease;
    display: flex;
    flex-direction: column;
}
.slide-panel.active32{
    z-index: 100;
}
.slide-panel.active {
    transform: translateX(0);
}

.panel-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
}

.panel-header h2 {
    font-size: 1.6rem;
    margin: 0;
}

.close-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 1.2rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s;
}

.close-btn:hover {
    background: rgba(255, 255, 255, 0.3);
}


.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 {
    position: absolute;
    width: 10rem;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
}
.messagesMain .gmessage-menu-title {
    position: fixed;
    top: 1.6rem;
    left: 0.12rem;
    /*width: 9.5rem;*/
    line-height: 0.9rem;
    height: 1.1rem;
    font-size: .426rem;
    overflow-y: hidden;
    overflow-x: scroll;
    z-index: 3;
    /* 确保没有滚动条 */
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.messagesMain .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 {
    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 {
    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 {
    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 {
    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 {
    width: 160px;
    height: 160px;
}
.messagesMain .van-empty__image img {
    width: 100%;
    height: 100%;
}
.messagesMain .van-empty__description {
    margin-top: 16px;
    padding: 0 60px;
    color: #969799;
    font-size: 14px;
    line-height: 20px;
}
.messagesMain .message-item {
    position: relative;
    margin-top: 0.3rem;
    margin-bottom: 0.2rem;
    font-size: .4rem;
    line-height: .6rem;
    left: 0.2rem;
    width: 9.5rem;
    overflow: hidden;
    background: #104639;
    border-radius: 0.22rem;
}
.messagesMain .message-item-open {
    background: #104639;
    border: 0.5px solid rgba(0, 255, 182, 1);
}
.messagesMain .message-item .content-all {
    white-space: pre-wrap;
    max-height: 1000px;
}
.messagesMain .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 {
    position: relative;
    left: 0.4rem;
    width: 8.2rem;
    height: 0.55rem;
    line-height: 0.55rem;
}
.messagesMain .message-item .title1 {
    color: rgba(255, 255, 255, 0.85);
}
.messagesMain .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 {
    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 {
    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:98;
    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);
}

.panel-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.3rem 0.4rem 0.3rem;
    position: static;
}

.panel-header h2 {
    font-size: 0.5rem;
    margin: 0 auto;
    color: #dce1e7;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 0.6rem;
}

.drag-handle {
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 4px;
    background: #ddd;
    border-radius: 2px;
}

.close-btn {
    width: 40px;
    height: 40px;
    font-size:0.24rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.close-btn:hover {
    background: #eaeaea;
    transform: rotate(90deg);
}


.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;
}

/*.message-item {
    padding: 18px;
    border-radius: 12px;
    margin-bottom: 15px;
    background-color: white;
    border-left: 5px solid #6a11cb;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s;
}

.message-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.message-item.unread {
    border-left-color: #00b09b;
    background-color: #f8fffe;
}

.message-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.message-sender {
    font-weight: 600;
    color: #2c3e50;
    font-size:0.24rem;
}

.message-time {
    color: #7f8c8d;
    font-size:0.24rem;
    background: #f5f7fa;
    padding: 3px 10px;
    border-radius: 20px;
}

.message-subject {
    font-weight: 700;
    margin-bottom: 8px;
    color: #6a11cb;
    font-size:0.24rem;
}

.message-item.unread .message-subject {
    color: #00b09b;
}

.message-preview {
    color: #555;
    font-size:0.24rem;
    line-height: 1.5;
}

.no-messages {
    text-align: center;
    padding: 60px 20px;
    color: #7f8c8d;
}

.no-messages i {
    font-size:0.24rem;
    margin-bottom: 20px;
    color: #e0e0e0;
}

.no-messages p {
    font-size:0.24rem;
}

.message-count {
    display: inline-block;
    background: #6a11cb;
    color: white;
    font-size:0.24rem;
    padding: 3px 10px;
    border-radius: 20px;
    margin-left: 10px;
}

.unread-count {
    background: #00b09b;
}*/

.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: 0.77rem;
    height: 0.77rem;
}
.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: absolute;
    background: #183932;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.3rem 0.5rem 0.3rem;
    height: 4.5555rem;
    width: 7rem;
    z-index: 100;
}
.ltMain-panel-content{
    overflow-x: hidden;
    --content-height: calc(100% - 2rem);
    height: var(--content-height);
    overflow-y: scroll;
    width: 100%;
    border-top-left-radius: .0rem;
    border-top-right-radius: .0rem;
    padding-bottom:4rem;
    position: relative;
    z-index: 98;
    -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: 3rem;
    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.7rem !important;
    height: 0.7rem !important;
}


/****   右侧游戏分类模板样式  开始   ****/
.ltRightMain .panel-header{}
.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: 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: 1rem;
    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-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;
    height: 2.89rem;
    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: 1.32rem;
    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.3rem;
    padding-right: 0.3rem;
    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%;
}
/** 分享 **/
.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: 1.1rem;
    width: 1.1rem;
    top: 0;
    margin-right: 0.2rem;
    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);
}
/*****  代理的常见问题  *******/
.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: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 9999;
    /*background: #00000091;*/
}
.toast {
    background-color:#0000008a;
    color: #515151;
    border-radius: 8px;
    padding: 16px 24px;
    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);
}

.toast.show {
    opacity: 1;
    transform: translateY(0);
}

.toast-icon {
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 21px;
}

.toast.success {
    border-left: 4px solid #07c160;
}

.toast.success .toast-icon {
    background-color: rgba(7, 193, 96, 0.1);
    color: #07c160;
}

.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;
}


/***  浮动的活动和客服 css  ****/
.main .menu-button-left {
    position: fixed;
    bottom: 2.1rem;
    /*left: 0;
    right: 0;*/
}
.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.1rem;
    margin-left: 9.85rem;
}
.main .menu-float-item-img {
    position: absolute;
    bottom: 0px;
    right: 0.2rem;
    width: 1.78rem;
    height: 1.78rem;
}


/* 响应式设计 */
@media screen and (min-width:1600px) {
    .app-container {
        max-width:750px;
    }
    .bottom-nav {
        max-width:750px;
    }
}
@media screen and (min-width: 450px) and (max-width: 1500px){
    .app-container {
        max-width:380px;
    }
    .bottom-nav {
        max-width:380px;
    }
}
@media screen and (min-width:280px) and (max-width: 768px) {
    .app-container {
        max-width:initial;
    }
    .bottom-nav {
        max-width:initial;
    }
}