.zc__bubble_container {
  width: 396px;
  position: fixed;
  z-index: 999999;
  bottom: 80px;
  right: 40px;
  overflow: hidden;
  transition: scroll 2s ease 0s;
  box-sizing: border-box;
  display: none;
  padding: 30px 0px 10px 0;
}
.zc__bubble_container.more {
  width: 350px;
}
.zc__bubble_container.once {
  width: 396px;
}
.zc__bubble_container .zc__bubble_container_close {
  position: absolute;
  top: 0px;
  right: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: none;
}
.zc__bubble_container .zc__bubble__wrap {
  margin: 0;
  padding: 10px 0 0 0;
  list-style-type: none;
  overflow: hidden;
  max-height: 400px;
  overflow-y: scroll;
  width: 110%;
  box-sizing: border-box;
}
.zc__bubble_container .zc__bubble__wrap .zc__bubble__item {
  width: 100%;
  max-width: 100%;
  margin: 10px 0;
  padding: 0;
  list-style-type: none;
  cursor: pointer;
  padding-left: 26px;
  box-sizing: border-box;
}
.zc__bubble_container .zc__bubble__wrap .zc__bubble__item .bubble-header {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.zc__bubble_container .zc__bubble__wrap .zc__bubble__item .bubble-header img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.zc__bubble_container .zc__bubble__wrap .zc__bubble__item .bubble-content {
  width: 270px;
  position: relative;
  margin-left: 10px;
  box-shadow: rgba(53, 53, 53, 0.15) 0px 0px 14px 0px;
  padding: 10px;
  border-radius: 3px;
  color: #555556;
  background: #fff;
  margin-right: 20px;
  box-sizing: border-box;
}
.zc__bubble_container .zc__bubble__wrap .zc__bubble__item .bubble-content .bubble-content-name {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 50%;
  font-size: 12px;
  color: #b6bfbd;
}
.zc__bubble_container .zc__bubble__wrap .zc__bubble__item .bubble-content .bubble-content-time {
  position: absolute;
  right: 7px;
  top: 11px;
  font-size: 12px;
  color: #b6bfbd;
}
.zc__bubble_container .zc__bubble__wrap .zc__bubble__item .bubble-content .bubble-content-html {
  margin-top: 10px;
  margin-bottom: 5px;
  color: #333;
  font-size: 14px;
}
.zc__bubble_container .zc__bubble__wrap .zc__bubble__item .bubble-content .bubble-content-html .zc__bubble__msg_file {
  width: 100%;
}
.zc__bubble_container .zc__bubble__wrap .zc__bubble__item .bubble-content .bubble-content-html .zc__bubble__msg_file .file-container {
  width: 100%;
  height: 70px;
  text-decoration: none;
  display: block;
  padding: 15px 15px 15px 50px;
  position: relative;
  box-shadow: rgba(53, 53, 53, 0.15) 0px 0px 10px 0px;
  border-radius: 4px;
  box-sizing: border-box;
}
.zc__bubble_container .zc__bubble__wrap .zc__bubble__item .bubble-content .bubble-content-html .zc__bubble__msg_file .file-container .file-icon {
  width: 34px;
  height: 40px;
  position: absolute;
  left: 15px;
  top: 15px;
}
.zc__bubble_container .zc__bubble__wrap .zc__bubble__item .bubble-content .bubble-content-html .zc__bubble__msg_file .file-container .file-info {
  width: 100%;
  padding-left: 10px;
  box-sizing: border-box;
}
.zc__bubble_container .zc__bubble__wrap .zc__bubble__item .bubble-content .bubble-content-html .zc__bubble__msg_file .file-container .file-info .file-info-name {
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #515A7C;
  text-align: left;
}
.zc__bubble_container .zc__bubble__wrap .zc__bubble__item .bubble-content .bubble-content-html .zc__bubble__msg_file .file-container .file-info .file-info-des {
  width: 100%;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #ACB5C4;
  text-align: left;
}
.zc__bubble_container .zc__bubble__wrap .zc__bubble__item_one {
  width: 365px;
  height: auto;
  max-height: 400px;
  background: #ffffff;
  color: #777474;
  font-size: 14px;
  box-shadow: rgba(53, 53, 53, 0.15) 0px 0px 10px 0px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom: 1px solid #E0E0E0;
  cursor: pointer;
  box-sizing: border-box;
  margin: 0 0 0 10px;
  overflow: hidden;
}
.zc__bubble_container .zc__bubble__wrap .zc__bubble__item_one .bubble-header {
  width: 100%;
  height: 60px;
  line-height: 30px;
  box-sizing: border-box;
  padding: 30px 100px 0px 70px;
  position: relative;
}
.zc__bubble_container .zc__bubble__wrap .zc__bubble__item_one .bubble-header img {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 30px;
  border-radius: 50%;
}
.zc__bubble_container .zc__bubble__wrap .zc__bubble__item_one .bubble-header .bubble-header-name {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 90%;
  font-size: 12px;
  color: #b6bfbd;
}
.zc__bubble_container .zc__bubble__wrap .zc__bubble__item_one .bubble-header .bubble-header-time {
  position: absolute;
  right: 14px;
  top: 30px;
  font-size: 12px;
  color: #b6bfbd;
}
.zc__bubble_container .zc__bubble__wrap .zc__bubble__item_one .bubble-content {
  width: 100%;
  max-height: 300px;
  overflow-y: scroll;
  box-sizing: border-box;
  padding: 14px 14px 8px 30px;
  margin-bottom: 20px;
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
}
.zc__bubble_container .zc__bubble__wrap .zc__bubble__item_one .bubble-content::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: #fff;
}
.zc__bubble_container .zc__bubble__wrap .zc__bubble__item_one .bubble-content ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}
.zc__bubble_container .zc__bubble__wrap .zc__bubble__item_one .bubble-content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #c8c8c8;
}
.zc__bubble_container .zc__bubble__wrap .zc__bubble__item_one .bubble-content .zc__bubble__msg_file {
  width: 100%;
}
.zc__bubble_container .zc__bubble__wrap .zc__bubble__item_one .bubble-content .zc__bubble__msg_file .file-container {
  width: 100%;
  height: 70px;
  text-decoration: none;
  display: block;
  padding: 15px 15px 15px 50px;
  position: relative;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: rgba(53, 53, 53, 0.15) 0px 0px 10px 0px;
}
.zc__bubble_container .zc__bubble__wrap .zc__bubble__item_one .bubble-content .zc__bubble__msg_file .file-container .file-icon {
  width: 34px;
  height: 40px;
  position: absolute;
  left: 15px;
  top: 15px;
}
.zc__bubble_container .zc__bubble__wrap .zc__bubble__item_one .bubble-content .zc__bubble__msg_file .file-container .file-info {
  width: 100%;
  padding-left: 10px;
  box-sizing: border-box;
}
.zc__bubble_container .zc__bubble__wrap .zc__bubble__item_one .bubble-content .zc__bubble__msg_file .file-container .file-info .file-info-name {
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #515A7C;
  text-align: left;
}
.zc__bubble_container .zc__bubble__wrap .zc__bubble__item_one .bubble-content .zc__bubble__msg_file .file-container .file-info .file-info-des {
  width: 100%;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #ACB5C4;
  text-align: left;
}
.zc__bubble_container .zc__bubble__wrap .zc__bubble__item a,
.zc__bubble_container .zc__bubble__wrap .zc__bubble__item_one a {
  color: #15a0e8;
  text-decoration: underline;
}
.zc__bubble_container .zc__bubble__wrap .zc__bubble__item li,
.zc__bubble_container .zc__bubble__wrap .zc__bubble__item_one li {
  list-style: none;
}
.zc__bubble_container .zc__bubble__wrap .zc__bubble__item iframe,
.zc__bubble_container .zc__bubble__wrap .zc__bubble__item_one iframe,
.zc__bubble_container .zc__bubble__wrap .zc__bubble__item embed,
.zc__bubble_container .zc__bubble__wrap .zc__bubble__item_one embed,
.zc__bubble_container .zc__bubble__wrap .zc__bubble__item table,
.zc__bubble_container .zc__bubble__wrap .zc__bubble__item_one table {
  max-width: 100%;
  width: auto !important;
}
.zc__bubble_container .zc__bubble__wrap .zc__bubble__item code,
.zc__bubble_container .zc__bubble__wrap .zc__bubble__item_one code {
  white-space: break-spaces;
}
.zc__bubble_container .zc__bubble__wrap .zc__bubble__item img,
.zc__bubble_container .zc__bubble__wrap .zc__bubble__item_one img {
  max-width: 100%;
}
.zc__bubble_container .zc__bubble__wrap .zc__bubble__item video,
.zc__bubble_container .zc__bubble__wrap .zc__bubble__item_one video {
  width: 100%;
  min-width: 240px;
  border-radius: 4px;
}
.zc__bubble_container .zc__bubble__wrap .zc__bubble__item audio,
.zc__bubble_container .zc__bubble__wrap .zc__bubble__item_one audio {
  max-width: 100%;
}
.zc__bubble_container .zc__bubble__wrap .zc__bubble__item div[data-w-e-type="attachment"],
.zc__bubble_container .zc__bubble__wrap .zc__bubble__item_one div[data-w-e-type="attachment"] {
  background-color: #fff;
  max-width: 100%;
  box-sizing: border-box;
}
.zc__bubble_container .zc__bubble__wrap .zc__bubble__item div[data-w-e-type="attachment"] .w-e-textarea-attach-card-icon-container,
.zc__bubble_container .zc__bubble__wrap .zc__bubble__item_one div[data-w-e-type="attachment"] .w-e-textarea-attach-card-icon-container {
  min-width: 48px;
}
.zc__bubble_container .zc__bubble__wrap .zc__bubble__item div[data-w-e-type="attachment"] .w-e-textarea-attach-card-fileName-container,
.zc__bubble_container .zc__bubble__wrap .zc__bubble__item_one div[data-w-e-type="attachment"] .w-e-textarea-attach-card-fileName-container {
  max-width: 80%;
}
.zc__bubble_container .zc__bubble__wrap .zc__bubble__item div[data-w-e-type="attachment"] .w-e-textarea-attach-card-fileName-container span,
.zc__bubble_container .zc__bubble__wrap .zc__bubble__item_one div[data-w-e-type="attachment"] .w-e-textarea-attach-card-fileName-container span {
  max-width: 100%;
}
.zc__bubble_container .zc__bubble__wrap .zc__bubble__item div[data-w-e-type="link-card"],
.zc__bubble_container .zc__bubble__wrap .zc__bubble__item_one div[data-w-e-type="link-card"] {
  background-color: #fff;
  max-width: 100%;
  box-sizing: border-box;
}
.zc__bubble_container .zc__bubble__wrap .zc__bubble__item table,
.zc__bubble_container .zc__bubble__wrap .zc__bubble__item_one table {
  border-collapse: collapse;
}
.zc__bubble_container .zc__bubble__wrap .zc__bubble__item table td,
.zc__bubble_container .zc__bubble__wrap .zc__bubble__item_one table td,
.zc__bubble_container .zc__bubble__wrap .zc__bubble__item table th,
.zc__bubble_container .zc__bubble__wrap .zc__bubble__item_one table th {
  border: 1px solid #ccc;
  min-width: 50px;
  height: 20px;
}
.zc__bubble_container .zc__bubble__wrap .zc__bubble__item table th,
.zc__bubble_container .zc__bubble__wrap .zc__bubble__item_one table th {
  background-color: #f1f1f1;
}
.zc__bubble_container .zc__bubble__wrap .zc__bubble__item table td,
.zc__bubble_container .zc__bubble__wrap .zc__bubble__item_one table td {
  background-color: #fff;
}
.zc__bubble_container .zc__bubble__input {
  width: 365px;
  height: 56px;
  background: #ffffff;
  line-height: 56px;
  color: #777474;
  font-size: 14px;
  box-shadow: rgba(53, 53, 53, 0.15) 0px 0px 10px 0px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 0 24px;
  cursor: text;
  box-sizing: border-box;
  margin-left: 10px;
  position: relative;
}
.zc__bubble_container .zc__bubble__input.more {
  width: 296px;
  margin-left: 36px;
}
.zc__bubble_container .zc__bubble__input.once {
  width: 365px;
  margin-left: 10px;
}
.zc__bubble_container .zc__bubble__input .zc__bubble__input_icon {
  position: absolute;
  right: 24px;
  top: 18px;
  cursor: pointer;
  fill: #161616;
}
