/*!
 * _variables.scss
 * 设置scss所有变量
 
  统一在这里 注入 只使用的变量为全局变量 
  原因：
  1：webpack 编译性能瓶颈 卡爆了
  2:防止重复打包 
 *
 */.floatingWindow[data-v-623b78a8]{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;width:80px;height:80px;overflow:hidden;border-radius:50%;background:#fff;-webkit-box-shadow:0 0 10px #ccc;box-shadow:0 0 10px #ccc;position:fixed;right:30px;top:50%;z-index:9999999;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.floatingWindow span[data-v-623b78a8]{width:70px;height:70px;line-height:70px;border-radius:50%;text-align:center;margin:0 auto;display:block;background:#21d4bc;color:#fff;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}.floatingWindow span[data-v-623b78a8]:hover{width:80px;height:80px;line-height:80px}.popovers-body[data-v-623b78a8]{display:-webkit-box;display:-ms-flexbox;display:flex;margin:10px 10px 20px;font-size:16px}.popovers-body .popovers-left[data-v-623b78a8],.popovers-body .popovers-right[data-v-623b78a8]{line-height:32px;-webkit-box-flex:1;-ms-flex:1;flex:1}.popovers-body span[data-v-623b78a8]{color:red}