@charset "UTF-8";
/* 改变主题色变量 */
[data-v-09c68b87]:export {
  menuText: #65686b;
  menuBg: #fff;
  menuHover: #fff;
  subMenuBg: #fff;
  subMenuHoverTxt: #12B48A;
  sideBarWidth: 210px;
}
.error_page[data-v-09c68b87] {
  background: #fff;
  width: 100%;
  height: calc(100vh - 68px);
}
.error_page .error_box[data-v-09c68b87] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 68px);
  padding-bottom: 60px;
  box-sizing: border-box;
}
.error_page .error_box .info_box[data-v-09c68b87] {
  margin-left: 40px;
}
.error_page .error_box .info_box .error_status[data-v-09c68b87] {
  font-size: 46px;
  font-weight: bold;
  color: #000;
  letter-spacing: 2px;
}
.error_page .error_box .info_box .error_info[data-v-09c68b87] {
  margin: 20px 0 30px 0;
  font-size: 16px;
  color: #666;
}
.error_page img[data-v-09c68b87] {
  width: 37%;
  min-width: 450px;
}
