/* =============================================
   全局样式
============================================= */
* {
  box-sizing: border-box;
}

.homeContainer {
  width: 100%;
  height: auto;
  text-align: center;
  touch-action: pan-y;
  overflow-x: hidden;
  max-width: 100%;
  position: relative;
}


/* =============================================
   Banner 通用样式
============================================= */
.bannerContainer {
  background: #000;
  width: 100%;
  overflow: hidden;
  height: 540px;
  margin-bottom: 40px;
  position: relative;
}

@media only screen and (max-width: 750px) {
  .bannerContainer {
    height: 106.67vw;
  }
}

.bannerContainer .banner {
  height: 100%;
}

.bannerContainer .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
  margin: auto;
  overflow: hidden;
  display: block;
  min-width: 1440px;
  max-width: 1920px;
}

/* 添加大屏幕适配 */
@media only screen and (min-width: 1921px) {
  .bannerContainer {
    background: #000;
  }
  
  .bannerContainer .swiper-slide {
    max-width: none;
    width: 100vw;
  }
  
  .bannerContainer .bannerImg {
    width: 1920px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
  }
}

/* 添加中等屏幕适配 (751px-1440px) */
@media only screen and (min-width: 751px) and (max-width: 1440px) {
  .bannerContainer .swiper-slide {
    width: 100%;
    min-width: unset;
    max-width: 1440px;
  }
  
  .bannerContainer .bannerImg {
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
  }
}


@media only screen and (max-width: 750px) {
  .bannerContainer .swiper-slide {
    min-width: unset;
    max-width: unset;
    height: 100%;
  }
}

.bannerContainer .bannerCard {
  display: block;
  height: 100%;
  cursor: pointer;
  position: relative;
}

@media only screen and (max-width: 750px) {
  .bannerContainer .bannerCard {
    height: 100%;
    position: relative;
    overflow: visible;
  }
}

.bannerContainer .bannerImg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 1920px;
}

@media only screen and (max-width: 750px) {
  .bannerContainer .bannerImg {
    width: 100%;
    height: 61.33vw;
    object-fit: contain;
    z-index: 1;
  }
}

.bannerContainer .bannerDesc {
  margin: auto;
  max-width: 1560px;
  height: 100%;
  text-align: left;
  padding-left: 100px;
  position: relative;
}

@media only screen and (max-width: 750px) {
  .bannerContainer .bannerDesc {
    text-align: center;
    padding-left: 0;
    max-width: unset;
  }
}

.bannerContainer .bannerDesc .bannerDescContent {
  position: absolute;
  bottom: 80px;
  left: 100px;
}

@media only screen and (max-width: 750px) {
  .bannerContainer .bannerDesc .bannerDescContent {
    position: absolute;
    bottom: 0;
    margin: 65.399vw auto 0;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
    z-index: 2;
  }
}

.bannerContainer .bannerDesc .bannerLogo {
  height: 136.5px;
  margin-top: 58px;
  margin-bottom: 40.5px;
  opacity: 0;
}

@media only screen and (max-width: 750px) {
  .bannerContainer .bannerDesc .bannerLogo {
    min-height: 30vw;
    height: 25.2vw;
    margin-top: 30.066vw;
    margin-bottom: 5.333vw;
    opacity: 1;
  }
}

.bannerContainer .bannerDesc .bannerTitle,
.bannerContainer .bannerDesc .bannerTDesc {
  color: #fff;
  text-shadow: 0 6px 10px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
  font-size: 50px;
  line-height: 63px;
  height: 63px;
  font-weight: 450;
  text-shadow: 3px 4px 12px rgba(0, 0, 0, 0.82);
}

@media only screen and (max-width: 750px) {
  .bannerContainer .bannerDesc .bannerTitle,
  .bannerContainer .bannerDesc .bannerTDesc {
    line-height: 30px;
    height: 30px;
  }

  .bannerContainer .bannerDesc .bannerTitle {
    font-size: 25px;
  }

  .bannerContainer .bannerDesc .bannerTDesc {
    font-size: 16px;
  }
}

.bannerContainer .bannerButton {
  width: 176px;
  height: 46px;
  background-color: #d32f2f;
  border: 1px solid #d32f2f;
  font-family: Helvetica;
  font-size: 18px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.9999;
  cursor: pointer;
  transition: all 0.3s ease;
}

@media only screen and (min-width: 751px) {
  .bannerContainer .bannerButton {
    margin-top: 28px;
    box-shadow: rgba(211, 47, 47, 0.5) 3px 4px 12px 0;
  }
}

@media only screen and (max-width: 750px) {
  .bannerContainer .bannerButton {
    width: 89.333vw;
    height: 12.266vw;
    margin: 6.66vw auto 0;
    box-shadow: none;
  }
}

.bannerContainer .bannerButton:hover {
  background-color: #ee2727;
  border: 1px solid #ee2727;
}

.bannerContainer .pagStyles {
  bottom: 0px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  cursor: default;
  padding: 10px 0;
  height: 26px;
  cursor: pointer;
}

.bannerContainer .swiper-pagination {
  position: relative;
}

@media only screen and (min-width: 751px) {
  .bannerContainer .swiper-pagination {
    bottom: 0;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 750px) {
  .bannerContainer .pagStyles {
    height: 18px;
    padding: 5px 0;
    position: absolute;
    bottom: 0 !important;
    width: 100%;
    z-index: 10;
  }

  .bannerContainer .swiper-pagination {
    bottom: 0 !important;
    margin-top: auto;
    margin-bottom: 0 !important;
  }

  .bannerContainer .swiper-container {
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .bannerContainer div[class="swiper-wrapper"] {
    height: calc(100% - 18px) !important;
    flex: 1;
  }
}

.bannerContainer .bannerBar {
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
  height: 6px;
  width: 100px;
  margin-right: 4px;
  border-radius: 0;
  opacity: 1;
  position: relative;
}

@media only screen and (max-width: 750px) {
  .bannerContainer .bannerBar {
    flex: 1;
    max-width: 70px;
    height: 3px;
    margin-right: 2px;
  }
}

.bannerContainer .bannerBar .bar {
  width: 0;
  height: 100%;
  background: rgba(211, 47, 47, 0.8);
  position: absolute;
  left: 0;
  top: 0;
}

.bannerContainer .barActive {
  background: rgba(211, 47, 47, 0.5);
  position: relative;
  overflow: hidden;
  height: 10px;
}

@media only screen and (max-width: 750px) {
  .bannerContainer .barActive {
    height: 5px;
  }
}

.bannerContainer .barActive .bar {
  animation: progress 4s linear;
  background: rgba(211, 47, 47, 1);
  width: 100%;
}

@keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.bannerContainer div[class="swiper-button-next"],
.bannerContainer div[class="swiper-button-prev"] {
  color: #d32f2f;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.15);
  top: 45%;
  outline: none;
  width: 40px;
  height: 80px;
}

.bannerContainer div[class="swiper-button-next"]::after,
.bannerContainer div[class="swiper-button-prev"]::after {
  font-size: 16px;
}

.bannerContainer div[class="swiper-button-next"] {
  left: auto;
  right: 20px;
}

.bannerContainer div[class="swiper-button-prev"] {
  right: auto;
  left: 20px;
}

@media only screen and (max-width: 750px) {
  .bannerContainer div[class="swiper-button-next"],
  .bannerContainer div[class="swiper-button-prev"] {
    width: 18px;
    height: 60px;
    border: 1px solid rgba(255, 255, 255, 0.15);
  }

  .bannerContainer div[class="swiper-button-next"]::after,
  .bannerContainer div[class="swiper-button-prev"]::after {
    font-size: 16px;
  }

  .bannerContainer div[class="swiper-button-next"] {
    right: 0px;
  }

  .bannerContainer div[class="swiper-button-prev"] {
    left: 0px;
  }
}

.bannerContainer .swiper-btn-next::after {
  content: "next";
}

.bannerContainer .swiper-btn-prev::after {
  content: "prev";
}

.bannerContainer .show {
  opacity: 1 !important;
  transition: all 0.3s;
}

.bannerContainer div[class="swiper-wrapper"] {
  transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  height: 514px;
}

@media only screen and (max-width: 750px) {
  .bannerContainer div[class="swiper-wrapper"] {
    height: 100% !important;
    position: relative;
  }
}

@keyframes fadeIn {
  0% {
    transform: translateX(-49%);
  }
  100% {
    transform: translateX(-50%);
  }
}

.fadeIn .bannrImgAnimation {
  animation: fadeIn 3.5s linear forwards;
}

@media only screen and (min-width: 751px) {
  .fadeIn .descAnimation {
    opacity: 0;
    animation: desc 1s linear forwards;
  }

  .fadeIn .delay-1 {
    animation-delay: 0.5s;
  }

  .fadeIn .delay-2 {
    animation-delay: 0.8s;
  }

  .fadeIn .delay-3 {
    animation-delay: 1.2s;
  }

  @keyframes desc {
    0% {
      transform: translateX(20px);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }

  .fadeIn .bannerLogo {
    opacity: 0;
    animation: desc 1s linear 0.5s forwards;
  }

  .fadeIn .bannerTitle,
  .fadeIn .bannerTDesc {
    opacity: 0;
    animation: desc 1s linear 0.8s forwards;
  }

  .fadeIn .bannerButton {
    opacity: 0;
    animation: desc 1s linear 1.2s forwards;
  }
}

@media only screen and (max-width: 750px) {
  .fadeIn .descAnimation {
    opacity: 1;
    animation: none;
  }

  .fadeIn .delay-1,
  .fadeIn .delay-2,
  .fadeIn .delay-3 {
    animation-delay: 0s;
  }

  .fadeIn .bannerLogo,
  .fadeIn .bannerTitle,
  .fadeIn .bannerTDesc,
  .fadeIn .bannerButton {
    opacity: 1;
    animation: none;
  }
}

@media screen and (max-width: 750px) {
  .swiper-slide[data-game-id="afk_journey"] .bannerImg {
    content: url("https://lilithimage.lilithcdn.com/allgames-official-web/lilith/m/cn/AFK-m-bg.webp");
  }

  .swiper-slide[data-game-id="xgame"] .bannerImg {
    content: url("https://lilithimage.lilithcdn.com/allgames-official-web/lilith/m/cn/xgame-m-bg.webp"); 
  }

  .swiper-slide[data-game-id="warpath"] .bannerImg {
    content: url("https://lilithimage.lilithcdn.com/allgames-official-web/lilith/m/cn/warpath-m-bg.webp");
  }

  .swiper-slide[data-game-id="afk"] .bannerImg {
    content: url("https://lilithimage.lilithcdn.com/allgames-official-web/lilith/m/cn/afk-m-bg.webp");
  }

  .swiper-slide[data-game-id="rok"] .bannerImg {
    content: url("https://lilithimage.lilithcdn.com/allgames-official-web/lilith/m/cn/rok-m-bg.webp");
  }

  .swiper-slide[data-game-id="abi"] .bannerImg {
    content: url("https://lilithimage.lilithcdn.com/allgames-official-web/lilith/m/cn/abi-m-bg.webp");
  }

  .swiper-slide[data-game-id="aoc"] .bannerImg {
    content: url("https://lilithimage.lilithcdn.com/allgames-official-web/lilith/m/cn/aoc-m-bg.webp");
  }

  .swiper-slide[data-game-id="gjj"] .bannerImg {
    content: url("https://lilithimage.lilithcdn.com/allgames-official-web/lilith/m/cn/gjj-m-bg.webp");
  }

  .swiper-slide[data-game-id="isoland"] .bannerImg {
    content: url("https://lilithimage.lilithcdn.com/allgames-official-web/lilith/m/cn/isoland-m-bg.webp");
  }

  .swiper-slide[data-game-id="pumpkin"] .bannerImg {
    content: url("https://lilithimage.lilithcdn.com/allgames-official-web/lilith/m/cn/pumpkin-m-bg.webp");
  }

  #farlight84-banner .bannerImg,
  div[id="farlight84-banner"] .bannerImg,
  .swiper-slide[data-game-id="farlight84"] .bannerImg {
    content: url("https://lilithimage.lilithcdn.com/allgames-official-web/lilith/m/cn/farlight84-m-bg.webp");
  }
}

.titleBlock {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  font-size: 30px;
}

.titleBlock .title {
  font-family: Helvetica-Bold;
  color: #333333;
}

.titleBlock .titleLink {
  font-family: Helvetica;
  color: #d32f2f;
  font-size: 18px;
  cursor: pointer;
}

@media only screen and (min-width: 751px) {
  .titleBlock .titleLink {
    margin-left: 12px;
  }
}

@media only screen and (max-width: 750px) {
  .titleBlock .titleLink {
    width: 30px;
    padding-left: 8px;
    text-align: left;
  }

  .titleBlock .titleLink .subTitle {
    display: none;
  }
}

.titleBlock .ic_arrows {
  font-size: 8px;
  margin-left: 4px;
  vertical-align: middle;
  display: inline-block;
}

.ic_arrows .text {
  display: inline-block;
  font-family: iconfont;
  vertical-align: middle;
}

/* =============================================
   游戏展示区域
============================================= */
.gameContainer {
  width: 100%;
  text-align: center;
  margin: auto;
  position: relative;
  padding: 0 40px;
  max-width: 1560px;
  min-width: 1440px;
}

/* 游戏容器通用样式 */
.gameContainer .swiper-container {
  overflow: visible;
  overflow-x: hidden;
}

.gameContainer .swiper-wrapper {
  width: 100%;
  height: 100%;
  margin-top: 20px;
}

.gameContainer .hide {
  opacity: 0;
}

.gameContainer .gamePageController {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
  color: #979797;
  font-size: 16px !important;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 0 !important;
}

.gameContainer .gamePageController:hover {
  background-color: #f9f9f9;
}

.gameContainer .gamePageController::after {
  content: "";
}

.gameContainer .gamePrev {
  left: 0;
}

.gameContainer .gameNext {
  right: 0px;
}

.gameContainer .gamePageController i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 16px;
}

@media only screen and (max-width: 750px) {
  .gameContainer {
    padding: 0;
    min-width: unset;
    overflow: hidden;
  }

  .gameContainer .swiper-container {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px; /* 防止滚动条显示 */
  }

  .gameContainer .swiper-container::-webkit-scrollbar {
    display: none;
  }

  .gameContainer .swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    margin-right: 20px; /* 添加右侧20px留白 */
  }

  .gameContainer .swiper-slide {
    width: auto;
    flex-shrink: 0;
  }

  /* 隐藏移动端导航按钮 */
  .gameContainer .gamePageController {
    display: none;
  }

  .gameContainer .containerTitle {
    padding-left: 20px;
  }

  .gameContainer .containerTitle .title {
    font-size: 22px;
    font-family: Helvetica-Bold;
    color: #333333;
    line-height: 1.5715;
  }

  .gameContainer .gamePageController i {
    font-size: 12px;
  }
}

/* 创建左侧留白 */
.gameContainer .swiper-container::before {
  content: "";
  display: block;
  min-width: 20px;
  height: 1px;
}

/* 创建右侧留白 */
.gameContainer .swiper-container::after {
  content: "";
  display: block;
  min-width: 20px;
  height: 1px;
}

/* 确保首个卡片与左边缘有20px间距 */
@media only screen and (max-width: 750px) {
  .gameContainer .swiper-slide:first-child {
    margin-left: 20px;
  }
}

/* 确保最后一个卡片与右边缘有20px间距 */
.gameContainer .swiper-slide:last-child {
  margin-right: 20px;
}

/* =============================================
   游戏卡片样式
============================================= */
.gameCard {
  width: 100%;
  height: 100%;
  display: block;
  font-family: Helvetica-Bold;
  position: relative;
  min-width: 325px;
  max-width: 375px;
  padding-bottom: 48px;
}

/* 游戏卡片顶部区域 */
.gameCard .cardTop {
  width: 100%;
  color: #ffffff;
  overflow: hidden;
  position: relative;
  min-height: 454px;
}

.gameCard .cardTop .gameCardImg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.7);
}

/* 游戏卡片描述区域 */
.gameCard .cardTop .gameDesc {
  width: 100%;
  height: 228px;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  z-index: 0;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
}

.gameCard .cardTop .gameDesc .gameTitle {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 20px;
}

/* 游戏卡片Logo区域 */
.gameCard .gameLogo {
  width: 100px;
  height: 100px;
  margin: auto;
  margin-top: -50px;
  position: relative;
}

.gameCard .gameLogo .gameCardLogo {
  width: 100%;
  height: 100%;
  border-radius: 25px;
  opacity: 0.999;
}

.gameCard .gameLogo .logoGaosi {
  width: 90px;
  height: 90px;
  filter: blur(17px);
  position: absolute;
  top: 10px;
  left: 5px;
  z-index: -1;
}

/* 游戏卡片附加效果 */
.gameCard:last-child {
  margin-right: 0;
}

.gameCard .gameBg {
  width: 100%;
  height: calc(100% + 127px);
  position: absolute;
  z-index: -3;
  top: -127px;
  display: none;
}

.gameCard:hover .cardTop .gameDesc {
  opacity: 1;
  transition: all 0.5s;
}

.gameCard:hover .gameBg {
  display: block;
}

.gameCard .gameDesc {
  opacity: 1;
  padding: 0 25px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.gameCard .gameDesc .gameTitle {
  font-family: HelveticaNeue-Bold;
  font-size: 24px;
}

.gameCard .gameDesc .gameSubTitle {
  font-family: Helvetica;
  font-size: 14px;
  line-height: 18px;
  margin-top: 12px;
  margin-bottom: 80px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* 移动端游戏卡片样式 */
@media only screen and (max-width: 750px) {
  .gameCard {
    min-width: unset;
    padding-bottom: 30px;
    width: 47.2vw;
    height: 100%;
    font-family: Helvetica-Bold;
    position: relative;
    display: inline-block;
  }

  .gameCard .cardTop {
    min-height: 180px;
    width: 100%;
    height: 66.133vw;
    position: relative;
  }
  .gameCard .cardTop .gameCardImg {
    width: 100%;
    height: 100%;
  }

  .gameCard .cardTop .gameDesc {
    height: 100px;
    width: 100%;
    height: 26.133vw;
    background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.8) 100%
    );
    color: #ffffff;
    text-align: center;
    line-height: 26.133vw;
    font-family: DINPro-Bold;
    font-size: 16px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
  }

  .gameCard .cardTop .gameDesc .gameTitle {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .gameCard .gameLogo {
    width: 70px;
    height: 70px;
    margin-top: -30px;
    margin: -30px auto auto;
    opacity: 0.999;
    text-align: center;
  }

  .gameCard .gameLogo .gameCardLogo {
    width: 60px;
    height: 60px;
    border-radius: 15px;
    opacity: 0.99999;
  }

  .gameCard .gameLogo .logoGaosi {
    width: 50px;
    height: 50px;
    position: absolute;
    filter: blur(17px);
    z-index: -2;
    border-radius: 15px;
    bottom: 10px;
    left: 10px;
  }

  .gameCard .gameDesc .gameTitle {
    font-size: 18px;
    font-family: "";
  }

  .gameCard .gameDesc .gameSubTitle {
    display: none; /* 在移动端隐藏游戏副标题 */
  }
}

@media screen and (min-width: 751px) {
  .gameCard .gameDesc {
    opacity: 0;
  }
}

/* =============================================
   新闻区域通用样式
============================================= */
.newsContainer {
  width: 100%;
  text-align: center;
  margin: 50px auto 0;
  position: relative;
  padding: 0 40px;
  max-width: 1560px;
}

@media only screen and (max-width: 750px) {
  .newsContainer {
    margin: 10px auto 40px;
    padding: 0;
    min-width: unset;
  }
  
  .newsContainer .containerTitle {
    padding-left: 20px;
  }

  .newsContainer .containerTitle .title {
    font-size: 22px;
    font-family: Helvetica-Bold;
    color: #333333;
    line-height: 1.5715;
  }
}

.viewMoreNews {
  width: 100%;
  height: 50px;
  margin: 40px 0;
  background-color: #fafafa;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: PingFangSC-Semibold;
  font-size: 14px;
}

.viewMoreNews .getMoreText {
  margin-left: 10px;
}

/* 新闻列表容器 */
.newsContainer .newsSwiperCont {
  overflow: visible;
  overflow-x: auto;
  touch-action: pan-y;
  user-select: none;
  -webkit-user-select: none;
  box-shadow: 2px 0 3px -2px rgba(0, 0, 0, 0.15);
  position: relative;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
}

.newsContainer .newsSwiperCont::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

.newsContainer .newsList {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding: 0 2px 5px;
  margin-top: 20px;
}

@media only screen and (max-width: 750px) {
  .newsContainer .newsList {
    margin-top: 15px;
    padding: 0;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    flex-wrap: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .newsContainer .newsList::-webkit-scrollbar {
    display: none;
  }

  /* Swiper 相关修复 */
  .newsContainer .swiper-slide {
    width: auto;
    flex-shrink: 0;
    display: inline-block;
  }

  .newsContainer .swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;
    width: fit-content !important;
  }
}

/* 新闻导航控制 */
.newsContainer .gamePageController {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
  color: #d32f2f;
  font-size: 20px !important;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  z-index: 1000;
  border: 1px solid #d32f2f;
}

.newsContainer .gamePageController:hover {
  color: #ee2727;
  background-color: #f9f9f9;
}

.newsContainer .gamePageController::after {
  content: "";
}

.newsContainer .gamePrev {
  left: -25px;
}

.newsContainer .gameNext {
  right: -25px;
}

.newsContainer .gamePageController i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 24px;
}

.newsContainer .gamePageController i img {
  width: 16px;
  height: 16px;
}

@media only screen and (max-width: 750px) {
  .newsContainer .gamePageController {
    display: none;
  }
  
  .newsContainer .gamePageController i {
    font-size: 16px;
  }
}

.newsContainer .hide {
  opacity: 0;
}

/* =============================================
   新闻卡片通用样式
============================================= */
.newsCard {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  font-family: Helvetica-Bold;
  text-align: left;
  overflow: hidden;
  position: relative;
  min-height: 400px;
  margin-right: 20px;
  display: block;
}
/* 新闻卡片图片容器 */
.newsCard .newsImgContainer {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
}

@media only screen and (min-width: 751px) {
  .newsContainer {
    flex-wrap: nowrap;
    overflow: hidden;
  }
  .newsContainer .swiper-button-prev{
    display: none;
  }
  .newsContainer .swiper-button-next{
    display: none;
  }
  .swiper-slide{
    width: auto;
    margin-right: 20px;
  }
  .newsContainer .newsSwiperCont {
    overflow-x: auto;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
  }
  
  .newsContainer .newsSwiperCont::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
  }
  
  .newsContainer .newsList {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 10px;
  }

  .newsContainer .newsList::-webkit-scrollbar {
    display: none;
  }
  
  .newsCard {
    width: 480px;
    height: 400px;
    min-width: 480px;
    margin-right: 20px;
  }
  .newsCard:last-child {
    margin-right: 0;
  }
  .newsCard .ImgContainer {
    width: 100%;
    height: 250px;
    overflow: hidden;
  }
}

@media only screen and (max-width: 750px) {
  .newsCard {
    width: 57.866vw;
    height: 64vw;
    margin-right: 15px;
    display: inline-block;
    min-height: unset;
  }

}


/* 新闻卡片内容区域 */
.newsCard .newsDesc {
  width: 100%;
  left: 0;
  bottom: 35px;
  z-index: -1;
}

.newsCard .newsCardImg {
  width: 100%;
  height: 250px;
  transition: all 0.5s linear;
  object-fit: cover;
}

.newsCard .newsImgContainer:hover .newsCardImg {
  transform: scale(1.1);
  transition: all 0.5s linear;
}


.newsCard .newsTitle {
  color: #333333;
  height: 64px;
  padding: 20px 30px 0;
  font-size: 18px;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.newsCard .newsOwner {
  opacity: 0.5;
  color: #666666;
  font-size: 14px;
  line-height: 12px;
  padding: 0 30px;
  margin-top:20px;
}

.newsCard .newsDate {
  color: #666666;
  line-height: 12px;
  font-size: 14px;
  margin-top: 8px;
  padding: 0 30px;
}

@media only screen and (max-width: 750px) {
  .newsCard .ImgContainer {
    height: 32.8vw;
  }
  .newsCard .newsCardImg {
     height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .newsCard .newsDesc {
    height: 30.933vw;
    bottom: 0;
    z-index: 1;
  }
  
  .newsCard .newsTitle {
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
    white-space: normal;
    height: auto;
    padding: 0 15px;
  }
  
  .newsCard .newsOwner {
    display: none; 
    font-size: 12px;
    line-height: 12px;
    margin-top: 12px;
    padding: 0 15px;
  }
  
  .newsCard .newsDate {
    font-size: 12px;
    margin-top: 4px;
    padding: 0 15px;
  }
}

/* =============================================
   加入我们区域通用样式
============================================= */
.joinContainer {
  width: 100vw;
  position: relative;
  background: #000000;
  display: block;
  cursor: pointer;
}

.joinContainer .joinBg {
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}

.joinContainer .joinDesc {
  height: 100%;
  width: 100%;
  margin: auto;
}

.joinContainer .joinDesc .joinUs {
  color: #ffffff;
  opacity: 0.999;
  font-family: Helvetica-Bold;
  margin-top: 0;
  margin-bottom: 20px;
}

.joinContainer .joinDesc .joinUsText {
  opacity: 0.8;
  font-family: DINPro-Bold;
  color: #ffffff;
}

.joinContainer .moreButton {
  background-color: #d32f2f;
  border: 1px solid #d32f2f;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.9999;
  cursor: pointer;
}

.joinContainer .moreButton:hover {
  background-color: #ee2727;
  border: 1px solid #ee2727;
}

/* PC端加入我们样式 */
@media only screen and (min-width: 751px) {
  .joinContainer {
    height: 410px;
    margin-top: 80px;
  }
  
  .joinContainer .joinBg {
    width: 1560px;
  }
  
  .joinContainer .joinDesc {
    padding: 100px 0 0 70px;
    text-align: left;
    max-width: 1560px;
    min-width: 1440px;
  }
  
  .joinContainer .joinDesc .joinUs {
    font-size: 44px;
    line-height: 53px;
    margin-bottom: 40px;
  }
  
  .joinContainer .joinDesc .joinUsText {
    font-size: 22px;
    line-height: 26px;
    margin: 20px 0;
  }
  
  .joinContainer .moreButton {
    width: 176px;
    height: 46px;
    font-size: 18px;
    font-family: Helvetica-Bold;
  }
}

/* 移动端加入我们样式 */
@media only screen and (max-width: 750px) {
  .joinContainer {
    height: 86.933vw;
    margin-top: 60px;
  }
  
  .joinContainer .joinBg {
    width: 100%;
    height: 100%;
  }
  
  .joinContainer img.joinBg {
    content: url("https://lilithimage.lilithcdn.com/allgames-official-web/lilith/m/cn/join-m-bg.webp");
    vertical-align: middle;
    border-style: none;
  }
  
  .joinContainer .joinDesc {
    text-align: center;
    padding-top: 38.7vw;
  }
  
  .joinContainer .joinDesc .joinUs {
    font-size: 24px;
    line-height: 29px;
  }
  
  .joinContainer .joinDesc .joinUsText {
    font-size: 14px;
    line-height: 21px;
    margin-top: 4px;
  }
  
  .joinContainer .moreButton {
    margin: 10px auto 0;
    width: 89.3333vw;
    height: 12.276vw;
    font-size: 18px;
    font-family: Helvetica;
  }
  
  @media screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
    .joinContainer .joinDesc {
      padding-top: 30vw;
    }
  }
}

/* =============================================
   职业联系栏
============================================= */
@media only screen and (min-width: 751px) {
  .careersContactUs {
    width: 100vw;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: PingFangSC-Semibold;
    font-size: 14px;
    color: #333333;
    background: #f6f6f6;
  }
  
  .careersContactUs .careersContactUsItem {
    cursor: pointer;
  }
  
  .careersContactUs .deviderLine {
    width: 1px;
    height: 12px;
    background-color: #979797;
    margin: 30px;
  }
  
  .careersContactUs a {
    color: #333;
  }
  
  .careersContactUs a:hover {
    color: #333;
  }

  .mobileArrow {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  .careersContactUs .careersContactUsItem {
    width: 100%;
    height: 50px;
    background-color: #fafafa;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-family: PingFangSC-Semibold;
    font-size: 14px;
  }
  .careersContactUsItem .mobileArrow {
    display: inline-block;
    margin-left: auto;
    color:#d32f2f;
    font-size: 14px;
  }
}

/* =============================================
   联系我们区域通用样式
============================================= */
.contus {
  width: 100%;
}

.contus .left {
  text-align: left;
  line-height: 1.5715;
}

.contus .left img {
  width: 100%;
}

.contus .code img {
  width: 100%;
  height: 100%;
}

.contus .code img.isEn {
  width: 77%;
  height: 77%;
}

.contus .textIndent71 {
  text-indent: 71px;
}

.contus .textIndent128 {
  text-indent: 128px;
}

.hide {
  display: none;
}

/* PC端样式 */
@media only screen and (min-width: 751px) {
  .contus {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 80px;
  }
  
  .contus .left {
    padding: 0 32px;
    font-size: 14px;
  }
  
  .contus .left div {
    margin-bottom: 20px;
  }
  
  .contus .left .hr {
    display: block;
    margin-top: 20px;
  }
  
  .contus .code {
    width: 236px;
    height: 280px;
  }
}

/* 移动端样式 */
@media only screen and (max-width: 750px) {
  .contus {
    padding: 20px;
  }
  
  .contus .left div {
    margin-bottom: 8px;
    font-size: 14px;
  }
  
  .contus .code {
    width: 100%;
    height: 140px;
  }
  
  .contus .code img {
    width: 118px;
    height: 100%;
  }
  
  .contus .code img.isEn {
    width: 90px;
    height: 107px;
  }
  
  .contus .textIndent71 {
    text-indent: 0;
  }
  
  .contus .textIndent128 {
    text-indent: 100px;
  }
}

/* =============================================
   对话框/弹窗样式
============================================= */
.dialog {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1002;
  background-color: rgba(0, 0, 0, 0.8);
  font-family: PingFangSC-Regular, "PingFang SC", "Microsoft YaHei", sans-serif;
}

.dialog .dialogContainer .dialogContent .header .ic_chacha {
  display: block;
}

.dialog .dialogContainer {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dialog .dialogContainer .dialogContent {
  background-color: #fff;
}

.dialog .dialogContainer .header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #930010;
}
.dialog .dialogContainer .header .title{
  color: #53443c;
}
.dialog .dialogContainer .header .close{
  background-color: #d32f2f;
  color: #ffffff;
  text-align: center;
}

@media only screen and (min-width: 751px) {
  .dialogContainer .dialogContent{
    width: 820px;
  }
  .dialogContainer .header .title{
    color: #53443c;
    padding: 20px;
    font-size: 24px;
  }
  .dialogContainer .header .close{
    width: 77px;
    height: 77px;
    line-height: 77px;
  }
  .dialog .dialogContainer .header .close .iconfont {
    font-size: 24px;
  }
}

@media only screen and (max-width: 750px) {
  .dialog .dialogContainer .dialogContent {
    width: 80vw;
  }
  .dialog .dialogContainer .header .title{
    padding: 10px 20px;
    font-size: 16px;
    line-height: 20px;
  }
  .dialog .dialogContainer .header .close{
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .dialog .dialogContainer .header .close .iconfont {
    font-size: 16px;
  }
}

/* =============================================
   辅助类
============================================= */
.rotate180 {
  transform: rotate(180deg);
}

/* =============================================
   PC端特定样式
============================================= */
@media only screen and (min-width: 751px) {
  .bannerContainer .swiper-pagination {
    position: relative;
    bottom: 0;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 750px) {
  .bannerContainer .swiper-pagination {
    position: relative;
    bottom: 0 !important;
    margin-bottom: 0 !important;
  }
}

html,
body {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

body::-webkit-scrollbar {
  display: none;
}



/* 移动端滚动轮播图留白效果 */
@media only screen and (max-width: 750px) {
  .newsContainer .newsList {
    padding: 0;
    margin-left: 20px;
    width: calc(100% - 20px);
    overflow-x: auto;
    scrollbar-width: none;
  }

  .newsContainer .newsList::-webkit-scrollbar {
    display: none;
  }

  .newsCard:last-child {
    margin-right: 20px;
  }

  .newsContainer .swiper-slide {
    flex-shrink: 0;
    display: inline-block;
  }
}

[v-cloak] {
    display: none;
}

