@charset "UTF-8";
.floating-buttons[data-v-f0d85392] {
  position: fixed;
  right: 50px;
  bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  z-index: 999;
}
.float-btn[data-v-f0d85392] {
  /* 沿用原「返回顶部」按钮的规格：36px、10px 圆角 */
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background-color: #26a414;
  color: #fff;
  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;
  font-size: 18px;
  cursor: pointer;
  -webkit-box-shadow: 0 4px 12px rgba(38, 164, 20, 0.35);
          box-shadow: 0 4px 12px rgba(38, 164, 20, 0.35);
  -webkit-transition: opacity 0.25s ease, background-color 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.25s ease, background-color 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.25s ease, transform 0.2s, background-color 0.2s;
  transition: opacity 0.25s ease, transform 0.2s, background-color 0.2s, -webkit-transform 0.2s;
  /* 保留占位，只做视觉隐藏 */
}
.float-btn[data-v-f0d85392]:hover {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
  background-color: #1f8a11;
}
.float-btn.is-hidden[data-v-f0d85392] {
  opacity: 0;
  pointer-events: none;
}
.contact-title[data-v-f0d85392] {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}
.contact-email[data-v-f0d85392] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-size: 15px;
  font-weight: 500;
  color: #26a414;
  text-decoration: none;
  margin-bottom: 8px;
}
.contact-desc[data-v-f0d85392] {
  font-size: 12px;
  color: #999;
  margin: 0;
  line-height: 1.5;
}
@charset "UTF-8";
/* 纯文字提示型的 popover：去掉 Element 默认的 min-width:150px 与内边距 */
.float-tip.el-popover {
  min-width: 0;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.4;
}
.shuzhi-wrap[data-v-e00e3ef8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
.shuzhi-wrap .shuzhi-wrap-content[data-v-e00e3ef8] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
