body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
            background-color: #fff;
            color: #000;
        }

        .header {
            position: relative;
            padding: 20px 0;
            background-image: linear-gradient(to right, hsla(0, 0%, 8%, .9) calc((50vw - 170px) - 340px), rgb(1 1 1 / 83%) 50%, rgb(12 19 11 / 77%) 100%), url(./2xbuun5NQ1exyvDhxJyXPX2GBsw.jpg);
            background-size: cover;
            background-position: center;
            color:#fff;
        }

        .header-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: linear-gradient(to right, rgba(10.5, 73.5, 136.5, 1) calc((50vw - 170px) - 340px), rgba(10.5, 73.5, 136.5, 0.84) 50%, rgba(10.5, 73.5, 136.5, 0.84) 100%);
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
            display: flex;
            flex-wrap: wrap;
        }

        .logo {
            margin-right: 20px;
        }

        .logo img {
            max-width: 100%;
            height: auto;
        }

        .introduction {
            flex: 2;
            margin-bottom: 20px;
        }

        .movie-title {
            font-size: 2.2rem;
            font-weight: bold;
            margin-bottom: 10px;
            user-select: text;
            -webkit-user-select: text; /* For iOS Safari */
            -moz-user-select: text; /* For Firefox */
            -ms-user-select: text; /* For IE/Edge */
        }

        .plot {
            font-size: 1rem;
            line-height: 1.5;
            user-select: text;
            -webkit-user-select: text; /* For iOS Safari */
            -moz-user-select: text; /* For Firefox */
            -ms-user-select: text; /* For IE/Edge */
        }

        .gallery {
            flex: 1 1 100%;
            margin-bottom: 20px;
        }

        .gallery img {
            display: block;
            width: 100%;
            height: auto;
            margin-bottom: 10px;
        }

        .slideshow-container {
            position: relative;
            max-width: 100%;
            overflow: hidden;
        }

        .mySlides {
            display: none;
        }

        .prev,
        .next {
            cursor: pointer;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: auto;
            padding: 16px;
            margin-top: -22px;
            color: white;
            font-weight: bold;
            font-size: 18px;
            transition: 0.6s ease;
            border-radius: 0 3px 3px 0;
            user-select: none;
        }

        .next {
            right: 0;
            border-radius: 3px 0 0 3px;
        }
        .re_time{
            font-size:12px;
            padding-left:10px
        }
        .prev:hover,
        .next:hover {
            background-color: rgba(0, 0, 0, 0.8);
        }

        .footer {
            background-color: #000;
            color: #fff;
            text-align: center;
            padding: 20px 0;
            width: 100%;
        }
        
        .footer a {
    color: #fff;
    text-decoration: none;
}

        .footer p {
            margin: 0;
        }
        
        .castlist {
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0 0 6px #ccc;
}

.m-s-large, .pc-large, .a-large, .pic-large, .pic-large {
    width: calc(100% / 6 - 16px);
    float: left;
    padding: 8px;
}

.movie_body_rela, .movieablum, .player_type_side, .movie_body_side {
    width: 100%;
}
.v_box, .movieablum, .movie_body_rela, .movie_body_side, .player_type_side {
    float: left;
    position: relative;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgb(0 0 0 / 10%);
    overflow: hidden;
}
.poster {
    padding-top: 140%;
}
.poster img {
    margin-top: -140%;
    width: 100%;
    height: auto;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}


.v_img, .poster, .player_side_ico {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    margin: 0;
    background: #eceff5;
}
.mdate, .v_des {
    float: left;
    width: 100%;
    padding: 10px;
}
.mdate h3 {
    font-size: 14px;
    font-family: "Ruda", sans-serif;
    line-height: 20px;
    margin-bottom: 1px;
    width: 100%;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #222d34;
}
.mdate span {
    float: left;
    width: 100%;
    line-height: 1.5;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #444;
}
.castlist a {
    color: #000;
    text-decoration: none;
}
@media (max-width:780px) {
    .a-large {
    width: calc(100% / 3 - 16px);
    float: left;
    padding: 8px;
    }
}
@media (max-width:600px) {
    .a-large {
    width: calc(100% / 2 - 16px);
    float: left;
    padding: 8px;
    }
}