/* Start custom CSS for section, class: .elementor-element-c51ecf0 */.ver_pos {
    position: relative;
}
.ver_abs {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-family: LeagueGothicRegular;
    color: #fff;
    font-size: 8.11vw;
    line-height: 8.06vw;

    opacity: 0;
    transform: translate(-50%, -50%) translateY(30px);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.ver_abs.animate-slide-up {
    opacity: 1;
    transform: translate(-50%, -50%) translateY(0);
}
.ver_at {
    background-color: #ff1d63;
    display: flex;
    align-items: center;
    font-family: LeagueGothicRegular;
    color: #fff;
    padding: 4.94vw 6.56vw 4.94vw 10.41vw;
    gap: 4.94vw;
}
.ver_atTit {
    font-size: 4.16vw;
    line-height: 4.16vw;
}
.ver_atCon {
    font-family: RobotoCondensedSemiBold;
    font-size: 1.39vw;
    line-height: 1.66vw;
}
.ver_pad {
    padding: 1.9vw 0 2.08vw 0;
}

.ver_ul {
    padding: 4.94vw 10.41vw;
    display: -webkit-flex;
    display: flex;
}

.ver_ul li {
    list-style: none;
    width: 25%;
    transition: width 0.5s cubic-bezier(0.4, 0.0, 0.2, 1);
    overflow: hidden;
    position: relative;
}

.ver_ul li img {
    width: 100%;
    height: 749px;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.4, 0.0, 0.2, 1);
    transform-origin: center center;
}

/* 悬停状态 - 被悬停的li */
.ver_ul li.hovered {
    width: 62.5%;
}

/* 悬停状态 - 其他li */
.ver_ul li.shrunk {
    width: 12.5%;
}

/* 悬停时图片的扩展效果 */
.ver_ul li.hovered img {
    transform: scale(1.1);
}

.ver_atTit, .ver_atCon {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease-out;
}

.ver_atTit.animate-fade-in,
.ver_atCon.animate-fade-in {
    opacity: 1;
    transform: translateY(0);
}

/* 为不同元素设置不同的延迟 */
.ver_atCon.ver_pad.animate-fade-in {
    transition-delay: 0.3s;
}

.ver_atCon:not(.ver_pad).animate-fade-in {
    transition-delay: 0.6s;
}

@media only screen and (max-width: 768px) {
    .ver_at {
        padding: 4.94vw;
        flex-direction: column;
    }
    .ver_atTit {
        font-size: 8.16vw;
        line-height: 8.16vw;
    }
    .ver_atCon {
        font-size: 4.4vw;
        line-height: 5.5vw;
        text-align: justify;
    }
    .ver_img {
        padding: 4.94vw;
    }
    
    /* 移动端动画调整 */
    .ver_abs {
        transform: translate(-50%, -50%) translateY(20px);
    }
    
    .ver_atTit, .ver_atCon {
        transform: translateY(15px);
    }
    
    /* 移动端图片列表样式调整 */
    .ver_ul {
        padding: 4.94vw;
        margin: 0;
        display: flex;
        flex-direction: row;
        gap: 1vw;
    }
    
    .ver_ul li {
        width: 25%;
        margin-bottom: 0;
        transition: width 0.5s cubic-bezier(0.4, 0.0, 0.2, 1);
    }
    
    .ver_ul li img {
        height: 40vw;
        min-height: 200px;
        max-height: 300px;
        width: 100%;
        object-fit: cover;
    }
    
    /* 移动端悬停效果 */
    .ver_ul li.hovered {
        width: 62.5%;
    }
    
    .ver_ul li.shrunk {
        width: 12.5%;
    }
    
    .ver_ul li.hovered img {
        transform: scale(1.05);
    }
}/* End custom CSS */