@import url('http://file.gzgenye.cn/default/oaiconfont/iconfont.css');


/* 
@font-face {
    font-family: 'HarmonyOS Sans';
    src: url('https://file.gzgenye.cn/default/harmonyOSSans/HarmonyOS_Sans_Regular.ttf');
    font-weight: normal;
}
@font-face {
    font-family: 'HarmonyOS Sans';
    src: url('https://file.gzgenye.cn/default/harmonyOSSans/HarmonyOS_Sans_Thin.ttf');
    font-weight: 100;
}
@font-face {
    font-family: 'HarmonyOS Sans';
    src: url('https://file.gzgenye.cn/default/harmonyOSSans/HarmonyOS_Sans_Light.ttf');
    font-weight: 300;
}

@font-face {
    font-family: 'HarmonyOS Sans';
    src: url('https://file.gzgenye.cn/default/harmonyOSSans/HarmonyOS_Sans_Medium.ttf');
    font-weight: 500;
}

@font-face {
    font-family: 'HarmonyOS Sans';
    src: url('https://file.gzgenye.cn/default/harmonyOSSans/HarmonyOS_Sans_Bold.ttf');
    font-weight: bold;
}

@font-face {
    font-family: 'HarmonyOS Sans';
    src: url('https://file.gzgenye.cn/default/harmonyOSSans/HarmonyOS_Sans_Semibold.ttf	');
    font-weight: 600;
}

@font-face {
    font-family: 'HarmonyOS Sans';
    src: url('https://file.gzgenye.cn/default/harmonyOSSans/HarmonyOS_Sans_Black.ttf');
    font-weight: 900;
}
    */

@font-face {
    font-family: 'MONTSERRAT REGULAR';
    src: url('../images/Montserrat-Regular-8.otf') format('opentype');
}

@font-face {
    font-family: 'MONTSERRAT BOLD';
    src: url('../images/Montserrat-Bold-3.otf') format('opentype');
} 


:root {
    --main-bg-color: #f6f6f6;
    --main-text-color: #1E2134;
    --main-font-size: 14px;
    --main-small-font-size: 13px;
    --main-tiny-font-size: 12px;
    --theme-color: #FAC800;
    --theme-light-color: #E9F0FE;
    --theme-white-color: #fff;

    --text-gray-color: #c2c2c2;
    --text-darkgray-color: #6B7280;
    --border-gray-color: #e7e7e7;
    --bg-darkgray-color: #F2F3F7;
    --warning-red-color: #FB3640;
    --success-green-color: #38BC89;
    --special-purple-color: #8946A6;
    --info-blue-color: #256EF1;
    --bg-black-color: #1E2134;

    --font-weight-light: 300;
    --font-weight-regular: 400;
    --font-weight-medium: 500;
    --font-weight-semi: 600;
    --font-weight-bold: 700;
    --font-weight-heavy: 900;

    /* colorBox */
    --theme-50: #FFFAE6;
    --theme-100: #FFF1B8;
    --theme-200: #FFE88A;
    --theme-300: #FFDE5C;
    --theme-400: #FFD52E;
    --theme-500: #FAC800;
    --theme-600: #D1A700;
    --theme-700: #A38300;
    --theme-800: #755E00;
    --theme-900: #473900;
    --theme-950: #1A1400;
}

/* reset-css */
* {
    box-sizing: border-box;
    /* font-family: 'HarmonyOS Sans', 'Alibaba', sans-serif; */
    font-family: 'MONTSERRAT REGULAR','Microsoft Yahei', sans-serif;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
    vertical-align: middle;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

input,
textarea,
select {
    font-size: 100%;
}

input::placeholder,
textarea::placeholder,
select::placeholder {
    color: #ccc;
}


legend {
    color: black;
}

a {
    text-decoration: none;
    color: inherit;
}

select:focus-visible {
    outline: -webkit-focus-ring-color auto 0px !important;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px !important;
}

/* reset-css  *END* */


/** scrollbar-set **/

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-button:vertical {
    display: none;
}

::-webkit-scrollbar-track,
::-webkit-scrollbar-corner {
    background-color: var(--theme-50);
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: var(--theme-500);
}

::-webkit-scrollbar-thumb:vertical:hover {
    background-color: rgba(0, 0, 0, .35);
}

::-webkit-scrollbar-thumb:vertical:active {
    background-color: rgba(0, 0, 0, .38);
}

.lg-backdrop {
    background-color: rgba(0, 0, 0, 0.8) !important;
}

img,video{
    user-select: none;
    -webkit-user-drag: none;
    /* 可选：禁用所有鼠标事件 */
    -webkit-touch-callout: none;
}

/** scrollbar-set  *END* **/
.gy-button {
    display: flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    padding: 6px 24px;
    font-size: clamp(12px, 1vw, 14px);
    font-weight: var(--font-weight-medium);
    border-radius: 32px;
    border: none;
    cursor: pointer;
    text-align: center;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    color: #1E2134;
}

.gy-button:hover {
    opacity: 0.9;
}

.gy-button .iconfont {
    font-size: 1.1rem;
    color: inherit;
}

.gy-button-primary {
    background-color: var(--theme-500);
    /* color: var(--theme-50); */
}

.gy-button-primary-liner-gradient {
    background: linear-gradient(90deg, var(--theme-300), var(--theme-500));
    /* color: var(--theme-50); */
}

.gy-alink {
    display: flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    padding: 8px 24px;
    font-size: 14px;
    font-weight: var(--font-weight-medium);
    border-radius: 32px;
    border: 1px solid var(--theme-500);
    color: var(--theme-500);
    cursor: pointer;
    text-align: center;
    transition: all 0.3s;
    text-decoration: none;
}

.gy-alink-primary {
    background-color: transparent;
    color: var(--theme-950);
    border-color: #181A1A;
    opacity: 0.5;
}

.gy-alink-primary:hover,
.gy-alink-primary.active {
    border-color: var(--theme-950);
    color: var(--theme-500);
    background-color: var(--theme-950);
    opacity: 1;
}

main {
    overflow: hidden;
}

/* index-css */
.index-loading {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #181A1A;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    transition: all 1s cubic-bezier(.28, .85, .81, 1.36);
    opacity: 1;
    transform: scale(1);
}

.index-loading.hidden {
    opacity: 0;
    transform: scale(5);
    visibility: hidden;
    z-index: -9999;
}

/* 内页 page-loading：遮罩 + 旋转环（灰底 + 主题色弧），随 html[data-site-theme] / 系统深色变量变色 */
.page-loading {
    position: fixed;
    inset: 0;
    z-index: 9998;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}

.page-loading.page-loading--hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: -1;
}

.page-loading__backdrop {
    position: absolute;
    inset: 0;
    background: color-mix(in srgb, var(--main-bg-color) 82%, transparent);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.page-loading__inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-loading__spinner {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 3px solid color-mix(in srgb, var(--text-darkgray-color) 45%, var(--main-bg-color));
    border-top-color: var(--theme-color);
    border-right-color: var(--theme-color);
    animation: page-loading-spin 0.72s linear infinite;
    box-sizing: border-box;
}

@keyframes page-loading-spin {
    to {
        transform: rotate(360deg);
    }
}

@supports not (background: color-mix(in srgb, #000 50%, #fff)) {
    .page-loading__backdrop {
        background: rgba(246, 246, 246, 0.88);
    }

    html[data-site-theme="dark"] .page-loading__backdrop {
        background: rgba(26, 26, 26, 0.9);
    }

    .page-loading__spinner {
        border-color: rgba(107, 114, 128, 0.45);
        border-top-color: var(--theme-color);
        border-right-color: var(--theme-color);
    }

    html[data-site-theme="dark"] .page-loading__spinner {
        border-color: rgba(200, 200, 200, 0.35);
        border-top-color: var(--theme-color);
        border-right-color: var(--theme-color);
    }
}

@media (prefers-color-scheme: dark) {
    html:not([data-site-theme]) .page-loading__backdrop {
        background: rgba(26, 26, 26, 0.9);
    }

    html:not([data-site-theme]) .page-loading__spinner {
        border-color: rgba(200, 200, 200, 0.35);
        border-top-color: var(--theme-color);
        border-right-color: var(--theme-color);
    }
}


header.pc-only {
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    height: 80px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.pc-only .header-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1440px;
    padding: 0 20px;
    gap: 12px;
    /* 由 header 脚本在语种切换后按需写入，用于导航栏缩字适配 */
    --header-nav-font-size: clamp(15px, 0.9vw, 18px);
}

.pc-only .logo {
    height: 60px;
    width: fit-content;
    cursor: pointer;
    overflow: hidden;
    min-width: 175px;
    flex-shrink: 0;
}

.pc-only .logo img {
    height: 100%;
    width: auto;
}

.pc-only .navigation {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-evenly;
    /* flex: 1; */
}

.pc-only .navigation a {
    font-size: var(--header-nav-font-size, clamp(15px, 0.9vw, 18px));
    color: var(--main-text-color);
    font-weight: var(--font-weight-medium);
    text-decoration: none;
    transition: color 0.3s;
}

.pc-only .navigation>.nav-menu>li {
    position: relative;
}

.pc-only .navigation>.nav-menu>li::after {
    content: '';
    display: block;
    width: 0;
    height: 4px;
    background-color: var(--theme-color);
    border-radius: 2px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 8px;
    transition: all 0.4s cubic-bezier(.28, .85, .81, 1.36);
}

.pc-only .navigation>.nav-menu>li.active::after {
    width: 50%;
    min-width: 20px;
}


/* three-level nav dropdown */
.pc-only .navigation>ul {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 30px;
    height: 100%;
}

.pc-only .navigation li {
    position: relative;
    height: 100%;
}

.pc-only .navigation>ul>li>a {
    padding: 12px 4px;
    display: inline-block;
    height: 100%;
    line-height: 56px;
    white-space: nowrap;
}

.pc-only .navigation .sub {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 180px;
    background: #fff;
    /* border: 1px solid var(--border-gray-color); */
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
    padding: 36px 24px;
    display: none;
    z-index: 1200;
    transition: all 0.3s ease-out;
    overflow: hidden;
}

.pc-only .navigation .sub.halfWidth {
    width: 500px;
    left: -24px;
}

.pc-only .navigation .sub.halfWidth .sub-menu {
    width: 200px;
}

.pc-only .navigation .sub2 {
    position: absolute;
    display: none;
    top: -36px;
    left: 100%;
    width: 235px;
    background: #fff;
    padding: 36px 0;
    z-index: 1201;
    border-left: 1px solid var(--border-gray-color);
    padding-left: 12px;
    margin-left: 12px;
}

.pc-only .navigation .sub2::before {
    content: '';
    position: absolute;
    top: 0;
    left: -12px;
    width: 12px;
    height: 100%;
}

.pc-only .navigation .sub ul,
.pc-only .navigation .sub2 ul {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.pc-only .navigation .sub>ul>li {
    position: static;
    width: 100%;
    /* height: 36px; */
    transition: ease-in-out 0.3s all;
}

.pc-only .navigation .sub2>ul>li {
    position: relative;
    width: fit-content;
    padding-right: 36px;
    /* height: 36px; */
}


.pc-only .navigation .sub li a,
.pc-only .navigation .sub2 li a {
    letter-spacing: 0;
    display: block;
    width: 100%;
    padding: 10px 24px;
    font-size: clamp(14px, 0.9vw, 16px);
    color: var(--main-text-color);
    transition: background-color 0.2s, color 0.2s;
}

.pc-only .navigation .sub>ul>li.active {
    /* background-color: var(--theme-100); */
    background-image: linear-gradient(135deg, var(--theme-50), var(--theme-200));
}

.pc-only .navigation .sub>ul>li.active .sub2 {
    display: block;
}

.pc-only .navigation .sub2 li::after {
    content: '';
    display: block;
    width: 0;
    height: 4px;
    background-image: linear-gradient(to right, var(--theme-200), var(--theme-400));
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.4s cubic-bezier(.28, .85, .81, 1.36);
}

.pc-only .navigation .sub2 li.active::after {
    width: 100%;
}

.pc-only .navigation .sub2 li .icon-right {
    position: absolute;
    bottom: 10px;
    right: 8px;
    font-size: 14px;
    color: var(--main-text-color);
    transition: all 0.3s ease-in-out;
    transform: rotate(-180deg);
    opacity: 0;
}

.pc-only .navigation .sub2 li.active .icon-right {
    opacity: 1;
    /* color: var(--theme-color); */
    transform: rotate(-45deg);
}

.pc-only .navigation .sub2 li.active a {
    /* color: var(--theme-color); */
}

.pc-only .navigation li:hover>.sub {
    display: block;
}

.pc-only .navigation .nochildSub {
    position: absolute;
    top: 100%;
    left: 0;
    width: fit-content;
    background: #fff;
    /* border: 1px solid var(--border-gray-color); */
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
    padding: 12px 0;
    display: none;
    z-index: 1200;
    transition: all 0.3s ease-out;
}

.pc-only .navigation li:hover>.nochildSub {
    display: block;
}

.pc-only .navigation .nochildSub li {
    width: 100%;
    padding: 0 6px;
    height: 36px;
    width: fit-content;
    transition: ease-in-out 0.3s all;
}

.pc-only .navigation .nochildSub li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: var(--theme-color);
    z-index: -1;
    transition: all 0.4s cubic-bezier(.28, .85, .81, 1.36);
}

.pc-only .navigation .nochildSub li:hover::before {
    width: 6px;
}

.pc-only .navigation .nochildSub li a {
    display: block;
    width: 100%;
    padding: 10px 28px;
    font-size: clamp(14px, 0.9vw, 16px);
    color: var(--main-text-color);
    white-space: nowrap;
}

.translate-box {
    position: relative;
    cursor: pointer;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 12px 4px;
    padding-left: 32px;
}

.translate-box .translate-options {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: var(--main-bg-color);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    overflow: hidden;
    display: none;
    flex-direction: column;
    z-index: 1500;
}

.translate-box:hover .translate-options {
    display: flex;
}

.translate-box>.iconfont {
    font-size: clamp(18px, 2vw, 1.5rem);
}

.translate-box .translate-option {
    padding: 12px 24px;
    font-size: clamp(14px, 2vw, 16px);
    color: var(--main-text-color);
    white-space: nowrap;
    transition: background-color 0.2s, color 0.2s;
    position: relative;
}

.translate-box .translate-option::before {
    content: '';
    background-color: transparent;
    width: 6px;
    height: 100%;
    position: absolute;
    left: -100%;
    top: 0;
    transition: all 0.3s ease-in-out;
}

.translate-box .translate-option:hover::before {
    background-color: var(--theme-color);
    left: 0;
}

#translate {
    display: none;
}

header.mobile-only {
    width: 100%;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    display: none;
}

.mobile-header {
    max-width: 1440px;
    height: 100%;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.mobile-header .logo {
    height: 40px;
    width: fit-content;
    cursor: pointer;
    overflow: hidden;
}

.mobile-header .logo img {
    height: 100%;
    width: auto;
}

.mobile-header .menu-icon {
    font-size: 24px;
    color: var(--main-text-color);
    cursor: pointer;
    /* position: relative; */
    display: flex;
    align-items: center;
}

.mobile-header .mobile-menu {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100vw;
    background-color: var(--main-bg-color);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
    display: none;
    flex-direction: column;
    z-index: 1200;
}

.mobile-header .mobile-menu .mobile-nav-menu {
    display: flex;
    flex-direction: column;
}

.mobile-header .mobile-menu .mobile-nav-menu li {
    width: 100%;
    border-bottom: 1px solid var(--border-gray-color);
    position: relative;
}

.mobile-header .mobile-menu .mobile-nav-menu li a,
.mobile-header .mobile-menu .mobile-nav-menu li span {
    display: block;
    width: 100%;
    padding: 12px 16px;
    font-size: 16px;
    color: var(--main-text-color);
    transition: background-color 0.2s, color 0.2s;
    padding-left: 24px;
}

.mobile-header .mobile-menu .mobile-nav-menu li>.iconfont.icon-xia {
    display: block;
    position: absolute;
    right: 16px;
    top: 16px;
    font-size: clamp(16px, 4vw, 20px);
    transition: transform 0.3s ease-in-out;
    transform: rotate(0deg);
}

.mobile-header .mobile-menu .mobile-nav-menu li>.iconfont.icon-xia.rotated {
    transform: rotate(180deg);
}

.mobile-header .mobile-menu .mobile-nav-menu li a:hover,
.mobile-header .mobile-menu .mobile-nav-menu li.active a {
    background-color: var(--theme-100);
    color: var(--theme-500);
}

.mobile-header .mobile-menu .mobile-nav-menu li .mobile-sub-menu {
    width: 100%;
    display: none;
    flex-direction: column;
    background-color: var(--bg-darkgray-color);
}

.mobile-header .mobile-menu .mobile-nav-menu li .mobile-sub-menu li a {
    padding-left: 32px;
    font-size: 14px;
}

.mobile-translate-options .translate-option {
    display: block;
    width: 100%;
    padding: 12px 16px;
    font-size: 1rem;
    color: var(--main-text-color);
    transition: background-color 0.2s,
        color 0.2s;
    padding-left: 32px;
}




#index-banner {
    width: 100%;
    /* height: calc(100vh - 80px); */
    margin-top: 80px;
    aspect-ratio: 16 / 7;
}

#index-banner .swiper-slide {
    background-color: #fafafa;
}

#index-banner .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
    color: var(--theme-color);
    /* background-color: rgba(255, 255, 255, 0.6); */
    backdrop-filter: blur(5px);
    width: clamp(32px, 6vw, 50px);
    height: clamp(32px, 6vw, 50px);
    border-radius: 25px;
    padding-left: 2px;
}

.swiper-button-prev {
    padding-left: 0;
    padding-right: 2px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: clamp(16px, 4vw, 24px);
    font-weight: 600;
    text-shadow: #3b3b3b 0px 0px 16px;
}


#index-banner .swiper-pagination {
    display: flex;
    width: 100%;
    justify-content: center;
    bottom: 5px !important;
    gap: 8px;
    flex-wrap: wrap;
}

#index-banner .swiper-pagination-bullet {
    flex: 1;
    --bullet-progress: 0;
    width: auto;
    height: 48px;
    /* line-height: 48px; */
    border-radius: 0;
    color: #fff;
    backdrop-filter: blur(5px);
    opacity: .6;
    background: rgba(0, 0, 0, 0.7);
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

#index-banner .swiper-pagination-bullet .bullet-label {
    position: relative;
    z-index: 2;
}

#index-banner .swiper-pagination-bullet .bullet-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 3px;
    width: calc(var(--bullet-progress) * 100%);
    background: var(--theme-color);
    z-index: 1;
    transition: width 0.12s linear, opacity 0.12s linear;
    opacity: 0;
}

#index-banner .swiper-pagination-bullet-active {
    opacity: 1;
    font-weight: 600;
    background-color: var(--theme-color);
}

#index-banner .swiper-pagination-bullet-active .bullet-bar {
    background: #fff;
    opacity: 1;
}

#index-banner .slide-text-group {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 10;
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 90vw;
}

#index-banner .slide-main-text {
    font-size: clamp(20px, 8vw, 6rem);
    font-weight: var(--font-weight-semi);
    color: var(--theme-color);
    text-shadow: #3b3b3b 0px 0px 16px;
    z-index: 10;
    line-height: 1;
}

#index-banner .slide-sub-text {
    font-size: clamp(12px, 3vw, 3rem);
    font-weight: var(--font-weight-regular);
    color: #fff;
    text-shadow: #3b3b3b 0px 0px 16px;
    z-index: 10;
}

#index-banner .slide-decoration {
    font-size: clamp(14px, 1.5vw, 1.6rem);
    font-weight: var(--font-weight-regular);
    color: #fff;
    text-shadow: #3b3b3b 0px 0px 16px;
    z-index: 10;
}

#index-banner .swiper-slide.text-LeftBottom .slide-text-group {
    text-align: left;
    left: clamp(16px, 3vw, 80px);
    top: auto;
    bottom: 60px;
    transform: translate(0, 0);
    align-items: flex-start;
    flex-direction: column-reverse;
}

#index-banner .swiper-slide.text-LeftTop .slide-text-group {
    text-align: left;
    left: clamp(16px, 3vw, 80px);
    top: 120px;
    transform: translate(0, 0);
    align-items: flex-start;
}

#index-banner .swiper-slide.text-RightBottom .slide-text-group {
    text-align: right;
    left: auto;
    right: clamp(16px, 3vw, 80px);
    top: auto;
    bottom: 60px;
    transform: translate(0, 0);
    align-items: flex-end;
    flex-direction: column-reverse;
}

#index-banner .swiper-slide.text-RightTop .slide-text-group {
    text-align: right;
    left: auto;
    right: clamp(16px, 3vw, 80px);
    top: 120px;
    transform: translate(0, 0);
    align-items: flex-end;
}



.index-module {
    width: 100%;
    box-sizing: border-box;
    /* background-color: var(--main-bg-color); */
    overflow: hidden;
}

.index-case {
    max-width: 1390px;
    padding: 80px 20px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
    flex-wrap: wrap;
    /* border-bottom: 1px solid #ddd; */
    overflow: hidden;
    width: 100%;
}

.index-case .swiper-button-prev {
    left: -20px;
    background-color: rgba(0, 0, 0, 0.4);
}

.index-case .swiper-button-next {
    right: -20px;
    background-color: rgba(0, 0, 0, 0.4);
}

.index-case .index-text-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 24px;

}

#index-case {
    width: 100%;
    position: relative;
}

#index-case .swiper-wrapper {
    align-items: stretch;
}

.index-case-outer-item {
    position: relative;
    width: calc(25% - 24px);
    min-width:250px;
    /* height: clamp(300px, 50vh, 500px); */
    overflow: hidden;
    border-radius: clamp(6px, 1vw, 12px);
    overflow: hidden;
    backdrop-filter: blur(5px);
    display: flex;
    align-items: stretch;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    /* cursor: pointer; */
    flex-direction: column;
    padding-bottom: 200px;
    position: relative;
    flex:1;
}

.index-case-outer-item .index-case-left {
    padding: clamp(12px, 2vw, 16px) clamp(12px, 2.5vw, 20px);
    width: 100%;
}

.index-case-outer-item .index-case-left .index-case-title {
    font-size: clamp(16px, 2vw, 24px);
    font-weight: var(--font-weight-semi);
    color: var(--main-text-color);
    margin-bottom: 8px;
}


.index-case-outer-item .index-case-left .index-case-tag {
    display: flex;
    gap: 8px;
    /* margin-bottom: 16px; */
    flex-wrap: wrap;
}

.index-case-outer-item .index-case-left .index-case-tag .case-tag-item {
    padding: 3px 8px;
    background-color: var(--theme-400);
    border-radius: 4px;
    font-size: 12px;
    font-weight: var(--font-weight-semi);
    color: var(--theme-900);
    white-space: nowrap;
    cursor: pointer;
}

.index-case-outer-item .index-case-left .index-case-number {
    display: flex;
    flex-wrap: wrap;
    padding: 16px 0;
    width: 100%;
    gap: 12px;
}

.index-case-outer-item .index-case-left .index-case-number .number-item {
    display: flex;
    flex-direction: column;
    white-space: nowrap;
    flex: 1;
}

.index-case-outer-item .index-case-left .index-case-number .number-item .number {
    font-size: clamp(12px, 1vw, 16px);
    font-weight: var(--font-weight-semi);
    color: var(--theme-color);
    display: flex;
    align-items: baseline;
    white-space: nowrap;

}

.index-case-outer-item .index-case-left .index-case-number .number-item .number-label {
    font-size: 12px;
    font-weight: var(--font-weight-regular);
    color: var(--text-darkgray-color);
}

.index-case-outer-item .index-case-left  .index-case-description {
    margin-bottom: 24px;
    line-height: 1.8;
}

.index-case-outer-item .index-case-right {
    /* flex: 1; */
    overflow: hidden;
    position: absolute;
    height: 200px;
    aspect-ratio: 4 / 3;
    bottom: 0;
    left: 0;
    width: 100%;
}

.index-case-outer-item .index-case-right .index-case-img {
    width: 100%;
    height: 100%;
    position: absolute;
}

/* .index-case-outer-item .index-case-right .index-case-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 100%;
    background: linear-gradient(to right, #f7f7f7, transparent);
    z-index: 1;
} */
.hasVideo .index-case-right .index-case-img::before {
    content: '';
    position: absolute;
    top: 50%;
    left: calc(50% - 5px);
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(5px);
    width: 70px;
    height: 70px;
    z-index: 1;
    border-radius: 50%;
    cursor: pointer;
}

.hasVideo .index-case-right .index-case-img::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 25px solid var(--theme-300);
    width: 0;
    height: 0;
    z-index: 2;
    cursor: pointer;
}

.index-case-outer-item .index-case-right .index-case-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-case-img-inner {
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease-in-out;
}

#index-case .swiper-pagination {
    width: fit-content;
    margin: 16px 36px;
    display: flex;
    align-items: center;
}

#index-case .swiper-pagination span {
    width: 10px;
    height: 10px;
    border-radius: 8px;
    opacity: 0.5;
    transition: all 0.3s ease-in-out;
}

#index-case .swiper-pagination span.swiper-pagination-bullet-active {
    width: 14px;
    height: 14px;
    background-color: var(--theme-500);
}

.partner-box {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.partner-box .partner-item {
    width: 180px;
    height: 101.25px;
    padding: 0;
    /* filter: grayscale(100%) opacity(0.4); */
    transition: filter 0.3s ease-in-out;
}

.partner-box .partner-item:hover {
    filter: grayscale(0%);
}

.partner-box .partner-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.partner-box.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: linear;
}



/* 首页「关于」区块：Vue 挂载在外层 #home-company-intro-app，背景样式在内层（见模板） */
#home-company-intro-app > .home-company-intro-app__inner {
    width: 100%;
    box-sizing: border-box;
}

.index-about {
    /* max-width: 1390px; */
    padding: 80px 0;
    padding-left: clamp(16px, 3vw, 80px);
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    /* flex-direction: column; */
    gap: 40px;
    /* flex-wrap: wrap; */
    /* border-bottom: 1px solid #ddd; */
    min-height: 80vh;
    flex-wrap: wrap;
}

.index-about-left {
    flex: 1;
    /* width: 40%; */
    /* flex-shrink: 0; */
    position: relative;
    min-width: 400px;
}

.index-left-text {
    font-size: clamp(16px, 3vw, 2rem);
}

.index-left-stext {
    margin-top: 25px;
    font-size: clamp(20px, 4vw, 54px);
    font-weight: var(--font-weight-semi);
}
.index-about-right {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--theme-white-color);
    border-radius: 0 clamp(6px, 1vw, 12px) 0 clamp(6px, 1vw, 12px);
    padding: clamp(32px, 4vw, 80px) clamp(32px, 3vw, 64px);
    padding-right: clamp(16px, 5vw, 120px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    max-width: clamp(650px, 50%, 50%);
    flex-shrink: 0;
}
.index-about-right .index-module-description{
    font-size: clamp(12px, 1.2vw, 14px);
}
.index-text-box {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.index-left-video{
    width: 100%;
    height: 100%;
    border-radius: clamp(6px, 1vw, 12px);
}
.index-left-video::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 50%;
    transform: skewX(-20deg)translateY(-20%);
    background: rgba(243, 198, 0, 0.4);
    z-index: 2;
    backdrop-filter: blur(5px);
}
.index-left-video::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 120%;
    transform: skewX(-20deg) translateY(20%);
    background: rgba(243, 198, 0, 0.4);
    z-index: 2;
    backdrop-filter: blur(5px);
}

.index-left-video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: clamp(6px, 1vw, 12px);
    backdrop-filter: blur(5px);
}
.index-module-title {
    font-size: clamp(20px, 2.5vw, 2.5rem);
    font-weight: var(--font-weight-semi);
    color: var(--main-text-color);
}
.index-module-subtitle{
    font-size: clamp(13px, 2vw, 1.2rem);
    font-weight: var(--font-weight-regular);
}

.index-module-description {
    font-size: clamp(12px, 1.5vw, 16px);
    font-weight: var(--font-weight-regular);
    color: var(--text-darkgray-color);
    line-height: 1.8;
    white-space: pre-line;
}


.index-module-button {
    margin-top: 12px;
}

.index-module-button .gy-button {
    font-size: 1rem;
}

.index-module-img {
    position: relative;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
    border-radius: 8px;
    flex: 1;
    max-height: 500px;
}

.index-module-img>img,
.index-module-img>video {
    width: 100%;
    height: 100%;
    /* max-height: 500px; */
    object-fit: cover;
    border-radius: 8px;
}

.cover-click {
    width: 100%;
    /* background-color: rgba(0, 0, 0, 0.4); */
    /* backdrop-filter: blur(4px); */
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    z-index: 5;
}


.cover-click .playicon-outer {
    margin-top: 80px;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    /* background-color: rgba(255, 255, 255, 0.6); */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    border: 1px solid var(--theme-500);
    background-color: var(--theme-500);
    cursor: pointer;
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3); */
    opacity: 0.8;
    transition: all 0.3s ease-in-out;
}
.cover-click .playicon-outer:hover {
    border-color: var(--theme-300);
    background-color: var(--theme-300);
    opacity: 1;
}

.cover-click .playicon-outer::before {
    content: '';
    position: absolute;
    width: 90px;
    height: 90px;
    border-radius: 45px;
    border: 1px solid var(--theme-color);
    animation: rotate360 3s linear infinite;
    top: 50%;
    left: 50%;
    opacity: 0.6;
}

@keyframes rotate360 {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
        width: 90px;
        height: 90px;
    }

    50% {
        width: 100px;
        height: 100px;
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
        width: 90px;
        height: 90px;
    }
}

.cover-click .playicon-outer::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    border: 1px solid var(--theme-color);
    animation: rotate360Reverse 4s ease-in-out infinite;
    top: 50%;
    left: 50%;
    opacity: 0.4;
}

@keyframes rotate360Reverse {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
        width: 120px;
        height: 120px;
    }

    50% {
        width: 100px;
        height: 100px;
    }

    100% {
        transform: translate(-50%, -50%) rotate(-360deg);
        width: 120px;
        height: 120px;
    }
}

.cover-click .play-icon {
    font-size: 30px;
    color: #fff;
    margin-left: 6px;
}


.index-module-numberCount {
    display: flex;
    gap: clamp(20px, 2.5vw, 40px);
    min-width: 360px;
}

.index-module-numberCount .numberCount-item {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
    padding-bottom: clamp(16px, 2vw, 32px);
}

.index-module-numberCount .numberCount-item .numberCount-number {
    font-size: clamp(14px, 2vw, 1.3rem);
    font-weight: var(--font-weight-normal);
    color: var(--theme-color);
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.index-module-numberCount .numberCount-item .numberCount-number span {
    font-size: clamp(24px, 4vw, 2.5rem);
    font-weight: var(--font-weight-semi);
}

.index-module-numberCount .numberCount-item .numberCount-label {
    font-size: 13px;
    font-weight: var(--font-weight-heavy);
    color: var(--text-darkgray-color);
}

.index-product {}

.index-product-outer-item {
    /* width: 100%; */
    /* height: 100vh; */
    display: flex;
    /* align-items: center; */
    /* padding: 80px 20px; */
    padding-bottom: clamp(40px, 6vw, 100px);
    gap: clamp(20px, 4vw, 80px);
    flex-wrap: wrap;
    margin: 0 clamp(20px, 4vw, 50px);
    max-width: 1440px;
}

.index-product-outer-item:last-child {
    padding-bottom: 40px;
}

.index-product-outer-item .index-product-bg-text {
    position: absolute;
    font-size: clamp(40px, 10vw, 10.25rem);
    font-weight: var(--font-weight-heavy);
    color: rgba(0, 0, 0, 0.05);
    bottom: clamp(12px, 4vw, 50px);
    left: 0;
    width: fit-content;
    pointer-events: none;
    user-select: none;
    white-space: nowrap;
    text-transform: uppercase;
}

.index-product-outer-item .index-text-box {
    width: clamp(300px, 40%, 400px);
    margin-top: clamp(0px, 4vw, 40px);
    display: none;
}

.index-product-outer-item .index-text-box.active {
    display: flex;
}

.index-product-outer-item .index-product-img {
    flex: 1;
    border-radius: clamp(8px, 1vw, 16px);
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    background-color: #000;
    height: clamp(300px, 40vw, 500px);
    position: relative;
    min-width: 300px;
    margin-top: 23px;
    z-index: 10;
}

.index-product-outer-item .index-product-img .product-img-box-list {
    width: 100%;
    height: 100%;
    display: flex;
    gap: 8px;
    position: absolute;
    top: 0;
    left: 0;
}

.index-product-outer-item .index-product-img .product-img-box-list .product-img-box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
    transform: scale(0.5);
    opacity: 0;
    background-color: #020202;
}

.index-product-outer-item .index-product-img .product-img-box-list .product-img-box.active {
    opacity: 1;
    transform: scale(1);
}

.index-product-outer-item .index-product-img .product-img-box-list .product-img-box img,
.index-product-outer-item .index-product-img .product-img-box-list .product-img-box video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: clamp(8px, 1vw, 16px);
}

.index-product-outer-item .index-product-img .product-img-video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.index-product-outer-item .index-product-img .product-img-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: clamp(8px, 1vw, 16px);
}

.index-product-outer-item .index-product-img .product-img-text-list {
    position: absolute;
    bottom: clamp(8px, 2vw, 20px);
    left: clamp(8px, 2vw, 20px);
    display: flex;
    gap: 8px;
    width: calc(100% - clamp(16px, 4vw, 40px));
    align-items: stretch;
    /* flex-wrap: wrap; */
}

.index-product-outer-item .index-product-img .product-img-text-list .product-img-text-item {
    padding: 4px 8px;
    background-color: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 4px;
    font-size: 0.9rem;
    color: #fff;
    /* white-space: nowrap; */
    flex: 1;
    text-align: center;
    font-size: clamp(12px, 1.5vw, 16px);
    padding: clamp(10px, 1vw, 20px) clamp(16px, 2vw, 32px);
    transition: all 0.3s;
    cursor: pointer;
    text-shadow: var(--theme-950) 0px 0px 24px;
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
}


.index-product-outer-item .index-product-img .product-img-box-list .product-img-box .product-img-text-description {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0.8) 100%);
    color: #fff;
    padding: 32px 6px 24px;
    font-size: clamp(14px, 1.8vw, 32px);
    line-height: 1.6;
    z-index: 10;
    /* text-align: center; */
    width: calc(100%);
    /* padding-bottom: 120px; */
    text-align: left;
    font-weight: var(--font-weight-heavy);
    padding-left: 24px;
    white-space: pre-line;
}

.index-product-outer-item .index-product-img .product-img-box-list .product-img-box.active .product-img-text-description {
    /* display: inline-block; */
}

.index-product-outer-item .index-product-img .product-img-text-list .product-img-text-item.active {
    background-color: rgba(255, 255, 255, 0.3);
    color: var(--theme-500);
    text-shadow: none;
}

.index-product-outer-item .hiddentext-introduct {
    position: absolute;
    background-color: var(--main-bg-color);
    padding: 64px 32px 24px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    font-size: clamp(14px, 1.5vw, 18px);
    color: var(--main-text-color);
    width: 400px;
    z-index: 5;
    left: clamp(300px, 20%, 400px);
    padding-right: 100px;
    margin-top: 28px;
    transition: all cubic-bezier(.28, .85, .81, 1.36) 0.3s;
    opacity: 0;
    height: clamp(300px, 40vw, 600px);
    display: flex;
    flex-direction: column;
}

.index-product-outer-item .hiddentext-introduct.active {
    opacity: 1;
    left: 100px;
}

.index-product-outer-item .hiddentext-introduct>.index-text-box1 {
    flex-direction: column;
    gap: clamp(12px, 1.5vw, 16px);
    display: none;
}

.index-product-outer-item .hiddentext-introduct>.index-text-box1.active {
    display: flex;
}



/* index-product 轮播切换动效：文字从左到右、图片从下到上飞入 */
/* .index-product-outer-item .index-text-box,
.index-product-outer-item .index-product-img {
    opacity: 0;
    transform: translate3d(0, 0, 0);
} */

.index-product-outer-item .index-text-box.active {
    animation: indexProductTextIn 0.7s ease-out forwards;
}

.index-product-outer-item .index-product-img.active {
    animation: indexProductImgIn 0.7s ease-out forwards;
}

.index-product-outer-item #index-product-h.active {
    animation: indexProductImgIn 0.7s ease-out forwards;
}

@keyframes indexProductTextIn {
    0% {
        opacity: 0;
        transform: translate3d(-300px, 0, 0);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes indexProductImgIn {
    0% {
        opacity: 0;
        transform: translate3d(0, 300px, 0);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}



.index-news {
    max-width: 1390px;
    padding: 80px 20px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
    flex-wrap: wrap;
}

.index-news-list {
    display: flex;
    gap: clamp(20px, 2vw, 32px);
    justify-content: space-between;
    flex-wrap: wrap;
}

.index-news-list .index-news-item {
    width: calc(33.33% - 32px);
    /* height: 460px; */
    /* background-color: var(--main-bg-color); */
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
    /* border-radius: 8px; */
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
    position: relative;
    cursor: pointer;
}

.index-news-list .index-news-item:nth-child(3n+1) {
    /* width: 100%; */
}

.index-news-list .index-news-item:hover {
    /* transform: translateY(-8px); */
}

.index-news-list .index-news-item .news-item-img {
    width: 100%;
    height: clamp(200px, 30vw, 250px);
    overflow: hidden;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    /* position: absolute;
    bottom: 0;
    left: 0; */
}

.index-news-list .index-news-item .news-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.index-news-list .index-news-item:hover .news-item-img img {
    /* height: 200px; */
    transform: scale(1.2);
}

.index-news-list .index-news-item .news-item-title {
    font-size: clamp(18px, 2.5vw, 1.6rem);
    font-weight: var(--font-weight-semi);
    color: var(--main-text-color);
    flex: none;
    /* padding: 32px 16px 0; */
    margin: 16px 0;
    word-break: break-all;
    transition: all 0.3s ease-in-out;
    display: -webkit-box;
}

.index-news-list .index-news-item .news-item-title {
    /* padding-bottom: 16px; */
    font-size: clamp(16px, 2vw, 1.2rem);
    line-height: 1.8rem;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 3.6rem;
    overflow: hidden;
}

.index-news-list .index-news-item .news-item-description {
    opacity: 0;
    font-size: 1rem;
    font-weight: var(--font-weight-regular);
    color: var(--main-text-color);
    line-height: 1.6rem;
    flex: 1;
    /* padding: 0 16px 16px 16px; */
    height: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s ease-in-out 0.2s;
    word-break: break-all;
}

.index-news-list .index-news-item .news-item-description {
    height: 3.2rem;
    opacity: 1;
}


footer {
    background: linear-gradient(180deg, #333 0%, #242424 32%, #00000a 100%);
    color: #888;
    padding: 80px 20px 20px;
    text-align: center;
    font-size: 0.9rem;
    min-height: 70vh;
    position: relative;
}

footer .footer-container {
    max-width: 1390px;
    margin: 0 auto 32px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 16px;
}

.footer-container .footer-left {
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: left;
    max-width: 400px;
}

.footer-container .footer-logo {
    height: 80px;
    width: auto;
    cursor: pointer;
    overflow: hidden;
    width: 100%;
    text-align: left;
}

.footer-container .footer-logo img {
    height: 100%;
    width: auto;
}


select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    color: #a8a8a8;
    border: 1px solid #a8a8a8 !important;
    padding: 8px 12px !important;
    letter-spacing: 0.2px;
    background-color: transparent;
    font-size: 14px !important;
    line-height: inherit;
    width: 100%;
    margin-bottom: 14px;
    height: auto !important;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border ease .238s;
    -moz-transition: border ease .238s;
    transition: border ease .238s;
    border-radius: 0 !important;
    line-height: 1.5em;
    height: auto;
}

.contact-form {
    /* width: 80%; */
    margin: 0 auto;
}

.contact-form .form-control-wrap {
    width: 32%;
    float: left;
    margin-right: 2%;
}

.contact-form .form-control-wrap:nth-child(3) {
    margin-right: 0px;
}

.contact-form .form-control-wrap:nth-child(4) {
    width: 49%;
    float: left;
    margin-right: 2%;
}

.contact-form .form-control-wrap:nth-child(5) {
    width: 49%;
    float: left;
    margin-right: 0px;
}

.contact-form .form-control-wrap:nth-child(6) {
    width: 100%;
    float: left;
    margin-right: 0px;
}


.footer-right {
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: left;
}

.footer-links {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    font-size: clamp(16px, 2vw, 20px);
    padding-left: 32px;
    width: 100%;
    max-width: 600px;
}

.footer-link-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 140px;
}

.footer-link-title {
    font-weight: var(--font-weight-semi);
    color: #fff;
    margin-bottom: 8px;
}

.footer-link-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.footer-links a {
    color: #888;
    text-decoration: none;
    font-size: clamp(12px, 1.2vw, 14px);
    transition: color 0.3s;
    display: block;
}

.footer-links-mobile {
    display: none;
}

.footer-links-mobile ul {
    display: flex;
    gap: 12px;
    padding: 32px 0;
}

.footer-links-mobile ul li a {
    color: #888;
    text-decoration: none;
    font-size: 1rem;
    transition: color 0.3s;
}

.footer-contact-QRcode {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.footer-QRcode-item {
    font-size: clamp(14px, 1.5vw, 16px);
    color: #888;
    text-align: center;
}

.footer-contact-QRcode .footer-QRcode-img {
    width: clamp(100px, 20vw, 160px);
    height: clamp(100px, 20vw, 160px);
    overflow: hidden;
}

.footer-contact-QRcode .footer-QRcode-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer-QRcode-label {
    font-size: clamp(14px, 1.5vw, 16px);
    color: #888;
    padding: clamp(4px, 1vw, 8px) clamp(8px, 2vw, 16px);
}



.footer-bottom {
    position: absolute;
    left: 0;
    bottom: 12px;
    width: 100%;
}

.footer-bottom-text {
    font-size: clamp(12px, 2vw, 14px);
}




.index-allProduct-box {
    /* padding-bottom: 50px; */
    max-width: 1500px;
    padding: clamp(30px, 5vw, 80px) 20px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: clamp(20px, 3vw, 40px);
    flex-wrap: wrap;
    /* border-bottom: 1px solid #ddd; */
    overflow: hidden;
    width: 100%;
}


.index-allProduct {
    position: relative;
    overflow: hidden;
    height: clamp(500px, 80vw, 75vh);
    overflow: hidden;
    background-color: var(--theme-white-color);
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin: 0 clamp(20px, 4vw, 50px);
}

.index-allProduct-list {
    /* display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: space-between; */
}

.index-allProduct-item {
    /* width: calc(33.333% - 16px); */
    width: 100%;
    overflow: hidden;
    position: relative;
    transition: all 0.3s cubic-bezier(.28, .85, .81, 1);
    height: clamp(250px, 30vw, 350px);
    padding-left: 30%;
}

.index-allProduct .swiper-pagination {
    width: 30%;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    display: flex;
    flex-direction: column;
    gap: clamp(12px, 1.5vw, 24px);
    padding: clamp(16px, 4vw, 48px);
    background-color:var(--theme-white-color);
    padding-bottom: 0;
}

.index-allProduct .swiper-pagination .swiper-pagination-bullet {
    width: fit-content;
    height: auto;
    border-radius: 0;
    transition: all 0.3s ease-in-out;
    background-color: transparent;
    text-align: left;
    font-size: clamp(12px, 1.5vw, 16px);
    line-height: 1.2;
    position: relative;
}

.index-allProduct .swiper-pagination .swiper-pagination-bullet::after {
    content: '';
    display: block;
    width: 0;
    height: 100%;
    background-color: var(--theme-400);
    transition: all 0.3s ease-in-out;
    margin-top: 4px;
    position: absolute;
    bottom: 100%;
    left: -12px;
    transform: skew(-20deg);
}

.index-allProduct .swiper-pagination .swiper-pagination-bullet-active::after {
    width: 6px;
    bottom: 0;

}

/* .index-allProduct-item:nth-child(1), .index-allProduct-item:nth-child(2){
    width: calc(50% - 8px);
} */
.index-allProduct-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(2px);
    opacity: 1;
    transition: all 0.3s ease-in-out;
    z-index: 2;
}

.index-allProduct-item .index-allProduct-bgimg {
    /* position: absolute; */
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.index-allProduct-item .index-allProduct-text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: clamp(16px, 4vw, 48px);
    line-height: 1.6;
    z-index: 10;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 30%;
}

.index-allProduct-item .index-allProduct-text .index-allProduct-title {
    font-size: clamp(16px, 3vw, 3rem);
    font-weight: var(--font-weight-semi);
    margin-bottom: 8px;
    /* white-space: nowrap; */
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(2px);
    width: 300%;
    padding-right: 32px;
    line-height: 1.2;
    padding-bottom: 8px;
    padding-top: 8px;
}

.index-allProduct-item .index-allProduct-text .index-allProduct-title::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -25px;
    transform: translate(0, -50%) skew(-20deg);
    width: 50px;
    height: 100%;
    background-color: var(--theme-400);
    transition: all 0.3s ease-in-out;
}

.index-allProduct-item .index-allProduct-text .index-allProduct-description {
    font-size: clamp(12px, 1vw, 1rem);
    font-weight: var(--font-weight-regular);
    line-height: 1.6;
    /* white-space: pre-line; */
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.index-allProduct-item .index-allProduct-text a.gy-alink {
    padding: 0;
    font-size: clamp(12px, 1.5vw, 18px);
    border: 0;
    font-weight:var(--font-weight-medium);
    letter-spacing: 1px;

}

.index-allProduct-item .allProduct-img {
    width: 180px;
    height: 180px;
    position: absolute;
    bottom: 50%;
    right: 50%;
    transform: translate(50%, 50%);
    z-index: 15;
    transition: all 0.3s ease-in-out;
    padding: 35px;
    border-radius: 50%;
    overflow: hidden;
}

.index-allProduct-item .allProduct-img::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 88%;
    height: 88%;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.4);
    animation: rotate360AA 3s linear infinite;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

.index-allProduct-item .allProduct-img::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    height: 60%;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(2px);
    /* animation: rotate360 3s linear infinite; */
    z-index: 1;
}

@keyframes rotate360AA {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
        width: 70%;
        height: 70%;
    }

    50% {
        width: 88%;
        height: 85%;
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
        width: 70%;
        height: 70%;
    }
}

.index-allProduct-item .allProduct-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    z-index: 2;
}

.index-allProduct-item::before {
    opacity: 0;
}


.index-allProduct-item .index-allProduct-text {
    opacity: 1;
    bottom: 0;
}

.index-allProduct-item .allProduct-img {
    transform: translate(0, 0);
    right: 0;
    bottom: clamp(8px, 1vw, 16px);
}





.index-click-more {
    font-size: 13px;
    width: 48px;
    height: 48px;
    border-radius: 42px;
    line-height: 16px;
    display: flex;
    align-items: center;
    padding: 0 14px;
    justify-content: space-between;
    transition: all 0.6s ease-in-out;
    background-color: var(--theme-400);
    max-width: max-content;
    color: #1E2134;
}

.index-click-more span:not(.iconfont) {
    display: block;
    width: 0;
    transition: all 0.6s ease-in-out;
    margin-left: 8px;
    white-space: nowrap;
    overflow: hidden;
}

.index-click-more .icon-you1 {
    font-size: 16px;
    transform: rotate(315deg);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;

}

.index-click-more:hover {
    width: fit-content;
}

.index-click-more:hover span:not(.iconfont) {
    width: auto;
}

.index-click-more:hover .icon-you1 {
    transform: rotate(0deg);
}

/* index-css  *END* */

/* ---------- 站点深色模式（变量 + 布局） ---------- */
.site-theme-toggle {
    position: relative;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0 8px 0 0;
    border: 1px solid var(--border-gray-color);
    border-radius: 50%;
    background: transparent;
    color: var(--main-text-color);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s, border-color 0.2s, color 0.2s;
    margin-left: 24px;
}

.site-theme-toggle:hover {
    border-color: var(--theme-500);
}

.site-theme-toggle__icon {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.site-theme-toggle__icon svg {
    display: block;
}

.site-theme-toggle__icon--sun {
    opacity: 0;
    transform: scale(0.6);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.site-theme-toggle__icon--moon {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

@media (prefers-color-scheme: dark) {
    html:not([data-site-theme]) .site-theme-toggle__icon--moon {
        opacity: 0;
        transform: scale(0.6);
    }

    html:not([data-site-theme]) .site-theme-toggle__icon--sun {
        opacity: 1;
        transform: scale(1);
    }
}

html[data-site-theme="light"] .site-theme-toggle__icon--sun,
html[data-site-theme="dark"] .site-theme-toggle__icon--moon {
    opacity: 0;
    transform: scale(0.6);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

html[data-site-theme="light"] .site-theme-toggle__icon--moon,
html[data-site-theme="dark"] .site-theme-toggle__icon--sun {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.mobile-header-right {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
}

.site-theme-toggle--mobile {
    margin: 0;
}

/* 深色：全局色板（与下方 @media 块保持同步） */
html[data-site-theme="dark"] {
    --main-bg-color: #1a1a1a;
    --main-text-color: #fff;
    --text-gray-color: #c9c9c9;
    --text-darkgray-color: #eee;
    --border-gray-color: #2c3144;
    --bg-darkgray-color: #222222;
    --theme-white-color: rgba(0,0,0,0.8);
    --theme-light-color: #252a3d;
    --bg-black-color: #e8eaed;
    --theme-50: #2a2610;
    --theme-100: #3d3514;
    --theme-950: #f5f0d8;
}

@media (prefers-color-scheme: dark) {
    html:not([data-site-theme]) {
        --main-bg-color: #1a1a1a;
        --main-text-color: #fff;
        --text-gray-color: #c9c9c9;
        --text-darkgray-color: #eee;
        --border-gray-color: #2c3144;
        --bg-darkgray-color: #1a1f2e;
        --theme-white-color: rgba(0,0,0,0.8);
        --theme-light-color: #252a3d;
        --bg-black-color: #e8eaed;
        --theme-50: #2a2610;
        --theme-100: #3d3514;
        --theme-950: #f5f0d8;
    }
}

html[data-site-theme="dark"] body {
    background-color: var(--main-bg-color);
    color: var(--main-text-color);
}

@media (prefers-color-scheme: dark) {
    html:not([data-site-theme]) body {
        background-color: var(--main-bg-color);
        color: var(--main-text-color);
    }
}

html[data-site-theme="dark"] main {
    background-color: var(--main-bg-color) !important;
}

@media (prefers-color-scheme: dark) {
    html:not([data-site-theme]) main {
        background-color: var(--main-bg-color) !important;
    }
}

html[data-site-theme="dark"] header.pc-only,
html[data-site-theme="dark"] header.mobile-only {
    background-color: rgba(18, 20, 31, 0.92);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}

@media (prefers-color-scheme: dark) {
    html:not([data-site-theme]) header.pc-only,
    html:not([data-site-theme]) header.mobile-only {
        background-color: rgba(18, 20, 31, 0.92);
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
    }
}

html[data-site-theme="dark"] .pc-only .navigation .sub,
html[data-site-theme="dark"] .pc-only .navigation .sub2,
html[data-site-theme="dark"] .pc-only .navigation .nochildSub {
    background: var(--theme-white-color);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
}

@media (prefers-color-scheme: dark) {
    html:not([data-site-theme]) .pc-only .navigation .sub,
    html:not([data-site-theme]) .pc-only .navigation .sub2,
    html:not([data-site-theme]) .pc-only .navigation .nochildSub {
        background: var(--theme-white-color);
        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
    }
}

html[data-site-theme="dark"] .pc-only .navigation .sub2 {
    border-left-color: var(--border-gray-color);
}

@media (prefers-color-scheme: dark) {
    html:not([data-site-theme]) .pc-only .navigation .sub2 {
        border-left-color: var(--border-gray-color);
    }
}

/* html[data-site-theme="dark"] .pc-only .logo img {
    filter: brightness(0) invert(1);
}

@media (prefers-color-scheme: dark) {
    html:not([data-site-theme]) .pc-only .logo img {
        filter: brightness(0) invert(1);
    }
} */

html[data-site-theme="dark"] #index-banner .swiper-slide {
    background-color: #1a1c28;
}

@media (prefers-color-scheme: dark) {
    html:not([data-site-theme]) #index-banner .swiper-slide {
        background-color: #1a1c28;
    }
}

html[data-site-theme="dark"] .gy-alink-primary {
    color: var(--main-text-color);
    border-color: rgba(232, 234, 237, 0.35);
    opacity: 0.85;
}

@media (prefers-color-scheme: dark) {
    html:not([data-site-theme]) .gy-alink-primary {
        color: var(--main-text-color);
        border-color: rgba(232, 234, 237, 0.35);
        opacity: 0.85;
    }
}

html[data-site-theme="dark"] .gy-alink-primary:hover,
html[data-site-theme="dark"] .gy-alink-primary.active {
    border-color: var(--theme-500);
    color: var(--theme-950);
    background-color: var(--theme-500);
    opacity: 1;
}

@media (prefers-color-scheme: dark) {
    html:not([data-site-theme]) .gy-alink-primary:hover,
    html:not([data-site-theme]) .gy-alink-primary.active {
        border-color: var(--theme-500);
        color: var(--theme-950);
        background-color: var(--theme-500);
        opacity: 1;
    }
}

html[data-site-theme="dark"] ::-webkit-scrollbar-track,
html[data-site-theme="dark"] ::-webkit-scrollbar-corner {
    background-color: var(--theme-light-color);
}

@media (prefers-color-scheme: dark) {
    html:not([data-site-theme]) ::-webkit-scrollbar-track,
    html:not([data-site-theme]) ::-webkit-scrollbar-corner {
        background-color: var(--theme-light-color);
    }
}

html[data-site-theme="dark"]  #home-company-intro-app,
html[data-site-theme="dark"]  #home-company-intro-app .home-company-intro-app__inner {
    background-color: var(--bg-darkgray-color) !important;
    background-blend-mode: soft-light;
}

@media (prefers-color-scheme: dark) {
    html:not([data-site-theme]) #home-company-intro-app,
    html:not([data-site-theme]) #home-company-intro-app .home-company-intro-app__inner {
        background-color: var(--bg-darkgray-color) !important;
        background-blend-mode: soft-light;
    }
}

html[data-site-theme="dark"]  #home-company-intro-app .index-about-right {
    background-color: rgba(26, 26, 26, 0.8);
    backdrop-filter: blur(4px);
}

@media (prefers-color-scheme: dark) {
    html:not([data-site-theme]) #home-company-intro-app .index-about-right {
        background-color: rgba(26, 26, 26, 0.8);
        backdrop-filter: blur(4px);
    }
}

html[data-site-theme="dark"]  .index-module-title{
    color: var(--theme-color);
}

@media (prefers-color-scheme: dark) {
    html:not([data-site-theme]) .index-module-title {
        color: var(--theme-color);
    }
}

html[data-site-theme="dark"]  .index-allProduct{
    background-color: var(--theme-400);
}

@media (prefers-color-scheme: dark) {
    html:not([data-site-theme]) .index-allProduct {
        background-color: var(--theme-400);
    }
}
html[data-site-theme="dark"]  .index-allProduct .swiper-pagination{
    background-color: var(--theme-400);
    color: #020202
}

@media (prefers-color-scheme: dark) {
    html:not([data-site-theme]) .index-allProduct .swiper-pagination {
        background-color: var(--theme-400);
        color: #020202;
    }
}

html[data-site-theme="dark"]  .index-allProduct .swiper-pagination .swiper-pagination-bullet::after{
    background-color: var(--theme-50);
}

@media (prefers-color-scheme: dark) {
    html:not([data-site-theme]) .index-allProduct .swiper-pagination .swiper-pagination-bullet::after {
        background-color: var(--theme-50);
    }
}

html[data-site-theme="dark"]  .index-allProduct-item .index-allProduct-text .index-allProduct-title{
    background-color: rgba(0, 0, 0, 0.8);
    padding-left: 12px;
}

@media (prefers-color-scheme: dark) {
    html:not([data-site-theme]) .index-allProduct-item .index-allProduct-text .index-allProduct-title {
        background-color: rgba(0, 0, 0, 0.8);
        padding-left: 12px;
    }
}

html[data-site-theme="dark"] .partner-box{
    background-color: #3c3c3c;
}

@media (prefers-color-scheme: dark) {
    html:not([data-site-theme]) .partner-box {
        background-color: #3c3c3c;
    }
}

html[data-site-theme="dark"] .partner-box .partner-item {
    filter:grayscale(100%)  brightness(1000%);
}

@media (prefers-color-scheme: dark) {
    html:not([data-site-theme]) .partner-box .partner-item {
        filter:grayscale(100%) brightness(1000%);
    }
}

html[data-site-theme="dark"] .product-model-name{
    color: var(--theme-500);
}

@media (prefers-color-scheme: dark) {
    html:not([data-site-theme]) .product-model-name {
        color: var(--theme-500);
    }
}

html[data-site-theme="dark"] .key-value-box .p-key{
    color: var(--theme-500);
}

@media (prefers-color-scheme: dark) {
    html:not([data-site-theme]) .key-value-box .p-key {
        color: var(--theme-500);
    }
}

html[data-site-theme="dark"] .case-feature-title,html[data-site-theme="dark"] .case-feature-subtitle{
    color: var(--theme-500);
}

@media (prefers-color-scheme: dark) {
    html:not([data-site-theme]) .case-feature-title, html:not([data-site-theme]) .case-feature-subtitle {
        color: var(--theme-500);
    }
}

html[data-site-theme="dark"] .data-sheet-title{
    color: var(--theme-500);
}

@media (prefers-color-scheme: dark) {
    html:not([data-site-theme]) .data-sheet-title {
        color: var(--theme-500);
    }
}

html[data-site-theme="dark"] .product-model-item{
    border: 1px solid var(--theme-700);
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 12px var(--theme-900);
}

@media (prefers-color-scheme: dark) {
    html:not([data-site-theme]) .product-model-item {
        border: 1px solid var(--theme-700);
        transition: all 0.3s ease-in-out;
        box-shadow: 0 4px 12px var(--theme-900);
    }
}

html[data-site-theme="dark"] .index-case-outer-item{
    background-color: var(--theme-white-color);
    border: 1px solid var(--theme-700);
    box-shadow: 0 4px 12px var(--theme-900);
}

@media (prefers-color-scheme: dark) {
    html:not([data-site-theme]) .index-case-outer-item {
        background-color: var(--theme-white-color);
        border: 1px solid var(--theme-700);
        box-shadow: 0 4px 12px var(--theme-900);
    }
}

html[data-site-theme="dark"] .case-filter dd.choose, html[data-site-theme="dark"] .case-filter dd:hover{
    color: #1E2134;
}

@media (prefers-color-scheme: dark) {
    html:not([data-site-theme]) .case-filter dd.choose, html:not([data-site-theme]) .case-filter dd:hover {
        color: #1E2134;
    }
}

html[data-site-theme="dark"]  .inpage-title {
    color: var(--theme-500);
}

@media (prefers-color-scheme: dark) {
    html:not([data-site-theme]) .inpage-title {
        color: var(--theme-500);
    }
}

html[data-site-theme="dark"] .exhibition-news-title, html[data-site-theme="dark"] .news-title,html[data-site-theme="dark"] .model-product-name {
    color: var(--theme-500);
}

@media (prefers-color-scheme: dark) {
    html:not([data-site-theme]) .exhibition-news-title, html:not([data-site-theme]) .news-title, html:not([data-site-theme]) .model-product-name {
        color: var(--theme-500);
    }
}

html[data-site-theme="dark"] .index-allProduct-item .index-allProduct-text a.gy-alink{
    color: #1E2134;
}

@media (prefers-color-scheme: dark) {
    html:not([data-site-theme]) .index-allProduct-item .index-allProduct-text a.gy-alink {
        color: #1E2134;
    }
}





/* ---------- 站点深色模式 *END* ---------- */