@import "//static.yxtouch.com/assets/css/uikit.min.css";
@import "//static.yxtouch.com/assets/css/animate.min.css";
@import "//static.yxtouch.com/assets/css/swiper-bundle.min.css";

:root {
    --theme-color: #214e91;
    --text-color-default: #11192d;
    --text-color-secondary: #999999;
    --text-color-primary: var(--theme-color);
    --yx-box-shadow: 0 4px 24px rgba(33, 78, 145, 0.35);
    --yx-linear-gradient: linear-gradient(90deg, #3a7bd5 0%, #214e91 100%);
    --yx-linear-hover-gradient: linear-gradient(90deg, #214e91 0%, #3a7bd5 100%);
}

.yx-banner {
    width: 100%;
}

.yx-text-white {
    color: white;
}

.yx-text-default {
    color: var(--text-color-default);
}

.yx-text-primary {
    color: var(--text-color-primary);
}

.text-clamp-2 {
    line-clamp: 2;
    -webkit-line-clamp: 2
}

.text-clamp-3 {
    line-clamp: 3;
    -webkit-line-clamp: 3
}

.text-clamp-4 {
    line-clamp: 4;
    -webkit-line-clamp: 4
}

.text-clamp-ellipsis {
    overflow: hidden;
    margin-bottom: unset;
    -webkit-box-orient: vertical;
    display: -webkit-box !important
}

.yx-form-error.show {
    display: block;
}

.yx-form-error {
    display: none;
    color: #f0506e;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.yx-link-more:hover>span {
    transform: translateX(5px);
}

.yx-link-more {
    color: var(--text-color-primary);
}

.yx-link-more>span {
    transition: transform .3s ease-in-out;
}

#modal-form [uk-icon], #contact-form [uk-icon] {
    color: var(--text-color-primary);
}

.yx-button-danger {
    color: white;
    overflow: hidden;
    position: relative;
    background: linear-gradient(90deg, #f85032 0%, #f0506e 100%);
}

.yx-button-danger:hover {
    color: white;
    box-shadow: 0 4px 24px rgba(248, 80, 50, 0.35);
}

.yx-button-primary:hover {
    color: white;
    box-shadow: var(--yx-box-shadow);
}

.yx-button-primary {
    color: white;
    overflow: hidden;
    position: relative;
    background: var(--yx-linear-gradient);
}

.yx-button-primary:hover::before, .yx-button-danger:hover::before {
    z-index: 1;
    animation: btn-wave 1.5s infinite;
}

@keyframes yx-animation {
    0% {
        background-size: 100%;
    }

    50% {
        background-size: 110%;
    }

    100% {
        background-size: 100%;
    }
}

.yx-animation-background {
    animation: yx-animation 30s infinite;
}

.yx-button-primary::before,
.yx-button-danger::before {
    top: 50%;
    height: 0;
    left: 50%;
    width: 100%;
    content: "";
    display: block;
    padding-top: 100%;
    border-radius: 50%;
    position: absolute;
    transition: all .6s;
    transform: translateX(-50%) translateY(-50%);
}

@keyframes btn-wave {
    0% {
        background: rgba(0, 0, 0, .25);
        transform: translateX(-50%) translateY(-50%) scale(0);
        -webkit-transform: translateX(-50%) translateY(-50%) scale(0);
    }

    to {
        background: transparent;
        transform: translateX(-50%) translateY(-50%) scale(1);
        -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    }
}

/* 导航栏 */
.yx-navbar-nav {
    gap: 40px;
}

.yx-navbar-nav>li>a {
    font-size: 1.0625rem;
}

.yx-navbar-phone-number {
    margin: unset;
    font-size: 2rem;
    font-weight: bold;
}

.yx-navbar-nav .uk-dropdown {
    min-width: unset;
}

.uk-light .uk-logo>img {
    filter: brightness(0) invert(1);
}

.yx-navbar-dropdown li>a {
    font-size: 1rem;
    justify-content: space-between;
    color: var(--text-color-default);
}

.yx-navbar-dropdown li:hover [uk-icon] {
    opacity: 1;
    transform: translateX(0);
}

.yx-navbar-dropdown li>a [uk-icon] {
    opacity: 0;
    transform: translateX(-5px);
    transition: transform 0.3s ease-in-out;
}

.yx-navbar-dropdown {
    width: 130px;
    padding: 10px 15px;
    border-radius: 10px;
}

.yx-navbar-nav>li:nth-of-type(2)
 .yx-navbar-dropdown {
    width: 150px;
}

.yx-navbar-nav>li {
    position: relative;
}

.yx-navbar-nav>li:hover::after,
.yx-navbar-nav>li.current-menu-item::after,
.yx-navbar-nav>li.current-menu-parent::after {
    transform: scaleX(1);
}

@keyframes dancing {
    0% {}

    20% {
        transform: scale(1.3);
    }

    40%,
    100% {
        transform: scale(1);
    }
}

.yx-navbar-phone-number span {
    display: inline-block;
    animation: dancing 1.5s ease-in-out infinite;
}

.yx-navbar-phone-number span:nth-of-type(2) {
    animation-delay: 0.1s;
}

.yx-navbar-phone-number span:nth-of-type(2) {
    animation-delay: 0.2s;
}

.yx-navbar-phone-number span:nth-of-type(3) {
    animation-delay: 0.3s;
}

.yx-navbar-phone-number span:nth-of-type(4) {
    animation-delay: 0.4s;
}

.yx-navbar-phone-number span:nth-of-type(5) {
    animation-delay: 0.5s;
}

.yx-navbar-phone-number span:nth-of-type(6) {
    animation-delay: 0.6s;
}

.yx-navbar-phone-number span:nth-of-type(7) {
    animation-delay: 0.7s;
}

.yx-navbar-phone-number span:nth-of-type(8) {
    animation-delay: 0.8s;
}

.yx-navbar-phone-number span:nth-of-type(9) {
    animation-delay: 0.9s;
}

.yx-navbar-phone-number span:nth-of-type(10) {
    animation-delay: 1s;
}

.yx-navbar-phone-number span:nth-of-type(11) {
    animation-delay: 1.1s;
}

.yx-navbar-phone-number span:nth-of-type(12) {
    animation-delay: 1.2s;
}

.uk-light .yx-navbar-nav>li>a {
    color: rgba(255, 255, 255, 0.8);
}

.uk-light .yx-navbar-nav>li.current-menu-item>a,
.uk-light .yx-navbar-nav>li.current-menu-parent>a {
    color: white;
}

.uk-light .yx-navbar-right img {
    filter: brightness(0) invert(1);
}

.uk-light .yx-navbar-phone-number>span {
    color: white;
}

.uk-light .yx-navbar-nav>li::after {
    background: rgba(255, 255, 255, 1);
}

.uk-light .yx-navbar-nav>li>a:hover {
    color: rgba(255, 255, 255, 1);
}

.uk-navbar-sticky .yx-navbar-nav>li>a {
    color: var(--text-color-default);
}

.uk-navbar-sticky .yx-navbar-nav>li::after {
    background: var(--text-color-primary);
}

.uk-navbar-sticky .yx-navbar-nav>li>a:hover {
    color: var(--text-color-primary);
}

.uk-navbar-sticky .yx-navbar-phone-number>span {
    color: var(--text-color-primary);
}

.uk-navbar-sticky .yx-navbar-nav>li.uk-active>a {
    color: var(--text-color-primary);
}

.uk-navbar-sticky .yx-navbar-nav>li.current-menu-item>a,
.uk-navbar-sticky .yx-navbar-nav>li.current-menu-parent>a {
    color: var(--text-color-primary);
}

.yx-navbar-dropdown .current-menu-item>a,
.yx-navbar-dropdown .uk-navbar-dropdown-nav>li:hover>a,
.yx-navbar-dropdown .uk-navbar-dropdown-nav>li.uk-active>a {
    color: var(--text-color-primary);
}

.yx-navbar-header .uk-navbar-sticky {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
    background-color: rgba(255, 255, 255, 0.8) !important;
}

.yx-navbar-nav>li::after {
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 3px;
    content: "";
    display: block;
    position: absolute;
    border-radius: 2px;
    transform: scaleX(0);
    pointer-events: none;
    transform-origin: center;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* 首页轮播图 */
#main-slide {
    --swiper-navigation-size: 26px;
    --swiper-navigation-color: #fff;
    --swiper-pagination-bullet-width: 50px;
    --swiper-pagination-bullet-height: 2px;
    --swiper-pagination-bullet-border-radius: 0;
    --swiper-pagination-color: rgba(0, 0, 0, 0.3);
    --swiper-pagination-bullet-inactive-opacity: 0.3;
}

#yx-swiper-video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.yx-main-slide-caption {
    width: 80%;
    height: 85px;
}

.yx-swiper-scroll-down>* {
    color: white;
}

#main-slide .swiper-pagination {
    position: relative;
}

#main-slide .swiper-slide img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    transform: scale(1, 1);
    transition: 1s linear 2s;
}

#main-slide .swiper-slide-active img {
    transition: 10s linear;
    transform: scale(1.1, 1.1);
}

#main-slide .swiper-button-prev {
    left: unset;
    right: 60px;
}

#main-slide .swiper-pagination-bullets {
    top: unset;
    width: auto;
    bottom: unset;
}

#main-slide .swiper-button-next::after,
#main-slide .swiper-button-prev::after {
    transition: all 0.3s ease-in-out;
}

#main-slide .swiper-button-prev:hover:after,
#main-slide .swiper-button-next:hover:after {
    transform: scale(1.1);
}

/* 分页按钮激活状态动画 */
@keyframes bulletProgress {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

#main-slide .swiper-pagination-bullet-active {
    overflow: hidden;
    position: relative;
}

#main-slide .swiper-pagination-bullet-active::after {
    top: 0;
    left: 0;
    width: 0;
    content: "";
    height: 100%;
    position: absolute;
    background-color: #fff;
    animation: bulletProgress 5s linear forwards;
}

/* 视频slide（第一个slide）的进度条动画 - 13秒 */
#main-slide.video-active .swiper-pagination-bullet-active::after {
    animation: bulletProgress 13s linear forwards;
}

/* 进度条重置状态 */
#main-slide.progress-reset .swiper-pagination-bullet-active::after {
    animation: none;
    width: 0;
}

/* Scroll Down 动画效果 */
.yx-swiper-scroll-down {
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.yx-swiper-scroll-down:hover {
    opacity: 0.8;
}

@keyframes jump {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-6px);
    }

    100% {
        transform: translateY(0);
    }
}

.yx-swiper-scroll-down svg {
    animation: jump 2s ease-in-out infinite;
}

/* 产品中心 */
.yx-card-body {
    height: 390px;
    border-radius: 20px;
}

.yx-card-title {
    text-align: center;
}

.yx-card-title>* {
    margin: unset;
}

.yx-card-image {
    overflow: hidden;
}

.yx-card-title h3 {
    color: white;
}

.yx-prod-system {
    overflow: hidden;
    border-radius: 20px;
}

.yx-card-customized h3 {
    color: var(--text-color-default);
}

.yx-card-title p {
    color: rgba(255, 255, 255, .8);
}

.yx-card-image img {
    transition: transform 0.3s ease-in-out;
}

.yx-card-category:hover .yx-card-image img {
    transform: scale(1.05, 1.05);
}

.yx-card-category:hover {
    box-shadow: 0 15px 35px rgba(159, 198, 237, 0.4), 0 5px 15px rgba(0, 0, 0, 0.15);
}

.yx-card-category {
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg, rgba(184, 212, 241, 0.8) 0%, rgba(159, 198, 237, 0.8) 50%, rgba(134, 184, 233, 0.8) 100%);
}

/* 解决方案 */
.yx-solution-list {
    gap: 10px;
    padding: unset;
    list-style-type: none;
}

.yx-solution-item {
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    transition: all 1s ease-in-out;
}

.yx-solution-list li {
    width: 200px;
    height: 600px;
}

.yx-solution-item-info p {
    display: none;
}

.yx-solution-item-info>* {
    color: white;
}

.yx-solution-list .active {
    width: calc(100% - 630px);
}

.yx-solution-list .active .yx-solution-item-info p {
    display: block;
}

.yx-solution-item-info {
    left: 0;
    bottom: 0;
    width: 100%;
    position: absolute;
    padding: 10% 30px 30px;
    background: linear-gradient(to bottom, transparent 10%, rgba(0, 0, 0, .8) 90%);
}

.yx-solution-section {
    background: linear-gradient(180deg, #fafdff 0%, #e3efff 40%, #d4e6ff 80%, #a1ccff 100%);
}

/* 关于我们 */
.yx-about-section>* {
    z-index: 2;
    position: relative;
}

.yx-about-item {
    text-align: center;
}

.yx-about-item span {
    color: var(--text-color-default);
}

.yx-about-content p {
    color: #333333;
}

.yx-about-item h2 {
    font-size: 3rem;
    position: relative;
    font-weight: bolder;
    color: var(--text-color-primary);
}

.yx-about-item h2::after {
    top: 0;
    content: "+";
    font-size: 2rem;
    position: absolute;
    font-weight: bolder;
    color: var(--text-color-primary);
}

.yx-about-content>h1 {
    margin: unset;
    color: var(--text-color-default);
}

.yx-about-content>h4 {
    margin-top: .5em;
    color: var(--text-color-default);
}

.yx-about-section::before {
    right: 0;
    bottom: 0;
    top: 30px;
    z-index: 1;
    left: 220px;
    content: "";
    position: absolute;
    pointer-events: none;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: top left;
    background-image: url('//static.yxtouch.com/assets/images/bg-about.png');
}

.yx-about-section {
    position: relative;
    background: linear-gradient(180deg, #fafdff 0%, #e3efff 40%, #92b3e1 80%, #548ddd 100%);
}

/* 关于我们数据展示区域 */
.yx-about-list {
    margin-top: 20px;
    border-radius: 20px;
}

.yx-about-list .yx-about-item {
    padding: 30px 10px;
    text-align: center;
    border-radius: 15px;
    transition: all 0.4s ease;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.8) 0%, rgba(246, 248, 249, 0.9) 100%);
}

.yx-about-list .yx-about-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(33, 78, 145, 0.2);
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(246, 248, 249, 1) 100%);
}

.yx-about-list .yx-about-item h2 {
    font-size: 3.5rem;
    font-weight: 900;
    margin-bottom: 10px;
    background: var(--yx-linear-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: numberPulse 2s ease-in-out infinite;
}

.yx-about-list .yx-about-item h2::after {
    font-weight: bold;
    color: var(--text-color-primary);
    animation: plusRotate 3s ease-in-out infinite;
}

.yx-about-list .yx-about-item span {
    font-weight: 600;
    font-size: 1.1rem;
    letter-spacing: 1px;
    color: var(--text-color-default);
}

.yx-about-list .yx-about-item:hover h2 {
    animation: numberScale 0.6s ease;
}

/* 数字动画效果 */
@keyframes numberPulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

@keyframes numberScale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes plusRotate {

    0%,
    100% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }
}

/* 渐入动画 */
@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.yx-about-list .yx-about-item {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease forwards;
}

.yx-about-list .yx-about-item:nth-child(1) {
    animation-delay: 0.1s;
}

.yx-about-list .yx-about-item:nth-child(2) {
    animation-delay: 0.2s;
}

.yx-about-list .yx-about-item:nth-child(3) {
    animation-delay: 0.3s;
}

.yx-about-list .yx-about-item:nth-child(4) {
    animation-delay: 0.4s;
}

/* 新闻资讯 */
#news-slide {
    height: 420px;
    overflow: hidden;
    border-radius: 20px;
    --swiper-theme-color: white;
    --swiper-navigation-size: 26px;
    --swiper-pagination-bullet-inactive-opacity: 0.5;
    --swiper-pagination-bullet-inactive-color: white;
}

#news-slide .swiper-slide {
    position: relative;
}

#news-slide .swiper-slide>a {
    display: block;
    height: inherit;
}

#news-slide .swiper-slide>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#news-slide .swiper-slide::before {
    left: 0;
    bottom: 0;
    z-index: 1;
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

.yx-news-item {
    display: flex;
    overflow: hidden;
    flex-direction: column;
    justify-content: center;
}

.yx-news-item-info h3 {
    margin: 20px 0;
    font-size: 1.25rem;
    transition: all 0.3s ease;
    color: var(--text-color-default);
}

.yx-news-item:nth-of-type(1) {
    border-top-left-radius: 20px;
}

.yx-news-item:nth-of-type(2) {
    border-top-right-radius: 20px;
}

.yx-news-item:nth-of-type(3) {
    border-bottom-left-radius: 20px;
}

.yx-news-item:nth-of-type(4) {
    border-bottom-right-radius: 20px;
}

.yx-news-item:hover .yx-news-item-info h3 {
    background: var(--yx-linear-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.yx-news-item:nth-of-type(3),
.yx-news-item:nth-of-type(4) {
    border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
}

.yx-news-item:nth-of-type(odd) {
    border-left: rgba(0, 0, 0, 0.1) solid 1px;
}

.yx-news-list .yx-news-item {
    padding: 20px;
    border-top: rgba(0, 0, 0, 0.1) solid 1px;
    border-right: rgba(0, 0, 0, 0.1) solid 1px;
}

.yx-news-item-info small {
    font-weight: 600;
    font-size: 0.875rem;
    margin-bottom: 10px;
    display: inline-block;
    letter-spacing: 0.5px;
    background: var(--yx-linear-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.yx-news-item-info .uk-button {
    background: white;
    transition: all 0.3s ease;
    color: var(--theme-color);
    border: 1px solid var(--theme-color);
}

.yx-news-item:hover .uk-button {
    color: white;
    transform: translateY(-2px);
    border: 1px solid transparent;
    background: var(--yx-linear-gradient);
    box-shadow: 0 8px 25px rgba(33, 78, 145, 0.3);
}

#news-slide .swiper-slide-overlay {
    z-index: 2;
}

#news-slide .swiper-slide-overlay>* {
    color: white;
}

#news-slide .swiper-slide-overlay>h3 {
    margin-top: 10px;
    font-size: 1.25rem;
    margin-bottom: unset;
}

#news-slide .swiper-slide img {
    transform: scale(1, 1);
    transition: 1s linear 2s;
}

#news-slide .swiper-slide-active img {
    transition: 10s linear;
    transform: scale(1.1, 1.1);
}

/* 页脚部分 */
.yx-footer-item>* {
    margin: unset;
}

.yx-footer-item>h5 {
    color: white;
    font-size: 1.0625rem;
}

.yx-footer-item>p,
.yx-footer-item>a {
    color: rgba(255, 255, 255, .7);
}

.yx-footer-item>p:hover,
.yx-footer-item>a:hover {
    color: rgba(255, 255, 255, 1);
}

.yx-footer-hr {
    border-top: 1px solid rgba(255, 255, 255, .1)
}

/* 二级分类菜单 */
.yx-category-navbar {
    padding: 20px 0;
}

.yx-subnav > li:first-child {
    padding-left: unset;
}

.yx-subnav > li:first-child::before {
    content: none;
}

.yx-subnav .uk-active>a {
    color: var(--text-color-primary) !important;
}

.yx-subnav>li>a {
    position: relative;
    font-size: 1rem !important;
    transition: all 0.3s ease-in-out;
    color: var(--text-color-default) !important;
}

.yx-subnav li.uk-active>a::after {
    transform: scaleX(1);
}

.yx-subnav>li>a:hover::after {
    transform: scaleX(1);
}

.yx-subnav>li>a:hover {
    color: var(--text-color-primary) !important;
}

.yx-subnav>li>a::after {
    left: 0;
    right: 0;
    z-index: 1;
    height: 3px;
    content: "";
    bottom: -20px;
    display: block;
    position: absolute;
    border-radius: 2px;
    transform: scaleX(0);
    pointer-events: none;
    transform-origin: center;
    background: var(--text-color-primary);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* 面包屑导航 */
.yx-breadcrumb [uk-icon] {
    vertical-align: text-top;
}

.yx-breadcrumb>*>:hover {
    color: var(--theme-color);
}

.uk-breadcrumb>:last-child>span {
    color: var(--theme-color);
}

.yx-breadcrumb>li>a {
    color: var(--text-color-default);
}

.yx-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before {
    content: ">";
    color: var(--text-color-default);
    margin: 0 10px 0 calc(10px - 4px)
}
/* 侧边栏部分 */
.yx-sidebar {
    top: 50%;
    right: 30px;
    z-index: 1000;
    position: fixed;
    transform: translateY(-50%);
}

.yx-sidebar .uk-list {
    margin: 0;
    padding: 0;
}

.yx-sidebar .uk-list li {
    margin: 0;
    padding: 0;
}

.yx-sidebar .uk-list li div {
    padding: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.yx-sidebar-top.show {
    display: block;
}

.yx-sidebar-top {
    display: none;
    transition: all 0.3s ease;
}

.yx-sidebar-wechat {
    position: relative;
}

.yx-sidebar-item:hover>img {
    transform: scale(1.1);
}

.yx-sidebar-item>img {
    transition: transform 0.3s ease-in-out;
}

.yx-sidebar-qrcode {
    top: 50%;
    right: 100%;
    opacity: 0;
    width: 120px;
    padding: 10px;
    height: 120px;
    display: flex;
    position: absolute;
    background: #fff;
    border-radius: 4px;
    visibility: hidden;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    transform: translateY(-50%);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.yx-sidebar-qrcode img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.yx-sidebar-wechat:hover .yx-sidebar-qrcode {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(-10px);
}

.yx-sidebar-phone {
    position: relative;
}

.yx-sidebar-phone-number {
    top: 50%;
    margin: 0;
    opacity: 0;
    right: 100%;
    padding: 5px 10px;
    background: #fff;
    border-radius: 4px;
    position: absolute;
    visibility: hidden;
    white-space: nowrap;
    transition: all 0.3s ease;
    transform: translateY(-50%);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.yx-sidebar-phone:hover .yx-sidebar-phone-number {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(-10px);
}

/* search搜索框 */
.yx-sidebar-search button:hover {
    transform: scale(1.1);
    color: var(--theme-color) !important;
}

.yx-sider-box hr {
    margin: 10px 0;
}

.yx-sider-box h3 {
    display: flex;
    margin: unset;
    font-size: 1rem;
    font-weight: bold;
    align-items: center;
}

.yx-sider-box h3>span {
    margin-right: 5px;
}

.yx-sider-box {
    border-bottom:  solid var(--theme-color)
}

.yx-sidebar-search button {
    transition: transform 0.3s ease-in-out,
        color 0.3s ease-in-out;
}

.yx-sidebar-search input::placeholder {
    font-size: .875rem;
    font-family: "HarmonyOS_Sans_SC_Light";
}

.yx-sidebar-search input:focus {
    border-color: var(--theme-color) !important;
    outline-color: var(--theme-color) !important;
}

.yx-sidebar-search input:focus+.uk-search-icon-flip {
    color: var(--theme-color);
}

/* 标签云 */
.yx-tags-list {
    gap: 10px;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.yx-tags-list a {
    padding: 5px;
    border-radius: 5px;
    font-size: 0.75rem;
    text-decoration: none;
    transition: color 0.3s ease;
    border: 1px solid #e5e5e5;
    color: var(--text-color-default);
}

.yx-tags-list a:hover {
    color: var(--text-color-primary);
    border: 1px solid var(--theme-color);
    box-shadow: 0 4px 12px rgba(33, 78, 145, 0.15);
}

/* 分页样式 */
.yx-pagination>*>:hover {
    color: var(--theme-color);
}

.yx-pagination>li span.current {
    color: var(--theme-color);
}

.yx-pagination>li:first-child {
    border-radius: 5px 0 0 5px;
    border: 1px solid #dedede;
}

.yx-pagination>li:last-child {
    border-radius: 0 5px 5px 0;
}

.yx-pagination a {
    color: var(--text-color-default);
}

.yx-pagination>li:nth-child(n+2) {
    border-top: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}

/* 产品分类 */
.yx-prod-tags {
    margin: 10px 0;
}

.yx-prod-params {
    margin: 10px 0 10px -20px;
}

.yx-prod-detial h4 {
    font-size: 1rem;
    margin: 10px auto;
    transition: color 0.3s ease;
}

.yx-prod-filter {
    max-height: 600px;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.yx-prod-params li>span {
    padding: 0 5px;
    border-radius: 5px;
    background-color: #f3f3f3;
    color: var(--theme-color) !important;
}

.yx-prod-tags li>* {
    font-size: 0.75rem !important;
}

.yx-prod-params li>* {
    font-size: 0.6875rem !important;
}

.yx-prod-tags>li:first-child {
    padding-left: 0 !important;
}

.yx-prod-tags>li:nth-child(n+2),
.yx-prod-params>li:nth-child(n+2) {
    padding-left: 10px !important;
}

.yx-prod-filter::-webkit-scrollbar {
    display: none;
}

.yx-prod-filter .uk-accordion-title {
    font-size: 0.875rem;
    color: var(--text-color-default);
}

.yx-prod-filter .uk-accordion-title>img {
    width: 20px;
    margin-right: 5px;
    vertical-align: text-bottom;
}

.yx-prod-item>a:hover .yx-prod-detial h4 {
    color: var(--text-color-primary);
}

.yx-prod-tags li>span {
    padding: 0 5px;
    border-radius: 5px;
    color: var(--theme-color) !important;
    border: 1px solid var(--theme-color);
}

.yx-prod-item>a:hover {
    box-shadow: 0 8px 24px rgba(33, 78, 145, 0.15);
}

#yx-prod-filter-form .uk-accordion-content {
    margin-bottom: 20px;
}

/* 产品详情页 */
.yx-prod-img {
    position: relative;
}

.thumb-swiper {
    height: 563px;
    overflow: hidden;
    position: relative;
}

.yx-prod-3d-viewer {
    bottom: -50px;
}

.yx-prod-3d-viewer img {
    width: 20px;
    vertical-align: text-top;
}

.yx-prod-gallery {
    position: relative;
}

.yx-prod-gallery-container {
    position: relative;
}
    
@keyframes show-zoomimg {
    0% {
        right: 0;
        opacity: 0;
    }

    100% {
        opacity: 1;
        right: 16px;
    }
}

.yx-prod-gallery-thumb-item {
    cursor: pointer;
    box-sizing: border-box;
}

.yx-prod-gallery-thumb-item>img {
    width: 146.5px;
    border-radius: 5px;
    transition: all .3s ease;
}

.yx-prod-gallery-bigimg>video {
    width: 800px;
    height: 563px;
    border-radius: 5px;
    background: black;
}

.yx-prod-gallery-bigimg img {
    border-radius: 5px;
    position: relative;
    outline: 1px solid var(--theme-color);
}

.yx-thumb-active .yx-prod-gallery-thumb-item {
    border-radius: 5px;
    border: 1px solid var(--theme-color);
}

.yx-prod-gallery-magnifier {
    top: 0;
    left: 100%;
    z-index: 100;
    width: 563px;
    height: 563px;
    display: none;
    margin-left: 20px;
    position: absolute;
    border-radius: 5px;
    pointer-events: none;
    background-repeat: no-repeat;
    outline: 1px solid var(--theme-color);
    box-shadow: 0 0 20px rgba(33, 78, 145, 0.35);
}

.yx-prod-gallery-container:hover .yx-prod-gallery-zoomimg {
    animation: show-zoomimg 0.3s ease 0s 1 forwards;
}

.yx-prod-gallery-zoomimg {
    opacity: 0;
    z-index: 10;
    display: flex;
    position: absolute;
    top: calc(50% - 32px);
    flex-direction: column;
}

.yx-prod-gallery-prenext {
    width: 32px;
    height: 32px;
    display: flex;
    cursor: pointer;
    position: relative;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .36);
}

.yx-prod-gallery-prenext:hover {
    background: rgba(0, 0, 0, .56);
}

.yx-prod-gallery-prenext:first-of-type {
    border-radius: 50px 50px 0 0;
}

.yx-prod-gallery-prenext:nth-of-type(2) {
    transform: rotate(180deg);
    border-radius: 50px 50px 0 0;
}

.yx-prod-gallery-prenext:first-of-type::after {
    bottom: 0;
    width: 16px;
    height: 1px;
    content: "";
    position: absolute;
    background-color: hsla(0, 0%, 100%, .12);
}

.yx-prod-parameters-item>div {
    display: flex;
    padding: 0 10px;
    min-height: 60px;
    align-items: center;
    justify-content: center;
    color: var(--text-color-default);
}

.yx-prod-parameters-item>div:first-child {
    background-color: #f5f5f5;
    font-family: "HarmonyOS_Sans_SC_Medium";
}

.yx-prod-parameters-list>li {
    border-bottom: 1px solid #f0f3f5
}

.yx-prod-parameters-list>li:nth-child(-n+2) {
    border-top: 1px solid #f0f3f5
}

.yx-prod-parameters-list>li:nth-child(odd) {
    border-left: 1px solid #f5f5f5;
}

.yx-prod-parameters-list>li:nth-child(even) {
    border-right: 1px solid #f5f5f5
}

@keyframes shine-move {
    from {
        left: -80%;
    }

    to {
        left: 150%;
    }
}

.yx-prod-item:hover .yx-prod-img::after {
    opacity: 1;
    animation: shine-move 0.3s ease-in-out;
}

.yx-prod-img::after {
    top: 0;
    opacity: 0;
    width: 50%;
    left: -100%;
    content: '';
    height: 100%;
    position: absolute;
    transform: skewx(-45deg);
    -webkit-transform: skewx(-45deg);
    transition: left 0.3s ease-in-out;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, 0) 100%);
}

.thumb-video .yx-prod-gallery-thumb-item::after {
    top: 50%;
    left: 50%;
    content: '';
    width: 36px;
    height: 36px;
    display: block;
    cursor: pointer;
    position: absolute;
    transform: translate(-50%, -50%);
    background: url('data:image/svg+xml;utf8,<svg fill="white" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12" r="12" fill="rgba(0,0,0,0.5)"/><polygon points="10,8 16,12 10,16" fill="white"/></svg>') no-repeat center center / contain;
}

/* 产品概览部分 */
.yx-prod-info p,
.yx-prod-info h3 {
    margin: unset;
}

.yx-prod-info h5 {
    display: flex;
    margin: 0 0 10px;
    align-items: center;
}

.yx-prod-actions .yx-button-danger>span {
    vertical-align: text-bottom;
}

.yx-prod-actions .yx-button-primary>span {
    vertical-align: text-top;
}

.yx-prod-info h5::before {
    content: "";
    width: 18px;
    height: 18px;
    margin-right: 5px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(//static.yxtouch.com/assets/icons/special.png);
}

.yx-prod-special-list {
    margin: unset;
    padding-left: 20px;
    list-style-type: none;
}

.yx-prod-special-list li {
    cursor: pointer;
    padding-left: 5px;
    line-height: 30px;
    font-size: .875rem;
    position: relative;
    width: fit-content;
    color: var(--text-color-default);
}

.yx-prod-special-list li:hover span {
    color: var(--theme-color);
    transform: translateX(5px);
}

.yx-prod-special-list li span {
    display: inline-block;
    transition: color 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.yx-prod-cert-list>li>img {
    width: 30px;
    height: 30px;
}

.yx-prod-cert-list {
    gap: 10px;
    display: flex;
    padding-left: unset;
    flex-flow: row nowrap;
    justify-content: start;
}

.yx-prod-cert-list li:hover {
    transform: translateY(-5px);
}

.yx-prod-cert-list li {
    padding: 5px;
    list-style: none;
    border-radius: 5px;
    border: 1px solid #dedede;
    transition: transform 0.3s ease-in-out;
}

.yx-prod-special-list>li::before {
    left: -20px;
    content: '';
    width: 20px;
    bottom: 5px;
    height: 20px;
    position: absolute;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg t='1745653166839' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='5001' width='20' height='20'%3E%3Cpath d='M512 64C264.8 64 64 264.8 64 512s200.8 448 448 448 448-200.8 448-448S759.2 64 512 64zM428 718.4l-45.6 45.6-45.6-45.6-116-117.6 45.6-45.6L383.2 672l367.2-367.2 45.6 45.6-368 368z' p-id='5002' fill='%23214e91'%3E%3C/path%3E%3C/svg%3E");
}

/* 产品详情部分 */
.yx-prod-info {
    height: 100%;
    display: flex;
    flex-flow: column;
    box-sizing: border-box;
    justify-content: space-between;
}

.yx-prod-content {
    color: var(--text-color-default);
}

.yx-prod-related {
    margin-left: unset;
}

.yx-prod-related>* {
    padding: unset;
}

.yx-prod-related-item:hover {
    transform: translateY(-5px);
}

.yx-prod-related-item:hover h5 {
    color: var(--theme-color);
}

.yx-prod-related-item {
    transition: transform .3s ease-in-out;
}

.yx-prod-related-item h5 {
    font-size: .875rem;
    transition: color 0.3s ease-in-out;
}

.yx-prod-tab {
    margin-left: unset;
    border-bottom: 1px solid #f0f3f5;
}

.yx-prod-content img {
    width: 100%;
}

.yx-prod-tab>li:first-child {
    padding-left: unset;
}

.yx-prod-related>li>a {
    font-weight: bold;
    font-size: unset !important;
    color: var(--text-color-default) !important;
}

.yx-prod-tab>li>a {
    padding-bottom: 10px;
    font-size: 1rem !important;
}

.yx-prod-tab>.uk-active>a {
    font-weight: bold;
    margin-bottom: -1px;
    border-bottom: 1px solid var(--theme-color);
}

@keyframes yx-prod-info-fixed {
    0% {
        opacity: 0;
        transform: translate(250px, -20px);
    }

    100% {
        opacity: 1;
        transform: translate(250px, 0);
    }
}

.yx-prod-info[style*="position: fixed"] {
    animation: yx-prod-info-fixed 0.5s ease-out forwards;
}

/* 新闻资讯部分 */
.yx-news-list-meta {
    margin-bottom: unset;
}

.yx-news-list-title>h3 {
    font-size: 1.25rem;
}

.yx-news-list-title>h3,
.yx-news-list-title>p {
    transition: color .3s ease;
}

.yx-news-list>:nth-child(n+2) {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #e5e5e5;
}

.yx-news-list-litpic>img {
    width: 100%;
    height: 181px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.yx-news-list-tags [uk-icon] {
    margin-right: 5px;
}

.yx-news-list-tags a {
    color: #666;
    margin-right: 10px;
    font-size: 0.875rem;
    text-decoration: none;
}

.yx-news-list-tags a:hover {
    color: var(--theme-color) !important;
}

.yx-news-list-meta li a {
    font-size: 1rem !important;
}

.yx-news-list-meta li [uk-icon] {
    margin-right: 5px;
    color: var(--theme-color);
}

.yx-news-list-meta li a:hover {
    color: var(--theme-color) !important;
}

.yx-news-item:hover .yx-news-title {
    color: var(--text-color-primary);
}

.yx-news-list-item:hover .yx-news-list-arrow {
    opacity: 1;
    transform: translateX(0);
}

.yx-news-list-item:hover .yx-news-list-litpic>img {
    transform: scale(1.05, 1.05);
}

.yx-news-list-item:hover .yx-news-list-title>p {
    color: var(--text-color-default);
}

.yx-news-list-item:hover .yx-news-list-title>h3 {
    color: var(--text-color-primary);
}

.yx-news-list-arrow {
    opacity: 0;
    color: var(--theme-color);
    transform: translateX(-10px);
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

/* 猜你喜欢部分 */
.yx-suggest-list {
    margin-bottom: unset;
}

.yx-suggest-item {
    position: relative;
}

.yx-suggest-list>:nth-child(n+2) {
    margin-top: 15px;
}

.yx-suggest-item>a {
    font-size: .875rem;
    text-decoration: none;
    transition: color 0.3s ease;
    color: var(--text-color-default);
}

.yx-suggest-item::before {
    top: 50%;
    left: -30px;
    width: 20px;
    height: 20px;
    color: #fff;
    display: flex;
    font-weight: bold;
    position: absolute;
    border-radius: 50%;
    font-size: 0.75rem;
    align-items: center;
    justify-content: center;
    content: attr(data-number);
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
}

.yx-suggest-item:hover a {
    color: var(--text-color-primary);
}

.yx-suggest-item:hover::before {
    transform: translateY(-50%) scale(1.2);
}

.yx-suggest-item[data-number="1"]::before {
    background: linear-gradient(135deg, #ff6a00 0%, #ff4500 100%);
}

.yx-suggest-item[data-number="2"]::before {
    background: linear-gradient(135deg, #ff8c00 0%, #ff6a00 100%);
}

.yx-suggest-item[data-number="3"]::before {
    background: linear-gradient(135deg, #ffa500 0%, #ff8c00 100%);
}

.yx-suggest-item[data-number="4"]::before,
.yx-suggest-item[data-number="5"]::before {
    background: linear-gradient(135deg, #ffb700 0%, #ffa500 100%);
}

/* 上/下篇文章 */
.yx-part-article-prev:hover,
.yx-part-article-next:hover {
    text-decoration: none;
    color: var(--theme-color);
}

.yx-part-article-prev:hover>[uk-icon] {
    transform: translateX(-5px);
}

.yx-part-article-next:hover>[uk-icon] {
    transform: translateX(5px);
}

.yx-part-article-prev>[uk-icon],
.yx-part-article-next>[uk-icon] {
    transition: transform 0.3s ease-in-out;
}

.yx-part-article-prev,
.yx-part-article-next {
    color: var(--text-color-default);
}

/* 文章内容部分 */
.yx-article-meta-item::before {
    height: 1em;
}

.yx-article-meta-tags [uk-icon] {
    color: var(--text-color-primary);
}

.yx-article-meta-item [uk-icon] {
    margin-right: 5px;
    color: var(--text-color-primary);
}

.yx-article-meta-tags [uk-icon] {
    vertical-align: text-top;
}

.yx-article-meta-item-text {
    color: var(--text-color-default);
}

.yx-article-meta-item-text a:hover {
    color: var(--text-color-primary);
}

.yx-article-meta-item-text a {
    text-decoration: none;
    color: var(--text-color-default);
}

.yx-article-content>img {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 20px;
}

.yx-article-content a {
    color: var(--theme-color);
}

.yx-article-content>p,
.yx-article-content>ul,
.yx-article-content>ol {
    color: var(--text-color-default);
}

.yx-article-content .wp-block-heading {
    margin-top: unset;
    font-size: 1.25rem;
    position: relative;
}

.yx-article-content .wp-block-heading::before {
    content: "";
    width: 16px;
    height: 16px;
    position: static;
    margin-top: -3px;
    margin-right: 4px;
    display: inline-block;
    background-size: cover;
    background: url("data:image/svg+xml,%3Csvg t='1745310133951' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='5734' width='16' height='16'%3E%3Cpath d='M231.253333 929.28a25.173333 25.173333 0 0 1-25.173333-25.173333V119.893333a25.173333 25.173333 0 0 1 39.68-20.48l561.066667 392.106667a25.173333 25.173333 0 0 1 0 42.666667L245.76 924.586667a25.173333 25.173333 0 0 1-14.506667 4.693333z' fill='%23214e91' p-id='5735'%3E%3C/path%3E%3C/svg%3E") no-repeat 50%;
}

/* 关于我们部分 */
#aboutSwiper {
    --swiper-navigation-size: 26px;
    --swiper-theme-color: var(--theme-color);
}

.yx-about-slide {
    overflow: hidden;
    border-radius: 20px;
}

.yx-about-advantage {
    border-radius: 20px;
}

.yx-about-slide div.uk-overlay {
    padding: 20px;
    color: white;;
}

.yx-about-slide div.uk-overlay p {
    margin: unset;
}

.yx-about-advantage-item p {
    margin: unset;
    transition: color 0.3s ease;
    color: var(--text-color-default);
}

.yx-about-advantage-item:hover p {
    color: var(--text-color-primary);
}

.yx-about-advantage-item img {
    transition: filter 0.3s ease;
}

.yx-about-advantage-item:hover img {
    filter: brightness(0) saturate(100%) sepia(1) hue-rotate(-170deg) saturate(600%) brightness(0.9);
}

.yx-about-culture-left,
.yx-about-culture-right {
    overflow: hidden;
    border-radius: 20px;
}

.yx-about-culture-left {
    height: 500px;
}

.yx-about-culture-right {
    height: 242.5px;
}

.yx-about-culture-left:hover,
.yx-about-culture-right:hover {
    background-size: 110% 110%;
}

.yx-about-culture-left p,
.yx-about-culture-right p {
    margin: unset;
}

.yx-about-culture-left h3,
.yx-about-culture-right h3 {
    color: white;
    margin-bottom: 10px;
}

.yx-about-culture-left,
.yx-about-culture-right {
    background-size: 100% 100%;
    transition: background-size .5s ease;
}

.yx-about-culture-left>div,
.yx-about-culture-right>div {
    width: 100%;
    color: white;
    padding: 20px 30px;
    background: linear-gradient(to bottom, transparent 10%, rgba(33, 78, 145, .8) 100%);
}

#credentialsSwiper {
    height: 410px;
    --swiper-navigation-size: 26px;
    --swiper-navigation-sides-offset: 20px;
    --swiper-theme-color: var(--theme-color);
}

#credentialsSwiper .swiper-slide {
    transition: all .5s ease;
}

/* 联系我们部分 */
#map-container {
    overflow: hidden;
    border-radius: 20px;
}

.yx-contact-item a {
    font-size: 1.5rem;
}

.yx-contact-item p.yx-text-default {
    font-weight: bold;
}

.yx-contact-icon > img {
    width: 50px !important;
}

.yx-contact-title {
    margin-bottom: 10px;
    color: var(--text-color-default);
}

.yx-contact-subtitle {
    margin: 0;
    color: var(--text-color-secondary);
}

.yx-contact-item {
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 8px 24px rgba(33, 78, 145, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease
}

/* 下载列表部分 */
.yx-download-size {
    margin: 10px auto;
}

.yx-download-size [uk-icon] {
    margin-right: 5px;
}

.yx-download-item picture {
    width: 86px;
    height: 86px;
    margin: 0 auto;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    background: var(--yx-linear-gradient);
}

.yx-download-item picture img {
    width: 40px;
    height: 40px;
    transition: all 0.3s ease-in-out;
}

.yx-download-item h5 {
    margin: 20px 0;
}

.yx-download-item .uk-button {
    transition: background 0.3s ease-in-out;
}

.yx-download-item .uk-button [uk-icon] {
    margin-left: 10px;
    transition: transform 0.3s ease-in-out;
}

.yx-download-item .uk-button:hover {
    color: white;
    border-color: white;
    background: var(--yx-linear-gradient);
}

/* 售后政策部分 */
.yx-after-sales-title>* {
    color: white !important;
}

.yx-after-sales-item li {
    color: var(--text-color-secondary);
}

.yx-after-sales-item h4 {
    margin-bottom: 10px !important;
}

.yx-after-sales-commitment .uk-card-default {
    background: var(--yx-linear-gradient);
}

.yx-after-sales-icon img {
    width: 64px;
    height: 64px;
    padding: 10px;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    background: var(--yx-linear-gradient);
}

/* 3D模型模态框样式 */
.yx-3d-modal-container {
    position: relative;
}

.yx-model-viewer {
    height: 80vh;
    width: inherit;
    background: white;
}

#yx-3d-modal .uk-modal-dialog {
    width: 80%;
    overflow: hidden;
    background: unset;
    border-radius: 20px;
}

.yx-3d-loading-indicator {
    top: 50%;
    left: 50%;
    z-index: 10;
    font-size: 18px;
    color: #667eea;
    position: absolute;
    transform: translate(-50%, -50%);
}

/* 3D模型控制按钮 */
.yx-3dmodel-icon {
    width: 26px;
}

.yx-3d-controls {
    gap: 12px;
    left: 50%;
    z-index: 15;
    bottom: 20px;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    transform: translateX(-50%);
}

.yx-3d-control-btn {
    padding: 0;
    width: 44px;
    height: 44px;
    display: flex;
    cursor: pointer;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.6);
    color: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.yx-3d-control-btn:hover {
    color: white;
    transform: translateY(-2px);
    background: rgba(33, 78, 145, 0.8);
    border-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0 8px 25px rgba(33, 78, 145, 0.4);
}

.yx-3d-control-btn span[uk-icon] {
    width: 18px;
    height: 18px;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
}

.yx-3d-control-btn.active {
    color: white;
    background: rgba(33, 78, 145, 0.9);
    border-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0 6px 20px rgba(33, 78, 145, 0.5);
}

/* tag标签列表 */
.yx-tag-logo {
    width: 72px;
}

.yx-tag-factory {
    font-size: .75rem;
}

.yx-tag-list-meta {
    margin-bottom: unset;
}

.yx-tag-switcher>li {
    padding-left: unset;
    padding-bottom: 10px;
}

.yx-tag-switcher>li:nth-child(n+2) {
    margin-left: 20px;
}


.yx-tag-list-meta li [uk-icon] {
    color: var(--theme-color);
}

.yx-tag-switcher {
    margin-left: unset;
    border-bottom: 1px solid #f0f3f5;
}

.yx-tag-list-litpic>img {
    transition: transform 0.3s ease-in-out;
}

.yx-tag-switcher>li.uk-active {
    margin-bottom: -1px;
    border-bottom: 1px solid var(--theme-color);
}

.yx-tag-switcher>.uk-active>a {
    color: var(--theme-color);
}

.yx-tag-list-item:hover .yx-tag-list-title,
.yx-tag-list-item:hover .yx-part-product-item-title {
    color: var(--theme-color);
}

.yx-tag-switcher>*>:first-child {
    padding: unset;
    font-size: 1.25rem;
    color: var(--text-color-default);
}

.yx-tag-arrow-right {
    right: 0;
    opacity: 0;
    position: absolute;
    color: var(--theme-color);
    transform: translateX(-5px);
    transition: transform 0.3s ease-in-out,
        opacity 0.3s ease-in-out;
}

.yx-tag-list-item:hover .yx-tag-list-litpic>img {
    transform: scale(1.05);
}

.yx-tag-list-item:hover .yx-tag-arrow-right {
    opacity: 1;
    transform: translateX(0);
}

.yx-tag-list-item:hover .yx-tag-list-title::before {
    width: 100%;
}

.yx-tag-list-title {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: unset;
    color: var(--text-color-default);
    transition: color 0.3s ease-in-out;
}

.yx-tag-list-title::after {
    left: 0;
    bottom: 0;
    z-index: 1;
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    background: #e5e5e5;
}

.yx-tag-list-title::before {
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 30%;
    content: '';
    height: 2px;
    position: absolute;
    background: var(--theme-color);
    transition: width 0.3s ease-in-out;
}

.yx-tag-list-meta li,
.yx-tag-list-excerpt p {
    font-size: .875rem;
    color: var(--text-color-secondary);
    font-family: "HarmonyOS_Sans_SC_Light";
}

.yx-tag-list-meta li>[uk-icon] {
    margin-right: 5px;
}