/* 根面板样式 */
.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;
}

.splitScreenContainer_splitScreenContainer_3xhy {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  height: auto;
  overflow: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 0;
}
:not([data-cancel-transition="true"]) > .splitScreenContainer_splitScreenContainer-transition_1Cx0 {
  -webkit-transition: width calc(0.3s - 0.1s) cubic-bezier(0, 0.4, 0.4, 1);
  -o-transition: width calc(0.3s - 0.1s) cubic-bezier(0, 0.4, 0.4, 1);
  transition: width calc(0.3s - 0.1s) cubic-bezier(0, 0.4, 0.4, 1);
}
.splitScreenContainer_splitScreenContainer_3xhy .splitScreenContainer_triggerConetnt_37eP {
  position: absolute;
  margin-left: 1px;
  margin-top: 0;
  width: calc(100% - 1px);
  height: 100%;
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 1050;
}
.splitScreenContainer_splitScreenContainer_3xhy .splitScreenContainer_traggerBg_dfhT {
  opacity: 1;
  background-color: var(--theme-color-level2) !important;
}
.splitScreenContainer_splitScreenContainer-show_3b-N {
  width: 50% !important;
  height: 100%;
}
.splitScreenContainer_splitScreenContainer-show_3b-N .splitScreenContainer_splitScreenContainer-splitLine_TOP3 {
  position: relative;
  z-index: 1050;
  width: 1px;
  background: #B2B2B2;
  height: 100%;
}
.splitScreenContainer_splitScreenContainer-show_3b-N .splitScreenContainer_splitScreenContainer-splitLine-bar_npau {
  width: 10px;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 1001;
  cursor: col-resize;
}
.splitScreenContainer_splitScreenContainer-container_7MzF {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.splitScreenContainer_splitScreenContainer-container_7MzF [data-comtype="grid"] {
  width: 100%;
}
.splitScreenContainer_splitScreenContainer-nodata_17Vz {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
.splitScreenContainer_splitScreenContainer-nodata-icon_2Rq2 {
  text-align: center;
}
.splitScreenContainer_splitScreenContainer-nodata-container_25NH {
  line-height: 22px;
  margin-left: 25px;
}
.splitScreenContainer_splitScreenContainer-nodata-container-title_24CO {
  margin-top: 8px;
  font-size: 16px;
  color: #212121;
}
.splitScreenContainer_splitScreenContainer-nodata-container-content_2aSK {
  margin-top: 8px;
  font-size: 14px;
  color: #666666;
  line-height: 17px;
}
.splitScreenContainer_splitScreenContainer-nodata-container-content_2aSK li {
  list-style-type: initial;
  list-style-position: inside;
}
.splitScreenContainer_splitScreen-tab_27cV {
  display: none !important;
}
.splitScreenContainer_splitScreen-page_pQeg {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  position: fixed;
  z-index: 2;
  visibility: initial !important;
}
.splitScreenContainer_bill-split_3yYv {
  padding-right: 50%;
}
:not([data-cancel-transition="true"]) > .splitScreenContainer_bill-split_3yYv {
  -webkit-transition: padding calc(0.3s - 0.1s) cubic-bezier(0, 0.4, 0.4, 1);
  -o-transition: padding calc(0.3s - 0.1s) cubic-bezier(0, 0.4, 0.4, 1);
  transition: padding calc(0.3s - 0.1s) cubic-bezier(0, 0.4, 0.4, 1);
}

