
@font-face {
  font-family: Gilroy;
  src: url('https://cdn.tachen.top/link-medix/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2');
}

:root {
  font-family: Gilroy, Sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color-scheme: light dark;
  color: rgba(255, 255, 255, 0.87);
  background-color: #242424;

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  font-weight: 500;
  color: #646cff;
  text-decoration: inherit;
}
a:hover {
  color: #535bf2;
}

body {
  margin: 0;
  display: flex;
  place-items: center;
  min-width: 320px;
  /* min-height: 100vh; */
  *{
    font-family: Gilroy, Sans-serif;
  }
}

h1 {
  font-size: 3.2em;
  line-height: 1.1;
}

button {
  border-radius: 8px;
  border: 1px solid transparent;
  padding: 0.6em 1.2em;
  font-size: 1em;
  font-weight: 500;
  font-family: inherit;
  background-color: #1a1a1a;
  cursor: pointer;
  transition: border-color 0.25s;
}
button:hover {
  border-color: #646cff;
}
button:focus,
button:focus-visible {
  outline: 4px auto -webkit-focus-ring-color;
}

@media (prefers-color-scheme: light) {
  :root {
    color: #213547;
    background-color: #ffffff;
  }
  a:hover {
    color: #747bff;
  }
  button {
    background-color: #f9f9f9;
  }
}
.LanSelector {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
}
.full-height {
  height: calc(var(--vh, 1vh) * 100);
}
.base-layout {
  height: calc(var(--vh, 1vh) * 100);
}
.base-layout .header {
  padding: 0;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
}
.chat-upload-btn__wrapper {
  display: flex;
}
.chat-upload-btn__wrapper .chat-upload-btn__images {
  width: 200px;
  margin-right: 24px;
  display: flex;
  flex-direction: row-reverse;
  align-items: end;
}
.chat-upload-btn__wrapper .chat-upload-btn__images .chat-upload-img__item {
  border-radius: 4px;
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  margin-left: 8px;
  box-shadow: 0 0 2px #a3adba;
  background: #ffffff;
}
.chat-upload-btn__wrapper .chat-upload-btn__images .chat-upload-img__item .chat-upload-img__item-uploading {
  width: 18px;
  height: 18px;
  background-color: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  padding: 4px;
}
.chat-upload-btn__wrapper .chat-upload-btn__images .chat-upload-img__item .chat-upload-img__item-uploading .ant-spin-spinning {
  width: 12px;
  height: 12px;
}
.chat-upload-btn__wrapper .chat-upload-btn__images .chat-upload-img__item .chat-upload-img__item-uploading .ant-spin-spinning .anticon-loading {
  width: 12px;
  height: 12px;
}
.chat-upload-btn__wrapper .chat-upload-btn__images .chat-upload-img__item .chat-upload-img__item-uploading .ant-spin-spinning .anticon-loading svg {
  width: 12px;
  height: 12px;
}
.chat-upload-btn__wrapper .chat-upload-btn__images .chat-upload-img__item .chat-upload-img__item-img {
  object-fit: contain;
  border-radius: 4px;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chat-upload-btn__wrapper .upload-wrapper {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
}
.chat-upload-btn__wrapper .upload-wrapper .chat-upload-btn {
  cursor: pointer;
  font-size: 0;
  height: 28px;
  display: flex;
  align-items: center;
  width: 28px;
  justify-content: center;
  background-color: #0167EF;
  border-radius: 4px;
}
.chat-upload-btn__wrapper .upload-wrapper .chat-upload-btn svg {
  width: 16px;
  height: 16px;
  color: #fff;
}
.chat-message {
  display: block;
  margin-bottom: 32px;
}
.chat-message .chat-item {
  display: flex;
  align-items: start;
  position: relative;
}
.chat-message .chat-item.diagnosis .clinic-content-wrapper .clinic-content-main {
  padding: 0;
}
.chat-message .chat-item.awaiting_ai_diagnosis .clinic-content-wrapper .clinic-content-main {
  padding: 0 15px;
}
.chat-message .chat-item.chat-error .clinic-content-wrapper .clinic-content-main {
  border: 1px solid #99000087;
  background: #ffdede45;
}
.chat-message .chat-item.chat-loading-img {
  align-items: center;
  font-size: 0;
}
.chat-message .chat-item.chat-user {
  flex-direction: row-reverse;
}
.chat-message .chat-item.chat-user .base-info__list {
  margin-bottom: 0;
  padding-left: 16px;
  padding-bottom: 0;
}
.chat-message .chat-item.chat-user .clinic-content-wrapper {
  margin-left: 0;
  margin-right: 4px;
  display: flex;
  justify-content: end;
}
.chat-message .chat-item.chat-user .clinic-content-wrapper .clinic-content-main {
  background-color: #eff6ff;
}
.chat-message .chat-item.chat-user .clinic-content-wrapper .clinic-content-main .item-user-content__item .item-user-content__item-img {
  margin-top: 8px;
}
.chat-message .chat-item.chat-user .clinic-content-wrapper .clinic-content-main .item-user-content__item .item-user-content__item-img img {
  max-width: 150px;
  max-height: 150px;
  border-radius: 4px;
}
.chat-message .chat-item .user-avatar {
  overflow: hidden;
  font-size: 0;
  position: absolute;
  bottom: -20px;
  right: -8px;
  background: #fff;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #F0EFF2;
  box-shadow: 0 0 2px #F0EFF2;
  border-radius: 8px;
}
.chat-message .chat-item .user-avatar svg {
  width: 16px;
  height: 16px;
  color: #AEB2B9;
}
.chat-message .chat-item .clinc-avatar {
  overflow: hidden;
  font-size: 0;
  position: absolute;
  bottom: -20px;
  left: -8px;
  background: #E6EDFF;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #F0EFF2;
  box-shadow: 0 0 2px #F0EFF2;
  border-radius: 8px;
}
.chat-message .chat-item .clinc-avatar img {
  width: 16px;
}
.chat-message .chat-item .clinic-content-wrapper {
  flex: 1;
}
.chat-message .chat-item .clinic-content-wrapper .clinic-content-main {
  background: #fff;
  padding: 12px;
  border-radius: 8px;
  margin-left: 4px;
  display: inline-block;
}
.chat-message .chat-item .clinic-content-wrapper .clinic-content-main.layout-error {
  border: 1px solid #ff4d4f;
  color: #ff4d4f;
}
.chat-message.clinic {
  color: #333;
  text-align: left;
  margin-right: 50px;
}
.chat-message.clinic .chat-message-container {
  background: #fff;
  width: 100%;
}
.chat-message.clinic .chat-message-container .clinic-title {
  font-weight: bold;
  color: #6fce90;
}
.chat-message.clinic .chat-message-container .clinic-list {
  margin-top: 16px;
}
.chat-message.clinic .chat-message-container .clinic-list .clinic-item {
  display: flex;
  border-bottom: 1px dashed #00000040;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.chat-message.clinic .chat-message-container .clinic-list .clinic-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.chat-message.clinic .chat-message-container .clinic-list .clinic-item .clinic-image {
  width: 40%;
}
.chat-message.clinic .chat-message-container .clinic-list .clinic-item .clinic-image img {
  width: 100%;
  height: 102px;
}
.chat-message.clinic .chat-message-container .clinic-list .clinic-item .clinic-content {
  flex: 1;
  padding-left: 8px;
}
.chat-message.clinic .chat-message-container .clinic-list .clinic-item .clinic-content .clinic_name {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
}
.chat-message.clinic .chat-message-container .clinic-list .clinic-item .clinic-content .clinic_name .clinic_name_val {
  color: #6fce90;
}
.chat-message.clinic .chat-message-container .clinic-list .clinic-item .clinic-content .clinic_name .clinic_distance {
  margin-left: 8px;
  font-size: 12px;
}
.chat-message.clinic .chat-message-container .clinic-list .clinic-item .clinic-content .clinic_name .clinic_distance .clinic_distance_num {
  color: #6fce90;
}
.chat-message.clinic .chat-message-container .clinic-list .clinic-item .clinic-content .clinic_address,
.chat-message.clinic .chat-message-container .clinic-list .clinic-item .clinic-content .clinic_department {
  font-size: 12px;
  margin-bottom: 5px;
}
.chat-message.clinic .chat-message-container .clinic-list .clinic-item .clinic-content .clinc_actions {
  display: flex;
  justify-content: space-between;
}
.chat-message.clinic .chat-message-container .clinic-list .clinic-item .clinic-content .clinc_actions .to-directions {
  background: #3dbdec;
  color: #fff;
  height: 24px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin: 0;
  flex: 1;
  margin-right: 8px;
}
.chat-message.clinic .chat-message-container .clinic-list .clinic-item .clinic-content .clinc_actions .to-appointment {
  background: #6fce90;
  color: #fff;
  height: 24px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin: 0;
  flex: 1;
  margin-left: 8px;
}
.chat-message.assistant .chat-item.watting_for_diagnostic .clinic-content-main {
  border-radius: 8px;
  margin: 12px;
  padding: 15px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.chat-message .chat-loading-icon {
  width: 20px;
  height: 20px;
}
.chat-message.assistant,
.chat-message.loading {
  text-align: left;
  margin-right: 50px;
}
.chat-message.assistant .chat-message-container,
.chat-message.loading .chat-message-container {
  color: #333;
  background: #fff;
}
.chat-message.user {
  text-align: right;
  margin-left: 50px;
}
.chat-message.user .clinic-content-wrapper .clinic-content-main {
  background: #6fce90;
  color: #fff;
}
.chat-message .chat-message-container {
  border-radius: 8px;
  padding: 10px;
  display: inline-block;
}
.chat-message .chat-message-container .main-des {
  font-size: 14px;
  margin-top: 8px;
}
.result-card {
  padding: 8px;
}
.result-card .card-header {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 24px;
  background: linear-gradient(45deg, #004aad 0%, #0167ef 40%, #004aad 100%);
  color: #fff;
  padding: 8px 16px;
  border-radius: 8px 8px 0 0;
}
.result-card .card-body .info-item {
  line-height: 1.6;
  margin: 0 16px 16px;
}
.result-card .card-body .info-item + .info-item {
  border-top: 1px solid #c6c6c6;
  padding-top: 16px;
}
.result-card .card-body .info-item.lifestyle .info-item_main {
  padding-left: 12px;
}
.result-card .card-body .info-item.lifestyle .info-item_main .info-item_main-item {
  color: #606266;
}
.result-card .card-body .info-item.drug_name ul.info-item_main {
  padding-left: 0;
}
.result-card .card-body .info-item.drug_name ul.info-item_main li {
  list-style: none;
}
.result-card .card-body .info-item.drug_name ul.info-item_main li + li {
  border-top: 1px dashed #606266;
  padding-top: 12px;
}
.result-card .card-body .info-item.drug_name ul.info-item_main li .drag-top {
  display: flex;
  align-items: center;
}
.result-card .card-body .info-item.drug_name ul.info-item_main li .drag-top .drag-icon {
  display: none;
  margin-right: 4px;
}
.result-card .card-body .info-item.drug_name ul.info-item_main li .drag-top .drag-icon svg {
  width: 20px;
  height: 20px;
}
.result-card .card-body .info-item.drug_name ul.info-item_main li .drag-top .drag-name {
  color: #119ebf;
  font-size: 14px;
}
.result-card .card-body .info-item.drug_name ul.info-item_main li .drag-top .drag-otc {
  margin-left: 8px;
  color: #0167EF;
  border: 1px solid #0167EF;
  border-radius: 4px;
  padding: 2px;
  background: #0167ef08;
  font-size: 10px;
}
.result-card .card-body .info-item.drug_name ul.info-item_main li .drag-main {
  margin: 8px 0;
}
.result-card .card-body .info-item.drug_name ul.info-item_main li .drag-main .drag-main__item {
  display: flex;
  align-items: flex-start;
  line-height: 18px;
}
.result-card .card-body .info-item.drug_name ul.info-item_main li .drag-main .drag-main__item.drag-Dosage .drag-course-icon {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.result-card .card-body .info-item.drug_name ul.info-item_main li .drag-main .drag-main__item.drag-Dosage .drag-course-icon svg {
  width: 12px;
  height: 12px;
}
.result-card .card-body .info-item.drug_name ul.info-item_main li .drag-main .drag-main__item .drag-course-icon {
  font-size: 0;
}
.result-card .card-body .info-item.drug_name ul.info-item_main li .drag-main .drag-main__item .drag-course-icon svg {
  width: 18px;
  height: 18px;
}
.result-card .card-body .info-item.drug_name ul.info-item_main li .drag-main .drag-main__item .drag-course-label {
  margin: 0 4px;
}
.result-card .card-body .info-item.info-item__jianbie ul.info-item_main {
  padding-left: 0;
}
.result-card .card-body .info-item.info-item__jianbie ul.info-item_main li {
  list-style: none;
}
.result-card .card-body .info-item.info-item__jianbie ul.info-item_main li + li {
  border-top: 1px dashed #606266;
  padding-top: 12px;
  margin-top: 12px;
}
.result-card .card-body .info-item.info-item__jianbie .info-item__dis {
  font-weight: bold;
}
.result-card .card-body .info-item.info-item__jianbie .info-item__consideration {
  color: #454545;
  margin-top: 8px;
}
.result-card .card-body .info-item.confidence-level-item .info-item-info {
  margin-top: 8px;
}
.result-card .card-body .info-item.preliminary-diagnosis .label {
  color: #0167ef;
  font-weight: bold;
}
.result-card .card-body .info-item.emergency-signals .label {
  border-color: #cd201f;
}
.result-card .card-body .info-item.emergency-signals .info-item__list-necessity {
  color: #cd201f !important;
}
.result-card .card-body .info-item .label {
  display: block;
  border-left: 4px solid #0167ef;
  padding-left: 8px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 8px;
}
.result-card .card-body .info-item .info-item__content {
  font-size: 12px;
  line-height: 1.2;
  color: #454545;
}
.result-card .card-body .info-item.info-item__pure-list .info-item_main-item {
  color: #119ebf;
  color: #606266;
}
.result-card .card-body .info-item.info-item__list .info-item_main {
  display: block;
}
.result-card .card-body .info-item.info-item__list .info-item_main .info-item_main-item {
  display: block;
  color: #606266;
  width: 100%;
  position: relative;
}
.result-card .card-body .info-item.info-item__list .info-item_main .info-item_main-item .info-item__list-item {
  font-size: 14px;
  line-height: 22px;
}
.result-card .card-body .info-item.info-item__list .info-item_main .info-item_main-item .info-item__list-item .info-item__list-item_left {
  display: inline;
  font-weight: bold;
  flex: 1;
}
.result-card .card-body .info-item.info-item__list .info-item_main .info-item_main-item .info-item__list-item .info-item__list-necessity {
  display: inline;
  text-align: right;
  color: #119ebf;
  margin-left: 8px;
}
.result-card .card-body .info-item.info-item__list .info-item_main .info-item_main-item .info-item__list-item .info-item__bottom {
  font-size: 12px;
  color: #909399;
}
.result-card .card-body .info-item ul.info-item_main {
  padding-left: 24px;
}
.result-card .card-body .info-item .info-item_main {
  display: inline-block;
}
.result-card .card-body .info-item .info-item_main .info-item_main-item {
  color: #119ebf;
  margin-top: 8px;
}
.result-card .label {
  color: #333;
  font-weight: bold;
}
.result-card .main-bottom {
  font-size: 12px;
  color: #ababab;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #ababab;
}
.result-card .info-item_primary {
  color: #119ebf;
}
.confidence-level {
  position: relative;
  padding-top: 24px;
  width: 400px;
}
.confidence-level .confidence-level-arrow {
  position: absolute;
  top: -5px;
  text-align: center;
  font-size: 12px;
  color: #000;
  line-height: 1;
  width: 33.33%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.confidence-level .confidence-level-arrow .confidence-level-icon svg {
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 1000px) {
  .result-card .card-body .info-item.confidence-level-item .info-item__content .confidence-level {
    margin-top: 12px;
  }
  .result-card .card-body .info-item.confidence-level-item .info-item__content .confidence-level .confidence-level-arrow {
    font-size: 10px;
  }
}
:root {
  --adm-radius-s: 4px;
  --adm-radius-m: 8px;
  --adm-radius-l: 12px;
  --adm-font-size-1: 9px;
  --adm-font-size-2: 10px;
  --adm-font-size-3: 11px;
  --adm-font-size-4: 12px;
  --adm-font-size-5: 13px;
  --adm-font-size-6: 14px;
  --adm-font-size-7: 15px;
  --adm-font-size-8: 16px;
  --adm-font-size-9: 17px;
  --adm-font-size-10: 18px;
  --adm-color-primary: #1677ff;
  --adm-color-success: #00b578;
  --adm-color-warning: #ff8f1f;
  --adm-color-danger: #ff3141;
  --adm-color-yellow: #ff9f18;
  --adm-color-orange: #ff6430;
  --adm-color-wathet: #e7f1ff;
  --adm-color-text: #333333;
  --adm-color-text-secondary: #666666;
  --adm-color-weak: #999999;
  --adm-color-light: #cccccc;
  --adm-color-border: #eeeeee;
  --adm-color-background: #ffffff;
  --adm-color-highlight: var(--adm-color-danger);
  --adm-color-white: #ffffff;
  --adm-color-box: #f5f5f5;
  --adm-color-text-light-solid: var(--adm-color-white);
  --adm-color-text-dark-solid: #000000;
  --adm-color-fill-content: var(--adm-color-box);
  --adm-font-size-main: var(--adm-font-size-5);
  --adm-font-family: -apple-system, blinkmacsystemfont, 'Helvetica Neue',
    helvetica, segoe ui, arial, roboto, 'PingFang SC', 'miui',
    'Hiragino Sans GB', 'Microsoft Yahei', sans-serif;
  --adm-border-color: var(--adm-color-border);
}
html[data-prefers-color-scheme='dark'] {
  --adm-color-primary: #3086ff;
  --adm-color-success: #34b368;
  --adm-color-warning: #ffa930;
  --adm-color-danger: #ff4a58;
  --adm-color-yellow: #ffa930;
  --adm-color-orange: #e65a2b;
  --adm-color-wathet: #0d2543;
  --adm-color-text: #e6e6e6;
  --adm-color-text-secondary: #b3b3b3;
  --adm-color-weak: #808080;
  --adm-color-light: #4d4d4d;
  --adm-color-border: #2b2b2b;
  --adm-color-box: #0a0a0a;
  --adm-color-background: #1a1a1a;
  --adm-color-background-body: var(--adm-color-background);
  --adm-border-color: var(--adm-color-border);
}
:root {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
  background-color: var(--adm-color-background-body);
}
body {
  color: var(--adm-color-text);
  font-size: var(--adm-font-size-main);
  font-family: var(--adm-font-family);
}
a,
button {
  cursor: pointer;
}
a {
  color: var(--adm-color-primary);
  transition: opacity ease-in-out 0.2s;
}
a:active {
  opacity: 0.8;
}
.adm-plain-anchor {
  color: unset;
  transition: none;
}
.adm-plain-anchor:active {
  opacity: unset;
}
body.adm-overflow-hidden {
  overflow: hidden !important;
}
div.adm-px-tester {
  --size: 1;
  height: calc(var(--size) / 2 * 2px);
  width: 0;
  position: fixed;
  left: -100vw;
  top: -100vh;
  -webkit-user-select: none;
          user-select: none;
  pointer-events: none;
}
.adm-popup {
  --z-index: var(--adm-popup-z-index, 1000);
  position: fixed;
  z-index: var(--z-index);
}
.adm-popup-body {
  position: fixed;
  background-color: var(--adm-color-background);
  z-index: calc(var(--z-index) + 10);
}
.adm-popup-body .adm-popup-close-icon {
  position: absolute;
  z-index: 100;
}
.adm-popup-body-position-bottom {
  width: 100%;
  bottom: 0;
  left: 0;
}
.adm-popup-body-position-bottom .adm-popup-close-icon {
  right: 8px;
  top: 8px;
}
.adm-popup-body-position-top {
  width: 100%;
  top: 0;
  left: 0;
}
.adm-popup-body-position-top .adm-popup-close-icon {
  right: 8px;
  bottom: 8px;
}
.adm-popup-body-position-left {
  height: 100%;
  top: 0;
  left: 0;
}
.adm-popup-body-position-left .adm-popup-close-icon {
  right: 8px;
  top: 8px;
}
.adm-popup-body-position-right {
  height: 100%;
  top: 0;
  right: 0;
}
.adm-popup-body-position-right .adm-popup-close-icon {
  left: 8px;
  top: 8px;
}
.adm-popup-close-icon {
  cursor: pointer;
  padding: 4px;
  font-size: 18px;
  line-height: 1;
  color: var(--adm-color-weak);
}
.adm-mask {
  --z-index: var(--adm-mask-z-index, 1000);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--z-index);
  display: block;
  width: 100%;
  height: 100%;
}
.adm-mask-aria-button {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.adm-mask-content {
  z-index: 1;
}
.adm-safe-area {
  --multiple: var(--adm-safe-area-multiple, 1);
  display: block;
  width: 100%;
}
.adm-safe-area-position-top {
  padding-top: calc(env(safe-area-inset-top) * var(--multiple));
}
.adm-safe-area-position-bottom {
  padding-bottom: calc(env(safe-area-inset-bottom) * var(--multiple));
}
.adm-button {
  --color: var(--adm-color-text-light-solid);
  --text-color: var(--adm-button-text-color, var(--adm-color-text));
  --background-color: var(--adm-button-background-color, var(--adm-color-background));
  --border-radius: var(--adm-button-border-radius, 4px);
  --border-width: var(--adm-button-border-width, 1px);
  --border-style: var(--adm-button-border-style, solid);
  --border-color: var(--adm-button-border-color, var(--adm-color-border));
  color: var(--text-color);
  background-color: var(--background-color);
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  height: auto;
  padding: 7px 12px;
  margin: 0;
  font-size: var(--adm-font-size-9);
  line-height: 1.4;
  text-align: center;
  border: var(--border-width) var(--border-style) var(--border-color);
  border-radius: var(--border-radius);
  cursor: pointer;
  transition: opacity ease 0.15s;
  -webkit-user-select: none;
          user-select: none;
}
.adm-button:focus {
  outline: none;
}
.adm-button::before {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(calc(var(--border-width) * -1), calc(var(--border-width) * -1));
  width: 100%;
  height: 100%;
  background-color: var(--adm-color-text-dark-solid);
  border: var(--border-width) var(--border-style) var(--adm-color-text-dark-solid);
  border-radius: var(--border-radius);
  opacity: 0;
  content: ' ';
  box-sizing: content-box;
}
.adm-button:active::before {
  opacity: 0.08;
}
.adm-button-default.adm-button-fill-outline {
  --background-color: transparent;
  --border-color: var(--adm-color-text);
}
.adm-button-default.adm-button-fill-none {
  --background-color: transparent;
  --border-width: 0px;
}
.adm-button:not(.adm-button-default) {
  --text-color: var(--adm-color-text-light-solid);
  --background-color: var(--color);
  --border-color: var(--color);
}
.adm-button:not(.adm-button-default).adm-button-fill-outline {
  --text-color: var(--color);
  --background-color: transparent;
}
.adm-button:not(.adm-button-default).adm-button-fill-none {
  --text-color: var(--color);
  --background-color: transparent;
  --border-width: 0px;
}
.adm-button-primary {
  --color: var(--adm-color-primary);
}
.adm-button-success {
  --color: var(--adm-color-success);
}
.adm-button-danger {
  --color: var(--adm-color-danger);
}
.adm-button-warning {
  --color: var(--adm-color-warning);
}
.adm-button-block {
  display: block;
  width: 100%;
}
.adm-button-disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.adm-button-disabled:active::before {
  display: none;
}
.adm-button.adm-button-mini {
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: var(--adm-font-size-main);
}
.adm-button.adm-button-mini.adm-button-shape-rounded {
  padding-left: 9px;
  padding-right: 9px;
}
.adm-button.adm-button-small {
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: var(--adm-font-size-7);
}
.adm-button.adm-button-large {
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: var(--adm-font-size-10);
}
.adm-button.adm-button-shape-rounded {
  --border-radius: 1000px;
}
.adm-button.adm-button-shape-rectangular {
  --border-radius: 0;
}
.adm-button-loading {
  vertical-align: bottom;
}
.adm-button-loading-wrapper {
  display: flex;
  height: 1.4em;
  align-items: center;
  justify-content: center;
}
.adm-button-loading-wrapper > .adm-loading {
  opacity: 0.6;
}
.adm-dot-loading {
  display: inline-block;
}
.adm-picker {
  --header-button-font-size: var(--adm-font-size-7);
  --title-font-size: var(--adm-font-size-7);
  --item-font-size: var(--adm-font-size-8);
  --item-height: 34px;
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  ---item-font-size: var(--item-font-size);
  ---item-height: var(--item-height);
}
.adm-picker .adm-picker-view.adm-picker-view {
  --item-font-size: var(---item-font-size);
  --item-height: var(---item-height);
}
.adm-picker-header {
  flex-shrink: 0;
  border-bottom: solid 1px var(--adm-color-border);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 4px;
}
.adm-picker-header-button {
  font-size: var(--header-button-font-size);
  display: inline-block;
  padding: 8px 8px;
}
.adm-picker-header-button-disabled,
.adm-picker-header-button-disabled:active {
  opacity: 0.4;
  cursor: not-allowed;
}
.adm-picker-header-title {
  padding: 4px 4px;
  font-size: var(--title-font-size);
  color: var(--adm-color-text);
  text-align: center;
  flex: 1;
}
.adm-picker-body {
  flex: 1;
  width: 100%;
  height: 100%;
}
.adm-picker-body > .adm-picker-view {
  --height: 100%;
}
.adm-picker-popup .adm-popup-body {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.adm-spin-loading {
  --color: var(--adm-color-weak);
  --size: 32px;
  width: var(--size);
  height: var(--size);
}
.adm-spin-loading-svg {
  width: 100%;
  height: 100%;
  animation: adm-spin-loading-rotate 0.8s infinite linear;
}
.adm-spin-loading-svg > .adm-spin-loading-fill {
  stroke: var(--color);
}
@keyframes adm-spin-loading-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.adm-picker-view {
  --height: 240px;
  --item-height: 34px;
  --item-font-size: var(--adm-font-size-8);
  height: var(--height);
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
  background: var(--adm-color-background);
}
.adm-picker-view-column {
  height: 100%;
  flex: 1;
  -webkit-user-select: none;
          user-select: none;
  touch-action: none;
  position: relative;
  z-index: 0;
}
.adm-picker-view-column-wheel {
  width: 100%;
  cursor: -webkit-grab;
  cursor: grab;
  position: absolute;
  top: calc(50% - var(--item-height) / 2);
  left: 0;
}
.adm-picker-view-column-wheel::before {
  content: ' ';
  display: block;
  position: absolute;
  width: 100%;
  height: 100vh;
  top: -100vh;
}
.adm-picker-view-column-wheel::after {
  content: ' ';
  display: block;
  position: absolute;
  width: 100%;
  height: 100vh;
  bottom: -100vh;
}
.adm-picker-view-column-item {
  font-size: var(--item-font-size);
  padding: 0 6px;
  height: var(--item-height);
  display: flex;
  justify-content: center;
  align-items: center;
}
.adm-picker-view-column-item-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.adm-picker-view-column-accessible {
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  top: calc(var(--item-height) * -1);
  z-index: 0;
  padding-bottom: 1px;
}
.adm-picker-view-column-accessible > * {
  flex: 1;
  text-overflow: ellipsis;
}
.adm-picker-view-column-accessible-current {
  position: absolute;
  width: 100%;
  height: 100%;
}
.adm-picker-view-column-accessible-button {
  width: 100%;
  height: 100%;
}
.adm-picker-view-mask {
  position: absolute;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  pointer-events: none;
}
.adm-picker-view-mask-top,
.adm-picker-view-mask-bottom {
  flex: auto;
}
.adm-picker-view-mask-middle {
  height: var(--item-height);
  box-sizing: border-box;
  flex: none;
  border-top: solid 1px var(--adm-color-border);
  border-bottom: solid 1px var(--adm-color-border);
}
.adm-picker-view-mask-top {
  background: var(--adm-color-background);
  -webkit-mask: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.8) 50%, #000000 100%);
          mask: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.8) 50%, #000000 100%);
}
.adm-picker-view-mask-bottom {
  background: var(--adm-color-background);
  -webkit-mask: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.8) 50%, #000000 100%);
          mask: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.8) 50%, #000000 100%);
}
.adm-picker-view-loading-content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.adm-picker-view-item-height-measure {
  position: relative;
  left: 0;
  top: 0;
  height: var(--item-height);
  width: 0;
  pointer-events: none;
}
.adm-check-list-item-extra {
  font-size: var(--adm-font-size-10);
  line-height: 1;
  color: var(--adm-color-primary);
}
.adm-check-list-item-readonly {
  cursor: unset;
}
.adm-list {
  --header-font-size: var(--adm-font-size-7);
  --prefix-width: 'auto';
  --prefix-padding-right: 12px;
  --align-items: center;
  --active-background-color: var(--adm-color-border);
  --border-inner: solid 1px var(--adm-color-border);
  --border-top: solid 1px var(--adm-color-border);
  --border-bottom: solid 1px var(--adm-color-border);
  --padding-left: 12px;
  --padding-right: 12px;
  --font-size: var(--adm-font-size-9);
  --extra-max-width: 70%;
}
.adm-list-header {
  color: var(--adm-color-weak);
  font-size: var(--header-font-size);
  padding: 8px var(--padding-right) 8px var(--padding-left);
}
.adm-list-body {
  background-color: var(--adm-color-background);
  overflow: hidden;
  font-size: var(--font-size);
}
.adm-list-body-inner {
  margin-top: -1px;
}
.adm-list-default .adm-list-body {
  border-top: var(--border-top);
  border-bottom: var(--border-bottom);
}
.adm-list-card {
  margin: 12px;
}
.adm-list-card .adm-list-body {
  border-radius: 8px;
}
.adm-list-card .adm-list-header {
  padding-left: 0;
}
.adm-list-item {
  display: block;
  padding-left: var(--padding-left);
  position: relative;
  background-color: var(--adm-color-background);
  line-height: 1.5;
}
.adm-list-item-title,
.adm-list-item-description {
  color: var(--adm-color-weak);
  font-size: var(--adm-font-size-main);
}
.adm-list-item-content {
  display: flex;
  align-items: var(--align-items);
  justify-content: flex-start;
  border-top: var(--border-inner);
  padding-right: var(--padding-right);
}
.adm-list-item-content-prefix {
  width: var(--prefix-width);
  flex: none;
  padding-right: var(--prefix-padding-right);
}
.adm-list-item-content-main {
  flex: auto;
  padding: 12px 0;
}
.adm-list-item-content-extra {
  flex: none;
  padding-left: 12px;
  font-size: var(--adm-font-size-7);
  color: var(--adm-color-weak);
  max-width: var(--extra-max-width);
}
.adm-list-item-content-arrow {
  flex: none;
  display: flex;
  align-items: center;
  margin-left: 4px;
  color: var(--adm-color-light);
  font-size: 19px;
}
.adm-list-item-disabled {
  cursor: not-allowed;
}
.adm-list-item-disabled.adm-list-item-disabled > .adm-list-item-content > * {
  opacity: 0.4;
  pointer-events: none;
}
a.adm-list-item:active:not(.adm-list-item-disabled) {
  background-color: var(--active-background-color);
}
a.adm-list-item:active:not(.adm-list-item-disabled)::after {
  content: ' ';
  display: block;
  position: absolute;
  width: 100%;
  bottom: -1px;
  left: 0;
  border-bottom: var(--border-inner);
}
.adm-form {
  --border-inner: solid 1px var(--adm-border-color);
  --border-top: solid 1px var(--adm-border-color);
  --border-bottom: solid 1px var(--adm-border-color);
  --prefix-width: 6.8em;
  ---border-inner: var(--border-inner);
  ---border-top: var(--border-top);
  ---border-bottom: var(--border-bottom);
  ---prefix-width: var(--prefix-width);
}
.adm-form .adm-list.adm-list {
  --padding-left: 16px;
  --padding-right: 12px;
  --border-inner: var(---border-inner);
  --border-top: var(---border-top);
  --border-bottom: var(---border-bottom);
}
.adm-form .adm-form-footer {
  padding: 20px 12px;
}
.adm-form .adm-form-item-horizontal.adm-list-item {
  --prefix-width: var(---prefix-width);
}
.adm-form-list-operation {
  text-align: center;
  color: var(--adm-color-primary);
}
.adm-form-item + .adm-form-item {
  border-top: none;
}
.adm-form-item-label {
  display: block;
  height: 100%;
  line-height: 1.5;
  box-sizing: border-box;
  position: relative;
  color: var(--adm-color-text-secondary);
}
.adm-form-item-label .adm-form-item-required-asterisk {
  position: absolute;
  left: -0.6em;
  top: 0;
  font-family: SimSun, sans-serif;
  color: var(--adm-color-danger);
  -webkit-user-select: none;
          user-select: none;
}
.adm-form-item-label .adm-form-item-required-text {
  margin-left: 4px;
  color: var(--adm-color-weak);
}
.adm-form-item-label-help {
  margin-left: 4px;
  cursor: pointer;
}
.adm-form-item-child {
  display: flex;
}
.adm-form-item-child-position-normal {
  justify-content: normal;
}
.adm-form-item-child-position-normal > * {
  flex: auto;
}
.adm-form-item-child-position-right {
  justify-content: flex-end;
}
.adm-form-item-child-position-right > * {
  flex: none;
}
.adm-form-item-feedback-error {
  color: var(--adm-color-danger);
  margin-top: 4px;
}
.adm-form-item-feedback-warning {
  color: var(--adm-color-warning);
  margin-top: 4px;
}
.adm-form-item.adm-form-item-hidden {
  display: none;
}
.adm-form-item.adm-form-item-horizontal.adm-list-item {
  --align-items: stretch;
}
.adm-form-item.adm-form-item-horizontal .adm-list-item-content-prefix {
  padding-top: 12px;
  padding-bottom: 12px;
}
.adm-form-item.adm-form-item-horizontal .adm-list-item-content-extra {
  align-self: center;
}
.adm-form-item.adm-form-item-vertical .adm-form-item-label {
  font-size: var(--adm-font-size-7);
  margin-bottom: 4px;
}
.adm-popover {
  --z-index: var(--adm-popover-z-index, 1030);
  --background: #ffffff;
  --arrow-size: 8px;
  --content-padding: 8px 12px;
  color: var(--adm-color-text);
  position: absolute;
  top: 0;
  left: 0;
  z-index: var(--z-index);
  white-space: normal;
  text-align: left;
  cursor: auto;
  -webkit-user-select: text;
          user-select: text;
  animation: none;
}
.adm-popover.adm-popover-dark {
  --background: rgba(0, 0, 0, 0.75);
  --adm-color-text: #ffffff;
  color: #ffffff;
}
.adm-popover.adm-popover-dark .adm-popover-inner {
  box-shadow: none;
}
.adm-popover::after {
  position: absolute;
  background: rgba(255, 255, 255, 0.01);
  content: '';
}
.adm-popover-hidden {
  display: none;
}
.adm-popover-inner {
  background-color: var(--background);
  background-clip: padding-box;
  border-radius: 8px;
  box-shadow: 0 0 30px 0 rgba(51, 51, 51, 0.2);
  font-size: var(--adm-font-size-7);
  width: -webkit-max-content;
  width: max-content;
  min-width: 32px;
  max-width: calc(100vw - 24px);
  overflow-y: hidden;
}
.adm-popover-inner-content {
  padding: var(--content-padding);
}
.adm-popover-arrow {
  position: absolute;
  display: block;
  height: var(--arrow-size);
  width: var(--arrow-size);
  overflow: visible;
  background: transparent;
}
.adm-popover-arrow-icon {
  display: block;
  height: var(--arrow-size);
  width: calc(var(--arrow-size) / 8 * 15);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(var(--arrow-icon-rotate));
}
.adm-popover .adm-popover-arrow {
  color: var(--background);
}
.adm-popover-menu {
  --border-color: var(--adm-color-border);
}
.adm-popover-menu.adm-popover {
  --content-padding: 0;
}
.adm-popover-menu-list {
  overflow: hidden;
  min-width: 120px;
}
.adm-popover-menu-list-inner {
  margin-top: -1px;
}
.adm-popover-menu-list-scroll {
  padding-right: 2px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: auto;
}
.adm-popover-menu-list-scroll::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 4px;
}
.adm-popover-menu-list-scroll::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #ddd;
}
.adm-popover-menu-item {
  display: flex;
  padding-left: 20px;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.adm-popover-menu-item-icon {
  flex: none;
  padding-right: 8px;
  font-size: 20px;
}
.adm-popover-menu-item-text {
  flex: auto;
  padding: 14px 20px 14px 0;
  border-top: solid 1px var(--border-color);
}
.adm-popover-menu-item-disabled {
  cursor: not-allowed;
}
.adm-popover-menu-item-disabled > * {
  opacity: 0.4;
}
.adm-popover-menu-item:active:not(.adm-popover-menu-item-disabled) {
  background-color: var(--border-color);
}
.adm-popover-menu-item:active:not(.adm-popover-menu-item-disabled)::after {
  content: ' ';
  display: block;
  position: absolute;
  width: 100%;
  bottom: -1px;
  left: 0;
  border-bottom: solid 1px var(--border-color);
}
.adm-popover.adm-popover-dark.adm-popover-menu {
  --border-color: var(--adm-color-text);
  --background: rgba(0, 0, 0, 0.9);
}
.adm-grid {
  --gap: 0;
  --gap-horizontal: var(--gap);
  --gap-vertical: var(--gap);
  display: grid;
  grid-gap: 10px;
  -webkit-column-gap: var(--gap-horizontal);
          column-gap: var(--gap-horizontal);
  row-gap: var(--gap-vertical);
  grid-template-columns: repeat(var(--columns), minmax(0, 1fr));
  align-items: stretch;
}
.adm-grid-item {
  grid-column-end: span var(--item-span);
}
.adm-space-item {
  flex: none;
}
.adm-space {
  display: inline-flex;
  --gap: 8px;
  --gap-vertical: var(--gap);
  --gap-horizontal: var(--gap);
}
.adm-space-vertical {
  flex-direction: column;
}
.adm-space-vertical > .adm-space-item {
  margin-bottom: var(--gap-vertical);
}
.adm-space-vertical > .adm-space-item:last-child {
  margin-bottom: 0;
}
.adm-space-horizontal {
  flex-direction: row;
}
.adm-space-horizontal > .adm-space-item {
  margin-right: var(--gap-horizontal);
}
.adm-space-horizontal > .adm-space-item:last-child {
  margin-right: 0;
}
.adm-space-horizontal.adm-space-wrap {
  flex-wrap: wrap;
  margin-bottom: calc(var(--gap-vertical) * -1);
}
.adm-space-horizontal.adm-space-wrap > .adm-space-item {
  padding-bottom: var(--gap-vertical);
}
.adm-space.adm-space-block {
  display: flex;
}
.adm-space-align-center {
  align-items: center;
}
.adm-space-align-start {
  align-items: flex-start;
}
.adm-space-align-end {
  align-items: flex-end;
}
.adm-space-align-baseline {
  align-items: baseline;
}
.adm-space-justify-center {
  justify-content: center;
}
.adm-space-justify-start {
  justify-content: flex-start;
}
.adm-space-justify-end {
  justify-content: flex-end;
}
.adm-space-justify-between {
  justify-content: space-between;
}
.adm-space-justify-around {
  justify-content: space-around;
}
.adm-space-justify-evenly {
  justify-content: space-evenly;
}
.adm-space-justify-stretch {
  justify-content: stretch;
}
.adm-input {
  --font-size: var(--adm-font-size-9);
  --color: var(--adm-color-text);
  --placeholder-color: var(--adm-color-light);
  --text-align: left;
  --background-color: transparent;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  min-height: 24px;
  background-color: var(--background-color);
}
.adm-input-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.adm-input-element {
  flex: auto;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  padding: 0;
  margin: 0;
  color: var(--color);
  font-size: var(--font-size);
  line-height: 1.5;
  background: transparent;
  border: 0;
  outline: none;
  -webkit-appearance: none;
          appearance: none;
  min-height: 1.5em;
  text-align: var(--text-align);
}
.adm-input-element::-webkit-input-placeholder {
  color: var(--placeholder-color);
  font-family: inherit;
}
.adm-input-element::placeholder {
  color: var(--placeholder-color);
  font-family: inherit;
}
.adm-input-element:-webkit-autofill {
  background-color: transparent;
}
.adm-input-element:read-only {
  cursor: default;
}
.adm-input-element:invalid {
  box-shadow: none;
}
.adm-input-element::-ms-clear {
  display: none;
}
.adm-input-element::-ms-reveal {
  display: none;
}
.adm-input-element::-webkit-search-cancel-button {
  display: none;
}
.adm-input-element::-webkit-search-decoration {
  display: none;
}
.adm-input-element:disabled {
  opacity: 1;
}
.adm-input-element[type='date'],
.adm-input-element[type='time'],
.adm-input-element[type='datetime-local'] {
  min-height: 1.5em;
}
.adm-input-element[type='search'] {
  -webkit-appearance: none;
}
.adm-input-element[readonly] {
  pointer-events: none;
}
.adm-input-clear {
  flex: none;
  margin-left: 8px;
  color: var(--adm-color-light);
  padding: 4px;
  cursor: pointer;
}
.adm-input-clear:active {
  color: var(--adm-color-weak);
}
.adm-input-clear .antd-mobile-icon {
  display: block;
  font-size: var(--adm-font-size-7);
}
.adm-selector {
  --color: var(--adm-color-fill-content);
  --checked-color: var(--adm-color-wathet);
  --text-color: var(--adm-color-text);
  --checked-text-color: var(--adm-color-primary);
  --border: none;
  --checked-border: none;
  --border-radius: 2px;
  --padding: 8px 16px;
  --gap: 8px;
  ---gap: var(--gap);
  ---gap-horizontal: var(--gap-horizontal, var(--gap));
  ---gap-vertical: var(--gap-vertical, var(--gap));
  overflow: hidden;
  font-size: var(--adm-font-size-7);
  line-height: 1.4;
}
.adm-selector .adm-space.adm-space {
  --gap: 12px;
}
.adm-selector .adm-grid {
  --gap: var(---gap);
  --gap-horizontal: var(---gap-horizontal);
  --gap-vertical: var(---gap-vertical);
}
.adm-selector-item {
  padding: var(--padding);
  position: relative;
  background-color: var(--color);
  border: var(--border);
  border-radius: var(--border-radius);
  color: var(--text-color);
  opacity: 1;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  vertical-align: top;
}
.adm-selector-item-description {
  font-size: var(--adm-font-size-main);
  color: var(--adm-color-weak);
}
.adm-selector-item-active,
.adm-selector-item-multiple-active {
  color: var(--checked-text-color);
  background-color: var(--checked-color);
  border: var(--checked-border);
}
.adm-selector-item .adm-selector-check-mark-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-top: solid 8px transparent;
  border-bottom: solid 8px var(--adm-color-primary);
  border-left: solid 10px transparent;
  border-right: solid 10px var(--adm-color-primary);
}
.adm-selector-item .adm-selector-check-mark-wrapper > svg {
  position: absolute;
  left: 0;
  top: 0;
  height: 6px;
  width: 8px;
}
.adm-selector-item-disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
@media screen and (max-width: 1000px) {
  .collect_base_info_append .clinic-content-main {
    width: 100%;
  }
  .collect_base_info_append .adm-form-footer {
    padding: 0 0 8px;
    margin-top: 8px;
  }
}
.adm-form-item.adm-form-item-vertical .adm-form-item-label,
.adm-list-body,
.adm-selector {
  font-size: 14px;
}
.full-height {
  height: calc(var(--vh, 1vh) * 100);
}
@-webkit-keyframes loadingCircle {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes loadingCircle {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.chat-wrapper {
  background-color: #E6F0FF;
  padding: 24px;
  height: calc(var(--vh, 1vh) * 100);
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.chat-wrapper .chat-bg-circle-1 {
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background-color: #D9E8FF;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
}
.chat-wrapper .chat-bg-circle-1::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #E6F0FF;
  display: block;
  z-index: 3;
  transform: translate(-50%, -50%);
}
.chat-wrapper .chat-bg-circle-2 {
  width: 550px;
  height: 550px;
  border-radius: 50%;
  background-color: #D9E8FF;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(-50%, 50%);
}
.chat-wrapper .chat-bg-circle-2::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: #E6F0FF;
  display: block;
  z-index: 3;
  transform: translate(-50%, -50%);
}
.chat-wrapper .chat-layout {
  display: flex;
  border-radius: 24px;
  overflow: hidden;
  border: 2px solid #D2E0FD;
  position: relative;
  z-index: 2;
  height: calc(100% - 36px);
  margin-top: 36px;
}
.chat-wrapper .chat-layout .layout-content {
  background-color: #F8F9FF;
  padding: 0;
  position: relative;
}
.chat-wrapper .chat-layout .layout-content .chat-main {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.chat-wrapper .chat-layout .layout-content .chat-main .chat-list {
  flex: 1;
  overflow-y: auto;
  padding: 24px 48px;
  margin-bottom: 8px;
}
.chat-wrapper .chat-layout .layout-content .chat-main__default {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.sider-header {
  padding: 16px;
  border-bottom: 1px solid #f0f0f0;
}
.conversation-content {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
}
.conversation-info {
  flex: 1;
  overflow: hidden;
}
.conversation-info .ant-typography {
  display: block;
  margin-bottom: 0;
}
.conversation-time {
  font-size: 12px;
}
.header {
  display: flex;
  align-items: center;
  background-color: #1a1a1a;
  padding: 0 24px;
}
.content {
  flex: 1;
  padding: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.chat-container {
  flex: 1;
  overflow-y: auto;
  margin-bottom: 16px;
  border-radius: 8px;
}
.send-button {
  border-radius: 8px;
  height: auto;
}
.message-item {
  padding: 12px 0 !important;
}
.message-item.user {
  justify-content: flex-end;
}
.message-content {
  display: flex;
  max-width: 80%;
}
.message-item.user .message-content {
  flex-direction: row-reverse;
}
.message-avatar {
  margin: 0 12px;
}
.message-bubble {
  background: #f5f5f5;
  padding: 12px 16px;
  border-radius: 8px;
  max-width: 100%;
}
.message-item.user .message-bubble {
  background: #1890ff;
  color: white;
}
.message-meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
  font-size: 12px;
}
.message-item.user .message-meta {
  flex-direction: row-reverse;
}
.sender-name {
  font-weight: bold;
}
.timestamp {
  opacity: 0.7;
  margin-left: 8px;
}
.message-item.user .timestamp {
  margin-left: 0;
  margin-right: 8px;
}
.footer {
  text-align: center;
  background-color: #f0f0f0;
}
.aside {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.aside .slider-header__top {
  display: flex;
  justify-content: space-between;
}
.aside .slider-header__top .logo {
  width: 80px;
  height: 38px;
  border-radius: 4px;
}
.aside .slider-header__top .logo img {
  width: 100%;
}
.aside .slider-header__top .collapse-btn {
  cursor: pointer;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.aside .conversation-list-empty {
  flex: 1;
  background-color: #fff;
}
.aside .conversation-list {
  flex: 1;
  overflow-y: auto;
}
.aside .conversation-list .conversation-item {
  padding: 8px 16px !important;
  cursor: pointer;
  transition: background-color 0.3s;
  border-bottom: none;
}
.aside .conversation-list .conversation-item.active .conversation-label {
  color: #0167EF;
}
.input-area .ant-input {
  flex: 1;
  border-radius: 8px;
}
.input-area {
  padding: 0 48px;
  max-width: 800px;
  margin: 0 auto 24px;
  width: 100%;
}
.input-area .popover-container {
  display: block;
  width: 100%;
  height: 2px;
}
.input-area .error-info {
  margin-top: 8px;
  color: #ff4d4f;
}
.input-area.disabled .input-area__main {
  box-shadow: 0px 0px 0px 0.5px #dce0e9;
  opacity: 0.3;
}
.input-area .input-area__main {
  z-index: 1;
  padding: 10px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 0px 5px #86a4e7;
  border-radius: 24px;
  transition: 0.3s ease all;
}
.input-area .input-area__main .input-textarea__i {
  color: #404040;
  caret-color: #404040;
  background-color: transparent;
  padding: 8px;
  border: none;
  outline: none;
  box-shadow: none !important;
}
.input-area .input-area__main .input-textarea__i:focus {
  outline: none;
  box-shadow: none;
}
.input-area .input-area__main .input-textarea__i::focus-within {
  box-shadow: none;
}
.input-area .input-area__main .action-area {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  align-items: center;
}
.input-area .input-area__main .action-area .submit-btn {
  margin-left: 10px;
  font-size: 0;
  cursor: pointer;
}
.input-area .input-area__main .action-area .submit-btn .loading-container.loading-rotate {
  width: 28px;
  height: 28px;
  background: #d6dee8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.input-area .input-area__main .action-area .submit-btn .loading-container.loading-rotate svg {
  width: 14px;
  height: 14px;
  color: #0061EA;
  -webkit-animation: loadingCircle 1s linear infinite;
  animation: loadingCircle 1s linear infinite;
}
.input-area .input-area__main .action-area .submit-btn.disabled {
  cursor: not-allowed;
}
.input-area .input-area__main .action-area .submit-btn.disabled svg {
  color: #d6dee8;
}
.input-area .input-area__main .action-area .submit-btn svg {
  width: 28px;
  height: 28px;
  color: #0061EA;
}
.aside-sider {
  background-color: #fff;
  height: 100%;
}
.default-input {
  text-align: center;
}
.default-input .default-input__header {
  margin-bottom: 24px;
  font-size: 24px;
}
.chat-main-wrapper {
  background-color: #F8F9FF;
}
.chat-main-wrapper .chat-main-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
}
.chat-main-wrapper .chat-main-header .chat-main-header__image {
  width: 90px;
}
.chat-main-wrapper .chat-main-header .chat-main-header__image img {
  width: 100%;
}
.chat-main-wrapper .chat-main-header .new-chat {
  background: #0167EF;
  height: 32px;
  border-radius: 14px;
  flex-shrink: 0;
  align-items: center;
  display: flex;
  overflow: hidden;
  padding: 0 10px;
  color: #fff;
  cursor: pointer;
}
.chat-main-wrapper .chat-main-header .new-chat .new-chat-icon {
  margin-right: 4px;
  font-size: 0;
}
.chat-main-wrapper .chat-main-header .new-chat .new-chat-icon svg {
  width: 16px;
  height: 16px;
  color: #fff;
}
.chat-main-wrapper .chat-main-header .new-chat .new-chat-label {
  font-size: 12px;
  font-weight: bold;
}
.chat-spinning {
  width: 100%;
  height: 100%;
  display: block;
}
.chat-spinning .ant-spin-container {
  width: 100%;
  height: 100%;
  display: block;
}
.quick-test {
  text-align: left;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 48px;
}
.quick-test ul {
  display: grid;
  grid-template-columns: 50% 50%;
  padding-left: 0;
}
.quick-test ul .test-item {
  margin-bottom: 8px;
  cursor: pointer;
}
.quick-test ul .test-item:hover {
  text-decoration: underline;
}
.quick-test ul .test-item:hover .test-item__text {
  text-decoration: underline;
  color: #0167EF;
}
.quick-test ul .test-item .test-item__imgs {
  display: inline-block;
}
.quick-test ul .test-item .test-item__text {
  display: inline-block;
}
.quick-test ul img {
  width: 24px;
  margin-right: 4px;
}
@media screen and (min-width: 1001px) {
  .chat-main-header__mobile-menu {
    display: none;
  }
  .chat-main-header__image {
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  .chat-wrapper .chat-layout .layout-content .chat-main .chat-list {
    padding: 24px;
  }
  .chat-wrapper {
    padding: 16px;
  }
  .chat-wrapper .aside-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    height: calc(var(--vh, 1vh) * 100);
    width: 0;
    z-index: 10;
  }
  .chat-wrapper .aside-wrapper.mobile-hide .aside-mobile-cover {
    opacity: 0;
    pointer-events: none;
  }
  .chat-wrapper .aside-wrapper.mobile-hide .aside-sider {
    transform: translateX(-100%);
  }
  .chat-wrapper .aside-wrapper.mobile-show .aside-mobile-cover {
    opacity: 1;
  }
  .chat-wrapper .aside-wrapper.mobile-show .aside-sider {
    transform: translateX(0);
  }
  .chat-wrapper .aside-wrapper .aside-mobile-cover {
    left: 0;
    top: 0;
    width: 100vw;
    height: calc(var(--vh, 1vh) * 100);
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 0;
    transition: 0.3s ease all;
  }
  .chat-wrapper .aside-wrapper .aside-sider {
    height: calc(var(--vh, 1vh) * 100);
    width: 250px !important;
    max-width: 250px !important;
  }
  .chat-wrapper .aside-wrapper .aside {
    transform: translateX(0);
  }
  .chat-wrapper .chat-main-wrapper .chat-main-header {
    padding: 16px;
  }
  .chat-wrapper .chat-layout .layout-content .chat-main__default .default-input__label {
    font-size: 16px;
  }
  .quick-test ul {
    display: block;
    font-size: 12px;
  }
  .chat-message .chat-item.chat-user .clinic-content-wrapper .clinic-content-main .item-user-content__item .item-user-content__item-img img {
    max-width: 80px;
    max-height: 80px;
  }
  .base-info-checkbox .base-info-checkbox-row {
    width: 100%;
    display: block;
  }
  .base-info-checkbox .base-info-checkbox-row .base-info-checkbox-col {
    width: 100%;
    display: block;
    max-width: 100% !important;
  }
  .confidence-level {
    width: 230px;
  }
  .chat-main-header__image {
    display: none;
  }
  .chat-main-header__mobile-menu {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .chat-main-header__mobile-menu svg {
    width: 20px;
    height: 20px;
  }
}
.full-height {
  height: calc(var(--vh, 1vh) * 100);
}
.login-container {
  background-color: #E6F0FF;
  padding: 24px;
  height: calc(var(--vh, 1vh) * 100);
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.login-container .chat-bg-circle-1 {
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background-color: #D9E8FF;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
}
.login-container .chat-bg-circle-1::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #E6F0FF;
  display: block;
  z-index: 3;
  transform: translate(-50%, -50%);
}
.login-container .chat-bg-circle-2 {
  width: 550px;
  height: 550px;
  border-radius: 50%;
  background-color: #D9E8FF;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(-50%, 50%);
}
.login-container .chat-bg-circle-2::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: #E6F0FF;
  display: block;
  z-index: 3;
  transform: translate(-50%, -50%);
}
.login-container .login-form {
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  padding: 24px;
  border-radius: 8px;
}
.login-container .login-form .image-code-wrapper {
  display: flex;
}
.login-container .login-form .image-code-wrapper .image-code-input {
  flex: 1;
}
.login-container .login-form .image-code-wrapper .captcha-container {
  cursor: pointer;
  background: #f5f5f5;
  text-align: center;
  height: 32px;
  font-weight: bold;
  user-select: none;
  width: 102px;
  margin-left: 8px;
  border-radius: 4px;
  overflow: hidden;
}
.login-container .login-form .image-code-wrapper .captcha-container img {
  height: 32px;
}
@media screen and (max-width: 1000px) {
  .login-container .login-form {
    width: 80%;
  }
  .login-container .login-form h3.ant-typography {
    font-size: 18px;
  }
}
:root {
  --vh: 100%;
}

#root {
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
}
@media screen and (max-width: 1000px) {
  input,
  textarea {
    font-size: 16px !important;
  }
}/* stylelint-disable */
html,
body {
  width: 100%;
  height: 100%;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
body {
  margin: 0;
}
[tabindex='-1']:focus {
  outline: none;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: 500;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
abbr[title],
abbr[data-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
}
address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}
input[type='text'],
input[type='password'],
input[type='number'],
textarea {
  -webkit-appearance: none;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1em;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 500;
}
dd {
  margin-bottom: 0.5em;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1em;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
pre,
code,
kbd,
samp {
  font-size: 1em;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}
pre {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}
figure {
  margin: 0 0 1em;
}
img {
  vertical-align: middle;
  border-style: none;
}
a,
area,
button,
[role='button'],
input:not([type='range']),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75em;
  padding-bottom: 0.3em;
  text-align: left;
  caption-side: bottom;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type='radio'],
input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5em;
  padding: 0;
  color: inherit;
  font-size: 1.5em;
  line-height: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
mark {
  padding: 0.2em;
  background-color: #feffe6;
}
