/*!************************************************************************************************!*\
  !*** css ./node_modules/_css-loader@7.1.1@css-loader/dist/cjs.js!./src/pages-pc/home/home.css ***!
  \************************************************************************************************/
.home-ours {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    align-items: center;
    width: 100%;
}

.home-ours-name {
    margin-top: 80px;
    margin-bottom: 60px;
    font-weight: 700;
    font-size: 32px;
    color: rgba(0, 0, 0, 0.8);
}

.home-ours-row {
    display: flex;
    align-items: center;
    margin-bottom: 80px;
}

.home-ours-item {
    height: 116px;
    width: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.home-ours-item div {
    display: flex;
    height: 84px;
    align-items: baseline;
    color: rgba(82, 153, 255, 1);
}

.home-ours-item div h2 {
    margin: 0;
    font-size: 56px;
    font-weight: 700;
}

.home-ours-item div span {
    font-size: 24px;
    font-weight: 400;
}

.home-ours-item .home-ours-desc {
    font-size: 20px;
    font-weight: 400;
    margin-top: 4px;
    color: rgba(0, 0, 0, 0.8);
}



/*!*********************************************************************************************************!*\
  !*** css ./node_modules/_css-loader@7.1.1@css-loader/dist/cjs.js!./src/pages-pc/home/header-banner.css ***!
  \*********************************************************************************************************/
.home-header {
    position: relative;
    width: 100%;
    height: 640px;
    max-height: 640px;
    white-space: nowrap;
    /* min-height: 640px; */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home-header-swiper-indicator {
    position: absolute;
    left: 50%;
    bottom: 36px;
    z-index: 6;
    height: 12px;
    transform: translate(-50%, 0);
    display: flex;
    align-items: center;
    padding: 10px 16px;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    backdrop-filter: blur(5px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.header-swiper-indicator-dot {
    height: 10px;
    width: 10px;
    margin-right: 12px;
    border-radius: 50%;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.4);
    transition: all 0.3s ease;
    box-shadow: 0 0 4px rgba(255, 255, 255, 0.5);
}

.header-swiper-indicator-dot:last-child {
    margin-right: 0;
}

.header-swiper-indicator-dot:hover {
    background: rgba(255, 255, 255, 0.8);
    transform: scale(1.2);
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
}

.header-swiper-indicator-dot-cur {
    background: rgba(255, 255, 255, 1);
    transform: scale(1.3);
    box-shadow: 0 0 12px rgba(255, 255, 255, 1), 0 0 4px rgba(82, 153, 255, 0.8) inset;
}

.swiperHeader {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}

.swiper-wrapper {
    height: 100%;
    cursor: pointer !important;
}

.header-banner {
    width: 100%;
    height: 100%;
    min-width: 1440px;
    box-sizing: border-box;
    /* overflow: hidden; */
    display: flex;
    align-items: center;
    justify-content: center;

    /* gap: 32px; */
}

.header-banner-btn {
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: 50%;
    z-index: 8;
    transform: translate(-50%, 0);
}

.header-banner-btn-pre {
    left: 120px;
}

.header-banner-btn-next {
    right: 120px;
}

.header-banner-btn img {
    height: 60px;
    width: 60px;
}

.header-scoll-banner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    justify-content: center;
    overflow-x: scroll;
    /* background-color: rgba(0, 0, 0, 0.1); */
}

.header-scoll-banner::-webkit-scrollbar {
    display: none;
}

.header-banner-item {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    flex-direction: column;
}

.header-banner-item-bg {
    height: 100%;
    width: 100%;
    z-index: 12;
    object-fit: cover;
}

.header-banner-item-content {
    width: 1440px;
    max-width: 1440px;
    min-width: 1440px;
    display: flex;
    height: 100%;
    z-index: 1000;
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translate(-50%, 0);
}

.header-banner-left {
    display: flex;
    flex-direction: column;
    margin-top: 140px;
    width: 600px;
    max-width: 600px;
}


.header-banner-left .top {
    display: flex;
    margin-top: 40px;
    align-items: center;
    font-size: 48px;
    font-weight: 700;
}

.header-banner-left .top img {
    height: 75px;
    width: 75px;
    border: 1.05px solid rgba(0, 0, 0, 0.05);
    border-radius: 21px;
    margin-bottom: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    margin-right: 15px;
}

.header-banner-left .top img:hover {
    transform: scale(1.05) rotate(3deg);
}

.header-banner-left .desc {
    margin-top: 20px;
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    max-height: 108px;
    /* 3行文本的高度 = 行高36px * 3 */
    width: 100%;
    overflow: hidden;
    white-space: pre-line;
    word-wrap: break-word;
    overflow-wrap: break-word;
    color: rgba(98, 92, 255, 1);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    /* 添加多行省略号效果 */
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    /* 限制为3行 */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.header-banner-left .btn {
    display: flex;
    align-items: center;
}

.header-banner-left .btn-dl {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 132px;
    width: 254px;
    color: #fff;
    transition: transform 0.3s ease;
}

.header-banner-left .btn-dl:hover {
    transform: translateY(-5px);
}


/*!**********************************************************************************************************!*\
  !*** css ./node_modules/_css-loader@7.1.1@css-loader/dist/cjs.js!./src/pages-pc/home/product-banner.css ***!
  \**********************************************************************************************************/


.home-product {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 80px;
}

.product-name {
    font-size: 32px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.8);
    margin-top: 80px;
    margin-bottom: 32px;
    width: 100%;
    text-align: center;
    position: relative;
}

.product-name::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: rgba(82, 153, 255, 1);
    border-radius: 2px;
}

.product-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1448px;
}

.product-scoll-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1448px;
}

.product-scoll-banner::-webkit-scrollbar {
    display: none;
}

.swiper-wrapper-product {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1448px;
    gap: 40px;
}

.swiper-product {
    display: flex;
    align-items: center;
    width: 100%;
}

.product-banner-item {
    width: 200px;
    max-width: 200px;
    margin-bottom: 0;
    justify-self: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
}

.product-banner-item h2 {
    margin: 10px 0 5px;
    color: #333;
    font-size: 16px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    background: none;
    padding: 0;
    backdrop-filter: none;
    text-decoration: none;
}

.product-banner-item p {
    display: none;
}

.product-banner-item img {
    height: 84px;
    width: 84px;
    border: 1.05px solid rgba(0, 0, 0, 0.05);
    border-radius: 21px;
    margin-bottom: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.product-banner-item:hover {
    font-weight: 700;
    color: rgba(82, 153, 255, 1);
}

.product-banner-item:hover img {
    border-color: rgba(82, 153, 255, 1);
    box-shadow: 0 4px 12px rgba(82, 153, 255, 0.1);
}

.product-banner-btn {
    height: 36px;
    width: 36px;
    cursor: pointer;
}

.product-banner-btn img {
    height: 36px;
    width: 36px;
}

/*!************************************************************************************************!*\
  !*** css ./node_modules/_css-loader@7.1.1@css-loader/dist/cjs.js!./src/pages-pc/home/func.css ***!
  \************************************************************************************************/
.home-func-root {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
}

.logo-btn {
    outline: none;
    border: none;
    background-color: transparent;
    border-radius: 17px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.8);
    padding: 5px 10px;
}

.func-tab {
    width: fit-content;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 36px;
    padding: 5px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(0, 0, 0, 0.02);
    position: relative;
    z-index: 1;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transform: none;
    transition: none;
}

.func-tab:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(0, 0, 0, 0.02);
    transform: none;
}

.func-tab-item {
    width: 300px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 34px;
    color: rgba(0, 0, 0, 0.7);
    font-size: 18px;
    cursor: pointer;
    font-weight: 500;
    border: none;
    margin-left: 8px;
    transition: none;
    position: relative;
    overflow: hidden;
    background: transparent;
    user-select: none;
}

.func-tab-item:first-child {
    margin-left: 0;
}

.func-tab-item:hover {
    color: rgba(0, 0, 0, 0.9);
    background: rgba(244, 248, 255, 0.8);
}

.func-tab-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(80, 118, 255, 0.1) 0%, rgba(44, 161, 255, 0.1) 100%);
    opacity: 0;
    transition: none;
}

.func-tab-item:hover::before {
    opacity: 1;
}

.func-tab-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #5076FF 0%, #2CA1FF 100%);
    transition: none;
    opacity: 0;
    border-radius: 3px;
    transform: translateX(-50%);
}

.func-tab-item:hover::after {
    width: 40%;
    opacity: 0.7;
}

.func-tab-item-select {
    color: #fff !important;
    font-weight: 700;
    background: linear-gradient(90deg, #5076FF 0%, #2CA1FF 100%);
    box-shadow: 0 4px 12px rgba(44, 161, 255, 0.3);
    transform: none;
}

.func-tab-item-select:hover {
    background: linear-gradient(90deg, #5076FF 0%, #2CA1FF 100%);
    transform: none;
    box-shadow: 0 4px 12px rgba(44, 161, 255, 0.3);
}

.func-tab-item-select::before,
.func-tab-item-select::after {
    display: none;
}

.func-tab-content {
    display: flex;
    width: 1400px;
    height: 620px;
    margin-bottom: 70px;
    background: rgba(244, 248, 255, 1);
    margin-top: 28px;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: none;
    opacity: 1;
    transform: none;
    animation: none;
    position: relative;
}

.func-tab-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 50%);
    pointer-events: none;
}

.content-left {
    width: 400px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 70px;
    padding: 20px 0;
}

.menu-item {
    width: 100%;
    height: 120px;
    display: flex;
    margin-top: 20px;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
    transition: none;
}

.menu-item:first-child {
    margin-top: 0;
}

.menu-item:hover {
    transform: none;
}

.menu-l {
    display: flex;
    align-items: center;
    flex: 1;
    background-color: #fff;
    height: 100%;
    border-radius: 20px;
    transition: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    position: relative;
}

.menu-l::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 0;
    background: linear-gradient(180deg, #5076FF 0%, #2CA1FF 100%);
    transition: none;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.menu-l:hover::before {
    height: 100%;
}

.menu-l:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.menu-l-select {
    background: linear-gradient(135deg, #5076FF 0%, #2CA1FF 100%);
    box-shadow: 0 8px 24px rgba(44, 161, 255, 0.2);
}

.menu-l-select::before {
    display: none;
}

.menu-l img {
    height: 64px;
    width: 64px;
    margin-left: 28px;
    margin-right: 18px;
    border-radius: 14px;
    transition: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.menu-item:hover .menu-l img {
    transform: none;
}

.menu-l-select img {
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
}

.menu-l .menu-desc-col {
    display: flex;
    flex-direction: column;
    margin-right: 24px;
    transition: none;
}

.menu-l .menu-desc-col div {
    font-size: 18px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.8);
    transition: none;
    position: relative;
    display: inline-block;
}

.menu-l .menu-desc-col div::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: rgba(82, 153, 255, 0.8);
    transition: none;
}

.menu-l:hover .menu-desc-col div::after {
    width: 100%;
}

.menu-l .menu-desc-col span {
    font-size: 14px;
    font-weight: 400;
    margin-top: 6px;
    color: rgba(0, 0, 0, 0.4);
    transition: none;
}

.menu-l-select .menu-desc-col div {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.menu-l-select .menu-desc-col div::after {
    display: none;
}

.menu-l-select .menu-desc-col span {
    color: rgba(255, 255, 255, 0.8);
}

.menu-arrow-normal {
    width: 14px;
    height: 26px;
    overflow: hidden;
    transform: translateY(-480px);
    filter: drop-shadow(rgba(255, 255, 255, 1) 0 480px);
    transition: none;
}

.menu-item:hover .menu-arrow-normal {
    transform: translateY(-480px);
}

.menu-arrow {
    width: 14px;
    height: 26px;
    overflow: hidden;
    transition: none;
}

.content-right {
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.content-item {
    display: flex;
    flex-direction: column;
    animation: none;
    opacity: 1;
}

.func-img {
    height: 520px;
    width: 900px;
    border-radius: 12px;
    transition: none;
    margin-left: 26px;
    object-fit: contain;
}

.func-dl-row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.func-dl-row .func-dl-btn {
    height: 60px;
    width: 200px;
    font-size: 18px;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
    background: linear-gradient(180deg, #8DE9E9 0%, #3E94F9 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 34px;
    text-decoration: none;
    transition: none;
    box-shadow: 0 4px 12px rgba(62, 148, 249, 0.3);
    position: relative;
    overflow: hidden;
}

.func-dl-row .func-dl-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
    transition: none;
}

.func-dl-row .func-dl-btn:hover::before {
    left: 100%;
}

.func-dl-row .func-dl-btn img {
    height: 28px;
    width: 28px;
    margin-right: 8px;
    transition: none;
}

.func-dl-row .func-dl-btn:hover {
    background: linear-gradient(180deg, #8DE9E9 0%, #3E94F9 100%);
    transform: none;
    box-shadow: 0 4px 12px rgba(62, 148, 249, 0.3);
}

.func-dl-row .func-dl-btn:hover img {
    transform: none;
}

.func-dl-row .func-dl-btn:active {
    transform: none;
    box-shadow: 0 4px 12px rgba(62, 148, 249, 0.3);
}

/*!*************************************************************************************************!*\
  !*** css ./node_modules/_css-loader@7.1.1@css-loader/dist/cjs.js!./src/pages-pc/home/sence.css ***!
  \*************************************************************************************************/
.home-sence-root {
    display: flex;
    flex-direction: column;
    background: linear-gradient(135deg, #f5f9ff 0%, #edf6ff 100%);
    align-items: center;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.home-sence-root::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><rect fill="rgba(255,255,255,0.05)" width="50" height="50" x="0" y="0"></rect><rect fill="rgba(255,255,255,0.05)" width="50" height="50" x="50" y="50"></rect></svg>');
    background-size: 100px 100px;
    opacity: 0.8;
    pointer-events: none;
}

.home-sence-name {
    margin-top: 0;
    margin-bottom: 60px;
    font-weight: 700;
    font-size: 36px;
    color: rgba(0, 0, 0, 0.8);
    position: relative;
    text-align: center;
}

.home-sence-name::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    border-radius: 2px;
}

.home-sence-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    width: 100%;
    max-width: 1400px;
    margin-bottom: 40px;
    position: relative;
}

.office-scene-card {
    position: relative;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 320px;
    display: flex;
    flex-direction: column;
}

.office-scene-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.office-scene-header {
    padding: 30px;
    position: relative;
    z-index: 2;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
}

.office-scene-icon {
    width: 64px;
    height: 64px;
    margin-right: 20px;
    border-radius: 16px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 12px;
    background: #fff;
    transition: transform 0.3s ease;
}

.office-scene-card:hover .office-scene-icon {
    transform: scale(1.05) rotate(5deg);
}

.office-scene-card:nth-child(1) .office-scene-icon {
    background: linear-gradient(135deg, rgba(255, 82, 82, 0.1) 0%, rgba(255, 105, 105, 0.2) 100%);
}

.office-scene-card:nth-child(2) .office-scene-icon {
    background: linear-gradient(135deg, rgba(66, 133, 244, 0.1) 0%, rgba(98, 155, 255, 0.2) 100%);
}

.office-scene-card:nth-child(3) .office-scene-icon {
    background: linear-gradient(135deg, rgba(15, 157, 88, 0.1) 0%, rgba(48, 191, 121, 0.2) 100%);
}

.office-scene-title {
    flex: 1;
}

.office-scene-title h3 {
    margin: 0 0 5px 0;
    font-size: 24px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.8);
    transition: color 0.3s ease;
}

.office-scene-title p {
    margin: 0;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
}

.office-scene-card:nth-child(1):hover .office-scene-title h3 {
    color: var(--accent-color-audio);
}

.office-scene-card:nth-child(2):hover .office-scene-title h3 {
    color: var(--accent-color-video);
}

.office-scene-card:nth-child(3):hover .office-scene-title h3 {
    color: var(--accent-color-office);
}

.office-scene-body {
    flex: 1;
    padding: 0 30px 30px;
    position: relative;
}

.office-scene-image-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 20px;
}

.office-scene-image {
    width: 100%;
    height: 100px;
    border-radius: 10px;
    object-fit: cover;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.office-scene-image:hover {
    transform: scale(1.05);
    z-index: 3;
}

.office-scene-products {
    margin-top: 15px;
}

.office-scene-product-title {
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.office-scene-product-title::before,
.office-scene-product-title::after {
    content: '';
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    flex: 1;
}

.office-scene-product-title::before {
    margin-right: 10px;
}

.office-scene-product-title::after {
    margin-left: 10px;
}

.office-scene-product-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.office-scene-product-item {
    display: flex;
    align-items: center;
    background: rgba(244, 248, 255, 0.8);
    border-radius: 20px;
    padding: 8px 12px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.office-scene-product-item:hover {
    background: rgba(244, 248, 255, 1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.office-scene-product-item img {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    border-radius: 6px;
}

.office-scene-product-item span {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 500;
}

.office-scene-card:nth-child(1) .office-scene-product-item:hover span {
    color: var(--accent-color-audio);
}

.office-scene-card:nth-child(2) .office-scene-product-item:hover span {
    color: var(--accent-color-video);
}

.office-scene-card:nth-child(3) .office-scene-product-item:hover span {
    color: var(--accent-color-office);
}

/* 添加波浪底部装饰 */
.home-sence-root::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 60px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%23ffffff" fill-opacity="1" d="M0,288L48,272C96,256,192,224,288,197.3C384,171,480,149,576,165.3C672,181,768,235,864,250.7C960,267,1056,245,1152,224C1248,203,1344,181,1392,170.7L1440,160L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    z-index: 1;
}

/* 媒体查询以确保响应式布局 */
@media screen and (max-width: 1400px) {
    .home-sence-content {
        width: 95%;
    }
}

@media screen and (max-width: 1200px) {
    .home-sence-content {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .home-sence-content {
        grid-template-columns: 1fr;
    }
}

/*!*****************************************************************************************************!*\
  !*** css ./node_modules/_css-loader@7.1.1@css-loader/dist/cjs.js!./src/pages-pc/home/vip-intro.css ***!
  \*****************************************************************************************************/
.home-vip-intro {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px 0;
    margin: 0;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.home-vip-intro::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(248, 250, 255, 0.8) 0%, rgba(255, 255, 255, 0.9) 100%);
    z-index: 0;
}

.home-vip-intro::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 80px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%23f4f8ff" fill-opacity="0.5" d="M0,96L48,112C96,128,192,160,288,160C384,160,480,128,576,133.3C672,139,768,181,864,181.3C960,181,1056,139,1152,122.7C1248,107,1344,117,1392,122.7L1440,128L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    opacity: 0.6;
    z-index: 0;
}

.home-vip-intro h1 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 60px;
    color: rgba(0, 0, 0, 0.8);
    position: relative;
    z-index: 1;
}

.home-vip-intro h1::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    border-radius: 2px;
}

.vip-advantages-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    width: 100%;
    max-width: 1400px;
    position: relative;
    z-index: 1;
}

.vip-advantage-card {
    position: relative;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(244, 248, 255, 0.9) 100%);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.vip-advantage-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.vip-advantage-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 180px;
    height: 90px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%23f3f4f5" fill-opacity="0.2" d="M0,224L48,229.3C96,235,192,245,288,250.7C384,256,480,256,576,234.7C672,213,768,171,864,165.3C960,160,1056,192,1152,208C1248,224,1344,224,1392,224L1440,224L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: cover;
    opacity: 0.2;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.vip-advantage-card:hover::after {
    opacity: 0.6;
}

.vip-advantage-icon {
    width: 100px;
    height: 100px;
    margin-right: 30px;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.08));
}

.vip-advantage-card:hover .vip-advantage-icon {
    transform: scale(1.05) rotate(5deg);
}

.vip-advantage-content {
    flex: 1;
}

.vip-advantage-title {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    background-image: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
    transition: transform 0.3s ease;
}

.vip-advantage-card:hover .vip-advantage-title {
    transform: translateY(-2px);
}

.vip-advantage-desc {
    font-size: 16px;
    margin-top: 12px;
    color: rgba(0, 0, 0, 0.7);
    line-height: 26px;
    transition: color 0.3s ease;
}

.vip-advantage-card:hover .vip-advantage-desc {
    color: rgba(0, 0, 0, 0.8);
}

/* 为不同卡片设置不同渐变色 */
.vip-advantage-card:nth-child(1) .vip-advantage-title {
    background-image: linear-gradient(90deg, #FF5252 0%, #FF7B7B 100%);
}

.vip-advantage-card:nth-child(2) .vip-advantage-title {
    background-image: linear-gradient(90deg, #4285F4 0%, #64A0FF 100%);
}

.vip-advantage-card:nth-child(3) .vip-advantage-title {
    background-image: linear-gradient(90deg, #0F9D58 0%, #27C271 100%);
}

.vip-advantage-card:nth-child(4) .vip-advantage-title {
    background-image: linear-gradient(90deg, #FBBC05 0%, #FFCE3A 100%);
}

/* 为移动端优化 */
@media screen and (max-width: 1340px) {
    .vip-advantages-grid {
        grid-template-columns: 1fr;
        max-width: 680px;
    }
}

/*!************************************************************************************************!*\
  !*** css ./node_modules/_css-loader@7.1.1@css-loader/dist/cjs.js!./src/pages-pc/home/news.css ***!
  \************************************************************************************************/

.home-news {
    display: flex;
    flex-direction: column;
    background-color: rgba(244, 248, 255, 1);
    align-items: center;
    padding: 80px 0;
    position: relative;
}

.home-news::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.6) 0%, rgba(244, 248, 255, 0.3) 100%);
    pointer-events: none;
}

.home-news-name {
    margin-top: 0;
    margin-bottom: 60px;
    font-weight: 700;
    font-size: 32px;
    color: rgba(0, 0, 0, 0.8);
    position: relative;
    text-align: center;
}

.home-news-name::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    border-radius: 2px;
}

.home-news-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    background: rgba(255, 255, 255, 0.9);
    padding: 12px;
    border-radius: 50px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.home-news-tab {
    padding: 12px 30px;
    font-size: 18px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
    border-radius: 40px;
    transition: all 0.3s ease;
    position: relative;
    margin: 0 5px;
}

.home-news-tab:hover {
    color: rgba(0, 0, 0, 0.8);
    background: rgba(244, 248, 255, 0.8);
}

.home-news-tab.active {
    color: #fff;
    background: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    box-shadow: 0 5px 15px rgba(82, 153, 255, 0.2);
}

.home-news-container {
    width: 100%;
    max-width: 1400px;
}

.home-news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    width: 100%;
}

.home-news-card {
    display: flex;
    flex-direction: column;
    height: auto;
    background: rgba(255, 255, 255, 1);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

.home-news-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.home-news-header {
    display: flex;
    width: 100%;
    position: relative;
    align-items: center;
    height: 140px;
    background-size: cover;
    background-position: center;
}

.home-news-header div {
    display: flex;
    z-index: 10;
    margin-left: 38px;
    flex-direction: column;
}

.home-news-header div h3 {
    font-size: 36px;
    font-weight: 700;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.home-news-header div span {
    width: 18px;
    height: 5px;
    border-radius: 2.5px;
    margin: 7px 0 0 9px;
}

.home-news-header .news-header-bg {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    top: 0;
    object-fit: cover;
}

.home-news-header .news-header-icon {
    height: 140px;
    width: 274px;
    position: absolute;
    right: 0;
    top: 0;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.15));
}

.home-news-list {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex: 1;
    padding: 16px 24px 20px;
    box-sizing: border-box;
    background: linear-gradient(135deg, #fff 0%, rgba(244, 248, 255, 0.4) 100%);
}

.home-news-item {
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 100%;
    height: 40px;
    margin-top: 6px;
    text-decoration: none;
    padding: 0 8px;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.home-news-item:hover {
    background-color: rgba(244, 248, 255, 0.7);
}

.home-news-item .home-news-anim {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
}

.home-news-item .home-news-anim .news-icon {
    overflow: hidden;
}

.home-news-item .home-news-anim:hover .news-name {
    color: var(--primary-color);
}

.home-news-item .home-news-anim:hover .news-icon img {
    overflow: hidden;
    transform: translateY(-480px);
    filter: drop-shadow(var(--primary-color) 0 480px);
}

.home-news-item .home-news-anim::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 2px solid var(--primary-color);
    width: 0;
    height: 100%;
}

.home-news-item .home-news-anim:hover::before {
    width: 100%;
    transition: 0.1s all linear;
    transition-delay: 0.1s;
}

.home-news-item .home-news-anim .news-icon img {
    height: 28px;
    width: 28px;
    margin-right: 4px;
}

.home-news-item .home-news-anim .news-name {
    text-align: left;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 290px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.7);
}

.home-news-item .news-date {
    font-size: 14px;
    flex: 1;
    text-align: right;
    color: rgba(0, 0, 0, 0.3);
    font-weight: 400;
    min-width: 80px;
    max-width: 100px;
}

.home-news-card-more {
    border-top: 1px solid rgba(232, 235, 242, 1);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    min-height: 56px;
    width: 100%;
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    transition: all 0.3s ease;
}

.home-news-card-more:hover {
    background-color: rgba(244, 248, 255, 0.5);
    color: var(--primary-color);
}

.home-news-card-more img {
    height: 16px;
    width: 16px;
    margin-left: 2px;
    transition: transform 0.3s ease;
}

.home-news-card-more:hover img {
    transform: translateX(4px);
}

/* 为不同类型的卡片设置不同的悬停效果 */
.home-news-card:nth-child(1) .home-news-item .home-news-anim:hover .news-name {
    color: var(--news-color-software);
}

.home-news-card:nth-child(1) .home-news-item .home-news-anim:hover .news-icon img {
    filter: drop-shadow(var(--news-color-software) 0 480px);
}

.home-news-card:nth-child(1) .home-news-item .home-news-anim::before {
    border-bottom: 2px solid var(--news-color-software);
}

.home-news-card:nth-child(2) .home-news-item .home-news-anim:hover .news-name {
    color: var(--news-color-question);
}

.home-news-card:nth-child(2) .home-news-item .home-news-anim:hover .news-icon img {
    filter: drop-shadow(var(--news-color-question) 0 480px);
}

.home-news-card:nth-child(2) .home-news-item .home-news-anim::before {
    border-bottom: 2px solid var(--news-color-question);
}

.home-news-card:nth-child(3) .home-news-item .home-news-anim:hover .news-name {
    color: var(--news-color-dynamic);
}

.home-news-card:nth-child(3) .home-news-item .home-news-anim:hover .news-icon img {
    filter: drop-shadow(var(--news-color-dynamic) 0 480px);
}

.home-news-card:nth-child(3) .home-news-item .home-news-anim::before {
    border-bottom: 2px solid var(--news-color-dynamic);
}

/* 为"查看更多"按钮添加对应的悬停颜色 */
.home-news-card:nth-child(1) .home-news-card-more:hover {
    color: var(--news-color-software);
}

.home-news-card:nth-child(2) .home-news-card-more:hover {
    color: var(--news-color-question);
}

.home-news-card:nth-child(3) .home-news-card-more:hover {
    color: var(--news-color-dynamic);
}

/* 首页底部的波浪效果 */
.home-news::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 60px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%23ffffff" fill-opacity="1" d="M0,160L48,149.3C96,139,192,117,288,112C384,107,480,117,576,138.7C672,160,768,235,864,250.7C960,267,1056,245,1152,224C1248,203,1344,181,1392,170.7L1440,160L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    z-index: 1;
}

@media screen and (max-width: 1200px) {
    .home-news-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .home-news-grid {
        grid-template-columns: 1fr;
    }
}

/*!*********************************************************************************************************!*\
  !*** css ./node_modules/_css-loader@7.1.1@css-loader/dist/cjs.js!./src/pages-pc/login/login-dialog.css ***!
  \*********************************************************************************************************/

.dialog-login-root {
    border-radius: 20px;
    background-color: #fff;
    width: 360px;
    height: 341px;
    display: flex;
    flex-direction: column;
}

.dialog-header {
    width: 100%;
    position: relative;
    height: 52px;
}

.dialog-close {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 20px;
    right: 32px;
    cursor: pointer;
}

.dialog-close img {
    width: 20px;
    height: 20px;
}

.dialog-login-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 264px;
    height: 38px;
    margin: 0 auto;
    border-bottom: 1px solid rgba(238, 241, 245, 1);
}

.login-tab-item {
    display: flex;
    position: relative;
    height: 100%;
    cursor: pointer;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 700;
}

.login-tab-item-select {
    color: rgba(82, 153, 255, 1) !important;
}

.tab-item div {
    background: rgba(65, 176, 255, 1);
    width: 60px;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
}





.dialog-login-wx {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: fit-content;
    justify-content: center;
    align-items: center;
}

.dialog-login-wx-tip {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    margin-top: 8px;
    color: rgba(0, 0, 0, 0.8);

}

.dialog-login-wx-code {
    width: 160px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    position: relative;
}

.wx-loading-cover {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.7);
}

.wx-loading-cover-refresh {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.wx-loading-btn {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    display: flex;
    align-items: center;
    justify-content: center;
}

.wx-dialog-code img {
    height: 100%;
    width: 100%;
}

.wx-dialog-tip {
    margin-top: 8px;
    font-weight: 400;
    font-size: 16px;
    z-index: 999;
    color: rgba(0, 0, 0, 0.8);
}

.dialog-login-wx-code img {
    width: 100%;
    height: 100%;
}




.dialog-login-email {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 30px;
    width: 100%;
}

.dialog-login-input {
    flex: 1;
    height: 44px;
    min-height: 44px;
    width: calc(100% - 96px);
    font-size: 14px;
    margin: 0px 48px 20px 48px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.dialog-login-input input {
    color: rgba(0, 0, 0, 0.8);
    flex: 1;
    height: 44px;
    min-height: 44px;
    font-size: 14px;
    border: none;
    outline: none;
}

.dialog-login-input input::placeholder {
    color: rgba(0, 0, 0, 0.4);
    border: none;
    outline: none;
}

.dialog-login-get-code {
    height: 100%;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    top: 0;
    right: 16px;
    color: rgba(82, 153, 255, 1);

}

.dialog-login-get-code-disable {
    color: rgba(171, 183, 204, 1);
    background: rgba(242, 245, 249, 1);
}

.dialog-login-btn {
    margin: 0px 48px;

    background: linear-gradient(90deg, rgba(80, 118, 255, 0.2) 0%, rgba(44, 161, 255, 0.2) 100%);

    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    width: calc(100% - 96px);
    border-radius: 32px;
    cursor: pointer;
    opacity: 0.4;
}

.dialog-login-btn-enable {
    color: #fff;
    opacity: 1 !important;
    background: linear-gradient(90deg, #5076FF 0%, #2CA1FF 100%);
}

.dialog-login-btn-enable:hover {
    background: rgba(74, 138, 230, 1) !important;
}

.dialog-login-orther-type {
    display: flex;
    align-items: center;
    /* margin: 0px 56px 10px 56px; */
    width: calc(100% - 112px);
    position: absolute;
    min-height: 28px;
    left: 50%;
    bottom: 68px;
    transform: translate(-50%, 0);
}

.dialog-login-line {
    height: 1px;
    flex: 1;
    background-color: rgba(0, 0, 0, 0.05);
}

.dialog-login-orther-type span {
    color: rgba(153, 153, 153, 1);
    font-size: 14px;
    font-weight: 400;
    margin-left: 14px;
    margin-right: 14px;
}

.dialog-login-btn-qq {
    height: 38px;
    width: 38px;
    cursor: pointer;
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translate(-50%, 0);
}


/*!***************************************************************************************************************!*\
  !*** css ./node_modules/_css-loader@7.1.1@css-loader/dist/cjs.js!./src/pages-pc/login/email-merge-dialog.css ***!
  \***************************************************************************************************************/

.dialog-merge-root {
    border-radius: 20px;
    background-color: #fff;
    width: 400px;
    height: fit-content;
    display: flex;
    flex-direction: column;
}


.dialog-merge-msg {
    color: rgba(255, 54, 103, 1) !important;
}

.dialog-merge-item-col {
    display: flex;
    flex-direction: column;
    width: calc(100% - 64px);
    background: rgba(244, 248, 255, 1);
    border-radius: 8px;
    margin: 0 32px 20px 32px;
    padding: 4px 0;
}

.dialog-merge-item {
    display: flex;
    align-items: center;
    width: calc(100% - 40px);
    padding: 12px 0px;
    margin: 0 20px;
    border-bottom: 1px solid rgba(232, 235, 242, 1);
}

.merge-none-border {
    border-bottom: none !important;
}

.dialog-merge-item p {
    color: rgba(0, 0, 0, 0.8);
    font-size: 16px;
    font-weight: 400;
    width: 216px;
    margin: 0;
    max-width: 216px;
    line-height: 24px;
    text-align: left;
    word-wrap: break-word;
    /* 旧版本浏览器支持 */
    overflow-wrap: break-word;
    /* 标准属性 */
}

.current-email {
    color: rgba(0, 0, 0, 0.4);
    font-size: 12px;
    font-weight: 400;
    margin-left: 3px;
}

.dialog-merge-btn {
    font-size: 14px;
    font-weight: 400;
    padding: 4px 12px;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
    margin-left: 28px;
    white-space: nowrap;
    background: rgba(82, 153, 255, 1);
}

.dialog-merge-btn:hover {
    background: rgba(74, 138, 230, 1);
}

/* 添加CSS变量用于统一管理颜色和过渡效果 */
:root {
    --primary-color: #5076FF;
    --secondary-color: #2CA1FF;
    --accent-color-audio: #FF5252;
    --accent-color-video: #4285F4;
    --accent-color-office: #0F9D58;
    --news-color-software: #48C6EF;
    --news-color-question: rgba(164, 49, 255, 1);
    --news-color-dynamic: rgba(0, 144, 154, 1);
    --transition-fast: 0.3s ease;
    --transition-medium: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    --box-shadow-light: 0 4px 12px rgba(0, 0, 0, 0.08);
    --box-shadow-medium: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.home-sence-menu-item:nth-child(3):hover .home-sence-menu-item-l {
    border-left: 4px solid var(--accent-color-office);
}

.home-sence-menu-item-select .home-sence-menu-item-l {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.home-sence-menu-item-select:nth-child(1) .home-sence-menu-item-l {
    border-left: 4px solid var(--accent-color-audio);
}

.home-sence-menu-item-select:nth-child(2) .home-sence-menu-item-l {
    border-left: 4px solid var(--accent-color-video);
}

.home-sence-menu-item-select:nth-child(3) .home-sence-menu-item-l {
    border-left: 4px solid var(--accent-color-office);
}

.home-sence-menu-item-select:nth-child(1) .home-sence-menu-item-l h1,
.home-sence-menu-item-select:nth-child(1) .home-sence-menu-item-l span {
    color: var(--accent-color-audio) !important;
}

.home-sence-menu-item-select:nth-child(2) .home-sence-menu-item-l h1,
.home-sence-menu-item-select:nth-child(2) .home-sence-menu-item-l span {
    color: var(--accent-color-video) !important;
}

.home-sence-menu-item-select:nth-child(3) .home-sence-menu-item-l h1,
.home-sence-menu-item-select:nth-child(3) .home-sence-menu-item-l span {
    color: var(--accent-color-office) !important;
}

/* 为不同类型的卡片设置不同的渐变色 */
.home-news-card:nth-child(1) .home-news-list {
    background: linear-gradient(135deg, #fff 0%, rgba(72, 198, 239, 0.1) 100%);
}

.home-news-card:nth-child(2) .home-news-list {
    background: linear-gradient(135deg, #fff 0%, rgba(164, 49, 255, 0.1) 100%);
}

.home-news-card:nth-child(3) .home-news-list {
    background: linear-gradient(135deg, #fff 0%, rgba(0, 144, 154, 0.1) 100%);
}

/* 办公场景卡片样式 */
.home-sence-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 40px;
}

.office-scene-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    min-height: 600px;
}

.office-scene-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.office-scene-header {
    display: flex;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #f0f0f0;
}

.office-scene-icon {
    width: 40px;
    height: 40px;
    margin-right: 12px;
}

.office-scene-title h3 {
    font-size: 18px;
    margin: 0 0 4px 0;
    color: #333;
}

.office-scene-title p {
    font-size: 14px;
    margin: 0;
    color: #666;
}

.office-scene-body {
    flex: 1;
    padding: 20px;
}

.office-scene-image-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-bottom: 24px;
}

.office-scene-image-container {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.office-scene-image {
    width: 100%;
    height: 120px;
    object-fit: cover;
    transition: transform 0.5s ease;
    display: block;
}

.office-scene-image-container:hover .office-scene-image {
    transform: scale(1.08);
}

.office-scene-image-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 8px;
    font-size: 14px;
    text-align: center;
}

.office-scene-products {
    margin-top: 20px;
}

.office-scene-product-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #333;
}

.office-scene-product-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.office-scene-product-item {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    background: #f5f5f5;
    border-radius: 6px;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
}

.office-scene-product-item:hover {
    background: #e9f7ff;
    transform: translateY(-2px);
}

.office-scene-product-item img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.office-scene-footer {
    padding: 16px;
    text-align: center;
    background: #f9f9f9;
    color: #888;
    font-size: 14px;
    display: none;
}

/* 波浪装饰 */
.home-sence-root {
    position: relative;
    padding: 60px 0;
    background: linear-gradient(to bottom, #f8fbff, #fff);
    overflow: hidden;
}

.home-sence-root::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 10px;
    background: linear-gradient(45deg, #48C6EF 0%, #6f86d6 100%);
    border-radius: 0 0 50% 50% / 0 0 100% 100%;
    transform: scaleX(1.5);
}

.home-sence-name {
    text-align: center;
    font-size: 32px;
    margin: 0 0 20px;
    color: #333;
    position: relative;
}

.home-sence-name::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: linear-gradient(45deg, #48C6EF 0%, #6f86d6 100%);
    margin: 12px auto 0;
    border-radius: 2px;
}

/* 旗下产品样式 */
.product-banner-item {
    position: relative;
}

.product-banner-item h2 {
    margin: 10px 0 5px;
    color: #333;
    font-size: 16px;
    text-align: center;
    position: static;
    background: none;
    padding: 0;
    backdrop-filter: none;
    width: auto;
}

.product-banner-item p {
    display: block;
    margin: 0;
    color: #666;
    font-size: 12px;
    text-align: center;
}

.product-banner-icon {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
}

/* 查看更多按钮样式 */
.product-more-container {
    display: flex;
    justify-content: center;
    margin-top: 32px;
    width: 100%;
}

.product-more-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    background: linear-gradient(135deg, #48C6EF 0%, #6f86d6 100%);
    color: #fff;
    text-decoration: none;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(72, 198, 239, 0.3);
    position: relative;
    overflow: hidden;
}

.product-more-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(72, 198, 239, 0.4);
    background: linear-gradient(135deg, #3FB8E6 0%, #5A7BCF 100%);
}

.product-more-btn:active {
    transform: translateY(0);
    box-shadow: 0 4px 12px rgba(72, 198, 239, 0.3);
}

.product-more-btn span {
    margin-right: 8px;
    position: relative;
    z-index: 2;
}

.product-more-btn img {
    height: 16px;
    width: 16px;
    transition: transform 0.3s ease;
    position: relative;
    z-index: 2;
}

.product-more-btn:hover img {
    transform: translateX(3px);
}

/* 添加按钮内部光效 */
.product-more-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.product-more-btn:hover::before {
    left: 100%;
}

.product-list-scroll-outer {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow-x: auto;
}

.product-list-scroll {
    display: flex;
    gap: 40px;
    padding: 20px 0 10px 0;
    min-width: 0;
}

.product-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px 60px;
    max-width: 1200px;
    margin: 0 auto 24px auto;
}

.product-banner-item {
    width: 160px;
    margin-bottom: 0;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 60px;
    max-width: 1200px;
    margin: 0 auto 24px auto;
}

.product-banner-item {
    width: 100%;
    max-width: 180px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 900px) {
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .product-grid {
        grid-template-columns: 1fr;
    }
}

.home-product-row {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
}

.product-row-grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr) auto;
    align-items: center;
    gap: 40px;
    max-width: 1400px;
    width: 100%;
}

.product-banner-item {
    width: 100%;
    max-width: 160px;
    margin-bottom: 0;
    justify-self: center;
}

.product-more-btn-inline {
    height: 36px;
    min-width: 80px;
    padding: 0 18px;
    font-size: 15px;
    border-radius: 18px;
    box-shadow: 0 2px 8px rgba(72, 198, 239, 0.18);
}

.product-more-btn-inline span {
    margin-right: 6px;
}

.product-more-btn-inline img {
    height: 16px;
    width: 16px;
}

.product-list-multicolumn {
    column-count: 2;
    column-gap: 32px;
    max-width: 320px;
}

.product-list-multicolumn a {
    display: block;
    margin-bottom: 8px;
    break-inside: avoid;
}

.func-tab-more-btn {
    min-width: 64px;
    height: 36px;
    border-radius: 18px;
    border: none;
    background: linear-gradient(90deg, #48C6EF 0%, #6F86D6 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    margin-left: 16px;
    margin-bottom: 0;
    box-shadow: 0 2px 8px rgba(72, 198, 239, 0.18);
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.func-tab-more-btn:hover {
    background: linear-gradient(90deg, #3FB8E6 0%, #5A7BCF 100%);
    color: #fff;
    box-shadow: 0 4px 16px rgba(72, 198, 239, 0.25);
}

.func-tab {
    flex-wrap: wrap;
}

.func-tab-more-btn {
    margin-top: 12px;
    margin-left: auto;
    margin-right: 0;
    align-self: flex-end;
}

.func-tab-dropdown-item.func-tab-item-select {
    background: linear-gradient(90deg, #48C6EF 0%, #6F86D6 100%);
    color: #fff;
    font-weight: 700;
    box-shadow: 0 2px 8px rgba(72, 198, 239, 0.18);
    border-radius: 8px;
    position: relative;
}



/* 分类样式 */
.func-tab {
    position: relative;
}

.func-tab-more-btn {
    min-width: 64px;
    height: 36px;
    border-radius: 18px;
    border: none;
    background: linear-gradient(90deg, #48C6EF 0%, #6F86D6 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    margin-left: 18px;
    margin-bottom: 12px;
    box-shadow: 0 2px 8px rgba(72, 198, 239, 0.18);
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.func-tab-more-btn:hover {
    background: linear-gradient(90deg, #3FB8E6 0%, #5A7BCF 100%);
    color: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 16px rgba(72, 198, 239, 0.25);
}

.func-tab-dropdown {
    position: absolute;
    top: 56px;
    right: 0;
    min-width: 200px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(72, 198, 239, 0.18);
    z-index: 10;
    padding: 8px 0;
    display: flex;
    flex-direction: column;
    animation: fadeIn 0.2s;
}

.func-tab-dropdown-item {
    padding: 12px 32px;
    font-size: 16px;
    color: #333;
    border-radius: 18px;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}

.func-tab-dropdown-item:hover,
.func-tab-dropdown-item.func-tab-item-select {
    border-radius: 18px;
    background: linear-gradient(90deg, #48C6EF 0%, #6F86D6 100%);
    color: #fff;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

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


/* 轮播图切换按钮鼠标移入显示 */
.home-header {
    position: relative;
}

.header-banner-btn {
    display: none !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    cursor: pointer;
    transition: opacity 0.2s;
}

.header-banner-btn.header-banner-btn-pre {
    left: 50px;
}

.header-banner-btn.header-banner-btn-next {
    right: 53px;
}

.home-header:hover .header-banner-btn {
    display: flex !important;
    opacity: 1;
}