@charset "UTF-8";
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

* {
  margin: 0;
  padding: 0;
}

.flex-item,
.flex {
  display: flex !important;
  align-items: center;
}
.flex-item.dir-r,
.flex.dir-r {
  flex-direction: row;
}
.flex-item.dir-c,
.flex.dir-c {
  flex-direction: column;
}
.flex-item.a-t,
.flex.a-t {
  align-items: flex-start;
}
.flex-item.a-b,
.flex.a-b {
  align-items: flex-end;
}
.flex-item.a-s,
.flex.a-s {
  align-items: stretch;
}
.flex-item.j-a,
.flex.j-a {
  justify-content: space-around;
}
.flex-item.j-c,
.flex.j-c {
  justify-content: center;
}
.flex-item.j-b,
.flex.j-b {
  justify-content: space-between;
}
.flex-item.j-e,
.flex.j-e {
  justify-content: flex-end;
}
.flex-item.j-s,
.flex.j-s {
  justify-content: flex-start;
}
.flex-item.flex-wrap,
.flex.flex-wrap {
  flex-wrap: wrap;
}

.flexN {
  flex: none;
}

.flexA {
  flex: auto;
  overflow: hidden;
}

.flex-1 {
  flex: 1;
  overflow: hidden;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.popupChat-wrap-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.popupChat-wrap-bg.ms-show {
  display: block;
}

.popupChat-wrap-main {
  border: 1px solid rgba(255, 255, 255, 0.9);
  position: fixed;
  background: linear-gradient(to bottom, #e5f3fe, #fff 200px);
  height: 100vh;
  width: 100%;
  max-width: 900px;
  inset: 0;
  margin: auto;
  display: none;
  box-shadow: 0px 4px 30px 0px rgba(47, 125, 237, 0.2);
  z-index:99999;
}
.popupChat-wrap img {
  max-width: 100%;
}
.popupChat-wrap a {
  cursor: pointer;
}
.popupChat-wrap.ms-show {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.popupChat-wrap > div {
  flex: none;
}
.popupChat-wrap .chat-close {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_26_515)'%3E%3Cpath d='M5.63547 3.9375L5.69047 3.988L12.4855 10.7835L19.0305 4.2385C19.2132 4.05403 19.4604 3.94785 19.72 3.9424C19.9796 3.93695 20.2311 4.03266 20.4214 4.2093C20.6116 4.38593 20.7257 4.62964 20.7396 4.8889C20.7534 5.14815 20.6659 5.40262 20.4955 5.5985L20.4455 5.6535L13.8995 12.1975L20.445 18.7425C20.6296 18.9251 20.736 19.1724 20.7416 19.432C20.7472 19.6916 20.6516 19.9433 20.475 20.1337C20.2983 20.324 20.0546 20.4383 19.7953 20.4521C19.5359 20.466 19.2814 20.3785 19.0855 20.208L19.0305 20.157L12.4855 13.612L5.69047 20.408C5.50752 20.591 5.26074 20.696 5.00201 20.7008C4.74328 20.7057 4.49274 20.61 4.30306 20.434C4.11337 20.258 3.99931 20.0153 3.98484 19.7569C3.97037 19.4985 4.05663 19.2446 4.22547 19.0485L4.27597 18.9935L11.0715 12.1975L4.27647 5.4025C4.09475 5.21932 3.99087 4.97298 3.98655 4.71499C3.98223 4.45699 4.0778 4.20732 4.25328 4.01815C4.42876 3.82898 4.67057 3.71496 4.92816 3.69993C5.18575 3.6849 5.43918 3.77002 5.63547 3.9375Z' fill='%23364152'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_26_515'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  flex: none;
}
.popupChat-wrap .chat-send:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.32502 11.01C2.13846 10.8233 2.00335 10.5916 1.93283 10.3373C1.86231 10.0829 1.85877 9.81472 1.92256 9.55863C1.98634 9.30254 2.11529 9.06731 2.29685 8.87579C2.47842 8.68427 2.70645 8.54296 2.95877 8.46561L24.2719 1.94061C24.5377 1.85876 24.8208 1.85092 25.0908 1.91794C25.3608 1.98496 25.6073 2.12431 25.804 2.32099C26.0007 2.51767 26.14 2.76425 26.2071 3.03421C26.2741 3.30416 26.2662 3.58728 26.1844 3.85311L19.6594 25.1662C19.5822 25.4189 19.4409 25.6473 19.2492 25.8292C19.0576 26.011 18.8221 26.1401 18.5657 26.2039C18.3093 26.2678 18.0407 26.2641 17.7862 26.1933C17.5317 26.1225 17.2998 25.987 17.1131 25.8L12.2381 20.925C11.9863 20.6726 11.8305 20.3403 11.7976 19.9852C11.7648 19.6302 11.8569 19.2749 12.0581 18.9806L18.375 9.74999L9.14439 16.0687C8.84988 16.2697 8.49442 16.3616 8.13941 16.3284C7.7844 16.2951 7.45214 16.139 7.20002 15.8869L2.32502 11.0119V11.01Z' fill='white'/%3E%3Cpath d='M12.0581 18.9806L18.1894 10.0181L18.3731 9.75186L18.105 9.93561L9.14439 16.0669C8.84988 16.2679 8.49442 16.3597 8.13941 16.3265C7.7844 16.2933 7.45214 16.1371 7.20002 15.885L2.32502 11.01C2.13846 10.8233 2.00335 10.5916 1.93283 10.3373C1.86231 10.0829 1.85877 9.81472 1.92256 9.55863C1.98634 9.30254 2.11529 9.06731 2.29685 8.87579C2.47842 8.68427 2.70645 8.54296 2.95877 8.46561L24.2719 1.94061C24.5377 1.85876 24.8208 1.85092 25.0908 1.91794C25.3608 1.98496 25.6073 2.12431 25.804 2.32099C26.0007 2.51767 26.14 2.76425 26.2071 3.03421C26.2741 3.30416 26.2662 3.58728 26.1844 3.85311L19.6594 25.1662C19.5822 25.4189 19.4409 25.6473 19.2492 25.8292C19.0576 26.011 18.8221 26.1401 18.5657 26.2039C18.3093 26.2678 18.0407 26.2641 17.7862 26.1933C17.5317 26.1225 17.2998 25.987 17.1131 25.8L12.2381 20.925C11.9863 20.6726 11.8305 20.3403 11.7976 19.9852C11.7648 19.6302 11.8569 19.2749 12.0581 18.9806ZM2.40752 10.9275L7.28252 15.8025C7.52252 16.0425 7.81189 16.1781 8.15064 16.2094C8.48814 16.2419 8.79752 16.1619 9.07877 15.9694L18.8213 9.30374L12.1556 19.0462C11.9631 19.3262 11.8831 19.6356 11.9156 19.9744C11.9469 20.3131 12.0825 20.6025 12.3225 20.8425L17.1975 25.7175C17.38 25.9 17.5931 26.0231 17.8369 26.0869C18.0681 26.1469 18.3013 26.1481 18.5363 26.0906C18.7713 26.0319 18.9775 25.9219 19.155 25.7606C19.34 25.5894 19.4706 25.38 19.5469 25.1325L26.0719 3.81749C26.1469 3.56749 26.1531 3.31624 26.0906 3.06374C26.0281 2.80999 25.9044 2.59124 25.7194 2.40749C25.5344 2.22124 25.3156 2.09624 25.0631 2.03249C24.8094 1.96999 24.5575 1.97686 24.3075 2.05311L2.99252 8.57811C2.74502 8.65311 2.53627 8.78374 2.36627 8.96999C2.20377 9.14499 2.09314 9.35061 2.03439 9.58686C1.97564 9.82186 1.97627 10.055 2.03627 10.2862C2.10002 10.5312 2.22377 10.745 2.40752 10.9275Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
.popupChat-wrap .chat-icon-img {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_26_551)'%3E%3Cpath d='M19 0H5C3.67441 0.00158786 2.40356 0.528882 1.46622 1.46622C0.528882 2.40356 0.00158786 3.67441 0 5L0 19C0.00158786 20.3256 0.528882 21.5964 1.46622 22.5338C2.40356 23.4711 3.67441 23.9984 5 24H19C20.3256 23.9984 21.5964 23.4711 22.5338 22.5338C23.4711 21.5964 23.9984 20.3256 24 19V5C23.9984 3.67441 23.4711 2.40356 22.5338 1.46622C21.5964 0.528882 20.3256 0.00158786 19 0V0ZM5 2H19C19.7956 2 20.5587 2.31607 21.1213 2.87868C21.6839 3.44129 22 4.20435 22 5V19C21.9983 19.4455 21.8957 19.8848 21.7 20.285L12.537 11.122C12.0727 10.6576 11.5214 10.2892 10.9147 10.0378C10.308 9.78644 9.65772 9.65707 9.001 9.65707C8.34428 9.65707 7.69399 9.78644 7.08728 10.0378C6.48056 10.2892 5.92931 10.6576 5.465 11.122L2 14.586V5C2 4.20435 2.31607 3.44129 2.87868 2.87868C3.44129 2.31607 4.20435 2 5 2ZM5 22C4.20435 22 3.44129 21.6839 2.87868 21.1213C2.31607 20.5587 2 19.7956 2 19V17.414L6.878 12.536C7.1566 12.2572 7.4874 12.0361 7.85151 11.8852C8.21561 11.7343 8.60587 11.6566 9 11.6566C9.39413 11.6566 9.78439 11.7343 10.1485 11.8852C10.5126 12.0361 10.8434 12.2572 11.122 12.536L20.285 21.7C19.8848 21.8957 19.4455 21.9983 19 22H5Z' fill='%238693AB'/%3E%3Cpath d='M16.0001 10.4996C16.6924 10.4996 17.369 10.2944 17.9446 9.90978C18.5202 9.52519 18.9688 8.97857 19.2337 8.33903C19.4986 7.69949 19.5679 6.99575 19.4329 6.31682C19.2978 5.63789 18.9645 5.01425 18.475 4.52476C17.9855 4.03528 17.3619 3.70194 16.6829 3.56689C16.004 3.43184 15.3003 3.50115 14.6607 3.76606C14.0212 4.03096 13.4746 4.47957 13.09 5.05514C12.7054 5.63071 12.5001 6.3074 12.5001 6.99964C12.5001 7.92789 12.8689 8.81813 13.5252 9.47451C14.1816 10.1309 15.0719 10.4996 16.0001 10.4996ZM16.0001 5.49964C16.2968 5.49964 16.5868 5.58761 16.8335 5.75243C17.0802 5.91725 17.2724 6.15152 17.3859 6.42561C17.4995 6.6997 17.5292 7.0013 17.4713 7.29227C17.4134 7.58324 17.2706 7.85052 17.0608 8.0603C16.851 8.27007 16.5837 8.41294 16.2928 8.47081C16.0018 8.52869 15.7002 8.49899 15.4261 8.38546C15.152 8.27192 14.9177 8.07966 14.7529 7.83299C14.5881 7.58632 14.5001 7.29631 14.5001 6.99964C14.5001 6.60181 14.6582 6.22028 14.9395 5.93898C15.2208 5.65767 15.6023 5.49964 16.0001 5.49964Z' fill='%238693AB'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_26_551'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
.popupChat-wrap .chat-icon-link {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_26_554)'%3E%3Cpath d='M13.845 17.2669L10.583 20.5289C9.63594 21.4507 8.36403 21.9625 7.04247 21.9537C5.72091 21.9448 4.45597 21.416 3.52133 20.4816C2.58669 19.5472 2.05751 18.2825 2.04829 16.9609C2.03906 15.6393 2.55052 14.3673 3.47202 13.4199L6.73402 10.155C6.92153 9.96731 7.02682 9.71287 7.02672 9.4476C7.02663 9.18233 6.92116 8.92796 6.73352 8.74046C6.54588 8.55295 6.29144 8.44766 6.02617 8.44775C5.7609 8.44785 5.50653 8.55332 5.31902 8.74096L2.05802 12.0059C0.740293 13.3243 0.00026379 15.1122 0.000732645 16.9762C0.0012015 18.8402 0.74213 20.6277 2.06052 21.9454C3.37891 23.2632 5.16677 24.0032 7.03079 24.0027C8.89481 24.0022 10.6823 23.2613 12 21.9429L15.262 18.6809C15.4442 18.4923 15.545 18.2397 15.5427 17.9775C15.5404 17.7153 15.4352 17.4645 15.2498 17.2791C15.0644 17.0937 14.8136 16.9885 14.5514 16.9863C14.2892 16.984 14.0366 17.0848 13.848 17.2669H13.845Z' fill='%238693AB'/%3E%3Cpath d='M21.9445 2.06139C21.2938 1.40621 20.5195 0.88667 19.6665 0.532887C18.8136 0.179104 17.8989 -0.00189024 16.9755 0.000390852C16.0525 -0.00206088 15.1383 0.178469 14.2855 0.531542C13.4328 0.884615 12.6585 1.40323 12.0075 2.05739L8.74047 5.32039C8.55283 5.5079 8.44736 5.76227 8.44727 6.02754C8.44717 6.29281 8.55246 6.54725 8.73997 6.73489C8.92748 6.92253 9.18184 7.028 9.44712 7.02809C9.71239 7.02819 9.96683 6.9229 10.1545 6.73539L13.4195 3.47339C13.885 3.00504 14.4389 2.63369 15.0489 2.38085C15.659 2.12801 16.3131 1.99869 16.9735 2.00039C17.9677 2.00072 18.9396 2.29582 19.7662 2.84839C20.5927 3.40096 21.2369 4.18619 21.6173 5.10481C21.9977 6.02344 22.0972 7.03421 21.9032 8.00937C21.7092 8.98452 21.2305 9.88028 20.5275 10.5834L17.2655 13.8454C17.0778 14.033 16.9724 14.2875 16.9724 14.5529C16.9724 14.8183 17.0778 15.0728 17.2655 15.2604C17.4531 15.448 17.7076 15.5534 17.973 15.5534C18.2383 15.5534 18.4928 15.448 18.6805 15.2604L21.9425 12.0004C23.2585 10.6815 23.9978 8.8945 23.9982 7.03131C23.9985 5.16812 23.26 3.38082 21.9445 2.06139Z' fill='%238693AB'/%3E%3Cpath d='M14.2936 8.29316L8.29357 14.2932C8.19806 14.3854 8.12188 14.4957 8.06947 14.6177C8.01706 14.7397 7.98947 14.871 7.98832 15.0037C7.98717 15.1365 8.01247 15.2682 8.06275 15.3911C8.11303 15.514 8.18728 15.6256 8.28117 15.7195C8.37507 15.8134 8.48672 15.8877 8.60962 15.938C8.73251 15.9882 8.86419 16.0136 8.99697 16.0124C9.12975 16.0112 9.26097 15.9837 9.38297 15.9312C9.50498 15.8788 9.61532 15.8027 9.70757 15.7071L15.7076 9.70716C15.8897 9.51856 15.9905 9.26596 15.9882 9.00376C15.986 8.74156 15.8808 8.49075 15.6954 8.30534C15.51 8.11994 15.2592 8.01477 14.997 8.01249C14.7348 8.01021 14.4822 8.111 14.2936 8.29316Z' fill='%238693AB'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_26_554'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
.popupChat-wrap .popupChat-header {
  display: flex;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #eef2f6;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: grab;
}
.popupChat-wrap .popupChat-header img {
  border: 1px solid #fff;
  background: linear-gradient(180deg, #cde2ff 0%, #fbfdff 100%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  flex: none;
}
.popupChat-wrap .popupChat-header .chat-info {
  flex: auto;
  overflow: hidden;
  margin-left: 10px;
  margin-right: 10px;
}
.popupChat-wrap .popupChat-header .tit {
  font-size: 18px;
  color: #364152;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.popupChat-wrap .popupChat-header .intr {
  font-size: 13px;
  color: #9aa4b2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 8px;
}
.popupChat-wrap .popupChat-body {
  flex: auto;
  overflow-y: auto;
  padding: 10px 15px;
  position: relative;
}
.popupChat-wrap .popupChat-body .chat-opera {
  display: flex;
  align-items: center;
  gap: 10px;
  left: 15px;
  bottom: 10px;
  position: sticky;
  bottom: 0;
}
.popupChat-wrap .popupChat-body .chat-opera > .zd_list {
  border-radius: 5px;
  border: 1px solid #e5e5e6;
  background: #fff;
  display: flex;
  align-items: center;
  height: 32px;
  padding: 0 10px;
  gap: 5px;
  cursor: pointer;
}
.popupChat-wrap .popupChat-body .chat-opera > .zd_list span {
  font-size: 14px;
  color: #697586;
}
.popupChat-wrap .popupChat-footer {
  padding: 20px;
  border-top: 1px solid #cdd5df;
}
.popupChat-wrap .chat-input-wrap {
  display: flex;
  align-items: start;
}
.popupChat-wrap .chat-input-wrap .chat-input {
  flex: auto;
  margin-right: 20px;
}
.popupChat-wrap .chat-input-wrap .chat-input input {
  height: 40px;
}
.popupChat-wrap .chat-input-wrap .chat-input input,
.popupChat-wrap .chat-input-wrap .chat-input textarea {
  font-family: "微软雅黑";
  font-size: 16px;
  color: #364152;
  display: block;
  border: none;
  outline: none;
  width: 100%;
}
.popupChat-wrap .chat-input-wrap .chat-input input::-moz-placeholder, .popupChat-wrap .chat-input-wrap .chat-input textarea::-moz-placeholder {
  color: #8693ab;
}
.popupChat-wrap .chat-input-wrap .chat-input input::placeholder,
.popupChat-wrap .chat-input-wrap .chat-input textarea::placeholder {
  color: #8693ab;
}
.popupChat-wrap .chat-input-wrap .chat-input textarea {
  resize: none;
  line-height: 1.5;
}
.popupChat-wrap .chat-input-wrap .chat-send {
  flex: none;
  background: #2970ff;
  width: 84px;
  height: 40px;
  border-radius: 10px;
  box-shadow: 0px 2px 6px 0px rgba(41, 112, 255, 0.65);
  display: flex;
  align-items: center;
  justify-content: center;
}
.popupChat-wrap .chat-file-box {
  display: flex;
  align-items: center;
  gap: 15px;
}
.popupChat-wrap .chat-file-box .file-item {
  position: relative;
  overflow: visible;
}
.popupChat-wrap .chat-file-box .file-item input {
  display: none;
}
.popupChat-wrap .chat-file-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0 0 10px;
  max-height: 300px;
}
.popupChat-wrap .chat-file-list .chat-file-item {
  line-height: 1.5;
}
.popupChat-wrap .chat-file-list:empty {
  padding: 0;
}
.popupChat-wrap .chat-file-list .file-item {
  width: 30%;
  background: #f5f5f5;
  padding: 8px 15px;
  border-radius: 12px;
  position: relative;
}
.popupChat-wrap .chat-file-list .file-item:hover .btn-fileDel {
  display: block;
}
.popupChat-wrap .chat-file-list .btn-fileDel {
  display: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #000000;
  position: absolute;
  top: -3px;
  right: -3px;
  cursor: pointer;
}
.popupChat-wrap .chat-file-list .btn-fileDel:before, .popupChat-wrap .chat-file-list .btn-fileDel:after {
  content: "";
  width: 10px;
  height: 2px;
  background: #fff;
  position: absolute;
  inset: 0;
  margin: auto;
}
.popupChat-wrap .chat-file-list .btn-fileDel::before {
  transform: rotate(-45deg) scale(0.9);
}
.popupChat-wrap .chat-file-list .btn-fileDel::after {
  transform: rotate(45deg) scale(0.9);
}
.popupChat-wrap .chat-list {
  overflow-y: auto;
}
.popupChat-wrap .chat-list .chat-item {
  padding: 25px 0;
}
.popupChat-wrap .chat-list .chat-item .time {
  color: #878787;
  font-size: 14px;
}
.popupChat-wrap .chat-list .chat-item .avatar {
  width: 52px;
  height: 52px;
  background: linear-gradient(180deg, #cde2ff 0%, #fbfdff 100%);
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 1px solid #fff;
}
.popupChat-wrap .chat-list .chat-item .files-list-show {
  display: grid;
  overflow: visible;
  max-height: 100%;
}
.popupChat-wrap .chat-list .chat-item .files-list-show .file-item {
  width: 100%;
}
.popupChat-wrap .chat-list .chat-item .chat-con-item {
  margin-bottom: 10px;
}
.popupChat-wrap .chat-list .chat-item h4 {
  font-size: 14px;
}
.popupChat-wrap .chat-list .chat-item ol,
.popupChat-wrap .chat-list .chat-item ul {
  padding-left: 20px;
}
.popupChat-wrap .chat-list .chat-item li {
  list-style: auto;
  font-size: 16px;
  margin-top: 5px;
}
.popupChat-wrap .chat-list .chat-item a {
  color: #2970ff;
}
.popupChat-wrap .chat-list .chat-reply-item {
  align-items: start;
}
.popupChat-wrap .chat-list .chat-reply-item .chat-con .chat-con-item {
  padding: 10px 15px;
  background: #f5f7fa;
  border-radius: 10px 10px 10px 0;
  max-width: 800px;
  font-size: 14px;
  color: #364152;
  line-height: 1.7;
}
.popupChat-wrap .chat-list .chat-ask-item {
  align-items: end;
}
.popupChat-wrap .chat-list .chat-ask-item .chat-header {
  order: 2;
}
.popupChat-wrap .chat-list .chat-ask-item .chat-con .chat-con-item {
  padding: 10px 15px;
  background: #155eef;
  border-radius: 10px 10px 0 10px;
  max-width: 600px;
  font-size: 14px;
  color: #fff;
  line-height: 1.7;
}
.popupChat-wrap .chat-list .chat-ask-item .time {
  text-align: right;
}
.popupChat-wrap .c-1 {
  color: #202939 !important;
}
.popupChat-wrap .c-2 {
  color: #364152 !important;
}
.popupChat-wrap .c-3 {
  color: #9aa4b2 !important;
}
.popupChat-wrap .c-4 {
  color: #697586;
}
.popupChat-wrap .c-5 {
  color: #3c187a;
}
.popupChat-wrap .c-5-1 {
  color: #8c819e;
}
.popupChat-wrap .c-6 {
  color: #102a56;
}
.popupChat-wrap .c-6-1 {
  color: #8f96a5;
}
.popupChat-wrap .bg-5 {
  background: #eeedff url(../images/chat111_1.png) no-repeat right 30px bottom;
  border-radius: 7px;
  padding: 0 150px 0 15px;
  margin-bottom: 10px;
}
.popupChat-wrap .bg-6 {
  background: #eff8ff url(../images/chat111_2.png) no-repeat right 30px bottom;
  border-radius: 7px;
  padding: 0 150px 0 15px;
  margin-bottom: 10px;
}
.popupChat-wrap .fs-12 {
  font-size: 12px !important;
}
.popupChat-wrap .fs-16 {
  font-size: 16px !important;
}
.popupChat-wrap .fs-18 {
  font-size: 18px !important;
}
.popupChat-wrap .m-t-5 {
  margin-top: 5px !important;
}
.popupChat-wrap .m-t-10 {
  margin-top: 10px !important;
}
.popupChat-wrap .m-t-20 {
  margin-top: 20px !important;
}
.popupChat-wrap .p-y-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.popupChat-wrap .p-y-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.popupChat-wrap .gap-10 {
  gap: 10px;
}/*# sourceMappingURL=chat.css.map */