@charset "utf-8";
/* CSS Document */
/*---文章标签页面----*/
.archive-cats {
	background: #fff;
	margin-bottom: 10px;
}
.archive-cats ul {
	display: flex;
    padding: 8px 10px;
    align-items: baseline;
    margin-bottom: -10px;
}
.archive-cats ul li {}
.archive-cats ul li a {
	padding: 0 20px;
    margin-right: 10px;
    border: 1px solid rgba(255,255,255,0);
    max-width: 100%;
    height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 28px;
    font-size: 14px;
    margin-bottom: 10px;
	background-color: rgb(108 148 208 / 18%);
	border-radius: 3px;
}
.archive-cats ul li a.current {
	border-radius: 3px;
	color: #0066ff;
    background-color: rgba(0, 102, 255, 0.18);
}
/*---手游标签页面----*/
.classify {
  background: #fff;
  padding: 10px 0 10px 0;
}
.classify ul {
  display: flex;
  margin-bottom: 5px;
  margin-top: 5px;
  justify-content: space-between;
}
.classify .num1 li:nth-child(1) {
  background: #c5ac9b;
}
.classify li {
  width: 45px;
  height: 45px;
  overflow: hidden;
  border-radius: 3px;
  background: #333;
  margin-right: 10px;
}
.classify li:first-child {
  margin-left: 10px;
}
.classify li a {
  color: #fff;
  display: flex;
  /* flex-direction: column; */
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.classify li i {
  display: block;
  width: 45px;
  height: 45px;
  background-size: 45px 45px;
  position: absolute;
  left: 0;
  top: 0px;
  background: no-repeat;
}
.classify li span {
  display: block;
  font-size: 14px;
  position: absolute;
  top: 4px;
}
.classify li em {
  display: block;
  font-size: 12px;
  color: #fff;
  position: relative;
  top: 25px;
  font-style: normal;
}
.menu-group {
  display: flex;
  flex-wrap: wrap;
}
.menu-group li {
  flex: 1 0 0; /* 在PC端，全显示在一行 */
}
.shouyou-mtag .menu-group li {
  flex: auto;
}
.shouyou-mtag .classify li {
  width: 85px;
  margin-bottom: 15px;
}
.shouyou-mtag .classify li:first-child {
  margin-left: 0;
}
.shouyou-mtag .classify ul {
  padding-left: 10px;
}
.mgame-tag-pagination .page-numbers {
  margin-right: 5px;
  font-weight: 600;
  padding: 10px 13px;
  border: 0;
  background: #f4f5f6;
  font-size: 12px;
  color: #0066ff;
  transition: opacity .2s;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
  border-radius: 4px;
}
.mgame-tag-pagination .current {
  color: #fff;
  cursor: default;
  background: #ccc;
}
.mgame-tag-pagination .btn-pager a {
  color: #0066ff;
  margin-right: 0;
  margin-left: 5px;
  font-weight: 600;
  padding: 10px 13px;
  border: 0;
  background: #f4f5f6;
  font-size: 12px;
  border-radius: 4px;
  transition: opacity .2s;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}
.mgame-tag-pagination .ajax-pager .btn-group > a {
  display: block;
}
.shouyou-mtag .wrapper {
  margin-bottom: 15px;
}
/*手游导航*/
.mgame_menus {
  height: 100px;
  padding: 5px;
  background: #fff;
}
.mgame_menus ul {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}
.mgame_menus ul li {
  display: inline-block;
  width: 6.5%;
  margin-bottom: 10px;
  margin-top: 10px;
}
.mgame_menus ul li a {
  display: block;
  height: 45px;
  line-height: 25px;
  font-size: 12px;
  text-align: center;
}


.mgame_menus .mcat-home.current a span, .mgame_menus ul li a.current span {
 color: #0066ff;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
}



.mgame_menus ul li a img {
  display: block;
  border-radius: 50px;
  width: 45px;
  height: 45px;
  margin: 0 auto 2px;
}
.mgame_menus ul li.current-menu-item > a {
  font-weight: bold;
  font-size: 13px !important;
}
.mgame_menus ul {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 0;
}
.toggle-btn-m {
  display: none;
}
.wrapper.mgame_menus {
  margin-bottom: 15px;
}
/*手游列表*/
.c2-radius {
  border-radius: 4px!important;
}
.d2-radius {
  border-radius: 10px!important;
}
.e2-radius {
  border-radius: 15px!important;
}
.mgame-list .btn2 {
  white-space: nowrap;
  font-size: 13px;
  border-radius: 0 0 0 4px;
  color: #fff;
  background: #007bff;
  padding: 0 8px;
  display: block;
  margin-right: -12px;
  margin-top: -37px;
  text-align: center;
  overflow: hidden;
}
.mgame-list .post-item-1.post-3-li-dubble ul.b2_gap > li + li {
  margin: 0
}
.mgame-list .post-item-1.post-3-li-dubble ul.b2_gap > li {
  width: 50%
}
.mgame-list .post-item-1.post-3-li-dubble ul.b2_gap > li:nth-last-child(2), .post-item-1.post-3-li-dubble ul.b2_gap > li:nth-last-child(1) {
  margin-bottom: 0 !important
}
.mgame-list .post-item-1.post-3-li-dubble .post-info h2 {
  font-size: 16px;
  font-weight: 400;
}
.mgame-list .post-item-1.post-3-li-dubble .post-excerpt {
  -webkit-line-clamp: 2;
}
/*游戏平台页面*/
.firm .button {
  padding: 2px 5px;
  border-radius: 4px;
}
.firm .more {
  position: absolute;
  right: 24px;
  top: 24px;
  background: #fff;
  border: 0;
}
.plate-list .cg-bg {
  padding-top: 20%;
}
.plate-list .cg-content {
  padding: 15px 0px 0px;
  background: #f8fafb;
}
.plate-list .box, .side-fixed {
  box-shadow: initial;
}
.plate-list .post-item-1.post-3-li-dubble .post-excerpt {
  -webkit-line-clamp: 2 !important;
}
.plate-list .cg-content li + li {
  margin-top: 0;
}
.plate-list .b2_gap > li .item-in, .plate-list .shop-list-item, .plate-list .shop-normal-item-in, .plate-list .user-search-list li > div, .plate-list .home-collection .home-collection-content, .plate-list .post-3.post-3-li-dubble .b2_gap > li .item-in {
  margin-bottom: 16px;
  margin-right: 16px;
  overflow: hidden;
}
.plate-list .cat-group-box {
  width: 100%;
}
.plate-list .btn2 {
  margin-top: -47px;
}
.plate-list .post-3.post-3-li-dubble .post-3-li .item-in {
  padding: 15px 8px 15px 8px;
}
.plate-list .b2-widget-post-title h2 {
  margin-bottom: 0;
  font-size: 15px !important;
}
.plate-list .post-item-1 ul.b2_gap > li {
  width: 100%
}
.plate-list .post-list-item .item-in .post-info h2 {
  -webkit-line-clamp: 1;
}
.plate-list .b2-widget-post-thumb-img {
  width: 60px;
  height: 60px;
}
.plate-list .widget-shouyou-hot .b2-widget-post-thumb .b2-widget-post-title {
  padding-left: 70px;
}
.plate-list .empty-page {
  width: 98%;
}
.plate-list .post-3 .post-list-meta li {
  white-space: nowrap;
}
.plate-list .post-module-thumb {
  width: 100px;
  min-width: 100px;
}
.plate-list .post-item-1.post-3-li-dubble ul.b2_gap > li + li {
  margin: 0
}
.plate-list .post-item-1.post-3-li-dubble ul.b2_gap > li {
  width: 50%
}
.plate-list .post-item-1.post-3-li-dubble ul.b2_gap > li:nth-last-child(2), .post-item-1.post-3-li-dubble ul.b2_gap > li:nth-last-child(1) {
  margin-bottom: 0 !important
}
.plate-list .post-item-1.post-3-li-dubble .post-info h2 {
  font-size: 16px;
  font-weight: 400;
}
.plate-list .post-item-1.post-3-li-dubble .post-excerpt {
  -webkit-line-clamp: 2;
}
/* 手游文章页面 */
.mgame-down {
  background: #ffffff;
  margin-bottom: 15px;
  border-radius: 4px;
}
.down-header1 {
  position: relative;
  height: 280px;
}
.down-header1 .img {
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 0;
  background-color: #f8f8f8;
}
.mgame-down .img {
  position: relative;
  background: #f5f5f5;
}
.mgame-down .img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.down-header1 .infor {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70px;
  background: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}
	
.down-header1 .infor .img {
  width: 60px;
    height: 60px;
    border-radius: 13px;
    margin: 0 0 0 15px;
}
.down-header1 .infor .text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 25%;
  overflow: hidden;
  padding-left: 15px;
}
.down-header1 .showbox_btn .imgsao .text {
  padding-right: 0;
}

.down-header1 .infor .text .p {
  height: 20px;
  line-height: 20px;
  font-size: 14px;
}
.down-header1 .infor .text .name {
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  display: block;
  width: 100%;
}
.mgame-down .mg .img::after {display: none;}
.down-header1 .btn {
  display: block;
  min-width: 90px;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #0066ff;
  border-radius: 5px;
  position: absolute;
  right: 15px;
  cursor: pointer;
}
.down-header1 .btn > a {
  color: #fff;
}
.down-header1 .down .showbox_btn {
  width: 339px;
  right: -335px;
}
.showbox_btn {
  width: 300px;
  padding-left: 7px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -307px;
  color: #222222;
  text-align: left;
  display: none;
  z-index: 10;
}
.btn:hover .showbox_btn, .showbox_btn:hover {
  display: block;
}
.showbox_btn .box {
  -webkit-box-shadow: 0px 4px 13px 0px rgba(18, 18, 18, 0.3);
  box-shadow: 0px 4px 13px 0px rgba(18, 18, 18, 0.3);
  background-color: #ffffff;
  height: 100%;
  border-radius: 10px;
}
.showbox_btn .box .bt {
  height: 56px;
  border-bottom: 1px solid #f1f1f1;
  line-height: 56px;
  font-size: 16px;
  padding: 0 20px;
  margin-bottom: 15px;
  overflow: hidden;
}
.showbox_btn .box .imgsao {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.showbox_btn .box .imgsao .text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 15px;
  overflow: hidden;
  font-size: 14px;
  max-height: 110px;
}
.showbox_btn .box .imgsao .text .bt_sao {
  height: 35px;
  line-height: 35px;
  width: 100%;
  overflow: hidden;
}
.showbox_btn .box .imgsao .text p {
  font-size: 12px;
  color: #787878;
  line-height: 20px;
  display: -webkit-box;
  overflow: hidden;
  word-break: break-all;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.showbox_btn .box .Pgame {
  width: auto;
  padding-right: 5px;
}
.showbox_btn .box .lis {
  padding: 0 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.showbox_btn .box .Pgame img {
  height: auto;
  width: 25%;
  margin-right: 7px;
}
.showbox_btn .box .lis a {
  cursor: default;
}
.showbox_btn a {
  color: #222222;
}
.showbox_btn .box .tex {
  padding: 0 20px 20px;
  font-size: 14px;
  line-height: 22px;
  display: -webkit-box;
  overflow: hidden;
  word-break: break-all;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.down-header2 {
  padding: 15px 15px 0;
}
.down-header2 .item_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
}
.down-header2 .item_1 .list {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
}
.clear:before, .clear:after {
  content: '';
  display: block;
  clear: both;
}
.down-header2 .item_1 .list .tab.tab2 {
  color: #333;
  background: #0066ff42;
}
.down-header2 .item_1 .list .tab.tab2_1 {
  color: #333;
  background: #f8c2e3bf;
}
.down-header2 .item_1 .list .tab.tab5 {
  color: #fff;
  background: #ff33556b;
}
.down-header2 .item_1 .list .tab5 i {
  height: 15px;
  width: 15px;
}
.down-header2 .item_1 .list .tab i {
  display: inline-block;
  vertical-align: middle;
  margin: -2px 5px 0 0;
}
.down-header2 .item_1 .list .tab5 .icoimg {
  background: url(../../img/icon/url_icoimg.png) no-repeat;
  background-size: 15px 15px;
}
.down-header2 .item_1 .score {
  padding-right: 0;
}
.down-header2 .item_1 .score span {
  display: block;
  float: left;
  padding: 0 8px;
  height: 28px;
  line-height: 28px;
  border: solid 1px #ccc;
  color: #999;
  border-radius: 5px;
  font-size: 14px;
  margin: 5px 0px 5px 0;
}
.down-header2 .item_1 .list .tab.views {
  border-color: #ffb400;
  color: #ffb400;
}
.down-header1 .btn .score {
  font-size: 12px;
  color: #666666;
}
.down-header2 .item_2 {
  color: #666666;
}
.down-header2 .item_2 .p_ {
  line-height: 35px;
  padding: 5px 0 15px;
}
.down-header2 .item_2 .p_ .li_ {
  padding-right: 15px;
  white-space: nowrap;
}
.down-header2 .item_2 .p_ .colon::after {
  content: ":";
  margin-left: 2px;
  margin-right: 2px;
}
.down-header2 .item_2 .p_ .colon {
  font-size: 100%;
  font-style: normal;
}
.down-header2 .item_1 .list .tab {
  display: block;
  float: left;
  padding: 0 8px;
  height: 28px;
  line-height: 28px;
  /* border: solid 1px #0066ff; */
  color: #0066ff;
  border-radius: 5px;
  font-size: 14px;
  margin: 5px 10px 5px 0;
}
.showbox_btn .box .game_down_channel {
  padding: 10px 20px 5px;
}
.showbox_btn .box .game_down_channel ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
	margin-right: -10px;
}
.showbox_btn .box .game_down_channel ul li {
  position: relative;
  margin-right: 10px;
  margin-bottom: 10px;
  flex: auto;
}

.showbox_btn .box .game_down_channel a {
  background-color: #0066ff;
  border-radius: 5px;
  display: block;
  position: relative;
  z-index: 2;
  width: auto;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: #fff;
  padding: 10px 8px;
}
.showbox_btn .box .game_down_channel .game_down_no a {
  background-color: #e0586f;
}
.hot-mgame .post-3.post-3-li-dubble .post-3-li .item-in {
  padding: 10px 0px 10px 0;
}
#feedback-modal, #feedback-modal-footer {
  border-radius: 4px;
}
/*手游文章页面标签*/
.cai-like {
  font-size: 15px;
  font-weight: 600;
}
/*游戏文章页游戏详情*/
.info-container {
  padding: 5px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: minmax(30px, auto);
  column-gap: 10px;
  row-gap: 5px;
}
.info-item {
  overflow: hidden;
  background: #f7f9fa;
  display: flex;
  align-items: center;
}
.info-item .info-content a {
  padding-right: 10px;
}
.info-item .info-content a:last-child {
  padding-right: 0;
}
.info-label {
  white-space: nowrap;
  padding-left: 10px;
  padding-right: 20px;
  font-weight: normal;
  width: auto; /* Set a fixed width for labels */
}
.info-content {
  white-space: nowrap;
  background: #f7f9fa;
  font-size: 14px;
  width: calc(100% - 100px); /* Calculate the remaining width for content */
}
.info-yxqx {
  width: 460px;
  display: none;
  z-index: 99;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  -webkit-background-clip: content;
  border-radius: 2px;
  box-shadow: 1px 1px 50px rgb(0 0 0 / 30%);
}
.info-yxqx .android-quanxian {
  text-align: center;
  font-size: 14px;
  display: block;
  padding: 5px 0;
  background: #f6f6f6;
  border-radius: 4px 4px 0 0;
}
.info-yxqx-content {
  background-color: #fff;
  padding: 20px;
  text-align: left;
  width: auto;
  max-width: 100%;
  margin: 0;
  max-height: 70vh;
  overflow-y: auto;
}
.info-yxqx-content::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.info-yxqx-content::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 10px;
}
.info-yxqx-content::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}
.info-yxqx-content p {
  font-size: 14px;
  line-height: 30px;
  padding: 5px 0;
  position: relative;
  padding-left: 20px;
}
.info-yxqx-content p::before {
  display: inline-block;
  vertical-align: middle;
  content: '•';
  position: absolute;
  left: 0px;
  font-size: 25px;
  color: #919191;
  line-height: 28px;
}
.info-yxqx #close-modal {
  display: block;
  margin: 10px auto 10px;
  text-align: center;
  border-radius: 4px;
}
.info-yxqx-content button {
  background: #666;
  border: 1px solid #666;
  border-radius: 4px;
}
#permissions-modal {
  border-radius: 4px;
}
/*游戏文章轮播图*/
.single-game-slider .uk-slider {
  -webkit-tap-highlight-color: transparent
}
.single-game-slider .uk-slider-m {
  display: none;
}
.single-game-slider .uk-visible-toggle {
  -webkit-tap-highlight-color: transparent;
}
.single-game-slider .uk-position-relative {
  position: relative !important;
}
.single-game-slider .uk-margin-bottom {
  margin-bottom: 15px !important;
}
.single-game-slider .uk-margin-top {
  margin-top: 15px !important;
}
.single-game-slider .uk-slider-container {
  overflow: hidden;
}
.single-game-slider .uk-slider {
  -webkit-tap-highlight-color: transparent;
}
.single-game-slider .uk-slider-items.uk-grid {
  flex-wrap: nowrap;
}
.single-game-slider .uk-grid-column-small, .uk-grid-small {
  margin-left: -15px;
}
.single-game-slider .uk-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-game-slider .uk-slider-items {
  will-change: transform;
  position: relative;
}
.single-game-slider .uk-slider-items > .uk-width-1-2 {
  width: auto;
}
.video-wrapper video {
  max-width: 100%;
  height: 320px;
}
.video-wrapper {
  margin-top: 1.5px;
  position: relative;
  max-width: 100%;
}
.video-overlay, .play-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.play-button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.play-button .circle {
  width: 60px; /* 调整为所需的大小 */
  height: 60px;
  border-radius: 50%;
  background-color: rgb(0 0 0 / 20%); /* 半透明的黑色背景 */
  display: flex;
  justify-content: center;
  align-items: center;
}
.play-button .triangle {
  width: 0px;
  height: 0;
  border-top: 17.5px solid transparent;
  border-bottom: 17.5px solid transparent;
  border-left: 35px solid #ffffff7a;
  margin-left: 10px;
}
.single-game-slider [class*=uk-width] {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}
.single-game-slider .uk-grid-column-small > *, .uk-grid-small > * {
  padding: 0px 2px;
}
.single-game-slider .uk-grid > * {
  margin: 0;
}
.single-game-slider .uk-slider-items > * {
  flex: none;
  position: relative;
  touch-action: pan-y;
}
.single-game-slider .uk-grid > * > :last-child {
  margin-bottom: 0;
}
.single-game-slider .uk-slider-items > .uk-width-1-2 > a > img {
  max-width: 100%;
  box-sizing: border-box;
  max-height: 320px;
  height: 320px;
}
.single-game-slider .uk-visible-toggle:not(:hover):not(:focus) .uk-hidden-hover:not(:focus-within) {
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}
.single-game-slider .uk-position-small[class*=uk-position-center-left], .uk-position-small[class*=uk-position-center-right] {
  transform: translateY(-50%) translateY(-15px);
}
.single-game-slider .uk-position-small {
  max-width: calc(100% - (15px * 2));
  margin: 15px;
}
.single-game-slider .uk-position-center-left {
  left: 0;
}
.single-game-slider [class*=uk-position-center-left], [class*=uk-position-center-right] {
  top: 50%;
  transform: translateY(-50%);
}
.single-game-slider [class*=uk-position-bottom], [class*=uk-position-center], [class*=uk-position-left], [class*=uk-position-right], [class*=uk-position-top] {
  position: absolute !important;
  max-width: 100%;
}
.single-game-slider .uk-slidenav {
  padding: 5px 10px;
  color: rgba(102, 102, 102, .5);
  transition: color .1s ease-in-out;
}
.single-game-slider .uk-position-small {
  max-width: calc(100% - (15px * 2));
  margin: 15px;
}
.single-game-slider .uk-position-center-right {
  right: 0;
}
.single-game-slider .uk-slidenav {
  padding: 5px 10px;
  color: rgba(102, 102, 102, .5);
  transition: color .1s ease-in-out;
}
.single-game-slider .uk-slider .uk-slidenav-previous {
  background-image: url(img/prev_ico.png);
  height: 37px;
  width: 37px;
  background-size: cover;
  margin-left: 20px;
}
.single-game-slider .uk-slider .uk-slidenav-next {
  height: 37px;
  width: 37px;
  background-size: cover;
  background-image: url(img/next_ico.png);
}
/*游戏文章轮播图end*/
/* 猜你喜欢标签TAB切换 */
.uk-subnav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -20px;
  padding: 0;
  list-style: none;
}
.uk-subnav > * {
  flex: none;
  padding-left: 20px;
  position: relative;
}
.uk-subnav-pill > .uk-active > a {
  background-color: #1e87f0;
  color: #fff;
}
.uk-subnav-pill > * > :first-child {
  margin: 0;
  padding: 0px 8px;
  background: #e5e5e5;
  border-radius: 4px;
  color: #6b6b6b;
}
.uk-subnav-pill > * > :first-child {
  padding: 5px 10px;
  background: transparent;
  color: #999;
}
.uk-subnav > * > :first-child {
  display: flex;
  align-items: center;
  column-gap: 0.25em;
  color: #999;
  font-size: 0.875rem;
  text-transform: uppercase;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color;
}
* + .uk-margin {
  margin-top: 20px !important;
}
.uk-margin {
  margin-bottom: 20px;
}
.uk-switcher {
  margin: 0;
  padding: 0;
  list-style: none;
}
.uk-switcher > * > :last-child {
  margin-bottom: 0;
}
.uk-switcher > :not(.uk-active) {
  display: none;
}
.uk-animation-fade {
  animation-name: uk-fade;
  animation-duration: 0.8s;
  animation-timing-function: linear;
}
.uk-animation-reverse {
  animation-direction: reverse;
  animation-timing-function: ease-in;
}
@keyframes uk-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*游戏详情页热门手游*/
.game-tag {
  padding-top: 15px;
}
.game-tag li a:hover {
  margin: 0;
  background: #1e87f0;
  border-radius: 4px;
  color: #ffffff;
}
.uk-subnav-pill > * > :first-child {
  margin: 0;
  padding: 0px 8px;
  background: #e5e5e5;
  border-radius: 4px;
  color: #6b6b6b;
}
.b2-recommend-title {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.b2-recommend-title h2 {
  font-size: 15px;
  padding: 10px 0px 12px;
  font-weight: 600;
  line-height: 1;
}
.hot-mgame .post-3 .post-jdsm {
  font-size: 13px;
  color: #a0a0a0;
}
.hot-mgame .post-3 .post-info {
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hot-mgame .post-jdsm {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hot-mgame .post-3 .post-list-meta-box .game-down {
  font-size: 12px;
  background: #f6f6f6;
  padding: 0px 5px;
  color: #999;
  border-radius: 5px;
}
.hot-mgame .post-3-li-dubble .b2_gap {
  margin-bottom: 0;
}
.recommend-games {
  padding: 0 15px;
}
.hot-mgame .post-item-1 ul.b2_gap > li {
  width: 100%
}
.hot-mgame .post-list-item .item-in .post-info h2 {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  overflow-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  overflow: hidden;
}
.down-header2 .item_3 {
  display: none;
}
.hot-mgame .post-item-1.post-3-li-dubble ul.b2_gap > li {
  width: 33.3333%;
}
.hot-mgame .post-3 .post-module-thumb {
  min-width: 64px;
  margin-right: 10px;
}
.hot-mgame .post-item-1.post-3-li-dubble .post-info h2 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 4px;
}
.hot-mgame .home-row-random-h5game .h5game_showbox_btn {
  left: 32px;
  width: 66px;
  height: 66px;
}
.popular-recommend .home-row-random-h5game .h5game_showbox_btn {
  left: 33.5px;
}
.hot-mgame .home-row-random-h5game .h5game_showbox_btn .qrcode canvas {
  width: 66px !important;
  height: 66px !important;
}
.hot-mgame .home-row-random-h5game .post-list-meta-box .h5game-home-go {
  font-size: 12px;
  background: linear-gradient(40deg, #e0c3fc, #8ec5fc);
  padding: 0px 5px;
  color: #fff;
  line-height: 16.5px;
  border-radius: 5px;
  border: none;
  height: 16px;
}
.hot-mgame .home-row-random-h5game, .recommend-games .home-row-random-h5game {
  margin-top: 0;
}
* + .uk-margin {
  margin-top: 10px !important;
}
/*意见反馈*/
.feedback-modal .info-yxqx-content p::before {
  display: none;
}
.feedback-modal .info-yxqx-content .wpcf7-form-control {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.feedback-modal .info-yxqx-content .wpcf7-form-control .wpcf7-list-item label {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.feedback-modal .info-yxqx-content .wpcf7-form-control .wpcf7-list-item {
  margin: 5px 0;
}
.feedback-modal .info-yxqx-content p {
  padding-left: 0;
  padding-right: 0;
}
.feedback-modal .info-yxqx-content {
  border-bottom: 1px solid #e5e5e5ab;
  padding: 0px 35px 15px;
  border-radius: 4px 4px 0 0;
}
.feedback-modal .info-yxqx-content .wpcf7-spinner {
  display: none;
}
.feedback-modal .info-yxqx-content .feedback-option {
  height: 40px;
  line-height: 40px;
  display: block;
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 10px;
  font-size: 16px;
  color: #222;
  position: relative;
}
.feedback-modal .info-yxqx-content .feedback-option::after {
  content: '';
  display: block;
  width: 70px;
  height: 2px;
  background-color: #0066ff;
}
.feedback-modal #feedback-close-modal, .feedback-modal #feedback-close-modal-footer {
  display: block;
  margin: 10px auto 10px;
  text-align: center;
  padding: 2px 10px;
  background: #ccc;
  border: 1px solid #ccc;
}
.feedback-modal .info-yxqx-content .wpcf7-validates-as-email {
  width: 95%;
}
.feedback-modal .info-yxqx-content .wpcf7-textarea {
  width: 99%;
  height: 90px;
}
[data-name="quiz-xiaoyan"] label {
  display: flex;
  justify-content: space-between;
  margin-right: 5px;
}
[data-name="quiz-xiaoyan"] label span {
  margin-right: 20px;
  font-size: 14px;
  line-height: 27px;
}
[data-name="quiz-xiaoyan"] label .fankui_xiaoyan {
  width: 50%;
}
.game-changsang .w-a-info img {
  width: 80px;
  border: 1px solid #efefef;
}
.info-qtsm {
  padding: 0px 5px 5px;
  display: grid;
  grid-auto-rows: minmax(30px, auto);
  column-gap: 10px;
  row-gap: 5px;
}
.info-qtsm .info-qtsm-2 {
  background: #f7f9fa;
  line-height: 30px;
  display: flex;
  align-items: flex-start;
}
.info-qtsm .info-qtsm-2 .info-content-qtsm {
  font-size: 14px;
  margin-right: 5px;
}
.game-slider .uk-grid > *:first-child {}
/*广告CSS*/
.commercial_tuijian {
  margin-bottom: 16px;
}
.shouyoucat-h .commercial_tuijian, .shouyoupost-h .commercial_tuijian {
  margin-bottom: 8px;
}
.commercial_tuijian .commercial-cent {
  display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    flex-direction: column;
    max-height: 100px;
}
.commercial_tuijian .commercial-cent .commercial_description {
  padding: 5px 10px;
  color: #AAAEB3;
}
.commercial_tuijian .commercial-cent2 {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  list-style-type: none;
  background: #ffffff;
}
.commercial_tuijian .commercialtitle {
  border-bottom: none;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    margin: 0;
    position: absolute;
    bottom: 6px;
    left: auto;
    right: 5px;
    background: #0066ff3d;
    padding: 3px 5px;
    line-height: 1;
    border-radius: 3px;
    width: auto;
    z-index: 0;
}
.mgame-commercial-1 img, .mgame-commercial-2 img, .mgame-commercial-3 img {
  height: 100px;
  object-fit: cover;
  width: 100%;
}
.widget-area .commercial_tuijian {
  margin-bottom: 15px;
}
.mg-b {
  margin-bottom: 15px;
}
.taxonomy-flimg {
  margin-bottom: 15px !important;
}
.taxonomy-flimg .taxonomy-flimg-cent2 {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  list-style-type: none;
  background: #ffffff;
}
.taxonomy-flimg .taxonomy-flimg-cent {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
	  position: relative;
}
.taxonomy-flimg_img {
    position: relative;
    display: inline-block;
}
.taxonomy-flimg .taxonomy-flimg_img img {
  height: 220px;
  object-fit: cover;
  width: 100%;
	top: -1px;
	position: relative;
}
.taxonomy-flimg .taxonomy-flimgtitle {
	position: absolute;
    bottom: 10px;
    left: 5px;
    color: #ffffff;
    padding: 5px;
    margin: 0;
    border-radius: 3px;
  border-bottom: none;
    font-size: 30px;
    font-weight: 600;
  
    background: transparent;
    line-height: 1;
    width: auto;
    z-index: 0;
}
.taxonomy-flimg .game-firm-website {
    position: absolute;
    right: 0px;
    color: #ffffff;
    padding: 5px 8px;
    margin: 0;
	top: -0.5px;
    border-bottom: none;
    font-size: 14px;
    font-weight: 300;
    background: #0066ffbd;
    line-height: 1;
    width: auto;
    z-index: 0;
}
.taxonomy-flimg .taxonomy-flimg-cent .taxonomy-flimg_description {
  padding: 5px 10px 7px;
    color: #AAAEB3;
    display: block;
}
.flickity-prev-next-button.next {
  right: 10px !important;
}
.flickity-prev-next-button.previous {
  left: 10px !important;
}
/*文章页相关游戏下载PC端*/
.content-area .game_rec {
  width: 784px;
  height: 140px;
  background: #ffffff;
  box-sizing: border-box;
  padding: 0 0px 0px 20px;
  margin-bottom: 16px;
}
.content-area .game_rec img {
  width: 100px;
  height: 100px;
  border-radius: 4px;
  float: left;
  padding: initial;
  margin-top: 20px;
}
.content-area .game_rec .info {
  width: 400px;
  height: 120px;
  margin-left: 20px;
  float: left;
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
}
.content-area .game_rec .info .title {
  width: auto;
  overflow: hidden;
  margin-bottom: 20px;
  margin-top: 10px;
}
.content-area .game_rec .info .title h2 {
  display: inline-block;
  width: 130px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  float: left;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content-area .game_rec .info .g_n {
  width: auto;
  margin-top: 10px;
}
.content-area .game_rec .info .g_n a.gw {
  background: #4A8EFF;
  padding-left: 31px;
}
.content-area .game_rec .info .g_n a {
  display: block;
  width: 68px;
  height: 26px;
  border-radius: 20px;
  font-size: 13px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 26px;
  float: left;
  margin-right: 10px;
  box-sizing: border-box;
  position: relative;
}
.content-area .game_rec .info .g_n a.gw::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 13px;
  background: url(../../img/icon/home_ico.png) no-repeat;
  background-size: 13px;
  width: 12px;
  border-radius: 2px;
  height: 12px;
}
.content-area .game_rec .info .g_n a.gl {
  background: #FF697B;
  padding-left: 30px;
}
.content-area .game_rec .info .g_n a.gl::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 13px;
  background: url(../../img/icon/gl_icon.png) no-repeat;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}
.content-area .game_rec .info .g_n a.kb {
  background: #f7a934;
  padding-left: 30px;
}
.content-area .game_rec .info .g_n a.kb::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 13px;
  background: url(../../img/icon/kb_ico.png) no-repeat;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}
.content-area .game_rec .info p {
  white-space: nowrap;
  width: 180px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  float: left;
  margin-bottom: 10px;
}
.content-area .game_rec .info p span {
  color: #999999;
}
.content-area .game_rec .ds2 {
  position: relative;
  float: right;
  display: flex;
  width: 240px;
  background: #e9e9e9;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.content-area .game_rec .ds2 img {
  float: left;
  width: 74px;
  height: 74px;
  padding: 13px 23px 18px 23px;
  background: none;
}
.content-area .game_rec .ds2 .game-qrcode {
  float: left;
  width: 74px;
  height: 74px;
  padding: 13px 23px 18px 23px;
  background: none;
  margin-top: 20px;
}
.content-area .game_rec .ds2 a {
  float: left;
  display: block;
  width: 120px;
  height: 140px;
  padding-top: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background: #f7a934;
}
.content-area .game_rec .ds2 a i {
  display: block;
  width: 54px;
  height: 54px;
  margin: 0 auto;
  background: url(../../img/icon/xz_ico.png) no-repeat;
}
/*文章页相关游戏下载移动端*/
.g_down {
  padding: 15px 0 5px 0;
  background: #fff;
  margin-bottom: 0;
}
.g_d_top {
  display: flex;
  overflow: hidden;
}
.g_d_top .g_d_img {
  display: block;
  width: 70px;
  height: 70px;
}
.g_d_top .g_d_img img {
  width: 70px;
  height: 70px;
  border-radius: 8px;
}
.g_d_top .g_d_text {
  flex: 1;
  margin-left: 15px;
  width: 211px;
}
.g_d_top .g_d_text p {
  height: 17px;
  line-height: 27px;
  font-size: 18px;
  color: #333;
}
.g_d_top .g_d_text ul {
  overflow: hidden;
  margin-top: 12px;
}
.g_d_top .g_d_text li {
  white-space: nowrap;
  float: left;
  width: 50%;
  height: 21px;
  line-height: 21px;
  font-size: 12px;
  color: #999;
}
.g_d_top .g_d_text li span {
  color: #666;
}
.g_d_bottom {
  margin-top: 15px;
}
.g_d_bottom a {
  display: inline-block;
  width: 49%;
  height: 33px;
  border-radius: 6px;
  text-align: center;
  line-height: 33px;
  color: #fff;
}
.g_d_bottom a:nth-child(1) {
  background: #17e6a1;
}
.g_d_bottom a:nth-child(2) {
  background: #19abff;
}
.g_d_bottom span {
  font-style: normal;
}
.g_d_bottom .an_ico {
  display: block;
  background-image: url(img/android_down2.png);
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  background-size: cover;
  transform: scale(0.73);
  margin-right: 1px;
  margin-top: 2px;
}
.g_d_bottom .ios_ico {
  display: block;
  background-image: url(img/ios_down2.png);
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  background-size: cover;
  transform: scale(0.73);
  margin-right: 1px;
  margin-top: 2px;
}
.g_d_bottom #i_down {
  display: flex;
  justify-content: center;
}
.sing-game {
  margin-bottom: 10px;
  padding: 15px 10px 5px 10px;
  /*display: none;*/
  background: #eee;
}
.sing-game .sing-game-f {
  width: 100%;
  margin-top: 1rem;
  text-align: left;
  line-height: 1.6rem;
  padding-bottom: 10px;
  overflow: hidden;
  border-top: #e1e1e1 1px solid;
  padding-top: 0.8rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.sing-game-nogw, .sing-game .sing-game-f a {
  padding: .05rem 1.12rem .07rem 1.12rem;
  background: #c9c9c9;
  border-radius: .28rem;
  margin-right: .5rem;
  cursor: pointer;
  color: #fff;
  font-size: 12px;
  white-space: nowrap;
}
.sing-game .sing-game-down {
  background: linear-gradient(40deg, #e0c3fc, #8ec5fc);
  color: #fff;
  border-radius: 3px;
  padding: 0px 10px;
  display: flex;
  align-items: center;
  margin-left: auto;
  font-size: 14px;
}
/*侧边栏手游列表*/
.widget-mgame-list .b2-widget-post-thumb-img {
  width: 70px;
  height: 70px;
}
.widget-mgame-list ul li h2 {
  font-size: 14px;
}
.widget-mgame-list .b2-widget-post-thumb .b2-widget-post-title {
  padding-left: 80px;
  height: 70px;
}
.widget-mgame-list .post-excerpt {
  margin: 0 0 8px;
  font-size: 13px;
}
.widget-mgame-list .b2-widget-post-title h2 {
  margin-bottom: 10px;
}
.widget-mgame-list .tag-views {
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
}
.widget-mgame-list .mgame-views {
  font-size: 12px;
  color: #bcbcbc;
  margin-top: 1px;
}
.widget-mgame-list .b2-widget-post-tag {
  font-size: 12px;
  float: right;
  color: #bcbcbc;
  margin-top: 1px;
}
.widget-mgame-list .b2-widget-post-tag span a {
  margin-left: 0;
}
.widget-mgame-list .b2-widget-line {
  border-bottom: 1px solid #efefef;
  padding-bottom: 12px;
}
.widget-mgame-list li.widget-post-small {
  height: 105px;
}
.widget-mgame-list li:last-child .b2-widget-line {
  border-bottom: none;
  padding-bottom: 0;
}
.widget-mgame-list .b2-widget-post-thumb-img img {
  border-radius: 15px;
}
.widget-mgame-list .game-down {
  font-size: 12px;
  background: #f6f6f6;
  padding: 0px 5px;
  color: #999;
  right: 15px;
  border-radius: 5px;
  position: absolute;
}
.widget-mgame .widget-more {
  font-size: 13px;
  padding: 16px 16px 0px;
  font-weight: 300;
  line-height: 1;
}
.widget-mgame .widget-more a {
  background-color: #f5f6f7;
  padding: 2px 2px 3px 8px;
  border-radius: 20px;
  font-size: 12px;
  display: flex;
  align-items: center;
}
.widget-mgame .b2-widget-title {
  flex-direction: initial;
}
/*侧边栏手游标签*/
.widget-mgame .widget-more a {
  padding: 2px 2px 3px 8px;
}
.widget-mgame-tag.widget_tag_cloud > div {
  padding: 5px 10px 10px;
}
.widget-mgame-tag .mtagcloud a {
  border-radius: 4px;
  background: #f6f6f6;
  white-space: nowrap;
  padding: 10px;
  display: flex;
  justify-content: center;
  width: 100%;
  /* height: 100%; */
  position: relative;
}
.widget-mgame-tag .tag-list ul {
  display: flex;
  margin-bottom: 5px;
  margin-top: 5px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.widget-mgame-tag .tag-list ul li {
  flex: auto;
  width: 80px;
  padding: 8px 5px;
}
.widget-mgame-tag .tag-list ul li + li {
  margin-top: 0;
}
/*侧边栏手游专题*/
.mgame-widget-mtopic .b2-widget-post-title h2 {
  margin-bottom: 0px;
}
.mgame-widget-mtopic ul li h2 {
  font-size: 14px;
}
/*文章页侧边栏相关手游*/
.related-mobile-game-show {
  color: #666666;
  padding: 15px;
  background: #ccc;
  margin-bottom: 0;
}
.related-mobile-game-show .game-down {
float: right;
    display: flex;
    top: 20px;
    right: 15px;
    padding: 0 3px;
    font-size: 13px;
    position: absolute;
    background: #efefef;
    border-radius: 4px;
}
.related-mobile-game-show .game-down a {
  font-size: 13px;
  padding: 0 8px;
}
.related-mobile-game-show .related-mobile-game-show-info li {
  padding-bottom: 15px;
}
.related-mobile-game-show ul li {
  padding: 2px 0 2px;
  font-size: 13px;
}
.related-mobile-game-show ul li:last-child {
  padding-bottom: 0;
}
.related-mobile-game-show ul li a {
  margin-right: 5px;
}
.related-mobile-game-show-ico {
  width: 80px;
  height: 80px;
  float: left;
  margin-right: 15px;
  border-radius: 4px;
}
.related-mobile-game-show-ico img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.related-mobile-game-show-name {
  color: #333333;
  font-size: 16px;
  line-height: 20px;
  margin: 5px 0 5px;
  height: 20px;
  overflow: hidden;
  font-weight: bold;
}
.related-mobile-game-show-info {
  line-height: 20px;
  padding-bottom: 5px;
}
.related-mobile-game-show-info li .sp {
  margin-left: -5px;
  opacity: 0.4;
  font-size: 10px;
  padding: 0 0.5em;
  font-family: Tahoma;
}
.f-sbar .html-widget-content {
  line-height: 22px;
}
.f-sbar .html-widget {
  padding: 16px 16px 16px 0px;
}
/*手游菜单*/
.mgame-menu-nav {
  height: 100px;
  padding: 5px;
  background: #fff;
  margin-bottom: 15px;
}
.mgame-menu-nav ul {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 0;
}
.mgame-menu-nav ul {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}
.mgame-menu-nav ul li {
  display: inline-block;
  width: 6.5%;
  margin-bottom: 10px;
  margin-top: 10px;
}
.mgame-menu-nav ul li a {
  display: block;
  height: 45px;
  line-height: 25px;
  font-size: 13px;
  text-align: center;
}
.mgame-menu-nav ul li a img {
  display: block;
  border-radius: 50px;
  width: 45px;
  height: 45px;
  margin: 0 auto 2px;
}
/*H5游戏全部分类菜单*/
.h5-game-allcat .wrapper {
  background: #ffffff;
}
.h5-game-allcat .sortall-contain {
  padding: 25px 0;
  margin: 0 20px;
	margin-right: -8px;
}
.h5-game-allcat .sort-item .shd {
  height: 48px;
  line-height: 48px;
  overflow: hidden;
  margin-bottom: 20px;
}
.h5-game-allcat .sort-item .shd li a {
  float: left;
  color: #333;
  font-weight: bold;
  font-size: 20px;
}
.h5-game-allcat .sort-item .shd li a img {
  width: 48px;
  height: 48px;
  border-radius: 50px;
  float: left;
  margin-right: 15px;
}
.h5-game-allcat .sort-item .sbd ul {
  overflow: hidden;
  display: flex;
  margin-bottom: 5px;
  margin-top: 5px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.h5-game-allcat .sort-item .sbd li {
  flex: auto;
  width: 80px;
  padding: 8px 5px;
  margin-bottom: 20px;
  height: 40px;
  line-height: 25px;
  text-align: center;
  background-color: #f5f5f5;
  color: #333333;
  font-size: 18px;
  border-radius: 10px;
  margin-top: 3px;
  overflow: hidden;
  float: left;
  margin-right: 28px;
  user-select: none;
  -webkit-user-select: none;
}
/*H5游戏移动首页*/
.h5game-home-top .h5game-home-tuijian {
  display: flex;
  flex-wrap: nowrap;
  font-size: 12px;
  align-items: center;
  justify-content: space-between;
  margin: 5px 5px;
}
.h5game-home-top .h5game-home-tuijian .h5game-views {
  line-height: 20px;
  font-size: 12px;
  margin-bottom: 7px;
}
.h5game-home-top .h5game-m-info {
  display: block;
}
.h5game-home-top .post-list-meta-box a.go-wan-m {
  line-height: 2px;
  padding: 8px;
  font-size: 12px;
  text-align: center;
  border: 1px #ccc solid;
  border-radius: 14px;
  color: #bcbcbc;
}
.home-row-hot-h5game-m .post-3 .post-info {
  justify-content: space-between;
}
.post-item-hot-h5game-m .item-in .post-info h2 {
  -webkit-line-clamp: 2;
  font-size: 14px;
}
.post-item-hot-h5game-m .b2_gap > li .item-in {
  margin-bottom: 0px !important;
  margin-right: 0px !important;
}
.post-item-hot-h5game-m .post-3-li .item-in {
  padding: 10px;
}
.post-item-hot-h5game-m .h5game-excerpt {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  overflow-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  overflow: hidden;
  margin: 0;
  margin-bottom: 10px;
  font-size: 13px;
  color: #797C80;
}
.post-item-hot-h5game-m .post-modules-top {
  background: #f8f9fb;
}
.post-item-new-h5game-m .post-module-thumb {
  padding-top: 100%;
}
/*H5游戏PC首页*/
.h5game-home-top {
  margin-bottom: 22px;
}
.h5game-home-top img {
object-fit: initial;
	height: auto;
	max-height: initial;
}
.h5game-home-top .post-list-meta-box {
  margin: 5px 5px;
}
.h5game-home-top .post-list-meta-box h2 {
  margin: 5px 5px;
  font-size: 15px;
  color: #484848;
}
.h5game-home-top .post-list-meta-box h2:hover {
  color: #729ee0;
}
.h5game-home-top .post-list-meta-box .go-wan.mobile-qrcode, .h5game-home-top .post-list-meta-box .go-wan.no, .h5game-home-top .post-list-meta-box a.go-wan {
  line-height: 0px;
  padding: 11px 0px 10px 4px;
  width: 75px;
  font-size: 13px;
  text-align: center;
  border: 1px #729ee0 solid;
  border-radius: 14px;
  color: #729ee0;
}
.h5game-home-top .post-list-meta-box a.go-wan:hover {
  background: #729ee0;
  color: #ffffff;
}
.h5game-home-top .h5game_showbox_btn {
  /* display: none; */
  position: absolute;
  bottom: 40px !important;
  right: 0;
  background-color: #fff;
  color: white;
  padding: 10px;
  z-index: 1;
}
.h5game-home-top .h5game_showbox_btn .box .text {
  margin-top: 5px !important;
}
.qrcode canvas {
  width: 78px !important;
  height: 78px !important;
}
/* 为二维码容器创建样式 */
.h5game-home-list .h5game-pop-up {
  display: none;
  position: absolute; /* 使其浮动在图片上 */
  top: 0;
  left: 0;
  width: 100%; /* 使其与图片同宽 */
  height: 100%; /* 使其与图片同高 */
  background-color: rgba(0, 0, 0, 0.7); /* 半透明的背景，使文字更易读 */
  color: #fff; /* 文字颜色为白色 */
  z-index: 10; /* 确保它显示在图片的上方 */
  padding-top: 0%; /* 根据需要调整，使文字垂直居中 */
}
/* 当鼠标悬停在 .post-module-thumb 上时，显示 .h5game-info */
.h5game-home-list .post-module-thumb:hover .h5game-pop-up {
  display: block;
}
.h5game-home-list .h5game-info {
  color: #ffffff;
  padding: 10px;
  display: flex
}
.h5game-home-list .h5game-title h2 {
  font-size: 18px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  overflow-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  overflow: hidden;
}
.h5game-home-list .h5game-excerpt {
  font-size: 13px;
  width: 138px;
  height: 45px;
  line-height: 22px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  overflow-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  overflow: hidden;
}
.h5game-home-list .h5game-qrcode-home {
  margin-right: 10px;
  margin-top: 15px;
  background: #ffffff;
  height: 86px;
}
.h5game-home-list .h5game-qrcode-home canvas {
  padding: 4px;
}
.h5game-home-list .h5game-list-meta-box {
  margin-top: 15px;
}
.h5game-home-list .h5game-list-meta-box .h5game-home-go {
  bottom: -3px;
  background: #0066ff85;
  right: -75px;
  padding: 5px 13px 6px 13px;
  border-radius: 50px 0px 0px 50px;
  position: relative;
}
.h5game-home-list .h5game-list-meta-box .h5game-home-go, .h5game-home-list .h5game-list-meta-box .h5game-home-go a {
  font-size: 13px;
}
.h5game-home-list .post-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.h5game-home-list .post-info .h5game-home-cat {
  margin: 11px 16px;
  font-size: 13px;
  color: #999;
  white-space: nowrap;
}
.home-row-hot-h5game .h5game-list-meta-box .h5game-home-go {
  bottom: 3px;
  background: #0066ff85;
  right: -62px;
  padding: 2px 13px 6px 13px;
  border-radius: 50px 0px 0px 50px;
  position: relative;
}
.home-row-hot-h5game .h5game-list-meta-box .h5game-home-go.no {
  right: -72px;
}
.home-row-hot-h5game .h5game-list-meta-box .h5game-home-go a {
  line-height: 12px;
}
.home-row-random-h5game .post-list-meta-box .h5game-home-go {
  line-height: 1px;
  padding: 8px;
  font-size: 12px;
  text-align: center;
  border: 1px #729ee0 solid;
  border-radius: 14px;
  color: #729ee0;
}
.home-row-random-h5game .post-list-meta-box .post-list-meta {
  justify-content: space-between;
}
.home-row-random-h5game .h5game-home-go:hover {
  background: #729ee0;
  color: #ffffff;
}
.home-row-random-h5game .h5game_showbox_btn {
  display: none;
  position: absolute;
  top: 50%;
  left: 19%;
  transform: translate(-50%, -50%);
  width: 81px;
  height: 80px;
  z-index: 10;
}
.home-row-random-h5game .h5game-home-go:hover + .h5game_showbox_btn {
  display: block;
}
.home-row-random-h5game {
  margin-top: 32px;
}
/*H5游戏列表*/
.h5game-list .post-list-meta-box .mobile_qrcode, .h5game-list .post-list-meta-box a.go-wan {
  line-height: 0px;
  padding: 10px;
  font-size: 13px;
  text-align: center;
  border: 1px #729ee0 solid;
  border-radius: 14px;
  color: #729ee0;
}
.h5game-list .post-list-meta-box a.go-wan:hover {
  background: #729ee0;
  color: #ffffff;
}
.h5game-list .h5game_showbox_btn {
  display: none;
  position: absolute;
  bottom: 70px;
  right: 0;
  background-color: #fff;
  color: white;
  padding: 10px;
  z-index: 1;
}
.h5game-list .h5game_showbox_btn .box {
  color: #000000;
}
.h5game-list .h5game_showbox_btn img {
  max-width: 78px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.h5game-list .post-list-cat:hover .h5game_showbox_btn {
  display: block;
}
.h5game-list .h5game_showbox_btn .box .text {
  margin-top: 0;
  text-align: center;
}
/*H5游戏列表手机版*/
.h5game-list-m .h5game-wan-go-m {
  position: sticky;
  margin-left: 15px;
  background: #09f;
  color: #fff;
  padding: 7px 12px;
  text-align: center;
  height: 35px;
  border-radius: 18px;
  top: 30%;
}
.h5game-list-m .h5game-wan-go-m a {
  white-space: nowrap;
}
.h5game-list-m .post-3 .post-list-meta {
  justify-content: flex-start;
}
.h5game-list-m .post-3 .post-list-meta li:nth-child(1) {
  flex: none;
}
.h5game-list .post-thumb, .home-row-hot-h5game .post-thumb, .home-row-new-h5game .post-thumb {
  object-position: center top;
}
/*H5游戏详情*/
.game-video video {
  max-width: 100%;
}
.h5game-content .gametitle {
  height: 80px;
  display: flex;
  background: #ffffff;
  margin-bottom: 0;
  border-bottom: 1px solid #fafafaba;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.h5game-content .gametitle img {
  float: left;
  height: 50px;
  margin: 15px 10px;
}
.h5game-content .gametitle .gametitle-sm {
  margin-right: 40px;
  color: #7b7b7b;
  font-size: 14px;
  float: left;
  padding-top: 6px;
}
.h5game-content .gametitle .gametitle-sm span {
  font-size: 20px;
    color: #333;
    font-weight: 500;
    line-height: 40px;
}
.h5game-content .gametitle .mustlogin {
  display: block;
  width: 100px;
  margin-left: auto !important;
  height: 35px;
  line-height: 35px;
  color: #ffffff;
  text-align: center;
  float: right;
  background: #2697fd;
  border-radius: 5px;
  margin: 22px 15px 15px 0px;
  font-size: 16px;
}
.h5game-content .gametitle .single-h5game-jdsm {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  overflow-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  overflow: hidden;
}
.h5game-content .h5game-img {
  margin-bottom: 0;
}
.h5game-content .h5game-post-header div {
  padding-bottom: 10px;
}
.h5game-content .h5game-wan-go {
  font-size: 12px;
  background: linear-gradient(40deg, #e0c3fc, #8ec5fc);
  padding: 0px 5px;
  color: #fff;
  border-radius: 5px;
}
.h5game-content .down-header2 .h5game-tab {
  margin-right: 15px;
  color: #7b7b7b;
}
.h5game-content .down-header2 .h5game-views {
  color: #7b7b7b;
  font-size: 13px;
}
.h5game-content .down-header2 .item_1 {
  line-height: 25px;
}
.h5game-content .down-header2 .item_2 .p_ {
  line-height: 25px;
}
.mustlogin {
  position: relative;
  display: inline-block;
}
.h5game-qrcode {
  color: #333;
  font-size: 13px !important;
  position: absolute;
  top: -136px;
  left: 15px;
  width: 100px;
  background-color: #fff;
  padding: 10px 10px 0;
  display: none;
  padding-top: 0 !important;
  z-index: 1;
}
.h5game-qrcode.h5gamesingle .qrcode.game-qrcode {
  padding-top: 12px !important;
  margin-bottom: -12px !important;
}
.gametitle a:hover .h5game-qrcode {
  display: block;
}
.gametitle .mobile-qrcode:hover .h5game-qrcode {
  display: block;
}
.h5game-content .h5game-qrcode img {
  width: auto;
  height: auto;
  padding: 10px 0 0;
  margin: 0;
}
.mgame-down .down-header1 .img {
  position: relative;
  overflow: hidden;
}
.mgame-down .down-header1 .img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px; /* 你可以根据需要调整这个值 */
/*  background: linear-gradient(0deg,#fff0 0,#ffffffe3 0%,#fff0 100%),linear-gradient(#fff0,#fff);
*/  pointer-events: none; /* 确保伪元素不会干扰任何鼠标事件 */
}
.mgame-down.h5game-img .down-header1 .img::after {
background: -webkit-linear-gradient(top, #fff0 0%, #fff0 0%, #fff0 51%, #fff 100%);
	height: 100%;
}
	.post-item-hot-h5game-m .home-row-hot-h5game-m-all {
	text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 10px;
    background: #fff;
    justify-content: center;
}

	.post-item-hot-h5game-m .home-row-hot-h5game-m-all a {
	color: #aaaeb3;
    font-size: 14px;
}

/*手游专题*/
.game-mtopic .game_banner{
	width: 100%;
    height: 250px;
    margin: 0 auto;
    overflow: hidden;
	position: relative;
}
.game-mtopic .game_banner img{
	width: 100%;
    height: 250px;
} 

.game-mtopic .game-mtopic-nav {
	overflow: hidden;
    width: 100%;
    height: 46px;
    
    background: #222327;
    background: -webkit-linear-gradient(top, #232328 0%, #1f2024 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#232328', endColorstr='#1f2024',GradientType=0 );
    background: linear-gradient(to bottom, #232328 0%, #1f2024 100%);
    border-top: 1px solid #2c2f35;
    border-bottom: 1px solid #101112;
}
.game-mtopic .game-mtopic-nav .game-mtopic-menu {
	float: left;
    height: 46px;
    overflow: hidden;
    max-width: 900px;
	max-width: 100%;
    overflow-x: auto; /* 添加水平滚动条 */
    white-space: nowrap; /* 防止菜单项换行 */
}
.game-mtopic .game-mtopic-nav .game-mtopic-menu .active {
	font-size: 16px;
    color: #fff;
    border-top: 3px solid #0066ff;
    border-bottom: none;
    width: 100px;
    line-height: 40px;
    background: #333;
    padding: 0px;
}
.game-mtopic .game-mtopic-nav .game-mtopic-menu .active a {
color: #ffffff;
    line-height: 40px;
}
.game-mtopic .game-mtopic-nav .game-mtopic-menu ul {
	display: flex;
}
.game-mtopic .game-mtopic-nav .game-mtopic-menu ul li {
	
}
.game-mtopic .game-mtopic-nav .game-mtopic-menu ul li a{
	display: block;
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    color: #cbcbe0;
    text-align: center;
    padding: 0 16px;
    overflow: hidden;
}
.game-mtopic .game-mtopic-nav .contribute {
	float: right;
    margin: 7px 15px 0 0;
    padding: 10px;
    height: 30px;
    background: #17181a;
    border-radius: 4px;
    box-shadow: 0 1px 2px #2f3139;
    position: relative;
} 
.game-mtopic .game-mtopic-nav .contribute a {
	color: #cbcbe0;
    line-height: 10px;
    display: flex;
} 
.game-mtopic .mtopic-top {
	margin-top: 15px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.game-mtopic .mtopic-top .mtopic-top-lef {
	width: 700px;
    margin-right: 20px;
	
}
.game-mtopic .mtopic-top .mtopic-top-lef .game-info {
	height: auto;
    /* outline: 1px solid #18191b; */
    border: 1px solid #f6f6f6;
    padding: 18px 20px 12px 20px;
    width: 100%;
    background: #f6f6f6;
}

.game-mtopic .mtopic-top .mtopic-top-lef .game-info .game-info2 {
	display: flex;
    justify-content: flex-start;
}
.game-mtopic .mtopic-top .mtopic-top-lef .game-info .img {
	    width: 120px;
    height: 120px;
    border-radius: 20px;
    overflow: hidden;
	margin-right: 20px;
}
.game-mtopic .mtopic-top .mtopic-top-lef .game-info .game-info3 .game-title {
	    display: block;
    padding-top: 10px;
    line-height: 20px;
    font-size: 20px;
    overflow: hidden;
    color: #F0412A;
    font-weight: bold;
    width: 100%;
}
.game-mtopic .mtopic-top .mtopic-top-lef .game-info .game-info3 .game-jcinfo {
	color: #9a9a9a;
    font-size: 13px;
    line-height: 13px;
    overflow: hidden;
    padding-top: 15px;
    display: block;
}
.game-mtopic .mtopic-top .mtopic-top-lef .game-info .game-info3 .game-jcinfo i {
	font-style:normal;
	line-height: 20px;
	margin-right: 20px;
}

.game-mtopic .mtopic-top .mtopic-top-lef .game-info .game-info3 .game-down {
	padding-top: 25px;
    width: 100%;
    height: 30px;
    display: flex;
    flex-wrap: nowrap;
}

.game-mtopic .mtopic-top .mtopic-top-lef .game-info .game-info3 .game-down a {
	display: block;
    float: left;
    height: 25px;
    border: 1px solid #000000;
    border-radius: 20px;
    width: 75px;
    line-height: 25px;
    text-align: center;
    margin-right: 17px;
    margin-bottom: 10px;
    color: #dadada;
    font-size: 12px;
    background: #28292d;
}
.game-mtopic .mtopic-top .mtopic-top-lef .game-info .game-info3 .game-down a:hover {
	   background: #0080ff;
	border: 1px solid #0080ff;
	color: #FFFFFF
}

.game-mtopic .mtopic-top .mtopic-top-lef .game-info .game-introduction {
	font-size: 14px;
    color: #9a9a9a;
    padding-top: 15px;
    line-height: 24px;
    height: auto;
}

.game-mtopic .mtopic-top .mtopic-top-lef .game-hot {
	width: 100%;
    background: #ffffff;
    height: 260px;
    overflow: hidden;
    padding: 20px 2px 15px;
}
.game-mtopic .mtopic-top .mtopic-top-lef .game-hot .game-hot-top .line, .game-mtopic .game-mt-title .line {
margin-top: -1px;
    width: 100%;
    height: 0;
    border-top: 1px solid #f6f6f6;
    border-bottom: 1px solid #f6f6f6;
	
}

.game-mtopic #home-row-game-topic-tag-xtb .post-item-game-topic-tag-xtb.sd ul.b2_gap {
    
	max-height:345px;
    overflow: hidden;
}

.game-mtopic #home-row-game-topic-tag-tw, .game-mtopic #home-row-game-topic-tag-xtb {
	margin-top: 22px;
    margin-bottom: 22px;
	padding: 0;
}

.game-mtopic #home-row-game-topic-tag-tw .game-mt-imgbt3 span, .game-mtopic #home-row-game-topic-tag-xtb .game-mt-imgbt3 span, .game-mtopic .mtopic-top .mtopic-top-lef .game-hot .game-hot-top span, .game-mtopic .game-mt-title span {
	    padding:0;
    display: inline-block;
    position: relative;
    border-bottom: 1px solid #999;
    height: 28px;
	line-height: 23px;
    color: #666;
    font-size: 16px;
    font-weight: bold;
	
}

.game-mtopic #home-row-game-topic-tag-tw .post-modules-top .category-button.active, .game-mtopic #home-row-game-topic-tag-xtb .post-modules-top .category-button.active {
	color: #0066ff;
}
.game-mtopic #home-row-game-topic-tag-tw .post-list .module-title, .game-mtopic #home-row-game-topic-tag-xtb .post-list .module-title {
   margin-left: 0; 

}


.game-mtopic #home-row-game-topic-tag-tw .post-modules-top, .game-mtopic #home-row-game-topic-tag-xtb .post-modules-top {
	border-bottom: 1px solid #efefef;
	margin-left: 0;
	height: 28px;
}
.game-mtopic #home-row-game-topic-tag-tw .post-modules-top .game-mt-imgbt3, .game-mtopic #home-row-game-topic-tag-xtb .post-modules-top .game-mt-imgbt3 {    
	margin-bottom: -1.5px;
}
.game-mtopic #home-row-game-topic-tag-tw .post-modules-top button , .game-mtopic #home-row-game-topic-tag-xtb .post-modules-top button {
	border: none;
	width: auto;
	font-size: 14px;
	color: #999;
	padding: 2px 16px;
}
.game-mtopic #home-row-game-topic-tag-tw .post-modules-top .post-list-cats, .game-mtopic #home-row-game-topic-tag-xtb .post-modules-top .post-list-cats {
    overflow: hidden;
    margin-left: auto;
    left: 100px;
	height: 28px;
    position: absolute;
}


.game-mtopic #home-row-game-topic-tag-tw .post-modules-top .post-load-button-more, .game-mtopic #home-row-game-topic-tag-xtb .post-modules-top .post-load-button-more{
	color: #999;
    height: auto;
    margin-top: 0;
    top: 0;
	padding: 8px 16px;
    transition: opacity .2s;
    position: relative;
    cursor: pointer;
    font-size: 13px;
    margin: 0;
    white-space: nowrap;
}

.game-mtopic #home-row-game-topic-tag-xtb .post-thumb {
	width: 90px;
    height: 90px;
    display: block;
    border-radius: 10px;
    margin: 0 auto 0;
    position: static;
}

.game-mtopic #home-row-game-topic-tag-xtb .post-module-thumb {
    padding-top: 57%!important;
    height: 115px;
    background-color: #ede3e3;
}




.game-mtopic #home-row-news-posts, .game-mtopic .post-1.post-list ul.b2_gap {
    padding: 0;
}







.game-mtopic .mtopic-top .mtopic-top-lef .game-hot .game-guide-liks {

	width: 700px;
    padding-top: 1px;
	overflow: hidden;
    display: flex;
    margin-bottom: 5px;
	margin-left: 10px;
    margin-top: 5px;
    flex-wrap: wrap;
    justify-content: flex-end;
	
}
.game-mtopic .mtopic-top .mtopic-top-lef .game-hot .game-guide-liks a:nth-child(4n) {
    margin-right: 28px;
}
.game-mtopic .mtopic-top .mtopic-top-lef .game-hot .game-guide-liks a {
flex: auto;
    width: 140px;
    padding: 8px 10px;
    margin-bottom: 15px;
    height: 30px;
    line-height: 14px;
    text-align: center;
    background-color: #f5f5f5;
    color: #333333;
    font-size: 14px;
    border-radius: 10px;
    margin-top: 3px;
    overflow: hidden;
    float: left;
    margin-right: 20px;
    user-select: none;
    -webkit-user-select: none;
	
}
.game-mtopic .mtopic-top .mtopic-top-right {
	height: 475px;
    overflow: hidden;
    background: #ffffff;
	width: 100%;
}
.game-mtopic .mtopic-top .mtopic-top-right .right-top ul li:first-child span {
	display: none;
}
.game-mtopic .mtopic-top .mtopic-top-right .right-top ul li:first-child h2::before {
	display: none;
}
.game-mtopic .mtopic-top .mtopic-top-right .right-top ul li:first-child h2 {
	    font-size: 20px;
    text-align: center;
    color: #d6092b;
}

.game-mtopic .mtopic-top .mtopic-top-right .right-top ul li:first-child h2 a {
	
	    -webkit-line-clamp: 2;
}

.game-mtopic .game-mt-title {
	margin-top: 30px;
    padding: 0;
	margin-bottom: 5px;
}
.game-mtopic .game-mt-title .game-mt-title-h {
	display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.game-mtopic .game-mt-title a {
	
	color: #999;
    line-height: 23px;
    font-size: 13px;
    padding-right: 5px;
}

.game-mtopic .game-mt-title .b2font {
	
	    font-size: 13px;
}


.game-mtopic .related-mtopic .b2-widget-post-thumb-img {
    position: absolute;
    left: 10px;
    top: 18px;
    width: 75px;
    height: 75px;
}




.game-mtopic .related-mtopic .b2-widget-hot li.widget-post-small {
    height: 110px;
}

.game-mtopic .related-mtopic .b2-widget-hot li.widget-post-small {
    height: 110px;
	padding: 10px;
}




.game-mtopic .related-mtopic .b2-widget-post-thumb .b2-widget-post-title {
  padding-left: 85px;
    height: 75px;
    display: flex;
    margin-top: 10px;
    flex-wrap: nowrap;
    flex-direction: column;
}
.game-mtopic .related-mtopic .b2-widget-post-thumb .b2-widget-post-title h2 {
 font-size: 16px; 
	-webkit-line-clamp: 1;
}
.game-mtopic .related-mtopic .b2-widget-post-thumb .b2-widget-post-title .game-tags {
margin-bottom: 5px;
	
}

.game-mtopic .related-mtopic .b2-widget-post-thumb .b2-widget-post-title span {
font-size: 13px;
	color: #9a9a9a;
}

.game-mtopic .related-mtopic .magame-mtopic-related a {
	height: 35px;
    border: 1px solid #e6e6e6;
    margin-top: 27px;
    text-align: center;
    right: 10px;
    background: #f6f6f6;
    position: fixed;
    padding: 12px;
    line-height: 10px;
    font-size: 14px;
    color: #303030;
    border-radius: 4px;
}

.game-mtopic .game-mtopic-zd-tuwen {
    margin: 8px 6px;
    font-size: 14px;
}
.game-mtopic .game-mtopic-zd-tuwen .post-info h2 {
    margin: 8px 6px;
    font-size: 14px;
}









.game-mtopic .game-mtopic-m .game_banner-m {
    height: 160px;
    margin: 0 auto;
    position: relative;
    min-height: 160px;
    width: calc(100% + 24px);
    margin-left: -12px;
    overflow: hidden;
}	
	.game-mtopic .game-mtopic-m .game_banner-m img {
   display: block;
    width: 100%;
    height: 160px;
}	
		.game-mtopic .game-mtopic-m .game_banner-m .line {
  content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: linear-gradient(to bottom, rgb(255 255 255 / 0%) 0%, rgb(248 249 251) 100%); */
	background: linear-gradient(0deg,#f8f9fb 0,rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 0) 100%),linear-gradient(rgba(255, 255, 255, 0),#f8f9fb);
    pointer-events: none;
}	
	

	
	.game-mtopic .game-mtopic-m {
	    padding: 0px 6px 15px;
		margin-bottom: 5px;
	}
	.game-mtopic .game-mtopic-m .game-info {
	 display: flex;
    flex-wrap: nowrap;
    margin-top: -65px;
    z-index: 3;
    position: sticky;
    margin-bottom: 0;
    flex-direction: column;
	}
	.game-mtopic .game-mtopic-m .game-info .game-info2 {
	  display: flex;
	  flex-wrap: nowrap;
		margin-bottom: 10px;
	}
	.game-mtopic .game-mtopic-m .game-info .game-info2 .img {
	  margin: 0 10px 0 0;
	  width: 80px;
	  height: 80px;
	  display: block;
	}
	
	
	
	
	.game-mtopic .game-mtopic-m .game-info .game-info2 .game-info3 .game-head {
	  display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
	}	
	
	
	
	
	.game-mtopic .game-mtopic-m .game-info .game-info2 .game-info3 {
	  display: flex;
	  flex-wrap: nowrap;
	  flex-direction: column;
	}
	.game-mtopic .game-mtopic-m .game-info .game-info2 .game-info3 .game-title {
	  color: #000;
	  font-size: 20px;
	  line-height: 30px;
	  height: 30px;
	  width: 100%;
	  overflow: hidden;
	  white-space: nowrap;
	  text-overflow: ellipsis;
	  display: block;
	  margin-bottom: 5px;
	}
	
		.game-mtopic .game-mtopic-m .game-info .game-info2 .game-info3 .game-down-site i {
background: #0066ff;
    height: 30px;
    width: 48px;
    background-position: 0;
    margin-top: 26px;
    color: #fff;
    font-style: normal;
    right: -35px;
    opacity: 0.4;
    border-radius: 30px;
    line-height: 28px;
    padding-left: 15px;
    padding-right: 20px;
    display: flex;
    position: absolute;
			
	}
	
	
	.game-mtopic .game-mtopic-m .game-info .game-info2 .game-info3 .game-jcinfo .game-yxdx {
	  display: flex;
    margin-top: 5px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
		
	}
	
	.game-mtopic .game-mtopic-m .game-info .game-info2 .game-info3 .game-jcinfo {
	  display: flex;
	  flex-wrap: nowrap;
	  flex-direction: column;
	}
	.game-mtopic .game-mtopic-m .game-info .game-info2 .game-info3 .game-jcinfo i {
		  font-size: 13px;
	  font-style: normal;
		    margin-right: 0;
		color: #666;
	}
	
	
	.game-mtopic .game-mtopic-m .game-info .game-info2 .game-info3 .game-jcinfo .game-yxdx i {
	  font-size: 13px;
	  font-style: normal;
		    margin-right: 15px;
		color: #666;
	}
	.game-mtopic .game-mtopic-m .game-info .game-down {
	     overflow: hidden;
    display: flex;
    margin-bottom: 0;
    margin-left: 0px;
    margin-top: 0;
    margin-right: -15px;
    flex-wrap: wrap;
    justify-content: flex-end;
	}
	.game-mtopic .game-mtopic-m .game-info .game-down a {
	display: block;
    height: 24px;
    border: 1px solid #bcbcbc;
    flex: auto;
    width: 70px;
    padding: 0;
    margin-bottom: 8px;
    line-height: 23px;
    text-align: center;
    color: #fff;
    border-radius: 20px;
    margin-top: 3px;
    overflow: hidden;
    margin-right: 15px;
    font-size: 12px;
    background: #bcbcbc;
	}
		.game-mtopic .game-mtopic-m .game-info .game-introduction {
	 line-height: 23px;
    color: #969696;
    text-align: justify;
    font-size: 13px;
    overflow: hidden;
			max-height: 70px;
			
	}

/*BT游戏*/
.btgame-list .post-item-1.post-3-li-dubble ul.b2_gap > li {
    width: 33.33333%;
}
.btgame-list .post-3.post-3-li-dubble .post-3-li .item-in {
	height: 230px;
}
.btgame-list .post-3 .item-in {
	display: flex;
    position: relative;
    align-items: stretch;
    flex-direction: column;
    justify-content: space-between;
}
.btgame-list .post-3 .item-in .btgame-info {
	display: flex;
    position: relative;
    align-items: stretch;
	    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
}
.btgame-list .post-3 .item-in .btgame-info .post-list-meta-tag span a {
margin-left: 6px;
	
}


.btgame-list .post-item-1.post-3-li-dubble .btgame-yxdx span {
  margin-right: 15px;
	color: #999;
	
}
.btgame-list .post-item-1.post-3-li-dubble .btgame-yxdx span i {
  font-style: normal;
	font-size: 13px;
}
.btgame-list .post-item-1.post-3-li-dubble .post-excerpt {
   font-size: 14px;
        margin-bottom: 2px;
	
}
.btgame-list .post-3 .item-in .btgame-excerpt {
  margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
    color: #ababab; 
	
}

.btgame-single .btgame-down {
	display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: stretch;
	margin-bottom: 15px;
    background: #ccc;
    padding: 25px 15px;
	position: relative;
}
.btgame-single .btgame-down .btgame-img {
    margin-right: 15px;	
	    width: 120px;
    height: 120px;
}
.btgame-single .btgame-down .btgame-img img {
	    width: 120px;
    height: 120px;
	
}
.btgame-single .btgame-down .btgame-info {
	    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
	padding: 2px 0;
	    margin-top: -3px;
}
.btgame-single .btgame-down .btgame-qrcode {
        right: 15px;
    margin-top: 3px;
    position: absolute;
    background: #fff;
    font-size: 13px;
    padding: 3px;
    text-align: center;
}
.btgame-single .btgame-down .btgame-qrcode .qrcode {
padding: 5px 5px 0px 5px;
    text-align: center;
	
}
.btgame-single .btgame-down .btgame-info .btgame-title h1 {
display: inline-block;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
}

.btgame-single .btgame-down .btgame-info .bin {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
	
}
.btgame-single .btgame-down .btgame-info .btgame-cat, .btgame-single .btgame-down .btgame-info .bin li {
	font-size: 14px;
	color: #666;
	margin-right: 15px;
	white-space:nowrap;
}
.btgame-single .btgame-down .btgame-info .btgame-cat a {
	margin-right: 6px;
}



.btgame-single .btgame-down .btgame-info .bin li a {
	font-size: 14px;
	color: #666;
}

.btgame-single .btgame-down .btgame-info .down-plate {
	display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
	margin-top: 8px;
}
.btgame-single .btgame-down .btgame-info .down-plate span {
	    margin-right: 15px;
    border-radius: 6px;
}
.btgame-single .btgame-down .btgame-info .down-plate a {
	padding: 15px;
    line-height: 1px;
    display: flex;
    color: #fff;
}
.btgame-single .btgame-down .btgame-info .down-plate .down-plate-android {
	background: #3db774;
}

.btgame-single .btgame-down .btgame-info .down-plate .down-plate-ios {
	background: #5a97ff;
}

.btgame-single .btgame-down .btgame-info .down-plate .down-plate-pc {
	background: #f5a630;
}

.btgame-single .btgame-down .btgame-info .down-plate .down-plate-qd {
	background: #f7627b;
}
.btgame-single .entry-header {
    margin-bottom: 11px;
    padding-bottom: 10px;
	    font-size: 18px;
}
.btgame-single .entry-header h4 {
display: inline-block;
    min-width: 76px;
    height: 39px;
    line-height: 36px;
    border-top: 2px solid #4d4d4d;
    margin-top: -1px;
    font-size: 18px;
    font-weight: normal;
    color: #434343;
}

.btgame-single .entry-header h4 i {
    font-style: normal;
}



/*PC单机游戏*/
.pcgame-single-top {
  margin-bottom: 15px;
}
.pcgame-single-top .single-pcgame-slider {
  background: #ffffff;
}
.pcgame-single-top .single-game-slider .uk-margin-top {
  margin-top: 0px !important;
}
.pcgame-single-top .single-game-slider .uk-margin-bottom {
  margin-bottom: 0px !important;
}
.pcgame-single-top .pcgame-top-left {
  padding-bottom: 3px;
  background: #ffffff;
}
.pcgame-single-top .pcgame-top-left .down-header2 .tab {
  display: block;
  float: left;
  padding: 0 8px;
  height: 28px;
  line-height: 28px;
  color: #0066ff;
  border-radius: 5px;
  font-size: 14px;
  margin: 5px 10px 5px 0;
}
.pcgame-single-top .pcgame-top-left .down-header2 .tab.tab2 {
  color: #333;
  background: #0066ff42;
}
.pcgame-single-top .pcgame-top-left .down-header2 .tab.tab5 {
  color: #fff;
  background: #ff33556b;
}
.pcgame-single-top .pcgame-top-left .down-header2 .tab5 .icoimg {
  background: url(../../img/icon/url_icoimg.png) no-repeat;
  background-size: 15px 15px;
}
.pcgame-single-top .pcgame-top-left .down-header2 .tab i {
  display: inline-block;
  vertical-align: middle;
  margin: -2px 5px 0 0;
  height: 15px;
  width: 15px;
}
.pcgame-single-top .pcgame-top-left .down-header2 .tab.tab2_1 {
  color: #333;
  background: #f8c2e3bf;
}
.pcgame-single-top .pcgame-top-left .down-header2 {
  padding: 5px 15px 0;
}
.pcgame-single-top .single-pcgame-right {
  width: 400px;
  min-width: 400px;
  margin-left: 16px;
  max-width: 100%;
  background: #ffffff;
}
.pcgame-single-top .single-pcgame-right .pcgame-top {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin-bottom: 5px;
}
.pcgame-single-top .single-pcgame-right .pcgame-top .pcgamelogo {
  max-width: 100px;
  max-height: 130px;
  margin-right: 15px;
  flex: 0 0 100px;
}
.pcgame-single-top .single-pcgame-right .pcgame-top .pcgamelogo img {
  width: 100px;
  height: 130px;
  border-bottom-right-radius: 5px;
}
.pcgame-single-top .single-pcgame-right .pcgame-top .title {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.pcgame-single-top .single-pcgame-right .pcgame-top .title h1 {
  display: block;
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis; /* 使用省略号表示溢出文本 */
  max-width: 100%; /* 可以设置为所需的最大宽度 */
}
.pcgame-single-top .single-pcgame-right .pcgame-top .title i {
  display: block;
  margin-top: 8px;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-style: normal;
}
.pcgame-single-top .single-pcgame-right .pcgame-top .title span {
  color: #999999;
}
.pcgame-single-top .single-pcgame-right .pcgameinfo {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: minmax(30px, auto);
  column-gap: 10px;
  row-gap: 5px;
  padding: 12px 12px 3px;
}
.pcgame-single-top .single-pcgame-right .pcgameinfo .info-items {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #999999;
  font-style: normal;
}
.pcgame-single-top .single-pcgame-right .info-items.pcgametags {
  padding: 0 12px;
  color: #999;
}
.single-pcgame-right .pcgame-down .btn_plate {
  width: 200px;
  height: 64px;
  background: #bbb;
  border-radius: 8px;
}
.single-pcgame-right .pcgame-down {
  margin-top: 10px;
  padding: 12px 12px 3px;
}
.pcgame-down ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.single-pcgame-right .pcgame-down ul li {
  margin-right: 10px;
  flex: auto;
}
.single-pcgame-right .pcgame-down ul li a {
  background-color: #007bff; /* 按钮背景色 */
  border-radius: 5px;
  display: block;
  position: relative;
  z-index: 2;
  width: auto;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: #fff;
  padding: 12px 8px;
}
.single-pcgame-right .pcgame-down ul li a:hover {
  background-color: #0056b3; /* 鼠标悬浮时的按钮颜色 */
}
.single-pcgame-right .pcgame-down ul .guide a {
  background: #8590a6;
}
.single-pcgame-right .pcgame-down ul .guide a:hover {
  background-color: #666; /* 鼠标悬浮时的按钮颜色 */
}
.single-pcgame-right .buy-pcgame {
  border-top-color: brown;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2px 12px 3px;
  margin-top: 12px;
  border-top: 1px solid #efefef;
}
.single-pcgame-right .buy-pcgame .btn_buy {
  background: linear-gradient(90deg, #FF8D1E, #FFC21E);
  color: white; /* 按钮文字颜色 */
  text-decoration: none; /* 去除下划线 */
  padding: 8px 16px;
  border-radius: 4px; /* 按钮圆角 */
  font-weight: bold; /* 文字加粗 */
  white-space: nowrap; /* 确保文字不换行 */
}
.single-pcgame-right .buy-pcgame .btn_buy:hover {
  background: linear-gradient(90deg, #F86909, #F89B09);
}
.single-pcgame-right .buy-pcgame .rate {
  background-color: #dc3545; /* 折扣率背景色 */
  color: white; /* 折扣率文字颜色 */
  padding: 4px 8px; /* 折扣率内边距 */
  border-radius: 4px; /* 折扣率圆角 */
  font-size: 0.9em; /* 折扣率文字大小 */
  white-space: nowrap; /* 确保文字不换行 */
}
.single-pcgame-right .buy-pcgame .price {
  font-size: 1em; /* 价格文字大小 */
  white-space: nowrap; /* 确保文字不换行 */
}
.single-pcgame-right .buy-pcgame .price span {
  text-decoration: line-through; /* 原价上的删除线 */
  color: #6c757d; /* 原价文字颜色 */
  margin-right: 5px; /* 与折扣价之间的间距 */
  font-size: 14px;
}
.single-pcgame-right .buy-pcgame .price i {
  color: #28a745; /* 折扣价文字颜色 */
  font-weight: bold; /* 折扣价文字加粗 */
  font-size: 36px;
}
.single-pcgame-right .pcgame-down .pcgame-down-no a {
  background: linear-gradient(90deg, #aaaeb3, #666);
  color: white;
  text-decoration: none;
  padding: 12px 8px;
  border-radius: 6px;
  font-weight: bold;
  white-space: nowrap;
}
.pcgame-single .pcgame-single-nav {
  transition: all 0.3s;
  background: #f0f0f0;
  padding: 15px 15px 15px;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.pcgame-single .pcgame-single-nav a {
  position: relative;
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  text-align: center;
}
.pcgamesticky .pcgamedown {
  display: block !important;
}
.pcgame-single .pcgame-single-nav .pcgamedown {
  display: none;
}
.pcgame-single .pcgame-single-nav #pcgame-runtime {
  margin-top: 200px
}
.pcgame-single .pcgame-single-nav .nav_item.active {
  color: #000; /* 或者您希望的任何颜色 */
  font-weight: bold;
  /* 其他样式以突出显示 */
}
.pcgamesticky {
  position: fixed;
  top: 0;
  width: 784px;
  z-index: 9999;
  border-bottom: 2px solid #fff;
}
.pcgame-single .entry-header {
  padding-bottom: 0px;
}
.pcgame-single .single-article {
  padding: 0px 15px 15px !important;
}
.pcgame-single .pcgamemgb {
  padding: 15px;
}
.pcgame-single .pcgamemgb .installation .content p {
  padding: 8px 0;
  font-size: 15px;
  color: #333;
}
.pcgame-single .pcgamemgb_mg-b_title {
  padding: 10px 12px 10px 12px;
  background: #eee;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  color: #584d4d;
}
.pcgame-single .pcgamemgb .title {
  padding: 0 0 15px;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  margin-left: -3px;
  color: #584d4d;
}
.pcgame-single .configuration .specs-table {
  width: 100%;
  border-collapse: collapse;
  margin: 8px 0;
}
.pcgame-single .configuration table tr {
  background: #fff;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.pcgame-single .configuration .specs-table th {
  background-color: #fff;
  color: black;
  text-align: center;
  padding: 13px 0px;
  font-size: 14px;
}
.pcgame-single .configuration .specs-table th, .pcgame-single .configuration .specs-table td {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: center;
}
.pcgame-single .configuration table td + td {
  padding: 13px 8px;
  word-break: break-all;
  width: auto;
  background: #fff;
  color: #434343;
  font-size: 14px;
}
.pcgame-single .configuration table td {
  width: 80px;
  padding: 10px 8px;
  color: #000;
  font-size: 14px;
  text-align: center;
}
.pcgame-single .pcgameruntime .runtime {
  margin-top: 6px;
}
.pcgame-single .pcgameruntime .runtime {
  margin-top: 6px;
}
.pcgame-single .pcgameinstallation .title {
  padding: 0 0 7px;
}
.pcgame-single .pcgameruntime .runtime .runtime-directx {
  display: block;
  width: 100%;
  line-height: 49px;
  margin-bottom: 10px;
  padding-left: 20px;
  background: #F7F7F7;
  border-radius: 4px;
  font-size: 15px;
  color: #666;
}
.pcgame-single .pcgameruntime .runtime .runtime-txt {
  font-size: 14px;
  color: #666;
  line-height: 25px
}
.pcgame-single .pcgameruntime .runtime .runtime-txt .runtime-txt-style {
  color: #ec0d32;
}
.pcgame-single .pcgamemod .mod {}
.pcgame-single .pcgamemod .mod ul {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}
.pcgame-single .pcgamemod .mod ul li {
  flex: auto;
  width: 50%;
  padding: 0px 20px;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  color: #666666;
  line-height: 32px;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}
.pcgame-single .pcgamemod .mod ul li a {}


.pcgame-single .pcgame-recom .bnt {
	color: #888;
	font-size: 14px;
	padding: 3px 0;
}

.pcgame-single .pcgame-recom .pcgame-down {
	padding: 5px;
    background: #f0f0f0;
    border-radius: 5px;
    font-size: 13px;
    width: 80px;
    text-align: center;
}

.pcgame-single .pcgame-recom .post-info {
	justify-content: space-between;
	padding: 0;
}

.pcgame-single .pcgame-recom .post-info h2 {
    margin-bottom: 0;
} 

.pcgame-single .pcgame-recom .pcgame-fo {
	display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
}
.pcgame-single .pcgame-recom .pcgame-fo span {
	font-size: 14px;
}

.pcgame-single .pcgame-recom {
	
}














































/*底部*/
.site-footer-nav .wrapper .footer-links {
  justify-content: flex-start;
  margin: 0;
  padding: 20px 15px 20px;
  margin-left: -7px;
  margin-right: -7px;
}
.site-footer-nav.f-links {
  background-color: #2c2626;
}
.site-footer, .site-footer-nav {
  background-color: #030d28;
}
.site-footer .widget-title {
  color: #fff;
  border-bottom: 0;
  position: relative;
  font-size: 18px;
}
.site-footer .textwidget {
  padding: 10px 0;
  line-height: 29px;
}
.site-footer .widget ul li:before {
  position: absolute;
  content: "\eba3";
  font-family: "b2font";
  left: -5px;
  top: 5px;
  color: #FF3657;
  font-size: 16px;
  line-height: 28px;
}
.site-footer .textwidget .widget-qr {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.site-footer section:last-child .col-md-4 {
  width: auto;
  float: left;
}
.site-footer .col-md-4 p {
  margin-top: 8px;
  line-height: 1.3em;
  font-size: 12px;
  width: 72px;
}
.site-footer .col-md-4 img {
  height: 72px;
  width: 72px;
  object-fit: cover;
}
.site-footer .widget ul li {
  padding: 9px 0 10px 10px;
  position: relative;
}
.site-footer #nav_menu-4 li {
  display: inline-block;
  width: 45%;
}
.footer a {
  font-size: 13px;
  color: #b0b1b6 !important;
}
.footer {
  color: #b0b1b6;
  z-index: 10;
}
.site-footer-nav, .site-footer {
  color: #b0b1b6;
  margin-left: -7px;
  margin-right: -7px;
}
.menu-footer-container ul li:nth-child(3) {
  display: none !important;
}
.copyright {
  color: #b0b1b6;
}
.site-footer .widget-title {
  border-bottom: 0;
  padding: 16px 0;
}
.site-footer .widget-title::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 40px;
  height: 1px;
  background-color: #FF3657;
}
.site-footer > .wrapper {
  border-bottom: 1px solid #252a38;
  padding-bottom: 10px;
}
.site-footer {
  padding: 20px 0 0px;
}
.footer-bottom-right {
  color: #b0b1b6;
}