﻿*{  font:"微软雅黑",arial;}
html,body { margin:0; padding:0; background-color:#f0f0f0;  width:100%; height:100%;}  /*background-image: linear-gradient(#ffffff, #aee6e6); */
.ErrorPage{ position:relative;}
.ErrorPage .ErrorBox{ overflow:hidden; margin:0 auto; line-height:30px; color:#333; padding:20px;}
.ErrorPage .ErrorBox .ErrorActions{ margin-top:30px;  text-align:center;}
.ErrorPage .ErrorBox .ErrorActions a{ color:#333; border-radius:30px; padding:8px 20px;}
.ErrorPage .ErrorBox .ErrorActions a:hover{ text-decoration:none;}

.White{ color:white !important;}

h3{ font-size:18px;}
h4{ font-size:14px;}

@media (min-width:750px) {
  /*width:750px;*/
  .ErrorPage .ErrorBox{ position:absolute; left:50%; transform:translateX(-50%);}
  .ErrorPage .ErrorBox .ErrorActions{ text-align:left;}
  .ErrorPage .GameBox{ padding-top:200px;}

  h1{ font-size:24px;}
  h3{ font-size:16px;}
  h4{ font-size:14px;}
}