@font-face {
  font-family: colorEmojiFont;
  src: local("Noto Color Emoji"), local("Apple Color Emoji"), local("Segoe UI Emoji");
  unicode-range: U+1F300-1F5FF, U+1F900-1F9FF, U+1F600-1F64F, U+1F680-1F6FF, U+2600-26FF, U+2700-27BF, U+2300-23FF, U+1F000-1F02F, U+1F100-1F1FF, U+1F20-1F2FF, U+2122, U+2139, U+FE00-FE0F;
}
@font-face {
  font-family: tickFont;
  src: local("Microsoft YaHei"), local(sans-serif);
  unicode-range: U+221a;
}
@font-face {
  font-family: numberFont;
  src: local("PingFangSC-Regular"), local(sans-serif);
  unicode-range: U+0030-0039;
}
body {
  margin: 0;
  width: 100%;
  height: 100%;
  min-height: 580px;
}

.rong-chat {
  cursor: default;
  position: fixed;
  min-height: 400px;
  height: 100%;
  width: 100%;
  min-width: 950px;
  top: 0;
  left: 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  background-color: white;
  color: black;
  font-family: tickFont, numberFont, colorEmojiFont, "PingFangSC-Regular", "Microsoft YaHei", sans-serif;
  font-size: 14px;
  line-height: 1.5;
}
@media (max-width: 700px), (max-height: 400px) {
  .rong-chat {
    overflow: auto;
  }
}
.rong-chat * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: 0;
}
.rong-chat h1, .rong-chat h2, .rong-chat h3, .rong-chat h4, .rong-chat h5, .rong-chat h6 {
  font-weight: normal;
  font-size: 100%;
}
.rong-chat ul, .rong-chat ol, .rong-chat li {
  list-style: none;
}
.rong-chat a {
  text-decoration: none;
}
.rong-chat a:hover {
  color: #008af3;
}
.rong-chat img {
  border: 0;
}
.rong-chat em {
  font-style: normal;
}
.rong-chat mark {
  background: none;
  color: #008af3;
}
.rong-chat button, .rong-chat input, .rong-chat select, .rong-chat textarea {
  font-family: tickFont, numberFont, colorEmojiFont, "PingFangSC-Regular", "Microsoft YaHei", sans-serif;
  font-size: 100%;
}
.rong-chat button {
  cursor: pointer;
}
.rong-chat button[disabled] {
  cursor: default;
}

.rong-titlebar {
  width: 100%;
  height: 40px;
  background-color: #f6f7f9;
  z-index: 101;
  position: relative;
  -webkit-app-region: drag;
}
.rong-titlebar * {
  -webkit-app-region: no-drag;
}

.rong-titlebar-logo {
  float: left;
  margin-left: 15px;
  color: #fff;
  line-height: 40px;
  background-image: url("../img/icon.svg");
  background-position: 0 -100px;
  width: 66px;
  height: 23px;
  margin-top: 8px;
}

.rong-titlebar-logo-darwin {
  float: right;
  margin-right: 15px;
}

.rong-titlebar-buttons {
  float: right;
  margin-right: 15px;
}
.rong-titlebar-buttons a {
  float: left;
  width: 12px;
  height: 12px;
  margin: 10px 0 0 10px;
  background-repeat: no-repeat;
  background-image: url("../img/icon.svg");
}

.rong-titlebar-min {
  background-position: -79px -9px;
}

.rong-titlebar-max {
  background-position: -61px -9px;
}

.rong-titlebar-restore {
  background-position: -61px -9px;
}

.rong-titlebar-close {
  background-position: -46px -9px;
}

.rong-inner {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: white;
}

.rong-room {
  width: 100%;
  position: absolute;
  top: 40px;
  bottom: 0;
}

.rong-web-room {
  top: 0;
}

.user-list, .chat-list {
  position: absolute;
  width: 235px;
  height: 100%;
}
.user-list .rong-tab, .chat-list .rong-tab {
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #ececed;
  text-align: center;
}
.user-list .rong-tab li, .chat-list .rong-tab li {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  margin: 0 7px;
  padding: 0 2px;
  font-size: 13px;
  color: #8e929f;
}
.user-list .rong-tab li.rong-tab-sel, .chat-list .rong-tab li.rong-tab-sel {
  border-bottom: 2px solid #3a91f3;
  color: #3a91f3;
}
.user-list .rong-chat-tab li, .chat-list .rong-chat-tab li {
  padding: 0 10px;
  margin: 0 12px;
}
.user-list .rong-tab-icon, .chat-list .rong-tab-icon {
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url("../img/icon.svg");
}
.user-list .rong-tab-icon-0, .chat-list .rong-tab-icon-0 {
  background-position: -2px -57px;
}
.user-list .rong-tab-icon-1, .chat-list .rong-tab-icon-1 {
  background-position: -36px -57px;
}
.user-list li.rong-tab-sel .rong-tab-icon-0, .chat-list li.rong-tab-sel .rong-tab-icon-0 {
  background-position: -19px -57px;
}
.user-list li.rong-tab-sel .rong-tab-icon-1, .chat-list li.rong-tab-sel .rong-tab-icon-1 {
  background-position: -52px -57px;
}

.rong-live {
  position: absolute;
  left: 235px;
  right: 235px;
  top: 0;
  height: 100%;
}

.chat-list {
  right: 0;
  top: 0;
  border-left: 1px solid #ececed;
}
.chat-list .rong-user-title li {
  margin: 0 15px;
  padding: 0 8px;
}
/*# sourceMappingURL=chatroom.css.map */