﻿#chat {
  height: 300px;
  margin-top: 15px;
  background: #ffffff;
  padding: 8px 0px 8px 15px;
  border: 1px solid #E6E6E6;
  position: relative;
}

#send {
  width: 96%;
  margin: 10px auto;
  overflow: hidden;
}

.box_textarea {
  width: 581px;
  height: 30px;
  padding: 10px 10px 10px 12px;
  background: #ffffff;
  font-size: 14px;
  line-height: 30px;
  text-align: left;
  color: #8A8A8A;
  overflow: hidden;
  border: 1px solid #6FA9FF;
  float: left;
  border-radius: 5px 0 0 5px;
  display: none;
}

#text {
  height: 30px;
  background: none;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  resize: none;
  outline: none;
  border: none;
  margin: 0;
  padding: 0;
}

#sendMsg {
  float: left;
  width: 80px;
  height: 53px;
  color: #ffffff;
  font-size: 16px;
  background: #3184FF;
  text-align: center;
  cursor: pointer;
  border-radius: 0 5px 5px 0;

}

.noLoginChat {
  width: 603px;
  height: 50px;
  float: left;
  font-size: 14px;
  line-height: 52px;
  text-align: center;
  background: #F5F5F5;
  cursor: pointer;
  border: 1px solid #6FA9FF;
  display: none;
}

.noLoginChat span {
  color: #216DD5;
  font-size: 16px;
}

.contentList {
  height: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}

.contentList>p,
.contentList>span {
  font-size: 14px;
  line-height: 27px;
  display: block;
  word-break: break-all;
}

.contentList>span {
  color: #8A8A8A;
}

.contentList>p>a,
.contentList>span>a {
  color: #216DD5;
}

.Notice {
  color: #FF4141 !important;
}

.online_num {
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #4A90E2;
  background: #f5f5f5;
  position: absolute;
  right: 20px;
  bottom: 7px;
  border-radius: 5px;
  padding: 0 10px;
}