/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2018-6-26, 9:47:11
    Author     : Admin
*/

   .play-cover{
    position: absolute;
    width: 1250px;
    height: 620px;
    z-index: 8;
    border: 1px solid #ddd;
    background: #ffffff;
     }
     .time-s{
         top:80%;
         position: absolute;
         background: #000;
         width: 60%;
         left: 20%;
         height: 3rem;
         opacity: 0.8;
         color: #fff;font-size: 2rem;
         text-align: center;
     }
     .live-introus{
      margin-bottom: 30px;   
     }
     .live-introus img {
        max-width: 100%;
        width: 100%!important;
        height:auto!important;
     }
     .audience{
         
    position: absolute;
    right: 30%;
    height: 30px;
    background: #444;
    /* opacity: 0.6; */
    color: #fff;
    z-index: 999;
    top: 20px;
    width: 120px;
    border-radius: 15px;
    text-align: center;
    line-height: 30px;

     }
     .cd-popup{
         padding-top: 30%
     }
     .play-page{
         min-height: 750px;
     }
     .review_chapter{
         margin-top: 10px;
         position: relative
     }
      .weixin_div{
         height: 30px;
         /*position: absolute;*/
         left: 50px;
         bottom:50px;
     }
     .weixin_icon{
         height: 30px;
         cursor: pointer
     }
     .mobile_qr_img,.award_qr_img{
        position: absolute;
        /*right: -90px;*/
        left:20px;
        z-index: 9;
        top: -240px;
        display:none;
        background-color: #ddd;
        padding:15px;
        text-align: center;
     }
     .weixin_div p,.award_div p{
         height: 30px;
         line-height: 30px;
         font-size:16px;
     }
     
     .award_div{
        height: 30px;
         /*position: absolute;*/
         margin-left: 10px;
         bottom:50px;
     }
     
     .award_icon{
         height: 32px;
         cursor:pointer;
     }
     .review_span{
         
    height: 50px;
    line-height: 50px;
    /*border: 1px solid red;*/
    padding: 5px 10px;
    border-radius: 10px;
    background-color: #ddd;
    margin-right:10px;
    cursor: pointer
     }
     .review_chapter .active{
          background-color: #ca1817;
          color:#fff
     }
     .show_tips{
        position: absolute;
        top: 40px;
        z-index: 9999;
        background-color: #aaa;
        width: 60%;
        text-align: center;
        color: #fff;
        height: 20px;
        line-height: 20px;
        left: 20%;
        border-radius: 5px;
        cursor: pointer;
        display:none;
     }
     
     .comment_top{
    
    padding: 0.2rem 0.5rem;
    background-color: red;
    color: #fff;
    border-radius: 0.3rem;
    box-shadow: 3px 3px 3px #888888;
    margin-left: 0.5rem;
    font-size: 0.4rem;
}
.award_qr_img img,.mobile_qr_img img{
    width:180px;
}
.qr_img_div{
    
    width: 100%;
    height: 40px;
     line-height: 40px;
    background-color: #28282f;
    position: absolute;
    bottom: 45px;
   

}
/* 2024-4-25 新增现场报道 */
.scene-title{
    position: relative;
    line-height: 50px;
    height: 50px;
    font-size: 20px;
    font-weight: 600;
    color: #484848;
    margin-bottom: 10px;
}
.scene-main .item{
    padding: 20px 0;
    border-bottom: 1px solid #E7E7E7;
}
.scene-main .item .item-top{
    display: flex;
    align-items: center;
}
.scene-main .item .item-top .avatar{
    width: 57px;
    height: 57px;
    border-radius: 50%;
    overflow: hidden;
}
.scene-main .item .item-top .avatar img{
    width: 100%;
    height: 100%;
}
.scene-main .item .item-top .infor{
    padding-left: 10px;
}
.scene-main .item .item-top .infor .name{
    font-size: 18px;
    font-weight: 550;
    color: #000000;
}
.scene-main .item .item-top .infor .time {
    margin-top: 6px;
    font-size: 14px;
    color: #999999;
}
.scene-main .item .content{
    overflow: hidden;
    position: relative;
    margin: 10px 0;
}
.scene-main .item .content .text-content {
    text-align: left;
    font-size: 16px;
    line-height: 30px;
    /* max-height: 30px; */
    color: #222222;
    text-overflow: ellipsis;
    overflow: hidden;
    /* display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; */
}
.scene-main .item .content .text-content.expanded{
    height: 30px;
    /* max-height: none;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset; */
}
.scene-main .item .content .btn {
    color: #C92323;
    cursor: pointer;
    padding: 0;
    float: right;
    font-size: 16px;
}
.scene-main .item .img-box{
    display: flex;
    flex-wrap: wrap;
}
.scene-main .item .img-box li{
    width: 275px;
    height: 275px;
    margin-right: 15px;
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
}
.scene-main .item .img-box li img{
    height: 275px!important;
    object-fit: cover;
}
.scene-main .item .img-box li:nth-child(3n){
    margin-right: 0px;
}
.pageitem{
    padding: 20px;
    text-align: center;
}
.scene-form{
    padding: 20px 10px;
    height: 500px;
    overflow: auto;
}
.form-container{
    display: flex;
    flex-direction: column;
}
.form-container .textarea-container{
    flex: 1;
}
.textarea__inner{
    min-height: 120px;
    resize: none;
    color: #fff;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    background-color: #1f1e24;
}
.el-upload__input{
    display: none!important;
}
.upload-container{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}
.upload-container .file-box{
    display: flex;
    flex-wrap: wrap;
}
.upload-container .file-item{
    position: relative;
    margin-right: 6px;
    margin-bottom: 20px;
    border-radius: 5px;
    vertical-align: top;
    background: #fff;
}
.upload-container .file-item .del-icon{
    position: absolute;
    top: -10px;
    right: 0px;
    cursor: pointer;
    color: #fff;
}
.upload-container .file-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: top;
}
.el-upload--picture-card,.el-upload-list--picture-card .el-upload-list__item,.file-item{
    width: 70px!important;
    height: 70px!important;
    line-height: 75px!important;
}
.form-container .btn-add{
    width: 90%;
    margin: 30px auto 0 auto;
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    background-color: #ca1817;
    border-radius: 50px;
}
.el-upload-list__item-preview{
    display: none!important;
}
.el-upload-list--picture-card .el-upload-list__item-thumbnail{
    object-fit: cover;
}
.form-container .el-button{
    border: none!important;
    padding: 0px!important;
}
.form-container .el-button:hover{
    background-color: #ca1817;
}