body {
    margin: 0;
    color: #1d2233;
    background: #fff;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
}

.seo-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sg-product-detail {
    --product-color: #0d99ff;
    --sg-container: 1440px;
    --sg-page-gutter: 40px;
    --sg-content-width: min(var(--sg-container), calc(100vw - var(--sg-page-gutter) * 2));
    min-width: 0;
    background: #f4f9ff;
}

.sg-product-detail a { text-decoration: none; }

.sg-product-hero {
    width: 100%;
    min-height: 520px;
    padding: 60px 0 56px;
    padding-top: 120px;
    box-sizing: border-box;
    text-align: center;
    background: #eef6ff url("../../Images/ShowImg/seo-geo/productsdetail/sixunshangqi/shangqi-hero-bg.png") center top / cover no-repeat;
}

.sg-product-hero-title {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    max-width: calc(100% - 80px);
    color: #fff;
}

.sg-product-hero-title strong,
.sg-product-hero-title span {
    font-size: 48px;
    line-height: 70px;
    font-weight: 700;
}

.sg-product-hero-title span { font-weight: 400; }
.sg-product-hero-title i { width: 3px; height: 40px; background: #fff; }
.sg-product-hero-subtitle { margin: 30px 0 0; color: #fff; font-size: 28px; line-height: 41px; }
.sg-product-hero-description {
    width: var(--sg-content-width);
    max-width: 1080px;
    margin: 20px auto 0;
    color: rgba(29,34,51,.72);
    font-size: 16px;
    line-height: 24px;
}

.sg-product-hero-highlights {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    width: var(--sg-content-width);
    max-width: 1180px;
    margin-top: 20px;
}
.sg-product-hero-highlight {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /*min-height: 64px;*/
    padding: 10px 16px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 8px;
    box-sizing: border-box;
    background: rgba(246,250,255,.7);
    backdrop-filter: blur(5px);
}
.sg-product-hero-highlight p {
    margin: 0;
    color: #1d2233;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
}

.sg-product-tags {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: var(--sg-content-width);
    max-width: 1180px;
    margin-top: 30px;
    color: rgba(255,255,255,.85);
    background: transparent;
}
.sg-product-tags span { font-size: 14px; line-height: 20px; white-space: nowrap; }
.sg-product-tags i { width: 1px; height: 16px; background: rgba(255,255,255,.85); }

.sg-product-hero-actions { display: flex; justify-content: center; gap: 30px; margin-top: 60px; }
.sg-product-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    
    padding: 12px 24px;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    background: rgba(255,255,255,.8);
    color: #0068eb;
    font-size: 16px;
    box-sizing: border-box;
    cursor: pointer;
    transition: all .2s ease;
}
.sg-product-button:hover { border-color: var(--product-color); background: var(--product-color); color: #fff; }

.sg-product-section { padding: 100px 0; }
.sg-product-section.is-soft { background-image: linear-gradient(rgba(217, 232, 255, 0.7) 0%, rgba(217, 232, 255, 0) 100%); }
.sg-product-section.is-tech-base { background: #fff; }
.sg-product-detail > .sg-product-section.is-soft:nth-of-type(4) {
    background-image: linear-gradient(rgba(217, 232, 255, .7) 0%, rgba(217, 232, 255, 0) 100%);
}

.sg-product-detail #product-faq-section { padding-bottom: 320px; }
.sg-product-inner { width: var(--sg-content-width); max-width: 1440px; margin: 0 auto; }
.sg-product-section-title { margin: 0; text-align: center; font-size: 40px; line-height: 70px; font-weight: 400; }
.sg-product-lead { margin-top: 60px; }
.sg-product-lead p { margin: 0 0 20px; color: #1d2233; font-size: 16px; line-height: 36px; text-indent: 2em; }

.sg-product-scenarios { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); justify-content: center; align-items: flex-start; gap: 20px; margin-top: 60px; }
.sg-product-scenario { min-width: 0; text-align: center; cursor: pointer; }
.sg-product-scenario-media { width: 100%; aspect-ratio: 4 / 3; overflow: hidden; border-radius: 16px; background: #f0f0f0; }
.sg-product-scenario-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.sg-product-scenario:hover img { transform: scale(1.08); }
.sg-product-scenario h3 { margin: 20px 0 8px; font-size: 16px; line-height: 28px; font-weight: 400; }
.sg-product-scenario p { margin: 0; color: rgba(29,34,51,.6); font-size: 14px; line-height: 22px; }

.sg-product-module-tabs {
    display: flex;
    position: relative;
    justify-content: stretch;
    gap: 0;
    width: 100%;
    min-width: 0;
    margin: 60px auto 40px;
    padding-bottom: 18px;
    box-sizing: border-box;
}
.sg-product-module-tabs::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 1px; background: #d9d9d9; }
.sg-product-module-tab {
    position: relative;
    flex: 1 1 0;
    z-index: 1;
    min-width: 0;
    max-width: none;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    background: transparent;
    color: #1d2233;
    font: inherit;
    font-size: 16px;
    line-height: 28px;
    white-space: nowrap;
    cursor: pointer;
}
.sg-product-module-tab.is-active,
.sg-product-module-tab:hover { color: #0068eb; font-weight: 700; }
.sg-product-module-tab.is-active::after { content: ""; position: absolute; right: 10px; bottom: -18px; left: 10px; z-index: 2; height: 2px; border-radius: 2px; background: #0068eb; }
.sg-product-module-panel { display: none; grid-template-columns: minmax(300px, 360px) minmax(0, 1fr); gap: 30px; }
.sg-product-module-panel.is-active { display: grid; }
.sg-product-pain-list { border-radius: 16px; padding: 24px; box-sizing: border-box; }
.sg-product-pain-list h3 { margin: 0 0 16px; font-size: 16px; }
.sg-product-pain-item {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 58px;
    margin: 8px 0;
    padding: 14px 18px;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: #1d2233;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
    transition: background-color .2s ease, color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.sg-product-pain-item.is-active,
.sg-product-pain-item:hover,
.sg-product-pain-item:focus-visible {
    background: rgba(0,104,235,.08);
    color: #0068eb;
    /*box-shadow: 0 10px 24px rgba(0,104,235,.08);*/
    transform: translateX(6px);
}
.sg-product-pain-item:hover,
.sg-product-pain-item.is-active {
    flex-direction: column;
    align-items: flex-start;
    min-height: auto;
    padding-top: 16px;
    padding-bottom: 16px;
}
.sg-product-pain-item:focus-visible {
    flex-direction: column;
    align-items: flex-start;
    min-height: auto;
    padding-top: 16px;
    padding-bottom: 16px;
}
.sg-product-solution {
    display: grid;
    grid-template-columns: 1fr 420px;
    min-height: 382px;
    height: 382px;
    border-radius: 16px;
    background: #fff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    box-shadow: 0 14px 36px rgba(0,0,0,.06);
}
.sg-product-solution-copy { padding: 54px 46px; }
.sg-product-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    width: auto;
    margin: 0;
    padding: 4px 10px;
    border-radius: 8px;
    background: linear-gradient(90deg, #0068eb 0%, var(--product-color) 100%);
    color: #fff;
    font-size: 16px;
    white-space: nowrap;
}
.sg-product-solution h3 { margin: 22px 0; font-size: 24px; line-height: 50px; font-weight: 400; }
.sg-product-solution h3 span { color: #0068eb; font-weight: 700; }
.sg-product-solution-copy p:not(.sg-product-kicker) { margin: 0 0 34px; color: rgba(29,34,51,.72); font-size: 16px; line-height: 34px; }
.sg-product-solution-media { background: transparent; }
.sg-product-solution-media img { display: none; }
.sg-product-solution .sg-product-button {
    align-self: flex-start;
    width: auto;
    min-width: 0;
    height: 43px;
    border-color: #0068eb;
    background: transparent;
    color: #0068eb;
    padding: 0 16px;
    font-size: 16px;
    white-space: nowrap;
}
.sg-product-solution .sg-product-button:hover {
    border-color: #0068eb;
    background: #0068eb;
    color: #fff;
}

.sg-product-feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 60px; }
.sg-product-feature-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 18px;
    /*min-height: 360px;*/
    padding: 30px 24px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 4px 20px rgba(160, 163, 170, .12);
    box-sizing: border-box;
    text-align: center;
    transition: transform .24s ease, box-shadow .24s ease, background-color .24s ease;
}
.sg-product-feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 14px 34px rgba(0, 104, 235, .14);
}
.sg-product-feature-card img { width: 64px; height: 64px; object-fit: contain; }
.sg-product-feature-card > div {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
}
.sg-product-feature-card h3,
.sg-product-business-card h3,
.sg-product-tech-card h3,
.sg-product-service-card h3 { margin: 0 0 12px; font-size: 22px; line-height: 32px; font-weight: 400; }
.sg-product-feature-card h3 {
    margin-top: 0;
    font-size: 28px;
    line-height: 41px;
}
.sg-product-feature-card p,
.sg-product-business-card p,
.sg-product-tech-card p,
.sg-product-service-card p { margin: 0; color: rgba(29,34,51,.7); font-size: 16px; line-height: 28px; }
.sg-product-feature-card p {
    margin-top: 12px;
    font-size: 16px;
    line-height: 32px;
}
.sg-product-chip-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 12px;
    margin-top: 15px;
    padding-top: 16px;
}
.sg-product-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 3px 10px;
    border-radius: 15px;
    background: rgba(13, 153, 255, .1);
    color: var(--product-color);
    font-size: 14px;
    line-height: 22px;
    white-space: nowrap;
}

.sg-product-business-layout {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    justify-content: center;
    gap: 20px;
    width: 100%;
    max-width: 100%;
    margin-top: 60px;
}
.sg-product-business-layout.is-five {
    display: grid;
    grid-template-columns: minmax(0, 560fr) minmax(0, 880fr);
    align-items: stretch;
    gap: 0;
    width: 100%;
    max-width: 100%;
}
.sg-product-business-layout.is-equal {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    justify-content: flex-start;
    gap: 0;
    overflow: hidden;
    border-radius: 16px;
}
.sg-product-business-layout:not(.is-five):not(.is-equal) {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 0;
    overflow: hidden;
    border-radius: 16px;
}
.sg-product-business-layout:not(.is-five):not(.is-equal) .sg-product-business-tile {
    min-width: 0;
    border-radius: 0;
}
.sg-product-business-stack {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
}
.sg-product-business-tile {
    position: relative;
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 560px;
    overflow: hidden;
    border-radius: 16px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}
.sg-product-business-layout.is-five .sg-product-business-tile.is-large {
    width: 100%;
    height: 560px;
    border-radius: 16px 0 0 16px;
}
.sg-product-business-layout.is-equal .sg-product-business-tile {
    width: 100%;
    height: 280px;
    border-radius: 0;
}
.sg-product-business-layout.is-equal.is-six { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.sg-product-business-stack .sg-product-business-tile {
    width: 100%;
    height: 280px;
    border-radius: 0;
}
.sg-product-business-stack .sg-product-business-tile:nth-child(2) { border-radius: 0 16px 0 0; }
.sg-product-business-stack .sg-product-business-tile:nth-child(4) { border-radius: 0 0 16px 0; }
.sg-product-business-default {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 30px 30px;
    box-sizing: border-box;
    color: #fff;
    background: linear-gradient(180deg, rgba(29, 34, 51, 0) 0%, rgba(29, 34, 51, .6) 100%);
}
.sg-product-business-default h3,
.sg-product-business-hover h3 { margin: 0; font-size: 28px; line-height: 41px; font-weight: 400; }
.sg-product-business-default p,
.sg-product-business-hover p { margin: 7px 0 0; font-size: 16px; line-height: 29px; }
.sg-product-business-layout.is-equal .sg-product-business-default p,
.sg-product-business-layout.is-equal .sg-product-business-hover p {
    font-size: 16px;
    line-height: 26px;
}
.sg-product-business-hover strong {
    display: block;
    color: #1d2233;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
}
.sg-product-business-hover {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*gap: 16px;*/
    padding: 30px;
    box-sizing: border-box;
    border-radius: inherit;
    background: rgba(255,255,255,.82);
    color: #1d2233;
    text-align: center;
    opacity: 0;
    transition: opacity .2s ease;
    backdrop-filter: blur(8px);
}
.sg-product-business-hover a {
    display: inline-flex;
    flex: 0 0 48px;
    align-items: center;
    justify-content: center;
    width: 215px;
    height: 48px;
    margin-top: 20px;
    border: 1px solid #0068eb;
    border-radius: 8px;
    box-sizing: border-box;
    background: #fff;
    color: #0068eb;
    font-size: 16px;
}
.sg-product-business-layout.is-equal .sg-product-business-hover a { margin-top: 14px; }
.sg-product-business-hover a:hover { background: #0068eb; color: #fff; }
.sg-product-business-tile:hover .sg-product-business-hover { opacity: 1; }

.sg-product-detail.is-shangqi .sg-product-module-tabs {
    gap: 0;
}

.sg-product-tech-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px 24px; margin-top: 60px; }
.sg-product-tech-card {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    min-height: 170px;
    padding: 30px;
    border: 1px solid #e6e8ee;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 4px 20px rgba(160, 163, 170, .12);
    box-sizing: border-box;
    transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}
.sg-product-tech-card:hover {
    transform: translateY(-6px);
    border-color: rgba(13, 153, 255, .38);
    box-shadow: 0 14px 34px rgba(0, 104, 235, .12);
}
.sg-product-tech-card img { width: 64px; height: 64px; object-fit: contain; flex: 0 0 auto; }
.sg-product-tech-card h3 {
    color: #1d2233;
    font-size: 24px;
    line-height: 41px;
}
.sg-product-tech-card p {
    color: #1d223399;
    font-size: 16px;
    line-height: 1.5;
}
.sg-product-partner-title { margin: 60px 0 0; text-align: center; font-size: 32px; line-height: 46px; font-weight: 400; }
.sg-product-partner-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 30px; margin-top: 60px; }
.sg-product-partner-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    border-radius: 16px;
    background: #e9eef3;
    padding: 24px;
    box-sizing: border-box;
    cursor: pointer;
    transition: all .3s ease;
}
.sg-product-partner-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 24px rgba(0, 104, 235, .08);
}
.sg-product-partner-card img { max-width: 100%; max-height: 140px; object-fit: contain; }
.sg-product-partner-card strong { color: #0068eb; font-size: 36px; line-height: 50px; }
.sg-product-partner-card span { margin-top: 16px; font-size: 18px; line-height: 26px; }

.sg-product-service-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin-top: 60px;
    border-radius: 16px;
    background: #fff;
    overflow: hidden;
}
.sg-product-service-card {
    position: relative;
    padding: 30px;
    text-align: center;
    box-sizing: border-box;
    transition: transform .24s ease, box-shadow .24s ease, background-color .24s ease;
}
.sg-product-service-card + .sg-product-service-card::before {
    content: "";
    position: absolute;
    top: 30px;
    bottom: 30px;
    left: 0;
    width: 1px;
    background: #e6e8ee;
}
.sg-product-service-card:hover {
    z-index: 1;
    transform: translateY(-6px);
    background: #fff;
    box-shadow: 0 14px 34px rgba(0, 104, 235, .12);
}
.sg-product-service-card img { width: 64px; height: 64px; object-fit: contain; margin-bottom: 30px; }

.sg-product-faq-list { width: min(800px, 100%); margin: 60px auto 0; }
.sg-product-faq-item { padding: 20px 30px 0; cursor: pointer; }
.sg-product-faq-question { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 26px; font-size: 18px; line-height: 26px; }
.sg-product-faq-question img { width: 16px; height: 16px; flex: 0 0 auto; }
.sg-product-faq-answer { display: none; margin: 30px 0 0; color: rgba(29,34,51,.7); font-size: 18px; line-height: 32px; }
.sg-product-faq-item.is-open .sg-product-faq-answer,
.sg-product-faq-item:hover .sg-product-faq-answer,
.sg-product-faq-item:focus-within .sg-product-faq-answer { display: block; }
.sg-product-faq-list:hover .sg-product-faq-item.is-open:not(:hover) .sg-product-faq-answer { display: none; }
.sg-product-faq-line { height: 1px; margin-top: 20px; background: #d9d9d9; }

.sg-product-floating {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    height: 132px;
    background: var(--product-color);
    color: #fff;
    transition: bottom .15s ease-out;
}
.sg-product-floating-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; width: var(--sg-content-width); height: 100%; max-width: 1440px; margin: 0 auto; padding: 30px 0; box-sizing: border-box; }
.sg-product-floating-title { margin: 0; font-size: 28px; line-height: 41px; }
.sg-product-floating-links { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 30px; margin-top: 20px; }
.sg-product-floating-links a { color: #fff; font-size: 18px; line-height: 29px; }
.sg-product-floating-links i { width: 2px; height: 20px; background: rgba(217,217,217,.38); }
.sg-product-floating-cta { display: inline-flex; align-items: center; justify-content: center; height: 66px; padding: 0 30px; border-radius: 16px; background: #eeae00; color: #fff; font-size: 18px; white-space: nowrap; }

@media (max-width: 1500px) {
    .sg-product-detail { --sg-container: 1180px; }
    .sg-product-module-tabs { gap: 0; }
    .sg-product-module-tab { max-width: none; }
    .sg-product-solution { grid-template-columns: 1fr 360px; }
}

@media (max-width: 1440px) and (min-width: 1101px) {
    .sg-product-detail { --sg-page-gutter: 32px; }
    .sg-product-hero { min-height: 480px; padding-top: 110px; padding-bottom: 48px; }
    .sg-product-hero-title { gap: 16px; }
    .sg-product-hero-title strong,
    .sg-product-hero-title span { font-size: 42px; line-height: 60px; }
    .sg-product-hero-title i { height: 34px; }
    .sg-product-hero-subtitle { margin-top: 22px; font-size: 24px; line-height: 36px; }
    .sg-product-hero-actions { gap: 24px; margin-top: 44px; }
    .sg-product-section { padding: 80px 0; }
    .sg-product-detail #product-faq-section { padding-bottom: 280px; }
    .sg-product-section-title { font-size: 36px; line-height: 58px; }
    .sg-product-lead,
    .sg-product-scenarios,
    .sg-product-feature-grid,
    .sg-product-business-layout,
    .sg-product-tech-grid,
    .sg-product-partner-grid,
    .sg-product-service-grid,
    .sg-product-faq-list { margin-top: 48px; }
    .sg-product-module-tabs { margin-top: 48px; margin-bottom: 34px; }
    .sg-product-module-tab { padding: 0 6px; font-size: 15px; line-height: 24px; white-space: normal; }
    .sg-product-module-panel { grid-template-columns: minmax(260px, 320px) minmax(0, 1fr); gap: 24px; }
    .sg-product-pain-list { padding: 18px; }
    .sg-product-pain-item { padding: 12px 14px; font-size: 15px; line-height: 22px; }
    .sg-product-solution { grid-template-columns: 1fr 320px; height: 350px; min-height: 350px; }
    .sg-product-solution-copy { padding: 42px 34px; }
    .sg-product-solution h3 { margin: 18px 0; font-size: 22px; line-height: 40px; }
    .sg-product-solution-copy p:not(.sg-product-kicker) { margin-bottom: 24px; line-height: 30px; }
    .sg-product-feature-grid { gap: 16px; }
    .sg-product-feature-card { padding: 26px 20px; }
    .sg-product-feature-card h3 { font-size: 24px; line-height: 34px; }
    .sg-product-business-default,
    .sg-product-business-hover { padding: 24px; }
    .sg-product-business-default h3,
    .sg-product-business-hover h3 { font-size: 24px; line-height: 34px; }
    .sg-product-business-default p,
    .sg-product-business-hover p { font-size: 15px; line-height: 25px; }
    .sg-product-business-hover a { width: 196px; height: 44px; font-size: 15px; }
    .sg-product-tech-grid { gap: 24px 20px; }
    .sg-product-tech-card { gap: 20px; padding: 26px; }
    .sg-product-partner-grid { gap: 20px; }
    .sg-product-service-card { padding: 26px 20px; }
    .sg-product-floating { height: 116px; }
    .sg-product-floating-inner { padding: 22px 0; }
    .sg-product-floating-title { font-size: 24px; line-height: 34px; }
    .sg-product-floating-links { margin-top: 14px; }
    .sg-product-floating-links a { font-size: 16px; line-height: 24px; }
    .sg-product-floating-cta { height: 54px; padding: 0 24px; border-radius: 12px; font-size: 16px; }
}

.sg-tiandian-page {
    min-width: 1440px;
    width: 100%;
    padding-top: 100px;
    box-sizing: border-box;
    color: #1d2233;
    background: #fff;
    font-family: "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimHei, Arial, Helvetica, sans-serif;
}

.sg-tiandian-page a { text-decoration: none; }

.sg-tiandian-hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 120px 360px;
    box-sizing: border-box;
    background: #d9d9d9 url("../../Images/ShowImg/seo-geo/productsdetail/sixuntiandian/tiandian-hero-bg.png") center / cover no-repeat;
}

.sg-tiandian-hero-title {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    gap: 20px;
}

.sg-tiandian-hero-title strong,
.sg-tiandian-hero-title span {
    flex-shrink: 0;
    margin: 0;
    color: #1d2233;
    font-size: 48px;
    line-height: 70px;
    letter-spacing: 0;
}

.sg-tiandian-hero-title strong { font-weight: 700; }
.sg-tiandian-hero-title span { font-weight: 400; }
.sg-tiandian-hero-title i { flex-shrink: 0; width: 2px; height: 38px; background: #1d2233; }

.sg-tiandian-hero-lead {
    width: 1200px;
    margin: 30px 0 0;
    color: rgba(29, 34, 51, .85);
    font-size: 24px;
    line-height: 41px;
    letter-spacing: 0;
    text-align: center;
}

.sg-tiandian-hero-actions {
    display: inline-flex;
    align-items: center;
    gap: 30px;
    margin-top: 60px;
}

.sg-tiandian-button,
.sg-tiandian-card-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    padding: 13px 29px;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    box-sizing: border-box;
    background: #fff;
    color: #1d2233;
    font-size: 18px;
    line-height: 26px;
    white-space: nowrap;
    cursor: pointer;
    transition: all .2s ease;
}

.sg-tiandian-button:hover,
.sg-tiandian-card-actions a:hover {
    border-color: #0d99ff;
    background: #0d99ff;
    color: #fff;
}

.sg-tiandian-products {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 60px 240px 100px;
    box-sizing: border-box;
    background: #fff;
}

.sg-tiandian-category {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    gap: 60px;
}

.sg-tiandian-category-head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    gap: 20px;
}

.sg-tiandian-category-head h2 {
    align-self: stretch;
    margin: 0;
    color: rgba(29, 34, 51, .6);
    font-size: 24px;
    line-height: 31px;
    font-weight: 400;
    letter-spacing: 0;
}

.sg-tiandian-category-head div {
    align-self: stretch;
    height: 1px;
    background: #e8e9ee;
}

.sg-tiandian-product-layout {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    align-self: stretch;
    min-width: 1440px;
}

.sg-tiandian-product-stack {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    gap: 30px;
}

.sg-tiandian-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    flex-shrink: 0;
    width: 460px;
    height: 407px;
    border: 1px solid #e8e9ee;
    border-radius: 16px;
    box-sizing: border-box;
    overflow: hidden;
    background: #e9eef3 center / cover no-repeat;
    box-shadow: 0 6px 24px rgba(0, 104, 235, .06);
    cursor: pointer;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.sg-tiandian-card:hover {
    border-color: #0d99ff;
    box-shadow: 0 12px 40px rgba(13, 153, 255, .25);
}

.sg-tiandian-card-panel {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    justify-content: center;
    gap: 20px;
    margin-top: auto;
    padding: 30px;
    border-radius: 16px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, .9);
    backdrop-filter: blur(15px);
}

.sg-tiandian-card-title {
    display: inline-flex;
    align-items: center;
    align-self: stretch;
    gap: 10px;
}

.sg-tiandian-card-title span {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 48px;
    height: 48px;
    padding: 6px;
    border-radius: 12px;
    box-sizing: border-box;
    background: #d3ecff;
}

.sg-tiandian-card-title img {
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 12px;
}

.sg-tiandian-card-title h3 {
    flex-shrink: 0;
    margin: 0;
    color: #1d2233;
    font-size: 24px;
    line-height: 35px;
    font-weight: 700;
    letter-spacing: 0;
}

.sg-tiandian-card-panel p {
    width: 400px;
    margin: 0;
    padding: 10px;
    box-sizing: border-box;
    color: #1d2233;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0;
}

.sg-tiandian-card-actions {
    display: inline-flex;
    align-items: center;
    align-self: stretch;
    gap: 30px;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height .2s ease, opacity .2s ease;
}

.sg-tiandian-card:hover .sg-tiandian-card-actions,
.sg-tiandian-card:focus-within .sg-tiandian-card-actions {
    max-height: 56px;
    opacity: 1;
}

.sg-tiandian-card-actions a:last-child {
    font-size: 20px;
    line-height: 29px;
}
