﻿@charset "utf-8";

/* 公共样式 - start */
@font-face {
    font-family: 'NotoSerifRegular';
    src: url('../fonts/NotoSerif-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NotoSerifLight';
    src: url('../fonts/NotoSerif-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body,
input,
textarea {
    font-family: "PingFang SC", "Microsoft YaHei" !important;
}

/* wow弹窗字体引入 */
.altumcode {
    --fontFamily: "PingFang SC", "Microsoft YaHei" !important;
}

html {
    font-size: 100px;
}

/* a[href=""],a[href='']{
    cursor:default
} */
.mod-form input:-webkit-autofill,
.mod-form input:-webkit-autofill:hover,
.mod-form input:-webkit-autofill:focus,
.mod-form input:-webkit-autofill:active {
    -webkit-text-fill-color: #333 !important;
}

:root {
    /* 字号 */
    --font100: 1.0rem;
    --font98: 0.98rem;
    --font96: 0.96rem;
    --font94: 0.94rem;
    --font92: 0.92rem;
    --font90: 0.90rem;
    --font88: 0.88rem;
    --font86: 0.86rem;
    --font84: 0.84rem;
    --font82: 0.82rem;
    --font80: 0.80rem;
    --font78: 0.78rem;
    --font76: 0.76rem;
    --font74: 0.74rem;
    --font72: 0.72rem;
    --font70: 0.70rem;
    --font68: 0.68rem;
    --font66: 0.66rem;
    --font64: 0.64rem;
    --font62: 0.62rem;
    --font60: 0.60rem;
    --font58: 0.58rem;
    --font56: 0.56rem;
    --font54: 0.54rem;
    --font52: 0.52rem;
    --font50: 0.50rem;
    --font48: 0.48rem;
    --font46: 0.46rem;
    --font44: 0.44rem;
    --font42: 0.42rem;
    --font40: 0.40rem;
    --font38: 0.38rem;
    --font36: 0.36rem;
    --font34: 0.34rem;
    --font32: 0.32rem;
    --font30: 0.30rem;
    --font28: 0.28rem;
    --font26: 0.26rem;
    --font24: 0.24rem;
    --font22: 0.22rem;
    --font20: 0.20rem;
    --font18: 0.18rem;
    --font16: 0.16rem;
    --font14: 0.14rem;
    --font12: 0.12rem;
    /* 间距 */
    --space250: 2.5rem;
    --space240: 2.4rem;
    --space230: 2.3rem;
    --space220: 2.2rem;
    --space210: 2.1rem;
    --space200: 2.0rem;
    --space190: 1.9rem;
    --space180: 1.8rem;
    --space170: 1.7rem;
    --space160: 1.6rem;
    --space150: 1.5rem;
    --space140: 1.4rem;
    --space130: 1.3rem;
    --space120: 1.2rem;
    --space110: 1.1rem;
    --space100: 1.0rem;
    --space90: 0.9rem;
    --space80: 0.8rem;
    --space70: 0.7rem;
    --space60: 0.6rem;
}

:root {
    /* 行高 */
    --line12: 1.2;
    --line13: 1.3;
    --line14: 1.4;
    --line15: 1.5;
    --line16: 1.6;
    --line175: 1.75;
    --line18: 1.8;
    /* 导航-高度 */
    --headh: 80px;
    --headh2: 150px;
    /* 颜色 */
    --color000: #000;
    --color333: #333;
    --color666: #666;
    --color999: #999;
    --colorfff: #fff;
    --colormain: #B8311E;
    --colormain1: #CBAB78;
    --colormain2: #2E79F6;
    --colorliner: linear-gradient(180deg, #041A45 0%, #06235B 100%);
    --colortext1: #0047BA;
    --colortext2: #003995;
    --colortext3: #082D77;
    --colortit1: #000D28;
    --colorbj: #f6f6f6;
    --radius10: 0.1rem;
    --radius20: 0.2rem;
    /* 板块间距 */
    --space40: 0.4rem;
    /* 段落间距 */
    --parpspace16: 0.16rem;
    --parpspace12: 0.12rem;
    --parpspace10: 0.1rem;
    /* 特殊字体或粗细 */
    --regular: 'NotoSerifRegular';
    --light: 'NotoSerifLight';
    --transition: all 0.4s ease;
    --transition1: all 0.8s var(--bezier1);
    --transition2: transform 1.5s var(--bezier2), -webkit-transform 1.5s var(--bezier2), opacity 1.2s var(--bezier2), color 0.3s var(--bezier2);
    --shadow: 0 8px 15px 3px rgba(0, 0, 0, 0.06);
    /* 等于gsap的sine.out */
    --bezier1: cubic-bezier(0.39, 0.575, 0.565, 1);
    /* 等于gsap的expo.inOut */
    --bezier2: cubic-bezier(.38, 0, 0, 1);
    /* icon */
    --icon24: 24px;
    --icon32: 32px;
}

.std-font80,
.std-font80 p {
    font-size: var(--font80);
    color: var(--color333);
    line-height: var(--line12);
    font-weight: bold;
}

.std-font60,
.std-font60.std-font60,
.std-font60 p {
    font-size: var(--font60);
    color: var(--color333);
    line-height: var(--line13);
    font-weight: bold;
}

.std-font50,
.std-font50 p {
    font-size: var(--font50);
    color: var(--color333);
    line-height: var(--line12);
    font-weight: bold;
}

.std-font32,
.std-font32 p,
.yxedr-active h2 {
    font-size: var(--font32);
    color: var(--color333);
    line-height: var(--line15);
}

.std-font24,
.std-font24 p,
.yxedr-active h3 {
    font-size: var(--font24);
    color: var(--color333);
    line-height: var(--line16);
}

.std-text24,
.std-text24 p {
    font-size: var(--font24);
    color: var(--color333);
    line-height: var(--line175);
}

.std-font20,
.std-font20 p,
.yxedr-active h4 {
    font-size: var(--font20);
    color: var(--color333);
    line-height: var(--line175);
}

.std-text18,
.std-text18 p,
.yxedr-active h5 {
    font-size: var(--font18);
    color: var(--color333);
    line-height: var(--line18);
}

.std-text16,
.std-text16 p {
    font-size: var(--font16);
    color: var(--color333);
    line-height: var(--line18);
}

.std-text14,
.std-text14 p {
    font-size: var(--font14);
    color: var(--color333);
    line-height: var(--line18);
}

.std-text12,
.std-text12 p {
    font-size: var(--font12);
    color: var(--color333);
    line-height: var(--line18);
}

.yxedr-active,
.yxedr-active p {
    font-size: var(--font16);
    color: var(--color333);
    line-height: var(--line16);
}

.yxedr-active p {
    margin-bottom: 0.75em;
}

.yxedr-active>p:last-child {
    margin-bottom: 0;
}

.std-padd130 {
    padding: var(--space130) 0;
}

.std-padd130-top {
    padding-top: var(--space130);
}

.std-padd130-bot {
    padding-bottom: var(--space130);
}

.std-placet {
    padding-top: var(--space130);
}

.std-placeb {
    padding-bottom: var(--space130);
}

.std-padding100t {
    padding-top: var(--space100);
}

.std-padding100 {
    padding-bottom: var(--space100);
}

.std-margin40 {
    margin-bottom: var(--space40);
}

.std-padding40 {
    padding-bottom: var(--space40);
}

.yxedr-active h2,
.yxedr-active h3 {
    margin-bottom: var(--parpspace16);
}

.yxedr-active h4 {
    margin-bottom: var(--parpspace12);
}

.yxedr-active h5 {
    margin-bottom: var(--parpspace10);
}

.search-main {
    --colormain1: var(--colormain) !important;
}

.bj-f6 {
    background: var(--colorbj);
}

/* 公共按钮 - start */
.std-btn1 {
    display: inline-flex;
}

.std-btn2 {
    display: inline-flex;
}

.std-btn-link1 {
    display: inline-flex;
    align-items: center;
    padding: 0.12rem 0.24rem;
    border: 1px solid rgba(2, 17, 46, 0.3);
    border-radius: 1rem;
    transition: var(--transition);
    overflow: hidden;
}

.std-btn-text {
    color: var(--color333);
    font-size: var(--font18);
    line-height: var(--line14);
}

.std-btn-link2 {
    display: inline-flex;
    align-items: center;
    padding: 0.11rem 0.24rem;
    border: 1px solid rgba(2, 17, 46, 0.3);
    border-radius: 1rem;
    color: var(--color333);
    transition: var(--transition);
    overflow: hidden;
    cursor: pointer;
}

.std-btn-link1-img {
    width: var(--icon24);
    margin-left: 0.32rem;
    flex-shrink: 0;
    font-size: 0;
    position: relative;
}

.std-btn-link1-img img,
.std-btn-link2-img img {
    width: 100%;
    transition: var(--transition1);
}

.std-btn-link1-img img:nth-child(2) {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.std-btn-link2-img {
    width: var(--icon32);
    margin-left: 0.16rem;
    flex-shrink: 0;
    font-size: 0;
    position: relative;
}

.std-btn-link2-img img:nth-child(2) {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

/* 公共按钮 - end */
/*分享翻译*/
.ys-wechat-cont-parga p::before {
    content: '分享到 - 微信';
    /* content: 'Share the - WeChat'; */
}

/* yongsy样式 */
a[href="https://www.yongsy.com"] {
    color: rgba(255, 255, 255, .2) !important;
    white-space: nowrap;
}

/*导航默认选中*/
.yxnav-active1 {}

.yxnav-active2 a {
    color: var(--colormain1) !important;
}

/* 轮播溢出隐藏 */
.ys-ban-li:not(:first-child) {
    display: none;
}

/* 省略号 */
.line-clamp {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* 侧边锚点隐藏 */
.mod-anchor {
    opacity: 0;
    transform: translateX(-50%);
    transition: all .4s ease;
    position: fixed;
    z-index: 20;
}

.mod-anchor.on1 {
    opacity: 1;
    transform: translateX(0%);
}

.mod-anchor ul {
    transition: all .4s ease;
}

.mod-anchor:not(.act) ul {
    opacity: 1;
    transform: translateX(0%);
}

.mod-anchor.act ul {
    opacity: 0;
    transform: translateX(-50%);
}

/* 轮播箭头 */
.swiper-button-disabled,
.slick-disabled {
    pointer-events: none !important;
    opacity: .5 !important;
}

.mod-arrows1 .swiper-button-next,
.mod-arrows1 .swiper-button-prev,
.mod-arrows1 .slick-prev,
.mod-arrows1 .slick-next {}

/* 载入 */
.ys-upfade1 {
    opacity: 0;
    transform-origin: 0% 50%;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
    transition: var(--transition2);
    will-change: transform, opacity;
}

.ys-upfade1.ys-fade-true {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0px, 0);
}

/* 首页banner载入 */
.ys-ban-li.act .ys-ban-title,
.ys-ban-li.act .std-btn1 {
    animation: ysfadeInUp .8s ease-in-out both;
}

.ys-ban-slick.ys-slick-act .ys-ban-li.act .ys-ban-title {
    animation-delay: 0.4s;
}

.ys-ban-slick.ys-slick-act .ys-ban-li.act .std-btn1 {
    animation-delay: 0.5s;
}

/* 公共样式 - end */
picture {
    width: 100%;
    display: block;
}

picture img {
    width: 100%;
}

.llinks-core {
    width: 100%;
    flex-direction: column;
    display: flex;
    min-height: 100vh;
}

.ys-hd-pc {
    width: 100%;
}

.head-logo {
    width: 106px;
    line-height: inherit;
}

.head-logo a {
    width: 100%;
    display: block;
}

.head-logo img:nth-child(2) {
    opacity: 0 !important;
}

.head-logo img:nth-child(1) {
    opacity: 1 !important;
}

.head-nav-down-title {
    color: var(--colorfff);
    font-size: var(--font18);
    line-height: var(--line15);
    font-weight: bold;
    margin-bottom: 0.44rem;
}

.head-nav-card {
    margin-top: auto;
    color: var(--colorfff);
}

.head-nav-card-img {
    width: 100%;
    margin-bottom: 0.24rem;
}

.head-nav-card-img img:nth-child(2) {
    height: 100%;
    object-fit: cover;
}

.head-nav-card-date {
    font-size: var(--font14);
    color: rgba(255, 255, 255, 0.88);
    line-height: var(--line15);
    margin-bottom: 0.1rem;
}

.head-nav-card-title {
    color: var(--colorfff);
    font-size: var(--font24);
    line-height: var(--line16);
    font-weight: bold;
}

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

.head-search {
    padding-right: 0.24rem;
    margin-right: 0.22rem;
    /* border-right: 1px solid rgba(255, 255, 255, 0.3); */
    position: relative;
}

.head-lang {
    margin-left: 0;
    margin-right: 0;
}

.head-search-btn,
.head-lang-top {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    color: var(--colorfff);
    font-size: var(--font14);
    line-height: var(--line15);
    font-weight: bold;
}

.head-search-btn .ys-imgbox-cover {
    width: var(--icon24);
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin-right: 0.08rem;
}

.head-lang-top-jian {
    width: 0.1rem;
    margin-left: 0.07rem;
}

.head-tool-text,
.head-lang-current {
    display: block;
    color: var(--colorfff);
    font-size: var(--font16);
    line-height: var(--headh);
    font-weight: bold;
}

.head-lang-down {
    top: 100%;
    z-index: 90;
}

.head-share {
    flex-shrink: 0;
    justify-content: flex-start;
}

.head-share .footer-share-btn .ys-imgbox-cover {
    width: 0.36rem;
}

.head-share .footer-share-code {
    z-index: 90;
}

/* 公共PC导航 - end */

/* 首页banner - start */
.ys-banner,
.ys-banner .ys-ban-slick,
.ys-banner .ys-ban-slick .slick-list,
.ys-banner .ys-ban-slick .slick-track,
.ys-banner .ys-ban-li,
.ys-banner .ys-ban-imgbox,
.ys-banner .ys-ban-imgbox picture {
    height: 100vh;
}

.ys-banner .ys-ban-li {
    position: relative;
}

.ys-banner .ys-ban-imgbox {
    overflow: hidden;
}

.ys-banner .ys-ban-imgbox picture,
.ys-banner .ys-ban-imgbox picture img {
    display: block;
}

.ys-banner .ys-ban-imgbox picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.ys-banner .ys-ban-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ys-banner .ys-ban-txtbox {
    justify-content: flex-start;
    pointer-events: none;
    width: 100%;
}

.ys-banner .ys-cont1600 {
    pointer-events: auto;
}

.ys-banner .ys-ban-title {
    color: #252525;
    font-weight: bold;
    width: 100%;
}

.ys-banner .std-btn1 {
    margin-top: 0.34rem;
}

.ys-ban-control {
    position: absolute;
    left: 50%;
    bottom: 0.74rem;
    transform: translateX(-50%);
    z-index: 8;
    display: flex;
    align-items: center;
}

.ys-ban-arrows {
    display: flex;
    align-items: center;
    pointer-events: none;
}

.ys-ban-arrows-white .ys-ban-arrow {
    border-color: var(--colorfff);
}

.ys-ban-control .ys-ban-arrow {
    border: 1px solid rgba(255, 255, 255, 0.40);
}

.ys-ban-arrow {
    width: 0.6rem;
    height: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(2, 17, 46, 0.3);
    border-radius: 50%;
    cursor: pointer;
    transition: var(--transition);
    pointer-events: all;
    position: relative;
}

.ys-ban-arrow img {
    transition: var(--transition);
    width: 40%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ys-ban-arrow img:nth-child(2) {
    opacity: 0;
}

.ys-ban-prev img {
    transform: translate(-50%, -50%) rotate(180deg);
}

.ys-ban-next {
    margin-left: 0.15rem;
}

.ys-ban-count {
    margin-left: 0.32rem;
    color: #252525;
    font-size: var(--font24);
    line-height: var(--line175);
    opacity: 0 !important;
    pointer-events: none !important;
}

/* @media screen and (max-width: 1600px) {
    .ys-ban-control {
        left: 5%;
    }
} */
/* 首页banner - end */

/* 首页视频价值 - start */
.home-values {
    position: relative;
    background: #001632;
    height: 120vh;
    overflow: visible;
}

.home-values-wrap {
    width: 100%;
    height: 100vh;
    position: sticky;
    top: 0;
    overflow: hidden;
}

.home-values-video,
.home-values-bg,
.home-values-mask {
    position: absolute;
    inset: 0;
}

.home-values-video {
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.16;
}

.home-values-bg {
    z-index: 0;
}

.home-values-bg picture,
.home-values-bg img {
    display: block;
    width: 100%;
    height: 100%;
}

.home-values-bg img {
    object-fit: cover;
}

.home-values-mask {
    z-index: 2;
    /* background: rgba(0, 13, 40, 0.36); */
}

.home-values-core {
    position: relative;
    z-index: 3;
    height: 100%;
    padding: 0;
    display: flex;
    align-items: center;
}

.home-values-list {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: stretch;
}

.home-values-item {
    width: 33.333333%;
    position: relative;
}

.home-values-item+.home-values-item {
    border-left: 1px solid rgba(0, 13, 40, 0.3);
}

.home-values-link {
    height: 100%;
    padding: 0.3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    color: rgba(255, 255, 255, 0.22);
    transition: var(--transition);
}

.home-values-item.is-active .home-values-link {
    background: var(--colortit1);
    color: var(--colorfff);
}

.home-values-title {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    text-align: center;
    color: inherit;
    font-weight: bold;
}

.home-values-line {
    position: absolute;
    left: 50%;
    top: calc(50% + 0.36rem);
    z-index: 2;
    width: 2rem;
    height: 0.08rem;
    margin-top: 0;
    background: var(--colormain);
    opacity: 0;
    transform: translateX(-50%) scaleX(0.5);
    transform-origin: 50% 50%;
    transition: var(--transition);
}

.home-values-icon {
    position: absolute;
    left: 50%;
    top: calc(50% + 0.78rem);
    width: 72%;
    max-width: 4.46rem;
    margin-top: 0;
    opacity: 0;
    transform: translate(-50%, 0.24rem);
    transition: var(--transition1);
}

.home-values-item:nth-child(2) .home-values-icon {
    width: 58%;
    max-width: 3.2rem;
}

.home-values-item:nth-child(3) .home-values-icon {
    width: 74%;
    max-width: 4rem;
}

.home-values-icon img {
    width: 100%;
    height: auto;
}

/* 首页视频价值 - end */

/* 公共footer - start */
.ys-footer {
    --sapceft1: 0;
    --sapceft2: 0;
    --sapceft3: 0;
    --sapceft4: 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #041a45 0%, #06235b 100%);
    color: var(--colorfff);
    padding-top: 0;
    min-height: 2.31rem;
}

.ys-footer-bg {
    position: absolute;
    left: 7rem;
    bottom: -0.22rem;
    z-index: 0;
    width: 24.65rem;
    height: auto;
    max-width: none;
    pointer-events: none;
}

.ys-footer .ys-cont1600 {
    position: relative;
    z-index: 1;
    padding-top: 0.52rem;
    padding-bottom: 0.37rem;
}

.ys-footer .footer-top {
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 0;
}

.ys-footer .footer-nav {
    --gap1: 0;
    --gap2: 0;
    --gap3: 0;
    width: auto;
    justify-content: flex-start;
    margin: 0;
}

.ys-footer .footer-nav>li>a {
    color: var(--colorfff);
}

.ys-footer .footer-nav>li {
    width: 1.6rem;
    padding: 0;
    margin-right: 0.16rem;
}

.ys-footer .footer-nav>li>a {
    margin-bottom: 0;
    font-size: var(--font18);
    line-height: var(--line15);
    font-weight: bold;
}

.ys-footer .footer-bot {
    display: block;
    margin-top: 0.57rem;
    padding: 0;
    border-top: 0;
}

.ys-footer .footer-text,
.ys-footer .footer-text p,
.ys-footer .footer-text span,
.ys-footer .footer-text a,
.ys-footer .footer-privacy a {
    color: rgba(255, 255, 255, 0.32);
    font-size: var(--font12);
    line-height: 1.9;
}

.ys-footer .footer-text p {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.ys-footer .footer-text a+a {
    margin-left: 0.2rem;
}

.ys-footer .footer-privacy {
    --gap1: 0;
    justify-content: flex-start;
    margin: 0.12rem 0 0;
}

.ys-footer .footer-privacy>li {
    padding: 0;
    margin-right: 0.24rem;
}

/* 公共footer - end */

/* 内页公共侧栏结构 - start */
/* .ys-page-wrap.inside-main.act .ys-main,
.ys-page-wrap.inside-main.on .ys-main,
.inside-main .ys-main {
    margin-top: 0;
    padding-top: 0;
} */
/* 内页公共侧栏结构 - end */

/* 公共PC导航推荐卡 - start */
/* .head-nav-side .head-nav-item-down {
    padding: 0.48rem var(--head-pad) 0.45rem;
} */
.head-nav-card {
    width: 100%;
    display: block;
    position: relative;
    margin-top: auto;
    color: var(--colorfff);
    background: #333;
    overflow: hidden;
}

.head-nav-card-link {
    display: block;
    color: inherit;
}

.head-nav-card-img {
    width: 100%;
    margin-bottom: 0;
}

.head-nav-card-img img:nth-child(2) {
    height: 100%;
    object-fit: cover;
}

.head-nav-card-img img:nth-child(3) {
    width: 78.82%;
    height: 39.67%;
    left: -1.72%;
    top: -6.89%;
    object-fit: fill;
}

.head-nav-card-info {
    width: calc(100% - 0.32rem);
    position: absolute;
    left: 50%;
    bottom: 0.18rem;
    z-index: 2;
    transform: translateX(-50%);
}

.head-nav-card-date {
    color: inherit;
    line-height: 1.9;
    font-weight: bold;
    margin-bottom: 0.09rem;
    font-size: var(--font12);
}

.head-nav-card-title {
    color: inherit;
    font-weight: bold;
    font-size: var(--font24);
    line-height: var(--line16);
}

/* 公共PC导航推荐卡 - end */

/* 内页banner区 - start */
.ys-nybanner {
    position: relative;
    background: #08265a;
}

.ys-nyban-img picture,
.ys-nyban-img img {
    display: block;
    width: 100%;
}

.ys-nyban-img img {
    object-fit: cover;
}

.ys-nyban-video {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    inset: 0;
    z-index: 1;
    object-fit: cover;
    pointer-events: none;
}

.ys-nybanner.is-video-ready .ys-nyban-video {
    display: block;
}

.ys-nybanner .ys-nyban-title {
    z-index: 2;
    width: 100%;
    top: auto;
    bottom: 0.8rem;
    transform: translate(-50%, 0);
}

.ys-bread {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0.24rem;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
}

.ys-bread-list {
    color: rgba(255, 255, 255, 0.72);
    font-size: var(--font14);
    line-height: var(--line15);
}

.ys-bread-list:first-child {
    padding-left: 0;
}

.ys-bread-list::before {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.72);
}

.ys-bread-list a {
    color: inherit;
}

.ys-nybanner .ys-nyban-title .std-font80 {
    font-size: var(--font80);
    line-height: var(--line12);
    color: var(--colorfff);
    font-weight: bold;
}

/* .team-main .ys-nybanner > .ys-bread,
.about-main .ys-nybanner > .ys-bread {
    top: 2.09rem;
} */
.ys-nyban-title p {
    width: 100%;
    max-width: 100%;
    margin-top: 0.32rem;
    color: var(--colorfff);
    font-size: var(--font24);
    line-height: var(--line175);
}

.ys-nybanner-contact .ys-nyban-desc {
    width: 8.8rem;
    margin-top: 0.4rem;
}

.ys-nybanner-list .ys-nyban-title {
    align-items: flex-start;
}

.ys-nybanner-list .ys-nyban-core {
    padding-top: 1.3rem;
}

.ys-nybanner-list>.ys-bread {
    top: 1.3rem;
}

.ys-nybanner-list .ys-nyban-title .std-font80 {
    margin-top: 0.93rem;
}

.ys-nybanner-list .ys-nyban-search {
    margin-top: 0.28rem;
}

.ys-nybanner-list .ys-nyban-tabs {
    margin-top: 0.64rem;
}

.ys-nyban-search {
    width: 6.5rem;
    max-width: 100%;
    height: 56px;
    display: flex;
    align-items: center;
    margin-top: 0.44rem;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 0.28rem;
    overflow: hidden;
}

.ys-nyban-search input {
    width: 100%;
    height: 100%;
    padding: 0 0.24rem;
    color: var(--colorfff);
    font-size: var(--font14);
    background: transparent;
    line-height: 1.85;
}

.ys-nyban-search input::placeholder {
    color: rgba(255, 255, 255, 1) !important;
}

.ys-nyban-search-btn {
    width: auto;
    flex-shrink: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-right: 0.24rem;
}

.ys-nyban-search-btn .std-text18 {
    color: var(--colorfff);
}

.ys-nyban-search-icon {
    width: var(--icon24);
    position: relative;
    flex-shrink: 0;
    font-size: 0;
    margin-right: 0.08rem;
}

.ys-nyban-search-icon img {
    width: 100%;
}

.ys-nyban-type {
    width: 100%;
    position: relative;
}

.ys-nyban-tabs {
    display: flex;
    white-space: nowrap;
    align-items: center;
    margin-top: 0.48rem;
}

.ys-nyban-tab {
    margin-right: 0.44rem;
    margin-top: 0.1rem;
}

.ys-nyban-tab:last-child {
    margin-right: 0;
}

.ys-nyban-tab-link {
    display: block;
    padding-bottom: 0.08rem;
    color: rgba(255, 255, 255, 0.4);
    font-size: var(--font24);
    line-height: var(--line175);
    font-weight: bold;
    border-bottom: 4px solid transparent;
    cursor: pointer;
    transition: color 0.35s ease, border-color 0.35s ease;
}

.ys-nyban-tab.is-active .ys-nyban-tab-link {
    color: var(--colorfff);
    border-color: #b92f20;
}

/* 内页banner区 - end */

/* B1 业务领域模块 - start */
.practice-area {
    padding-top: 0.6rem;
    background: var(--colorfff);
}

.practice-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 0 -0.16rem -0.16rem;
    padding: 0;
    list-style: none;
}

.practice-card {
    display: flex;
    width: 33.333333%;
    padding: 0 0.16rem;
    margin-bottom: 0.16rem;
}

.practice-link {
    width: 100%;
    padding: 0.24rem 0.24rem 0.24rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 13, 40, 0.2);
    background-color: transparent;
    position: relative;
    transition: background-color 0.45s ease, border-color 0.45s ease, color 0.35s ease;
}

.practice-title {
    width: 100%;
    padding-right: 0.42rem;
    color: var(--colortit1);
    line-height: var(--line18);
    font-weight: bold;
    transition: transform 0.45s var(--bezier2);
    will-change: transform;
}

.practice-icon {
    width: 0.44rem;
    height: 0.44rem;
    flex-shrink: 0;
    font-size: 0;
    position: relative;
}

.practice-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: var(--transition);
}

.practice-icon img:nth-child(2) {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}

/* B1 业务领域模块 - end */

/* 内页通用与后续页面 - start */
/* 后续内页公共banner与标题 - start */
.inside-banner {
    position: relative;
    background: #06265a;
}

.inside-banner-img picture,
.inside-banner-img img {
    display: block;
    width: 100%;
}

.inside-banner-img img {
    object-fit: cover;
}

.inside-banner-title {
    position: absolute;
    inset: 0;
    z-index: 2;
}

.inside-banner-core {
    padding-top: 0.78rem;
}

.inside-bread,
.article-bread {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
}

.inside-bread .ys-bread-list,
.article-bread .ys-bread-list {
    color: rgba(255, 255, 255, 0.72);
    font-size: var(--font14);
    line-height: var(--line15);
}

.article-bread .ys-bread-list {
    color: rgba(0, 13, 40, 0.58);
}

.inside-bread .ys-bread-list+.ys-bread-list::before,
.article-bread .ys-bread-list+.ys-bread-list::before {
    content: ">";
    margin: 0 0.06rem;
    color: inherit;
}

.inside-bread .ys-bread-list a,
.article-bread .ys-bread-list a {
    color: inherit;
}

.inside-banner-heading {
    margin-top: 0.58rem;
    color: var(--colorfff);
    font-size: var(--font60);
    line-height: var(--line12);
    font-weight: bold;
}

.inside-banner-desc,
.inside-banner-desc p {
    margin-top: 0.18rem;
    color: rgba(255, 255, 255, 0.86);
}

.section-heading {
    color: var(--colortit1);
    font-size: var(--font32);
    line-height: var(--line13);
    font-weight: bold;
}

.split-block {
    display: flex;
    align-items: flex-start;
}

.section-side {
    width: 21%;
    flex-shrink: 0;
    padding-right: 0.42rem;
}

.section-copy,
.section-copy p {
    color: rgba(0, 13, 40, 0.78);
    font-size: var(--font16);
    line-height: var(--line18);
}

.section-copy {
    flex: 1;
}

.section-copy p+p {
    margin-top: 0.12rem;
}

.section-arrow {
    width: 0.34rem;
    aspect-ratio: 1 / 1;
    display: block;
    margin-top: 0.34rem;
    position: relative;
}

.section-arrow::before,
.section-arrow::after {
    content: "";
    position: absolute;
    background: var(--colormain1);
}

.section-arrow::before {
    width: 1px;
    height: 100%;
    left: 50%;
    top: 0;
}

.section-arrow::after {
    width: var(--icon24);
    height: 0.12rem;
    left: 50%;
    bottom: 0;
    border-right: 1px solid var(--colormain1);
    border-bottom: 1px solid var(--colormain1);
    background: transparent;
    transform: translateX(-50%) rotate(45deg);
}

.section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.36rem;
}

.section-more {
    color: rgba(0, 13, 40, 0.68);
    font-size: var(--font14);
    line-height: var(--line15);
    transition: var(--transition);
}

.std-arrows2 {
    display: flex;
    align-items: center;
}

.std-arrows2 .std-arrow1 {
    width: 0.6rem;
    background: transparent;
}

.std-arrows2 .std-arrow1 {
    border-color: rgba(255, 255, 255, 0.45);
}

.std-arrows2 .std-arrow1+.std-arrow1 {
    margin-left: 0.15rem;
}

.std-arrows2 .std-arrow1::before {
    width: var(--icon24);
    height: 0.24rem;
    aspect-ratio: auto;
    border: 0;
    background: url("../images/std_icon1h.svg") center / contain no-repeat;
    transform: translate(-50%, -50%);
}

.std-arrows2 .std-arrow-prev::before {
    transform: translate(-50%, -50%) rotate(180deg);
}

.std-arrows2 .std-arrow-next::before {
    transform: translate(-50%, -50%);
}

.std-progress1 {
    width: 100%;
    height: 2px;
    position: relative;
    overflow: hidden;
    background: rgba(0, 13, 40, 0.18);
}

.std-progress1 span {
    width: 0;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: var(--colormain1);
    transition: width 0.45s var(--bezier2), transform 0.45s var(--bezier2);
}

.std-progress-space1 {
    margin-top: 0.5rem;
}

/* 后续内页公共banner与标题 - end */

/* B2业务领域详情页 - start */
.bank-service {
    position: relative;
    width: 100%;
}

.bank-service-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    pointer-events: none;
    z-index: 1;
    background: var(--colortit1);
    transform: scale(2.3);
}

.bank-service-bg svg,
.bank-service-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bank-service-bg-path1,
.bank-service-bg-path2 {
    transform-origin: center;
}

.bank-service .ys-cont1600 {
    position: relative;
    z-index: 2;
}

.bank-layout {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.bank-service .bank-title {
    width: 100%;
    margin-right: 0.4rem;
    color: var(--colorfff);
}

.bank-content {
    width: 75%;
    flex-shrink: 0;
}

.bank-title {
    color: var(--colortit1);
    font-weight: bold;
}

.bank-service .bank-title {
    color: var(--colorfff);
}

.bank-side {
    width: 100%;
}

.bank-side-arrow {
    width: 1.04rem;
    margin-top: 0.72rem;
    color: var(--colormain1);
}

.bank-side-arrow-icon {
    width: 100%;
}

.bank-overview .yxedr-active,
.bank-overview .yxedr-active p {
    color: var(--color333);
    font-size: var(--font18);
    line-height: var(--line18);
}

.bank-overview .yxedr-active ol,
.bank-overview .yxedr-active ul {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 18px;
}

.bank-overview .yxedr-active li p {
    margin-bottom: 0.18rem;
}

.bank-overview .yxedr-active li:last-child p {
    margin-bottom: 0;
}

.member-intro-text,
.member-intro-text p {
    color: var(--color333);
    font-size: var(--font18);
    line-height: var(--line18);
}

.member-intro-text p+p {
    margin-top: 0.18rem;
}

.bank-service-intro-text,
.bank-service-intro-text p {
    color: var(--colorfff);
}

.bank-service-items {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 0.32rem 0 0;
    padding: 0;
}

.bank-service-item {
    width: calc(50% - 0.24rem);
    padding: 0;
    display: flex;
}

.bank-service-item:nth-child(2n-1) {
    margin-right: 0.32rem;
}

.bank-service-card {
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--colorfff);
    padding: 0.12rem 0;
}

.bank-service-text {
    color: var(--colorfff);
    font-weight: bold;
    line-height: var(--line175);
    transition: var(--transition1);
}

.bank-service-icon {
    width: var(--icon24);
    font-size: 0;
    flex-shrink: 0;
    margin-right: 0.16rem;
}

.bank-experience-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.08rem;
}

.bank-experience-item {
    width: 50%;
    padding: 0 0.08rem;
    margin-bottom: 0.16rem;
}

.bank-experience-item-box {
    height: 100%;
    padding: 0.32rem;
    color: var(--colorfff);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bank-experience-item:nth-child(4n-3) .bank-experience-item-box {
    background: #001b45;
}

.bank-experience-item:nth-child(4n-2) .bank-experience-item-box {
    background: #1f47a4;
}

.bank-experience-item:nth-child(4n-1) .bank-experience-item-box {
    background: #1748b3;
}

.bank-experience-item:nth-child(4n) .bank-experience-item-box {
    background: #4b7ed8;
}

.bank-experience-text,
.bank-experience-text p {
    color: rgba(255, 255, 255, 0.92);
}

.bank-experience-text p {
    height: 9em;
    text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.bank-experience-num {
    margin-top: 0.32rem;
    color: rgba(255, 255, 255, 1);
    font-family: var(--light);
}

.bank-experience .bank-title,
.bank-insight .bank-title {
    position: sticky;
    top: calc(var(--headh) + 0.2rem);
    margin-bottom: 0.88rem;
}

.bank-experience,
.bank-insight {
    overflow: visible;
}

.bank-more {
    margin-top: 0.32rem;
}

.bank-quote-bot {
    width: 100%;
}

.bank-quote-bot .ys-ban-arrows {
    display: none;
}

.bank-quote-head,
.bank-team-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bank-quote-wrap {
    --bank-quote-card-width: 4.59rem;
    width: 100%;
    margin-top: 0.5rem;
}

.bank-quote-swiper {
    width: 100%;
}

.bank-quote-list {
    margin: 0;
    padding: 0;
    align-items: stretch;
}

.bank-quote-slide {
    width: var(--bank-quote-card-width);
    height: auto !important;
}

.bank-quote-card {
    height: 100%;
    padding: 0.32rem;
    border-left: 1px solid rgba(2, 17, 46, 0.30);
    background: var(--colorfff);
    transition: background 0.35s ease;
    position: relative;
}

.bank-quote-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: rgba(2, 17, 46, 0.30);
    z-index: 1;
    pointer-events: none;
    transition: var(--transition1);
    opacity: 0;
}

.bank-quote-slide:first-child .bank-quote-card::before {
    display: none;
}

.bank-quote-mark {
    width: var(--icon32);
    margin-bottom: 0.16rem;
}

.bank-quote-mark svg {
    width: 100%;
    height: auto !important;
}

.bank-quote-mark svg path {
    transition: var(--transition1);
}

.bank-quote-text p {
    color: var(--color333);
    line-height: var(--line18);
}

.bank-quote {
    position: relative;
}

.bank-quote .ys-cont1600::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc((100% - var(--cont)) / 3);
    height: 100%;
    background: var(--colorfff);
    z-index: 1;
    pointer-events: none;
}

.bank-insight-item {
    border-bottom: 1px solid rgba(0, 13, 40, 0.3);
}

.bank-insight-item:last-child {
    border-bottom: 0;
}

.bank-insight-link {
    display: flex;
    align-items: center;
    padding: 0.32rem 0;
    color: var(--colortit1);
    transition: color 0.35s ease;
}

.bank-insight-item:first-child .bank-insight-link {
    padding-top: 0;
}

.bank-insight-title {
    width: 100%;
    margin-right: 1.8rem;
    color: var(--colortit1);
}

.bank-download {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    color: var(--color333);
}

.bank-download-text {
    color: inherit;
}

.bank-download-icon {
    width: var(--icon32);
    flex-shrink: 0;
    margin-left: 0.16rem;
}

.bank-download-icon-img {
    width: 100%;
}

.bank-team-head {
    margin-bottom: 0.5rem;
}

/* B2业务领域详情页 - end */

/* C1团队列表页与相关团队板块 - start */
.related-team,
.related-news,
.news-list-section,
.publication-section,
.contact-section,
.contact-form-section {
    background: var(--colorfff);
}

.team-list-section {
    padding-top: 0.5rem;
}

.team-list-section .ys-pcfy {
    margin-top: 0.32rem;
}

.team-card-inof {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    margin: 0 -0.15rem -0.4rem;
    /* overflow: hidden; */
}

.team-card-item {
    width: 20%;
    padding: 0 0.15rem;
    margin-bottom: 0.4rem;
}

.team-card-link {
    display: block;
    color: var(--colortit1);
}

.team-card-img {
    width: 100%;
    overflow: hidden;
    background: #e5e5e5;
}

.team-card-img::after {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0.1rem;
    background: linear-gradient(90deg, var(--colormain) 0%, rgba(184, 49, 30, 0) 100%);
    opacity: 0;
    transform: scaleX(0);
    transform-origin: left center;
    transition: opacity 0.35s ease, transform 0.45s var(--bezier2);
    pointer-events: none;
}

.team-card-img img:nth-child(2) {
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.team-card-link:hover .team-card-img::after {
    opacity: 1;
    transform: scaleX(1);
}

.team-card-info {
    padding-top: 0.14rem;
}

.team-card-line {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 0.1rem;
    border-bottom: 1px solid rgba(0, 13, 40, 0.22);
}

.team-card-name {
    color: inherit;
    font-weight: bold;
}

.team-card-role {
    color: var(--colortit1);
}

.team-card-office,
.team-card-office p {
    margin-top: 0.1rem;
    color: rgba(0, 13, 40, 0.58);
}

.team-card-office .team-card-office-addr span {
    display: none;
}

.team-card-office .team-card-office-addr.on span {
    display: inline-block;
}

.team-filter {
    margin-bottom: 0.42rem;
    position: relative;
    z-index: 30;
}

.team-name-field.ys-upfade1,
.team-select.ys-upfade1,
.team-query.ys-upfade1,
.team-letter-field.ys-upfade1,
.team-action-row.ys-upfade1 {
    transform-origin: 50% 0;
}

.team-search-row,
.team-select-row {
    display: flex;
    align-items: flex-start;
    position: relative;
}

.team-search-row {
    margin-bottom: 0.32rem;
    z-index: 5;
}

.team-select-row {
    z-index: 40;
}

.team-name-field {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0.08rem 0.24rem;
    border-radius: 1rem;
    background: var(--colorfff);
}

.team-field-label {
    flex-shrink: 0;
    margin-right: 0.12rem;
    color: var(--colortit1);
    font-size: var(--font18);
    line-height: var(--line18);
}

.contact-form input,
.contact-form textarea,
.career-form input {
    width: 100%;
    border: 0;
    background: var(--colorfff);
    color: var(--colortit1);
    font-size: var(--font16);
    line-height: var(--line15);
}

.team-search-row input {
    flex: 1;
    min-width: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--colortit1);
    font-size: var(--font18);
    line-height: var(--line18);
}

.team-search-row input::placeholder {
    color: rgba(51, 51, 51, 0.4) !important;
}

.team-select {
    flex: 1;
    min-width: 0;
    position: relative;
}

.team-select.is-open {
    z-index: 60;
}

.team-select+.team-select {
    margin-left: 0.16rem;
}

.team-select-trigger {
    min-height: 0.48rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.08rem 0.24rem;
    border: 1px solid transparent;
    border-radius: 1rem;
    background: var(--colorfff);
    color: var(--colortit1);
    font-size: var(--font18);
    line-height: var(--line18);
    cursor: pointer;
    transition: border-color 0.35s ease, color 0.35s ease;
}

.team-select-trigger span {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

.team-select-arrow {
    width: 0.32rem;
    height: 0.32rem;
    flex-shrink: 0;
    position: relative;
    margin-left: 0.12rem;
}

.team-select-arrow::before {
    content: "";
    width: 0.11rem;
    height: 0.11rem;
    border-right: 2px solid var(--colormain1);
    border-bottom: 2px solid var(--colormain1);
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: transform 0.35s ease, top 0.35s ease;
}

.team-select-panel {
    display: none;
    width: 100%;
    max-height: calc((18px * 1.8 + 12px) * 14 + 18px * 2);
    position: absolute;
    left: 0;
    top: calc(100% + 0.06rem);
    z-index: 70;
    padding: 0.18rem 0.24rem;
    border: 1px solid rgba(184, 49, 30, 0.72);
    border-radius: 0.18rem;
    background: var(--colorfff);
    box-shadow: 0 0.12rem 0.28rem rgba(0, 13, 40, 0.08);
}

.team-select.is-open .team-select-trigger {
    border-color: rgba(184, 49, 30, 0.72);
}

.team-select.is-open .team-select-arrow::before {
    top: 58%;
    transform: translate(-50%, -50%) rotate(225deg);
}

.team-select.is-open .team-select-panel {
    display: block;
}

.team-option {
    display: flex;
    align-items: center;
    margin: 0;
    cursor: pointer;
}

.team-option+.team-option {
    margin-top: 0.12rem;
}

.team-option input {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    position: relative;
    margin: 0 0.12rem 0 0;
    border: 1px solid rgba(0, 13, 40, 0.3);
    border-radius: 2px;
    background: var(--colorfff);
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
}

.team-option input::after {
    content: "";
    width: 8px;
    height: 6px;
    border-left: 1px solid var(--colormain1);
    border-bottom: 1px solid var(--colormain1);
    position: absolute;
    left: 50%;
    top: 45%;
    opacity: 0;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.team-option input:checked::after {
    opacity: 1;
}

.team-option span {
    color: var(--colortit1);
    font-size: var(--font18);
    line-height: var(--line18);
}

.team-query {
    min-height: 0.48rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.16rem;
    padding: 0.08rem 0.58rem;
    flex-shrink: 0;
    border-radius: 1rem;
    background: var(--colormain1);
    color: var(--colorfff);
    font-size: var(--font18);
    line-height: var(--line18);
    cursor: pointer;
    transition: var(--transition);
}

.team-selected {
    margin: 0.32rem 0 0.16rem;
    position: relative;
    z-index: 3;
}

.team-selected-row {
    display: none;
    align-items: flex-start;
}

.team-selected-row+.team-selected-row {
    margin-top: 0.16rem;
}

.team-selected-row.has-items {
    display: flex;
}

.team-selected-label,
.team-letter-label {
    flex-shrink: 0;
    margin-right: 0.16rem;
    color: var(--colortit1);
    font-size: var(--font14);
    line-height: 1.85;
    white-space: nowrap;
}

.team-selected-list,
.team-letter-selected {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -0.06rem -0.08rem 0;
}

.team-letter-field {
    margin-top: 0.1rem;
    position: relative;
    z-index: 2;
}

.team-letter-label {
    margin-bottom: 0.08rem;
}

.team-letters {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -0.06rem -0.08rem 0;
}

.team-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 0.06rem 0.08rem 0;
    padding: 0.02rem 0.16rem;
    border-radius: 1rem;
    background: var(--colormain1);
    color: var(--colorfff);
    font-size: var(--font14);
    line-height: 1.85;
    font-style: normal;
}

.team-tag span,
.team-tag i {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-style: normal;
}

.team-tag i {
    margin-left: 0.1rem;
    cursor: pointer;
    padding-left: 0.1rem;
    position: relative;
}

.team-tag i::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 60%;
    background: rgba(255, 255, 255, 0.1);
}

.team-letters span {
    width: 0.32rem;
    height: 0.32rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 0.06rem 0.08rem 0;
    border: 1px solid rgba(0, 13, 40, 0.18);
    border-radius: 50%;
    background: var(--colorfff);
    color: rgba(0, 13, 40, 0.72);
    font-size: var(--font14);
    line-height: var(--line15);
    cursor: pointer;
    transition: border-color 0.35s ease, background 0.35s ease, color 0.35s ease;
    font-family: var(--regular) !important;
}

.team-letters span.on {
    border-color: var(--colormain1);
    background: var(--colormain1);
    color: var(--colorfff);
}

.team-action-row {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    position: relative;
    z-index: 1;
    margin-top: 0.1rem;
}

.team-letter-selected {
    display: none;
    flex: 1;
    min-width: 0;
}

.team-letter-selected.has-items {
    display: flex;
}

.team-reset {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    margin-left: auto;
    color: var(--colortit1);
    font-size: var(--font18);
    line-height: 1.85;
    cursor: pointer;
    position: relative;
    top: 4px;
}

.team-reset span {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

.team-reset-icon {
    width: 0.24rem;
    height: 0.24rem;
    display: block;
    flex-shrink: 0;
    margin-right: 0.12rem;
}

.team-reset-icon img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.pc-fenye li {
    width: 40px;
    height: 40px;
    border: 0;
    color: var(--color333);
    font-size: var(--font16);
    line-height: 40px;
    margin: 0 5px;
}

.pc-fenye li.activepage {
    background: var(--colormain1);
    color: var(--colorfff);
}

/* C1团队列表页与相关团队板块 - end */

/* C2团队详情页 - start */
.member-main .ys-nybanner>.ys-bread {
    top: 0.55rem;
}

.member-hero {
    min-height: 6em;
    padding: var(--space120) 0 0.54rem;
    display: block;
    position: relative;
    overflow: hidden;
    background: var(--colorliner);
}

.member-lines {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.member-lines img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.member-hero-core {
    position: relative;
    z-index: 2;
    color: var(--colorfff);
}

.member-hero>.ys-bread {
    display: flex;
}

.member-hero>.ys-bread .ys-bread-list {
    display: flex;
    align-items: center;
    padding: 0;
    list-style: none;
    color: var(--colorfff);
    font-size: var(--font12);
    line-height: 1.9;
    opacity: 0.6;
}

.member-hero>.ys-bread .ys-bread-list+.ys-bread-list::before {
    content: "";
    position: static;
    flex: 0 0 0.16rem;
    display: inline-block;
    width: 0.16rem;
    height: 0.16rem;
    margin: 0 0.02rem;
    transform: none;
    vertical-align: -0.03rem;
    background: url("../images/c2_bread_arrow.svg") center / contain no-repeat;
}

.member-hero-info {
    display: flex;
    align-items: center;
    margin-top: 0;
}

.member-portrait {
    width: 3.05rem;
    margin-right: 0.6rem;
    position: relative;
    background: #d9d9d9;
    overflow: hidden;
}

.member-portrait::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.1rem;
    background: linear-gradient(90deg, var(--colormain) 0%, rgba(184, 49, 30, 0) 100%);
    z-index: 2;
}

.member-portrait img:nth-child(2) {
    height: 100%;
    object-fit: cover;
}

.member-summary {
    display: flex;
    flex-direction: column;
}

.member-summary-main {
    padding-bottom: 0.1rem;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.3); */
    overflow: hidden;
}

.member-name {
    color: var(--colorfff);
    font-weight: bold;
    letter-spacing: 0.24rem;
    white-space: nowrap;
}

.member-role {
    display: flex;
    align-items: center;
    min-height: 0.32rem;
    margin-top: 0.16rem;
    margin-right: -0.16rem;
    color: var(--colorfff);
}

.member-role-item {
    margin-right: 0.16rem;
    color: inherit;
}

.member-contact {
    margin: 0.32rem 0 0;
    padding: 0;
}

.member-contact-item {
    display: flex;
    align-items: center;
    min-height: 0.32rem;
    color: var(--colorfff);
}

.member-contact-item+.member-contact-item {
    margin-top: 0.08rem;
}

.member-contact-label {
    width: 0.56rem;
    margin-right: 0.16rem;
    color: var(--colorfff);
}

.member-contact-text {
    min-width: 0;
    color: var(--colorfff);
    font-style: normal;
    overflow-wrap: anywhere;
}

.member-contact-link {
    text-decoration: underline;
    word-break: break-all;
}

.member-vcard {
    width: var(--icon24);
    display: block;
    position: relative;
    cursor: pointer;
}

.member-vcard img {
    width: 100%;
}

.member-meta {
    display: flex;
    flex-direction: column;
}

.member-meta-row {
    display: flex;
    align-items: center;
    min-height: 0.32rem;
}

.member-meta-row+.member-meta-row {
    margin-top: 0.08rem;
}

.member-meta-label {
    width: 0.72rem;
    margin-right: 0.32rem;
    color: var(--colorfff);
    font-weight: bold;
    text-align: justify;
    text-align-last: justify;
    white-space: nowrap;
    flex-shrink: 0;
}

.member-meta-links,
.member-meta-text {
    flex: 1;
    min-width: 0;
}

.member-meta-links {
    display: flex;
    flex-wrap: wrap;
    margin-right: -0.12rem;
    margin-bottom: -0.06rem;
}

.member-meta-link {
    margin-right: 0.12rem;
    margin-bottom: 0.06rem;
    color: var(--colormain1);
    text-decoration: underline;
}

.member-meta-text {
    color: var(--colorfff);
}

.member-language {
    display: flex;
    flex-wrap: wrap;
    margin-right: -0.12rem;
    margin-bottom: -0.04rem;
}

.member-language-item {
    margin-right: 0.12rem;
    /* margin-bottom: 0.04rem; */
    color: inherit;
}

.job-inof,
.office-inof,
.insight-card-inof {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.12rem -0.24rem;
    padding: 0;
}

.member-achieve {
    background: var(--colorfff);
}

.member-insight {
    padding: var(--space130) 0;
    background: #f6f6f6;
}

.member-experience {
    position: relative;
    padding: var(--space130) 0;
    overflow: hidden;
    background: #061d48;
}

.member-experience-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    object-fit: cover;
}

.member-experience .ys-cont1600 {
    position: relative;
    z-index: 2;
}

.member-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.member-section-title {
    margin: 0;
    color: var(--colortit1);
    font-weight: bold;
}

.member-experience .member-section-title {
    color: var(--colorfff);
}

.member-achieve-body {
    margin-top: 0.64rem;
    overflow: hidden;
}

.member-experience-body {
    margin-top: 0.64rem;
    padding-right: calc((79.16vw - var(--cont)) / 3 * 2);
    margin-right: calc((var(--cont) - 79.16vw) / 3 * 2);
    overflow: hidden;
}

.member-experience-body .slick-list {
    overflow: visible;
}

.member-insight-body {
    margin-top: 0.5rem;
    overflow: hidden;
}

.member-slick {
    margin: 0 -0.08rem;
}

.member-achieve-slide {
    width: 33.333333%;
    padding: 0 0.08rem;
}

.member-experience-slick {
    margin: 0 -0.08rem;
}

.member-experience-slide {
    width: 50%;
    padding: 0 0.08rem;
}

.member-insight-slide {
    width: 33.333333%;
    height: auto !important;
}

.member-achieve-card,
.member-experience-card,
.member-insight-card {
    height: 100%;
}

.member-achieve-card {
    padding: 0.32rem;
    background: #f6f6f6;
    display: block;
}

.member-achieve-copy,
.member-achieve-copy p {
    color: var(--colortit1);
    font-size: var(--font18);
    line-height: var(--line18);
    font-weight: normal;
}

.member-achieve-icon {
    width: 0.44rem;
    display: block;
    margin-top: 0.32rem;
}

.member-experience-card {
    min-height: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0.32rem;
}

.member-experience-slide:nth-child(4n-3) .member-experience-card {
    background: #001b45;
}

.member-experience-slide:nth-child(4n-2) .member-experience-card {
    background: #1f47a4;
}

.member-experience-slide:nth-child(4n-1) .member-experience-card {
    background: #1748b3;
}

.member-experience-slide:nth-child(4n) .member-experience-card {
    background: #4b7ed8;
}

.member-experience-text,
.member-experience-text p {
    color: rgba(255, 255, 255, 0.92);
    font-size: var(--font18);
    line-height: var(--line18);
}

.member-experience-num {
    margin-top: 0.32rem;
    color: rgba(255, 255, 255, 1);
    font-family: var(--light) !important;
    line-height: 1.35;
}

.member-insight-card {
    display: block;
    padding: 0.36rem;
    border-top: 2px solid #b8311e;
    background: var(--colorfff);
    color: var(--colortit1);
    transition: color 0.35s ease;
}

.member-insight-tag {
    display: block;
    margin-bottom: 0.08rem;
    color: rgba(0, 13, 40, 0.52);
    font-weight: normal;
}

.member-insight-title {
    margin: 0;
    color: inherit;
    font-weight: bold;
    line-height: var(--line16);
}

/* C2团队详情页 - end */

/* E1通力概况页 - start */
.about-section h2 {
    color: var(--colortit1);
}

.about-core {
    display: flex;
    align-items: center;
}

.about-text-edr {
    margin-top: 0.44rem;
}

.about-text-edr p {
    color: var(--color333);
    line-height: var(--line175);
    font-size: var(--font24);
    margin-bottom: 0.16rem;
}

.about-text-edr p:last-child {
    margin-bottom: 0;
}

.about-text-edr p span {
    color: var(--colormain);
    font-weight: bold;
}

.about-text {
    width: 100%;
    padding-right: 0.64rem;
}

.about-section .section-heading {
    margin-bottom: 0.44rem;
}

.about-section .section-copy,
.about-section .section-copy p,
.about-section .section-copy span,
.about-section .section-copy strong {
    color: #333;
    font-size: var(--font24);
    line-height: var(--line175);
}

.about-section .section-copy strong {
    color: var(--colormain);
    font-weight: bold;
}

.about-section .section-copy p+p {
    margin-top: 0.16rem;
}

.about-img {
    width: 26.8%;
    margin-left: 0;
    flex-shrink: 0;
}

.about-img img {
    width: 100%;
}

.culture-section {
    background: var(--colortit1);
}

.culture-section h2 {
    color: var(--colorfff);
}

.culture-inof {
    display: flex;
    margin-top: 0.44rem;
}

.culture-item {
    width: 25%;
    position: relative;
    overflow: hidden;
}

.culture-img {
    width: 100%;
}

.culture-title {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: var(--colorfff);
    line-height: var(--line15);
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    padding: 0.1rem;
}

.honor-section {
    background: var(--colorfff);
    overflow: hidden;
    position: relative;
}

/* .honor-section .ys-cont1600::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc((100% - var(--cont)) / 3 - 1px);
    height: 100%;
    background: var(--colorfff);
    z-index: 2;
} */
.honor-section .section-heading {
    color: var(--colortit1);
    font-size: var(--font50);
    line-height: var(--line12);
}

.honor-head {
    margin-bottom: 0.5rem;
}

.honor-wrap {
    width: 72%;
}

.honor-wrap .slick-list {
    overflow: visible;
}

.honor-inof {
    display: block;
    cursor: grab;
}

.honor-item {
    width: 50%;
}

.honor-card {
    height: 100%;
    display: block;
    height: 100%;
    padding: 0.43rem 0.35rem;
    border-right: 1px solid rgba(2, 17, 46, 0.3);
    background: var(--colorfff);
    transition: background 0.35s ease;
}

.honor-item:first-child .honor-card {
    border-left: 1px solid rgba(2, 17, 46, 0.3);
}

/* .honor-item.slick-current .honor-card {
    padding-left: 0;
    border-color: transparent;
} */
.honor-date,
.insight-card-date {
    display: block;
    margin-bottom: 0.16rem;
    color: #999;
    font-weight: bold;
}

.honor-title,
.insight-card-title {
    color: var(--colortit1);
    font-weight: bold;
}

.insight-card-title {
    font-size: var(--font18);
    line-height: var(--line15);
}

.honor-title {
    margin: 0;
    color: var(--color333);
}

.honor-years {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: 0.44rem 0 0;
    padding: 0;
}

.honor-year-item+.honor-year-item {
    margin-left: 0.44rem;
}

.honor-year {
    padding-bottom: 0.08rem;
    position: relative;
    color: rgba(51, 51, 51, 0.3);
    font-size: var(--font24);
    line-height: 1.25;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.35s ease;
}

.honor-year-item.is-active .honor-year {
    color: var(--color333);
}

.honor-year-item.is-active .honor-year::after {
    content: "";
    width: 0.33rem;
    height: 0.04rem;
    position: absolute;
    left: 50%;
    bottom: 0;
    background: var(--colormain1);
    transform: translateX(-50%);
}

.sustain-section {
    min-height: 200vh;
    padding: 0;
    overflow: visible;
    background: #f6f6f6;
}

.sustain-core {
    --sustain-gutter: calc((79.16vw - 1280px) / 3);
    --sustain-text-width: 56.640625%;
    --sustain-visual-width: 43.359375%;
    min-height: 100vh;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    position: sticky;
    top: 0;
}

.sustain-text {
    width: calc(var(--sustain-text-width) + var(--sustain-gutter));
    min-height: 100vh;
    margin-left: calc(var(--sustain-gutter) * -1);
    padding-left: var(--sustain-gutter);
    padding-right: var(--space100);
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: transparent;
}

.sustain-text .section-heading {
    color: var(--colortit1);
    font-size: var(--font50);
    line-height: 1.28;
    margin-bottom: 0.44rem;
}

.sustain-text .section-copy,
.sustain-text .section-copy p {
    color: var(--colortit1);
    font-size: var(--font18);
    line-height: var(--line18);
}

.sustain-text .section-copy {
    flex: 0 0 auto;
}

.sustain-text .section-copy p+p {
    margin-top: 0.18rem;
}

.sustain-visual {
    width: calc(var(--sustain-visual-width) + var(--sustain-gutter) * 2);
    height: 100vh;
    margin-right: calc(var(--sustain-gutter) * -2);
    padding-right: calc(var(--sustain-gutter) * 2);
    position: relative;
    overflow: hidden;
}

.sustain-visual::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    pointer-events: none;
}

.sustain-bg {
    width: 110%;
    height: 110%;
    max-width: none;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    object-fit: cover;
    object-position: center center;
    transform: translate(-50%, -50%);
}

.sustain-list {
    width: 4.75rem;
    padding: 0;
    position: absolute;
    left: 0.8rem;
    top: 0;
    z-index: 2;
    transition: transform 0.25s ease-out;
}

.sustain-item {
    opacity: 0.3;
    transition: opacity 0.35s ease;
}

.sustain-item+.sustain-item {
    margin-top: 0.44rem;
}

.sustain-item.is-active {
    opacity: 1;
}

.sustain-item-title {
    margin: 0;
    color: var(--colorfff);
    font-size: var(--font24);
    line-height: var(--line16);
    font-weight: bold;
}

.sustain-item-date {
    display: block;
    margin-top: 0.16rem;
    color: var(--colorfff);
    font-size: var(--font14);
    line-height: 1.85;
}

@media screen and (min-width: 1200px) and (max-width: 1600px) {
    .sustain-core {
        --sustain-gutter: 3.958vw;
    }
}

/* E1通力概况页 - end */

/* E2通力要闻列表、D1出版物、E3详情页 - start */
.news-tabs {
    display: flex;
    align-items: center;
    margin: 0 0 0.34rem;
    padding: 0;
    border-bottom: 1px solid rgba(0, 13, 40, 0.12);
}

.news-tabs li {
    padding: 0.16rem 0.28rem;
    color: rgba(0, 13, 40, 0.62);
    font-size: var(--font16);
    line-height: var(--line15);
}

.news-tabs li.on {
    color: var(--colormain);
    border-bottom: 2px solid var(--colormain);
}

.news-area {
    padding-top: 0.5rem;
}

.insight-filter {
    position: relative;
    z-index: 5;
}

.insight-filter-select {
    width: 2rem;
}

.insight-filter-head {
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.08rem 0.24rem;
    background: var(--colorfff);
    border-radius: 0.24rem;
    color: var(--color333);
    transition: color 0.35s ease;
}

.insight-filter-show {
    flex: 1;
    min-width: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font-size: var(--font18);
    font-weight: normal;
    line-height: var(--line18);
    white-space: nowrap;
}

.insight-filter-icon {
    width: var(--icon32);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-left: 0.16rem;
}

.publication-area .insight-filter-icon,
.news-area .insight-filter-icon {
    right: 0.24rem;
}

.publication-area .insight-filter-head {
    padding-right: var(--icon32);
}

.insight-filter-icon-img {
    width: 100%;
    display: block;
}

.insight-filter-dropdown {
    margin-top: 0.08rem;
    border-radius: 0.16rem;
    box-shadow: 0 0.12rem 0.28rem rgba(0, 13, 40, 0.08);
}

.publication-area .ys-select-inof {
    max-height: 2.6rem;
    padding: 0.08rem 0;
}

.insight-filter-option {
    padding: 0.08rem 0.24rem;
    color: var(--color333);
    font-size: var(--font16);
    line-height: var(--line18);
    transition: color 0.35s ease;
}

.insight-filter-option.on {
    color: var(--colormain1);
}

.insight-cards {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.16rem;
    margin-top: 0.5rem;
    overflow: hidden;
}

.insight-card {
    width: 33.333333%;
    display: flex;
    padding: 0 0.16rem;
    margin-bottom: 0.32rem;
}

.insight-link {
    width: 100%;
    height: 100%;
    min-height: 3.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0.36rem;
    background: var(--colorfff);
    border-top: 2px solid var(--colormain);
}

.insight-text {
    width: 100%;
}

.insight-tag,
.insight-tag p {
    margin-bottom: 0.08rem;
    color: var(--color999);
    line-height: 1.85;
}

.insight-title {
    margin-bottom: 0.4rem;
}

.insight-title,
.insight-title p {
    color: var(--colortit1);
    font-weight: bold;
    line-height: var(--line16);
    transition: var(--transition);
}

.insight-meta {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.28rem;
}

.news-area .insight-meta {
    justify-content: flex-start;
}

.insight-date,
.insight-date p {
    color: var(--color666);
    line-height: 1.85;
    font-family: var(--regular) !important;
}

.insight-icon {
    width: var(--icon32);
    font-size: 0;
    flex-shrink: 0;
    margin-left: 0.16rem;
}

.insight-icon img {
    width: 100%;
}

.insight-page {
    padding: 0.28rem 0 1.3rem;
}

.insight-page .pc-fenye {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.insight-page .pc-fenye li {
    float: none;
    width: 26px;
    height: 26px;
    margin: 0 9px;
    border: 0;
    background: transparent;
    color: var(--color333);
    font-size: 14px;
    line-height: 26px;
}

.insight-page .pc-fenye li a {
    float: none;
}

.insight-page .pc-fenye li.activepage {
    background: var(--colormain1);
    color: var(--colorfff);
}

.insight-card-item {
    width: 33.333333%;
    padding: 0 0.12rem;
    margin-bottom: 0.24rem;
}

.insight-card-link {
    display: flex;
    flex-direction: column;
    padding: 0.32rem;
    background: var(--colorfff);
    color: var(--colortit1);
    box-shadow: var(--shadow);
    transition: var(--transition);
}

.news-list-section .insight-card-link,
.publication-section .insight-card-link,
.related-news .insight-card-link {
    background: #f7f7f7;
}

.insight-card-title {
    transition: var(--transition);
}

.insight-card-more {
    margin-top: 0.36rem;
    color: rgba(0, 13, 40, 0.45);
    font-size: var(--font14);
    line-height: var(--line15);
}

.insight-card-inof.compact .insight-card-item {
    width: 33.333333%;
}

.article-heading {
    margin-top: 0.8rem;
}

.article-date,
.article-date p {
    color: var(--color666);
    line-height: var(--line175);
    font-family: var(--regular) !important;
}

.article-title {
    margin-top: 0.16rem;
    color: var(--colortit1);
    font-size: var(--font50);
    line-height: var(--line14);
    font-weight: normal;
}

.article-title a,
.article-title span {
    display: inline-block;
    color: var(--colormain);
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: 3px;
    text-underline-offset: 0.05rem;
    text-underline-position: from-font;
}

.article-share {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 0.32rem;
}

.article-share-text,
.article-share-text p {
    color: var(--color666);
    line-height: var(--line175);
}

.article-share .ys-share-list {
    width: 0.44rem;
    aspect-ratio: 1 / 1;
    display: block;
    margin-left: 0.16rem;
    line-height: 0;
    transition: opacity 0.35s ease;
}

.article-share .ys-share-img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.article-body {
    width: 70.31%;
}

.article-body,
.article-body p,
.article-body span,
.article-body strong,
.article-body h2,
.article-body h3,
.article-body blockquote {
    color: var(--color333);
    font-size: var(--font18);
    line-height: var(--line18);
}

.article-body p {
    margin-bottom: 0.14rem;
}

.article-body strong {
    font-weight: bold;
}

.article-body h2 {
    margin: 0.32rem 0 0.18rem;
    color: var(--color333);
    font-size: var(--font18);
    font-weight: bold;
    line-height: var(--line18);
}

.article-body>h2:first-child {
    margin-top: 0;
}

.article-body blockquote {
    width: 100%;
    margin: 0.32rem 0;
    padding-left: 0.16rem;
    border-left: 2px solid var(--colormain);
}

.article-body blockquote,
.article-body blockquote p,
.article-body blockquote h3 {
    color: var(--colortext3);
    font-size: var(--font18);
    line-height: var(--line18);
}

.article-body blockquote h3 {
    margin: 0 0 0.16rem;
    font-weight: bold;
}

.article-body blockquote p:last-child {
    margin-bottom: 0;
}

.subscribe-band {
    min-height: 4.15rem;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #06265a;
}

.subscribe-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
}

.subscribe-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.subscribe-band .ys-cont1600 {
    position: relative;
    z-index: 2;
}

.subscribe-core {
    width: 70.31%;
}

.subscribe-title,
.subscribe-title p {
    color: var(--colorfff);
    line-height: var(--line13);
    font-weight: bold;
}

.subscribe-form {
    width: 100%;
    height: 0.7rem;
    display: flex;
    margin-top: 0.44rem;
    background: var(--colorfff);
}

.subscribe-form input {
    flex: 1;
    min-width: 0;
    padding: 0 0.25rem;
    border: 0;
    background: #f6f6f6;
    color: var(--color333);
    font-size: var(--font20);
    line-height: 0.7rem;
}

.subscribe-submit {
    width: 0.7rem;
    flex-shrink: 0;
    position: relative;
    background: var(--colormain1);
    cursor: pointer;
    transition: var(--transition);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.subscribe-submit img {
    width: 32%;
}

.article-main .related-team {
    padding: var(--space130) 0;
}

.article-main .related-news {
    padding: var(--space130) 0;
    background: #f6f6f6;
}

.article-main .related-news .section-head {
    margin-bottom: 0.5rem;
}

.article-main .related-news .section-heading {
    font-size: var(--font50);
    line-height: var(--line12);
}

.article-main .related-news .insight-card-inof {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.16rem;
    padding: 0;
}

.article-main .related-news .insight-card-item {
    width: 33.333333%;
    display: flex;
    padding: 0 0.16rem;
    margin-bottom: 0;
}

.article-main .related-news .insight-card-item:not(:first-child) {
    display: none;
}

.article-main .related-news .insight-card-inof.slick-initialized {
    display: block;
}

.article-main .related-news .insight-card-inof.slick-initialized .slick-track {
    display: flex;
}

.article-main .related-news .insight-card-inof.slick-initialized .insight-card-item {
    display: flex;
    height: auto;
}

.article-main .related-news .insight-card-link {
    width: 100%;
    aspect-ratio: 405.333 / 350;
    justify-content: space-between;
    padding: 0.32rem;
    border-top: 2px solid var(--colormain);
    box-shadow: none;
}

.article-main .related-news .insight-card-tag,
.article-main .related-news .insight-card-tag p {
    margin-bottom: 0.12rem;
    color: var(--color999);
    line-height: var(--line18);
}

.article-main .related-news .insight-card-title {
    color: inherit;
    font-size: var(--font24);
    font-weight: bold;
    line-height: var(--line16);
}

.article-main .related-news .insight-card-date,
.article-main .related-news .insight-card-date p {
    margin: 0.36rem 0 0;
    color: var(--color666);
    line-height: var(--line18);
}

.news-more {
    margin-top: 0.5rem;
}

/* E2通力要闻列表、D1出版物、E3详情页 - end */

/* E4加入我们页 - start */
.career-intro {
    background: #f6f6f6;
}

.career-quote {
    position: relative;
    min-height: 2.3rem;
    border-left: 2px solid var(--colormain);
}

.career-quote-line {
    display: none;
}

.career-quote-inner {
    position: relative;
    min-height: 1.88rem;
    margin-left: 0.58rem;
    padding-top: 0.21rem;
}

.career-quote-icon {
    width: 0.36rem;
    line-height: 0;
}

.career-quote-icon img {
    display: block;
    width: 100%;
}

.career-quote-text {
    margin-top: 0.24rem;
    padding-right: 0.44rem;
}

.career-quote-text,
.career-quote-text p {
    color: var(--color333);
}

.career-quote-icon-end {
    margin-left: auto;
    margin-top: 0.24rem;
    transform: rotate(180deg) scaleY(-1);
}

.career-job {
    background: var(--colorfff);
}

.career-head {
    width: 100%;
}

.career-title {
    color: var(--colortit1);
    font-weight: bold;
}

.career-desc {
    margin-top: 0.44rem;
}

.career-desc,
.career-desc p {
    color: var(--color333);
}

.job-inof {
    display: flex;
    flex-wrap: wrap;
    margin: 0.44rem -0.08rem -0.16rem;
    padding: 0;
}

.job-item {
    width: 50%;
    flex: 0 0 50%;
    display: flex;
    margin: 0 0 0.16rem;
    padding: 0 0.08rem;
}

.job-card {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0.32rem;
    background: #f6f6f6;
}

.job-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.job-icon {
    width: var(--icon32);
    flex-shrink: 0;
    font-size: 0;
}

.job-icon img {
    width: 100%;
}

.job-place {
    color: var(--color666);
    line-height: var(--line18);
}

.job-title {
    width: 100%;
    margin-top: 0.1rem;
    color: var(--colortit1);
    font-weight: bold;
}

.job-title,
.job-title p {
    color: var(--colortit1);
}

.job-actions {
    display: flex;
    align-items: center;
    margin-top: 0.32rem;
}

.job-actions .std-btn-link2,
.career-apply-btn .std-btn-link2 {
    padding: 0.12rem 0.24rem;
    height: 48px;
}

.job-actions .std-btn-link2-img,
.career-apply-btn .std-btn-link2-img {
    width: var(--icon24);
    margin-left: 0.32rem;
}

.career-apply-btn .std-btn-link2 {
    background: var(--colormain);
    border: solid 1px var(--colormain);
}

.career-apply-btn .std-btn-text {
    color: var(--colorfff);
}

.career-more-btn {
    margin-left: 0.1rem;
}

.career-note {
    margin-top: 0.44rem;
}

.career-note,
.career-note p {
    color: var(--color666);
}

.career-note p+p {
    margin-top: 0.16rem;
}

.career-note a {
    color: var(--colormain);
    text-decoration: underline;
    text-underline-offset: 0.03rem;
    text-decoration-thickness: 1px;
}

.career-modal .ys-modal-mask {
    /* background: rgba(32, 32, 32, 0.20);
    -webkit-backdrop-filter: blur(7.5px);
    backdrop-filter: blur(7.5px); */
    background: transparent;

}

/* .career-modal{
    backdrop-filter: blur(7.5px);
    -webkit-backdrop-filter: blur(7.5px);
    background: rgba(32, 32, 32, 0.20);
} */
.career-modal .ys-modal-wrap {
    padding: 0.24rem;
}

.career-modal-wrap {
    width: 9.77rem;
    max-width: calc(100vw - 0.48rem);
    max-height: calc(100vh - 0.48rem);
    background: var(--colorfff);
    box-shadow: 0 0.08rem 0.24rem rgba(0, 0, 0, 0.16);
}

.career-modal-content {
    width: 977px;
    max-width: calc(100vw - 40px);
    max-height: calc(100vh - 0.48rem);
    padding: 0;
    overflow: visible;
    background: var(--colorfff);
}

.career-modal-head {
    display: flex;
    align-items: center;
    background: var(--colorfff);
}

.career-modal-title {
    display: flex;
    align-items: center;
    width: 100%;
    min-width: 0;
    padding-top: 0.21rem;
    padding-bottom: 0.21rem;
    padding-left: 0.44rem;
    padding-right: 1.04rem;
}

.career-modal-icon {
    width: var(--icon32);
    flex-shrink: 0;
    font-size: 0;
    margin-right: 0.12rem;
}

.career-modal-icon img {
    display: block;
    width: 100%;
}

.career-modal-title h2 {
    color: var(--colortit1);
    font-weight: bold;
    overflow: hidden;
}

.career-modal-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 0.8rem;
    height: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--colormain);
    font-size: 0;
    font-weight: normal;
    cursor: pointer;
    z-index: 2;
}

.career-modal-close img {
    width: 0.24rem;
    height: 0.24rem;
    object-fit: contain;
}

.career-detail {
    max-height: calc(100vh - 4rem);
}

.career-modal-body {
    padding: 0.24rem 0.44rem;
    background: #f6f6f6;
}

.career-detail-item+.career-detail-item {
    margin-top: 0.24rem;
    padding-top: 0.24rem;
    border-top: 1px solid rgba(0, 13, 40, 0.16);
}

.career-detail-title {
    font-size: var(--font18);
    line-height: var(--line18);
    color: var(--colortit1);
    font-weight: bold;
    margin-bottom: 0;
}

.career-detail-text {
    margin-top: 0.12rem;
}

.career-detail-text,
.career-detail-text p,
.career-detail-text ol,
.career-detail-text ul,
.career-detail-text li {
    font-size: var(--font18);
    line-height: var(--line18);
    color: var(--color666);
    font-weight: normal;
}

.career-detail-text p {
    margin-bottom: 0;
}

.career-detail-text li::marker {
    color: var(--color666);
}

.career-modal-action {
    display: flex;
    justify-content: flex-end;
    margin-top: 0.24rem;
}

/* E4加入我们页 - end */

/* F1联系我们页 - start */
.contact-section,
.contact-form-section {
    background: #f6f6f6;
}

.contact-section {
    padding-top: var(--space130);
    padding-bottom: 0;
}

.contact-form-section {
    padding-top: var(--space130);
    padding-bottom: var(--space130);
}

.office-inof {
    margin: 0.5rem 0 -0.32rem;
    padding: 0;
}

.office-item {
    width: calc((100% - 0.32rem) / 2);
    margin-bottom: 0.32rem;
    display: flex;
    flex-direction: column;
    background: var(--colorfff);
    overflow: hidden;
    transition: var(--transition);
}

.office-item:not(.office-item-top):nth-child(even) {
    margin-right: 0.32rem;
}

.office-item-top {
    width: 100%;
    flex-direction: row;
    align-items: stretch;
}

.office-item-top .office-meta .std-text18 span {
    /* color: var(--colorfff) !important; */
    /* font-weight: normal !important; */
}

.office-item-top .office-meta .std-text18 span:first-child {
    opacity: 0.5 !important;
}

.office-illus {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: var(--colorfff);
}

.office-illus img:first-child {
    display: block;
    width: 100%;
}

.office-illus-top {
    width: 56.72%;
    flex-shrink: 0;
}

.office-illus-top img:nth-child(2) {
    bottom: 0.13rem;
}

.office-info h3 {
    color: var(--colortit1);
    font-weight: bold;
    margin-bottom: 0.24rem;
}

.office-info {
    padding: 0.5rem;
    border-top: 1px solid rgba(0, 13, 40, 0.3);
}

.office-item-top .office-info {
    width: 43.28%;
    flex-shrink: 0;
    border-top: 0;
    border-left: 1px solid rgba(0, 13, 40, 0.3);
    /* background: #06235b; */
}

.office-item-top .office-info h3 {
    margin-bottom: 0.54rem;
    /* color: var(--colorfff); */
}

.office-meta {
    margin: 0;
    padding-top: 0.24rem;
    border-top: 1px solid rgba(0, 13, 40, 0.3);
    color: var(--colortit1);
}

.office-item-top .office-meta {
    padding-top: 0.54rem;
    /* border-top-color: rgba(255, 255, 255, 0.25); */
    /* color: var(--colorfff); */
}

.office-meta .std-text18 {
    display: flex;
    align-items: flex-start;
}

.office-meta .std-text18 span:first-child {
    width: auto;
    flex-shrink: 0;
    margin-right: 0.16rem;
    font-size: var(--font18);
    line-height: var(--line18);
    font-weight: normal;
    color: var(--colortit1);
}

.office-meta .std-text18 span:last-child {
    width: 100%;
    font-size: var(--font18);
    line-height: var(--line18);
    /* font-weight: bold; */
    color: var(--colortit1);
}

.office-meta .std-text18.on span:last-child {
    text-decoration: underline;
    text-decoration-thickness: auto;
    text-underline-offset: 20%;
    text-underline-position: from-font;
}

.office-meta a {
    text-decoration: underline;
    color: inherit;
}

.contact-form-panel {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0.6rem 0.5rem;
    background: var(--colorfff);
}

.contact-form {
    --space: 0.12rem;
    --spacebot: 0.24rem;
    --spacein: 0;
    --height: auto;
    --colortips: var(--colormain);
    width: 7.2rem;
    margin: 0;
}

.contact-form .ys-form-inof {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.12rem -0.24rem;
}

.contact-form .ys-form-inof-item {
    padding: 0 0.12rem;
    margin-bottom: 0.24rem;
}

.contact-form .ys-form-inof-item2 {
    width: 50%;
}

.contact-form .contact-form-wide,
.contact-form .ys-form-inof-code,
.contact-form .ys-form-inof-agree,
.contact-form .ys-form-inof-submit {
    width: 100%;
}

.contact-form .ys-fii-input {
    height: auto;
    min-height: 0.574rem;
    display: flex;
    align-items: center;
    padding: 0.12rem 0;
    border: 0;
    border-bottom: 1px solid rgba(0, 13, 40, 0.3);
}

.contact-form .ys-fii-name,
.contact-form .ys-fii-name span {
    margin: 0;
    color: var(--color333);
    font-size: var(--font18);
    line-height: var(--line18);
}

.contact-form .ys-fii-name {
    flex-shrink: 0;
    margin-right: 0.12rem;
}

.contact-form .ys-fii-name span {
    color: var(--colormain);
    margin-left: 0.04rem;
}

.contact-form .ys-fii-input input,
.contact-form .ys-fii-input textarea {
    width: 100%;
    height: 100%;
    min-height: 0.324rem;
    border: 0;
    background: transparent;
    color: var(--color333);
    font-size: var(--font18);
    line-height: var(--line18);
}

.contact-form .ys-fii-input textarea {
    height: 32px;
    padding-top: 0;
    min-height: 0.32rem;
}

.contact-form .ys-form-inof-code .ys-fic-auth {
    display: flex;
    align-items: center;
    padding: 0.12rem 0;
    border-bottom: 1px solid rgba(0, 13, 40, 0.3);
}

.contact-form .ys-form-inof-code .ys-fii-input {
    min-height: 0.324rem;
    padding: 0;
    border-bottom: 0;
}

.contact-form .ys-form-inof-agree {
    margin-bottom: 0 !important;
}

.contact-form .ys-fic-auth-img {
    height: 36px;
    margin-left: 0.18rem;
    flex-shrink: 0;
}

.contact-form .ys-fic-auth-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-form .ys-fia-text {
    align-items: flex-start;
}

.contact-form .ys-fia-text-btn {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    position: relative;
    top: 6px;
}

.contact-form .ys-fia-text-btn::before {
    border-color: rgba(0, 13, 40, 0.3);
}

.contact-form .ys-fia-text-btn::after {
    width: 0.09rem;
    height: 0.05rem;
    border-left: 1px solid var(--colorfff);
    border-bottom: 1px solid var(--colorfff);
    background: transparent;
    transform: translate(-50%, -60%) rotate(-45deg);
}

.contact-form .ys-form-inof-agree.on .ys-fia-text-btn::before {
    border-color: #082d77;
    background: #082d77;
}

.contact-form .ys-fia-text-word,
.contact-form .ys-fia-text-word a {
    color: var(--color999);
    font-size: var(--font14);
    line-height: 1.85;
}

.contact-form .ys-fia-text-word {
    width: auto;
    padding-left: 0.12rem;
}

.contact-form .ys-fia-text-word a {
    color: var(--colormain);
    text-decoration: underline;
}

.contact-form .ys-fii-submit {
    display: inline-flex;
    padding: 0.12rem 0.24rem;
    background: transparent;
    height: inherit;
}

.contact-form .ys-fii-tips {
    margin-top: 0.06rem;
}

.ys-fii-submit .std-btn-link2-img {
    width: var(--icon24);
    margin-left: 0.32rem;
}

.ys-form-inof-submit {
    margin-top: 0.5rem;
}

/* F1联系我们页 - end */
/* 内页通用与后续页面 - end */
.inside-main .ys-bread-list a {
    color: rgba(51, 51, 51, .6);
}

.inside-main .ys-bread-list+.ys-bread-list::before {
    color: rgba(51, 51, 51, .6);
}

.inside-main .ys-bread {
    left: 50%;
    transform: translateX(-50%);
}

.insight-card-item .insight-card-link {
    background: var(--colorfff);
}

.article-ban {
    position: relative;
    min-height: 5rem;
    padding: 0.715rem 0;
    background: var(--colorfff);
    border-bottom: 4px solid rgba(0, 13, 40, 0.30);
}

/* 调整补充--start */
.bank-main .ys-nyban-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(4, 26, 69, 0.60) 0%, rgba(6, 35, 91, 0.60) 100%);
    pointer-events: none;
    z-index: 2;
}

.publication-area {
    padding-top: 0.5rem;
}

.insight-filter .mCSB_outside+.mCSB_scrollTools {
    right: 5px;
    top: 5px;
    bottom: 5px;
}

.slick-dots {
    bottom: 0rem;
}

.slick-dots li {
    width: 8px;
    height: 8px;
}

.slick-slider.slick-dotted {
    padding-bottom: 0.4rem;
}

.honor-section-phbtn {
    display: none;
}

.article-main .team-card-inof {
    display: block;
    margin-bottom: 0 !important;
}

.related-team-ph {
    display: none;
}

.article-main .insight-card,
.article-main .team-card-item {
    margin-bottom: 0 !important;
}

.job-card-top {
    width: 100%;
}

.career-detail-text ol,
.career-detail-text ul {
    padding-left: 18px;
}

/* 调整补充--end */
/* 2026.7.13--修改--start */
.sustain-item-link {
    display: block;
    width: 100%;
}

.bank-service-intro-text:not(.bank-service-intro-text1) {
    margin-top: 0.5rem;
}

.bank-experience .bank-experience-item:nth-child(n+7),
.bank-insight-item:nth-child(n+7) {
    display: none;
}

.bank-experience .std-btn-link2,
.bank-insight .std-btn-link2 {
    min-width: 1.7rem;
    justify-content: space-between;
}

.bank-service-text {
    font-size: var(--font18);
}

.head-nav-down-list {
    max-height: calc(100vh - 2rem);
}

.insight-filter-dropdown .ys-select-inof {
    max-height: 180px;
}

.ys-nyban-tab-link {
    cursor: pointer !important;
}

/* 2026.7.13--修改--end */
/* 2026.7.15--start */
/* .footer-share>li:first-child .footer-share-code{
    left:0;
    transform: translateX(0%);
}
.footer-share>li:first-child .footer-share-code::before {
    left: 12px;
    transform: translateX(0%);
} */
.article-title {
    font-size: var(--font36);
}

.team-card-office {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.1rem;
}

.team-card-office-addr,
.team-card-office p {
    padding: 0 0.1rem;
    position: relative;
}

.career-modal {
    display: block !important;
    opacity: 0;
    pointer-events: none;
    background: rgba(32, 32, 32, 0.20);
    -webkit-backdrop-filter: blur(7.5px);
    backdrop-filter: blur(7.5px);
}

body.open2 .career-modal {
    opacity: 1;
    pointer-events: all;
}

/* 2026.7.15--end */
.bank-service .bank-layout {
    padding-top: var(--space130);
    padding-bottom: var(--space130);
}

/* 2026.7.18--start */
a.member-meta-link:not([href]) {
    text-decoration: none;
}

.code-modal .ys-modal-content {
    width: auto;
    padding: 0;
    max-width: calc(100vw - 40px);
    max-height: 700px;
    overflow: hidden;
    background: transparent;
}

.code-modal .ys-modal-close {
    right: -30px;
    top: -30px;
    font-size: 18px;
}

.code-modal .ys-modal-close .iconfont {
    color: var(--colorfff);
}

.code-modal-code {
    width: 260px;
    position: relative;
    padding-right: 0 !important;
    border-radius: 6px;
    overflow: hidden;
}

.code-modal-code img:nth-child(1) {
    width: 100%;
}

.code-modal-code img:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 16px);
}

.code-modal .ys-modal-mask {
    background: rgba(0, 0, 0, 0.5);
}

.ph-arrows {
    display: none;
}

.insight-cards-bot {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.related-team .insight-cards-bot {
    margin-top: 0.5rem;
}

/* 2026.7.18--end */

/* 2026.8.20--新增--start */
.ys-hd-pc::before {
    background: linear-gradient(270deg, #041A45 0%, #06235B 100%);
}

.head-nav-item-title {
    font-size: var(--font18);
    color: var(--colorfff);
    font-weight: 700;
}

.ys-hd-pc.has-search .head-nav-item-title,
.ys-hd-pc.isfixed .head-nav-item-title,
.ys-hd-pc.ishover .head-nav-item-title,
.ys-page-wrap.act .ys-hd-pc .head-nav-item-title {
    color: var(--colorfff);
}

.head-search {
    margin-left: 0.34rem;
}

.team-list-section {
    min-height: 50vh;
}

.team-select-panel {
    height: calc((18px * 1.8 + 12px) * 8 + 18px * 2);
}

.bank-side-arrow {
    display: none;
}

.member-main .member-achieve-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.member-main .member-experience-card {
    cursor: pointer;
    position: relative;
    flex-direction: row;
    align-items: flex-start;
    background: linear-gradient(180deg, #041A45 0%, #06235B 100%) !important;
}

.member-main .member-experience-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000D28;
    opacity: 0;
    pointer-events: none;
    z-index: 1;
    transition: var(--transition);
}

.member-main .member-experience-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.1rem;
    background: linear-gradient(90deg, #B8311E 0%, rgba(184, 49, 30, 0.00) 100%);
    opacity: 0;
    pointer-events: none;
    z-index: 1;
    transition: var(--transition);
}

.member-main .member-experience-body {
    padding-right: 0 !important;
    margin-right: 0 !important;
    overflow: visible;
}

.member-main .member-experience-slick .slick-list {
    overflow: visible;
}

.member-experience-card-icon {
    width: 12px;
    flex-shrink: 0;
    margin-right: 0.12rem;
    position: relative;
    z-index: 2;
    top: 2px;
    font-size: 0;
}

.member-experience-text {
    position: relative;
    z-index: 2;
    width: 100%;
}

.member-insight-slide,
.insight-card {
    width: 25%;
}

.article-body {
    width: 56.25%;
}

.home-honor-head-right {
    width: 60%;
}

.home-honor .honor-head {
    align-items: flex-start;
}

.hhhr-desc,
.hhhr-desc p {
    color: var(--colortit1);
    line-height: var(--line18);
}

.home-honor-btn {
    margin-top: 0.44rem;
}

.honor-card-addr {
    color: var(--color999);
    line-height: var(--line175);
    font-weight: bold;
    flex-shrink: 0;
    margin-left: 0.12rem;
    display: inline-block;
}

.honor-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.16rem;
}

.honor-card-top .honor-date {
    margin-bottom: 0 !important;
}

.home-main .honor-item {
    width: 33.333333%;
    height: auto !important;
}

.home-main .honor-wrap {
    width: 100%;
}

.honor-wrap-swip-control,
.bank-quote-bot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.27rem;
}

.bank-quote-bot {
    margin-top: 0.5rem;
}

.culture-img {
    overflow: hidden;
}

.honor-wrap-swip-control .swiper-pagination,
.bank-quote-bot .swiper-pagination {
    position: relative;
    bottom: auto !important;
}

.honor-wrap-swip-control .ys-ban-arrows,
.bank-quote-bot .ys-ban-arrows {
    margin-left: 0.5rem;
    flex-shrink: 0;
}

.honor-wrap-swip-control .swiper-pagination-progressbar,
.bank-quote-bot .swiper-pagination-progressbar {
    background: #d9d9d9 !important;
}

.honor-wrap-swip-control .swiper-pagination-progressbar-fill,
.bank-quote-bot .swiper-pagination-progressbar-fill {
    background: var(--colormain) !important;
}

.bank-main .team-card-item:nth-child(n+11) {
    display: none;
}

.bank-team-more {
    margin-top: 0.5rem;
}

.member-insight-card {
    height: 100%;
}

.member-main .member-insight .swiper-pagination-progressbar {
    height: 2px !important;
    background: rgba(0, 13, 40, 0.10) !important;
}

.member-main .member-insight .swiper-pagination-progressbar-fill {
    background: var(--colormain1) !important;
}

.ys-nyban-tabs {
    margin-top: 0.94rem;
}

.news-main .ys-nybanner .ys-nyban-title {
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
}

.article-share,
.article-heading {
    width: 80%;
}

.subscribe-core {
    width: 56.25%;
}

.career-quote-icon-end {
    display: none;
}

.about-ctatc .contact-form-panel {
    background: #f6f6f6;
}

.about-ctatc-top {
    display: flex;
    margin-bottom: 0.5rem;
}

.actl-img {
    width: 100%;
    height: 100%;
    display: none;
}

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

.actl-img:first-child {
    display: block;
}

.about-ctatc-top-right {
    width: 46.1%;
    padding: 0.5rem;
    background: linear-gradient(180deg, #041A45 0%, #06235B 100%);
}

.actr-tab-list-item {
    padding: 0.12rem 0.05rem;
    position: relative;
    border-bottom: solid 4px transparent;
    cursor: pointer;
}

.actr-tab-list-item.slick-current {
    border-bottom-color: #B8311E;
}

.actr-tab-list-item p {
    font-size: var(--font20);
    font-weight: bold;
    line-height: 1.85;
    color: var(--colorfff);
    opacity: 0.4;
    transition: var(--transition);
    text-align: center;
    cursor: pointer;
}

.actr-tab-list-item.slick-current p {
    opacity: 1;
}

.about-ctatc-top-left {
    width: 53.9%;
}

.about-ctatc-top {
    background: #f6f6f6;
}

.about-ctatc h2 {
    margin-bottom: 0.5rem;
}

.actr-tab {
    position: relative;
    background: #041536;
}

.actr-tab .mod-arrows1 {
    width: 104%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.about-ctatc-top .slick-prev {
    left: -0.24rem;
    pointer-events: auto;
}

.about-ctatc-top .slick-next {
    right: -0.24rem;
    pointer-events: auto;
}

.about-ctatc-top .slick-prev.hide,
.about-ctatc-top .slick-next.hide {
    pointer-events: none;
    display: none !important;
}

.about-ctatc-top .slick-prev::before,
.about-ctatc-top .slick-next::before {
    content: "\e743";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: var(--font16);
    color: var(--colorfff);
    font-family: "iconfont";
}

.about-ctatc-top .slick-prev::before {
    content: "\e744";
}

.actr-botul-list .office-info {
    padding: 0 !important;
}

.actr-botul {
    margin-top: 0.54rem;
}

.actr-botul-list h3 {
    color: var(--colorfff);
    margin-bottom: 0.44rem;
}

.actr-botul-list .office-meta {
    border-top: none !important;
    padding-top: 0rem !important;
}

.actr-botul-list .office-meta .std-text18 span:last-child {
    color: var(--colorfff);
}

.actr-botul-list span a {
    text-decoration: none;
    color: var(--colorfff);
}

.actr-botul-list .office-meta .std-text18.on span:last-child,
.actr-botul-list .office-meta .std-text18.on span:last-child a {
    text-decoration: underline !important;
    text-decoration-thickness: auto;
    text-underline-offset: 20%;
    text-underline-position: from-font;
}

.actr-botul-list .office-meta .std-text18 span:first-child {
    color: var(--colorfff);
    opacity: 0.5;
}

/* 首页导航--start */
.home-main .head-nav-item-nub,
.home-main .head-logo a {
    line-height: var(--headh2);
    transition: var(--transition);
}

.home-main .ys-hd-pc {
    transition: var(--transition);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.home-main .ys-hd-pc::before {
    transition: var(--transition);
}

.home-main .head-search::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 240%;
    background: rgba(255, 255, 255, 0.3);
    transition: var(--transition);
}

.home-main .head-logo {
    width: 160px;
    transition: var(--transition);
}

.home-main .ys-hd-pc.isfixed .head-nav-item-nub,
.home-main .ys-hd-pc.isfixed .head-logo a {
    line-height: var(--headh);
}

.home-main .ys-hd-pc.isfixed {
    border-bottom: transparent;
}

.home-main .ys-hd-pc.isfixed .head-search::before {
    height: 100%;
    transform-origin: left center;
}

.home-main .ys-hd-pc.isfixed .head-logo {
    width: 106px;
}

.ys-hd-pc::before {
    height: 100%;
}

/* 首页导航--end */
.ys-nyban-title-min {
    display: flex;
    align-items: flex-end;
}

.ys-nyban-title-min .std-btn1 {
    margin-left: 0.4rem;
}

.ys-nyban-title-min .std-btn-link1 {
    height: 54px;
    border: solid 1px rgba(255, 255, 255, 0.5);
}

.ys-nyban-title-min .std-btn-text {
    color: var(--colorfff);
}

.ys-form-tiled-font {
    padding-left: 0.1rem;
    font-size: var(--font16);
    color: var(--color333);
    transition: var(--transition);
}

.ys-form-tiled-icon {
    --width1: 16px;
    top: 5px;
}

.ys-form-oi-nub {
    margin: 0 0.15rem;
    margin-bottom: 0.15rem;
}

.ys-form-tiled-inof {
    margin: 0 -0.15rem -0.15rem;
    position: relative;
    top: 3px;
}

.ys-form-tiled .ys-fii-name {
    margin-right: 0rem;
    margin-bottom: 0.05rem;
}

.ys-form-tiled-icon::before {
    border: 1px solid var(--color999);
}

.tcoa-pop {
    display: none;
    position: absolute;
    width: 4rem;
    padding: 4px 16px;
    border-radius: 5px;
    background: var(--colorfff);
    box-shadow: 0px 4px 9px 0px rgba(0, 89, 168, 0.10);
    left: 50%;
    transform: translateX(-50%);
    font-style: normal;
    bottom: calc(100% + 11px);
}

.tcoa-pop .std-text14 {
    line-height: var(--line18);
    color: #62636D;
    text-align: center;
}

.tcoa-pop::before {
    content: '';
    width: 16px;
    height: 16px;
    background: var(--colorfff);
    position: absolute;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
    bottom: -8px;
}

.tcoa-pop::after {
    content: '';
    height: 11px;
    width: 100%;
    bottom: -11px;
    left: 0;
    position: absolute;
}

.tcoa-pop-ph {
    display: none;
}

/* 载入 */
.ys-fadeInUpimg {
    animation: fadeInUpimg 2s ease .3s forwards;
}

@keyframes fadeInUpimg {
    0% {
        transform: scale(1.2);
    }

    100% {
        transform: none;
    }
}

/* 2026.8.20--新增--end */

/* 鼠标效果 */
@media screen and (min-width: 1200px) {

    /* 首页价值视频 - hover start */
    .home-values-link:hover,
    .home-values-item.is-active .home-values-link {
        background: var(--colortit1);
        color: var(--colorfff);
    }

    .home-values-link:hover .home-values-line,
    .home-values-item.is-active .home-values-line {
        opacity: 1;
        transform: translateX(-50%) scaleX(1);
    }

    .home-values-link:hover .home-values-icon,
    .home-values-item.is-active .home-values-icon {
        opacity: 1;
        transform: translateX(-50%);
    }

    /* 首页价值视频 - hover end */

    /* PC导航推荐卡 - hover start */
    .head-nav-card:hover .head-nav-card-img img:nth-child(n+2) {
        transform: scale(1.05);
    }

    /* PC导航推荐卡 - hover end */

    /* 公共PC导航 - hover start */
    /* .ys-hd-pc .head-nav-side .head-nav-item-title:hover, */
    .ys-hd-pc .head-nav-down-all a:hover,
    .ys-hd-pc .head-nav-down-list a:hover,
    .ys-hd-pc .head-search-btn:hover .head-tool-text {
        color: var(--colormain1);
    }

    .ys-hd-pc .head-search-btn:hover img:first-child,
    .ys-hd-pc.has-search .head-search-btn:hover img:first-child,
    .ys-hd-pc.isfixed .head-search-btn:hover img:first-child,
    .ys-hd-pc.ishover .head-search-btn:hover img:first-child,
    .ys-page-wrap.act .ys-hd-pc .head-search-btn:hover img:first-child,
    .ys-hd-pc .head-lang-top:hover img:first-child,
    .ys-hd-pc.has-search .head-lang-top:hover img:first-child,
    .ys-hd-pc.isfixed .head-lang-top:hover img:first-child,
    .ys-hd-pc.ishover .head-lang-top:hover img:first-child,
    .ys-page-wrap.act .ys-hd-pc .head-lang-top:hover img:first-child,
    .ys-hd-pc .head-search-btn:hover img:nth-of-type(3),
    .ys-hd-pc .head-lang-top:hover img:nth-of-type(3) {
        opacity: 0;
    }

    .ys-hd-pc .head-search-btn:hover img:nth-of-type(2),
    .ys-hd-pc.has-search .head-search-btn:hover img:nth-of-type(2),
    .ys-hd-pc.isfixed .head-search-btn:hover img:nth-of-type(2),
    .ys-hd-pc.ishover .head-search-btn:hover img:nth-of-type(2),
    .ys-page-wrap.act .ys-hd-pc .head-search-btn:hover img:nth-of-type(2),
    .ys-hd-pc .head-lang-top:hover img:nth-of-type(2),
    .ys-hd-pc.has-search .head-lang-top:hover img:nth-of-type(2),
    .ys-hd-pc.isfixed .head-lang-top:hover img:nth-of-type(2),
    .ys-hd-pc.ishover .head-lang-top:hover img:nth-of-type(2),
    .ys-page-wrap.act .ys-hd-pc .head-lang-top:hover img:nth-of-type(2) {
        opacity: 1;
    }

    .ys-hd-pc .head-search-btn:hover .ys-imgbox-cover img,
    .ys-hd-pc .head-lang-top:hover .ys-imgbox-cover img,
    .ys-hd-pc .head-share .footer-share-btn:hover .ys-imgbox-cover img {
        transform: scale(1);
    }

    /* 公共PC导航 - hover end */

    /* 内页banner - hover start */
    .ys-nyban-tab-link:hover {
        color: var(--colorfff);
        border-color: #b92f20;
    }

    /* 内页banner - hover end */

    /* 公共按钮 - hover start */
    .std-btn-link1:hover {
        border-color: var(--colormain);
        background: var(--colormain);
        color: var(--colorfff);
    }

    .std-btn-link2:hover {
        border-color: var(--colormain);
        background: var(--colormain);
    }

    .std-btn-link1:hover .std-btn-text {
        color: var(--colorfff);
    }

    .std-btn-link1:hover .std-btn-link1-img img:nth-child(2) {
        opacity: 1;
    }

    .std-btn-link1:hover .std-btn-link1-img img:nth-child(1) {
        opacity: 0;
    }

    .std-btn-link2:hover .std-btn-link2-img img:nth-child(1) {
        opacity: 0;
    }

    .std-btn-link2:hover .std-btn-link2-img img:nth-child(2) {
        opacity: 1;
    }

    .std-btn-link2:hover .std-btn-text {
        color: var(--colorfff);
    }

    /* 公共按钮 - hover end */

    /* B1 业务领域模块 - hover start */
    .practice-link:hover {
        border-color: transparent;
        background: var(--colormain1);
        color: var(--colortit1);
    }

    .practice-link:hover .practice-title {
        transform: translateX(0.24rem);
    }

    .practice-link:hover .practice-icon img:first-child {
        opacity: 0;
    }

    .practice-link:hover .practice-icon img:nth-child(2) {
        opacity: 1;
    }

    /* B1 业务领域模块 - hover end */

    /* 内页通用模块 - hover start */
    .insight-filter-head:hover {
        color: var(--colormain1);
    }

    .insight-filter-option:hover {
        color: var(--colormain1);
    }

    .team-card-link:hover .team-card-img img:nth-child(2),
    .insight-card-link:hover {
        transform: translateY(-0.04rem);
    }

    .team-card-link:hover .team-card-img img:nth-child(2) {
        transform: scale(1.04);
    }

    .office-illus:hover img:nth-child(2) {
        transform: scale(1.05);
    }

    .section-more:hover,
    .insight-card-link:hover .insight-card-title,
    .insight-link:hover .insight-title,
    .member-insight-card:hover,
    .download-list a:hover {
        color: var(--colormain);
    }

    .bank-insight-link:hover .bank-insight-title {
        color: var(--colormain);
    }

    .article-main .related-news .insight-card-link:hover {
        color: var(--colormain1);
        transform: none;
    }

    .article-main .related-news .insight-card-link:hover .insight-card-title {
        color: inherit;
    }

    .honor-card:hover {
        background: #f6f6f6;
    }

    .bank-quote-card:hover {
        background: #f6f6f6;
    }

    .bank-quote-card:hover path {
        fill: var(--colormain1);
    }

    .bank-quote-card:hover::before {
        opacity: 1;
    }

    .subscribe-submit:hover {
        background: var(--colormain1);
        color: var(--colorfff);
    }

    .team-query:hover {
        background: var(--colormain);
    }

    .team-select-trigger:hover {
        border-color: rgba(184, 49, 30, 0.5);
    }

    .team-letters span:hover {
        border-color: var(--colormain1);
        color: var(--colormain1);
    }

    .team-reset:hover {
        color: var(--colormain1);
    }

    .team-tag i:hover {
        opacity: 0.72;
    }

    .pc-fenye li:hover,
    .team-list-section .pc-fenye li.activepage:hover {
        background: var(--colormain1);
        color: var(--colorfff);
    }

    .article-share .ys-share-list:hover {
        opacity: 0.72;
    }

    /* 内页通用模块 - hover end */
    .pc-fenye li:hover {
        background: var(--colormain1);
    }

    .comp-end:hover,
    .comp-first:hover,
    .comp-next:hover,
    .comp-prev:hover,
    .first_page:hover,
    .last_page:hover,
    .next_page:hover,
    .prev_page:hover {
        color: var(--colormain1) !important;
    }

    .ys-ban-arrow:hover {
        background: var(--colormain);
        border-color: var(--colormain);
    }

    .ys-ban-arrow:hover img:nth-child(2) {
        opacity: 1;
    }

    .ys-ban-arrow:hover img:nth-child(1) {
        opacity: 0;
    }

    .team-letters span.on:hover {
        color: var(--colorfff);
    }

    .member-meta-link:hover {
        text-decoration: underline;
        color: var(--colorbj);
    }

    /* 2026.8.20--start */
    .member-main .member-experience-card:hover::after,
    .member-main .member-experience-card:hover::before {
        opacity: 1;
    }

    .culture-img:hover .ys-imgbox-cover img {
        transform: scale(1.05);
    }

    /* 2026.8.20--end */
}

/* 2026.9.12 lucas start */
.honor-title {
    font-size: var(--font20);
}

.honor-card {
    padding: 0.43rem 0.28rem;
}

.team-card-office .team-card-office-addr.on span {
    display: none;
}

.team-card-inof .tcoa-pop {
    display: none !important;
}

.tcoa-pop-ph {
    display: block;
    position: relative;
    left: auto;
    bottom: auto;
    transform: inherit;
    box-shadow: none;
    width: 100%;
    padding: 0;
    background: transparent;
    margin-top: 0.8rem;
}

.tcoa-pop-ph .std-text14 {
    text-align: left;
}

.tcoa-pop-ph::before,
.tcoa-pop-ph::after {
    display: none;
}

.member-main .ys-nybanner>.ys-bread {
    margin: 0;
}

.honor-wrap {
    width: 100%;
}

.honor-wrap .slick-list {
    overflow: hidden;
}

.actr-botul-list-avow,
.actr-botul-list-avow p {
    line-height: var(--line18);
    color: rgba(255, 255, 255, 0.5);
}

.actr-botul-list-avow {
    margin-top: 0.2rem;
    display: none;
}

.actr-botul-list.addavow .actr-botul-list-avow {
    display: block;
}

.ys-footer.isnotli .footer-top {
    position: absolute;
    top: 0.52rem;
    right: 0;
}

.ys-footer.isnotli .footer-bot {
    margin-top: 0;
    padding-right: calc(var(--rightwid) + 0.2rem);
}

.ys-footer.isnotli {
    min-height: unset;
}

/* 2026.9.12 lucas end */
.office-meta .std-text18 p {
    display: flex;
    align-items: flex-start;
}

/* -------------- */

.footer-share-code {
    top: auto !important;
    bottom: calc(100% + 10px);
}


.ys-footer {
    overflow: visible;
}

.ys-footer-bg {
    height: 100%;
    overflow: hidden;
    bottom: 0 !important;
}

.ys-footer-bg img {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.footer-share-code {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.footer-share-code::after {
    top: auto !important;
    bottom: -10px;
}

.footer-share-code::before {
    top: auto !important;
    bottom: -16px;
    border-top: 8px solid var(--colorfff);
    border-bottom: 8px solid transparent;
}

.team-list-section .team-card-item  .team-card-office-addr{
    padding-left: 0 !important;
}
