* {
  margin: 0;
  padding: 0;
}
html {
  min-width: 1080px;
  min-height: 720px;
}
.el-button--primary {
  font-size: 22px;
  width: 141px;
  height: 44px;
  padding: 0;
  background-color: #FF954D;
  border-color: #FF954D;
  border-radius: 6px;
  cursor: pointer;
  color: #ffffff;
}
.el-button--primary:focus,
.el-button--primary:hover {
  background: #FF954D;
  border-color: #FF954D;
  border-radius: 6px;
}
.wscn-http404-container {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 43%;
  left: 50%;
  width: 100%;
}
.wscn-http404 {
  /* position: relative; */
  width: 100%;
  padding: 0 0.5rem;
  box-sizing: border-box;
}
.wscn-http404 .pic-404 {
  position: relative;
  float: left;
  width: 56%;
}
.wscn-http404 .pic-404__parent {
  width: 100%;
}
.wscn-http404 .pic-404__child {
  position: absolute;
}
.wscn-http404 .pic-404__child.left {
  width: 0.8rem;
  top: 17px;
  left: 2.2rem;
  opacity: 0;
  animation-name: cloudLeft;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}
.wscn-http404 .pic-404__child.mid {
  width: 0.46rem;
  top: 10px;
  left: 4.2rem;
  opacity: 0;
  animation-name: cloudMid;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-delay: 1.2s;
}
.wscn-http404 .pic-404__child.right {
  width: 62px;
  top: 1rem;
  left: 5rem;
  opacity: 0;
  animation-name: cloudRight;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}
@keyframes cloudLeft {
  0% {
    top: 17px;
    left: 2.2rem;
    opacity: 0;
  }
  20% {
    top: 33px;
    left: 1.88rem;
    opacity: 1;
  }
  80% {
    top: 0.81rem;
    left: 0.92rem;
    opacity: 1;
  }
  100% {
    top: 0.97rem;
    left: 0.6rem;
    opacity: 0;
  }
}
@keyframes cloudMid {
  0% {
    top: 10px;
    left: 4.2rem;
    opacity: 0;
  }
  20% {
    top: 40px;
    left: 3.6rem;
    opacity: 1;
  }
  70% {
    top: 1.3rem;
    left: 1.8rem;
    opacity: 1;
  }
  100% {
    top: 1.6rem;
    left: 1.2rem;
    opacity: 0;
  }
}
@keyframes cloudRight {
  0% {
    top: 1rem;
    left: 5rem;
    opacity: 0;
  }
  20% {
    top: 1.2rem;
    left: 4.6rem;
    opacity: 1;
  }
  80% {
    top: 1.8rem;
    left: 3.4rem;
    opacity: 1;
  }
  100% {
    top: 2rem;
    left: 3rem;
    opacity: 0;
  }
}
.wscn-http404 .bullshit {
  /* position: relative; */
  float: left;
  width: 43%;
  padding: 1rem 0;
}
.wscn-http404 .bullshit__headline {
  font-size: 0.5295rem;
  line-height: 24px;
  color: #616161;
  font-weight: bold;
  opacity: 0;
  margin-bottom: 10px;
  animation-name: slideUp;
  animation-duration: 0.5s;
  animation-delay: 0.1s;
  animation-fill-mode: forwards;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 1.1px;
}
.wscn-http404 .bullshit__info {
  line-height: 21px;
  opacity: 0;
  animation-name: slideUp;
  animation-duration: 0.5s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
  font-family: "FZLTHJW--GB1-0";
  font-size: 0.2407rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.38rem;
  letter-spacing: 0.5px;
  color: #616161;
  padding: 0.58rem 0.58rem 2.08rem 0.58rem;
}
.wscn-http404 .bullshit__return-home {
  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;
  animation-name: slideUp;
  animation-duration: 0.5s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
}
@keyframes slideUp {
  0% {
    transform: translateY(60px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
