.live_info .play{
    width: 100%;
    height: 4.72rem;
    background: rgba(0,0,0,0.3);
}
.live_info .info_base{
    overflow: hidden;
}
.live_info .info_base .tit{
    font-size: 0.64rem;
    color: #191919;
    line-height: 1.4;
    margin: 0.4rem 0 0.267rem;
    padding: 0 0.427rem;
}
.live_info .info_base .venue_name{
    font-size: 0.48rem;
    color: #A3A3A3;
    margin-bottom: 0.133rem;
    padding: 0 0.427rem;
    line-height: 1.4;
}
.live_info .info_base .time{
    font-size: 0.48rem;
    color: #A3A3A3;
    padding: 0 0.427rem;
    padding-bottom: 0.8rem;
    line-height: 1.4;
}
.live_info .info_ntroduce{
    border-radius: 0.267rem 0.267rem 0 0;
    background: #fff;
    height: 100%;
    /*padding: 0 0.427rem 0.693rem 0.427rem;*/
    padding: 0 0 0.693rem 0;
    overflow-y: scroll;
}
.live_info .info_ntroduce .tit{
    font-size: 0.453rem;
    color: #191919;
    margin-bottom: 0.8rem;
}
/*回放列表*/
.live-playback{
    margin-top: 0.213rem;
}
.live-playback .swiper-container{
    width: 100%;
    height:1.107rem;
}
.live-playback .swiper-container .swiper-wrapper{
    margin-left: 0.4rem;
}
.live-playback .swiper-slide{
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 2.8rem;
    height: 0.72rem;
    border-radius: 0.2rem;
    margin-right: 0.4rem;
    color: #000000;
    position: relative;
    bottom: -0.307rem;
}
.live-playback .swiper-slide:after{
    content: "";
    display: block;
    width: 2.853rem;
    height: 0.8rem;
    background-image: url("../images/live/playback_bg.png");
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 100% 100%;
    position: absolute;
    right: -0.08rem;
    bottom: -0.08rem;
    z-index: -1;
}
.live-playback .swiper-slide.active:after{
    height:1.107rem;
    background-image: url("../images/live/playback_bg_active.png");
}
.play .live .live-outerChain .liveBtn,
.play .live-end .liveEnd-outerChain .playbackBtn{
    width: 3.2rem;
    height: 0.8rem;
    background-color: rgba(0, 0, 0, 0.5);
    line-height: 0.8rem;
    font-size: 0.32rem;
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;

}
.play .live .live-outerChain .liveBtn span,
.play .live-end .liveEnd-outerChain .playbackBtn span{
    display: inline-block;
    background-image: url("../images/live/live_icon.gif");
    background-repeat: no-repeat;
    background-size: 0.293rem;
    background-position: left center;
    padding-left: 0.45rem;
}
/*tab*/
.live_tab{
    width: 100%;
    height: 1.093rem;
    background: #fff;
    display: flex;
    position: relative;
    border-bottom: 1px solid #eee;
}
.live_tab li:after{
    content: "";
    display: block;
    width: 1px;
    height: 0.56rem;
    background: #BFBFBF;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
}
.live_tab li:first-child:after{
    display: none;
}
.live_tab li{
    flex: 1;
    text-align: center;
    line-height: 1.093rem;
    font-size: 0.533rem;
    color: #7C7C7C;
    position: relative;
}
.live_tab li.active{
    color: #191919;
}
.live-introduce-item{
    font-size: 0.48rem;
    line-height: 1.4;
}
/*图片弹窗*/
.scene_img .photos_list li{
    width: 2.667rem;
    height: 2.667rem;
    border-radius: 0.16rem;
    overflow: hidden;
    margin-right: 0.56rem;
    margin-bottom: 0.56rem;
}
.scene_img .photos_list li:nth-of-type(3n){
    margin-right: 0;
}
.closeBtn {
    width: 0.453rem;
    height: 0.453rem;
    background: url(../images/cloudphoto/close_icon.png) no-repeat;
    background-size: 0.453rem;
    position: absolute;
    top: 0.4rem;
    right: 0.533rem;
    z-index: 9999;
}
/*点赞*/
.course-operate{
    width: 100%;
    position: absolute;
    top: 0.267rem;
    left: 0;
    padding: 0 0.427rem;
    display: none;
}
.course-operate .dianzan{
    /*min-width: 1.333rem;*/
    height: 0.533rem;
    padding-left: 0.573rem;
    padding-right: 0.133rem;
    line-height: 0.533rem;
    border-radius: 0.267rem;
    background-repeat: no-repeat;
    background-size: 0.32rem;
    background-position: 0.16rem center;
}
.course-operate .dianzan.dz_n{
    color: #1F1F1F;
    background-color: rgba(255, 255, 255, 0.9);
    background-image: url(../images/mooc/dianzan_n.png);
}
.course-operate .dianzan.dz_y{
    color: #fff;
    background-color: #EA535D;
    background-image: url(../images/mooc/dianzan_y.png);
}