.market-screen-body .pagebj { background: none; }
.market-screen-body .pageright { min-width: 0; }
.market-screen-body .pagerighttop { font-size: 16px; }
.market-screen-body #nav > li:nth-child(4) > a { background: #075db6; }
.ms-page {
    color: #fff;
    background: #020d25 url("/static/wap/images/market-screen/background.png") center top / 100% 100% no-repeat;
    padding-bottom: 50px;
    font-family: "Microsoft YaHei", sans-serif;
}
.ms-page * { box-sizing: border-box; }
.ms-hero { padding: 130px 8.5% 110px; min-height: 520px; }
.ms-hero-copy { width: 51%; }
.ms-hero h1 { font-size: 40px; line-height: 1.4; margin: 0 0 18px; font-weight: bold; }
.ms-hero p { font-size: 15px; line-height: 2.2; margin: 0 0 32px; color: #d9e2f4; }
.ms-consult { display: inline-block; padding: 10px 25px; background: #0084ff; color: #fff; font-size: 16px; border-radius: 3px; }
.ms-consult:hover { background: #2499ff; color: #fff; }
.ms-benefits { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; margin: 0 8.5%; }
.ms-benefit { position: relative; min-height: 250px; padding: 70px 27px 26px; text-align: center; background: url("/static/wap/images/market-screen/card.png") center / 100% 100% no-repeat; }
.ms-benefit > img { position: absolute; width: 105px; height: 105px; top: -53px; left: 50%; transform: translateX(-50%); }
.ms-benefit h2 { margin: 0 0 18px; font-size: 23px; font-weight: bold; }
.ms-benefit h2::after { content: ""; display: block; width: 28px; height: 1px; margin: 16px auto 0; background: rgba(220, 230, 247, .45); }
.ms-benefit p { margin: 0; font-size: 15px; line-height: 1.9; color: #dce6f7; }
.ms-features, .ms-usage { margin: 70px 8.5% 0; }
.ms-section-head { text-align: center; margin-bottom: 46px; }
.ms-badge { display: inline-block; background: #003569; color: #27a7ff; font-size: 16px; padding: 8px 30px; border-radius: 30px; }
.ms-section-head h2 { margin: 16px 0 10px; font-size: 29px; line-height: 1.45; font-weight: bold; }
.ms-section-head p { margin: 0; color: #bac9e1; font-size: 12px; line-height: 1.8; }
.ms-feature-layout { display: grid; grid-template-columns: 31% minmax(0, 1fr); gap: 24px; }
.ms-tabs { display: flex; flex-direction: column; gap: 10px; }
.ms-tabs button { border: 0; border-radius: 3px; padding: 16px 10px; min-height: 59px; background: rgba(255,255,255,.1); color: #d6e2f8; font: inherit; font-size: 15px; text-align: center; cursor: pointer; }
.ms-tabs button[aria-selected="true"], .ms-tabs button:hover { background: linear-gradient(115deg, #152c65, #003b7d 70%, #00a6e7); color: #fff; }
.ms-page :focus-visible { outline: 2px solid #6bdcff; outline-offset: 3px; }
.ms-preview { position: relative; width: 100%; aspect-ratio: 1.86; overflow: hidden; border: 3px solid #758ab0; border-radius: 12px; background: #122657; }
.ms-preview img { display: block; width: 100%; height: 100%; object-fit: contain; }
.ms-feature-panel h3 { font-size: 22px; font-weight: bold; margin: 17px 0 8px; }
.ms-feature-panel p { font-size: 13px; color: #c5d5ef; line-height: 1.8; margin: 0; }
.ms-steps { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 65px; }
.ms-step { border: 2px solid #568eaf; border-radius: 10px; overflow: hidden; background: rgba(0,67,131,.65); }
.ms-step > img { display: block; width: 100%; height: auto; }
.ms-step-copy { padding: 14px 12px 20px; }
.ms-step h3 { margin: 0 0 5px; font-size: 13px; }
.ms-step strong { color: #ffcc00; font-size: 35px; margin-right: 6px; }
.ms-step p { margin: 0; font-size: 14px; line-height: 1.5; }
@media (max-width: 1200px) {
    .ms-hero { padding-top: 95px; min-height: 470px; }
    .ms-hero h1 { font-size: 29px; }
    .ms-benefits { gap: 20px; }
    .ms-benefit { padding-left: 18px; padding-right: 18px; }
    .ms-section-head h2 { font-size: 25px; }
    .ms-tabs button { font-size: 13px; }
    .ms-steps { gap: 32px; }
}
@media (max-width: 768px) {
    .market-screen-body .pagerighttop { display: flex; flex-wrap: wrap; height: auto; min-height: 46px; font-size: 12px; padding: 8px; gap: 4px; }
    .market-screen-body .pagerighttop span, .market-screen-body .pagerighttopicon { padding: 0 2px; }
    .market-screen-body .pagerighttopicon img { width: 12px; }
    .ms-page { background-size: auto 100%; background-position: center top; padding-bottom: 28px; }
    .ms-hero { min-height: 440px; padding: 42px 6% 110px; background: linear-gradient(90deg, rgba(2,13,37,.9), rgba(2,13,37,.28)), url("/static/wap/images/market-screen/background.png") center top / 100% auto no-repeat; }
    .ms-hero-copy { width: 80%; }
    .ms-hero h1 { font-size: 25px; }
    .ms-hero p { font-size: 13px; line-height: 1.9; margin-bottom: 22px; }
    .ms-benefits { margin: 0 6%; grid-template-columns: 1fr; gap: 44px; }
    .ms-benefit { min-height: 160px; padding: 42px 25px 24px; }
    .ms-benefit > img { width: 70px; height: 70px; top: -35px; }
    .ms-benefit h2 { font-size: 21px; margin-bottom: 12px; }
    .ms-benefit p { font-size: 14px; }
    .ms-features, .ms-usage { margin: 40px 6% 0; }
    .ms-section-head { margin-bottom: 24px; }
    .ms-section-head h2 { font-size: 23px; }
    .ms-feature-layout { grid-template-columns: 1fr; gap: 20px; }
    .ms-tabs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
    .ms-tabs button { min-height: 52px; padding: 10px 8px; font-size: 13px; }
    .ms-feature-panel h3 { font-size: 20px; }
    .ms-steps { grid-template-columns: 1fr; gap: 20px; }
}
@media (prefers-reduced-motion: no-preference) {
    .ms-feature-panel.ms-switching { animation: ms-reveal .25s ease-out; }
    @keyframes ms-reveal { from { opacity: .4; transform: translateY(5px); } to { opacity: 1; transform: translateY(0); } }
}
