@charset "utf-8";
.gradient {
  background: #FFE500;
  background-image: -webkit-linear-gradient(to right, #FFE500, #F3CC00);
  background-image: -moz-linear-gradient(to right, #FFE500, #F3CC00);
  background-image: -o-linear-gradient(to right, #FFE500, #F3CC00);
  background-image: linear-gradient(to right, #FFE500, #F3CC00);
  background-image: gradient(to right, #FFE500, #F3CC00);
}
.clearfix {
  zoom: 1;
}
.clearfix:after,
.clearfix:before {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}
.container {
  width: 1200px;
  margin: 0 auto 45px;
  position: relative;
}
.cardlist {
  position: relative;
}
@media screen and (max-width: 1199px) {
  .container {
    width: 100% !important;
    padding: 0 1rem;
  }
  #content .container {
    width: 100% !important;
    padding: 0.5rem 1rem;
  }
}
#header {
  position: relative;
  padding-top: 72px;
}
#header .banner {
  position: relative;
}
#header .banner img {
  display: block;
  width: 100%;
}
#header .banner .banJum {
  position: absolute;
  left: 56.3542%;
  top: 66.4%;
  width: 13.6458%;
  -webkit-transition: all 0s;
  -moz-transition: all  0s;
  -ms-transition: all  0s;
  -o-transition: all  0s;
  transition: all  0s;
  -webkit-box-shadow: 0px 2px 4px rgba(15, 19, 28, 0.2);
  -moz-box-shadow: 0px 2px 4px rgba(15, 19, 28, 0.2);
  box-shadow: 0px 2px 4px rgba(15, 19, 28, 0.2);
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
}
#header .banner .banJum:hover {
  box-shadow: -3px 6px 6px rgba(15, 19, 28, 0.2);
  left: 56.4542%;
}
#header .navigation {
  height: 72px;
  width: 100%;
  position: absolute;
  top: 0;
  background: #FFE500;
  background-image: -webkit-linear-gradient(to right, #FFE500, #F3CC00);
  background-image: -moz-linear-gradient(to right, #FFE500, #F3CC00);
  background-image: -o-linear-gradient(to right, #FFE500, #F3CC00);
  background-image: linear-gradient(to right, #FFE500, #F3CC00);
  background-image: gradient(to right, #FFE500, #F3CC00);
}
#header .navigation .logo {
  margin: 15px 0 0 65px;
  width: 165px;
}
#header .navigation .logo img {
  display: block;
  width: 100%;
}
#header .navigation .down-app {
  margin: 25px 0 0 50px;
  color: #0f131e;
}
#header .navigation .down-app img {
  width: 17px;
  vertical-align: -6px;
  display: inline-block;
  margin-right: 6px;
}
#header .navigation .menu {
  margin: 13px 65px 0 0;
  height: 44px;
}
#header .navigation .menu a {
  display: block;
  margin-top: 14px;
  min-width: 76px;
  height: 45px;
  color: rgba(15, 19, 30, 0.3);
  text-align: center;
  float: left;
}
#header .navigation .menu a.active,
#header .navigation .menu a:hover {
  color: #0f131e;
}
#header .navigation .menu a.islogin {
  border: none !important;
  min-width: 36px;
  height: 36px;
  background: url("../img/icon-user-old.png") no-repeat left top;
  background-size: 100% 100%;
  display: block;
  margin-top: 6px;
  margin-left: 30px;
}
#header .navigation .menu a.islogin:hover {
  border: none;
}
#header .navigation .menu a.islogin img {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
}
#header .navigation-md {
  width: 100%;
  display: none;
  position: absolute;
  top: 0;
  background: #FFE500;
  background-image: -webkit-linear-gradient(to right, #FFE500, #F3CC00);
  background-image: -moz-linear-gradient(to right, #FFE500, #F3CC00);
  background-image: -o-linear-gradient(to right, #FFE500, #F3CC00);
  background-image: linear-gradient(to right, #FFE500, #F3CC00);
  background-image: gradient(to right, #FFE500, #F3CC00);
  height: 4rem;
  line-height: 4rem;
}
#header .navigation-md .logo {
  width: 7rem;
  display: block;
  margin: 1.2rem auto 0;
}
#header .navigation-md .logo img {
  display: block;
  width: 100%;
}
#header .navigation-md .icon-menu {
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  left: 1.2rem;
  top: 1.2rem;
  background: url("../img/icon-menu.png") no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
#header .navigation-md .searchPanel {
  position: absolute;
  right: 1.2rem;
  top: 0.5rem;
  line-height: 1;
  bottom: 0.5rem;
  width: 0;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
#header .navigation-md .searchPanel input {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: none;
  outline: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 0 3.2rem 0 1rem;
  font-size: 1.1rem;
  min-width: 0 !important;
}
#header .navigation-md .searchPanel.active {
  left: 4rem;
  width: auto;
  opacity: 1;
}
#header .navigation-md .search {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  right: 1.2rem;
  top: 1.25rem;
  background: url("../img/icon-search.png") no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
#header .navigation-md .search.active {
  right: 2rem;
}
#header #leftMenu {
  position: fixed;
  top: 4rem;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
#header #leftMenu .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
}
#header #leftMenu .panel {
  width: 64%;
  position: absolute;
  left: -64%;
  top: 0;
  bottom: 0;
  background-color: #262a34;
  -webkit-transition: left 0.4s;
  -moz-transition: left 0.4s;
  -ms-transition: left 0.4s;
  -o-transition: left 0.4s;
  transition: left 0.4s;
}
#header #leftMenu .panel a {
  display: block;
  color: #fff;
  padding: 0 1.2rem;
  font-size: 1.1rem;
  line-height: 3.5rem;
}
#header #leftMenu .panel a.active {
  color: #fff500 !important;
}
#header #leftMenu.active {
  display: block;
  z-index: 1000;
}
#header #leftMenu.active .panel {
  left: 0;
}
#index #header {
  padding-top: 0;
}
#index #header .navigation,
#index #header .navigation-md {
  background: rgba(0, 0, 0, 0) !important;
}
#breadcrumb-nav {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #262A34;
  margin-bottom: 50px;
}
#breadcrumb-nav .container {
  width: 1200px;
  margin: 0 auto 45px;
  position: relative;
  color: #94989D;
  font-size: 14px;
}
#breadcrumb-nav .container a {
  color: #94989D;
  font-size: 14px;
}
#breadcrumb-nav .container a:hover {
  color: #FFE500;
}
#breadcrumb-nav .container .angle-right {
  margin: 0 16px;
  display: inline-block;
  width: 6px;
  height: 10px;
  background: url("../img/icon-angle-right.png") no-repeat;
  background-size: 100% 100%;
  vertical-align: 0px;
}
#search-panel {
  margin-top: 20px;
}
#search-panel .container {
  width: 1200px;
  margin: 0 auto 45px;
  position: relative;
}
#search-panel .container .btn-search {
  width: 82px;
  height: 42px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #FFE500;
  text-align: center;
  line-height: 42px;
  color: #0F131E;
}
#search-panel .container .btn-search:hover {
  background: #F3CC00;
}
#search-panel .container .search-val {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-right: 6px;
  width: 374px;
  height: 42px;
  background-color: white;
  border: none;
  color: #94989D;
  padding: 0 1rem;
}
#search-panel .container .search-val:focus {
  color: #0F131E;
}
#content .swiper-slide {
  cursor: pointer;
}
#content .game-info > .name {
  font-size: 14px;
  color: #94989D !important;
}
#content .container {
  width: 1200px;
  margin: 0 auto 45px;
  position: relative;
}
#content .container .more {
  float: right;
  line-height: 50px;
  font-size: 12px;
  color: #94989D;
}
#content .container .more:hover {
  color: #767a7e;
}
#content .container .gameEwm {
  position: absolute;
  right: 70px;
  bottom: 0;
  width: 27px;
}
#content .container .searchResultTab {
  position: absolute;
  height: 58px;
  top: -120px;
  left: 0;
  border-bottom: 1px solid #94989D;
}
#content .container .searchResultTab label {
  font-size: 28px;
  color: #94989D;
  text-align: center;
  line-height: 54px;
  width: 96px;
  display: block;
  float: left;
  cursor: pointer;
  font-weight: bold;
}
#content .container .searchResultTab label.active {
  border-bottom: 4px solid #FFE500;
  color: #FFE500;
}
#content .container .item {
  margin-top: 64px;
}
#content .container .item h2 {
  height: 36px;
  line-height: 36px;
  font-size: 28px;
  color: white;
  font-weight: bold;
  margin-bottom: 38px;
  overflow: hidden;
  zoom: 1;
}
#content .container .item h2:after,
#content .container .item h2:before {
  content: '';
  display: table;
}
#content .container .item h2:after {
  clear: both;
}
#content .container .item.slider,
#content .container .item.cardlistslider {
  width: 100%;
  overflow: hidden;
  position: relative;
}
#content .container .item.slider .swiper-slide,
#content .container .item.cardlistslider .swiper-slide {
  width: 380px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 0 0 12px;
  overflow: hidden;
  background: #262A34;
}
#content .container .item.slider .swiper-slide .game-pic,
#content .container .item.cardlistslider .swiper-slide .game-pic {
  width: 100%;
}
#content .container .item.slider .swiper-slide .game-pic img,
#content .container .item.cardlistslider .swiper-slide .game-pic img {
  display: block;
  width: 100%;
}
#content .container .item.slider .swiper-slide h3,
#content .container .item.cardlistslider .swiper-slide h3 {
  margin: 14px 0;
  padding-left: 16px;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  height: 20px;
  line-height: 20px;
  color: white;
  font-size: 16px;
}
#content .container .item.slider .swiper-slide .game-info,
#content .container .item.cardlistslider .swiper-slide .game-info {
  position: relative;
  padding: 0 16px;
}
#content .container .item.slider .swiper-slide .game-info .game .name,
#content .container .item.cardlistslider .swiper-slide .game-info .game .name {
  color: white;
  font-size: 14px;
}
#content .container .item.slider .swiper-slide .game-info .game .status,
#content .container .item.cardlistslider .swiper-slide .game-info .game .status {
  font-size: 12.5px;
  position: relative;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  margin-top: 3px;
}
#content .container .item.slider .swiper-slide .game-info .icon,
#content .container .item.cardlistslider .swiper-slide .game-info .icon {
  width: 42px;
  height: 42px;
  margin-right: 10px;
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#content .container .item.slider .swiper-slide .game-info .down,
#content .container .item.cardlistslider .swiper-slide .game-info .down {
  background: #FFEF00;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 12px;
  color: #0F131E;
  padding: 5px 16px;
  position: absolute;
  bottom: 0;
  right: 16px;
  line-height: 18px;
}
#content .container .item.slider .swiper-slide .game-info .down.unopen,
#content .container .item.cardlistslider .swiper-slide .game-info .down.unopen {
  padding: 5px 12px;
}
#content .container .item.game-block.newslist .game-pic,
#content .container .item.newsblock.newslist .game-pic {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#content .container .item.game-block.newslist .game-info,
#content .container .item.newsblock.newslist .game-info {
  padding: 0!important;
}
#content .container .item.game-block .sliderPanel,
#content .container .item.newsblock .sliderPanel {
  position: relative;
}
#content .container .item.game-block .game-items,
#content .container .item.newsblock .game-items,
#content .container .item.game-block .newsblock-items,
#content .container .item.newsblock .newsblock-items {
  width: 100%;
}
#content .container .item.game-block .game-items.gameBlockSwiper .game-pic,
#content .container .item.newsblock .game-items.gameBlockSwiper .game-pic,
#content .container .item.game-block .newsblock-items.gameBlockSwiper .game-pic,
#content .container .item.newsblock .newsblock-items.gameBlockSwiper .game-pic,
#content .container .item.game-block .game-items.newsblockswiper .game-pic,
#content .container .item.newsblock .game-items.newsblockswiper .game-pic,
#content .container .item.game-block .newsblock-items.newsblockswiper .game-pic,
#content .container .item.newsblock .newsblock-items.newsblockswiper .game-pic {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#content .container .item.game-block .game-items.gameBlockSwiper .game-info,
#content .container .item.newsblock .game-items.gameBlockSwiper .game-info,
#content .container .item.game-block .newsblock-items.gameBlockSwiper .game-info,
#content .container .item.newsblock .newsblock-items.gameBlockSwiper .game-info,
#content .container .item.game-block .game-items.newsblockswiper .game-info,
#content .container .item.newsblock .game-items.newsblockswiper .game-info,
#content .container .item.game-block .newsblock-items.newsblockswiper .game-info,
#content .container .item.newsblock .newsblock-items.newsblockswiper .game-info {
  padding: 0!important;
}
#content .container .item.game-block .game-items.gameBlockSwiper .game-info img,
#content .container .item.newsblock .game-items.gameBlockSwiper .game-info img,
#content .container .item.game-block .newsblock-items.gameBlockSwiper .game-info img,
#content .container .item.newsblock .newsblock-items.gameBlockSwiper .game-info img,
#content .container .item.game-block .game-items.newsblockswiper .game-info img,
#content .container .item.newsblock .game-items.newsblockswiper .game-info img,
#content .container .item.game-block .newsblock-items.newsblockswiper .game-info img,
#content .container .item.newsblock .newsblock-items.newsblockswiper .game-info img {
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
}
#content .container .item.game-block .game-items .swiper-slide,
#content .container .item.newsblock .game-items .swiper-slide,
#content .container .item.game-block .newsblock-items .swiper-slide,
#content .container .item.newsblock .newsblock-items .swiper-slide {
  width: 380px;
  margin-right: 30px;
  float: left;
  margin-bottom: 56px;
}
#content .container .item.game-block .game-items .swiper-slide .game-pic,
#content .container .item.newsblock .game-items .swiper-slide .game-pic,
#content .container .item.game-block .newsblock-items .swiper-slide .game-pic,
#content .container .item.newsblock .newsblock-items .swiper-slide .game-pic {
  position: relative;
  width: 100%;
}
#content .container .item.game-block .game-items .swiper-slide .game-pic a,
#content .container .item.newsblock .game-items .swiper-slide .game-pic a,
#content .container .item.game-block .newsblock-items .swiper-slide .game-pic a,
#content .container .item.newsblock .newsblock-items .swiper-slide .game-pic a {
  display: block;
}
#content .container .item.game-block .game-items .swiper-slide .game-pic img,
#content .container .item.newsblock .game-items .swiper-slide .game-pic img,
#content .container .item.game-block .newsblock-items .swiper-slide .game-pic img,
#content .container .item.newsblock .newsblock-items .swiper-slide .game-pic img {
  display: block;
  width: 100%;
}
#content .container .item.game-block .game-items .swiper-slide .game-pic .sec,
#content .container .item.newsblock .game-items .swiper-slide .game-pic .sec,
#content .container .item.game-block .newsblock-items .swiper-slide .game-pic .sec,
#content .container .item.newsblock .newsblock-items .swiper-slide .game-pic .sec {
  width: 100%;
  position: absolute;
  bottom: 0;
  background-image: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  background-image: gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  color: white;
  padding: 10px 8px;
}
#content .container .item.game-block .game-items .swiper-slide .game-pic .sec label,
#content .container .item.newsblock .game-items .swiper-slide .game-pic .sec label,
#content .container .item.game-block .newsblock-items .swiper-slide .game-pic .sec label,
#content .container .item.newsblock .newsblock-items .swiper-slide .game-pic .sec label {
  display: block;
  width: 42px;
  height: 20px;
  background-color: rgba(15, 19, 30, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 12px;
  color: #ffffff;
  line-height: 20px;
  text-align: center;
  margin-bottom: 8px;
}
#content .container .item.game-block .game-items .swiper-slide .game-pic .sec p,
#content .container .item.newsblock .game-items .swiper-slide .game-pic .sec p,
#content .container .item.game-block .newsblock-items .swiper-slide .game-pic .sec p,
#content .container .item.newsblock .newsblock-items .swiper-slide .game-pic .sec p {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#content .container .item.game-block .game-items .swiper-slide h3,
#content .container .item.newsblock .game-items .swiper-slide h3,
#content .container .item.game-block .newsblock-items .swiper-slide h3,
#content .container .item.newsblock .newsblock-items .swiper-slide h3 {
  margin: 14px 0;
  padding-left: 16px;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  color: white;
}
#content .container .item.game-block .game-items .swiper-slide .game-info,
#content .container .item.newsblock .game-items .swiper-slide .game-info,
#content .container .item.game-block .newsblock-items .swiper-slide .game-info,
#content .container .item.newsblock .newsblock-items .swiper-slide .game-info {
  margin-top: 12px;
  line-height: 36px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  padding: 0 16px;
}
#content .container .item.game-block .game-items .swiper-slide .game-info .icon,
#content .container .item.newsblock .game-items .swiper-slide .game-info .icon,
#content .container .item.game-block .newsblock-items .swiper-slide .game-info .icon,
#content .container .item.newsblock .newsblock-items .swiper-slide .game-info .icon {
  width: 36px;
  height: 36px;
  display: inline-block;
  margin-right: 0.4rem;
}
#content .container .item.game-block .game-items .swiper-slide .game-info .name,
#content .container .item.newsblock .game-items .swiper-slide .game-info .name,
#content .container .item.game-block .newsblock-items .swiper-slide .game-info .name,
#content .container .item.newsblock .newsblock-items .swiper-slide .game-info .name {
  width: auto;
  display: inline;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: white;
  font-size: 14px;
}
#content .container .item.game-block .game-items .swiper-slide .game-info .down,
#content .container .item.newsblock .game-items .swiper-slide .game-info .down,
#content .container .item.game-block .newsblock-items .swiper-slide .game-info .down,
#content .container .item.newsblock .newsblock-items .swiper-slide .game-info .down {
  background: #FFEF00;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 12px;
  color: #0F131E;
  padding: 5px 16px;
  position: absolute;
  bottom: 0;
  right: 16px;
  line-height: 18px;
}
#content .container .item.game-block .game-items .swiper-slide .game-info .down.unopen,
#content .container .item.newsblock .game-items .swiper-slide .game-info .down.unopen,
#content .container .item.game-block .newsblock-items .swiper-slide .game-info .down.unopen,
#content .container .item.newsblock .newsblock-items .swiper-slide .game-info .down.unopen {
  padding: 5px 12px;
}
#content .container .item.game-block .game-tags,
#content .container .item.newsblock .game-tags {
  margin-bottom: 30px;
  position: relative;
  border-bottom: 1px solid #2e3139;
}
#content .container .item.game-block .game-tags label,
#content .container .item.newsblock .game-tags label {
  width: 85px;
  text-align: center;
  margin-right: 40px;
  display: block;
  float: left;
  height: 36px;
  line-height: 18px;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -ms-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
  cursor: pointer;
  padding: 0;
  overflow: hidden;
  background: none;
}
#content .container .item.game-block .game-tags label.active,
#content .container .item.newsblock .game-tags label.active {
  color: #FFE500 !important;
}
#content .container .item.game-block .game-tags .tagActive,
#content .container .item.newsblock .game-tags .tagActive {
  width: 85px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #FFE500;
  -webkit-transition: left 0.4s;
  -moz-transition: left 0.4s;
  -ms-transition: left 0.4s;
  -o-transition: left 0.4s;
  transition: left 0.4s;
}
#content .container .item.game-block .game-tags .more,
#content .container .item.newsblock .game-tags .more {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 28px;
  z-index: 100;
}
#content .container .item.game-block.game-type .game-items .swiper-slide .game-info,
#content .container .item.newsblock.game-type .game-items .swiper-slide .game-info {
  line-height: initial;
}
#content .container .item.game-block.game-type .game-items .swiper-slide .game-info .game .name,
#content .container .item.newsblock.game-type .game-items .swiper-slide .game-info .game .name {
  color: white;
}
#content .container .item.game-block.game-type .game-items .swiper-slide .game-info .game .status,
#content .container .item.newsblock.game-type .game-items .swiper-slide .game-info .game .status {
  font-size: 12.5px;
  position: relative;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
#content .container .item.game-block.game-type .game-items .swiper-slide .game-info .icon,
#content .container .item.newsblock.game-type .game-items .swiper-slide .game-info .icon {
  width: 42px;
  height: 42px;
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#content .container .item.game-block.game-type .game-items,
#content .container .item.newsblock.game-type .game-items {
  display: block;
}
#content .container .item.game-block.game-type .game-items.gameTagsBlock,
#content .container .item.newsblock.game-type .game-items.gameTagsBlock {
  display: none;
}
#content .container .item.game-block.game-type .game-items.gameTagsBlock .swiper-slide,
#content .container .item.newsblock.game-type .game-items.gameTagsBlock .swiper-slide {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 0 0 12px;
  overflow: hidden;
  background: #262A34;
}
#content .container .item.game-block.game-type .game-items.g01,
#content .container .item.newsblock.game-type .game-items.g01 {
  display: block;
}
#content .container .item.dynamic .list ul li {
  padding: 20px 0;
  zoom: 1;
  border-top: 1px solid #2e3139;
  position: relative;
}
#content .container .item.dynamic .list ul li .icon-user {
  width: 42px;
  height: 42px;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  border-radius: 21px;
  float: left;
}
#content .container .item.dynamic .list ul li .dynamic-detail {
  margin-left: 52px;
}
#content .container .item.dynamic .list ul li .dynamic-detail .user-name {
  line-height: 42px;
  color: white;
  font-weight: bold;
  cursor: pointer;
}
#content .container .item.dynamic .list ul li .dynamic-detail .dynamic-content {
  color: white;
  line-height: 24px;
  cursor: pointer;
}
#content .container .item.dynamic .list ul li .dynamic-detail .dynamic-media {
  margin: 16px 0 8px;
  zoom: 1;
}
#content .container .item.dynamic .list ul li .dynamic-detail .dynamic-media:after,
#content .container .item.dynamic .list ul li .dynamic-detail .dynamic-media:before {
  content: '';
  display: table;
}
#content .container .item.dynamic .list ul li .dynamic-detail .dynamic-media:after {
  clear: both;
}
#content .container .item.dynamic .list ul li .dynamic-detail .dynamic-media .pic {
  width: 156px;
  height: 156px;
  float: left;
  margin-right: 4px;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}
#content .container .item.dynamic .list ul li .dynamic-detail .dynamic-media .pic img {
  position: absolute;
  height: 100%;
  width: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#content .container .item.dynamic .list ul li .dynamic-detail .dynamic-media.isVideo .pic,
#content .container .item.dynamic .list ul li .dynamic-detail .dynamic-media.single .pic {
  height: 156px;
  width: auto;
  overflow: visible;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#content .container .item.dynamic .list ul li .dynamic-detail .dynamic-media.isVideo .pic img,
#content .container .item.dynamic .list ul li .dynamic-detail .dynamic-media.single .pic img {
  height: 100%;
  width: auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: block;
  position: initial;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
#content .container .item.dynamic .list ul li .dynamic-detail .dynamic-media.isVideo .pic {
  position: relative;
}
#content .container .item.dynamic .list ul li .dynamic-detail .dynamic-media.isVideo .pic:after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5) url("../img/icon-play.png") no-repeat center center;
  background-size: 42px 42px;
  content: '';
  -webkit-transition: background-size 0.4s;
  -moz-transition: background-size 0.4s;
  -ms-transition: background-size 0.4s;
  -o-transition: background-size 0.4s;
  transition: background-size 0.4s;
}
#content .container .item.dynamic .list ul li .dynamic-detail .dynamic-media.isVideo .pic:hover:after {
  background-color: rgba(0, 0, 0, 0.75);
}
#content .container .item.dynamic .list ul li .dynamic-detail .dynamic-date {
  font-size: 12.5px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  margin-bottom: 6px;
}
#content .container .item.dynamic .list ul li .dynamic-detail .dynamic-comments label {
  background-color: #363b44;
  color: #94989D;
  font-size: 12px;
  height: 26px;
  line-height: 26px;
  float: left;
  display: block;
  padding: 0 12px;
  margin-right: 8px;
  margin-top: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#content .container .item.dynamic .list ul li .dynamic-detail .dynamic-comments label i {
  margin-left: 10px;
  font-style: normal;
}
#content .container .item.dynamic .list ul li:after,
#content .container .item.dynamic .list ul li:before {
  content: '';
  display: table;
}
#content .container .item.dynamic .list ul li:after {
  clear: both;
}
#content .container .item.game-rank .list ul li {
  width: 380px;
  height: 157px;
  display: inline;
  float: left;
  overflow: hidden;
  margin-left: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#content .container .item.game-rank .list ul li:nth-child(3n+1) {
  margin-left: 0;
}
#content .container .item.game-rank .list ul li.active a:after {
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  background: #FFE500;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 99;
}
#content .container .item.game-rank .list ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
#content .container .item.game-rank .list ul li a.active img:after {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#content .container .item.game-rank .list ul li a img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 1;
  opacity: 0.7;
}
#content .container .item.game-rank .list ul li a label {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -ms-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
  font-size: 24px;
  line-height: 43px;
  font-weight: bold;
  cursor: pointer;
  color: white;
}
#content .container .item.game-rank .list ul li a label img {
  width: 43px;
  height: 43px;
  display: inline-block;
  margin-right: 10px;
}
#content .container .item.game-rank .list ul li a:hover img {
  opacity: 0.4;
}
#content .container .item.game-rank .list ul li a:hover label {
  color: #FFE500;
}
#content .container .nextSlider,
#content .container .prevSlider {
  position: absolute;
  right: -33px;
  width: 15px;
  top: 169px;
  cursor: pointer;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
#content .container .nextSlider:hover,
#content .container .prevSlider:hover {
  opacity: 0.8;
}
#content .container .nextSlider.swiper-button-disabled,
#content .container .prevSlider.swiper-button-disabled {
  opacity: 0;
}
#content .container .prevSlider {
  right: initial;
  left: -33px;
}
#content .container .fixedDown {
  display: none;
}
#content .container .loadMore {
  line-height: 20px;
  margin: 30px auto;
  text-align: center;
  color: #94989D;
  font-size: 12px;
  position: relative;
}
#content .container .loadMore .spin {
  -webkit-animation: spin 1.2s infinite linear;
  -moz-animation: spin 1.2s infinite linear;
  -ms-animation: spin 1.2s infinite linear;
  animation: spin 1.2s infinite linear;
}
#content .container .loadMore img {
  width: 30px;
  margin: 0 auto;
  display: none;
}
#content .container .loadMore label {
  display: none;
}
#content .container .loadMore a {
  display: block;
  margin: 0 auto;
  width: 136px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #FFE500;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #FFE500;
}
#content .container .loadMore a:hover {
  background-color: #FFE500;
  color: black;
}
.comms {
  font-size: 14px;
  padding-left: 30px;
  background: url("/img/comment.png");
  background-repeat: no-repeat;
  background-size: auto 50%;
  background-position: 10% 60%;
}
#dynamic-list .banner {
  display: none;
}
#dynamic-detail #search-panel {
  display: none;
}
#dynamic-detail .banner {
  display: none;
}
#dynamic-detail #content .container {
  width: 800px;
}
#dynamic-detail #content .container .item.dynamic .list ul li {
  border-top: 0;
}
#dynamic-detail #breadcrumb-nav .container {
  width: 800px;
}
#dynamic-detail #content .container .item.dynamic .list ul li .icon-user {
  position: absolute;
}
#dynamic-detail #content .container .item.dynamic .list ul li .dynamic-detail {
  margin-left: 0;
}
#dynamic-detail #content .container .item.dynamic .list ul li .dynamic-detail .user-name {
  text-indent: 58px;
  margin-bottom: 16px;
}
#dynamic-detail #content .container .item.dynamic .list ul li .dynamic-detail .dynamic-media .pic {
  width: 262px;
  height: 262px;
  margin-bottom: 4px;
}
#dynamic-detail #content .container .item.dynamic .list ul li .dynamic-detail .dynamic-media.isVideo .pic,
#dynamic-detail #content .container .item.dynamic .list ul li .dynamic-detail .dynamic-media.single .pic {
  width: auto;
  height: 262px;
}
#game .banner {
  display: none;
}
#game .slider,
#game .cardlistslider {
  width: 100%;
  position: relative;
  overflow: visible !important;
  margin-bottom: 73px;
}
#game .slider .hotGame,
#game .cardlistslider .hotGame {
  overflow: hidden;
  width: 100%;
}
#game #content .container .nextSlider,
#game #content .container .prevSlider {
  top: 57%;
}
#game #content .container .item.game-block .item.newsblock .game-items .swiper-slide {
  margin-bottom: 56px;
}
#game .game-type > .slider .hotGame {
  display: none;
}
#game .game-type > .slider .hotGame:nth-child(3) {
  display: block;
}
#game.gameTag #search-panel {
  display: none;
}
#search .banner {
  display: none;
}
#search .game-type .swiper-slide {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 0 0 12px;
  overflow: hidden;
  background: #262A34;
}
#search .game-type .swiper-slide .game-info {
  position: relative;
  padding: 0 16px;
}
#search .game-type .swiper-slide .game-info .game .name {
  color: white;
  font-size: 14px;
}
#search .slider,
#search .cardlistslider {
  width: 100%;
  position: relative;
  overflow: visible !important;
  margin-bottom: 73px;
}
#search .slider .hotGame,
#search .cardlistslider .hotGame {
  overflow: hidden;
  width: 100%;
}
#search .newslist {
  display: none;
}
#search .noMore {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 35px;
  display: none;
}
#search .loadMore {
  display: none;
}
#aticles-list .banner {
  display: none;
}
#aticles-list .game-info img {
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
}
#game-detail .banner {
  display: none;
}
#game-detail #search-panel {
  display: none;
}
#game-detail .game-detail .dynamic-media.isVideo {
  padding: 0 !important;
  margin-bottom: 20px;
}
#game-detail .game-detail .dynamic-media.isVideo .pic {
  position: relative;
}
#game-detail .game-detail .dynamic-media.isVideo .pic:after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5) url(../img/icon-play.png) no-repeat center center;
  background-size: 42px 42px;
  content: '';
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
#game-detail .game-detail .dynamic-media.isVideo .pic.active:after {
  background: rgba(0, 0, 0, 0.6) url(../img/icon-play.png) no-repeat center center;
}
#game-detail .game-detail .game-banner,
#game-detail .game-detail .isVideo {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
#game-detail .game-detail .swiper-pagination-progress {
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 8px;
}
#game-detail .game-detail .swiper-pagination-progress .swiper-pagination-progressbar {
  background: #262A34;
}
#game-detail .game-detail .game-resources {
  width: 800px;
}
#game-detail .game-detail .game-resources .game-banner {
  margin-bottom: 20px;
}
#game-detail .game-detail .game-resources .game-banner img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#game-detail .game-detail .game-resources h2 {
  font-size: 28px;
  margin-bottom: 80px;
  color: #fff;
  font-weight: bold;
}
#game-detail .game-detail .game-resources .game-title {
  position: relative;
  margin-bottom: 80px;
}
#game-detail .game-detail .game-resources .game-title img {
  width: 90px;
  height: 90px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  float: left;
}
#game-detail .game-detail .game-resources .game-title .status {
  position: absolute;
  top: 50%;
  left: 120px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#game-detail .game-detail .game-resources .game-title .status h1 {
  font-size: 20px;
  color: #fff;
}
#game-detail .game-detail .game-resources .game-title .status p {
  margin-top: 8px;
  font-size: 16px;
}
#game-detail .game-detail .game-resources .game-infos {
  margin-bottom: 30px;
}
#game-detail .game-detail .game-resources .game-infos a {
  display: block;
  float: left;
  position: relative;
  line-height: 64px;
  height: 64px;
  margin-right: 64px;
  padding-left: 80px;
}
#game-detail .game-detail .game-resources .game-infos a:before {
  width: 64px;
  height: 64px;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../img/icon-quicks.png");
  background-repeat: no-repeat;
}
#game-detail .game-detail .game-resources .game-infos a.gifts:before {
  background-position: 0 0;
}
#game-detail .game-detail .game-resources .game-infos a.articles:before {
  background-position: -64px 0;
}
#game-detail .game-detail .game-resources .game-infos a.community:before {
  background-position: -128px 0;
}
#game-detail .game-detail .game-resources .game-infos a.notes:before {
  background-position: -128px 0;
}
#game-detail .game-detail .game-resources .game-infos a:hover {
  color: #FFE500;
}
#game-detail .game-detail .game-resources .game-infos a:hover:before {
  background-position-y: -64px;
}
#game-detail .game-detail .game-resources .intro section {
  color: #94989D;
  line-height: 24px;
  font-size: 16px;
  white-space: pre-wrap;
}
#game-detail .game-detail .game-resources .item {
  padding-top: 24px;
  margin-bottom: 24px;
  margin-top: 0;
  border-top: 1px solid #262A34;
}
#game-detail .game-detail .game-resources .item h3 {
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 24px;
  color: #fff;
}
#game-detail .game-detail .game-resources .gametag {
  line-height: 24px;
  word-break: keep-all;
}
#game-detail .game-detail .game-resources .gametag .tag {
  margin-right: 20px;
}
#game-detail .game-detail .game-resources .game-version {
  line-height: 24px;
}
#game-detail .game-detail .game-resources .game-version .iver {
  width: 200px;
}
#game-detail .game-detail .game-resources .game-version .iver label {
  float: left;
}
#game-detail .game-detail .game-resources .game-version .iver span {
  float: right;
}
#game-detail .game-detail .game-resources .game-propagate.item {
  margin-bottom: 0;
  position: relative;
}
#game-detail .game-detail .game-resources .game-propagate .videos {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: auto;
  margin-bottom: 1.5rem;
}
#game-detail .game-detail .game-resources .game-propagate .videos .game-pic img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#game-detail .game-detail .game-resources .game-propagate .videos .swiper-slide {
  position: relative;
}
#game-detail .game-detail .game-resources .game-propagate .videos .icon-play {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  top: 0;
  left: 0;
}
#game-detail .game-detail .game-resources .game-propagate .videos .icon-play.active {
  background-color: rgba(0, 0, 0, 0.65);
}
#game-detail .game-detail .game-resources .game-propagate .videos .icon-play img {
  width: 46px;
  display: block;
  margin: 80px auto 0;
}
#game-detail .game-detail .game-resources .game-propagate .videos .icon-play h3 {
  margin-top: 16px;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  font-weight: normal;
}
#game-detail .game-detail .game-resources .game-propagate .nextSlider,
#game-detail .game-detail .game-resources .game-propagate .prevSlider {
  top: 180px !important;
}
#game-detail .game-detail .game-resources .game-pics,
#game-detail .game-detail .game-resources .game-video {
  width: 100%;
  overflow: visible;
  position: relative;
}
#game-detail .game-detail .game-resources .game-pics.item,
#game-detail .game-detail .game-resources .game-video.item {
  margin-bottom: 0;
}
#game-detail .game-detail .game-resources .game-pics .videos,
#game-detail .game-detail .game-resources .game-video .videos {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: auto;
  margin-bottom: 1.5rem;
}
#game-detail .game-detail .game-resources .game-pics .videos .game-pic img,
#game-detail .game-detail .game-resources .game-video .videos .game-pic img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#game-detail .game-detail .game-resources .game-pics .videos .swiper-slide,
#game-detail .game-detail .game-resources .game-video .videos .swiper-slide {
  position: relative;
}
#game-detail .game-detail .game-resources .game-pics .videos .icon-play,
#game-detail .game-detail .game-resources .game-video .videos .icon-play {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  top: 0;
  left: 0;
}
#game-detail .game-detail .game-resources .game-pics .videos .icon-play img,
#game-detail .game-detail .game-resources .game-video .videos .icon-play img {
  width: 46px;
  display: block;
  margin: 80px auto 0;
}
#game-detail .game-detail .game-resources .game-pics .videos .icon-play.active,
#game-detail .game-detail .game-resources .game-video .videos .icon-play.active {
  background-color: rgba(0, 0, 0, 0.65);
}
#game-detail .game-detail .game-resources .game-pics .videos .icon-play h3,
#game-detail .game-detail .game-resources .game-video .videos .icon-play h3 {
  margin-top: 16px;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  font-weight: normal;
}
#game-detail .game-detail .game-resources .game-pics .nextSlider,
#game-detail .game-detail .game-resources .game-video .nextSlider,
#game-detail .game-detail .game-resources .game-pics .prevSlider,
#game-detail .game-detail .game-resources .game-video .prevSlider {
  top: 180px !important;
}
#game-detail .game-detail .game-resources .game-gnumber {
  width: 100%;
  overflow: visible;
  position: relative;
  margin-bottom: 0;
}
#game-detail .game-detail .game-resources .game-gnumber .game-items {
  overflow: hidden !important;
  position: relative;
  width: 100%;
  height: 290px;
}
#game-detail .game-detail .game-resources .game-gnumber .game-items.gameBlockSwiper .game-pic {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#game-detail .game-detail .game-resources .game-gnumber .game-items.gameBlockSwiper .game-info {
  padding: 0!important;
}
#game-detail .game-detail .game-resources .game-gnumber .game-items .swiper-slide {
  width: 386px;
  margin-right: 20px;
  float: left;
}
#game-detail .game-detail .game-resources .game-gnumber .game-items .swiper-slide .game-pic {
  position: relative;
  width: 100%;
}
#game-detail .game-detail .game-resources .game-gnumber .game-items .swiper-slide .game-pic a {
  display: block;
}
#game-detail .game-detail .game-resources .game-gnumber .game-items .swiper-slide .game-pic img {
  display: block;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#game-detail .game-detail .game-resources .game-gnumber .game-items .swiper-slide .game-pic .sec {
  width: 100%;
  position: absolute;
  bottom: 0;
  background-image: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  background-image: gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  color: white;
  padding: 10px 8px;
}
#game-detail .game-detail .game-resources .game-gnumber .game-items .swiper-slide .game-pic .sec label {
  display: block;
  width: 42px;
  height: 20px;
  background-color: rgba(15, 19, 30, 0.5);
  color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 8px;
}
#game-detail .game-detail .game-resources .game-gnumber .game-items .swiper-slide .game-pic .sec p {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#game-detail .game-detail .game-resources .game-gnumber .game-items .swiper-slide h3 {
  margin: 8px 0;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  height: 20px;
  line-height: 20px;
  font-weight: bold;
  color: white;
}
#game-detail .game-detail .game-resources .game-gnumber .game-items .swiper-slide .game-info {
  margin-top: 8px;
  line-height: 36px;
}
#game-detail .game-detail .game-resources .game-gnumber .game-items .swiper-slide .game-info .icon {
  width: 36px;
  height: 36px;
  display: block;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
}
#game-detail .game-detail .game-resources .game-gnumber .game-items .swiper-slide .game-info .name {
  width: 342px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: white;
}
#game-detail .game-detail .game-resources .game-gnumber .nextSlider,
#game-detail .game-detail .game-resources .game-gnumber .prevSlider {
  top: 180px !important;
}
#game-detail .game-detail .game-resources .game-recommen {
  width: 100%;
  overflow: visible;
  position: relative;
}
#game-detail .game-detail .game-resources .game-recommen .recommenSwiper {
  overflow: hidden;
  width: 100%;
  height: 325px;
}
#game-detail .game-detail .game-resources .game-recommen .recommenSwiper .swiper-slide {
  width: 387px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 0 0 12px;
  overflow: hidden;
  background: #262A34;
}
#game-detail .game-detail .game-resources .game-recommen .recommenSwiper .swiper-slide .game-pic {
  width: 100%;
}
#game-detail .game-detail .game-resources .game-recommen .recommenSwiper .swiper-slide .game-pic img {
  display: block;
  width: 100%;
}
#game-detail .game-detail .game-resources .game-recommen .recommenSwiper .swiper-slide h3 {
  margin: 14px 0;
  padding-left: 16px;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  height: 20px;
  line-height: 20px;
  color: white;
  font-size: 16px;
}
#game-detail .game-detail .game-resources .game-recommen .recommenSwiper .swiper-slide .game-info {
  position: relative;
  padding: 0 16px;
}
#game-detail .game-detail .game-resources .game-recommen .recommenSwiper .swiper-slide .game-info .game .name {
  color: white;
  font-size: 14px;
}
#game-detail .game-detail .game-resources .game-recommen .recommenSwiper .swiper-slide .game-info .game .status {
  font-size: 12.5px;
  position: relative;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  margin-top: 3px;
}
#game-detail .game-detail .game-resources .game-recommen .recommenSwiper .swiper-slide .game-info .icon {
  width: 42px;
  height: 42px;
  display: block;
  margin-right: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#game-detail .game-detail .game-resources .game-recommen .recommenSwiper .swiper-slide .game-info .down {
  background: #FFEF00;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 12px;
  color: #0F131E;
  padding: 5px 16px;
  position: absolute;
  bottom: 0;
  right: 16px;
  line-height: 18px;
}
#game-detail .game-detail .game-resources .game-recommen .recommenSwiper .swiper-slide .game-info .down.unopen {
  padding: 5px 12px;
}
#game-detail .game-detail .game-resources .game-recommen .nextSlider,
#game-detail .game-detail .game-resources .game-recommen .prevSlider {
  top: 180px !important;
}
#game-detail .game-detail .game-panel {
  width: 340px;
}
#game-detail .game-detail .game-panel .game-infomation {
  padding: 30px 38px;
  background-color: #262A34;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#game-detail .game-detail .game-panel .game-infomation .game-icons {
  position: relative;
}
#game-detail .game-detail .game-panel .game-infomation .game-icons img {
  width: 64px;
  height: 64px;
  display: block;
}
#game-detail .game-detail .game-panel .game-infomation .game-icons .game-name {
  width: 180px;
  position: absolute;
  top: 50%;
  left: 80px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  font-size: 20px;
  line-height: 26px;
}
#game-detail .game-detail .game-panel .game-infomation .download {
  margin-top: 30px;
  width: 100%;
}
#game-detail .game-detail .game-panel .game-infomation .download a {
  display: block;
  width: 100%;
  height: 38px;
  text-align: center;
  background-color: #FFE500;
  color: black;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  line-height: 38px;
}
#game-detail .game-detail .game-panel .game-infomation .download a:before {
  display: inline-block;
  content: '';
  width: 16px;
  vertical-align: -2px;
  margin-right: 10px;
  height: 16px;
  background: url("../img/icon-plats.png") no-repeat;
  background-size: 32px 32px;
  -webkit-transition: background-image 0.4s;
  -moz-transition: background-image 0.4s;
  -ms-transition: background-image 0.4s;
  -o-transition: background-image 0.4s;
  transition: background-image 0.4s;
}
#game-detail .game-detail .game-panel .game-infomation .download a.android:before {
  background-position: 0 0;
}
#game-detail .game-detail .game-panel .game-infomation .download a.ios:before {
  background-position: -16px 0;
}
#game-detail .game-detail .game-panel .game-infomation .download a:hover {
  background-color: #F3CC00;
}
#game-detail .game-detail .game-panel .game-comments h4 {
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  margin: 24px 0;
}
#game-detail .game-detail .game-panel .game-comments .userCom .stars {
  width: 76px;
  height: 76px;
  float: left;
  background: url("../img/icon-stars.png") no-repeat left top;
}
#game-detail .game-detail .game-panel .game-comments .userCom .com-percents {
  width: 247px;
  float: right;
}
#game-detail .game-detail .game-panel .game-comments .userCom .com-percents .perc {
  margin-top: 3px;
  width: 100%;
  height: 8px;
  margin-bottom: 8px;
  background-color: rgba(216, 216, 216, 0.2);
}
#game-detail .game-detail .game-panel .game-comments .userCom .com-percents .perc p {
  height: 100%;
  width: 0;
  background-color: #FFE500;
}
#game-detail .game-detail .game-panel .game-comments .comments {
  margin-top: 43px;
}
#game-detail .game-detail .game-panel .game-comments .comments .it {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(151, 151, 151, 0.25);
}
#game-detail .game-detail .game-panel .game-comments .comments .it img {
  width: 42px;
  height: 42px;
  display: block;
  float: left;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  border-radius: 21px;
}
#game-detail .game-detail .game-panel .game-comments .comments .it .com-detail {
  width: 288px;
  float: right;
}
#game-detail .game-detail .game-panel .game-comments .comments .it .com-detail .com-user {
  line-height: 16px;
  height: 16px;
  overflow: hidden;
  margin-bottom: 6px;
}
#game-detail .game-detail .game-panel .game-comments .comments .it .com-detail .com-user h5 {
  float: left;
  font-size: 14px;
  color: #94989D;
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#game-detail .game-detail .game-panel .game-comments .comments .it .com-detail .com-user .good {
  font-size: 12px;
}
#game-detail .game-detail .game-panel .game-comments .comments .it .com-detail .com-user .good:before {
  content: '';
  display: inline-block;
  vertical-align: -3px;
  margin-right: 2px;
  width: 16px;
  height: 16px;
  background: url("../img/icon-thumbup.png") no-repeat;
  background-size: 100% 100%;
}
#game-detail .game-detail .game-panel .game-comments .comments .it .com-detail p {
  line-height: 24px;
  font-size: 14px;
  color: white;
}
#game-detail .game-detail .game-panel .game-comments .commentsDown {
  text-align: center;
}
#game-detail .game-detail .game-panel .game-comments .commentsDown a {
  display: inline-block;
  width: 160px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #FFE500;
  border: 1px solid #FFE500;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#game-detail .game-detail .game-panel-p {
  display: none;
}
#newMsg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999999;
  display: none;
}
#newMsg.active {
  display: block;
}
#newMsg .msgCon {
  background: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 360px;
  height: 182px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 36px 0 0;
}
#newMsg .msgCon p {
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  color: #0F131E;
  margin-bottom: 24px;
}
#newMsg .msgCon .closeMsg {
  display: inline-block;
  width: 260px;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  color: #0F131E;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #FFE500;
  text-align: center;
}
#newMsg .close {
  width: 40px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 80px;
}
#phoneDown {
  display: none;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 4rem;
  line-height: 4rem;
  z-index: 999;
  background: #262A34;
}
#phoneDown img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#phoneDown .con {
  width: 100%;
  height: 100%;
  padding-left: 5.143rem;
  position: relative;
}
#phoneDown .con .closePho {
  width: 1.429rem;
  left: 0.286rem;
  display: inline-block;
}
#phoneDown .con .logoPho {
  width: 2.571rem;
  left: 2rem;
  display: inline-block;
}
#phoneDown .con span {
  display: inline-block;
  font-size: 1rem;
  color: #FFE500;
}
#phoneDown .phoneDownBtn {
  position: absolute;
  right: 0;
  top: 0;
  width: 8.57rem;
  height: 100%;
  text-align: center;
  line-height: 4rem;
  background-image: linear-gradient(-180deg, #FFE500 0%, #F3CC00 100%);
}
#phoneDown .phoneDownBtn img {
  width: 1rem;
  left: 2.357rem;
}
#phoneDown .phoneDownBtn span {
  display: inline-block;
  font-size: 1.28rem;
  color: #0f131e;
  margin-left: 2rem;
}
.cartoonGoTop {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 30px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 99999;
}
.cartoonGoTop img {
  margin-top: 10%;
  display: inline-block;
  width: 100%;
}
.closeOpenNews span:before {
  content: '+';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  color: white;
}
.closeOpenNews span:hover {
  background: #fff600 !important;
  color: #000 !important;
}
.closeOpenNews span:hover:before {
  color: #000000;
}
.dynamic-comments label,
.com-user .good {
  cursor: pointer;
}
.fancybox-overlay {
  z-index: 99999 !important;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.red {
  color: #f00;
}
.fancybox-close {
  opacity: 1;
  position: absolute;
  right: -60px;
  top: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  background: #000;
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.fancybox-close:before {
  content: '+';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  color: white;
}
.fancybox-close:hover {
  background: #fff600;
  color: #000;
}
.fancybox-close:hover:before {
  color: #0F131E;
}
#footer {
  padding: 50px 0;
  font-size: 12px;
  background: #262A34;
}
#footer .container {
  margin: 0 auto;
}
#footer .container .copyright {
  width: 390px;
}
#footer .container .copyright .icons {
  width: 120px;
  margin-bottom: 35px;
}
#footer .container .copyright > p {
  line-height: 23px;
  margin-bottom: 25px;
}
#footer .container .copyright .quick-links {
  position: relative;
  overflow: visible;
}
#footer .container .copyright .quick-links a {
  float: left;
  margin-right: 26px;
}
#footer .container .copyright .quick-links a img {
  width: 28px;
}
#footer .container .copyright .quick-links div {
  position: absolute;
  display: none;
  width: 140px;
  border: 4px solid #fff;
  bottom: 40px;
}
#footer .container .copyright .quick-links div:after {
  width: 0;
  height: 0;
  position: absolute;
  bottom: -30px;
  content: '';
  border: 15px solid transparent;
  border-top-color: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#footer .container ._copy {
  padding-top: 64px;
}
#footer .container .copy p {
  margin-top: 26px;
  line-height: 23px;
}
#footer .container .copy p:first-child {
  margin-top: 0;
}
#footer .container .copy p a {
  color: #7e7f83;
}
#footer .container .copy p a:hover {
  color: #FFE500;
}
#footer .container .copy p a img {
  width: 20px;
  margin-left: 10px;
  display: inline-block;
}
#footer .container .copy .jzjh {
  padding-right: 12px;
  margin-right: 12px;
  position: relative;
}
#footer .container .copy .jzjh::after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(148, 152, 157, 0.5);
}
.media {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99999;
}
.media .media-cont {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 800px;
  height: 450px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.media .media-cont .media-close {
  position: absolute;
  right: -60px;
  top: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  background: #000;
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.media .media-cont .media-close:hover {
  background: #fff600;
  color: #000;
}
#aticles-list #content .container .item.game-block .item.newsblock .game-items .swiper-slide {
  margin-bottom: 56px;
}
@media screen and (max-width: 1200px) {
  #game-detail .game-detail .game-resources {
    width: 100%;
  }
  #game-detail .game-detail .game-resources h2 {
    font-size: 1.4rem;
  }
}
@media (max-width: 743px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 744px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  #header {
    padding-top: 4rem;
  }
  #header .navigation {
    display: none;
  }
  #header .navigation-md {
    display: block;
  }
  #header .banner {
    width: 100%;
    height: 16rem;
    background-color: #F3CC00;
    position: relative;
  }
  #header .banner img {
    position: absolute;
    width: auto;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #header .banner a {
    display: none;
  }
  .cartoonGoTop {
    width: 30px ;
    opacity: 0.7;
  }
  #search-panel {
    display: none;
  }
  #content .container .gameEwm {
    display: none;
  }
  #content .container .searchResultTab {
    top: -40px;
  }
  #content .container .more {
    line-height: 2.4rem;
    font-size: 0.875rem;
  }
  #content .container .item {
    margin-top: 2.2rem;
  }
  #content .container .item h2 {
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 2rem;
    margin-bottom: 0.5rem;
  }
  #content .container .item.slider .swiper-slide h3,
  #content .container .item.cardlistslider .swiper-slide h3 {
    font-size: 1.2rem;
    font-weight: normal;
  }
  #content .container .item.slider .swiper-slide .game-info .game .name,
  #content .container .item.cardlistslider .swiper-slide .game-info .game .name {
    font-size: 1rem;
  }
  #content .container .item.slider .swiper-slide .game-info .game .status,
  #content .container .item.cardlistslider .swiper-slide .game-info .game .status {
    font-size: 0.875rem;
  }
  #content .container .item.slider .swiper-slide .game-info .icon,
  #content .container .item.cardlistslider .swiper-slide .game-info .icon {
    width: 2.6rem;
    height: 2.6rem;
  }
  #content .container .item.game-block.newslist .game-pic,
  #content .container .item.newsblock.newslist .game-pic {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  #content .container .item.game-block.newslist .game-info,
  #content .container .item.newsblock.newslist .game-info {
    padding: 0!important;
  }
  #content .container .item.game-block .game-items.gameBlockSwiper .game-pic,
  #content .container .item.newsblock .game-items.gameBlockSwiper .game-pic,
  #content .container .item.game-block .newsblock-items.gameBlockSwiper .game-pic,
  #content .container .item.newsblock .newsblock-items.gameBlockSwiper .game-pic,
  #content .container .item.game-block .game-items.newsblockswiper .game-pic,
  #content .container .item.newsblock .game-items.newsblockswiper .game-pic,
  #content .container .item.game-block .newsblock-items.newsblockswiper .game-pic,
  #content .container .item.newsblock .newsblock-items.newsblockswiper .game-pic {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  #content .container .item.game-block .game-items.gameBlockSwiper .game-info,
  #content .container .item.newsblock .game-items.gameBlockSwiper .game-info,
  #content .container .item.game-block .newsblock-items.gameBlockSwiper .game-info,
  #content .container .item.newsblock .newsblock-items.gameBlockSwiper .game-info,
  #content .container .item.game-block .game-items.newsblockswiper .game-info,
  #content .container .item.newsblock .game-items.newsblockswiper .game-info,
  #content .container .item.game-block .newsblock-items.newsblockswiper .game-info,
  #content .container .item.newsblock .newsblock-items.newsblockswiper .game-info {
    padding: 0!important;
  }
  #content .container .item.game-block .game-items .swiper-slide .game-pic .sec,
  #content .container .item.newsblock .game-items .swiper-slide .game-pic .sec,
  #content .container .item.game-block .newsblock-items .swiper-slide .game-pic .sec,
  #content .container .item.newsblock .newsblock-items .swiper-slide .game-pic .sec {
    padding: 1rem 0.6rem;
  }
  #content .container .item.game-block .game-items .swiper-slide .game-pic .sec label,
  #content .container .item.newsblock .game-items .swiper-slide .game-pic .sec label,
  #content .container .item.game-block .newsblock-items .swiper-slide .game-pic .sec label,
  #content .container .item.newsblock .newsblock-items .swiper-slide .game-pic .sec label {
    font-size: 0.875rem;
    width: 2.4rem;
    height: 1.4rem;
    line-height: 1.4rem;
    margin-bottom: 0.5rem;
  }
  #content .container .item.game-block .game-items .swiper-slide .game-pic .sec p,
  #content .container .item.newsblock .game-items .swiper-slide .game-pic .sec p,
  #content .container .item.game-block .newsblock-items .swiper-slide .game-pic .sec p,
  #content .container .item.newsblock .newsblock-items .swiper-slide .game-pic .sec p {
    font-size: 1.2rem;
  }
  #content .container .item.game-block .game-items .swiper-slide .game-info,
  #content .container .item.newsblock .game-items .swiper-slide .game-info,
  #content .container .item.game-block .newsblock-items .swiper-slide .game-info,
  #content .container .item.newsblock .newsblock-items .swiper-slide .game-info {
    margin-top: 0.5rem;
    line-height: 2.4rem;
  }
  #content .container .item.game-block .game-items .swiper-slide .game-info img,
  #content .container .item.newsblock .game-items .swiper-slide .game-info img,
  #content .container .item.game-block .newsblock-items .swiper-slide .game-info img,
  #content .container .item.newsblock .newsblock-items .swiper-slide .game-info img {
    width: 2.4rem;
    height: 2.4rem;
  }
  #content .container .item.game-block .game-items .swiper-slide .game-info .name,
  #content .container .item.newsblock .game-items .swiper-slide .game-info .name,
  #content .container .item.game-block .newsblock-items .swiper-slide .game-info .name,
  #content .container .item.newsblock .newsblock-items .swiper-slide .game-info .name {
    font-size: 1rem;
  }
  #content .container .item.game-block .game-tags,
  #content .container .item.newsblock .game-tags {
    margin-bottom: 1rem;
    border-bottom: 0 none;
  }
  #content .container .item.game-block .game-tags label,
  #content .container .item.newsblock .game-tags label {
    width: auto !important;
    padding-right: 0;
    margin-right: 2rem;
    font-size: 1rem;
    height: 2rem;
    padding-bottom: 1rem;
  }
  #content .container .item.game-block .game-tags label.active,
  #content .container .item.newsblock .game-tags label.active {
    border-bottom: 0.2rem solid #FFE500;
  }
  #content .container .item.game-block .game-tags .more,
  #content .container .item.newsblock .game-tags .more {
    top: -3rem;
  }
  #content .container .item.game-block .game-tags .tagActive,
  #content .container .item.newsblock .game-tags .tagActive {
    display: none;
  }
  #content .container .item.game-rank .list ul li {
    width: 49%;
    margin-left: 1.9%;
    margin-bottom: 0.5rem;
    height: auto;
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    border-radius: 0.3rem;
  }
  #content .container .item.game-rank .list ul li:nth-child(2n-1) {
    float: left;
    margin-left: 0;
  }
  #content .container .item.game-rank .list ul li:nth-child(2n) {
    float: right;
  }
  #content .container .item.game-rank .list ul li a label {
    width: 100%;
    padding-left: 0;
    font-weight: normal;
    text-align: center;
    line-height: 2rem;
    font-size: 1.2rem;
  }
  #content .container .item.game-rank .list ul li a label img {
    width: 2rem;
    height: 2rem;
  }
  #content .container .item.dynamic .list ul li {
    padding: 1rem 0;
  }
  #content .container .item.dynamic .list ul li .icon-user {
    width: 2.6rem;
    height: 2.6rem;
  }
  #content .container .item.dynamic .list ul li .dynamic-detail {
    padding-left: 0;
  }
  #content .container .item.dynamic .list ul li .dynamic-detail .user-name {
    font-size: 1.2rem;
    line-height: 2.6rem;
  }
  #content .container .item.dynamic .list ul li .dynamic-detail .dynamic-content {
    font-size: 1rem;
    line-height: 1.6;
  }
  #content .container .item.dynamic .list ul li .dynamic-detail .dynamic-media {
    margin: 0.8rem 0;
  }
  #content .container .item.dynamic .list ul li .dynamic-detail .dynamic-media .pic {
    width: 8rem;
    height: 8rem;
    margin-top: 1px;
    margin-right: 1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  #content .container .item.dynamic .list ul li .dynamic-detail .dynamic-media.isVideo .pic,
  #content .container .item.dynamic .list ul li .dynamic-detail .dynamic-media.single .pic {
    max-width: auto;
    height: auto !important;
  }
  #content .container .item.dynamic .list ul li .dynamic-detail .dynamic-media.isVideo .pic img,
  #content .container .item.dynamic .list ul li .dynamic-detail .dynamic-media.single .pic img {
    width: 100%;
    display: block;
  }
  #content .container .item.dynamic .list ul li .dynamic-detail .dynamic-comments label {
    padding: 0 0.4rem;
    font-size: 0.75rem;
    height: 1.6rem;
    line-height: 1.6rem;
    margin-right: 0.4rem;
    margin-top: 0.4rem;
  }
  #content .container .item.dynamic .list ul li .dynamic-detail .dynamic-date {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    font-size: 0.75rem;
  }
  #content .container .nextSlider,
  #content .container .prevSlider {
    display: none;
  }
  #breadcrumb-nav {
    display: none;
  }
  #search #header {
    padding-top: 7rem;
  }
  #game-detail {
    padding-bottom: 5rem;
  }
  #game-detail #content .container {
    padding: 0 0 0.5rem;
  }
  #game-detail #content .container .fixedDown {
    display: block !important;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    padding: 0.6rem 0;
    background: #0F131E;
  }
  #game-detail #content .container .fixedDown p {
    margin: 0 auto;
    width: 90%;
    text-align: center;
    padding: 0.8rem;
    background: #FFE500;
    border-radius: 4px;
    font-size: 1.2rem;
    color: #000000;
  }
  #game-detail #content .container .game-detail .game-panel-w {
    display: none;
  }
  #game-detail #content .container .game-detail .game-panel-p {
    display: block;
    width: 100%;
    border-top: 1px solid #262A34;
    margin-bottom: 24px;
  }
  #game-detail #content .container .game-detail .game-panel-p .game-infomation {
    display: none;
  }
  #game-detail #content .container .game-detail .game-panel-p .userCom .com-percents {
    width: 380px;
    float: left;
    margin-left: 20px;
  }
  #game-detail #content .container .game-detail .game-panel-p .comments .it .com-detail {
    width: 410px;
    float: left;
    margin-left: 20px;
  }
  #game-detail #content .container .game-detail .game-panel-p .comments .it .com-detail p {
    font-size: 16px;
  }
  #game-detail #content .container .game-detail .game-panel-p .commentmore {
    position: relative;
  }
  #game-detail #content .container .game-detail .game-panel-p .commentmore a {
    display: inline-block;
    font-size: 16px;
  }
  #game-detail #content .container .game-detail .game-panel-p .commentmore > div {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 373px;
    width: 100px;
  }
  #game-detail #content .container .game-detail .game-panel-p .commentmore > div img {
    display: inline-block;
    width: 16%;
    margin-right: 0.2%;
  }
  #game-detail #content .container .game-detail .game-resources .game-items {
    height: auto;
    margin-bottom: 1.5rem;
  }
  #game-detail #content .container .game-detail .game-resources > section,
  #game-detail #content .container .game-detail .game-resources > h2 {
    padding: 0 5%;
  }
  #game-detail #content .container .game-detail .game-resources > section > h3,
  #game-detail #content .container .game-detail .game-resources > h2 > h3 {
    font-size: 1.2rem;
    padding-top: 24px;
    font-weight: normal;
  }
  #game-detail #content .container .game-detail .game-resources > h2 {
    margin-bottom: 25px;
  }
  #game-detail #content .container .game-detail .game-resources .game-banner {
    padding: 0;
  }
  #game-detail #content .container .game-detail .game-resources .game-title {
    margin-bottom: 25px;
  }
  #game-detail #content .container .game-detail .game-resources .game-title .status {
    font-size: 1.2rem;
    left: 7.5rem;
  }
  #game-detail #content .container .game-detail .game-resources .game-title img {
    width: 4.5rem;
    height: 4.5rem;
  }
  #game-detail #content .container .game-detail .game-resources .game-gnumber .game-info .name {
    width: 85% !important;
  }
  #game-detail #content .container .game-detail .game-resources .game-infos a {
    margin-right: 20px;
    padding-left: 48px;
    line-height: 45px;
    height: 45px;
  }
  #game-detail #content .container .game-detail .game-resources .game-infos a::before {
    width: 45px;
    height: 45px;
    background-size: auto 90px;
  }
  #game-detail #content .container .game-detail .game-resources .game-infos a.articles::before {
    background-position: -45px 0;
  }
  #game-detail #content .container .game-detail .game-resources .game-infos a.community::before {
    background-position: -90px 0;
  }
  #game-detail #content .container .game-detail .game-resources .game-video .videos .swiper-slide {
    height: auto;
  }
  #game-detail #content .container .game-detail .game-resources .game-video .videos .swiper-slide .icon-play img {
    position: absolute;
    width: 15%;
    top: 50%;
    left: 42.5%;
    margin: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #game-detail #content .container .game-detail .game-resources .game-video .videos .swiper-slide .icon-play h3 {
    display: none;
  }
  #footer {
    padding: 2rem 0 5rem;
  }
  #footer .container .icons {
    margin-bottom: 10px !important;
  }
  #footer .container .friend-links {
    display: none;
  }
  #footer .container .quick-links {
    margin-top: 1rem !important;
  }
  #footer .container .copyright {
    float: none;
  }
  #footer .container .copyright > p {
    margin-bottom: 10px !important;
  }
  #footer .container ._copy {
    padding-top: 10px;
  }
  #footer .container .copy p {
    word-break: break-word;
    margin-top: 1rem;
    line-height: 1.6;
    font-size: 0.75rem;
  }
  #footer .container .copy p:first-child {
    margin-top: 1rem;
  }
  .media .media-cont {
    width: 100%;
  }
  .media .media-cont .media-close {
    right: 0;
    top: -60px;
  }
  .media .media-cont .media-close:hover {
    background: #fff600;
    color: #000;
  }
  body .fancybox-close {
    top: -45px;
    right: 15px;
  }
}
@media (min-width: 560px) and (max-width: 1199px) {
  #header .banner {
    height: 16rem;
  }
}
@media (max-width: 559px) {
  #header .banner {
    height: 14rem;
  }
  #newMsg .msgCon {
    width: 75%;
  }
  #content .container .searchResultTab {
    margin-left: 0.5rem;
    height: 2.5rem;
    width: 100%;
  }
  #content .container .searchResultTab label {
    font-weight: normal;
    line-height: 2.5rem;
    width: 2.5rem;
    font-size: 1rem;
    margin-right: 1rem;
  }
  #content .container .item.slider,
  #content .container .item.cardlistslider {
    overflow: visible;
  }
  #content .container .item.game-block.game-type .game-items .swiper-slide {
    width: 100%;
  }
  #content .container .item.game-block.newslist .game-items .swiper-slide {
    width: 100%;
  }
  #content .container .item.dynamic .list ul li .dynamic-detail .dynamic-media .pic {
    width: 5.8rem !important;
    height: 5.8rem !important;
  }
  #content .container .item.dynamic .list ul li .dynamic-detail .dynamic-media.single .pic,
  #content .container .item.dynamic .list ul li .dynamic-detail .dynamic-media.isVideo .pic {
    width: auto !important;
    max-width: 100% !important;
  }
  #content .container .item.dynamic .list ul li .dynamic-detail .dynamic-media.four {
    max-width: 12rem;
  }
  .game-panel-p .userCom .com-percents {
    width: 60% !important;
  }
  .game-panel-p .comments .it > img {
    width: 15%;
  }
  .game-panel-p .comments .it .com-detail {
    width: 80% !important;
    float: right !important;
    margin-left: 5% !important;
  }
  .game-panel-p .comments .it .com-detail p {
    font-size: 12px !important;
  }
  .game-panel-p .commentmore {
    position: relative;
  }
  .game-panel-p .commentmore a {
    display: inline-block;
    font-size: 16px;
  }
  .game-panel-p .commentmore > div {
    left: auto !important;
    right: 0 !important;
  }
  .game-panel-p .commentmore > div img {
    display: inline-block;
    width: 16%;
    margin-right: 0.2%;
  }
  #game-detail {
    padding-bottom: 5rem;
  }
  #game-detail .iver {
    width: 100% !important;
  }
  #game-detail .item > .recommenSwiper {
    height: auto !important;
  }
  #game-detail .item > .recommenSwiper .game {
    width: 70% !important;
  }
  #game-detail .fixedDown {
    display: block !important;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    padding: 0.6rem 0;
    background: #0F131E;
  }
  #game-detail .fixedDown p {
    margin: 0 auto;
    width: 90%;
    text-align: center;
    padding: 0.8rem;
    background: #FFE500;
    border-radius: 4px;
    font-size: 1.2rem;
    color: #000000;
  }
}
@media (min-width: 1199px) {
  #content .container .item.slider label,
  #content .container .item.cardlistslider label {
    margin-right: 40px !important;
  }
  #content .container .item.slider .swiper-slide,
  #content .container .item.cardlistslider .swiper-slide {
    margin-right: 30px;
  }
  #content .container .item.game-block .game-items.gameBlockSwiper,
  #content .container .item.newsblock .game-items.gameBlockSwiper,
  #content .container .item.game-block .newsblock-items.gameBlockSwiper,
  #content .container .item.newsblock .newsblock-items.gameBlockSwiper,
  #content .container .item.game-block .game-items.newsblockswiper,
  #content .container .item.newsblock .game-items.newsblockswiper,
  #content .container .item.game-block .newsblock-items.newsblockswiper,
  #content .container .item.newsblock .newsblock-items.newsblockswiper {
    width: 100%;
    overflow: hidden;
    height: auto;
  }
  #content .container .item.game-block .game-items.gameBlockSwiper .swiper-wrapper,
  #content .container .item.newsblock .game-items.gameBlockSwiper .swiper-wrapper,
  #content .container .item.game-block .newsblock-items.gameBlockSwiper .swiper-wrapper,
  #content .container .item.newsblock .newsblock-items.gameBlockSwiper .swiper-wrapper,
  #content .container .item.game-block .game-items.newsblockswiper .swiper-wrapper,
  #content .container .item.newsblock .game-items.newsblockswiper .swiper-wrapper,
  #content .container .item.game-block .newsblock-items.newsblockswiper .swiper-wrapper,
  #content .container .item.newsblock .newsblock-items.newsblockswiper .swiper-wrapper {
    display: block;
  }
  #content .container .item.game-block .game-items.gameBlockSwiper .swiper-wrapper .swiper-slide:nth-child(3n),
  #content .container .item.newsblock .game-items.gameBlockSwiper .swiper-wrapper .swiper-slide:nth-child(3n),
  #content .container .item.game-block .newsblock-items.gameBlockSwiper .swiper-wrapper .swiper-slide:nth-child(3n),
  #content .container .item.newsblock .newsblock-items.gameBlockSwiper .swiper-wrapper .swiper-slide:nth-child(3n),
  #content .container .item.game-block .game-items.newsblockswiper .swiper-wrapper .swiper-slide:nth-child(3n),
  #content .container .item.newsblock .game-items.newsblockswiper .swiper-wrapper .swiper-slide:nth-child(3n),
  #content .container .item.game-block .newsblock-items.newsblockswiper .swiper-wrapper .swiper-slide:nth-child(3n),
  #content .container .item.newsblock .newsblock-items.newsblockswiper .swiper-wrapper .swiper-slide:nth-child(3n) {
    margin-right: 0;
  }
  #content .container .item.game-block .game-items.gameBlockSwiper .swiper-wrapper .swiper-slide:nth-child(1),
  #content .container .item.newsblock .game-items.gameBlockSwiper .swiper-wrapper .swiper-slide:nth-child(1),
  #content .container .item.game-block .newsblock-items.gameBlockSwiper .swiper-wrapper .swiper-slide:nth-child(1),
  #content .container .item.newsblock .newsblock-items.gameBlockSwiper .swiper-wrapper .swiper-slide:nth-child(1),
  #content .container .item.game-block .game-items.newsblockswiper .swiper-wrapper .swiper-slide:nth-child(1),
  #content .container .item.newsblock .game-items.newsblockswiper .swiper-wrapper .swiper-slide:nth-child(1),
  #content .container .item.game-block .newsblock-items.newsblockswiper .swiper-wrapper .swiper-slide:nth-child(1),
  #content .container .item.newsblock .newsblock-items.newsblockswiper .swiper-wrapper .swiper-slide:nth-child(1),
  #content .container .item.game-block .game-items.gameBlockSwiper .swiper-wrapper .swiper-slide:nth-child(2),
  #content .container .item.newsblock .game-items.gameBlockSwiper .swiper-wrapper .swiper-slide:nth-child(2),
  #content .container .item.game-block .newsblock-items.gameBlockSwiper .swiper-wrapper .swiper-slide:nth-child(2),
  #content .container .item.newsblock .newsblock-items.gameBlockSwiper .swiper-wrapper .swiper-slide:nth-child(2),
  #content .container .item.game-block .game-items.newsblockswiper .swiper-wrapper .swiper-slide:nth-child(2),
  #content .container .item.newsblock .game-items.newsblockswiper .swiper-wrapper .swiper-slide:nth-child(2),
  #content .container .item.game-block .newsblock-items.newsblockswiper .swiper-wrapper .swiper-slide:nth-child(2),
  #content .container .item.newsblock .newsblock-items.newsblockswiper .swiper-wrapper .swiper-slide:nth-child(2),
  #content .container .item.game-block .game-items.gameBlockSwiper .swiper-wrapper .swiper-slide:nth-child(3),
  #content .container .item.newsblock .game-items.gameBlockSwiper .swiper-wrapper .swiper-slide:nth-child(3),
  #content .container .item.game-block .newsblock-items.gameBlockSwiper .swiper-wrapper .swiper-slide:nth-child(3),
  #content .container .item.newsblock .newsblock-items.gameBlockSwiper .swiper-wrapper .swiper-slide:nth-child(3),
  #content .container .item.game-block .game-items.newsblockswiper .swiper-wrapper .swiper-slide:nth-child(3),
  #content .container .item.newsblock .game-items.newsblockswiper .swiper-wrapper .swiper-slide:nth-child(3),
  #content .container .item.game-block .newsblock-items.newsblockswiper .swiper-wrapper .swiper-slide:nth-child(3),
  #content .container .item.newsblock .newsblock-items.newsblockswiper .swiper-wrapper .swiper-slide:nth-child(3) {
    margin-bottom: 56px;
  }
  #content .container .item.game-block .game-items.gameTagsBlock,
  #content .container .item.newsblock .game-items.gameTagsBlock,
  #content .container .item.game-block .newsblock-items.gameTagsBlock,
  #content .container .item.newsblock .newsblock-items.gameTagsBlock {
    width: 100%;
    overflow: hidden;
    height: auto;
  }
  #content .container .item.game-block .game-items.gameTagsBlock .swiper-wrapper,
  #content .container .item.newsblock .game-items.gameTagsBlock .swiper-wrapper,
  #content .container .item.game-block .newsblock-items.gameTagsBlock .swiper-wrapper,
  #content .container .item.newsblock .newsblock-items.gameTagsBlock .swiper-wrapper {
    display: block;
  }
  #content .container .item.game-block .game-items.gameTagsBlock .swiper-wrapper .swiper-slide:nth-child(3n),
  #content .container .item.newsblock .game-items.gameTagsBlock .swiper-wrapper .swiper-slide:nth-child(3n),
  #content .container .item.game-block .newsblock-items.gameTagsBlock .swiper-wrapper .swiper-slide:nth-child(3n),
  #content .container .item.newsblock .newsblock-items.gameTagsBlock .swiper-wrapper .swiper-slide:nth-child(3n) {
    margin-right: 0;
  }
  #content .container .item.game-block .game-items.gameTagsBlock .swiper-wrapper .swiper-slide:nth-child(1),
  #content .container .item.newsblock .game-items.gameTagsBlock .swiper-wrapper .swiper-slide:nth-child(1),
  #content .container .item.game-block .newsblock-items.gameTagsBlock .swiper-wrapper .swiper-slide:nth-child(1),
  #content .container .item.newsblock .newsblock-items.gameTagsBlock .swiper-wrapper .swiper-slide:nth-child(1),
  #content .container .item.game-block .game-items.gameTagsBlock .swiper-wrapper .swiper-slide:nth-child(2),
  #content .container .item.newsblock .game-items.gameTagsBlock .swiper-wrapper .swiper-slide:nth-child(2),
  #content .container .item.game-block .newsblock-items.gameTagsBlock .swiper-wrapper .swiper-slide:nth-child(2),
  #content .container .item.newsblock .newsblock-items.gameTagsBlock .swiper-wrapper .swiper-slide:nth-child(2),
  #content .container .item.game-block .game-items.gameTagsBlock .swiper-wrapper .swiper-slide:nth-child(3),
  #content .container .item.newsblock .game-items.gameTagsBlock .swiper-wrapper .swiper-slide:nth-child(3),
  #content .container .item.game-block .newsblock-items.gameTagsBlock .swiper-wrapper .swiper-slide:nth-child(3),
  #content .container .item.newsblock .newsblock-items.gameTagsBlock .swiper-wrapper .swiper-slide:nth-child(3) {
    margin-bottom: 56px;
  }
  #content .container .item.game-rank .list ul li:nth-child(1),
  #content .container .item.game-rank .list ul li:nth-child(2),
  #content .container .item.game-rank .list ul li:nth-child(3) {
    margin-bottom: 30px;
  }
  #game #content .container .item.slider .item.cardlistslider .swiper-slide {
    margin-right: 0;
  }
  .gameTag #content .container .item.game-block .swiper-slide,
  .gameTag #content .container .item.newsblockswiper .swiper-slide {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 0 0 12px;
    overflow: hidden;
    background: #262A34;
  }
  #search #content .container .item.game-block.game-type .game-items,
  #game #content .container .item.game-block.game-type .game-items {
    display: block;
  }
  #search #content .game-items .swiper-slide,
  #game #content .game-items .swiper-slide {
    margin-bottom: 56px;
  }
  #search #content .game-items .swiper-slide:nth-child(3n),
  #game #content .game-items .swiper-slide:nth-child(3n) {
    margin-right: 0;
  }
  #aticles-list #content .container .item.game-block.game-type .game-items {
    display: block;
  }
  #aticles-list #content .game-items .swiper-slide {
    margin-bottom: 56px;
  }
  #aticles-list #content .game-items .swiper-slide:nth-child(3n) {
    margin-right: 0;
  }
}
