.component-chat-container {
  flex: 1;
  font-size: 18px;
  overflow-y: auto;
}
.component-chat-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 36px;
  height: 128px;
  padding: 0 16px;
  font-family: PingFangSC-Semibold, sans-serif;
}
.component-chat-header-action {
  width: 32px;
  height: 32px;
}
.component-chat-header-action img {
  height: 100%;
  width: 100%;
}
.component-chat-header-more {
  width: 32px;
  height: 32px;
}
.component-chat-header-more img {
  height: 100%;
  width: 100%;
}
.component-chat-info {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  padding: 9px 30px;
  color: #989898;
  box-sizing: border-box;
}
.component-chat-input {
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  box-sizing: border-box;
  padding: 9px 15px;
  background-color: #fafafa;
  display: flex;
}
.component-chat-input-container {
  display: flex;
  flex: 1;
  overflow-y: auto;
  box-sizing: border-box;
  background: #fcfafa;
  border: 1px solid #e7e7e7;
  border-radius: 0.16rem;
  padding-right: 32px;
}
.component-chat-input-container-input {
  min-height: 36px;
  max-height: 60px;
  width: 100%;
  padding: 0;
  margin: 0;
  border-radius: 4px;
  border-width: 1px;
  box-sizing: border-box;
  outline: none;
  font-size: 17.5px;
  box-shadow: none;
  padding: 8px 0 0 8px;
  white-space: pre-wrap;
  overflow-y: auto;
}
.component-chat-input-container-send {
  position: absolute;
  right: 66px;
  bottom: 13px;
  width: 0;
  height: 30px;
  border-radius: 15px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #65b257;
  transition: width ease-out 0.2s;
}
.component-chat-input-container-send img {
  height: 100%;
  width: 100%;
  color: #fff;
}
.component-chat-input-container-send-show {
  width: 30px;
}
.component-chat-input-more {
  width: 30px;
  height: 30px;
  margin-left: 17.5px;
  margin-bottom: 4px;
}
.component-chat-input-more img {
  width: 100%;
  height: 100%;
}
.component-chat-message {
  display: flex;
  align-items: start;
  font-size: 18px;
  padding: 8.75px 10px;
}
.component-chat-message .avatar {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  box-sizing: border-box;
  overflow: hidden;
}
.component-chat-message .avatar img {
  width: 100%;
  height: 100%;
}
.component-chat-message .text {
  padding: 12px;
  font-size: 17px;
  line-height: 24px;
  max-width: 65.3333vw;
  box-sizing: border-box;
  word-wrap: break-word;
}
.component-chat-message-master {
  justify-content: flex-start;
}
.component-chat-message-master .avatar {
  margin-right: 15px;
}
.component-chat-message-master .text {
  background-color: #fff;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.component-chat-message-guest {
  justify-content: flex-end;
}
.component-chat-message-guest .avatar {
  margin-left: 15px;
}
.component-chat-message-guest .text {
  background-color: #8256f5;
  color: #ffffff;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.component-chat-image {
  display: flex;
  align-items: start;
  font-size: 18px;
  padding: 8.75px 10px;
}
.component-chat-image .avatar {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  box-sizing: border-box;
  overflow: hidden;
}
.component-chat-image .avatar img {
  width: 100%;
  height: 100%;
}
.component-chat-image .image {
  line-height: 24px;
  width: 40vw;
  height: 28.5333vw;
  overflow: hidden;
}
.component-chat-image .image img {
  width: 100%;
  height: 100%;
}
.component-chat-image-master {
  justify-content: flex-start;
}
.component-chat-image-master .avatar {
  margin-right: 15px;
}
.component-chat-image-master .image {
  background-color: #fff;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.component-chat-image-guest {
  justify-content: flex-end;
}
.component-chat-image-guest .avatar {
  margin-left: 15px;
}
.component-chat-image-guest .image {
  background-color: #fff;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.component-chat-audio {
  display: flex;
  align-items: start;
  font-size: 18px;
  padding: 8.75px 10px;
}
.component-chat-audio .avatar {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  box-sizing: border-box;
  overflow: hidden;
}
.component-chat-audio .avatar img {
  width: 100%;
  height: 100%;
}
.component-chat-audio .audio {
  line-height: 24px;
  width: 16vw;
  height: 15.4667vw;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding-left: 6.4vw;
  box-sizing: border-box;
}
.component-chat-audio .audio img {
  width: 3.2vw;
  height: 4.8vw;
}
.component-chat-audio-master {
  justify-content: flex-start;
}
.component-chat-audio-master .avatar {
  margin-right: 15px;
}
.component-chat-audio-master .audio {
  background-color: #fff;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.component-chat-audio-master .audio-unread {
  position: relative;
}
.component-chat-audio-master .audio-unread:after {
  content: " ";
  position: absolute;
  width: 2.4vw;
  height: 2.4vw;
  border-radius: 2.4vw;
  background-color: #ff4c4c;
  right: -4.8vw;
  top: 0;
}
.component-chat-audio-guest {
  justify-content: flex-end;
}
.component-chat-audio-guest .avatar {
  margin-left: 15px;
}
.component-chat-audio-guest .audio {
  background-color: #8256f5;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.component-chat-more {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  padding: 0 20px;
}
.component-chat-more-show {
  height: 124px;
}
.component-chat-more-close {
  height: 0px;
}
.component-chat-more-item {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  margin-right: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.component-chat-more-item img {
  width: 28px;
  height: 24px;
}
.component-chat-root {
  background-color: #ededed;
  height: 100vh;
  font-family: PingFangSC-Regular, sans-serif;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: height ease-in 0.2s;
}
