.elementor-1409 .elementor-element.elementor-element-9026ef5{padding:0vw 10.41vw 0vw 10.41vw;}/* Start custom CSS for section, class: .elementor-element-9026ef5 */.apusIndexCon {
    color: #000;
    position: relative;
    padding: 7.03vw 0 0 0;
}
.apusIndexAbs {
    position: absolute;
    top: 3.5vw;
    left: 50%;
    transform: translateX(-50%);
    font-family: LeagueGothicRegular;
    font-size: 5.52vw;
    line-height: 7.18vw;
    z-index: 11;
}
.apusIndexGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.apusIndexTit {
    font-family: LeagueGothicRegular;
    font-size: 5.88vw;
    line-height: 5.36vw;
    padding-top: 7.96vw;
}
.apusIndexSubTit {
    font-family: RobotoCondensedRegular;
    font-size: 1.66vw;
    line-height: 2.18vw;
    padding: 2.18vw 0 8.07vw 0;
}
.apusIndexA {
    font-family: RobotoCondensedRegular;
    color: #000;
    font-size: 3.1vw;
    line-height: 4.14vw;
}
.apusIndexA:hover {
    color:#ff1d63;
}
.apusMedia {
    background: url("/wp-content/uploads/2025/07/apus_index11.webp") no-repeat top center;
    background-size: cover;
    color: #fff;
    padding: 7.03vw 0 7.81vw 0;
    text-align: center;
}
.apusIndexCon1 {
    color: #000;
    position: relative;
    padding: 8.85vw 0 11.97vw 0;
}
.apusIndexTit2 {
    font-family: LeagueGothicRegular;
    padding: 6.33vw 0 0 8.64vw;
    color: #ff1d63;
    font-size: 9.51vw;
    line-height: 9.46vw;
}
.apusMediaTit {
    font-family: LeagueGothicRegular;
    font-size: 5.52vw;
    line-height: 7.18vw;
}
.apusMediaSubTit {
    font-family: RobotoCondensedRegular;
    font-size: 1.66vw;
    line-height: 2.18vw;
    padding: 1.56vw 0 4.16vw 0;
}
.apusMediaFlex {
    display: flex;
    justify-content: center;
    gap: 6.56vw;
}
.apusMediaGrid {
    font-family: RobotoCondensedRegular;
    font-size: 1.66vw;
    line-height: 2.18vw;
    display: grid;
    justify-items: center;
    gap: 1.45vw;
}
.apusMediaGrid img {
    width: 9.94vw;
    transition: transform 0.3s ease;
}
.apusMediaGrid img:hover {
    transform: scale(1.05);
}
/*
.apusImgAbs {
    position: absolute;
    top: -12vw;
}
*/
.TopsIndex {
    top: 5.5vw !important;
}
/* apusSlider 样式 */
.apusSlider {
    position: relative;
    overflow: hidden;
    background: #fff;
}
.apusSliderContainer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 4.94vw;
}
.apusSliderAreaA {
    flex: 1;
    background-color: #f4f4f4;
    padding-top: 2.39vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}
.apusSliderAreaB {
    flex: 1;
    position: relative;
    overflow: hidden;
}
.apusSliderImageA {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    cursor: grab;
}
.apusSliderImageA:active {
    cursor: grabbing;
}
.apusSliderImageA img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.5s ease;
    user-select: none;
}
.apusSliderImageB {
    width: 100%;
    height: 100%;
    position: relative;
    cursor: grab;
}
.apusSliderImageB:active {
    cursor: grabbing;
}
.apusSliderImageB img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.6s ease;
    user-select: none;
}
.apusSliderSelector {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.04vw;
    padding-bottom: 1.04vw;
}
.apusSliderSelectorContainer {
    display: flex;
    gap: 0.78vw;
    overflow: hidden;
    position: relative;
}
.apusSliderSelectorItem {
    width: 24px;
    height: 35px;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
}
.apusSliderSelectorItem.center {
    transform: scale(1.25);
}
.apusSliderSelectorItem img {
    width: 100%;
    object-fit: cover;
}
.apusSliderSelectorItem.center:hover {
    transform: scale(1.25);
}

@media only screen and (max-width: 768px) {
    .apusSliderImageA {
        padding: 20px 15px 15px 15px;    
    }
    .apusSliderSelector {
        height: 60px;
        margin-top: 10px;
    }
    .apusSliderSelectorContainer {
        width: 160px;
        gap: 2vw;
        justify-content: center;
    }
    .apusSliderSelectorItem {
        width: 19.2px;
        height: auto;
    }
    .apusIndexSubTit, .apusMediaSubTit, .apusMediaGrid {
        font-size: 3.6vw;
        line-height: 4.6vw;
    }
    .apusIndexA {
        font-size: 6.5vw;
        line-height: 6.5vw;
    }
    .apusMediaGrid img {
        width: 25vw;
    }
    .apusMedia {
        padding: 7.03vw 3vw 7.81vw 3vw;
    }
    .apusIndexAbs {
        font-size: 7.5vw;
        line-height: 7.5vw;
    }
    .apusIndexTit, .apusMediaTit {
        font-size: 6.5vw;
        line-height: 6.5vw;
    }
    .apusIndexSubTit, .apusMediaSubTit, .apusMediaGrid {
        font-size: 3.6vw;
        line-height: 4.6vw;
    }
    .apusIndexA {
        font-size: 6.5vw;
        line-height: 6.5vw;
    }
    .apusMediaGrid img {
        width: 25vw;
    }
    .apusMedia {
        padding: 7.03vw 3vw 7.81vw 3vw;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .apusSliderAreaA {
        padding: 30px 30px 25px 30px;
    }
    .apusIndexSubTit, .apusMediaSubTit, .apusMediaGrid {
        font-size: 2.65vw;
        line-height: 3.65vw;
    }
    .apusSliderSelectorItem {
        width: 22px;
    }
    .apusSliderSelectorContainer {
        gap: 1.78vw;
    }
    .apusIndexA {
        font-size: 4.15vw;
    }
    .apusMedia {
        padding: 7.03vw 3vw 7.81vw 3vw;
    }
    .apusMediaGrid img {
        width: 20vw;
    }
    .ccf-form-container {
    	max-width: 100%;
    	padding: 0;
    }
}

/* 滑入滑出动画样式 */
.slide-element {
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.6s ease;
    will-change: transform, opacity;
}

.slide-element.slide-out {
    transform: translateY(50px);
    opacity: 0;
}

.slide-element.slide-in {
    transform: translateY(0);
    opacity: 1;
}

/* 修复apusIndexAbs居中问题 */
.apusIndexAbs.slide-element.slide-out {
    transform: translateX(-50%) translateY(50px);
    opacity: 0;
}

.apusIndexAbs.slide-element.slide-in {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-8a2245f */.apusIndexIcon {
    position: relative;
}
.apusIconAbs {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 52.9vw;
    transform: translate(-50%, -50%);
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-6a3efc9 */.scroll-container {
    position: absolute;
    top: -8vw;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    transform: rotate(6deg);
}

.scroll-wrapper {
    display: inline-flex;
    animation: seamlessScrollLeftToRight 60s linear infinite;
    will-change: transform;
}

.scroll-container:hover .scroll-wrapper {
    animation-play-state: paused;
}

.apusImgAbs {
    flex-shrink: 0;
    display: block;
}

.apusScroll {
    background: #000;
    padding: 1.3vw 3.9vw 0 3.9vw;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    column-gap: 1.98vw;
    height: 46vw; /* 限制容器高度为一个图片的高度 */
    overflow: hidden; /* 隐藏超出部分 */
}

/* apusScroll 中每个图片的垂直滚动容器 */
.apusScroll-item {
    position: relative;
    overflow: hidden;
    height: auto; /* 保持图片原始高度 */
}

.apusScroll-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
    animation: seamlessScrollBottomToTop 20s linear infinite;
    will-change: transform;
}

.apusScroll-item:hover .apusScroll-wrapper {
    animation-play-state: paused;
}

.apusScroll-wrapper img {
    display: block;
    width: 100%;
    height: auto;
}

/* 从下到上的无缝滚动动画 */
@keyframes seamlessScrollBottomToTop {
    0% {
        transform: translateY(0%);
    }
    100% {
        transform: translateY(-25%);
    }
}

/* 从左到右的无缝滚动动画 */
@keyframes seamlessScrollLeftToRight {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0%);
    }
}

/* 初始状态：在进入可视区域之前轻微下移且透明，准备入场（桌面与移动端通用）*/
.apusMedia > .apusMediaTit,
.apusMedia > .apusMediaSubTit,
.apusMedia > .apusMediaFlex {
    opacity: 0;
    transform: translateY(24px);
    will-change: transform, opacity;
}

/* 无障碍：减少动态效果时，直接显示最终状态且不播放动画 */
@media (prefers-reduced-motion: reduce) {
    .apusMedia > .apusMediaTit,
    .apusMedia > .apusMediaSubTit,
    .apusMedia > .apusMediaFlex { opacity: 1 !important; transform: none !important; }
    
    .apusScroll-wrapper {
        animation: none !important;
    }
}/* End custom CSS */