body{
    background-color: #F7F2EF;
    background: url("../images/activity/bg.png") no-repeat center 138px;
}
.main{
    min-width: 1200px;
    max-width: 1920px;
    margin: 0 auto;
    /*background: url("../images/activity/bg.png") no-repeat top center;*/
    overflow: hidden;
}
.main-content{
    width: 1200px;
    margin: 0 auto;
}
.layui-breadcrumb{
    display: block;
    margin: 32px 0 22px;
}
.layui-breadcrumb a,.layui-breadcrumb a:hover{
    font-size: 16px;
    color: #515050!important;
}
.layui-breadcrumb span[lay-separator]{
    color: #9F9F9F!important;
}
.layui-breadcrumb a:last-child{
    color: #9F9F9F!important;
}
/**************main**************/
.info-top{
    width: 1200px;
    height: 130px;
    background: #FFFFFF;
    margin-top: 40px;
    margin-bottom: 24px;
}
.info-top img{
    width: 70px;
    height: 70px;
    object-fit: cover;
    margin:30px 26px 0 23px;
    border-radius: 50%;
}
.info-top-lt{
    width: 1080px;
}
.info-top-lt h3{
    font-size: 24px;
    color: #1E1E1E;
    height: 26px;
    margin-top: 37px;
    margin-bottom: 18px;
}
.info-top-lt .venue,.info-top-lt .inline_num{
    font-size: 16px;
    color: #8C8C8C;
}
.info-top-lt .venue{
    margin-right: 40px;
}
/*info-bot*/
.info-bot-lt{
    width: 890px;
}
.info-bot-lt .play{
    width: 100%;
    height: 500px;
}
.info-bot-lt .play .live .live-outerChain,
.info-bot-lt .play .live-end .liveEnd-outerChain{
    display: block;
    width: 100%;
    height: 500px;
    position: relative;
}
.info-bot-lt .play .live .live-outerChain img,
.info-bot-lt .play .live-end .liveEnd-outerChain img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.info-bot-lt .play .live .live-outerChain .liveBtn,
.info-bot-lt .play .live-end .liveEnd-outerChain .playbackBtn{
    width: 146px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.5);
    padding-left: 87px;
    line-height: 60px;
    font-size: 16px;
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-image: url("../images/live/live_icon.gif");
    background-repeat: no-repeat;
    background-position: 50px center;
}
.info-bot-lt .play .live-end .liveEnd-outerChain .playbackBtn{
    padding-left: 107px;
    background-position: 75px center;
}
.info-bot-lt .play .live-end .liveEnd-noplay,
.info-bot-lt .play .live-end .liveEnd-noplay img{
    width: 100%;
    height: 100%;
}
.info-bot-lt .live-introduce{
    margin-top: 26px;
    min-height: 570px;
    background: #fff;
}
/*详情tab*/
.live-introduce .title_tab{
    /*width: 856px;*/
    height: 38px;
    /*background: #AC3435;*/
    padding-top: 32px;
    margin: 0 23px;
    border-bottom: 1px solid #E5E5E5;
}
.live-introduce .title_tab li{
    font-size: 16px;
    color: #666666;
    line-height: 37px;
    /*width: 137px;*/
    height: 37px;
    text-align: center;
    position: relative;
    cursor: pointer;
    margin-right: 60px;
}
.live-introduce .title_tab li.active{
    font-size: 16px;
    font-weight: bold;
    border-bottom: 3px solid #E44616;
    color: #E44616;border-radius: 2px;
}
.live-introduce .title_tab li:after {
    content: "";
    display: block;
    width: 1px;
    height: 26px;
    background: rgba(250, 249, 245, 0.7);
    border-radius: 1px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
}
.live-introduce .title_tab li:last-child:after{
    display: none;
}
/*.info-bot-lt .live-introduce>.title{*/
/*    width: 856px;*/
/*    height: 50px;*/
/*    background: #AC3435;*/
/*    font-size: 22px;*/
/*    color: #FFFFFF;*/
/*    line-height: 50px;*/
/*    padding-left: 34px;*/
/*}*/
/*直播介绍*/
.info-bot-lt .live-introduce .live-introduce-bt{
    padding: 35px;
}
.info-bot-lt .live-introduce .live-introduce-bt .live_info h4{
    font-size: 18px;
    color: #242424;
    margin-top: 10px;
    margin-bottom: 17px;
    font-weight: bold;
}
.info-bot-lt .live-introduce .live-introduce-bt .live_info .time{
    font-size: 16px;
    color: #515151;
    margin-bottom: 43px;
}
.info-bot-lt .live-introduce .live-introduce-bt .live_info .jianjie{
    font-size: 16px;
    color: #515151;
    line-height: 30px;
}
/*节目单*/
.info-bot-lt .live-introduce .live-introduce-bt .programme img{
    max-width: 100% !important;
}
/*现场图片*/
.scene_img .tab{
    height: 287px;
}
.scene_img .tab ul{
    overflow: hidden;
}
.scene_img .tab ul li{
    width: 192px;
    height: 132px;
    float: left;
    margin-right: 17px;
    margin-bottom: 23px;
    cursor: pointer;
    position: relative;
}
.scene_img .tab ul li:nth-child(4n){
    margin-right: 0;
}
.scene_img .tab ul li img{
    display: block;
    width: 100%;
    height: 100%;
}
.scene_img .detailsCon ul img{
    max-width: 100%;
    margin-bottom: 10px;
}
.closeBtn{
    width: 34px;
    height: 34px;
    background: url("../images/feiyi/closeBtn.png") no-repeat;
    position: absolute;
    top: 20px;
    right: 40px;
    z-index: 9999;
    transition: all 0.4s;
    cursor: pointer;
}
.closeBtn:hover {
    transform: rotate(90deg);
}

/*info-bot-rt*/
.info-bot-rt-play{
    width: 255px;
    height: auto;
    margin-top: 20px;
}
.info-bot-rt-play .live-play{
    width: 100%;
}
.info-bot-rt-play .live-play>h3{
    font-size: 22px;
    color: #1D1D1D;
    position: relative;
}
.info-bot-rt-play .live-play>h3:after{
    content: "";
    display: block;
    width: 136px;
    height: 1px;
    background: #7D7D7D;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.info-bot-rt-play .livePlay-list{
    margin-top: 28px;
}
.info-bot-rt-play .livePlay-listItem{
    width: 255px;
    height: 208px;
    background: #ECEDEE;
    margin-bottom: 13px;
}
.info-bot-rt-play .livePlay-listItem:last-child{
    margin-bottom: 0;
}
.info-bot-rt-play .livePlay-listItem a{
    display: block;
    width: 237px;
    height: 190px;
    padding: 9px;
}
.info-bot-rt-play .livePlay-listItem .thumb{
    width: 237px;
    height: 142px;
    object-fit: cover;
    margin: 0 auto;
}
.info-bot-rt-play .livePlay-listItem .title{
    font-size: 18px;
    color: #1B1B1B;
    height: 20px;
    width: 162px;
    margin-top: 18px;
}
.info-bot-rt-play .livePlay-listItem .btn{
    width: 50px;
    height: 22px;
    border: 1px solid #7E6B5A;
    font-size: 12px;
    color: #312018;
    text-align: center;
    line-height: 24px;
    margin-top: 18px;
}
/*回放其他视频*/
.info-bot-rt-playback{
    width: 310px;
    min-height: 500px;
    background: #FFFFFF;
    padding-top: 20px;
}
.info-bot-rt-playback .live-playback>h3{
    font-size: 22px;
    color: #1D1D1D;
    position: relative;
    margin-left: 30px;
}
.info-bot-rt-playback .live-playback>h3:after{
    content: "";
    display: block;
    width: 136px;
    height: 1px;
    background: #7D7D7D;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.info-bot-rt-playback .live-playback .livePlayback-list{
    margin-top: 30px;
}
.info-bot-rt-playback .livePlayback-listItem{
    width: 291px;
    height: 48px;
    background: #EEEEEE;
    font-size: 16px;
    color: #686868;
    /*text-align: center;*/
    line-height: 48px;
    margin-bottom: 1px;
    cursor: pointer;
    padding: 0 10px;
}
.info-bot-rt-playback .livePlayback-listItem:last-child{
    margin-bottom: 0;
}
.info-bot-rt-playback .livePlayback-listItem.active{
    background: #E7DDD7;
    color: #1D1D1D;
}