* {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
}

.concenter-err {
  /* margin: 50px auto; */
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  position: relative;
}

.page-bg {
  background: url(/public/static/images/error/error-bg.png) no-repeat center top;
  background-size: cover;
  width: 1920px;
  height: 1080px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#warpper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  clear: both;
  font-family: '微软雅黑';
}

.clearfix {
  zoom: 1;
}

.clearfix:after,
.clearfix:before {
  display: block;
  overflow: hidden;
  height: 0;
  content: '\0020';
}

.error-pic {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 890px;
  height: 360px;
}

.error-pic.error-403 {
  background-image: url(/public/static/images/error/403.png);
}
.error-pic.error-404 {
  background-image: url(/public/static/images/error/404.png);
}
.error-pic.error-500 {
  background-image: url(/public/static/images/error/500.png);
}
.error-pic.error-502 {
  background-image: url(/public/static/images/error/502.png);
}
.error-pic.error-503 {
  background-image: url(/public/static/images/error/503.png);
}
.error-pic.error-504 {
  background-image: url(/public/static/images/error/504.png);
}

.error-page {
  width: 900px;
  height: 700px;
  margin: 0 auto 20px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
}

.error-page-mb37 {
  margin-bottom: 37px;
}

.error-page-txt {
  padding-top: 391px;
  margin-bottom: 29px;
  font-family: \5fae\8f6f\96c5\9ed1;
}

.error-page .error-page-txt h3 {
  font-size: 36px;
  color: #3b3b3b;
  font-weight: 900;
  padding-top: 6px;
}

.error-page-txt .error-page-pl48 {
  padding-left: 48px;
}

.error-page .error-page-txt p {
  font-size: 16px;
  color: #6b6b6b;
  padding-left: 56px;
}

.error-page-btn {
  position: relative;
  z-index: 1;
}

.error-page-btn a:hover {
  background-color: #64c7f5;
}

.clearfix:after {
  clear: both;
}

.error-page-btn a {
  display: inline-block;
  width: 220px;
  height: 58px;
  margin: 0 15px;
  background-color: #61acee;
  color: white;
  line-height: 58px;
  font-size: 24px;
  text-decoration: none;
  border-radius: 5px;
}
