.error-container[data-v-09c68b87] {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.error-container .error-content .pic-error[data-v-09c68b87] {
  position: relative;
  float: left;
  width: 120%;
  overflow: hidden;
}
.error-container .error-content .pic-error-parent[data-v-09c68b87] {
  width: 100%;
}
.error-container .error-content .pic-error-child[data-v-09c68b87] {
  position: absolute;
}
.error-container .error-content .pic-error-child.left[data-v-09c68b87] {
  top: 0.88542vw;
  left: 11.45833vw;
  width: 4.16667vw;
  opacity: 0;
  animation-name: cloudLeft-09c68b87;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
.error-container .error-content .pic-error-child.mid[data-v-09c68b87] {
  top: 0.52083vw;
  left: 21.875vw;
  width: 2.39583vw;
  opacity: 0;
  animation-name: cloudMid-09c68b87;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-delay: 1.2s;
  animation-fill-mode: forwards;
}
.error-container .error-content .pic-error-child.right[data-v-09c68b87] {
  top: 5.20833vw;
  left: 26.04167vw;
  width: 3.22917vw;
  opacity: 0;
  animation-name: cloudRight-09c68b87;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
@keyframes cloudLeft-09c68b87 {
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 cloudMid-09c68b87 {
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 cloudRight-09c68b87 {
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;
}
}
.error-container .error-content .bullshit[data-v-09c68b87] {
  position: relative;
  float: left;
  width: 15.625vw;
  padding: 1.5625vw 0;
  overflow: hidden;
}
.error-container .error-content .bullshit-oops[data-v-09c68b87] {
  margin-bottom: 1.04167vw;
  font-size: 1.66667vw;
  font-weight: bold;
  line-height: 2.08333vw;
  color: #1482f0;
  opacity: 0;
  animation-name: slideUp-09c68b87;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
.error-container .error-content .bullshit-headline[data-v-09c68b87] {
  margin-bottom: 0.52083vw;
  font-size: 1.04167vw;
  font-weight: bold;
  line-height: 1.25vw;
  color: #222;
  opacity: 0;
  animation-name: slideUp-09c68b87;
  animation-duration: 0.5s;
  animation-delay: 0.1s;
  animation-fill-mode: forwards;
}
.error-container .error-content .bullshit-info[data-v-09c68b87] {
  margin-bottom: 1.5625vw;
  font-size: 0.67708vw;
  line-height: 1.09375vw;
  color: #1482f0;
  opacity: 0;
  animation-name: slideUp-09c68b87;
  animation-duration: 0.5s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
}
.error-container .error-content .bullshit-return-home[data-v-09c68b87] {
  display: block;
  float: left;
  width: 5.72917vw;
  height: 1.875vw;
  font-size: 0.72917vw;
  line-height: 1.875vw;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #1482f0;
  border-radius: 5.20833vw;
  opacity: 0;
  animation-name: slideUp-09c68b87;
  animation-duration: 0.5s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
}
@keyframes slideUp-09c68b87 {
0% {
    opacity: 0;
    transform: translateY(60px);
}
100% {
    opacity: 1;
    transform: translateY(0);
}
}
