@import url(//at.alicdn.com/t/c/font_3593133_58dxogv8pqu.css);
.pc-detial-wrap{
    padding-top: 100px;
}
.pc-detial-wrap .pc-detail-content .top-block .video-content{
    background-color: #ae3527;
    padding: 2px;
}
.pc-detial-wrap .pc-detail-content .top-block .video-content .room-info{
    padding: 15px 20px;
    color: #fff;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 24px;
}
.right-menu{
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 14px;
}
.right-menu > div{
    width: 50%;
    height: 50px;
    line-height: 50px;
    background-color: #f1f1f1;
    color: #333;
    cursor: pointer;
    user-select: none;
}
.right-menu > .active{
    background-color: #ae3527;
    color: #fff;
}
.right-content{
    width: 100%;
    height: calc(100% - 100px);
    overflow: auto;
    position: absolute;
    top: 50px;
    left: 0;
}
.sc-content{
    padding: 15px;
}
.scroll-content{
    height: 100%;
}
.scroll-content-history {
    height: 100%;
}

.el-scrollbar__wrap {
    overflow-x: hidden;
}
.right-bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #eeeeee;
    display: flex;
}
.right-bottom > .box{
    text-align: center;
    color: #fff;
    width: 50%;
    line-height: 50px;
    display: flex;
    align-items: center;
    color: #333;
    justify-content: center;
    position: relative;
    user-select: none;
}
.right-bottom > .box .img{
    width: 40px;
    height: 40px;
    display: block;
    cursor: pointer;
    user-select: none;
}
.chat-right-bottom > .box{
    width: 20%;
}
.chat-right-bottom> .box .img{
    width: 25px;
    height: 25px;
}
.chat-right-bottom .enter-block{
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.chat-right-bottom .enter-block input{
    width: 66%;
    border: none;
    outline: none;
    height: 30px;
    border: 1px solid #d8d8d8;
    padding: 0 5px;
    border-radius: 5px;
    font-size: 12px;
    box-sizing: border-box;
}
.chat-right-bottom .enter-block .pc-theme-btn{
    width: 30%;
    font-size: 12px;
    height: 30px;
}

.video-header{
    position: relative;
    /* height: 50px; */
    margin-bottom: 10px;
    width: 88%;
    min-width: 1000px;
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 10px;
}
.pc-detial-wrap .pc-detail-content{
    min-width: 1000px;
}
.online-number{
    color: #ae3527;
    border: 1px solid #ae3527;
    background-color: rgba(255,255,255,.8);
    display: flex;
    align-items: center;
    display: flex;
    font-size: 14px;
    border-radius: 6px;
    height: 35px;
    width: 160px;
}
.online-number img{
    height: 20px;
    position: relative;
    margin-left: 10px;
}
.online-number strong{
    margin-right: 5px;
}
.chc-live-btn{
    background-color: #ae3527;
    /* width: 100px; */
    height: 35px;
    color: #fff;
    border: 1px solid #ae3527;
    outline: none;
    border-radius: 6px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 0 10px;
    padding-right: 15px;
    box-sizing: border-box;
}
.chc-live-btn img{
    height: 30px;
    width: 30px;
}
.live-header p{
    color: #ae3527;
    font-weight: bold;
    font-size: 16px;
}
.video-block{
    background-color: #fff;
    /* padding: 0 20px;
    padding-top: 20px; */
    box-sizing: border-box;
}
.chc-info{
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #e9e9e9;
}
.chc-info .live-title{
    font-size: 17px;
    font-weight: bold;
    color: #ae3527;
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.chc-info .live-time{
    font-size: 14px;
    color: #666;
}
.tab-bar .slide{
    background-color: #ae3527;
}
/* .video-block .dplayer{
    width: 90%;
    height: 90%;
} */

.chc-bottom-bar{
    position: fixed;
    bottom: 0;
    left: 0;
    height: 50px;
    background-color: #eeeeee;
    width: 100%;
    display: flex;
}
.chc-bottom-bar > div{
    text-align: center;
    color: #fff;
    width: 50%;
    line-height: 50px;
    display: flex;
    align-items: center;
    color: #333;
    justify-content: center;
    position: relative;
}
.chat-chc-bottom-bar > div{
    width: 20%;
}
.chat-chc-bottom-bar > div img{
    width: 30px;
    height: 30px;
}
.chat-chc-bottom-bar .enter-block{
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.chat-chc-bottom-bar .enter-block input{
    width: 66%;
    border: none;
    outline: none;
    height: 30px;
    border: 1px solid #d8d8d8;
    padding: 0 5px;
    border-radius: 5px;
    font-size: 12px;
    box-sizing: border-box;
}
.chat-chc-bottom-bar .enter-block .pc-theme-btn{
    width: 30%;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
}

.chc-detail{
    width: 100%;
    padding: 0 20px;
    padding-bottom: 20px;
    height: calc(100vh - 9rem - 1.4933333333rem);
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
}
.video-header-m{
    width: 100%;
    min-width: 0;
    flex-direction: row;
    margin-top: 5px;
    height: auto;
    margin-bottom: 0;
}
.chc-live-btn{
    font-size: 12px;
    height: 28px;
    margin-right: 5px;
}
.online-number{
    height: 28px;
    margin-right: 5px;
    font-size: 13px;
    width: auto;
    min-width: 120px;
}
.chc-live-btn img{
    width: 20px;
    height: 20px;
}

.heart-ani {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -9px;
    animation: heart-hide 1s linear forwards;
}

.heart-ani1 {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -9px;
    animation: heart-hide1 1s linear;
    -webkit-animation: heart-hide1 1s linear forwards;
}

.guest-data-items{
    width: 100%;
}
.guest-data-items .item{
    display: flex;
    margin-bottom: 10px;
}
.guest-data-items .item > .cover{
    width: 80px;
    height: 80px;
    background-size: cover;
    background-position: top center;
}
.guest-data-items .item > .info{
    width: calc(100% - 80px);
    padding-left: 10px;
}
.guest-data-items .item > .info > .name{
    padding-top: 10px;
    font-size: 14px;
    color: #333;
}
.guest-data-items .item > .info > .zw{
    font-size: 12px;
    margin-top: 10px;
    color: #666;
}

.schedule-data-items{
    width: 100%;
}
.schedule-data-items .item{
    display: flex;
    margin-bottom: 10px;
}
.schedule-data-items .item > .cover{
    width: 120px;
    height: 67px;
    background-size: cover;
    background-position: top center;
}
.schedule-data-items .item > .info{
    width: calc(100% - 120px);
    padding-left: 10px;
}
.schedule-data-items .item > .info > .name{
    font-size: 14px;
    color: #ae3527;
}
.schedule-data-items .item > .info > .zw{
    font-size: 12px;
    margin-top: 10px;
    color: #999;
}
.chc-detail-title{
    background-color: #ae3527;
    margin-top: 15px;
    padding: 5px 30px;
    color: #fff;
    display: inline-block;
    border-radius: 0 30px 0 30px;
    margin-bottom: 10px;
}

.guest-data-items-m .item > .cover{
    width: 120px;
    height: 120px;
}
.guest-data-items-m .item > .info{
    width: calc(100% - 120px);
    padding-left: 10px;
}

.schedule-data-items-m .item > .cover{
    width: 150px;
    height: 84px;
}
.schedule-data-items-m .item > .info{
    width: calc(100% - 150px);
    padding-left: 10px;
}

.share_img1{

}
.share_img1 .sc_1 .banner{
    width: 100%;
    padding: 0;
    margin: 0;
}
.share_img1 .sc_1 .s-banner{
    width: 295px;
    height: 166px;
    border: 4px solid #ae3527;
    box-sizing: border-box;
}
.share_img1 .sc_1>h4{
    font-size: 13px;
    color: #888;
    margin-top: 0;
    margin-top: -20px;
    line-height: 1.3em;
    font-weight: normal;
}
.share_img1 .sc_1 .btm{
    background-color: #fff;
    position: relative;
}
.share_img1 .sc_1 .btm .xinxin{
    position: absolute;
    width: 55%;
    left: 0;
    bottom: 0;
    display: block;
    height: auto;
}
.share_img1 .sc_1 .btm .right{
    position: absolute;
    width: 45%;
    text-align: center;
    bottom: 12px;
    right: 0;
    color: #ae3527;
}
.share_img1 .sc_1 .btm .right img{
    width: 100px;
    height: 100px;
    margin-bottom: 0;
}
.share_img1 .sc_1 .btm>div h4{
    color: #ae3527;
    margin-top: 0;
}
.share_img1 .sc_1 .btm>div p{
    color: #ae3527;
}
.share-box{
    text-align: center;
}
.share-box .title{
    font-size: 14px;
    margin-bottom: 10px;
}
.share-box img{
    width: 150px;
    height: 150px;
    display: block;
    margin: 0 auto;
}
.social-share11 i{
    font-family: "iconfont" !important;
    line-height: 1;
    position: relative;
    top: -3px;
}
.check-online-mask .check-online-block>.title{
    background-image: none;
    background-color: #ae3527;
}
.check-online-mask .check-online-block>.nr button{
    background-image: none;
    background-color: #ae3527;
}
.loading{
    top: 0;
}
.loading img{
    max-width: 80%;
    max-height: 80%;
    display: block;
    margin: 0 auto;
}
.video-block{
    flex-wrap: wrap;
    border-bottom: 1px solid #e9e9e9;
}

.comment-line {
    width: 100%;
    box-sizing: border-box;
    padding: 3px 10px;
    font-size: 12px;
    margin-top: 5px;
}
.comment-line .name {
    color: #af3527;
}
.comment-line .host-name{
    color: #af3527;
}

.comment-line .nr-text {
    color: #777;
    display: inline-block;
}
.comment-line .nr-text > img {
    width: 50px;
    height: 50px;
}
.pc-theme-btn{
    background-color: #af3527;
}
.interactive {
    width: 100%;
    margin-bottom: r(15);
    padding-top: r(20);
    
}
.interactive-div {
    width: 100%;
    padding: 4px 0;

    
}
.interactive-div-img {
    display: inline-block;
    height: 20px;
    border-radius: 100% 100%;
    vertical-align: -4px;
}

.interactive-div-name {
    font-size: 13px;
    display: inline-block;
    color: #af3527;
}
.host-name{
    color: #D00707;
}

.interactive-div-txt {
    display: inline-block;
    align-items: center;
    font-size: 13px;
    color: #000000;
}
.interactive:last-child{
    margin-bottom: 0;
}
.tab-bar .tab>.active{
    color: #af3527;
    font-weight: bold;
}
@media (max-width: 700px){
    .comment-section .swiper-container-top, .swiper-container-bottom{
        height: 1.6rem!important;
        margin-bottom: 0!important;
    }
}