/******************公共样式**********************/
* {
    padding: 0px;
    margin: 0px;
    border: 0px;
}
body {
    background-color: #F7F7F7;
}
ul {
    list-style: none;
}
.layout {
    width: 100%;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}
/******************上面视频区域**********************/
.videoC {
    width: 100%;
    height: 55vw;
    min-height: 100px;
    position: relative;
    background-color: #FFFFFF;
}
.videoC video{
    width: 100%;
    height: 100%;
    background-color: #000000;
    display: none;
}
.poster {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #EEEEEE;
}
.poster .poster-img {
    width: 100%;
    height: 100%;
}
.poster .btn-play {
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: pointer;
    width: 15vw;
    height: 15vw;
    margin-top: -7.5vw;
    margin-left: -7.5vw;
    display: none;
}
/******************直播结束*************************/
.vend {
    width: 100%;
    height: 100%;
    line-height: 55vw;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
    display: none;
}
.vend span {
    padding: 5px 10px;
    background-color: #333333;
    border-radius: 5px;
    font-size: 4vw;
    color: #E1E1E1;
}
/******************横幅****************************/
.bannerC {
    background-color: #FFFFFF;
}
.bannerC img {
    width: 100%;
}
.fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9;
}
.fixedW {
    left: 50%;
    margin-left: -320px;
}
/******************tab切换内容**********************/
.tabContent {
    width: 100%;
    height: auto;
    background-color: #F5F5F5;
    position: relative;
}
.tabContent .tabC-item {
    display: none;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
}
.tabContent .active {
    display: block!important;
}
#liveContent {
    background-color: #FFFFFF;
}
a.btn-load {
    display: none;
    padding: 2%;
    text-align: center;
    width: 100%;
    height: 9vw;
    line-height: 9vw;
    color: #707070;
    border-top: 6px solid #F6F6F6;
    background-color: #FFFFFF;
    text-decoration: none;
    font-size: 4.5vw;
}
/******************tab切换内容-直播室*********************/
.info {
    width: 100%;
    height: auto;
    min-height: 100px;
    padding: 0.5% 3% 1% 3%;
    box-sizing: border-box;
    text-align: justify;
    display: none;
}
.info .bar {
    position: relative;
    width: 100%;
    height: 10vw;
    line-height: 10vw;
    text-align: center;
    font-size: 5vw;
    font-weight: bold;
}
.info .bar:after {
    content: ' ';
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 20px;
    height: 3px;
    margin-left: -10px;
    background-color: #FA433B;
    border-radius: 5px;
}
.info .desc {
    width: 100%;
    font-size: 4.8vw;
    line-height: 6.1vw;
    text-indent: 2em;
    margin: 2% 0% 3% 0%;
    word-break: break-all;
}
ul.live-block {
    padding: 2% 3% 3% 3%;
    display: none;
    border-top: 6px solid #F6F6F6;
}
ul.live-block li.msg-item {
    display: block;
    padding: 3% 0% 3% 2%;
    position: relative;
    border-left: 1px dashed #F94137;
}
ul.live-block li.msg-item:first-child:before {
    content: ' ';
    position: absolute;
    top: 0%;
    left: -1%;
    width: 5px;
    height: 7.75vw;
    background-color: #FFFFFF;
}
ul.live-block li.msg-item .headDiv {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 9vw;
}
ul.live-block li.msg-item .headDiv:before {
    content: ' ';
    position: absolute;
    top: 50%;
    left: -3%;
    width: 5px;
    margin-top: -2.5px;
    height: 5px;
    background-color: #F94137;
    border-radius: 50%;
}
ul.live-block li.msg-item .headDiv .head {
    width: 8vw;
    height: 8vw;
    border-radius: 50%;
    position: absolute;
    top: 0.65vw;
    left: 1.6vw;
}
ul.live-block li.msg-item .headDiv p {
    padding-left: 11.8vw;
    font-size: 3.5vw;
    color: #6E6E6E;
    line-height: 5vw;
}
ul.live-block li.msg-item .bodyDiv {
    margin-top: 2.2vw;
    word-break: break-all;
}
ul.live-block li.msg-item .bodyDiv p {
    text-align: justify;
    text-indent: 2em;
    font-size: 4.5vw;
    line-height: 6vw;
    margin-bottom: 5px;
}
ul.live-block li.msg-item .bodyDiv p img, ul.live-block li.msg-item .bodyDiv p video, ul.live-block li.msg-item .bodyDiv p audio, ul.live-block li.msg-item .bodyDiv p embed {
    width: auto!important;
    max-width: 100%;
    height: auto!important;
    display: block;
    border-radius: 2px;
    margin: 2.5% auto 2% auto!important;
}
ul.live-block li.msg-item .bodyDiv p video::-webkit-media-controls-fullscreen-button {
    display: none;
}
/******************页面底部固定横幅区域*********************/
.downloadC {
    height: 55px;
    position: fixed;
    left: 0;
    bottom: 0px;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.7);
    box-sizing: border-box;
    overflow: hidden;
    padding: 12px 10px;
    display: none;
}
.downloadC span {
    display: inline-block;
    vertical-align: top;
    color: #FFFFFF;
}
.downloadC span.imgL {
    width: 30px;
    height: 30px;
    background-image: url("/static/img/logo.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    float: left;
}
.downloadC span.text {
    margin-left: 10px;
    margin-top: -2px;
}
.downloadC span.text span.text1 {
    width: max-content;
    height: 18px;
    line-height: 18px;
    font-size: 15px;
    display: block;
}
.downloadC span.text span.text2 {
    width: max-content;
    height: 13px;
    line-height: 13px;
    font-size: 12px;
    margin-top: 1px;
    display: block;
}
.downloadC span.button {
    width: 60px;
    height: 25px;
    line-height: 25px;
    background-color: #c30d23;
    margin-top: 3px;
    padding: 0 8px;
    font-size: 14px;
    margin-right: 15px;
    border-radius: 2px;
    float: right;
}
.downloadC span.imgClose {
    width: 20px;
    height: 20px;
    float: right;
    background-image: url("http://respub.xrdz.dzng.com/pad/style/img/downloadappclosebtn1.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    cursor: pointer;
    margin-top: 6px;
}
.downloadC.landscape { /*横屏时候*/
    position: static;
    left: auto;
    bottom: auto;
    z-index: auto;
    margin-left: auto;
}
/**媒介查询**/
@media screen and (min-width: 640px) {
    /***视频***/
    .videoC {
        height: 352px;
    }
    .poster .btn-play {
        width: 96px;
        height: 96px;
        margin-top: -48px;
        margin-left: -48px;
    }
    /***直播结束***/
    .vend {
        line-height: 352px;
    }
    .vend span {
        font-size: 25.6px;
    }
    /***直播简介***/
    .info .bar {
        height: 64px;
        line-height: 64px;
        font-size: 32px;
    }
    .info .bar:after {
        width: 40px;
        height: 4px;
        margin-left: -20px;
    }
    .info .desc {
        font-size: 30.72px;
        line-height: 39.68px;
    }
    /***直播图文***/
    ul.live-block li.msg-item:first-child:before {
        height: 50px;
        left: -0.5%;
    }
    ul.live-block li.msg-item .headDiv {
        min-height: 64px;
    }
    ul.live-block li.msg-item .headDiv:before {
        left: -2.6%;
    }
    ul.live-block li.msg-item .headDiv .head {
        width: 51.1875px;
        height: 51.1875px;
        top: 6px;
        left: 10.24px;
    }
    ul.live-block li.msg-item .headDiv p {
        padding-left: 75.52px;
        font-size: 22.4px;
        line-height: 32px;
    }
    ul.live-block li.msg-item .bodyDiv {
        margin-top: 14.08px;
    }
    ul.live-block li.msg-item .bodyDiv p {
        font-size: 28.8px;
        line-height: 38.4px;
    }
    a.btn-load {
        height: 30px;
        line-height: 30px;
        font-size: 22.4px;
    }
    ul.live-block li.msg-item .bodyDiv p.videoP img.v-play {
        width: 96px!important;
        height: 96px!important;
        margin-top: -48px!important;
        margin-left: -48px!important;
    }
    /***页面底部固定横幅区域***/
    .downloadC {
        left: 50%;
        margin-left: -320px;
    }
}