/* 隐藏原生滚动条但保持滚动功能 */ body  {
    scrollbar-width: none;
    /* Firefox */ -ms-overflow-style: none;
    /* IE and Edge */
}
body::-webkit-scrollbar  {
    display: none;
    /* Chrome,
    Safari,
    Opera */
}
.scroll-container  {
    scrollbar-width: none;
    -ms-overflow-style: none;

}
.scroll-container::-webkit-scrollbar  {
    display: none;

}
.scroll-content  {
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-top: calc(80 * 100vw / 1920);

}
.scroll-content::-webkit-scrollbar  {
    display: none;

}
/* Header样式 */ #header-container  {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: transparent;
    transition: background-color 0.3s ease;

}
#header-container.scrolled  {
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);

}
#header-container.scrolled nav .nav-links a  {
    color: #333;

}
#header-container.scrolled nav .nav-links a:hover,
#header-container.scrolled nav .nav-links a.active  {
    color: #0066FF;

}
/* 导航链接颜色 */ .nav-links a  {
    color: #5C5D95;

}
.nav-links a.active  {
    color: #327EF7;

}
/* 调整logo颜色（如果logo是SVG） */ .logo img  {
    transition: filter 0.3s ease;

}
#header-container.scrolled .logo img  {
    filter: none;

}
.contact-banner  {
    position: relative;
    padding: 0;
    width: 100vw;
    height: calc(600 * 100vw / 1920);
    background: url('https://flowingcloud-1253267589.cos.ap-beijing.myqcloud.com/images/contact-banner.jpg') no-repeat center / cover;

}
.contact-banner .contact-content  {
    position: relative;
    padding: calc(200 * 100vw / 1920) 0 0 calc(240 * 100vw / 1920);

}
.contact-banner .contact-content .contact-subtitle  {
    width: calc(334 * 100vw / 1920);
    height: calc(36 * 100vw / 1920);
    font-size: calc(28 * 100vw / 1920);
    font-weight: bold;
    line-height: calc(36 * 100vw / 1920);
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0px 4px 10px rgba(47, 96, 217, 0.62);
    opacity: 0;
    animation: fadeInUp 1s ease forwards;

}
.contact-banner .contact-content .contact-main-title  {
    width: calc(1400 * 100vw / 1920);
    height: calc(106 * 100vw / 1920);
    font-size: calc(80 * 100vw / 1920);
    font-weight: bold;
    line-height: normal;
    color: #FFFFFF;
    text-shadow: 0px 4px 10px rgba(47, 96, 217, 0.62);
    opacity: 0;
    animation: fadeInUp 1s ease forwards 0.3s;

}
/* 重置header样式，覆盖首页的动画效果 */ header  {
    animation: none;
    opacity: 1;
    transform: none;

}
header nav  {
    animation: none;
    opacity: 1;
    transform: none;
    background: #FFFFFF;

}
.nav-links li  {
    animation: none;
    opacity: 1;
    transform: none;

}
.banner-content .consult-btn:hover  {
    background: rgba(255, 255, 255, 0.1);

}
.banner-content .consult-btn span  {
    font-size: calc(17 * 100vw / 1920);
    color: #FFFFFF;
    font-weight: 400;
    /* display: flex;
    */ /* align-items: center;
    */ height: calc(32 * 100vw / 1920);

}
.banner-content .consult-btn img  {
    width: calc(52 * 100vw / 1920);
    height: calc(52 * 100vw / 1920);
    display: block;

}
.container  {
    max-width: calc(1462 * 100vw / 1920);
    margin: 0 auto;
    padding: 0 calc(20 * 100vw / 1920);

}
.main-title-wrap .main-title  {
    /* width: calc(689 * 100vw / 1920);
    height: calc(137 * 100vw / 1920);
    */ font-size: calc(50 * 100vw / 1920);
    font-weight: bold;
    line-height: 136%;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    color: #6567DE;
    background: linear-gradient(106deg, #6567DE 47%, #A0A2FB 117%),
    linear-gradient(90deg, #A9CEF9 0%, #4179EB 71%, #7B86E1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-align: left;

}
.main-title-wrap .title-right  {
    margin-left: calc(50 * 100vw / 1920);
    flex: 1;
    overflow: hidden;

}
/* 标题组样式 */ .title-group  {
    position: relative;
    height: calc(200 * 100vw / 1920);
    margin-bottom: 0;
    top: calc(100 * 100vw / 1920);
    z-index: 2;

}
.title-group .subtitle  {
    position: absolute;
    left: 0;
    top: calc(0 * 100vw / 1920);
    height: calc(18 * 100vw / 1920);
    font-size: calc(18 * 100vw / 1920);
    font-weight: 600;
    line-height: calc(22 * 100vw / 1920);
    text-transform: uppercase;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    color: #5C5D95;

}
.title-group .subtitle::before  {
    content: '';
    position: absolute;
    left: calc(-23 * 100vw / 1920);
    top: calc(6 * 100vw / 1920);
    width: calc(9 * 100vw / 1920);
    height: calc(9 * 100vw / 1920);
    background-color: #5C5D95;
    border-radius: 50%;

}
.title-group .main-title  {
    position: absolute;
    left: 0;
    top: calc(32 * 100vw / 1920);
    width: calc(689 * 100vw / 1920);
    height: calc(137 * 100vw / 1920);
    font-size: calc(50 * 100vw / 1920);
    font-weight: bold;
    line-height: 136%;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    color: #6567DE;
    background: linear-gradient(106deg, #6567DE 47%, #A0A2FB 117%),
    linear-gradient(90deg, #A9CEF9 0%, #4179EB 71%, #7B86E1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-align: left;

}
.contact-page  {
    padding-top: calc(170 * 100vw / 1920);
    width: calc(1440 * 100vw / 1920);
    margin: 0 auto;

}
.company-box  {
    height: calc(500 * 100vw / 1920);
    display: flex;
    align-items: center;
    gap: calc(20 * 100vw / 1920);

}
.company-box .company-list  {
    width: calc(467 * 100vw / 1920);
    height: 100%;

}
.company-list .company-item  {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: calc(250 * 100vw / 1920);
    padding: 0 calc(30 * 100vw / 1920);
    border-top: 1px solid #B8C8FC;
    border-bottom: 1px solid #B8C8FC;
    box-sizing: border-box;

}
.company-list .company-item + .company-item  {
    border-top: none;

}
.company-list .company-item:hover  {
    cursor: pointer;
    background: linear-gradient(90deg,
    rgba(89, 159, 255, 0) 0%,
    rgba(89, 159, 255, 0.12) 100%);

}
.company-item .company-item-title  {
    font-size: calc(26 * 100vw / 1920);
    font-weight: bold;
    line-height: 190%;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    color: #4179EB;
    background: linear-gradient(90deg, #A9CEF9 0%, #4179EB 71%, #7B86E1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;

}
.company-item .company-item-line  {
    margin-top: calc(16 * 100vw / 1920);
    display: flex;
    align-items: center;
    gap: calc(10 * 100vw / 1920);

}
.company-item .company-item-line + .company-item-line  {
    margin-top: calc(14 * 100vw / 1920);

}
.company-item-line .company-item-img  {
    width: calc(14 * 100vw / 1920);
    height: calc(14 * 100vw / 1920);

}
.company-item-line .company-item-img.img-local  {
    width: calc(12 * 100vw / 1920);
    height: calc(16 * 100vw / 1920);
    font-size: calc(18 * 100vw / 1920);
    font-weight: normal;
    line-height: 190%;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    color: #2F2F2F;

}
.company-item-line .company-item-label  {
    font-size: calc(18 * 100vw / 1920);
    font-weight: normal;
    line-height: 190%;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    color: #2F2F2F;

}
.company-item-line .company-item-label.overflow-ellipsis  {
    overflow: visible;
    white-space: normal;
    text-overflow: clip;
    word-break: break-all;
    width: calc(350 * 100vw / 1920);
    line-height: 150%;
    padding: calc(5 * 100vw / 1920) 0;

}
.company-box .map-container  {
    flex: 1;
    overflow: hidden;
    height: 100%;
    background: #f2f2f2;
    background: url(/images/contact/map-temp.png) no-repeat center / 100%;

}
.contact-box  {
    margin-top: calc(100 * 100vw / 1920);
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* 均匀分布各项 */ width: 100%;
    padding-bottom: calc(100 * 100vw / 1920);

}
.contact-box .contact-item-box  {
    /* 移除固定宽度，使用弹性布局 */ flex: 0 1 auto;
    /* 不放大，可缩小，基于内容宽度 */ display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: calc(28 * 100vw / 1920) calc(28 * 100vw / 1920) calc(77 * 100vw / 1920);
    box-sizing: border-box;

}
.contact-item-box .contact-item-lab  {
    line-height: 190%;
    letter-spacing: 0em;
    font-weight: 400;
    font-size: calc(18 * 100vw / 1920);
    font-variation-settings: "opsz" auto;
    color: #2F2F2F;

}
.contact-item-box .contact-item-val  {
    line-height: 190%;
    letter-spacing: 0em;
    font-weight: 700;
    font-size: calc(30 * 100vw / 1920);
    color: #4179EB;
    background-image: linear-gradient(90deg, #A9CEF9 0%, #4179EB 71%, #7B86E1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    white-space: nowrap;
    /* 防止文本换行 */ width: auto;
    /* 根据内容自动调整宽度 */ display: inline-block;
    /* 使元素宽度基于内容 */
}
@keyframes fadeInUp   {

    from  {
        opacity: 0;
        transform: translateY(30px);

    }
    to  {
        opacity: 1;
        transform: translateY(0);

    }

}
