/*!
 *  build: StoreWave 
 *  copyright: https://render.storewave.cn  
 *  time: 2026-4-2 17:33:47
 */
@charset "UTF-8";
/**
 * @description 全局主题变量配置
 */
[data-v-d293e634]:export {
  menu-color: hsla(0, 0%, 100%, 0.95);
  menu-color-active: hsla(0, 0%, 100%, 0.95);
  menu-background: #282c34;
  column-second-menu-background: #fff;
}
.error-container[data-v-d293e634] {
  position: relative;
  min-height: 100vh;
}
.error-container .error-content[data-v-d293e634] {
  position: absolute;
  top: 55%;
  left: 50%;
  width: 40vw;
  height: 400px;
  transform: translate(-50%, -50%);
}
.error-container .error-content .pic-error[data-v-d293e634] {
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
}
.error-container .error-content .pic-error-parent[data-v-d293e634] {
  width: 100%;
}
.error-container .error-content .pic-error-child[data-v-d293e634] {
  position: absolute;
}
.error-container .error-content .pic-error-child.left[data-v-d293e634] {
  top: 17px;
  left: 220px;
  width: 80px;
  opacity: 0;
  animation-name: cloudLeft-d293e634;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
@keyframes cloudLeft-d293e634 {
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;
}
}
.error-container .error-content .bullshit[data-v-d293e634] {
  position: relative;
  float: left;
  width: 300px;
  padding: 30px 0;
  overflow: hidden;
}
.error-container .error-content .bullshit-oops[data-v-d293e634] {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
  color: #1890ff;
  opacity: 0;
  animation-name: slideUp-d293e634;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
.error-container .error-content .bullshit-headline[data-v-d293e634] {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  color: #222;
  opacity: 0;
  animation-name: slideUp-d293e634;
  animation-duration: 0.5s;
  animation-delay: 0.1s;
  animation-fill-mode: forwards;
}
.error-container .error-content .bullshit-info[data-v-d293e634] {
  margin-bottom: 30px;
  font-size: 13px;
  line-height: 21px;
  color: rgba(0, 0, 0, 0.65);
  opacity: 0;
  animation-name: slideUp-d293e634;
  animation-duration: 0.5s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
}
.error-container .error-content .bullshit-return-home[data-v-d293e634] {
  display: block;
  float: left;
  width: 110px;
  height: 36px;
  font-size: 14px;
  line-height: 36px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #1890ff;
  border-radius: 100px;
  opacity: 0;
  animation-name: slideUp-d293e634;
  animation-duration: 0.5s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
}
@keyframes slideUp-d293e634 {
0% {
    opacity: 0;
    transform: translateY(60px);
}
100% {
    opacity: 1;
    transform: translateY(0);
}
}
