.video_content {
    display: flex;
    height: calc(100vh - 64px);
}

.video_side {
    width: 15%;
    height: 100%;
    border-right: 1px solid #F2F2F2;
    /* overflow: hidden;
    overflow-y: scroll; */
}

/* 分类 */
.classify_info {
    padding-left: 26px;
}

.classify {
    margin: 20px 0;
    font-family: PingFang SC;
    font-size: 14px;
    color: #000000;
    font-weight: bold;
}

.classify_info ul {
    display: flex;
    flex-wrap: wrap;

}

.classify_info ul li {
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    background: #F6F7F8;
    border-radius: 90px;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #62666C;
    margin-right: 10px;
    margin-bottom: 10px;
}

/* 场景 */
.scene_name {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-left: 26px;
    font-size: 14px;
    font-weight: bold;
}

.scene_info ul {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #F2F2F2;
    padding-left: 26px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.scene_info ul li {
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    background: #F6F7F8;
    border-radius: 90px;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #62666C;
    margin-right: 10px;
    margin-bottom: 10px;
}

.right_content {
    flex: 1;
}

.search_info {
    width: 66%;
    margin: 0 auto;
    margin-bottom: 22px;
}

.search_title {
    margin: 13px 20px;
    font-family: PingFang SC;
    font-weight: 100;
    font-size: 14px;
    color: #8C8C8F;

}

.search_detail {
    display: flex;
    align-items: center;
}

.search_icon {
    display: flex;
    align-items: center;
    flex: 1;
    height: 39px;
    border: 2px solid #F2F3F3;
    border-radius: 90px;

}

.search_icon img {
    width: 15px;
    height: 15px;
    margin-right: 18px;
    margin-left: 24px;
    background-color: #F6F7F8;

}

.search_icon input {
    border: none;
    outline: none;
    flex: 1;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 13px;
    color: #62666C;
}

.search_btn {
    margin-left: 7px;
    width: 88px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    border-radius: 45px;
    background-color: #201C1C;
}

/* 标签 */
.tag_info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 10px;
    margin-bottom: 14px;
}

.tag_name {
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    margin-right: 19px;
}

.tag_info ul {
    display: flex;
    flex-wrap: wrap;
}

.tag_info ul li {
    margin-right: 8px;
    padding: 0 10px;
    line-height: 26px;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 13px;
    color: #62666C;
    border-radius: 90px;
    background-color: #F6F7F8;
    margin-bottom: 8px;
}

/* 内容 */

.video_info ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    /* 一行5列 */
    grid-template-rows: auto;
    /* 行高自动适应内容 */
    gap: 10px;
    /* 网格间距 */
    margin-right: 20px;
}


.video_banner {
    grid-column: 1 / 3;
    /* 占据前两列 */
    grid-row: 1 / 3;
    /* 占据前两行 */
    /* padding: 16px; */
}

.video_banner img {
    width: 100%;
}

.carousel {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: auto;
}

.carousel-inner {
    display: flex;
    height: 100%;
}

.carousel-item {
    min-width: 100%;
    transition: transform 0.3s ease;
}

.carousel-item img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.7);
    border: none;
    cursor: pointer;
    font-size: 24px;
}

.video_info ul li {
    margin-bottom: 20px;
}

.video_info ul li .video_cover {
    /* width: 264px; */
    width: 100%;
    height: 148px;
    border-radius: 12px;
    /* margin-bottom: 10px; */
    position: absolute;
    object-fit: contain; /* 图片适应容器，可能会留白 */
}
.like_active_btn{
    width: 19px;
    margin-left: 3px;
}

.cover_detail {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 0 0 12px 12px;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
}

.cover_info {
    position: relative;
    width: 100%;
    height: 148px;
}

.video_info ul li .video_name {
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
}

.video_info ul li:hover .video_name {
    color: #4671f6;
}

.video_time {
    color: #8C8C8F;
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.active {
    background-color: #4931E9 !important;
    color: #FFFFFF !important;
}

.back_top{
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 35px;
}