* {
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
input::-webkit-input-placeholder {
  color: #bbbbbb;
}
input::input-placeholder {
  color: #bbbbbb;
}
.wrap {
  position: relative;
}
.wrap .video-box {
  width: 100%;
  height: 11.25rem;
  position: relative;
}
.wrap .video-box video {
  width: 100%;
  height: 100%;
  background: #000;
}
.wrap .video-box i {
  width: 3.625rem;
  height: 3.625rem;
  background: url(../images/video-btn.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1.8125rem -1.8125rem;
  z-index: 10;
}
.wrap .chat-box {
  width: 100%;
  height: auto;
  padding: 1.15625rem 1.5625rem 0 1.5625rem;
  box-sizing: border-box;
}
.wrap .chat-box .write-word {
  width: 100%;
  height: 1.875rem;
  border-bottom: 1px solid #eaeaea;
}
.wrap .chat-box .write-word p {
  width: 126px;
  float: left;
  font-size: 0.75rem;
  color: #666666;
}
.wrap .chat-box .write-word .write-word-btn {
  font-size: 0.75rem;
  color: #506171;
  float: right;
}
.wrap .chat-box .write-word .write-word-btn i {
  width: 0.78125rem;
  height: 0.78125rem;
  background: url(../images/write-word-icon.png) no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  margin-right: 0.3125rem;
}
.wrap .chat-box .content .list {
  max-height: 25.0rem;
  padding-bottom: 0.75rem;
  box-sizing: border-box;
  overflow: scroll;
  -webkit-overflow-scroll: touch;
}
.wrap .chat-box .content .list::-webkit-scrollbar {
  width: 0;
}
.wrap .chat-box .content .list li {
  padding: 0.9375rem 0 1.0625rem 0;
  box-sizing: border-box;
  border-bottom: 1px solid #eaeaea;
  overflow: hidden;
}
.wrap .chat-box .content .list li .avatar {
  width: 2.75rem;
  height: 2.75rem;
  float: left;
  margin-right: 0.625rem;
}
.wrap .chat-box .content .list li .avatar img {
  width: 100%;
  height: 100%;
}
.wrap .chat-box .content .list li .info {
  width: 13.4375rem;
  height: auto;
  float: left;
}
.wrap .chat-box .content .list li .info .top {
  width: 100%;
  height: 0.78125rem;
  line-height: 0.78125rem;
  position: relative;
}
.wrap .chat-box .content .list li .info .top p {
  font-size: 0.75rem;
  color: #506171;
}
.wrap .chat-box .content .list li .info .top p.name {
  width: 10.625rem;
  line-height: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}
.wrap .chat-box .content .list li .info .top p.num {
  position: absolute;
  height: 100%;
  width: auto;
  right: 0;
  top: 0;
}
.wrap .chat-box .content .list li .info .top p.num i {
  width: 0.6875rem;
  height: 0.6875rem;
  display: inline-block;
  margin-right: 0.3125rem;
  vertical-align: top;
  opacity: .2;
  background: url(../images/good-icon.png) no-repeat;
  background-size: 100% 100%;
}
.wrap .chat-box .content .list li .info .top p.num i.active {
  opacity: 1;
}
.wrap .chat-box .content .list li .info .word-txt {
  font-size: 0.75rem;
  color: #111111;
  line-height: 1.15625rem;
  margin-top: 0.9375rem;
}
.wrap .write-inp {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  border: 1px solid #f2f2f2;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
}
.wrap .write-inp textarea {
  width: 94%;
  height: 9rem;
  border: 0;
  outline: none;
  color: #212121;
  font-size: 0.825rem;
  margin: 1rem auto 0;
  display: block;
  border-radius: 10px;
  padding: 0.5rem 0 0 0.625rem;
  box-sizing: border-box;
}
.wrap .write-inp i {
  display: block;
  width: 3.5rem;
  height: 1.7rem;
  line-height: 1.7rem;
  background: #44a32e;
  text-align: center;
  font-size: 0.85rem;
  position: absolute;
  top: 8rem;
  right: 1rem;
  color: #fff;
  font-style: normal;
  border-radius: 0.2rem;
}
/*# sourceMappingURL=style.css.map */