﻿.custom-header {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 50px;
    background: linear-gradient(to bottom, #6AB2E2, #9FCCEA);
    color: white;
}

.back-icon {
    position: absolute;
    left: 15px;
    font-size: 20px;
    cursor: pointer;
}

.custom-header .title {
    flex: 1;
    text-align: center;
    font-size: 18px;
    margin-right: 22px;
}

.card {
    padding-top: 10px;
}

.video-player,
.video {
    width: 100%;
    height: 240px;
    background-color: #000;
    position: relative;
}

.videotitle,
.videoduration,
.videodescription {
    width: 94%;
    text-align: left;
    font-size: 16px;
    margin: 10px auto;
    color: #666;
}

.videotitle {
    font-size: 18px;
    font-weight: bold;
}

.player-content {
    padding: 10px;
    margin-bottom: 0;
}

#ts {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 1.1rem;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.6);
    padding: 20px;
    border-radius: 5px;
    text-align: center;
}

.section {
    margin-bottom: 20px;
}

.section-title {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

.hot-video-card {
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    text-align: center;
}

    .hot-video-card img {
        width: 100%;
        height: 100px;
        border-radius: 10px;
        object-fit: cover;
        display: block;
    }

.img-desc {
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.footer {
    position: relative;
    height: 120px;
    z-index: 2;
    text-align: center;
    font-size: 12px;
    color: #999;
    padding: 16px;
    background: #f1f1f1;
}
