@charset "UTF-8";
[data-v-cb6dfc12]:export {
  menuText: #bfcbd9;
  menuActiveText: #409eff;
  subMenuActiveText: #f4f4f5;
  menuBg: #304156;
  menuHover: #263445;
  subMenuBg: #1f2d3d;
  subMenuHover: #001528;
  sideBarWidth: 210px;
}
[data-v-cb6dfc12]:export {
  menuText: #333333;
  menuActiveText: #fff;
  subMenuActiveText: #fff;
  menuBg: #5ab53c;
  menuHover: #5ab53c;
  subMenuBg: #5ab53c;
  subMenuBar: rgba(90, 181, 60, 0.4);
  subMenuHover: #5ab53c;
  themeBg: #5ab53c;
  gray600: #666666;
  gray700: #919191;
}
.padding[data-v-cb6dfc12] {
  padding: 20px;
}
.padding-lg[data-v-cb6dfc12] {
  padding: 30px;
}
.padding-sm[data-v-cb6dfc12] {
  padding: 10px;
}
.padding-lr[data-v-cb6dfc12] {
  padding-left: 20px;
  padding-right: 20px;
}
.padding-lr-lg[data-v-cb6dfc12] {
  padding-left: 30px;
  padding-right: 30px;
}
.padding-lr-sm[data-v-cb6dfc12] {
  padding-left: 10px;
  padding-right: 10px;
}
.padding-tb[data-v-cb6dfc12] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.padding-tb-lg[data-v-cb6dfc12] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.padding-tb-sm[data-v-cb6dfc12] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.padding-left[data-v-cb6dfc12] {
  padding-left: 20px;
}
.padding-left-lg[data-v-cb6dfc12] {
  padding-left: 30px;
}
.padding-left-sm[data-v-cb6dfc12] {
  padding-left: 10px;
}
.padding-right[data-v-cb6dfc12] {
  padding-right: 20px;
}
.padding-right-lg[data-v-cb6dfc12] {
  padding-right: 30px;
}
.padding-right-sm[data-v-cb6dfc12] {
  padding-right: 10px;
}
.padding-bottom[data-v-cb6dfc12] {
  padding-bottom: 20px;
}
.padding-bottom-lg[data-v-cb6dfc12] {
  padding-bottom: 30px;
}
.padding-bottom-sm[data-v-cb6dfc12] {
  padding-bottom: 10px;
}
.padding-top[data-v-cb6dfc12] {
  padding-top: 20px;
}
.padding-top-lg[data-v-cb6dfc12] {
  padding-top: 30px;
}
.padding-top-sm[data-v-cb6dfc12] {
  padding-top: 10px;
}
.margin[data-v-cb6dfc12] {
  margin: 20px;
}
.margin-lg[data-v-cb6dfc12] {
  margin: 30px;
}
.margin-sm[data-v-cb6dfc12] {
  margin: 10px;
}
.margin-lr[data-v-cb6dfc12] {
  margin-left: 20px;
  margin-right: 20px;
}
.margin-lr-lg[data-v-cb6dfc12] {
  margin-left: 30px;
  margin-right: 30px;
}
.margin-lr-sm[data-v-cb6dfc12] {
  margin-left: 10px;
  margin-right: 10px;
}
.margin-tb[data-v-cb6dfc12] {
  margin-top: 20px;
  margin-bottom: 20px;
}
.margin-tb-lg[data-v-cb6dfc12] {
  margin-top: 30px;
  margin-bottom: 30px;
}
.margin-tb-sm[data-v-cb6dfc12] {
  margin-top: 10px;
  margin-bottom: 10px;
}
.margin-left[data-v-cb6dfc12] {
  margin-left: 20px;
}
.margin-left-lg[data-v-cb6dfc12] {
  margin-left: 30px;
}
.margin-left-sm[data-v-cb6dfc12] {
  margin-left: 10px;
}
.margin-right[data-v-cb6dfc12] {
  margin-right: 20px;
}
.margin-right-lg[data-v-cb6dfc12] {
  margin-right: 30px;
}
.margin-right-sm[data-v-cb6dfc12] {
  margin-right: 10px;
}
.margin-bottom[data-v-cb6dfc12] {
  margin-bottom: 20px;
}
.margin-bottom-lg[data-v-cb6dfc12] {
  margin-bottom: 30px;
}
.margin-bottom-sm[data-v-cb6dfc12] {
  margin-bottom: 10px;
}
.margin-top[data-v-cb6dfc12] {
  margin-top: 20px;
}
.margin-top-lg[data-v-cb6dfc12] {
  margin-top: 30px;
}
.margin-top-xl[data-v-cb6dfc12] {
  margin-top: 40px;
}
.margin-top-sm[data-v-cb6dfc12] {
  margin-top: 10px;
}

/*  -- flex弹性布局 -- */
.flex[data-v-cb6dfc12] {
  display: flex;
}
.basis-xs[data-v-cb6dfc12] {
  flex-basis: 20%;
}
.basis-sm[data-v-cb6dfc12] {
  flex-basis: 40%;
}
.basis-df[data-v-cb6dfc12] {
  flex-basis: 50%;
}
.basis-lg[data-v-cb6dfc12] {
  flex-basis: 60%;
}
.basis-xl[data-v-cb6dfc12] {
  flex-basis: 80%;
}
.flex-sub[data-v-cb6dfc12] {
  flex: 1;
}
.flex-twice[data-v-cb6dfc12] {
  flex: 2;
}
.flex-treble[data-v-cb6dfc12] {
  flex: 3;
}
.flex-direction[data-v-cb6dfc12] {
  flex-direction: column;
}
.flex-wrap[data-v-cb6dfc12] {
  flex-wrap: wrap;
}
.align-start[data-v-cb6dfc12] {
  align-items: flex-start;
}
.align-end[data-v-cb6dfc12] {
  align-items: flex-end;
}
.align-center[data-v-cb6dfc12] {
  align-items: center;
}
.align-stretch[data-v-cb6dfc12] {
  align-items: stretch;
}
.self-start[data-v-cb6dfc12] {
  align-self: flex-start;
}
.self-center[data-v-cb6dfc12] {
  align-self: flex-center;
}
.self-end[data-v-cb6dfc12] {
  align-self: flex-end;
}
.self-stretch[data-v-cb6dfc12] {
  align-self: stretch;
}
.align-stretch[data-v-cb6dfc12] {
  align-items: stretch;
}
.justify-start[data-v-cb6dfc12] {
  justify-content: flex-start;
}
.justify-end[data-v-cb6dfc12] {
  justify-content: flex-end;
}
.justify-center[data-v-cb6dfc12] {
  justify-content: center;
}
.justify-between[data-v-cb6dfc12] {
  justify-content: space-between;
}
.justify-around[data-v-cb6dfc12] {
  justify-content: space-around;
}
.wscn-http404-container[data-v-cb6dfc12] {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 40%;
  left: 50%;
}
.wscn-http404[data-v-cb6dfc12] {
  position: relative;
  width: 1200px;
  padding: 0 50px;
  overflow: hidden;
}
.wscn-http404 .pic-404[data-v-cb6dfc12] {
    position: relative;
    float: left;
    width: 600px;
    overflow: hidden;
}
.wscn-http404 .pic-404__parent[data-v-cb6dfc12] {
      width: 100%;
}
.wscn-http404 .pic-404__child[data-v-cb6dfc12] {
      position: absolute;
}
.wscn-http404 .pic-404__child.left[data-v-cb6dfc12] {
        width: 80px;
        top: 17px;
        left: 220px;
        opacity: 0;
        -webkit-animation-name: cloudLeft-data-v-cb6dfc12;
                animation-name: cloudLeft-data-v-cb6dfc12;
        -webkit-animation-duration: 2s;
                animation-duration: 2s;
        -webkit-animation-timing-function: linear;
                animation-timing-function: linear;
        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
        -webkit-animation-delay: 1s;
                animation-delay: 1s;
}
.wscn-http404 .pic-404__child.mid[data-v-cb6dfc12] {
        width: 46px;
        top: 10px;
        left: 420px;
        opacity: 0;
        -webkit-animation-name: cloudMid-data-v-cb6dfc12;
                animation-name: cloudMid-data-v-cb6dfc12;
        -webkit-animation-duration: 2s;
                animation-duration: 2s;
        -webkit-animation-timing-function: linear;
                animation-timing-function: linear;
        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
        -webkit-animation-delay: 1.2s;
                animation-delay: 1.2s;
}
.wscn-http404 .pic-404__child.right[data-v-cb6dfc12] {
        width: 62px;
        top: 100px;
        left: 500px;
        opacity: 0;
        -webkit-animation-name: cloudRight-data-v-cb6dfc12;
                animation-name: cloudRight-data-v-cb6dfc12;
        -webkit-animation-duration: 2s;
                animation-duration: 2s;
        -webkit-animation-timing-function: linear;
                animation-timing-function: linear;
        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
        -webkit-animation-delay: 1s;
                animation-delay: 1s;
}
@-webkit-keyframes cloudLeft-data-v-cb6dfc12 {
0% {
    top: 17px;
    left: 220px;
    opacity: 0;
}
20% {
    top: 33px;
    left: 188px;
    opacity: 1;
}
80% {
    top: 81px;
    left: 92px;
    opacity: 1;
}
100% {
    top: 97px;
    left: 60px;
    opacity: 0;
}
}
@keyframes cloudLeft-data-v-cb6dfc12 {
0% {
    top: 17px;
    left: 220px;
    opacity: 0;
}
20% {
    top: 33px;
    left: 188px;
    opacity: 1;
}
80% {
    top: 81px;
    left: 92px;
    opacity: 1;
}
100% {
    top: 97px;
    left: 60px;
    opacity: 0;
}
}
@-webkit-keyframes cloudMid-data-v-cb6dfc12 {
0% {
    top: 10px;
    left: 420px;
    opacity: 0;
}
20% {
    top: 40px;
    left: 360px;
    opacity: 1;
}
70% {
    top: 130px;
    left: 180px;
    opacity: 1;
}
100% {
    top: 160px;
    left: 120px;
    opacity: 0;
}
}
@keyframes cloudMid-data-v-cb6dfc12 {
0% {
    top: 10px;
    left: 420px;
    opacity: 0;
}
20% {
    top: 40px;
    left: 360px;
    opacity: 1;
}
70% {
    top: 130px;
    left: 180px;
    opacity: 1;
}
100% {
    top: 160px;
    left: 120px;
    opacity: 0;
}
}
@-webkit-keyframes cloudRight-data-v-cb6dfc12 {
0% {
    top: 100px;
    left: 500px;
    opacity: 0;
}
20% {
    top: 120px;
    left: 460px;
    opacity: 1;
}
80% {
    top: 180px;
    left: 340px;
    opacity: 1;
}
100% {
    top: 200px;
    left: 300px;
    opacity: 0;
}
}
@keyframes cloudRight-data-v-cb6dfc12 {
0% {
    top: 100px;
    left: 500px;
    opacity: 0;
}
20% {
    top: 120px;
    left: 460px;
    opacity: 1;
}
80% {
    top: 180px;
    left: 340px;
    opacity: 1;
}
100% {
    top: 200px;
    left: 300px;
    opacity: 0;
}
}
.wscn-http404 .bullshit[data-v-cb6dfc12] {
    position: relative;
    float: left;
    width: 300px;
    padding: 30px 0;
    overflow: hidden;
}
.wscn-http404 .bullshit__oops[data-v-cb6dfc12] {
      font-size: 32px;
      font-weight: bold;
      line-height: 40px;
      color: #1482f0;
      opacity: 0;
      margin-bottom: 20px;
      -webkit-animation-name: slideUp-data-v-cb6dfc12;
              animation-name: slideUp-data-v-cb6dfc12;
      -webkit-animation-duration: 0.5s;
              animation-duration: 0.5s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
}
.wscn-http404 .bullshit__headline[data-v-cb6dfc12] {
      font-size: 20px;
      line-height: 24px;
      color: #222;
      font-weight: bold;
      opacity: 0;
      margin-bottom: 10px;
      -webkit-animation-name: slideUp-data-v-cb6dfc12;
              animation-name: slideUp-data-v-cb6dfc12;
      -webkit-animation-duration: 0.5s;
              animation-duration: 0.5s;
      -webkit-animation-delay: 0.1s;
              animation-delay: 0.1s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
}
.wscn-http404 .bullshit__info[data-v-cb6dfc12] {
      font-size: 13px;
      line-height: 21px;
      color: grey;
      opacity: 0;
      margin-bottom: 30px;
      -webkit-animation-name: slideUp-data-v-cb6dfc12;
              animation-name: slideUp-data-v-cb6dfc12;
      -webkit-animation-duration: 0.5s;
              animation-duration: 0.5s;
      -webkit-animation-delay: 0.2s;
              animation-delay: 0.2s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
}
.wscn-http404 .bullshit__return-home[data-v-cb6dfc12] {
      display: block;
      float: left;
      width: 110px;
      height: 36px;
      background: #1482f0;
      border-radius: 100px;
      text-align: center;
      color: #ffffff;
      opacity: 0;
      font-size: 14px;
      line-height: 36px;
      cursor: pointer;
      -webkit-animation-name: slideUp-data-v-cb6dfc12;
              animation-name: slideUp-data-v-cb6dfc12;
      -webkit-animation-duration: 0.5s;
              animation-duration: 0.5s;
      -webkit-animation-delay: 0.3s;
              animation-delay: 0.3s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
}
@-webkit-keyframes slideUp-data-v-cb6dfc12 {
0% {
    transform: translateY(60px);
    opacity: 0;
}
100% {
    transform: translateY(0);
    opacity: 1;
}
}
@keyframes slideUp-data-v-cb6dfc12 {
0% {
    transform: translateY(60px);
    opacity: 0;
}
100% {
    transform: translateY(0);
    opacity: 1;
}
}

