﻿.tis-disableSelect {
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.tis-container {
    min-height:200px;
    background-color:white;
    overflow:hidden;
}
.tis-top-bar {
    height:30px;
    line-height:30px;
    border-bottom:solid 1px rgb(232,232,232);
    font-family: 'Microsoft YaHei';
    font-size:12px;
    color: #646464;
    padding-left:10px;
    line-height:30px;
}
.tis-top-bar span {
    float:left;
    display:inline-block;
}
.tis-top-bar .tis-top-name {
    color: #369;
    width:100px;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/** 消息显示 **/
.tis-msgs-panel {
    font-family: "Microsoft YaHei","微软雅黑","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size:15px;
    height:100%;
    word-break:break-all;
    padding:0px 8px 0px 8px;
    overflow:hidden;
    overflow-y:scroll;
}
.tis-msgs-panel a {
    width:100%;
    display:inline-block;
    margin:5px 0px 5px 0px;
    border-bottom:1px dotted #eceef8;
    font-size: 13px;
    padding-bottom:5px;
}
.tis-msgs-panel a .tis-msg-head span {
    color:#555;
    display:inline-block;
    height:20px;
    line-height:20px;
}
.tis-msgs-panel a .tis-msg-head .tis-msg-time {
    color:#555;
    font-size: 12px;
    color: #BEBEBE;
}
.tis-msgs-panel a .tis-msg-head .tis-msg-name {
    color: #1e78dc;
    overflow:hidden;
    text-overflow:ellipsis;
    width:180px;
    white-space:nowrap;
    float:left;
}
.tis-msgs-panel a .tis-msg-head img {
    height:32px;
    width:32px;
    float:left;
    margin-right:8px;
}
.tis-msgs-panel a .tis-msg-body {
    margin-left:40px;
    color:#1e1e1e;
    font-size: 14px;
}
.tis-msgs-panel a .tis-msg-body img {
    max-width:100%;
}
/**表情显示**/
.tis-faces-box {
    height:100%;
}
.tis-faces-swiper {
    height:86%;
}
.tis-facegroups {
    height:14%;
    position:absolute;
    bottom:0px;
    width:100%;
    overflow:hidden;
}
.swiper-pagination {
    position: absolute;
    z-index: 20;
    bottom: 17px;
    width: 100%;
    text-align: center;
}
.swiper-wrapper {
    position: absolute;
    z-index: 20;
    width: 100%;
    text-align: center;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #555;
    margin: 0 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}
.swiper-active-switch {
    background-color: green;
}
.swiper-slide {
   text-align:center;
   border-radius:5px 5px 0px 0px;
   overflow:hidden;
}
.swiper-slide a {
  height:24%;
  width:12%;
  overflow:hidden;
  display:inline-block;
  cursor:pointer;
  border-radius:5px;
  text-align:center;
  overflow:hidden;
}
.swiper-slide a img {
    margin-top:1px;
    height:24px;
    width:24px;
}
.swiper-slide a:hover {
  background-color:greenyellow;
}
.swiper-slide .noneFace {
  background-color:inherit;
  cursor:default;
}
.swiper-slide .noneFace:hover {
  background-color:inherit;
}
.tis-facegroups a {
    height:17px;
    width:17px;
    float:left;
    overflow:hidden;
    text-align:center;
    display:inline-block;
    cursor:pointer;
    margin:0px 3px 0px 3px;
}
.tis-facegroups a:hover {
    background-color:#808080;
}
.tis-facegroups a img {
    height:15px;
    width:15px;
    margin-top:1px;
    border-radius:5px;
}
/**底部**/
.tis-bottom-panel {
    background-color:#ebecee;
    height:100px;
    width:100%;
}
/**工具显示**/
.tis-tools-panel {
    position:relative;
    height:100px;
    width:100%;
    display:normal;
    background-color:beige;
    overflow:hidden;
    display:normal;
}
/**工具条**/
.tis-tools-bar {
    height:31px;
    margin:8px 0px 8px 0px;
    float:left;
    width:100%;
}
.tis-face-btn {
    margin-left:10px;
    height:31px;
    width:31px;
    display:inline-block;
    cursor:pointer;
    background:url(/cdn/tis/ui/perty/img/face2.png) no-repeat -5px -87px;
}
.tis-face-btn:hover {
    background-position:-5px -129px;
}
/**发送**/
.tis-sendText-wrap {
    border:1px solid #d6d6d7;
    border-radius:5px;
    background-color:white;
    text-align:center;
    height:31px;
    overflow:hidden;
    margin-left:10px;
    float:left;
}
.tis-sendText {
    resize:none;
    border:none;
    outline:none;
    width:95%;
    height:24px;
    padding:0px;
    margin-top:3px;
    overflow:hidden;
    font-size:13px;
    color:#1e1e1e;
    font-family: "Microsoft YaHei","微软雅黑","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.tis-sendBtn {
    margin:1px 0px 0px 5px;
    height:30px;
    width:68px;
    float:left;
    display:inline-block;
    color:white;
    line-height:30px;
    text-align:center;
    font-size:14px;
    background-color:#1e78dc;
    border-radius:5px;
    cursor:pointer;
}
.tis-sendBtn:hover {
    background-color:#50a0e6;
}
.tis-bottom-tips {
    float:left;
    width:100%;
    height:16px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    color: #787878;
    padding-left:10px;
    font-family: "Microsoft YaHei","微软雅黑","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size:12px;
}