.#{$namespace} {
  &-404 {
    width: 100%;
    height: 100%;
    position: relative;
    background: url("~@/assets/404bg.jpg") no-repeat center -150px;
    animation: anima-fadein 1s both;
    &-text {
      text-align: center;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 25%;
      animation: anima-fadein 1s 1s both;
      h1 {
        font-size: 32px;
        font-weight: bold;
        animation: anima-upbit 0.5s 1.5s both;
      }
      h2 {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 20px;
        margin-top: 10px;
        animation: anima-upbit 0.5s 2s both;
      }
      .hui-btn {
        animation: anima-upbit 0.5s 2.5s both;
      }
    }
  }
}
