/* 根面板样式 */
.FloatingForm_root_1KrN {
  background: #FFFFFF;
  -webkit-box-shadow: -9px 5px 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: -9px 5px 20px 0 rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  position: fixed;
  z-index: 1050;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
/* 箭头面板 */
.FloatingForm_arrow-div_3hi9 {
  position: relative;
}
/* 面板位置右边，向左箭头 */
.FloatingForm_arrow-right_2jqu,
.FloatingForm_arrow-rightCenter_bOzj,
.FloatingForm_arrow-rightTop_2IJv,
.FloatingForm_arrow-rightBottom_3aPl {
  width: 0px;
  height: 0px;
  border-width: 12px;
  border-style: solid;
  border-color: transparent rgba(0, 0, 0, 0.05) transparent transparent;
  position: absolute;
  left: -24px;
  z-index: 1050;
}
/* 面板位置右边，向左箭头覆盖层 */
.FloatingForm_arrow-border-right_3U-q,
.FloatingForm_arrow-border-rightCenter_3T0u,
.FloatingForm_arrow-border-rightTop_1GS5,
.FloatingForm_arrow-border-rightBottom_dVtC {
  width: 0px;
  height: 0px;
  border-width: 12px;
  border-style: solid;
  border-color: transparent #FFF transparent transparent;
  position: absolute;
  left: -23px;
  z-index: 1050;
}
/* 面板位置左边，向右箭头 */
.FloatingForm_arrow-left_3xYF,
.FloatingForm_arrow-leftCenter_29Ik,
.FloatingForm_arrow-leftTop_1l0e,
.FloatingForm_arrow-leftBottom_2qB4 {
  width: 0px;
  height: 0px;
  border-width: 12px;
  border-style: solid;
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.05);
  position: absolute;
  right: -24px;
  z-index: 1050;
}
/* 面板位置左边，向右箭头覆盖层 */
.FloatingForm_arrow-border-left_tJpI,
.FloatingForm_arrow-border-leftCenter_2nKb,
.FloatingForm_arrow-border-leftTop_3BMD,
.FloatingForm_arrow-border-leftBottom_3-DE {
  width: 0px;
  height: 0px;
  border-width: 12px;
  border-style: solid;
  border-color: transparent transparent transparent #FFF;
  position: absolute;
  right: -23px;
  z-index: 1050;
}
/* 面板位置顶部，箭头向下 */
.FloatingForm_arrow-top_2PVs,
.FloatingForm_arrow-topCenter_2yFX,
.FloatingForm_arrow-topLeft_1XKx,
.FloatingForm_arrow-topRight_1LnF {
  width: 0px;
  height: 0px;
  border-width: 12px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.05) transparent transparent transparent;
  position: absolute;
  bottom: -24px;
  z-index: 1050;
}
/* 面板位置顶部，箭头向下覆盖层 */
.FloatingForm_arrow-border-top_3lQW,
.FloatingForm_arrow-border-topCenter_3JF_,
.FloatingForm_arrow-border-topLeft_25Pc,
.FloatingForm_arrow-border-topRight_1a-s {
  width: 0px;
  height: 0px;
  border-width: 12px;
  border-style: solid;
  border-color: #FFF transparent transparent transparent;
  position: absolute;
  bottom: -23px;
  z-index: 1050;
}
/* 面板位置底部，箭头向上 */
.FloatingForm_arrow-bottom_2g_g,
.FloatingForm_arrow-bottomCenter_2vbw,
.FloatingForm_arrow-bottomLeft_8QPd,
.FloatingForm_arrow-bottomRight_2uKO {
  width: 0px;
  height: 0px;
  border-width: 12px;
  border-style: solid;
  border-color: transparent transparent rgba(0, 0, 0, 0.05) transparent;
  position: absolute;
  top: -24px;
  z-index: 1050;
}
/* 面板位置底部，箭头向上覆盖层 */
.FloatingForm_arrow-border-bottom_pbQt,
.FloatingForm_arrow-border-bottomCenter_1I02,
.FloatingForm_arrow-border-bottomLeft_1-mA,
.FloatingForm_arrow-border-bottomRight_3jqq {
  width: 0px;
  height: 0px;
  border-width: 12px;
  border-style: solid;
  border-color: transparent transparent #FFF transparent;
  position: absolute;
  top: -23px;
  z-index: 1050;
}

.RobotFloat_robot-float_-0Z- {
  position: fixed;
  bottom: 20px;
  right: 60px;
  min-width: 100px;
  background-color: #fff;
  z-index: 10001;
}
.RobotFloat_speech-bubble_30kR {
  border-radius: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-animation: RobotFloat_step_2pwY 0.3s ease-in;
          animation: RobotFloat_step_2pwY 0.3s ease-in;
  max-height: 10px;
}
.RobotFloat_up_6eNK {
  max-height: 100%;
  -webkit-transition: max-height 1s linear;
  -o-transition: max-height 1s linear;
  transition: max-height 1s linear;
}
@-webkit-keyframes RobotFloat_step_2pwY {
  0% {
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes RobotFloat_step_2pwY {
  0% {
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.RobotFloat_robot-move_lKvK {
  -webkit-animation: RobotFloat_move_25Jn 2s ease;
          animation: RobotFloat_move_25Jn 2s ease;
}
@-webkit-keyframes RobotFloat_move_25Jn {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes RobotFloat_move_25Jn {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.PopFloatingForm_popfloating-root_2zEH {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed!important;
  background: #FFFFFF;
  -webkit-box-shadow: -1px 1px 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: -1px 1px 20px 0 rgba(0, 0, 0, 0.2);
  z-index: 1050;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.PopFloatingForm_popfloating-title_2YoQ {
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #d4d4d4;
  cursor: move;
}
.PopFloatingForm_popfloating-title-content_l-nI {
  margin-left: 10px;
  font-size: 14px;
}
.PopFloatingForm_popfloating-title-close_2cmd {
  margin-right: 10px;
  cursor: pointer;
}

