.body {
  width: 100%;
  height: auto;
  padding-top: 74px;
  background: #f6f6f5;
}
.body .container {
  width: 1200px;
  margin: 20px auto;
  height: 821px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.body .container .operate {
  width: auto;
  height: auto;
  position: absolute;
  top: 10px;
  left: 20px;
  display: flex;
  align-items: center;
  z-index: 99;
}
.body .container .operate .back {
  width: 32px;
  height: 32px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.body .container .operate .count {
  width: auto;
  height: 50px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 25px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 6px 15px 6px 6px;
}
.body .container .operate .count > div {
  text-align: left;
  color: #ffffff;
  margin-left: 10px;
}
.body .container .operate .count > div > p:first-child {
  font-size: 16px;
}
.body .container .operate .count > div > p:last-child {
  font-size: 14px;
}
.body .container .im-message-container {
  width: 358px;
  height: 97%;
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
  padding: 10px 10px;
  z-index: 99;
}
.body .container .im-message-container .content-top-chat {
  width: 100%;
  height: calc(100% - 52px);
  overflow: hidden;
}
.body .container .im-message-container .content-top-chat .item {
  width: auto;
  height: auto;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 20px 20px 20px 0px;
  box-sizing: border-box;
  padding: 17px 20px;
  color: #ffffff;
  font-size: 14px;
  text-align: left;
  margin-bottom: 10px;
}
.body .container .im-message-container .content-bottom {
  width: 100%;
  height: 52px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 26px;
  box-sizing: border-box;
  padding: 7px 7px 7px 20px;
  display: flex;
  align-items: center;
}
.body .container .im-message-container .content-bottom input {
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  outline: none;
  color: #FFFFFF;
}
.body .container .im-message-container .content-bottom img {
  cursor: pointer;
}
.body .container #player-container-id {
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=live.css.map */
