.mxp{background:#fff;color:#636363;padding:clamp(44px,7vw,76px) 20px clamp(52px,8vw,84px);font-family:'Prompt',-apple-system,'Segoe UI',sans-serif}
.mxp *{box-sizing:border-box}
.mxp-wrap{max-width:1200px;margin:0 auto}
.mxp-head{display:flex;flex-direction:column;gap:8px;animation:mxp-fadeUp .6s ease both}
.mxp .section-title{margin-bottom:0}
.mxp-sub{margin:6px 0 0;text-align:left;max-width:none;font-size:clamp(17px,2.3vw,21px);line-height:1.6;font-weight:500;color:#3971b1}
.mxp-marquee{margin-top:40px;display:flex;flex-direction:column;gap:14px}
.mxp-mrow{overflow:hidden;cursor:grab;touch-action:pan-y;user-select:none;-webkit-user-select:none;-webkit-mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent)}
.mxp-mrow.is-drag{cursor:grabbing}
.mxp-mtrack{display:flex;gap:14px;width:max-content;will-change:transform}
.mxp-mcard{position:relative;height:240px;border-radius:12px;overflow:hidden;cursor:zoom-in;border:1px solid #E4E4E0;background:#F6F6F4;transition:transform .3s ease;flex:0 0 auto}
.mxp-mcard:hover{transform:scale(1.03)}
.mxp-mcard .mxp-mimg{height:240px;aspect-ratio:4/3;background-size:cover;background-position:center}
.mxp-mcard .mxp-mcap{position:absolute;left:0;right:0;bottom:0;padding:30px 12px 10px;color:#fff;background:linear-gradient(180deg,rgba(20,25,30,0),rgba(20,25,30,.72));font-size:12.5px;font-weight:500}
.mxp-mvid{aspect-ratio:9/16;background:#1A2530;cursor:pointer}
.mxp-mvid .mxp-mimg{position:absolute;inset:0;height:auto;aspect-ratio:auto}
.mxp-veil{position:absolute;inset:0;background:rgba(20,25,30,.18)}
.mxp-play{position:absolute;inset:0;display:grid;place-items:center}
.mxp-play i{width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.94);display:grid;place-items:center;box-shadow:0 4px 14px rgba(20,25,30,.3)}
.mxp-play i::after{content:"";width:0;height:0;border-left:11px solid #2480d0;border-top:7px solid transparent;border-bottom:7px solid transparent;margin-left:3px}
.mxp-badge{position:absolute;top:8px;left:8px;padding:3px 9px;border-radius:999px;background:rgba(255,255,255,.92);font-size:10.5px;font-weight:600;color:#3971b1}
.mxp-chips{margin-top:36px;display:flex;gap:8px;overflow-x:auto;padding-bottom:6px;scrollbar-width:none;-webkit-overflow-scrolling:touch}
.mxp-chips::-webkit-scrollbar{display:none}
.mxp-chip{flex:0 0 auto;padding:9px 20px;border-radius:999px;border:1px solid #DDE3E8;background:#fff;color:#555;font-family:'Prompt',sans-serif;font-size:14px;font-weight:500;cursor:pointer;transition:all .15s ease;white-space:nowrap;line-height:1.4}
.mxp-chip:hover{border-color:#2480d0;color:#2480d0}
.mxp-chip.is-on{background:#2480d0;border-color:#2480d0;color:#fff}
.mxp-grid{margin-top:24px;columns:290px auto;column-gap:14px}
.mxp-fig{break-inside:avoid;margin:0 0 14px;position:relative;border-radius:10px;overflow:hidden;cursor:zoom-in;background:#F6F6F4;border:1px solid #E4E4E0;animation:mxp-fadeUp .5s ease both}
.mxp-fig:hover{box-shadow:0 12px 28px rgba(36,128,208,.16)}
.mxp-fig img{width:100%;display:block}
.mxp-fig figcaption{position:absolute;left:0;right:0;bottom:0;padding:36px 14px 12px;color:#fff;font-size:13.5px;font-weight:500;background:linear-gradient(180deg,rgba(20,25,30,0),rgba(20,25,30,.74))}
.mxp-vfig{break-inside:avoid;margin:0 0 14px;position:relative;aspect-ratio:9/16;border-radius:10px;overflow:hidden;background:#1A2530;cursor:pointer;animation:mxp-fadeUp .5s ease both}
.mxp-vfig img{width:100%;height:100%;object-fit:cover;display:block}
.mxp-vshade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(20,25,30,.08) 50%,rgba(20,25,30,.72) 100%)}
.mxp-vbadge{position:absolute;top:12px;left:12px;display:inline-flex;align-items:center;gap:6px;padding:5px 12px;border-radius:999px;background:rgba(255,255,255,.92);font-size:12px;font-weight:600;color:#3971b1;letter-spacing:.5px}
.mxp-vbadge b{width:7px;height:7px;border-radius:50%;background:#2480d0;display:block}
.mxp-vplay{position:absolute;inset:0;display:grid;place-items:center}
.mxp-vplay i{width:54px;height:54px;border-radius:50%;background:rgba(255,255,255,.94);display:grid;place-items:center;transition:transform .2s ease;box-shadow:0 4px 16px rgba(20,25,30,.3)}
.mxp-vfig:hover .mxp-vplay i{transform:scale(1.08)}
.mxp-vplay i::after{content:"";width:0;height:0;border-left:15px solid #2480d0;border-top:9px solid transparent;border-bottom:9px solid transparent;margin-left:4px}
.mxp-vcap{position:absolute;left:14px;right:14px;bottom:12px;color:#fff;font-size:13.5px;font-weight:500;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.mxp-more{margin-top:22px;display:flex;align-items:center;justify-content:center;gap:18px;flex-wrap:wrap}
.mxp-btn{padding:13px 36px;border-radius:999px;border:1.5px solid #2480d0;background:#fff;color:#2480d0;font-family:'Prompt',sans-serif;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s ease;line-height:1.4}
.mxp-btn:hover{background:#2480d0;border-color:#2480d0;color:#fff}
.mxp-btn[hidden]{display:none}
.mxp-grid .mxp-swapping{z-index:5;box-shadow:0 18px 44px rgba(16,22,28,.28)}
.mxp-cta{margin-top:56px;background:linear-gradient(135deg,#F2F8FD,#E7F2FB);border:1px solid #DCE9F4;border-radius:18px;padding:40px 28px 36px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px}
.mxp-cta-h{font-size:clamp(20px,3vw,24px);font-weight:600;color:#3971b1;font-family:'Prompt',sans-serif}
.mxp-cta-p{font-size:15px;color:#636363;line-height:1.7;max-width:640px}
.mxp-cta-btns{margin-top:14px;display:flex;gap:12px;flex-wrap:wrap;align-items:center;justify-content:center}
.mxp .mxp-line,.mxp .mxp-tel{display:inline-flex;align-items:center;justify-content:center;gap:9px;height:50px;padding:0 26px;margin:0;min-height:0;text-transform:none;letter-spacing:normal;box-sizing:border-box;white-space:nowrap;border-radius:999px;color:#fff;border:0;font-family:'Prompt',sans-serif;font-size:15px;font-weight:500;text-decoration:none;cursor:pointer;line-height:1;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}
.mxp .mxp-line{background:#06C755;box-shadow:0 8px 20px rgba(6,199,85,.26)}
.mxp .mxp-tel{background:#2480d0;box-shadow:0 8px 20px rgba(36,128,208,.26)}
.mxp .mxp-line:hover,.mxp .mxp-tel:hover{filter:brightness(1.06);transform:translateY(-2px);color:#fff}
.mxp .mxp-line svg,.mxp .mxp-tel svg{width:19px;height:19px;flex:0 0 auto}
.mxp-socials{display:inline-flex;gap:10px;align-items:center;padding-left:14px;margin-left:4px;border-left:1px solid #C9DCEC}
.mxp .mxp-so{width:46px;height:46px;border-radius:50%;background:#fff;border:1px solid #DCE3EB;display:inline-flex;align-items:center;justify-content:center;transition:all .15s ease}
.mxp .mxp-so svg{width:20px;height:20px;display:block}
.mxp .mxp-so:hover{transform:translateY(-2px);box-shadow:0 6px 14px rgba(36,128,208,.2)}
.mxp-lb{position:fixed;inset:0;z-index:9999;background:rgba(16,22,28,.92);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;padding:20px}
.mxp-lb[hidden]{display:none}
.mxp-lb-x{position:fixed;top:18px;right:18px;width:42px;height:42px;border-radius:50%;border:1px solid rgba(255,255,255,.4);background:rgba(255,255,255,.08);color:#fff;font-size:20px;line-height:1;cursor:pointer;transition:all .15s ease;z-index:2}
.mxp-lb-x:hover,.mxp-lb-nav:hover{background:#2480d0;border-color:#2480d0}
.mxp-lb-body{position:relative;display:flex;align-items:center;justify-content:center;width:100%}
.mxp-lb img.mxp-lb-img{max-width:min(86vw,860px);max-height:66vh;width:auto;height:auto;display:block;border-radius:8px;box-shadow:0 24px 70px rgba(0,0,0,.45)}
.mxp-lb-frame{width:min(92vw,420px);aspect-ratio:9/16;max-height:82vh;border-radius:14px;overflow:hidden;background:#000;box-shadow:0 24px 70px rgba(0,0,0,.5)}
.mxp-lb-frame iframe{width:100%;height:100%;border:0;display:block}
.mxp-lb-nav{position:absolute;top:50%;margin-top:-22px;z-index:2;width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.4);background:rgba(255,255,255,.08);color:#fff;font-size:18px;cursor:pointer;transition:all .15s ease}
.mxp-lb-prev{left:4px}.mxp-lb-next{right:4px}
.mxp-lb-thumbs{display:flex;gap:8px;overflow-x:auto;max-width:92vw;padding:4px}
.mxp-lb-thumbs div{width:58px;height:58px;background-size:cover;background-position:center;border-radius:8px;cursor:pointer;border:2px solid transparent;opacity:.55;flex:0 0 auto}
.mxp-lb-thumbs div.is-on{border-color:#2480d0;opacity:1}
.mxp-lb-cap{text-align:center;color:#fff;font-size:15px;font-weight:500}
.mxp-lb-count{color:#9BA6B0;font-weight:400;margin-left:8px}
.mxp-qr{position:fixed;inset:0;z-index:10000;background:rgba(16,22,28,.62);display:flex;align-items:center;justify-content:center;padding:20px}
.mxp-qr[hidden]{display:none}
.mxp-qr-card{position:relative;width:min(92vw,360px);background:#fff;border-radius:18px;padding:30px 26px 26px;text-align:center;box-shadow:0 30px 80px rgba(0,0,0,.35);animation:mxp-pop .25s ease}
.mxp-qr-x{position:absolute;top:12px;right:12px;width:34px;height:34px;border-radius:50%;border:1px solid #DCE9F4;background:#fff;color:#636363;font-size:15px;line-height:1;cursor:pointer;transition:background .15s ease}
.mxp-qr-x:hover{background:#F3F8FC}
.mxp-qr-h{font-family:'Prompt',sans-serif;font-size:17px;font-weight:500;color:#3971b1}
.mxp-qr-p{margin-top:4px;font-size:14px;color:#636363}
.mxp .mxp-qr-img{width:210px;height:210px;margin:16px auto 4px;display:block;border-radius:12px;border:1px solid #DCE9F4}
.mxp .mxp-qr-btn{display:inline-flex;align-items:center;justify-content:center;margin-top:12px;padding:12px 32px;border-radius:999px;background:#06C755;color:#fff;font-size:15px;font-weight:500;text-decoration:none;transition:filter .2s ease}
.mxp .mxp-qr-btn:hover{filter:brightness(1.08);color:#fff}
.mxp-qr-note{margin-top:10px;font-size:12.5px;color:#8A94A0;line-height:1.6}
@keyframes mxp-pop{from{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}
@keyframes mxp-fadeUp{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}
@keyframes mxp-marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@media (prefers-reduced-motion:reduce){.mxp-mtrack,.mxp-fig,.mxp-vfig,.mxp-head{animation:none}} @media(max-width:549px){
.mxp{padding-left:14px;padding-right:14px}
.mxp-sub{font-size:16.5px}
.mxp-marquee{margin-top:30px;gap:10px}
.mxp-mtrack{gap:10px}
.mxp-mcard{height:170px;border-radius:10px}
.mxp-mcard .mxp-mimg{height:170px}
.mxp-mcard .mxp-mcap{font-size:11px;padding:22px 9px 8px}
.mxp-play i{width:34px;height:34px}
.mxp-chips{margin-top:26px}
.mxp-chip{padding:8px 16px;font-size:13.5px}
.mxp-grid{margin-top:18px;columns:2;column-gap:10px}
.mxp-fig{margin-bottom:10px;border-radius:8px}
.mxp-fig figcaption{font-size:11px;padding:24px 9px 8px}
.mxp-vfig{margin-bottom:10px;border-radius:8px}
.mxp-vcap{font-size:11px;left:9px;right:9px;bottom:8px}
.mxp-vbadge{top:8px;left:8px;padding:4px 9px;font-size:10.5px}
.mxp-vplay i{width:44px;height:44px}
.mxp-vplay i::after{border-left-width:12px;border-top-width:7px;border-bottom-width:7px}
.mxp-cta{padding:30px 18px 28px;margin-top:44px}
.mxp-cta-btns{width:100%;flex-direction:column;gap:10px}
.mxp .mxp-line,.mxp .mxp-tel{width:100%;max-width:340px}
.mxp-socials{border-left:0;padding-left:0;margin-left:0;margin-top:6px}
.mxp-lb{padding:14px}
.mxp-lb img.mxp-lb-img{max-width:94vw;max-height:58vh}
}