html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
button{
  -webkit-appearance: button;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: buttontext;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    align-items: flex-start;
    cursor: default;
    background-color: buttonface;
    box-sizing: border-box;
    margin: 0em;
    font: 400 13.3333px Arial;
    padding: 1px 6px;
    border-width: 2px;
    border-style: outset;
    border-color: buttonface;
    border-image: initial;
}
.el-button{
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: #FFF;
  border: 1px solid #DCDFE6;
  color: #606266;
  -webkit-appearance: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  -webkit-transition: .1s;
  transition: .1s;
  font-weight: 500;
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 4px;
}
.el-button--primary {
  color: #FFF;
  background-color: #409EFF;
  border-color: #409EFF;
}
.el-button {
  outline: none !important;
  border: none !important;
}
.el-button + .el-button {
  margin-left: 0.1rem !important;
}
.el-button--primary{
  font-size: 0.2215rem;
  width: 1.41rem;
  height: 0.44rem;
  padding: 0;
  background-color: #FF954D;
  border-color: #FF954D;
  border-radius: 6px;
}
.el-button--primary {
  font-size: 0.2215rem;
  width: 1.41rem;
  height: 0.44rem;
  padding: 0;
  background-color: #FF954D;
  border-color: #FF954D;
  border-radius: 6px;
}
.el-button--primary:focus,
.el-button--primary:hover {
  background: #FF954D;
  border-color: #FF954D;
  border-radius: 6px;
}
.wscn-http404-container {
  height: 100%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 60%;
  left: 50%;
  width: 100%;
}
.wscn-http404 {
  /* position: relative; */
  width: 100%;
  padding: 0 0.5rem;
  overflow: hidden;
  box-sizing: border-box;
}
.wscn-http404 .pic-404 {
  position: relative;
  float: left;
  width: 56%;
  overflow: hidden;
}
.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 {
  float: left;
  width: 43%;
  padding: 1rem 0;
  overflow: hidden;
}
.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 1.38rem 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;
  }
}
