.CfadeInUp {
    /* opacity: 0; */
    animation: 1s ease forwards alternate;
}
.button-blink {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.button-blink::after {
    content: '';
    display: block;
    position: absolute;
    top: -120px;
    left: -80px;
    width: 36px;
    height: 360px;
    background: #fff;
    opacity: 0.16;
    transform: rotate(-45deg);
    transition: all 800ms ease-out;
}
.button-blink:hover::after {
    left: 200%;
}

.img-content {
    display: block;
    width: 100%;
    user-select: none;
    -webkit-user-drag: none
}
.intro-leave-banner {
    height: 180px;
    background-color: #E5F3FF;
}
.intro-leave-banner .box {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.intro-leave-banner .img-container {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 480px;
    height: 210px;
}
.intro-leave-banner .intro-text {
    font-size: 24px;
    line-height: 36px;
    color: #1d1d1d;
}
.intro-leave-banner .intro-button {
    margin-top: 20px;
    padding: 8px 36px;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    border-radius: 6px;
    background: linear-gradient(270deg, #12C8E4 0%, #0333D1 100%);
}

.swiper-section {
    margin: 42px 0 48px;
}
.inset-swiper-box {
    margin: 0 auto;
    height: 234px;
    overflow: hidden;
}
.inset-swiper-box .ent-list-item {
    display: inline-flex;
    align-items: center;
    height: 50px;
    padding: 10px 40px;
    font-size: 20px;
    line-height: 30px;
    border-radius: 30px;
    background: linear-gradient(90deg, #FFFFFF 0%, #E5F8FF 100%);
    border: 1px solid #E0E0E0;
}
.ent-list-item .ellipsis {
    display: inline-block;
    max-width: 330px;
}
.inset-swiper-box .ent-list-item:not(:last-of-type) {
    margin-right: 28px;
}
.inset-swiper-box .ent-list-line {
    padding: 14px 0;
}
.inset-swiper-box .ent-list-per-container {
    text-align: center;
}
