/* Banner 背景与布局 */
.public-opinion-banner {
    background: url('../images/industrialLink/banner.png') no-repeat center center;
    background-size: 100% 100%;
    position: relative;
    overflow: hidden;
    height: 40rem;
    /* 400px */
}

.public-opinion-banner .container {
    display: flex;
    align-items: center;
    height: 100%;
}

.public-opinion-banner-content {
    max-width: 64%;
}

.public-opinion-title {
    font-weight: bold;
    /* bold */
    font-size: 4rem;
    /* 50px */
    color: #333333;
    line-height: 6rem;
    /* 60px */
    margin: 0 0 1rem 0;
}

.public-opinion-subtitle {
    font-weight: 500;
    font-size: 2.4rem;
    /* 16px */
    color: #333333;
    line-height: 2.4rem;
    /* 24px */
    margin: 0 0 1.6rem 0;
}

/* 二级锚点导航 */
.po-subnav {
    background: #FAFAFA;
    height: 7rem;
    /* 70px */
    width: 100%;
    position: relative;
    z-index: 100;
}

.po-subnav.sticky {
    position: fixed;
    top: 7rem;
    /* 70px */
    left: 0;
    right: 0;
    width: 100%;
    box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.1);
}

.po-subnav .container {
    padding: 0;
}

.po-subnav-container {
    display: flex;
    justify-content: space-around;
}

.po-subnav-link {
    text-decoration: none;
    font-weight: 500;
    font-size: 1.6rem;
    /* 16px */
    color: #333333;
    line-height: 7rem;
    /* 与容器等高，便于点击 */
    display: inline-flex;
    align-items: center;
    height: 100%;
    border-bottom: 0.2rem solid transparent;
    padding: 0 0.4rem;
}

.po-subnav-link:hover {
    color: #E21927;
}

.po-subnav-link--active {
    color: #E21927;
    border-bottom-color: #E21927;
    /* 2px 下边框 */
}

/* 平板端适配 */
@media (max-width: 1023px) {
    .po-subnav-container {
        gap: 12rem;
    }
}

/* 手机端适配 */
@media (max-width: 767px) {
    .po-subnav-container {
        gap: 6rem;
    }

    .po-subnav-link {
        font-size: 1.5rem;
    }

    /* .po-subnav.sticky {
        top: 5rem;
    } */
    .po-subnav {
        height: 5rem;
    }

    .po-subnav-link {
        line-height: 5rem;
    }
}

.public-opinion-desc {
    font-weight: 400;
    font-size: 1.6rem;
    /* 16px */
    color: #666666;
    line-height: 2.4rem;
    /* 24px */
    margin: 0;
}

/* 平板端适配 */
@media (max-width: 1023px) {
    .public-opinion-banner {
        height: 30rem;
    }

    .public-opinion-title {
        font-size: 4rem;
        /* 40px */
        line-height: 5rem;
        /* 50px */
        margin-bottom: 1rem;
    }

    .public-opinion-subtitle {
        font-size: 2rem;
        /* 14px */
        line-height: 2.1rem;
        /* 21px */
        margin-bottom: 1.6rem;
    }

    .public-opinion-desc {
        font-size: 1.4rem;
        /* 14px */
        line-height: 2.1rem;
        /* 21px */
    }
}

/* 手机端适配 */
@media (max-width: 767px) {
    .public-opinion-banner {
        height: 23rem;
    }

    .public-opinion-banner-content {
        max-width: 95%;
    }

    .public-opinion-title {
        font-size: 3.6rem;
        /* 36px */
        line-height: 4.4rem;
        /* 44px */
        margin-bottom: 0.8rem;
    }

    .public-opinion-subtitle {
        font-size: 1.6rem;
        /* 13px */
        line-height: 1.9rem;
        /* 19px */
        margin-bottom: 1.2rem;
    }

    .public-opinion-desc {
        font-size: 1.3rem;
        /* 13px */
        line-height: 1.9rem;
        /* 19px */
    }
}


/* 应用价值区域 */
/* .po-section {
    padding: 4.5rem 0;
} */

.po-value-header {
    text-align: center;
    margin-bottom: 4rem;
}

.po-value-title {
    font-size: 4rem;
    color: #333333;
    margin: 0 0 0.6rem 0;
    font-weight: 500;
}

.po-value-subtitle {
    margin-top: 1rem;
    font-weight: 400;
    font-size: 1.6rem;
    /* 16px */
    color: #666666;
}

.po-value-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 0 auto;
    background-color: transparent;
}

.po-value-item {
    padding: 0 4rem 0 0;
}

.po-value-item:last-child {
    padding: 0;
}

.po-value-item-title,
.po-value-item-desc {
    position: relative;
    z-index: 1;
    text-align: left;
    text-align: center;
}

.po-value-icon {
    margin-bottom: 2.6rem;
    text-align: center;
}

.po-value-icon img {
    width: auto;
    height: auto;
    max-width: 100%;
    display: inline-block;
}

.po-value-item-title {
    font-weight: 500;
    font-size: 2.2rem;
    color: #333333;
    margin-bottom: 2.4rem;
}

.po-value-item-desc {
    font-size: 1.4rem;
    color: #666666;
    line-height: 2.1rem;
   
}

/* 平板端适配 */
@media (max-width: 1023px) {
    .po-value-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }

    .po-value-item {
        padding: 0 3rem 0 0;
    }
}

/* 手机端适配 */
@media (max-width: 767px) {
    .po-value-grid {
        grid-template-columns: 1fr 1fr;
        gap: 1.5rem;
    }

    .po-value-item {
        padding: 0 2rem 0 0;
    }

    .po-value-item-title {
        font-size: 1.6rem;
        margin-bottom: 2.4rem;
    }

    .po-value-item-desc {
        font-size: 1.12rem;
        line-height: 1.68rem;
    }
}

/* 平板端 */
@media (max-width: 1023px) {
    .po-section {
        padding: 4rem 0;
    }

    .po-value-title {
        font-size: 3.6rem;
    }
}

/* 手机端 */
@media (max-width: 767px) {
    .po-section {
        padding: 0;
    }

    .po-value-title {
        font-size: 3.2rem;
        /* 32px */
    }

    .po-value-subtitle {
        font-size: 1.4rem;
        /* 14px */
    }

    .po-features-section .container {
        padding: 3rem 0rem;
    }
}

/* 重点功能区域 */
/* .po-features-section {
    padding: 4.5rem 0;
} */

.po-features-header {
    text-align: center;
    margin-bottom: 3rem;
}

.po-features-title {
    font-size: 4rem;
    color: #333333;
    margin: 0 0 0.6rem 0;
    font-weight: 500;
}

.po-features-subtitle {
    margin-top: 0.8rem;
    font-size: 1.4rem;
    color: #666666;
}

.po-features-body {
    display: grid;
    grid-template-columns: 20rem 1fr;
    box-shadow: 0 0.1rem 2rem 0 rgba(0, 0, 0, 0.06);
    /* 左侧200px，右侧自适应 */
}

/* 左侧标签 */
.po-features-tabs {
    background: linear-gradient(-41deg, #FBFCFE, #ECF0FC);
    border-radius: 1rem 0 0 1rem;
    /* 10px 0 0 10px */
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 40rem;
    /* 400px */
    gap: 2rem;
    /* 20px */
    position: relative;
}

/* 滑动背景元素 */
.po-features-tabs-slider {
    position: absolute;
    left: 1rem;
    right: 1rem;
    top: 1rem;
    background: rgba(26, 76, 237, 0.1);
    border-radius: 0.6rem;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        left 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        width 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 0;
    pointer-events: none;
    will-change: transform, left, width, height;
}

.po-feature-tab {
    background: transparent;
    border: none;
    text-align: center;
    padding: 1.2rem 1.6rem;
    /* border-radius: 0.6rem; */
    font-size: 1.6rem;
    color: #333333;
    cursor: pointer;
    height: 100%;
    position: relative;
    z-index: 1;
    transition: color 0.3s ease;
}

.po-feature-tab--active {
    color: #145DFF;
}

/* 右侧面板 */
.po-features-panels {
    background: linear-gradient(163deg, #FBFCFE, #ECF0FC);
    border-radius: 0 1rem 1rem 0;
    overflow: hidden;
}

.po-feature-panel {
    display: none;
    height: 40rem;
    /* 400px */
    position: relative;
}

.po-feature-panel--active {
    display: block;
}

.po-feature-image {
    height: 34rem;
    display: flex;
    align-items: center;
}

.po-feature-panel-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 3rem 4.9rem 0;
    gap: 2rem;
}

.po-feature-panel-image-only {
    grid-template-columns: 1fr;
    height: 100%;
}

.po-feature-text {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
}

/* 向下滑动然后返回的动画 */
.po-feature-text.slide-down,
.po-feature-image.slide-down {
    animation: slideDown 0.25s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes slideDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(35px);
        /* 向下滑动 */
    }

    100% {
        transform: translateY(0);
        /* 回到原位置 */
    }
}

.po-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 1.2rem;
}



.po-feature-item-content {
    flex: 1;
}

.po-feature-heading {
    font-weight: 500;
    font-size: 2.2rem;
    /* 22px */
    color: #333333;
    margin-bottom: 2.6rem;
    position: relative;
}

.po-feature-heading-one {
    padding-top: 1rem;
}

/* .po-feature-heading::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.7rem;
    width: 0.4rem;
    height: 2rem;
    background-color: #007bff;
    border-radius: 0.2rem;
} */

.po-feature-heading-one::before {
    top: 3.7rem !important;
}

.po-feature-desc {
    font-size: 1.4rem;
    /* 14px */
    color: #666666;
    line-height: 2.1rem;
    text-align: justify;
    /* 21px */
}

.po-feature-stats {
    display: flex;
    gap: 4rem;
    margin-top: 9rem;
    justify-content: flex-start;
}

.po-feature-stat-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.po-feature-stat-number {
    font-size: 3.2rem;
    font-weight: 500;
    color: #145DFF;
    line-height: 1.2;
    margin-bottom: 0.8rem;
}

.po-feature-stat-number-span {
    font-size: 1.6rem;
    line-height: 1.5;
}

.po-feature-stat-label {
    font-size: 1.4rem;
    color: #666666;
    line-height: 1.5;
}

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

.feature-judge-image img {
    width: 75%;
    height: auto;
    display: block;
}

/* 响应式 */
@media (max-width: 1023px) {
    .po-features-title {
        font-size: 3.6rem;
    }

    .po-features-body {
        grid-template-columns: 20rem 1fr;
        /* 平板端：左侧200px，右侧自适应 */
    }

    .po-feature-panel-inner {
        grid-template-columns: 1fr;
    }

    .po-features-tabs {
        height: 36rem;
        /* 平板: 360px */
        gap: 1.8rem;
        /* 平板: 18px */
    }

    .po-feature-panel {
        height: 36rem;
        /* 平板: 360px */
    }

    .po-feature-stats {
        gap: 3rem;
        margin-top: 7rem;
    }

    .po-feature-stat-number {
        font-size: 3rem;
    }

    .po-feature-stat-label {
        font-size: 1.3rem;
    }
}

@media (max-width: 767px) {
    .po-features-title {
        font-size: 3.2rem;
    }

    .po-features-body {
        grid-template-columns: 1fr;
    }

    .po-features-tabs {
        height: 5rem;
        gap: 0;
        flex-direction: row;
        padding: 0 1rem;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        /* Firefox */
        -ms-overflow-style: none;
        /* IE and Edge */
    }

    .po-features-tabs::-webkit-scrollbar {
        display: none;
        /* Chrome, Safari, Opera */
    }

    .po-feature-tab {
        flex-shrink: 0;
        white-space: nowrap;
        margin-right: 1rem;
    }

    .po-feature-tab:last-child {
        margin-right: 0;
    }

    .po-value-graphic {
        min-height: auto;
    }

    .po-feature-panel {
        height: auto;
        /* 手机: 320px */
    }

    .po-feature-panel-inner {
        padding: 2rem 2rem 0;
    }

    .po-feature-stats {
        gap: 2rem;
        margin-top: 2rem;
    }

    .po-feature-stat-number {
        font-size: 2.4rem;
    }

    .po-feature-stat-number-span {
        font-size: 1.4rem;
    }

    .po-feature-stat-label {
        font-size: 1.2rem;
    }

    .feature-judge-image {
        margin-top: 4rem;
    }
}

.po-service-section {
    background: #FAFAFA;
    position: relative;
    overflow: hidden;
}

.po-service-body {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    margin-top: 4rem;
    max-width: 128rem;
    margin-left: auto;
    margin-right: auto;
}




.po-service-content {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.po-service-title {
    font-weight:600;
    font-size: 2.2rem;
    color: #FFFFFF;
    line-height: 10rem;
    background-size: 100% 100%;
    /* padding: 2rem; */
    height: 10rem;
    border-radius: 1rem 1rem 0 0;
    text-align: center;
}
.po-service-title-three{
    background: url('../images/industrialLink/example_three.png') no-repeat center center;
  
}
.po-service-title-two{
    background: url('../images/industrialLink/example_two.png') no-repeat center center;
   
}
.po-service-title-one{
    background: url('../images/industrialLink/example_one.png') no-repeat center center;
 
}

.po-service-section-item {
    margin-bottom: 2rem;
    text-align: justify;
}

.po-service-section-item:last-child {
    margin-bottom: 0;
}
.po-service-section-content{
    height: 28rem;
    padding: 3rem;
    background: #FFFFFF;
    border-radius: 0 0 1rem 1rem;
    box-shadow: 0 0.2rem 1.6rem rgba(0, 0, 0, 0.06);
}

.po-service-label {
    font-weight: 500;
    font-size: 1.6rem;
    color: #333;
    line-height: 1.5;
    white-space: nowrap;
    flex-shrink: 0;
}

.po-service-text {
    font-weight: 400;
    font-size: 1.6rem;
    color: #666;
    line-height: 2.1rem;
    opacity: 0.9;
    flex: 1;
}

/* 平板端适配 */
@media (max-width: 1023px) {
    .po-service-body {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }

    .po-service-item {
        padding: 2.5rem;
        min-height: 35rem;
    }

    .po-service-title {
        font-size: 2rem;
        height: 8rem;
        line-height: 8rem;
    }

    .po-service-label {
        font-size: 1.5rem;
    }

    .po-service-text {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

/* 手机端适配 */
@media (max-width: 767px) {
    .po-service-body {
        grid-template-columns: 1fr;
        gap: 0rem;
    }

    .po-service-item {
        padding: 2rem;
        min-height: auto;
    }

    .po-service-title {
        font-size: 1.8rem;
        height: 7rem;
        line-height: 7rem;
    }

    .po-service-section-item {
        margin-bottom: 1.6rem;
    }

    .po-service-label {
        font-size: 1.4rem;
        margin-bottom: 0.6rem;
    }

    .po-service-text {
        font-size: 1.4rem;
        line-height: 1.9rem;
    }
        .po-service-section-content {
    padding: 2rem;
    height: 22.4rem;
    }
}