[v-cloak] {
  display: none; }

html, body {
  width: 100%;
  height: 100%; }

.gerror {
  position: relative;
  width: 1000px;
  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: normal;
      margin-top: 30px;
      font-size: 26px;
      color: #898989;
      text-align: center;
      font-weight: 600; }
    .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; }
