.home_banner {
  margin-top: 30px;
  position: relative;
  margin-bottom: 70px
}

.adsbanner {
  margin: 15px 0 15px 0;
}

@-webkit-keyframes snow-uexekpa {
  0% {
    background-position-x: 0;
    background-position-y: 0
  }

  50% {
    background-position-y: 40rem
  }

  to {
    background-position-x: 40rem;
    background-position-y: 80rem
  }
}

@keyframes snow-uexekpa {
  0% {
    background-position-x: 0;
    background-position-y: 0
  }

  50% {
    background-position-y: 40rem
  }

  to {
    background-position-x: 40rem;
    background-position-y: 80rem
  }
}

.game-item .game-img .game_photo {
  height: 170px;
  position: relative;
  overflow: hidden;
}

.game-item .game-img .game_photo img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
}

.game-menu .swiper-slide {
  height: 352px;
  width: 24%;
}

.game-menu .swiper-slide:nth-of-type(3) ul li,
.game-menu .swiper-slide:nth-of-type(3) .title {
  height: 40px;
  line-height: 40px;
}

.game-menu .swiper-wrappers {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.home_banner .show {
  position: relative;
  margin: 0 auto;
  display: block;
  width: 1000px;
  height: 430px;
  max-width: calc(100vw - 4em);
  max-height: calc((100vw)/2.777777)
}

.mobile-banner {
  margin-top: 5px;
  position: relative;
}

/* .mobile-banner:before,
.mobile-banner:after{
  content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: -50%;
    width: 200%;
    height: 100%;
    background-size: 40rem 40rem;
    opacity: 1;
    z-index: 9;
    background-image: url('/pokemon/images/nav/falling-snow2.png');
    -webkit-animation: snow-uexekpa 28s linear infinite;
 animation: snow-uexekpa 28s linear infinite;
    -webkit-transition: opacity 10s;
    transition: opacity 10s;
}
.mobile-banner:after{
  z-index: 10;
    background-image: url("/pokemon/images/nav/falling-snow1.png");
    -webkit-animation: snow-uexekpa 18s linear infinite;
    animation: snow-uexekpa 18s linear infinite;
    -webkit-transition: opacity 5s;
    transition: opacity 5s;
} */
@-webkit-keyframes snow-uexekpa {
  0% {
    background-position-x: 0;
    background-position-y: 0
  }

  50% {
    background-position-y: 40rem
  }

  to {
    background-position-x: 40rem;
    background-position-y: 80rem
  }
}

@keyframes snow-uexekpa {
  0% {
    background-position-x: 0;
    background-position-y: 0
  }

  50% {
    background-position-y: 40rem
  }

  to {
    background-position-x: 40rem;
    background-position-y: 80rem
  }
}


.mobile-banner .swiper-slide {
  width: 1200px !important;
  height: 510px;

}

.mobile-banner .swiper-slide-active {
  margin: 0 auto;
}

.mobile-banner .swiper-pagination {
  display: none;
}

.home_banner .show li {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: .3s;
  transition: .3s;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .48);
  border-radius: 20px;
  overflow: hidden
}

.home_banner .show li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative
}

.home_banner .show li a img {
  width: 1000px;
  height: 430px;
  vertical-align: top
}

.home_banner .show li.on {
  z-index: 3;
  -webkit-transform: none;
  transform: none;
  opacity: 1
}

.home_banner .show li.on_p {
  z-index: 2;
  -webkit-transform: translateX(10%) scale(.75);
  transform: translateX(10%) scale(.75);
  -webkit-transform-origin: right center;
  transform-origin: right center
}

.home_banner .show li.on_m {
  z-index: 2;
  -webkit-transform: translateX(-10%) scale(.75);
  transform: translateX(-10%) scale(.75);
  -webkit-transform-origin: left center;
  transform-origin: left center
}

.home_banner .control {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  z-index: 3;
  width: 120px;
  height: 40px;
  background-color: #101822;
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, .2);
  border-radius: 20px;
  padding: 0 35px
}

.home_banner .control i {
  width: 10px;
  height: 10px;
  background-color: #ededed;
  opacity: .3;
  border-radius: 50%;
  margin-right: 9px;
  cursor: pointer
}

.home_banner .control i:last-child {
  margin-right: 0
}

.home_banner .control i.active {
  background-color: #faf9f8;
  opacity: 1;
  width: 12px;
  height: 12px
}

.home_banner .arrow {
  position: absolute;
  color: #fff;
  transform: translateY(-50%);
  cursor: pointer;
  width: 80px;
  display: none;
  height: 100%;
  align-items: center
}

.home_banner .arrow i {
  font-size: 65px;
  color: #7c7c7c;
  cursor: pointer;
  opacity: .5;
  position: absolute
}

.home_banner .arrow i:hover {
  opacity: 1
}

.home_banner .arrow_perv {
  left: -79px;
  top: 50%
}

.home_banner .arrow_perv i {
  left: 0
}

.home_banner .arrow_next {
  right: -79px;
  top: 50%
}

.home_banner .arrow_next i {
  right: 0;
  transform: rotate(180deg);
}

.home_banner:hover .arrow {
  display: flex
}


@media(min-width: 1200px) {
  .home_banner .show li {
    z-index: 1;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    opacity: .7
  }

  .home_banner .show li.on img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: 5s linear;
    transition: 5s linear
  }

  .home_banner .show a {
    border-radius: 20px;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(#000, #000)
  }
}

.game-pkm {
  margin-bottom: 45px;
}

.game-pkm li:nth-child(2) {
  margin: 0 15px;
}

.game-pkm li {
  cursor: pointer;
  width: 390px;
  height: 70px;
  background-color: #b39f90;
  border-radius: 12px;
  line-height: 70px;
  font-size: 22px;
  letter-spacing: 0px;
  color: #283b4f;
  position: relative;
  padding-left: 130px;
  transition: all 0.3s;
}

.game-pkm li::before {
  content: '';
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
}

.game-pkm li.active {
  background-color: #283b4f;
  color: #fff;
}

.game-pkm li.active::before {
  content: '';
  border-top: 15px solid #283b4f;
  border-bottom: 15px solid transparent;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}

.game-pkm li img {
  position: absolute;
  bottom: 0px;
  left: 5px;
}

.game-details {
  margin-bottom: 21px;
}

.game-details .game-list li {
  position: relative;
}

.game-details .game-list .buy-now {
  position: absolute;
  left: 35px;
  bottom: 45px;
  width: 92px;
  height: 27px;
  background-color: #b39f90;
  border-radius: 15px;
  border: none;
  color: white;
}

.game-list li:nth-child(2) {
  margin: 0 10px;
}

section h3.title {
  line-height: 40px;
  letter-spacing: 0px;
  color: #2a3d51;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  position: relative;
  margin-bottom: 15px;
  font-family: Baloo_M;
}

section h3.title .more {
  position: absolute;
  right: 0;
}

.feedback .list li .content {
  width: 100%;
  height: 322px;
  padding: 30px;
  background: url(/pokemon/images/index/feedback-con.png) no-repeat;
}

.feedback .list li .content time {
  line-height: 17px;
  letter-spacing: 0px;
  color: #283b4f;
  font-size: 14px;
}

.feedback .list li .content .star {
  margin: 5px 0 15px 0;
}

.feedback .list li .content .star i {
  color: #bb403e;
  margin-right: 5px;
}

.feedback .list li .content .title {
  height: 24px;
  line-height: 24px;
  background: url(/pokemon/images/index/title-name.png) no-repeat;
  font-size: 12px;
  padding-left: 10px;
  letter-spacing: 0px;
  color: #ffffff;
  font-weight: normal;
  font-stretch: normal;
  margin-bottom: 15px;
}

.feedback .list li .content .content-box {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 23px;
  letter-spacing: 0px;
  color: #283b4f;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.article {
  margin: 15px 0;
}

.article .title a {
  font-size: 16px;
  letter-spacing: 0px;
  color: #2a3e52;
}
.article .title a:hover {
  color: #2495E1;
}

.article .title a i {
  font-size: 20px;
}



.article .list li .content {
  width: 100%;
  height: 300px;
  padding: 0;
  position: relative;
  border: 1px solid #eee;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease; /* 平滑过渡所有属性 */
  transform: translateY(0); /* 初始位置 */
}

.article .list li .content:hover {
  /* 阴影增强：更大、更实 */
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  /* 轻微上浮 */
  transform: translateY(-5px);
  /* 可选：微小放大 */
  transform: translateY(-5px) scale(1.01);
}



.article .list li .content .img-box img {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}



.article .list li .content .content-box a {
  color: #283b4f;
}

.article .list li .content time {
  font-size: 15px;
  letter-spacing: 0px;
  display: block;
  text-align: right;
  color: #666;
  padding-right: 15px;
  padding-top: 5px;
}

.member_vip {
  display: block;
}

.member_vip img {
  max-width: 100%;
}

.member_vip img:first-child {
  display: inline;
}

.member_vip img:last-child {
  display: none;
}

.game-menu .swiper-button-prev,
.game-menu .swiper-button-next {
  width: 28px;
  height: 28px;
  background: url(../images/leftcur.svg) no-repeat center center;
  left: auto;
  right: 38px;
  top: 10px;
  margin: 0;
}

.game-menu .swiper-button-next {
  right: 0;
  transform: rotate(180deg);
}

.game-menu .swiper-button-prev:hover,
.game-menu .swiper-button-next:hover {
  background: url(../images/left.svg) no-repeat center center;
}

@media (max-width:1024px) {
  .game-menu .swiper-slide {
    height: auto !important;
    width: 100%;
  }

  .game-item .game-img .game_photo {
    padding-bottom: 76%;
    height: 0;
  }

  .game-item:nth-of-type(3) .game-img .game_photo {
    padding-bottom: 100%;
  }

  .mobile-banner .swiper-slide {
    width: 100% !important;
    height: 0;
    padding-bottom: 56%;
    position: relative;
  }

  .member_vip {
    margin-top: 10px;
    display: block;
  }

  .member_vip img:first-child {
    display: none;
  }

  .member_vip img:last-child {
    display: inline;
  }

  .game-pkm {
    margin-bottom: 5px;
    margin-top: 15px;
  }

  .game-pkm,
  .game-list {
    flex-wrap: wrap !important;
  }

  .game-pkm li {
    width: calc(50% - 5px);
    padding-left: 0px;
    margin-bottom: 5px;
    font-size: 16px;
    text-align: center;
    height: 50px;
    line-height: 50px;
  }

  .game-pkm li img {
    display: none;
  }

  .game-pkm li:first-child,
  .game-list li:first-child {
    margin-right: 10px;
  }

  .game-pkm li:nth-child(2),
  .game-list li:nth-child(2) {
    margin: 0;
  }

  .game-pkm li.active::before {
    border: none;
  }

  .game-details {
    margin-bottom: 10px;
  }

  .game-details .game-list li {
    width: calc(50% - 5px);
  }

  .game-details .game-list li img {
    width: 100%;
    height: auto;
  }

  .game-details .game-list .buy-now {
    left: 10px;
    bottom: 15px;
    width: 70px;
    font-size: 12px;
    height: 25px;
  }

  section h3.title {
    font-size: 18px;
    margin-bottom: 2px;
  }
}



.feedback .list li {
  margin-bottom: 15px;
}

.feedback .list li .content {
  width: 100%;
  height: 175px;
  padding: 15px 12px 24px 15px;
  background: url(/pokemon/images/index/m-feedback-con.png) no-repeat;
  background-size: 100% 100%;
}

.feedback .list li .content time {
  font-size: 12px;
  line-height: 16px;
}

.feedback .list li .content .star {
  margin: 5px 0;
}

.feedback .list li .content .title {
  margin-bottom: 0px;
}

.feedback .list li .content .content-box {
  font-size: 14px;
  line-height: 16px;
  -webkit-line-clamp: 4;
}

.article {
  margin: 0;
  padding: 0 0 30px;
}

.detail-content p img {
  width: 100%;
  height: auto;
}

.news-detail .content .title {
  font-size: 16px;
  line-height: 16px;
  font-family: Baloo_M;
  margin-bottom: 15px;
}

.news-detail .content .detail-content {
  font-size: 14px;
  line-height: 20px;
}



.article .list li .content .img-box {
  height: 0;
  padding-bottom: 56%;
  position: relative;
}

.article .list li .content .content-box {
  font-size: 17px;
  line-height: 23px;
  color: #444;
  letter-spacing: 0px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  padding: 15px;
  font-family: Baloo_M;
  height: 103px;
}


.article .list li {
  margin-bottom: 12px;
}

.mobile-banner .swiper-slide img {
  width: 100%;
  height: 510px;
  border-radius: 5px;
}

.mobile-banner .swiper-slide-prev .bannerlayer,
.mobile-banner .swiper-slide-next .bannerlayer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
}

.mobile-banner .swiper-button-prev {
  background: url("/pokemon/images/pre.webp") no-repeat center center;
  left: 14%;
  z-index: 90;
}

.mobile-banner .swiper-button-next {
  background: url("/pokemon/images/next.webp") no-repeat center center;
  left: auto;
  right: 14%;
  z-index: 90;
}

.mobile-banner .swiper-slide img.wap {
  display: none;
}



.buy-btn {
  background: #54C8F4;
  border-radius: 15px;
  padding: 0 15px;
  color: #fff;
}

.buy-btn:hover {
  padding: 3px 18px;
}

.game-menu {
  display: flex;
  padding: 45px 4px 10px !important;
  margin-top: -30px !important;
}

.game-menu .color1 {
  background-color: #862C87
}

.game-menu .color2 {
  background: linear-gradient(to right, #607ccb, #5d7ac9);
}

.game-menu .color3 {
  background: linear-gradient(to right, #e38878, #e38879)
}

.game-menu .color4 {
  background: linear-gradient(to right, #069bdb, #089bda)
}

.game-menu .color5 {
  background-color: #265195;
}

.game-menu .color7 {
  background: linear-gradient(to right, #B98317, #B98317);
}
.game-menu .color8 {
  background: linear-gradient(to right, #16AC57, #16AC58);
}
.game-item {
  padding: 10px;
  background: #fff;
  margin-bottom: 17px;
  box-shadow: 0 0 10px #ccc;
  border-radius: 10px;
  width: 25%;
}

.game-item:last-child {
  margin-right: 0;
}

.game-item img {
  width: 100%;
}

.game-item ul li {
  padding: 0 20px;
  height: 55px;
  border-bottom: 1px solid #eee;
}

@keyframes changeColor {
  0% {
    background-color: #CF390E;
  }

  50% {
    background-color: #A539E3;
  }

  100% {
    background-color: #265195;
  }
}
.game-item ul li .high {
  display: inline-block;
  width: 60px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  border-radius: 6px;
  font-size: 13px;
  color: #fff;
  background: #CF390E;
  animation: changeColor 1s linear 0s alternate infinite;
}

.game-item ul li:hover {
  box-shadow: 0px 2px 6px 1px rgba(85, 89, 90, 0.34);
  border-radius: 6px;
}

.game-item:last-child ul li:hover {
  /* box-shadow: none; */
}

.game-item ul li a {
  display: flex;
  justify-content: space-between;
  color: #333;
  align-items: center;
}

.game-item ul li .img {
  width: 19%;
  margin-left: 4px;
}

.game-item ul li .title {
  line-height: 55px;
  font-size: 17px;
  font-family: Baloo_M;
}

.game-item ul li .buy {
  padding: 0;
}

.game-item .game-img {
  position: relative;
  width: 100%;
}

.game-item .game-img .game-name {
  position: absolute;
  text-align: center;
  width: 100%;
  padding: 4px 0px;
  line-height: 20px;
  left: 0;
  z-index: 1;
  font-size: 18px;
  bottom: 0;
  color: #fff;
  width: 100%;
  border-radius: 0 0 4px 4px;
  font-family: Baloo_M;
}

@media (max-width:1024px) {
  .game-menu .swiper-wrappers {
    display: block;
  }

  .mobile-banner .swiper-slide img {
    height: auto;
    border-radius: 0;
  }

  .mobile-banner {
    margin-top: 0;
  }

  .mobile-banner .swiper-slide .bannerlayer {
    background: none;
  }

  .mobile-banner .swiper-slide img.pc,
  .mobile-banner .swiper-button-prev,
  .mobile-banner .swiper-button-next,
  .game-menu .swiper-button-prev,
  .game-menu .swiper-button-next {
    display: none;
  }


  .mobile-banner .swiper-slide img.wap,
  .mobile-banner .swiper-pagination {
    display: block;
  }

  .game-item .game-img .game-name {
    font-size: 14px;
    line-height: 18px;
    bottom: 0;
    left: 0%;
    transform: translate(0);
    width: 100%;
  }

  .article .list li .content {
    height: auto;
    padding: 0;
  }

  .game-menu {
    flex-direction: column;
    margin: 0 !important;
    padding: 5px 4px !important;
  }

  .game-item {
    width: 100%;
    padding: 15px 15px 10px;
    display: flex;
    border-radius: 10px;
    background: #fff;
    margin-top: 10px;
    align-items: flex-start;

  }

  .game-item .game-img {
    width: 150px;
    position: relative;
  }

  .game-item .game-img .game-title {
    position: absolute;
    top: 102px;
    left: 0px;
    text-align: center;
    color: #333;
    font-size: 14px;
    width: 100%;
  }

  .game-item .game-img img {
    margin-top: 0;
    display: block;
  }

  .game-item ul {
    background: none;
    width: calc(100% - 150px);
    margin: -5px 0 0 0px;
  }

  .game-item ul li a {
    height: 100%;
    padding-left: 10px;
  }

  .game-item ul li {
    min-height: 20px;
    padding: 0;
    border-bottom: 2px solid #eee;
    height: 40px;
  }

  .game-item ul li:last-child {
    border-bottom: none;
  }

  .game-item ul li .img {
    width: 22%;
    margin-left: 8px;
    padding-right: 5px;
  }

  .game-item ul li .img img {
    margin-top: 3px;
  }

  .game-item ul li .right_info {
    width: 75%;
    min-height: 20px;
  }

  .game-item ul li .title {
    width: 100%;
    line-height: 15px;
    font-size: 16px;
    color: #444;
    font-family: Baloo_M;
  }

  .game-item ul li .buy {
    display: none;
  }

  .article .list li .content .content-box {
    padding: 10px;
    height: 100px;
    font-size: 16px;
    
  }

  .article .list li .content .img-box {
    height: 0;
    padding-bottom: 56%;
  }

  .article .list li .content time {
    position: relative;
    left: 0;
    padding: 0 5px 10px 0;
        margin: 4px 6px 0 0;
    bottom: 0;
    text-align: right;
    display: block;
    font-size: 14px;
  }
}

@media (max-width:1024px) {
  .game-item .game-img .game-title {
    position: absolute;
    top: 100px;
    left: 0;
    text-align: center;
    color: #333;
    font-size: 14px;
    width: 100%;
  }

  .game-item .game-img .game-name {
    font-size: 15px;
  }
}

@media (min-width:1025px) {

  .mobile-banner .swiper-slide a {
    display: none;
  }

  .mobile-banner .swiper-slide-prev a,
  .mobile-banner .swiper-slide-next a,
  .mobile-banner .swiper-slide-active a {
    display: block;
  }
}

#banner * {
  margin: 0px;
  padding: 0px;
  font-family: "微软雅黑";
  font-size: 12px;
  text-decoration: none;
  list-style-type: none;
}

#banner {
  width: 100%;
  overflow: hidden;
  margin-top: 5px;
  margin-bottom: 10px;
}

#banner .bannerCon {
  margin: 0px auto;
  position: relative;
}

#banner .bannerCon .before {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  z-index: 100;
  border-radius: 5px;
}

#banner .bannerCon .before img {
  position: absolute;
  right: 40px;
  cursor: pointer;
}

#banner .bannerCon .after {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  z-index: 100;
  border-radius: 5px;
}

#banner .bannerCon .after img {
  position: absolute;
  left: 40px;
  cursor: pointer;
}

#banner .bannerCon .scroll {
  position: relative;
}

#banner .bannerCon .scroll .item {
  float: left;
  text-align: center;
}

#banner .bannerCon .scroll .item .img-box {
  margin: auto;
}

#banner .bannerCon .scroll .item .img-box img {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}


@media (max-width:389px) {

  .game-item .game-img {
    width: 125px;
  }

  .game-item ul {
    width: calc(100% - 125px)
  }

  .game-item ul li .title {
    font-size: 15px;
  }
}