﻿@charset "UTF-8";
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
}

html {
    scroll-behavior: smooth;
}

html,
body {
    width: 100%;
    margin: 0 auto;
}

body {
    color: #0c0c0f;
    font: 14px "SourceHanSans-Regular", "Microsoft YaHei", Arial, sans-serif;
    background: #fff;
}

body.modal-open {
    overflow: hidden;
}

li {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: #1683d8;
}

button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    font: inherit;
    cursor: pointer;
}

button,
input {
    background: none;
}

:focus {
    outline: 0;
}

img {
    display: block;
    max-width: 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 5px;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    display: block;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

.di_in {
    display: inline-block;
}

.di_no {
    display: none;
}

.di_bl {
    display: block;
}

.te_c {
    text-align: center;
}

.p_r {
    position: relative;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-align-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-pack-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-warp {
    flex-flow: wrap;
}

.flex-column {
    flex-flow: column;
}

.ellipsis-1,
.ellipsis-2,
.ellipsis-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.ellipsis-1 {
    -webkit-line-clamp: 1;
}

.ellipsis-2 {
    -webkit-line-clamp: 2;
}

.ellipsis-3 {
    -webkit-line-clamp: 3;
}

.transition {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
}


/* 全局样式 end */


/* 头部 */

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    display: block;
    min-height: 0;
    padding: 0;
    margin: 0;
    background: rgba(255, 255, 255, .9);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(0, 0, 0, .04);
}

.site-header::before,
.site-header::after {
    content: none;
    display: none;
}

.nav-wrap {
    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;
    height: 88px;
    min-height: 88px;
    padding-top: 0;
    padding-bottom: 0;
    gap: 44px;
}

.site-header .logo {
    display: block;
    width: auto !important;
    height: auto !important;
    flex: 0 0 auto;
    overflow: visible;
}

.site-header .logo img {
    width: 210px;
}

.main-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 52px;
    font-family: "SourceHanSans-Bold", "Microsoft YaHei", Arial, sans-serif;
    font-weight: 800;
}

.main-nav a {
    position: relative;
    padding: 12px 0;
}

.main-nav a.active,
.main-nav a:hover {
    color: #1683d8;
}

.main-nav a.active::after,
.main-nav a:hover::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2px;
    height: 3px;
    background: #1683d8;
    border-radius: 999px;
}

.header-actions {
    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;
    gap: 14px;
}

.lang-btn,
.login-btn {
    border: 1px solid #eceff3;
    border-radius: 999px;
    background: #fff;
    padding: 12px 18px;
    font-weight: 800;
}

.lang-btn {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-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;
    gap: 8px;
    min-width: 114px;
}

.lang-btn img {
    width: 12px;
    height: 12px;
    -webkit-transition: transform .2s ease;
    transition: transform .2s ease;
}

.lang-btn.open img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.login-btn {
    color: #fff;
    border: 0;
    background: linear-gradient(135deg, #1683d8, #1598f2);
    box-shadow: 0 16px 40px rgba(22, 131, 216, .14);
}

.lang-menu {
    position: absolute;
    top: 54px;
    left: 0;
    display: none;
    min-width: 140px;
    padding: 8px;
    border: 1px solid #eceff3;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(0, 0, 0, .08);
}

.lang-menu.open {
    display: grid;
    gap: 4px;
}

.lang-menu button {
    background: transparent;
    padding: 9px 10px;
    border-radius: 10px;
    text-align: left;
}

.lang-menu button:hover {
    background: #eef7ff;
    color: #1683d8;
}

.menu-toggle {
    display: none;
    background: #edf6ff;
    color: #1683d8;
    border-radius: 12px;
    padding: 10px 12px;
}


/* banner */

.hero {
    overflow: hidden;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 40%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.hero h1 {
    margin-bottom: 20px;
    font-size: 68px;
    line-height: 1.04;
    font-style: italic;
    letter-spacing: -3px;
    -webkit-animation: slideUp .7s ease both;
    animation: slideUp .7s ease both;
}

.hero h1 span {
    color: #1683d8;
}

.hero p {
    margin: 0 0 30px;
    font-size: 26px;
    line-height: 1.65;
    font-family: "SourceHanSans-Bold", "Microsoft YaHei", Arial, sans-serif;
    font-weight: 800;
    -webkit-animation: slideUp .7s ease .08s both;
    animation: slideUp .7s ease .08s both;
}

.primary-btn,
.submit-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, #1683d8, #1598f2);
    padding: 16px 30px;
    font-size: 20px;
    font-weight: 900;
    box-shadow: 0 16px 40px rgba(22, 131, 216, .14);
}

.hero-art {
    position: relative;
}

.hero-art img {
    width: 100%;
}

.primary-btn {
    -webkit-animation: slideUp .7s ease .16s both;
    animation: slideUp .7s ease .16s both;
}


/* 首页卖点 */

.feature-strip {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    padding: 18px 0;
    margin-top: -60px;
}

.why-strip {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    margin-top: 8px;
    padding: 18px 0;
}

.feature-strip article {
    display: grid;
    grid-template-columns: 58px 1fr;
    column-gap: 12px;
    align-items: center;
}

.why-strip article {
    display: grid;
    grid-template-columns: 58px 1fr;
    column-gap: 12px;
    align-items: center;
    border-right: 1px solid #eceff3;
}

.feature-strip article {
    opacity: 0;
    transform: translateY(18px);
    animation: slideUp .55s ease both;
}

.feature-strip article:nth-child(2) {
    animation-delay: .05s;
}

.feature-strip article:nth-child(3) {
    animation-delay: .1s;
}

.feature-strip article:nth-child(4) {
    animation-delay: .15s;
}

.feature-strip article:nth-child(5) {
    animation-delay: .2s;
}

.feature-strip article:last-child,
.why-strip article:last-child {
    border-right: 0;
}

.feature-strip span {
    grid-row: span 2;
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border: 3px solid #1683d8;
    border-radius: 50%;
    color: #1683d8;
    font-weight: 900;
}

.feature-strip span img {
    width: 30px;
    height: 30px;
}

.feature-strip strong,
.why-strip strong {
    font-size: 18px;
}

.feature-strip small,
.why-strip small {
    color: #6b7280;
    font-weight: 700;
}


/* 快速下单 */

.quick-order {
    margin-top: 18px;
}

.order-panel {
    width: 690px;
    max-width: 100%;
    padding: 0 18px 18px;
    border: 1px solid #eceff3;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 16px 36px rgba(30, 30, 30, .06);
}

.order-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 42px;
    border-bottom: 1px solid #eceff3;
}

.tab {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 0;
    background: transparent;
    padding: 18px 0 14px;
    color: #252a32;
    font-weight: 900;
    font-size: 18px;
}

.tab img {
    width: 22px;
    height: 22px;
    -webkit-filter: grayscale(1) brightness(0);
    filter: grayscale(1) brightness(0);
}

.tab.active {
    color: #1683d8;
    border-bottom: 3px solid #1683d8;
}

.tab.active img {
    -webkit-filter: brightness(0) saturate(100%) invert(38%) sepia(97%) saturate(3335%) hue-rotate(176deg) brightness(102%) contrast(104%);
    filter: brightness(0) saturate(100%) invert(38%) sepia(97%) saturate(3335%) hue-rotate(176deg) brightness(102%) contrast(104%);
    opacity: 1;
}

.order-form {
    display: flex;
    gap: 12px;
    margin-top: 16px;
}

.input-wrap {
    position: relative;
    flex: 1;
}

.input-wrap input {
    width: 100%;
    height: 56px;
    border: 1px solid #eceff3;
    border-radius: 14px;
    padding: 0 58px 0 46px;
    font-size: 16px;
}

.input-wrap input:focus {
    border-color: #1683d8;
    box-shadow: 0 0 0 4px rgba(22, 131, 216, .09);
}

.search-icon {
    position: absolute;
    left: 16px;
    top: 17px;
    width: 22px;
    height: 22px;
    z-index: 1;
}

.camera {
    position: absolute;
    right: 9px;
    top: 8px;
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border: 0;
    border-left: 1px solid #eceff3;
    background: #fff;
}

.camera img {
    width: 24px;
    height: 24px;
}

.submit-btn {
    border-radius: 14px;
    padding: 0 24px;
    font-size: 18px;
}

.hot-search {
    margin: 16px 0 0;
    color: #4b5563;
    font-weight: 800;
}

.hot-search a {
    margin-left: 12px;
    color: #6b7280;
}

.hot-search a:hover {
    color: #1683d8;
}


/* 活动卡片 */

.promo-grid {
    display: grid;
    grid-template-columns: 1.1fr repeat(3, 1fr);
    gap: 20px;
    margin-top: 32px;
}

.promo-card {
    position: relative;
    min-height: 158px;
    padding: 24px;
    overflow: hidden;
    border: 1px solid #dcecff;
    border-radius: 14px;
    background: linear-gradient(135deg, #fff 0%, #eef7ff 100%) no-repeat center;
    background-size: 100% 100%;
}

.promo-card h3 {
    margin: 0 0 10px;
    font-size: 24px;
}

.promo-card p {
    margin: 0 0 18px;
    color: #2f3743;
    font-weight: 700;
    line-height: 1.6;
}

.promo-card a {
    display: inline-flex;
    border: 0;
    border-radius: 999px;
    background: #1683d8;
    color: #fff;
    padding: 10px 16px;
    font-weight: 900;
}

.promo-card small {
    color: #1683d8;
    font-weight: 900;
}

.promo-card.guide {
    display: flex;
    justify-content: space-between;
}

.promo-card.guide img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 135px;
}


/* 公共区块 */

.section {
    margin-top: 28px;
}

.section h2,
.section-head h2 {
    position: relative;
    margin: 0 0 18px;
    padding-left: 12px;
    font-size: 22px;
}

.section h2::before,
.section-head h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 4px;
    height: 24px;
    background: #1683d8;
    border-radius: 99px;
}

.section-head {
    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;
}

.section-head a {
    color: #333;
    font-size: 14px;
    font-weight: 800;
}


/* 商品 */

.product-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 18px;
}

.product-card {
    position: relative;
    padding: 14px;
    border: 1px solid #eceff3;
    border-radius: 12px;
    background: #fff;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .6s ease, transform .6s ease;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
}

.product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 36px rgba(0, 0, 0, .08);
}

.product-card i {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 4px 8px;
    border-radius: 5px;
    background: #1683d8;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
}

.product-card i.new {
    background: #10b981;
}

.product-card img {
    height: 132px;
    width: 100%;
    object-fit: contain;
}

.product-card h3 {
    min-height: 46px;
    margin: 12px 0;
    font-size: 14px;
    line-height: 1.45;
}

.product-card div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-card strong {
    color: #1683d8;
    font-size: 18px;
}

.product-card span {
    color: #8a93a0;
    font-size: 12px;
}


/* 优惠券 */

.coupon-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 18px;
}

.coupon {
    min-height: 142px;
    padding: 18px 20px;
    text-align: center;
    border: 1px solid #dcecff;
    border-radius: 12px;
    background: linear-gradient(180deg, #f7fbff 0%, #fff 58%);
    box-shadow: inset 0 0 20px rgba(22, 131, 216, .045), 0 3px 10px rgba(21, 152, 242, .03);
}

.coupon strong {
    color: #1683d8;
    font-size: 30px;
}

.coupon p {
    color: #394150;
    line-height: 1.55;
}

.coupon span {
    font-size: 16px;
    font-weight: 800;
}

.coupon button {
    border: 1px solid #1683d8;
    border-radius: 999px;
    background: #fff;
    color: #1683d8;
    padding: 7px 18px;
    font-weight: 900;
    margin-top: 5px;
}

.coupon.claimed {
    background: #eef7ff;
    opacity: .78;
}

.coupon.claimed button {
    background: #1683d8;
    color: #fff;
}

.coupon>img {
    width: 40px;
    margin-left: auto;
    margin-right: auto;
    -webkit-filter: brightness(0) saturate(100%) invert(38%) sepia(97%) saturate(3335%) hue-rotate(176deg) brightness(102%) contrast(104%);
    filter: brightness(0) saturate(100%) invert(38%) sepia(97%) saturate(3335%) hue-rotate(176deg) brightness(102%) contrast(104%);
}


/* 服务流程 */

.flow-list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    padding: 18px;
    border: 1px solid #eceff3;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(30, 30, 30, .04);
}

.flow-list article {
    position: relative;
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 8px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flow-list article:not(:last-child)::after {
    content: ">";
    position: absolute;
    right: 18px;
    color: #9aa3af;
}

.flow-list span {
    grid-row: span 2;
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    color: #1683d8;
    font-weight: 900;
}

.flow-list span img {
    width: 44px;
    height: 44px;
}

.flow-list small {
    color: #6b7280;
}


/* 选择理由 */

.why-strip article {
    grid-template-columns: 46px 1fr;
    padding: 0 26px;
}

.why-strip span {
    grid-row: span 2;
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
}

.why-strip span img {
    width: 40px;
}

.info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-top: 20px;
}

.info-grid article {
    position: relative;
    min-height: 136px;
    padding: 22px;
    border: 1px solid #eceff3;
    border-radius: 14px;
    background: #fff;
    overflow: hidden;
}

.info-grid h3 {
    margin: 0 0 8px;
    font-size: 22px;
}

.info-grid p {
    margin: 0 0 18px;
    color: #4b5563;
    font-weight: 700;
}

.store-row button {
    border: 0;
    border-radius: 6px;
    background: #111;
    color: #fff;
    font-weight: 900;
    width: 30%;
    margin-right: 10px;
}

.store-row button>img {
    width: 100%;
}

.social-row {
    display: flex;
    gap: 12px;
}

.avatar-row {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.social-row span {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    overflow: hidden;
}

.social-row span>img {
    width: 100%;
}

.avatar-row span {
    display: grid;
    place-items: center;
    width: 48px;
    height: 42px;
    background: linear-gradient(135deg, #1ed760, #0ea5e9);
    font-weight: 900;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
}

.avatar-row span>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.join-btn {
    border: 0;
    border-radius: 999px;
    background: #1683d8;
    color: #fff;
    padding: 5px 25px;
    font-weight: 900;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 10px;
}


/* 保障服务 */

.trust-bar {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    margin-top: 28px;
    padding: 18px 0;
    border: 1px solid #eceff3;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(30, 30, 30, .04);
}

.trust-bar article {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 12px;
    align-items: center;
    padding: 0 22px;
    border-right: 1px solid #eceff3;
}

.trust-bar article:last-child {
    border-right: 0;
}

.trust-bar span {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    color: #1683d8;
    font-weight: 900;
}

.trust-bar span img {
    width: 38px;
    height: 38px;
}

.trust-bar strong {
    display: block;
    margin-bottom: 4px;
    font-size: 16px;
}

.trust-bar small {
    color: #6b7280;
    font-weight: 700;
    line-height: 1.4;
}


/* 页脚 */

.site-footer {
    margin-top: 26px;
    padding: 34px 0 20px;
    border-top: 1px solid #eceff3;
    background: #fff;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr repeat(4, 1fr) 1.7fr;
    gap: 30px;
}

.footer-brand img {
    width: 185px;
}

.footer-brand>p {
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
    color: #6b7280;
}

.footer-grid h4 {
    margin: 0 0 14px;
    font-size: 15px;
}

.footer-grid a {
    display: block;
    margin: 10px 0;
    color: #4b5563;
    font-size: 14px;
}

.footer-social {
    display: flex;
    gap: 12px;
    margin-top: 24px;
    justify-content: center;
}

.footer-social span {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
}

.footer-social span>img {
    width: 100%;
}

.contact {
    min-width: 330px;
}

.contact-main {
    display: grid;
    grid-template-columns: 1fr 128px;
    gap: 22px;
    align-items: start;
}

.contact-list {
    display: grid;
    gap: 15px;
}

.contact-list p {
    position: relative;
    margin: 0;
    padding-left: 36px;
    color: #384252;
    line-height: 1.35;
}

.contact-list b {
    display: block;
    font-size: 15px;
}

.contact-list small {
    display: block;
    margin-top: 4px;
    color: #6b7280;
    font-weight: 700;
}

.contact-icon {
    position: absolute;
    left: 0;
    top: 1px;
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
}

.qr-box {
    text-align: center;
}

.qr-box h4 {
    margin: 0 0 8px;
    font-size: 18px;
}

.qr-box img {
    width: 128px;
    margin: 0;
    border: 1px solid #eceff3;
    border-radius: 10px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .06);
}

.company-info {
    margin-top: 18px;
    color: #6b7280;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.8;
}

.company-info p {
    margin: 2px 0;
}

.copyright {
    margin-top: 30px;
    padding-top: 16px;
    border-top: 1px solid #eceff3;
    color: #7b8491;
    font-size: 12px;
    line-height: 2;
}


/* 弹窗及交互 */

.back-top {
    position: fixed;
    right: 22px;
    bottom: 26px;
    display: none;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: #1683d8;
    color: #fff;
    font-size: 22px;
    box-shadow: 0 16px 40px rgba(22, 131, 216, .14);
}

.back-top.show {
    display: block;
}

.toast {
    position: fixed;
    left: 50%;
    bottom: 34px;
    transform: translate(-50%, 18px);
    opacity: 0;
    pointer-events: none;
    padding: 12px 20px;
    border-radius: 999px;
    background: #111827;
    color: #fff;
    transition: .25s ease;
}

.toast.show {
    opacity: 1;
    transform: translate(-50%, 0);
}

.detail-page .purchasing-guidelines-root {
    display: none;
}

.detail-page .purchasing-guidelines-root.open {
    display: block;
}

.detail-page .purchasing-guidelines-root .ant-modal-mask {
    position: fixed;
    inset: 0;
    z-index: 1000;
    height: 100%;
    background-color: rgba(0, 0, 0, .45);
}

.detail-page .purchasing-guidelines-root .ant-modal-wrap {
    position: fixed;
    inset: 0;
    z-index: 1000;
    overflow: auto;
    outline: 0;
    text-align: center;
}

.detail-page .purchasing-guidelines-root .ant-modal-centered::before {
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
    content: "";
}

.detail-page .purchasing-guidelines-root .ant-modal-centered .ant-modal {
    top: 0;
    display: inline-block;
    padding-bottom: 24px;
    text-align: left;
    vertical-align: middle;
}

.detail-page .purchasing-guidelines-modal {
    position: relative;
    max-width: calc(100vw - 32px);
    margin: 0 auto;
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

.detail-page .purchasing-guidelines-modal .ant-modal-content {
    position: relative;
    min-height: 0;
    border-radius: 20px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, .15) 0 4px 12px 0;
}

.detail-page .purchasing-guidelines-modal .ant-modal-body {
    padding: 20px 36px;
}

.detail-page .purchasing-guidelines-modal .title {
    margin: 0 0 20px;
}

.detail-page .purchasing-guidelines-modal .title p {
    margin: 0 0 24px;
    color: #000;
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
}

.detail-page .purchasing-guidelines-modal .title p:last-child {
    margin-bottom: 0;
}

.detail-page .purchasing-guidelines-modal .title b {
    color: #0083ef;
    font-weight: 900;
}

.detail-page .purchasing-guidelines-modal .content {
    height: 156px;
    margin: 0 0 20px;
    background-image: url("https://cdn.superbuy.com/starit-superbuy/dist/img/common/guide/purchasing-guide-cn.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}

.detail-page .purchasing-guidelines-modal .step {
    height: 0;
}

.detail-page .purchasing-guidelines-modal .footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}

.detail-page .purchasing-guidelines-modal .footer p {
    margin: 0;
    color: #000;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
}

.detail-page .purchasing-guidelines-modal .footer p:last-child {
    color: #999;
}

.detail-page .purchasing-guidelines-modal .footer a {
    color: #0083ef;
}

.detail-page .purchasing-guidelines-modal .footer-operation {
    display: flex;
    justify-content: center;
    height: 32px;
    margin: 20px 0 0;
}

.detail-page .purchasing-guidelines-modal .ant-btn.ant-btn-primary {
    position: relative;
    display: block;
    width: 120px;
    height: 32px;
    margin: 0 20px 0 0;
    padding: 0 15px;
    border: 1px solid #0083ef;
    border-radius: 20px;
    background: #0083ef;
    box-shadow: rgba(0, 0, 0, .043) 0 2px 0 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
}

@media (max-width: 991px) {
    .detail-page .purchasing-guidelines-modal .ant-modal-body {
        padding: 18px;
    }

    .detail-page .purchasing-guidelines-modal .title p {
        font-size: 22px;
        line-height: 24px;
    }

    .detail-page .purchasing-guidelines-modal .content {
        height: 120px;
        background-size: contain;
    }

    .detail-page .purchasing-guidelines-modal .footer {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }
}

.modal {
    position: fixed;
    inset: 0;
    z-index: 40;
    display: none;
    place-items: center;
    padding: 22px;
    background: rgba(17, 24, 39, .54);
    backdrop-filter: blur(10px);
}

.modal.open {
    display: grid;
}

.modal-card {
    position: relative;
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    width: min(720px, 100%);
    overflow: hidden;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .26);
    animation: modalIn .25s ease both;
}

.modal-close {
    position: absolute;
    right: 16px;
    top: 14px;
    z-index: 2;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: #eef7ff;
    color: #1683d8;
    font-size: 24px;
}

.modal-art {
    display: grid;
    place-items: center;
    background: linear-gradient(145deg, #dcecff, #1598f2);
}

.modal-art img {
    width: 60%;
}

.modal-content {
    padding: 44px 36px 34px;
}

.modal-content h2 {
    margin: 0 0 8px;
    font-size: 30px;
}

.modal-content p {
    margin: 0 0 20px;
    color: #6b7280;
    font-weight: 700;
}

.auth-switch {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 5px;
    margin-bottom: 18px;
    border-radius: 999px;
    background: #eef7ff;
}

.auth-switch button {
    border: 0;
    border-radius: 999px;
    background: transparent;
    padding: 10px;
    font-weight: 900;
}

.auth-switch button.active {
    background: #1683d8;
    color: #fff;
}

.auth-form {
    display: grid;
    gap: 14px;
}

.auth-form label {
    display: grid;
    gap: 8px;
    color: #303846;
    font-weight: 800;
}

.auth-form input {
    height: 48px;
    border: 1px solid #eceff3;
    border-radius: 12px;
    padding: 0 14px;
    outline: none;
}

.auth-form input:focus {
    border-color: #1683d8;
    box-shadow: 0 0 0 4px rgba(22, 131, 216, .09);
}

.auth-submit {
    height: 50px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #1683d8, #1598f2);
    color: #fff;
    font-weight: 900;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(22px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes floatPanda {
    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-12px) rotate(1deg);
    }
}

@keyframes modalIn {
    from {
        opacity: 0;
        transform: translateY(20px) scale(.96);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}body.detail-page {
    background: #fff;
}

.detail-main {
    padding-top: 18px;
}

.breadcrumb {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #7b8491;
    font-size: 13px;
    line-height: 1.4;
}

.breadcrumb a,
.breadcrumb strong {
    color: #697180;
    font-weight: 700;
}

.detail-top {
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 24px;
    margin-top: 14px;
}

.gallery-card,
.buy-panel,
.logistics-card,
.tabs-panel,
.shipping-card,
.service-mini article,
.recommend-grid a {
    border: 1px solid #edf0f4;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(24, 32, 48, .035);
}

.gallery-card {
    display: grid;
    grid-template-columns: 74px 1fr;
    min-height: 340px;
    padding: 14px;
}

.thumb-list {
    display: grid;
    grid-template-rows: minmax(0, 1fr) 34px;
    align-content: start;
    gap: 12px;
    max-height: 538px;
}

.thumb-scroll {
    display: grid;
    gap: 12px;
    max-height: 478px;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 0 2px 0 0;
    scrollbar-width: none;
    scroll-behavior: smooth;
}

.thumb-scroll::-webkit-scrollbar {
    display: none;
}

.thumb,
.thumb-more,
.icon-btn,
.color-chip,
.size-list button,
.qty-control button,
.detail-tabs button,
.image-lightbox button {
    cursor: pointer;
}

.thumb {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border: 1px solid transparent;
    border-radius: 8px;
    background: #f8f9fb;
}

.thumb.active {
    border-color: #1683d8;
    background: #eef7ff;
}

.thumb img {
    width: 48px;
    height: 42px;
    object-fit: contain;
}

.thumb-more {
    position: relative;
    display: grid;
    place-items: center;
    width: 58px;
    height: 34px;
    border: 0;
    background: transparent;
}

.thumb-more::before {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid #5f6672;
    border-bottom: 2px solid #5f6672;
    transform: rotate(45deg) translate(-1px, -3px);
}

.thumb-more:hover::before {
    border-color: #1683d8;
}

.thumb-more.is-up::before {
    transform: rotate(225deg) translate(-3px, -1px);
}

.thumb-more.is-hidden {
    visibility: hidden;
    pointer-events: none;
}

.image-stage {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 314px;
    border-radius: 12px;
    background: linear-gradient(135deg, #fff 0%, #f7f8fa 100%);
    overflow: hidden;
}

.image-stage .tag,
.badge-row span,
.recommend-grid i {
    border-radius: 8px;
    background: #1683d8;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
}

.image-stage .tag {
    position: absolute;
    left: 16px;
    top: 16px;
    padding: 7px 10px;
}

.stage-actions {
    position: absolute;
    right: 14px;
    top: 14px;
    display: flex;
    gap: 10px;
}

.icon-btn {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 1px solid #e5e9ef;
    border-radius: 50%;
    background: rgba(255, 255, 255, .85);
    color: #171b22;
    font-size: 18px;
    font-weight: 900;
}

.icon-btn.active {
    color: #1683d8;
    border-color: #dcecff;
    background: #eef7ff;
}

.icon-btn img {
    width: 17px;
    height: 17px;
}

.main-product {
    width: 76%;
    height: 245px;
    object-fit: contain;
    transition: transform .25s ease, filter .25s ease;
}

.main-product.tone-shoe {
    width: 88%;
    height: 280px;
    filter: drop-shadow(0 22px 18px rgba(49, 29, 20, .18));
    transform: scaleX(1.35) scaleY(1.2);
}

.main-product.tone-bag,
.main-product.tone-headset,
.main-product.tone-toy {
    height: 250px;
}

.buy-preview.gallery-card {
    position: sticky;
    top: 106px;
    z-index: 10;
    display: block;
    grid-template-columns: none;
    width: 380px;
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
}

.buy-preview__stage {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 380px;
    height: 380px;
    min-height: 380px;
    border: 0;
    border-radius: 0;
    background: #fff;
    overflow: visible;
    cursor: crosshair;
}

.buy-preview__stage #ShowVideo,
.buy-preview__stage #ShowImage {
    max-width: 100%;
    max-height: 100%;
}

.buy-preview__stage #ShowImage.main-product {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: none;
    filter: none;
}

.buy-preview__thumbs {
    display: block;
    width: 380px;
    max-height: none;
    margin-top: 0;
}

.buy-preview__thumbs .thumb-scroll {
    display: flex;
    gap: 12px;
    width: 380px;
    max-height: none;
    min-height: 75px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 12px 0 0;
    scrollbar-width: none;
}

.buy-preview__thumbs .thumb-scroll::-webkit-scrollbar {
    display: none;
}

.buy-preview__thumbs .thumb {
    flex: 0 0 62px;
    width: 62px;
    height: 62px;
    border: 2px solid transparent;
    border-radius: 0;
    background: #fff;
}

.buy-preview__thumbs .thumb.active {
    border-color: #1683d8;
    background: #fff;
}

.buy-preview__thumbs .thumb img,
.buy-preview__thumbs .thumb video {
    width: 58px;
    height: 58px;
    object-fit: cover;
}

.buy-preview__thumbs .thumb-more {
    display: none;
}

.buy-preview .share {
    width: 380px;
    height: 38px;
    margin-top: 22px;
}

.buy-preview .stage-actions {
    position: static;
    display: flex;
    justify-content: flex-start;
    gap: 14px;
}

.buy-preview .icon-btn {
    width: 34px;
    height: 34px;
    border-color: #eee;
    background: #fff;
}

.buy-preview__lens {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    width: 190px;
    height: 190px;
    border: 0;
    border-radius: 0;
    background: rgba(255, 255, 255, .5);
    box-shadow: none;
    pointer-events: none;
    opacity: 0;
    transition: opacity .2s linear;
    z-index: 18;
}

.buy-preview__zoom {
    position: fixed;
    right: auto;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    width: 380px;
    height: 380px;
    border: 1px solid #eee;
    border-radius: 0;
    background-color: #fff;
    background-repeat: no-repeat;
    box-shadow: none;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    pointer-events: auto;
    transition: opacity .2s linear;
    z-index: 9999;
}

.buy-preview.is-zooming .buy-preview__lens {
    display: block;
    opacity: 1;
}

.buy-preview.is-zooming .buy-preview__zoom {
    display: flex;
    opacity: 1;
    visibility: visible;
}

.buy-preview.is-video .buy-preview__lens,
.buy-preview.is-video .buy-preview__zoom {
    display: none !important;
}

.buy-preview.is-video .buy-preview__stage {
    cursor: default;
}

@media (max-width: 1320px) {
    .detail-top {
        grid-template-columns: 380px 1fr;
    }
}

@media (max-width: 991px) {
    .buy-preview.gallery-card {
        position: static;
        width: 100%;
        overflow: hidden;
    }

    .buy-preview__stage,
    .buy-preview__thumbs,
    .buy-preview__thumbs .thumb-scroll,
    .buy-preview .share {
        width: 100%;
    }

    .buy-preview__stage {
        cursor: default;
    }

    .buy-preview__lens,
    .buy-preview__zoom {
        display: none !important;
    }
}

.buy-panel {
    padding: 6px 0 0;
    border: 0;
    box-shadow: none;
}

.badge-row {
    display: flex;
    gap: 12px;
    margin: 0 0 10px;
}

.badge-row span {
    padding: 7px 11px;
    background: #eef7ff;
    color: #1683d8;
}

.badge-row .green {
    background: #e8f8ef;
    color: #12a461;
}

.badge-row .blue {
    background: #e8f5ff;
    color: #1983c9;
}

.buy-panel h1 {
    margin: 0 0 10px;
    color: #0b0e14;
    font-size: 27px;
    line-height: 1.25;
}

.rating-row {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #697180;
    font-size: 13px;
    font-weight: 700;
}

.stars {
    color: #ffae12;
    letter-spacing: 1px;
}

.rating-row b {
    color: #4b5563;
}

.rating-row em {
    font-style: normal;
}

.price-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 14px;
    padding: 18px 20px 12px;
    border-radius: 12px 12px 0 0;
    background: linear-gradient(100deg, #eef7ff 0%, #fff 70%);
    color: #1f2630;
}

.price-box strong {
    color: #1683d8;
    font-size: 30px;
    line-height: 1;
}

.price-box p {
    display: inline-block;
    margin: 8px 0 0;
    padding: 4px 8px;
    border-radius: 4px;
    background: #dcecff;
    color: #1683d8;
    font-size: 12px;
    font-weight: 900;
}

.price-box>span {
    font-size: 14px;
    font-weight: 900;
}

.sku-box {
    padding: 14px 20px 16px;
    border: 1px solid #dcecff;
    border-top: 0;
    border-radius: 0 0 12px 12px;
}

.sku-line {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 42px;
}

.sku-line b {
    width: 36px;
    font-size: 14px;
}

.color-chip {
    width: 22px;
    height: 22px;
    border: 1px solid #dde3ea;
    border-radius: 7px;
    background: var(--chip);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}

.color-chip.active {
    outline: 2px solid #1683d8;
    outline-offset: 2px;
}

.size-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.size-list button {
    min-width: 34px;
    height: 28px;
    border: 1px solid #e6eaf0;
    border-radius: 8px;
    background: #f8f9fb;
    color: #5d6674;
    font-weight: 800;
}

.size-list button.active {
    border-color: #1683d8;
    color: #1683d8;
    background: #f7fbff;
}

.qty-control {
    display: inline-grid;
    grid-template-columns: 34px 38px 34px;
    align-items: center;
    height: 30px;
    border-radius: 8px;
    background: #f6f7f9;
    text-align: center;
    overflow: hidden;
}

.qty-control button {
    height: 100%;
    border: 0;
    background: transparent;
    color: #6b7280;
    font-size: 18px;
}

.qty-control span {
    color: #0d1117;
    font-weight: 900;
}

.quantity-line small {
    color: #697180;
    font-weight: 700;
}

.buy-actions {
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    gap: 18px;
    margin-top: 10px;
}

.cart-btn,
.buy-btn {
    height: 48px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 900;
    cursor: pointer;
    padding: 0 24px;
}

.cart-btn {
    border: 1px solid #1683d8;
    background: #f7fbff;
    color: #1683d8;
}

.buy-btn {
    border: 0;
    background: linear-gradient(135deg, #1683d8, #1598f2);
    color: #fff;
    box-shadow: 0 8px 20px rgba(22, 131, 216, .18);
}

.service-mini {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-top: 12px;
}

.service-mini article {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 2px 8px;
    align-items: center;
    min-height: 56px;
    padding: 10px;
}

.service-mini img {
    grid-row: span 2;
    width: 28px;
    height: 28px;
    filter: brightness(0) saturate(100%) invert(38%) sepia(97%) saturate(3335%) hue-rotate(176deg) brightness(102%) contrast(104%);
}

.service-mini strong {
    font-size: 13px;
}

.service-mini small {
    color: #7b8491;
    font-size: 11px;
    font-weight: 700;
}

.shipping-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 178px;
    gap: 14px 18px;
    align-items: stretch;
    margin-top: 12px;
    padding: 16px 18px;
}

.shipping-card h2 {
    grid-column: 1 / -1;
    margin: 0;
    font-size: 16px;
}

.shipping-fields {
    display: grid;
    grid-template-columns: .72fr 1fr;
    gap: 12px;
}

.shipping-fields label:first-child {
    grid-column: 1 / -1;
}

.shipping-card label {
    position: relative;
    display: grid;
    gap: 7px;
    color: #374151;
    font-size: 13px;
    font-weight: 900;
}

.shipping-card select,
.shipping-card input {
    width: 100%;
    height: 40px;
    border: 1px solid #e6eaf0;
    border-radius: 8px;
    background: #fff;
    color: #1f2630;
    font-weight: 700;
    padding: 0 12px;
}

.shipping-card select:focus,
.shipping-card input:focus {
    border-color: #1683d8;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(22, 131, 216, .09);
    outline: 0;
}

.shipping-card em {
    position: absolute;
    right: 12px;
    bottom: 10px;
    color: #6b7280;
    font-style: normal;
    font-weight: 700;
}

.shipping-result {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 116px;
    padding: 16px 18px;
    border-radius: 10px;
    background: linear-gradient(135deg, #eef7ff 0%, #f7fbff 100%);
    color: #2f3744;
    font-weight: 900;
    box-shadow: inset 0 0 0 1px #dcecff;
}

.shipping-result>span {
    color: #5b6472;
    font-size: 13px;
}

.shipping-result strong {
    display: block;
    margin: 6px 0 4px;
    color: #1683d8;
    font-size: 22px;
    line-height: 1.05;
}

.shipping-result strong em {
    position: static;
    margin-left: 4px;
    color: #232a35;
    font-size: 13px;
    font-style: normal;
}

.shipping-result small {
    display: block;
    color: #7b8491;
    font-weight: normal;
    line-height: 1.5;
}

.logistics-card {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0;
    align-items: start;
    margin-top: 14px;
    padding: 16px 26px 18px;
    border-radius: 12px;
}

.logistics-card h2 {
    grid-column: 1 / -1;
    margin: 0 0 12px;
    color: #111827;
    font-size: 18px;
    line-height: 1.2;
}

.logistics-card article {
    position: relative;
    display: grid;
    justify-items: center;
    align-content: start;
    min-height: 72px;
    padding: 0 18px;
    text-align: center;
}

.logistics-card article:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -13px;
    top: 18px;
    width: 30px;
    height: 1px;
    background: #aab2bf;
}

.logistics-card article:not(:last-child)::before {
    content: "";
    position: absolute;
    right: -13px;
    top: 14px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #aab2bf;
    border-right: 1px solid #aab2bf;
    transform: rotate(45deg);
}

.logistics-card img {
    width: 32px;
    height: 32px;
    margin-bottom: 8px;
    filter: brightness(0) saturate(100%) invert(38%) sepia(97%) saturate(3335%) hue-rotate(176deg) brightness(102%) contrast(104%);
}

.logistics-card strong,
.logistics-card small {
    display: block;
}

.logistics-card strong {
    margin-bottom: 3px;
    color: #111827;
    font-size: 13px;
    line-height: 1.25;
}

.logistics-card small {
    color: #6b7280;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.35;
}

.detail-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 18px;
}

.tabs-panel {
    border: 0;
    box-shadow: none;
}

.detail-tabs {
    display: flex;
    gap: 28px;
    border-bottom: 1px solid #eceff3;
}

.detail-tabs button {
    position: relative;
    height: 42px;
    border: 0;
    background: transparent;
    color: #374151;
    font-size: 15px;
    font-weight: 900;
}

.detail-tabs button.active {
    color: #1683d8;
}

.detail-tabs button.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 3px;
    background: #1683d8;
    border-radius: 999px;
}

.tab-content {
    display: none;
    padding-top: 16px;
}

.tab-content.active {
    display: block;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 24px;
}

.feature-grid article {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 4px 10px;
}

.feature-grid img {
    grid-row: span 2;
    width: 28px;
    height: 28px;
    filter: brightness(0) saturate(100%) invert(38%) sepia(97%) saturate(3335%) hue-rotate(176deg) brightness(102%) contrast(104%);
}

.feature-grid strong {
    font-size: 14px;
}

.feature-grid p,
.plain-text {
    margin: 0;
    color: #5d6674;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.7;
}

.detail-photo-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-top: 18px;
}

.detail-photo-grid figure {
    height: 116px;
    margin: 0;
    border-radius: 8px;
    overflow: hidden;
}

.detail-photo-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detail-page .goods-disclaimer_container.card-wrap {
    margin: 18px 0 22px;
    padding: 18px 20px;
    border: 1px solid #f1e4d7;
    border-radius: 12px;
    background: #fffaf5;
    color: #6b5b4d;
}

.detail-page .goods-disclaimer_container.card-wrap .disclaimer {
    margin: 0;
}

.detail-page .goods-disclaimer_container.card-wrap h3 {
    margin: 0 0 8px;
    color: #3b2a1e;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
}

.detail-page .goods-disclaimer_container.card-wrap p {
    margin: 0;
    color: #7a6a5d;
    font-size: 13px;
    line-height: 1.8;
}

.detail-body {
    margin-top: 20px;
    line-height: 1.7;
}

.spec-list {
    display: grid;
    grid-template-columns: 110px 1fr;
    margin: 0;
    border: 1px solid #eef1f5;
    border-radius: 10px;
    overflow: hidden;
}

.spec-list dt,
.spec-list dd {
    margin: 0;
    padding: 12px 14px;
    border-bottom: 1px solid #eef1f5;
    font-size: 13px;
}

.spec-list dt {
    background: #fafbfc;
    color: #5d6674;
    font-weight: 900;
}

.spec-list dd {
    color: #232a35;
    font-weight: 700;
}

.recommend-panel .compact {
    margin-bottom: 12px;
}

.recommend-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
}

.recommend-grid a {
    position: relative;
    min-width: 0;
    padding: 12px;
}

.recommend-grid i {
    position: absolute;
    right: 8px;
    top: 8px;
    padding: 4px 6px;
    font-size: 10px;
}

.recommend-grid i.new {
    background: #19b86d;
}

.recommend-grid img {
    width: 100%;
    height: 92px;
    object-fit: contain;
}

.recommend-grid h3 {
    min-height: 32px;
    margin: 8px 0 6px;
    color: #252b35;
    font-size: 12px;
    line-height: 1.35;
}

.recommend-grid strong {
    color: #1683d8;
    font-size: 13px;
}

.recommend-grid span {
    float: right;
    margin-top: 3px;
    color: #7b8491;
    font-size: 10px;
    font-weight: 700;
}

.detail-trust {
    margin-top: 18px;
}

.detail-footer-contact .qr-box img {
    width: 94px;
}

.footer-store {
    justify-content: flex-end;
    margin-top: 12px;
}

.footer-store button {
    width: 92px;
    height: 30px;
    border: 0;
    border-radius: 5px;
    background: #111;
    overflow: hidden;
}

.footer-store img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.image-lightbox {
    position: fixed;
    inset: 0;
    z-index: 80;
    display: none;
    place-items: center;
    background: rgba(11, 14, 20, .72);
}

.image-lightbox.open {
    display: grid;
}

.image-lightbox img {
    width: min(760px, 82vw);
    height: min(560px, 76vh);
    object-fit: contain;
    border-radius: 16px;
    background: #fff;
    padding: 40px;
}

.image-lightbox button {
    position: absolute;
    right: 40px;
    top: 30px;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #111827;
    font-size: 26px;
}

@media (max-width: 1320px) {
    .detail-top {
        grid-template-columns: 560px 1fr;
    }
    .shipping-card {
        grid-template-columns: 1fr;
    }
    .shipping-fields {
        grid-template-columns: 1.25fr .75fr 1fr;
    }
}

/* AutoHome compatibility hooks */
.detail-page .compat-search-nodes,
.detail-page .searchcon-btn,
.detail-page .select-tab.clearfix,
.detail-page .info-type-one,
.detail-page .legacy-hidden {
    display: none !important;
}

.detail-page .detail-main {
    padding-bottom: 30px;
}

.detail-page .buy-panel .prop-item-wrapper,
.detail-page .buy-panel .count-widget-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0;
    margin-top: -2px;
}

.detail-page .buy-panel .prop-item {
    margin: 0;
}

.detail-page .buy-panel .prop-item-inner-wrapper,
.detail-page .buy-panel .sku-item-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: auto;
    max-width: 100%;
    min-height: 31px;
    margin: 6px 10px 0 0;
    padding: 5px 10px;
    border: 1px solid #d9d9d9 !important;
    border-radius: 15px;
    background: #fff;
    color: #666;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    cursor: pointer;
}

.detail-page .buy-panel .prop-item-inner-wrapper.this,
.detail-page .buy-panel .prop-item-inner-wrapper.active,
.detail-page .buy-panel .sku-item-wrapper.this,
.detail-page .buy-panel .sku-item-wrapper.active {
    border-color: #1683d8 !important;
    color: #1683d8;
    background: #fff;
}

.detail-page .buy-panel .prop-item-inner-wrapper .prop-img {
    width: 18px !important;
    height: 18px !important;
    border-radius: 50% !important;
    margin-right: 6px !important;
}

.detail-page .buy-panel .sku-item-wrapper > .prop-img {
    display: none;
}

.detail-page .buy-panel .prop-item-total {
    right: -6px;
    top: -8px;
    border-radius: 999px;
}

.detail-page .buy-panel .sku-item-left {
    display: inline-flex;
    flex: 0 1 auto;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.detail-page .buy-panel .sku-item-name {
    flex: 0 1 auto;
    max-width: 220px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.detail-page .buy-panel .discountPrice-price,
.detail-page .buy-panel .sku-item-sale-num {
    color: #999;
    font-size: 12px;
    font-weight: 400;
}

.discountPrice-price{
    display:none;
}

.detail-page .buy-panel .sku-item-sale-num {
    display: none;
}

.detail-page .buy-panel .next-number-picker-inline {
    margin-left: 8px;
    border: 1px solid #e7eef7;
    border-radius: 14px;
    background: #fff;
    overflow: hidden;
}

.detail-page .buy-panel .next-input-group {
    display: inline-flex;
    align-items: center;
}

.detail-page .buy-panel .next-input-group .layui-btn-sm {
    width: 24px;
    height: 24px;
    line-height: 24px;
    padding: 0;
    border: 0 !important;
    background: transparent;
}

.detail-page .buy-panel .next-input-group .specinput {
    width: 34px;
    height: 24px;
    color: #111827;
    font-size: 12px;
}

.detail-page .buy-panel .single-sku-tags .sku-item-wrapper .discountPrice-price,
.detail-page .buy-panel .single-sku-tags .sku-item-wrapper .sku-item-sale-num,
.detail-page .buy-panel .single-sku-tags .sku-item-wrapper .specinput {
    display: none;
}

.detail-page .buy-panel .single-sku-tags .sku-item-wrapper .sku-item-name {
    max-width: 260px;
}

.detail-page .buy-panel .standalone-qty-line {
    display: flex !important;
    align-items: center;
    gap: 12px;
    margin-top: 14px;
}

.detail-page .buy-panel .standalone-qty-line b {
    display: block;
    width: auto;
    margin: 0;
}

.detail-page .buy-panel .standalone-qty-box {
    display: flex;
    align-items: center;
    gap: 12px;
}

.detail-page .buy-panel .standalone-qty-picker {
    margin-left: 0;
    border: 1px solid #e7eef7;
    border-radius: 14px;
    background: #fff;
    overflow: hidden;
}

.detail-page .buy-panel .standalone-qty-box .next-input-group {
    display: inline-flex;
    align-items: center;
}

.detail-page .buy-panel .standalone-qty-box .layui-btn-sm {
    width: 28px;
    height: 28px;
    line-height: 28px;
    padding: 0;
    border: 0 !important;
    background: transparent;
}

.detail-page .buy-panel .standalone-specinput {
    width: 42px;
    height: 28px;
    border: 0;
    color: #111827;
    font-size: 13px;
    text-align: center;
}

.detail-page .buy-panel .standalone-stock {
    color: #7b8491;
    font-size: 12px;
    font-weight: 700;
}

.detail-page .compat-confirm-panel,
.detail-page .compat-address-panel {
    margin-top: 20px;
    padding: 20px;
    border: 1px solid #edf0f4;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(24, 32, 48, .035);
}

.detail-page #DetailTxt img,
.detail-page #DetailTxt table {
    max-width: 100% !important;
}
