.c-chat-dlg {
    /*modal dialog*/
    /*position: fixed;
    z-index: 101;
    height: 100%;
    width: 100%;
    overflow: hidden;
    top: 0;
    left: 0;*/
    /*normal dialog*/
    width: 0;
    height: 0;
    position: relative;
    z-index: 101;
}
.c-chat-container {
    width: 800px;
    height: 600px;
    border-radius: 6px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 0 9px #000;
}
.c-chat-title {
    background: #1255b0;
    color: #fff;
    font-size: 18px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    cursor: move;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.c-chat-inner {
    height: calc(100% - 50px);
}
.c-chat-left {
    float: left;
    height: 100%;
    border-right: 1px solid #eee;
    width: 70%;
}
.c-chat-right {
    overflow: hidden;
    height: 100%;
}
.c-chat-record {
    height: 70%;
    padding: 15px;
    border-bottom: 1px solid #eee;
    overflow: auto;
}
.c-chat-item-title {
    margin: 5px 0;
    color: #666;
    font-size: 14px;
    overflow: hidden;
}
span.c-chat-user {
    max-width: 330px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
}
span.c-chat-time {
    vertical-align: middle;
}
.c-chat-content {
    padding: 0 10px;
}
.c-chat-item.right .c-chat-item-title {
    text-align: right;
}
.c-chat-content span {
    display: inline-block;
    padding: 10px;
    background: #eee;
    position: relative;
    border-radius: 3px;
    font-size: 14px;
    color: #000;
    line-height: 20px;
    max-width: 100%;
    word-break: break-word;
    word-wrap: break-word;
}
.c-chat-content span img {
    vertical-align: text-bottom;
    width: 100%;
}
.c-chat-content span:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #eee;;
    border-left: 5px solid transparent;
    left: -10px;
}
.c-chat-item.right .c-chat-content {
    text-align: right;
}
.c-chat-item.right .c-chat-content span {
    background: #e4f0fe;
    text-align: left;
}
.c-chat-item.right .c-chat-content span:before {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #e4f0fe;;
    border-right: 5px solid transparent;
    right: -10px;
    left: auto;
}
.c-chat-item {
    margin-bottom: 15px;
}
.c-chat-message {
    padding: 0 10px 10px 10px;
    text-align: right;
    position: relative;
    line-height: 1;
}
.c-chat-message textarea {
    border: 0;
    resize: none;
    outline: 0;
    width: 100%;
    height: 80px;
    font-size: 14px;
}
.c-chat-message button {
    background: #1255b0;
    color: #fff;
    font-size: 14px;
    padding: 5px 30px;
}
.c-chat-ops span {
    font-size: 24px;
    color: #888;
    margin: 5px;
    padding: 5px;
}
.c-chat-ops {
    padding: 5px;
    position: relative;
    user-select: none;
}
.c-chat-error {
    position: absolute;
    right: 8px;
    font-size: 12px;
    background: #eee;
    border-radius: 3px;
    bottom: 41px;
    padding: 5px 15px;
    color: #000;
}
.c-chat-error.files {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    bottom: 60px;
    font-size: 14px;
}
.fade-enter-active, .fade-leave-active {
    transition: opacity .5s;
}
.fade-enter, .fade-leave-to {
    opacity: 0;
}
span.iconfont.icon-shanchuguanbicha2 {
    position: absolute;
    right: 10px;
    font-size: 25px;
    cursor: default;
}
.c-chat-face {
    width: 260px;
    background: #fff;
    border: 1px solid #eee;
    position: absolute;
    bottom: 38px;
    line-height: 1;
}
.c-chat-ops span:hover {
    background: #eee;
}
.c-chat-face span {
    padding: 5px;
    font-size: 0;
    display: inline-block;
}
.c-chat-face span:hover {
    background: #ccc;
}
.c-chat-info .icon {
    width: 35px;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    color: #c0c0c0;
}
.c-chat-info .icon-txt {
    font-size: 14px;
    display: inline-block;
    overflow: hidden;
    width: 180px;
}
.c-chat-info span {
    vertical-align: top;
    line-height: 25px;
}
.c-chat-info {
    padding: 10px 5px 5px 5px;
    border-bottom: 1px solid #eee;
    background: #f6f6f6;
    position: relative;
    height: 100%;
    color: #000;
}
.c-chat-info-title {
    padding-left: 10px;
    font-size: 18px;
}
.c-chat-rank {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    line-height: 24px;
}
.c-chat-rank span {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 1;
}
.c-chat-rank span.c-chat-rank-score {
    font-size: 16px;
    color: #ff9143;
}
.c-chat-info .c-chat-line:last-child {
    position: absolute;
    width: 100%;
    bottom: 0;
}
.c-chat-line {
    margin: 3px 0;
}
.c-chat-message label {
    color: #ccc;
    font-size: 14px;
    margin-right: 10px;
}
.c-chat-logo {
    width: 68px;
    height: 68px;
    display: inline-block;
    vertical-align: middle;
}
.c-chat-logo img {
    width: 100%;
    height: 100%;
}
.c-chat-recommend-txt {
    display: inline-block;
    width: 145px;
    vertical-align: middle;
}
.c-chat-price {
    color: #f0923a;
}
.c-chat-recommend {
    padding: 10px;
    color: #000;
}
.c-chat-line a {
    color: #000;
}
.c-chat-storename {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 9px;
}
.c-chat-fav {
    float: right;
    color: #888;
}
.c-chat-recommend .c-chat-info-title {
    font-size: 16px;
}
.c-chat-wrapper {
    height: 100%;
}
.c-chat-date {
    color: #000;
    float: left;
    margin-left: 20px;
    position: relative;
    cursor: default;
}
.c-chat-keysearch {
    float: right;
    color: #000;
    margin-right: 20px;
}
.c-chat-block {
    overflow: hidden;
}
.c-chat-keysearch input {
    border: 1px solid #666;
    font-size: 12px;
    padding: 2px;
    vertical-align: middle;
    height: 20px;
}
.c-chat-keysearch .iconfont {
    display: inline-block;
    background: #666;
    color: #fff;
    line-height: 22px;
    vertical-align: middle;
    padding: 0 5px;
    height: 20px;
}
.c-chat-date label {
    margin-left: 5px;
}
.c-laydate {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
}
.c-chat-page {
    color: #000;
    float: right;
    margin-right: 20px;
    user-select: none;
}
.c-chat-page span {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    color: #1255b0;
}
.c-chat-page span.disabled {
    cursor: not-allowed;
    color: #ccc;
}
.c-chat-usertitle {
    position: absolute;
    left: 15px;
}
.c-chat-userlogo {
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.c-chat-userlogo img {
    width: 100%;
    height: 100%;
}
.c-chat-username {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.c-chat-searchuser {
    text-align: center;
    padding: 15px 0;
    width: 80%;
    margin: auto;
    position: relative;
}
.c-chat-searchuser input {
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 5px 10px;
    font-size: 12px;
    width: 100%;
}
.c-chat-searchuser .iconfont {
    color: #000;
    position: absolute;
    right: 8px;
}
.c-chat-menu {
    display: table;
    width: 100%;
    border-bottom: 1px solid #eee;
}
.c-chat-menu-td {
    display: table-cell;
    text-align: center;
    position: relative;
    width: 50%;
    vertical-align: middle;
    color: #000;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    cursor: default;
}
.c-chat-menu-td.active {
    border-bottom: 3px solid #1255b0;
}
.c-chat-userlist {
    height: calc(100% - 108px);
    overflow: auto;
}
.c-chat-userlist-logo {
    width: 40px;
    display: inline-block;
    vertical-align: top;
    height: 40px;
    position: relative;
}
.c-chat-userlist-logo img {
    width: 100%;
    height: 100%;
}
.c-chat-userlist-txt {
    width: 140px;
    display: inline-block;
    vertical-align: top;
    margin: 0 8px;
}
.c-chat-userlist-time {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    color: #666;
    line-height: 24px;
}
.c-chat-userlist-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 24px;
    font-size: 14px;
}
.c-chat-userlist-msg {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #888;
    line-height: 14px;
    font-size: 12px;
}
.c-chat-userlist-item {
    padding: 10px;
    color: #000;
    cursor: default;
    user-select: none;
}
.c-chat-userlist-item.active {
    background: #d2d2d2;
}
.c-chat-noread {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #f00;
    position: absolute;
    right: -5px;
    top: -5px;
}
.c-chat-noread.readed {
    display: none;
}
.c-chat-facegif {
    width: 22px!important;
    height: 22px!important;
    display: inline-block;
}
.c-chat-content .iconfont {
    color: #000;
    font-size: 20px;
    vertical-align: middle;
    margin-right: 10px;
}
.c-chat-content a {
    color: #0A4596;
    text-decoration: underline;
}
.c-chat-title span {
    display: inline-block;
    vertical-align: middle;
}
.c-chat-title .chat_logo {
    width: 22px;
    height: 22px;
    margin-right: 10px;
}
.chat_logo img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    display: inline-block;
}
.c-chat-content span:after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    bottom: -15px;
    right: 50px;
    background: transparent;
    display: none;
}
.c-chat-content span.rot:after {
    animation: 2s rot steps(20) infinite;
    display: inline-block;
}
.c-chat-title.anis {
    animation: 0.5s flush;
    animation-iteration-count: 5;
    animation-fill-mode: both;
}
@keyframes rot {
    0% {
        box-shadow: 10px 0 #d40811, 30px 0 #329244, 50px 0 #1771ff;
    }
    50% {
        box-shadow: 30px 0 #d40811, 50px 0 #329244, 10px 0 #1771ff;
    }
    100% {
        box-shadow: 50px 0 #d40811, 10px 0 #329244, 30px 0 #1771ff;
    }
}
@keyframes flush {
    0% {
        background: #1255b0;
    }
    100% {
        background: #ffac14;
    }
}
.c-chat-errortips {
    display: inline-block;
    padding: 20px 35px;
    transition-duration: 0.3s;
    top: 30%;
    left: 50%;
    background: #ff7800;
    transform: translateX(-50%);
    color: #fff;
    font-size: 16px;
    position: fixed;
    z-index: 99999999;
    border-radius: 3px;
    line-height: 1;
    opacity: 0;
}
.c-chat-errortips.anis {
    margin-top: 10px;
    opacity: 1;
}
.c-chat-left.full {
    width: 100%;
}
