/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[3].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[4]!./styles/components/_el51floatButtons.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.el51__float-buttons {
  position: fixed;
  top: 50%;
  right: calc(50vw - 36.5625rem - 3rem);
  z-index: 100;
}
.el51__float-buttons.mobile-float-btn {
  left: calc(100vw - 3.625rem) !important;
  top: calc(100vh - 12.25rem);
  top: calc(100dvh - 12.25rem);
}
.el51__float-buttons.mobile-float-btn .ad-inquire {
  padding: 0.875rem 0.25rem 0;
  border-radius: 1.5rem;
  width: 2.5rem;
  height: 5.9375rem;
}
.el51__float-buttons.mobile-float-btn .ad-inquire i {
  margin-bottom: 0;
}
.el51__float-buttons .ad-inquire {
  display: inline-block;
  width: 3rem;
  height: 5.625rem;
  padding: 0.625rem 0.5rem 0;
  text-align: center;
  line-height: 1;
  color: #ffffff;
  background-color: #ff6600;
  margin-bottom: 0.375rem;
  border-radius: 0.25rem;
  cursor: pointer;
}
.el51__float-buttons .ad-inquire:hover {
  color: #ffffff !important;
}
.el51__float-buttons .ad-inquire i {
  display: block;
  margin: 0 auto 0.375rem;
  text-align: center;
}
.el51__float-buttons .ad-inquire .tit {
  font-size: 0.75rem;
}
.el51__float-buttons .btn-item {
  width: 3rem;
  height: 3rem;
  border: 0.0625rem solid #eaeaea;
  border-radius: 0.25rem;
  background-color: #fafafa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #333333;
  font-size: 0.625rem;
  margin-bottom: 0.375rem;
  position: relative;
  cursor: pointer;
}
.el51__float-buttons .btn-item:hover {
  color: #333333 !important;
}
.el51__float-buttons .btn-item.online-service {
  border-color: #20c063;
  background-color: #20c063;
  color: #ffffff;
}
.el51__float-buttons .btn-item.wechat-btn-item:hover .wechat-qr-box {
  display: block;
}
.el51__float-buttons .btn-item.wechat-btn-item .wechat-qr-box {
  display: none;
  position: absolute;
  top: 0;
  left: -8.75rem;
  padding: 0.625rem;
  border-radius: 0.1875rem;
  background-color: #272727;
  color: #ffffff;
}
.el51__float-buttons .btn-item.wechat-btn-item .wechat-qr-box img {
  max-width: 6.125rem;
}
.el51__float-buttons .btn-item.wechat-btn-item .wechat-qr-box .tit {
  display: block;
  line-height: 1;
  padding: 0.625rem 0 0.3125rem;
  font-size: 0.625rem;
}
.el51__float-buttons .btn-item.wechat-btn-item .wechat-qr-box .tit-wechat {
  display: block;
  line-height: 1;
  font-size: 0.625rem;
  letter-spacing: -0.0625rem;
}
.el51__float-buttons .btn-item.wechat-btn-item .wechat-qr-box .tit-wechat b {
  display: block;
  line-height: 1.3;
  font-weight: normal;
}
.el51__float-buttons .btn-item .iconfont {
  font-size: 1rem;
  margin-bottom: 0.125rem;
}

#dify-chatbot-bubble-button {
  position: fixed;
  top: calc(50% + 6rem);
  right: calc(50vw - 36.5625rem - 3rem);
  z-index: 2000;
  width: 3rem;
  height: 3rem;
  border-radius: 0.25rem;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#dify-chatbot-bubble-button #openIcon {
  opacity: 0;
}
#dify-chatbot-bubble-button #closeIcon {
  position: relative;
  bottom: 0.3125rem;
  background: #20c063;
}

#dify-chatbot-bubble-window {
  position: fixed !important;
  height: 40rem !important;
  right: calc(50vw - 36.5625rem + 1.875rem) !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%) !important;
      -ms-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
  z-index: 1030 !important;
}

@media (max-width: 1300px) {
  .el51__float-buttons,
#dify-chatbot-bubble-button {
    right: 1.875rem;
  }

  #dify-chatbot-bubble-window {
    right: 6.75rem !important;
  }
}
@media (max-width: 768px) {
  #dify-chatbot-bubble-button {
    display: none;
  }
}
