@charset "UTF-8";
/****** 常用的mixin和函数 ******/
@keyframes throttleAnimation-65c37dd4 {
0% {
    transform: translate3d(-0.1875rem, 0, 0);
}
100% {
    transform: translate3d(0.1875rem, 0, 0);
}
}
.throttle[data-v-65c37dd4] {
  animation: throttleAnimation-65c37dd4 0.15s cubic-bezier(0.85, -0.04, 0.2, 1.11) 2;
}
.no-permissions[data-v-65c37dd4] {
  width: 100%;
  height: 100vh;
  background: #F9F9F9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.no-permissions .dialog[data-v-65c37dd4] {
    width: 500px;
    height: 250px;
    background: #fff;
    border-bottom: 1px solid #E6E6E6;
    box-sizing: border-box;
    padding: 30px;
}
.no-permissions .dialog .title[data-v-65c37dd4] {
      font-size: 32px;
      font-weight: bold;
      text-align: center;
      margin: 15px 0 30px 0;
}
.no-permissions .dialog .desc[data-v-65c37dd4] {
      color: #434b53;
      font-weight: 200;
      line-height: 30px;
}
.no-permissions .dialog .indent[data-v-65c37dd4] {
      text-indent: 2em;
}

