@font-face {
  font-family: 'DingTalk-JinBuTi';
  src: url('https://cdn0.shiyanjia.com/c/2023/css/onlineService/DingTalk_JinBuTi_Regular.ttf');
}

* {
  box-sizing: border-box;
}

.fixed_bar_item.fixed_bar_item_service {
  width: 70px;
  height: 85px;
  background: #56BEB2;
  box-shadow: 0px 0px 4px 3px rgba(86, 190, 178, 0.15);
  border-radius: 35px;
}

.fixed_bar_item {
  position: relative;
  text-align: center;
}

.fixed_bar_item.fixed_bar_item_service > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.fixed_bar_item > a {
  position: relative;
  z-index: 9;
  display: block;
  text-decoration: none;
}

.fixed_bar_item.fixed_bar_item_service > a > img {
  width: 24px;
  height: 24px;
}

.fixed_bar_item.fixed_bar_item_service > a > p.lg {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
}

#online_service_body {
  display: none;
}

#online_service_body span{
  font-size: 14px;
}

#online_service_body table{
  margin: 10px 0;
}

.fixed-guide-wrap {
  position: relative;
  z-index: 9999;
}

.el-icon-close:before:hover {
  font-weight: bold;
}

.online-dialog-box {
  position: fixed !important;
  bottom: 0;
  right: 106px;
  height: auto;
  min-height: 546px;
  background: #ffffff !important;
  box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.12) !important;
  border-radius: 8px !important;
}

.ai-main-answer li{
  list-style: decimal !important;
  margin-left: 12px;
}

.ai-main-answer li::marker {
  padding-left: 20px;
}

#online_service_body .el-dialog__wrapper {
  pointer-events: none;
}
#online_service_body .el-dialog__wrapper .el-dialog {
  pointer-events: auto !important;
}

.online-dialog-box .el-dialog__header {
  background: #56beb2;
  border-radius: 8px 8px 0 0;
  box-sizing: border-box;
  height: 46px;
}

.online-dialog-title {
  display: flex;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
  line-height: 9px;
}

.online-dialog-title .clickTab img {
  width: 14px;
  height: 7px;
  position: absolute;
  bottom: -18px;
  left: 22px;
  display: block !important;
}

.online-dialog-title p {
  cursor: pointer;
  margin-right: 24px;
}

.online-dialog-title p:hover {
  font-weight: bold !important;
  color: #ffffff !important;
}

.online-dialog-title .clickTab {
  position: relative;
  font-weight: bold !important;
  color: #ffffff !important;
}

.online-dialog-box .el-dialog__headerbtn .el-dialog__close {
  color: #ffffff !important;
}

.online-dialog-box .el-dialog__headerbtn .el-dialog__close:hover {
  font-weight: bold !important;
  color: #ffffff !important;
}

.online-dialog-box .el-dialog__headerbtn {
  top: 15px !important;
}

.online-dialog-box .el-dialog--center .el-dialog__body {
  padding: 0 !important;
}

.online-dialog-box .el-dialog__body {
  padding: 0 !important;
}

.QA-data {
  min-height: 344px;
  max-height: 344px;
  overflow-y: auto;
  width: 100%;
  margin: 0 auto;
}
.QA-item {
  padding: 0 12px;
  margin: 16px auto;
  display: flex;
}
.QA-item.end {
  justify-content: flex-end;
}
.QA-item .user-problem {
  display: flex;
  flex-direction: row-reverse;
}
.QA-item .ai-result {
  display: flex;
}
.QA-item .ai-avatar {
  width: 36px;
  height: 36px;
  border-radius: 100%;
}
.QA-item .ai-name {
  font-size: 12px !important;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  line-height: 17px;
  margin-right: 4px;
}
.QA-item .ai-time {
  font-size: 12px !important;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  line-height: 17px;
}
.QA-item .ai-content {
  margin-top: 4px;
  max-width: 426px;
  padding: 8px 12px;
  box-sizing: border-box;
  background: #fafafa;
  border-radius: 8px 2px 8px 8px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.75);
  line-height: 26px;
}

.QA-item .ai-content img {
  max-width: 300px;
  cursor: pointer;
  height: auto;
}

.QA-item .ai-content a {
  text-decoration: underline !important;
  color: #2c897f !important;
  font-size: 14px;
  cursor: pointer;
}

.QA-item .ai-content a:hover {
  color: #16b799 !important;
}

.QA-item .user-problem .ai-content {
  background: #fafafa;
  border-radius: 8px 2px 8px 8px;
}
.QA-item .user-problem .ai-content .ai-content-item {
  margin-top: 9px;
}
.question-round {
  display: inline-block;
  margin: 8px 8px 0 0;
  width: 6px;
  height: 6px;
  background: #cdcdcd;
  border-radius: 50%;
}
.is-question .assistant-tip {
  margin-top: 3px !important;
}
.sorry-tip {
  margin-bottom: 13px;
  display: inline-block;
}
.question-items {
  display: flex;
  margin-bottom: 8px;
}
.question-item {
  font-size: 14px;
  font-weight: 400;
  color: #2b897e;
  line-height: 20px;
  cursor: pointer;
}
.form-box-answer {
  position: relative;
  border-top: 1px solid #d9d9d9;
}
.bottom-tips{
  font-size: 11px;
  font-weight: 400;
  color: rgba(0,0,0,0.45);
  line-height: 16px;
  text-align: center;
  margin: 0 0 8px 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.ai-main-answer .dot {
  font-size: 12px;
  font-weight: 400;
  color: #555555;
  line-height: 17px;
  margin-top: 4px;
  width: 126px;
  height: 36px;
  padding: 10px 12px;
  box-sizing: border-box;
  background: #fafafa;
  border-radius: 8px 2px 8px 8px;
}
.form-box-answer .demo-ruleForm {
  display: flex;
  flex-wrap: wrap;
}
.demo-ruleForm .el-form-item__label,
.demo-questionForm .el-form-item__label {
  color: rgba(0, 0, 0, 0.45) !important;
  width: auto !important;
  line-height: 26px !important;
  flex: none;
}

.getCode {
  margin-top: 20px;
}

.online-dialog-box .el-textarea__inner {
  color: rgba(0, 0, 0, 0.75) !important;
}

.form-box-answer .demo-ruleForm .el-form-item {
  display: flex;
  width: 50%;
  margin-right: 0 !important;
}
.form-box-answer .demo-ruleForm .el-form-item__content {
  flex: 1;
}

.online-dialog-box .demo-ruleForm .el-input__inner {
  width: 386px !important;
  height: 32px !important;
}

.form-box-answer .el-input,
.form-box-answer .el-select {
  width: 100% !important;
}
.form-box-answer .toolBtns {
  width: 76px;
  position: absolute;
  bottom: 37px;
  right: 16px;
}
.form-box-answer .toolBtns .toolBtn {
  width: 76px;
  height: 32px;
  background-color: #56beb2 !important;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  border: none !important;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
}
.form-box-answer .toolBtns .toolBtn:hover {
  background-color: #16b799 !important;
}
.onlineBtn:hover {
  background-color: #16b799 !important;
}
.form-box-answer .el-button--default {
  width: 128px;
  height: 40px;
  border: 1px solid #dcdfe6 !important;
  color: #606266 !important;
  background: #fff !important;
}
.el-input-number .el-input {
  width: 100% !important;
}

.hide-scroll {
  background: #fafafa;
  border-radius: 0 0 8px 8px;
  height: 71px;
  overflow: hidden;
  padding: 8px 12px;
}

.bottom-title {
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.55);
}

.dot-ani {
  display: inline-block;
  height: 12px;
  line-height: 12px;
  overflow: hidden;
}
.dot-ani::after {
  display: inline-table;
  white-space: pre;
  content: "\A.\A..\A...";
  animation: spin 2s steps(4) infinite;
}
@keyframes spin {
  to {
    -webkit-transform: translateY(-48px);
    transform: translateY(-48px);
  }
}

.common-problem {
  height: 85px;
  background: #fafafa;
  white-space: nowrap;
  display: flex;
  overflow-x: scroll;
  padding-top: 6px;
}

.common-problem span {
  width: auto;
  height: 25px;
  padding: 0 8px;
  background: #fafafa;
  border-radius: 13px;
  border: 1px solid #d9d9d9;
  display: flex;
  align-items: center;
  font-size: 12px !important;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.75);
  margin-right: 16px;
  cursor: pointer;
}

.common-problem span:hover {
  border: 1px solid #56beb2;
  color: #56beb2;
}

.content-tip {
  border-top: 1px solid #ebebeb;
  width: 100%;
  display: inline-block;
  margin: 8px 0 3px 0;
  padding-top: 8px;
}

.online-dialog-box .form-box-answer .el-textarea__inner {
  border: none !important;
  min-height: 47px !important;
  height: 47px !important;
}

.online-dialog-box .form-box-answer .el-textarea {
  background: #ffffff;
  height: 84px;
}

.ai-user-content {
  min-height: 36px;
  background: #56beb2;
  border-radius: 8px 2px 8px 8px;
  margin-top: 4px;
  max-width: 426px;
  padding: 8px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  position: absolute;
  right: 0;
}

.seize-a-seat {
  min-height: 36px;
  background: #56beb2;
  border-radius: 8px 2px 8px 8px;
  margin-top: 4px;
  max-width: 426px;
  padding: 8px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  visibility: hidden;
}

.user-answer {
  text-align: right;
}

.assistant-answer {
  text-align: left;
}

.ai-user-icon {
  width: 13px;
  height: 13px;
  position: relative;
  top: 10.5px;
}

.assistant-tip {
  font-size: 13px !important;
  font-weight: 400;
  color: #2f8b81;
  margin-top: 8px;
  margin-left: 6px;
  /* margin-top: 6px; */
  /* width: 108px;
  height: 30px;
  background: #f2faf9; */
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.tips-hover:hover {
  color: #16b799;
}

.tabInner {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.75);
  line-height: 13px;
  cursor: pointer;
}

.clickTabInner {
  font-weight: bold;
}

.clickTabInner .line {
  width: 116px;
  height: 3px;
  background: #56beb2;
  border-radius: 3px;
  display: inline-block;
}

.one-icon {
  width: 40px;
  height: 18px;
  margin-left: 2px;
  top: -4px;
  position: relative;
}

.online-dialog-box .tab1 .line {
  width: 56px !important;
}

.tabInner:hover {
  font-weight: bold;
}

.innerTabs {
  display: flex;
  padding: 37px 32px 16px 32px;
}

.one-btn-part {
  width: 100%;
  position: relative;
}

.one-btn-part button {
  height: 40px !important;
}
.one-btn {
  font-size: 14px !important;
  font-weight: bold !important;
  color: #ffffff !important;
  width: 268px;
  height: 36px;
  background: #56beb2 !important;
  border-radius: 20px !important;
  border: none !important;
  margin: 0 auto !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.one-tips {
  font-size: 14px;
  font-weight: 400;
  color: #1d736a;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 45px auto;
}
.one-tips p {
  color: #8ab7b2 !important;
  margin: 0 6px;
}

.tab2-bg {
  width: 418px;
  height: 476px;
  position: absolute;
  top: 24px;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}

.total-bg {
  width: 416px;
  height: 392px;
  background: #f3f3f3;
  border-radius: 16px;
  position: absolute;
  z-index: -2;
  left: 50%;
  transform: translateX(-50%);
  top: 31px;
}

.online-dialog-box .el-select .el-input.is-focus .el-input__inner {
  border-color: #56beb2 !important;
}

.online-dialog-box .el-select .el-input__inner:focus {
  border-color: #56beb2 !important;
}

.el-select-dropdown {
  z-index: 10000 !important;
}

.el-select-dropdown__item.selected {
  color: #56beb2 !important;
}

.online-dialog-box .demo-ruleForm .el-form-item {
  margin: 0 0 14px 32px !important;
}

.phone-part {
  width: 362px;
  height: 130px;
  background: #fafafa;
  border-radius: 8px;
  margin: 100px auto 0 auto;
}

.phone-part span {
  display: flex;
  padding-left: 32px;
  font-size: 14px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.65);
  line-height: 20px;
  margin-bottom: 17px;
}

.phone-part span img {
  margin-right: 10px;
}

.phone-part .phone {
  width: 22px;
  height: 22px;
}

.phone-part .time {
  width: 20px;
  height: 20px;
}

.code-title {
  margin: 40px auto 29px auto;
  display: flex;
  width: 333px;
  height: 38px;
}

.code-part {
  display: inline-block;
  margin-left: 60px;
  width: 272px;
  height: 214px;
  position: relative;
  background: url("../png/code-bg.png");
  background-size: 100% 100%;
}

.code-part img {
  position: absolute;
  right: 11px;
  top: 9px;
  width: 194px;
  height: 194px;
}

.code-btn-part {
  z-index: 1;
  position: relative;
  margin: 0 auto;
  width: 306px;
  height: 36px;
  background: rgba(86, 190, 178, 0.08);
  border-radius: 18px;
  border: 1px solid #56beb2;
  font-size: 14px;
  font-weight: bold;
  color: #56beb2;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-top: 15px;
}

.content-tip-small {
  display: inline-block;
  margin: 0 0 3px 0;
}

.code-btn-part img {
  width: 14px;
  height: 14px;
  margin: 3px 8px 0 0;
}

.code-btn-part:hover {
  border: 1px solid #16b799;
  color: #16b799;
}

/* 问题留言 */
.top-tops {
  width: 100%;
  padding: 6px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  background: #fafafa;
  height: auto;
}
.top-tops p {
  font-size: 16px !important;
  font-weight: bold;
  color: #116c62 !important;
  margin: 0 2px;
}

.question-part {
  width: 100%;
  overflow-x: hidden;
  position: relative;
}

.demo-questionForm {
  margin-top: 10px;
  height: auto;
  width: 103%;
}

.online-dialog-box .demo-questionForm .el-radio-button__inner {
  width: 88px;
  height: 30px;
  background: #ffffff !important;
  border-radius: 16px !important;
  border: 1px solid #d9d9d9 !important;
  font-size: 13px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65) !important;
  margin: 0 16px 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ai-main {
  position: relative;
}

.online-dialog-box .demo-questionForm .category-item .el-form-item__label {
  line-height: 29px !important;
}

.online-dialog-box .demo-questionForm .el-radio-button__inner:hover {
  background: #56beb2 !important;
  color: #fff !important;
  border: none !important;
}

.online-dialog-box .demo-questionForm .el-input__inner {
  width: 410px !important;
  height: 36px !important;
}

.online-dialog-box .demo-ruleForm label {
  display: flex;
  width: 100% !important;
  text-align: start;
}

.online-dialog-box .demo-ruleForm .area-select .el-select {
  margin-right: 8px;
}

.online-dialog-box .demo-ruleForm .el-select .el-input__inner {
  width: 386px !important;
  height: 32px !important;
}

.pop-close {
  width: 17px;
  height: 17px;
  position: absolute;
  right: 19px;
  top: 15px;
  cursor: pointer;
}

.online-dialog-box .demo-ruleForm .el-input__inner:focus,
.online-dialog-box .demo-ruleForm .el-input__inner:hover {
  border-color: #56beb2 !important;
}

.online-dialog-box .demo-ruleForm .area-select .el-select .el-input__inner {
  width: 186px !important;
}

.online-dialog-box
  .demo-questionForm
  .el-radio-button__orig-radio:checked
  + .el-radio-button__inner {
  background: #56beb2 !important;
  color: #fff !important;
  border: none !important;
  box-shadow: none !important;
}

.online-dialog-box .demo-questionForm .el-textarea__inner {
  width: 410px;
}

.online-dialog-box .demo-questionForm .el-textarea__inner:hover,
.online-dialog-box .demo-questionForm .el-textarea__inner:focus {
  border-color: #56beb2 !important;
}

.bottom-btn {
  width: 100%;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bottom-btn span {
  width: 270px;
  height: 40px;
  background: #56beb2;
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.demo-questionForm .el-form-item {
  padding: 0 0 0 19px;
}

.online-dialog-box .demo-questionForm .el-input__inner:hover,
.online-dialog-box .demo-questionForm .el-input__inner:focus {
  border-color: #56beb2 !important;
}

.success-close {
  width: 15px;
  height: 14px;
  position: absolute;
  right: 13px;
  top: 13px;
  cursor: pointer;
}

.success-pop {
  position: fixed;
  z-index: 10002;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.success-pop-inner {
  position: relative;
  width: 362px;
  height: 139px;
  background: linear-gradient(180deg, #edfffd 0%, #ffffff 100%);
  border-radius: 8px;
}

.category + .el-form-item__error {
  top: auto;
  bottom: -7px !important;
}

.is-success-pop {
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
  top: -17px;
  margin: 0 auto;
}

.success-pop-title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.75);
  margin: -5px 0 24px 0;
}

.success-pop-text {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
}

.buffet-detail-list-inner{
  display: flex;
  align-items: end;
}

.buffet-detail-list{
  width: 262px;
  height: auto;
  padding: 13px 0 15px 8px;
  background: linear-gradient(180deg, #F5FFFE 0%, #FFFFFF 100%);
  box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.08);
  border-radius: 3px;
  margin: 8px 0;
  cursor: pointer;
}

.buffet-detail-list-left-title{
  font-size: 15px;
  font-weight: bold;
  color: rgba(0,0,0,0.75);
  line-height: 21px;
  margin-bottom: 9px;
}

.buffet-detail-list-left-good {
  width: 146px;
  font-size: 13px !important;
  font-weight: bold;
  color: rgba(0,0,0,0.6);
  line-height: 23px;
  display: flex;
  align-items: center;
}

.buffet-detail-list-left-good p{
  margin-left: 8px;
  font-size: 16px;
  font-family: "DingTalk-JinBuTi";
  font-weight: normal;
  color: #56BEB2;
  line-height: 19px;
}

.buffet-detail-list-right{
  margin-left: 10px;
  width: 91px;
  height: 28px;
  background: linear-gradient(109deg, #39B4A6 0%, #56BEB2 100%);
  border-radius: 14px;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.buffet-detail-list-right img{
  width: 9px !important;
  height: 13px !important;
  margin-left: 3px;
}

/* 图片预览 */
.modal {
  touch-action: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
  user-select: none;
}
.modal > img {
  position: absolute;
  padding: 0;
  margin: 0;
  /* transition: all var(--delay_time); */
  transform: translateZ(0);
  height: auto;
}
