body {
  font-size: 12px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  color: #000;
  font-family: "PingFang", "Source Han Sans", sans-serif;
  background: #264bce;
}
html,
body {
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
}
#menu2 {
  display: inline-block;
  position: absolute;
  left: 180px;
  top: 0;
  right: 50px;
  height: 50px;
  overflow: hidden;
}
#menu2 li {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 5px;
}
#menu2 li a {
  text-decoration: none;
  font-size: 1.4em;
  color: #fff;
}
#menu2 li:hover {
  background: #ffc107;
}
#menu2 li a:hover {
  color: #fff;
}
ol,
ul,
li,
form,
input,
p,
h5,
h6,
h4,
h3,
h1,
h2 {
  padding: 0px;
  margin: 0px;
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
}
ul,
dl {
  list-style: none;
}
img {
  vertical-align: top;
  border: 0;
}
div.header {
  min-width: 240px;
  width: 100%;
  height: 50px;
  background: #e14c66;
  text-align: center;
  position: relative;
}
#nav-icon-2 img {
  width: 25px;
  padding-top: 10px;
}
div.nav-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  text-align: left;
  cursor: pointer;
}
div.nav-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  padding-right: 10px;
  cursor: pointer;
}
#searchDiv {
  width: 100%;
  height: 40px;
  padding: 0px 0 0 0;
  position: relative;
  display: none;
  clear: both;
  margin-top: -1px;
  background: #f7f2a9;
}
#searchForm #keywordsDiv {
  height: 40px;
  float: left;
  width: 100%;
}
#searchForm #keywordsInput {
  width: 100%;
  height: 40px;
  padding-left: 5px;
  padding-right: 60px;
  background: #fcec44;
}
#searchForm #submitDiv {
  width: 60px;
  height: 40px;
  float: right;
  position: absolute;
  right: 0px;
}
#searchForm #submitInput {
  width: 100%;
  height: 40px;
  border: 0px;
  background-color: #e14c66;
  color: #d2d2d2;
  font-weight: bold;
}
div.allgames {
  height: auto;
  margin: 20px 5px;
  font-size: 0;
  text-align: center;
}
.allgames::after,
.allgames::before {
  clear: both;
  content: "";
  display: block;
}
@media screen and (max-width: 600px) {
  div.thumb {
    text-align: center;
    display: inline-block;
    margin: 2%;
    width: 29%;
    padding-top: 29%;
    position: relative;
    color: #fdb504;
    font-size: 12px;
    border-radius: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
}
@media screen and (min-width: 600px) and (max-width: 1000px) {
  div.thumb {
    text-align: center;
    display: inline-block;
    margin: 1%;
    width: 14%;
    padding-top: 14%;
    position: relative;
    color: #fdb504;
    font-size: 12px;
    border-radius: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
}
@media screen and (min-width: 1000px) {
  div.thumb {
    text-align: center;
    display: inline-block;
    margin: 1%;
    width: 9%;
    padding-top: 9%;
    position: relative;
    color: #fdb504;
    font-size: 12px;
    border-radius: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  div.padr {
    /* padding-right: 320px; */
    position: relative;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  #hdad1 {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    padding: 0 10px;
    margin: 0;
    height: 620px;
  }
  #hdad7 {
    display: none;
  }
}
div.thumb a img {
  width: 100%;
  height: 100%;
  color: #e4ad47;
  border-radius: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
div.thumb a {
  color: #000;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
}
#sticky_top {
  position: fixed;
  z-index: 1000;
  width: 100%;
  top: 0;
  left: 0;
}
#moreButton {
  display: block;
  background: #262662;
  outline: none;
  margin: 20px 10px;
  padding: 1em;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  width: calc(100% - 20px);
}
#moreButton:disabled {
  background: #efefef;
}
#turnPage {
  display: block;
  background: #262662;
  outline: none;
  margin: 20px 10px;
  padding: 1em;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  overflow: auto;
}
#turnPage a {
  color: #fff;
}
#prevPage {
  float: left;
}
#nextPage {
  float: right;
}
.copyright-text {
  position: relative;
  background: #264bce;
  clear: both;
  padding: 5px 10px 10px 10px;
  width: 100%;
  min-width: 240px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
}
div.AdBox {
  width: calc(100% - 10px);
  box-sizing: border-box;
  margin: 15px 5px;
  height: auto;
  clear: both;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  color: #000;
  padding-top: 0;
  position: relative;
  border: none;
}
.advt {
  margin: 10px;
  color: #000;
  text-align: center;
}
.advt::before {
  content: "ADVERTISEMENT";
}
.thumbname {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.3em;
  text-align: center;
  overflow: hidden;
  background: rgba(128, 126, 126, 0.75);
}
.ml {
  width: calc(100% - 20px);
  margin: 10px;
}
.settingHome {
  width: 25px;
  padding-left: 10px;
  padding-top: 5px;
}
#nav-icon-1 {
  left: 0;
  padding: 5px;
}
#nav-icon-1,
#icon-fs {
  position: absolute;
  cursor: pointer;
  top: 0;
  z-index: 100;
}
#icon-fs {
  right: 0;
}
#menu {
  overflow: auto;
  background: #e14c66;
  color: #fff;
  display: none;
  max-height: 360px;
}
#menuul {
  font-size: 12px;
  overflow-y: auto;
  text-align: left;
}
#menuul li {
  display: inline-block;
}
#menuul a {
  padding: 5px 8px;
  margin: 5px 10px;
  display: block;
  color: #fff;
  text-decoration: none;
  background: #e14c66;
  text-transform: capitalize;
}
#menuul a:hover {
  opacity: 0.75;
  scale: 1.2;
}
#links {
  position: relative;
  background: #42de6d;
  color: #fff;
  padding: 1.2em;
}
#links a {
  padding: 10px;
  color: white;
  font-weight: bold;
  text-decoration: none;
}
.installapp {
  position: sticky;
  bottom: 0;
  left: 0;
  margin: 10px;
  border-radius: 5px;
  padding: 5px 1em;
  z-index: 99999;
  background: #262662;
  color: #fff;
  font-size: 14px;
  box-sizing: border-box;
  word-break: break-all;
}
.app_notnow,
.app_now {
  padding: 8px 20px;
  background: #d88c00;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  border-radius: 8px;
}
.app_notnow:hover,
.app_now:hover {
  filter: brightness(1.2);
}
.app_btn {
  margin-top: 5px;
  text-align: right;
}
.app_now_intro {
  margin: 5px;
  text-align: center;
  background: #f49f02;
  color: #fff;
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
}
:root {
  --space-2: 1rem;
}
.scrollToTop {
  font-size: 1.4em;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  outline: none;
  background: url(../backtotop.html);
  z-index: 9999;
  bottom: 1rem;
  bottom: var(--space-2);
  right: 1rem;
  right: var(--space-2);
  position: fixed;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
[id^="ck"],
[id^="hdad"] {
  text-align: center;
  margin: 30px auto;
  width: 100%;
  overflow: hidden;
}
ins.adsbygoogle[data-ad-status="unfilled"] {
  display: none !important;
}
