.huoke_text-ellipsis {
  overflow: hidden;
  display: block;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.huoke_horz-line {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.08);
  height: 1px;
  width: 100%;
  font-size: 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  visibility: visible;
}
.hb_huoke_layout {
  background-color: #ffffff;
}
.hb_huoke_layout .hb_huoke_form {
  background-color: #ffffff;
  padding: 24px;
}
.hb_huoke_layout .hb_huoke_form.hb_huoke_form_plugin {
  padding: unset;
}
.hb_huoke_layout .hb_huoke_form .hb_huoke_item {
  width: 100%;
  margin-bottom: 20px;
}
.hb_huoke_layout .hb_huoke_form .hb_huoke_title {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  height: 24px;
  line-height: 16px;
}
.hb_huoke_layout .hb_huoke_form .hb_huoke_title .hb_huoke_required {
  font-size: 12px;
  color: #ff3b30;
  margin-left: 4px;
  line-height: 17px;
}
.hb_huoke_layout .hb_huoke_form .hb_huoke_input {
  width: 100%;
  height: 40px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
  padding: 6px 8px;
  box-sizing: border-box;
}
.hb_huoke_layout .hb_huoke_form .hb_huoke_input.hb_huoke_option {
  width: 16px;
  height: 16px;
}
.hb_huoke_layout .hb_huoke_form input[type='date'] {
  background-color: #ffffff;
  text-align: left;
  -webkit-tap-highlight-color: transparent;
}
.hb_huoke_layout .hb_huoke_form .hb_huoke_option_group {
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -8px;
}
.hb_huoke_layout .hb_huoke_form .hb_huoke_option_group .hb_huoke_option_label {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  margin-right: 48px;
}
.hb_huoke_layout .hb_huoke_form .hb_huoke_option_group .hb_huoke_option_label .hb_huoke_option_text {
  margin-left: 3px;
  cursor: pointer;
}
.hb_huoke_layout .hb_huoke_form .hb_huoke_option_group input[type='checkbox'] {
  cursor: pointer;
  font-size: 14px !important;
  width: 14px !important;
  height: 14px !important;
  position: relative !important;
  border: unset !important;
}
.hb_huoke_layout .hb_huoke_form .hb_huoke_option_group input[type='checkbox']:after {
  position: absolute !important;
  width: 16px !important;
  height: 16px !important;
  top: -1px !important;
  left: -1px !important;
  content: ' ' !important;
  background-color: #ffffff !important;
  color: #ffffff !important;
  display: inline-block !important;
  visibility: visible !important;
  border-radius: 3px !important;
  border: 1px solid rgba(0, 0, 0, 0.25) !important;
  box-sizing: border-box !important;
}
.hb_huoke_layout .hb_huoke_form .hb_huoke_option_group input[type='checkbox']:checked:after {
  border: 1px solid #2196f3 !important;
  background-color: #2196f3 !important;
}
.hb_huoke_layout .hb_huoke_form .hb_huoke_option_group input[type='checkbox']:checked:before {
  content: '✓' !important;
  display: block !important;
  position: absolute !important;
  top: -4px !important;
  left: 1px !important;
  z-index: 1 !important;
  font-weight: 500 !important;
  color: #fff !important;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif !important;
}
.hb_huoke_layout .hb_huoke_form .hb_huoke_option_group input[type='radio'] {
  cursor: pointer;
  font-size: 14px !important;
  width: 14px !important;
  height: 14px !important;
  position: relative !important;
  border: unset !important;
}
.hb_huoke_layout .hb_huoke_form .hb_huoke_option_group input[type='radio']:after {
  position: absolute !important;
  width: 16px !important;
  height: 16px !important;
  top: -1px !important;
  left: -1px !important;
  content: ' ' !important;
  background-color: #ffffff !important;
  color: #ffffff !important;
  display: inline-block !important;
  visibility: visible !important;
  border-radius: 50% !important;
  border: 1px solid rgba(0, 0, 0, 0.25) !important;
  box-sizing: border-box !important;
}
.hb_huoke_layout .hb_huoke_form .hb_huoke_option_group input[type='radio']:checked:after {
  border: 1px solid #2196f3 !important;
}
.hb_huoke_layout .hb_huoke_form .hb_huoke_option_group input[type='radio']:checked:before {
  content: '' !important;
  display: block !important;
  position: absolute !important;
  top: 3px !important;
  left: 3px !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  background-color: #2196f3 !important;
  font-weight: 400;
  z-index: 1 !important;
}
.hb_huoke_layout .hb_huoke_form input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.25) !important;
  font-size: 14px !important;
}
.hb_huoke_layout .hb_huoke_form input::-webkit-outer-spin-button,
.hb_huoke_layout .hb_huoke_form input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}
.hb_huoke_layout .hb_huoke_form input[type='number'] {
  -moz-appearance: textfield !important;
  /* firefox */
}
.hb_huoke_layout .hb_huoke_form .hb_huoke_get_mobile_btn {
  width: 100%;
  background-color: #ffffff;
  color: #2196f3;
  height: 40px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-size: 12px;
  line-height: 17px;
  font-weight: 400;
  border: unset;
  border-radius: 6px;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.hb_huoke_layout .hb_huoke_form .hb_huoke_sms {
  position: relative;
  margin-top: 8px;
}
.hb_huoke_layout .hb_huoke_form .hb_huoke_sms .hb_huoke_sms_verify {
  min-width: 80px;
  cursor: pointer;
  font-size: 12px;
  position: absolute;
  top: 0px;
  right: 0px;
  line-height: 40px;
  padding: 0 12px 0 8px;
  color: #2196f3;
}
.hb_huoke_layout .hb_huoke_form .hb_huoke_sms .hb_huoke_sms_verify::before {
  content: '';
  position: absolute;
  height: 14px;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.08);
  left: 0px;
  top: 13px;
}
.hb_huoke_layout .hb_huoke_p_qrcode {
  background-color: #ffffff;
  margin: auto 24px;
  padding: 24px 0 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  display: flex;
}
.hb_huoke_layout .hb_huoke_p_qrcode.hb_huoke_p_qrcode_plugin {
  margin: unset;
  padding: unset;
}
.hb_huoke_layout .hb_huoke_p_qrcode .hb_huoke_tip {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  line-height: 20px;
  padding-top: 15px;
}
.hb_huoke_layout .hb_huoke_p_qrcode .hb_huoke_tip.only_code {
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 20px;
  padding-top: unset;
}
.hb_huoke_layout .hb_huoke_p_qrcode .hb_huoke_body {
  width: 100%;
  padding: 20px 44px 25px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hb_huoke_layout .hb_huoke_p_qrcode .hb_huoke_body .hb_huoke_content {
  width: 100%;
  margin-bottom: 100%;
  position: relative;
}
.hb_huoke_layout .hb_huoke_p_qrcode .hb_huoke_body .hb_huoke_content .hb_huoke_qrcodeImage {
  background-color: rgba(0, 0, 0, 0.02);
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  width: 100% !important;
  height: auto !important;
}
.hb_huoke_layout .hb_huoke_p_qrcode .hb_huoke_body.hb_huoke_only_plugin {
  padding: unset;
  width: 100% !important;
}
.hb_huoke_layout .hb_huoke_only_plugin + .hb_huoke_btn {
  margin-top: 16px;
}
.hb_huoke_layout .hb_huoke_company {
  display: flex;
  align-items: center;
}
.hb_huoke_layout .hb_huoke_company .hb_huoke_icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.hb_huoke_layout .hb_huoke_company .hb_huoke_title {
  margin-left: 8px;
  max-width: 220px;
  height: 20px;
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 20px;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.hb_huoke_layout .hb_huoke_mask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.55);
  z-index: 1000;
}
.hb_huoke_layout .hb_huoke_drawer .hb_huoke_drawer_mask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.55);
  z-index: 1000;
}
.hb_huoke_layout .hb_huoke_drawer .hb_huoke_actionsheet {
  display: flex;
  flex-direction: column;
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 1024px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-bottom: 24px;
  padding-bottom: calc(5px + constant(safe-area-inset-bottom));
  padding-bottom: calc(5px + env(safe-area-inset-bottom));
  background-color: #ffffff;
  border-radius: 12px 12px 0 0;
  z-index: 1001;
}
.hb_huoke_layout .hb_huoke_drawer .hb_huoke_actionsheet .hb_huoke_actionsheet_head {
  display: flex;
  align-items: center;
  height: 43px;
  box-sizing: content-box;
  position: relative;
}
.hb_huoke_layout .hb_huoke_drawer .hb_huoke_actionsheet .hb_huoke_actionsheet_head::after {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.08);
  height: 1px;
  width: 100%;
  font-size: 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  visibility: visible;
  bottom: 0;
}
.hb_huoke_layout .hb_huoke_drawer .hb_huoke_actionsheet .hb_huoke_actionsheet_head .hb_huoke_cancel {
  position: absolute;
  left: 12px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 24px;
  cursor: pointer;
}
.hb_huoke_layout .hb_huoke_drawer .hb_huoke_actionsheet .hb_huoke_actionsheet_head .hb_huoke_title {
  padding-left: 16px;
  flex: 1;
  font-size: 16px;
  text-align: left;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 24px;
  text-align: center;
}
.hb_huoke_layout .hb_huoke_drawer .hb_huoke_actionsheet .hb_huoke_actionsheet_body {
  position: relative;
  max-height: 80vh;
  overflow: auto;
}
.hb_huoke_layout .hb_huoke_dialog .hb_huoke_dialog_mask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.55);
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.hb_huoke_layout .hb_huoke_dialog .hb_huoke_dialog_wrap {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 320px;
  z-index: 1001;
  background-color: #ffffff;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.hb_huoke_layout .hb_huoke_dialog .hb_huoke_dialog_wrap .hb_huoke_dialog_head {
  display: flex;
  align-items: center;
  height: 48px;
  box-sizing: content-box;
  position: relative;
}
.hb_huoke_layout .hb_huoke_dialog .hb_huoke_dialog_wrap .hb_huoke_dialog_head::after {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.08);
  height: 1px;
  width: 100%;
  font-size: 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  visibility: visible;
  bottom: 0;
}
.hb_huoke_layout .hb_huoke_dialog .hb_huoke_dialog_wrap .hb_huoke_dialog_head .hb_huoke_cancel {
  position: absolute;
  right: 12px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
  line-height: 24px;
  cursor: pointer;
  width: 40px;
  height: 32px;
  border-radius: 6px;
}
.hb_huoke_layout .hb_huoke_dialog .hb_huoke_dialog_wrap .hb_huoke_dialog_head .hb_huoke_cancel:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.hb_huoke_layout .hb_huoke_dialog .hb_huoke_dialog_wrap .hb_huoke_dialog_head .hb_huoke_cancel::before {
  content: '+';
  transform: rotateZ(45deg);
  position: absolute;
  font-size: 24px;
  top: 3px;
  left: 14px;
}
.hb_huoke_layout .hb_huoke_dialog .hb_huoke_dialog_wrap .hb_huoke_dialog_head .hb_huoke_title {
  padding-left: 16px;
  flex: 1;
  font-size: 16px;
  text-align: left;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 24px;
  text-align: center;
}
.hb_huoke_layout .hb_huoke_dialog .hb_huoke_dialog_wrap .hb_huoke_p_qrcode {
  padding-bottom: 15px;
}
.hb_huoke_layout .hb_huoke_btn {
  width: 100%;
  background-color: #2196f3;
  color: #ffffff;
  height: 44px;
  font-size: 16px;
  font-weight: 500;
  border: unset;
  border-radius: 6px;
  cursor: pointer;
}
.hb_huoke_layout .hb_huoke_bubbleParent {
  margin-top: 22px;
  max-width: 120%;
  position: relative;
}
.hb_huoke_layout .hb_huoke_bubbleParent .hb_huoke_bubble {
  box-sizing: border-box;
  height: 36px;
  background: linear-gradient(90deg, #ff6825 0%, #f89140 100%);
  box-shadow: 0px 4px 12px 0px rgba(254, 114, 44, 0.17);
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  padding: 9px 16px;
  line-height: 18px;
  border-radius: 20px;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.hb_huoke_layout .hb_huoke_bubbleParent .hb_huoke_top {
  position: absolute;
  width: 12px;
  top: -11px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.hb_huoke_layout .hb_huoke_bubbleParent .hb_huoke_left {
  position: absolute;
  width: 36px;
  top: 0;
  left: -36px;
}
.hb_huoke_layout .hb_huoke_bubbleParent .hb_huoke_right {
  position: absolute;
  width: 36px;
  top: 0;
  right: -36px;
}
.hb_huoke_layout input {
  box-shadow: none;
}
.hb_huoke_layout input:focus-visible {
  outline: 1px solid #218aef;
}
.hb_huoke_toast {
  font-size: 14px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 10px 15px;
  border-radius: 4px;
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 200px;
  text-align: center;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 1001;
}
#hb_huoke_float_bottom {
  width: 100%;
  padding: 8px 16px;
  background-color: #ffffff;
  padding-bottom: calc(5px + constant(safe-area-inset-bottom));
  padding-bottom: calc(5px + env(safe-area-inset-bottom));
}
#hb_huoke_float_bottom .hb_huoke_btn {
  height: 44px;
  line-height: 44px;
  text-align: center;
  background-color: #2196f3;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 6px;
}
