/*
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: 10;
    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;
   

}