@charset "utf-8";
/* CSS Document */
html, body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background: transparent;
}

.mt4 {
  margin-top: 0.4rem;
}

/* 引导页 */
.bg_color1 {
  background: #141012;
}

.box {
  width: 100%;
  height: auto;
  position: relative;
}

.home_btn {
  position: absolute;
  width: 1.4rem;
  height: 0.6rem;
  text-indent: -9999px;
  top: 0.7rem;
  right: 0.32rem;
  text-decoration: none;
  z-index: 1;
  display: block;
}

.ios_btn {
  width: 3.16rem;
  height: 1rem;
  position: absolute;
  right: 0.4rem;
  top: 10.9rem;
  display: block;
}

.android_btn {
  width: 3.16rem;
  height: 1rem;
  position: absolute;
  left: 0.4rem;
  top: 10.9rem;
  display: block;
}

img {
  width: 100%;
  height: auto;
  display: block;
  border: 0;
}

.top {
  width: 100%;
  height: 1.16rem;
  background-color: #312622;
  line-height: 1.16rem;
  color: #fff;
  text-align: center;
  font-size: 0.34rem;
  position: relative;
}

.top .back {
  position: absolute;
  left: 0.2rem;
  top: 0;
  color: #fff;
  font-size: 0.28rem;
}

/* 官网内页 */
.header {
  width: 100%;
  height: 1.16rem;
  background: #312622;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

.logo {
  width: 2.24rem;
  height: 1.12rem;
  display: inline;
  float: left;
  background: url(/2025060901/h5/images/logo.png) no-repeat;
  background-size: 2.24rem;
  margin: 0.04rem 1.8rem 0 0.1rem;
  text-indent: -9999px;
}

.goBack {
  background: url(/2025060901/h5/images/back_icon.png) no-repeat left center;
  padding-left: 0.4rem;
  margin-left: 0.3rem;
  height: 1.12rem;
  line-height: 1.12rem;
  font-size: 0.32rem;
  color: #fff;
  display: inline;
  float: left;
  background-size: 0.22rem;
  text-decoration: none;
}

.red_btn {
  padding: 0.14rem 0.24rem;
  font-size: 0.3rem;
  color: #FFF;
  background: #f54e1b;
  text-decoration: none;
  float: right;
  display: inline;
  margin: 0.26rem 0.2rem 0 0;
  border-radius: 0.04rem;
}

.mr110 {
  margin-right: 1.1rem;
}

.top_menu_more {
  position: absolute;
  right: 0.3rem;
  top: 0.4rem;
  display: inline-block;
  width: 0.44rem;
  height: 0.38rem;
  background: url(/2025060901/h5/images/more.png) no-repeat;
  background-size: cover;
}

.menu_container {
  width: 40%;
  position: fixed;
  right: 0.2rem;
  top: 1.16rem;
  z-index: 999;
  background: #fff;
  box-shadow: 0 0.2rem 0.24rem 0 rgba(0, 0, 0, 0.1);
}

.menu_container ul {
  width: 80%;
  overflow: hidden;
  margin: 0 auto;
  padding: 0.2rem 0;
}

.menu_container ul li {
  width: 100%;
  list-style: none;
  display: block;
  text-align: center;
}

.menu_container ul li a {
  display: block;
  padding: 0.3rem 0;
  position: relative;
  font-size: 0.3rem;
  font-weight: 300;
  color: #333;
  outline: none;
  text-decoration: none;
  border-bottom: 1px #e9e9e9 solid;
}

.menu_close {
  width: 0.5rem;
  height: 0.5rem;
  display: block;
  margin: 0.1rem auto 0.3rem;
  background: url(/2025060901/h5/images/close.png) no-repeat;
  background-size: cover;
}

.banner {
  margin-top: 1.16rem;
  width: 7.5rem;
  height: 4.2rem;
}

.more_btn {
  width: 7rem;
  height: 0.76rem;
  background: url(/2025060901/h5/images/more_btn.jpg) no-repeat;
  background-size: cover;
  text-indent: -9999px;
  margin: 0.1rem auto 0.4rem;
}

.more_btn a {
  display: block;
}

/*新闻选项卡*/
.news {
  width: 7rem;
  margin: 0.5rem auto 0;
  font-size: 0.26rem;
}

.title {
  padding: 0;
  margin: 0 auto 0.4rem;
  width: 4.9rem;
  height: 0.42rem;
}

.tabs {
  border-bottom: 1px #dfdbdb solid;
  width: 100%;
  height: 0.8rem;
  font-size: 0.3rem;
  color: #222;
  overflow: hidden;
  opacity: 0.8;
  font-weight: 100;
  display: block;
}

.tabs .swiper-slide {
  width: 33%;
  height: 0.7rem;
  line-height: 0.7rem;
  text-align: center;
}

.tabs .swiper-slide-thumb-active {
  opacity: 1;
  font-weight: 600;
  height: 0.76rem;
  border-bottom: 2px #bf393a solid;
}

.tabs_container {
  width: 100%;
  height: 4.4rem;
  overflow: hidden;
}

.tabs_container strong {
  display: block;
  text-align: center;
  color: #f53442;
  height: 0.7rem;
  line-height: 0.7rem;
  font-weight: 600;
  font-size: 0.28rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0.1rem auto 0;
}

.tabs_container strong a {
  color: #ff0000;
  text-decoration: none;
  display: block;
  line-height: 0.8rem;
}

.tabs_container ul {
  width: 100%;
  padding: 0;
  margin: 0.24rem auto 0;
}

.tabs_container ul li {
  display: block;
  position: relative;
  width: 94%;
  margin: 0 auto;
  height: 0.7rem;
  overflow: hidden;
  font-size: 0.26rem;
}

.tabs_container ul li a {
  display: block;
  width: 5.2rem;
  overflow: hidden;
  color: #3c3d41;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: none;
}

.tabs_container ul li span {
  margin-right: 0.1rem;
  color: #999;
}

.tabs_container ul li .time {
  position: absolute;
  top: 0;
  right: 0;
}

.feature {
  width: 7rem;
  overflow: hidden;
  margin: 0 auto 0.4rem;
}

.feature a {
  width: 3.46rem;
  height: 1.76rem;
  display: block;
  float: left;
  margin: 0 0.02rem 0.1rem 0.02rem;
}

.line {
  width: 100%;
  height: 0.16rem;
  background: #f0f0f1;
}

/*--------荣誉榜---------*/
.best {
  width: 7rem;
  margin: 0 auto 0.4rem;
  clear: both;
  overflow: hidden;
}

.tit2 {
  display: block;
  position: relative;
  height: 0.9rem;
  line-height: 0.9rem;
  font-size: 0.3rem;
  color: #000;
}

.tit2 strong {
  color: #F00;
}

.bd_icon {
  display: inline-block;
  vertical-align: middle;
  width: 0.5rem;
  height: 0.56rem;
  margin: 0 0.1rem 0 0;
  background: url(/2025060901/h5/images/bangdan.png) no-repeat;
  background-size: cover;
}

.best_btn {
  width: 5.2rem;
  height: 0.7rem;
  display: block;
  margin: 0.2rem auto;
}

.best_btn .swiper-slide {
  width: 2.04rem !important;
  height: 0.6rem;
  line-height: 0.6rem;
  margin: 0 0.3rem;
  text-align: center;
  color: #bf393a;
  font-size: 0.28rem;
  background: url(/2025060901/h5/images/best_btn.png) no-repeat;
  background-size: cover;
}

.best_btn .swiper-slide-thumb-active {
  color: #FFF;
  background: url(/2025060901/h5/images/best_btn_active.png) no-repeat;
  background-size: cover;
}

.best_list {
  position: relative;
  width: 7rem;
  margin: 0.1rem auto 0;
  font-size: 0.22rem;
}

.best_list table {
  border: solid 1px #e5e5e7;
  border-left: 0;
  border-top: 0;
  color: #000;
}

.best_list table td {
  height: 0.64rem;
  border: solid 1px #e5e5e7;
  border-right: 0;
  border-bottom: 0;
  text-align: center;
}

.iset {
  display: inline-block;
  vertical-align: middle;
  width: 0.36rem;
  height: 0.36rem;
  background: #fff url(/2025060901/h5/images/sj.png) no-repeat center center;
  background-size: 0.16rem 0.08rem;
  border-radius: 0.05rem;
  margin-left: 0.1rem;
  border: solid 1px #cfcfcf;
}

.best_list_container {
  width: 100%;
  overflow: hidden;
}

/*--------玩家社区---------*/
.player {
  width: 7rem;
  margin: 0.5rem auto 0.2rem;
  font-size: 0.26rem;
}

.player_tab {
  border-bottom: 1px #dfdbdb solid;
  width: 100%;
  height: 0.8rem;
  font-size: 0.3rem;
  color: #222;
  overflow: hidden;
  opacity: 0.8;
  font-weight: 100;
  display: block;
}

.player_tab .swiper-slide {
  width: 33%;
  height: 0.7rem;
  line-height: 0.7rem;
  text-align: center;
}

.player_tab .swiper-slide-thumb-active {
  opacity: 1;
  font-weight: 600;
  height: 0.76rem;
  border-bottom: 2px #bf393a solid;
}

.player_container {
  width: 100%;
  height: 4.8rem;
  overflow: hidden;
}

.player_container strong {
  display: block;
  text-align: center;
  color: #f53442;
  height: 0.7rem;
  line-height: 0.7rem;
  font-weight: 600;
  font-size: 0.28rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0.1rem auto 0;
}

.player_container strong a {
  color: #ff0000;
  text-decoration: none;
  display: block;
  line-height: 0.8rem;
}

.player_container ul {
  width: 100%;
  padding: 0;
  margin: 0.24rem auto 0;
}

.player_container ul li {
  display: block;
  position: relative;
  width: 94%;
  margin: 0 auto;
  height: 0.7rem;
  overflow: hidden;
  font-size: 0.26rem;
}

.player_container ul li a {
  display: block;
  width: 5.2rem;
  overflow: hidden;
  color: #3c3d41;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: none;
}

.player_container ul li span {
  margin-right: 0.1rem;
  color: #999;
}

.player_container ul li .time {
  position: absolute;
  top: 0;
  right: 0;
}

.picture {
  width: 100%;
  overflow: hidden;
}

.picture a {
  display: block;
  width: 3.36rem;
  height: 1.86rem;
  float: left;
  margin: 0.3rem 0.06rem 0;
}

.picture img {
  display: block;
  width: 3.36rem;
  height: 1.86rem;
}

.contact {
  width: 100%;
  background: #d0c7ae;
  padding: 0.5rem 0 0.3rem;
}

.weixin {
  margin: 0 auto;
  text-align: center;
}

.weixin .code {
  width: 2.9rem;
  height: 2.9rem;
  display: block;
  margin: 0 auto;
}

.weixin p {
  font-size: 0.3rem;
  line-height: 0.48rem;
}

.weixin p span {
  color: #d9321f;
}

.weixin .bigfont {
  font-size: 0.4rem;
}

.footer {
  width: 100%;
  background: #222324;
}

.foot_box {
  width: 6.4rem;
  text-align: center;
  margin: 0 auto;
  padding: 0.2rem 0;
}

.foot_box p {
  font-size: 0.24rem;
  color: #606264;
  line-height: 0.2rem;
}

/*------------新闻列表页面-----------*/
.newsList {
  width: 100%;
  margin-top: 1.3rem;
}

.newsList .tabs_container {
  height: auto !important;
}

.newsList .tabs_container ul {
  width: 96%;
  margin: 0.3rem auto 0;
}

.newsList .tabs_container ul li {
  font-size: 0.28rem;
  height: 0.9rem;
  line-height: 0.9rem;
  display: block;
}

.place {
  position: fixed;
}

/*------------详情页--------------*/
.details_page {
  -webkit-text-size-adjust: none;
  font-size: 0.3rem;
  font-family: arial, Tahoma, 微软雅黑, 宋体;
  color: #000;
  text-align: left;
}

.details_box {
  margin: 1.16rem auto;
  width: 100%;
  background: #fff;
}

.details_title {
  background: #f3f2f3;
  border-bottom: #dcdbdb 1px solid;
  border-top: #dcdbdb 1px solid;
  padding: 0.15rem 0.2rem;
  zoom: 1;
}

.details_title h1 {
  display: block;
  font-size: 0.36rem;
  line-height: 0.48rem;
  font-weight: bold;
}

.details_title span {
  margin-right: 0.05rem;
  color: #999;
}

.main_text {
  line-height: 0.48rem;
  padding: 0.2rem 0.3rem;
  font-size: 0.3rem;
  background: #f9f9f9;
  text-align: justify;
  word-wrap: break-word;
  color: #333;
}

.main_text img {
  width: 92% !important;
  height: auto !important;
  display: block;
  border: #eee 1px solid;
  background: #fff;
  padding: 0.05rem;
  margin: 0 auto;
}

/*----------玩家社区----------*/
.player_page {
  width: 100%;
  margin-top: 1.3rem;
}

.player_page .imglist {
  margin: 0.5rem 6%;
  padding: 0 0 0.5rem 0;
}

.player_page .imglist a {
  margin-bottom: 0.24rem;
  border-radius: 4px;
  overflow: hidden;
  box-sizing: content-box;
  background: #fff;
  position: relative;
  display: block;
  transition: box-shadow 0.12s linear, opacity 0.12s linear;
}

.player_page .imglist img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
  border-radius: 0;
  object-fit: cover;
}

.player_page .player_container ul {
  width: 96%;
  margin: 0.3rem auto 0;
}

.player_page .player_container ul li {
  font-size: 0.28rem;
  height: 0.9rem;
  line-height: 0.9rem;
  display: block;
}

/*----------分页按钮----------*/

.page_btn {
  width: 3.8rem;
  height: 0.7rem;
  display: block;
  margin: 0 auto;
  padding: 0.3rem 0;
}

.page_btn a.left {
  float: left;
  display: inline;
}

.page_btn a.right {
  float: right;
  display: inline;
}

.page_btn a {
  width: 1.6rem;
  height: 0.7rem;
  line-height: 0.7rem;
  text-align: center;
  color: #dd4517;
  background: #f6ece8;
  text-decoration: none;
  font-size: 0.28rem;
  border-radius: 0.1rem;
}


.footer {
  width: 100%;
  max-width: 7.5rem;
  height: 1.2rem;
  padding: 0.3rem 0;
  display: block;
  background: #111016;
  color: #61636f;
}

.footer p {
  padding: 0;
  line-height: 0.32rem;
  font-size: 0.22rem;
  text-align: center;
}

#wait {
  position: absolute;
  width: 6.6rem;
  height: 4rem;
  display: none;
  background: url(/2025060901/h5/images/wait.png) no-repeat;
  background-size: contain;
}

#wait .tit a {
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  top: 0.24rem;
  right: 0.24rem;
  cursor: pointer;
  display: block;
}

#ios_pop_up {
  position: absolute;
  width: 6.7rem;
  height: 6rem;
  display: none;
  background: url(/2025060901/h5/images/ios_pop_up.png) no-repeat;
  background-size: contain;
}

#ios_pop_up .tit a {
  position: absolute;
  width: 0.7rem;
  height: 0.7rem;
  top: -0.76rem;
  right: 0.1rem;
  cursor: pointer;
  display: block;
  background: url(/2025060901/h5/images/close.png) no-repeat;
  background-size: contain;
}

#ios_pop_up .text_box {
  width: 5.8rem;
  margin: 0.6rem auto 0;
  color: #4c2d19;
}

#ios_pop_up .text_box h2 {
  font-size: 0.3rem;
  font-weight: bold;
  text-align: center;
}

#ios_pop_up .text_box p {
  font-size: 0.26rem;
  line-height: 0.5rem;
  text-indent: 2em;
}

/*----------游戏资料----------*/
.gamedata {
  width: 92%;
  padding: 0;
  margin: 2rem auto;
}

.gamedata dl dd {
  margin: 0.2rem auto;
  overflow: hidden;
  font-size: 0.3rem;
}

.gamedata_tit {
  display: block;
  margin-bottom: 0.1rem;
  color: #c3a255;
}

.gamedata_tit i {
  display: inline-block;
  width: 0.35rem;
  height: 0.35rem;
  background: url(/2025060901/h5/images/gamedata_tit.png) no-repeat;
  background-size: contain;
}

.gamedata_tit strong {
  color: #c3a255;
  padding-left: 0.1rem;
  font-size: 0.3rem;
  display: inline-block;
  vertical-align: top;
}

.gamedata_tit em {
  background: #e5dbc6;
  display: inline-block;
  height: 1px;
  vertical-align: middle;
  width: 100%;
}

.gamedata_list {
  width: 94%;
  padding: 0;
  margin: 0.1rem 0 0.24rem;
}

.gamedata_list li {
  display: inline-block;
}

.gamedata_list li a {
  display: block;
  padding: 0.14rem 0.16rem;
  /*border: 1px solid #dddddd;*/
  border-radius: 8px;
  margin: 0.1rem 0;
  font-size: 0.3rem;
  text-decoration: none;
  color: #444;
}


































