[v-cloak] {
  display: none; }

html, body {
  width: 100%;
  height: 100%; }

.gerror {
  position: relative;
  width: 1180px;
  height: 100%;
  margin: 0 auto;
  background: #fff; }
  .gerror .ger_cont {
    position: absolute;
    width: 340px;
    height: 340px;
    top: 50%;
    left: 50%;
    margin-left: -170px;
    margin-top: -170px; }
    .gerror .ger_cont .gre_img {
      display: block;
      width: 340px;
      height: 134px; }
    .gerror .ger_cont .ger_word {
      line-height: 18px;
      margin-top: 43px;
      font-size: 18px;
      color: #2B333B;
      text-align: center; }
    .gerror .ger_cont .ger_refresh {
      width: 120px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      background: #116AE4;
      font-size: 14px;
      color: #fff;
      border-radius: 40px;
      margin: 0 auto;
      margin-top: 43px;
      cursor: pointer; }

.aprv_error {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: #fff; }
  .aprv_error .aprv_error_cont {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%); }
    .aprv_error .aprv_error_cont .aprv_error_img {
      display: block;
      width: 268px;
      height: 194px;
      margin: 0 auto; }
    .aprv_error .aprv_error_cont .aprv_error_word {
      margin-top: 30px;
      line-height: 36px;
      font-size: 18px;
      color: #898989;
      font-weight: 500;
      text-align: center; }
