header * {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
body {
  background: var(--background);
  margin:0;
}
ul li {
  list-style: none;
}
.row {
  width: 100%;
  height: auto;
  float: left;
  display: flex;
}
.col-md-4 {
  width: 33.33%;
  float: left;
}

.col-md-7 {
  width: 70%;
  float: left;
}
.col-md-12 {
  width: 100%;
  float: left;
}
.container {
  width: 100%;
  max-width: 1325px;
  margin: auto;
  position: relative;
}
header {
  width: 100%;
  height: auto;
  float: left;
  background: var(--background_head);
}
header .bx-logo {
  width: 100%;
  height: 100px;
  float: left;
}
header .bx-logo .logo {
  position: absolute;
}
header .bx-logo img {
  height: 80px;
  position: relative;
  top: 10px;
}
header .bx-search {
  width: 480px;
  height: 35px;
  margin-left: auto;
  position: relative;
  top: 35px;
}
header .bx-search form input {
  width: 100%;
  height: 40px;
  border: var(--search_color) solid 1px;
  border-radius: 3px;
  font-size: 13px;
  padding-left: 10px;
  box-sizing: border-box;
  background: var(--search_bkinput);
}
header .bx-search form button {
  background: var(--search_button_bk);
  border: var(--search_button_bk) solid 1px;
  color: var(--search_button_text);
  position: absolute;
  top: 1px;
  right: 1px;
  height: 38px;
  width: 80px;
  font-size: 17px;
  border-radius: 0 3px 3px 0;
}
header .bx-search form button:hover {
  cursor: pointer;
}
header .bx-menu {
  width: 100%;
  height: 45px;
  float: left;
  background: var(--menu_bk);
  overflow: hidden;
}
header .bx-menu.sticky {
  position: fixed;
  z-index: 999;
}
header .bx-menu:hover {
  height: fit-content;
}
header .bx-menu .menu ul li {
  width: auto;
  float: left;
  height: 45px;
  line-height: 45px;
}
header .bx-menu .menu ul li a {
  padding: 12px 20px;
}
header .bx-social {
  width: auto;
  float: right;
}
header .bx-social a {
  color: #fff;
  width: 45px;
  height: 45px;
  float: left;
  line-height: 45px;
  text-align: center;
  font-size: 18px;
}
.bx-banner-top {
  width: 100%;
  height: auto;
  float: left;
  padding: 20px 0;
}
.bx-banner-top img {
  width: 100%;
  border: #ccc solid 1px;
  padding: 1px;
}
.bx-feature-game {
  width: 100%;
  height: auto;
  float: left;
}
.bx-header {
  width: 100%;
  height: auto;
  float: left;
  border-bottom: #c9c9c9 solid 1px;
}
.bx-header h2 {
  width: auto;
  float: left;
}
.bx-header h2 a {
  color: var(--colorcate);
  font-family: "Roboto", sans-serif;
  font-size: 26px;
  margin:20px 0;
}
.list-item {
  width: 100%;
  height: auto;
  float: left;
  padding: 15px 0;
  position: relative;
}
.list-item .item {
  width: 121.5px;
  height: auto;
  float: left;
  background: var(--game_bk);
  padding: 5px;
  box-sizing: border-box;
  margin-bottom: 10px !important;
  border-radius: 5px;
  box-shadow: 0px 0px 4px 0px #ccc;
}
.list-item .item[data-item="0"] {
  margin-right: 5px;
}
.list-item .item[data-item="1"] {
  margin: 0 5px;
}
.list-item .item[data-item="2"] {
  margin-left: 5px;
}
.list-item .item[data-item="3"] {
  margin-left: 10px;
}
.list-item .item .thumb {
  width: 100%;
  height: 115px;
  float: left;
}
.list-item .item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list-item .item .title {
  width: 100%;
  height: 17px;
  float: left;
  padding: 5px 0;
  overflow: hidden;
}
.list-item .item .title a {
  color: var(--game_color);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}
.list-item .item:hover {
  background: var(--game_bk_hv);
}

.list-item .item:hover .title a {
  color: var(--game_color_hv);
}
.bx-feature-game .item-big {
  width: 100%;
  height: 318px;
  float: left;
  margin-top: 15px;
  padding: 5px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 4px 0px #ccc;
  box-sizing: border-box;
}
.item-top .list-item .item {
  width: calc((100% - 30px) / 3);
  margin-right: 15px;
  margin-left: 0;
}
.item-top .list-item .item:nth-child(3n) {
  margin-right: 0;
}

.bx-feature-game .item-big .thumb {
  width: 100%;
  height: 100%;
  float: left;
}
.bx-feature-game .item-big .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bx-feature-game .col-md-3:first-child {
  padding-right: 10px;
}
.bx-feature-game .col-md-3:last-child {
  padding-left: 10px;
}
.bx-feature-game .col-md-4 {
  padding: 0 10px;
}
.bx-feature-game .col-md-4 .list-item {
  padding-top: 10px;
}
.bx-game-by-cate {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 15px;
}
.bx-game-by-cate .item {
  margin-right: 11px;
}

.bx-game-by-cate .banner-ads {
  width: 100%;
  height: auto;
  float: left;
  padding-left: 10px;
  box-sizing: border-box;
  margin-top: 32px;
}
.bx-game-by-cate .banner-ads.banner-ads-left {
  padding-left: 0;
  padding-right: 10px;
  margin-top: 15px;
}
.bx-game-by-cate .banner-ads.banner-ads-right {
  margin-top: 15px;
}
.bx-game-by-cate .banner-ads img {
  width: 100%;
}
.bx-header-full {
  width: 100%;
  height: auto;
  float: left;
  border-bottom: #727272 solid 1px;
}
.bx-header-full h2 {
  width: auto;
  float: left;
}
.bx-header-full h2 a {
  color: #e26906;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
}
.bx-header-full .readmore {
  float: right;
  background: #5286ee;
  color: #fff;
  border-radius: 3px;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  padding: 3px 7px;
  margin-top: 2px;
}
.item-big-ingame {
  width: 515px;
  height: 308px;
  float: left;
  border-radius: 5px;
  box-shadow: 0px 0px 4px 0px #ccc;
  padding: 5px;
  background: #fff;
  margin-right: 10px;
}
.item-big-ingame .thumb {
  width: 100%;
  height: 100%;
  float: left;
}
.item-big-ingame .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item-ingame {
  position: absolute;
  top: 179px;
}
.item-ingame[data-item="8"] {
  left: 133px;
}
.item-ingame[data-item="9"] {
  left: 265px;
}
.bx-info-site {
  width: 100%;
  height: auto;
  float: left;
  background: var(--background_content);
  padding: 20px;
  box-sizing: border-box;
  margin-top: 30px;
}
.bx-info-site h3 {
  color: #e68700;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 20px;
}
.bx-info-site .content p {
  color: #5c5c5c;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  padding-bottom: 15px;
  text-align: justify;
}
footer {
  font-family: "Roboto", sans-serif;
  width: 100%;
  height: auto;
  float: left;
  background: var(--footer_bk);
  padding-top: 20px;
  padding-bottom: 10px;
}
footer .logo {
  width: 250px;
  height: auto;
  float: left;
}
footer .logo img {
  height: 50px;
}
footer .content-footer {
  width: calc(100% - 250px);
  height: auto;
  float: right;
  text-align: center;
}
footer .content-footer .row {
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
}
footer .content-footer .row label {
  font-weight: bold;
  color: var(--footer_color);
}

footer .content-footer p {
  color: #fff;
}
footer .content-footer .list-link {
  color: #fff;
}

footer .content-footer .list-link a {
  color: var(--footer_color);
  font-weight: 500;
  font-size: 16px;
  width: 100%;
  display: block;
  margin-top: 9px;
}
footer .content-footer .list-link a:hover {
  color: var(--footer_color_hv);
}
footer .social-footer {
  width: auto;
  position: absolute;
  top: 20px;
  right: 0;
}
footer .social-footer a {
  margin-right: 10px;
}
footer .social-footer a img {
  height: 22px;
}
.page-categories .list-item {
  padding: 0;
}
.page-categories .item {
  margin-top: 10px;
  margin-bottom: 0 !important;
}
.bx-header-tag {
  width: 100%;
  height: auto;
  float: left;
  border-bottom: #727272 solid 1px;
  font-family: "Roboto", sans-serif;
  padding-bottom: 10px;
}
.bx-header-tag i.icon-tag {
  background: url("/web/20231223110038im_/https://4jgames.net/images/icon-tag.png") no-repeat;
  width: 20px;
  height: 20px;
  float: left;
  background-size: 20px;
  margin-right: 5px;
}
/* .bx-header-tag p {
  display: inline-block;
  font-weight: bold;
  color: #656565;
} */
.pagination {
}
.bx-header-tag p,
.bx-header-tag h1 {
  font-weight: bold;
  width: auto;
  display: inline-block;
  color: var(--colorcate);
  border-radius: 5px;
  font-size: 20px;
  padding: 2px 15px;
  margin-right: 5px;
  padding-left: 0;
}

.bx-header-tag small {
  font-size: 12px;
  color: #656565;
}
.breadcrumb {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 10px;
}
.breadcrumb ul {
  width: 100%;
  height: auto;
  float: left;
  border-bottom: #727272 solid 1px;
}
.breadcrumb ul li {
  width: auto;
  float: left;
  color: var(--text_breadcrum);
  padding-right: 5px;
  font-family: "Roboto", sans-serif;
  padding-bottom: 8px;
  font-size: 14px;
}
.breadcrumb ul li h1 {
  font-size: 16px;
}
.breadcrumb ul li a {
  color: var(--text_breadcrum);
}
.breadcrumb ul li span {
  font-size: 13px;
  padding-left: 5px;
}
.bx-detail-game {
  width: 100%;
  height: auto;
  float: left;
  background: var(--bkgameplay);
  padding: 10px 0;
}
.bx-detail-game .bx-game-related {
  width: 140px;
  height: 710px;
  float: left;
  overflow: hidden;
}
.bx-detail-game .bx-game-related.bx-game-related-right {
  float: right;
}
.bx-detail-game .bx-game-related ul li {
  background: var(--game_bk);
  padding: 5px;
  box-sizing: border-box;
  border-radius: 3px;
  font-family: "Roboto", sans-serif;
  height: 170px;
  margin-bottom: 12px;
}
.bx-detail-game .bx-game-related ul li .thumb img {
  width: 100%;
  height: 130px;
}
.bx-detail-game .bx-game-related ul li:hover {
  background: var(--game_bk_hv);
}

.bx-detail-game .bx-game-related ul li .title {
  width: 100%;
  height: 17px;
  float: left;
  overflow: hidden;
  padding: 3px 0;
}
.bx-detail-game .bx-game-related ul li .title a {
  color: var(--game_color);
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  width: 100%;
}
.bx-detail-game .bx-game-related ul li:hover .title a {
  color: var(--game_color_hv);
}
.bx-detail-game .lSPager {
  display: none;
}
.bx-detail-game .content-game {
  width: calc(100% - 300px);
  height: auto;
  float: left;
  padding-left: 18px;
  box-sizing: border-box;
  position: relative;
}
.bx-detail-game .content-game .iframe {
  position: relative;
  height: 600px;
}
.bx-detail-game .content-game .iframe #fullscreen {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.bx-detail-game .content-game .iframe #fullscreen:hover {
  cursor: pointer;
}
.bx-detail-game .content-game .iframe.full #fullscreen {
  top: 10px;
  right: 10px;
}
.bx-detail-game .content-game .iframe.full iframe {
  height: 100vh;
}
.bx-detail-game .content-game .content {
  width: 100%;
  height: auto;
  float: left;
}
.bx-detail-game .content-game .content .iframe.full {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  z-index: 999;
}

.bx-detail-game .content-game .bx-ads {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 15px;
}
.bx-detail-game .content-game .bx-ads img {
  max-width: 100%;
  margin: auto;
  display: block;
}
.bx-description-game {
  width: 100%;
  height: auto;
  float: left;
  margin: 0px 0;
  font-family: "Roboto", sans-serif;
  line-height: 1.5em;
}
.bx-description-game .summary {
  width: 100%;
  height: auto;
  float: left;
  background: var(--bkcontentdt);
  padding: 10px;
  box-sizing: border-box;
  border-radius: 10px;
  /* box-shadow: 1px 1px 5px -3px #000; */
  color: var(--colordt);
  margin: 20px 0;
}
.bx-description-game .summary p {
  display: inline-block;
  margin-bottom: 1em;
  width: 100%;
}
.bx-description-game .summary h1 {
  width: 100%;
  height: auto;
  float: left;
  border-bottom: #afafaf solid 1px;
  font-size: 36px;
  line-height:1;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top:0;
  color: var(--colordt);
}
.bx-description-game .summary h2 {
  font-size: 28px;
}
.bx-description-game .summary h3 {
  font-size: 24px;
}
.bx-description-game .summary h4,
.bx-description-game .summary h5,
.bx-description-game .summary h6 {
  font-size: 20px;
}
.bx-description-game .summary ol,
.bx-description-game .summary ul {
  margin-left: 50px;
}
.bx-description-game .summary ul li {
  list-style: square;
}
.bx-description-game .summary {
  width: 100%;
  height: auto;
  float: left;
  color: var(--colordt);
  line-height: 23px;
  padding: 0 15px;
  box-sizing: border-box;
  padding-top: 15px;
}
.bx-description-game .summary a {
  color: var(--colordtlink);
}
.bx-description-game .summary a:hover {
  color: var(--colordtlinkhv);
}
.bx-description-game .summary p {
  margin-block-start: 0em;
}
.bx-description-game .summary .list-tag {
  width: 100%;
  height: auto;
  float: left;
  padding: 0 15px;
  box-sizing: border-box;
}
.bx-description-game .summary .list-tag .tag {
  width: 100%;
  height: auto;
  float: left;
  margin: 14px 0;
}
.bx-description-game .summary .list-tag .tag a {
  border: var(--colordtlink) solid 1px;
  color: var(--colordtlink);
  font-size: 14px;
  padding: 3px 10px;
  border-radius: 10px;
  margin-right: 10px;
}
.bx-description-game .summary .list-tag .tag a:hover {
  border: var(--colordtlinkhv) solid 1px;
  color: var(--colordtlinkhv);
}
.bx-description-game .bx-comment {
  width: 100%;
  height: auto;
  float: left;
  margin: 20px 0;
}
.bx-description-game .bx-comment .comment {
  height: auto;
  float: left;
  box-sizing: border-box;
}
.bx-description-game .bx-comment .comment .header-bx {
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
  border-bottom: #a9a9a9 solid 1px;
  padding-bottom: 7px;
}
.bx-description-game .bx-comment .comment .header-bx a {
  color: #000;
}
.bx-description-game .bx-comment .comment .header-bx a.active {
  color: #e26906;
  padding-right: 10px;
}
.bx-description-game .bx-comment .comment .list-content {
  width: 100%;
  height: auto;
  float: left;
}
.bx-description-game .bx-comment .comment .list-content .item {
  width: 100%;
  height: auto;
  float: left;
  border-bottom: #d6d6d6 solid 1px;
  padding: 20px 0;
}
.bx-description-game .bx-comment .comment .list-content .item:last-child {
  border-bottom: 0px;
}
.bx-description-game .bx-comment .comment .list-content .item .avatar {
  width: 80px;
  height: auto;
  float: left;
}
.bx-description-game .bx-comment .comment .list-content .item .avatar img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: #fff solid 2px;
  box-shadow: 0px 0px 4px -2px #333;
}
.bx-description-game .bx-comment .comment .list-content .item .content {
  width: calc(100% - 80px);
  height: auto;
  float: left;
}
.bx-description-game .bx-comment .comment .list-content .item .content .name {
  width: 100%;
  height: auto;
  float: left;
  color: #767676;
  font-weight: bold;
}
.bx-description-game .bx-comment .comment .list-content .item .content .name small {
  padding-left: 20px;
  font-weight: normal;
  font-size: 12px;
}
.bx-description-game .bx-comment .comment .list-content .item .content p {
  color: #434343;
  font-size: 15px;
  line-height: 23px;
  padding-top: 5px;
  width: 100%;
  height: auto;
  float: left;
}
.bx-description-game .bx-comment .bx-ads {
  width: 400px;
  height: auto;
  float: left;
}
.bx-description-game .bx-comment .bx-ads img {
  width: 100%;
}
.iframe {
  margin: auto;
}
.bx-menu ul li img {
  width: 20px;
  height: 20px;
  position: relative;
  top: 4px;
  padding-right: 5px;
}
.bx-menu ul li:hover {
  background: var(--menu_bk_hv);
}
.bx-menu ul li a {
  color: var(--menu_color);
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 500;
}
.bx-menu ul li:hover a {
  color: var(--menu_color_hv);
}

.h1home {
  font-size: 0;
}
.list-backlink {
  width: 100%;
  height: auto;
  float: left;
  /* display: flex; */
  /* justify-content: space-between; */
  /* flex-wrap: wrap; */
  margin-top: 30px;
}
.list-backlink a {
  font-weight: bold;
  font-size: 19px;
  color: var(--backlink_color);
}

.list-backlink a:hover {
  color: var(--backlink_colorhv);
}
.list-backlink a {
  font-weight: bold;
  font-size: 15px;
  margin-left: 10px;
  line-height: 2.3em;
  margin-bottom: 10px;
  /* border: solid 1px var(--backlink_bd); */
  background: var(--backlink_bg);
  padding: 0px 10px;
  padding-left: 0;
  border-radius: 30px;
  box-shadow: 1px 1px 5px -3px var(--backlink_bd);
  margin-bottom: 15px;
  display: inline-block;
  overflow: hidden;
  display: inline-flex;
  box-sizing: border-box;
  align-items: center;
  width: calc((100% - 148px) / 6);
  margin-right: 25px;
  margin-left: 0;
  line-height: 1.3em;
}

.list-backlink a:nth-child(6n + 0) {
  margin-right: 0;
}

@media screen and (max-width: 1300px) {
  .list-backlink a {
    width: calc((100% - 120px) / 5);
  }
  .list-backlink a:nth-child(6n + 0) {
    margin-right: 25px;
  }
  .list-backlink a:nth-child(5n + 0) {
    margin-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .list-backlink a {
    width: calc((100% - 95px) / 4);
  }
  .list-backlink a:nth-child(5n + 0) {
    margin-right: 5px;
  }
  .list-backlink a:nth-child(4n + 0) {
    margin-right: 5px;
  }
  .list-backlink a:nth-child(6n + 0) {
    margin-right: 5px;
}
}
@media screen and (max-width: 768px) {
  .list-backlink a {
    width: calc((100% - 25px) / 2);
  }
  .list-backlink a:nth-child(5n + 0),
  .list-backlink a:nth-child(4n + 0) {
    margin-right: 5px;
  }
  .list-backlink a:nth-child(2n + 0) {
    margin-right: 0px;
  }
  .list-backlink a {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.list-backlink a:hover {
  background: var(--backlink_bghv);
  color: var(--backlink_colorhv);
}
.list-backlink a img {
  width: 90px;
  height: 60px;
  /* border-radius: 50%;     */
  margin-right: 8px;
  margin-bottom: -6px;
}
.bx-feature-game .item-big {
  width: 100%;
  height: 315px;
  float: left;
  margin-top: 10px;
  padding: 5px;
  background: var(--game_bk);
  border-radius: 5px;
  box-shadow: 0px 0px 4px 0px #ccc;
  box-sizing: border-box;
  position: relative;
}
.bx-feature-game .item-big a.title {
  position: absolute;
  bottom: 5px;
  display: block;
  background: var(--game_bk);
  width: 96%;
  font-size: 20px;
  padding: 5px 5px;
  /* font-weight: bold; */
  color: var(--game_color);
  font-family: "Roboto", sans-serif;
}
.bx-feature-game .item-big:hover {
  background: var(--game_bk_hv);
}
.bx-feature-game .item-big:hover a.title {
  color: var(--game_color_hv);
  background: var(--game_bk_hv);
}
.item-big-ingame .thumb {
  position: relative;
}
.item-big-ingame a.title {
  position: absolute;
  bottom: 0px;
  display: block;
  background: rgba(255, 255, 255, 0.6);
  width: 99%;
  font-size: 20px;
  padding: 3px 5px;
  font-weight: bold;
}
.list-item .item .title {
  width: 100%;
  height: 17px;
  float: left;
  padding: 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--game_color);
}

.open-menu-mb {
  display: none;
}
.row-gd1 .col-100-350 {
  width: calc(100% - 350px);
  float: left;
}

.row-gd1 .col-350 {
  width: 350px;
  float: right;
}
.row-gd1.gd2 {
  float: right;
}
.row-gd1.gd2 .col-350 {
  float: left;
}

.gd3 .col-100-3502 {
  width: calc((100% - 350px) / 2);
  float: left;
}
.row-gd1.gd3 .col-350 {
  float: left;
}

.row-gd1.gd6 .col-420 {
  float: left;
  width: 31%;
  padding-top: 16px;
  margin:0 1%
}

.row-gd1.gd6 .col-100-4202 {
  width: calc((100% - 420px) / 2);
  float: left;
}

.qc {
  margin-top: 33px;
  background: #e5e5e5;
  height: 315px;
  text-align: center;
}
.qc p {
  padding: 10px;
  text-align: center;
}
.row-gd1 .list-item .item {
  box-sizing: border-box;
  width: calc((100% - 100px) / 6);
  box-sizing: border-box;
  margin-left: 0;
  margin-right: 15px;
}
.row-gd1.gd2 .list-item .item {
  margin-right: 0;
  margin-left: 15px;
}
.row-gd1 .list-item .item .thumb {
  height: 135px;
}
.row-gd1.gd6 .list-item .item .thumb {
  height: 125px;
}
.row-gd1.gd3 .list-item .item {
  box-sizing: border-box;
  width: calc((100% - 50px) / 3);
  margin-left: 8px;
  margin-right: 8px;
}
.row-gd1.gd4 .list-item .item {
  width: calc((100% - 100px) / 7);
  margin-left: 7px;
  margin-right: 7px;
}

.row-gd1.gd4 .list-item .item .thumb {
  height: 160px;
}
.row-gd1.gd5 .list-item .item {
  width: calc((100% - 100px) / 6);
  margin-left: 8px;
  margin-right: 8px;
}
.row-gd1.gd5 .list-item .item .thumb {
  height: 250px;
}
.row-gd1.gd6 .list-item .item {
  box-sizing: border-box;
  width: calc((100% - 50px) / 3);
  margin-left: 8px;
  margin-right: 8px;
}

.row-gd1.gd6 .item-big img {
  height: 276px;
  width: 100%;
  object-fit: cover;
}

.gd6 .title {
  display: block;
  /* background: #fff; */
  padding: 10px;
  color: #000;
  /* font-weight: bold; */
  font-size: 20px;
}
.gd6 .item-big {
  background: var(--game_bk);
  padding: 5px;
  border-radius: 3px;
}
.gd6 .item-big .title {
  color: var(--game_color);
  font-family: "Roboto", sans-serif;
}
.gd6 .item-big:hover {
  background: var(--game_bk_hv);
}

.gd6 .item-big:hover .title {
  color: var(--game_color_hv);
}

.list-item.cate {
  position: relative;
  margin-bottom: 20px;
}
.list-item.cate .item {
  width: calc((100% - 100px) / 10);
  margin-left: 5px;
  margin-right: 5px;
  background: var(--game_bk);
}
.list-item.cate .item:hover {
  background: var(--game_bk_hv);
}

.list-item.cate .item:hover .title a {
  color: var(--game_color_hv);
}
.list-item.cate .item:nth-child(12) {
  position: absolute;
  top: 323px;
  left: 0;
}
.qccate {
  width: calc((100% - 133px) / 3);
  height: 313px;
  background: #dbdbdb;
  float: left;
  margin-top: 10px;
  text-align: center;
}
.qccate p {
  margin-top: 10px;
  margin-bottom: 10px;
}
.pagination {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
}
.pagination li {
  margin: 5px;
  font-size: 22px;
  font-family: "Roboto", sans-serif;
}
.pagination li a,
.pagination li span {
  color: var(--pagecolor);
}
.pagination li.active a,
.pagination li a:hover {
  text-decoration: underline;
}
.copyright {
  text-align: center;
  clear: both;
  width: 100%;
  color: var(--footer_color);
}
.rightcontent {
  width: 400px;
  float: left;
}
.leftcontent {
  width: calc(100% - 400px);
  float: left;
}
.bx-description-game .summary .list-tag .tag a {
  display: inline-block;
  margin-bottom: 10px;
}

@media screen and (max-width: 1300px) {
  .qccate {
    width: calc((100% - 0px) / 3);
  }
  .list-item.cate .item {
    width: calc((100% - 90px) / 9);
  }
}
@media screen and (max-width: 991px) {
  .rightcontent {
    width: 100%;
    float: unset;
  }
  .leftcontent {
    width: 100%;
    float: unset;
  }
  .bx-feature-game .row {
    flex-direction: column;
  }
  .bx-feature-game .col-md-4 {
    width: 100%;
    padding: 0px 15px;
    box-sizing: border-box;
  }
  .open-menu-mb .line {
    width: 22px;
    height: 2px;
    background-color: #fff;
    opacity: 1;
    display: block;
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .open-menu-mb .line.active.v1 {
    margin-top: 5px;
    margin-bottom: 0px;
  }
  .open-menu-mb .line.active.v2 {
    display: none;
  }
  .open-menu-mb .line.active.v3 {
    width: 22px;
    transform: rotate(-45deg);
    transform-origin: 28% 50%;
    margin-top: 5px;
    margin-bottom: 0px;
  }
  .open-menu-mb .line.v2 {
    width: 19px;
  }
  .open-menu-mb .line.v3 {
    width: 16px;
  }
  .open-menu-mb .line.active.v1 {
    transform: rotate(45deg);
    transform-origin: 28% 50%;
  }

  header .bx-menu {
    position: relative;
    overflow: unset;
    height: 45px !important;
  }

  header .bx-menu .menu {
    width: 100%;
    /*height: 100vh;*/
    left: -100%;
    position: absolute;
    background: var(--menu_bk);
    z-index: 1000;
    top: 45px;
    padding-top: 10px;
    transition: all 0.3s ease-out;
  }
  .open-menu-mb {
    display: block;
    position: absolute;
    top: 10px;
    left: 15px;
  }
  header .bx-menu .menu ul li {
    width: auto;
    float: left;
    height: 45px;
    line-height: 45px;
    width: 50%;
    text-align: center;
  }
  header .bx-menu .menu ul li a {
    font-size: 18px;
    font-weight: bold;
  }
  header .bx-menu .menu.active {
    left: 0;
  }
  header .bx-logo {
    height: 80px;
  }
  header .bx-logo img {
    top: 0;
  }
  header .bx-logo .logo {
    text-align: center;
    position: relative;
  }
  header .bx-logo .logo img {
    height: 70px;
    margin: 5px;
	width:auto;
  }
  header .bx-search {
    width: 50%;
    height: 33px;
    top: 85px;
    position: absolute;
    z-index: 9;
    right: 10px;
  }
  header .bx-search button {
    display: none;
  }
  header .bx-search form input {
    border: #ccc solid 1px;
    border-radius: 3px;
    font-size: 13px;
    padding-left: 10px;
    box-sizing: border-box;
    height: 36px;
  }
  .row-gd1 .col-100-350,
  .row-gd1 .col-350,
  .row-gd1.gd2 .col-350,
  .row-gd1 .col-100-350,
  .gd3 .col-100-3502,
  .row-gd1.gd3 .col-350,
  .gd3 .col-100-3502,
  .row-gd1.gd6 .col-100-4202,
  .row-gd1.gd6 .col-420,
  .row-gd1.gd6 .col-100-4202 {
    width: 100%;
	margin:0;
  }
  footer .logo {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  footer .content-footer {
    width: 100%;
  }
  footer .content-footer .row {
    flex-wrap: wrap;
  }
  footer .content-footer .list-link {
    width: 50%;
    margin-top: 20px;
  }
  .qccate {
    display: none;
  }
  .list-item.cate .item {
    width: calc((100% - 70px) / 7);
  }
  .list-item.cate .item:nth-child(12) {
    position: relative;
    top: unset;
    left: unset;
  }
  .bx-detail-game .bx-game-related {
    height: auto;
  }
  .bx-detail-game .bx-game-related:first-child {
    display: none;
  }
  .bx-detail-game .content-game {
    width: 100%;
    padding-left: 0;
  }
  .bx-detail-game {
    padding: 0;
    background: unset;
  }
  .bx-detail-game .bx-game-related.bx-game-related-right {
    width: 100%;
    padding-top: 30px;
  }
  .bx-detail-game .bx-game-related ul li {
    width: calc((100% - 30px) / 3);
    margin: 5px;
    float: left;
    height: 150px;
  }
  .bx-description-game .summary {
    border-radius: 0;
  }
  .bx-detail-game .content-game .bx-ads {
    display: none;
  }
  .list-item .item {
    width: calc((100% - 30px) / 3);
    margin: 5px;
    float: left;
  }
  .list-item .item {
    margin-top: 10px;
  }
  .list-item .item[data-item="1"] {
    margin-top: 10px;
  }
  .bx-detail-game .bx-game-related ul li .thumb img {
    height: 116px;
  }
  .list-backlink a img {
    width: 70px;
    height: 40px;
  }
  .list-backlink a {
    margin-left: 5px;
    margin-right: 5px;
  }
  .bx-game-by-cate.dt .list-item .item:last-child {
    display: none;
  }
  .row-gd1.gd4 .list-item .item .thumb,
  .row-gd1.gd5 .list-item .item .thumb{
    max-height: 120px;
  }
}

@media screen and (max-width: 576px) {
  .qccate {
    display: block;
    width: 100%;
  }
  .item-top .list-item .item {
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
    margin-left: 0;
  }
  .bx-game-by-cate {
    padding: 0 10px;
    box-sizing: border-box;
  }
  .row-gd1 {
    display: flex;
    flex-direction: column;
  }
  .row-gd1.gd3,
  .row-gd1.gd4,
  .row-gd1.gd5,
  .row-gd1.gd6 {
    display: block;
  }
  .row-gd1 .col-350 {
    order: 1;
  }
  .row-gd1 .col-350 .qc {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .row-gd1 .bx-header {
    order: 2;
  }
  .row-gd1 .col-100-350 {
    order: 3;
  }
  .row-gd1 .list-item {
    margin: 0 0px;
  }
  .row-gd1 .list-item .item,
  .row-gd1.gd4 .list-item .item,
  .row-gd1.gd5 .list-item .item {
    width: calc((100% - 30px) / 3);
    margin-left: 5px;
    margin-right: 5px;
  }
  .row-gd1.gd2 .list-item .item {
    margin-left: 5px;
    margin-right: 5px;
  }
  .row-gd1 .list-item .item .thumb {
    height: 110px !important;
  }
  .list-item.cate .item {
    width: calc((100% - 30px) / 3);
  }
  .list-item .item {
    height: 145px;
  }
  .row-gd1.gd6 .list-item .item,
  .row-gd1.gd3 .list-item .item {
    box-sizing: border-box;
    width: calc((100% - 30px) / 3);
    margin-left: 5px;
    margin-right: 5px;
  }
  .row-gd1.gd4 .list-item .item:nth-child(13),
  .row-gd1.gd4 .list-item .item:nth-child(14){
      display: none;
  }
}

img{width:100%;height:auto}

.page_title{
	text-align:center
	}