@import url("../common/base.css?version_tmp=5");
.server-error {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center; }
  .server-error .sorry-tip {
    margin: 40px 0 5px 0;
    font-size: 15px; }
  .server-error .server-img {
    margin-left: 20px; }
    .server-error .server-img img {
      display: inline-block;
      width: 125px;
      height: 92px; }
  .server-error a {
    background: #09f;
    color: #fff;
    font-size: 14px;
    padding: 5px 20px 6px 20px;
    border-radius: 3px; }
  .server-error .server-tip {
    margin-top: 40px; }
