*,body,html {
    box-sizing: border-box;
	line-height: 1.5;
}
a {
  text-decoration: none;
  color: inherit;
}
html {
    line-height: 24px
}
body {
    margin: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
    background: #f1f1f1;
    color: #000;
    width: 100%;
    height: 100%;
    position: relative;
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
applet,audio,h1,h2,h3,h4,h5,h6,iframe,object,p,video {
    margin: 0;
    padding: 0;
    border: 0
}

h2 {font-size: 22px; color: #2c3e50;}
h3 {font-size:20px;}
h4 {font-size:18px;}
ol,ul {
    list-style: none;
	padding: unset;
}

img {
    display: block;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
button {border: none;}
.section-title {
	font-size:22px;
    font-weight:700;
	color: #2c3e50;
}
.section-title {
	position: relative;
    padding-left: 15px;
}
.section-title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 25px;
    background: #ff6634;
    border-radius: 3px;
}
.game-style,.hot-game, .bonus,.article-content, .app,.faqs,.post,.call, .title{
	margin-top:40px;
}
.content-right { width:100%;}

/*公共区*/
.flex {
    display: flex !important;
}
.shadow {}
.radius {}
.bground-w {}

@media (min-width:768px) {
    main {
        margin-left: 1rem;
        margin-right: 1rem;
    }
}
@media (max-width: 768px) {
	.game-live, .game-style,.hot-game, .bonus,.article-content, .app,.faqs,.post,.call {
		margin-left: 15px;
		margin-right: 15px;
	}
}
.view-all {
    background: #0d5eff;
    color: #fff;
    padding: 5px 15px;
    border-radius: 999px;
    cursor: pointer;
    font-size: 12px;
}
/*平板*/
@media (max-width: 1024px), (max-width: 1366px) and (orientation: portrait) {
    .container-fluid { padding:0;}
    .sidebar {
        display: none !important;
    }
    .bottom-menu {
        display: flex !important;
    }
}
@media (min-width: 1025px), (min-width: 1367px) and (orientation: landscape) {
    .logo-section {
        display: none !important;
    }
    .sidebar {
        display: flex !important;
        position: relative;
        flex-direction: column;
        position: fixed;
        z-index:99;
        border-right: 1px #e8e8e8 solid;
    }
    .content-right {margin-left: 250px;}
    .bottom-menu {
        display: none !important;
    }
}
.m-logo img{
	width:80px;
}
.btn_login, .btn_register {
	font-size: 0.8rem;
    padding: 10px 20px;
    border-radius: 3.125rem;
    border:unset;
	font-weight: 600;
}
.btn_login {
    background: #fff;
    color:#463a30;
    box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 30%);
    margin-right: 5px;
}
.btn_register {
    background: linear-gradient(99.5deg, #fe843f, #fd5a1c);
    color: #fff;
    box-shadow: 0px 2px 2px 0px rgb(102 0 0 / 40%);
}
.content {
    width: 100%;
}
.monicon {
    width: 12px;
    height: -webkit-fill-available;
}
/*PC左侧栏开始*/
.sidebar {
    width: 250px;
    min-height: 100vh;
    background-color: #FFF;
    padding: 20px;
}
.logo-box {
	width: 100%;
	min-height: 84px;
	justify-content: center;
	align-items: center;
}

.logo-box img {
	width:126px;
}
.side-btn .btn-reglgn {
    width: 146px;
    height: 36px;
    display: block;
    margin: 25px auto 0;
    border-radius: 24px;
    background: linear-gradient(to right,rgb(221, 15, 56), rgb(255, 102, 52));
    line-height: 36px;
    text-align: center;
    color: #fff;
    font-family: "Roboto","Noto Sans", "Arial", sans-serif;
    font-size: 15px;
    cursor: pointer;
    font-weight: 600;
}
.nav {
    color:#666;
}
.nav .nav-list {
    width: 146px;
    margin: 30px auto 0;
}
.nav .nav-list .item {
	background: rgba(255, 101, 51, 0);
    margin-top: 14px;
    width: 146px;
    height: 38px;
    align-items: center;
    justify-content: flex-start;
    padding-left: 38px;
    border-radius: 37px;
    cursor: pointer;
    transition: .5s;
    font-family: Helvetica Neue Medium;
    font-weight: medium;
    position: relative;
}
.nav .nav-list .item:first-child {
    margin-top: 0;
}
.nav .nav-list .item.active {
	background:rgba(255, 101, 51, .1);
	}
	
.nav .nav-list .item:hover{
	color: #ff6533;
	font-weight: 800;
}
.nav .nav-list .item.active, .nav .nav-list .item.active:hover{
	color: #dd0f38;
	font-weight: 800;
    font-family: Helvetica Neue Bold;
}

.nav .nav-list .item .iconBox{
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 18px;
    margin: auto;
    display: block;
}
.nav .nav-list .item a {
    margin-left: 12px;
    font-size: 16px;
}
.nav .nav-list .item.home .iconBox {
    background: url("../icon/icon-home.png") !important;
    background: no-repeat;
    background-size: 18px 18px !important;
}

.nav .nav-list .item.active.home .iconBox, .nav .nav-list .item.home:hover .iconBox {
    background: url("../icon/icon-home-1.png") !important;
    background: no-repeat;
    background-size: 18px 18px !important;
}

.nav .nav-list .item.games .iconBox {
    background: url("../icon/icon-games.png") no-repeat !important;
    background-size: 100% !important;
    width: 28px;
    height: 28px;
    left: 12px;
    top: 8px;
}

.nav .nav-list .item.active.games .iconBox, .nav .nav-list .item.games:hover .iconBox {
    background: url("../icon/icon-games-1.png") no-repeat !important;
	background-size: 100% !important;
    width: 28px;
    height: 28px;
}

.nav .nav-list .item .hot {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 11px;
    right: 25px;
}

.nav .nav-list .item.promo .iconBox {
    background: url("../icon/icon-promo.png") !important;
    background: no-repeat;
    background-size: 18px 18px !important;
}

.nav .nav-list .item.active.promo .iconBox, .nav .nav-list .item.promo:hover .iconBox {
    background: url("../icon/icon-promo-1.png") !important;
    background: no-repeat;
    background-size: 18px 18px !important;
}

.nav .nav-list .item.news .iconBox {
    background: url("../icon/icon-news.png") !important;
    background: no-repeat;
    background-size: 18px 18px !important;
}

.nav .nav-list .item.active.news .iconBox, .nav .nav-list .item.news:hover .iconBox {
    background: url("../icon/icon-news-1.png") !important;
    background: no-repeat;
    background-size: 18px 18px !important;
}
.nav .nav-list .item.account .iconBox {
    background: url("../icon/icon-account.png") !important;
    background: no-repeat;
    background-size: 18px 18px !important;
}

.nav .nav-list .item.active.account .iconBox, .nav .nav-list .item.account:hover .iconBox {
    background: url("../icon/icon-account-1.png") !important;
    background: no-repeat;
    background-size: 18px 18px !important;
}
.app-qr {
	margin: 40px auto 0;
    border-top: 1px solid #dfdfdf;
}
.app-qr .title {
    text-align: center;
    color: #666;
    font-size: 14px;
    font-weight: 600;
}
.app-qr .qr-box {
    width: 120px;
    height: 120px;
    margin-top: 10px;
}
/*PC左侧栏结束*/

.main-content {
max-width:1100px;
margin:0 auto;
}
footer {
    background: #e8e8e8;
    padding: 30px 30px 100px 30px;
	font-size: 16px;
	margin-top: 40px;
}
.footer-row {
    flex-wrap: wrap;
    justify-content: center;
}
.footer-item {
    flex: 0 0 auto;
    width: 30%;
    margin-bottom: 20px;
}
.footer .footer-item-title {
    color: #222;
    font-weight: bold;
    margin-bottom: 10px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 5px;
}
.footer-links .foot-icon {
    margin-right: 5px;
    display: inline-block;
    width: 16px;
    height: 16px;
}
.footer-links .foot-call{
    background: url("../icon/foot-call.svg") no-repeat;
    background-position:center;
    background-size: 16px 16px;
}
.footer-links .foot-email{
    background: url("../icon/foot-email.svg") no-repeat;
    background-position:center;
    background-size: 16px 16px;
}

.footer-links a {
    color: #222;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: #f39c12;
}
.app-store {
    width: 128px;
    margin-bottom: 5px;
    border-radius: 8px;
    background: rgb(248, 248, 248);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
    overflow: hidden;
    padding: 4px 8px;
}
.footer p {
    margin: 5px 0;
    font-size: 0.875rem;
    color: #000;
}
.footer-licensed {
	border-top: 1px solid #ccc;
	padding-top: 20px;
}
.licensed-info {
    flex-wrap: wrap;
    align-items: center;
}
.licensed-info > * {
    margin: 0 5px;
}
.age-limit,.licensed {
    flex: 0 0 auto;
    width: auto;
}
.age-limit .age-limit-icon {
  height: 30px;
}
.licensed .licensed-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.2;
}
.licensed .licensed-text {
  font-weight: 600;
  color: #000;
  margin-bottom: 4px;
  font-size: 0.85rem;
}

.licensed .pagcor-logo {
  height: 35px;
}
.footer-info {
    flex: 1 0 0%;
}
.footer-bottom {
    text-align: center;
    margin-top: 20px;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}
/*页脚内容结束*/
/*移动底部菜单开始*/
.bottom-menu {
    justify-content: space-around;
    align-items: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #ffffffb5;
    backdrop-filter: blur(20px);
    padding: 10px 0;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
	border-radius:1.5rem 1.5rem 0 0;
	z-index:99;
}
.bottom-menu .menu-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #1c274c;
    text-decoration: none;
    font-size: 14px;
}
.menu-item .iconBox{
    width: 24px;
    height: 24px;
    background:center/24px no-repeat;
}
.menu-item.home .iconBox {
    background-image: url("../icon/menu-home.svg");
}
.menu-item.games .iconBox {
    background-image: url("../icon/menu-game.svg");
}
.menu-item.rewards .iconBox {
    background-image: url("../icon/menu-rewards.svg");
}
.menu-item.blog.active .iconBox {
    background-image: url("../icon/menu-blog.svg");
}
.menu-item.account .iconBox {
    background-image: url("../icon/menu-account.svg");
}
.bottom-menu .menu-item.active {
    color: #DD0F38;
	font-weight:600;
}
@media (max-width: 768px) {
    .breadcrumb-container {
        margin-top: 100px;
    }
    .breadcrumb-item.active{
        max-width: 200px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .footer-item {
        width: 100%;
        text-align: center;
    }
    .footer-bottom {
        margin-bottom: 100px;
    }
    .footer-row, .licensed-info {
        flex-direction: column;
        text-align: center;
    }
    .licensed-block {
        align-items: center;
        margin: 10px 0;
    }
    .app-store {
        margin: 5px auto;
    }
}
/*移动底部菜单结束*/
.top-menu {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99;
}
.top-bar {
	height: auto;
}
.menu-bar{
padding:20px 10px 0;
transition: padding .2s ease;
}
.menu-nav {
	display:flex;
	background:#ffffffb6;
	backdrop-filter: blur(.21333rem);
	border: 1px solid #ffffff;
	border-radius: 18px;
	align-items: center;
	justify-content: space-between;
	min-height: 60px;
	padding: 10px;
	transition:0.3s;
}
.menu-nav.active {
background:#fff;
border: 1px solid #c9c9c9;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.menu-nav.active .btn_login {
background:#dd0f38;
color:#fff;
}
@media (min-width:768px){
    .top-menu{
    display:none;
    }
}
/*横幅开始*/
.banner {
  position: relative;
  overflow: hidden;
  background: #fff;
  border-radius:10px;
  padding:0;
}
@media (min-width: 768px) {
	.banner {
	margin-top:20px;
	}
}
@media (max-width: 768px) {
	.swiper-btn {
	    display:none;
	}
	.banner {
    	border-radius: unset;
    }
}
@media (max-width:768px) {

}
.top-banner {
  position: relative;
  width: 100%;
  min-height: 100%;
}
.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.5s ease,
    visibility 0.5s ease;
}
.hero-slide.active {
  opacity: 1;
  visibility: visible;
  position: relative;
  z-index: 2;
}

.hero-slide source {
	object-fit: cover;
    object-position: bottom;
}
.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255,255,255,0.92);
  cursor: pointer;
  font-size: 20px;
  z-index: 10;
  transition: 0.3s;
}
.slider-btn:hover {
  background: #ff8a00;
  color: #fff;
}

.prev {
  left: 14px;
}

.next {
  right: 14px;
}
.slider-dots {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  z-index: 10;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(118 118 118 / 50%);
  cursor: pointer;
  transition: 0.3s;
}

.dot.active {
  width: 26px;
  border-radius: 20px;
  background: #ff8100;
}
/*横幅结束*/
/*游戏直播开始*/
.game-live {
	margin-top:10px;
}
.live-wrapper{
  display:flex;
  gap:12px;
  width: 100%;
  position: relative;
}

/* =========================
   左侧直播播放器 (高度基准)
========================= */
.live-player-container {
  flex: 1;
  position: relative;
  margin-right: 142px; /* 120px 宽度 + 12px 间距 */
}

.live-player{
  width: 100%;
  position:relative;
  overflow:hidden;
  border-radius:16px;
  background:#000;
}

/* mobile 3:4 */
.live-player::before{
  content:"";
  display:block;
  padding-top:133.333%;
}

.live-player video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position: center;
}

/* =========================
   右侧区域 (side-wrapper)
========================= */
.side-wrapper{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 130px;
  display:flex;
  flex-direction:column;
  gap:10px;
}

/* =========================
   Jackpot 区域
========================= */
.jackpot-box{
  background: linear-gradient(180deg, #1a1a1a 0%, #000 100%);
  border-radius: 16px;
  padding: 8px;
  text-align: center;
  flex-shrink: 0; /* 移动端不拉伸 */
  border: 1px solid #333;
  display: flex;
  flex-direction: column;
  justify-content: center;
  
    background: linear-gradient(316deg, rgba(0,0,0,0.9) 0%, rgba(34,34,34,0.8) 100%),
      url("../images/jackpot-bg.webp") center/cover;
}

.jackpot-title{
  color: #fff;
  font-size: clamp(12px, 1vw, 14px);
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.jackpot-amount{
    padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: linear-gradient(0deg, #000000, #946500b5);;
  border: 1px solid rgba(255, 212, 0, 0.3);
  color: #ffd400;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 10px;
  font-family: 'Verdana', sans-serif;
}

.play-btn{
  width: 100%;
  height: 28px;
  border-radius: 8px;
  background: linear-gradient(180deg, #ff8c00 0%, #ff6a00 100%);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(255, 106, 0, 0.3);
}

/* =========================
   Feature Games 区域 (移动端：flex: 1)
========================= */
.feature-box{
  background: #ffffff;
  border-radius: 16px;
  padding: 10px;
  flex: 1; 
  display: flex;
  flex-direction: column;
  min-height: 0;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.feature-title{
  font-size: 14px;
  font-weight: 700;
  color: #111;
  margin-bottom: 8px;
  flex-shrink: 0;
}

.feature-list{
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.feature-list::-webkit-scrollbar { width: 0; height:10px;}
.feature-list::-webkit-scrollbar-thumb{
  background:#bbb;
  border-radius:10px;
}
.feature-item{
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 2/1;
  background: #f3f4f6;
}
.feature-item.active {
}
.feature-item img{
  object-fit: cover;
}
@media (min-width: 768px){
	.game-live {
	margin-top:40px;
}
  .live-wrapper{
    display: grid;
    grid-template-columns: 1fr 340px; 
    gap: 20px;
    position: static;
    align-items: stretch;
  }

  .live-player-container { margin-right: 0; }
  .live-player::before{ padding-top: 56.25%; }

  .side-wrapper{
    position: static;
    width: auto;
    gap: 16px;
  }

  /* PC端核心设置：Jackpot 占据剩余空间 */
  .jackpot-box{
    flex: 1; 
    padding: 16px;
  }

  .jackpot-title { font-size: clamp(25px, 2vw, 30px); margin-bottom: clamp(15px, 1vw, 20px); color: #ffd400; }
  .jackpot-amount { 
    height: 54px; 
    font-size: 30px; 
    margin-bottom: clamp(15px, 1vw, 20px); 
    border: 2px solid #ffd400;
    color: #fff;
  }
  .play-btn { width: 140px; height: 40px; font-size: 14px; border-radius: 20px; }

  /* PC端核心设置：Feature Games 不再拉伸 */
  .feature-box {
    flex: 0 0 auto; 
    padding: 16px;
    border-radius: 20px;
  }

  .feature-list {
    flex-direction: row; 
    overflow-x: auto;    
    overflow-y: hidden;  
    padding-bottom: 4px;
  }

  .feature-item { width: 100px; height: auto; }
}
/*游戏直播结束*/
/*游戏分类开始*/
.game-grid{
      display:grid;
	  grid-template-columns:1.5fr 1fr 1fr 1fr;
      gap:12px;
    }

.game-item{
      position:relative;
      overflow:hidden;
      border-radius:18px;
      cursor:pointer;
      background: #fff;
    }

.game-item img{
      object-fit:cover;
      transition: transform 0.3s ease;
    }
.game-item:hover img {
    transform: scale(1.05);
}
.style-name{
      position:absolute;
      left:0;
      right:0;
      bottom:0;
      color:#fff;
      font-size:14px;
      font-weight:700;
      background:linear-gradient(
        transparent,
        rgba(0,0,0,0.7)
      );
      text-align:center;
      padding: 4px 8px;
    }

    .game-item.big{
      grid-row:span 2;
    }

@media (min-width: 768px){

      .game-grid{
        grid-template-columns:repeat(7, 1fr);
      }

      .game-item.big{
        grid-row:span 1;
      }

    }
/*游戏分类结束*/
/*热门游戏开始*/
.section-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:16px;
}
.games-grid{
  display:grid;
  gap:16px;
  grid-template-columns:repeat(3, 1fr);
}
/* 卡片 */
.game-card{
  background:#fff;
  border-radius:10px;
  overflow:hidden;
  position: relative;
  cursor: pointer;
}
.game-cover{
  width:100%;
  aspect-ratio:1/1;
  border-radius:16px;
  overflow:hidden;
}

.game-cover img{
  object-fit:cover;
  transition: transform 0.3s ease; 
}
.game-card:hover img {
    transform: scale(1.05);
}
.game-name{
  font-size:14px;
  font-weight:700;
  color:#4a3b8f;
  padding: 8px;
  text-align:center;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.play-game-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.playbtn {
    background: linear-gradient(180deg, #ff6533 0%, #D43568 100%);
    color: #fff;
    font-size: 14px;
    padding: 8px 20px;
    border-radius: 20px;
    font-weight: bold;
    transform: translateY(10px);
    transition: transform 0.3s ease 0.2s;
    opacity: 0; 
    transition: opacity 0.3s ease;
    z-index: 2;
    box-shadow: 0 3px 10px hsl(0deg 0% 34.79% / 80%);
}
.game-card:hover .playbtn {
    opacity: 1; 
        transform: translateY(10px);
}
@media (min-width:768px){

  .games-title{
    font-size:18px;
  }
  .games-grid{
    grid-template-columns:repeat(6, 1fr);
  }

  .game-card{
    border-radius:10px;
  }

  .game-cover{
    border-radius:8px;
  }

  .game-name{
	  padding:12px;
		font-size:16px;
  }
}
/*热门游戏结束*/
/*内容模块开始*/
.article-section {
	background:#fff;
	border-radius:24px;
	padding:2rem;
}
@media (max-width:768px) {
	.article-section {
	padding: 1rem;
	}
}
.article-header h1{
	font-size:24px;
	margin: 20px 0 30px;
	line-height:1.2;
	text-align:center;
}
.article-body p {
    margin-bottom: 1rem;
    line-height: 1.5;
    color: #333;
}
.article-body h2, .article-body h3 {
	margin-top:20px;
	margin-bottom:12px;
}
.article-body ul, .article-body ol {
	margin-left:10px;
}
.article-body li {
	font-size: 15px;
    position: relative;
    padding-left: 25px;
}
.article-body ul li:before {
	content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(https://bingoplus.ph/bingo_ico.ico);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 3px;
}
.article-body li+li {
	margin-top: 10px;
}
.article-body ol li {
	counter-increment: ol-counter;
}
.article-body ol li:before {
	content: counter(ol-counter) ".";
    position: absolute;
    left: 0;
    font-weight: 600;
    color: #049adb;
}
.article-body a {
	color:red;
}
.article-body a:hover {
	color:blue;
}
/*内容模块结束*/
/*奖励开始*/
.rewards-wrap {
  background: #fff;
  border-radius: 18px;
  padding: 18px;
  margin: auto;
}
.rewards-list {
  display: grid;
  gap: 18px;
}
.reward-card {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  position: relative; 
  cursor: pointer;
}

.reward-card img {
  height:120px;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease; 
}
.reward-card:hover img {
  transform: scale(1.05);
}
.reward-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  opacity: 0; 
  transition: opacity 0.3s ease;
  z-index: 2;
}
.reward-card:hover .reward-info {
  opacity: 1;
}
.reward-title {
  margin: 0 0 6px 0;
  font-size: 18px;
  font-weight: bold;
  transform: translateY(10px); 
  transition: transform 0.3s ease;
}

.reward-desc {
  margin: 0 0 10px 0;
  font-size: 14px;
  line-height: 1.4;
  transform: translateY(10px);
  transition: transform 0.3s ease 0.1s; 
}

.reward-btn {
  background: linear-gradient(to right, rgb(221, 15, 56), rgb(255, 102, 52));
  color: #fff;
  padding: 8px 20px;
  border-radius: 20px;
  font-weight: bold;
  cursor: pointer;
  transform: translateY(10px);
  transition: transform 0.3s ease 0.2s;
}

.reward-card:hover .reward-title,
.reward-card:hover .reward-desc,
.reward-card:hover .reward-btn {
  transform: translateY(0);
}

.reward-btn:hover {
  background: linear-gradient(to left, rgb(221, 15, 56), rgb(255, 102, 52));
}

@media (min-width: 768px) {
  .rewards-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
/*奖励结束*/
/*app下载开始*/
.download-banner{
  width:100%;
  margin:auto;
  background:linear-gradient(
    135deg,
    #0050ff  0%,
    #7a38ff 55%,
    #6a00ff 100%
  );
  border-radius:26px;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:28px 24px;
  gap:32px;
}
.banner-content{
  flex:1;
  color:#fff;
}
.download-title{
  font-size:42px;
  font-weight:700;
  margin-bottom:18px;
  line-height:1.2;
}
.download-desc{
  font-size:20px;
  line-height:1.5;
  max-width:520px;
  margin-bottom:28px;
}
.store-group{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}

.store-btn img{
  height:50px;
}

.banner-phone img{
	width:248px;
}
@media (min-width:768px){

  .download-banner{
    padding:18px 20px;
    border-radius:20px;
    min-height:180px;
  }

  .download-title{
    font-size:30px;
    margin-bottom:10px;
  }

  .download-desc{
    font-size:16px;
    margin-bottom:18px;
    line-height:1.6;
  }
  .banner-phone img{
    width:266px;
  }
}
@media (max-width:600px){

  .download-banner{
    flex-direction:column;
    text-align:left;
    align-items:flex-start;
  }

  .banner-phone{
    align-self:center;
  }
  .store-group{
	justify-content: center;
  }

  .download-title{
    font-size:26px;
  }

  .download-desc{
    font-size:16px;
  }
}
/*app下载结束*/
/*常见问题开始*/
.faq-item h3 {
    margin: 0;
}
.faq-list {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}
.faq-item {
  border-bottom: 1px solid #e0e0e0;
}
.faq-item:last-child {
  border-bottom: none;
}
.faq-question {
  width: 100%;
  text-align: left;
  padding: 1rem;
  font-size: 1.05rem;
  font-weight: 600;
  background: linear-gradient(90deg,#f9f9f9,#f9f9f9);
  cursor: pointer;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s;
}

.faq-question:hover {
  background: linear-gradient(90deg,#f1f1f1,#f1f1f1);
}
.faq-question::after {
  content: '\25BC';
  transition: transform 0.4s ease;
  font-size: 0.8rem;
  color: #555;
}

.faq-question[aria-expanded="true"]::after {
  transform: rotate(180deg);
}
.faq-answer {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #333;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  padding: 0 1.5rem;
  transition: max-height 0.4s ease, opacity 0.4s ease, padding 0.4s ease;
}

.faq-answer.show {
  opacity: 1;
  max-height: 1000px;
  padding: 1.2rem 1rem;
}
.faq-answer.show p {
    margin-bottom: 0;
}
/* 展开高亮 */
.faq-item.active {
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  border-radius: 10px;
}
.faq-item.active .faq-question {
    background: #0050ff;
}
.faq-item.active .faq-question, .faq-item.active .faq-question::after {
    color: #fff;
}
/*常见问题结束*/
/*最新帖子开始*/
.post-grid{
  display:grid;
  grid-template-columns:repeat(1,1fr);
  gap:22px;
}

.post-card{
  background:#fff;
  border-radius:18px;
  overflow:hidden;
  border:1px solid #ddd;
  box-shadow:0 2px 8px rgba(0,0,0,.08);
}
.post-thumb{
  width:100%;
  overflow:hidden;
}

.post-thumb img{
  object-fit:cover;
  transition: transform 0.3s ease;
}
.post-thumb:hover img {
    transform: scale(1.05);
}
/* 内容 */
.post-content{
  padding:18px;
}

.post-card-title{
  font-size:18px;
  font-weight:700;
  line-height:1.4;
  margin-bottom:12px;
  color:#111;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

.post-desc{
  font-size:16px;
  line-height:1.6;
  color:#555;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

@media (min-width:768px){
  .post-grid{
    grid-template-columns:repeat(3,1fr);
    gap:18px;
  }
  .post-card{
    border-radius:18px;
  }
  .post-content{
    padding:18px;
  }
  .post-card-title{
    font-size:16px;
    margin-bottom:10px;
    -webkit-line-clamp:2;
  }
}
/*最新帖子结束*/
/*CTA开始*/
.call-reward{
  position:relative;
  border-radius:28px;
  overflow:hidden;
  background:
    linear-gradient(
      rgba(0,0,0,.35),
      rgba(0,0,0,.35)
    ),
    url("../images/bingoplus-bonus-bg.webp") center/cover no-repeat;
	background-position:top center;
  min-height:320px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:40px 24px;
}

.call-content{
  position:relative;
  z-index:2;
  color:#fff;
}

.call-title{
  font-size:30px;
  font-weight:700;
  margin-bottom:24px;
  line-height:1.4;
}

.call-desc{
  font-size:20px;
  line-height:1.5;
  margin-bottom:34px;
}

.call-desc span{
  font-size:40px;
  font-weight:900;
    color:#ffee00;
    -webkit-text-stroke: 1px #7a2d00;
}

.claim-btn{
  border:none;
  background:linear-gradient(180deg, #df1438, #fd6234);
  color:#fff;
  font-size:20px;
  font-weight:700;
  padding:12px 24px;
  border-radius:18px;
  border:2px solid rgba(255,255,255,.35);
  cursor:pointer;
  box-shadow:
    inset 0 1px 2px rgba(255,255,255,.25),
    0 4px 10px rgba(0,0,0,.25);
}
@media (min-width:768px){

  .call-reward{
    min-height:110px;
    border-radius:12px;
    justify-content:space-between;
    text-align:left;
    padding:24px;
  }
  .call-content{
    display:flex;
    flex-direction:column;
    gap:6px;
  }
  .call-title{
    font-size:30px;
    margin-bottom:0;
  }
  .call-desc{
    font-size:18px;
    margin-bottom:0;
	margin-top: 18px;
    line-height:1.4;
  }
  .call-desc span{
    font-size:26px;
  }

  .claim-btn{
    font-size:18px;
    padding:10px 22px;
    border-radius:8px;
  }
}
@media (max-width:768px) {
	.call-reward {
flex-direction: column;
	}
}
/*CTA结束*/