main {
    min-height: 80vh;
}
.cursor-pointer {
    cursor: pointer;
}
.hl-from {
    font-size: 1rem;
}
.hl-title {
    display: flex;
    align-items: center;
    gap: .5rem;
}
.video-player {
    width: 1270px;
    height: 700px;
}
#player-container-id {
    width: 1270px;
    height: 700px;
}
.cover {
    width: 100%;
    padding: 1rem;
    display: flex;
    justify-content: center;
}
.cover-box {

}
.upload-cover {
    width: 295px;
    height: 413px;
    border: 1px dashed #dddddd;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hl-modal-body {
    padding: 0;
}
.banner {
    width: 100%;
    overflow: hidden;
}
.hl-about {
    width: 100%;
    color: #333333;
}
.post-thumb {
    max-height: 150px;
    object-fit: cover;   /* 裁剪，保证不变形 */
    object-position: top;
}
.content img {
    display: block;
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.hl-img {
    display: block;
    width: 100%;
}
.hl-about-banner {
    max-height: 450px;
    object-fit: cover;   /* 裁剪，保证不变形 */
    object-position: center;
}
@media (max-width: 768px) {
    #player-container-id{
        width: 100%;
        height: 14rem;
    }
    .video-player {
        width: 100%;
        height: 14rem;
    }
}
