﻿body {
    font-family: 'Microsoft YaHei';
    width: 100%;
    overflow-x: hidden;
    min-height: 100%;
    max-width: 750px;
    margin: 0 auto;
}

@media screen and (max-width: 600px) {
    .video {
        height: 300px;
    }
}

.nut-tab {
    padding: 0;
    border: hidden;
    background: none;
}

.nav-bar {
    background: rgb(0, 120, 255);
}

.nut-tab-title {
    height: 40px;
}

.nut-tab-item {
    height: 100%;
}

#app {
    /*position: fixed;*/
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 750px;
    margin: 0 auto;
}

.vcp-player {
    margin: 0 auto;
}

.el-container {
    height: calc(100% - 40px);
}

.el-page-header {
    margin: 8px;
    height: 24px;
}

.el-header {
    padding: 0;
    position: inherit;
}

.el-main {
    padding: 0px;
    margin: 0;
    height: 100%;
    background: #fff;
}

.el-tab-pane {
    width: 100%;
    height: 100%;
    /*padding: 0 10px;*/
    padding: 20px 10px 5px 10px;
    background: #fff;
}

.el-tabs {
    height: 100%;
    /*height: calc(100% - 70px);*/
}

#pane-chatroom {
    /*height: calc(100% - 70px);*/
}

.el-tabs__header {
    padding: 0 10px 0px 10px;
    position: absolute;
    width: 100%;
    z-index: 1999;
    background-color: #ffffff;
}

.el-tabs__content {
    width: 100%;
    padding-top: 20px;
    height: calc(100% - 0px);
    overflow-y: scroll;
}

.talk_con2 {
    margin-top: 10px;
    /*position: relative;*/
    background: #e9ebf5;
    /***/
    height: 100%;
    padding-bottom: 50px;
    box-sizing: border-box;
    overflow: auto;
    overflow-x: hidden;
}

.talk_show {
    height: 100%;
    padding: 0 10px;
    overflow: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    display: block;
}

.chatuserinfo {
    clear: both;
    display: inherit;
    font-size: 12px;
    margin-bottom: 1px;
}

.atalk {
    margin: 5px 10px 5px 10px;
}

    .atalk span {
        display: inline-block;
        background: #0181cc;
        border-radius: 4px;
        color: #fff;
        padding: 3px 8px;
        font-size: 13px;
    }

.btalk {
    margin: 10px 10px 0 10px;
    text-align: right;
}

    .btalk span {
        display: inline-block;
        background: #ef8201;
        border-radius: 4px;
        color: #fff;
        padding: 3px 8px;
        font-size: 13px;
    }

/*发送区域*/
.talk_div {
    background: #ffffff;
    width: 95%;
    height: 50px;
    position: fixed;
    bottom: 0px;
    margin: 0;
    z-index: 1999;
    display: table;
    max-width: 730px;
}

.talk_input {
    display: table-cell;
    vertical-align: middle;
}

.whotalk {
    width: 50px;
    height: 30px;
    float: left;
    outline: none;
}

.talk_word {
    height: 26px;
    padding: 0px;
    float: left;
    margin-left: 10px;
    outline: none;
    text-indent: 10px;
}

.talk_input .el-input {
    vertical-align: top;
    margin-left: 10px;
    width: calc(100% - 0px);
    min-width: 180px;
}

.talk_input .el-button {
    padding: 0px;
    margin-right: 10px;
    /*float: right;*/
    width: 44px;
    height: 30px;
}

.talk_sub {
    float: left;
    padding: 7px;
    margin-left: 10px;
}

.documentinfo {
    /*background: #808080;*/
    padding: 0;
}

@media screen and (max-width: 600px) {
    .el-message-box {
        width: 90%;
    }

    .documentinfo {
        padding: 20px 0 0 0
    }
}

.liveInfo img {
    max-width: 100%;
    width: 100%;
}

.playLiveImg {
    max-width: 100%;
    width: 100%;
    /* 设置高斯模糊 */
    /*filter: blur(20px);*/
}

@media screen and (max-width: 480px) {
    .vodContainer {
        /*这里是无效的样式*/
        height: 220px;
    }

    .vodMain {
        height: 220px;
    }

    .playLiveImg {
        height: 220px;
    }

    .vodfooter {
        padding: 0px;
    }

    #liveview {
        position: absolute;
        bottom: 0;
        right: 60px;
        color: #fff;
        font-size: 14px;
        height: 40px;
        line-height: 35px;
        z-index: 9999;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        #liveview img {
            vertical-align: middle;
        }

        #liveview span {
            color: #fff;
            font-size: 14px;
        }
}

@media only screen and (min-width:480px) {
    .vodContainer {
        height: 350px;
        /*height: 100%;*/
    }

    .vodMain {
        height: 350px;
        /*height: 100%;*/
    }

    .playLiveImg {
        height: 350px;
    }

    .vodfooter {
        padding: 0px;
    }

    #liveview {
        position: absolute;
        bottom: 0;
        right: 100px;
        color: #fff;
        font-size: 14px;
        height: 40px;
        line-height: 35px;
        z-index: 9999;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        #liveview img {
            vertical-align: middle;
        }

        #liveview span {
            color: #fff;
            font-size: 14px;
        }
}

#video-container {
    width: 100%;
    max-width: 100%;
    height: 100%;
}
