.there-new-module {
    width: 100%;
    padding: 10px 20px;
    background-color: black;
}

.there-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.there-description-one {
    text-align: left;
    width: 100%;
    color: white;
}

.there-carousel-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 90px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.there-carousel-track {
    display: flex;
    gap: 120px; /* 间距 */
    /* border: 2px solid blue; */
    margin-left: -280px;
    
}

.there-carousel-slide {
    flex-shrink: 0;
    box-sizing: border-box;
    /* border: 2px solid white; */
}

.there-carousel-slide img {
    width: 120%;
    height: 300px;
    display: block;
}


.there-description-two {
    text-align: center;
    width: 100%;
    color: white;
}