.index-banner {
    width: inherit;
    position: relative;
    width: 100%;
    overflow: hidden;
    /* position: fixed; */
}

.index-banner .swiper-wrapper {
    left: 0;
    top: 0;
}

.index-banner .slide-item {
    position: relative;
}

.index-banner .slide-item::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: inherit;
    height: 100px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65), transparent);
    z-index: 1;
}

.index-banner .slide-item .container {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5%;
    z-index: 2;
    max-width: 100%;
}

.index-banner .slide-item .container h3 {
    position: relative;
    z-index: 2;
    color: white;
    white-space: nowrap;
    text-shadow: 0 0 5px black;
}

.index-banner .slide-item a {
    width: inherit;
    padding-top: 100vh;
    display: block;
}

.index-banner .slide-item a:hover img {
    transform: scale(1);
}

.index-banner .slide-item img,.index-banner .slide-item video {
    width: inherit;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-banner > .container {
    position: absolute;
    bottom: 5%;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    text-align: right;
}

.index-banner > .container .fraction {
    display: inline-block;
    position: relative;
    z-index: 10;
    color: white;
    margin-bottom: 10px;
}

.index-banner > .container .fraction span {
    font-family: ArialMT,sans-serif;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 28px;
}

.index-banner > .container .fraction span:first-child {
    font-size: 32px;
}

.index-banner > .container .swiper-pagination {
    right: 10%;
    bottom: 0;
    height: 15px;
}

.index-banner > .container .swiper-pagination span {
    margin-left: 5px;
    height: 10px;
    width: 10px;
    border-radius: 8px;
    background: white;
    opacity: 1;
    display: block;
    float: left;
}

.index-banner > .container .swiper-pagination .swiper-pagination-bullet-active {
    background: #c81b15;
}
.index-banner .slick-track{
    overflow: hidden;
}
.index-banner .slick-dots {
    right: 15%;
    bottom: 7%;
    position: absolute;
    display: flex;
    z-index: 999;
}
.index-banner .slick-dots li button {
    margin-left: 5px;
    height: 10px;
    width: 10px;
    border-radius: 8px;
    background: white;
    opacity: 1;
    display: block;
    float: left;
    border: none;
    font-size: 0;
}
.index-banner li.slick-active button {
    background: #c81b15;
}

@media (max-width: 1200px) {
    .index-banner {
        height: auto;
        margin-top: 0px;
    }
.index-banner .slide-item a {
    padding-top: 50%;
}
    .index-banner .slide-item img {
    }
}

@media (max-width: 767px) {
    .index-banner .slide-item .container h3 {
        bottom: 10px;
        font-size: 22px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .index-banner > .container {
        width: 100%;
    }

    .index-banner > .container .swiper-pagination {
        width: max-content;
        transform: translateX(-50%);
    }

    .index-banner > .container .swiper-pagination span:first-child {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .index-banner .slide-item img {
    }
}