* {
    box-sizing: border-box;
}



.aum-banner-slider {
    width: 100%;
    position: relative;
    background-color: #000;
    overflow-x: hidden;
}

.aum-banner-slider .swiper-slide {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    background-size: cover;
    background-position: center;
    position: relative;
}

.aum-banner-overlay {
    position: absolute;
    right: 0;
    top: 0;
    width: 20%;
    height: 100%;
    clip-path: polygon(40% 0, 100% 0, 100% 100%, 0% 100%);
    z-index: 1;
}

.aum-container {
    max-width: 1600px;
    margin: 0 auto;
}

.aum-content {
    width: 100%;
    position: relative;
    display: flex;
    align-items: flex-end;
    padding-bottom: 100px;
    z-index: 2;
}

.aum-banner-left-content {
    display: flex;
    flex-direction: column;
    width: 50%;
    color: #fff;
}

.aum-banner-right-content {
    width: 50%;
    color: #fff;
    text-align: right;
}

.aum-banner-slogan {
    color: #fff !important;
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 60px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.aum-banner-sub-slogan {
    font-size: 24px;
    margin-bottom: 100px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.aum-banner-button {
    width: fit-content;
    padding: 12px 30px;
    background: linear-gradient(to right, #ff5c5b, #ff9e5b);
    color: #fff;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}


.aum-banner-product-name {
    color: #fff !important;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 10px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.aum-banner-explore {
    font-size: 18px;
    border-radius: 50px;
    padding: 4px 16px;
    border: 1px solid #fff;
    letter-spacing: 3px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.aum-banner-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
}

.aum-banner-slider .swiper-pagination-bullet-active {
    background: #fff;
}

.aum-banner-slider .swiper-button-prev {
    margin-left: 50px;
}

.aum-banner-slider .swiper-button-next {
    margin-right: 50px;
}

.aum-banner-slider .swiper-button-prev,
.aum-banner-slider .swiper-button-next {
    color: white;
    width: 44px;
    height: 44px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.aum-banner-slider .swiper-button-prev:hover,
.aum-banner-slider .swiper-button-next:hover {
    background: rgba(0, 0, 0, 0.6);
}

.aum-banner-slider .swiper-button-prev:after,
.aum-banner-slider .swiper-button-next:after {
    font-size: 20px;
}

.aum-banner-slider .swiper-container-fade .swiper-slide {
    opacity: 0 !important;
    transition-property: opacity;
}

.aum-banner-slider .swiper-container-fade .swiper-slide-active,
.aum-banner-slider .swiper-container-fade .swiper-slide-duplicate-active {
    opacity: 1 !important;
}



/* ===== 基础动画样式 ===== */

.elementor-editor-active .aum-animate {
    opacity: 1 !important;
}

.aum-animate {
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* 方向动画类 */
.aum-from-left {
    transform: translateX(-80px);
}

.aum-from-right {
    transform: translateX(80px);
}

.aum-from-top {
    transform: translateY(-80px);
}

.aum-from-bottom {
    transform: translateY(80px);
}

/* 激活状态（通用） */
.aum-animated {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
}


/* 业务数据展示模块样式 */
.aum-business-stats {
    width: 100%;
    position: relative;
}

.aum-stats-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    text-align: center;
}

.aum-stat-item {
    flex: 1;
    min-width: 200px;
    padding: 20px;
    margin: 10px;
}

.aum-stat-number {
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.2;
}

.aum-stat-description {
    line-height: 1.4;
}


/* Aum 产品 */
.aum-product-page {
    max-width: 1200px;
    margin: 20px auto auto;
    font-family: "PingFang SC", "Microsoft Yahei", sans-serif;
    color: #333;
}

.aum-product-top {
    display: flex;
    gap: 30px;
    margin-top: 30px;
}

.aum-product-gallery {
    flex: 1;
    display: flex;
    gap: 15px;
    position: relative;
}

.main-image {
    flex: 1;
    aspect-ratio: 1/1;
    /* 保持正方形 */
    border: 1px solid #eee;
    border-radius: 4px;
    overflow: hidden;
}

.main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumbnail-list {
    width: 80px;
    height: 100%;
    max-height: 500px;
    /* 启用垂直滚动，但隐藏滚动条 */
    overflow-y: auto;
    /* 滚动平滑动画 */
    scroll-behavior: smooth;
    /* 隐藏滚动条 - Firefox */
    scrollbar-width: none;
    /* 隐藏滚动条 - IE & 旧版 Edge */
    -ms-overflow-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
}



/* 隐藏滚动条 - Chrome & Safari */
.thumbnail-list::-webkit-scrollbar {
    display: none;
}


.thumb {
    margin-bottom: 10px;
    width: 80px;
    height: 80px;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    flex-shrink: 0;
}

.thumb:hover {
    border: 2px solid #333;
}

.thumb.active {
    border: 2px solid #0073aa;
}

.thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumb.placeholder,
.main-image .placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    color: #999;
}

.thumb.placeholder {
    width: 80px;
    height: 80px;
}

.main-image .placeholder {
    width: 100%;
    height: 100%;
}

.scroll-button {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 24px;
    color: #333;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
    border: none;
    font-size: 12px;
}

.scroll-button .iconfont {
    color: #333;
}

.scroll-button.up {
    top: 10px;
}

.scroll-button.down {
    bottom: 10px;
}

.thumbnail-list-content {
    flex: 1;
    /* 启用垂直滚动，但隐藏滚动条 */
    overflow-y: auto;
    /* 滚动平滑动画 */
    scroll-behavior: smooth;
    /* 隐藏滚动条 - Firefox */
    scrollbar-width: none;
    /* 隐藏滚动条 - IE & 旧版 Edge */
    -ms-overflow-style: none;
}

/* 隐藏滚动条 - Chrome & Safari */
.thumbnail-list-content::-webkit-scrollbar {
    display: none;
}

.aum-product-info {
    padding: 20px 0;
    flex: 1;
}

.product-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

.price {
    color: #e54d42;
    font-size: 20px;
    margin: 20px 0;
}

.rating-container {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.stars-wrapper {
    position: relative;
    display: inline-block;
    font-size: 25px;
    line-height: 1;
    color: #ccc;
    /* 灰色星星颜色 */
}

.stars-background {
    white-space: nowrap;
}

.stars-foreground {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #ff0000;
    /* 红色星星颜色 */
}

.rating-value {
    margin-left: 8px;
    font-size: 14px;
    color: #666;
}

.sold {
    margin-left: 15px;
    font-size: 14px;
    color: #666;
    margin-bottom: 0 !important;
}

.quick-specs {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.quick-specs li {
    margin-bottom: 6px;
    font-size: 15px;
}

.aum-buy-button {
    background-color: #ff6a00;
    color: #fff;
    padding: 10px 40px;
    border: none;
    font-size: 16px;
    border-radius: 50px;
    cursor: pointer;
    margin-top: 20px;
}

/* 参数信息 - 列展示样式 */
.aum-product-params,
.aum-related-products {
    margin-top: 40px;
}

.aum-related-products h2 {
    margin-bottom: 20px;
}

.aum-product-gallery-details h2,
.aum-product-params h2,
.aum-related-products h2,
.aum-category-banner h2 {
    font-weight: 600;
}

.params-columns {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 15px;
    margin-top: 20px;
}

.param-item {
    display: flex;
    border: 1px solid #eee;
    border-radius: 4px;
}

.param-key {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 15px;
    padding: 12px;
    min-width: 120px;
    color: #555;
    background-color: #dfebf7;
}

.param-value {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    font-size: 14px;
    padding: 12px;
    color: #333;
}

.aum-product-gallery-details {
    margin: 40px 0;
}

.gallery-block {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.gallery-image img {
    width: 100%;
    height: 100%;
}

/* Aum 产品 */



/* 分类导航样式 */
.aum-category-nav-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    gap: 8px;
    margin-bottom: 30px;
    padding-bottom: 30px;
}


.aum-category-nav-wrapper::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ddd;
    position: absolute;
    left: 0;
    bottom: 0;
}

.aum-category-nav {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    flex: 1;
    scrollbar-width: none;
    /* 隐藏滚动条 Firefox */
    -ms-overflow-style: none;
    /* 隐藏滚动条 IE/Edge */
}

.aum-category-nav::-webkit-scrollbar {
    display: none;
    /* 隐藏滚动条 Chrome/Safari */
}

.aum-category-list {
    display: inline-flex;
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 15px;
}

.aum-category-item {
    flex-shrink: 0;
}

.aum-category-link {
    display: block;
    padding: 8px 15px;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
    white-space: nowrap;
    user-select: none;
    position: relative;
}

.aum-category-link:hover,
.aum-category-link:focus {
    color: #333;
}

.aum-category-link:hover::after {
    display: block;
}

.aum-category-link::after {
    content: "";
    display: none;
    width: 100%;
    height: 2px;
    /* 线的高度 */
    background-color: black;
    /* 线的颜色 */
    position: absolute;
    left: 0;
    bottom: 0;
}

.aum-category-item.active .aum-category-link::after {
    display: block;
}

.aum-nav-btn {
    background-color: #fff;
    border: 1px solid #333;
    color: #333;
    padding: 12px;
    cursor: pointer;
    border-radius: 50px;
    transition: all 0.3s ease;
    flex-shrink: 0;
    z-index: 1;
}

.aum-nav-btn:hover,
.aum-nav-btn:focus,
.aum-testimonials-nav:focus {
    color: #333 !important;
    background-color: #ccc !important;
    border: 1px solid #333 !important;
}

/* 加载动画 */
#aum-loading {
    text-align: center;
    padding: 30px 0;
}

.loading-spinner {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    border-top-color: #333;
    animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}



/* 相关推荐模块样式 */
.aum-related-products {
    margin-top: 40px;
    padding: 20px 0;
    border-top: 1px solid #eee;
}



.related-products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.related-product-item {
    border: 1px solid #eee;
    border-radius: 4px;
    overflow: hidden;
    background-color: #fff;
    transition: all 0.3s ease;
}

.related-product-item:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

.related-product-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9f9f9;
    overflow: hidden;
}


.related-product-image img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}

.related-product-info {
    padding: 12px;
}

.related-product-title {
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 25px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.4;
}

.related-product-title a {
    color: #333;
}

.related-product-price {
    font-size: 16px;
    color: #f60;
    font-weight: bold;
    margin: 8px 0;
}

.related-product-rating {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.related-product-rating .stars-wrapper {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #ccc;
    margin-right: 8px;
}

.related-product-rating .stars-foreground {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #ffb800;
}

.related-product-rating .sold {
    font-size: 12px;
    color: #999;
}

.no-related-products {
    grid-column: 1 / -1;
    text-align: center;
    color: #999;
    padding: 20px;
}

.related-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.aum-moq-button {
    height: 30px;
    line-height: normal !important;
    padding: 0 15px;
    background: #f60;
    color: #fff;
    border: none;
    border-radius: 50px;
}


.aum-product-category {
    max-width: 1200px;
    margin: 60px auto;
}

.aum-category-banner {
    width: 100%;
    height: 400px;
    position: relative;
}

.aum-category-banner h2 {
    font-size: 2rem;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.aum-category-banner h2.aum-animated {
    transform: translate(-50%, -50%) !important;
}

.aum-category-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}


.aum-contact-section {
    background-color: #e74c3c;
    color: white;
    text-align: center;
    padding: 50px;
    width: 100%;
}

.aum-contact-section h2 {
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 600;
}

.aum-contact-section p {
    line-height: 1.6;
    margin-bottom: 30px;
    font-size: 16px;
}

.aum-contact-section .aum-contact-btn {
    background: linear-gradient(to right, #ff5c5b, #ff9e5b);
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 30px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    transition: transform 0.2s, box-shadow 0.2s;
}

.aum-contact-section .aum-contact-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.navigation.pagination {
    margin-top: 60px;
    display: flex;
    justify-content: center;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.navigation.pagination .nav-links {
    width: fit-content;
}

.page-numbers {
    border: 1px solid #e9e9e9;
    display: inline-block;
    font-size: 14px;
    width: 40px;
    height: 40px;
    border-radius: 7px;
    text-align: center;
    line-height: 40px;
    color: #999;
    background-color: #fff;
}

.page-numbers.current {
    color: #fff;
    background: #ff6600;
}

.next.page-numbers,
.prev.page-numbers {
    width: auto !important;
    padding-left: 19px;
    padding-right: 19px;
}

.aum-main-title {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 20px;
}




/* 实力展示网格主容器 */
.aum-strength-showcase-grid {
    width: 100%;
    margin: 60px auto;
    padding: 20px;
    box-sizing: border-box;
}

.aum-strength-showcase-grid .aum-main-title {
    margin-bottom: 60px;
}

/* 主标题样式 */
.aum-strength-showcase-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #333;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

.aum-strength-showcase-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: #1e73be;
}

/* 网格容器 */
.aum-strength-showcase-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
}

/* 当只有4项时 */
.aum-strength-showcase-container:has(> :nth-child(4):last-child) {
    grid-template-columns: repeat(4, 1fr);
    max-width: calc(4 * (100% / 5) + 3 * 30px);
    /* 4项宽度 + 3个间隔 */
    margin: 0 auto;
}

/* 当只有3项时 */
.aum-strength-showcase-container:has(> :nth-child(3):last-child) {
    grid-template-columns: repeat(3, 1fr);
    max-width: calc(3 * (100% / 5) + 2 * 30px);
    margin: 0 auto;
}

/* 当只有2项时 */
.aum-strength-showcase-container:has(> :nth-child(2):last-child) {
    grid-template-columns: repeat(2, 1fr);
    max-width: calc(2 * (100% / 5) + 1 * 30px);
    margin: 0 auto;
}

/* 当只有1项时 */
.aum-strength-showcase-container:has(> :nth-child(1):last-child) {
    grid-template-columns: 1fr;
    max-width: calc(1 * (100% / 5));
    margin: 0 auto;
}

/* 响应式布局 - 根据列数设置 */
.elementor-grid-1 .aum-strength-showcase-container {
    grid-template-columns: repeat(1, 1fr);
}

.elementor-grid-2 .aum-strength-showcase-container {
    grid-template-columns: repeat(2, 1fr);
}

.elementor-grid-3 .aum-strength-showcase-container {
    grid-template-columns: repeat(3, 1fr);
}

.elementor-grid-4 .aum-strength-showcase-container {
    grid-template-columns: repeat(4, 1fr);
}

/* 单个实力展示项 */
.aum-strength-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    height: 350px;
    display: flex;
    flex-direction: column;
}

.aum-strength-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

/* 链接样式 */
.aum-strength-item-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
    overflow: hidden;
}

/* 上方黑色渐变遮罩 */
.aum-strength-item-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    /* 遮罩高度 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
    transition: all 0.3s ease;
}

/* 下方黑色渐变遮罩 */
.aum-strength-item-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    /* 遮罩高度 */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
    transition: all 0.3s ease;
}

/* 图片容器 */
.aum-strength-item-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative
}

.aum-strength-item-image img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.aum-strength-item:hover .aum-strength-item-image img {
    transform: scale(1.05);
}

/* 内容区域 */
.aum-strength-item-content {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* 标题样式 */
.aum-strength-item-title {
    top: 20px;
    left: 20px;
    position: absolute;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px;
    color: #fff;
    z-index: 2;
    transition: color 0.3s ease;
}

/* 描述样式 */
.aum-strength-item-description {
    right: 20px;
    bottom: 20px;
    position: absolute;
    font-size: 14px;
    color: #fff;
    margin: 0;
    padding: 4px 14px;
    border-radius: 50px;
    border: 1px solid #eee;
    transition: color 0.3s ease;
    z-index: 2;
}

.aum-strength-item:hover .aum-strength-item-description {
    color: #ff6600;
    background-color: #fff;
}


.aum-exhibition-achievements {
    display: flex;
    align-items: center;
    width: 100%;
    overflow: hidden;
}

.aum-exhibition-image {
    flex-shrink: 0;
}

.aum-exhibition-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.image-right {
    flex-direction: row-reverse;
}

.aum-exhibition-content-wrapper {
    flex-grow: 1;
    padding: 40px;
}

.aum-exhibition-content {
    max-width: 800px;
    margin: 0 auto;
}

.aum-exhibition-main-title {
    font-size: 36px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #333;
}

.aum-exhibition-subtitle {
    font-size: 18px;
    margin-bottom: 30px;
    color: #666;
}

.aum-exhibition-achievements-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
}

.aum-exhibition-achievement-item {
    background: #f8f9fa;
    padding: 25px 15px;
    border-radius: 8px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
}

.aum-exhibition-achievement-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.aum-exhibition-achievement-icon {
    margin-bottom: 15px;
    color: #007bff;
    font-size: 36px;
}

.aum-exhibition-achievement-number {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1;
    color: #333;
}

.aum-exhibition-achievement-title {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    color: #666;
}


/* 动画效果 */
@keyframes aumFadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.aum-strength-showcase-container {
    animation: aumFadeInUp 0.6s ease forwards;
}

.aum-strength-item {
    opacity: 0;
    animation: aumFadeInUp 0.6s ease forwards;
}

.aum-strength-item:nth-child(1) {
    animation-delay: 0.1s;
}

.aum-strength-item:nth-child(2) {
    animation-delay: 0.2s;
}

.aum-strength-item:nth-child(3) {
    animation-delay: 0.3s;
}

.aum-strength-item:nth-child(4) {
    animation-delay: 0.4s;
}

.aum-strength-item:nth-child(5) {
    animation-delay: 0.5s;
}

.aum-strength-item:nth-child(6) {
    animation-delay: 0.6s;
}

.tax-aum_product_cat #content .ast-container,
.aum_product-template-default #content .ast-container {
    display: block !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}


.tax-aum_product_cat #content .ast-container h2 {
    color: #fff !important;
}

.aum_product-template-default .scroll-button {
    padding: 0 !important;
    color: #333 !important;
    background-color: #fff !important;
    border: 1px solid #000 !important;
}

.aum-buy-button:hover,
.aum-moq-button:hover {
    background-color: #ff6a00;
    color: #fff;
    border: none;
}



/* 响应式设计 */
@media (max-width: 1024px) {
    .aum-strength-showcase-container {
        gap: 20px;
    }

    .elementor-grid-3 .aum-strength-showcase-container,
    .elementor-grid-4 .aum-strength-showcase-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .aum-content {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
        padding: 0;
    }

    .aum-banner-overlay {
        display: none;
    }

    .aum-banner-left-content,
    .aum-banner-right-content {
        width: 100%;
        text-align: center;
    }

    .aum-banner-button {
        margin: 0 auto;
    }

    .aum-banner-slogan {
        font-size: 30px;
        margin: 0;
    }

    .aum-banner-sub-slogan {
        margin-bottom: 10px;
    }

    .aum-banner-slider {
        height: 300px !important;
    }

    .aum-banner-product-name,
    .aum-banner-explore {
        display: none;
    }
}

@media (max-width: 992px) {
    .related-products-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .aum-product-top {
        display: block;
    }

    .aum-product-top,
    .aum-product-params,
    .aum-product-gallery-details,
    .aum-product-category,
    .aum-product-grid-wrapper {
        padding: 0 20px;
    }

    .aum-product-gallery {
        height: 380px;
    }

    .aum-stat-number {
        font-size: 25px !important;
    }

    .aum-stat-description {
        font-size: 14px;
    }

    .aum-business-stats {
        padding: 10px !important;
    }

    .aum-stat-item {
        min-width: auto;
    }


}

@media (max-width: 768px) {

    .related-products-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .aum-nav-btn {
        padding: 6px 10px;
        font-size: 16px;
    }

    .aum-product-gallery {
        height: 300px;
    }

    .scroll-button {
        display: none;
    }

    .aum-strength-showcase-title {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .aum-strength-showcase-container {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .elementor-grid-2 .aum-strength-showcase-container,
    .elementor-grid-3 .aum-strength-showcase-container,
    .elementor-grid-4 .aum-strength-showcase-container {
        grid-template-columns: 1fr;
    }

    .aum-strength-item {
        height: auto;
    }

    .aum-exhibition-achievements {
        flex-direction: column;
    }

    .aum-exhibition-image {
        width: 100% !important;
        margin: 0 0 20px 0 !important;
        padding: 0 20px;
    }


    .aum-exhibition-main-title {
        font-size: 28px;
    }

    .aum-exhibition-subtitle {
        font-size: 16px;
    }

    .aum-exhibition-achievements-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .aum-banner-slider .swiper-button-next,
    .aum-banner-slider .swiper-button-prev {
        display: none;
    }


}

@media (max-width: 480px) {
    .related-products-grid {
        grid-template-columns: 1fr;
    }

    .aum-exhibition-achievements-grid {
        grid-template-columns: 1fr;
    }
}