.tv-view-area {
    width: 1200px;
    height: auto;
    margin: 16px auto;
}
.player-area {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-around;
}
.player-box {
    width: 1200px;
    height: 675px;
    background: #000;
}
.chat-box {
    display: none;
    width: 402px;
    height: 720px;
    background: #0a3622;
}
.channel-desc-box {
    width: 1200px;
    height: 96px;
    border: 2px solid #38404d;
    border-radius: 4px;
    margin: 16px auto;
    padding: 8px;
    overflow: hidden;
    background: rgba(0, 0, 0, .6);
}
.desc-box-title-section {
    padding: 8px;
}
.desc-box-title-section > h1{
    font-size: 22px;
}
.desc-box-video-quality-section {
    width: 200px;
    height: 80px;
    padding: 15px;
}
