@charset "utf-8";

.m-page{background:#f2f3f7;min-height:100vh;overflow-x:hidden;padding-bottom:56px}

.m-header{position:fixed;top:0;left:0;width:100%;z-index:999;background:#fff;-webkit-box-shadow:0 1px 8px rgba(0,0,0,.06);box-shadow:0 1px 8px rgba(0,0,0,.06);padding-top:env(safe-area-inset-top,0px)}
@supports((-webkit-backdrop-filter:blur(12px)) or (backdrop-filter:blur(12px))){.m-header{background:rgba(255,255,255,.97);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}}
.m-header-inner{max-width:640px;margin:0 auto;height:52px;padding:0 16px;position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}
.m-logo{display:block}
.m-logo img{height:34px;width:auto}
.m-header-right{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:16px}
.m-header-phone{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:36px;height:36px;border-radius:50%;text-decoration:none;color:#1a73e8;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-transition:background .2s;transition:background .2s;-webkit-tap-highlight-color:transparent}
.m-header-phone:active{background:rgba(26,115,232,.1)}

.m-search{position:fixed;top:52px;left:0;width:100%;z-index:998;background:rgba(255,255,255,.97);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:8px 16px 10px;box-sizing:border-box}
.m-search-box{max-width:640px;margin:0 auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative}
.m-search-input{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;height:38px;border:none;border-radius:20px 0 0 20px;padding:0 14px 0 36px;font-size:13px;outline:none;background:#f0f2f5;-webkit-appearance:none;color:#333}
.m-search-input::-webkit-input-placeholder{color:#aaa}
.m-search-input:focus{background:#fff;-webkit-box-shadow:inset 0 0 0 1px #1a73e8;box-shadow:inset 0 0 0 1px #1a73e8}
.m-search-btn{width:64px;height:38px;background:-webkit-linear-gradient(135deg,#1a73e8,#4a9af5);background:linear-gradient(135deg,#1a73e8,#4a9af5);background-color:#1a73e8;color:#fff;font-size:14px;font-weight:600;border:none;border-radius:0 20px 20px 0;cursor:pointer;-webkit-appearance:none;letter-spacing:1px}
.m-search-btn:active{background:-webkit-linear-gradient(135deg,#1557b0,#1a73e8);background:linear-gradient(135deg,#1557b0,#1a73e8);background-color:#1557b0}
.m-search-box:before{content:"";position:absolute;left:13px;top:12px;width:11px;height:11px;border:2px solid #bbb;border-radius:50%;z-index:1}
.m-search-box:after{content:"";position:absolute;left:23px;top:23px;width:5px;height:2px;background:#bbb;-webkit-transform:rotate(45deg);transform:rotate(45deg);z-index:1}

#chatBtn { display:none!important;}
.m-main { padding-top: 100px }

.linimg{margin:0;border-radius:0;overflow:hidden}
.linimg .swiper-slide a{display:block;line-height:0}
.linimg .swiper-slide img{width:100%;height:auto;display:block}
.waps{bottom:8px!important;height:auto!important}
.waps div{margin-left:-25px!important}
.waps div span{width:6px!important;height:6px!important;background:rgba(255,255,255,.5)!important;border-radius:50%!important;margin-right:6px!important;-webkit-transition:all .3s;transition:all .3s}
.waps div span.swiper-active-switch,.waps div span.swiper-visible-switch{background:#fff!important;width:18px!important;border-radius:3px!important}

.m-cate-nav{background:#fff;margin:12px 12px 0;padding:18px 0 10px;border-radius:12px;-webkit-box-shadow:0 2px 12px rgba(0,0,0,.04);box-shadow:0 2px 12px rgba(0,0,0,.04)}
.m-cate-grid{max-width:640px;margin:0 auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}
.m-cate-item{width:25%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:6px 0 12px;text-decoration:none;-webkit-tap-highlight-color:transparent}
.m-cate-icon{display:block;width:48px;height:48px;border-radius:14px;margin-bottom:8px;position:relative;overflow:hidden;-webkit-box-shadow:0 4px 10px rgba(0,0,0,.1);box-shadow:0 4px 10px rgba(0,0,0,.1)}
.m-cate-name{font-size:12px;color:#444;line-height:1.3;font-weight:500}
.m-cate-more-item{display:none}
.m-cate-expanded .m-cate-more-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}
.m-cate-toggle{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:8px 0 4px;cursor:pointer;-webkit-tap-highlight-color:transparent}
.m-cate-toggle-text{font-size:12px;color:#999;margin-right:4px}
.m-cate-toggle-arrow{display:inline-block;width:8px;height:8px;border-top:1.5px solid #999;border-right:1.5px solid #999;-webkit-transform:rotate(135deg);transform:rotate(135deg);-webkit-transition:-webkit-transform .2s;transition:transform .2s;margin-top:-3px}
.m-cate-toggle-arrow-up{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);margin-top:3px}

.m-cate-europe{background:-webkit-linear-gradient(135deg,#667eea 0%,#764ba2 100%);background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);background-color:#667eea}
.m-cate-island{background:-webkit-linear-gradient(135deg,#4facfe 0%,#00f2fe 100%);background:linear-gradient(135deg,#4facfe 0%,#00f2fe 100%);background-color:#4facfe}
.m-cate-aus{background:-webkit-linear-gradient(135deg,#f093fb 0%,#f5576c 100%);background:linear-gradient(135deg,#f093fb 0%,#f5576c 100%);background-color:#f093fb}
.m-cate-na{background:-webkit-linear-gradient(135deg,#43e97b 0%,#38f9d7 100%);background:linear-gradient(135deg,#43e97b 0%,#38f9d7 100%);background-color:#43e97b}
.m-cate-domestic{background:-webkit-linear-gradient(135deg,#a18cd1 0%,#fbc2eb 100%);background:linear-gradient(135deg,#a18cd1 0%,#fbc2eb 100%);background-color:#a18cd1}
.m-cate-outbound{background:-webkit-linear-gradient(135deg,#fa709a 0%,#fee140 100%);background:linear-gradient(135deg,#fa709a 0%,#fee140 100%);background-color:#fa709a}
.m-cate-cruise{background:-webkit-linear-gradient(135deg,#fccb90 0%,#d57eeb 100%);background:linear-gradient(135deg,#fccb90 0%,#d57eeb 100%);background-color:#fccb90}
.m-cate-visa{background:-webkit-linear-gradient(135deg,#ff9a9e 0%,#fad0c4 100%);background:linear-gradient(135deg,#ff9a9e 0%,#fad0c4 100%);background-color:#ff9a9e}
.m-cate-mea{background:-webkit-linear-gradient(135deg,#f6d365 0%,#fda085 100%);background:linear-gradient(135deg,#f6d365 0%,#fda085 100%);background-color:#f6d365}
.m-cate-sa{background:-webkit-linear-gradient(135deg,#89f7fe 0%,#66a6ff 100%);background:linear-gradient(135deg,#89f7fe 0%,#66a6ff 100%);background-color:#89f7fe}
.m-cate-antarctic{background:-webkit-linear-gradient(135deg,#e0eafc 0%,#cfdef3 100%);background:linear-gradient(135deg,#e0eafc 0%,#cfdef3 100%);background-color:#e0eafc}
.m-cate-arctic{background:-webkit-linear-gradient(135deg,#2b5876 0%,#4e4376 100%);background:linear-gradient(135deg,#2b5876 0%,#4e4376 100%);background-color:#2b5876}
.m-cate-hkmt{background:-webkit-linear-gradient(135deg,#d4a574 0%,#c9302c 100%);background:linear-gradient(135deg,#d4a574 0%,#c9302c 100%);background-color:#d4a574}
.m-cate-car{background:-webkit-linear-gradient(135deg,#11998e 0%,#38ef7d 100%);background:linear-gradient(135deg,#11998e 0%,#38ef7d 100%);background-color:#11998e}
.m-cate-hotel{background:-webkit-linear-gradient(135deg,#8e2de2 0%,#4a00e0 100%);background:linear-gradient(135deg,#8e2de2 0%,#4a00e0 100%);background-color:#8e2de2}
.m-cate-custom{background:-webkit-linear-gradient(135deg,#f7971e 0%,#ffd200 100%);background:linear-gradient(135deg,#f7971e 0%,#ffd200 100%);background-color:#f7971e}

.m-cate-europe:before,.m-cate-island:before,.m-cate-aus:before,.m-cate-sa:before,.m-cate-na:before,.m-cate-outbound:before,.m-cate-domestic:before,.m-cate-cruise:before,.m-cate-visa:before,.m-cate-mea:before,.m-cate-antarctic:before,.m-cate-arctic:before,.m-cate-hkmt:before,.m-cate-car:before,.m-cate-hotel:before,.m-cate-custom:before{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-size:22px;line-height:1}
.m-cate-europe:before{content:"🏰"}
.m-cate-island:before{content:"🏝️"}
.m-cate-aus:before{content:"🦘"}
.m-cate-na:before{content:"🗽"}
.m-cate-domestic:before{content:"🏔️"}
.m-cate-outbound:before{content:"✈️"}
.m-cate-cruise:before{content:"🚢"}
.m-cate-visa:before{content:"📋"}
.m-cate-mea:before{content:"🏜️"}
.m-cate-sa:before{content:"🌎"}
.m-cate-antarctic:before{content:"🐧"}
.m-cate-arctic:before{content:"❄️"}
.m-cate-hkmt:before{content:"🌆"}
.m-cate-car:before{content:"🚗"}
.m-cate-hotel:before{content:"🏨"}
.m-cate-custom:before{content:"🎯"}

.m-section{background:#fff;margin:12px 12px 0;border-radius:12px;-webkit-box-shadow:0 2px 12px rgba(0,0,0,.04);box-shadow:0 2px 12px rgba(0,0,0,.04);overflow:hidden}
.m-section-hd{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:18px 16px 12px}
.m-section-title{font-size:18px;font-weight:700;color:#1a1a2e;position:relative;padding-left:16px;line-height:1}
.m-section-title:before{content:"";position:absolute;left:0;top:-2px;width:4px;height:20px;background:-webkit-linear-gradient(180deg,#1a73e8,#4a9af5);background:linear-gradient(180deg,#1a73e8,#4a9af5);background-color:#1a73e8;border-radius:2px}
.m-section-more{font-size:12px;color:#999;text-decoration:none;padding:4px 8px;border:1px solid #eee;border-radius:14px;-webkit-transition:all .2s;transition:all .2s}
.m-section-more:active{color:#1a73e8;border-color:#1a73e8}

.m-section-pick .m-section-title:before{background:-webkit-linear-gradient(180deg,#ff6b6b,#ee5a24);background:linear-gradient(180deg,#ff6b6b,#ee5a24);background-color:#ff6b6b}
.m-section-recommend .m-section-title:before{background:-webkit-linear-gradient(180deg,#f093fb,#f5576c);background:linear-gradient(180deg,#f093fb,#f5576c);background-color:#f093fb}

.m-product-list{padding:0 12px 8px}
.m-product-card{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;background:#fafbfc;border-radius:12px;overflow:hidden;margin-bottom:10px;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.04);box-shadow:0 2px 8px rgba(0,0,0,.04);text-decoration:none;color:#333;-webkit-transition:-webkit-transform .15s,-webkit-box-shadow .15s;transition:transform .15s,box-shadow .15s;border:1px solid rgba(0,0,0,.03)}
.m-product-card:active{-webkit-transform:scale(.98);transform:scale(.98);-webkit-box-shadow:0 1px 4px rgba(0,0,0,.08);box-shadow:0 1px 4px rgba(0,0,0,.08)}
.m-product-img{width:128px;min-width:128px;height:96px;overflow:hidden;position:relative}
.m-product-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;-webkit-transition:-webkit-transform .3s;transition:transform .3s}
.m-product-card:active .m-product-img img{-webkit-transform:scale(1.05);transform:scale(1.05)}
.m-product-info{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;padding:10px 14px 10px 12px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;overflow:hidden}
.m-product-name{font-size:14px;font-weight:600;color:#1a1a2e;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-height:40px;word-break:break-all}
.m-product-meta{margin-top:4px}
.m-product-meta-item{display:inline-block;font-size:10px;color:#1a73e8;background:rgba(26,115,232,.08);padding:1px 6px;border-radius:3px;line-height:1.6}
.m-product-price{margin-top:auto;padding-top:4px}
.m-product-price em{font-size:12px;color:#ff4757;font-style:normal;font-weight:600}
.m-product-price strong{font-size:22px;color:#ff4757;font-weight:800;font-family:Arial,"Helvetica Neue",sans-serif;margin:0 1px;letter-spacing:-0.5px}
.m-product-price span{font-size:11px;color:#999;margin-left:2px}

.m-section-why{background:-webkit-linear-gradient(135deg,#1a1a2e 0%,#16213e 100%);background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%);background-color:#1a1a2e}
.m-section-why .m-section-title{color:#fff}
.m-section-why .m-section-title:before{background:-webkit-linear-gradient(180deg,#4facfe,#00f2fe);background:linear-gradient(180deg,#4facfe,#00f2fe);background-color:#4facfe}
.m-why-grid{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:4px 12px 18px}
.m-why-item{width:50%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:12px 8px;box-sizing:border-box}
.m-why-icon{display:block;width:44px;height:44px;border-radius:50%;margin-bottom:8px;position:relative;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12)}
.m-why-icon-brand:before{content:"★";position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-size:20px;color:#ffd700}
.m-why-icon-quality:before{content:"✓";position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-size:22px;color:#4facfe;font-weight:700}
.m-why-icon-service:before{content:"♥";position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-size:20px;color:#f5576c}
.m-why-icon-safe:before{content:"";position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:16px;height:18px;border:2.5px solid #52c41a;border-radius:2px 2px 8px 8px;border-top:none;background:rgba(82,196,26,.15)}
.m-why-title{font-size:14px;color:#fff;font-weight:600;line-height:1.4}
.m-why-desc{font-size:11px;color:rgba(255,255,255,.5);line-height:1.4;margin-top:2px}

.m-footer-bar{background:#fff;border-top:1px solid #f0f0f0;padding:20px 0 28px;text-align:center}
.m-footer-links{margin-bottom:10px;font-size:13px}
.m-footer-links a{color:#666;text-decoration:none;-webkit-transition:color .2s;transition:color .2s}
.m-footer-links a:active{color:#1a73e8}
.m-footer-sep{color:#ddd;margin:0 10px}
.m-footer-copy{color:#bbb;font-size:11px;line-height:1.8}
.m-footer-copy a{color:#999;text-decoration:none}

.m-header-back{display:block;width:32px;height:32px;position:relative;text-decoration:none}
.m-header-back:before{content:"";position:absolute;left:10px;top:8px;width:10px;height:10px;border-left:2px solid #333;border-bottom:2px solid #333;-webkit-transform:rotate(45deg);transform:rotate(45deg)}
.m-header-title{font-size:17px;font-weight:700;color:#1a1a2e;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 8px}

.m-list-main{padding-top:52px;background:#f2f3f7;min-height:100vh}

.m-visa-entry{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background:#fff;margin:10px 12px 0;padding:12px 14px;border-radius:10px;text-decoration:none;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.04);box-shadow:0 2px 8px rgba(0,0,0,.04)}
.m-visa-entry-icon{font-size:20px;margin-right:8px}
.m-visa-entry-text{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;font-size:14px;color:#333;font-weight:600}
.m-visa-entry-arrow{font-size:20px;color:#ccc;font-weight:300}

.m-filter-bar{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;background:#fff;margin:10px 12px 0;border-radius:10px;overflow:hidden;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.04);box-shadow:0 2px 8px rgba(0,0,0,.04);position:relative;z-index:100}
.m-filter-item{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:42px;font-size:13px;color:#444;cursor:pointer;position:relative;text-decoration:none;-webkit-tap-highlight-color:transparent}
.m-filter-item:active{background:#f8f8f8}
.m-filter-item.active{color:#1a73e8}
.m-filter-item.active span{font-weight:600}
.m-filter-item i{display:inline-block;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #999;margin-left:4px;vertical-align:middle}
.m-filter-item.active i{border-top-color:#1a73e8}
.m-filter-item+.m-filter-item:before{content:"";position:absolute;left:0;top:25%;height:50%;width:1px;background:#eee}

.m-filter-panel{position:fixed;left:0;top:0;width:100%;height:100%;z-index:200}
.m-filter-mask{position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.35)}
.m-filter-content{position:relative;z-index:1;background:#fff;padding:8px 0;max-height:60%;overflow-y:auto;-webkit-overflow-scrolling:touch}
.m-filter-option{display:block;padding:12px 20px;font-size:14px;color:#333;text-decoration:none;cursor:pointer;-webkit-tap-highlight-color:transparent}
.m-filter-option:active{background:#f5f5f5}
.m-filter-option.active{color:#1a73e8;font-weight:600}
.m-filter-all{color:#1a73e8;font-weight:500;border-bottom:1px solid #f0f0f0;margin-bottom:4px;padding-bottom:10px}
.m-filter-parent{color:#e6a23c;font-weight:500}
.m-filter-current{color:#999;pointer-events:none}
.m-filter-empty{color:#ccc;pointer-events:none}
.m-filter-active{color:#1a73e8}
.m-filter-active span{color:#1a73e8}

.m-list-count{padding:12px 16px 6px;font-size:12px;color:#999}
.m-list-count em{font-style:normal;color:#1a73e8;font-weight:600}

.m-list-products{padding:0 12px 8px}
.m-list-empty{text-align:center;padding:60px 0;color:#999;font-size:14px}

.m-header-blue{background:-webkit-linear-gradient(135deg,#1a73e8,#4a9af5);background:linear-gradient(135deg,#1a73e8,#4a9af5);-webkit-box-shadow:0 2px 12px rgba(26,115,232,.3);box-shadow:0 2px 12px rgba(26,115,232,.3)}
.m-header-blue .m-header-title{color:#fff}
.m-header-blue .m-header-back:before{border-color:#fff}
.m-header-blue .m-header-phone{color:#fff}
.m-header-blue .m-header-phone:active{background:rgba(255,255,255,.15)}

.m-header-dark{background:-webkit-linear-gradient(135deg,#1a1a2e,#16213e);background:linear-gradient(135deg,#1a1a2e,#16213e);-webkit-box-shadow:0 2px 12px rgba(26,26,46,.4);box-shadow:0 2px 12px rgba(26,26,46,.4)}
.m-header-dark .m-header-title{color:#fff}
.m-header-dark .m-header-back:before{border-color:#fff}
.m-header-dark .m-header-phone{color:#fff}
.m-header-dark .m-header-phone:active{background:rgba(255,255,255,.15)}

.m-detail-main{padding-top:52px;background:#f2f3f7;}
.m-detail-gallery{position:relative;width:100%;background:#000}
.m-detail-gallery .swiper-container{width:100%}
.m-detail-gallery .swiper-slide{line-height:0}
.m-detail-gallery .swiper-slide img{width:100%;height:auto;max-height:360px;-o-object-fit:cover;object-fit:cover;display:block}
.m-detail-gallery .swiper-pagination{bottom:12px;color:rgba(255,255,255,.7);font-size:12px}
.m-gallery-count{position:absolute;right:12px;bottom:12px;background:rgba(0,0,0,.5);color:#fff;font-size:11px;padding:2px 8px;border-radius:10px;z-index:10}

.m-detail-info{background:#fff;padding:16px;margin-bottom:10px}
.m-detail-price-row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:8px}
.m-detail-price{color:#ff4d4f;font-family:Arial,"Helvetica Neue",sans-serif}
.m-detail-price em{font-size:14px;font-style:normal}
.m-detail-price strong{font-size:28px;font-weight:800;margin:0 2px}
.m-detail-price span{font-size:12px;color:#999}
.m-detail-promo{background:-webkit-linear-gradient(135deg,#ff6b6b,#ee5a24);background:linear-gradient(135deg,#ff6b6b,#ee5a24);color:#fff;font-size:11px;font-weight:600;padding:3px 8px;border-radius:10px;margin-left:10px}
.m-detail-title{font-size:17px;font-weight:700;color:#1a1a2e;line-height:1.5;margin-bottom:10px}
.m-detail-tags{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:6px}
.m-detail-tag{display:inline-block;font-size:11px;color:#666;background:#f5f5f5;padding:3px 8px;border-radius:4px}
.m-detail-tag-type{background:rgba(26,115,232,.1);color:#1a73e8;font-weight:600}
.m-detail-tag-id{color:#999}

.m-detail-soldout{text-align:center;padding:40px 20px;background:#fff;margin-bottom:10px}
.m-detail-soldout-icon{width:48px;height:48px;border-radius:50%;background:#ff4d4f;color:#fff;font-size:24px;font-weight:700;line-height:48px;margin:0 auto 12px}
.m-detail-soldout h2{font-size:16px;color:#333;margin-bottom:6px}
.m-detail-soldout p{font-size:13px;color:#999}
.m-detail-soldout a{color:#1a73e8}

.m-detail-quick-bar{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;background:#fff;margin-bottom:10px;padding:14px 0;border-radius:0}
.m-quick-item{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-decoration:none;color:#333;font-size:12px;position:relative}
.m-quick-item+.m-quick-item:before{content:"";position:absolute;left:0;top:20%;height:60%;width:1px;background:#eee}
.m-quick-icon{display:block;width:36px;height:36px;border-radius:50%;margin-bottom:6px;position:relative}
.m-quick-icon-phone{background:-webkit-linear-gradient(135deg,#ff8c00,#ffa940);background:linear-gradient(135deg,#ff8c00,#ffa940)}
.m-quick-icon-phone:before{content:"";position:absolute;left:11px;top:7px;width:10px;height:15px;border:2px solid #fff;border-radius:2px}
.m-quick-icon-phone:after{content:"";position:absolute;left:13px;bottom:7px;width:8px;height:2px;background:#fff;border-radius:1px}
.m-quick-icon-calendar{background:-webkit-linear-gradient(135deg,#1a73e8,#4a9af5);background:linear-gradient(135deg,#1a73e8,#4a9af5)}
.m-quick-icon-calendar:before{content:"";position:absolute;left:8px;top:10px;width:16px;height:2px;background:#fff}
.m-quick-icon-calendar:after{content:"";position:absolute;left:8px;top:14px;width:16px;height:12px;border:2px solid #fff;border-top:none;border-radius:0 0 2px 2px}
.m-quick-icon-route{background:-webkit-linear-gradient(135deg,#52c41a,#73d13d);background:linear-gradient(135deg,#52c41a,#73d13d)}
.m-quick-icon-route:before{content:"";position:absolute;left:10px;top:8px;width:6px;height:6px;border:2px solid #fff;border-radius:50%}
.m-quick-icon-route:after{content:"";position:absolute;left:16px;top:16px;width:8px;height:8px;border:2px solid #fff;border-radius:50%}

.m-detail-section{background:#fff;margin-bottom:10px;overflow:hidden}
.m-section-header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:14px 16px;cursor:pointer;-webkit-tap-highlight-color:transparent}
.m-section-header h3{font-size:15px;font-weight:600;color:#1a1a2e;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}
.m-section-link{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:14px 16px;text-decoration:none;color:#333;-webkit-tap-highlight-color:transparent}
.m-section-link h3{font-size:15px;font-weight:600;color:#1a1a2e;-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0;margin:0}
.m-section-right{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:6px}
.m-section-date{font-size:12px;color:#999}
.m-section-store-text{font-size:12px;color:#1a73e8}

.m-section-icon{display:inline-block;width:22px;height:22px;border-radius:6px;margin-right:10px;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}
.m-section-icon-feature{background:-webkit-linear-gradient(135deg,#ff6b6b,#ee5a24);background:linear-gradient(135deg,#ff6b6b,#ee5a24)}
.m-section-icon-feature:before{content:"★";position:absolute;left:5px;top:3px;font-size:12px;color:#fff}
.m-section-icon-group{background:-webkit-linear-gradient(135deg,#1a73e8,#4a9af5);background:linear-gradient(135deg,#1a73e8,#4a9af5)}
.m-section-icon-group:before{content:"";position:absolute;left:5px;top:4px;width:10px;height:2px;background:#fff}
.m-section-icon-group:after{content:"";position:absolute;left:5px;top:8px;width:10px;height:8px;border:2px solid #fff;border-top:none;border-radius:0 0 2px 2px}
.m-section-icon-itinerary{background:-webkit-linear-gradient(135deg,#52c41a,#73d13d);background:linear-gradient(135deg,#52c41a,#73d13d)}
.m-section-icon-itinerary:before{content:"";position:absolute;left:6px;top:4px;width:8px;height:12px;border:2px solid #fff;border-radius:1px}
.m-section-icon-itinerary:after{content:"";position:absolute;left:9px;top:8px;width:4px;height:4px;border-top:1px solid #fff;border-right:1px solid #fff}
.m-section-icon-cost{background:-webkit-linear-gradient(135deg,#faad14,#ffc53d);background:linear-gradient(135deg,#faad14,#ffc53d)}
.m-section-icon-cost:before{content:"¥";position:absolute;left:5px;top:4px;font-size:11px;color:#fff;font-weight:700}
.m-section-icon-visa{background:-webkit-linear-gradient(135deg,#722ed1,#9254de);background:linear-gradient(135deg,#722ed1,#9254de)}
.m-section-icon-visa:before{content:"";position:absolute;left:7px;top:4px;width:6px;height:8px;border:2px solid #fff;border-radius:1px}
.m-section-icon-visa:after{content:"";position:absolute;left:5px;bottom:4px;width:10px;height:2px;background:#fff;border-radius:1px}
.m-section-icon-shopping{background:-webkit-linear-gradient(135deg,#eb2f96,#f759ab);background:linear-gradient(135deg,#eb2f96,#f759ab)}
.m-section-icon-shopping:before{content:"";position:absolute;left:6px;top:5px;width:8px;height:8px;border:2px solid #fff;border-radius:50%}
.m-section-icon-shopping:after{content:"";position:absolute;left:10px;top:9px;width:6px;height:6px;border:2px solid #fff;border-radius:50%}
.m-section-icon-tips{background:-webkit-linear-gradient(135deg,#13c2c2,#36cfc9);background:linear-gradient(135deg,#13c2c2,#36cfc9)}
.m-section-icon-tips:before{content:"!";position:absolute;left:8px;top:3px;font-size:12px;color:#fff;font-weight:700}
.m-section-icon-sign{background:-webkit-linear-gradient(135deg,#597ef7,#85a5ff);background:linear-gradient(135deg,#597ef7,#85a5ff)}
.m-section-icon-sign:before{content:"";position:absolute;left:6px;top:5px;width:8px;height:10px;border:2px solid #fff;border-radius:1px}
.m-section-icon-sign:after{content:"";position:absolute;left:9px;top:9px;width:4px;height:4px;border-top:1px solid #fff;border-right:1px solid #fff}
.m-section-icon-store{background:-webkit-linear-gradient(135deg,#8c8c8c,#bfbfbf);background:linear-gradient(135deg,#8c8c8c,#bfbfbf)}
.m-section-icon-store:before{content:"";position:absolute;left:5px;top:4px;width:10px;height:7px;border:2px solid #fff;border-bottom:none;border-radius:2px 2px 0 0}
.m-section-icon-store:after{content:"";position:absolute;left:7px;top:11px;width:6px;height:6px;border:2px solid #fff;border-top:none;border-radius:0 0 3px 3px}

.m-section-arrow{display:inline-block;width:8px;height:8px;border-top:2px solid #ccc;border-right:2px solid #ccc;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:-webkit-transform .2s;transition:transform .2s;margin-left:4px}
.m-section-arrow-closed{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);margin-top:4px}

.m-section-body{padding:0 16px 14px;font-size:13px;color:#666;line-height:1.8;overflow:hidden;-webkit-transition:max-height .3s;transition:max-height .3s}
.m-section-body img{max-width:100%;height:auto}
.m-section-feature{font-size:13px;color:#666;line-height:1.8}
.m-section-toggle{text-align:center;padding:10px 0 14px;cursor:pointer}
.m-section-toggle span{display:inline-block;font-size:13px;color:#1a73e8;padding:4px 16px;border:1px solid #1a73e8;border-radius:16px}

.m-detail-section-group .m-section-link{border-bottom:1px solid #f5f5f5}
.m-detail-section-group .m-section-link:last-child{border-bottom:none}



.m-sheet-mask{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:1000;opacity:0;visibility:hidden;-webkit-transition:opacity .3s,visibility .3s;transition:opacity .3s,visibility .3s}
.m-sheet-mask-active{opacity:1;visibility:visible}
.m-sheet{position:fixed;left:0;bottom:0;width:100%;max-height:75vh;background:#fff;z-index:1001;border-radius:16px 16px 0 0;-webkit-transform:translateY(100%);transform:translateY(100%);-webkit-transition:-webkit-transform .3s cubic-bezier(.4,0,.2,1);transition:transform .3s cubic-bezier(.4,0,.2,1);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}
.m-sheet-active{-webkit-transform:translateY(0);transform:translateY(0)}
.m-sheet-handle{width:36px;height:4px;background:#ddd;border-radius:2px;margin:8px auto 0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;cursor:pointer}
.m-sheet-header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:12px 16px;border-bottom:1px solid #f0f0f0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}
.m-sheet-header h3{font-size:16px;font-weight:700;color:#1a1a2e;margin:0}
.m-sheet-close{width:28px;height:28px;position:relative;cursor:pointer}
.m-sheet-close:before,.m-sheet-close:after{content:"";position:absolute;left:50%;top:50%;width:16px;height:2px;background:#999;border-radius:1px}
.m-sheet-close:before{-webkit-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}
.m-sheet-close:after{-webkit-transform:translate(-50%,-50%) rotate(-45deg);transform:translate(-50%,-50%) rotate(-45deg)}
.m-sheet-body{padding:16px;overflow-y:auto;-webkit-overflow-scrolling:touch;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;min-height:0}
.m-sheet-body img{max-width:100%;height:auto}
.m-sheet-empty{text-align:center;padding:40px 0;color:#999;font-size:14px}

.m-group-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:14px 0;border-bottom:1px solid #f5f5f5}
.m-group-item:last-child{border-bottom:none}
.m-group-top{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;width:100%}
.m-group-left{min-width:0}
.m-group-date{font-size:16px;font-weight:700;color:#1a1a2e}
.m-group-week{font-size:12px;color:#999;margin-top:2px}
.m-group-right{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:8px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}
.m-group-price{color:#ff4d4f;font-size:12px;white-space:nowrap}
.m-group-price em{font-size:12px;font-style:normal}
.m-group-price strong{font-size:18px;font-weight:800}
.m-group-btn{display:inline-block;padding:4px 12px;background:-webkit-linear-gradient(135deg,#1a73e8,#4a9af5);background:linear-gradient(135deg,#1a73e8,#4a9af5);color:#fff;font-size:12px;font-weight:600;border-radius:12px;text-decoration:none;white-space:nowrap;box-sizing:border-box}
.m-group-btn-full{display:block;margin-top:6px;width:100%;text-align:center}
.m-month-tabs{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:0;border-bottom:1px solid #f0f0f0;margin-bottom:4px;overflow-x:auto;-webkit-overflow-scrolling:touch}
.m-month-tab{padding:8px 16px;font-size:13px;color:#888;white-space:nowrap;border-bottom:2px solid transparent}
.m-month-tab-active{color:#1a73e8;border-bottom-color:#1a73e8;font-weight:bold}
.m-group-plans{margin-top:8px;padding-top:8px;border-top:1px dashed #eee}
.m-group-plan-row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:6px 0;font-size:12px}
.m-group-plan-name{color:#333;font-weight:600;margin-right:8px}
.m-group-plan-prices{color:#666;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;min-width:0}
.m-group-plan-btn{display:inline-block;padding:4px 12px;background:-webkit-linear-gradient(135deg,#1a73e8,#4a9af5);background:linear-gradient(135deg,#1a73e8,#4a9af5);color:#fff;font-size:12px;font-weight:600;border-radius:12px;text-decoration:none;white-space:nowrap;margin-left:8px}
.m-group-plan-single{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;font-size:11px;color:#999;margin-top:4px}

.m-itin-day{margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #f5f5f5}
.m-itin-day:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}
.m-itin-day-header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:8px;margin-bottom:8px}
.m-itin-day-num{display:inline-block;padding:3px 8px;background:-webkit-linear-gradient(135deg,#1a73e8,#4a9af5);background:linear-gradient(135deg,#1a73e8,#4a9af5);color:#fff;font-size:11px;font-weight:700;border-radius:4px;letter-spacing:.5px}
.m-itin-day-title{font-size:14px;font-weight:600;color:#1a1a2e}
.m-itin-day-img{margin-bottom:8px;border-radius:8px;overflow:hidden}
.m-itin-day-img img{width:100%;display:block}
.m-itin-day-content{font-size:13px;color:#666;line-height:1.8}
.m-itin-day-meta{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:12px;margin-top:8px}
.m-itin-meta-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:4px;font-size:12px;color:#999}
.m-itin-meta-icon{display:inline-block;width:14px;height:14px;border-radius:3px;position:relative}
.m-itin-icon-hotel{background:#722ed1}
.m-itin-icon-hotel:before{content:"";position:absolute;left:3px;top:2px;width:6px;height:8px;border:1.5px solid #fff;border-bottom:none;border-radius:2px 2px 0 0}
.m-itin-icon-food{background:#fa8c16}
.m-itin-icon-food:before{content:"";position:absolute;left:2px;top:4px;width:8px;height:4px;border:1.5px solid #fff;border-radius:0 0 4px 4px;border-top:none}

.m-cost-block{margin-bottom:16px}
.m-cost-block:last-child{margin-bottom:0}
.m-cost-title{font-size:14px;font-weight:700;padding:8px 12px;border-radius:8px;margin:0 0 8px}
.m-cost-include{background:#f0faf0;color:#389e0d}
.m-cost-exclude{background:#fff1f0;color:#cf1322}
.m-cost-content{font-size:13px;color:#666;line-height:1.8}
.m-cost-content img{max-width:100%;height:auto}

.m-sign-step{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:flex-start;-webkit-align-items:flex-start;-ms-flex-align:flex-start;align-items:flex-start;gap:12px;margin-bottom:16px}
.m-sign-step-num{width:28px;height:28px;border-radius:50%;background:-webkit-linear-gradient(135deg,#1a73e8,#4a9af5);background:linear-gradient(135deg,#1a73e8,#4a9af5);color:#fff;font-size:14px;font-weight:700;line-height:28px;text-align:center;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}
.m-sign-step-info h4{font-size:14px;font-weight:600;color:#1a1a2e;margin:0 0 2px}
.m-sign-step-info p{font-size:12px;color:#999;margin:0}
.m-sign-notice{margin-top:20px;padding:12px;background:#f8f9fa;border-radius:8px}
.m-sign-notice h4{font-size:13px;font-weight:600;color:#333;margin:0 0 8px}
.m-sign-notice p{font-size:12px;color:#666;margin:0 0 4px;line-height:1.6}
.m-sign-notice a{color:#1a73e8}

.m-detail-bottom{position:fixed;bottom:0;left:0;width:100%;z-index:900;display:flex;align-items:stretch;background:rgba(255,255,255,.97);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid rgba(0,0,0,.06);box-shadow:0 -2px 12px rgba(0,0,0,.08);height:56px;box-sizing:border-box}
.m-detail-btn{display:flex;align-items:center;justify-content:center;gap:6px;text-decoration:none;padding:0 10px;transition:background .15s}
.m-detail-btn:active{background:rgba(0,0,0,.04)}
.m-detail-btn-icon{display:flex;align-items:center;justify-content:center}
.m-detail-btn-label{font-size:13px;font-weight:600;white-space:nowrap}
.m-detail-kefu{color:#1a73e8;min-width:56px}
.m-detail-kefu .m-detail-btn-icon{background:rgba(26,115,232,.1);border-radius:20px;width:32px;height:32px}
.m-detail-kefu .m-detail-btn-label{font-size:12px;color:#1a73e8}
.m-detail-phone{color:#ff8c00;flex:1}
.m-detail-phone .m-detail-btn-icon{background:rgba(255,140,0,.12);border-radius:20px;width:32px;height:32px}
.m-detail-phone .m-detail-btn-icon svg{stroke:#ff8c00}
.m-detail-phone .m-detail-btn-label{font-size:14px;font-weight:700;color:#ff8c00;letter-spacing:.3px}
.m-detail-book{background:linear-gradient(135deg,#1a73e8,#4a9af5);color:#fff;min-width:100px;border-radius:0;padding:0 18px}
.m-detail-book:active{background:linear-gradient(135deg,#1557b0,#3a8ae0)}
.m-detail-book .m-detail-btn-label{font-size:15px;font-weight:700;color:#fff;letter-spacing:1px}

.m-order-page{padding:52px 0 70px;background:#f2f3f7;min-height:100vh}
.m-order-product{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;background:#fff;padding:14px;margin-bottom:10px}
.m-order-product-img{width:100px;min-width:100px;height:75px;border-radius:8px;overflow:hidden;margin-right:12px}
.m-order-product-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}
.m-order-product-info{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;min-width:0}
.m-order-product-info h3{font-size:14px;font-weight:600;color:#1a1a2e;line-height:1.4;margin:0 0 6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.m-order-product-meta{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:6px;margin-bottom:4px}
.m-order-product-meta span{font-size:11px;color:#999;background:#f5f5f5;padding:1px 6px;border-radius:3px}

.m-order-date-card{background:#fff;margin-bottom:10px;padding:16px;border-left:4px solid #1a73e8}
.m-order-date-label{font-size:12px;color:#999;margin-bottom:4px}
.m-order-date-value{font-size:22px;font-weight:800;color:#1a1a2e;letter-spacing:.5px}
.m-order-date-week{font-size:13px;color:#666;margin-top:4px}
.m-order-product-date{font-size:12px;color:#1a73e8;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:4px}
.m-order-date-icon{display:inline-block;width:14px;height:14px;border-radius:3px;background:#1a73e8;position:relative}
.m-order-date-icon:before{content:"";position:absolute;left:3px;top:2px;width:6px;height:7px;border:1.5px solid #fff;border-bottom:none;border-radius:2px 2px 0 0}
.m-order-date-icon:after{content:"";position:absolute;left:2px;bottom:2px;width:8px;height:1.5px;background:#fff}

.m-order-section{background:#fff;margin-bottom:10px;padding:0 16px}
.m-order-row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:14px 0;border-bottom:1px solid #f5f5f5}
.m-order-row:last-child{border-bottom:none}
.m-order-row label{font-size:14px;color:#333;white-space:nowrap;margin-right:12px;min-width:56px}
.m-order-num-control{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:0}
.m-order-num-btn{width:30px;height:30px;line-height:30px;text-align:center;font-size:18px;color:#1a73e8;background:#f0f5ff;border-radius:6px;cursor:pointer;-webkit-tap-highlight-color:transparent}
.m-order-num-btn:active{background:#d6e4ff}
.m-order-num-val{width:36px;text-align:center;font-size:16px;font-weight:700;color:#1a1a2e}
.m-order-unit-price{font-size:13px;color:#999}
.m-order-unit-price strong{font-size:16px;color:#333;font-weight:700}
.m-order-total-row{border-bottom:none!important;padding-top:10px}
.m-order-total-price{color:#ff4d4f;font-size:14px}
.m-order-total-price strong{font-size:22px;font-weight:800}

.m-order-row-input{padding:10px 0}
.m-order-row-input input{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;border:none;outline:none;font-size:14px;color:#333;background:transparent;min-width:0}
.m-order-row-input input::-webkit-input-placeholder{color:#ccc}
.m-order-sms-btn{white-space:nowrap;font-size:12px;color:#1a73e8;padding:6px 10px;border:1px solid #1a73e8;border-radius:16px;cursor:pointer;-webkit-tap-highlight-color:transparent;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}
.m-order-sms-disabled{color:#999;border-color:#ddd;pointer-events:none}

.m-order-notice{margin:12px 16px;padding:14px;background:#fff;border-radius:10px}
.m-order-notice h4{font-size:13px;font-weight:600;color:#333;margin:0 0 8px}
.m-order-notice p{font-size:12px;color:#999;margin:0 0 4px;line-height:1.6}
.m-order-notice a{color:#1a73e8}

.m-order-empty{text-align:center;padding:80px 20px}
.m-order-empty-icon{width:56px;height:56px;border-radius:50%;background:#ff4d4f;color:#fff;font-size:28px;font-weight:700;line-height:56px;margin:0 auto 16px}
.m-order-empty h3{font-size:16px;color:#333;margin-bottom:8px}
.m-order-empty p{font-size:13px;color:#999;margin-bottom:20px}
.m-order-empty-btn{display:inline-block;padding:10px 32px;background:#1a73e8;color:#fff;border-radius:24px;font-size:14px;text-decoration:none}

.m-order-cabin-card{margin:12px 16px;padding:14px 16px;background:#fff;border-radius:10px;border:1px solid #e8f4f8}
.m-order-cabin-type{font-size:15px;font-weight:600;color:#1a73e8}
.m-order-cabin-room{font-size:13px;color:#666;margin-top:4px}
.m-order-cabin-stock{font-size:12px;color:#52c41a;margin-top:4px}

.m-order-bottom{position:fixed;bottom:0;left:0;width:100%;z-index:900;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background:#fff;-webkit-box-shadow:0 -2px 12px rgba(0,0,0,.08);box-shadow:0 -2px 12px rgba(0,0,0,.08);padding:8px 12px;box-sizing:border-box}
.m-order-bottom-price{font-size:13px;color:#333;white-space:nowrap;margin-right:12px}
.m-order-bottom-price span{color:#ff4d4f}
.m-order-bottom-price strong{font-size:20px;font-weight:800}
.m-order-submit-btn{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;height:44px;line-height:44px;text-align:center;background:-webkit-linear-gradient(135deg,#ff4d4f,#ff7875);background:linear-gradient(135deg,#ff4d4f,#ff7875);color:#fff;font-size:16px;font-weight:700;border-radius:22px;text-decoration:none;letter-spacing:1px}

@media screen and (max-width:360px){
    .m-product-img{width:110px;min-width:110px;height:82px}
    .m-product-name{font-size:13px}
    .m-product-price strong{font-size:18px}
    .m-cate-icon{width:42px;height:42px;border-radius:12px}
    .m-cate-europe:before,.m-cate-island:before,.m-cate-aus:before,.m-cate-sa:before,.m-cate-na:before,.m-cate-outbound:before,.m-cate-domestic:before,.m-cate-cruise:before,.m-cate-visa:before,.m-cate-mea:before,.m-cate-antarctic:before,.m-cate-arctic:before,.m-cate-hkmt:before,.m-cate-car:before,.m-cate-hotel:before,.m-cate-custom:before{font-size:18px}
    .m-section-title{font-size:16px}

    .m-channel-dest-icon{width:42px;height:42px;border-radius:12px}
    .m-channel-dest-name{font-size:11px}
}

.m-header-green{background:-webkit-linear-gradient(135deg,#52c41a,#73d13d);background:linear-gradient(135deg,#52c41a,#73d13d);background-color:#52c41a;-webkit-box-shadow:0 2px 12px rgba(82,196,26,.3);box-shadow:0 2px 12px rgba(82,196,26,.3)}
.m-header-green .m-header-title{color:#fff}
.m-header-green .m-header-back:before{border-color:#fff}
.m-header-green .m-header-phone{color:#fff}
.m-header-green .m-header-phone:active{background:rgba(255,255,255,.15)}

.m-channel-main{padding-top:52px;background:#f2f3f7;min-height:100vh}
.m-channel-banner{margin:10px 12px 0;border-radius:12px;overflow:hidden;-webkit-box-shadow:0 4px 16px rgba(0,0,0,.08);box-shadow:0 4px 16px rgba(0,0,0,.08)}
.m-channel-banner .swiper-slide a{display:block;line-height:0}
.m-channel-banner .swiper-slide img{width:100%;height:auto;display:block;border-radius:12px}

.m-channel-dest{background:#fff;margin:10px 12px 0;padding:16px 0 10px;border-radius:12px;-webkit-box-shadow:0 2px 12px rgba(0,0,0,.04);box-shadow:0 2px 12px rgba(0,0,0,.04)}
.m-channel-dest-title{font-size:15px;font-weight:700;color:#1a1a2e;padding:0 16px 12px;position:relative;padding-left:30px}
.m-channel-dest-title:before{content:"";position:absolute;left:16px;top:-1px;width:4px;height:18px;background:-webkit-linear-gradient(180deg,#1a73e8,#4a9af5);background:linear-gradient(180deg,#1a73e8,#4a9af5);background-color:#1a73e8;border-radius:2px}
.m-channel-guonei .m-channel-dest-title:before{background:-webkit-linear-gradient(180deg,#52c41a,#73d13d);background:linear-gradient(180deg,#52c41a,#73d13d);background-color:#52c41a}
.m-channel-dest-grid{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}
.m-channel-dest-item{width:25%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:6px 0 10px;text-decoration:none;-webkit-tap-highlight-color:transparent}
.m-channel-dest-icon{display:block;width:48px;height:48px;border-radius:14px;margin-bottom:6px;position:relative;overflow:hidden;-webkit-box-shadow:0 4px 10px rgba(0,0,0,.1);box-shadow:0 4px 10px rgba(0,0,0,.1)}
.m-channel-dest-name{font-size:12px;color:#444;line-height:1.3;font-weight:500}

.m-dest-europe{background:-webkit-linear-gradient(135deg,#667eea,#764ba2);background:linear-gradient(135deg,#667eea,#764ba2);background-color:#667eea}
.m-dest-jpkr{background:-webkit-linear-gradient(135deg,#a18cd1,#fbc2eb);background:linear-gradient(135deg,#a18cd1,#fbc2eb);background-color:#a18cd1}
.m-dest-sea{background:-webkit-linear-gradient(135deg,#fccb90,#d57eeb);background:linear-gradient(135deg,#fccb90,#d57eeb);background-color:#fccb90}
.m-dest-americas{background:-webkit-linear-gradient(135deg,#43e97b,#38f9d7);background:linear-gradient(135deg,#43e97b,#38f9d7);background-color:#43e97b}
.m-dest-aus{background:-webkit-linear-gradient(135deg,#f093fb,#f5576c);background:linear-gradient(135deg,#f093fb,#f5576c);background-color:#f093fb}
.m-dest-mea{background:-webkit-linear-gradient(135deg,#fa709a,#fee140);background:linear-gradient(135deg,#fa709a,#fee140);background-color:#fa709a}
.m-dest-sa{background:-webkit-linear-gradient(135deg,#4facfe,#00f2fe);background:linear-gradient(135deg,#4facfe,#00f2fe);background-color:#4facfe}
.m-dest-hkmt{background:-webkit-linear-gradient(135deg,#ff9a9e,#fad0c4);background:linear-gradient(135deg,#ff9a9e,#fad0c4);background-color:#ff9a9e}
.m-dest-cruise{background:-webkit-linear-gradient(135deg,#1a73e8,#4a9af5);background:linear-gradient(135deg,#1a73e8,#4a9af5);background-color:#1a73e8}

.m-dest-yunnan{background:-webkit-linear-gradient(135deg,#52c41a,#73d13d);background:linear-gradient(135deg,#52c41a,#73d13d);background-color:#52c41a}
.m-dest-hainan{background:-webkit-linear-gradient(135deg,#4facfe,#00f2fe);background:linear-gradient(135deg,#4facfe,#00f2fe);background-color:#4facfe}
.m-dest-sichuan{background:-webkit-linear-gradient(135deg,#fa709a,#fee140);background:linear-gradient(135deg,#fa709a,#fee140);background-color:#fa709a}
.m-dest-fujian{background:-webkit-linear-gradient(135deg,#a18cd1,#fbc2eb);background:linear-gradient(135deg,#a18cd1,#fbc2eb);background-color:#a18cd1}
.m-dest-guangxi{background:-webkit-linear-gradient(135deg,#667eea,#764ba2);background:linear-gradient(135deg,#667eea,#764ba2);background-color:#667eea}
.m-dest-hunan{background:-webkit-linear-gradient(135deg,#f093fb,#f5576c);background:linear-gradient(135deg,#f093fb,#f5576c);background-color:#f093fb}
.m-dest-huabei{background:-webkit-linear-gradient(135deg,#fccb90,#d57eeb);background:linear-gradient(135deg,#fccb90,#d57eeb);background-color:#fccb90}
.m-dest-xizang{background:-webkit-linear-gradient(135deg,#43e97b,#38f9d7);background:linear-gradient(135deg,#43e97b,#38f9d7);background-color:#43e97b}

.m-dest-europe:before,.m-dest-jpkr:before,.m-dest-sea:before,.m-dest-americas:before,.m-dest-aus:before,.m-dest-mea:before,.m-dest-sa:before,.m-dest-hkmt:before,.m-dest-cruise:before,.m-dest-yunnan:before,.m-dest-hainan:before,.m-dest-sichuan:before,.m-dest-fujian:before,.m-dest-guangxi:before,.m-dest-hunan:before,.m-dest-huabei:before,.m-dest-xizang:before{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-size:22px;line-height:1}
.m-dest-europe:before{content:"🏰"}
.m-dest-jpkr:before{content:"🗻"}
.m-dest-sea:before{content:"🌴"}
.m-dest-americas:before{content:"🗽"}
.m-dest-aus:before{content:"🦘"}
.m-dest-mea:before{content:"🏜"}
.m-dest-sa:before{content:"🌎"}
.m-dest-hkmt:before{content:"🏙"}
.m-dest-cruise:before{content:"🚢"}
.m-dest-yunnan:before{content:"🏔"}
.m-dest-hainan:before{content:"🏖"}
.m-dest-sichuan:before{content:"🐼"}
.m-dest-fujian:before{content:"🍵"}
.m-dest-guangxi:before{content:"🌄"}
.m-dest-hunan:before{content:"🌿"}
.m-dest-huabei:before{content:"🏯"}
.m-dest-xizang:before{content:"🏔"}

.m-channel-section{background:#fff;margin:10px 12px 0;border-radius:12px;-webkit-box-shadow:0 2px 12px rgba(0,0,0,.04);box-shadow:0 2px 12px rgba(0,0,0,.04);overflow:hidden}
.m-channel-section-hd{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:16px 16px 8px;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:4px 12px}
.m-channel-section-title{font-size:17px;font-weight:700;color:#1a1a2e;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:8px;margin:0;padding:0}
.m-channel-section-title a{color:#1a1a2e;text-decoration:none}
.m-channel-section-sub{font-size:12px;color:#999;font-weight:400}
.m-channel-region-more{font-size:12px;color:#999;text-decoration:none;padding:4px 8px;border:1px solid #eee;border-radius:14px;margin-left:auto;-webkit-transition:all .2s;transition:all .2s;white-space:nowrap}
.m-channel-region-more:active{color:#1a73e8;border-color:#1a73e8}
.m-channel-guonei .m-channel-region-more:active{color:#52c41a;border-color:#52c41a}

.m-channel-title-icon{display:inline-block;width:22px;height:22px;border-radius:6px;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}
.m-icon-long{background:-webkit-linear-gradient(135deg,#1a73e8,#4a9af5);background:linear-gradient(135deg,#1a73e8,#4a9af5)}
.m-icon-long:before{content:"";position:absolute;left:5px;top:4px;width:10px;height:2px;background:#fff}
.m-icon-long:after{content:"";position:absolute;left:5px;top:8px;width:10px;height:8px;border:2px solid #fff;border-top:none;border-radius:0 0 2px 2px}
.m-icon-short{background:-webkit-linear-gradient(135deg,#a18cd1,#fbc2eb);background:linear-gradient(135deg,#a18cd1,#fbc2eb)}
.m-icon-short:before{content:"";position:absolute;left:6px;top:4px;width:8px;height:12px;border:2px solid #fff;border-radius:1px}
.m-icon-short:after{content:"";position:absolute;left:9px;top:8px;width:4px;height:4px;border-top:1px solid #fff;border-right:1px solid #fff}
.m-icon-visa{background:-webkit-linear-gradient(135deg,#722ed1,#9254de);background:linear-gradient(135deg,#722ed1,#9254de)}
.m-icon-visa:before{content:"";position:absolute;left:7px;top:4px;width:6px;height:8px;border:2px solid #fff;border-radius:1px}
.m-icon-visa:after{content:"";position:absolute;left:5px;bottom:4px;width:10px;height:2px;background:#fff;border-radius:1px}
.m-icon-gn{background:-webkit-linear-gradient(135deg,#52c41a,#73d13d);background:linear-gradient(135deg,#52c41a,#73d13d)}
.m-icon-gn:before{content:"";position:absolute;left:5px;top:5px;width:10px;height:10px;border:2px solid #fff;border-radius:50%}
.m-icon-gn:after{content:"";position:absolute;left:9px;top:9px;width:4px;height:4px;border-top:1px solid #fff;border-right:1px solid #fff}

.m-channel-region{border-bottom:1px solid #f5f5f5;padding-bottom:4px}
.m-channel-region:last-child{border-bottom:none;padding-bottom:0}
.m-channel-region-hd{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:12px 16px 6px}
.m-channel-region-hd h3{font-size:15px;font-weight:700;color:#1a1a2e;margin:0}
.m-channel-region-hd h3 a{color:#1a1a2e;text-decoration:none}

.m-channel-region-tags{padding:0 16px 8px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:6px}
.m-channel-region-tags a{display:inline-block;font-size:11px;color:#666;background:#f5f5f5;padding:3px 8px;border-radius:4px;text-decoration:none;-webkit-transition:all .2s;transition:all .2s;white-space:nowrap}
.m-channel-region-tags a:active{color:#1a73e8;background:rgba(26,115,232,.08)}
.m-channel-guonei .m-channel-region-tags a:active{color:#52c41a;background:rgba(82,196,26,.08)}

.m-channel-products{padding:0 12px 8px}
.m-channel-empty{text-align:center;padding:30px 0;color:#999;font-size:13px}

.m-channel-visa-section{background:#fff}
.m-channel-visa-intro{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin:0 16px;padding:14px 16px;background:-webkit-linear-gradient(135deg,#722ed1,#9254de);background:linear-gradient(135deg,#722ed1,#9254de);background-color:#722ed1;border-radius:10px;color:#fff}
.m-channel-visa-text h3{font-size:15px;font-weight:700;color:#fff;margin:0 0 4px}
.m-channel-visa-text p{font-size:12px;color:rgba(255,255,255,.8);margin:0}
.m-channel-visa-btn{display:inline-block;padding:8px 18px;background:#fff;color:#722ed1;font-size:13px;font-weight:700;border-radius:18px;text-decoration:none;white-space:nowrap}
.m-channel-visa-btn:active{opacity:.9}

.m-channel-visa-grid{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:12px 16px 16px;gap:8px}
.m-channel-visa-item{display:inline-block;font-size:12px;color:#722ed1;background:rgba(114,46,209,.06);padding:6px 12px;border-radius:6px;text-decoration:none;border:1px solid rgba(114,46,209,.12);-webkit-transition:all .2s;transition:all .2s}
.m-channel-visa-item:active{background:rgba(114,46,209,.12)}
.m-channel-visa-name{font-weight:500}

.m-header-cruise{background:-webkit-linear-gradient(135deg,#1565c0,#1e88e5);background:linear-gradient(135deg,#1565c0,#1e88e5);background-color:#1565c0;-webkit-box-shadow:0 2px 12px rgba(21,101,192,.3);box-shadow:0 2px 12px rgba(21,101,192,.3)}
.m-header-cruise .m-header-title{color:#fff}
.m-header-cruise .m-header-back:before{border-color:#fff}
.m-header-cruise .m-header-phone{color:#fff}
.m-header-cruise .m-header-phone:active{background:rgba(255,255,255,.15)}

.m-cruise-page{background:#eef2f7}
.m-cruise-hero{position:relative;overflow:hidden}
.m-cruise-hero .swiper-slide a{display:block;line-height:0}
.m-cruise-hero .swiper-slide img{width:100%;height:auto;display:block}
.m-cruise-hero-inner{position:absolute;left:0;bottom:0;width:100%;z-index:2;padding:20px 16px 16px;background:-webkit-linear-gradient(transparent,rgba(21,101,192,.85));background:linear-gradient(transparent,rgba(21,101,192,.85));pointer-events:none}
.m-cruise-hero-title{font-size:22px;font-weight:800;color:#fff;margin:0 0 4px;letter-spacing:1px;text-shadow:0 2px 8px rgba(0,0,0,.3)}
.m-cruise-hero-sub{font-size:13px;color:rgba(255,255,255,.9);margin:0;letter-spacing:2px}

.m-cruise-quick{background:#fff;margin:10px 12px 0;border-radius:12px;padding:16px 12px;-webkit-box-shadow:0 2px 12px rgba(0,0,0,.04);box-shadow:0 2px 12px rgba(0,0,0,.04)}
.m-cruise-quick-grid{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px}
.m-cruise-quick-item{width:calc(20% - 8px);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-decoration:none;-webkit-tap-highlight-color:transparent}
.m-cruise-quick-icon{display:block;width:44px;height:44px;border-radius:50%;margin-bottom:6px;position:relative;overflow:hidden;border:2px solid rgba(212,175,55,.25);-webkit-box-shadow:0 2px 10px rgba(212,175,55,.12);box-shadow:0 2px 10px rgba(212,175,55,.12)}
.m-cruise-quick-name{font-size:11px;color:#444;line-height:1.3;font-weight:500;text-align:center}

.m-cruise-area-1{background:-webkit-linear-gradient(135deg,#1890ff,#096dd9);background:linear-gradient(135deg,#1890ff,#096dd9)}
.m-cruise-area-2{background:-webkit-linear-gradient(135deg,#13c2c2,#08979c);background:linear-gradient(135deg,#13c2c2,#08979c)}
.m-cruise-area-3{background:-webkit-linear-gradient(135deg,#722ed1,#531dab);background:linear-gradient(135deg,#722ed1,#531dab)}
.m-cruise-area-4{background:-webkit-linear-gradient(135deg,#eb2f96,#c41d7f);background:linear-gradient(135deg,#eb2f96,#c41d7f)}
.m-cruise-area-all{background:-webkit-linear-gradient(135deg,#d4af37,#b8860b);background:linear-gradient(135deg,#d4af37,#b8860b)}
.m-cruise-area-1:before,.m-cruise-area-2:before,.m-cruise-area-3:before,.m-cruise-area-4:before,.m-cruise-area-all:before{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-size:20px;line-height:1}
.m-cruise-area-1:before{content:"🌏"}
.m-cruise-area-2:before{content:"🏖"}
.m-cruise-area-3:before{content:"🌊"}
.m-cruise-area-4:before{content:"🌴"}
.m-cruise-area-all:before{content:"🚢"}

.m-cruise-section-hd{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:16px 16px 10px}
.m-cruise-section-title{font-size:17px;font-weight:700;color:#1a1a2e;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:8px;margin:0;padding:0}

.m-icon-cruise-brand{background:-webkit-linear-gradient(135deg,#d4af37,#b8860b);background:linear-gradient(135deg,#d4af37,#b8860b)}
.m-icon-cruise-brand:before{content:"★";position:absolute;left:5px;top:3px;font-size:12px;color:#fff}
.m-icon-cruise-ship{background:-webkit-linear-gradient(135deg,#1890ff,#096dd9);background:linear-gradient(135deg,#1890ff,#096dd9)}
.m-icon-cruise-ship:before{content:"";position:absolute;left:4px;top:6px;width:12px;height:8px;border:2px solid #fff;border-bottom:none;border-radius:6px 6px 0 0}
.m-icon-cruise-ship:after{content:"";position:absolute;left:3px;bottom:5px;width:14px;height:3px;background:#fff;border-radius:1px}
.m-icon-cruise-tip{background:-webkit-linear-gradient(135deg,#13c2c2,#08979c);background:linear-gradient(135deg,#13c2c2,#08979c)}
.m-icon-cruise-tip:before{content:"?";position:absolute;left:7px;top:3px;font-size:12px;color:#fff;font-weight:700}

.m-cruise-brands{background:#fff;margin:10px 12px 0;border-radius:12px;overflow:hidden;-webkit-box-shadow:0 2px 12px rgba(0,0,0,.04);box-shadow:0 2px 12px rgba(0,0,0,.04)}
.m-cruise-brands-scroll{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow-x:auto;-webkit-overflow-scrolling:touch;padding:0 12px 14px;gap:14px;scrollbar-width:none}
.m-cruise-brands-scroll::-webkit-scrollbar{display:none}
.m-cruise-brand-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-decoration:none;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-tap-highlight-color:transparent;min-width:64px}
.m-cruise-brand-logo{width:52px;height:52px;border-radius:50%;background:#f5f7fa;border:1px solid rgba(212,175,55,.15);overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-bottom:6px}
.m-cruise-brand-logo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}
.m-cruise-brand-text{font-size:14px;color:#b8860b;font-weight:700}
.m-cruise-brand-name{font-size:10px;color:#666;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:64px}

.m-cruise-filter-section{margin:10px 12px 0}
.m-cruise-filter-bar{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;background:#fff;border-radius:10px;overflow:hidden;position:relative;z-index:100;-webkit-box-shadow:0 2px 12px rgba(0,0,0,.04);box-shadow:0 2px 12px rgba(0,0,0,.04)}
.m-cruise-filter-item{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:42px;font-size:13px;color:#666;cursor:pointer;position:relative;text-decoration:none;-webkit-tap-highlight-color:transparent}
.m-cruise-filter-item:active{background:rgba(21,101,192,.05)}
.m-cruise-filter-item.active{color:#1565c0}
.m-cruise-filter-item.active span{font-weight:600}
.m-cruise-filter-item i{display:inline-block;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #999;margin-left:4px;vertical-align:middle}
.m-cruise-filter-item.active i{border-top-color:#1565c0}
.m-cruise-filter-item+.m-cruise-filter-item:before{content:"";position:absolute;left:0;top:25%;height:50%;width:1px;background:#eee}

.m-cruise-filter-panel{position:fixed;left:0;top:0;width:100%;height:100%;z-index:200}
.m-cruise-filter-mask{position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.5)}
.m-cruise-filter-content{position:relative;z-index:1;background:#fff;padding:8px 0;max-height:60%;overflow-y:auto;-webkit-overflow-scrolling:touch}
.m-cruise-filter-option{display:block;padding:12px 20px;font-size:14px;color:#444;text-decoration:none;cursor:pointer;-webkit-tap-highlight-color:transparent}
.m-cruise-filter-option:active{background:rgba(21,101,192,.05)}
.m-cruise-filter-option.active{color:#1565c0;font-weight:600}

.m-cruise-list-count{padding:12px 16px 6px;font-size:12px;color:#999}
.m-cruise-list-count em{font-style:normal;color:#b8860b;font-weight:600}

.m-cruise-list{padding:0 12px 8px}
.m-cruise-card{display:block;background:#fff;border-radius:12px;overflow:hidden;margin-bottom:10px;-webkit-box-shadow:0 2px 12px rgba(0,0,0,.06);box-shadow:0 2px 12px rgba(0,0,0,.06);text-decoration:none;color:#1a1a2e;-webkit-transition:-webkit-transform .15s;transition:transform .15s;border:1px solid rgba(212,175,55,.06)}
.m-cruise-card:active{-webkit-transform:scale(.98);transform:scale(.98)}
.m-cruise-card-img{position:relative;width:100%;height:180px;overflow:hidden}
.m-cruise-card-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}
.m-cruise-card-promo{position:absolute;left:0;top:12px;background:-webkit-linear-gradient(135deg,#d4af37,#b8860b);background:linear-gradient(135deg,#d4af37,#b8860b);color:#fff;font-size:11px;font-weight:700;padding:3px 10px 3px 8px;border-radius:0 12px 12px 0;letter-spacing:.5px}
.m-cruise-card-info{padding:14px 14px 12px}
.m-cruise-card-name{font-size:15px;font-weight:700;color:#1a1a2e;line-height:1.4;margin:0 0 8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}
.m-cruise-card-meta{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:6px;margin-bottom:6px;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}
.m-cruise-card-carrier{font-size:10px;color:#b8860b;background:rgba(212,175,55,.08);padding:2px 6px;border-radius:3px;font-weight:600;border:1px solid rgba(212,175,55,.15)}
.m-cruise-card-ship{font-size:10px;color:#666;background:#f5f5f5;padding:2px 6px;border-radius:3px}
.m-cruise-card-days{font-size:10px;color:#1890ff;background:rgba(24,144,255,.08);padding:2px 6px;border-radius:3px}
.m-cruise-card-route{font-size:12px;color:#999;margin-bottom:8px}
.m-cruise-card-bottom{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}
.m-cruise-card-price{color:#b8860b;font-family:Arial,"Helvetica Neue",sans-serif}
.m-cruise-card-price em{font-size:12px;font-style:normal}
.m-cruise-card-price strong{font-size:22px;font-weight:800;margin:0 1px;letter-spacing:-.5px}
.m-cruise-card-price span{font-size:11px;color:#999}
.m-cruise-card-date{font-size:11px;color:#999;background:#f5f5f5;padding:3px 8px;border-radius:10px}

.m-cruise-empty{text-align:center;padding:60px 0}
.m-cruise-empty-icon{font-size:48px;margin-bottom:12px}
.m-cruise-empty p{color:#999;font-size:14px;margin:0}

.m-cruise-ships-section{background:#fff;margin:10px 12px 0;border-radius:12px;overflow:hidden;-webkit-box-shadow:0 2px 12px rgba(0,0,0,.04);box-shadow:0 2px 12px rgba(0,0,0,.04)}
.m-cruise-ships-grid{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:4px 12px 14px;gap:8px}
.m-cruise-ship-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:8px 12px;background:#f5f7fa;border-radius:8px;text-decoration:none;border:1px solid #eee;-webkit-transition:all .2s;transition:all .2s;-webkit-tap-highlight-color:transparent;width:calc((100% - 16px) / 3);-webkit-box-sizing:border-box;box-sizing:border-box;min-width:0}
.m-cruise-ship-item:active{background:rgba(212,175,55,.08);border-color:rgba(212,175,55,.2)}
.m-cruise-ship-name{font-size:12px;color:#333;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}
.m-cruise-ship-ton{font-size:10px;color:#999;margin-top:2px}

.m-cruise-tips-section{background:#fff;margin:10px 12px 0;border-radius:12px;overflow:hidden;padding-bottom:4px;-webkit-box-shadow:0 2px 12px rgba(0,0,0,.04);box-shadow:0 2px 12px rgba(0,0,0,.04)}
.m-cruise-tips-list{padding:0 12px}
.m-cruise-tip-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:12px 0;border-bottom:1px solid #f5f5f5;text-decoration:none;-webkit-tap-highlight-color:transparent}
.m-cruise-tip-item:last-child{border-bottom:none}
.m-cruise-tip-num{font-size:14px;color:#b8860b;font-weight:800;margin-right:12px;font-family:Georgia,serif;min-width:22px}
.m-cruise-tip-text{font-size:13px;color:#444;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}

.m-cruise-detail-meta{background:#fff;margin-bottom:10px;padding:12px 16px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px 16px}
.m-cruise-meta-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:6px;font-size:13px}
.m-cruise-meta-label{color:#999;white-space:nowrap}
.m-cruise-meta-value{color:#333;font-weight:600}

.m-cruise-cabin-list{padding:0}
.m-cruise-cabin-item{background:#f8f9fb;border-radius:10px;padding:14px;margin-bottom:10px}
.m-cruise-cabin-item:last-child{margin-bottom:0}
.m-cruise-cabin-hd{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:6px}
.m-cruise-cabin-type{font-size:14px;font-weight:700;color:#1a1a2e}
.m-cruise-cabin-stock{font-size:11px;color:#43a047;background:#e8f5e9;padding:2px 8px;border-radius:10px}
.m-cruise-cabin-room{font-size:12px;color:#888;margin-bottom:6px}
.m-cruise-cabin-desc{font-size:12px;color:#999;line-height:1.5;max-height:60px;overflow:hidden;margin-bottom:8px}
.m-cruise-cabin-bottom{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;border-top:1px solid #eee;padding-top:10px}
.m-cruise-cabin-prices{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:12px}
.m-cruise-cabin-price{color:#ff4d4f;font-weight:700;font-size:16px}
.m-cruise-cabin-price em{font-size:12px;font-style:normal}
.m-cruise-cabin-price small{font-size:11px;color:#999;font-weight:400}
.m-cruise-cabin-book{display:inline-block;background:-webkit-linear-gradient(135deg,#ff6b35,#d7261e);background:linear-gradient(135deg,#ff6b35,#d7261e);color:#fff!important;border:none;padding:6px 16px;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;text-decoration:none}

.m-cruise-ship-info{padding:4px 0}
.m-cruise-ship-img{width:100%;height:160px;border-radius:8px;overflow:hidden;margin-bottom:10px}
.m-cruise-ship-img img{width:100%;height:160px;-o-object-fit:cover;object-fit:cover;display:block}
.m-cruise-ship-name{font-size:16px;font-weight:700;color:#1a1a2e;margin:0 0 4px}
.m-cruise-ship-carrier{font-size:13px;color:#888;margin:0 0 12px}
.m-cruise-ship-specs{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:6px}
.m-cruise-ship-spec{background:#f0f2f5;border-radius:6px;padding:6px 0;text-align:center;width:calc(25% - 5px);-webkit-box-sizing:border-box;box-sizing:border-box}
.m-cruise-ship-spec span{display:block;font-size:10px;color:#bbb;margin-bottom:2px}
.m-cruise-ship-spec b{font-size:13px;color:#333;font-weight:700}

.m-section-icon-cabin{background:-webkit-linear-gradient(135deg,#1e88e5,#42a5f5);background:linear-gradient(135deg,#1e88e5,#42a5f5)}
.m-section-icon-cabin:before{content:"■";position:absolute;left:6px;top:4px;font-size:10px;color:#fff}
.m-section-icon-ship{background:-webkit-linear-gradient(135deg,#00897b,#26a69a);background:linear-gradient(135deg,#00897b,#26a69a)}
.m-section-icon-ship:before{content:"⚓";position:absolute;left:4px;top:3px;font-size:11px;color:#fff}

@media screen and (max-width:360px){
    .m-cruise-card-img{height:150px}
    .m-cruise-card-price strong{font-size:18px}
    .m-cruise-hero-title{font-size:18px}
    .m-cruise-quick-icon{width:38px;height:38px}
    .m-cruise-brand-logo{width:44px;height:44px}
}

.m-dingzhi-banner{margin:12px 12px 0;border-radius:12px;overflow:hidden;background:-webkit-linear-gradient(135deg,#d4a44a 0%,#b8860b 40%,#8b6914 100%);background:linear-gradient(135deg,#d4a44a 0%,#b8860b 40%,#8b6914 100%);background-color:#b8860b;position:relative;-webkit-box-shadow:0 4px 16px rgba(184,134,11,.25);box-shadow:0 4px 16px rgba(184,134,11,.25)}
.m-dingzhi-inner{padding:20px 18px 18px;position:relative;z-index:1;text-align:center}
.m-dingzhi-badge{display:inline-block;font-size:10px;color:rgba(255,255,255,.7);letter-spacing:3px;font-weight:600;margin-bottom:6px;text-transform:uppercase}
.m-dingzhi-title{font-size:22px;font-weight:800;color:#fff;margin:0 0 4px;letter-spacing:2px;text-shadow:0 2px 8px rgba(0,0,0,.2)}
.m-dingzhi-sub{font-size:12px;color:rgba(255,255,255,.85);margin:0 0 12px;letter-spacing:1px}
.m-dingzhi-features{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;gap:8px;margin-bottom:14px;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}
.m-dingzhi-feat{display:inline-block;font-size:11px;color:#fff;background:rgba(255,255,255,.18);padding:3px 10px;border-radius:14px;border:1px solid rgba(255,255,255,.2);white-space:nowrap}
.m-dingzhi-btn{display:inline-block;padding:8px 32px;background:#fff;color:#b8860b;font-size:14px;font-weight:700;border-radius:22px;text-decoration:none;letter-spacing:1px;-webkit-box-shadow:0 4px 12px rgba(0,0,0,.15);box-shadow:0 4px 12px rgba(0,0,0,.15);-webkit-transition:-webkit-transform .15s;transition:transform .15s}
.m-dingzhi-btn:active{-webkit-transform:scale(.96);transform:scale(.96)}

.m-cate-flight{background:-webkit-linear-gradient(135deg,#1890ff 0%,#096dd9 100%);background:linear-gradient(135deg,#1890ff 0%,#096dd9 100%);background-color:#1890ff}
.m-cate-flight:before{content:"✈️";position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-size:22px;line-height:1}

.m-jp-page{padding-top:52px;background:#f2f3f7;min-height:100vh;padding-bottom:20px}
.m-jp-hero{margin:10px 12px 0;border-radius:12px;overflow:hidden;background:-webkit-linear-gradient(135deg,#1a1a2e 0%,#16213e 50%,#0f3460 100%);background:linear-gradient(135deg,#1a1a2e 0%,#16213e 50%,#0f3460 100%);background-color:#1a1a2e;-webkit-box-shadow:0 4px 16px rgba(26,26,46,.3);box-shadow:0 4px 16px rgba(26,26,46,.3)}
.m-jp-hero-inner{padding:22px 18px;text-align:center}
.m-jp-hero-title{font-size:22px;font-weight:800;color:#fff;margin:0 0 4px;letter-spacing:2px}
.m-jp-hero-sub{font-size:13px;color:rgba(255,255,255,.7);margin:0;letter-spacing:1px}

.m-jp-form-card{background:#fff;margin:10px 12px 0;border-radius:12px;-webkit-box-shadow:0 2px 12px rgba(0,0,0,.04);box-shadow:0 2px 12px rgba(0,0,0,.04);overflow:hidden;padding:0 16px 16px}
.m-jp-tabs{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;border-bottom:1px solid #f0f0f0;margin:0 -16px 14px;padding:0 16px}
.m-jp-tab{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;text-align:center;padding:14px 0;font-size:14px;color:#999;cursor:pointer;position:relative;-webkit-tap-highlight-color:transparent;-webkit-transition:color .2s;transition:color .2s}
.m-jp-tab.active{color:#1890ff;font-weight:700}
.m-jp-tab.active:after{content:"";position:absolute;left:25%;right:25%;bottom:0;height:3px;background:-webkit-linear-gradient(135deg,#1890ff,#096dd9);background:linear-gradient(135deg,#1890ff,#096dd9);border-radius:2px 2px 0 0}

.m-jp-form label{display:block;font-size:12px;color:#999;margin-bottom:4px}
.m-jp-input{width:100%;height:40px;border:1px solid #e8e8e8;border-radius:8px;padding:0 12px;font-size:14px;color:#333;outline:none;background:#fafbfc;-webkit-appearance:none;box-sizing:border-box;-webkit-transition:border-color .2s;transition:border-color .2s}
.m-jp-input:focus{border-color:#1890ff;background:#fff}
.m-jp-input::-webkit-input-placeholder{color:#bbb}
.m-jp-textarea{width:100%;border:1px solid #e8e8e8;border-radius:8px;padding:10px 12px;font-size:14px;color:#333;outline:none;background:#fafbfc;-webkit-appearance:none;box-sizing:border-box;resize:none;-webkit-transition:border-color .2s;transition:border-color .2s}
.m-jp-textarea:focus{border-color:#1890ff;background:#fff}

.m-jp-city-row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:8px;margin-bottom:12px;position:relative}
.m-jp-city-field{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;position:relative}
.m-jp-swap{display:block;width:28px;height:28px;border-radius:50%;background:#f0f5ff;border:1px solid #d6e4ff;position:relative;cursor:pointer;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-tap-highlight-color:transparent}
.m-jp-swap:before{content:"⇄";position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-size:14px;color:#1890ff}

.m-jp-dropdown{position:absolute;left:0;right:0;top:44px;background:#fff;border:1px solid #e8e8e8;border-radius:8px;max-height:200px;overflow-y:auto;z-index:100;display:none;-webkit-box-shadow:0 4px 12px rgba(0,0,0,.1);box-shadow:0 4px 12px rgba(0,0,0,.1)}
.m-jp-dropdown-item{padding:10px 12px;font-size:13px;color:#333;cursor:pointer;border-bottom:1px solid #f5f5f5;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.m-jp-dropdown-item:last-child{border-bottom:none}
.m-jp-dropdown-item:active{background:#f0f5ff}
.m-jp-dropdown-city{font-size:11px;color:#999}

.m-jp-date-row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:10px;margin-bottom:12px}
.m-jp-date-field{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}

.m-jp-multi-segs{margin-bottom:12px}
.m-jp-seg{background:#f8f9fb;border-radius:8px;padding:12px;margin-bottom:10px}
.m-jp-seg:last-child{margin-bottom:0}
.m-jp-seg-label{font-size:13px;font-weight:600;color:#1890ff;margin-bottom:8px}

.m-jp-options{margin-bottom:14px}
.m-jp-option-row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:10px}
.m-jp-option-row>label{font-size:13px;color:#666;margin-right:12px;white-space:nowrap;margin-bottom:0;min-width:36px}
.m-jp-cabin-tabs{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:6px}
.m-jp-cabin-tab{display:inline-block;padding:6px 14px;font-size:12px;color:#666;background:#f5f5f5;border-radius:16px;cursor:pointer;-webkit-tap-highlight-color:transparent;-webkit-transition:all .2s;transition:all .2s}
.m-jp-cabin-tab.active{color:#fff;background:-webkit-linear-gradient(135deg,#1890ff,#096dd9);background:linear-gradient(135deg,#1890ff,#096dd9);font-weight:600}
.m-jp-num-control{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:0}
.m-jp-num-btn{width:30px;height:30px;line-height:30px;text-align:center;font-size:18px;color:#1890ff;background:#f0f5ff;border-radius:6px;cursor:pointer;-webkit-tap-highlight-color:transparent}
.m-jp-num-btn:active{background:#d6e4ff}
.m-jp-num-val{width:36px;text-align:center;font-size:16px;font-weight:700;color:#1a1a2e}

.m-jp-contact{margin-bottom:14px;padding-top:10px;border-top:1px solid #f0f0f0}
.m-jp-contact-title{font-size:14px;font-weight:600;color:#1a1a2e;margin-bottom:10px}
.m-jp-field{margin-bottom:10px}
.m-jp-field:last-child{margin-bottom:0}

.m-jp-submit{display:block;width:100%;height:46px;line-height:46px;text-align:center;background:-webkit-linear-gradient(135deg,#1890ff,#096dd9);background:linear-gradient(135deg,#1890ff,#096dd9);color:#fff;font-size:16px;font-weight:700;border:none;border-radius:23px;cursor:pointer;letter-spacing:1px;-webkit-box-shadow:0 4px 12px rgba(24,144,255,.3);box-shadow:0 4px 12px rgba(24,144,255,.3);-webkit-transition:opacity .15s;transition:opacity .15s}
.m-jp-submit:active{opacity:.85}
.m-jp-submitting{opacity:.7;pointer-events:none}

.m-jp-advantages{background:#fff;margin:10px 12px 0;border-radius:12px;padding:16px;-webkit-box-shadow:0 2px 12px rgba(0,0,0,.04);box-shadow:0 2px 12px rgba(0,0,0,.04)}
.m-jp-section-title{font-size:15px;font-weight:700;color:#1a1a2e;margin-bottom:12px;position:relative;padding-left:14px}
.m-jp-section-title:before{content:"";position:absolute;left:0;top:1px;width:4px;height:16px;background:-webkit-linear-gradient(180deg,#1890ff,#096dd9);background:linear-gradient(180deg,#1890ff,#096dd9);border-radius:2px}
.m-jp-adv-grid{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px}
.m-jp-adv-item{width:calc(50% - 5px);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:10px 12px;background:#f8f9fb;border-radius:8px;box-sizing:border-box}
.m-jp-adv-icon{display:block;width:36px;height:36px;border-radius:50%;margin-right:10px;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}
.m-jp-adv-name{font-size:13px;color:#333;font-weight:600}

.m-jp-adv-cert{background:-webkit-linear-gradient(135deg,#d4af37,#b8860b);background:linear-gradient(135deg,#d4af37,#b8860b)}
.m-jp-adv-cert:before{content:"★";position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-size:16px;color:#fff}
.m-jp-adv-price{background:-webkit-linear-gradient(135deg,#ff4d4f,#ff7875);background:linear-gradient(135deg,#ff4d4f,#ff7875)}
.m-jp-adv-price:before{content:"¥";position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-size:16px;color:#fff;font-weight:700}
.m-jp-adv-consult{background:-webkit-linear-gradient(135deg,#1890ff,#096dd9);background:linear-gradient(135deg,#1890ff,#096dd9)}
.m-jp-adv-consult:before{content:"♥";position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-size:16px;color:#fff}
.m-jp-adv-change{background:-webkit-linear-gradient(135deg,#52c41a,#73d13d);background:linear-gradient(135deg,#52c41a,#73d13d)}
.m-jp-adv-change:before{content:"↺";position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-size:16px;color:#fff;font-weight:700}

.m-jp-vvip{background:#fff;margin:10px 12px 0;border-radius:12px;padding:16px;-webkit-box-shadow:0 2px 12px rgba(0,0,0,.04);box-shadow:0 2px 12px rgba(0,0,0,.04)}
.m-jp-vvip-card{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background:-webkit-linear-gradient(135deg,#1a1a2e,#16213e);background:linear-gradient(135deg,#1a1a2e,#16213e);border-radius:10px;padding:14px;overflow:hidden}
.m-jp-vvip-badge{display:inline-block;padding:4px 10px;background:-webkit-linear-gradient(135deg,#d4af37,#b8860b);background:linear-gradient(135deg,#d4af37,#b8860b);color:#fff;font-size:11px;font-weight:800;letter-spacing:1px;border-radius:4px;margin-right:12px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}
.m-jp-vvip-text{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;min-width:0}
.m-jp-vvip-text h3{font-size:14px;font-weight:700;color:#fff;margin:0 0 4px}
.m-jp-vvip-text p{font-size:11px;color:rgba(255,255,255,.6);margin:0;line-height:1.4}
.m-jp-vvip-btn{display:inline-block;padding:6px 14px;background:#d4af37;color:#fff;font-size:12px;font-weight:700;border-radius:14px;text-decoration:none;white-space:nowrap;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}

.m-jp-partners{background:#fff;margin:10px 12px 0;border-radius:12px;padding:16px;-webkit-box-shadow:0 2px 12px rgba(0,0,0,.04);box-shadow:0 2px 12px rgba(0,0,0,.04)}
.m-jp-partner-scroll{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow-x:auto;-webkit-overflow-scrolling:touch;gap:10px;padding-bottom:4px;scrollbar-width:none}
.m-jp-partner-scroll::-webkit-scrollbar{display:none}
.m-jp-partner-item{display:inline-block;padding:8px 16px;background:#f8f9fb;border:1px solid #eee;border-radius:8px;font-size:12px;color:#444;font-weight:500;white-space:nowrap;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-tap-highlight-color:transparent}

.m-jp-trust{margin:10px 12px 0;border-radius:12px;overflow:hidden;background:-webkit-linear-gradient(135deg,#1890ff,#096dd9);background:linear-gradient(135deg,#1890ff,#096dd9);background-color:#1890ff;-webkit-box-shadow:0 4px 16px rgba(24,144,255,.25);box-shadow:0 4px 16px rgba(24,144,255,.25)}
.m-jp-trust-grid{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:18px 0}
.m-jp-trust-item{width:25%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.m-jp-trust-item strong{font-size:20px;color:#fff;font-weight:800;font-family:Arial,"Helvetica Neue",sans-serif}
.m-jp-trust-item span{font-size:11px;color:rgba(255,255,255,.7);margin-top:2px}

.m-jp-dialog-mask{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:2000}
.m-jp-dialog{position:fixed;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:280px;background:#fff;border-radius:14px;z-index:2001;text-align:center;padding:28px 20px 20px;-webkit-box-shadow:0 8px 32px rgba(0,0,0,.15);box-shadow:0 8px 32px rgba(0,0,0,.15)}
.m-jp-dialog-title{font-size:17px;font-weight:700;color:#1a1a2e;margin-bottom:8px}
.m-jp-dialog-msg{font-size:14px;color:#666;line-height:1.6;margin-bottom:18px}
.m-jp-dialog-btn{display:inline-block;padding:8px 40px;background:-webkit-linear-gradient(135deg,#1890ff,#096dd9);background:linear-gradient(135deg,#1890ff,#096dd9);color:#fff;font-size:14px;font-weight:600;border-radius:20px;cursor:pointer}

@media screen and (max-width:360px){
    .m-jp-hero-title{font-size:18px}
    .m-jp-trust-item strong{font-size:16px}
    .m-jp-adv-item{padding:8px 10px}
    .m-jp-adv-icon{width:32px;height:32px}
    .m-jp-adv-name{font-size:12px}
}

.m-about-tabs{background:#fff;margin:10px 12px 0;border-radius:12px;-webkit-box-shadow:0 2px 12px rgba(0,0,0,.04);box-shadow:0 2px 12px rgba(0,0,0,.04);overflow:hidden}
.m-about-tabs-scroll{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow-x:auto;-webkit-overflow-scrolling:touch;padding:0 4px;scrollbar-width:none}
.m-about-tabs-scroll::-webkit-scrollbar{display:none}
.m-about-tab{display:inline-block;padding:14px 14px;font-size:14px;color:#666;text-decoration:none;white-space:nowrap;-webkit-tap-highlight-color:transparent;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-transition:color .2s;transition:color .2s}
.m-about-tab:active{color:#1a73e8}
.m-about-tab.active{color:#1a73e8;font-weight:700}
.m-about-tab.active:after{content:"";position:absolute;left:14px;right:14px;bottom:0;height:3px;background:-webkit-linear-gradient(135deg,#1a73e8,#4a9af5);background:linear-gradient(135deg,#1a73e8,#4a9af5);border-radius:2px 2px 0 0}

.m-about-content{background:#fff;margin:10px 12px 0;border-radius:12px;-webkit-box-shadow:0 2px 12px rgba(0,0,0,.04);box-shadow:0 2px 12px rgba(0,0,0,.04);overflow:hidden;padding:16px;min-height:300px}
.m-about-content-inner{font-size:14px;color:#333;line-height:1.8;word-break:break-word}
.m-about-content-inner img{max-width:100%;height:auto;display:block;margin:8px 0;border-radius:6px}
.m-about-content-inner table{width:100%;border-collapse:collapse;margin:8px 0;font-size:13px}
.m-about-content-inner td,.m-about-content-inner th{border:1px solid #eee;padding:8px;text-align:left}
.m-about-content-inner h1,.m-about-content-inner h2,.m-about-content-inner h3,.m-about-content-inner h4{color:#1a1a2e;margin:16px 0 8px;font-weight:700}
.m-about-content-inner p{margin:8px 0}
.m-about-content-inner a{color:#1a73e8;text-decoration:none}

.m-about-empty{text-align:center;padding:80px 20px;color:#999;font-size:14px}
