﻿@charset "utf-8";

/* 公共样式 - start */
body,
input,
textarea {
    font-family: "shengyin-Regular", "PingFang SC", "Microsoft YaHei" !important;
}

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

@font-face {
    font-family: 'shengyin-Regular';
    src: url('../fonts/Fira-Sans-Regular/Fira-Sans-Regular.woff2') format('woff2'),
        url('../fonts/Fira-Sans-Regular/Fira-Sans-Regular.woff') format('woff');
}

@font-face {
    font-family: 'shengyin-Light';
    src: url('../fonts/Fira-Sans-Light/Fira-Sans-300.woff2') format('woff2'),
        url('../fonts/Fira-Sans-Light/Fira-Sans-300.woff') format('woff');
}

@font-face {
    font-family: 'shengyin-Medium';
    src: url('../fonts/Fira-Sans-Medium/Fira-Sans-500.woff2') format('woff2'),
        url('../fonts/Fira-Sans-Medium/Fira-Sans-500.woff') format('woff');
}

@font-face {
    font-family: 'shengyin-bold';
    src: url('../fonts/Fira-Sans-bold/Fira-Sans-700.woff2') format('woff2'),
        url('../fonts/Fira-Sans-bold/Fira-Sans-700.woff') format('woff');
}

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: 100px;
    /* 颜色 */
    --color333: #333;
    --color666: #666;
    --color999: #999;
    --colorfff: #fff;
    --color414: #414042;
    --colormain: #29336A;
    --colormain1: #7A315B;
    --colorbj: #E4EFF3;
    /* 板块间距 */
    --space40: 0.4rem;
    /* 段落间距 */
    --parpspace16: 0.16rem;
    --parpspace12: 0.12rem;
    --parpspace10: 0.1rem;
    /* 特殊字体或粗细 */
    --light: "shengyin-Light";
    --medium: "shengyin-Medium";
    --bold: "shengyin-bold";
    --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.03);
    /* 等于gsap的sine.out */
    --bezier1: cubic-bezier(0.39, 0.575, 0.565, 1);
    /* 等于gsap的expo.inOut */
    --bezier2: cubic-bezier(.38, 0, 0, 1);
    /* 边框 */
    --color-border: var(--colormain1);
    /* 按钮 */
    --color-btn: var(--colormain1);
    /* 按钮选中 */
    --color-btnhover: var(--colormain);
}

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

.std-font44,
.std-font44 p,
.yxedr-active h2 {
    font-size: var(--font44);
    color: var(--color333);
    line-height: var(--line13);
    font-family: var(--bold);
}

.std-font42,
.std-font42 p {
    font-size: var(--font42);
    color: var(--color333);
    line-height: var(--line15);
}

.std-font40,
.std-font40 p,
.yxedr-active h3 {
    color: var(--color333);
    font-size: var(--font40);
    line-height: var(--line13);
    font-family: var(--bold);
}

.std-font36,
.std-font36 p {
    font-size: var(--font36);
    color: var(--color333);
    line-height: var(--line15);
}

.std-font34,
.std-font34 p {
    font-size: var(--font34);
    color: var(--color333);
    line-height: var(--line15);
}

.std-font32,
.std-font32 p,
.yxedr-active h4 {
    font-size: var(--font32);
    line-height: var(--line13);
    font-family: var(--bold);
}

.std-font26,
.std-font26 p,
.yxedr-active h5 {
    font-size: var(--font26);
    line-height: var(--line13);
    font-family: var(--bold);
}

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

.std-text20,
.std-text20 p {
    font-size: var(--font20);
    color: var(--color333);
    line-height: var(--line15);
}

.std-text18,
.std-text18 p {
    font-size: var(--font18);
    color: var(--color666);
    line-height: var(--line175);
}

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

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

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

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

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

.yxedr-active h2,
.yxedr-active h3,
.yxedr-active h4,
.yxedr-active h5,
.yxedr-active h6 {
    color: var(--colormain);
    margin-bottom: 0.2rem;
}

.std-pad120s {
    padding-top: var(--space120);
    padding-bottom: var(--space120);
}

.std-padtp120 {
    padding-top: var(--space120);
}

.std-padbt120 {
    padding-bottom: var(--space120);
}

.search-main {
    --colormain1: #7A315B !important;
}

/*分享翻译*/
.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 {}

/* 轮播溢出隐藏 */
.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-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled,
.slick-arrow.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);
}

.ys-fadeleft1,
.ys-faderight1,
.ys-fadein1,
.ys-fadeup1 {
    opacity: 0;
    -webkit-animation: none;
    animation: none;
    transition: var(--transition2);
    will-change: transform, opacity;
}

.ys-fadeleft1 {
    transform-origin: 0% 50%;
    -webkit-transform: translate3d(-60px, 0, 0);
    transform: translate3d(-60px, 0, 0);
}

.ys-faderight1 {
    transform-origin: 100% 50%;
    -webkit-transform: translate3d(60px, 0, 0);
    transform: translate3d(60px, 0, 0);
}

.ys-fadeup1 {
    transform-origin: 0% 50%;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
}

.ys-fadein1 {
    transform-origin: 50% 50%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.ys-fadeleft1.ys-fade-true,
.ys-faderight1.ys-fade-true,
.ys-fadeup1.ys-fade-true,
.ys-fadein1.ys-fade-true {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

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

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

.ys-ban-li.act .ys-ban-info {
    animation: fadeInRight1 0.8s ease-in-out both .2s;
}

.ys-ban-slick.ys-slick-act .ys-ban-li.act .ys-ban-info {
    animation-delay: 0.6s;
}

@keyframes fadeInRight1 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(60px, 0, 0);
        transform: translate3d(60px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

/* 公共样式 - end */
/* 字号修改-start */
.std-font40 {
    font-size: 42px;
}

.std-font32,
.std-font32 p {
    font-size: 32px;
}

.std-text16,
.std-text16 p {
    font-size: 16px;
}

.std-text18,
.std-text18 p {
    font-size: 18px;
}

.std-text20,
.std-text20 p {
    font-size: 20px;
}

.std-font26,
.std-font26 p {
    font-size: 26px;
}

.std-font36,
.std-font36 p {
    font-size: 36px;
}

.std-font22,
.std-font22 p {
    font-size: 22px;
    color: var(--color333);
    line-height: var(--line15);
}

.ahyw-slick-li span {
    font-size: 16px;
}

/* 字号修改-end */
.ys-footer {
    background: var(--colormain);
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-top: 0.95rem;
}

.ys-footer-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.ys-footer-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-logo {
    width: 312px;
}

.footer-top {
    padding-bottom: 0;
    align-items: stretch;
}

.footer-top-le-nav {
    margin-top: 0.6rem;
}

.footer-nav>li>a {
    font-size: var(--font18);
    color: var(--colorfff);
    margin-bottom: 0;
    line-height: 52px;
    font-family: var(--medium);
}

.footer-nav {
    --gap1: 0.16rem;
}

.footer-top-ri {
    padding-left: 1.07rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer-top-ri-tit {
    font-size: var(--font30);
    line-height: var(--line14);
    color: var(--colorfff);
    font-family: var(--medium);
}

.std-btn1 {
    display: inline-block;
}

.std-btn1-box {
    padding: 0 33px;
    border-radius: 0.55rem;
    background: var(--colorfff);
    transition: var(--transition);
    cursor: pointer;
    display: flex;
    align-items: center;
}

.std-btn1-box span {
    font-size: var(--font18);
    line-height: 52px;
    color: var(--colormain1);
    transition: var(--transition);
    font-family: var(--medium);
}

.std-btn1.has-bg .std-btn1-box {
    background: var(--colormain1);
}

.std-btn1.has-bg .std-btn1-box span {
    color: var(--colorfff);
}

.footer-top-ri-btn {
    margin-top: 0.38rem;
}

.footer-bot {
    margin-top: 1rem;
    border-top: none;
    padding-top: 0;
    padding-bottom: 0.5rem;
    display: block;
}

.footer-text,
.footer-text a,
.footer-text p {
    font-size: var(--font16);
    color: var(--colorfff);
    font-family: var(--light);
}

.footer-privacy a {
    font-size: var(--font16);
    color: var(--colorfff);
}

.footer-text {
    padding-right: 3px;
}

.footer-bot-cont {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 0.3rem;
}

.footer-share {
    --width1: 24px;
}

.footer-share-code {
    top: auto;
    bottom: calc(100% + 10px);
}

.footer-share-code::before {
    border-top: 8px solid var(--colorfff);
    border-bottom: none;
    top: auto;
    bottom: -8px;
}

.footer-share-code::after {
    top: auto;
    bottom: -10px;
}

.head-nav-item-title {
    font-size: var(--font20);
    color: var(--colormain);
    font-family: var(--medium);
    position: relative;
    transition: var(--transition);
}

.head-nav-item-title::before {
    content: "";
    width: 14px;
    height: 2px;
    background: var(--colormain1);
    position: absolute;
    top: 0;
    left: var(--gap1);
    transition: var(--transition);
    opacity: 0;
}

.head-nav {
    --gap2: 0.17rem;
}

.head-lang-btn {
    position: relative;
    z-index: 5;
    padding-left: 0.24rem;
}

.head-nav-item.yxnav-active1 .head-nav-item-title {
    color: var(--colormain1) !important;
}

.head-nav-item.yxnav-active1 .head-nav-item-title::before {
    opacity: 1;
}

.head-logo {
    width: 218px;
    position: relative;
    z-index: 5;
}

.head-logo img {
    width: 100%;
    opacity: 1 !important;
}

.ys-banner {
    height: 100vh;
}

.ys-ban-slick {
    height: 100%;
}

.ys-ban-slick .slick-list,
.ys-ban-slick .slick-track,
.ys-ban-li,
.ys-ban-imgbox {
    height: 100%;
}

.ys-ban-imgbox img {
    height: 100%;
    object-fit: cover;
}

.ys-ban-imgbox::before {
    height: 22%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.90) 0%, rgba(255, 255, 255, 0.00) 100%);
}

.ys-ban-imgbox::after {
    content: "";
    width: 100%;
    height: 56%;
    background: linear-gradient(180deg, rgba(41, 51, 106, 0.00) 0%, #29336A 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.ys-hd-pc {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.80) 0%, rgba(255, 255, 255, 0.40) 10.2%, rgba(255, 255, 255, 0.00) 100%);
}

.head-lang-top-circle {
    width: 22px;
}

.head-lang-top-circle img {
    width: 100%;
    opacity: 1 !important;
}

.head-lang-top span {
    font-size: var(--font20);
    line-height: var(--headh);
    color: var(--colormain);
    font-family: var(--medium);
    transition: var(--transition);
    margin: 0 5px;
}

.head-wrap {
    display: flex;
    align-items: center;
}

.head-other {
    padding-left: 0.5rem;
}

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

.head-lang-top-jian img {
    width: 100%;
    opacity: 1 !important;
}

.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(--colormain);
}

.ys-ban-title {
    color: var(--colorfff);
    width: 57.8%;
}

.ys-ban-info {
    width: 42.2%;
    padding-left: 0.7rem;
}

.ys-ban-txtbox .ys-cont1280 {
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
}

.ys-ban-info-parga p {
    font-size: var(--font20);
    line-height: var(--line14);
    color: var(--colorfff);
}

.ys-ban-info-btn {
    margin-top: 0.32rem;
}

.ys-ban-txtbox {
    z-index: 5;
    top: auto;
    bottom: 0.92rem;
    align-items: flex-end;
}

.ys-nyban-img {
    position: relative;
}

.ys-nyban-img::before {
    content: "";
    width: 62.5%;
    height: 100%;
    opacity: 0.9;
    background: linear-gradient(270deg, rgba(41, 51, 106, 0.00) 0%, #29336A 100%);
    position: absolute;
    top: 0;
    left: 0;
}

.ys-nyban-img::after {
    content: "";
    width: 100%;
    height: 38%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.90) 0%, rgba(255, 255, 255, 0.00) 100%);
    position: absolute;
    top: 0;
    left: 0;
}

.ys-nyban-title {
    top: auto;
    bottom: 1.2rem;
    align-items: flex-end;
}

.ys-nyban-title h1 {
    font-size: var(--font50);
    font-family: var(--bold);
    line-height: var(--line13);
}

.ys-nyban-title .ys-cont1280 {
    margin: 0 auto;
}

.pc-fenye li {
    color: var(--color666);
    margin: 0 12px;
}

.head-ldi-nub a {
    font-size: var(--font16);
    line-height: var(--line15);
    color: var(--colormain) !important;
    font-family: var(--medium);
    font-weight: 500;
}

.head-lang-down {
    width: 180px;
    padding: 6px 16px;
}

.head-ldi-nub {
    border-bottom: 1px solid #e7e7e7;
}

/* 公共头部与按钮 - start */
.std-btn-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.55rem;
    line-height: var(--line16);
    font-weight: 600;
    transition: var(--transition);
    white-space: nowrap;
}

.std-btn {
    display: flex;
}

.std-btn-link {
    padding: 0.12rem 0.33rem;
}

.std-btn-light .std-btn-link {
    background: var(--colorfff);
    color: var(--colormain2);
}

.std-btn-primary .std-btn-link {
    background: var(--colormain1);
    color: var(--colorfff);
}

/* 公共头部与按钮 - end */

/* 首页 - start */
.home-hero {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: flex-end;
    padding: 1.67rem 0 0.66rem;
    background: var(--colormain);
}

.home-hero-imgbox {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}

.home-hero-imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-hero-txtbox {
    position: relative;
    z-index: 3;
    width: 100%;
}

.home-hero::before,
.home-hero::after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    pointer-events: none;
}

.home-hero::before {
    top: 0;
    height: 40%;
    background: linear-gradient(180deg, rgba(255, 255, 255, .85) 0%, rgba(255, 255, 255, .22) 46%, rgba(255, 255, 255, 0) 100%);
}

.home-hero::after {
    bottom: 0;
    height: 62%;
    background: linear-gradient(180deg, rgba(41, 51, 106, 0) 0%, rgba(41, 51, 106, .98) 100%);
}

.home-hero .ys-cont1280 {
    position: relative;
    z-index: 3;
    margin: 0 auto;
}

.home-hero-core {
    display: flex;
    align-items: flex-end;
    gap: 0.69rem;
}

.home-hero-title {
    width: calc((100% - 0.69rem) * .612);
    line-height: var(--line13);
    color: var(--colorfff);
    font-weight: 700;
}

.home-hero-info {
    width: calc((100% - 0.69rem) * .388);
    display: flex;
    flex-direction: column;
    gap: 0.32rem;
    margin-bottom: 0.08rem;
}

.home-hero-text,
.home-hero-text p {
    line-height: var(--line14);
    color: var(--colorfff);
}

.home-intro-core {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.home-intro-img {
    width: 46.5%;
}

.home-intro-img-box {
    border-radius: 0.2rem;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    overflow: hidden;
}

.home-intro-img img {
    width: 100%;
}

.home-intro-info {
    width: 53.5%;
    padding-left: 1.12rem;
}

.home-section-title {
    color: var(--colormain);
}

.home-section-text,
.home-section-text p {
    line-height: var(--line15);
    color: var(--color414);
}

.home-intro-info .std-btn,
.home-tech-info .std-btn {
    margin-top: 0.2rem;
}

.home-technology {
    position: relative;
    z-index: 1;
}

.home-technology::after {
    content: "";
    width: 100%;
    height: calc(100% - var(--space120) - 1.27rem);
    background: var(--colorbj);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.home-tech-gallery {
    display: flex;
    gap: 0.4rem;
    flex-wrap: wrap;
}

.home-tech-gallery>li:first-child,
.home-tech-gallery>li:last-child {
    width: calc((100% - 0.8rem) * .24);
}

.home-tech-gallery>li:nth-child(2) {
    width: calc((100% - 0.8rem) * .52);
}

.home-tech-img {
    border-radius: 0.2rem;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    overflow: hidden;
    height: 100%;
}

.home-tech-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-tech-core {
    display: flex;
    flex-wrap: wrap;
}

.home-tech-info {
    width: 45%;
    padding-right: 1.18rem;
}

.home-different {
    width: 55%;
    padding: 0.5rem 0.6rem;
    border-radius: 0.2rem;
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.40) 100%);
}

.home-different-title {
    line-height: var(--line13);
    color: var(--colormain);
    margin-bottom: 0.24rem;
    font-family: var(--medium);
}

.home-different-ul {
    display: flex;
    flex-direction: column;
}

.home-different-ul li {
    padding: 0.16rem 0;
    border-bottom: 1px dashed #D0DDE2;
}

.home-different-ul li p {
    color: var(--color414);
}

.home-different-ul li:first-child {
    padding-top: 0;
}

.home-different-ul li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.home-strength-title {
    margin: 0 auto 0.85rem;
    color: var(--colormain);
    text-align: center;
    font-family: var(--medium);
    width: 86%;
}

.home-strength-list {
    display: flex;
    flex-wrap: wrap;
    margin: -0.4rem -0.2rem 0;
}

.home-strength-list-li {
    width: 25%;
    padding: 0 0.2rem;
    margin-top: 0.4rem;
}

.home-strength-icon {
    width: 46px;
    margin-bottom: 0.25rem;
}

.home-strength-text,
.home-strength-text p {
    color: var(--colormain);
}

/* 首页 - end */
/* About Us - start */
.about-intro-core {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.about-intro-copy {
    width: 49%;
    padding-right: 1.04rem;
}

.about-intro-copy .about-section-title {
    padding-right: 0.76rem;
}

.about-section-title {
    color: var(--colormain);
}

.about-intro-text,
.about-intro-text p {
    line-height: var(--line15);
    color: var(--color414);
}

.about-intro-text {
    margin-top: 0.4rem;
}

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

.about-intro-text p:nth-child(1) {
    margin-top: 0;
}

.about-intro-gallery {
    width: 51%;
}

.about-intro-gallery-ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.2rem;
}

.aigu-li {
    width: 50%;
    padding: 0 0.2rem;
}

.aigu-li:nth-child(2) {
    transition-delay: .3s;
}

.about-intro-img {
    border-radius: 0.2rem;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    overflow: hidden;
}

.about-modal-img img:nth-child(n+2) {
    object-fit: cover;
}

.about-modal-img img:nth-child(n+2) {
    object-position: center top;
}

.about-vision {
    position: relative;
    margin-bottom: var(--space120);
}

.about-vision::after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(41, 51, 106, 0.00) 0%, #29336A 100%);
    position: absolute;
    top: 0;
    left: 0;
}

.about-vision-bg {
    width: 100%;
}

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

.about-vision .ys-cont1280 {
    position: relative;
    z-index: 2;
}

.about-vision-text {
    z-index: 5;
}

.about-vm-list {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.about-vm-row {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.about-vm-title {
    width: 51%;
    padding-right: 1rem;
    line-height: var(--line13);
    color: var(--colorfff);
    font-family: var(--bold);
}

.about-vm-text {
    width: 49%;
    padding-right: 0.56rem;
}

.about-vm-text,
.about-vm-text p {
    line-height: var(--line14);
    color: var(--colorfff);
    font-family: var(--medium);
}

.about-history-core {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.about-history-side {
    width: 35%;
}

.about-history-nav {
    width: 140px;
    margin-top: 0.43rem;
    text-align: center;
}

.about-history-years {
    display: block;
}

.about-history-years-wrap {
    overflow: hidden;
}

.about-history-years:not(.slick-initialized)>li:nth-child(n+5) {
    display: none;
}

.about-history-years>li {
    margin-bottom: 0.12rem;
}

.about-history-years>li:last-child {
    margin-bottom: 0;
}

.about-history-years.slick-initialized>li {
    margin-bottom: 0;
}

.about-history-years.slick-vertical .slick-track {
    display: block;
}

.about-history-years.slick-vertical .slick-slide {
    float: none;
    width: 100% !important;
    height: auto;
    border: 0;
    margin-bottom: 0.12rem;
}

.about-history-year {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0.06rem 0;
    border-radius: 0.55rem;
    color: var(--colormain);
    line-height: var(--line15);
    font-weight: 600;
    transition: var(--transition);
}

.about-history-year.is-active {
    background: var(--colormain1);
    color: var(--colorfff);
}

.about-history-arrow {
    width: 60px;
    margin: auto;
    cursor: pointer;
    transition: var(--transition);
}

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

.about-history-prev {
    margin-bottom: 0.2rem;
    transform: rotate(-180deg);
}

.about-history-next {
    margin-top: 0.04rem;
}

.about-history-body {
    width: 65%;
}

.about-history-card {
    padding: 0.5rem 0.4rem 0.57rem 0.6rem;
    overflow: hidden;
    border-radius: 0.2rem;
    background: linear-gradient(180deg, #FFF -73.92%, #F2F7F9 100%), linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.40) 100%);
}

.about-history-card.is-native-scroll {
    overflow-y: auto;
    scrollbar-color: var(--colormain1) transparent;
    scrollbar-width: thin;
}

.about-history-card.is-native-scroll::-webkit-scrollbar {
    width: 2px;
}

.about-history-card.is-native-scroll::-webkit-scrollbar-track {
    background: transparent;
}

.about-history-card.is-native-scroll::-webkit-scrollbar-thumb {
    background: var(--colormain1);
}

.about-history-card.mCustomScrollbar {
    padding-right: 0.8rem;
}

.about-history-card .mCSB_scrollTools {
    right: 0;
    width: 3px;
}

.about-history-card .mCSB_scrollTools .mCSB_draggerRail {
    width: 1px;
    background: rgba(41, 51, 106, .1);
}

.about-history-card .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.about-history-card .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.about-history-card .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.about-history-card .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    width: 3px;
    margin: 0 auto;
    border-radius: 0.1rem;
    background: var(--colormain1);
}

.mCSB_inside>.mCSB_container>* {
    padding-right: 0;
}

.about-history-title {
    color: var(--colormain);
    margin-bottom: 0.24rem;
    font-family: var(--medium);
}

.about-history-text li {
    padding: 0.16rem 0;
    border-bottom: 1px dashed #D0DDE2;
}

.about-history-text,
.about-history-text p {
    color: var(--color414);
    font-family: var(--medium);
}

.about-history-text li:first-child {
    padding-top: 0;
}

.about-history-text li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.about-team-title {
    margin-bottom: 0.44rem;
}

.about-team-list {
    display: flex;
    flex-wrap: wrap;
    margin: -0.4rem -0.2rem 0;
}

.about-team-item {
    width: 25%;
    padding: 0 0.2rem;
    margin-top: 0.4rem;
}

.about-team-img {
    width: 100%;
    border-radius: 0.2rem;
    background: rgba(41, 51, 106, 0.20);
}

.atic-text {
    margin-top: 0.2rem;
}

.about-team-name {
    color: var(--colormain);
    font-family: var(--medium);
    transition: var(--transition);
}

.about-team-role {
    margin-top: 0.05rem;
    line-height: var(--line15);
    color: var(--color414);
}

.about-team-modal-data {
    display: none;
}

.about-team-modal .ys-modal-mask {
    background: var(--colormain);
}

.about-modal-container {
    border-radius: 0.16rem;
    background: var(--colorfff);
}

.about-modal-content {
    width: 100%;
    max-width: none;
    max-height: none;
    padding: 1.06rem 0.9rem 1.66rem 1.1rem;
    border-radius: 0.16rem;
    overflow: hidden;
}

.about-modal-main {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.about-modal-img {
    width: 23%;
    border-radius: 0.16rem;
    background: rgba(41, 51, 106, 0.20);
}

.about-modal-name {
    line-height: var(--line13);
    color: var(--colormain);
    font-family: var(--medium);
}

.about-modal-role {
    margin-top: 0.24rem;
    color: var(--color414);
}

.about-modal-copy {
    margin-top: 0.2rem;
}

.about-modal-copy,
.about-modal-copy p {
    line-height: var(--line15);
    color: var(--color414);
}

.about-modal-copy p {
    margin-bottom: 0.16rem;
}

.about-modal-copy p:last-child {
    margin-bottom: 0;
}

.about-modal-close {
    width: 24px;
    right: 0.54rem;
    top: 0.46rem;
    padding: 0;
    border: 0;
    background: transparent;
}

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

/* About Us - end */

/* Technology - start */
.technology-intro-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 0.8rem;
}

.technology-intro-row:nth-child(1) {
    margin-top: 0;
}

.technology-intro-row:nth-child(2n) {
    flex-direction: row-reverse;
}

.technology-intro-row:nth-child(2n) .technology-intro-copy {
    padding-right: 0.48rem;
    padding-left: 0.88rem;
    transform-origin: 100% 50%;
    -webkit-transform: translate3d(60px, 0, 0);
    transform: translate3d(60px, 0, 0);
}

.technology-intro-row:nth-child(2n) .technology-intro-img {
    transform-origin: 0% 50%;
    -webkit-transform: translate3d(-60px, 0, 0);
    transform: translate3d(-60px, 0, 0);
}

.technology-intro-row:nth-child(2n) .technology-intro-copy.ys-fade-true {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.technology-intro-row:nth-child(2n) .technology-intro-img.ys-fade-true {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.technology-intro-copy {
    width: 52%;
    padding-right: 1.27rem;
}

.technology-intro-copy-right {
    width: 5.35rem;
}

.technology-section-title {
    color: var(--colormain);
    font-family: var(--bold);
}

.technology-intro-copy .technology-section-title {
    margin-bottom: 0.22rem;
}

.technology-intro-text,
.technology-intro-text p,
.technology-pipeline-text,
.technology-pipeline-text p {
    line-height: var(--line15);
    color: var(--color414);
}

.technology-intro-img {
    width: 48%;
    border-radius: 0.2rem;
}

.technology-card-list {
    display: flex;
    flex-wrap: wrap;
    margin: -0.4rem -0.2rem 0;
}

.technology-card-list-li {
    width: 33.333333%;
    margin-top: 0.4rem;
    padding: 0 0.2rem;
}

.tcll-cont {
    border-radius: 0.2rem;
    background: #F2F3F6;
    padding: 0.4rem 0.4rem 0.5rem;
    height: 100%;
}

.technology-card-title {
    padding-bottom: 0.16rem;
    margin-bottom: 0.16rem;
    border-bottom: 1px solid #B4D5D6;
    color: var(--colormain);
}

.technology-card-text li {
    position: relative;
    padding-left: 0.26rem;
    margin-bottom: 0.16rem;
}

.technology-card-text li:last-child {
    margin-bottom: 0;
}

.technology-card-text li p {
    line-height: var(--line15);
    color: var(--color414);
}

.technology-card-text li::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--color414);
    position: absolute;
    left: 0.1rem;
    top: 11px;
}

.technology-card-text li::marker {
    font-size: 0;
}

.technology-card-list-li:nth-child(3n+2),
.contact-office-item:nth-child(3n+2) {
    transform-origin: 50% 50%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.technology-card-list-li:nth-child(3n+3),
.contact-office-item:nth-child(3n+3) {
    transform-origin: 100% 50%;
    -webkit-transform: translate3d(60px, 0, 0);
    transform: translate3d(60px, 0, 0);
}

.technology-card-list-li:nth-child(3n+3).ys-fade-true,
.contact-office-item:nth-child(3n+3).ys-fade-true {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.technology-lead-title {
    font-size: var(--font22);
    line-height: var(--line15);
    color: var(--colormain);
    font-family: var(--bold);
    margin-bottom: 0.4rem;
    text-align: center;
}

.technology-lead-core {
    width: 100%;
}

.technology-advantage {
    padding: 0.78rem 0 0.9rem;
    background: rgba(224, 206, 219, 0.30);
    margin-bottom: var(--space120);
}

.technology-advantage-list {
    display: flex;
    flex-wrap: wrap;
    margin: -0.7rem -0.35rem 0;
}

.technology-advantage-list>li {
    width: 25%;
    padding: 0 0.35rem;
    margin-top: 0.7rem;
}

.technology-advantage-icon {
    width: 46px;
    margin-bottom: 0.4rem;
}

.technology-advantage-text,
.technology-advantage-text p {
    color: var(--colormain);
}

.technology-pipeline-core {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.technology-pipeline-img {
    width: 47%;
}

.technology-pipeline-img-box {
    border-radius: 0.2rem;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    overflow: hidden;
}

.technology-pipeline-img img {
    width: 100%;
}

.technology-pipeline-info {
    width: 53%;
    padding: 0 1.06rem;
}

.technology-pipeline-text {
    margin-top: 0.2rem;
}

.technology-pipeline-info .std-btn1 {
    margin-top: 0.4rem;
}

/* Technology - end */
/* News - start */
.news-release-title {
    margin-bottom: 0.54rem;
    color: var(--colormain);
    font-family: var(--bold);
}

.news-release-list {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.news-release-link {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 0.56rem 1.4rem 0.52rem 0.6rem;
    border: 2px solid #F1F9FC;
    border-radius: 0.2rem;
    background: #F1F9FC;
    transition: var(--transition);
}

.news-release-date {
    display: flex;
    align-items: center;
    padding: 0 0.08rem;
    width: 186px;
}

.news-release-date-icon {
    width: 18px;
}

.news-release-date-icon img {
    width: 100%;
}

.news-release-heading {
    color: var(--colormain);
    font-family: var(--medium);
    transition: var(--transition);
    width: calc(100% - 186px);
    padding-left: 0.6rem;
}

.news-release-page {
    margin-top: 0.7rem;
}

.news-main .footer-nav-active>a {
    color: #70C3DE;
}

.news-release-date span {
    color: #65509C;
    font-family: var(--medium);
    padding-left: 0.12rem;
}

/* News - end */

/* News Detail - start */
.article-banner-text {
    width: 96.875%;
    max-width: 12.4rem;
}

.article-banner-title {
    max-width: 11.9rem;
    color: var(--colorfff);
    font-size: 0.45rem;
    line-height: var(--line13);
    font-family: var(--bold);
}

.article-banner-date {
    margin-top: 0.28rem;
}

.article-banner-date,
.article-banner-date p {
    color: var(--colorfff);
    line-height: var(--line14);
    font-family: var(--medium);
}

.article-copy,
.article-copy p,
.article-copy li {
    color: var(--color414);
    font-size: var(--font18);
    line-height: var(--line16);
}

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

.article-copy .has-icon1 {
    margin-block-start: 0;
    margin-block-end: 0;
    padding: 0;
    list-style: none;
}

.article-copy .has-icon1 li {
    position: relative;
    padding-left: 0.6rem;
    list-style: none;
}

.article-copy .has-icon1 li::marker {
    content: "";
    font-size: 0;
}

.article-copy .has-icon1 li::before {
    content: "";
    width: 40px;
    height: 32px;
    background: url(../images/e2_icon_01.svg) center / contain no-repeat;
    position: absolute;
    left: 0;
    top: 0.02rem;
}

.article-copy .has-icon1 li p {
    font-size: var(--font26);
}

.article-copy a {
    color: #566AAD;
    text-decoration: underline;
    transition: var(--transition);
}

.article-copy h3 {
    color: var(--colormain);
}

/* News Detail - end */

/* Career Detail - start */
.job-banner-title {
    margin-bottom: 0.32rem;
    color: var(--colorfff);
    font-size: 0.45rem;
    line-height: var(--line13);
    font-family: var(--bold);
}

.job-banner-meta {
    display: flex;
    align-items: center;
    gap: 0.34rem;
    margin-top: 0.35rem;
}

.job-banner-meta li {
    display: flex;
    align-items: center;
    gap: 0.12rem;
}

.job-banner-meta li span.std-text20 {
    color: var(--colorfff);
    font-family: var(--medium);
}

.job-banner-icon {
    width: 18px;
    height: 18px;
}

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

.job-copy,
.job-copy p,
.job-copy li {
    font-size: var(--font18);
    color: var(--color414);
}

.yxedr-active ol {
    margin-block-start: 0;
    margin-block-end: 0;
    padding-left: 0.2rem;
}

.yxedr-active ol li {
    margin-bottom: 0.1rem;
}

.yxedr-active ol li:last-child {
    margin-bottom: 0;
}

.yxedr-active ol li p {
    margin-bottom: 0;
}

.job-copy a {
    color: #566AAD;
    text-decoration: underline;
    transition: var(--transition);
}

/* Career Detail - end */

/* Contact - start */
.contact-office-list {
    display: flex;
    flex-wrap: wrap;
    margin: -0.4rem -0.2rem 0;
}

.contact-office-item {
    width: 33.333333%;
    padding: 0 0.2rem;
    margin-top: 0.4rem;
}

.contact-office-img {
    border-radius: 0.2rem;
    overflow: hidden;
}

.contact-office-info {
    margin-top: 0.24rem;
}

.contact-office-title {
    color: var(--colormain);
    font-family: var(--medium);
}

.contact-office-address,
.contact-office-address p {
    color: var(--colormain);
    font-size: var(--font22);
    line-height: var(--line14);
}

.contact-office-points {
    margin-top: 0.3rem;
}

.contact-office-points li {
    padding-left: 0.28rem;
    position: relative;
}

.contact-office-points li p {
    color: var(--color414);
}

.contact-office-points li::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--color414);
    position: absolute;
    top: 14px;
    left: 0.1rem;
}

.contact-office-points li::marker {
    font-size: 0;
}

.contact-section-title {
    color: var(--colormain);
}

.contact-partner-text {
    margin-top: 0.3rem;
}

.contact-partner-text,
.contact-partner-text p {
    color: var(--color414);
    line-height: var(--line15);
}

.contact-partner-label {
    margin-top: 0.3rem;
}

.contact-partner-label,
.contact-partner-label p {
    color: var(--colormain);
    font-size: var(--font22);
    line-height: var(--line14);
    font-family: var(--medium);
}

.contact-mail-card,
.contact-job-card {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 0.2rem;
    background: #7A315B;
}

.contact-mail-card {
    margin-top: 0.32rem;
    padding: 0.55rem 1.07rem;
}

.contact-mail-card>img,
.contact-job-card>img {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-mail-text,
.contact-mail-text p,
.contact-mail-text a {
    color: var(--colorfff);
    font-size: var(--font26);
    line-height: var(--line14);
}

.contact-mail-text a,
.contact-job-card-text a {
    text-decoration: underline;
}

.contact-careers {
    padding: var(--space120) 0;
    background: #E4EFF3;
    margin-bottom: var(--space120);
}

.contact-careers-kicker {
    color: var(--colormain);
    font-family: var(--medium);
}

.contact-careers .contact-section-title {
    margin-top: 0.08rem;
}

.contact-values {
    position: relative;
    margin-top: 0.24rem;
}

.contact-values-img {
    border-radius: 0.2rem;
    overflow: hidden;
}

.contact-values-img img {
    width: 100%;
}

.contact-values-card {
    position: relative;
    z-index: 2;
    width: 89%;
    margin: -1.9rem auto 0;
    padding: 0.64rem 1.05rem 2.2rem;
    overflow: hidden;
    border-radius: 0.2rem;
    background: var(--colorfff);
}

.contact-values-copy {
    position: relative;
    z-index: 2;
}

.contact-values-copy p {
    color: var(--color414);
    font-size: var(--font22);
    line-height: var(--line15);
    margin-bottom: 0.2rem;
    font-family: var(--light);
}

.contact-values-copy p:last-child {
    margin-bottom: 0;
}

.contact-values-copy strong,
.yxedr-active strong {
    font-family: var(--bold);
    font-weight: normal;
}

.contact-values-word {
    font-size: 2.03rem;
    line-height: var(--line12);
    color: #E4EFF3;
    font-family: var(--bold);
    white-space: nowrap;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -0.54rem;
}

.contact-jobs .contact-section-title {
    margin-bottom: 0.42rem;
}

.contact-job-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact-job-item:nth-child(1) {
    padding-top: 0;
}

.contact-job-item {
    padding: 0.3rem 0;
    border-bottom: 1px solid #D6D6D6;
}

.contact-job-item:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.contact-job-title,
.contact-job-title a {
    font-size: var(--font26);
    line-height: var(--line14);
    color: var(--colormain);
    font-family: var(--medium);
    transition: var(--transition);
}

.contact-job-text {
    margin-top: 0.22rem;
}

.contact-job-text,
.contact-job-text p,
.contact-job-text a {
    font-size: var(--font18);
    line-height: var(--line14);
    color: var(--colormain);
}

.contact-job-text a {
    font-family: var(--bold);
    text-decoration: underline;
    transition: var(--transition);
}

.contact-job-meta {
    display: flex;
    flex-direction: column;
    gap: 0.12rem;
    margin: 0.22rem 0 0;
    padding: 0;
    list-style: none;
}

.contact-job-meta li {
    display: flex;
    align-items: center;
    gap: 0.18rem;
}

.contact-job-icon {
    width: 24px;
}

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

.contact-job-meta span.std-text18 {
    color: var(--color414);
    line-height: var(--line14);
}

.contact-job-card {
    margin-top: var(--space120);
    padding: 0.76rem 1.77rem 0.83rem 0.85rem;
}

.contact-job-card-text,
.contact-job-card-text p,
.contact-job-card-text a {
    color: var(--colorfff);
    font-size: var(--font26);
    line-height: var(--line14);
    font-family: var(--medium);
}

.contact-main .footer-nav-active>a {
    color: #70C3DE;
}

/* Contact - end */

/* Pipeline - start */
.pipeline-overview-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pipeline-overview-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.pipeline-overview-item:nth-child(1) {
    margin-top: 0;
}

.pipeline-overview-info {
    width: 60%;
    padding-right: 1.2rem;
}

.pipeline-section-title,
.pipeline-programs-title {
    color: var(--colormain);
}

.pipeline-overview-text {
    margin-top: 0.3rem;
}

.pipeline-overview-text,
.pipeline-overview-text p {
    line-height: var(--line15);
    color: var(--color414);
}

.pipeline-overview-text p {
    margin-bottom: 0.16rem;
}

.pipeline-overview-text p:last-child {
    margin-bottom: 0;
}

.pipeline-overview-img {
    width: 40%;
    border-radius: 0.2rem;
}

.pipeline-programs {
    background: #F1F9FC;
    margin-top: var(--space120);
}

.pipeline-programs-title {
    width: 77%;
}

.pipeline-table-list {
    margin-top: 0.56rem;
}

.pipeline-table {
    margin-bottom: 30px;
}

.pipeline-table:last-child {
    margin-bottom: 0;
}

.pipeline-table-head {
    display: flex;
    align-items: center;
    gap: 0.18rem;
    margin-bottom: 0.24rem;
}

.pipeline-table-title {
    padding: 0.1rem 0.22rem;
    border-radius: 0.08rem;
    background: var(--bgcolor);
    line-height: var(--line12);
    color: var(--colorfff);
    font-family: var(--medium);
}

.pipeline-mobile-tip {
    display: none;
    color: var(--colormain);
    font-family: var(--bold);
}

.pipeline-table-scroll {
    overflow-x: auto;
    scrollbar-width: thin;
}

.pipeline-table-row {
    display: flex;
    align-items: center;
    gap: 0.1rem;
    min-height: 44px;
    margin-bottom: 0.05rem;
}

.pipeline-table-row:last-child {
    margin-bottom: 0;
}

.pipeline-table-row-title {
    min-height: 48px;
    margin-bottom: 0.24rem;
}

.pipeline-table-cell {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--font18);
    line-height: var(--line15);
    color: var(--color414);
    text-align: center;
    min-height: 44px;
}

.pipeline-table-row-title .pipeline-table-cell {
    min-height: 48px;
    padding: 0 0.04rem;
    border-radius: 0.08rem;
    background: #F1F1F1;
    color: var(--colormain);
    font-size: var(--font16);
    line-height: 1.1;
}

.pipeline-table-row-title>.pipeline-col-progress {
    padding: 0;
    background: transparent;
}

.pipeline-stage-heads {
    display: flex;
    width: 100%;
    gap: 0.1rem;
}

.pipeline-stage-heads span {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 0;
    min-height: 48px;
    padding: 0 0.06rem;
    border-radius: 0.08rem;
    background: #F1F1F1;
}

.pipeline-col-compound,
.pipeline-col-target,
.pipeline-col-tissue,
.pipeline-col-rights {
    /* flex: 0 0 8.16%; */
    width: 8.16%;
}

.pipeline-col-indication {
    /* flex: 0 0 10.55%; */
    width: 10.55%;
}

.pipeline-col-progress {
    /* flex: 0 0 calc(40.8% + 0.4rem); */
    width: calc(40.8% + 0.4rem);
}

.pipeline-col-partner {
    flex: 1 1 0;
}

.pipeline-merge-text {
    display: block;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.pipeline-merge-span3 {
    transform: translateY(calc(44px + 0.05rem));
}

.pipeline-merge-span2 {
    transform: translateY(calc(22px + 0.05rem));
}

.pipeline-merge-hide {
    visibility: hidden;
}

.pipeline-progress {
    display: flex;
    align-items: center;
    width: 100%;
    height: 35px;
}

.pipeline-progress-bar {
    display: block;
    width: 0;
    height: 100%;
    border-radius: 9.99rem;
    background: var(--bgcolor);
    transition: width 1s cubic-bezier(.22, .61, .36, 1) 0.12s;
}

.pipeline-table.ys-fade-true .pipeline-progress-bar {
    width: var(--progress, 0%);
}

.pipeline-partner-logo {
    display: block;
    max-width: 0.78rem;
    height: auto;
}

.pipeline-notes {
    margin-top: 0.54rem;
    opacity: 0.8;
}

.pipeline-notes,
.pipeline-notes p {
    line-height: var(--line15);
    color: var(--color414);
}

.pipeline-notes p strong {
    font-weight: normal;
    font-family: var(--medium);
}

.pipeline-main .footer-nav-active>a {
    color: #70C3DE;
}

.pipeline-notes-tit {
    font-size: var(--font18);
    line-height: var(--line12);
    color: var(--colormain);
    font-family: var(--bold);
    margin-bottom: 0.05rem;
}

/* Pipeline - end */
/*鼠标效果*/
@media screen and (min-width: 1200px) {

    .head-nav-item-title:hover,
    .head-lang-top:hover span,
    .head-lang-top:hover .head-lang-text,
    .head-ldi-nub a:hover {
        color: var(--colormain1) !important;
    }

    .footer-nav>li>a:hover {
        color: #70C3DE;
    }

    .std-btn1-box:hover {
        background: var(--colormain1);
    }

    .std-btn1-box:hover span {
        color: var(--colorfff);
    }

    .std-btn1.has-bg .std-btn1-box:hover {
        background: var(--colormain);
    }

    .head-contact a:hover,
    .std-btn-primary .std-btn-link:hover {
        background: var(--colormain);
        color: var(--colorfff);
    }

    .std-btn-light .std-btn-link:hover {
        background: var(--colormain1);
        color: var(--colorfff);
    }

    .home-tech-img img:nth-child(2),
    .home-intro-img img,
    .about-intro-img img:nth-child(2),
    .technology-intro-img img:nth-child(2),
    .about-team-img img:nth-child(2),
    .technology-pipeline-img img {
        transition: var(--transition1);
    }

    .home-tech-img:hover img:nth-child(2),
    .home-intro-img:hover img,
    .about-intro-img:hover img:nth-child(2),
    .technology-intro-img:hover img:nth-child(2),
    .about-team-item-cont:hover .about-team-img img:nth-child(2),
    .technology-pipeline-img:hover img {
        transform: scale(1.05);
    }

    .about-history-year:hover {
        background: var(--colormain1);
        color: var(--colorfff);
    }

    .about-team-item-cont:hover .about-team-name {
        color: var(--colormain1);
    }

    .about-modal-close:hover span {
        background: var(--colormain);
    }

    /* News/Contact/Pipeline - start */
    .news-release-link:hover {
        border-color: #70C3DE;
        background: #e2f3f8;
    }

    .article-copy a:hover,
    .job-copy a:hover,
    .contact-mail-text a:hover,
    .contact-job-title a:hover,
    .contact-job-text a:hover,
    .contact-job-card-text a:hover {
        color: #70C3DE;
    }

    .pipeline-overview-img img:nth-child(2),
    .contact-office-img img:nth-child(2),
    .contact-values-img img {
        transition: var(--transition1);
    }

    .pipeline-overview-img:hover img:nth-child(2),
    .contact-office-img:hover img:nth-child(2),
    .contact-values-img:hover img {
        transform: scale(1.05);
    }

    /* News/Contact/Pipeline - end */
}


/* 2026.5.12Linda切图调整-start */
.home-intro-info .home-section-text {
    padding-right: 1.04rem;
    margin-top: 0.33rem;
}

.home-intro-info .std-btn1 {
    margin-top: 0.33rem;
}

.home-tech-info .home-section-title {
    padding-right: 0.64rem;
}

.home-tech-info .home-section-text {
    margin-top: 0.26rem;
    padding-right: 0.5rem;
}

.home-tech-info .std-btn1 {
    margin-top: 0.4rem;
}

.about-history-card-cont {
    max-height: 380px;
}

.about-history-title,
.about-history-text {
    padding-right: 0.5rem !important;
}

.ahyw-slick .slick-track {
    display: block;
}

.ahyw-slick-li span {
    font-size: var(--font16);
    line-height: 40px;
    font-family: var(--medium);
    color: var(--colormain);
    transition: var(--transition);
    display: block;
    border-radius: 0.5rem;
}

.ahyw-slick-li {
    margin-bottom: 0.16rem;
    cursor: pointer;
}

.ahyw-slick-li.slick-current span {
    background: var(--colormain1);
    color: var(--colorfff);
}

.technology-lead-figure {
    display: flex;
    position: relative;
}

.technology-lead-figure-nub1 {
    width: 18.5%;
    display: flex;
    flex-direction: column;
    margin-top: 80px;
    position: relative;
    opacity: 0;
    transform: scale(0.3);
    transition: transform 1.5s var(--bezier1), opacity 1.2s var(--bezier1);
    transition-delay: 0.4s;
}

.tlfn-img {
    width: 120px;
    margin-left: calc(100% - 120px);
}

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

.tlfn-text-title {
    font-size: var(--font22);
    line-height: var(--line12);
    color: var(--colormain1);
    font-family: var(--medium);
}

.tlfn-text-parga p {
    color: var(--colormain1);
    font-style: italic;
}

.technology-lead-figure-nub1 .tlfn-text {
    margin-top: -0.32rem;
}

.tlfn-line {
    width: 45px;
    height: 65px;
    position: absolute;
    right: -0.24rem;
    top: 0.32rem;
    border-bottom: 2px solid var(--colormain);
}

.tlfn-line::after {
    content: "";
    width: 2px;
    height: 100%;
    background: var(--colormain);
    position: absolute;
    right: 0;
    top: 0;
}

.technology-lead-figure-nub2 {
    width: 42%;
    padding-top: 60px;
    position: relative;
}

.tlfn-tp {
    width: 125px;
    position: absolute;
    right: 0.94rem;
    top: 0;
    opacity: 0;
    transform: scale(0.3);
    transition: transform 1.5s var(--bezier1), opacity 1.2s var(--bezier1);
    transition-delay: 0.4s;
}

.tlfn-tp-img {
    width: 76%;
}

.tlfn-tp-img img {
    width: 100%;
}

.tlfn-tp-text {
    font-size: var(--font22);
    line-height: var(--line15);
    color: var(--colormain);
    font-family: var(--medium);
    position: absolute;
    right: 0;
    bottom: 0;
}

.tlfn-tp-line {
    width: 50px;
    height: 68px;
    border-top: 2px solid var(--colormain);
    position: absolute;
    right: -15px;
    bottom: -24px;
}

.tlfn-tp-line::after {
    content: "";
    width: 2px;
    height: 100%;
    background: var(--colormain);
    position: absolute;
    right: 0;
    top: 0;
}

.tlfn-info {
    width: 58%;
    margin: 0.3rem auto 0;
}

.tlfn-info p {
    font-size: var(--font14);
    line-height: var(--line15);
    color: var(--color414);
    text-align: center;
}

.technology-lead-figure-nub3 {
    width: 15%;
    margin-top: 70px;
    position: relative;
    opacity: 0;
    transform: scale(0.3);
    transition: transform 1.5s var(--bezier1), opacity 1.2s var(--bezier1);
    transition-delay: 0.4s;
}

.technology-lead-figure-nub3 .tlfn-text-title {
    color: var(--colormain);
}

.technology-lead-figure-nub3 .tlfn-text-parga p {
    color: var(--colormain);
}

.tlfn-img3 {
    width: 120px;
}

.tlfn-img3 img {
    width: 100%;
}

.technology-lead-figure-nub3 .tlfn-text {
    margin: -20px 0 0 50px;
}

.tlfn-line3 {
    width: 50px;
    height: 70px;
    border-left: 2px solid var(--colormain);
    position: absolute;
    left: -18px;
    top: 34px;
}

.tlfn-line3::after {
    content: "";
    width: 100%;
    height: 2px;
    background: var(--colormain);
    position: absolute;
    left: 0;
    bottom: 0;
}

.technology-lead-figure-nub4 {
    width: 12%;
    margin-left: -0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
    transition: transform 1.5s var(--bezier1), -webkit-transform 1.5s var(--bezier1), opacity 1.2s var(--bezier1);
    transition-delay: 0.4s;
}

.tlfn-cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
}

.tlfn-cont-img1 {
    width: 40px;
}

.tlfn-cont-img2 {
    width: 60px;
}

.tlfn-cont-tit {
    font-size: var(--font14);
    color: var(--colormain);
    font-family: var(--medium);
    position: absolute;
    border-radius: 0.6rem;
    text-align: center;
    border: 2px solid var(--colormain);
    background: var(--colorfff);
    line-height: var(--line12);
    padding: 0.05rem 0.17rem;
    left: 0.24rem;
}

.technology-lead-figure-nub5 {
    width: calc(12.5% + 0.5rem);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    opacity: 0;
    transform: scale(0.3);
    transition: transform 1.5s var(--bezier1), opacity 1.2s var(--bezier1);
    transition-delay: 0.4s;
}

.tlfn-ul-li-tit {
    font-family: var(--medium);
    color: var(--colormain);
    padding-left: 0.15rem;
}

.tlfn-ul-li-icon {
    width: 50px;
}

.tlfn-ul-li {
    display: flex;
    align-items: center;
    margin-bottom: 0.3rem;
}

.tlfn-ul-li:last-child {
    margin-bottom: 0;
}

.technology-lead-figure-nub6 {
    width: 14.84%;
    position: absolute;
    right: -0.6rem;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 1.5s var(--bezier1);
    transition-delay: 1.3s;
}

.tlfn-img6 {
    width: 100%;
}

.tlfn-img6 img {
    width: 100%;
}

.tlfn-bt {
    opacity: 0;
    transform-origin: 0% 50%;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
    transition: var(--transition2);
}

.technology-lead-core.active .tlfn-bt,
.technology-lead-core.active .technology-lead-figure-nub4 {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.technology-lead-core.active .technology-lead-figure-nub1,
.technology-lead-core.active .tlfn-tp,
.technology-lead-core.active .technology-lead-figure-nub3,
.technology-lead-core.active .technology-lead-figure-nub5 {
    opacity: 1;
    transform: scale(1);
}

.technology-lead-core.active .technology-lead-figure-nub6 {
    opacity: 1;
}

.technology-lead-molecule {
    width: 100%;
}

.technology-lead-molecule img {
    width: 100%;
}

.ys-fadescale1 {
    opacity: 0;
    transform: scale(0.3);
    transition: var(--transition2);
    will-change: transform, opacity;
}

.ys-fadescale1.ys-fade-true {
    opacity: 1;
    transform: scale(1);
}

.ys-nyban-parga {
    margin-top: 0.4rem;
}

.ys-nyban-parga,
.ys-nyban-parga p {
    color: var(--colorfff);
    font-family: var(--medium);
}

.newsdet-main .ys-nyban-title,
.jobdet-main .ys-nyban-title {
    bottom: 0.6rem;
}

.about-modal-detail {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.about-modal-detail-img {
    width: 23%;
    border-radius: 0.16rem;
    background: rgba(41, 51, 106, 0.20);
}

.about-modal-detail-text {
    width: 77%;
    padding-left: 0.64rem;
    /* max-height: 600px; */
}

.amdt-box {
    padding-right: 0.2rem !important;
}

.amdt-box-name {
    font-family: var(--medium);
    color: var(--colormain);
}

.amdt-box-role {
    margin-top: 0.24rem;
    color: var(--color414);
}

.amdt-box-parga {
    margin-top: 0.2rem;
    line-height: var(--line15);
    color: var(--color414);
}

.amdt-box-parga p {
    line-height: var(--line15);
    color: var(--color414);
    margin-bottom: 0.16rem;
}

.amdt-box-parga p:last-child {
    margin-bottom: 0;
}

/* 2026.5.12Linda切图调整-end */

/* 2026.5.26修改-start */
.pipeline-table-cell {
    padding: 0 0.04rem;
}

.pipeline-table-wrap {
    width: 75.52%;
}

.pipeline-table-row-title .pipeline-table-wrap {
    display: flex;
    gap: 0.1rem;
}

.pipeline-table-wrap-nub {
    width: 100%;
    display: flex;
    gap: 0.1rem;
}

.pipeline-col-indication {
    width: 14.42%;
}

.pipeline-col-progress {
    width: 60.04%;
}

.pipeline-col-rights,
.pipeline-col-partner {
    width: 11.16%;
}

.pipeline-table-row-title .pipeline-col-progress {
    background: transparent;
}

/* 2026.5.26修改-end */


/* 2026.6.2修改-start */
.footer-privacy {
    padding-left: 10px;
}

.tlfn-line,
.tlfn-tp-line,
.tlfn-line3 {
    border: none !important;
}

.tlfn-line::before {
    content: "";
    width: 100%;
    height: 2px;
    background: var(--colormain);
    position: absolute;
    right: 0;
    bottom: 0;
}

.tlfn-tp-line::before {
    content: "";
    width: 100%;
    height: 2px;
    background: var(--colormain);
    position: absolute;
    right: 0;
    top: 0;
}

.tlfn-line3::before {
    content: "";
    width: 2px;
    height: 100%;
    background: var(--colormain);
    position: absolute;
    left: 0;
    top: 0;
}

.about-history-text ul {
    margin-block-start: 0;
    margin-block-end: 0;
}

.about-history-text p {
    margin-bottom: 0;
}

/* 2026.6.2修改-end */

/* 2026.6.6修改-start */
.ys-nyban-title {
    bottom: 1.1rem;
}

.technology-intro-img {
    width: 47%;
}

.technology-intro-copy {
    width: 53%;
}

.footer-privacy a {
    text-decoration: underline;
}

.ys-pribanner {
    background: #0E2B6C !important;
}

.ys-secretnr p {
    color: #414042;
}

.ys-modal-wrap-cont {
    width: 100vw;
    max-width: 1338px;
    min-width: 50vw;
}

.about-modal-content {
    padding: 93px 116px;
}

.about-modal-detail-text {
    height: calc(70vh - 186px);
}

/* 2026.6.6修改-end */
/* 2026.6.23 - Teemo修改- start */
.home-strength-list,
.technology-advantage-list,
.technology-card-list {
    justify-content: center;
}

.technology-card-list {
    margin: -0.4rem -0.12rem 0;
}

.technology-card-list-li {
    width: 25%;
    padding: 0 0.12rem;
}

.tcll-cont {
    padding: 0.3rem 0.3rem 0.5rem;
}

/* 2026.6.23 - Teemo修改- end */

/* 2026.6.26修改-start */
.news-release-date {
    width: 195px;
}

.news-release-heading {
    width: calc(100% - 195px);
}

.footer-top-le {
    width: 47%;
}

.footer-nav {
    width: auto;
    justify-content: flex-start;
}

.footer-top-ri {
    width: 53%;
    padding-left: 0.2rem;
}

.pipeline-stage-heads span {
    line-height: 1.2;
}

.ys-nyban-img::before {
    background: linear-gradient(270deg, rgba(41, 51, 106, 0.00) 0%, #29336A 79.3%);
}

/* 2026.6.26修改-end */

/* 2026.6.30 - Teemo修改 - start */
.technology-intro-row {
    justify-content: center;
}

.technology-intro-row.no-pic .technology-intro-copy {
    padding: 0;
}

.technology-intro-row.no-pic .technology-intro-img {
    width: 0;
}

.technology-intro-text li {
    list-style-type: disc;
    margin-left: 0.2rem;
}

.pipeline-overview-item {
    justify-content: center;
}

.pipeline-overview-item.no-pic .pipeline-overview-info {
    padding: 0;
}

.pipeline-overview-item.no-pic .pipeline-overview-img {
    width: 0;
}

/* 2026.6.30 - Teemo修改 - end */
/* 2026.7.28 - Teemo新增 - start */
.partner-coop-part-tit {
    color: var(--colormain);
    line-height: var(--line13);
    margin-bottom: 0.3rem;
    font-family: var(--bold);
}

.partner-coop-part-cont p {
    color: var(--color414);
    line-height: var(--line15);
    margin-bottom: 0.26rem;
}

.partner-coop-part-cont p:last-child {
    margin-bottom: 0;
}

.partner-coop-part-cont {
    margin-bottom: var(--space80);
}

.partner-coop-part-ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    --gap: 0.54rem;
}

.pcpu-li {
    padding: 0 var(--gap);
    margin-bottom: 0.3rem;
    width: 25%;
}

.pcpu-li-img-logo {
    width: 100%;
}

.pcpu-li-img {
    width: 100%;
}

.pcpu-li-img img {
    width: 100%;
}

.piul-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.piul-cont-img {
    width: 46.7%;
    border-radius: 0.2rem;
}

.piul-cont-img img {
    width: 100%;
}

.piul-cont-info {
    width: 44.7%;
}

.piul-cont-info-msg {
    width: 83%;
    margin-bottom: 0.33rem;
}

.piul-cont-info-msg p {
    color: var(--color414);
    line-height: var(--line15);
}

.partner-info-ul-li {
    margin-bottom: var(--space80);
}

.partner-info-ul-li:last-child {
    margin-bottom: 0;
}

.partner-info-ul-li:nth-child(2n) .piul-cont {
    flex-direction: row-reverse;
}

.partner-content .contact-job-card-text p {
    font-family: 'shengyin-Regular';
}

.partner-content .contact-job-card-text a {
    font-family: 'shengyin-Regular';
}

.partner-content .contact-job-card {
    padding: 0.57rem 1.18rem;
    margin-top: var(--space90);
}

.head-search-btn {
    margin-right: 0.15rem;
}
.head-search-btn img{
    width: 100%;
}
.ys-hd-pc.ishover .head-search-btn img {
    opacity: 1 !important;
}

.ys-hd-pc.isfixed .head-search-btn img:first-child {
    opacity: 1;
}

.head-other {
    padding-left: 0.36rem;
}

.head-nav {
    --gap2: 0.07rem;
}

/* 2026.7.28 - Teemo新增 - end */
/* 2026.8.1 - Teemo新增 - start */
.technology-pipeline-core.no-pic {
    justify-content: center;
}

.technology-pipeline-core.no-pic .technology-pipeline-img {
    display: none;
}

.technology-pipeline-core.no-pic .technology-pipeline-info {
    padding: 0;
}

/* 2026.8.1 - Teemo新增 - end */
/* 2026.8.10 新增 start */
.head-nav {
    --gap2: 0.15rem;
}

.head-nav-item-title {
    padding: var(--gap1);
    margin: 0 var(--gap2);
}

.head-other {
    padding-left: 0.9rem;
}

.head-search-btn {
    margin-right: 0.3rem;
}

.head-lang-btn {
    padding-left: 0.5rem;
}

/* 2026.8.10 新增 end */


/* 2026.8.12 新增 start */
.head-nav {
    --gap2: 0.15rem;
}

.head-nav-item-title {
    padding: var(--gap1);
    margin: 0 var(--gap2);
}

.head-other {
    padding-left: 0.9rem;
}

.head-search-btn {
    margin-right: 0.3rem;
}

.head-lang-btn {
    padding-left: 0.5rem;
}

/* 2026.8.12 新增 end */

/* 2026.6.30 - code - start */
.events-title {
    margin-bottom: 0.34rem;
    color: var(--colormain);
    font-family: var(--bold);
    line-height: 1.365;
}

.events-archive {
    overflow: visible;
}

.events-list,
.events-archive-list,
.events-action-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.events-presentations .events-list {
    background: transparent;
    border-radius: none;

}

.events-presentations .events-archive-item-ul {
    display: flex;
    background: #f1f9fc;
    border-radius: 0.1rem;
}

.events-list {
    display: flex;
    background: #f1f9fc;
    border-radius: 0.1rem;
}

.events-head {
    display: flex;
}

.events-cell1 {
    width: 29.8%;
    padding: 0.16rem 0.34rem;
}

.events-cell2 {
    width: 32.2%;
    padding: 0.16rem 0.34rem;
}

.events-cell3 {
    width: 38%;
    padding: 0.16rem 0.34rem;
}

.events-bot .events-cell1 {
    padding: 0.36rem 0.34rem;
}

.events-bot .events-cell2 {
    padding: 0.36rem 0.34rem;
}

.events-bot .events-cell3 {
    padding: 0.36rem 0.34rem;
}

.events-archive .events-bot .events-cell1 {
    padding: 0.42rem 0.34rem 0.38rem 0.34rem;
}

.events-archive .events-bot .events-cell2 {
    padding: 0.42rem 0.34rem 0.38rem 0.34rem;
}

.events-cell {
    color: var(--colormain);
    font-family: var(--medium);
    line-height: 1.4;
    display: flex;
    align-items: center;
}

.events-list-li1 {
    color: #65509C;
    font-family: var(--medium);
    line-height: var(--line14);
}

.events-list-li2 {
    color: var(--colormain);
    font-family: var(--medium);
    line-height: var(--line14);
}

.events-list-li3 {
    color: var(--colormain);
    line-height: 1.65;
}

.events-card {
    display: flex;
    align-items: center;
    padding: 0.36rem 0.62rem 0.35rem 0.34rem;
    border-radius: 10px;
    background: #f1f9fc;
}

.events-presentations .events-head .events-cell2 {
    padding: 0.24rem 0.34rem;
}

.events-presentations .events-head .events-cell1 {
    padding: 0.24rem 0.34rem;
}

.events-presentations .events-list .events-cell2 {
    padding: 0.36rem 0.64rem 0.36rem 0.34rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.events-presentations .events-list .events-cell1 {
    padding: 0.36rem 0.34rem;
    display: flex;
    align-items: center;
}

.events-upcoming {
    overflow: visible;
}

.events-upcoming.on .events-state-data {
    display: none;
}

.events-upcoming.on .events-state-empty {
    display: block;
}

.events-upcoming .events-state-empty {
    display: none;
}

.events-presentations .events-archive-item {
    border: none;
}

.events-presentations .events-archive-item-ul {
    border: none;
}

.events-card .events-date,
.events-archive-item .events-date {
    color: #65509c;
    font-family: var(--medium);
    line-height: var(--line14);
}

.events-card-title,
.events-presentation-link {
    margin: 0;
    color: #29336a;
    font-family: var(--medium);
    line-height: var(--line14);
}

.events-card .events-location {
    color: #414042;
    line-height: 1.655;
}

.events-filter {
    position: relative;
    z-index: 20;
    display: flex;
    align-items: center;
    margin-bottom: 0.3rem;
}

.events-filter-label {
    margin-right: 0.3rem;
    color: var(--color414);
    font-family: var(--medium);
    line-height: var(--line13);
}

.events-year-select {
    position: relative;
    width: 1.25rem;
    height: 38px;
    z-index: 5;
}

.events-year-select.zindex {
    z-index: 30;
}

.events-year-select-hd {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border: 1px solid #dedede;
    border-radius: 0.55rem;
    cursor: pointer;
    transition: var(--transition);
}

.events-year-value {
    display: block;
    width: 100%;
    cursor: pointer;
    padding: 0 0.36rem;
    color: #151515;
}

.events-year-value::placeholder {
    font-size: 18px;
    line-height: var(--line16);
    color: #151515;
}

.events-year-arrow {
    display: block;
    right: 0.28rem;
    width: 8px;
}

.events-year-arrow img {
    width: 100%;
}

.events-year-select-bd {
    display: none;
    position: absolute;
    z-index: 30;
    top: calc(100% + 0.08rem);
    left: 0;
    width: 100%;
    padding: 0.08rem 0;
    border: 1px solid #dedede;
    border-radius: 0.12rem;
    background: #ffffff;
    box-shadow: 0 0.08rem 0.18rem rgba(41, 51, 106, 0.12);
}

.events-year-options {
    margin: 0;
    padding: 0;
    max-height: 2rem;
}

.events-archive .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #65509c;
}

.events-year-option {
    padding: 0.06rem 0.22rem;
    color: var(--color414);
    line-height: var(--line13);
    cursor: pointer;
}

.events-year-option.on,
.events-year-option:hover {
    color: #65509c;
}

.events-archive-list {
    border-top: 1px solid #d5d5d5;
}

.events-archive-item {
    width: 100%;
}

.events-archive-item.is-hidden {
    display: none;
}

.events-archive-item .events-card-title {
    line-height: 1.3;
}

.events-archive-desc-con {
    margin-top: 0.24rem;
}

.events-archive-desc-con p {
    color: var(--color414);
    line-height: var(--line13);
}

.events-archive-desc-con span {
    font-family: var(--medium);
    font-size: 18px;
}

.events-action-list {
    margin-top: 0.32rem;
}

.events-action-item {
    margin-bottom: 0.12rem;
}

.events-action-item:last-child {
    margin-bottom: 0;
}

.events-action {
    display: flex;
    align-items: center;
    color: #414042;
    font-size: 0.16rem;
    line-height: 1.3;
    width: fit-content;
}

.events-presentation-link-img {
    display: block;
    width: 20px;
    object-fit: contain;
    flex: none;
}

.events-action img,
.events-presentation-link-img img {
    width: 100%;
}

.events-archive-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.events-presentation-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.events-empty {
    padding: 0.36rem 0.34rem 0.35rem;
    border-radius: 0.1rem;
    background: #f1f9fc;
}

.events-presentation-link-text {
    width: 92%;
}

.events-presentation-link-text p {
    color: var(--colormain);
    line-height: var(--line14);
    font-family: var(--medium);
}

.events-empty p {
    color: var(--color414);
    line-height: var(--line165);
}

.events-table-empty.events-table-archive {
    border-top: 1px solid #d5d5d5;
}

.events-empty-line {
    padding-top: 0;
    border-top: 0;
    border-radius: 0;
    background: transparent;
}

.events-archive .events-title {
    margin-bottom: 0.5rem;

}

.events-archive-item-list {
    display: flex;
}

.events-archive-item-ul {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #d5d5d5;
}

.events-archive .events-cell2 {
    width: 70%;
}

.events-cell span {
    display: none;
    padding-right: 0.16rem;
}

.events-cell1 span {
    display: none;
    padding-right: 0.16rem;
}

.events-cell2 span {
    display: none;
    padding-right: 0.16rem;
}

.events-archive-desc-con span {
    display: inline-block;
}

.events-presentations .events-cell2 {
    width: 70%;
}

.events-action-text p {
    color: var(--color414);
    line-height: var(--line13);
    text-decoration: underline;
}

.events-action-img {
    width: 20px;
    margin-right: 0.12rem;
}

.events-action-img img {
    width: 100%;
}

.events-archive .events-cell {
    padding: 0.2rem 0.34rem;
}

.events-archive .events-archive-item-ul .events-cell {
    padding: 0.42rem 0.34rem 0.38rem;
}

.events-archive.on .events-state-data {
    display: none;
}

.events-archive.on .events-state-empty {
    display: block;
}

.events-archive .events-state-empty {
    display: none;
}

.events-archive .events-state-empty {
    border-bottom: 1px solid #D5D5D5;
    border-top: 1px solid #D5D5D5;
    background: transparent;
}

.events-archive .events-empty {
    background: transparent;
    padding: 0.42rem 0.34rem 0.38rem;
}

.events-bot-ul .events-list-li1 {
    padding: 0.36rem 0.34rem;
}

.events-bot-ul .events-list-li2 {
    padding: 0.36rem 0.34rem;
}

.events-bot-ul .events-list-li3 {
    padding: 0.36rem 0.34rem;
}

@media screen and (min-width: 1200px) {

    .events-action:hover .events-action-text p {
        color: #70C3DE;
    }

    .events-year-select-hd:hover {
        color: #70C3DE;
    }

    .events-presentation-link:hover .ys-imgbox-cover img {
        transform: scale(1);
    }

    .events-action:hover .ys-imgbox-cover img {
        transform: scale(1);
    }
}


/* 2026.6.30 - code - end */

/* 2026.6.30 - code1 - start */
/* G5 Stock Information - start */
.stock-content .std-font100,
.stock-content .std-font100 p {
    font-family: var(--bold);
    font-size: var(--font100);
    line-height: 1.3;
}

.stock-content .std-font70,
.stock-content .std-font70 p {
    font-family: var(--bold);
    font-size: var(--font70);
    line-height: 1.2;
}

.stock-content {
    padding-bottom: 1.2rem;
}

.stock-quote-core {
    display: flex;
    justify-content: space-between;
}

.stock-quote-card {
    width: 57.03125%;
    padding: 0.86rem 0.4rem 0.58rem 0.7rem;
    border-radius: 0.2rem;
    background: #f1f9fc;
}

.stock-code,
.stock-code p {
    color: var(--color414);
    line-height: var(--line15);
}

.stock-price {
    display: flex;
    align-items: center;
    margin-top: 0.18rem;
    color: var(--colormain);
    display: flex;
    align-items: center;
}

.stock-quote.on .stock-price-trend img:nth-child(2) {
    transform: rotate(180deg);
}

.stock-price-symbol {
    flex-shrink: 0;
    margin-right: 0.16rem;
    color: var(--colormain);
    margin-top: 0.22rem;
}

.stock-price-number {
    color: var(--colormain);
}

.stock-price-trend {
    width: 30px;
    margin-left: 0.18rem;
    object-fit: contain;
    margin-top: 0.44rem;
}

.stock-date p {
    color: var(--color414);
    line-height: 1.68;
}

.stock-date {

    margin-top: 0.28rem;
}

.stock-note p {
    color: rgba(65, 64, 66, 0.7);
    line-height: 1.68;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 3.36em;
}

.stock-note {
    margin-top: 0.14rem;
}

.stock-quote-img {
    width: 39.84375%;
    overflow: hidden;
    border-radius: 0.2rem;
    object-fit: cover;
}

.stock-quote-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.stock-analyst {
    padding-top: var(--space120);
}


.stock-section-title {
    color: #29336a;
    font-size: var(--font40);
    line-height: 1.365;
}

.stock-section-title {
    margin-bottom: 0.36rem;
}

.stock-analyst table>thead>tr {
    --margin: 0.05rem;
    margin: 0 calc(var(--margin) * -1);
}

.stock-analyst table>thead>tr>th {
    width: 50%;
    padding: 0 var(--margin);
}

.stock-analyst table>thead>tr>th p {
    padding: 0.1rem 0.35rem;
    border-radius: 0.08rem;
    background: #f1f1f1;
    color: var(--colormain);
    font-family: var(--medium);
    line-height: var(--line13);
    text-align: left;
    font-size: 20px;
}

.stock-analyst table>tbody>tr {
    --gap: 0.05rem;
    margin: 0 calc(var(--gap) * -1);
}

.stock-analyst table>tbody>tr>td {
    width: 50%;
    padding: 0 var(--gap);
    border: none;
    border-bottom: 1px solid #d3d3d3;
    padding: 0.21rem 0.35rem;
    color: var(--colormain);
    line-height: var(--line13);
    font-size: 18px;
    text-align: left;
}

.stock-analyst table>tbody>.firstRow {
    border-radius: 0.08rem;
    border‑collapse: separate;
}

.stock-analyst table>tbody>tr>td:first-child {
    padding-right: 0;
}


.stock-analyst .firstRow td {
    border: none;
    padding: 0 var(--gap);
}

.stock-analyst .firstRow td p {
    padding: 0 var(--gap);
    border-radius: 0.08rem;
    background: #f1f1f1;
    padding: 0.1rem 0.35rem;
    color: var(--colormain);
    font-family: var(--medium);
    line-height: var(--line13);
    text-align: left;
    font-size: 20px;
}

.stock-analyst .yongsy-pc-ph-table table>tbody>tr>td,
.stock-analyst .ys-table table>tbody>tr>td {
    border: none;
}

.stock-analyst table>tbody>tr:last-child>td {
    border-bottom: none;
}

.stock-analyst table>tbody>tr:nth-child(2)>td {
    padding-top: 0.36rem;
}

/* G5 Stock Information - end */

/* G3 Information Disclosure - start */
.disclosure-title {
    color: var(--colormain);
    line-height: 1.365;
    margin-bottom: 0.5rem;
}

.disclosure-hkex .disclosure-title {
    font-family: var(--bold);
}

.disclosure-doc-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.disclosure-doc-link {
    display: block;
    height: 100%;
}

.disclosure-doc-img {
    border-radius: 0.1rem;
    overflow: hidden;
    margin-bottom: 0.24rem;
    width: 100%;
}

.disclosure-card-title {
    color: var(--colormain);
    text-align: center;
    font-family: var(--medium);
    line-height: var(--line14);
}

.disclosure-doc-list-large {
    justify-content: center;
    --gap: 0.44rem;
    margin: 0 calc(var(--gap) * -1);
}

.disclosure-doc-list-large .disclosure-doc-item {
    width: 33.333333%;
    padding: 0 var(--gap);
    margin-bottom: 0.2rem;
}

.disclosure-reports {
    padding: var(--space120) 0;
    background: #f1f9fc;
}

.disclosure-report-core {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
}

.disclosure-reports .about-history-nav {
    width: 11%;
}

.disclosure-report-panels {
    width: 70.5%;
}

.disclosure-year-arrow {
    width: 0.6rem;
    flex: 0 0 auto;
    cursor: pointer;
}

.disclosure-year-arrow img {
    display: block;
    width: 100%;
}

.disclosure-year-list {
    width: 1.4rem;
    margin: 0.2rem 0;
}

.disclosure-year-tab {
    /* width: 1.4rem !important; */
    height: 0.4rem !important;
}

.disclosure-year-tab p {
    color: #24326D;
    line-height: var(--line16);
    text-align: center;
}

.disclosure-year-list:not(.slick-initialized) .disclosure-year-tab:nth-child(n+5) {
    display: none;
}

.disclosure-year-list.slick-initialized .disclosure-year-tab {
    display: flex;
}

.disclosure-year-list .slick-track {
    display: block;
}

.disclosure-year-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #24326d;
    cursor: pointer;
    transition: var(--transition);
    padding: 0.1rem;
}

.disclosure-year-text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 0.4rem;
    padding: 0.07rem 0.2rem;
    border-radius: 50px;
    transition: var(--transition);
}

.disclosure-year-tab.act {
    color: #fff;
}

.disclosure-year-tab.act .disclosure-year-text {
    background: #7a315b;
}

.disclosure-report-panel:not(:first-child) {
    display: none;
}

.disclosure-report-panels.slick-initialized .disclosure-report-panel {
    display: block;
}

.disclosure-report-swiper {
    width: 100%;
    overflow: hidden;
}

.disclosure-report-swiper.swiper-container-initialized .disclosure-doc-item,
.disclosure-report-swiper.swiper-initialized .disclosure-doc-item {
    display: block;
}

.disclosure-report-list {
    flex-wrap: wrap;
    --gap1: 0.125rem;
    margin: 0 calc(var(--gap1) * -1);
}

.disclosure-report-list .disclosure-doc-item {
    width: 33.333333%;
    padding: 0 var(--gap1);
    margin-bottom: calc(var(--gap1) * 2);
}

.disclosure-hkex-box {
    background: #f1f9fc;
    height: 4.78rem;
    width: 100%;
}

.disclosure-iframe {
    height: 100%;
    width: 100%;
}

.disclosure-hkex-text,
.disclosure-hkex-text,
.disclosure-hkex-text p {
    color: #29336a;
}

.disclosure-reports .disclosure-doc-img {
    margin-bottom: 0.34rem;
}

.disclosure-reports .ahyw-slick-li {
    margin-bottom: 0.14rem;
}

.disclosure-reports .about-history-nav {
    margin-top: 0;
}

@media screen and (min-width: 1200px) {

    .disclosure-doc-link:hover .disclosure-card-title,
    .disclosure-year-tab:hover {
        color: #7a315b;
    }

    .disclosure-year-tab.act:hover {
        color: #fff;
    }
}

/* G3 Information Disclosure - end */
/* G4 Corporate Governance - start */
.govern-section-title {
    color: var(--colormain);
    line-height: 1.365;
    margin-bottom: 0.5rem;
}

.govern-board-main {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.govern-board-group {
    width: 100%;
    margin-bottom: 0.5rem;
}

.govern-board-list .govern-board-group {
    margin-bottom: 0.3rem;
}

.govern-board-group:last-child {
    margin-bottom: 0;
}

.govern-group-title {
    color: var(--colormain);
    line-height: var(--line13);
    margin-bottom: 0.3rem;
}

.govern-exec-list {
    display: flex;
    flex-wrap: wrap;
    width: 51.5625%;
    margin: 0.3rem -0.2rem -0.2rem;
}

.govern-exec-item {
    width: 50%;
    padding: 0 0.2rem 0.2rem;
}

.govern-exec-img {
    overflow: hidden;
    border-radius: 20px;
    background: rgba(41, 51, 106, 0.2);
}

.govern-exec-img img:nth-child(n+2) {
    object-position: center top;
}

.govern-exec-card-offset .govern-exec-img img:nth-child(n+2) {
    width: 105.17241379%;
    height: 96.875%;
    left: -0.15rem;
    top: 0.09rem;
}

.govern-exec-info {
    margin-top: 0.2rem;
}

.govern-person-name {
    color: var(--colormain);
    font-family: var(--medium);
    line-height: var(--line13);
    margin-bottom: 0.12rem;
}


.govern-person-role p {
    color: var(--color414);
    line-height: var(--line15);
}


.govern-card-list {
    display: flex;
    flex-wrap: wrap;
    --gap2: 0.2rem;
    margin: 0 calc(var(--gap2) * -1);
}

.govern-card-item {
    width: 33.333333%;
    padding: 0 var(--gap2);
    margin-bottom: calc(var(--gap2) * 2);
}

.govern-info-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    padding: 0.44rem 0.28rem 0.4rem 0.4rem;
    border-radius: 0.1rem;
    background: #f1f9fc;
    border: 1px solid #F1F9FC;
    transition: var(--transition);
    height: 100%;
    cursor: pointer;
}

.govern-info-main {
    margin-bottom: 0.44rem;
}

.govern-profile-more {
    color: var(--colormain);
    font-family: var(--bold);
    line-height: 1.5;
    text-decoration: underline;
    transition: var(--transition);
}

.govern-committee-core {
    margin-top: 0.5rem;
    overflow-x: auto;
}

.govern-committee-core table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    min-width: 768px;
    overflow-x: auto;
}

.govern-committee-core thead>tr {
    --gap: 0.05rem;
    margin: 0 calc(var(--gap) * -1);

}

.govern-committee-core thead>tr>th {
    padding: 0 var(--gap);
}

.govern-committee-core thead>tr>th p {
    padding: 0.1rem;
    border-radius: 0.08rem;
    background: #f1f1f1;
    color: var(--colormain);
    font-family: var(--medium);
    font-size: 20px;
    line-height: var(--line13);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.govern-committee-core th:first-child {
    width: 24.296875%;
    background: transparent;
}

.govern-committee-core tbody tr:first-child td {
    padding-top: 0.32rem;
}

.govern-committee-core tbody>tr>td {
    padding: 0.14rem 0.2rem;
    border-bottom: 1px solid #d3d3d3;
    vertical-align: middle;
    text-align: center;
}

.govern-committee-core tbody>tr>td p {
    color: var(--color414);
    font-size: 18px;
    line-height: var(--line13);
}

.govern-committee-core tbody>tr>td:first-child {
    padding-left: 0.35rem;
    text-align: left;
}

.govern-committee-icons {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 0.3rem;
    height: 0.3rem;
}

.govern-committee-icons img {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.govern-committee-legend {
    display: flex;
    align-items: center;
    margin-top: 0.3rem;
    padding-left: 0.35rem;
}

.govern-legend-item {
    display: flex;
    align-items: center;
    margin-right: 0.5rem;
}

.govern-legend-item:last-child {
    margin-right: 0;
}

.govern-legend-item-img {
    width: 30px;
}

.govern-legend-item-img img {
    width: 100%;
}

.govern-doc-list {
    display: flex;
    flex-wrap: wrap;
    --gap2: 0.2rem;
    margin: 0 calc(var(--gap2) * -1);
}

.govern-doc-item {
    width: 50%;
    padding: 0 var(--gap2);
    margin-bottom: calc(var(--gap2) * 2);
}

.govern-doc-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.35rem;
    border-radius: 0.1rem;
    background: #f1f9fc;
    border: 1px solid #F1F9FC;
    transition: var(--transition);
    height: 100%;
}

.govern-profile-modal .ys-modal-mask {
    background: var(--colormain);
}

.govern-profile-modal .ys-modal-wrap {
    align-items: flex-start;
    box-sizing: border-box;
    padding: 1.37rem 0 0.8rem;
    overflow: auto;
}

.govern-modal-container {
    width: 100%;
    border-radius: 0.16rem;
    background: #fff;
}

.govern-modal-content {
    width: 100%;
    max-width: none;
    max-height: calc(100vh - 2rem);
    padding: 1.06rem 1.16rem 1.1rem 1.28rem;
    border-radius: 0.16rem;
    background: #fff;
    overflow: auto;
}

.govern-modal-close {
    width: 32px;
    top: 0.46rem;
    right: 0.54rem;
    padding: 0;
    border: 0;
    background: transparent;
}

.govern-modal-close img {
    display: block;
    width: 100%;
}

.govern-modal-detail {
    max-width: 9.55rem;
}

.govern-modal-name,
.govern-modal-name p {
    color: #29336a;
    font-family: var(--medium);
    line-height: 1.1375;
}

.govern-modal-role {
    margin-top: 0.24rem;
    color: #414042;
    line-height: 1.35;
}

.govern-modal-body {
    margin-top: 0.21rem;
}

.govern-modal-body:empty {
    display: none;
}

.govern-modal-body,
.govern-modal-body p {
    color: #414042;
    line-height: 1.5;
}

.govern-modal-body p {
    margin-bottom: 0.27rem;
}

.govern-modal-body p:last-child {
    margin-bottom: 0;
}

.corporate-main-modal .about-modal-detail-text {
    width: 100%;
    padding-left: 0;
    height: auto;
    max-height: 60vh;
}

.corporate-main-modal .about-modal-content {
    padding: 1.06rem 1rem 1.12rem 1.28rem;
}

.corporate-main-modal .amdt-box {
    padding-right: 1rem !important;
}

.corporate-main-modal .amdt-box-role {
    line-height: 1.35;
}

.govern-board-list {
    width: 100%;
}

.govern-doc-link-tit {
    color: var(--colormain);
    line-height: var(--line13);
    font-family: var(--medium);
    width: 60%;
}

.govern-doc-link-img {
    width: 20px;
    flex-shrink: 0;
}

.govern-board .contact-job-text {
    margin-top: 0;
}

.govern-legend-item-member {
    color: var(--color414);
    line-height: var(--line14);
    margin-right: 0.16rem;
}

.govern-committee table>tbody>tr>td>p img {
    width: 30px;
}

@media screen and (min-width: 1200px) {
    .govern-doc-link-img.ys-imgbox-cover img:nth-child(2) {
        transform: none;
    }

    .govern-info-card:hover .govern-profile-more {
        color: #70C3DE;
    }

    .govern-info-card:hover {
        border-color: #70C3DE;
        background: #e2f3f8;
    }

    .govern-doc-link:hover {
        border-color: #70C3DE;
        background: #e2f3f8;
    }
}

/* G4 Corporate Governance - end */
/* G6 IR Contact - start */
.ir-contact-content .ir-section-title {
    color: var(--colormain);
    line-height: 1.365;
    margin-bottom: 0.3rem;
}

.ir-contact-content .ir-subscription-desc {
    width: 95%;
    margin-bottom: 0.62rem;
}

.ir-contact-content .ir-subscription-desc p {
    color: var(--color414);
    line-height: 1.5;
}

.ir-contact-content .ir-relations {
    padding-top: var(--space120);
    padding-bottom: var(--space120);
}

.ir-contact-content .ir-mail-card {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    padding: 0.66rem 1.08rem;
    overflow: hidden;
    border-radius: 0.2rem;
    background: #F1F9FC;
    margin-bottom: 0.7rem;
}

.ir-contact-content .ir-mail-bg {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    width: 76%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.ir-contact-content .ir-mail-bg img {
    width: 100%;
    height: 100%;
}

.ir-mail-content {
    display: flex;
}

.ir-contact-content .ir-mail-icon {
    position: relative;
    z-index: 1;
    width: 55px;
    flex: none;
}

.ir-mail-link-txt {
    font-family: inherit;
    display: flex;
    align-items: center;
    color: #333;
    line-height: 1.4;
    text-decoration: underline;
    transition: var(--transition);
}

.ir-contact-content .ir-mail-icon img {
    display: block;
    width: 100%;
}

.ir-contact-content .ir-mail-link {
    margin-left: 0.56rem;
    display: flex;
    z-index: 2;
}

.ir-contact-content .ir-office-list {
    display: flex;
    flex-wrap: wrap;
    --gap2: 0.19rem;
    margin: 0 calc(var(--gap2) * -1);
}

.ir-contact-content .ir-office-item {
    width: 33.333333%;
    padding: 0 var(--gap2);
    margin-bottom: 0.3rem;
}

.ir-contact-content .ir-office-img {
    border-radius: 0.2rem;
}

.ir-office-link {
    display: block;
}

.ir-contact-content .ir-office-info {
    margin-top: 0.2rem;
}

.ir-contact-content .ir-office-title {
    color: #24326D;
    font-family: var(--medium);
}

.ir-contact-content .ir-office-address {
    margin-top: 0.08rem;
}

.ir-contact-content .ir-office-address p {
    color: #666;
    line-height: 1.5;
}

.ir-relations .ir-section-title {
    margin-bottom: 0.5rem;
}

.ir-subscription-box {
    border-radius: 0.2rem;
    background: #F1F9FC;
    height: 6.85rem;
    width: 100%;
}

.ir-subscription-iframe {
    height: 100%;
    width: 100%;
}

@media screen and (min-width: 1200px) {
    .ir-contact-content .ir-mail-link:hover {
        color: #7A315B;
    }

    .ir-contact-content .ir-office-item:hover .ir-office-img img:nth-child(2) {
        transform: scale(1.05);
    }

    .ir-mail-link-txt:hover {
        color: #70C3DE;
    }

    .hnid-ul-li-link:hover p {
        color: var(--colormain1);
    }

}

/* G6 IR Contact - end */
/* 新增导航下拉 */
.hnid-ul-li-link p {
    color: var(--colormain);
    line-height: var(--line13);
    font-family: var(--medium);
    white-space: nowrap;
}

.hnid-ul-li-link {
    border-bottom: 1px solid #E8E8E8;
    padding: 0.16rem 0;
    width: 100%;
    transition: var(--transition);
}

.hnid-ul-li.act .hnid-ul-li-link p {
    color: var(--colormain1);

}

.hnid-ul-li:last-child .hnid-ul-li-link {
    border-bottom: none;
    padding-bottom: 0;
}

.hnid-ul-li:first-child .hnid-ul-li-link {
    padding-top: 0;
}

.hnid-ul {
    padding: 0.24rem 0.2rem;
    min-width: 1.36rem;
}

/* ph导航 */

.ys-ph-nav li:not(.ys-phnav-haschild)>.ys-phnav-lisbox .ys-phnav-icon {
    display: none !important;
}

.ys-phnav-haschild .ys-phnav-header-font {
    color: var(--colormain);
    font-size: 22px;
    line-height: 1.4em;
    font-family: var(--medium);
    text-align: center;
}

.ys-ph-navbar3 .ys-ph-nav ul {
    margin-top: 1.2rem;
}

.ys-ph-navbar3 .ys-phsubnav-modal .ys-phmenu-top {
    position: relative;
    padding-left: 0.2rem;
}

.ys-ph-navbar3 .ys-phsubnav-modal .ys-phsubnav-close {
    display: block;
    width: 100%;
    border-bottom: 1px solid #c7c8c9;
    position: relative;
}

.ys-ph-navbar3 .ys-phnav-icon {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 34px;
    z-index: 50;
}

.ys-ph-navbar3 .ys-phnav-lisbox a {
    position: relative;
    z-index: 1;

}

/* 2026.6.30 - code1 - end */
/* 2026.08.26 - Teemo修改 - start */
.head-logo {
    width: 260px;
}

/* 2026.08.26 - Teemo修改 - end */


/* 2026.8.25 start */
.ir-inver-core {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0.2rem;
    border: 1px solid rgba(204, 204, 204, 0.2);
    background: var(--colorfff);
    box-shadow: 0 5px 22px 2px rgba(0, 0, 0, 0.06);
}

.ir-inver-core-le {
    width: 49.6%;
    border-radius: 0.2rem;
}

.ir-inver-core-ri {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.3rem;
}

.iicr-icon {
    width: 0.55rem;
    margin-bottom: 0.4rem;
}

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

.iicr-tit {
    color: var(--colormain);
    margin-bottom: 0.15rem;
    line-height: 1.7;
}

.iicr-email {
    color: var(--colormain);
    margin-bottom: 0.4rem;
    font-family: var(--medium);
    line-height: var(--line15);
}

.iicr-email a {
    color: var(--color333);
    margin-left: 0.1rem;
    font-family: 'shengyin-Regular';
}


/* 2026.8.25 end */
/* 2026.7.18 - mia - start */
.events-list {
    margin-bottom: 0.4rem;
}

.events-view-all {
    color: var(--colorfff);
    line-height: var(--line16);
    background: var(--colormain1);
    padding: 0.12rem 0.51rem;
    border-radius: 0.55rem;
    display: inline-block;
    cursor: pointer;
}

.events-bot-ul {
    margin-bottom: 0.2rem;
    width: 100%;
}

.events-state-data {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.events-head {
    width: 100%;
}

.events-year-value {
    font-size: var(--font18);
}

.events-cell2 span {
    padding-right: 0.08rem;
}

/* 2026.08.12  Teemo修改 - start */
/* .ahyw-slick .slick-list{
    height: auto !important;
} */
/* 2026.08.12  Teemo修改 - end */
.disclosure-reports .about-history-nav {
    position: sticky;
    top: var(--headh);
}

.disclosure-reports {
    overflow: visible;
}

.sticky-body {
    overflow: visible !important;
}

.govern-committee {
    position: relative;
}

/* 拖动提示 start*/
.ptnc-centbox-hint {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    width: 140px;
    height: auto;
    border-radius: 5px;
    transition: opacity .3s;
    opacity: 0;
    background: rgba(0, 0, 0, .5);
    text-align: center;
    padding: 10px;
    z-index: 10;
}

.pchc-img {
    display: flex;
    width: 0.4rem;
    flex-direction: column;
    align-items: center;
}

.pchc-img1 {
    width: 0.4rem;
}

.pchc-img2 {
    width: 0.4rem;
}

.ptnc-centbox-hint-cry {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pchc-text {
    font-size: 10px;
    color: #FFF;
    margin-top: 10px;
}

.pchc-img.scroll-hint-appear {
    animation: scroll-hint-appear 1.2s linear;
    animation-iteration-count: 2;
    animation-delay: 0.8s;
}

@keyframes scroll-hint-appear {
    0% {
        transform: translateX(40px);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    50%,
    100% {
        transform: translateX(-40px);
        opacity: 0;
    }
}

.pchc-img1 {
    transition: all 0.36s ease-in-out;
    opacity: 0;
    margin-bottom: 0.1rem;
}

.pchc-img.scroll-hint-appear.act .pchc-img1 {
    opacity: 1;
}

.ptnc-centbox-hint.ishide {
    opacity: 0 !important;
    pointer-events: none;
}

.govern-board-list .about-team-role {
    margin-top: 0;
}
.head-nav-item-down {
    box-shadow: var(--shadow);
}
/* 拖动提示 end */
/* 2026.7.18 - mia - end */
/* 2026.08.31  Teemo修改 - start */
.about-intro  .about-intro-core{
    align-items: start;
}
.about-intro-copy .about-section-title{
    padding-right: 0;
}
.about-intro-copy {
    padding-right: 0.84rem;
}
.newsdet-main .yxedr-active strong {
    font-family: var(--bold);
    font-weight: bold;
}


/* 2026.08.31  Teemo修改 - end */

/* 2026.9.7修改-start */
.ys-nyban-title h1{
    font-size: 50px;
}
/* 2026.9.7修改-end */

/* 2026.9.8修改-start */
.footer-top-le {
    width: 50%;
}
.footer-top-ri {
    width: 50%;
}
/* 2026.9.8修改-end */

/* 2026.9.11修改-start */
.head-search-btn img{
    opacity: 1 !important;
}
/* 2026.9.11修改-end */


/* 2026.9.17修改-start */
.pipeline-col-compound, .pipeline-col-target, .pipeline-col-tissue, .pipeline-col-rights{
    flex-shrink: 0;
}
/* 2026.9.17修改-end */