.main-carousel-wrapper {
    background-color: black;
}

.main-carousel {
    display: block;
    margin: auto;
    max-width: 2400px;
    min-width: 320px;
    font-size: 0;
    position: relative;
    height: 450px;
}

.main-carousel .slider-left, .main-carousel .slider-right {
    position: relative;
    width: calc(50% - 400px);
    height: 450px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

.main-carousel .slider-main {
    position: relative;
    width: 800px;
    height: 450px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

.main-carousel .carousel {
    height: 450px;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    background-color: black;
}

.main-carousel .slider-left .carousel {
    background-size: cover;
    background-position-x: right;
}

.main-carousel .slider-right .carousel {
    background-size: cover;
    background-position-x: left;
}

.main-carousel .slide {
    position: absolute;
    left: 0;
    top: 0;
}

.main-carousel .slider-left .slide:after, .main-carousel .slider-right .slide:after, .main-carousel .slider-right .carousel.special-carousel:after, .main-carousel .slider-left .carousel.special-carousel:after {
    content: '.';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
}

.main-carousel .move_left {
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-480px, -50%);
    border: 1px solid white;
    background-color: black;
    width: 47px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}

.main-carousel .move_right {
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(425px, -50%);
    border: 1px solid white;
    background-color: black;
    width: 47px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}

.main-carousel .move_right i, .main-carousel .move_left i {
    font-size: 26px;
    color: white;
    line-height: 45px;
}

.main-carousel .carousel.special-carousel {
    position: absolute;
    left: 100%;
    top: 0;
}

@media (min-width: 1441px) and (max-width: 1800px) {
    .main-carousel, .main-carousel .slider-main, .main-carousel .slider-left, .main-carousel .slider-right, .main-carousel .carousel {
        height: 338px;
    }

    .main-carousel .slider-main {
        width: 600px;
    }

    .main-carousel .slider-left, .main-carousel .slider-right {
        width: calc(50% - 300px);
    }
    .main-carousel .move_right i, .main-carousel .move_left i {
        font-size: 21px;
        line-height: 40px;
    }
    .main-carousel .move_left {
        width: 42px;
        transform: translate(-370px, -50%);
    }
    .main-carousel .move_right {
        width: 42px;
        transform: translate(320px, -50%);
    }
}

@media (min-width: 1111px) and (max-width: 1440px) {
    .main-carousel, .main-carousel .slider-main, .main-carousel .slider-left, .main-carousel .slider-right, .main-carousel .carousel {
        height: 270px;
    }

    .main-carousel .slider-main {
        width: 480px;
    }

    .main-carousel .slider-left, .main-carousel .slider-right {
        width: calc(50% - 240px);
    }
    .main-carousel .move_right i, .main-carousel .move_left i {
        font-size: 21px;
        line-height: 40px;
    }
    .main-carousel .move_left {
        width: 42px;
        transform: translate(-315px, -50%);
    }
    .main-carousel .move_right {
        width: 42px;
        transform: translate(265px, -50%);
    }
}

@media (min-width: 871px) and (max-width: 1110px) {
    .main-carousel, .main-carousel .slider-main, .main-carousel .slider-left, .main-carousel .slider-right, .main-carousel .carousel {
        height: 208px;
    }

    .main-carousel .slider-main {
        width: 370px;
    }

    .main-carousel .slider-left, .main-carousel .slider-right {
        width: calc(50% - 185px);
    }
    .main-carousel .move_right i, .main-carousel .move_left i {
        font-size: 21px;
        line-height: 40px;
    }
    .main-carousel .move_left {
        width: 42px;
        transform: translate(-250px, -50%);
    }
    .main-carousel .move_right {
        width: 42px;
        transform: translate(200px, -50%);
    }
}

@media (min-width: 769px) and (max-width: 870px) {
    .main-carousel, .main-carousel .slider-main, .main-carousel .slider-left, .main-carousel .slider-right, .main-carousel .carousel {
        height: 180px;
    }

    .main-carousel .slider-main {
        width: 320px;
    }

    .main-carousel .slider-left, .main-carousel .slider-right {
        width: calc(50% - 160px);
    }
    .main-carousel .move_right i, .main-carousel .move_left i {
        font-size: 16px;
        line-height: 30px;
    }
    .main-carousel .move_left {
        width: 32px;
        transform: translate(-210px, -50%);
    }
    .main-carousel .move_right {
        width: 32px;
        transform: translate(174px, -50%);
    }
}

@media (min-width: 641px) and (max-width: 768px) {
    .main-carousel, .main-carousel .slider-main, .main-carousel .slider-left, .main-carousel .slider-right, .main-carousel .carousel {
        height: 158px;
    }

    .main-carousel .slider-main {
        width: 280px;
    }

    .main-carousel .slider-left, .main-carousel .slider-right {
        width: calc(50% - 140px);
    }
    .main-carousel .move_right i, .main-carousel .move_left i {
        font-size: 16px;
        line-height: 30px;
    }
    .main-carousel .move_left {
        width: 32px;
        transform: translate(-186px, -50%);
    }
    .main-carousel .move_right {
        width: 32px;
        transform: translate(150px, -50%);
    }
}

@media (max-width: 640px) {
    .main-carousel .slider-left, .main-carousel .slider-right {
        display: none;
    }

    .main-carousel .slider-main {
        width: 100%;
    }
    .main-carousel .move_right i, .main-carousel .move_left i {
        font-size: 16px;
        line-height: 30px;
    }
    .main-carousel .move_left {
        width: 32px;
        transform: translate(0, -50%);
        left: 10px;
    }
    .main-carousel .move_right {
        width: 32px;
        transform: translate(0, -50%);
        left: calc(100% - 46px);
    }
}

@media (min-width: 525px) and (max-width: 640px) {
    .main-carousel, .main-carousel .slider-main, .main-carousel .carousel {
        height: 360px;
    }
}

@media (min-width: 375px) and (max-width: 524px) {
    .main-carousel, .main-carousel .slider-main, .main-carousel .carousel {
        height: 295px;
    }
}

@media (max-width: 374px) {
    .main-carousel, .main-carousel .slider-main, .main-carousel .carousel {
        height: 200px;
    }
}