.video-banner-content {
    position: relative;
}

.video-banner-content img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    max-height: 740px;
}

.video-banner {
    display: block;
    width: 100%;
}

.video-banner::-webkit-media-controls {
    display: none !important;
}

.video-banner::-webkit-media-controls-enclosure {
    display: none !important;
}

.video-banner::-webkit-media-controls-panel {
    display: none !important;
}

.video-banner-content .zhezhao {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-banner-content .make_img {
    width: 100px;
    height: 100px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    scale: 1;
    transition: all 0.3s ease-in-out;
}

.video-banner-content .make_img img {
    width: 60px;
    height: 60px;
    opacity: 1;
    scale: 1;
    transition: all 0.3s ease-in-out;
}

.video-banner-content .make_img:hover {
    transform: scale(1.2);
}

.video-banner-content .make_img:hover img {
    transform: scale(1.2);
    opacity: 0.9;
}

.film-detail .banner {
    margin-top: var(--header-height);
    position: relative;
}


.film-detail .banner video {
    object-fit: cover;
    height: 100% !important;
    max-height: 740px !important;
}


.sectioncontent {
    padding-right: 2rem !important;
    padding-left: 2rem !important;

}

@media (min-width: 576px) {

    .sectioncontent {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

.film-detail .first-content-f {
    background: #DCEEEF;
}

.film-detail .first-content {
    max-width: calc(clamp(1100px, 75vw, 1700px) + var(--spacer) * 2);
    margin-left: auto;
    margin-right: auto;
    background: #DCEEEF;
    padding-top: 60px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.first-content .left-img {
    width: 50%;
    margin: 0 50px 0 0;
    overflow: hidden;
}

/* .first-content .left-img img:hover {
    transform: scale(1.1);
} */


.first-content .left-img .img-swiper .img-swiper-pagination {
    text-align: center;
    margin-top: 20px;
}

.first-content .left-img .img-swiper .img-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    margin: 0 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}


.first-content .left-img .img-swiper .img-bullet-active {
    background: #8ac5c9;
}

.first-content .left-img .img-swiper .swiper-slide {
    text-align: center;
    width: 100% !important;
}

.first-content .left-img .img-swiper .swiper-slide img {
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    height: 600px;
}

.first-content .right-text {
    padding: 0 0 0 50px;
    flex: 1;
    font-size: 18px;
    color: #1D1D1D;
    line-height: 25px;
}

.first-content .right-text p {
    margin: 0px;
}

.first-content .right-text .title {
    font-size: 48px;
    line-height: 54px;
    font-weight: bold;
    margin-bottom: 20px;
}

.first-content .right-text .subtitle {
    font-size: 24px;
    line-height: 38px;
    font-weight: bold;
}

.first-content .right-text .des {
    margin-top: 20px;
    font-size: 24px;
    line-height: 38px;
}

.first-content .right-text .ticket {
    border-bottom: 2px solid #595C95;
    height: 110px;
    margin-top: 40px;
}

.first-content .right-text .ticket button {
    width: 170px;
    height: 60px;
    background: #595C95;
    font-size: 18px;
    color: #FFFFFF;
    border: none;
    padding: 0;
}
.first-content .right-text .screenings {
    border-bottom: 2px solid #595C95;
    margin-top: 40px;
    padding-bottom: 40px;
}
.first-content .right-text .screenings a{
    display: block;
    border: 2px solid #595C95;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    height: 100%;
    justify-content: space-between;
}
.first-content .right-text .screenings a span{
    width: 100%;
    display: block;
    font-weight: bold;
    text-align: center;
    padding: 5px 10px;
}
.first-content .right-text .screenings a span.tit{
    margin-top: 5px;
}
.first-content .right-text .screenings a span.sdate{
    padding-top: 0;
    padding-bottom: 0;
    text-transform: uppercase;
}
.first-content .right-text .screenings a span.stime{
    margin-bottom: 5px;
}
.first-content .right-text .screenings a span.link{
    background: #595C95;
    font-size: 18px;
    color: #FFFFFF;
    padding-top: 10px;
    padding-bottom: 8px;
}
.first-content .right-text .content {
    font-size: 24px;
    line-height: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.first-content .right-text .content .title {
    font-size: 26px;
}


.second-content-f {
    background: #8AC5C9;
}

.second-content {
    background: #8AC5C9;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.second-content .title {
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 80px;
    margin-bottom: 20px;
}

.second-content .des {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 26px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.second-content .left-content {
    flex: 1;
    box-sizing: border-box;
    padding: 60px 105px;

}

.second-content .left-content .img-item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: none;
    margin-bottom: 30px;
}

.second-content .left-content .title {
    font-size: 40px;
    text-align: center;
}

.second-content .left-content .s-title {
    color: #fff;
    font-size: 26px;
    margin-bottom: 30px;
}

.second-content .left-content .des {
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 20px;
}

.second-content .img-content {
    width: 34%;

}

.second-content .img-content .img-item {

    position: relative;
    height: 100%;
    overflow: hidden;
}

.second-content .img-content .img-item:first-child {
    margin: 0 10px 0 0;
}

.second-content .img-content .img-item:last-child {
    margin: 0 0 0 10px;
}

.second-content .img-content .img-item:hover div {
    background: unset;
}

.second-content .img-content .img-item:hover img {
    transform: scale(1.1);
}

.second-content .img-content .img-item div {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
}

.second-content .img-content .img-item div p {
    width: 330px;
    font-size: 32px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
}

.second-content .img-content .img-item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all 0.5s;

}

@media (max-width: 1440px) {
    .film-detail .banner video {
        height: 600px;
    }

    .first-content .right-text .title {
        font-size: 40px;
        line-height: 60px;
    }

    .first-content .right-text .subtitle {
        font-size: 22px;
        line-height: 34px;
    }

    .first-content .right-text .des {
        font-size: 20px;
        line-height: 32px;
    }

    .first-content .right-text .content {
        font-size: 20px;
        line-height: 32px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .second-content .title {
        font-size: 40px;
    }

    .second-content .img-content .img-item div p {
        font-size: 30px;
    }

    .first-content .left-img .img-swiper .swiper-slide img {
        height: 550px;
    }
}

@media (max-width: 1280px) {
    .second-content .left-content {
        padding: 20px 50px;
    }

    .first-content .left-img .img-swiper .swiper-slide img {
        height: 500px;
    }
}

@media (max-width: 1160px) {
    .film-detail .banner video {
        height: 500px;
    }
}

@media (max-width: 1024px) {
    .second-content .img-content .img-item div p {
        font-size: 22px;
    }

    .first-content .left-img .img-swiper .swiper-slide img {
        height: 450px;
    }
}


@media (max-width: 920px) {
    .film-detail .banner video {
        height: 400px;
    }

    .film-detail .first-content {
        flex-wrap: wrap;
    }

    .first-content .left-img {
        width: 100%;
        margin: 0;
        overflow: hidden;
    }

    .first-content .right-text {
        padding: 0px;
        width: 100%;
        flex: unset;
    }

    .px-3,
    .container-fluid-px,
    .container-fluid-px-mw,
    .first-content,
    .second-content {
        padding-left: 3.5% !important;
        padding-right: 3.5% !important;
    }

    .footer-main .container-fluid-px-mw .left .footlogo img {
        padding-left: 0 !important;
    }

    .sectioncontent {}

    .second-content .left-content {
        width: 100%;
    }

    .second-content .img-content {
        width: 100%;
    }

    .second-content .img-content .img-item:last-child {
        margin-left: 0;
    }

    .first-content .left-img .img-swiper .swiper-slide img {
        height: 400px;
    }

    .second-content .left-content .img-item img {
        display: block;
    }

    .second-content .img-content .img-item img {
        display: none;
    }

}


@media (max-width: 750px) {
    .film-detail .banner video {
        height: 300px;
    }

    .second-content .img-content {
        flex-wrap: wrap;
    }

    .second-content .img-content .img-item {
        width: calc(50% - 5px);
        margin: 0;
    }

    .second-content .img-content .img-item:first-child {
        margin: 0 0 10px 0;
    }

    .second-content .img-content .img-item:nth-child(2) {
        margin-right: 5px;
    }

    .second-content .img-content .img-item:last-child {
        margin: 0 0 0 0px;
    }

    .second-content .img-content .img-item:nth-child(1) {
        width: 100%;

    }

    .second-content .img-content .img-item:nth-child(1) div p {
        font-size: 32px;
    }

    .second-content .img-content .img-item div p {
        font-size: 26px;
    }

    .second-content {
        padding-bottom: 100px;
    }

    .second-content .left-content {
        padding: 20px 0;
    }
}

@media (max-width: 610px) {
    .first-content .left-img .img-swiper .swiper-slide img {
        height: 300px;
    }
}

@media (max-width: 420px) {
    .video-banner-content {
        height: 234px !important;
    }

    .second-content .img-content .img-item:nth-child(1) div p {
        font-size: 32px;
    }

    .second-content .img-content .img-item div p {
        font-size: 20px;
    }

    .second-content {
        padding-bottom: 50px;
        padding-top: 20px;
    }

    .video-banner-content .make_img {
        width: 80px;
        height: 80px;
    }

    .video-banner-content .make_img img {
        width: 40px;
        height: 40px;
    }

    .second-content .title {
        font-size: 34px;
        line-height: 50px;
    }

    .second-content .des {
        font-size: 18px;
        line-height: 30px;
    }

    .second-content .des {
        margin-bottom: 30px;
    }

    .first-content .right-text .title {
        font-size: 34px;
        line-height: 50px;
    }

    .first-content .right-text .subtitle {
        font-size: 20px;
    }

    .first-content .right-text .des {
        font-size: 18px;
        line-height: 28px;
    }

    .first-content .right-text .content {
        font-size: 18px;
        line-height: 28px;
    }

    .first-content .right-text .ticket {
        height: 90px;
        margin-top: 30px;
    }

    .film-detail .first-content {
        padding-top: 15px;
    }

    .first-content .left-img .img-swiper .swiper-slide img {
        height: 210px;
    }
}