.gfc-v2 .banner-product div,
.teams div,
.gfc-v2-solutions div,
.gfc-v2-kpi div,
.gfc-v2-scenarios div,
.sub-company div,
.gfc-v2-case div,
.gfc-v2-related div {
    box-sizing: border-box;
}

.banner-product {
    margin-top: 0;
    padding-left: 8.8125rem;
    height: 33.75rem;
    background: url('../../img/pageimage/evidence-hub/banner.png') no-repeat center;
    background-size: 100% 100%;
    text-align: left;
}

.banner-product-content {
    width: 40.625rem;
    margin: 1.875rem 0 0 0;
}

.banner-product-title {
    font-weight: 500;
    font-size: 2.625rem;
    color: #FFFFFF;
    line-height: 3.125rem;
    margin-bottom: .625rem;

}

.banner-product-txt {
    margin-bottom: 1.5625rem;
    width: 40.625rem;
}

.banner-product-txt p {
    font-weight: 400;
    font-size: .875rem;
    color: #FFFFFF;
    line-height: 2rem;
    text-align: left;
    margin-top: 0;
}

.banner-contact-btn {
    width: 13.875rem;
    height: 2.5rem;
    padding-left: 1.375rem;
    background-color: rgba(255, 255, 255, 0.28);
    border-radius: 1.25rem;
    font-weight: 400;
    font-size: .875rem;
    color: #FFFFFF;
    line-height: 1.1875rem;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.new-banner-tit {
    margin-left: 1.0625rem;
}

/* 构建全球一致的财务与合规运营体系 v2 - PC 专属样式 */
.gfc-v2-page {
    width: 100%;
    background: #ffffff;
    font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
}

.gfc-v2-container {
    width: 100%;
    margin: 0 auto;
    z-index: 99;
    position: relative;
}

.gfc-v2-section-head {
    text-align: center;
}

.gfc-v2-section-head2 {
    text-align: center;
}

.gfc-v2-section-head h2,
.gfc-v2-section-head2 h2 {
    font-weight: 500;
    font-size: 2.25rem;
    color: #090F21;
    line-height: 3.125rem;
}

.head-tips2 {
    font-weight: 400;
    font-size: .875rem;
    color: rgba(9, 15, 33, 0.5);
    text-align: center;
    margin-top: 1.0625rem
}

.gfc-v2-section-sub {
    font-weight: 400;
    font-size: .875rem;
    color: #84868D;
    line-height: 1.25rem;
    letter-spacing: 8px;
    text-transform: uppercase;
}

.gfc-v2-section-head-light h2 {
    font-weight: 500;
    font-size: 2.25rem;
    color: #FFFFFF;
    margin-bottom: .625rem;
}

.gfc-v2-section-head-light .gfc-v2-section-sub {
    font-weight: 400;
    font-size: .875rem;
    color: #FFFFFF;
    text-transform: uppercase;
}

/* 典型业务挑战 */
.teams {
    height: 34.625rem;
    padding-top: 4.375rem;
    background: #F5F7FA;
    box-sizing: border-box;

}

.teams-grid {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin-top: 4.0625rem !important;
    gap: 2.3125rem;
    width: 100%;
    box-sizing: border-box;
}

.gfc-v2-challenge-card {
    width: 16.25rem;
    background: #ffffff;
    padding: 0;
    text-align: center;
}

.teams-grid .vertical-icon-box {
    width: 13.1875rem;
}

.teams-grid .vertical-icon-box h2 {
    white-space: pre-wrap;
    font-weight: 400;
    font-size: 1.125rem;
    color: #090F21;
    line-height: 1.625rem;
    margin-top: .9375rem;
}

.teams-grid .vertical-icon-box p {
    font-weight: 400;
    font-size: .875rem;
    color: rgba(9, 15, 33, 0.5);
    line-height: 1.5rem;
    margin-top: .875rem;
    white-space: pre-wrap;
}

.teams-grid .vertical-icon-box:last-child {
    margin-top: 0 !important;
}

.gfc-v2-challenge-icon-box {
    width: 7.5rem;
    height: 7.5rem;
    background: #FFFFFF;
    box-shadow: 0px 6px 20px 1px rgba(10, 44, 115, 0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.125rem;
}

.gfc-v2-challenge-icon {
    width: 3.75rem;
    height: 3.75rem;
}

.gfc-v2-challenge-card .title {
    font-weight: 400;
    font-size: 1.125rem;
    color: #090F21;
    line-height: 1.625rem;
    text-align: center;
    margin-bottom: .9375rem;
}

.gfc-v2-challenge-card p {
    width: 21.25rem;
    font-weight: 400;
    font-size: .875rem;
    color: rgba(9, 15, 33, 0.5);
    line-height: 1.5rem;
    text-align: center;
}

/* 解决方案组合 */
.gfc-v2-solutions {
    background: linear-gradient(180deg, #F5F7FA 0%, #FFFFFF 100%);
    width: 100%;
    height: fit-content;
    padding-top: 4.375rem;
    padding-bottom: 4.125rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;

}

.gfc-v2-tabs {
    display: flex;
    justify-content: center;
    gap: 1.25rem;
    margin-top: 1.6875rem;
    margin-bottom: 3.125rem;
}

.gfc-v2-tab {
    height: 2.75rem;
    padding: .75rem 2.375rem;
    border-radius: 21px;
    border: 1px solid #ffffff;
    background: #ffffff;
    color: rgba(9, 15, 33, 0.6);
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.25rem;
    cursor: pointer;
    transition: all 0.3s;
    outline: none;
}

.gfc-v2-tab-active,
.gfc-v2-tab:hover {
    background: #090F21;
    color: #ffffff;
    border-color: #f5f5f5;
}

.gfc-v2-solution-card {
    width: 75rem;
    height: fit-content;
    background: #FFFFFF;
    box-shadow: 5px 5px 30px 1px rgba(81, 149, 253, 0.14);
    border-radius: 20px 20px 20px 20px;
    margin: auto;
    padding: 1.25rem;
    position: relative;
}

.gfc-v2-solution-panel {
    display: none;
}

.gfc-v2-solution-panel-active {
    display: flex;
}

.gfc-v2-award-panel {
    display: none;
}

.gfc-v2-award-panel-active {
    display: flex;
}

.gfc-v2-solution-left {
    flex: 1;
    padding-top: 2.5rem;
    padding-left: 2.5rem;
    box-sizing: border-box;
}

.gfc-v2-solution-left .title {
    font-weight: 500;
    font-size: 1.5rem;
    color: #090F21;
    margin-bottom: 1.125rem
}

.gfc-v2-solution-panel span {
    font-weight: 400;
    font-size: .875rem;
    color: rgba(9, 15, 33, 0.5);
    line-height: 1.25rem;
    vertical-align: text-top;
        margin-top: .1875rem;
    display: inline-block;
}

.gfc-v2-solution-intro {
    font-weight: 400;
    font-size: .875rem;
    color: rgba(9, 15, 33, 0.5);
    margin-bottom: 2.1875rem;
    line-height: 1.25rem;
}

.gfc-v2-solution-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.gfc-v2-solution-list li {
    margin-bottom: 4rem;
    padding-left: 1.4375rem;
    position: relative;
}

.gfc-v2-solution-list li::before {
    content: "✔";
    font-weight: 800;
    font-size: .875rem;
    color: #00C3F2;
    line-height: 1.5rem;
    text-align: left;
    position: absolute;
    left: 0;
    top: 0;
}

.gfc-v2-solution-list strong {
    display: block;
    font-weight: 500;
    font-size: 1rem;
    color: #090F21;
    line-height: 1.5rem;
}

.gfc-v2-solution-list span {
    display: block;
    font-weight: 400;
    font-size: .875rem;
    color: rgba(9, 15, 33, 0.5);
    line-height: 1.5rem;
}

.gfc-v2-solution-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem 3.75rem;
}

.gfc-v2-solution-right {
    width: 17.8125rem;
    height: 28rem;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 10px;
}

.gfc-v2-solution-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hand-digital-solution-btn {
    position: absolute;
    left: 5.1875rem;
    bottom: 4rem;
    z-index: 2;
    width: 15.625rem;
}

.gfc-v2-btn-gradient {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 13.8125rem;
    height: 2.5rem;
    padding-left: 1.375rem;
    background: linear-gradient(180deg, #8AE0FF 0%, #40BAE2 100%);
    border-radius: 20px;
    font-weight: 400;
    font-size: .875rem;
    color: #FFFFFF;
}

.gfc-v2-btn-gradient:hover {
    opacity: 0.9;
    color: #ffffff;
}

.circle {
    width: 1.75rem;
    height: 1.75rem;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: .375rem;
}

.circle img {
    width: .4375rem;
    height: .5625rem;
}

.gfc-v2-case-btn {
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.8125rem;
    padding-left: 1.375rem;
    padding-right: .375rem;
    width: 10.375rem;
    height: 2.4375rem;
    background: #F9FAFC;
    color: #090F21;
    border-radius: 20px 20px 20px 20px;
}

.gfc-v2-case-btn img {
    width: 1.75rem;
    height: 1.75rem;
}


.company-intro {
    box-sizing: border-box;
    width: 100%;
    height: 24.4375rem;
    position: relative;
    display: flex;
    align-items: flex-start;
    overflow: hidden;
    background-color: #fff;
}

.company-intro img {
    width: 44.25rem;
    height: 24.4375rem;
    z-index: 2;
    position: absolute;
    right: 0;
    top: 0;
}

.company-intro-content {
    position: relative;
    margin: 5rem auto 0;
    width: 75rem;
    padding: 1.9375rem 0 0 1.75rem;
    text-align: left;
}

.company-intro-content-h1 {
    font-weight: 500;
    font-size: 1.75rem;
    color: #090F21;
    z-index: 2;
    position: relative;
    margin-bottom: 1.5625rem;
}

.company-intro-content-tit{
    font-weight: 400;
    font-size: .875rem;
    color: rgba(9, 15, 33, 0.5);
    line-height: 1.5rem;
    z-index: 2;
    position: relative;

}

.company-intro-content img {
    position: absolute;
    top: 0;
    left: 0;
    width: 6.25rem;
    height: 3.6875rem;
    z-index: 1;

}

.head-tips {
    margin-top: .625rem;
    font-weight: 400;
    font-size: .875rem;
    color: #FFFFFF;
    line-height: 1.5rem;
}

/* 典型业务场景 */
.gfc-v2-scenarios {
    box-sizing: border-box;
    width: 100%;
    height: 39.6875rem;
    background: #fff;
    padding-top: 4.375rem;
    position: relative;
    overflow: hidden;
}

.gfc-v2-scenarios-grid {
    margin: 2.8125rem auto 0;
    width: 75rem;
    display: flex;
    justify-content: space-between;
    gap: 1.5625rem;
}

.gfc-v2-scenario-card {
    width: 23.75rem;
    height: 22.5rem;
    background: #FFFFFF;
    box-shadow: 8px 8px 30px 1px rgba(0, 50, 126, 0.04);
    border-radius: 20px 20px 20px 20px;
    position: relative;
}

.gfc-v2-scenario-card img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 7.5rem;

}

.gfc-v2-scenario-card-title {
    width: 100%;
    height: 7.5rem;
    position: relative;
    font-weight: 500;
    font-size: 1.25rem;
    color: #FFFFFF;
    line-height: 1.875rem;
    text-align: center;
    z-index: 1;
    padding: 1.5625rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
}


.gfc-v2-scenario-card-desc {
    position: relative;
    margin-top: 2.5rem;
}

.gfc-v2-scenario-card-desc p {
    font-weight: 400;
    font-size: .875rem;
    color: rgba(9, 15, 33, 0.5);
    line-height: 1.5rem;
    text-align: center;
    margin-bottom: .875rem;
}

.gfc-v2-scenario-card li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #28ABC3;
}

/* FAQ */
.sub-company {
    box-sizing: border-box;
    width: 75rem;
    height: 22.25rem;
    margin: auto;
    background: #fff;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;

}

.sub-company-left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
       margin-right: 9.125rem;
    margin-bottom: 4.25rem;
}

.sub-company-left p {
    font-weight: 400;
    font-size: .875rem;
    color: rgba(9, 15, 33, 0.5);
    line-height: 1.25rem;
    margin: 2.125rem 0 1.875rem; 
}

.sub-company-right {
    width: 40.625rem;
    height: 20.875rem;
    position: relative;
    padding: 4.5rem 2.8125rem 0 ;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 3.625rem;

    flex-wrap: wrap;
    gap: 3.5rem 2.5rem;
}

.sub-company-type-box {
    width: 16.25rem;
    height: 3.625rem;
    box-shadow: 8px 8px 30px 1px rgba(0, 50, 126, 0.04);
    border-radius: 30px;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 3.625rem;
    color: #fff;
    text-align: center;
    z-index: 2;
    position: relative;
}

.sub-company-right-bg {
    position: absolute;
    width: 40.625rem;
    height: 20.875rem;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.gfc-v2-award {
    background: linear-gradient(180deg, #F5F7FA 0%, #FFFFFF 100%);
    width: 100%;
    height: fit-content;
    padding-top: 4.375rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;

}

.gfc-award-tab {
    height: 2.5rem;
    padding: 0 1.25rem;
    border-radius: 21px;
    border: 1px solid #ffffff;
    background: #ffffff;
    font-weight: 400;
    line-height: 2.5rem;
    font-size: 1rem;
    color: #333;
    cursor: pointer;
    transition: all 0.3s;
    outline: none;
}

.gfc-award-tab-active,
.gfc-award-tab:hover {
    background: #090F21;
    color: #F5F7FA;
    border-color: #f5f5f5;
}

.gfc-v2-award-card {
    width: 75rem;
    height: 32.625rem;
    position: relative;
    margin: auto;
}

.gfc-v2-award-card-content {
    width: 75rem;
    height: 32.625rem;
    background: #FFFFFF;
    box-shadow: 5px 5px 30px 1px rgba(81, 149, 253, 0.14);
    border-radius: 20px;
    z-index: 2;
    position: relative;
}

.gfc-v2-award-card-bg1 {
    width: 15rem;
    height: 15rem;
    position: absolute;
    left: -3.75rem;
    bottom: .5rem;
    z-index: 1;
}

.gfc-v2-award-card-bg2 {
    width: 32.3125rem;
    height: 20.75rem;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.gfc-v2-award-card-bg3 {
    width: 6.6875rem;
    height: 8.9375rem;
    position: absolute;
    right: -2.125rem;
    top: 1.375rem;
    z-index: 1;
}

.gfc-v2-award-card-content-h1 {
    font-weight: 500;
    font-size: 1.5rem;
    color: #090F21;
    margin-top: 6.75rem;
    margin-left: 6.0625rem;
    line-height: 2rem;
}

.gfc-v2-award-card-info {
    position: absolute;
    left: 33.4375rem;
    top: 50%;
    transform: translateY(-50%);
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.gfc-v2-award-card-info li {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: .875rem;
    color: rgba(9, 15, 33, 0.5);   
     line-height: 1.25rem;
}

.gfc-v2-award-card-info li::before {
    content: "";
    width: .3125rem;
    height: .3125rem;
    border-radius: 50%;
    background-color: #00C3F2;
    margin-right: 10px;
}

.gfc-v2-kpi {
    background: #fff;
    width: 100%;
       height: 50.875rem;
    padding-top: 4.375rem;
    padding-bottom: 5.625rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.gfc-v2-kpi-bg {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
}

.gfc-v2-kpi-content {
    width: 75rem;
    margin: 2.1875rem auto 5.625rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.875rem;
    position: relative;
    z-index: 2;
}

.gfc-v2-kpi-card {
    width: 23.75rem;
    height: 10.25rem;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 5px 5px 20px 1px rgba(49, 115, 217, 0.1);
    border-radius: 20px 20px 20px 20px;
    display: flex;
    flex-direction: column;
    padding: 1.875rem  0 0 2.5rem;
}

.kpi-info1 {
    font-weight: 400;
    font-size: 1rem;
    color: #090F21;
    line-height: 1.5rem;
}

.kpi-info2 {

    font-weight: 500;
    font-size: 1.375rem;
    color: #090F21;
    line-height: 1.5rem;
}

.kpi-info3 {
    font-weight: 400;
    font-size: .875rem;
    color: rgba(9, 15, 33, 0.5);
    line-height: 1.5rem;
    margin-top: .6875rem;
}