#main {
	margin-top: 5.5rem;
}
.fixed_score_taggle .signal {
    padding: 15px 16px;
}
.signalCon {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    gap: 1rem;
}

.signalCon_listD,.signalCon_list {
    background: #1C969F;
    border-radius: 4px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 16px;
    color: #D3E1E2;
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 6px 10px;
}

.signalCon_list{
    flex-direction: column;
}

.signalCon_list p{
    margin-top: 3px;
    color: #D3E1E2;
}

.signalCon_list h5{
    font-size: 16px;
    font-weight: bold;
    color:#fff;
}
.play_video_box{
    margin-top: -10px;
}
.room_video {
    height: 52.63vw;
} 
.room_video img.play_icon {
    position: absolute;
    transform: translate(4%, -2%);
    left: 43vw;
    margin-top: 19vw;
}
.room_video img.full {
    width: 100%;
    height: 52.63vw;
}
.room_video_info .title {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 21px;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.room_video_info {
    padding: 12px 10px 2px 10px;
    background: linear-gradient(180deg, #181A1A 0%, #292E2E 100%);
}
.room_video_info .publish_info_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.publish_info_container .published_time {
    height: 16px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 16px;
    color: #999999;
}
.publish_info_container .video_source {
    height: 16px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 16px;
    color: #999999;
}
.room_video_info ul {
    display: flex;
    margin-top: 20px;
    justify-content: start;
    flex-wrap: wrap;
}
.room_video_info .tag_item {
    padding: 4px 20px;
    height: 28px;
    border: 1px solid #1C969F;
    border-radius: 14px;
    margin-right: 16px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.room_video_info .tag_item:hover {
    background-color: #1C969F;
}
.room_video_info .tag_item:hover a {
    color: #fff;
}
.room_video_info .tag_item p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 18px;
    color: #1C969F;
}
.related_reading {
    margin-top: 16px;
    min-height: 335px;
}
.related_reading .title {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 24px;
    color: #292E2E;
    display: flex;
    align-items: center;
    padding: 0 10px;
}
.related_reading .title img {
    margin-right: 4px;
}