body {
    background: #FCFCFC;
}

.say-btn {
    width: 19%;
    height: 46px;
    float: right;
}

.subBtn {
    width: 100%;
    height: 46px;
    float: right;
    border: none;
    font-size: 10px;
    color: #fff;
    background-color: #fd0154;
}
.subBtn:hover {
    background-color: #EBEBEB;
}
input {
    outline: none !important;
}

textarea {
    outline: none;
}

#dialog {
    min-height: 43%;
    background: #fff;
    max-height: 43%;
    overflow: auto;
    padding: 9px 0;
}

.textarea {
    height: 30px;
    line-height: 30px;
    width: 78%;
    float: left;
    padding: 8px 0 10px 8px;
    box-sizing: content-box;
    overflow-x: hidden;
    overflow-y: hidden;
}

#userlist {
    min-height: 600px;
    background: #EEEEEE;
}

#userlist>li {
    color: #1372A2;
    list-style: none;
    margin-left: 12px;
}

#userlist>h4 {
    text-align: center;
    font-size: 14px;
    font-weight: nold;
}

#client_list {
    display: none;
}

.words {
    margin: 8px;
}

.triangle-isosceles {
    position: relative;
    padding: 10px;
    display: inline-block;
    max-width: 80%;
    margin: 10px 0 15px;
    margin-left: 15px;
    color: #000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 1px 1px 2px hsla(0, 0%, 0%, 0.3);
    -webkit-box-shadow: 1px 1px 2px hsla(0, 0%, 0%, 0.3);
    box-shadow: 1px 1px 2px hsla(0, 0%, 0%, 0.3);
}

.triangle-isosceles.top {
    background: #f0f0f0;
    word-wrap: break-word;
}

.speech_itemMy .triangle-isosceles.top {
    background: #f0f0f0;
    word-wrap: break-word;
    float: right;
    margin-right: 5px;
}

.triangle-isosceles:after {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 5px;
    border-width: 9px 21px 0;
    border-style: solid;
    border-color: #f0f0f0 transparent;
    display: block;
    width: 0;
}

.triangle-isosceles.top:after {
    top: -9px;
    left: 5px;
    bottom: auto;
    border-width: 0 9px 9px;
    border-color: #f0f0f0 transparent;
}

.speech_itemMy .triangle-isosceles:after {
    display: none;
}

.speech_itemMy .triangle-isosceles.top:after {
    display: none;
}

.speech_itemMy .triangle-isosceles::before {
    content: "";
    position: absolute;
    bottom: -9px;
    right: 5px;
    border-width: 9px 21px 0;
    border-style: solid;
    border-color: #f0f0f0 transparent;
    display: block;
    width: 0;
}

.speech_itemMy .triangle-isosceles.top::before {
    top: -9px;
    right: 4px;
    bottom: auto;
    border-width: 0 9px 9px;
    border-color: #f0f0f0 transparent;
}

.speech_item img {
    max-height: 300px;
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
}

.user_icon {
    float: left;
    border: 1px solid #DDDDDD;
    padding: 2px;
    margin: 0 5px 0 5px;
    width: 50px;
    height: 50px;
}

.speech_itemMy .user_icon {
    float: right;
    border: 1px solid #DDDDDD;
    padding: 2px;
    margin: 0 5px 0 5px;
    width: 50px;
    height: 50px;
}

.cp {
    color: #888888;
    text-align: center;
    font-size: 11px;
}

.thumbnail {
    margin-bottom: 0;
    /* border: 1px solid #CCCCCC; */
    border-bottom: none;
    resize: none;
    border-radius: 0;
    padding:4px 0;
}

.textarea.thumbnail {
    border: none;
    float: left;
}

#sinaEmotion .item {
    margin: 2px;
    height: 25px;
}

#sinaEmotion .face {
    padding: 1px 2px;
    height: 25px;
}

img.sina-emotion {
    display: inline;
}

.subForm {
    width: 100%;
    overflow: hidden;
    border: 1px solid #ccc;
    margin: 0;
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    z-index: 100;
}

.expression {
    float: left;
    width: 19%;
    display: none;
}

.expressionBtn {
    width: 100%;
    height: 46px;
    border: none;
    padding-left: 5px;
    font-size: 10px;
}

/* .videoBox {
    display: flex;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
} */

.vcp-player {
    width: 100%;
    height: 100%;
}

.row.clearfix {
    width: 100%;
    margin: 0;
}

.col-md-6 {
    width: 100%;
    padding: 0;
}

.container {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.speech_itemMy {
    overflow: hidden;
}

.speech_itemMy span {
    float: right;
}
/* m端修改 */
#id_test_video {
    background-color: black;
    margin: 0 auto;
}
.vcp-error-tips {
    display: none !important;
}
.vcp-poster-pic  {
    width: 100%;
}
