* {
            font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
        }
body{padding-top:0px;}

        
        .lbsy-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 15px;
        }
        
        /* 区块公共样式 */
        .lbsy-section {
            background-color: #fff;
            border-radius: 20px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            margin-bottom: 30px;
            padding: 30px;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        
        .lbsy-section-title {
            font-size: 24px;
            font-weight: 700;
            margin-bottom: 25px;
            padding-bottom: 15px;
            border-bottom: 3px solid #ff4c4c;
            color: #222;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        
        .lbsy-section-title i {
            color: #ff4c4c;
            margin-right: 12px;
            font-size: 26px;
        }
        
        /* 更多按钮样式 */
        .lbsy-more-link {
            display: inline-block;
            padding: 8px 20px;
            background-color: transparent;
            border: 2px solid #ff4c4c;
            color: #ff4c4c;
            border-radius: 12px;
            font-size: 15px;
            font-weight: 500;
            text-decoration: none;
            transition: all 0.3s;
            margin-left: 10px;
        }
        
        .lbsy-more-link:hover {
            background-color: #ff4c4c;
            color: white;
            transform: translateY(-2px);
        }
        
        /* 修改后的推荐区块 - 单张长图模式 */
        .lbsy-recommend-slider {
            position: relative;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
            height: 500px;
        }
        
        .lbsy-main-slide {
            width: 100%;
            height: 100%;
            position: relative;
        }
        
        .lbsy-main-slide a {
            display: block;
            width: 100%;
            height: 100%;
            text-decoration: none;
        }
        
        .lbsy-main-slide-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        
        .lbsy-main-slide:hover .lbsy-main-slide-img {
            transform: scale(1.05);
        }
        
        .lbsy-slide-info {
            position: absolute;
            bottom: 80px;
            left: 0;
            right: 0;
            background: linear-gradient(transparent, rgba(0,0,0,0.85));
            color: white;
            padding: 30px 40px;
        }
        
        .lbsy-slide-info h3 {
            font-size: 28px;
            margin-bottom: 10px;
        }
        
        .lbsy-slide-info p {
            font-size: 18px;
            opacity: 0.9;
        }
        
        /* 幻灯内容容器 */
        .lbsy-slide-content {
            display: none;
            width: 100%;
            height: 100%;
        }
        
        .lbsy-slide-content.active {
            display: block;
        }
        
        /* 右下角切换按钮 */
        .lbsy-slider-controls {
            position: absolute;
            bottom: 20px;
            right: 20px;
            display: flex;
            gap: 10px;
            z-index: 10;
        }
        
        .lbsy-slider-dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: rgba(255, 255, 255, 0.5);
            border: 2px solid rgba(255, 255, 255, 0.8);
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .lbsy-slider-dot.active {
            background-color: #ff4c4c;
            border-color: #ff4c4c;
            transform: scale(1.2);
        }
        
        .lbsy-slider-dot:hover {
            background-color: rgba(255, 76, 76, 0.7);
            border-color: #ff4c4c;
        }
        
        /* 搜索栏区块 */
        .lbsy-search-box {
            text-align: center;
            padding: 40px 30px;
        }
        
        .lbsy-search-title {
            font-size: 28px;
            color: #ff4c4c;
            margin-bottom: 18px;
        }
        
        .lbsy-search-desc {
            color: #666;
            margin-bottom: 35px;
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
            font-size: 17px;
            line-height: 1.6;
        }
        
        .lbsy-search-form {
            max-width: 700px;
            margin: 0 auto;
            display: flex;
        }
        
        .lbsy-search-input {
            flex: 1;
            padding: 18px 25px;
            border: 2px solid #e1e5eb;
            border-radius: 16px 0 0 16px;
            font-size: 17px;
            outline: none;
            transition: all 0.3s;
        }
        
        .lbsy-search-input:focus {
            border-color: #ff4c4c;
            box-shadow: 0 0 0 3px rgba(255, 76, 76, 0.1);
        }
        
        .lbsy-search-button {
            background-color: #ff4c4c;
            color: white;
            border: none;
            border-radius: 0 16px 16px 0;
            padding: 0 40px;
            font-size: 18px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s;
        }
        
        .lbsy-search-button:hover {
            background-color: #ff3333;
            box-shadow: 0 5px 15px rgba(255, 76, 76, 0.3);
        }
        
        /* 最新礼包区块 */
        .lbsy-tab-buttons {
            display: flex;
            gap: 12px;
            margin-bottom: 30px;
            border-bottom: 1px solid #eee;
            padding-bottom: 20px;
            flex-wrap: wrap;
            align-items: center;
        }
        
        .lbsy-tab-buttons-container {
            display: flex;
            gap: 12px;
            flex: 1;
            flex-wrap: wrap;
        }
        
        .lbsy-tab-button {
            padding: 12px 25px;
            background-color: #f5f7fa;
            border: none;
            border-radius: 12px;
            font-size: 16px;
            cursor: pointer;
            transition: all 0.3s;
            font-weight: 500;
            flex: 1;
            min-width: calc(20% - 10px); /* 一行5个 */
        }
        
        .lbsy-tab-button:hover {
            background-color: #eee;
            transform: translateY(-2px);
        }
        
        .lbsy-tab-button.active {
            background-color: #ff4c4c;
            color: white;
            box-shadow: 0 5px 15px rgba(255, 76, 76, 0.3);
        }
        
        .lbsy-gift-list {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 25px;
        }
        
        .lbsy-gift-item {
            background-color: #f9f9f9;
            border-radius: 16px;
            overflow: hidden;
            transition: transform 0.4s, box-shadow 0.4s;
            display: flex;
            flex-direction: column;
        }
        
        .lbsy-gift-item:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
        }
        
        .lbsy-gift-logo-container {
            padding: 15px 15px 0;
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .lbsy-gift-logo {
            width: 100px;
            height: 100px;
            border-radius: 16px;
            object-fit: cover;
            display: block;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }
        
        .lbsy-gift-info {
            padding: 10px 10px 10px;
            text-align: center;
            flex: 1;
            display: flex;
            flex-direction: column;
        }
        
        .lbsy-gift-name {
            font-weight: 700;
            font-size: 18px;
            margin-bottom: 10px;
            color: #222;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            flex-shrink: 0;
        }
        
        .lbsy-gift-intro {
            color: #ff4c4c;
            font-size: 14px;
            margin-bottom: 8px;
            font-weight: 500;
            flex-shrink: 0;
        }
        
        .lbsy-gift-content {
            color: #666;
            font-size: 15px;
            margin-bottom: 12px;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            line-height: 1.5;
            flex: 1;
            min-height: 65px;
        }
        
        .lbsy-gift-time {
            color: #999;
            font-size: 14px;
            margin-bottom: 10px;
            flex-shrink: 0;
        }
        
        .lbsy-get-button {
            display: block;
            width: 100%;
            padding: 10px 0 10px 0;
            background-color: #ff4c4c;
            color: white;
            border: none;
            border-radius:16px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: background-color 0.3s;
            flex-shrink: 0;
            text-decoration: none;
            text-align: center;
        }
        
        .lbsy-get-button:hover {
            background-color: #ff3333;
        }
        
        /* 礼包合集区块 */
        .lbsy-collection-list {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 25px;
        }
        
        .lbsy-collection-item {
            background-color: #f9f9f9;
            border-radius: 16px;
            overflow: hidden;
            transition: transform 0.4s, box-shadow 0.4s;
            text-align: center;
            padding-bottom: 25px;
            display: flex;
            flex-direction: column;
        }
        
        .lbsy-collection-item:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
        }
        
        .lbsy-collection-logo-container {
            padding: 10px 10px 0;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .lbsy-collection-logo {
            width: 100px;
            height: 100px;
            border-radius: 16px;
            object-fit: cover;
            margin: 0 auto;
            display: block;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }
        
        .lbsy-collection-name {
            font-weight: 700;
            font-size: 18px;
            margin: 15px 0 15px;
            color: #222;
            padding: 0 15px;
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .lbsy-detail-button {
            display: inline-block;
            padding: 10px 0 10px;
            background-color: #ff4c4c;
            color: white;
            border: none;
            border-radius: 12px;
            font-size: 15px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s;
            margin: 0 15px;
            width: calc(100% - 30px);
            flex-shrink: 0;
            text-decoration: none;
            text-align: center;
        }
        
        .lbsy-detail-button:hover {
            background-color: #ff3333;
            box-shadow: 0 5px 15px rgba(255, 76, 76, 0.3);
            transform: translateY(-2px);
        }
        
        /* 排行榜区块 */
        .lbsy-rankings {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
        }
        
        .lbsy-ranking-category {
            background-color: #f9f9f9;
            border-radius: 16px;
            padding: 25px;
        }
        
        .lbsy-category-title {
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 20px;
            color: #222;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding-bottom: 15px;
            border-bottom: 2px solid #eee;
        }
        
        .lbsy-category-title i {
            color: #ff4c4c;
            font-size: 22px;
        }
        
        .lbsy-game-item {
            display: flex;
            align-items: center;
            padding: 25px 0;
            border-bottom: 1px solid #f0f0f0;
            min-height: 120px;
        }
        
        .lbsy-game-item:last-child {
            border-bottom: none;
        }
        
        .lbsy-game-logo {
            width: 120px;
            height: 120px;
            border-radius: 16px;
            object-fit: cover;
            margin-right: 18px;
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
            flex-shrink: 0;
        }
        
        .lbsy-game-info {
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
            height: 120px;
        }
        
        .lbsy-game-rank {
            display: inline-block;
            width: 26px;
            height: 26px;
            background-color: #ff4c4c;
            color: white;
            border-radius: 6px;
            text-align: center;
            line-height: 26px;
            font-size: 13px;
            font-weight: 700;
            margin-right: 8px;
        }
        
        .lbsy-game-name {
            font-weight: 600;
            font-size: 18px;
            color: #222;
            margin-bottom: 6px;
        }
        
        .lbsy-game-type {
            color: #666;
            font-size: 12px;
            margin: 6px 0 10px;
        }
        
        .lbsy-game-detail-button {
            display: inline-block;
            padding: 4px 14px;
            background-color: #ff4c4c;
            color: white;
            border: none;
            border-radius: 6px;
            font-size: 12px;
            cursor: pointer;
            transition: all 0.3s;
            align-self: flex-start;
            margin-top: 5px;
            text-decoration: none;
        }
        
        .lbsy-game-detail-button:hover {
            background-color: #ff3333;
            box-shadow: 0 3px 8px rgba(255, 76, 76, 0.3);
            transform: translateY(-2px);
        }
        
        /* 响应式设计 */
        @media (max-width: 1200px) {
            .lbsy-gift-list,
            .lbsy-collection-list {
                grid-template-columns: repeat(4, 1fr);
            }
        }
        
        @media (max-width: 992px) {
            .lbsy-gift-list,
            .lbsy-collection-list {
                grid-template-columns: repeat(3, 1fr);
            }
            
            .lbsy-rankings {
                grid-template-columns: 1fr;
                gap: 25px;
            }
            
            .lbsy-recommend-slider {
                height: 450px;
            }
            
            .lbsy-slide-info {
                bottom: 70px;
                padding: 25px 30px;
            }
            
            .lbsy-slide-info h3 {
                font-size: 24px;
            }
            
            .lbsy-slide-info p {
                font-size: 16px;
            }
            
            .lbsy-game-item {
                min-height: 110px;
            }
            
            .lbsy-game-logo {
                width: 100px;
                height: 100px;
            }
            
            .lbsy-game-info {
                height: 100px;
            }
            
            /* 移动端tab按钮一行5个 */
            .lbsy-tab-button {
                min-width: calc(20% - 10px);
            }
        }
        
        @media (max-width: 768px) {
            /* 移动端礼包内容一行3个 */
            .lbsy-gift-list,
            .lbsy-collection-list {
                grid-template-columns: repeat(3, 1fr);
                gap: 20px;
            }
          .lbsy-container {
            padding: 0px;}
            
            .lbsy-section {
                padding: 25px 20px;
              border-radius: 0px;
            }
            
            .lbsy-search-box {
                padding: 30px 20px;
            }
            
            .lbsy-search-title {
                font-size: 24px;
            }
            
            .lbsy-section-title {
                font-size: 22px;
            }
            
            .lbsy-tab-buttons {
                flex-direction: column;
                align-items: stretch;
            }
            
            .lbsy-tab-buttons-container {
                flex-wrap: wrap;
                justify-content: center;
            }
            
            .lbsy-recommend-slider {
                height: 400px;
            }
            
            .lbsy-slide-info {
                bottom: 60px;
                padding: 20px 25px;
            }
            
            .lbsy-slide-info h3 {
                font-size: 22px;
            }
            
            .lbsy-slide-info p {
                font-size: 15px;
            }
            
            .lbsy-slider-controls {
                bottom: 15px;
                right: 15px;
            }
            
            .lbsy-game-item {
                min-height: 100px;
            }
            
            .lbsy-game-logo {
                width: 90px;
                height: 90px;
            }
            
            .lbsy-game-info {
                height: 90px;
            }
            
            .lbsy-game-name {
                font-size: 16px;
            }
            
            .lbsy-game-type {
                font-size: 12px;
            }
            
            .lbsy-gift-content {
                -webkit-line-clamp: 2;
                min-height: 45px;
            }
            
            /* 移动端tab按钮调整 */
            .lbsy-tab-button {
                padding: 10px 15px;
                font-size: 14px;
                min-width: calc(20% - 10px);
            }
        }
        
        @media (max-width: 576px) {
            /* 移动端礼包内容一行3个 */
            .lbsy-gift-list,
            .lbsy-collection-list {
                grid-template-columns: repeat(3, 1fr);
                gap: 15px;
            }
            
            .lbsy-search-form {
                flex-direction: column;
            }
            
            .lbsy-search-input {
                border-radius: 16px;
                margin-bottom: 15px;
                padding: 16px 20px;
            }
            
            .lbsy-search-button {
                border-radius: 16px;
                padding: 16px;
            }
            
            .lbsy-tab-buttons-container {
                justify-content: center;
            }
            
            .lbsy-tab-button {
                padding: 8px 12px;
                font-size: 13px;
                min-width: calc(20% - 8px);
            }
            
            .lbsy-recommend-slider {
                height: 350px;
            }
            
            .lbsy-slide-info {
                bottom: 50px;
                padding: 15px 20px;
            }
            
            .lbsy-slide-info h3 {
                font-size: 20px;
            }
            
            .lbsy-slide-info p {
                font-size: 14px;
            }
            
            .lbsy-gift-logo,
            .lbsy-collection-logo {
                width: 80px;
                height: 80px;
            }
            
            .lbsy-gift-name,
            .lbsy-collection-name {
                font-size: 15px;
            }
            
            .lbsy-get-button,
            .lbsy-detail-button {
                font-size: 14px;
                padding: 10px;
            }
            
            .lbsy-game-item {
                min-height: 90px;
            }
            
            .lbsy-game-logo {
                width: 80px;
                height: 80px;
                margin-right: 15px;
            }
            
            .lbsy-game-info {
                height: 80px;
            }
            
            .lbsy-game-name {
                font-size: 15px;
            }
            
            .lbsy-game-type {
                font-size: 12px;
            }
            
            .lbsy-game-detail-button {
                padding: 6px 15px;
                font-size: 12px;
            }
        }
        
        @media (max-width: 480px) {
            /* 超小屏幕礼包内容一行2个 */
            .lbsy-gift-list,
            .lbsy-collection-list {
                grid-template-columns: repeat(2, 1fr);
            }
            
            /* 超小屏幕tab按钮一行5个 */
            .lbsy-tab-button {
                min-width: calc(20% - 8px);
                padding: 6px 10px;
                font-size: 12px;
            }
            
            .lbsy-section-title {
                font-size: 20px;
            }
            
            .lbsy-more-link {
                padding: 6px 15px;
                font-size: 13px;
            }
        }
        
        @media (max-width: 400px) {
            .lbsy-gift-item,
            .lbsy-collection-item {
                max-width: 100%;
                margin: 0 auto;
                width: 100%;
            }
            
            .lbsy-recommend-slider {
                height: 300px;
            }
            
            .lbsy-slide-info {
                bottom: 45px;
                padding: 12px 15px;
            }
            
            .lbsy-slide-info h3 {
                font-size: 18px;
            }
            
            .lbsy-slide-info p {
                font-size: 13px;
            }
            
            .lbsy-slider-controls {
                bottom: 10px;
                right: 10px;
                gap: 8px;
            }
            
            .lbsy-slider-dot {
                width: 10px;
                height: 10px;
            }
        }