.page {
  background-color: #efefef
}

.title {
  height: 40px;
  line-height: 40px;
  border-bottom: 3px solid #f3f3f3
}

.title span {
  width: auto;
  color: #333;
  font-size: 18px;
  display: inline-block;
  float: left;
  position: relative
}

.title span:after {
  content: '';
  width: 100%;
  height: 3px;
  display: inline-block;
  background-color: #2797ef;
  position: absolute;
  left: 0;
  bottom: 0
}

.title a {
  width: 45px;
  color: #666;
  font-size: 14px;
  display: inline-block;
  position: relative;
  float: right
}

.title a:before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  display: inline-block;
  background-color: #aeaeae;
  position: absolute;
  right: 10px;
  bottom: 18px
}

.title a:after {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  display: inline-block;
  background-color: #d5d5d5;
  position: absolute;
  right: 0;
  bottom: 18px
}


.game_info {
  position: relative;
  left: 50%;
  width: 1920px;
  height: 100%;
  overflow: hidden;
  margin-left: -960px
}

.game_info .bg {
  width: 1920px;
  min-width: 1200px;
  height: 250px;
  display: block;
  position: relative;
  background: url(//www.h5uc.com/js1/h5uc/zt/2020/bzq/pc/images//bg_top.jpg) no-repeat;
  background-position: center center;
  background-size: 1920px 250px
}

.game_info .box {
  width: 1200px;
  margin: 0 auto;
  margin-top: 35px;
  overflow: hidden
}

.game_info .box .box_left {
  overflow: hidden;
  float: left
}

.game_info .box .box_left .photo {
  width: 120px;
  height: 120px;
  float: left;
  margin-right: 30px
}

.game_info .box .box_left .photo img {
  width: 100%;
  height: 100%;
  border-radius: 30px
}

.game_info .box .box_left .info {
  width: 700px;
  float: left
}

.game_info .box .box_left .info h1 {
  color: #fff;
  font-size: 26px;
  margin-bottom: 10px;
  font-weight: 400;
}

.game_info .box .box_left .info p {
  color: #b7b7b7;
  font-size: 12px;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap
}
.game_info .btns {
  display: flex
}
.pc_btn_wrapper {
  display: flex;
  justify-content: center;
}
.game_info .btns a, .pc_btn_wrapper a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 44px;
  font-size: 16px;
  color: rgb(255,255,255);
  font-weight: bold;
  border-radius: 4px
}
.pc_btn_wrapper a {
  width: 210px;
  height: 48px;
  font-size: 16px;
}

.game_info .btns a:hover, .pc_btn_wrapper a:hover {
  opacity: .9
}

.game_info .btns a+a {
  margin-left: 20px
}

.game_info .btns a.ios {
  background-color: #2797ef
}

.game_info .btns a.and {
  background-color: #18b0a3
}

.pc_btn_wrapper a.pc {
  background-color: #587fe2
}

.game_info .btns a.home {
  background-color: #a365dd
}

.game_info .btns span, .pc_btn_wrapper a span {
  display: block;
  background-size: cover;
  margin-right: 10px;
  width: 14px;
  height: 16px;
  background-size: cover
}

.game_info .btns a.ios span {
  background: url(http://www.h5uc.com/js1/h5uc/zt/2020/0821zq/common/images/ios.png) no-repeat
}

.game_info .btns a.and span {
  background: url(http://www.h5uc.com/js1/h5uc/zt/2020/0821zq/common/images/and.png) no-repeat
}

.pc_btn_wrapper a.pc span {
  background: url(//www.h5uc.com/js1/h5uc/zt/2020/0821zq/pc/images/btn_1.png) no-repeat
}

.game_info .btns a.home span {
  width: 16px;
  height: 14px;
  background: url(//www.h5uc.com/js1/h5uc/zt/2020/0821zq/pc/images/btn_4.png) no-repeat
}

.game_info .box .box_right {
  width: 244px;
  float: right;
  overflow: hidden;
  position: relative
}

.game_info .box .box_right i {
  width: 109px;
  height: 63px;
  display: inline-block;
  background: url(//www.h5uc.com/js1/h5uc/zt/2020/bzq/pc/images//tips.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 15px
}

#ewm-code {
  width: 122px;
  height: 122px;
  background: url(//www.h5uc.com/js1/h5uc/zt/2020/bzq/pc/images//code.png) no-repeat;
  background-size: 100% 100%;
  padding: 11px;
  box-sizing: border-box;
  position: relative;
  float: right
}

#ewm-code:before {
  content: '';
  display: inline-block;
  width: 100px;
  height: 19px;
  background-image: url(//www.h5uc.com/js1/h5uc/zt/2020/bzq/pc/images//code_1.png);
  position: absolute;
  left: 11px;
  top: 0;
  transform: translateY(0);
  animation: code_light 5s infinite linear;
  animation-fill-mode: forwards
}

@keyframes code_light {
  0% {
      transform: translateY(11px)
  }

  50% {
      transform: translateY(111px)
  }

  100% {
      transform: translateY(11px)
  }
}

#ewm-code img {
  width: 100px;
  height: 100px
}

#ewm-code canvas {
  width: 100px;
  height: 100px
}

.main {
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
  box-sizing: border-box
}

.part_1 {
  overflow: hidden;
  margin-bottom: 20px;
  background-color: #efefef;
}

.part_1 .loop {
  width: 800px;
  height: 469px;
  float: left;
  position: relative
}

.part_1 .loop .swiper-container {
  width: 100%;
  height: 100%
}

.part_1 .loop .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center
}

.part_1 .loop_hen .swiper-slide {
  width: 800px;
  height: 450px
}

.part_1 .loop_shu .swiper-slide {
  width: 250px;
  height: 450px
}

.part_1 .loop .swiper-slide .photo {
  width: 100%;
  height: 100%
}

.part_1 .loop .swiper-slide .photo img {
  width: 100%;
  height: 100%
}

.part_1 .loop:hover .swiper-button-prev,.part_1 .loop:hover .swiper-button-next {
  display: flex
}

.part_1 .loop .navigationBtn {
  margin-top: -50px!important;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(255,255,255,0.8);
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer
}

.part_1 .loop .navigationBtn .photo {
  width: 50px;
  height: 100px;
  position: relative
}

.part_1 .loop .swiper-button-prev.navigationBtn .photo {
  left: 50%
}

.part_1 .loop .swiper-button-next.navigationBtn .photo img {
  width: 18px;
  height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 50%
}

.part_1 .loop .swiper-button-prev.navigationBtn .photo img {
  width: 18px;
  height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 50%
}

.part_1 .loop .navigationBtn.swiper-button-prev {
  left: -50px
}

.part_1 .loop .navigationBtn.swiper-button-next {
  right: -50px
}

.part_1 .game_card {
  width: 380px;
  float: right
}

.part_1 .game_card .card_info {
  width: 100%;
  height: 300px;
  background-color: #000;
  position: relative;
  overflow: hidden
}

.part_1 .game_card .card_info .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}

.part_1 .game_card .card_info .bg::before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  background: rgb(0,0,0);
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2
}

.part_1 .game_card .card_info .bg.isIE::before {
  opacity: 0.9
}

.part_1 .game_card .card_info .bg i {
  display: inline-block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-size: 380px 300px;
  background-position: center;
  filter: blur(30px);
  -webkit-filter: blur(30px)
}

.part_1 .game_card .card_info .box {
  width: 100%;
  height: 100%;
  padding: 26px 0;
  box-sizing: border-box;
  position: absolute;
  z-index: 3
}

.part_1 .game_card .card_info .box .photo {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  margin-bottom: 10px
}

.part_1 .game_card .card_info .box .photo img {
  width: 100%;
  height: 100%;
  border-radius: 25px
}

.part_1 .game_card .card_info .box h2 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 10px;
  text-align: center
}

.part_1 .game_card .card_info .box .sort {
  margin-bottom: 20px;
  text-align: center
}

.part_1 .game_card .card_info .box .sort i {
  height: 25px;
  line-height: 25px;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  background-color: rgb(70,172,246,0.126);
  border-radius: 2px;
  padding: 0 9px;
  box-sizing: border-box
}

.part_1 .game_card .card_info .box .btns {
  margin: 0 auto
}

.part_1 .game_card .brief {
  height: 169px;
  background-color: #fff;
  padding: 10px 20px;
  box-sizing: border-box
}

.part_1 .game_card .brief .detail {
  padding: 20px 0;
  box-sizing: border-box
}

.part_1 .game_card .brief .detail span {
  color: #555;
  font-size: 14px;
  line-height: 23px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal!important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical
}

.part_2 {
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 10px 20px;
  box-sizing: border-box
}

.game_article {
  overflow: hidden;
  padding: 10px 0;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin-left: -25px;
}

.game_article .item {
  width: 370px;
  height: 34px;
  line-height: 34px;
  display: flex;
  margin-left: 25px;
}


.game_article .item:hover {
  background: #f2f9fe
}

.game_article .item div {
  display: flex;
  flex: 1;
  overflow: hidden;
  padding-right: 10px;
}

.game_article .item div i {
  color: #2797ef;
  font-size: 16px;
  flex-shrink: 0;
}

.game_article .item div span {
  flex: 1;
  color: #555;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-left: 10px;
}

.game_article .item:hover div span {
  color: #2797ef
}

.game_article .item p {
  color: #999;
  font-size: 14px;
  flex-shrink: 0;
}

.game_topics {
  padding: 20px 0;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.game_topics .item {
  position: relative;
  width: 280px;
  height: 150px;
  float: left;
  margin-right: 13px;
  overflow: hidden;
}

.game_topics .item:last-child {
  margin-right: 0
}
.game_topics .item:hover img {
  transform: scale(1.1);
}
.game_topics .item img {
  width: 100%;
  height: 100%;
  display: block;
  transition: .6s ease;
}

.game_topics .item span {
  padding: 0 20px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.85);
  width: 100%;
  height: 26px;
  line-height: 26px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.news_zone .box {
  width: 100%;
  padding: 20px 0;
  box-sizing: border-box;
  overflow: auto
}

.news_zone .box .item {
  width: 100px;
  float: left;
  margin-right: 17px;
  overflow: auto;
  display: block
}

.news_zone .box .item:last-child {
  margin-right: 0
}

.news_zone .box .item .photo {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  overflow: hidden;
  float: left
}

.news_zone .box .item .photo img {
  width: 100%;
  height: 100%;
  border-radius: 25px
}

.news_zone .box .item span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #333;
  float: left;
  width: 100%;
  transition: color .3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.news_zone .box .item:hover span {
  color: #2797ef
}

.news_zone .list {
  padding-bottom: 20px
}

.news_zone .list ul {
  width: 100%;
  height: 40px
}

.news_zone .list ul li {
  line-height: 40px;
  overflow: hidden;
  float: left
}

.news_zone .list ul li a {
  float: left;
  font-size: 14px;
  color: #333;
  padding: 0 15px;
  box-sizing: border-box;
  transition: color .3s;
  position: relative
}

.news_zone .list ul li a:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #e5e5e5
}

.news_zone .list ul li:last-child a:before {
  display: none
}

.news_zone .list ul li a:hover {
  color: #2797ef
}
.game_screenshot {
  width: 800px;
  height: 469px;
  float: left;
  display: flex;
  align-items: center;
  background-color: #e4e4e4;
}

.game_screenshot .swiper-container {
  width: 100%;
}
.game_screenshot .swiper-slide {
  width: 300px;
  height: 100%;
}

.game_screenshot .swiper-slide.wide {
  width: 610px;
  height: 380px
}

.game_screenshot .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}

.game_screenshot .swiper-container .swiper-button-next:after,
.game_screenshot .swiper-container .swiper-button-prev:after {
  font-size: 32px;
  color: #fff
}
.game_screenshot .swiper-container .swiper-button-next, 
.game_screenshot .swiper-container .swiper-button-prev {
  width: 80px;
  height: 98px;
  position: absolute;
  top: 50%;
  margin-top: -49px;
  background: rgba(0, 0, 0, 0.6);
  outline: none;
  border-radius: 50%;

}
.game_screenshot .swiper-container .swiper-button-prev {
  left: -40px;
}

.game_screenshot .swiper-container .swiper-button-next {
  right: -40px;
}

.game_screenshot .swiper-button-prev:before,
.game_screenshot .swiper-button-next:after {
  content: '';
  display: inline-block;
  width: 40px;
  height: 50px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  background-image: url(//js1.te5.com/te5/2019/pc/images/icon.png);
  background-size: 500px 400px
}

.game_screenshot .swiper-button-prev:before {
  background-position: -255px 0;
  right: 5px;
}

.game_screenshot .swiper-button-next:after {
  background-position: -305px 0;
  left: 5px;
}