@charset "UTF-8";
*:focus {
  outline: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

html {
  overflow: hidden;
}

#app {
  width: 100%;
  height: 100%;
  /* 根容器占满屏幕 */
}

img {
  display: block;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-optimize-contrast;
  image-rendering: -ms-optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
}

[v-cloak] {
  display: none;
}

.bgColor {
  background: #fff;
  background-size: 100%;
  overflow-x: hidden;
}

.main1200 {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
}

.jie-content {
  position: relative;
}

.lang-switch {
  position: absolute;
  right: 0;
  top: 20px;
  display: inline-flex;
  border: 3px solid #E7E6D6;
  overflow: hidden;
  width: 128px;
  height: 42px;
  padding: 2px 0;
  box-sizing: border-box;
  z-index: 9999;
}

.lang-btn {
  padding: 0 4px;
  border: none;
  cursor: pointer;
  font-size: 24px;
  color: #E7E6D6;
  font-weight: normal;
  background: transparent;
  line-height: 21px;
  margin: 0 3px;
}

.lang-btn.active {
  background-color: #E7E6D6;
  color: #000000;
  width: 40px;
}

/* Swiper 容器全屏 */
.swiper-container {
  width: 100%;
  height: 100%;
}

/* 轮播图样式 */
.swiper-slide {
  width: 100%;
  height: 100%;
  /* 确保每个轮播图占满屏幕 */
  position: relative;
  background-size: cover;
  /* 图片覆盖整个区域 */
  background-position: center;
  /* 图片居中 */
  background-repeat: no-repeat;
  /* 禁止图片重复 */
}

/* 渐变动画效果（Swiper 内置） */
.swiper-container-fade .swiper-slide {
  transition-property: opacity;
}

/* 居中内容 */
.slide-content {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: white;
  z-index: 10;
}

.logo {
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo img {
  display: block;
  max-width: 100%;
  background-size: 100%;
}

.slide-text {
  font-weight: bold;
  font-size: 47px;
  color: #E7E6D6;
  text-shadow: 0px 0px 7px #000000;
  margin: 50px auto 0;
}

.steam-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 200px 0 0;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 80px;
}

.steam-info img.steamLogo {
  display: block;
  width: 239px;
  background-size: 100%;
  margin-bottom: 20px;
}

.pc-sale-info {
  width: 715px;
  height: 127px;
  background: url(../images/border.png) no-repeat;
  position: relative;
  padding: 8px 0 0;
  box-sizing: border-box;
}

.pc-sale-info .pc-tit {
  font-weight: 400;
  font-size: 24px;
  color: #DCDCDC;
  margin: 0 auto;
  text-align: center;
}

.pc-sale-info .host-game-logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 23px 40px;
  box-sizing: border-box;
}

.footer-content {
  width: 100%;
  background: #0F0E0D;
}

.footer {
  padding: 25px 0;
  box-sizing: border-box;
}

.footer .footerLogo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.footer .footerLogo a img.devLogo {
  display: block;
  width: 44px;
  opacity: 0.5;
  transition: all 0.5s;
}

.footer .footerLogo a img.fkLogo {
  display: block;
  width: 124px;
  opacity: 0.5;
  transition: all 0.5s;
}

.footer .footerLogo a img.wxLogo {
  display: block;
  width: 89px;
  opacity: 0.5;
  transition: all 0.5s;
}

.footer .footerLogo a {
  display: block;
  transition: all 0.5s;
}

.footer .footerLogo a:hover img {
  opacity: 1;
}

.footer .footerLogo img {
  margin: 0 25px;
}

.footer .explain p {
  color: #393938;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
}

.footer .explain p .ICP {
  color: #FFFFFF;
}
