/*
 * 飞讯官网页面美化重构公共样式
 * 后续页面重构样式统一追加到本文件，并使用页面根类进行作用域隔离。
 */

.fx-about-page {
    color: #243447;
    background: #f5f8fb;
}

.fx-about-page *,
.fx-about-page *::before,
.fx-about-page *::after {
    box-sizing: border-box;
}

.fx-about-hero {
    position: relative;
    min-width: 1200px;
    height: 360px;
    overflow: hidden;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(7, 42, 78, .92) 0%, rgba(12, 87, 151, .68) 48%, rgba(7, 48, 87, .24) 100%),
        url("../images/ny_banner_about_v2.jpg") center/cover no-repeat;
}

.fx-about-hero::after {
    position: absolute;
    right: -90px;
    bottom: -170px;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 50%;
    box-shadow:
        0 0 0 55px rgba(255, 255, 255, .035),
        0 0 0 110px rgba(255, 255, 255, .025);
    content: "";
}

.fx-about-hero-inner {
    position: relative;
    z-index: 1;
    padding-top: 72px;
}

.fx-about-eyebrow,
.fx-about-section-head > span,
.fx-about-values-copy > span,
.fx-about-cta-inner > div > span {
    color: #ffad31;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
}

.fx-about-hero h1 {
    margin-top: 14px;
    color: #fff;
    font-size: 46px;
    font-weight: 600;
    letter-spacing: 2px;
}

.fx-about-hero-copy {
    max-width: 590px;
    margin-top: 16px;
    color: rgba(255, 255, 255, .88);
    font-size: 17px;
    line-height: 1.8;
}

.fx-about-breadcrumb {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 34px;
    color: rgba(255, 255, 255, .66);
    font-size: 13px;
}

.fx-about-breadcrumb a,
.fx-about-breadcrumb a:hover {
    color: rgba(255, 255, 255, .82);
    font-size: 13px;
}

.fx-about-main {
    position: relative;
}

.fx-about-tabs {
    position: relative;
    z-index: 3;
    margin-top: -34px;
}

.fx-about-tabs .ny_fenlei {
    margin: 0;
    padding: 11px;
    border: 1px solid rgba(25, 83, 137, .08);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 35px rgba(33, 73, 110, .12);
}

.fx-about-tabs .ny_fenlei ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}

.fx-about-tabs .ny_fenlei ul li {
    float: none;
    width: auto;
    height: 46px;
    margin: 0;
    line-height: 46px;
    background: transparent;
}

.fx-about-tabs .ny_fenlei ul li.clearboth {
    display: none;
}

.fx-about-tabs .ny_fenlei ul li a {
    width: 100%;
    height: 46px;
    border-radius: 5px;
    color: #526273;
    font-size: 15px;
    transition: color .25s ease, background-color .25s ease, box-shadow .25s ease;
}

.fx-about-tabs .ny_fenlei ul li a:hover {
    color: #137cd8;
    font-size: 15px;
    background: #eef6fd;
}

.fx-about-tabs .ny_fenlei ul li a.current {
    color: #fff;
    background: linear-gradient(135deg, #168de9, #0d69bd);
    box-shadow: 0 7px 16px rgba(19, 124, 216, .24);
}

.fx-about-section {
    padding: 88px 0 0;
}

.fx-about-section-head {
    margin-bottom: 40px;
    text-align: center;
}

.fx-about-section-head h2,
.fx-about-values-copy h2,
.fx-about-cta h2 {
    margin-top: 10px;
    color: #1e3044;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 1px;
}

.fx-about-section-head > p {
    margin-top: 13px;
    color: #8290a0;
    font-size: 15px;
}

.fx-about-rich,
.fx-about-page .ny_con,
.fx-about-page .ny_box .ny_con {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 22px;
    width: auto;
    padding: 0;
    color: #526273;
    background: transparent;
}

.fx-about-rich > p {
    margin: 0;
    padding: 20px 24px;
    border: 1px solid #e2eaf1;
    border-radius: 7px;
    color: #526273;
    font-size: 15px;
    line-height: 2;
    text-align: justify;
    background: rgba(255, 255, 255, .78);
}

.fx-about-rich > p:first-child {
    grid-column: 1 / -1;
    padding: 0;
    overflow: hidden;
    border-radius: 10px;
    background: #e8eef4;
    box-shadow: 0 16px 36px rgba(31, 64, 95, .14);
}

.fx-about-rich > p:first-child img {
    display: block;
    width: 100% !important;
    height: auto;
    transition: transform .6s ease;
}

.fx-about-rich > p:first-child:hover img {
    transform: scale(1.025);
}

.fx-about-rich > p:nth-child(n+4) {
    grid-column: 1 / -1;
}

.fx-about-rich strong {
    color: #ed8513;
    font-weight: 600;
}

.fx-about-facts {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 48px;
    padding: 28px 0;
    border-top: 1px solid #dfe8f0;
    border-bottom: 1px solid #dfe8f0;
    background: rgba(255, 255, 255, .45);
}

.fx-about-facts li {
    position: relative;
    text-align: center;
}

.fx-about-facts li + li::before {
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: 0;
    width: 1px;
    background: #dce6ef;
    content: "";
}

.fx-about-facts strong {
    display: block;
    color: #137cd8;
    font-size: 29px;
    font-weight: 600;
}

.fx-about-facts span {
    display: block;
    margin-top: 7px;
    color: #718092;
    font-size: 14px;
}

.fx-about-services {
    padding-bottom: 96px;
}

.fx-about-service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.fx-about-service-card {
    position: relative;
    min-height: 205px;
    padding: 34px 30px 28px;
    overflow: hidden;
    border: 1px solid #e2eaf1;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 5px 18px rgba(28, 63, 96, .05);
    transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}

.fx-about-service-card::after {
    position: absolute;
    right: -28px;
    bottom: -28px;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background: rgba(19, 124, 216, .05);
    content: "";
}

.fx-about-service-card:hover {
    border-color: rgba(19, 124, 216, .35);
    box-shadow: 0 15px 35px rgba(19, 88, 150, .12);
    transform: translateY(-5px);
}

.fx-about-service-card > i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 12px;
    color: #137cd8;
    font-size: 23px;
    background: #edf6fe;
}

.fx-about-service-card h3 {
    margin-top: 21px;
    color: #273b50;
    font-size: 19px;
    font-weight: 600;
}

.fx-about-service-card p {
    margin-top: 11px;
    color: #7a8998;
    font-size: 14px;
    line-height: 1.8;
}

.fx-about-values {
    position: relative;
    padding: 78px 0;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 82% 20%, rgba(44, 161, 255, .2), transparent 30%),
        linear-gradient(120deg, #0a3157, #0d5a96);
}

.fx-about-values::before,
.fx-about-values::after {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 50%;
    pointer-events: none;
    content: "";
}

.fx-about-values::before {
    top: -180px;
    left: -120px;
    width: 480px;
    height: 480px;
}

.fx-about-values::after {
    right: -80px;
    bottom: -210px;
    width: 430px;
    height: 430px;
}

.fx-about-values .container {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 72px;
    align-items: center;
    justify-content: space-between;
}

.fx-about-values-copy {
    order: 1;
    flex: 0 0 43%;
}

.fx-about-values-copy h2 {
    color: #fff;
}

.fx-about-values-copy p {
    max-width: 530px;
    margin-top: 18px;
    color: rgba(255, 255, 255, .72);
    font-size: 15px;
    line-height: 1.9;
}

.fx-about-value-list {
    order: 2;
    flex: 1 1 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.fx-about-value-list li {
    display: flex;
    gap: 12px;
    align-items: center;
    min-height: 72px;
    padding: 15px 18px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 6px;
    background: rgba(255, 255, 255, .06);
    transition: border-color .25s ease, background-color .25s ease, transform .25s ease;
}

.fx-about-value-list li:hover {
    border-color: rgba(255, 255, 255, .28);
    background: rgba(255, 255, 255, .1);
    transform: translateY(-2px);
}

.fx-about-value-list i {
    color: #ffad31;
}

.fx-about-value-list span {
    color: rgba(255, 255, 255, .88);
    font-size: 14px;
    line-height: 1.6;
}

.fx-about-cta {
    padding: 72px 0;
    background: #fff;
}

.fx-about-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fx-about-cta h2 {
    margin-top: 9px;
    font-size: 28px;
}

.fx-about-cta p {
    margin-top: 12px;
    color: #7c8a99;
    font-size: 15px;
}

.fx-about-cta-actions {
    display: flex;
    gap: 12px;
}

.fx-about-btn,
.fx-about-btn:hover {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    min-width: 142px;
    height: 46px;
    padding: 0 22px;
    border-radius: 5px;
    font-size: 15px;
    transition: transform .2s ease, box-shadow .2s ease;
}

.fx-about-btn:hover {
    transform: translateY(-2px);
}

.fx-about-btn-primary,
.fx-about-btn-primary:hover {
    color: #fff;
    background: #137cd8;
    box-shadow: 0 9px 20px rgba(19, 124, 216, .22);
}

.fx-about-btn-ghost,
.fx-about-btn-ghost:hover {
    border: 1px solid #d8e2eb;
    color: #31506d;
    background: #fff;
}

@media (max-width: 767px) {
    .fx-about-hero {
        min-width: 0;
        height: 300px;
        background-position: 58% center;
    }

    .fx-about-hero-inner {
        padding: 54px 18px 0;
    }

    .fx-about-hero h1 {
        margin-top: 10px;
        font-size: 34px;
    }

    .fx-about-hero-copy {
        max-width: 88%;
        margin-top: 12px;
        font-size: 14px;
        line-height: 1.7;
    }

    .fx-about-breadcrumb {
        margin-top: 23px;
    }

    .fx-about-tabs {
        margin: -25px 12px 0;
    }

    .fx-about-tabs .ny_fenlei {
        padding: 7px;
    }

    .fx-about-tabs .ny_fenlei ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 6px;
    }

    .fx-about-tabs .ny_fenlei ul li,
    .fx-about-tabs .ny_fenlei ul li a {
        min-width: 0;
        height: 40px;
        line-height: 40px;
    }

    .fx-about-section {
        padding: 58px 16px 0;
    }

    .fx-about-section-head {
        margin-bottom: 28px;
    }

    .fx-about-section-head h2,
    .fx-about-values-copy h2 {
        font-size: 26px;
    }

    .fx-about-section-head > p {
        font-size: 14px;
        line-height: 1.7;
    }

    .fx-about-rich,
    .fx-about-page .ny_con,
    .fx-about-page .ny_box .ny_con {
        display: block;
    }

    .fx-about-rich > p {
        margin-top: 15px;
        padding: 17px 16px;
        font-size: 14px;
        line-height: 1.95;
    }

    .fx-about-rich > p:first-child {
        display: none;
    }

    .fx-about-rich > p:nth-child(2) {
        margin-top: 0;
    }

    .fx-about-facts {
        grid-template-columns: repeat(2, 1fr);
        gap: 0;
        margin-top: 32px;
        padding: 10px 0;
    }

    .fx-about-facts li {
        padding: 17px 6px;
    }

    .fx-about-facts li + li::before {
        display: none;
    }

    .fx-about-facts li:nth-child(even)::before {
        display: block;
        top: 16px;
        bottom: 16px;
    }

    .fx-about-facts li:nth-child(n+3) {
        border-top: 1px solid #dce6ef;
    }

    .fx-about-facts strong {
        font-size: 24px;
    }

    .fx-about-services {
        padding-bottom: 60px;
    }

    .fx-about-service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .fx-about-service-card {
        min-height: 220px;
        padding: 23px 17px 20px;
    }

    .fx-about-service-card > i {
        width: 44px;
        height: 44px;
        font-size: 20px;
    }

    .fx-about-service-card h3 {
        margin-top: 17px;
        font-size: 17px;
    }

    .fx-about-service-card p {
        font-size: 13px;
        line-height: 1.7;
    }

    .fx-about-values {
        padding: 55px 18px;
    }

    .fx-about-values .container {
        display: block;
    }

    .fx-about-values-copy,
    .fx-about-value-list {
        width: auto;
    }

    .fx-about-values-copy p {
        font-size: 14px;
    }

    .fx-about-value-list {
        grid-template-columns: 1fr;
        gap: 9px;
        margin-top: 28px;
    }

    .fx-about-value-list li {
        min-height: 52px;
    }

    .fx-about-cta {
        padding: 54px 18px;
    }

    .fx-about-cta-inner {
        display: block;
    }

    .fx-about-cta h2 {
        font-size: 24px;
        line-height: 1.45;
    }

    .fx-about-cta p {
        line-height: 1.7;
    }

    .fx-about-cta-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 9px;
        margin-top: 26px;
    }

    .fx-about-btn,
    .fx-about-btn:hover {
        min-width: 0;
        padding: 0 10px;
        font-size: 14px;
    }
}

/* ==========================================================================
   关于飞讯子页面：设计优势 / 企业文化 / 管理团队
   共用同一套结构和素材，页面差异仅通过根类控制。
   ========================================================================== */

.fx-about-subpage .fx-about-detail {
    padding-top: 82px;
}

.fx-about-editor {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 22px;
    color: #526273;
}

.fx-about-editor > p {
    margin: 0;
    padding: 19px 22px;
    border: 1px solid #e2eaf1;
    border-radius: 7px;
    color: #526273;
    font-size: 15px;
    line-height: 1.95 !important;
    text-indent: 0 !important;
    text-align: left !important;
    background: rgba(255, 255, 255, .8);
}

.fx-about-editor > p:first-child {
    grid-column: 1 / -1;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 10px;
    background: #e8eef4;
    box-shadow: 0 16px 36px rgba(31, 64, 95, .14);
}

.fx-about-editor > p:first-child img {
    display: block;
    width: 100% !important;
    height: auto;
    transition: transform .6s ease;
}

.fx-about-editor > p:first-child:hover img {
    transform: scale(1.02);
}

.fx-about-editor > p:has(strong) {
    grid-column: 1 / -1;
    padding-bottom: 4px;
    border: 0;
    background: transparent;
}

.fx-about-editor strong {
    display: inline-flex;
    align-items: center;
    color: #137cd8 !important;
    font-size: 19px !important;
    font-weight: 600;
}

.fx-about-editor strong::before {
    width: 4px;
    height: 19px;
    margin-right: 10px;
    border-radius: 3px;
    background: #ff9c01;
    content: "";
}

.fx-about-editor hr {
    grid-column: 1 / -1;
    width: 100%;
    height: 1px;
    margin: 12px 0;
    border: 0;
    background: #dfe8f0;
}

.fx-about-editor-design > p:nth-child(2),
.fx-about-editor-design > p:nth-child(n+4) {
    grid-column: 1 / -1;
}

.fx-about-editor-culture > p:not(:first-child),
.fx-about-editor-team > p:not(:first-child) {
    grid-column: 1 / -1;
}

.fx-about-feature-section {
    padding-bottom: 92px;
}

.fx-about-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.fx-about-feature-card {
    min-height: 235px;
    padding: 30px 24px 26px;
}

.fx-about-statement {
    position: relative;
    padding: 74px 0 76px;
    overflow: hidden;
    color: #fff;
    text-align: center;
    background:
        radial-gradient(circle at 15% 20%, rgba(68, 177, 255, .24), transparent 30%),
        linear-gradient(115deg, #092e51, #0e69aa);
}

.fx-about-statement::before,
.fx-about-statement::after {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 50%;
    content: "";
}

.fx-about-statement::before {
    top: -145px;
    right: -65px;
    width: 380px;
    height: 380px;
}

.fx-about-statement::after {
    top: -90px;
    right: -10px;
    width: 270px;
    height: 270px;
}

.fx-about-statement .container {
    position: relative;
    z-index: 1;
}

.fx-about-statement i {
    color: #ffad31;
    font-size: 24px;
}

.fx-about-statement h2 {
    margin-top: 17px;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}

.fx-about-statement p {
    max-width: 760px;
    margin: 16px auto 0;
    color: rgba(255, 255, 255, .76);
    font-size: 15px;
    line-height: 1.9;
}

@media (max-width: 767px) {
    .fx-about-subpage .fx-about-detail {
        padding-top: 56px;
    }

    .fx-about-editor {
        display: block;
    }

    .fx-about-editor > p {
        margin-top: 12px;
        padding: 16px;
        font-size: 14px;
        line-height: 1.9 !important;
    }

    .fx-about-editor > p:first-child {
        display: none;
    }

    .fx-about-editor > p:nth-child(2) {
        margin-top: 0;
    }

    .fx-about-editor > p:has(strong) {
        margin-top: 24px;
        padding: 0;
    }

    .fx-about-editor strong {
        font-size: 18px !important;
    }

    .fx-about-editor hr {
        margin: 20px 0 5px;
    }

    .fx-about-feature-section {
        padding-bottom: 60px;
    }

    .fx-about-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .fx-about-feature-card {
        min-height: 225px;
        padding: 23px 17px 20px;
    }

    .fx-about-statement {
        padding: 56px 20px 58px;
    }

    .fx-about-statement h2 {
        font-size: 25px;
        line-height: 1.5;
    }

    .fx-about-statement p {
        font-size: 14px;
        line-height: 1.85;
    }
}
