@charset "UTF-8";
.comp {
  margin: 0 auto;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center 0;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
}

.comTit {
  display: block;
  margin: 100px auto 57px;
  max-width: 100%;
}

.banner {
  height: 920px;
  background-image: url("../images/banner-bg.jpg");
}
.banner .logo,
.banner .slogan {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.banner .logo {
  margin-top: 350px;
}
.banner .logo-big {
  margin-top: 320px;
}
.banner .slogan {
  position: relative;
  max-width: 1200px;
}
.banner .btnbox {
  position: relative;
  text-align: center;
  margin-top: 49px;
}
.banner .btnbox a {
  display: inline-block;
  width: 310px;
  height: 68px;
  background-image: url("../images/btn-dl1.png");
  background-repeat: no-repeat;
  margin-left: 30px;
  margin-right: 30px;
}
.banner .btnbox .btnbox-ios {
  background-position: 0 0;
}
.banner .btnbox .btnbox-ios:hover {
  background-position: 0 -120px;
}
.banner .btnbox .btnbox-googleplay {
  background-position: -371px 0;
}
.banner .btnbox .btnbox-googleplay:hover {
  background-position: -371px -120px;
}
.banner .btnbox .btnbox-steam {
  background-position: -742px 0;
}
.banner .btnbox .btnbox-steam:hover {
  background-position: -742px -120px;
}

.feature {
  height: 1060px;
  background-image: url("../images/feature-bg.jpg");
}
.feature .comTit {
  margin-top: 170px;
  margin-bottom: 10px;
}
.feature .swiper-container {
  height: 600px;
  width: 1800px;
  margin: 0 auto;
}
.feature .swiper-button-next,
.feature .swiper-button-prev {
  margin-top: -40px;
}
.feature .swiper-button-prev {
  left: 18%;
}
.feature .swiper-button-next {
  right: 18%;
}
.feature .swiper-pagination {
  margin-top: 10px;
}
.feature .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin: 0 8px !important;
}

.intro {
  height: 979px;
  background-image: url("../images/intro-bg.jpg");
}
.intro .w {
  width: 1700px;
  height: 100%;
  position: relative;
  margin: 0 auto;
  left: 110px;
}
.intro .txt,
.intro .img {
  position: absolute;
}
.intro .img {
  width: 1187px;
  bottom: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
}
.intro h3 {
  font-size: 36px;
  text-align: center;
  font-weight: bold;
  color: #734422;
  margin-top: 106px;
  margin-bottom: 50px;
  text-transform: capitalize;
}
.intro .txt {
  left: 0;
  bottom: 91px;
  width: 1085px;
  height: 642px;
  background: url("../images/intro/txt-bg.png") 0 0 no-repeat;
  background-size: contain;
}
.intro .txt-desc {
  height: 355px;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  overflow-y: scroll;
}
.intro .txt-desc p {
  font-size: 18px;
  color: #403d39;
  margin-right: 10px;
}

/* 滚动条整体 */
.txt-desc::-webkit-scrollbar {
  width: 4px; /* 垂直滚动条宽度 */
}

/* 滚动条轨道（背景） */
.txt-desc::-webkit-scrollbar-track {
  background-color: rgba(89, 53, 27, 0.35);
  border-radius: 6px;
}

/* 滚动条滑块 */
.txt-desc::-webkit-scrollbar-thumb {
  background: #59341a;
  border-radius: 6px;
  cursor: pointer;
}

/*# sourceMappingURL=index.css.map */
