.index-top-shadow {
  z-index: 99;
  position: fixed;
  width: 100%;
  height: 1.72rem;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #1B191A 0%, rgba(27, 25, 26, 0) 100%);
  pointer-events: none;
}
.index-banner {
  overflow: hidden;
  height: 10.24rem;
  background-color: #fff;
  position: relative;
}
.index-banner::after {
  content: '';
  position: absolute;
  pointer-events: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3.76rem;
  z-index: 9;
  background: linear-gradient(1deg, #1B191A 0%, rgba(27, 25, 26, 0) 100%);
}
.index-banner .swiper-pagination {
  z-index: 10;
  bottom: 0.48rem;
}
.index-banner .swiper-pagination-bullet {
  width: 0.3rem;
  height: 0.1rem;
  margin: 0 0.04rem;
  border-radius: 0.06rem;
  background-color: #fff;
  opacity: 1;
}
.index-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 0.66rem;
  background-color: var(--theme-color);
}
.index-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-title p {
  font-size: 0.4rem;
  font-weight: 700;
  position: relative;
  color: #fff;
}
.index-title p::after {
  content: '';
  position: absolute;
  left: 0.12rem;
  bottom: 0.2rem;
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 2.4rem;
  height: 0.5rem;
}
.index-title a {
  font-size: 0.24rem;
  color: #acacac;
  display: flex;
  align-items: center;
}
.index-title a:active {
  color: var(--theme-color);
}
.index-title a i {
  margin-left: 0.12rem;
  width: 0.08rem;
  height: 0.14rem;
  background: url(../addimages/index/arrow.png) no-repeat 0 0 / 100% 100%;
}
.news {
  padding: 0.66rem 0.3rem 0;
  margin-bottom: 0.9rem;
}
.news .index-title p::after {
  content: 'NEWS';
  white-space: nowrap;
  width: 5.38rem;
  height: 0.5rem;
  line-height: 0.2rem;
  font-size: 0.6rem;
  font-weight: 700;
  color: #3A3839;
  font-style: italic;
  z-index: -1;
}
.news .news-box {
  margin-top: 0.56rem;
  height: 5.8rem;
  display: flex;
  justify-content: space-between;
}
.news .news-box .news-box-left {
  width: 3.5rem;
  margin-right: 0.2rem;
  border-radius: 0.4rem;
  overflow: hidden;
}
.news .news-box .news-box-right {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.news .news-box .news-box-right a {
  width: 3.2rem;
  height: 1.84rem;
  border-radius: 0.4rem;
  overflow: hidden;
}
.news .news-box .news-box-right a:nth-child(2) {
  margin: 0.14rem 0;
}
.hot-games {
  padding: 0 0.3rem;
  margin-bottom: 1.2rem;
}
.hot-games .index-title p::after {
  content: 'GAMES';
  white-space: nowrap;
  width: 5.38rem;
  height: 0.5rem;
  line-height: 0.2rem;
  font-size: 0.6rem;
  font-weight: 700;
  color: #3A3839;
  font-style: italic;
  z-index: -1;
}
.hot-games .games-swiper {
  height: 6.5rem;
  padding-top: 1.4rem;
  overflow: hidden;
}
.hot-games .games-swiper .swiper-slide {
  width: 3.34rem;
  height: 5rem;
  border-radius: 0.24rem;
  overflow: hidden;
}
.hot-games .games-swiper .swiper-slide .before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 100;
  display: block;
}
.hot-games .games-swiper .swiper-slide a {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5.08rem;
  width: 3.34rem;
  z-index: 1;
}
.hot-games .games-swiper .swiper-slide a .img {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3.34rem;
  height: 6.08rem;
}
.hot-games .games-swiper .swiper-slide a .intr {
  z-index: 1;
  padding: 0 0.24rem;
  position: absolute;
  bottom: 0.4rem;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hot-games .games-swiper .swiper-slide a .intr .icon {
  width: 0.96rem;
  height: 0.96rem;
  border-radius: 0.12rem;
}
.hot-games .games-swiper .swiper-slide a .intr .tit {
  margin: 0.2rem 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.32rem;
  font-weight: 700;
  color: #fff;
  width: 100%;
  text-align: center;
}
.hot-games .games-swiper .swiper-slide a .intr .more {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.62);
  display: none;
  align-items: center;
  justify-content: center;
  padding-top: 0.2rem;
  color: #fff;
  font-size: 0.24rem;
}
.hot-games .games-swiper .swiper-slide a .intr .more i {
  margin-left: 0.1rem;
  width: 0.12rem;
  height: 0.12rem;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
}
.hot-games .games-swiper .swiper-slide.swiper-slide-active {
  height: 6.08rem;
  z-index: 100;
  overflow: visible;
}
.hot-games .games-swiper .swiper-slide.swiper-slide-active a {
  bottom: 1rem;
  height: 6.08rem;
}
.hot-games .games-swiper .swiper-slide.swiper-slide-active a .intr .more {
  display: flex;
}
.hot-games .games-swiper .swiper-slide.swiper-slide-active .before {
  -webkit-animation: hidezz 0.2s forwards;
  animation: hidezz 0.2s forwards;
}
@-webkit-keyframes hidezz {
  0% {
    display: block;
  }
  100% {
    width: 0;
    height: 0;
    opacity: 0;
    display: none;
  }
}
@keyframes hidezz {
  0% {
    display: block;
  }
  100% {
    width: 0;
    height: 0;
    opacity: 0;
    display: none;
  }
}
.xfyg {
  padding: 0 0.3rem;
  margin-top: 1.5rem;
}
.xfyg .index-title {
  margin-bottom: 0.6rem;
}
.xfyg .index-title p::after {
  content: 'DRESS NOTICE';
  white-space: nowrap;
  width: 5.38rem;
  height: 0.5rem;
  line-height: 0.2rem;
  font-size: 0.6rem;
  font-weight: 700;
  color: #3A3839;
  font-style: italic;
  z-index: -1;
}
.xfyg .index-title a {
  display: none;
}
.xfyg .xfyg-ul li {
  height: 1.54rem;
  margin-bottom: 0.4rem;
  background-color: #3A3839;
  border-radius: 0.4rem;
  overflow: hidden;
  position: relative;
}
.xfyg .xfyg-ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.xfyg .xfyg-ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 0.32rem 0 0.24rem;
  display: flex;
  align-items: center;
}
.xfyg .xfyg-ul li a .icon {
  width: 1rem;
  height: 1rem;
  border-radius: 0.12rem;
  margin-right: 0.24rem;
  overflow: hidden;
}
.xfyg .xfyg-ul li a .intr {
  flex: 1;
  overflow: hidden;
}
.xfyg .xfyg-ul li a .intr p {
  white-space: nowrap;
  text-overflow: ellipsis;
}
.xfyg .xfyg-ul li a .intr .p1 {
  color: #fff;
  font-size: 0.32rem;
}
.xfyg .xfyg-ul li a .intr .p2 {
  color: #acacac;
  font-size: 0.28rem;
}
.xfyg .xfyg-ul li a i {
  margin-left: 0.4rem;
  width: 0.36rem;
  height: 0.36rem;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../addimages/index/lb.png);
}
.xfyg .xfyg-ul li:active i {
  background-image: url(../addimages/index/lb_active.png);
}
.sqzx {
  margin-top: 1.36rem;
  padding: 0 0.3rem;
}
.sqzx .index-title p::after {
  content: 'COMMUNITY CENTER';
  white-space: nowrap;
  width: 5.38rem;
  height: 0.5rem;
  line-height: 0.2rem;
  font-size: 0.6rem;
  font-weight: 700;
  color: #3A3839;
  font-style: italic;
  z-index: -1;
}
.sqzx .index-title a {
  display: none;
}
.sqzx .box_39 {
  margin: 0.6rem 0 0.4rem;
  display: flex;
  align-items: center;
  padding-right: 0.24rem;
}
.sqzx .box_39 .icon {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 0.12rem;
  overflow: hidden;
  margin-right: 0.24rem;
}
.sqzx .box_39 .intr {
  flex: 1;
}
.sqzx .box_39 .intr .p1 {
  color: #fff;
  font-size: 0.32rem;
  font-weight: 700;
}
.sqzx .box_39 .intr .p2 {
  color: #acacac;
  font-size: 0.24rem;
}
.sqzx .box_39 .go-gw {
  width: 1.34rem;
  height: 0.5rem;
  text-align: center;
  display: flex;
  justify-content: center;
  color: var(--theme-color);
  position: relative;
}
.sqzx .box_39 .go-gw i {
  position: absolute;
  background-color: var(--theme-color);
}
.sqzx .box_39 .go-gw i:nth-child(1) {
  width: 0.28rem;
  height: 1px;
  top: 0;
  left: -0.21rem;
  transform-origin: right 0;
  transform: rotate(-60deg);
}
.sqzx .box_39 .go-gw i:nth-child(2) {
  width: 0.28rem;
  height: 1px;
  bottom: 0;
  left: -0.21rem;
  transform-origin: right 100%;
  transform: rotate(60deg);
}
.sqzx .box_39 .go-gw i:nth-child(3) {
  width: 0.28rem;
  height: 1px;
  top: 0;
  right: -0.21rem;
  transform-origin: left 0;
  transform: rotate(60deg);
}
.sqzx .box_39 .go-gw i:nth-child(4) {
  width: 0.28rem;
  height: 1px;
  bottom: 0;
  right: -0.21rem;
  transform-origin: left 100%;
  transform: rotate(-60deg);
}
.sqzx .box_39 .go-gw p {
  font-size: 0.28rem;
  line-height: 0.45rem;
  width: 1.18rem;
  height: 100%;
  border-top: 1px solid var(--theme-color);
  border-bottom: 1px solid var(--theme-color);
}
.sqzx .sqzx-p {
  font-size: 0.28rem;
  color: #acacac;
  word-break: break-all;
  line-height: 0.56rem;
  margin-bottom: 0.4rem;
}
.sqzx .sqzx-a {
  display: flex;
  justify-content: space-between;
}
.sqzx .sqzx-a a {
  width: 1.52rem;
  height: 0.48rem;
  background-color: #3a3839;
  border-radius: 2rem;
  display: flex;
  align-items: center;
  padding-left: 0.1rem;
  position: relative;
}
.sqzx .sqzx-a a i {
  width: 0.4rem;
  height: 0.3rem;
  margin-right: 0.16rem;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.sqzx .sqzx-a a p {
  position: absolute;
  left: 0.6rem;
  top: 50%;
  white-space: nowrap;
  color: #fff;
  font-size: 0.4rem;
  transform: translateY(-50%) scale(0.5);
  transform-origin: 0 center;
}
.sqzx .sqzx-a a:nth-child(1) i {
  background-image: url(../addimages/index/icon1.png);
}
.sqzx .sqzx-a a:nth-child(2) i {
  background-image: url(../addimages/index/icon4.png);
}
.sqzx .sqzx-a a:nth-child(3) i {
  background-image: url(../addimages/index/icon3.png);
}
.sqzx .sqzx-a a:nth-child(4) i {
  background-image: url(../addimages/index/icon2.png);
}
.sqzx .sqzx-box {
  margin: 0.32rem auto 0.8rem;
  height: 5.44rem;
  width: 5.64rem;
  background: url(../addimages/index/sq_bg.png) no-repeat 0 0 / 100% 100%;
  transform: translateX(0.4rem);
  position: relative;
}
.sqzx .sqzx-box .sqzx-box2 {
  position: absolute;
  top: 0.76rem;
  left: 0.72rem;
  width: 3.76rem;
  height: 3.12rem;
  background: url(../addimages//index/sq_bg2.png) no-repeat 0 0 / 100% 100%;
}
.sqzx .sqzx-box .sqzx-qr {
  position: absolute;
  top: 1.02rem;
  left: 1.64rem;
  width: 1.92rem;
  height: 1.94rem;
  background: url(../addimages//index/39down.png) no-repeat 0 0 / 100% 100%;
}
.sqzx .sqzx-box .sqzx-words {
  position: absolute;
  top: 3.2rem;
  left: 1.18rem;
  font-size: 0.28rem;
  color: #fff;
}
.kfzx {
  padding: 0 0.3rem;
}
.kfzx .index-title {
  margin-bottom: 0.6rem;
}
.kfzx .index-title p::after {
  content: 'SERVICE CENTER';
  white-space: nowrap;
  width: 5.38rem;
  height: 0.5rem;
  line-height: 0.2rem;
  font-size: 0.6rem;
  font-weight: 700;
  color: #3A3839;
  font-style: italic;
  z-index: -1;
}
.kfzx .kfzx-ul {
  margin-top: 0.6rem;
  margin-bottom: 1.1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.kfzx .kfzx-ul li {
  width: 3.28rem;
  height: 1.5rem;
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.kfzx .kfzx-ul li a {
  position: absolute;
  width: 100%;
  height: 100%;
}
.kfzx .kfzx-ul li p {
  white-space: nowrap;
}
.kfzx .kfzx-ul li .p1 {
  position: absolute;
  top: 0.3rem;
  left: 0.2rem;
  font-size: 0.28rem;
  font-weight: 700;
  color: #fff;
}
.kfzx .kfzx-ul li .p2 {
  position: absolute;
  bottom: 0.3rem;
  left: 0.2rem;
  font-size: 0.24rem;
  color: rgba(255, 255, 255, 0.8);
}
.kfzx .kfzx-ul li:nth-child(1) {
  background-image: url(../addimages/index/kf1.png);
  margin-bottom: 0.54rem;
}
.kfzx .kfzx-ul li:nth-child(2) {
  background-image: url(../addimages/index/kf2.png);
  margin-bottom: 0.54rem;
}
.kfzx .kfzx-ul li:nth-child(3) {
  width: 3.5rem;
  height: 1.56rem;
  background-image: url(../addimages/index/kf3.png);
}
.kfzx .kfzx-ul li:nth-child(4) {
  background-image: url(../addimages/index/kf4.png);
}
.footer {
  background-color: #000;
  text-align: center;
  font-size: 0.24rem;
  color: #fff;
  padding: 0.34rem 0;
  white-space: nowrap;
  line-height: 1.8;
}
.footer p:nth-last-child(1) {
  transform: scale(0.9);
}
.fix_nav {
  position: fixed;
  top: 40%;
  left: 0.2rem;
  transform: translateY(-50%);
  z-index: 99;
}
.fix_nav .fn {
  width: 1rem;
  height: 1rem;
  margin-bottom: 0.12rem;
}
.fix_nav .fn_1,
.fix_nav .fn_2 {
  background-color: var(--theme-color);
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.fix_nav .fn_1 i,
.fix_nav .fn_2 i {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: 0.04rem;
  margin-bottom: 0.08rem;
}
.fix_nav .fn_1 span,
.fix_nav .fn_2 span {
  white-space: nowrap;
  font-size: 0.24rem;
  transform: scale(0.85);
}
.fix_nav .fn_1 p,
.fix_nav .fn_2 p {
  display: none;
  opacity: 0;
  font-size: 0.32rem;
  color: #fff;
  width: 3.8rem;
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  border: 1px solid #606264;
  background-color: #4e4e4e;
  position: absolute;
  left: 1.2rem;
  top: 0;
  transition: all ease 1s;
  -webkit-transition: all ease 1s;
  -o-transition: all ease 1s;
  -moz-transition: all ease 1s;
}
.fix_nav .fn_1 em,
.fix_nav .fn_2 em {
  display: none;
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 0;
  height: 0;
  border-top: 0.12rem solid transparent;
  border-bottom: 0.12rem solid transparent;
  border-left: 0.16rem solid #4e4e4e;
}
.fix_nav .fn_1 {
  border-top-left-radius: 0.12rem;
}
.fix_nav .fn_1 i {
  width: 0.48rem;
  height: 0.4rem;
  background-image: url(../addimages/index/r1.png);
}
.fix_nav .fn_1.active {
  background-color: #4e4e4e;
  color: var(--theme-color);
}
.fix_nav .fn_1.active i {
  background-image: url(../addimages/index/r1_active.png);
}
.fix_nav .fn_1.active p,
.fix_nav .fn_1.active em {
  opacity: 1;
  display: block;
}
.fix_nav .fn_2 i {
  width: 0.5rem;
  height: 0.46rem;
  background-image: url(../addimages/index/r2.png);
}
.fix_nav .fn_2.active {
  background-color: #4e4e4e;
  color: var(--theme-color);
}
.fix_nav .fn_2.active i {
  background-image: url(../addimages/index/r2_active.png);
}
.fix_nav .fn_2.active p,
.fix_nav .fn_2.active em {
  opacity: 1;
  display: block;
}
.fix_nav .fn_3 {
  border-bottom-left-radius: 0.12rem;
  margin-bottom: 0;
  background-color: #666;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fix_nav .fn_3 i {
  width: 0.38rem;
  height: 0.58rem;
  background: url(../addimages/index/totop.png) no-repeat 0 0 / 100% 100%;
}
