﻿/* 重置样式 */


body {
  font-size: 14px;
  color: #404040;
  line-height: 1.5;
  font-family: 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Tahoma, Arial,
    'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei',
    'WenQuanYi Micro Hei', sans-serif;
}

html,
body {
  height: 100%;
}
.wp{ width: 1356px; }
#nv {
  background-repeat: repeat-x;
  background-position: 0 -33px;
}
a {
  text-decoration: none;
  color: inherit;
}
.frame{
  border: none;
}
ul,
li,
ol {
  list-style: none;
}

.clearfix::after,
.clearfix::before {
  display: table;
  content: '';
}

.clearfix::after {
  clear: both;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.mb20 {
  margin-bottom: 20px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mt1 {
  margin-top: 1rem;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.font-weight {
  font-weight: bold;
}

.fs16 {
  font-size: 16px;
}

.fs18 {
  font-size: 18px;
}

.fs20 {
  font-size: 20px;
}

.fs24 {
  font-size: 24px;
}

.color6 {
  color: #666;
}

.color_a5 {
  color: #a5a5a5;
}

.color_80 {
  color: #808080;
}

.bg_blue {
  background: #daae08 !important;
  color: #000 !important;
}

.sixteen img {
  width: 100%;
  max-width: 100%;
  display: block;
  /* max-height: 100%; */
}

.text-indext20 {
  text-indent: 20px;
}

.nav_margin_right {
  margin-right: 50px;
}

.game_btn_down,
.btn_appointment {
  display: inline-block;
  width: 80%;
  height: 40px;
  background: #daae08;
  text-align: center;
  line-height: 36px;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
}

.game_btn_down {
  color: #000;
  border: 2px solid #000;
}

.btn_appointment {
  font-size: 20px;
  background: #4085b9;
  color: #fff;
}

.btn_video_play {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../img/btn_video_play2.png)
    no-repeat center center;
  background-size: cover;
  cursor: pointer;
}

.body_white {
  background: url(../img/body_bg.jpg)
    repeat;
}

.footer {
  display: none;
}

/* loading */
.wrap_index {
  width: 100%;
  height: 100%;
  display: none;
}

#loading {
  width: 100%;
  height: 100%;
  background: #000;
  position: relative;
  display: block;
  z-index: 999999999;
}

#loading img {
  display: block;
  height: 60px;
  width: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  /* transform: translate(-50%,-50%); */
  animation: rotatePageLoadCog 4.5s linear infinite;
}

h2 {
  font-size: 16px;
}

body {
  overflow-x: hidden;
}

/* ----------------------------------------index.html------------------------------------------------------------------------------------------------------- */
.blackbg {
  background: #35375e;
}

.dark_greey_bg {
  background: #242424;
}

/* --header--- */
.header_part {
  width: 100%;
  max-width: 1920px;
  height: 100%;
  max-height: 825px;
  background: url(../img/16122621928655.jpg) no-repeat
    center center;
  background-size: cover;
  position: relative;
  margin: 0 auto;
}

.header_part_con,
#desktop_video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.header_part .header_part_con {
  z-index: 1;
}

#desktop_video {
  z-index: 9997;
}

.header_part .btn_video_play {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header_part .sixteen {
  width: 75px;
  position: absolute;
  top: 12px;
  right: 15px;
}

.header_part .btn_box {
  width: 90%;
  max-width: 740px;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.header_part .arrow {
  display: inline-block;
  width: 20px;
  height: 26px;
  background-size: cover;
  position: absolute;
  top: 92%;
  left: 50%;
  margin-left: -10px;
}

#desktop_video {
  display: none;
}

/* news */
.wrap_white {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  height: auto;
  padding: 50px 10px;
}

.wrap_white .h_title {
  width: 100%;
  height: 75px;
  line-height: 74px;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  margin-bottom: 25px;
  padding-left: 24px;
  color: #2c2c2d;
}

.wrap_white .h_title .more {
  font-size: 12px;
  color: #3f3f3f;
}

.wrap_white .h_title {
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

.h_title1 {
  background: url(../img/ht1.png);
}
.h_title2 {
  background: url(../img/ht2.png);
}
.h_title3 {
  background: url(../img/ht3.png);
}

.wrap_black {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  height: auto;
  padding: 50px 10px;
  /* background: #000; */
  color: #fff;
}

.wrap_black .h_title {
  width: 100%;
  height: 75px;
  line-height: 74px;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  margin-bottom: 25px;
  padding-left: 24px;
}

.wrap_black .h_title .more {
  font-size: 12px;
  color: #b4b4b4;
}

.wrap_black .h_title {
/*   border-top: 3px solid #000;
  border-bottom: 3px solid #000; */
}

.wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  height: auto;
  padding: 0 10px;
}

.btn_search_more {
  display: block;
  /* width: 96%; */
  height: 40px;
  background: #000;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  margin: 0 auto;
  font-size: 18px;
  cursor: pointer;
}

.desktop_more {
  visibility: visible;
}

.news_out,
.hero_lib_out,
.game_out,
.video_out,
.contact_out,
.version_introduce_out,
.news_list_out .strategy_list_out {
  width: 102%;
  overflow: hidden;
}

.video_out {
  display: none;
}

.news_con li,
.hero_lib_con li,
.video_con li,
.contact_con li,
.version_introduce_con li,
.news_list_con li .strategy_list_con li {
  width: 100%;
  float: left;
  overflow: hidden;
}

.news .news_con li .img_box {
  /* height: 200px; */
}

.news_list .news_list_con li {
  margin-bottom: 50px;
}

.version_introduce_con li {
  font-size: 16px;
}

.news_list_con li:hover,
.version_introduce_con li:hover,
.strategy_list_con li:hover {
  background: rgba(224, 223, 219, 0.6);
}

.news_list_con li p.summary_detail,
.strategy_list_con li p.summary_detail {
  /* text-indent: 20px; */
  line-height: 2;
}

.news .news_con li .img_box,
.hero_lib_con li .img_box,
.version_introduce_con li .img_box,
.news_list_con li .img_box {
  width: 100%;
  overflow: hidden;
}

.news .news_con li .time,
.game .game_con li .time {
  height: 20px;
  line-height: 100%;
}

.news .news_con li .time i,
.game .game_con li .time i {
  margin: -1px 5px 0 5px;
  float: left;
  font-style: normal;
}

.news .news_con li h2 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.news .news_con li .news_con_summary {
  margin-bottom: 20px;
  color: #666;
  width: 100%;
  height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.game .game_con li .game_con_summary {
  width: 100%;
  color: #666;
  margin-bottom: 20px;
  height: auto;
}

.hero_lib_con li .hero_icon_box i {
  display: block;
  width: 30px;
  height: 30px;
  float: left;
  background: #eaeaea;
  margin-right: 10px;
}

.hero_lib_con li .hero_icon_box span {
  line-height: 30px;
  font-weight: bold;
  font-size: 18px;
}

/* video */
.video_tab {
  width: 97%;
  margin: 0 auto;
  border: 2px solid #fff;
  overflow: hidden;
  margin-bottom: 25px;
}

.video_tab span {
  display: block;
  float: left;
  width: 50%;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}

.video_tab span.on {
  background: #fff;
  color: #000;
}

.video_con {
  position: relative;
}

.video_con li .government_video {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}

.video_con li .government_video .black_layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
}

.video_con li .government_video .btn_video_play {
  width: 46px;
  height: 46px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video_con li h6 {
  text-align: center;
  /* font-size: 20px; */
}

.wallpaper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  z-index: 9999;
  opacity: 0;
}

.wallpaper .wallpaper_phone,
.wallpaper .wallpaper_pc {
  display: inline-block;
  width: 125px;
  height: 125px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 100%;
  color: #fff;
  font-weight: bold;
}

.wallpaper .wallpaper_phone:hover,
.wallpaper .wallpaper_pc:hover {
  background: rgba(64, 133, 185, 0.6);
}

.wallpaper .wallpaper_phone img,
.wallpaper .wallpaper_pc img {
  width: 50%;
  margin: 25% auto;
}

.wallpaper .wallpaper_phone p,
.wallpaper .wallpaper_pc p {
  text-align: center;
  padding-top: 5px;
}

/* contact */
.contact {
  width: 100%;
  background: #242424;
  color: #fff;
}

.contact_con li {
  border-bottom: 1px solid #3a3a3a;
  padding: 50px 0;
  /* height: 180px; */
}

.contact_con li.wechat_li span {
  display: block;
  width: 80%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  border: 2px solid #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  font-weight: bold;
}

.contact_con li.wechat_li span::before {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 38%;
  transform: translate(-50%, -50%);
  content: '';
}

.contact_con li.wechat_li span.btn_wechat::before {
  background: url(../img/wechat.png)
    no-repeat center center;
}

.contact_con li.wechat_li span.btn_weibo::before {
  background: url(../img/weibo.png)
    no-repeat center center;
}

.contact_con li.wechat_li span::after {
  position: absolute;
  top: 50%;
  left: 57%;
  transform: translate(-50%, -50%);
}

.contact_con li.wechat_li span.btn_wechat::after {
  content: '官方微信';
}

.contact_con li.wechat_li span.btn_weibo::after {
  content: '官方微博';
}

.contact_con li.qq_li {
  text-align: center;
  font-size: 14px;
  height: 221px;
}

.contact_con li.qq_li .icon_qq {
  display: block;
  width: 25px;
  height: 25px;
  margin: 0 auto 20px;
  background: url(../img/qq.png)
    no-repeat center center;
  background-size: cover;
}

.contact_con li.qq_li .qq_info {
  text-align: center;
  padding: 0 10px;
}

.contact_con li.qq_li .qq_info span {
  display: inline-block;
  width: 30%;
}

.wechat_li_desktop .wechat_li_desktop_con {
  float: left;
  width: 50%;
  text-align: center;
}

.wechat_li_desktop .wechat_li_desktop_con img {
  width: 136px;
  display: inline-block;
}

.wechat_li_desktop .wechat_li_desktop_con p {
  position: relative;
  font-weight: bold;
  margin-top: 0.5rem;
}

.wechat_li_desktop .wechat_li_desktop_con p i {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-right: 5px;
}

.wechat_li_desktop .wechat_li_desktop_con p i.weibo {
  background: url(../img/weibo.png)
    no-repeat center center;
}

.wechat_li_desktop .wechat_li_desktop_con p i.weixin {
  background: url(../img/wechat.png)
    no-repeat center center;
}

.brand {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 50px 0;
}

.brand .icon_contact {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../img/contact.png)
    no-repeat center center;
  margin-bottom: 20px;
}

.brand li {
  float: left;
  width: 33.33333333%;
  margin-bottom: 20px;
}

.brand li img {
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
}

.top {
  display: block;
  width: 50px;
  height: 50px;
  border: 1px solid #3e3e3e;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #000;
  cursor: pointer;
  z-index: 100;
}

.top i {
  display: block;
  width: 20px;
  height: 20px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -3px;
  margin-left: -10px;
}

/* ---------------------------------------------------------------------游戏介绍----------------------------------------------------------------- */
.game_introduce_out,
.news_list_tab_mobile,
.game_strategy_out {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}

.game_introduce_out .game_introduce_tab,
.news_list_tab_mobile .news_list_tab_mobile_ul,
.game_strategy_out .game_strategy_tab {
  width: 100%;
}

.game_introduce_tab li,
.news_list_tab_mobile_ul li,
.game_strategy_tab li {
  display: block;
  width: 48%;
  height: 40px;
  float: left;
  margin-right: 4%;
  margin-bottom: 4%;
  text-align: center;
  line-height: 34px;
  border: 3px solid #000;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  color: #000;
}

.game_introduce_tab li:nth-of-type(2n),
.news_list_tab_mobile_ul li:nth-of-type(2n) {
  margin-right: 0;
}

.game_introduce_tab li.on,
.news_list_tab_mobile_ul li.on,
.game_strategy_tab li.on {
  background: #000;
  color: #fff;
}

.game_introduce_con {
  margin-top: 30px;
  margin-bottom: 50px;
  display: none;
}

.news_detail_con {
  margin-bottom: 50px;
}

.game_introduce_con h2,
.news_detail_con h2 {
  text-align: center;
  font-size: 18px;
  color: #000;
  margin-bottom: 20px;
}

.news_detail_con h2 p.time {
  color: #959595;
  font-weight: normal;
  font-size: 14px;
  margin-top: 15px;
}

.game_introduce_con .img_box,
.news_detail_con .img_box {
  border: 2px solid #000;
  width: 100%;
  overflow: hidden;
  margin: 40px auto;
  max-width: 600px;
}

.game_introduce_con .game_introduce_con_detail,
.news_detail_con .news_detail_con_detail {
  text-indent: 20px;
  line-height: 2;
}

/* --------------------------------------------------------video page---------------------------------------------------- */
.video_page .h_title,
.news_list .h_title {
  display: none;
}

.video_page .video_tab,
.hero_detail_page .video_tab {
  border-color: #000;
  margin: 25px auto;
}

.wrap_white.video_page {
  padding-top: 0;
}

.video_page .video_tab span.on,
.news_list .video_tab span.on,
.hero_detail_page .video_tab span.on {
  background: #000;
  color: #fff;
}

.video_page .video_tab_desktop,
.news_list .news_list_tab_desktop {
  float: right;
  height: 100%;
  border-left: 3px solid #000;
  /* border-right: 2px solid #000; */
}

.video_page .video_tab_desktop span,
.news_list .news_list_tab_desktop span {
  display: block;
  float: left;
  width: 165px;
  height: 100%;
  text-align: center;
  cursor: pointer;
  border-right: 3px solid #000;
  font-size: 18px;
}

.video_page .video_tab_desktop span.on,
.news_list .news_list_tab_desktop span.on {
  background: #000;
  color: #fff;
}

/* ---------------------------------------------------------------------------hero page----------------------------------------------------- */
.wrap960 {
  max-width: 960px;
  margin: 0 auto;
}

.hero_ad {
  width: 100%;
  margin-bottom: 25px;
}

.hero_page .hero_page_ol {
  width: 100%;
  margin-bottom: 25px;
  margin-top: 10px;
}

.hero_page .hero_page_ul {
  width: 100%;
  margin-bottom: 25px;
}

.hero_page .hero_page_ol li {
  width: 25%;
  float: left;
  border: 3px solid #000;
  border-right: 0;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  cursor: pointer;
}

.hero_page .hero_page_ol li.on {
  background: #000;
  color: #fff;
}

.hero_page .hero_page_ol li:last-child {
  border-right: 2px solid #000;
}

.hero_page_ul_out {
  width: 100%;
  overflow: hidden;
}

.hero_page .hero_page_ul {
  width: 110%;
}

.hero_page .hero_page_ul li {
  width: 27%;
  float: left;
  text-align: center;
  margin-bottom: 20px;
  margin-right: 5%;
  font-size: 20px;
}

.hero_page .hero_page_ul li p {
  font-weight: bold;
}

/* ------------------------------------------------------------------英雄详情--------------------------------------------------------- */
.hero_detail_left {
  width: 70%;
  margin: 0 auto;
}

.hero_detail_right .info_ul {
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

.background_info {
  display: none;
}

.info_ul_desktop {
  display: none;
}

.baseinfo dl dt,
.background_info dl dt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.baseinfo dl dd,
.background_info dl dd {
  margin-bottom: 30px;
  overflow: hidden;
}

.background_info .skill_dl dd.left {
  float: left;
  /* width: 20%; */
  width: 80px;
  /* margin-right:20px; */
}
.background_info .skill_dl dd.left p {
  text-align: center;
}

.background_info .skill_dl dd.left img {
  width: 60px;
  border-radius: 100%;
  margin: 0 auto;
}

.background_info .skill_dl dd.left p {
  margin-top: 1rem;
}

.background_info .skill_dl dd.right {
  width: 81%;
  padding: 0;
  margin-left: 4%;
  overflow: visible;
  float: left;
}

.background_info .skill_dl dd.right p {
  height: auto;
}

.background_info .strong_dl dd {
  width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 2rem;
}

.background_info .strong_dl dd .img_box {
  border: 1px solid #c9c8c5;
  margin-bottom: 2rem;
}

/* .baseinfo_bginfo_desktop{display: none;} */

/* ---------------------------------------------------------------------礼品兑换码-------------------------------------------------- */
.modal_bg,
.modal_bg_video {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999998;
}

.modal {
  display: none;
  width: 50%;
  max-width: 500px;

  min-width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 20px;
  transform: translate(-50%, -50%);
  z-index: 999999;
  background: url(../img/body_bg.jpg)
    repeat;
}

.modal_exchange_code {
  width: 100%;
  height: 340px;
  min-height: 340px;
  border: 1px dashed #000;
  position: relative;
  /* position: absolute;
    top:0;
    left:0;
    transform: translate(-50%,-50%); */
}

.icon_close {
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url(../img/close_nav_btn.png)
    no-repeat center center;
  z-index: 99999999;
}

.modal_btn_close {
  position: absolute;
  bottom: -20%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal_exchange_code::before {
  display: block;
  width: 40px;
  height: 15px;
  content: '';
  background: url(../img/exchange_code_bg.jpg)
    no-repeat;
  position: absolute;
  top: -14px;
  right: -5px;
}

.modal_exchange_code h1 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin: 20px;
}

.modal_exchange_code .input_div {
  margin: 0 auto 20px auto;
  width: 90%;
  height: 40px;
  line-height: 40px;
}

.modal_exchange_code .input_div label {
  width: 30%;
  float: left;
  padding-right: 20px;
  font-size: 16px;
  text-align: right;
  font-weight: bold;
}

.modal_exchange_code .input_div input,
.modal_exchange_code .input_div select {
  width: 70%;
  padding: 10px;
  float: left;
  line-height: 20px;
  font-size: 16px;
}

.modal_exchange_code .input_div select {
  height: 40px;
}

.modal_exchange_code .input_div input::-webkit-input-placeholder {
  color: #fff;
}

.modal_exchange_code .input_div input::-moz-input-placeholder {
  color: #fff;
}

.modal_exchange_code .btn_exchange,
.modal_exchange_code .btn_exchange_success {
  display: block;
  width: 60%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #000;
  font-size: 20px;
  background: #daae08;
  margin: 20px auto;
  cursor: pointer;
  font-weight: bold;
}

.modal_exchange_code .exchange_code_success {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 24px;
  display: none;
}

/* ----------------------分享----------------------- */
.share_modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  display: none;
  z-index: 999999;
}

.share_modal .share_weixin_img {
  position: absolute;
  top: 10%;
  left: 0;
}

.share_modal .share_other_img {
  position: absolute;
  top: 40%;
  left: 0;
  display: none;
}

/* 二维码 弹出层 */
.erm_modal {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 99999999;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  font-size: 20px;
}

.erm_modal .ewm_box {
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  display: none;
}

.erm_modal .ewm_box img {
  margin-bottom: 20px;
}

/* 首页 二维码悬浮框 */
.index_ewm_fixed {
  width: 115px;
  border: 2px solid #282828;
  position: fixed;
  top: 40%;
  right: 20px;
  text-align: center;
  background: #000;
  z-index: 99999;
  color: #fff;
}

.index_ewm_fixed p {
  height: 30px;
  line-height: 30px;
}

/* 视频弹层 */
.video_modal {
  width: 90%;
  max-width: 1200px;
  padding: 10px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999999;
  background: #000;
  display: none;
}

.video_modal video {
  width: 100%;
}

.modal_video_btn_close {
  position: absolute;
  top: 10px;
  right: 10px;
}

@keyframes rotatePageLoadCog {
  0% {
    transform: translateX(0) translateZ(0);
    transform: rotate(0deg);
  }

  to {
    transform: rotate(1turn);
  }
}

/* ---------------------------------------------------------------------------------ipad-------------------------------------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) {

  .news_con li,
  .hero_lib_con li,
  .game_con li,
  .video_con li,
  .version_introduce_con li {
    width: 44%;
    float: left;
    margin-right: 3%;
    overflow: hidden;
  }

  .game_con li {
    height: 150px;
  }

  .hero_lib_con li {
    height: 520px;
  }

  .hero_lib_con li .img_box {
    max-width: 460px;
  }

  /* 首页新闻ipad */
  .news_list_con li {
    width: 100%;
    overflow: hidden;
    padding: 40px 0;
    border-bottom: 1px solid #ccc;
    height: auto;
    margin-bottom: 0;
  }

  .news_list_con li .img_box {
    width: 24%;
    float: left;
    margin-right: 20px;
    margin-bottom: 0;
  }

  .news_list_con li .news_list_con_right {
    float: left;
    width: 73%;
    padding-left: 10px;
  }

  .news_list_con li p.summary_detail {
    height: 25px;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .news_con li {
    height: 325px;
    margin-bottom: 25px;
  }

  .news_con li .img_box {
    max-width: 460px;
  }

  /* 新闻列表ipad */
  .news_list .news_list_con li {
    margin-bottom: 0;
  }

  .game_introduce_tab li:nth-last-child(2),
  .news_list .news_list_tab_mobile_ul li:nth-last-child(2) {
    margin-bottom: 0;
  }

  .game_introduce_tab li:nth-last-child(1),
  .news_list .news_list_tab_mobile_ul li:nth-last-child(1) {
    margin-bottom: 0;
  }

  .game_introduce_tab li:nth-last-child(3) {
    margin-bottom: 0;
  }

  .game_introduce_tab li:nth-last-child(4) {
    margin-bottom: 0;
  }

  .contact_con li {
    width: 50%;
    height: 221px;
  }

  .btn_search_more {
    width: 90%;
  }

  .wechat_li_mobile {
    display: block;
  }

  .wechat_li_desktop {
    display: none;
  }

  .brand li {
    width: 25%;
  }

  .news_detail_con_detail img {
    width: auto;
    display: block;
    margin: 0 auto;
  }

  /* 游戏介绍ipad */
  .game_introduce_tab li {
    width: 22%;
    margin-right: 4%;
    margin-bottom: 4%;
  }

  .game_introduce_tab li:nth-of-type(2n) {
    margin-right: 4%;
  }

  .game_introduce_tab li:nth-of-type(4n) {
    margin-right: 0%;
  }

  .game_introduce_con h2 {
    font-size: 24px;
  }

  .game_introduce_con .img_box {
    max-width: 960px;
  }

  .hero_page .hero_page_ul li {
    width: 19%;
  }

  /* 英雄详情 */
  .background_info .strong_dl dd {
    width: 45%;
    margin-right: 10%;
  }

  .background_info .strong_dl dd:nth-of-type(2) {
    margin-right: 0;
  }

  .background_info .skill_dl dd.left {
    /* width: 22%; */
    width: 90px;
    margin-right: 60px;
  }
  .background_info .skill_dl dd.left p {
    text-align: center;
  }

  .background_info .skill_dl dd.right {
    width: 78%;
  }

  /* .baseinfo_bginfo_desktop{display: none;} */
}

/* --------------------------------------------------------------------------------大屏------------------------------------------------------------- */
@media only screen and (min-width: 1025px) {
  .news_con,
  .hero_lib_con,
  .game_con,
  .video_con,
  .version_introduce_con {
    width: 110%;
  }

  .game_introduce_out,
  .news_list_tab_mobile,
  .game_strategy_out {
    margin-bottom: 0;
  }

  /* 首页新闻 */
  .news_list_tab_mobile_ul li {
    width: 25%;
    margin-right: 4%;
  }
  .three_li li {
    width: 33%;
  }

  .news_list_tab_mobile_ul li:last-child {
    margin-right: 0;
    border-right: 3px solid #000;
  }

  .news_list_con li {
    width: 100%;
    overflow: hidden;
    padding: 40px 0;
    border-bottom: 1px solid #ccc;
    height: auto;
    max-height: 240px;
    margin-bottom: 0;
  }

  .news_list_tab_mobile .news_list_tab_mobile_ul {
    width: 100%;
  }

  .news_list .btn_search_more {
    margin-top: 50px;
  }

  .news_con li {
    height: 320px;
    margin-bottom: -50px;
  }

  .hero_lib_con li {
    height: 530px;
  }

  /* 新闻详情页 */

  .news_list .news_list_tab_mobile_ul li {
    margin-bottom: 0;
    margin-right: 0;
    border-right: 0;
  }

  .news_list .news_list_tab_mobile_ul li:last-child {
    border-right: 3px solid #000;
  }

  .news_list .news_list_con li {
    margin-bottom: 0;
  }

  .hero_tab_mobile {
    display: none;
  }

  .news_list_con li .img_box {
    width: 24%;
    float: left;
    margin-right: 20px;
    margin-bottom: 0;
  }

  .news_list_con li .news_list_con_right {
    float: left;
    width: 73%;
    padding-left: 10px;
  }

  .news_list_con li:hover {
    background: rgba(224, 223, 219, 0.6);
  }

  .news_list_con li p.summary_detail {
    height: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .video_con li h6 {
    font-size: 18px;
    margin: 20px 0;
  }

  .video_con li .government_video {
    margin: 20px 0;
  }

  .contact_con li.qq_li {
    height: 280px;
  }

  .news_detail_con_detail img {
    width: auto;
    display: block;
    margin: 0 auto;
  }

  /* 游戏介绍pc */
  .game_introduce_tab li {
    width: 12.5%;
    max-width: 147px;
    margin-right: 0;
    margin-bottom: 0;
    border-right: 0;
  }

  .baseinfo dl,
  .background_info .skill_dl,
  .background_info .strong_dl {
    border-bottom: 1px solid #ccc;
  }

  .background_info .skill_dl,
  .background_info .strong_dl,
  .baseinfo_bginfo_desktop {
    margin-top: 30px;
  }

  .game_introduce_con h2,
  .news_detail_con h2 {
    margin-bottom: 40px;
    font-size: 36px;
  }

  .news_con li,
  .hero_lib_con li,
  .game_con li,
  .video_con li {
    width: 29%;
    float: left;
    margin-right: 2%;
    cursor: pointer;
    overflow: hidden;
  }

  .video_con li {
    height: 275px;
  }

  .wrap_white,
  .wrap_black {
    padding-bottom: 100px;
  }

  .game_con li {
    padding: 20px;
    height: 150px;
  }

  .game_con li:hover {
    background: rgba(186, 186, 186, 0.5);
  }

  .wrap_white.video_page {
    padding-top: 50px;
  }

  .video_page .video_tab {
    margin-bottom: 20px;
  }

  .video_tab span {
    font-size: 16px;
  }

  .contact_con li {
    width: 50%;
    height: 280px;
  }

  .btn_search_more,
  .video_tab {
    max-width: 340px;
  }

  .background_info {
    display: block;
  }

  .wechat_li_mobile {
    display: none;
  }

  /* .video_tab_mobile{display: none;} */

  .contact_con li.qq_li .icon_qq {
    margin-top: 20px;
  }

  .brand li {
    width: 12%;
  }

  .version_introduce_con {
    width: 115%;
  }

  .baseinfo dl dt,
  .background_info dl dt {
    font-size: 24px;
  }

  .baseinfo dl dd {
    font-size: 18px;
  }

  .background_info .strong_dl dd {
    width: 30%;
    margin-right: 5%;
  }

  .background_info .skill_dl,
  .background_info .strong_dl {
    font-size: 18px;
  }

  .background_info .skill_dl dd.right p {
    overflow: visible;
    height: auto;
  }

  .background_info .strong_dl dd:nth-of-type(3n) {
    margin-right: 0;
  }

  .background_info .skill_dl dd.left img {
    max-width: 85px;
  }

  .background_info .skill_dl dd.left {
    /* margin-right: 3rem; */
    width: 105px;
    margin-right: 110px;
  }
  .background_info .skill_dl dd.left p {
    text-align: center;
  }

  .background_info .skill_dl dd.skill_dd_desktop {
    margin-right: 0;
    width: 14%;
  }

  .background_info .strong_dl dd .img_box {
    margin-bottom: 1rem;
  }

  .version_introduce_con li {
    width: 44%;
    float: left;
    margin-right: 3%;
  }

  .game_introduce_tab li:last-child {
    border-right: 3px solid #000;
  }

  .game_introduce_con h2 {
    font-size: 32px;
  }

  .game_introduce_con_detail {
    font-size: 18px;
  }

  .video_page .h_title,
  .news_list .h_title {
    display: block;
  }

  .video_page .h_title .video_tab_desktop {
    display: none;
  }

  .video_page .h_title .video_tab,
  .news_list .h_title .video_tab {
    float: right;
  }

  .hero_page h2 {
    font-size: 20px;
  }

  .hero_page .hero_page_ul li p {
    font-size: 24px;
  }

  .hero_page .hero_page_ol li {
    height: 52px;
    line-height: 46px;
    font-size: 24px;
  }

  .hero_page .hero_page_ul li {
    width: 15%;
    margin-right: 4%;
  }

  .hero_detail_left {
    float: left;
    width: 33%;
    padding-right: 50px;
  }

  .hero_detail_right {
    width: 67%;
    float: left;
  }

  .info_ul_mobile {
    display: none;
  }

  .info_ul_desktop {
    display: block;
  }

  .video_modal {
    width: 50%;
  }

  .modal_exchange_code .input_div label {
    font-size: 18px;
  }

  .footer {
    display: block;
  }

  .footer img {
    width: unset;
  }

  .news_con li {
    height: 320px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1150px) {
  .nav_desktop .nav_right {
    width: 150px;
  }

  .nav_margin_right {
    margin-right: 40px;
  }
}

@media only screen and (min-width: 800px) and (max-width: 900px) {
  .news_con li {
    height: 340px;
  }

  /* .hero_lib_con li {
        height: 500px;
    } */
}

@media only screen and (min-width: 901px) and (max-width: 1024px) {
  .news_con li {
    height: 380px;
  }

  .hero_lib_con li {
    height: 630px;
  }
}

.arrow_animation {
  animation: arrow_animation 1s linear infinite both;
  -moz-animation: arrow_animation 1s linear infinite both;
  -webkit-animation: arrow_animation 1s linear infinite both;
  -o-animation: arrow_animation 1s linear infinite both;
}

@keyframes arrow_animation {
  0% {
    transform: translateY(-15px);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
.wrap_c {
  display: none;
}
.wrap_protocol {
  display: none;
}
@media only screen and (min-width: 1026px) {
  /* PC端 健康游戏忠告 */
  .wrap_c {
    display: block;
    position: relative;
    height: 97px;
    overflow: hidden;
    color: #535353;
    background: #090504;
  }
  .wrap_c .con {
    width: 1200px;
    height: 97px;
    margin: 0 auto;
  }
  .wrap_c .column {
    width: 100%;
    clear: both;
    margin-top: 30px;
  }
  .wrap_c .notice dl,
  .notice dt,
  .notice dd,
  .notice li {
    float: left;
  }
  .wrap_c .notice dt {
    height: 36px;
    padding: 0 10px;
    line-height: 35px;
    font-size: 18px;
    color: #9d9c9d;
  }
  .wrap_c .notice dd {
    padding-left: 10px;
    font-size: 14px;
  }
  .wrap_c .notice ul {
    float: right;
  }
  .wrap_c .notice li a {
    /*width: 140px;*/
    padding: 0 15px;
    height: 36px;
    color: #848384;
    margin-right: 10px;
    line-height: 36px;
    font-size: 14px;
    display: block;
    text-align: center;
    background-color: #191919;
    -webkit-transition: background-color 0.3s ease-out 0s;
    -moz-transition: background-color 0.3s ease-out 0s;
    transition: background-color 0.3s ease-out 0s;
  }
  .wrap_c img.direct {
    position: relative;
    top: 3px;
    margin-left: 5px;
    width: 11px;
    max-width: 11px;
    display: inline-block;
  }
}
@media only screen and (max-width: 1025px) {
  /* 健康游戏忠告 */
  .wrap_protocol {
    background: #000000;
    overflow: hidden;
    display: block;
    text-align: center;
  }
  .wrap_protocol .health_box {
    display: block;
    position: relative;
    max-width: 650px;
    width: 100%;
    margin: 60px auto;
    color: #535456;
  }
  .wrap_protocol .health_txt .gao {
    font-size: 30px;
    color: #727272;
  }
  .wrap_protocol .health_txt ul {
    margin: 15px 0 20px;
    line-height: 30px;
    font-size: 22px;
    color: #28292a;
  }
  .wrap_protocol .health_txt ul li {
    float: left;
    margin-right: 39px;
  }
  .wrap_protocol .link_box {
    margin-top: 5px;
  }
  .wrap_protocol .link_box a {
    float: left;
    font-size: 24px;
    color: #5e5e5e;
    background: #1d1d1d;
    margin-bottom: 20px;
  }
  .wrap_protocol .link_box .health_top {
    padding: 5px 66px;
    margin-right: 21px;
    position: relative;
  }
  .wrap_protocol .link_box .health_bottom {
    padding: 5px 34px;
    margin-right: 16px;
    position: relative;
  }
  .wrap_protocol .link_box a img {
    position: relative;
    width: 15px;
    top: -2px;
    margin-left: 10px;
    border: none;
    max-width: 100%;
    vertical-align: middle;
    line-height: 1;
    padding: 0;
    display: initial;
  }
  .wrap_protocol .row_logo {
    margin-bottom: 30px;
    margin: 0 auto;
    max-width: 333px;
  }
  .wrap_protocol .protocol {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .wrap_protocol {
    display: block;
    text-align: center;
  }
  .wrap_protocol .health_box {
    margin: 30px auto;
  }
  .wrap_protocol .health_txt .gao {
    font-size: 15px;
  }
  .wrap_protocol .health_txt ul {
    font-size: 11px;
    margin: 15px 0 20px;
    line-height: 15px;
  }
  .wrap_protocol .health_txt ul li {
    margin-right: 6%;
    margin-right: 5%;
    width: 21.25%;
  }
  .wrap_protocol .link_box a {
    font-size: 12px;
  }
  .wrap_protocol .link_box .health_top.first {
    width: 46.2%;
    margin-right: 3.8%;
  }
  .wrap_protocol .link_box .health_top {
    width: 50%;
    position: relative;
    margin: 0 0 10px 0;
    padding: 5px 0px;
  }
  .wrap_protocol .link_box .health_bottom {
    position: relative;
    margin-right: 3.5%;
    width: 31%;
    padding: 5px 0;
  }
  .wrap_protocol .link_box a img {
    position: relative;
    width: 7px;
    margin-left: 10px;
    border: none;
    max-width: 100%;
    vertical-align: middle;
    line-height: 1;
    padding: 0;
    display: initial;
  }
  .wrap_protocol .link_box:last-child {
    margin: 0;
  }
  .wrap_protocol .row_logo {
    margin-bottom: 15px;
    width: 50%;
    margin: 0 auto;
    max-width: 100%;
  }
  .wrap_protocol .protocol {
    font-size: 10px;
    color: #717171;
  }
}

.strong_dl img {
  width: 80%;
  margin: 0 auto;
}

/* -----------------------------游戏攻略----------------------- */
.game_strategy .h_title {
  position: relative;
}

.game_strategy .h_title .search {
  position: absolute;
  top: 0;
  right: 0;
  border-left: 3px solid #000;
}

.game_strategy .h_title .search_question {
  width: 200px;
  height: 54px;
  text-indent: 25px;
  background: url(../img/body_bg.jpg)
    repeat;
  float: left;
}

.game_strategy .h_title .search_btn {
  display: block;
  width: 60px;
  height: 60px;
  background: #000)
    no-repeat;
  float: left;
}

.game_strategy .h_title .search_btn img {
  width: 23px;
  height: 23px;
  margin: 15px 0 0 18px;
}

.strategy_list_con li {
  width: 100%;
  overflow: hidden;
  padding: 40px 0;
  border-bottom: 1px solid #ccc;
  height: auto;
  margin-bottom: 0;
}

.game_strategy .btn_search_more {
  width: 204px;
  margin-top: 50px;
}

@media only screen and (min-width: 1025px) {
  .game_strategy_tab li {
    width: 16.66%;
    max-width: 196px;
    margin-right: 0;
    margin-bottom: 0;
    border-right: 0;
  }

  .game_strategy_tab li:last-child {
    border-right: 3px solid #000;
  }

  .strategy_list_con li {
    padding: 40px 20px;
  }

  .strategy_list_con li p.summary_detail {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .game_strategy_tab li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
  }

  .game_strategy_tab li:nth-of-type(3n) {
    margin-right: 0%;
  }

  .game_strategy_tab li:nth-of-type(n + 4) {
    margin-bottom: 0%;
  }
}

@media only screen and (max-width: 767px) {
  .game_strategy .h_title span {
    display: none;
  }

  .game_strategy .h_title .search {
    width: 100%;
  }

  .game_strategy .h_title .search_question {
    width: calc(100% - 60px);
  }

  .game_strategy_tab li:nth-of-type(2n) {
    margin-right: 0;
  }

  .game_strategy_tab li:nth-of-type(n + 5) {
    margin-bottom: 0;
  }

  .game_strategy .btn_search_more {
    width: 100%;
  }
}

/* 攻略详情 */
.strategy_detail_con {
  margin-bottom: 50px;
}

.strategy_detail_con h2 {
  text-align: center;
  font-size: 18px;
  color: #000;
  margin-bottom: 20px;
}

.strategy_detail_con h2 p.time {
  color: #959595;
  font-weight: normal;
  font-size: 14px;
  margin-top: 15px;
}

.strategy_detail_con img {
  width: auto;
  display: block;
  margin: 0 auto;
}

.strategy_detail_con .img_box {
  border: 2px solid #000;
  width: 100%;
  overflow: hidden;
  margin: 40px auto;
  max-width: 600px;
}

.strategy_detail_con .strategy_detail_con_detail {
  text-indent: 20px;
  line-height: 2;
}

.strategy_detail_con h2 {
  margin-bottom: 40px;
  font-size: 36px;
}

.strategy_detail .function {
  width: 400px;
  height: 42px;
  border: 3px solid #000;
  margin: 70px auto 0;
  display: flex;
}

.strategy_detail .function .btn {
  display: block;
  height: 36px;
  color: #000;
  font-weight: bold;
  /* text-align: center; */
  text-indent: 62px;
  line-height: 36px;
  font-size: 18px;
}

.strategy_detail .function .btn.on {
  background: #000;
  color: #fff;
}

.strategy_detail .function .btn_back,
.strategy_detail .function .btn_share {
  flex: 1;
}

@media only screen and (min-width: 1025px) {
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .strategy_detail_con .strategy_detail_con_detail {
    padding: 0 50px;
  }
}

@media only screen and (max-width: 767px) {
  .strategy_detail_con .strategy_detail_con_detail {
    padding: 0 40px;
  }

  .strategy_detail .function {
    width: 100%;
    display: inherit;
    border: none;
  }

  .strategy_detail .function .btn {
    width: 100%;
    height: 42px;
    line-height: 36px;
    border: 3px solid #000;
    text-align: center;
    text-indent: 0;
  }

  .strategy_detail .function .btn_back {
    margin-bottom: 24px;
  }
}
 .clearfix:after {
            content: ".";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }

        .clearfix {
            *display: inline-block;
            *zoom: 100%;
        }

        .header_part .btn_box {
            top: 71%;
        }

        .header_part .btn_box {
            line-height: 0;
        }

        .btn_box .common_a {
            float: left;
            /* width: 217px; */
            height: 50px;
            margin:10px 10px 10px 0;
        }

        .btn_box .down_code {
            float: left;
            width: 108px;
            margin-right: 10px;
        }

        .btn_box .tab_btn {
            margin: 10px 10px 7px 0;
        }
		
		.btn_box .tab_btn {
            margin: 10px 10px 7px 0;
        }

        .btn_box .mumu_down {
            margin: 0 0 7px 0;
        }

        .btn_box .ios_down {
            margin: 0 10px 0 0;
        }

        .mb_down_btn {
            display: block;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            width: 260px;
            height: 56px;
            line-height: 52px;
            text-align: center;
            margin: 0 auto;
            font-size: 22px;
            border: 2px solid #222222;
            background: #FFDE00;
            color: #222222;
            font-weight: bold;
            border-radius: 5px;
        }

        @media only screen and (min-width: 769px) {

            .down_code,
            .common_a {
                display: block;
            }

            .mb_down_btn {
                display: none;
            }

            .header_part .btn_box {
                /* width: 565px; */
            }
        }

        @media only screen and (max-width: 768px) {

            .down_code,
            .common_a {
                display: none;
            }

            .mb_down_btn {
                display: block;
            }
        }

        .game_con li{ margin-right: 1%; }
        .frame{ background: none; }
          @media only screen and (min-width: 1025px) {
            .video_modal {
                width: 50%;
            }
        }

        .video_modal {
            width: 50%;
            max-width: 1200px;
            padding: 10px;
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 9999999;
            background: #000;
            display: none;
        }

        .video_modal video {
            width: 100%;
        }

        .modal_video_btn_close {
            position: absolute;
            top: 10px;
            right: 10px;
        }

        .icon_close {
            width: 30px;
            height: 30px;
            cursor: pointer;
            background: url(../img/close_nav_btn.png) no-repeat center center;
            z-index: 99999999;
        }
        .my-mask {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, .85);
            z-index: 100000000000;
        }
