section {overflow: hidden;}
.container {width: 1200px;margin: 0 auto;padding: 0 15px;}
:root {--primary: #ff9500;--primary-light: #ffb84d;--primary-dark: #e67c00;--secondary: #4096ff;--text: #333;--text-light: #666;--bg-light: #fff9e6;}
.hero-banner {position: relative;min-height: 520px;display: flex;align-items: center;background: linear-gradient(90deg, #fffbeb 0%, #f0f7ff 100%);overflow: hidden;}
.hero-banner::after {content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-image: linear-gradient(rgba(64, 150, 255, 0.06) 1px, transparent 1px),linear-gradient(90deg, rgba(64, 150, 255, 0.06) 1px, transparent 1px);background-size: 35px 35px;opacity: 0.7;z-index: 0;}
.hero-banner::before {content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-image: radial-gradient(circle at 15% 20%, rgba(255, 149, 0, 0.12) 0%, transparent 35%),radial-gradient(circle at 85% 70%, rgba(64, 150, 255, 0.08) 0%, transparent 40%);z-index: 1;}
.banner-inner {position: relative;z-index: 2;text-align: left;display: flex;align-items: center;justify-content: space-around;gap: 60px;max-width: 1100px;margin: auto 0;}
.banner-title {font-size: 48px;font-weight: 700;color: var(--text);margin: 0 0 20px;line-height: 1.3;}
.banner-desc {font-size: 18px;color: var(--text-light);line-height: 1.8;margin: 0 0 32px;}
.banner-desc strong {color: var(--primary);font-weight: 600;}
.banner-buttons {display: flex;gap: 16px;flex-wrap: wrap;}
.banner-buttons a {text-decoration: none;padding: 14px 32px;border-radius: 8px;font-size: 16px;font-weight: 500;transition: all 0.25s ease;}
.btn-primary {background: var(--primary);color: #fff;box-shadow: 0 6px 16px rgba(255, 149, 0, 0.25);}
.btn-primary:hover {background: var(--primary-dark);transform: translateY(-2px);}
.btn-secondary {background: var(--secondary);color: #fff;}
.btn-secondary:hover {background: #2563eb;}
.btn-outline {border: 1px solid #cbd5e1;color: #475569;background: transparent;}
.btn-outline:hover {border-color: var(--primary);color: var(--primary);background: rgba(255, 149, 0, 0.05);}
.banner-sub {font-size: 22px;color: #555;margin: 0 0 18px;line-height: 1.4;font-weight: 500;}
.hot-drama {padding: 80px 0;background: #ffffff;}
.hot-drama h2 {text-align: center;font-size: 30px;color: #222;margin-bottom: 10px;}
.section-desc {text-align: center;color: var(--text-light);margin-bottom: 50px;}
.hot-drama h2::after {content: "";display: block;width: 60px;height: 3px;background: var(--primary);margin: 12px auto 0;border-radius: 2px;}
.drama-list {display: grid;grid-template-columns: repeat(4, 1fr);gap: 25px;}
.drama-item {background: #fff;border-radius: 10px;overflow: hidden;box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);transition: all 0.3s ease;}
.drama-item:hover {transform: translateY(-6px);box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);}
.drama-item img {width: 100%;height: 216px;object-fit: cover;display: block;}
.drama-item h3 {font-size: 16px;color: #333;padding: 15px 15px 5px;text-align: center;font-weight: 500;}
.item-tip {text-align: center;color: var(--text-light);font-size: 13px;padding-bottom: 15px;}
.activity {padding: 80px 0;background: var(--bg-light);}
.activity h2 {text-align: center;font-size: 30px;color: #222;margin-bottom: 10px;}
.activity h2::after {content: "";display: block;width: 60px;height: 3px;background: var(--primary);margin: 12px auto 0;border-radius: 2px;}
.activity-items {display: grid;grid-template-columns: repeat(2, 1fr);gap: 30px;}
.activity-item {background: #fff;padding: 30px;border-radius: 10px;box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);transition: all 0.3s ease;}
.activity-item a{text-decoration: none;color: inherit;}
.activity-item:hover {box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);}
.activity-item h3 {font-size: 20px;color: var(--primary);margin-bottom: 15px;}
.activity-item p {font-size: 15px;color: #666;line-height: 1.8;}
.activity-time {display: inline-block;margin-top: 15px;font-size: 13px;color: var(--primary);}
.features {padding: 80px 0;background: #ffffff;}
.features h2 {text-align: center;font-size: 30px;color: #222;margin-bottom: 10px;}
.features h2::after {content: "";display: block;width: 60px;height: 3px;background: var(--primary);margin: 12px auto 0;border-radius: 2px;}
.features-grid {display: grid;grid-template-columns: repeat(4, 1fr);gap: 25px;text-align: center;}
.fitem {padding: 35px 20px;background: var(--bg-light);border-radius: 10px;transition: all 0.3s ease;}
.fitem:hover {background: var(--primary);}
.fitem:hover h3,.fitem:hover p,.fitem:hover i {color: #fff;}
.fitem i {color: var(--primary);margin-bottom: 15px;}
.fitem h3 {font-size: 18px;color: #222;margin-bottom: 15px;transition: color 0.3s ease;}
.fitem p {font-size: 15px;color: #666;line-height: 1.7;transition: color 0.3s ease;}
.scene {padding: 80px 0;background: var(--bg-light);}
.scene h2 {text-align: center;font-size: 30px;color: #222;margin-bottom: 10px;}
.scene h2::after {content: "";display: block;width: 60px;height: 3px;background: var(--primary);margin: 12px auto 0;border-radius: 2px;}
.scene-grid {display: grid;grid-template-columns: repeat(3, 1fr);gap: 30px;text-align: center;}
.sitem {padding: 40px 25px;background: #fff;border-radius: 10px;box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);transition: all 0.3s ease;}
.sitem:hover {transform: translateY(-5px);box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);}
.sitem i {color: var(--primary);margin-bottom: 15px;}
.sitem h3 {font-size: 18px;color: #222;margin-bottom: 15px;}
.sitem p {font-size: 15px;color: #666;line-height: 1.7;}
.advantage {padding: 80px 0;background: #ffffff;}
.advantage h2 {text-align: center;font-size: 30px;color: #222;margin-bottom: 10px;}
.advantage h2::after {content: "";display: block;width: 60px;height: 3px;background: var(--primary);margin: 12px auto 0;border-radius: 2px;}
.adv-grid {display: grid;grid-template-columns: repeat(3, 1fr);gap: 30px;text-align: center;}
.aitem {padding: 35px 20px;border: 1px solid #eee;border-radius: 10px;transition: all 0.3s ease;}
.aitem:hover {border-color: var(--primary);background: #fff9e6;}
.aitem i {color: var(--primary);margin-bottom: 15px;}
.aitem h3 {font-size: 18px;color: #222;margin-bottom: 15px;}
.aitem p {font-size: 15px;color: #666;line-height: 1.7;}
.faq {padding: 80px 0;background: var(--bg-light);}
.faq h2 {text-align: center;font-size: 30px;color: #222;margin-bottom: 10px;}
.faq h2::after {content: "";display: block;width: 60px;height: 3px;background: var(--primary);margin: 12px auto 0;border-radius: 2px;}
.faq-list {max-width: 800px;margin: 0 auto;}
.faq-item {padding: 20px 25px;background: #fff;border-radius: 8px;margin-bottom: 15px;cursor: pointer;box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);transition: all 0.3s ease;}
.faq-item:hover {box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);}
.faq-item h3 {font-size: 16px;color: #222;display: flex;justify-content: flex-start;align-items: center;}
.faq-item h3 i {color: var(--primary);margin-right: 8px;}
.faq-item p {display: none;margin-top: 15px;padding-top: 15px;border-top: 1px dashed #eee;font-size: 15px;color: #666;line-height: 1.8;}
.faq-item.active p {display: block;}
.update {padding: 80px 0;background: #ffffff;}
.update h2 {text-align: center;font-size: 30px;color: #222;margin-bottom: 10px;}
.update h2::after {content: "";display: block;width: 60px;height: 3px;background: var(--primary);margin: 12px auto 0;border-radius: 2px;}
.update-list {max-width: 800px;margin: 0 auto;}
.update-item {padding: 20px;border-left: 4px solid var(--primary);background: var(--bg-light);margin-bottom: 20px;border-radius: 0 8px 8px 0;}
.update-item h3 {font-size: 17px;color: var(--primary);margin-bottom: 10px;}
.update-item span {font-size: 12px;background: var(--primary);color: #fff;padding: 2px 8px;border-radius: 3px;margin-left: 8px;}
.update-item p {font-size: 15px;color: #666;line-height: 1.7;}
.news {padding: 80px 0;background: var(--bg-light);}
.news h2 {text-align: center;font-size: 30px;color: #222;margin-bottom: 10px;}
.news h2::after {content: "";display: block;width: 60px;height: 3px;background: var(--primary);margin: 12px auto 0;border-radius: 2px;}
.news-item {padding: 20px;background: #fff;border-radius: 8px;box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);transition: all 0.3s ease;}
.news-item:hover {transform: translateX(4px);box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);}
.news-item h3 {font-size: 16px;color: #333;font-weight: 500;}
.news-item h3 i {color: var(--primary);margin-right: 8px;}
.news-time {font-size: 13px;color: var(--text-light);margin: 10px 0;display: block;}
.news-time i {color: var(--primary);margin-right: 5px;}
.section-more {text-align: center;margin-top: 40px;}
.more-link {display: inline-block;padding: 10px 25px;border: 1px solid var(--primary);color: var(--primary);border-radius: 50px;text-decoration: none;font-size: 15px;transition: all 0.3s ease;}
.more-link i {margin-left: 6px;font-size: 14px;transition: transform 0.3s ease;}
.more-link:hover {background: var(--primary);color: #fff;}
.more-link:hover i {transform: translateX(3px);}
.review{padding:80px 0;background:#fff}
.review h2{text-align:center;font-size:30px;margin-bottom:10px}
.review h2::after{content:"";display:block;width:60px;height:3px;background:#ff9500;margin:12px auto 0}
.review .section-desc{text-align:center;color:#666;margin-bottom:50px}
.review-list{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}
.review-item{background:#fff9e6;padding:30px;border-radius:12px;text-align:center}
.avatar{width:60px;height:60px;background:#ff9500;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 15px}
.avatar i{font-size:24px}
.star{color:#ff9500;font-size:16px;margin-bottom:10px}
.review-item h3{font-size:16px;color:#333;margin-bottom:10px}
.review-item p{font-size:14px;color:#666;line-height:1.7}
.about-gallery-wrap {flex: 0 0 350px;display: flex;justify-content: center;}
.gallery-container {width: 320px;height: 600px;position: relative;display: flex;align-items: center;justify-content: center;perspective: 1000px;}
.gallery-track {position: relative;width: 280px;height: 560px;}
.gallery-item {position: absolute;top: 0;left: 0;width: 280px;height: 560px;padding: 16px;transition: all 0.5s ease;}
.gallery-item img {width: 100%;height: 100%;object-fit: cover;border-radius: 26px;display: block;}
.gallery-arrow {position: absolute;top: 50%;transform: translateY(-50%);width: 40px;height: 40px;background: rgba(255,255,255,0.9);border-radius: 50%;display: flex;align-items: center;justify-content: center;font-size: 18px;color: #333;cursor: pointer;z-index: 20;user-select: none;}
.gallery-arrow.prev {left: -20px;}
.gallery-arrow.next {right: -20px;}
.gallery-container::after {content: "";position: absolute;left: 50%;bottom: 20px;transform: translateX(-50%);width: 360px;height: 40px;background: rgb(0 0 0 / 64%);border-radius: 50%;filter: blur(22px);z-index: -1;}
.news-list{display: grid;grid-template-columns: repeat(3, 1fr);gap:25px;padding:10px 0;}
.main-left .news-list{grid-template-columns: none;gap:0;}
.news-item {padding: 20px;background: #fff;border-radius:8px;border:1px solid #e5e5e5;box-shadow: 0 2px 8px rgba(0,0,0,0.06);transition: all 0.3s ease;}
.news-item:hover{box-shadow:0 5px 16px rgba(0,0,0,0.1);transform: translateY(-3px);}
.news-item img{width:100%;height:280px;object-fit:cover;border-radius:6px;display:block;margin-bottom:16px;}
.news-item h3{font-size:18px;margin:0 0 10px;color:#222;}
.news-item p{color:#666;line-height:1.6;margin:0;}
.news-list a {text-decoration: none;color: inherit;display:block;}
.news-list a:hover h3 {color:#ff9500;}

@media(max-width: 768px) {
.hero-banner {min-height: 380px;}
.banner-title {font-size: 32px;}
.banner-desc {font-size: 16px;}
.banner-buttons {flex-direction: column;}
.banner-buttons a {text-align: center;}
.container {width: 100%;}
.hero {padding: 60px 0;}
.hero h1 {font-size: 28px;}
.drama-list {grid-template-columns: repeat(2, 1fr);gap: 10px;}
.features-grid {grid-template-columns: repeat(2, 1fr);gap: 10px;}
.scene-grid,.adv-grid,.activity-items,.news-list {grid-template-columns: 1fr;}
section {padding: 50px 0 !important;}
}
@media (max-width: 900px) {
.about-layout {flex-direction: column;text-align: center;}
.about-text {padding: 0 10px;}
.gallery-container {width: 280px;height: 520px;}
.gallery-track {width: 240px;height: 480px;}
.gallery-item {width: 240px;height: 480px;}
.gallery-container::after {width: 180px;height: 32px;filter: blur(18px);}
.banner-inner{flex-direction: column;gap: 0;}
.gallery-item img{height:auto;}
}
@media (max-width: 480px) {
.gallery-container {width: 240px;height: 480px;}
.gallery-track {width: 200px;height: 420px;}
.gallery-item {width: 200px;height: 420px;}
.news-list{grid-template-columns:none !important;}
.gallery-container::after {width: 150px;height: 28px;filter: blur(15px);}
.review-list{display: flex;flex-direction: column;}
}