
/* 基础样式 */
*[data-v-3f5e4916] {
  margin: 0;
  padding: 0;
}
a[data-v-3f5e4916] {
  text-decoration: none;
}
ul[data-v-3f5e4916], li[data-v-3f5e4916] {
  list-style: none;
}

/* 滚动条样式 */
[data-v-3f5e4916]::-webkit-scrollbar {
  width: 16px;
  height: 16px;
  background-color: #f5f5f5;
}
[data-v-3f5e4916]::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #fff;
}
[data-v-3f5e4916]::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #0caf60;
}

/* Element UI 组件样式覆盖 */
[data-v-3f5e4916] .el-input__inner:focus,[data-v-3f5e4916] .el-input.is-active .el-input__inner,[data-v-3f5e4916] .el-select .el-input.is-focus .el-input__inner,[data-v-3f5e4916] .el-select .el-input__inner:focus {
  border-color: #0caf60;
  outline: 0;
}
[data-v-3f5e4916] .el-textarea__inner:focus {
  border-color: #0caf60;
  outline: 0;
}
[data-v-3f5e4916] .el-select-dropdown__item.selected {
  color: #0caf60;
}
[data-v-3f5e4916] .el-button--success {
  background: #0caf60;
  border: 0px;
  border-radius: 8px;
}
[data-v-3f5e4916] .el-button--success.is-plain {
  color: #0caf60;
  background-color: #fff;
  border: 1px solid #86d6af;
  border-radius: 8px;
}
[data-v-3f5e4916] .el-button--success.is-plain:active {
  color: #fff;
  background: #0caf60;
  border: 1px solid #0caf60;
}
[data-v-3f5e4916] .el-button--success.is-plain:hover {
  color: #fff;
  background: #0caf60;
  border: 1px solid #0caf60;
}
[data-v-3f5e4916] .el-button--success:active {
  color: #fff;
  background: #86d6af;
  border: 0px;
}
[data-v-3f5e4916] .el-button--success:hover {
  color: #fff;
  background: #86d6af;
  border: 0px;
}
[data-v-3f5e4916] .el-button--success:focus {
  background: #0caf60;
  border-color: #0caf60;
}
[data-v-3f5e4916] .el-button--success.is-plain:focus {
  background: #0caf60;
  border-color: #0caf60;
}
[data-v-3f5e4916] .el-button--success.is-disabled,[data-v-3f5e4916] .el-button--success.is-disabled:active,[data-v-3f5e4916] .el-button--success.is-disabled:focus,[data-v-3f5e4916] .el-button--success.is-disabled:hover {
  color: #fff;
  background-color: #86d6af;
  border-color: #86d6af;
}
[data-v-3f5e4916] .el-button--text {
  color: #0caf60;
}
[data-v-3f5e4916] .el-button--text:active {
  color: #86d6af;
}
[data-v-3f5e4916] .el-button--text:hover {
  color: #86d6af;
}
[data-v-3f5e4916] .el-button--text:focus,[data-v-3f5e4916] .el-button--text:hover {
  color: #0caf60;
}
[data-v-3f5e4916] .el-dialog {
  border-radius: 12px;
}
[data-v-3f5e4916] .el-dialog__headerbtn:focus .el-dialog__close,[data-v-3f5e4916] .el-dialog__headerbtn:hover .el-dialog__close {
  color: #0caf60;
}
[data-v-3f5e4916] .el-input.is-disabled .el-input__inner {
  color: rgba(0, 0, 0, 0.65);
}
[data-v-3f5e4916] .el-select .el-input__inner:focus {
  border-color: #0caf60 !important;
}
[data-v-3f5e4916] .el-input.is-active .el-input__inner,[data-v-3f5e4916] .el-input__inner:focus {
  border-color: #0caf60;
  outline: 0;
}
[data-v-3f5e4916] .el-cascader .el-input .el-input__inner:focus,[data-v-3f5e4916] .el-cascader .el-input.is-focus .el-input__inner {
  border-color: #0caf60;
}
[data-v-3f5e4916] .el-cascader-node.in-active-path,[data-v-3f5e4916] .el-cascader-node.is-active,[data-v-3f5e4916] .el-cascader-node.is-selectable.in-checked-path {
  color: #0caf60;
}
[data-v-3f5e4916] .el-time-panel__btn.confirm {
  color: #0caf60;
}
[data-v-3f5e4916] .el-checkbox__input.is-checked + .el-checkbox__label {
  color: #0caf60;
}
[data-v-3f5e4916] .el-checkbox__input.is-checked .el-checkbox__inner,[data-v-3f5e4916] .el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background-color: #0caf60;
  border-color: #0caf60;
}
[data-v-3f5e4916] .el-checkbox__inner:hover {
  border-color: #0caf60;
}
[data-v-3f5e4916] .el-checkbox__input.is-focus .el-checkbox__inner {
  border-color: #0caf60;
}
[data-v-3f5e4916] .el-radio__input.is-checked .el-radio__inner {
  border-color: #0caf60;
  background: #fff;
}
[data-v-3f5e4916] .el-radio__inner:hover {
  border-color: #0caf60;
}
[data-v-3f5e4916] .el-radio__input.is-checked .el-radio__inner:after {
  background-color: #0caf60;
  -webkit-transform: translate(-50%, -50%) scale(-1);
          transform: translate(-50%, -50%) scale(-1);
}
[data-v-3f5e4916] .el-radio__input.is-checked + .el-radio__label {
  color: #0caf60;
}
[data-v-3f5e4916] .el-range-editor.is-active,[data-v-3f5e4916] .el-range-editor.is-active:hover,[data-v-3f5e4916] .el-select .el-input.is-focus .el-input__inner {
  border-color: #0caf60;
}
[data-v-3f5e4916] .el-date-table td.today span {
  color: #0caf60;
}
[data-v-3f5e4916] .el-date-table td.available:hover {
  color: #0caf60;
}
[data-v-3f5e4916] .el-date-table td.end-date span,[data-v-3f5e4916] .el-date-table td.start-date span {
  border-color: #0caf60;
  background-color: #0caf60;
}
[data-v-3f5e4916] .el-date-table td.in-range div,[data-v-3f5e4916] .el-date-table td.in-range div:hover,[data-v-3f5e4916] .el-date-table.is-week-mode .el-date-table__row.current div,[data-v-3f5e4916] .el-date-table.is-week-mode .el-date-table__row:hover div {
  background: #00ff8317;
}
[data-v-3f5e4916] .el-picker-panel__link-btn.is-plain:focus,[data-v-3f5e4916] .el-picker-panel__link-btn.is-plain:hover,[data-v-3f5e4916] .el-picker-panel__link-btn.is-plain:active {
  color: #0caf60;
  border-color: #0caf60;
}
[data-v-3f5e4916] .el-picker-panel__icon-btn:hover {
  color: #0caf60;
}
[data-v-3f5e4916] .el-collapse-item__header.focusing:focus:not(:hover) {
  color: #0caf60;
}
[data-v-3f5e4916] .el-date-table td.current:not(.disabled) span {
  background-color: #0caf60;
}
[data-v-3f5e4916] .el-select-dropdown.is-multiple .el-select-dropdown__item.selected {
  color: #0caf60;
}
[data-v-3f5e4916] .el-submenu__title:hover {
  background: #9fffd052 !important;
}
[data-v-3f5e4916] .el-tooltip__popper.is-dark {
  max-width: 50%;
}

/* 分页样式 */
[data-v-3f5e4916] .el-pagination button:hover {
  color: #86d6af;
}
[data-v-3f5e4916] .el-pager li.active {
  color: #0caf60;
}
[data-v-3f5e4916] .el-pager li:hover {
  color: #0caf60;
}

/* 弹窗样式 */
[data-v-3f5e4916] .tipsMsgBox .el-dialog__header {
  display: none;
}
[data-v-3f5e4916] .tipsMsgBox .el-dialog__body {
  background: #fff;
  color: #0caf60;
  text-align: center;
}

/* 上传组件样式 */
[data-v-3f5e4916] .none-up .el-upload--picture-card {
  display: none;
}
.common[data-v-3f5e4916] {
  padding: 24px 32px;
  padding-top: 0px;
  /* min-height: 100%; */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f5f6fa;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flexBox[data-v-3f5e4916] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}
.common > .left[data-v-3f5e4916] {
  margin-right: 24px;
  width: 100%;
  background: #ffffff;
  border-radius: 12px;
}
.left .chatTop[data-v-3f5e4916] {
  border: 1px solid #eeeff2;
  padding: 20px 24px;
  font-weight: 600;
  font-size: 20px;
}
.left .chatTop > div > img[data-v-3f5e4916] {
  margin-right: 12px;
  height: 48px;
  width: 48px;
}
.left .chatTop .flexBox[data-v-3f5e4916] {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.left .chatTop .docName[data-v-3f5e4916] {
  margin-right: 8px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
}
.left .chatTop .docType[data-v-3f5e4916] {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
}
.left .chatTop .videoBox[data-v-3f5e4916] {
  margin-top: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px 16px;
  border-radius: 15px;
  /* border: 1px solid #0caf60; */
  color: #fff;
  background: #0caf60;
  font-size: 14px;
  width: 124px;
  height: 36px;
  cursor: pointer;
}
.left .chatTop .videoBox img[data-v-3f5e4916] {
  margin-right: 8px;
  margin-top: -2px;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}
.left .chatTop .videoBox[data-v-3f5e4916]:hover {
  background: #86d6af;
}
.left .chatMain[data-v-3f5e4916] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 10px;
  height: 42rem;
  overflow-y: auto;
}
.chatMain > div > div > .flexBox[data-v-3f5e4916] {
  /* width: 50%; */
  padding: 6px 24px;
}
.chatMain .doctor[data-v-3f5e4916],
.chatMain .user[data-v-3f5e4916] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.chatMain .doctor .flexBox > img[data-v-3f5e4916],
.chatMain .user .flexBox > img[data-v-3f5e4916] {
  width: 48px;
  height: 48px;
  vertical-align: middle;
}
.chatMain .doctor .flexBox > .txtBox[data-v-3f5e4916],
.chatMain .user .flexBox > .txtBox[data-v-3f5e4916] {
  margin: 0 16px;
  padding: 12px 16px 0px ;
}
.doctor .flexBox > .txtBox[data-v-3f5e4916] {
  color: #fff;
  font-size: 14px;
  background: #0caf60;
  border-radius: 12px 0px 12px 12px;;
  line-height: 22px;
}
.user .flexBox > .txtBox[data-v-3f5e4916] {
  background: #f9fafb;
  border-radius: 12px 0px 12px 12px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
}
.chatMain .recipelBox[data-v-3f5e4916] {
  margin-top: 12px;
  margin-left: 24px;
  margin-bottom: 10px;
  padding: 10px 16px;
  width: 484px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #eeeff2;
  border-radius: 12px;
  background: #ffffff;
}
.recipel_top[data-v-3f5e4916] {
  padding-bottom: 9px;
  border-bottom: 1px solid #eeeff2;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
}
.recipel_top .left span[data-v-3f5e4916] {
  margin-right: 10px;
}
.recipel_top .left span[data-v-3f5e4916]:nth-child(1) {
  margin-right: 22px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
}
.medicalList[data-v-3f5e4916] {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.65);
}
.medicalList .flexBox[data-v-3f5e4916] {
  margin-bottom: 2px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.medicalList .flexBox > div[data-v-3f5e4916]:nth-child(1) {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
}
.diagnosis[data-v-3f5e4916] {
  margin-bottom: 16px;
}
.diagnosis.flexBox[data-v-3f5e4916] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.diagnosis div[data-v-3f5e4916]:nth-child(1) {
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.diagnosis div[data-v-3f5e4916]:nth-child(2) {
  color: rgba(0, 0, 0, 0.85);
  word-break: break-all;
  font-weight: 600;
}
.recipelBox .tips[data-v-3f5e4916] {
  margin-bottom: 16px;
  padding: 7px 8px;
  border-radius: 4px;
  background: rgba(255, 120, 32, 0.08);
  color: #ff7820;
  font-size: 12px;
}
.recipel_foote[data-v-3f5e4916] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
}
.recipel_foote .RF_button[data-v-3f5e4916] {
  border-radius: 8px;
  border: 1px solid #0caf60;
  color: #0caf60;
  cursor: pointer;
}
.RF_button span[data-v-3f5e4916] {
  display: inline-block;
  padding: 8px 24px;
}
.RF_button[data-v-3f5e4916]:active {
  background: #0caf60;
  color: #fff;
}
.recipelDetails[data-v-3f5e4916] .el-dialog {
  border-radius: 12px;
}
.recipelDetails[data-v-3f5e4916] .el-dialog__body {
  padding-top: 16px;
  padding-bottom: 24px;
}
.recipelDetails table[data-v-3f5e4916] {
  width: 100%;
}
.recipelDetails table tr[data-v-3f5e4916] {
  line-height: 28px;
}
.recipelDetails table td span[data-v-3f5e4916] {
  font-size: 14px;
}
.recipelDetails table td span[data-v-3f5e4916]:nth-child(1) {
  color: rgba(0, 0, 0, 0.65);
}
.recipelDetails table td span[data-v-3f5e4916]:nth-child(2) {
  color: rgba(0, 0, 0, 0.85);
}
.borderBox[data-v-3f5e4916] {
  margin: 10px 0px;
  border-top: 1px solid #eeeff2;
  border-bottom: 1px solid #eeeff2;
  height: 10px;
}
.userBox[data-v-3f5e4916] {
  margin-bottom: 10px;
}
.userBox td span[data-v-3f5e4916]:nth-child(2) {
  font-size: 16px;
}
.diagnosisBox p[data-v-3f5e4916]:nth-child(1) {
  margin-bottom: 10px;
}
.diagnosisBox p[data-v-3f5e4916]:nth-child(2) {
  margin-bottom: 10px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
}
.recipelDetails .tips[data-v-3f5e4916] {
  margin-bottom: 10px;
  color: #faad14;
}
.recipelDetails .tips span[data-v-3f5e4916]:nth-child(1) {
  margin-right: 4px;
  padding: 0px 7px;
  color: #fff;
  background: #faad14;
  border-radius: 50%;
  display: inline-block;
}
.recipelDetails .foote[data-v-3f5e4916] {
  color: rgba(0, 0, 0, 0.65);
  line-height: 24px;
}
.txtArea[data-v-3f5e4916] .el-textarea__inner {
  padding: 20px;
  border: 1px solid #f1f2f4;
  border-radius: 12px 12px 0px 0px;
  /* background: #f1f2f4; */
  /* color: #a0aec0; */
  font-size: 14px;
  resize: none;
}
.txtArea[data-v-3f5e4916] .el-textarea__inner:focus {
  border: 1px solid #f1f2f4;
}
.right_top[data-v-3f5e4916],
.right_bottom[data-v-3f5e4916] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffffff;
  border-radius: 12px;
  padding: 0px 24px;
}
.bottomButton[data-v-3f5e4916] {
  margin-top: 8px;
  margin-bottom: 8px;
  padding-left: 24px;
  font-size: 14px;
  color: #a0aec0;
  background: #fff;
}
.bottomButton img[data-v-3f5e4916] {
  margin-right: 8px;
  vertical-align: middle;
}
.bottomButton > div[data-v-3f5e4916] {
  border: 1px solid #eeeff2;
  background: #0caf60;
  color: #fff;
  border-radius: 15px;
  padding: 6px 16px;
  cursor: pointer;
}
.bottomButton > div[data-v-3f5e4916]:active {
  border-color: #0caf60;
}
.bottomButton > div[data-v-3f5e4916]:nth-child(1) {
  margin-right: 8px;
}
.sendMsgBox[data-v-3f5e4916] {
  padding: 0px 16px;
}
.useArea[data-v-3f5e4916] {
  padding: 8px 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fafafa;
  border-radius: 0px 0px 12px 12px;
}
.useArea img[data-v-3f5e4916]:nth-child(1) {
  margin-right: 12px;
}
.useArea img[data-v-3f5e4916] {
  vertical-align: middle;
}
.useArea .sendButton[data-v-3f5e4916] {
  background: #0caf60;
  border-radius: 8px;
  padding: 10px 16px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}
.useArea .sendButton[data-v-3f5e4916]:hover {
  background: #86d6af;
}
.useArea .sendButton img[data-v-3f5e4916] {
  margin-right: 12px;
  vertical-align: middle;
}
.right_top[data-v-3f5e4916] {
  margin-top: 24px;
  margin-bottom: 24px;
  width: 440px;
  height: 210px;
  text-align: center;
}
.right_top > div:nth-child(1) > img[data-v-3f5e4916] {
  margin-top: -32px;
  margin-bottom: 8px;
}
.right_top[data-v-3f5e4916] > :nth-child(2) {
  margin-bottom: 4px;
  font-size: 18px;
}
.right_top[data-v-3f5e4916] > :nth-child(3),
.right_top[data-v-3f5e4916] > :nth-child(4) {
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
}
.right_top[data-v-3f5e4916] > :nth-child(5) {
  margin-top: 14px;
}
.right_top > :nth-child(5) > span[data-v-3f5e4916]:nth-child(1) {
  margin-right: 16px;
  display: inline-block;
  padding: 2px 8px;
  border: 1px solid #0caf60;
  color: #0caf60;
  border-radius: 4px;
}
.right_top > :nth-child(5) > img[data-v-3f5e4916] {
  margin-right: 2px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.right_top > :nth-child(5) > span[data-v-3f5e4916]:nth-child(3) {
  font-size: 14px;
}
.right_bottom[data-v-3f5e4916] {
  padding: 20px 24px;
  width: 440px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.right_bottom > div[data-v-3f5e4916]:nth-child(1) {
  margin-bottom: 18px;
  text-align: center;
}
.right_bottom > div:nth-child(1) img[data-v-3f5e4916] {
  width: 64px;
  height: 64px;
}
.right_bottom > div[data-v-3f5e4916]:nth-child(2) {
  text-align: center;
  margin-bottom: 24px;
}
.right_bottom > div:nth-child(2) > span[data-v-3f5e4916]:nth-child(1) {
  margin-right: 14px;
  font-size: 18px;
  font-weight: 600;
}
.right_bottom > div:nth-child(2) > span[data-v-3f5e4916]:nth-child(2),
.right_bottom > div:nth-child(2) > span[data-v-3f5e4916]:nth-child(3),
.right_bottom > div:nth-child(2) > span[data-v-3f5e4916]:nth-child(4) {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
}
.right_bottom > div:nth-child(2) > span[data-v-3f5e4916]:nth-child(2) {
  margin-right: 12px;
}
.title_icon[data-v-3f5e4916] {
  margin-right: 8px;
  width: 4px;
  height: 20px;
  background: #0caf60;
  border-radius: 3px;
}
.title[data-v-3f5e4916] {
  font-weight: 600;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
}
.right_bottom > div[data-v-3f5e4916]:nth-child(3) {
  margin-bottom: 24px;
}
.right_bottom > div[data-v-3f5e4916]:nth-child(4) {
  margin-bottom: 8px;
}
.right_bottom > div[data-v-3f5e4916]:nth-child(5) {
  margin-bottom: 24px;
  padding: 17px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 392px;
  height: 122px;
  border-radius: 8px;
  color: rgba(0, 0, 0, 0.65);
  background: #f9fafb;
  font-size: 14px;
}
.right_bottom > div[data-v-3f5e4916]:nth-child(6) {
  margin-bottom: 24px;
}
.right_bottom > div[data-v-3f5e4916]:nth-child(7) {
  margin-bottom: 24px;
}

/* .right_bottom > div:nth-child(7) span {
  color: rgba(0, 0, 0, 0.65);
} */
.warningIcon[data-v-3f5e4916] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  background: #faad14;
  border-radius: 50%;
  padding: 0px 8px;
  margin-right: 8px;
}

/* .right_bottom > div:nth-child(8) span {
  color: rgba(0, 0, 0, 0.65);
} */
.tipsMsgBox[data-v-3f5e4916] .el-dialog__header {
  display: none;
}
.tipsMsgBox[data-v-3f5e4916] .el-dialog__body {
  background: #fff;
  color: #0caf60;
  text-align: center;
}
.backButton[data-v-3f5e4916] {
  margin-top: 40px;
}
.backButton span[data-v-3f5e4916] {
  padding: 6px 24px;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  background: #0caf60;
  border-radius: 8px;
  cursor: pointer;
}
.backButton span[data-v-3f5e4916]:active {
  background: #86d6af;
}
.loadMsg[data-v-3f5e4916] {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #a0aec0;
  text-align: center;
}
.tipsMsg[data-v-3f5e4916] {
  /* display: inline-block; */
  margin-top: 10px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #a0aec0;
  line-height: 19px;
  text-align: center;
}
.tipsMsg[data-v-3f5e4916] :nth-child(2) {
  color: #ff7820;
}
.eventDialog[data-v-3f5e4916] .el-dialog__body {
  padding-top: 0px;
}
.eventDialog .icon[data-v-3f5e4916] {
  margin-right: 16px;
  padding: 0px 8px;
  border-radius: 50%;
  background: #faad14;
  color: #fff;
}
.eventDialog[data-v-3f5e4916] .el-dialog__close {
  color: #a0aec0;
}
.eventDialog[data-v-3f5e4916] .el-button {
  border-radius: 8px;
}
.eventDialog[data-v-3f5e4916] .el-dialog {
  border-radius: 12px;
}
.eventDialog[data-v-3f5e4916] .el-dialog__header {
  background: none;
}
.eventDialog .headTxt[data-v-3f5e4916] {
  line-height: 48px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 18px;
}
.eventDialog .tips[data-v-3f5e4916] {
  padding: 0px;
  color: rgba(0, 0, 0, 0.65);
}
.eventDialog .confirmButton[data-v-3f5e4916] {
  border: 0px;

  background: #0caf60;
}
.eventDialog[data-v-3f5e4916] .el-button--primary:active {
  border: 0px;
  background: #86d6af;
}
.eventDialog .closeButton[data-v-3f5e4916] {
  border: 1px solid #eeeff2;
}
.bottomButton .arrest[data-v-3f5e4916] {
  pointer-events: none;
}
.iconButton[data-v-3f5e4916] {
  margin-right: 10px;
  line-height: 41px;
  font-size: 30px;
  cursor: pointer;
  color: #0caf60;
}
.iconButton[data-v-3f5e4916]:hover {
  color: #0caf60;
}
.chatMain .user .flexBox .imgStyle[data-v-3f5e4916] {
  height: auto;
  width: auto;
  max-width: 200px;
  max-height: 200px;
}
.questionBox[data-v-3f5e4916] {
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
.questionBox > .title[data-v-3f5e4916] {
  padding: 6px 10px;
  background-color: #0caf60;
  color: #fff;
  font-size: 20px;
  border-radius: 8px 8px 0px 0px;
}
.questionBox .questionContent[data-v-3f5e4916] {
  margin: 10px 0px;
  padding: 0px 10px;
  width: 326px;
}
.questionBox .questionOptions[data-v-3f5e4916] {
  padding: 0px 10px;
  margin-bottom: 10px;
}
.questionBox .questionBottom[data-v-3f5e4916] {
  margin-bottom: 20px;
  padding: 0px 20px;
}
.connetTop[data-v-3f5e4916] {
  padding: 24px 32px;
  /* width: 100%; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.CT_left[data-v-3f5e4916] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 11px 0px;
  padding-left: 16px;
  width: 140px;
  /* height: 44px; */
  background: #ffffff;
  border-radius: 8px;
  /* padding: 0px 0px; */
  cursor: pointer;
}
.CT_left[data-v-3f5e4916]:active {
  color: #0caf60;
}
.CT_left img[data-v-3f5e4916],
.CT_right img[data-v-3f5e4916] {
  margin-right: 4px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
@media only screen and (max-height: 617px) {
.left .chatMain[data-v-3f5e4916] {
    height: 24rem;
}
}

