@charset "UTF-8";
/* 公共样式 - 全站通用 */
/* 重置样式 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  background-color: #f5f5f5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* 移动端适配 */
html {
  font-size: 50px;
}
/* 链接样式 */
a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
ul, ol {
  list-style: none;
}
/* 头部 */
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.88rem;
  padding: 0 0.18rem;
  zoom: 1;
  background: #66D105;
}
.header > div:first-child a img {
  width: 3rem;
}
.header > div:last-child svg {
  fill: #fff;
  width: 0.6rem;
  height: 0.6rem;
  position: relative;
  top: 0.05rem;
}
/* 展开的导航栏 */
.navBox {
  background: #ffffff;
  box-shadow: 1px 2px 2px #ccc;
  padding: 0.28rem;
  position: absolute;
  top: 0.88rem;
  left: 0;
  width: 100%;
  z-index: 999;
  display: none;
}
.navBox .tab {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.3rem;
  line-height: 0.72rem;
  border: 2px solid #55ae03;
  border-radius: 0.1rem;
  overflow: hidden;
}
.navBox .tab > div {
  width: 100%;
  text-align: center;
  color: #55ae03;
}
.navBox .tab > div.active {
  color: #fff;
  background: #55ae03;
}
.navBox .navList {
  margin-top: 0.2rem;
}
.navBox .navList .navItem {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: calc(100% + 0.28rem);
}
.navBox .navList .navItem a {
  display: block;
  border: 1px solid #d6d6d6;
  padding: 0.2rem;
  width: calc(33% - 0.28rem);
  margin-right: 0.28rem;
  margin-bottom: 0.28rem;
}
.navBox .navList .navItem a:hover {
  background: #55ae03;
  color: #fff;
  border: 1px solid #55ae03;
}
.navBox .navList .navItem a > div {
  text-align: center;
  font-size: 0.32rem;
}
.navBox .navList .navItem a > div:nth-child(2) {
  font-size: 0.24rem;
  opacity: 0.6;
  margin-top: 0.1rem;
}
/* 次级导航 */
.nav {
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid #dcdcdc;
  /* float: left; */
}
.nav > div {
  width: 19.1%;
  display: inline-block;
  text-align: center;
  line-height: 0.8rem;
  font-size: 0.32rem;
}
.nav > div.active {
  color: #66D105;
}
.nav > div svg {
  width: 0.32rem;
  fill: #BFBFBF;
}
.nav > div.active svg {
  transform: rotate(180deg);
}
/* 轮播图 */
.bannerBox {
  padding: 0.1rem 0;
  height: 3rem;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.bannerBox .banner {
  width: auto;
  height: 100%;
  display: flex;
  transition: left 0.3s ease-in-out;
  position: relative;
  left: 0;
}
.bannerBox .banner a {
  display: block;
  width: 100vw;
  height: 100%;
  min-width: 100vw;
}
.bannerBox .banner a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bannerBox .bannerNav {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 0;
}
.bannerBox .bannerNav > div {
  width: 0.75rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bannerBox .bannerNav > div svg {
  fill: rgba(255, 255, 255, 0.5);
  width: 0.6rem;
}
.gameTitle{
   font-size: 18px;
   margin: 0 0 0 20px;
}
/* 游戏列表盒子通用 */
.gameBox {
  width: 100%;
  background: #ffffff;
  padding-bottom: 0.2rem;
  margin: 0.2rem 0;
  overflow: hidden;
}
.gameBox .gameTitle {
  font-size: 0.32rem;
  font-weight: bold;
  color: #333333;
  padding: 0.2rem 0.18rem;
  border-bottom: 1px solid #eeeeee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gameBox .gameTitle .gameType {
  border: 1px solid #55AE03;
  border-radius: 0.08rem;
  display: flex;
  overflow: hidden;
}
.gameBox .gameTitle .gameType span {
  color: #55AE03;
  font-size: 0.28rem;
  font-weight: 400;
  padding: 0 0.15rem;
  line-height: 0.44rem;
}
.gameBox .gameTitle .gameType span.active {
  color: #fff;
  background: #55AE03;
}
.gameBox .gameTitle .more {
  font-size: 0.28rem;
  font-weight: 400;
  color: #55AE03;
}
.gameBox .list{
   display: flex;
   flex-wrap: wrap;
}
.gameBox .list a {
  display: inline-block;
  width: 25%;
  height: auto;
  margin-top: 0.24rem;
}
.gameBox .list a img {
  width: 1.32rem;
  height: 1.32rem;
  margin: 0 auto;
}
.gameBox .list a span {
  display: block;
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.28rem;
  color: #333;
  text-align: center;
  padding: 0 0.2rem;
  text-align: center;
  margin-top: 0.12rem;
  display: block;
  overflow: hidden;
}
.gameBox .list.bigList a {
  width: 49.3%;
}
.gameBox .list.bigList a img {
  width: 3.4rem;
  height: 2.04rem;
  object-fit: cover;
  border-radius: 0.1rem;
}
/* 页脚 */
.footerN {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0.88rem;
  background: #ffffff;
  font-size: 0.26rem;
  color: #333333;
  margin-top: 0.2rem;
}
.footerN span {
  margin: 0 0.2rem;
}
