@charset "UTF-8";
/**@font-face {
  font-family: "cn";
  src: url("../assets/font/NotoSansHans-DemiLight.otf");
}

@font-face {
  font-family: "cnBlack";
  src: url("../assets/font/NotoSansHans-Black.otf");
}

@font-face {
  font-family: "cnBold";
  src: url("../assets/font/NotoSansHans-Bold.otf");
}

@font-face {
  font-family: "en";
  src: url("../assets/font/din-bold_.otf");
}
**/

/*
 * @name:  文字溢出显示省略号
 * @param: $width {dimension}  指定宽度 (需带单位)
 */
/*reset*/
* {
  padding: 0;
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-family: sans-serif;
  background: #fff;
  height: auto !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

[hidden] {
  display: none;
}

address,
i,
em {
  font-style: normal;
}

input[type="button"],
input[type="submit"],
button {
  cursor: pointer;
  outline: none;
}

input[type="text"],
input[type="password"],
textarea,
input,
select {
  outline: none;
  font-family: "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

textarea {
  resize: none;
}

select {
  background-color: #fff;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
}

ul,
ol {
  list-style: none;
}

img {
  border: none;
  border-width: 0;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

a {
  text-decoration: none;
  cursor: pointer;
  outline: none;
  color: #2f2f2f;
}

a:hover {
  color: #1a75f0;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.cf:after,
.cf:before {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.baseTable {
  margin: 10px auto;
  text-align: center;
  border: 1px solid #2e2e2e;
}

.baseTable tr {
  border: 1px solid #2e2e2e;
}

.baseTable td {
  border: 1px solid #2e2e2e;
  padding: 0 10px;
}

.baseTable th {
  border: 1px solid #2e2e2e;
}

body {
  font-size: 14px;
  font-weight: normal;
  font-family: 'cn';
  color: #2f2f2f;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.cp {
  cursor: pointer;
}

.dn {
  display: none;
}

.baseBox {
  padding-top: 0.45rem;
}

.popBox {
  width: 80%;
  z-index: 999;
  min-height: 3.9rem;
  background-color: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.popBox .big_title {
  position: absolute;
  top: 0.15rem;
  left: -0.05rem;
  color: #fff;
  font-size: 0.19rem;
  width: 1.3rem;
  height: 0.37rem;
  padding-left: 0.2rem;
  padding-top: 0.035rem;
  background-image: url("../img/popTitle.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.popBox .close {
  width: 0.37rem;
  height: 0.37rem;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}

.popBox .close img {
  width: 100%;
}

.popBox .content {
  padding: 0 0.15rem;
  padding-top: 0.675rem;
  padding-bottom: 1.05rem;
  font-size: 0.14rem;
  color: #494949;
}

.popBox .content .main {
  margin-top: 0.05rem;
  margin-bottom: 0.1rem;
}

.popBox .content .bottom {
  position: absolute;
  bottom: 0.125rem;
  right: 0.125rem;
  color: #7a7a7a;
  text-align: right;
}

.popBox .content .bottom > img {
  margin-top: 0.18rem;
}

.baseBg {
  display: none;
  z-index: 98;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.baseBg .downList {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.baseBg .downList li {
  margin-bottom: 0.4rem;
}

.baseBg .downList li .link {
  cursor: pointer;
  border-radius: 0.275rem;
  background-color: #fff;
  color: #146ee7;
  height: 0.55rem;
  width: 2.98rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.17rem;
}

.baseBg .downList li .link.tf {
  position: relative;
}

.baseBg .downList li .link.tf::after {
  content: "";
  width: 0.195rem;
  height: 0.53rem;
  position: absolute;
  top: -0.025rem;
  left: 0.2rem;
  background-image: url("../img/tfIcon.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.baseBg .downList li .link.js {
  background: url("../img//moreDownBg.png") no-repeat;
  background-size: contain;
  color: #a25513;
  position: relative;
}

.baseBg .downList li .link.js::after {
  content: "";
  width: 0.195rem;
  height: 0.235rem;
  position: absolute;
  top: -0.025rem;
  left: 0.2rem;
  background-image: url("../img/tj.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.baseBg .downList li .link span {
  margin-left: 0.1rem;
}

.baseBg .downList li .link > img {
  width: 0.135rem;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 0.09rem;
  height: 0.09rem;
  border-radius: 0;
  opacity: .7;
  background: #041f44;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 0.18rem;
  opacity: .7;
  background: #00eee6;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}

header .showNav {
  background: #0d56b9;
  opacity: .98;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 101;
  opacity: 0;
  transition: all .5s;
}

/* FIX: 部分入口（如菜单里的“联系客服/下载游戏”）要求点击后立刻收起菜单：禁用过渡 */
header .showNav.noTrans {
  transition: none !important;
}

header .showNav.open {
  opacity: 1;
  width: 100%;
  height: 100vh;
}

header .showNav .kf {
  width: 91%;
  border-top: 1px solid #5688cc;
  cursor: pointer;
  padding-top: 0.25rem;
  justify-content: center;
  /* 菜单里的“客服”不在菜单内展示（仅保留跳转入口：顶部按钮/其他入口） */
  display: none;
  align-items: center;
  text-align: center;
  font-size: 0.18rem;
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 4.5rem;
}

header .showNav .kf img {
  width: 0.3rem;
  margin-right: 0.075rem;
}

header .showNav .list {
  padding: 0.35rem 0rem 0rem 0.35rem;
  margin-bottom: 0.8rem;
}

header .showNav .list ul li {
  margin-top: 0.35rem;
}

header .showNav .list ul li#gameTheme.showMore .child {
  display: block;
}

header .showNav .list ul li#gameTheme.showMore > a img {
  transform: rotate(180deg);
}

header .showNav .list ul li#gameTheme > a {
  display: flex;
  align-items: center;
}

header .showNav .list ul li#gameTheme > a img {
  transform: rotate(0);
  margin-left: 0.09rem;
  width: 0.105rem;
}

header .showNav .list ul li .child {
  display: none;
  margin-top: 0.35rem;
}

header .showNav .list ul li .child a {
  color: #fff;
  font-family: "PingFangSC-Regular, sans-serif";
  font-size: 0.15rem;
  padding: 0 0.075rem;
  position: relative;
}

header .showNav .list ul li .child a::before {
  content: "";
  height: 0.15rem;
  width: 1px;
  background: #497abf;
  position: absolute;
  left: 0rem;
  top: 50%;
  transform: translateY(-50%);
}

header .showNav .list ul li .child a:nth-child(1) {
  padding-left: 0;
}

header .showNav .list ul li .child a:nth-child(1)::before {
  display: none;
}

header .showNav .list ul li > a {
  display: block;
  color: #fff;
  font-size: 0.21rem;
  font-family: 'cnBold';
}

header .showNav .close {
  position: absolute;
  right: 0.1rem;
  top: 0.15rem;
  display: block;
  width: 0.16rem;
  cursor: pointer;
}

header .headerBox {
  height: 0.45rem;
  background: #fff;
  display: flex;
  justify-content: space-between;
  padding: 0.08rem 0.085rem;
}

header .logo {
  width: 0.745rem;
}

header .contactService {
  top: 50%;
  left: 50%;
  color: #fff;
  width: 0.82rem;
  height: 0.285rem;
  font-size: 0.12rem;
  line-height: 0.285rem;
  font-weight: 700;
  text-align: center;
  position: absolute;
  transform: translate(-50%, -50%);
  background: url("../img/down.png") no-repeat;
  background-size: contain;
}

header .r {
  display: flex;
}

header .r .down {
  cursor: pointer;
  width: 0.82rem;
  height: 0.285rem;
  line-height: 0.285rem;
  color: #fff;
  font-size: 0.12rem;
  text-align: center;
  background: url("../img/down.png") no-repeat;
  background-size: contain;
}

header .r .navBtn {
  padding-top: 1px;
  position: relative;
  z-index: 102;
  cursor: pointer;
  margin-left: 0.265rem;
}

header .r .navBtn.nav--active .nav__icon {
  background: transparent;
}

header .r .navBtn.nav--active .nav__icon::after {
  top: 0;
  background: #fff;
  transform: rotate(45deg);
}

header .r .navBtn.nav--active .nav__icon::before {
  background: #fff;
  top: 0;
  transform: rotate(-45deg);
}

header .r .navBtn .nav__icon {
  display: inline-block;
  position: relative;
  width: 0.19rem;
  height: 0.02rem;
  border-radius: 0.01rem;
  background-color: #146ee7;
  transition-property: background-color, transform;
  transition-duration: 300ms;
}

header .r .navBtn .nav__icon::after {
  content: '';
  display: block;
  width: 0.19rem;
  border-radius: 0.01rem;
  height: 0.02rem;
  position: absolute;
  left: 0;
  top: 0.06rem;
  background-color: #146ee7;
  transition-property: margin, transform;
  transition-duration: 300ms;
}

header .r .navBtn .nav__icon::before {
  content: '';
  border-radius: 0.01rem;
  display: block;
  width: 0.19rem;
  height: 0.02rem;
  position: absolute;
  left: 0;
  top: -0.06rem;
  background-color: #146ee7;
  transition-property: margin, transform;
  transition-duration: 300ms;
}

header .r .navBtn img {
  vertical-align: bottom;
  width: 0.185rem;
}

footer {
  background: #1d2124;
  padding: 0.25rem 0.15rem 0.1rem 0.15rem;
}

footer .backTop {
  display: none;
  position: fixed;
  z-index: 98;
  right: 0;
  cursor: pointer;
  bottom: 0.25rem;
  width: 0.45rem;
  height: 0.45rem;
  background: url("../img/backTop.png") no-repeat;
  background-size: contain;
}

footer .icon {
  margin-top: 0.175rem;
}

footer .icon img {
  height: 0.35rem;
}

footer .text {
  padding-top: 0.4rem;
  font-size: 0.11rem;
  color: #fff;
  opacity: .2;
  line-height: 0.18rem;
}

footer .nav {
  padding-top: 0.15rem;
}

footer .nav ul li a {
  margin-top: 0.225rem;
  display: block;
  font-size: 0.15rem;
  color: #686b73;
}

footer .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer .top .logo_b {
  width: 1.27rem;
  height: 0.32rem;
}

footer .top .r {
  display: flex;
}

footer .top .r img {
  height: 0.25rem;
}

footer .top .r img:nth-child(1) {
  margin-right: 0.225rem;
}

.index_hotGame {
  overflow: hidden;
  padding-left: 0.15rem;
  height: 2.95rem;
  background: url("../img/indexHotGameBg.png") no-repeat;
  background-size: contain;
}

.index_hotGame .swiper-container2 {
  overflow: visible;
  margin-top: 0.16rem;
}

.index_hotGame .swiper-container2 .swiper-pagination2 {
  bottom: -0.25rem;
}

.index_hotGame .swiper-container2 .swiper-slide {
  margin-right: 0.1rem;
  position: relative;
  width: 1.2rem;
}

.index_hotGame .swiper-container2 .swiper-slide p {
  font-family: "cnBold";
  color: #fff;
  position: absolute;
  right: 0.04rem;
  top: 0.04rem;
  font-size: 0.15rem;
}

.index_hotGame .swiper-container2 .swiper-slide img {
  display: block;
  width: 1.2rem;
}

.index_hotGame .indexTitle1 .en {
  color: #fff;
}

.index_hotGame .indexTitle1 span {
  color: #fff;
}

.index_GameArticle {
  overflow: hidden;
  padding-left: 0.15rem;
  padding-bottom: 0.65rem;
}

.index_GameArticle .swiper-container3 {
  overflow: visible;
  padding-top: 0.175rem;
}

.index_GameArticle .swiper-container3 .swiper-pagination3 {
  bottom: -0.3rem;
}

.index_GameArticle .swiper-container3 .swiper-slide {
  position: relative;
  margin-right: 0.095rem;
  width: 3.36rem;
}

.index_GameArticle .swiper-container3 .swiper-slide img {
  display: block;
  width: 3.36rem;
  height: 2.26rem;
}

.index_GameArticle .swiper-container3 .swiper-slide .text {
  width: 1.895rem;
  position: absolute;
  left: 1.45rem;
  top: 0;
  height: 100%;
}

.index_GameArticle .swiper-container3 .swiper-slide .text .more {
  position: absolute;
  bottom: .1rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  border-radius: 0.15rem;
  display: block;
  font-size: 0.12rem;
  color: #146ee7;
  width: 0.775rem;
  height: 0.25rem;
  line-height: 0.25rem;
  background: #fff;
}

.index_GameArticle .swiper-container3 .swiper-slide .text ul {
  padding-top: 0.2rem;
}

.index_GameArticle .swiper-container3 .swiper-slide .text ul li {
  margin-bottom: 0.085rem;
  padding-left: 0.235rem;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #fff;
}

.index_GameArticle .swiper-container3 .swiper-slide .text ul li::before {
  content: "";
  background: url("../img/indexd.png") no-repeat;
  background-size: contain;
  width: 0.04rem;
  height: 0.04rem;
  position: absolute;
  top: 50%;
  left: 0.135rem;
}

.index_GameArticle .swiper-container3 .swiper-slide .text ul li a {
  color: #fff;
  font-size: 0.12rem;
}

.tyText ul li:last-child a .content {
  border-bottom: none;
}

.tyText ul li a {
  padding-right: 0.15rem;
  display: block;
  padding-top: 0.27rem;
}

.tyText ul li a .content {
  height: 0.72rem;
  margin-top: 0.1rem;
  border-bottom: 1px dashed #dbdbdc;
  background: url("../img/indexZx.png") no-repeat;
  background-size: 0.06rem 0.105rem;
  background-position: right 0.085rem;
}

.tyText ul li a .content .title {
  font-family: "cnBold";
  font-size: 0.17rem;
  width: 2.9rem;
}

.tyText ul li a .topTitleBox {
  display: flex;
  align-items: center;
}

.tyText ul li a .topTitleBox p {
  font-family: "en";
  color: #fff;
  font-size: 0.15rem;
  background: #686b73;
  height: 0.21rem;
  line-height: 0.21rem;
  border-radius: 2px;
  padding: 0 0.075rem;
}

.tyText ul li a .topTitleBox span {
  font-family: "cnBold";
  font-size: 0.12rem;
  color: #919191;
  margin-left: 0.1rem;
}

.index_News {
  padding-left: 0.15rem;
  padding-bottom: 0.885rem;
  position: relative;
}

.index_News .more {
  display: block;
  color: #fff;
  font-size: 0.15rem;
  text-align: center;
  width: 3.4rem;
  height: 0.45rem;
  line-height: 0.45rem;
  border-radius: 0.35rem;
  background: #146ee7;
  position: absolute;
  bottom: 0.435rem;
  left: 50%;
  transform: translateX(-50%);
}

.index_News .text ul li a {
  position: relative;
}

.index_News .text ul li a > img {
  position: absolute;
  right: 0.15rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.06rem;
  height: 0.105rem;
}

.indexTitle1 {
  position: relative;
  padding-top: 0.175rem;
}

.indexTitle1 .en {
  font-size: 0.34rem;
  color: #146ee7;
  font-family: "en";
}

.indexTitle1 span {
  font-size: 0.17rem;
}

.indexTitle1 a {
  letter-spacing: 1px;
  color: #fff;
  font-size: 0.12rem;
  position: absolute;
  bottom: 0;
  right: 0.15rem;
}

.news1 {
  padding: 0 0.15rem;
  height: 3.18rem;
  background-color: #2983fc;
}

.news1.index_h {
  background-color: #146ee7;
}

.news1 ul li {
  margin-top: 0.17rem;
}

.news1 ul li a {
  display: block;
  color: #fff;
  font-size: 0.15rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.news1 .news1TitleBox {
  padding-top: 0.2rem;
  padding-bottom: 0.125rem;
  border-bottom: 1px solid #549cfd;
  position: relative;
  color: #fff;
}

.news1 .news1TitleBox a {
  font-size: 0.12rem;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0.125rem;
}

.news1 .news1TitleBox span {
  letter-spacing: 0.035rem;
  font-size: 0.12rem;
}

.news1 .news1TitleBox p {
  font-weight: bold;
  line-height: 0.325rem;
  font-size: 0.27rem;
}

.index_banner {
  height: 4.86rem;
}

.index_banner .swiper-container {
  height: 4.86rem;
}

.index_banner .swiper-container .swiper-slide {
  position: relative;
}

.index_banner .swiper-container .swiper-slide .bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
}

.index_banner .swiper-container .swiper-slide .text {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0.14rem;
  color: #fff;
  text-align: center;
}

.index_banner .swiper-container .swiper-slide .text .titleImg {
  width: 2.11rem;
}

.index_banner .swiper-container .swiper-slide .text .down_set {
  display: flex;
}

.index_banner .swiper-container .swiper-slide .text .down_set .dowmImg {
  cursor: pointer;
  width: 50%;
  margin-top: 0.2rem;
  cursor: pointer;
}

.index_banner .swiper-container .swiper-slide .text p {
  margin-top: -0.15rem;
  font-size: 0.15rem;
}

.index_banner .swiper-container .swiper-slide .text h3 {
  font-size: 0.36rem;
  font-family: "cnBold";
}

.index_banner .swiper-container .swiper-slide .text .down {
  margin-top: 0.1rem;
  background: #fff;
  cursor: pointer;
  border-radius: 0.2rem;
  text-align: center;
  font-size: 0.15rem;
  height: 0.37rem;
  line-height: 0.37rem;
  width: 0.9rem;
  color: #2f2f2f;
}

.index_banner .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.showNavs {
  width: 0;
  height: 0;
  position: fixed;
  z-index: 50;
  top: 0.45rem;
  left: 0;
  background-color: #146ee7;
  height: 0.35rem;
  display: flex;
  align-items: center;
  font-size: 0.15rem;
  color: #fff;
  padding-left: 0.15rem;
}

.showNavs > img {
  display: block;
  margin-left: 0.06rem;
  width: 0.115rem;
}

.game .gameBan {
  overflow: hidden;
  height: 3.195rem;
  background: url("../img/gameBg.jpg") no-repeat;
  background-size: contain;
}

.game .gameBan a {
  display: block;
  width: 2.3rem;
  height: 0.55rem;
  margin: 1.65rem auto 0 auto;
}

.game .content {
  padding: 0 0.15rem;
  overflow: hidden;
}

.game .content .swiper-container1 {
  transition: all .3s;
}

.game .content .swiper-container1.fix {
  border-top: 1px solid #edf5ff;
  background: #fff;
  position: fixed;
  top: 0.45rem;
  left: 0;
  padding: 0 0.15rem;
  z-index: 10;
}

.game .content .swiper-container1.fix .swiper-slide {
  padding: 0.06rem 0;
}

.game .content .swiper-container1 .swiper-slide {
  padding-top: 0.15rem;
  white-space: nowrap;
  width: 0.6rem;
  cursor: pointer;
  font-size: 0.15rem;
  margin-right: 0.18rem;
}

.game .content .swiper-container1 .swiper-slide.current {
  width: 0.7rem;
  color: #146ee7;
  font-family: 'cnBold';
  font-size: 0.17rem;
  border-bottom: 0.03rem solid #146ee7;
}

.game .content .list {
  padding-top: 0.325rem;
  padding-bottom: 0.18rem;
}

.game .content .list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.game .content .list ul li {
  margin-bottom: 0.15rem;
  position: relative;
}

.game .content .list ul li img {
  width: 1.66rem;
  height: 1.66rem;
}

.game .content .list ul li p {
  font-family: 'cnBold';
  font-size: 0.15rem;
  color: #fff;
  position: absolute;
  right: 0.07rem;
  top: 0.07rem;
}

.theme .ban {
  height: 3.2rem;
  background: url("../img/themBg4.jpg") no-repeat;
  background-size: contain;
  width: 100%;
  position: relative;
}

.theme .ban.lk {
  background: url("../img/themBg3.jpg") no-repeat;
  background-size: contain;
}

.theme .ban.ddz {
  background: url("../img/themBg1.jpg") no-repeat;
  background-size: contain;
}

.theme .ban.ddz .text img {
  width: 46%;
}

.theme .ban.dntg {
  background: url("../img/themBg2.jpg") no-repeat;
  background-size: contain;
}

.theme .ban.dntg .text p {
  margin-top: -0.1rem;
}

.theme .ban .text {
  position: absolute;
  left: 0.15rem;
  bottom: 0.25rem;
}

.theme .ban .text img {
  width: 50%;
}

.theme .ban .text p {
  color: #fff;
  font-size: 0.15rem;
  line-height: 0.24rem;
  padding-right: 0.1rem;
}

.theme .ban .text a {
  font-weight: bold;
  margin-top: 0.1rem;
  display: block;
  background: #fff;
  color: #2f2f2f;
  font-size: 0.15rem;
  text-align: center;
  width: 0.9rem;
  height: 0.37rem;
  line-height: 0.37rem;
  border-radius: 0.25rem;
}

.theme > .content {
  padding: 0 0.15rem;
}

.theme > .content .text {
  transition: all .3s;
}

.theme > .content .text ul {
  overflow: hidden;
  height: 4rem;
}

.theme > .content .text ul.auto {
  height: auto;
}

.theme > .content .text .more {
  display: block;
  width: 100%;
  height: 0.45rem;
  line-height: 0.45rem;
  text-align: center;
  color: #fff;
  font-size: 0.17rem;
  font-weight: bold;
  background: #146ee7;
  border-radius: 0.35rem;
}

.theme > .content .btns {
  display: flex;
  justify-content: space-between;
}

.theme > .content .btns .btn {
  padding-top: 0.225rem;
  cursor: pointer;
  font-size: 0.15rem;
  font-weight: bold;
}

.theme > .content .btns .btn.current {
  font-family: 'cnBold';
  margin-top: -0.025rem;
  color: #146ee7;
  font-size: 0.175rem;
  border-bottom: 0.03rem solid #146ee7;
}

.theme .tj {
  padding-top: 0.175rem;
}

.theme .tj .indexTitle1 {
  padding-left: 0.15rem;
}

.theme .tj .list {
  padding-top: 0.175rem;
}

.theme .tj .list ul li a img {
  width: 100%;
  height: 1.3rem;
}

.news .content {
  padding-bottom: 0.35rem;
}

.news .content .btns .btn {
  padding-top: 0.05rem;
}

.news .ban {
  background: url("../img/newsBg.png") no-repeat center center;
  background-size: cover;   /* 关键：铺满 */
  height: 1.975rem;         /* 保持和原来一致 */
  width: 100%;
  overflow: hidden;
}


.news .ban .text {
  position: static;
  padding-left: 0.15rem;
  padding-top: 0.45rem;
}

.news .ban .text img {
  width: 1.425rem;
  display: block;
}

.news .ban .text span {
  margin-top: 0.125rem;
  display: block;
  font-family: 'cnBold';
  font-size: 0.27rem;
}

.newsDetail .box {
  padding: 0.225rem 0.15rem 0.365rem 0.15rem;
}

.newsDetail .box .content {
  padding-bottom: 0.4rem;
  padding-top: 0.15rem;
  font-size: 0.17rem;
}

.newsDetail .box .content img {
  width: 100%;
  margin: 0.15rem auto;
}

.newsDetail .box .titleBox {
  position: relative;
  font-family: "en";
  border-bottom: 1px solid #ababad;
  padding-bottom: 0.55rem;
  padding-left: 0.35rem;
  padding-right: 0.35rem;
  background: url("../img/newsDetailTitleBg.png") no-repeat;
  background-size: 100% 0.4rem;
  background-position-y: 0.1rem;
}

.newsDetail .box .titleBox span {
  font-size: 0.17rem;
  font-weight: bold;
}

.newsDetail .box .titleBox .title {
  line-height: 0.3rem;
  margin-top: 0.075rem;
  font-size: 0.24rem;
  font-family: "cnBold";
}

.newsDetail .box .titleBox .Author {
  bottom: -1px;
  right: 0;
  position: absolute;
  font-size: 0.17rem;
  color: #8d8d8d;
  border-bottom: 1px solid #2e2e2e;
}

.newsDetail .box .back {
  background: #146ee7;
  color: #fff;
  font-size: 0.15rem;
  letter-spacing: 0.035rem;
  font-weight: bold;
  width: 100%;
  display: block;
  height: 0.45rem;
  line-height: 0.45rem;
  text-align: center;
  border-radius: 0.35rem;
}

.android{
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 99;
  background-color: #fff;
  width: 80%;
  border-radius: 15px;
  padding: 14px;
}
.android p {
  margin-top: 5px;
}
.android .title{
  text-align: center;
  font-weight: bolder;
  font-size: .18rem;
}
.android .tip{
  font-weight: bolder;
  font-size: .14rem;
}
.android img {
  display: block;
  margin: 20px auto 0 auto;
  height: .42rem;
}
/* 首页：麻将胡了2（index_title.png）标题图上移 */
.index_banner .swiper-container .swiper-slide .text .titleImg{
  transform: translateY(-1.95rem) !important; /* 数值改大=更往上 */
}
/* 新闻中心：隐藏 banner 内原有文字 */
.news .ban .text {
  display: none;
}
/* ========= 新闻中心 Banner：强制铺满 ========= */

.news .ban {
  padding: 0 !important;              /* 关键：去掉内边距 */
  margin: 0;
  width: 100%;
  height: 2.6rem;                     /* 可继续调大 */
  background-size: cover !important;  /* 强制铺满 */
  background-position: center center; /* 居中裁切 */
  border-radius: 0 !important;        /* 去圆角 */
}

/* 隐藏原本的文字（你现在用的是带字图片） */
.news .ban .text {
  display: none !important;
}
/* 新闻中心顶部 banner：铺满 & 贴边（覆盖原样式） */
.baseBox.theme.news {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.baseBox.theme.news .ban {
  width: 100% !important;
  height: 3.2rem !important;                 /* 原版大块高度，想更高就加大 */
  margin: 0 !important;
  border-radius: 0 !important;               /* 原版是整块，不要圆角 */
  background: url("../img/newsBg.png") no-repeat center center !important;
  background-size: cover !important;         /* 关键：铺满 */
  box-shadow: none !important;               /* 去掉卡片阴影 */
  overflow: hidden !important;
}

/* 如果 ban 里面还有旧的文字层/图片层，全部关掉，避免撑高/叠层 */
.baseBox.theme.news .ban .text,
.baseBox.theme.news .ban img {
  display: none !important;
}

/* === FIX: news list clickable (prevent overlay eating taps) === */
.news .tyText { position: relative; z-index: 10; }
.news .tyText ul, .news .tyText li, .news .tyText li a { position: relative; z-index: 11; }
/* Make banner/decoration ignore pointer events */
.news .ban, .news .ban * { pointer-events: none; }

/* === POLISH: news detail readability === */
.newsDetail .content { line-height: 1.8; font-size: 14px; color: #333; }
.newsDetail .content p { margin: 10px 0; }
.newsDetail .back { display:block; width: 86%; margin: 18px auto 0; text-align:center; padding: 12px 0; border-radius: 24px; }

/* === UI: replace arrow icon with CSS (avoid missing bg image) === */
.tyText ul li a .content{
  background: none !important;
  position: relative;
}
.tyText ul li a .content:after{
  content: '';
  position: absolute;
  right: 0.12rem;
  top: 0.3rem;
  width: 0.08rem;
  height: 0.08rem;
  border-right: 2px solid rgba(0,0,0,.25);
  border-bottom: 2px solid rgba(0,0,0,.25);
  transform: rotate(-45deg);
}

/* === UI: ensure footer nav/text visible on dark bg === */
footer .nav a{ color: rgba(255,255,255,.75) !important; }
footer .text{ color: rgba(255,255,255,.6) !important; }




/* =========================
   PATCH (Clean & Stable Overrides)
   Added: 2026-01-05
   说明：以下为“最终覆盖层”，用于稳定样式/点击，不删除原有规则，避免误删造成其它页面异常。
   ========================= */

/* ① 顶部双按钮（原版样式） */
.headerBox{ position: relative; }
.headerActions{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 10px;
  z-index: 20;
}
.headerActions .topPill{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  background: #2f7cff;
  border: 1px solid #2f7cff;
  color: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,.08);
}
@media (max-width: 360px){
  .headerActions{ gap: 6px; }
  .headerActions .topPill{ padding: 6px 10px; font-size: 11px; }
}

/* ② 去掉热门推荐背景红点噪点 */
.index_hotGame{
  background-image: none !important;
  background: #0f2c3a !important;
}

/* ③ 首页 Banner LOGO（麻将胡了2）大小 + 下移
   你的 .text 是 absolute + bottom 定位，margin 视觉上不一定明显
   所以用 transform 正向下移（最稳定）
*/
.index_banner .swiper-container .swiper-slide .text .titleImg{
  width: 85vw !important;
  max-width: 560px !important;
  height: auto !important;
  display: block !important;
  margin: 0 auto 0.16rem !important;
  transform: translateY(0.28rem) !important; /* 往下：0.15~0.45 之间微调 */
}

/* ④ 首页/新闻列表右侧箭头：用 CSS 画（避免图片丢失/路径问题） */
.tyText ul li a .content{
  background: none !important;
  position: relative;
}
.tyText ul li a .content:after{
  content: '';
  position: absolute;
  right: 0.12rem;
  top: 0.3rem;
  width: 0.08rem;
  height: 0.08rem;
  border-right: 2px solid rgba(0,0,0,.25);
  border-bottom: 2px solid rgba(0,0,0,.25);
  transform: rotate(-45deg);
}

/* ⑤ 新闻中心 Banner：铺满 + 去文字层（只保留这一套覆盖，避免重复规则打架） */
.baseBox.theme.news{
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.baseBox.theme.news .ban{
  width: 100% !important;
  height: 3.2rem !important;
  margin: 0 !important;
  border-radius: 0 !important;
  background: url("../img/newsBg.png") no-repeat center center !important;
  background-size: cover !important;
  overflow: hidden !important;
  box-shadow: none !important;
}
.baseBox.theme.news .ban .text,
.baseBox.theme.news .ban img{
  display: none !important;
}

/* ⑥ 修复新闻列表点击：避免 banner/装饰层吃掉点击 */
.news .tyText{ position: relative; z-index: 10; }
.news .tyText ul,
.news .tyText li,
.news .tyText li a{ position: relative; z-index: 11; }
.news .ban,
.news .ban *{ pointer-events: none; }

/* ⑦ footer 深色背景下文字/链接可读 */
footer .nav a{ color: rgba(255,255,255,.75) !important; }
footer .text{ color: rgba(255,255,255,.6) !important; }

/* ========================= */

/* ⑦ 首页 NEWS：确保列表与按钮/HELP 间距正常 */
.index_News .tyText{ margin-top: .18rem; }
.index_News{ padding-bottom: 1.2rem; }
.news1{ margin-top: .2rem; }

/* =========================
   PATCH: 顶部双按钮（联系客服 / 下载游戏）- 只影响 headerActions
   ========================= */
.headerBox{ position: relative; }

.headerActions{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(calc(-50% + 28px), -50%) !important; /* 往右移：改 18px */
  display: flex !important;
  gap: 10px;
  z-index: 999 !important;
}

.headerActions .topPill{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  background: #2f7cff;
  border: 1px solid #2f7cff;
  color: #fff;
}

.headerActions .topPill.primary{
  background: #2f7cff;
  border-color: #2f7cff;
  color: #fff;
}
.index_banner .titleImg{
  width: 85vw !important;
  height: auto !important;
  display: block !important;
  margin: 0 auto 0.16rem !important;
}

/* ✅ 最终锁定：麻将胡了2的位置只认这一条 */
.index_banner .swiper-container .swiper-slide .text .titleImg{
  width: 85vw !important;
  max-width: none !important;
  height: auto !important;
  display: block !important;

  /* ✅ 用 transform 控制上下（推荐） */
  margin: 0 auto 0.16rem !important;
  transform: translateY(-1.25rem) !important;  /* 改回之前更靠下的位置 */
}
/* ===== 首页 Banner：麻将胡了2 LOGO 放大（最终锁定版） ===== */
.index_banner .swiper-container .swiper-slide .text .titleImg{
  width: 100vw !important;      /* 放大关键：原来 78~85vw */
  max-width: none !important;  /* 不限制最大宽度 */
  height: auto !important;
  display: block !important;
  margin: 0 auto 0.16rem !important;
}
/* 菜单打开时，隐藏顶部两个按钮（避免出现在菜单层里） */
header .showNav.open ~ .headerBox .headerActions,
header .showNav.open + .headerActions,
header .showNav.open .headerActions { display:none !important; }

/* 更稳：只要菜单展开（open），就隐藏 headerActions */
header .showNav.open { z-index: 1000; }
header .showNav.open ~ * .headerActions { display: none !important; }
/* 菜单打开时，立即隐藏顶部两个按钮（避免闪一下） */
body.menu-open .headerActions{
  display: none !important;
}
/* === FIX：新闻列表无法点击 === */

/* 确保新闻列表在最上层 */
.index_News,
.index_News .text,
.index_News .tyText,
.index_News ul,
.index_News li,
.index_News li a {
  position: relative;
  z-index: 20;
}

/* 上方 banner / 装饰层不拦截点击 */
.index_banner,
.index_banner *,
.news .ban,
.news .ban * {
  pointer-events: none;
}



/* =========================
   PATCH: 首页 新闻/帮助 点击无响应修复
   只影响首页 index 的 NEWS/PROBLEM/HELP 区块
   ========================= */

/* 1) NEWS 列表底部给“查看更多”按钮留出空间，避免按钮层遮住最后两条新闻 */
.index_News{ padding-bottom: 1.25rem !important; }
.index_News .text{ padding-bottom: .75rem !important; position: relative; z-index: 2; }
.index_News .more{ z-index: 1; }

/* 2) PROBLEM / HELP 列表确保在最上层可点击（防止被其它装饰层/遮罩误盖住） */
.news1{ position: relative; }
.news1 ul{ position: relative; z-index: 2; }
.news1 ul li a{ position: relative; z-index: 3; }

/* 游戏中心下载 Banner */
.gameCenterBanner{
  display: block;
  width: 100%;
  margin: 0;
}

.gameCenterBanner img{
  width: 100%;
  height: auto;
  display: block;
}


/* === 游戏中心 Banner（使用新图） === */
.game .gameBan{
  overflow: hidden;
  height: 3.2rem;
  background: url("../img/game-center-banner.png") no-repeat center center;
  background-size: cover;
  position: relative;
}
/* ===== News Banner：去掉大白边，贴边铺满 ===== */

/* news.html 外层：不让左右出现卡片留白 */
.baseBox.theme.news{
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* banner 本体：高度缩短 + 背景铺满 + 去阴影 */
.baseBox.theme.news .ban{
  width: 100% !important;
  height: 2.25rem !important;            /* 关键：缩短高度（你觉得还高就继续减） */
  margin: 0 !important;
  border-radius: 0 !important;
  overflow: hidden !important;

  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;     /* 关键：铺满裁切 */
  box-shadow: none !important;
}

/* banner 里如果还有旧文字层，隐藏掉避免撑出空白 */
.baseBox.theme.news .ban .text{
  display: none !important;
}
/* ===============================
   News Center Banner 修复（针对 newsBg.png）
   =============================== */

/* 去掉新闻页左右留白 */
.baseBox.theme.news{
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* 新闻中心 Banner 本体 */
.baseBox.theme.news .ban{
  width: 100% !important;
  height: 1.9rem !important;              /* ✅ 最适合 newsBg.png 的高度 */
  margin: 0 !important;
  padding: 0 !important;

  background: url("../img/newsBg.png") no-repeat center center !important;
  background-size: cover !important;       /* 关键：铺满裁切 */
  
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

/* banner 内原有文字/图层全部隐藏，避免撑高 */
.baseBox.theme.news .ban .text,
.baseBox.theme.news .ban img{
  display: none !important;
}


/* === FIX: 首页 Banner 两个下载按钮保持原始尺寸（仅调整这里，不影响其它模块） === */
.index_banner .swiper-container .swiper-slide .text .down_set{
  display: flex;
  gap: 0.12rem;
  justify-content: center;
  align-items: center;
}
.index_banner .swiper-container .swiper-slide .text .down_set a{
  flex: 0 0 auto;
  display: block;
}
.index_banner .swiper-container .swiper-slide .text .down_set a img,
.index_banner .swiper-container .swiper-slide .text .down_set .dowmImg{
  display: block;
  width: 1.66rem !important;   /* 两个按钮的视觉宽度（想更大就加） */
  height: auto !important;
  max-width: none !important;
}
@media (max-width: 375px){
  .index_banner .swiper-container .swiper-slide .text .down_set a img,
  .index_banner .swiper-container .swiper-slide .text .down_set .dowmImg{
    width: 1.56rem !important;
  }
}


/* ===== FIX: LOGO 等比显示 + footerIcon 去白底条 ===== */
header .logo {
  width: auto !important;
  height: 0.29rem !important;
  max-width: 1.2rem;
  object-fit: contain;
}

footer .top .logo_b {
  width: auto !important;
  height: 0.29rem !important;
  max-width: 1.2rem;
  object-fit: contain;
}

footer .icon {
  background: transparent !important;
}

footer .icon img {
  width: auto !important;
  height: 0.35rem !important;
  max-width: 100%;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
