
        /* 修正后的logo样式 */
        
        img{width:100%}
        .layui-nav .logo {
            display: inline-flex !important;
            align-items: center;
            height: 60px;
            padding: 0 15px;
        }
        .logo-icon {
            width: 32px;
            height: 32px;
            background: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 12px;
            font: bold 18px/1 "Arial";
            color: #009688;
        }
        .logo-text {
            font-size: 18px;
            line-height: 60px;
            font-weight: bold;
        }
        
        /* 导航栏样式 */
        .layui-nav {
            background-color: transparent !important;
            position: relative;
            padding: 0 20px;
            color: #000;
            font-size: 0;
            margin-right: 0;
        }
        .layui-nav:before {
            content: none !important;
        }
        .mobile-nav{
            display: none!important;
        }
        /* 导航项文字颜色 */
        .layui-nav .layui-nav-item a {
            color: #333 !important;
            transition: all 0.3s ease;
        }
        .layui-nav .layui-nav-item a:hover {
            color: #000 !important;
        }
        .layui-nav .layui-this a {
            color: #000 !important;
            font-weight: 500;
        }
        
        /* 上升动画 */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        /* 滚动触发动画的初始状态 */
        .scroll-animate {
            opacity: 0;
            transform: translateY(30px);
            transition: all 0.8s ease;
        }
        
        /* 滚动触发动画的激活状态 */
        .scroll-animate.active {
            opacity: 1;
            transform: translateY(0);
        }
        
        @media (min-width:768px) {
          .sp{width: 825px !important;margin: 0 auto !important;margin-bottom: 50px !important;}
            .layui-container{width: 90% !important;}
            .md6{height: 500px !important;}
            .sjmd{
                margin-top: 76.63px !important;
                height: 500px !important;
            }
            .sjh1{
                margin-top: 10px !important;
            }
            .sjdiv{margin-top: 20px !important;text-align: center;}
            .sjdiv img{width: 400px !important;}
            .sp{
                height: 550px !important;
            }
            .yhstp{width: 85% !important;max-width: 557.28px;}
            .sjbz{display: none !important;}
        }
          @media (max-width: 627px) {
            .dz{font-size: 22px !important;}
            .xz{font-size: 14px !important;}
            .benefit-item {height:60px!important;line-height:60px !important;}
            #qybg{margin-top:-20px!important;}
            .benefits-card h3{font-size:24px !important}
        }
        /* 响应式样式 */
        @media (max-width: 768px) {
            .bzx{width:37%}
          .db{margin-top:0px !important;}
          .pcbz{display: none !important;}
            /* 隐藏PC导航 */
            .pc-nav {
                display: none !important;
            }
            
            /* 显示汉堡按钮 */
            .hamburger-btn {
                display: inline-block !important;
            }
            
            /* 移动端菜单样式 */
            .mobile-nav {
                display: none;
                position: absolute;
                right: 0;
                top: 76.63px;
                width: 200px;
                background: #fff;
                box-shadow: 0 2px 10px rgba(0,0,0,0.1);
                z-index: 999;
                opacity: 0;
                transform: translateY(-10px);
                transition: all 0.3s ease;
            }
            .mobile-nav-active {
                display: block !important;
                opacity: 1;
                transform: translateY(0);
            }
            .mobile-nav .layui-nav-item {
                display: block;
                width: 100%;
                text-align: left;
                opacity: 0;
                transform: translateY(10px);
                transition: all 0.3s ease;
            }
            .mobile-nav-active .layui-nav-item {
                opacity: 1;
                transform: translateY(0);
            }
            /* 为每个菜单项添加延迟动画 */
            .mobile-nav-active .layui-nav-item:nth-child(1) {
                transition-delay: 0.1s;
            }
            .mobile-nav-active .layui-nav-item:nth-child(2) {
                transition-delay: 0.2s;
            }
            .mobile-nav-active .layui-nav-item:nth-child(3) {
                transition-delay: 0.3s;
            }
        }
        
        /* 基础响应式设置 */
.vip-container {
  max-width: 100%;
  margin: 0 auto;
  padding: 15px;
  font-family: 'Arial', sans-serif;
}

/* 顶部卡片响应式 */
.vip-card {
  background: white;
  border-radius: 12px;
  padding: 20px;
}

.level-display {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.vip-level {
  font-size: clamp(24px, 5vw, 32px);
  font-weight: bold;
  color: #333;
}

.vip-title {
  font-size: clamp(14px, 3vw, 18px);
  margin-left: 10px;
  color: #777;
}

/* 进度条响应式 */
.progress-container {
  margin: 15px 0;
}

.progress-bar {
  height: 8px;
  background: #eee;
  border-radius: 4px;
  margin-bottom: 5px;
}

.progress-fill {
  height: 100%;
  background: #4CAF50;
  border-radius: 4px;
}

.progress-text {
  font-size: clamp(12px, 3vw, 14px);
  color: #666;
}

.conversion-rate {
  font-size: clamp(12px, 3vw, 14px);
  color: #999;
  margin-top: 10px;
}

/* 徽章轮播响应式 */
.badge-carousel {
  overflow-x: auto;
  padding: 10px 0;
  -webkit-overflow-scrolling: touch;
}

.badge-wrapper {
  display: flex;
  justify-content: space-between;
  min-width: max-content;
  gap: 10px;
  padding: 0 10px;
  text-align: center;
}
.badge-nav{
    text-align: center;
    
}
.badge {
  line-height: 25px;
  font-style: italic;
  font-size: 25px;
  font-weight: bold;
  color: #999999;
}
.badge1 {
  width: 25px;
  height: 25px;
  border-radius: 50%;
 display: inline-block;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  cursor: pointer;
  background: #f5f5f5;
  transition: all 0.3s;
  line-height: 25px;
}
.badge1.active{
  background: #4CAF50;
  color: white;
  transform: scale(1);
  box-shadow: 0 4px 8px rgba(76, 175, 80, 0.3);
}
.badge.active1{color: #4CAF50;}
/* 权益卡片响应式 */
.benefits-card {
  border-radius: 12px;
  padding: 20px;
  color: white;
  margin-top: 20px;
}

.benefits-card h3 {
  font-size: clamp(16px, 4vw, 20px);
  margin-bottom: 15px;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 15px;
}

.benefit-item {
  background: rgba(255,255,255,0.1);
  padding: 12px 22px;
  border-radius: 8px;
  height: 95px;
  line-height: 85px;
  margin: 10px 0;

}

.benefit-item h4 {
  font-size: clamp(14px, 3vw, 16px);
  margin-bottom: 5px;
}

.benefit-item p {
  font-size: clamp(12px, 2.5vw, 14px);
}

.highlight {
  text-align: center;
}

.percentage, .coins {
  font-size: clamp(20px, 6vw, 24px);
  font-weight: bold;
  margin-bottom: 5px;
}

/* 媒体查询适配小屏幕 */
@media (max-width: 480px) {
  .badge-wrapper {
    gap: 5px;
  }
  
  .benefits-grid {
    grid-template-columns: 1fr;
  }
}
.vip-cards-container, .benefits-container {
  position: relative;
  overflow: hidden;
  height: auto;
}

.vip-card, .benefits-card {
  transition: transform 0.5s ease, opacity 0.5s ease;
  position: absolute;
  width: 90%;
  opacity: 0;
  transform: translateX(100%);
}

.vip-card.active, .benefits-card.active {
  position: relative;
  opacity: 1;
  transform: translateX(0);
}

.vip-card.next, .benefits-card.next {
  transform: translateX(100%);
}

.vip-card.prev, .benefits-card.prev {
  transform: translateX(-100%);
}
/* 保持原有样式... */
.badge  img{width: 100% !important;}
.badge  .img{background-image: url(yx.png);background-size: 100% 100%;width: 100%;height: 25px;}
.badge  .lv{background-image: url(yxl.png);background-size: 100% 100%;width: 100%;height: 25px;}
.badge-nav .layui-col-xs2:first-child .img {background-image: url(yxt.png) ;background-size: 100% 100%;width: 100%;height: 25px;}
.badge-nav .layui-col-xs2:last-child .img {
  background-image: url(yxw.png) ;background-size: 100% 100%;width: 100%;height: 25px;
}
.badge-nav .layui-col-xs2:first-child .lv {background-image: url(yxtl.png) ;background-size: 100% 100%;width: 100%;height: 25px;}
.badge-nav .layui-col-xs2:last-child .lv {
  background-image: url(yxwl.png) ;background-size: 100% 100%;width: 100%;height: 25px;
}
.badge .img2{
  width: 35px !important;margin-top: -20px;display: none;
}
.xs{display: inline-block !important;}
  