.video-block-right-list .layui-tab {
    position: relative;
    margin: 0;
    background: #fff;
    box-shadow: 0 0 11px #ececec;
}

.video-slider-right-list {
    box-sizing: border-box;
    overflow-y: scroll !important;
    box-shadow: none;
}

.video-block-right-list .layui-tab-title {
    background: #fff;
    padding: 0 10px;
}

.single-video-title {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.send_body li {
    padding: 0 15px;
    margin-top: 10px;
}

.send_body li .pic {
    float: left;
}

.send_body li .pic img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    float: left;
}

.send_body li .text {
    margin-left: 55px;
}

.send_body li .text * {
    max-width: 100%;
}

.send_body li h5 {
    font-size: 14px;
}

.send_body li.me {
    text-align: right;
}

.send_body li.me .pic {
    float: right;
}

.send_body li.me .text {
    margin-left: 0;
    margin-right: 55px;
}

.send_body li .text p {
    color: #333;
    background: #eceff0;
    display: inline-block;
    padding: 10px;
    border-radius: 5px;
    text-align: left;
}

#send {
    position: relative;
}

#send #upImage {
    position: absolute;
    left: 10px;
    top: 3px;
}

#send .layui-input {
    padding-left: 36px;
}

.vcp-controls-panel {
    font-size: 12px;
}

.vcp-error-tips {
    font-size: 20px;
    line-height: 4.5rem;
}

.layui-tab {
    overflow: hidden;
}

.layui-tab-content {
    height: calc(100% - 40px);
}

.video-slider-right-list {
    height: 100%;
}

.video-slider-right-list:first-of-type {
    margin-bottom: 68px;
    height: calc(100% - 68px);
}

#VideoIframe {
    height: 420px;
    padding-top: 0;
}

#VideoIframe * {
    max-width: 100%;
}

.people-number {
    position: absolute;
    top: 0;
    right: 10px;
    line-height: 40px;
    font-size: 14px;
}

.people-number em {
    color: #ff516b;
    font-style: normal;
}
.media-body {
    position: relative;
    max-width:calc(100% - 70px);
 }