@charset "UTF-8";
/* 侧边栏宽度 */
/* 折叠后的侧边栏宽度 */
/* app默认字体大小 */
/* 搜索容器高度(可动态修改) */
/* app主题色 */
/* table 配色 */
.floatBtn_td[data-v-551cce96] {
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  /*IE10*/
  /*早期浏览器*/
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: fixed;
  z-index: 1;
  overflow: hidden;
  width: 100px;
  left: calc(100% - 100px);
  top: 427px;
  z-index: 999;
  font-size: 14px;
  height: 80px;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.floatBtn_td.rightBtn[data-v-551cce96] {
    border-radius: 20px 0 0 20px;
}
.floatBtn_td.leftBtn[data-v-551cce96] {
    border-radius: 0 20px 20px 0;
}
.floatBtn_td.moveBtn[data-v-551cce96] {
    border-radius: 20px;
}

