/* 轮播图 */
.lantern-slide{border-radius: 12px;overflow: hidden;max-height: 150px;display: flex;align-items: center;justify-content: center}
/* 非激活点 */
.swiper-pagination-bullet{width:6px;height:6px;background:rgba(255,255,255,.5);opacity:1;border-radius:50%;margin:0 4px}
/* 激活点 */
.swiper-pagination-bullet-active{width:20px;height:6px;border-radius:4px;background:#ff9c5d}
/* 搜索区域 */
.hero-header{padding:10px 16px 28px 16px;position:relative;overflow:hidden;background:#fff;}
.hero-header::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg, #4453b4 0, #8bc2de 100%);border-radius:0 0 32px 32px;z-index: 0;}
.hero-header::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:40px;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,0V46.29c47.79,22.2,103.59,32.17,158,28,70.36-5.37,136.33-33.31,206.8-37.5C438.64,32.43,512.34,53.67,583,72.05c69.27,18,138.3,24.88,209.4,13.08,36.15-6,69.85-17.84,104.45-29.34C989.49,25,1113-14.29,1200,52.47V0Z" opacity=".15" fill="%23F5F9FE"></path></svg>') repeat-x;background-size:1200px 40px;pointer-events:none}
.page-header{background-color: transparent;padding: 0;color: #fff;box-shadow: none;z-index: 2;}           
.page-header h1{color:#fff}
.search-section{margin-top: 10px;position: relative;}
.search-box{background:#fff;border-radius:12px;padding:16px;box-shadow:0 4px 20px rgba(0,0,0,.1)}
.search-row{display:flex;align-items:center;gap:12px;margin-bottom:12px}
.search-item{flex:1;background:#f8f9fa;border-radius:8px;padding:6px 12px}
.search-label{font-size:12px;color:#999;margin-bottom:4px}
.search-value{font-size:15px;color:#333;font-weight:500;display:flex;align-items:center;gap:6px}
.search-arrow{color:#3584e4;font-size:18px}
.search-date{background:#f8f9fa;border-radius:8px;padding:6px 12px;display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}
.search-btn{background:linear-gradient(135deg,#ff6b35 0,#f7931e 100%);color:#fff;border:none;border-radius:8px;padding:12px;font-size:16px;font-weight:600;width:100%;cursor:pointer}

/* 区块标题 */
.section{background:#fff;margin-bottom:12px;padding:16px}
.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}
.section-title{font-size:18px;font-weight:700;color:#333;display:flex;align-items:center;gap:8px}
.section-title::before{content:'';width:4px;height:18px;background:linear-gradient(135deg,#ff6b35 0,#f7931e 100%);border-radius:2px}
.section-more{font-size:13px;color:#999;display:flex;align-items:center;gap:4px}

/* 游轮品牌 */
.brand-list{gap:8px}
.brand-list .brand-item{text-align:center;box-shadow:0 0 10px #ededed;border-radius:6px;padding:5px 5px 8px;background:#fff}
.brand-list .brand-item .brand-name{margin-top:5px}

/* 热门游轮 */
.scroll-container{overflow-x:auto;display:flex;gap:12px;padding-bottom:4px;-webkit-overflow-scrolling:touch}
.scroll-container::-webkit-scrollbar{display:none}
.cruise-card-horizontal{flex-shrink:0;width:28rem;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.06);border:1px solid #f0f0f0}
.cruise-card-horizontal .cruise-image{height:18rem}
.cruise-image{width:100%;height:180px;object-fit:cover;display:block}
.cruise-info{padding:12px;flex:1}
.cruise-name{font-size:16px;font-weight:600;color:#333;margin-bottom:6px}
.cruise-desc{font-size:13px;color:#666;margin-bottom:10px;line-height:1.5}
.cruise-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px}
.cruise-tag{font-size:11px;padding:3px 8px;border-radius:4px}
.cruise-tag:nth-child(6n+1){background:#e8f4fd;color:#3584e4}
.cruise-tag:nth-child(6n+2){background:#fff3e8;color:#ff6b35}
.cruise-tag:nth-child(6n+3){background:#e8f8f0;color:#27ae60}
.cruise-tag:nth-child(6n+4){background:#f3e8ff;color:#8e44ad}
.cruise-tag:nth-child(6n+5){background:#fce4ec;color:#d81b60}
.cruise-tag:nth-child(6n+6){background:#e0f7fa;color:#00897b}
.cruise-footer{margin-top:auto}
.cruise-btn{background:linear-gradient(135deg,#1a5fb4 0,#3584e4 100%);color:#fff;border:none;border-radius:6px;padding:8px 16px;font-size:13px;cursor:pointer}

/* 精选航线 */
.route-list{gap:10px}
.route-list .route-item{display:flex;justify-content:space-between;padding:12px;box-shadow:0 2px 12px rgba(0,0,0,.06);border:1px solid #f0f0f0;border-radius:10px;background:#fff}
.route-list .route-item:hover{transform:translateY(-4px)}
.route-list .route-item .route-info{flex:1;margin-right:12px}
.route-list .route-item .route-info h3{font-size:16px;font-weight:600;color:#333;margin-bottom:6px;letter-spacing:.5px}
.route-list .route-item .route-info .route-ship{padding:4px 8px;border-radius:4px;margin-top:auto;width:fit-content}
.route-list .route-item .route-info .route-ship i{color:#d95f00;margin-right:2px}
.route-list .route-item .route-right{text-align:right;gap:8px}
.route-list .route-item .route-right .btn-route{background:#fff;border:1px solid #cbdae9;padding:4px 14px;border-radius:30px;font-size:12px;display:inline-block;color:#2c6e9e}

/* 问答 */
.faq-list{box-shadow:0 2px 12px rgba(0,0,0,.06);border:1px solid #f0f0f0;border-radius:10px;padding:12px;background:#fff;max-height: 300px;overflow-y: auto;}
.faq-list .faq-item{display:block;padding-bottom:12px;border-bottom:1px solid #edf2f7;margin-bottom:8px}
.faq-list .faq-item:first-child{padding-top:0}
.faq-list .faq-item:last-child{border-bottom:none;padding-bottom: 0;}
.faq-list .faq-item .faq-question{font-weight:700;font-size:15px;display:flex;align-items:center;gap:8px;}
.faq-list .faq-item .faq-question::before{content:"Q";background:#e67e22;color:#fff;width:22px;height:22px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}
.faq-list .faq-item .faq-answer{font-size:13px;color:#888e96;line-height:1.45;padding-left:30px}

/* 资讯 */
.news-list{box-shadow:0 2px 12px rgba(0,0,0,.06);border:1px solid #f0f0f0;border-radius:10px;padding:0 12px;max-height:20rem;overflow-y:auto;background:#fff}
.news-list .news-item{display:flex;justify-content:space-between;padding:12px 0;gap:8px}
.news-list .news-item:not(:last-child){padding-bottom:12px;border-bottom:1px solid #edf2f7}
.news-list .news-item .news-title{font-size:14px;color:#555;flex:1}
.news-list .news-item .news-date{font-size:12px;color:#999}



