@charset "UTF-8";
.container .errorTips500 {
  overflow: hidden;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 800px;
  height: 586px;
  margin-left: -400px;
  margin-top: -282px;
}
.container .errorTips400 {
  overflow: hidden;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 800px;
  height: 620px;
  margin-left: -400px;
  margin-top: -344px;
}
.container img {
  display: block;
  overflow: hidden;
  margin: 0 auto;
  width: 700px;
}
.container h3 {
  font-size: 52px;
  text-align: center;
  font-weight: bold;
  margin-top: 72px;
  margin-bottom: 56px;
}
.container p {
  font-size: 20px;
  color: #62657d;
  text-align: center;
  margin-bottom: 22px;
}
.container p a {
  color: #4d77ff;
  text-decoration: underline;
}
@media (min-width: 2000px) and (max-width: 2570px) {
  .container .errorTips500 {
    width: 800px;
    height: 586px;
    margin-left: -400px;
    margin-top: -293px;
  }
  .container .errorTips400 {
    width: 800px;
    height: 664px;
    margin-left: -400px;
    margin-top: -366px;
  }
  .container img {
    width: 800px;
    margin: 0 auto;
  }
  .container h3 {
    margin-top: 42px;
    margin-bottom: 36px;
  }
}
