:root {
    --time: .3s;
    --bgc: #ff7e14;
    --ftc: #ff7e14;
    --color: var(--ftc);
    --backtop-color-rgb: 255, 126, 20;
    --btn: var(--p40);
    --btn_size: var(--ft14);
    --btn_color: var(--ftc);
    --main: 1400px;
    --ft12: 12px;
    --ft13: 13px;
    --ft14: 14px;
    --ft15: 15px;
    --ft16: 16px;
    --ft17: 17px;
    --ft18: 18px;
    --ft20: 20px;
    --ft22: 22px;
    --ft24: 24px;
    --ft26: 26px;
    --ft28: 28px;
    --ft30: 30px;
    --ft32: 32px;
    --ft36: 36px;
    --ft40: 40px;
    --ft48: 48px;
    --ft56: 56px;
    --ft64: 64px;
    --ft66: 66px;
    --ft72: 72px;
    --ft80: 80px;
    --p0: 0;
    --p5: 5px;
    --p8: 8px;
    --p10: 10px;
    --p12: 12px;
    --p15: 15px;
    --p16: 16px;
    --p20: 20px;
    --p24: 24px;
    --p25: 25px;
    --p30: 30px;
    --p35: 35px;
    --p36: 36px;
    --p40: 40px;
    --p48: 48px;
    --p50: 50px;
    --p60: 60px;
    --p70: 70px;
    --p80: 80px;
    --p100: 100px
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    min-width: 0;
    word-break: break-word;
    word-wrap: break-word
}

html {
    scroll-behavior: smooth
}

body {
    width: 100%;
    color: #000;
    font-size: var(--ft16);
    overflow-x: hidden
}

ul,
li {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dd,
dt,
form {
    margin: 0;
    padding: 0
}

a {
    color: inherit;
    text-decoration: none;
    transition: all var(--time)
}

img,
svg,
video {
    display: block;
    max-width: 100%
}

button,
input,
textarea,
select {
    border: 0;
    outline: none;
    font: inherit;
    color: inherit;
    background: transparent
}

button {
    cursor: pointer
}

section,
main {
    width: 100%
}

section {
    padding: var(--p80) 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

main {
    flex: 1
}

.main {
    width: var(--main);
    max-width: 90%;
    margin: 0 auto
}

.main1 {
    width: calc(((100% - var(--main)) / 2) + var(--main)) !important;
    max-width: 90%;
    margin-right: 0;
    margin-left: auto
}

.main2 {
    width: calc(((100% - var(--main)) / 2) + var(--main)) !important;
    max-width: 90%;
    margin-right: auto;
    margin-left: 0
}

.d-flex {
    display: flex
}

.flex-column {
    flex-direction: column
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center
}

.flex-column-center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.al-c {
    align-items: center
}

.al-b {
    align-items: baseline
}

.al-fs {
    align-items: flex-start
}

.al-fe {
    align-items: flex-end
}

.al-s {
    align-items: stretch
}

.jc-c {
    justify-content: center
}

.jc-s {
    justify-content: space-between
}

.jc-sa {
    justify-content: space-around
}

.jc-se {
    justify-content: space-evenly
}

.jc-fs {
    justify-content: flex-start
}

.jc-fe {
    justify-content: flex-end
}

.d-grid {
    display: grid
}

.grid1 {
    grid-template-columns: repeat(1, 1fr)
}

.grid2 {
    grid-template-columns: repeat(2, 1fr)
}

.grid3 {
    grid-template-columns: repeat(3, 1fr)
}

.grid4 {
    grid-template-columns: repeat(4, 1fr)
}

.grid5 {
    grid-template-columns: repeat(5, 1fr)
}

.grid6 {
    grid-template-columns: repeat(6, 1fr)
}

.grid-row {
    display: grid;
    grid-template-columns: repeat(12, 1fr)
}

.grid-row>* {
    grid-column: span 12
}

.grid-row .pc1 {
    grid-column: span 1
}

.grid-row .pc2 {
    grid-column: span 2
}

.grid-row .pc3 {
    grid-column: span 3
}

.grid-row .pc4 {
    grid-column: span 4
}

.grid-row .pc5 {
    grid-column: span 5
}

.grid-row .pc6 {
    grid-column: span 6
}

.grid-row .pc7 {
    grid-column: span 7
}

.grid-row .pc8 {
    grid-column: span 8
}

.grid-row .pc9 {
    grid-column: span 9
}

.grid-row .pc10 {
    grid-column: span 10
}

.grid-row .pc11 {
    grid-column: span 11
}

.grid-row .pc12 {
    grid-column: span 12
}

.bgc {
    background: var(--bgc)
}

.ftc {
    color: var(--ftc)
}

.label {
    white-space: nowrap
}

.must::before {
    display: inline-block;
    content: "*"
}

.bg_img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.bg_fixed {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed
}

.line-clamp1,
.line-clamp2,
.line-clamp3,
.line-clamp4,
.line-clamp5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.line-clamp1 {
    -webkit-line-clamp: 1;
    line-clamp: 1
}

.line-clamp2 {
    -webkit-line-clamp: 2;
    line-clamp: 2
}

.line-clamp3 {
    -webkit-line-clamp: 3;
    line-clamp: 3
}

.line-clamp4 {
    -webkit-line-clamp: 4;
    line-clamp: 4
}

.line-clamp5 {
    -webkit-line-clamp: 5;
    line-clamp: 5
}

.s_content {
    line-height: 1.8
}

.s_content * {
    text-wrap-mode: wrap !important;
    word-break: break-word
}

.s_content li {
    list-style: inherit
}

.s_content .list-paddingleft-2 {
    padding-left: 1em
}

.s_content img,
.s_content video {
    display: inline-block;
    max-width: 100%;
    height: auto !important
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    max-width: 100%;
    height: var(--btn);
    padding: 0 var(--p30);
    gap: 8px;
    border: 1px solid var(--btn_color);
    background: var(--btn_color);
    color: #fff;
    font-size: var(--btn_size);
    line-height: var(--btn);
    text-align: center;
    cursor: pointer;
    transition: all var(--time)
}

.btn:hover {
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2)
}

.pagenum {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--p10);
    margin-top: var(--p70)
}

.pagenum .pagination {
    display: flex;
    justify-content: center;
    gap: var(--p10);
    width: max-content;
    margin: 0 auto
}

.pagenum input,
.pagenum button,
.pagenum a,
.pagenum span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.5em;
    height: 2.5em;
    padding: 2px 5px;
    background: #f8f8f8;
    color: #000;
    line-height: 1.6em;
    text-align: center
}

.pagenum .page-number.active {
    background: var(--ftc);
    color: #fff
}

::-webkit-scrollbar {
    width: 8px;
    height: 10px
}

::-webkit-scrollbar-track-piece {
    background-color: transparent
}

::-webkit-scrollbar-thumb {
    background-color: #ddd;
    border-radius: 5px;
    cursor: pointer
}

::-webkit-scrollbar-thumb:hover {
    background-color: var(--ftc)
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    :root {
        --main: 92%;
        --btn: 40px;
        --btn_size: var(--ft14);
        --ft30: 26px;
        --ft32: 28px;
        --ft36: 30px;
        --ft40: 34px;
        --ft48: 40px;
        --ft56: 46px;
        --ft64: 52px;
        --ft66: 54px;
        --ft72: 58px;
        --ft80: 64px;
        --p60: 50px;
        --p70: 55px;
        --p80: 60px;
        --p100: 80px
    }

    .main,
    .main1,
    .main2 {
        width: 100% !important;
        max-width: 92%;
        margin-right: auto;
        margin-left: auto
    }

    .grid-row .tb1 {
        grid-column: span 1
    }

    .grid-row .tb2 {
        grid-column: span 2
    }

    .grid-row .tb3 {
        grid-column: span 3
    }

    .grid-row .tb4 {
        grid-column: span 4
    }

    .grid-row .tb5 {
        grid-column: span 5
    }

    .grid-row .tb6 {
        grid-column: span 6
    }

    .grid-row .tb7 {
        grid-column: span 7
    }

    .grid-row .tb8 {
        grid-column: span 8
    }

    .grid-row .tb9 {
        grid-column: span 9
    }

    .grid-row .tb10 {
        grid-column: span 10
    }

    .grid-row .tb11 {
        grid-column: span 11
    }

    .grid-row .tb12 {
        grid-column: span 12
    }
}

@media only screen and (max-width:767px) {
    :root {
        --main: 92%;
        --btn: 38px;
        --btn_size: var(--ft14);
        --ft16: 14px;
        --ft18: 15px;
        --ft20: 16px;
        --ft22: 18px;
        --ft24: 20px;
        --ft26: 22px;
        --ft28: 24px;
        --ft30: 25px;
        --ft32: 26px;
        --ft36: 28px;
        --ft40: 30px;
        --ft48: 34px;
        --ft56: 38px;
        --ft64: 42px;
        --ft66: 44px;
        --ft72: 46px;
        --ft80: 50px;
        --p30: 20px;
        --p36: 24px;
        --p40: 28px;
        --p48: 32px;
        --p50: 34px;
        --p60: 40px;
        --p70: 44px;
        --p80: 48px;
        --p100: 60px
    }

    section {
        padding: var(--p60) 0
    }

    .main,
    .main1,
    .main2 {
        width: 100% !important;
        max-width: 92%;
        margin-right: auto;
        margin-left: auto
    }

    .grid-row .mb1 {
        grid-column: span 1
    }

    .grid-row .mb2 {
        grid-column: span 2
    }

    .grid-row .mb3 {
        grid-column: span 3
    }

    .grid-row .mb4 {
        grid-column: span 4
    }

    .grid-row .mb5 {
        grid-column: span 5
    }

    .grid-row .mb6 {
        grid-column: span 6
    }

    .grid-row .mb7 {
        grid-column: span 7
    }

    .grid-row .mb8 {
        grid-column: span 8
    }

    .grid-row .mb9 {
        grid-column: span 9
    }

    .grid-row .mb10 {
        grid-column: span 10
    }

    .grid-row .mb11 {
        grid-column: span 11
    }

    .grid-row .mb12 {
        grid-column: span 12
    }
}

:root {
    --bgc: #0d7cff;
    --ftc: #0d7cff;
    --color: #0d7cff;
    --main: 1400px;
    --dark: #333333;
    --muted: #7d8694;
    --light: #f5f6f8;
    --footer: #e8f0ff
}

body {
    min-width: 320px;
    max-width: 100%;
    background: #fff;
    color: var(--dark);
    font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 15px;
    overflow-x: hidden
}

.SiteHeader {
    position: relative;
    z-index: 20;
    height: 130px;
    background: #fff
}

.SiteHeader .main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%
}

.logo {
    display: block;
    width: 302px;
    flex: 0 0 auto
}

.siteNav {
    display: flex;
    align-items: center;
    gap: 90px;
    margin-left: 70px;
    color: #77808d;
    font-size: 20px;
    line-height: 1;
    white-space: nowrap
}

.siteNav a.active {
    color: #061b42;
    font-weight: 700
}

.siteNav a:hover {
    color: var(--ftc)
}

.hotline {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-left: 60px;
    color: #080808;
    white-space: nowrap
}

.hotlineIcon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    border: 6px solid #1687ff;
    border-radius: 50%;
    background: #fff;
    transform: rotate(-18deg)
}

.hotlineIcon::before {
    content: '';
    position: absolute;
    inset: 20%;
    background: url("../images/tel.png") center / contain no-repeat;
}

.hotlineText span {
    display: block;
    margin-bottom: 6px;
    color: #233858;
    font-size: 14px;
    font-weight: 700;
    line-height: 1
}

.hotlineText strong {
    display: block;
    color: #111;
    font-family: Impact, "Arial Black", sans-serif;
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 1
}

.PageHero {
    display: flex;
    align-items: center;
    height: 455px;
    padding: 0;
    background-position: center;
    background-size: cover
}

.PageHero .titleCom {
    width: 100%;
    color: #fff;
    font-size: 46px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center
}

.SearchBlock {
    position: relative;
    z-index: 2;
    padding: 0;
    background: #f6f6f6
}

.SearchBlock .main {
    transform: translateY(-65px)
}

.searchBox {
    display: flex;
    align-items: center;
    gap: 35px;
    height: 136px;
    padding: 0 44px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 18px 38px rgba(41, 54, 81, 0.1)
}

.searchBox input {
    flex: 1;
    height: 70px;
    padding: 0 34px;
    border: 1px solid #e3e7ed;
    border-radius: 12px;
    background: #f5f7fa;
    color: #8a92a0;
    font-size: 16px
}

.primaryBtn,
.searchBox button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    padding: 0 52px;
    border-radius: 10px;
    background: linear-gradient(180deg, #167dff 0%, #0558f7 100%);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    transition: transform var(--time), box-shadow var(--time), opacity var(--time);
    white-space: nowrap
}

.primaryBtn:hover,
.searchBox button:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(13, 124, 255, 0.24)
}

.ArticleList {
    padding: 0 0 118px;
    background: #f6f6f6
}

.ArticleList .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px 30px
}

.ArticleList .item {
    overflow: hidden;
    min-height: 482px;
    border: 1px solid #dde1e7;
    border-radius: 16px;
    background: #fff;
    transition: transform var(--time), box-shadow var(--time)
}

.ArticleList .pic {
    overflow: hidden;
    height: 230px
}

.ArticleList .pic img,
.BuildingMosaic img,
.OfficeList .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .55s ease
}

.ArticleList .info {
    padding: 20px 22px 22px
}

.ArticleList .date {
    position: relative;
    margin-bottom: 12px;
    padding-left: 28px;
    color: #87909c;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px
}

.ArticleList .date::before {
    position: absolute;
    top: 1px;
    left: 0;
    width: 17px;
    height: 17px;
    border: 2px solid #9aa4b0;
    border-radius: 2px;
    content: ""
}

.ArticleList .date::after {
    position: absolute;
    top: 7px;
    left: 0;
    width: 17px;
    height: 2px;
    background: #9aa4b0;
    content: ""
}

.ArticleList .title {
    margin-bottom: 12px;
    color: #333;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.55
}

.ArticleList .desc {
    margin-bottom: 11px;
    color: #536171;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.8
}

.readMore {
    display: inline-flex;
    align-items: center;
    color: #0075ff;
    font-size: 14px;
    font-weight: 700
}

.readMore:hover {
    color: #004ec6;
    transform: translateX(3px)
}

.ArticleList .item:hover,
.OfficeList .item:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 36px rgba(35, 51, 82, 0.12)
}

.ArticleList .item:hover img,
.BuildingMosaic a:hover img,
.OfficeList .item:hover img {
    transform: scale(1.035)
}

.Pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 70px;
    color: #8c95a0;
    font-size: 13px
}

.Pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 27px;
    height: 27px;
    border: 1px solid #d8dde5;
    background: #fff
}

.Pagination .active {
    border-color: #2491ff;
    color: #2491ff
}

.Pagination .size {
    width: 76px;
    color: #9aa2ad
}

.RegionFilter {
    padding: 0 0 61px;
    background: #f6f6f6
}

.RegionFilter .main {
    display: flex;
    align-items: center;
    height: 106px;
    padding: 0 42px;
    border: 1px solid #e2e6ee;
    border-radius: 20px;
    background: #fff
}

.RegionFilter .label {
    margin-right: 22px;
    color: #333;
    font-size: 18px;
    font-weight: 800
}

.RegionFilter .areas {
    display: flex;
    align-items: center;
    gap: 34px;
    color: #586577;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap
}

.RegionFilter a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 68px;
    height: 42px;
    border-radius: 22px
}

.RegionFilter a.active {
    background: #0871ff;
    color: #fff
}

.OfficeList {
    padding: 0 0 132px;
    background: #f6f6f6
}

.OfficeList .item {
    display: grid;
    grid-template-columns: 450px 1fr;
    gap: 48px;
    align-items: center;
    margin-bottom: 58px;
    transition: transform var(--time), box-shadow var(--time)
}

.OfficeList .item:last-child {
    margin-bottom: 0
}

.OfficeList .pic {
    overflow: hidden;
    width: 450px;
    height: 320px;
    border-radius: 14px
}

.OfficeList .title {
    margin-bottom: 34px;
    color: #333;
    font-size: 31px;
    font-weight: 800;
    line-height: 1.2
}

.OfficeList .desc {
    max-width: 900px;
    margin-bottom: 42px;
    color: #5f6c7c;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.85
}

.outlineBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 186px;
    height: 60px;
    border: 1px solid #0076ff;
    border-radius: 10px;
    color: #0076ff;
    font-size: 15px;
    font-weight: 700
}

.outlineBtn:hover {
    background: #0076ff;
    color: #fff
}

.HomeHero {
    position: relative;
    height: 780px;
    padding: 0;
    background: url("../images/hero-home.png") center / cover no-repeat
}

.HomeHero .main {
    position: relative;
    height: 100%
}

.regionCard {
    position: absolute;
    top: 214px;
    left: 0;
    width: 528px;
    height: 346px;
    padding: 58px 40px 38px;
    border-radius: 14px;
    background: #fff
}

.regionCard .title {
    margin-bottom: 40px;
    color: #333;
    font-size: 18px;
    font-weight: 800
}

.regionCard .areas {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 27px 22px;
    margin-bottom: 43px;
    color: #8a8f98;
    font-size: 15px;
    font-weight: 700
}

.regionCard .primaryBtn {
    width: 100%;
    height: 67px;
    border-radius: 5px;
    font-size: 17px
}

.ServiceFloat {
    position: fixed;
    top: 252px;
    right: 24px;
    z-index: 38;
    display: flex;
    align-items: center;
    gap: 8px;
    height: 52px;
    padding: 0 22px;
    border: 0;
    border-radius: 26px;
    background: linear-gradient(135deg, #2d8dff, #0d64e0);
    color: #fff;
    box-shadow: 0 14px 28px rgba(13, 100, 224, 0.32);
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    transition: transform .2s ease, box-shadow .2s ease
}

.ServiceFloat:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(13, 100, 224, 0.4)
}

.ServiceFloat-icon {
    width: 22px;
    height: 22px;
    flex-shrink: 0
}

.HomeBuildings {
    padding: 126px 0 120px;
    background: #f4f7fb
}

.HomeBuildings .titleCom {
    margin-bottom: 48px;
    color: #333;
    font-size: 38px;
    font-weight: 800;
    line-height: 1;
    text-align: center
}

.BuildingMosaic {
    display: grid;
    grid-template-columns: 450px 1fr 1fr;
    grid-template-rows: repeat(2, 296px);
    gap: 25px
}

.BuildingMosaic a {
    position: relative;
    overflow: hidden;
    border-radius: 14px
}

.BuildingMosaic a:first-child {
    grid-row: span 2
}

.BuildingMosaic span {
    position: absolute;
    bottom: 38px;
    left: 45px;
    z-index: 2;
    color: #fff;
    font-size: 23px;
    font-weight: 800;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.35)
}

.BuildingMosaic a::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 48%, rgba(0, 0, 0, 0.34) 100%);
    content: ""
}

.HomeNews {
    padding: 108px 0 96px;
    background: #fff
}

.HomeNews .main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 136px
}

.HomeNews .title {
    margin-bottom: 32px;
    color: #333;
    font-size: 31px;
    font-weight: 800
}

.newsLine {
    display: grid;
    grid-template-columns: 1fr 118px;
    gap: 30px;
    align-items: center;
    margin-bottom: 21px;
    color: #061d43;
    font-size: 14px;
    line-height: 1.2
}

.newsLine a {
    position: relative;
    padding-left: 16px
}

.newsLine a::before {
    position: absolute;
    top: .42em;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #061d43;
    content: ""
}

.newsLine time {
    color: #9ca3ad;
    text-align: right
}

.HomeEntrust {
    position: relative;
    z-index: 2;
    padding: 0 0 0;
    background: #fff
}

.entrustBanner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1600px;
    max-width: 90%;
    height: 515px;
    margin: 0 auto -80px;
    padding: 0 130px 0 92px;
    border-radius: 16px;
    background: linear-gradient(90deg, rgba(1, 20, 48, 0.74), rgba(0, 86, 197, 0.68)), url("../images/entrust-bg.png") center / cover no-repeat;
    overflow: hidden
}

.entrustBanner .title {
    margin-bottom: 34px;
    color: #fff;
    font-size: 46px;
    font-weight: 800;
    line-height: 1
}

.entrustBanner .desc {
    margin-bottom: 70px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 23px;
    font-weight: 700
}

.entrustBanner .whiteBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 330px;
    height: 67px;
    border-radius: 36px;
    background: #fff;
    color: #0071ff;
    font-size: 19px;
    font-weight: 800
}

.entrustBanner .qr {
    width: 220px;
    height: 220px;
    padding: 14px;
    background: #fff
}

.entrustBanner .qr img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.SiteFooter {
    background: var(--footer)
}

.SiteFooter .footerTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 250px;
    padding-top: 8px
}

.socials {
    display: flex;
    align-items: center;
    gap: 40px
}

.socialIcon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    color: #111;
    font-size: 34px;
    font-weight: 900;
    line-height: 1
}

.socialIcon.fb::before {
    content: "f";
    font-family: Arial, sans-serif;
    font-size: 50px
}

.socialIcon.yt::before {
    width: 42px;
    height: 27px;
    border-radius: 7px;
    background: #111;
    content: ""
}

.socialIcon.yt::after {
    position: absolute;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 13px solid #fff;
    content: ""
}

.socialIcon.ig {
    border: 4px solid #111;
    border-radius: 12px
}

.socialIcon.ig::before {
    width: 17px;
    height: 17px;
    border: 4px solid #111;
    border-radius: 50%;
    content: ""
}

.socialIcon.ig::after {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #111;
    content: ""
}

.socialIcon.tw::before {
    content: "t";
    font-family: Georgia, serif;
    font-size: 52px;
    font-style: italic
}

.footerLogo {
    width: 430px;
    margin-right: 0
}

.copyright {
    height: 83px;
    background: #fff;
    color: #a3a8b0;
    font-size: 13px;
    line-height: 83px
}

.copyright .main {
    width: 1400px;
    max-width: 90%
}

.CommissionPage {
    position: relative;
    min-height: 1080px;
    overflow: hidden;
    background: #fff
}

.CommissionNews {
    padding: 34px 0 112px;
    background: #fff
}

.CommissionNews .main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 118px
}

.CommissionNews .newsLine {
    grid-template-columns: 1fr 130px;
    margin-bottom: 0;
    font-size: 16px
}

.CommissionPanel {
    position: relative;
    padding: 0;
    background: #fff
}

.CommissionPanel .entrustBanner {
    height: 518px;
    margin-bottom: 92px
}

.CommissionPanel .entrustBanner .title {
    color: #fff
}

.commissionFooter .footerTop {
    height: 178px
}

.DimLayer {
    position: fixed;
    inset: 0;
    z-index: 40;
    background: rgba(0, 0, 0, 0.48);
    display: none
}

.EntrustModal {
    position: fixed;
    top: 280px;
    left: 50%;
    z-index: 50;
    width: 592px;
    min-height: 401px;
    padding: 36px 62px 50px;
    border-radius: 26px;
    background: #fff;
    transform: translateX(-50%);
    display: none
}

.modalOpen .DimLayer,
.modalOpen .EntrustModal {
    display: block
}

.EntrustModal .close {
    position: absolute;
    top: 34px;
    right: 42px;
    width: 34px;
    height: 34px
}

.EntrustModal .close::before,
.EntrustModal .close::after {
    position: absolute;
    top: 16px;
    left: 0;
    width: 34px;
    height: 3px;
    background: #111;
    content: ""
}

.EntrustModal .close::before {
    transform: rotate(45deg)
}

.EntrustModal .close::after {
    transform: rotate(-45deg)
}

.EntrustModal .title {
    margin-bottom: 14px;
    color: #333;
    font-size: 31px;
    font-weight: 800;
    line-height: 1
}

.EntrustModal .desc {
    margin-bottom: 34px;
    color: #536171;
    font-size: 16px;
    font-weight: 700
}

.formRow {
    display: grid;
    grid-template-columns: 70px 1fr;
    align-items: center;
    gap: 24px;
    margin-bottom: 17px
}

.formRow label {
    color: #111;
    font-size: 16px;
    font-weight: 800
}

.formRow input {
    width: 100%;
    height: 55px;
    padding: 0 20px;
    border: 1px solid #c9cdd3;
    border-radius: 3px;
    color: #999;
    font-size: 16px
}

.EntrustModal .primaryBtn {
    display: flex;
    width: 218px;
    height: 56px;
    margin: 32px auto 0;
    border-radius: 6px;
    font-size: 16px
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    .SiteHeader {
        height: 108px
    }

    .logo {
        width: 240px
    }

    .siteNav {
        gap: 28px;
        margin-left: 20px;
        font-size: 17px
    }

    .hotline {
        gap: 10px;
        margin-left: 20px
    }

    .hotlineIcon {
        width: 52px;
        height: 52px;
        border-width: 4px;
        font-size: 28px;
        line-height: 44px
    }

    .hotlineText strong {
        font-size: 27px
    }

    .PageHero {
        height: 340px
    }

    .SearchBlock .main {
        transform: translateY(-50px)
    }

    .ArticleList .grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .RegionFilter .main {
        height: auto;
        min-height: 96px;
        flex-wrap: wrap;
        padding: 24px
    }

    .RegionFilter .areas {
        flex-wrap: wrap;
        gap: 12px 24px
    }

    .OfficeList .item {
        grid-template-columns: 360px 1fr;
        gap: 32px
    }

    .OfficeList .pic {
        width: 360px;
        height: 256px
    }

    .ServiceFloat {
        top: 220px;
        right: 16px;
        height: 48px;
        padding: 0 18px;
        font-size: 15px
    }

    .regionCard {
        left: 0;
        width: 450px
    }

    .BuildingMosaic {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto
    }

    .BuildingMosaic a,
    .BuildingMosaic a:first-child {
        grid-row: auto;
        height: 280px
    }

    .HomeNews .main {
        gap: 50px
    }

    .entrustBanner {
        padding: 0 60px
    }
}

@media only screen and (max-width:767px) {
    .SiteHeader {
        height: auto;
        padding: 18px 0
    }

    .SiteHeader .main {
        flex-wrap: wrap;
        gap: 16px
    }

    .logo {
        width: 210px
    }

    .siteNav {
        order: 3;
        width: 100%;
        gap: 18px;
        margin: 0;
        flex-wrap: wrap;
        overflow: visible;
        font-size: 14px
    }

    .hotline {
        margin-left: auto
    }

    .hotlineIcon {
        width: 42px;
        height: 42px;
        border-width: 3px;
        font-size: 22px;
        line-height: 36px
    }

    .hotlineText span {
        display: none
    }

    .hotlineText strong {
        font-size: 20px
    }

    .PageHero {
        height: 230px
    }

    .PageHero .titleCom {
        font-size: 28px
    }

    .SearchBlock .main {
        transform: translateY(-34px)
    }

    .searchBox {
        height: auto;
        flex-direction: column;
        gap: 14px;
        padding: 18px;
        border-radius: 14px
    }

    .searchBox input,
    .searchBox button {
        width: 100%;
        height: 48px;
        font-size: 14px
    }

    .ArticleList {
        padding-bottom: 62px
    }

    .ArticleList .grid {
        grid-template-columns: 1fr;
        gap: 22px
    }

    .ArticleList .item {
        min-height: 0
    }

    .ArticleList .pic {
        height: 210px
    }

    .Pagination {
        flex-wrap: wrap;
        margin-top: 34px
    }

    .RegionFilter {
        padding-bottom: 34px
    }

    .RegionFilter .main {
        display: block;
        height: auto;
        padding: 18px;
        border-radius: 14px
    }

    .RegionFilter .label {
        display: block;
        margin: 0 0 12px
    }

    .RegionFilter .areas {
        flex-wrap: wrap;
        gap: 10px 12px;
        font-size: 14px;
        white-space: normal
    }

    .OfficeList {
        padding-bottom: 64px
    }

    .OfficeList .item {
        display: block;
        margin-bottom: 32px
    }

    .OfficeList .pic {
        width: 100%;
        height: 220px;
        margin-bottom: 20px
    }

    .OfficeList .title {
        margin-bottom: 16px;
        font-size: 23px
    }

    .OfficeList .desc {
        margin-bottom: 22px;
        font-size: 14px
    }

    .HomeHero {
        height: 620px
    }

    .regionCard {
        top: 60px;
        width: 100%;
        height: auto;
        padding: 28px 22px
    }

    .regionCard .areas {
        grid-template-columns: repeat(3, 1fr);
        gap: 18px
    }

    .ServiceFloat {
        top: auto;
        right: 14px;
        bottom: 18px;
        height: 44px;
        padding: 0 16px;
        font-size: 14px;
        gap: 6px
    }

    .ServiceFloat-icon {
        width: 18px;
        height: 18px
    }

    .HomeBuildings {
        padding: 58px 0
    }

    .HomeBuildings .titleCom {
        font-size: 25px
    }

    .BuildingMosaic {
        grid-template-columns: 1fr;
        grid-template-rows: auto
    }

    .BuildingMosaic a,
    .BuildingMosaic a:first-child {
        grid-row: auto;
        height: 220px
    }

    .HomeNews {
        padding: 56px 0
    }

    .HomeNews .main {
        grid-template-columns: 1fr;
        gap: 34px
    }

    .HomeNews .title {
        font-size: 24px
    }

    .newsLine {
        grid-template-columns: 1fr;
        gap: 8px;
        font-size: 14px
    }

    .newsLine time {
        text-align: left;
        padding-left: 16px
    }

    .entrustBanner {
        display: block;
        height: auto;
        margin-bottom: -40px;
        padding: 42px 24px
    }

    .entrustBanner .title {
        font-size: 28px
    }

    .entrustBanner .desc {
        margin-bottom: 28px;
        font-size: 15px
    }

    .entrustBanner .whiteBtn {
        width: 190px;
        height: 48px;
        font-size: 16px
    }

    .entrustBanner .qr {
        width: 150px;
        height: 150px;
        margin: 30px 0 0 auto
    }

    .SiteFooter .footerTop {
        height: auto;
        flex-direction: column;
        gap: 26px;
        padding: 52px 0 32px
    }

    .socials {
        gap: 22px;
        max-width: 100%
    }

    .socialIcon {
        width: 34px;
        height: 34px
    }

    .socialIcon.fb::before {
        font-size: 42px
    }

    .socialIcon.yt::before {
        width: 34px;
        height: 22px
    }

    .socialIcon.ig {
        border-width: 3px;
        border-radius: 9px
    }

    .socialIcon.ig::before {
        width: 13px;
        height: 13px;
        border-width: 3px
    }

    .socialIcon.tw::before {
        font-size: 42px
    }

    .footerLogo {
        width: 240px
    }

    .copyright {
        height: auto;
        padding: 22px 0;
        line-height: 1.5
    }

    .CommissionNews {
        padding-bottom: 44px
    }

    .CommissionNews .main {
        grid-template-columns: 1fr;
        gap: 14px
    }

    .CommissionPanel .entrustBanner {
        height: auto;
        margin-bottom: 45px
    }

    .EntrustModal {
        top: 82px;
        width: calc(100% - 28px);
        min-height: 0;
        padding: 28px 22px 34px;
        border-radius: 18px
    }

    .EntrustModal .close {
        top: 24px;
        right: 22px
    }

    .EntrustModal .title {
        font-size: 24px
    }

    .formRow {
        grid-template-columns: 1fr;
        gap: 8px
    }

    .ArticleList .item:hover,
    .OfficeList .item:hover,
    .primaryBtn:hover,
    .searchBox button:hover,
    .readMore:hover {
        transform: none
    }

    .ArticleList .item:hover img,
    .BuildingMosaic a:hover img,
    .OfficeList .item:hover img {
        transform: none
    }
}

/* details.html 原设计无全局悬浮委托按钮，避免与右侧经纪人卡重叠 */
body.single-office .ServiceFloat {
    display: none
}

/* === 房源详情页（OfficeDetails）=== */
/* === 基础卡片 === */
.OfficeDetails {
    background: #f6f6f6;
    padding: 40px 0 100px
}

.OfficeDetails .cfg-panel {
    background: #fff;
    border-radius: 8px;
    padding: 30px 34px;
    margin-bottom: 20px
}

.OfficeDetails .cfg-section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
    gap: 16px
}

.OfficeDetails .cfg-section-title h2 {
    margin: 0;
    font-size: 22px;
    line-height: 1;
    color: #202635
}

.OfficeDetails .cfg-section-title h2:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 20px;
    background: #0075ff;
    border-radius: 2px;
    margin-right: 10px;
    vertical-align: -3px
}

.OfficeDetails .cfg-more {
    color: #8b94a5;
    font-size: 14px;
    white-space: nowrap
}

.OfficeDetails p {
    color: #4f596b;
    line-height: 2;
    margin: 0 0 16px
}

.OfficeDetails p:last-child {
    margin-bottom: 0
}
/* === 价格/经纪人 === */
.OfficeDetails .cfg-hero-main {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 24px;
    align-items: start
}

.OfficeDetails .cfg-summary {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.OfficeDetails .cfg-price-card {
    padding: 22px 24px;
    border: 1px solid #edf0f5;
    border-radius: 8px;
    margin-bottom: 16px
}

.OfficeDetails .cfg-price {
    color: #ff4d2e;
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px
}

.OfficeDetails .cfg-price small {
    font-size: 15px;
    font-weight: 500;
    margin-left: 6px
}

.OfficeDetails .cfg-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid #edf0f5;
    padding-top: 18px;
    text-align: center;
    margin: 0
}

.OfficeDetails .cfg-stats div {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.OfficeDetails .cfg-stats b {
    font-size: 20px;
    color: #202635
}

.OfficeDetails .cfg-stats span {
    color: #6f7787;
    font-size: 13px
}

.OfficeDetails .cfg-broker {
    padding: 22px 24px;
    border: 1px solid #edf0f5;
    border-radius: 8px
}

.OfficeDetails .cfg-broker-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px
}

.OfficeDetails .cfg-avatar {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    overflow: hidden;
    background: #dde7f4;
    flex-shrink: 0
}

.OfficeDetails .cfg-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.OfficeDetails .cfg-broker-name {
    font-size: 18px;
    font-weight: 700;
    color: #202635;
    margin-bottom: 4px
}

.OfficeDetails .cfg-online {
    color: #15ad67;
    font-size: 13px
}

.OfficeDetails .cfg-phone-btn .wp-element-button {
    width: 100%;
    height: 48px;
    border-radius: 6px;
    background: #0075ff;
    color: #fff;
    font-size: 18px;
    font-weight: 700
}

.OfficeDetails .cfg-appoint-btn .wp-element-button {
    width: 100%;
    height: 42px;
    border: 1px solid #0075ff;
    color: #0075ff;
    background: #fff;
    border-radius: 6px;
    margin-top: 10px
}

.OfficeDetails .cfg-side-note {
    margin-top: 14px;
    color: #8b94a5;
    line-height: 1.8;
    font-size: 13px
}
/* === 房屋信息网格 === */
.OfficeDetails .cfg-room-info {
    display: grid;
    grid-template-columns: 1.35fr .65fr;
    gap: 24px;
    align-items: start
}

.OfficeDetails .cfg-room-grid {
    border: 1px solid #edf0f5;
    border-radius: 8px;
    overflow: hidden;
    margin: 0 0 18px
}

.OfficeDetails .cfg-room-grid table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed
}

.OfficeDetails .cfg-room-grid td {
    width: 25%;
    padding: 16px 20px;
    border: 1px solid #edf0f5;
    vertical-align: top
}

.OfficeDetails .cfg-room-grid td span {
    display: block;
    color: #8b94a5;
    margin-bottom: 8px;
    font-size: 13px
}

.OfficeDetails .cfg-room-grid td b {
    font-size: 16px;
    color: #202635
}

.OfficeDetails .cfg-room-desc {
    padding: 18px 20px;
    border: 1px solid #edf0f5;
    border-radius: 8px;
    background: #fbfcff;
    color: #4f596b;
    line-height: 2
}

.OfficeDetails .cfg-room-aside {
    border: 1px solid #cfe2ff;
    border-radius: 8px;
    background: #f7fbff;
    padding: 20px;
    margin-top: 0;
}

.OfficeDetails .cfg-room-aside h3 {
    margin: 0 0 14px;
    font-size: 18px;
    color: #202635
}

.OfficeDetails .cfg-room-aside ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 12px
}

.OfficeDetails .cfg-room-aside li {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    color: #657086
}

.OfficeDetails .cfg-room-aside li b {
    color: #0075ff
}
/* === 在租房源列表 === */
.OfficeDetails .cfg-house {
    display: grid;
    grid-template-columns: 212px 1fr 168px;
    gap: 20px;
    padding: 16px;
    border: 1px solid #edf0f5;
    border-radius: 8px;
    align-items: center;
    margin-bottom: 14px;
    transition: .2s
}

.OfficeDetails .cfg-house:last-child {
    margin-bottom: 0
}

.OfficeDetails .cfg-house:hover {
    border-color: #b8d7ff;
    box-shadow: 0 10px 26px rgba(0, 117, 255, .08)
}

.OfficeDetails .cfg-house-img {
    height: 138px;
    border-radius: 6px;
    overflow: hidden;
    background: #eef2f8;
    margin: 0
}

.OfficeDetails .cfg-house-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.OfficeDetails .cfg-house h3 {
    margin: 0 0 12px;
    font-size: 20px;
    color: #202635
}

.OfficeDetails .cfg-house-meta {
    display: flex;
    gap: 12px;
    color: #697386;
    margin-bottom: 14px;
    font-size: 14px
}

.OfficeDetails .cfg-house-chips {
    display: flex;
    gap: 8px;
    flex-wrap: wrap
}

.OfficeDetails .cfg-house-chips span {
    height: 26px;
    padding: 0 9px;
    border-radius: 4px;
    background: #f1f6ff;
    color: #4975aa;
    display: flex;
    align-items: center;
    font-size: 13px
}

.OfficeDetails .cfg-house-price {
    text-align: right
}

.OfficeDetails .cfg-house-price b {
    display: block;
    color: #ff4d2e;
    font-size: 24px;
    margin-bottom: 6px
}

.OfficeDetails .cfg-house-price span {
    color: #8b94a5;
    font-size: 13px
}

.OfficeDetails .cfg-house-btn .wp-element-button {
    margin-top: 14px;
    height: 34px;
    padding: 0 18px;
    border: 0;
    border-radius: 5px;
    background: #0075ff;
    color: #fff;
    font-size: 14px
}
/* === 项目优势 === */
.OfficeDetails .cfg-overview {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 28px;
    align-items: start
}

.OfficeDetails .cfg-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top:24px;
}



.OfficeDetails .cfg-feature {
    border: 1px solid #edf0f5;
    border-radius: 8px;
    padding: 18px;
    background: #fbfcff;
    margin-top: 0 !important
}

.OfficeDetails .cfg-feature b {
    font-size: 18px;
    color: #0075ff;
    display: block;
    margin-bottom: 8px
}

.OfficeDetails .cfg-feature span {
    color: #6f7787;
    font-size: 14px
}
/* === 企业类型 === */
.OfficeDetails .cfg-type-list {
    display: grid;
    gap: 16px
}

.OfficeDetails .cfg-type-item {
    padding: 0 0 16px;
    border-bottom: 1px solid #edf0f5
}

.OfficeDetails .cfg-type-item:last-child {
    padding-bottom: 0;
    border-bottom: 0
}

.OfficeDetails .cfg-type-item b {
    display: block;
    margin-bottom: 7px;
    font-size: 16px;
    color: #202635
}

.OfficeDetails .cfg-type-item span {
    color: #697386;
    line-height: 1.8;
    font-size: 14px
}
/* === FAQ 手风琴 === */
.OfficeDetails .cfg-faq-list {
    border-top: 1px solid #edf0f5
}

.OfficeDetails .cfg-faq-list details {
    border-bottom: 1px solid #edf0f5;
    padding: 0
}

.OfficeDetails .cfg-faq-list summary {
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    cursor: pointer;
    color: #202635;
    font-size: 16px;
    font-weight: 600;
    list-style: none
}

.OfficeDetails .cfg-faq-list summary::-webkit-details-marker {
    display: none
}

.OfficeDetails .cfg-faq-list summary:after {
    content: "+";
    font-size: 24px;
    font-weight: 300;
    color: #0075ff;
    line-height: 1;
    flex-shrink: 0
}

.OfficeDetails .cfg-faq-list details[open] summary:after {
    content: "-"
}

.OfficeDetails .cfg-faq-list details p {
    padding: 0 40px 18px 0;
    color: #697386;
    line-height: 1.9;
    margin: 0
}

/* === 关联文章列表（替代 FAQ 区域） === */
.OfficeDetails .cfg-faq-list .cfg-related-list {
    border-top: none;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0
}

.OfficeDetails .cfg-related-list .cfg-related-item {
    display: block;
    padding: 18px 8px 18px 4px;
    border-bottom: 1px solid #edf0f5;
    text-decoration: none;
    color: inherit;
    transition: background .2s ease, padding-left .2s ease;
    position: relative
}

.OfficeDetails .cfg-related-list .cfg-related-item:hover {
    background: #f6faff;
    padding-left: 14px
}

.OfficeDetails .cfg-related-list .cfg-related-title {
    font-size: 16px;
    font-weight: 600;
    color: #202635;
    line-height: 1.55;
    transition: color .2s ease
}

.OfficeDetails .cfg-related-list .cfg-related-item:hover .cfg-related-title {
    color: #0075ff
}

.OfficeDetails .cfg-related-list .cfg-related-excerpt {
    margin-top: 6px;
    font-size: 13px;
    color: #697386;
    line-height: 1.8
}

.OfficeDetails .cfg-related-list .cfg-related-more {
    display: inline-block;
    margin-top: 8px;
    font-size: 13px;
    color: #0075ff;
    font-weight: 500
}
/* === 联系方式 === */
.OfficeDetails .cfg-contact {
    background: #1f2938;
    color: #fff
}

.OfficeDetails .cfg-contact .cfg-section-title h2 {
    color: #fff
}

.OfficeDetails .cfg-contact .cfg-section-title h2:before {
    background: #5ba4ff
}

.OfficeDetails .cfg-contact-layout {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: flex-end;
    flex-wrap: wrap
}

.OfficeDetails .cfg-contact-copy {
    font-size: 17px;
    line-height: 1.8;
    color: #fff
}

.OfficeDetails .cfg-contact-services {
    display: grid;
    gap: 8px;
    margin-top: 14px;
    color: #d9e3f1;
    font-size: 15px
}

.OfficeDetails .cfg-contact-services p {
    color: #d9e3f1;
    margin: 0
}

.OfficeDetails .cfg-contact-phone {
    text-align: right;
    white-space: nowrap
}

.OfficeDetails .cfg-contact-phone span {
    display: block;
    color: #b9c9dc;
    margin-bottom: 8px;
    font-size: 14px
}

.OfficeDetails .cfg-contact-phone a {
    font-size: 30px;
    font-weight: 700;
    color: #fff
}
/* === 面包屑 / 标题行 / 地址 === */
.OfficeDetails .cfg-crumb {
    height: 46px;
    display: flex;
    align-items: center;
    color: #9098a6;
    font-size: 13px
}

.OfficeDetails .cfg-crumb a {
    color: #9098a6
}

.OfficeDetails .cfg-crumb span {
    margin: 0 8px;
    color: #c2c8d3
}

.OfficeDetails .cfg-hero {
    padding: 24px 34px 18px
}

.OfficeDetails .cfg-title-row {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 18px
}

.OfficeDetails .cfg-hero h1 {
    margin: 0 0 10px;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    color: #202635
}

.OfficeDetails .cfg-tag {
    display: inline-flex;
    align-items: center;
    height: 24px;
    padding: 0 9px;
    border-radius: 4px;
    background: #e8f2ff;
    color: #0075ff;
    font-size: 13px;
    font-weight: 600;
    margin-left: 10px;
    vertical-align: 4px;
    font-style: normal
}

.OfficeDetails .cfg-addr {
    color: #697386;
    display: flex;
    align-items: center;
    gap: 10px
}

.OfficeDetails .cfg-addr b {
    color: #2d3545;
    font-weight: 500
}
/* === 图片相册 === */
.OfficeDetails .cfg-gallery {
    display: grid;
    grid-template-columns: 1fr 164px;
    gap: 16px;
    height: 392px
}

.OfficeDetails .cfg-gallery.cfg-gallery-single {
    grid-template-columns: 1fr
}

.OfficeDetails .swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
    background: #eef2f8;
    position: relative;
    margin: 0
}

.OfficeDetails .swiper-wrapper {
    display: flex;
    width: 100%;
    height: 100%
}

.OfficeDetails .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0
}

.OfficeDetails .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.OfficeDetails .swiper-fade .swiper-slide {
    transition-property: opacity, transform;
    pointer-events: none
}

.OfficeDetails .swiper-fade .swiper-slide-active {
    pointer-events: auto
}

.OfficeDetails .swiper-fade .swiper-slide img {
    transform: scale(1.04);
    transition: transform 3.2s ease-out
}

.OfficeDetails .swiper-fade .swiper-slide-active img {
    transform: scale(1)
}

.OfficeDetails .cfg-photo-count {
    position: absolute;
    right: 14px;
    bottom: 14px;
    height: 30px;
    padding: 0 12px;
    border-radius: 15px;
    background: rgba(0, 0, 0, .58);
    color: #fff;
    display: flex;
    align-items: center;
    z-index: 5;
    font-size: 13px
}

.OfficeDetails .cfg-main-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 56px;
    border: none;
    border-radius: 6px;
    background: rgba(0, 0, 0, .42);
    color: #fff;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    z-index: 6;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s ease;
    padding: 0
}

.OfficeDetails .cfg-main-arrow:hover {
    background: rgba(0, 0, 0, .68)
}

.OfficeDetails .cfg-main-prev {
    left: 12px
}

.OfficeDetails .cfg-main-next {
    right: 12px
}

.OfficeDetails .cfg-thumb-panel {
    display: grid;
    grid-template-rows: 30px 1fr 30px;
    gap: 7px;
    height: 392px
}

.OfficeDetails .cfg-thumb-arrow {
    border: 1px solid #dce4f0;
    background: #fff;
    color: #0075ff;
    border-radius: 6px;
    cursor: pointer;
    font-size: 18px;
    line-height: 1
}

.OfficeDetails .cfg-thumb-arrow:hover {
    background: #e8f2ff;
    border-color: #b8d7ff
}

.OfficeDetails .cfg-gallery-thumbs {
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow-y: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    height: 100%
}

.OfficeDetails .cfg-gallery-thumbs::-webkit-scrollbar {
    display: none
}

.OfficeDetails .cfg-gallery-thumb {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    background: #eef2f8;
    min-height: 78px;
    flex: 0 0 78px;
    transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
    transform: scale(1)
}

.OfficeDetails .cfg-gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease, opacity .25s ease;
    opacity: .82
}

.OfficeDetails .cfg-gallery-thumb:hover {
    transform: scale(1.03);
    box-shadow: 0 6px 16px rgba(0, 117, 255, .16)
}

.OfficeDetails .cfg-gallery-thumb:hover img {
    transform: scale(1.06);
    opacity: 1
}

.OfficeDetails .cfg-gallery-thumb.cfg-is-active {
    border-color: #0075ff;
    box-shadow: 0 6px 18px rgba(0, 117, 255, .22)
}

.OfficeDetails .cfg-gallery-thumb.cfg-is-active img {
    opacity: 1
}

.OfficeDetails .cfg-gallery-thumb span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 8px 10px;
    background: linear-gradient(transparent, rgba(0, 0, 0, .58));
    color: #fff;
    font-size: 13px
}
/* === 侧栏按钮（非区块按钮） === */
.OfficeDetails .cfg-phone {
    display: flex;
    width: 100%;
    height: 48px;
    border-radius: 6px;
    background: #0075ff;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700
}

.OfficeDetails .cfg-appoint {
    height: 42px;
    border: 1px solid #0075ff;
    color: #0075ff;
    background: #fff;
    border-radius: 6px;
    margin-top: 10px;
    width: 100%;
    cursor: pointer
}
/* === 锚点导航 === */
.OfficeDetails .cfg-anchor {
    position: sticky;
    top: 0;
    z-index: 20;
    background: #fff;
    border-bottom: 1px solid #edf0f5;
    box-shadow: 0 6px 18px rgba(26, 40, 70, .05);
    display: flex;
    gap: 38px;
    padding: 0 34px;
    margin-bottom: 16px;
    overflow-x: auto
}

.OfficeDetails .cfg-anchor a {
    height: 54px;
    display: flex;
    align-items: center;
    color: #4b5568;
    font-size: 16px;
    position: relative;
    white-space: nowrap
}

.OfficeDetails .cfg-anchor a.cfg-is-active {
    color: #0075ff;
    font-weight: 700
}

.OfficeDetails .cfg-anchor a.cfg-is-active:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: #0075ff;
    border-radius: 3px 3px 0 0
}
/* === 底部悬浮预约条 === */
.cfg-float-bar {
    position: fixed;
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%);
    width: 780px;
    max-width: 92%;
    background: #1e2636;
    color: #fff;
    border-radius: 8px;
    box-shadow: 0 14px 40px rgba(0, 0, 0, .2);
    z-index: 30;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px
}

.cfg-float-bar b {
    font-size: 18px
}

.cfg-float-actions {
    display: flex;
    gap: 10px
}

.cfg-float-actions input {
    width: 210px;
    height: 42px;
    border: 0;
    border-radius: 5px;
    padding: 0 12px;
    background: #fff;
    color: #202635
}

.cfg-float-actions button {
    height: 42px;
    border: 0;
    border-radius: 5px;
    background: #0075ff;
    color: #fff;
    padding: 0 24px;
    cursor: pointer;
    font-weight: 700
}

.cfg-toast {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, .78);
    color: #fff;
    padding: 14px 22px;
    border-radius: 6px;
    display: none;
    z-index: 50
}
/* === 响应式 === */
@media only screen and (max-width: 900px) {
    .OfficeDetails .cfg-room-grid td {
        width: 50%
    }

    .OfficeDetails .cfg-hero-main,
    .OfficeDetails .cfg-room-info,
    .OfficeDetails .cfg-overview {
        grid-template-columns: 1fr
    }

    .OfficeDetails .cfg-gallery {
        grid-template-columns: 1fr;
        height: auto
    }

    .OfficeDetails .swiper {
        height: 280px
    }

    .OfficeDetails .cfg-main-arrow {
        width: 32px;
        height: 44px;
        font-size: 24px
    }

    .OfficeDetails .cfg-main-prev {
        left: 8px
    }

    .OfficeDetails .cfg-main-next {
        right: 8px
    }

    .OfficeDetails .cfg-thumb-panel {
        height: auto;
        display: block
    }

    .OfficeDetails .cfg-thumb-arrow {
        display: none
    }

    .OfficeDetails .cfg-gallery-thumbs {
        flex-direction: row;
        margin-top: 10px;
        gap: 10px;
        overflow-x: auto;
        overflow-y: hidden;
        height: auto
    }

    .OfficeDetails .cfg-gallery-thumb {
        height: 86px;
        flex: 0 0 140px
    }

    .OfficeDetails .cfg-anchor {
        padding: 0 16px;
        gap: 22px
    }

    .OfficeDetails .cfg-house {
        grid-template-columns: 1fr
    }

    .OfficeDetails .cfg-house-price {
        text-align: left
    }

    .OfficeDetails .cfg-feature-grid {
        grid-template-columns: 1fr
    }

    .OfficeDetails .cfg-contact-layout {
        display: block
    }

    .OfficeDetails .cfg-contact-phone {
        text-align: left;
        margin-top: 20px
    }

    .OfficeDetails .cfg-panel {
        padding: 20px
    }
}