body {
  margin: 0;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #8296a5;
  text-align: left;
  background-color: #080618
}

*,
::before,
::after {
  box-sizing: border-box
}

a {
  color: #6c9cc6;
  text-decoration: none;
  background-color: transparent
}

a:hover {
  color: #9cc5e8
}

.grid-layout {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  grid-gap: 10px;
  grid-auto-rows: minmax(50px, auto);
  grid-auto-flow: dense
}

.grid-item {
  border-radius: 5px
}

.site-content {
  background-color: #120e31
}

.site-container {
  max-width: 1440px
}

.top-nav {
  font-weight: bold;
  background-color: #120e31;
  padding: 0
}

.text-uppercase {
  text-transform: uppercase !important
}

.navbar-expand-lg {
  flex-flow: row nowrap;
  justify-content: flex-start
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0
}

.navbar-brand {
  display: inline-block;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap
}

a.nav-link {
  color: #d1dbe3 !important
}

li.nav-item:hover {
  background-color: #29254f;
  border-radius: 10px
}

.text-white {
  color: #fff !important
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block
}

.copyright {
  background-color: #120e31
}

.text-center {
  text-align: center !important
}

.footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #29254f
}

img.small-thumb {
  width: 100%;
  height: 100%;
  border-radius: 10px
}

.list-game {
  border-radius: 5px;
  position: relative;
}

.grid-item .list-game .thumbname {
  white-space: nowrap;
  font-size: 10px;
  height: 14px;
  line-height: 14px;
  min-height: 14px;
  padding: 4px 0 2px;
  bottom: 0;
  text-transform: capitalize
}

.grid-item .list-game .thumbname {
  -webkit-transition: bottom .4s ease;
  transition: bottom .4s ease;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 1px;
  width: 100%;
  bottom: -100%;
  left: 0;
  height: auto;
  min-height: 18px;
  line-height: 18px;
  overflow: hidden;
  padding: 5px 0 4px;
  text-align: center;
  text-transform: capitalize;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: rgba(0, 2, 3, 0.6);
  color: #fff;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px
}

.grid-layout .list-title {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 24px;
  opacity: 1;
  overflow: hidden;
  color: #eee;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  padding: 5px 0 5px 0;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis
}


@media(hover:hover) and (pointer:fine) {
  .grid-layout :hover>.list-title {
    pointer-events: none;
    opacity: 1;
    transition: all .5s ease
  }

  .list-thumbnail:hover {
    opacity: .5;
    transition: all .5s ease
  }
}

.grid-wrapper {
  margin-bottom: 30px
}

h1.single-title {
  font-size: 1.75rem
}

.single-title {
  margin-top: 20px;
  padding-bottom: 10px;
  font-weight: bold;
  color: #cbdbe3
}

.single-info-container {
  border-bottom: 1px solid #29254f;
}

.single-icon {
  background-color: #29254f;
  margin-right: 10px;
  padding: 8px 16px;
  border-radius: 15px;
  display: inline-block;
  margin-bottom: 10px
}

.social-share {
  position: relative;
  top: -2px;
  margin-right: 10px;
  display: inline-block;
  margin-bottom: 10px
}

.sidebar {
  display: block
}

.sidebar .list-tile {
  padding-left: 3px;
  padding-right: 3px
}

.sidebar .list-game {
  margin-bottom: 8px
}

h1.singlepage-title {
  font-size: 1.75rem
}

.singlepage-title {
  padding-bottom: 10px;
  font-weight: bold
}

.page-content {
  margin-bottom: 30px
}

.nav-categories {
  background-color: #29254f;
  white-space: nowrap
}

h3.item-title {
  font-weight: bold;
  font-size: 1.3rem;
  margin: 5px 0;
  display: inline-block;
  background-color: #29254f;
  color: #cbdbe3;
  padding: 5px 20px;
  border-radius: 10px
}

.item-title i,
.single-icon i,
h4 i {
  margin-right: 9px
}

ul.list-categories {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden
}

.list-categories li {
  float: left;
  display: block;
  text-align: center;
  padding: 8px 16px;
  text-decoration: none
}

.list-categories li:hover {
  background-color: #6190bf;
  color: #fff
}

nav.greedy {
  position: relative;
  display: flex;
  align-items: center
}

nav.greedy button {
  padding: 6px 16px;
  text-decoration: none;
  border: 0;
  background-color: #6190bf;
  color: #fff
}

nav.greedy button.hidden {
  transition: none;
  border-right: .5rem solid #b6b6b6;
  width: 0;
  padding: 0;
  overflow: hidden;
  display: none
}

nav.greedy button::after {
  content: attr(count);
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  background: #ab31d7;
  color: #f2f2f2;
  border-radius: 50%;
  font-size: 14px;
  line-height: 14px;
  margin-left: 1rem;
  margin-right: calc(-1rem + -8px)
}

ul.links {
  display: flex;
  flex: 1;
  overflow: hidden
}

ul.links li {
  flex: none
}

ul.hidden-links {
  position: absolute;
  background: #fff;
  right: 0;
  top: 100%;
  z-index: 1;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: .25rem;
  padding-left: 0;
  box-shadow: 0 4px 12px 0 rgba(43, 43, 43, 0.1)
}

ul.hidden-links li {
  padding-right: 2rem
}

ul.hidden-links a {
  color: #2c3e50
}

ul.hidden-links.hidden {
  display: none
}

ul.hidden-links li {
  padding: 0.25rem;
  min-width: 220px
}

ul.hidden-links li:hover {
  background-color: #eee
}

.cat-list {
  margin-top: 20px
}

.cat-link {
  padding: 8px 16px;
  background-color: #29254f;
  margin-right: 10px;
  border-radius: 15px
}

.sidebar .row {
  margin-right: 0;
  margin-left: 0
}

.sidebar .widget {
  margin-bottom: 20px
}

.bottom-container {
  margin: 30px 0
}

img {
  max-width: 100%
}

.pagination-wrapper {
  margin-bottom: 30px;
  margin-top: 30px
}

.page-link {
  color: #cbdbe3;
  background-color: rgba(66, 60, 121, 0.7);
  border: 1px solid #656097
}

.page-link:hover {
  color: #cbdbe3;
  background-color: #8589bf;
  border-color: #656097
}

.page-item.disabled .page-link {
  color: #9a95c4;
  background-color: #544f86 !important;
  border-color: #8985aa
}

.nav-item {
  margin: 0 5px
}

@media(max-width:992px) {
  #navb {
    margin: 15px 0
  }

  .nav-item {
    margin: 0 10px
  }

  li.nav-item:hover {
    background-color: #29254f;
    border-radius: 0
  }

  .nav-link {
    padding-left: 15px !important
  }
}

@media(max-width:1440px) {
  .site-container {
    padding: 0
  }
}

.header-left {
  display: inline-block
}

.nav-item {
  position: relative
}

#mainNav .container {
  position: relative;
  background-color: #29254f;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 10;
  margin-bottom: 30px;
}

.buttonsl {
  display: inline-block;
  /*绝对定位根据自己的喜好设置，包括后面的left和top*/
  border: 1px solid rgb(255, 255, 255, .1);
  padding: 10px 15px;
  font-size: 22px;
  line-height: 6px;
  text-align: center;
  color: rgb(255, 255, 255, 0.5);
  border-radius: 5px;
  margin-left: 5px;
}

.buttonsl b {
  /*css3进行横向和纵向放大*/
  transform: scale(3, .5);
  -webkit-transform: scale(3, .5);
  display: block;
}

.navcategories {
  background-color: #29254f;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  grid-gap: 5px;
  grid-auto-rows: minmax(10px, auto);
  grid-auto-flow: dense;
  padding: 10px 0px;
}

.category-item {
  align-self: center;
  text-align: center;
  margin: 0px 1px;
  border: 1px solid #8695a3;
  border-radius: 4px;
  padding: 5px 0px;
}

.search #input {
  width: 50px;
  height: 30px;
  vertical-align: bottom;
}

.search #btn {
  background: #6e6aa0;
  height: 30px;
  bottom: 2px;
  vertical-align: bottom;
}

.interAd {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1005;
  background: #262626;
  color: #fff;
}

.interAd-hd {
  height: 6vh;
  line-height: 6vh;
  font-size: 2vh;
  background: #424242;
  color: #fff;
  text-align: center;
}

.interAd-bd {
  margin-top: 10px;
  height: 92vh;
  position: absolute;
  width: 100%;
  text-align: center;
}

.reaco-hide {
  position: absolute;
  right: 10px;
  height: 6vh;
  width: 6vh;
  line-height: 6vh;
  text-align: center;
  font-size: 12px;
}

.reaco-hide.count-down {
  background: #2f2f2f;
  border-radius: 20px;
  padding: 0 10px;
  margin-top: 5px;
  width: min-content;
  height: min-content;
}

.reaco-hide .btn {
  margin-right: -20px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABAEAYAAAD6+a2dAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAZiS0dEAAAAAAAA+UO7fwAAAAlwSFlzAAAASAAAAEgARslrPgAAA1JJREFUeNrtnElOw0AQRTErboLYsUGIcccgkIAEEgizGMOM4BYgToKIxE3YcQ4GMdPFouKFlSbu7tgu2/lvU0IEd9X/38ZJbHd0AAAAAAAAAAAAAAAAAABuEBERdXZyvbzkWquRIkVqYUG6v7TBuvT3c725Yb3m5qT7ch+IiIi2tkiLUjzo6al0n9KwHsUi168vvV6zs9J92g+mSJG6uqKm+EE4PpbuN3F9jIwnYn2ur6X7dRywu5vr01NoEIiI6PBQuu9kdDEw3v+9IkWqr0+67xYHHhiwC8LRkXTf8ehgYTwRERUK0n1HLMDgINfn53Y5IrS98XpBbINwcCDdt9ucMD5EoKGhvAUBxtsKpkiRGh5mIV5ezIJQrUr33TAHjG8N6yAoUqT298X7hvHRwsaOjJgF4feX68ZG4n3C+HjhIIyOcn19DQ2CIkVqfT32vmB8srCxY2Ms5Ntbc8F/fvj1a2uR9wHjZQkG4f3dLAirqy2vC+PTBRs7Pm4cBCIiWlmxXgfGpxsOwsSEXRCWl0O3C+OzBRswOWkXhEpFvx0Yn1mCQfj4MAvC0hKMzxls0MwM189PM0NNjS8WpecDhrBhU1NmRwTs8bmFDZyetgtC+xjfKd1AMnR11cc1nNd/nf93IHP4Vx+b/Y//D/O3jyAlsGHlMtfv72hOAv3tlMvS84F/4D2+VLIzvlCwO0eI7iNmEBFue3zjyZ1bEKL/0gkYwkYsLrZqvH67tkGI/2toUIeF9z/Bi854/ToWQSAiiQtT2oakjNevaxoEuSuUcgsLWqkE97T4jdf3YRuEzU1p/TILC+jfXOoLmrzx+r5Mg5Cdy9lTQ1qN1/dpG4Ts3+kUGyzQ9nbajdf3jSA4w2+jdnayZnzDHE5ByN9NsOaCKVKkdnezbnzDXLZBaLfnI/Dge3vBPSH7xuvntD0inJxI9x2fIPVbufJufMPcTkeEHD06hwerVtvNeL0OtkeEszPpvt0HDnw7Z2p8/q+58+cMzh0WhPl56b4dB63VYHwzfUwfEnV3J92v44AXFzDeRKewIJyfx7W+F+9gXn37pRLXnh6u9/ee53me9/AQ1/pZg/Xq7eWf/OcCPj5yvb1lvYik+wQAAAAAAAAAAAAAAACQOf4Al4KQEGeQdWsAAAAldEVYdGRhdGU6Y3JlYXRlADIwMjItMDEtMTRUMTY6MzU6MTUrMDg6MDC/vjzWAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDIyLTAxLTE0VDE2OjM1OjE1KzA4OjAwzuOEagAAAEd0RVh0c3ZnOmJhc2UtdXJpAGZpbGU6Ly8vaG9tZS9hZG1pbi9pY29uLWZvbnQvdG1wL2ljb25fbTZrY2cwaWhnOC9jbG9zZS5zdmdhV5oTAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-size: 3vh auto;
  background-position: center;
  width: 6vh;
  height: 6vh;
}

.reaco-hide .txt {
  float: left;
  white-space: nowrap;
  line-height: 5vh;
}

ins.adsbygoogle[data-ad-status="unfilled"] {
  display: none !important;
}

.game-iframe {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.custom-checkbox input[type="checkbox"],
.custom-checkbox .checked {
  display: none;
}

.custom-checkbox input[type="checkbox"]:checked~.checked {
  display: inline-block;
  color: red;
}

.custom-checkbox input[type="checkbox"]:checked~.unchecked {
  display: none;
}

#helpImg,
#settingImg {
  display: none;
  width: 40px;
  height: 40px;
  position: absolute;
  cursor: pointer;
  top: 100px;
  z-index: 800;
}

#settingImg {
  left: 0;
}

#helpImg {
  right: 0;
}