html {
  font-size: 16px;
  color: #fff;
}
.featured_icon,
.new_icon,
.best_icon {
  width: 65px;
  height: 65px;
  position: absolute;
  top: -2px;
  left: -2px;
}
.featured_icon {
  background: url(/template3/images/blue/featured_icon.png) no-repeat;
}
.new_icon {
  background: url(/template3/images/blue/new_icon.png) no-repeat;
}
body {
  margin: 0;
  padding: 0;
  font-family: Comic Sans MS;
  background: #0e64c0;
  position: relative;
  min-height: 100%;
  color: #fff;
}
html {
  height: 100%;
  box-sizing: border-box;
}
dl,
dt,
dd,
ul,
li,
h1,
h2,
form,
input,
textarea,
p,
td,
h4,
h3 {
  padding: 0;
  margin: 0;
}
ul,
dl {
  list-style: none;
}
img {
  vertical-align: top;
  border: 0;
}
a {
  color: #fff;
  text-decoration: none;
}
s {
  text-decoration: none;
}
.clear {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
.menu {
  margin: 0 0 0 0;
}
.menu ul {
}
.menu li {
  float: left;
  position: relative;
  margin: 10px 0 0 10px;
  display: inline-block;
  width: 30%;
  text-align: left;
}
.menu li a span {
  float: left;
  display: inline-block;
  margin-top: 12px;
  font-weight: 600;
  font-size: 13px;
  color: #f5f5f5;
}
div.allgames {
  margin: 0 auto;
  text-align: center;
}
div.thumb {
  margin: 4px;
  text-align: center;
  display: inline-block;
  width: 31%;
  position: relative;
}
div.thumb a img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: #fff 2px solid;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
}
div.thumb a {
  color: #f5f500;
  text-decoration: none;
  width: 100%;
  display: block;
}
.plist-img {
  width: 100%;
  height: 100%;
}
.plist-img img {
  object-fit: contain;
}
.detail-bgimg {
  width: 100%;
  height: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.detail-bgimg img {
}
.detail-img {
  width: 100%;
  height: 100%;
  border-radius: 90px;
  border: solid 1px #fff;
  box-shadow: 0 0 22px #666;
}
.detail-img img {
}
.playonline:hover {
  border: solid 1px #ff0;
  background: #090;
}
.gamedetail {
  display: block;
  height: 500px;
  margin-left: 30px;
}
.gamedetail div {
  width: 90%;
  float: left;
  text-align: left;
  height: auto;
}
.gamedetail span {
  line-height: 29px;
  width: 95%;
  font-size: 16px;
  font-weight: 540;
  height: 30px;
  display: block;
  float: left;
  height: auto;
  word-wrap: break-word;
}
.gamedetail s {
  line-height: 29px;
  width: 95%;
  font-size: 14px;
  font-weight: 440;
  word-wrap: break-word;
}
.tagname {
  display: block;
  font-weight: 600;
  width: 80px;
  display: block;
  border-radius: 10px;
  border: solid 1px #fff;
  background-color: #09519c;
}
.tagname:hover {
  background-color: #106ad3;
}
div.GameName {
  display: block;
  background: 0 0;
  color: #5e9da7;
  font-size: 20px;
  top: 50%;
  margin-top: -25%;
  word-break: break-all;
  overflow: visible;
  vertical-align: middle;
  height: 46%;
  overflow: hidden;
  font-weight: 400;
  font-family: fantasy, cursive, comic sans ms, trebuchet ms, helvetica neue,
    tahoma, microsoft yahei;
  z-index: -1;
}
div.thumb div.GameName {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: block;
  color: #9c0;
  padding: 5px 0;
  font-size: 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
div.header {
  min-width: 300px;
  width: 100%;
  height: 55px;
  background: #106ad3;
  background: -webkit-linear-gradient(top, #1256e4 0%, #1256e4 100%);
  background: linear-gradient(to bottom, #1256e4 0%, #1256e4 100%);
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
div.header_left {
  float: left;
  width: 40px;
  padding-left: 10px;
  cursor: pointer;
}
div.header_right {
  float: right;
  width: 40px;
  padding-right: 10px;
  cursor: pointer;
}
#backtop {
  right: 10px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  background: url(../images/m_top.png?2) no-repeat;
  position: fixed;
  cursor: pointer;
  display: none;
}
.loader {
  text-indent: -9999em;
  position: relative;
  width: 60px;
  height: 60px;
  box-shadow: inset 0 0 0 15px #fff;
  border-radius: 50%;
}
.loader::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 60px;
  background: #999;
  border-radius: 0 60px 60px 0;
  left: 30px;
  transform-origin: 0 30px;
  animation: load-effect 2s infinite linear;
}
.loader::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  border-radius: 50%;
  left: 0;
  box-shadow: inset 0 0 0 15px rgba(255, 255, 255, 0.2);
}
@keyframes load-effect {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.sidebar {
  margin: 0;
  background: #990;
}
.sidebar > li {
  padding: 0 0 0 10px;
  list-style: none;
  margin-top: 13px;
  font-size: 1.5em;
  border-bottom: 1px dashed #fff;
}
.sidebar a {
  text-decoration: none;
  color: #fff;
}
.close-sidebar {
  font-size: 2em;
  padding-left: 5px;
  background: #990;
  color: #fff;
}
.content {
  padding: 0 5px;
}
.content h1 {
  height: 0;
  line-height: 0;
  font-size: 0;
  text-indent: -9999px;
}
#content {
  margin: 70px auto;
  text-align: center;
}
.post {
  width: 32%;
  height: 100%;
  margin: 0 0 10px;
  display: inline-block;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  position: relative;
  min-width: 80px;
  min-height: 80px;
  background: url(../images/imgloading.png?2) center center no-repeat;
}
.post img {
  width: 97%;
  height: 97%;
  border: 2px solid #fff;
  border-radius: 10px;
}
a .post-name {
  font-size: 12px;
  bottom: 0;
  word-break: break-all;
  overflow: visible;
  vertical-align: middle;
  height: 20px;
  width: 100%;
  background-color: #00aecd;
  overflow: hidden;
  font-weight: 400;
  position: absolute;
  opacity: 0.75;
}
.post a {
  display: block;
}
