﻿.pc_index {
  display: none;
}
.wap_index {
  display: block;
  background-color: #ffffff;
}
.head .nav_modal .content .navbar:nth-of-type(1) {
  color: #d32f2f;
  font-weight: 700;
}
.swiper1 .swiper-wrapper .swiper-slide {
  height: 100%;
  position: relative;
  flex-shrink: 0;
  z-index: 10;
}
.swiper1 .swiper-wrapper a {
  display: block;
  height: 40rem;
}
.swiper1 .swiper-wrapper a .banner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.swiper1 .swiper-wrapper a .banner_desc {
  text-align: center;
  padding-left: 0;
  margin: auto;
}
.swiper1 .swiper-wrapper a .banner_desc img {
  min-height: 30vw;
  height: 25.2vw;
  margin-top: 30.066vw;
  margin-bottom: 5.333vw;
}
.swiper1 .swiper-wrapper a .banner_desc .banner_content {
  position: absolute;
  margin: 65.399vw auto 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-shadow: 0 0.6rem 1rem rgba(0, 0, 0, 0.5);
  white-space: nowrap;
  line-height: 3rem;
  height: 3rem;
}
.swiper1 .swiper-wrapper a .banner_desc .banner_content div:nth-of-type(1) {
  font-size: 2.5rem;
}
.swiper1 .swiper-wrapper a .banner_desc .banner_content div:nth-of-type(2) {
  font-size: 1.6rem;
}
.swiper1 .swiper-wrapper a .banner_desc .banner_content div:nth-of-type(3) {
  width: 89.333vw;
  height: 12.266vw;
  margin: 6.66vw auto 0rem;
  background-color: #d32f2f;
  border: 0.1rem solid #d32f2f;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.9999;
  cursor: pointer;
}
.game_list {
  margin-top: 4.5rem;
}
.game_list .tips {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
  font-size: 2.2rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
}
.game_list .tips .title {
  color: #333;
  margin-right: 0.8rem;
}
.game_list .tips .more img {
  vertical-align: middle;
}
.game_list .mobile_game {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  text-align: left;
  padding-bottom: 3rem;
  scrollbar-width: none;
}
.game_list .mobile_game::-webkit-scrollbar {
  display: none;
}
.game_list .mobile_game .game_card {
  width: 17.7rem;
  height: 100%;
  position: relative;
  display: inline-block;
  margin: 0 0 0 2rem;
  color: #333;
}
.game_list .mobile_game .game_card .game_img {
  width: 100%;
  height: 24.7rem;
  position: relative;
}
.game_list .mobile_game .game_card .game_img img {
  width: 100%;
  height: 100%;
}
.game_list .mobile_game .game_card .game_img .desc {
  width: 100%;
  height: 9.7rem;
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.8));
  color: #fff;
  text-align: center;
  line-height: 9.7rem;
  font-size: 1.6rem;
  text-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.game_list .mobile_game .game_card .game_logo {
  width: 7rem;
  height: 7rem;
  position: relative;
  margin: -3rem auto auto;
  opacity: 0.999;
  text-align: center;
}
.game_list .mobile_game .game_card .game_logo img {
  width: 6rem;
  height: 6rem;
  border-radius: 1.5rem;
  opacity: 0.99999;
}
.game_list .mobile_game .game_card:last-of-type {
  margin-right: 2rem;
}
.news {
  width: 100%;
  padding: 1rem 0;
}
.news .tips {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
  font-size: 2.2rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
}
.news .tips .title {
  color: #333;
  margin-right: 0.8rem;
}
.news .tips .more img {
  vertical-align: middle;
}
.news .content {
  margin-top: 1.5rem;
  padding: 0 2rem;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
}
.news .content::-webkit-scrollbar {
  display: none;
}
.news .content .item {
  width: 21.6rem;
  height: 24rem;
  margin-right: 1.5rem;
  display: inline-block;
  box-shadow: 0 0.2rem 0.6rem 0 rgba(0, 0, 0, 0.1);
  text-align: left;
  overflow: hidden;
  position: relative;
  color: #333;
}
.news .content .item .item_img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.news .content .item .item_img .temp {
  overflow: hidden;
  height: 12.3rem;
}
.news .content .item .item_img .temp img {
  width: 100%;
  height: 100%;
}
.news .content .item:last-of-type {
  margin-right: 0;
}
.news .content .detail {
  height: 11.5rem;
  bottom: 0;
  z-index: 1;
  width: 100%;
  position: absolute;
  left: 0;
}
.news .content .detail p:nth-child(1) {
  font-size: 1.4rem;
  line-height: 1.8rem;
  margin-top: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  padding: 0 1.5rem;
  color: #333;
}
.news .content .detail p:nth-child(2) {
  font-size: 1.2rem;
  line-height: 1.2rem;
  margin-top: 1.2rem;
  padding: 0 1.5rem;
  opacity: 0.5;
  color: #666;
}
.news .content .detail p:nth-child(3) {
  font-size: 1.2rem;
  margin-top: 0.4rem;
  padding: 0 1.5rem;
  color: #666;
  line-height: 1.2rem;
}
.bottom_bg {
  height: 86.933vw;
  margin-top: 6rem;
  width: 100%;
  position: relative;
  background: #000;
  display: block;
  cursor: pointer;
}
.bottom_bg img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.bottom_bg .content {
  text-align: center;
  padding-top: 38.7vw;
  height: 100%;
  width: 100%;
  margin: auto;
}
.bottom_bg p:nth-child(1) {
  font-size: 2.4rem;
  line-height: 2.9rem;
  color: #fff;
  opacity: 0.999;
}
.bottom_bg p:nth-child(2) {
  font-size: 1.4rem;
  line-height: 2.1rem;
  margin-top: 0.4rem;
  opacity: 0.8;
  font-family: DINPro-Bold;
  color: #fff;
}
.bottom_bg .more {
  margin: 2.6rem auto 0;
  width: 89.3333vw;
  height: 12.267vw;
  background-color: #d32f2f;
  border: 0.1rem solid #d32f2f;
  font-family: Helvetica;
  font-size: 1.8rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.9999;
  cursor: pointer;
}
.space {
  font-size: 1.4rem;
  background: #f6f6f6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.space .sear,
.space .lianxi {
  width: 100%;
  height: 5rem;
  color: #333;
  background-color: #fafafa;
  border-top: 0.1rem solid #eee;
  border-bottom: 0.1rem solid #eee;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.4rem;
}
.section {
  margin: 0 auto;
  margin-top: 2rem;
  width: 93%;
}
.section .section_title {
  margin-bottom: 5vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.section .section_title .title_img {
  width: 26vw;
  margin-left: 2vw;
}
.section .section_title .more img {
  width: 6vw;
}
.section .service_center {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.section .service_center li {
  width: 48%;
  margin-right: 2%;
  border-radius: 12px;
}
.section .service_center li:nth-child(2n) {
  margin-right: 0;
}
.section .service_center li a {
  width: 100%;
  position: relative;
}
.section .service_center li a .bg {
  width: 100%;
  transform: scale(1.1);
  z-index: 1;
}
.section .service_center li a .txt {
  position: absolute;
  left: 13vw;
  top: 50%;
  transform: translateY(-50%) scale(0.9);
  color: #fff;
  width: 32vw;
}
.section .service_center li a .txt .l1 {
  font-size: 4vw;
}
.section .service_center li a .txt .l2 {
  font-size: 3.6vw;
  opacity: 0.8;
  white-space: nowrap;
  transform: scale(0.81);
  transform-origin: 0 0;
}
.section .service_center li:nth-child(2) a .txt .l1,
.section .service_center li:nth-child(2) a .txt .l2 {
  margin-left: 4vw;
}
.section .service_center li:nth-child(4) a .txt .l1 {
  margin-left: 4vw;
}
.section .service_center li:nth-child(4) a .txt .l2 {
  margin-left: 4vw;
}
.section.kefu {
  margin-bottom: 2rem;
}
