.playcontent {
    width: 100%;
    height: 560px;
    background: #333;
}

.playinfo {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    background: #222;
    display: flex;
}
#live_head{
    position: relative;
}
.live-qrcode-box{
    position: absolute;
    top: 10px;
    right: 23px;
}
.live-qrcode-box .text{
    text-align: center;
    color: #fff;
    margin-top: 8px;
}
.live-qrcode-box #shareqrcode{
    width: 130px;
    height: 130px;
}
.player {
    height: 100%;
    flex: 1;
}

.play-titie {
    height: 65px;
    padding: 15px 20px;
    color: #ccc;
}

.play-titie h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 15px;
}

.play-titie>span {
    padding-right: 20px;
    display: inline-block;
    margin-top: 3px;
}

.play-titie>span {
    padding-right: 20px;
    display: inline-block;
    margin-top: 3px;
}

.play-video #my-video {
    height: 420px;
}

.interaction {
    width: 310px;
    height: 100%;
    padding: 0 10px;
}

.interaction #myTab {
    border-bottom: 1px solid #666;
    margin-bottom: 15px;
}

.pull-right li {
    color: #fff;
}

.pull-right li.selected {
    border-bottom: 2px solid #0084ff;
}

.pull-right ul li {
    padding: 13px 0;
}

.pull-right #livetab {
    display: flex;
    height: 47px;
    border-bottom: 1px solid #f0f0f0;
}

.pull-right #livetab li {
    text-align: center;
    flex: 1;
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}


.tab-content {
    height: 460px;
}

.tab-content>.active {
    display: block;
}

.watchnum {
    padding-left: 26px;
    background: url(./img/user.png) no-repeat 0px 3px;
    line-height: 20px;
}

.imgtext {
    position: relative;
    height: 500px;
    overflow: auto;
    padding: 5px 0;
}

.imgtext .news-content video {
    height: auto !important;
}

.imgtext .news-list ul {
    padding-top: 20px;
    box-sizing: border-box;
}

.imgtext .news-list .c-time {
    font-size: 16px;
}

.imgtext .commentbox {
    height: 480px !important;
    ;
    overflow-y: auto;
}

.imgtext .comment-list {
    padding: 5px 0;
}

.bottombox {
    /* display: flex; */
    width: 1200px;
    margin: 0 auto;
}

.bottombox h2 {
    margin-top: 10px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
}

.bottombox .feature-list {
    padding: 0;
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
}
.bottombox .feature-list .list{
    margin-top: 20px;
}
.bottombox .feature-list .list ul {
    display: flex;
    flex-wrap: wrap;
}
.bottombox .feature-list .list ul li{
    width: 285px;
    margin-right: 20px;
    height: 100%;
}
.bottombox .feature-list .list ul :nth-child(4n){
    margin-right: 0px;
}
.bottombox .feature-list .txt {
    width: 100% !important;
}

.bottombox .feature-list {
    padding: 0;
}

.bottombox .feature-list .img {
    width: 100% !important;
    height: 174px !important;
}

.bottombox .feature-list .img img {
    width: 100% !important;
    height: 174px !important;
}

.bottombox .introduction {
    flex: 1;
}

.introduction-list {
    font-size: 18px !important;
}

.commentbox .head_pic {
    height: 30px;
    width: 30px;
    border-radius: 50%;
}


.commentbox .item {
    padding: 10px;
}

.commentbox .item .name {
    display: block;
    width: 200px;
}

.z-logo {
    height: 60px;
    line-height: 60px;
}

.playheader {
    width: 100%;
    height: 60px;
}

.playlogo {
    width: 1200px;
    margin: 0 auto;
}

.playlogo img {

    max-height: 40px;
    margin-right: 20px;
    padding-left: 10px;
    vertical-align: middle;
}

.coverimg {
    width: 100%;
    height: 430px;
    padding-bottom: 0 10px 15px;
}

::-webkit-scrollbar-track-piece {
    -webkit-border-radius: 0
}

::-webkit-scrollbar {
    width: 5px;
    height: 10px
}

::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #b8b8b8;
    -webkit-border-radius: 6px;
    outline-offset: -2px;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5
}

::-webkit-scrollbar-thumb:hover {
    height: 50px;
    background-color: #878987;
    -webkit-border-radius: 6px
}
