html,
body {
  height: 100%;
  font-size: 10px;
}
body {
  background-color: #1a1a1a;
  overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(255, 170, 0, 0.5);
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 10px #000;
  border-radius: 0;
  background-color: #000;
}
/*
 * Affix and center
 */
.bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
}
h3 {
  font-size: 3.4vw;
  font-weight: bold;
  text-shadow: 0 0 0.3vw rgba(0, 0, 0, 0.2);
}
p {
  font-size: 1.25vw;
  text-shadow: 0 0 0.3vw rgba(0, 0, 0, 0.2);
}

.logo {
  width: 18.5rem;
  height: 7rem;
  background-image: url(../images/LOGO.png);
  background-size: cover;
}
.nav-container {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;

  width: 100%;
  height: 7rem;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0.5208333333333333vw rgba(0, 0, 0, 0.5);
}
.nav-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  backdrop-filter: saturate(0.5) blur(4px);
  background-image: radial-gradient(
    rgba(0, 0, 0, 0) 1px,
    rgba(20, 20, 20, 0.1) 1px
  );
  background-size: 4px 4px;
  padding: 0 20vw;
}
.nav-content ul {
  display: flex;
  height: 100%;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
  margin-left: 1rem;
}
.nav-content ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.nav-content ul li a {
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 0 1.5rem;
  text-decoration: none;
}
.nav-content ul li a:hover {
  color: #ffaa00;
}
.nav-content ul li.active {
  background-color: rgba(0, 0, 0, 0.2);
}
.nav-content ul li.active a {
  color: #ffaa00;
}
.home-container {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
#videoBg {
  position: fixed;
  min-width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #d8ac60;
}
.home-bg {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 33.697916666666664vw;
  background-image: url(../images/home-bg-color.png);
  background-size: 100% 100%;
  background-repeat: repeat-x;
}
.home-content {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  bottom: 1.1vw;
  left: 50%;
  margin-left: -16vw;
  width: 32vw;
}
.home-content h3 {
  margin-top: 0;
  margin-bottom: 1.25vw;
  color: #fff;
  text-align: center;
}
.home-content p {
  color: #fff;
  margin-bottom: 1.25vw;
  text-align: center;
}
.download-btn {
  width: 17.5vw;
  height: 8.020833333333334vw;
  background-image: url(../images/download-bg.png);
}
.download-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.083333333333333vw;
  color: #fff;
  height: 4.947916666666666vw;
  width: 100%;
  text-decoration: none;
  text-align: center;
}
/* 游戏中心 */
.game-container {
  position: relative;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  background-image: url(../images/game-bg.jpg);
  overflow: hidden;
}
.game-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.game-ui {
  position: absolute;
  z-index: 18;
  left: 50%;
  top: 50%;
  width: 26.041666666666668vw;
  height: 16.40625vw;
  margin-left: -13.020833333333334vw;
  margin-top: -8.854166666666668vw;
  background-image: url(../images/game-ui.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.game-taizi {
  position: absolute;
  z-index: 19;
  left: 50%;
  top: 50%;
  width: 13.020833333333334vw;
  height: 13.020833333333334vw;
  margin-left: -6.510416666666667vw;
  margin-top: 1.8229166666666667vw;
  background-image: url(../images/game-taizi.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.game-card-container {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 18vw;
  height: 6vw;
  background-color: #fff;
  border-radius: 0.6rem;
  box-shadow: 0 0 1.1vw rgba(0, 0, 0, 0.2);
  transition: all 0.6s ease;
}
.game-card-container.isHide {
  top: calc(50vh - 3rem);
  left: calc(50vw - 9rem);
  opacity: 0;
}
.game-card-content {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 1vw 6.25vw 1vw 1.5625vw;
  h3 {
    font-size: 1.1vw;
    margin-top: 0;
    margin-bottom: 0.52vw;
  }
  p {
    font-size: 0.9vw;
    margin: 0;
  }
}
.pc {
  top: calc(50vh - 16.6vw);
  left: calc(50vw + 5vw);
}
.pc .game-card-content::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 7.8125vw;
  height: 7.8125vw;
  top: -1.5625vw;
  right: -1.5625vw;
  background-image: url(../images/game/pc.png);
  background-size: contain;
  background-repeat: no-repeat;
  user-select: none;
}
.mobile {
  top: calc(50vh - 16.6vw);
  left: calc(50vw - 23vw);
}
.mobile .game-card-content {
  padding: 1vw 1.5625vw 1vw 6.25vw;
}
.mobile .game-card-content::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 7.8125vw;
  height: 7.8125vw;
  top: -1.5625vw;
  left: 0.5208333333333333vw;
  background-image: url(../images/game/mobil.png);
  background-size: contain;
  background-repeat: no-repeat;
  user-select: none;
}
.web {
  left: auto;
  top: calc(50vh - 7.3vw);
  left: calc(50vw - 36.7vw);
}
.web .game-card-content {
  padding: 1vw 1.5625vw 1vw 6.25vw;
}
.web .game-card-content::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 6vw;
  height: 6vw;
  top: 0.9vw;
  left: -0.5208333333333333vw;
  background-image: url(../images/game/web.png);
  background-size: contain;
  background-repeat: no-repeat;
  user-select: none;
}
.sudu {
  left: auto;
  top: calc(50vh + 2.2vw);
  left: calc(50vw - 36.7vw);
}
.sudu .game-card-content {
  padding: 1vw 1.5625vw 1vw 6.25vw;
}
.sudu .game-card-content::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 6.770833333333333vw;
  height: 6.770833333333333vw;
  top: -0.78125vw;
  left: 0.78125vw;
  background-image: url(../images/game/sudu.png);
  background-size: contain;
  background-repeat: no-repeat;
  user-select: none;
}
.hailiang {
  top: calc(50vh - 7.3vw);
  left: calc(50vw + 18.5vw);
}
.hailiang .game-card-content {
  padding: 1vw 6.25vw 1vw 1.5625vw;
}
.hailiang .game-card-content::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 6.770833333333333vw;
  height: 6.770833333333333vw;
  top: -0.78125vw;
  right: -0.78125vw;
  background-image: url(../images/game/hailiang.png);
  background-size: contain;
  background-repeat: no-repeat;
  user-select: none;
}
.daziimg {
  top: calc(50vh + 2.2vw);
  left: calc(50vw + 18.5vw);
}
.daziimg .game-card-content {
  padding: 1vw 6.25vw 1vw 1.5625vw;
}
.daziimg .game-card-content::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 7.8125vw;
  height: 7.8125vw;
  top: -0.3vw;
  right: -0.78125vw;
  background-image: url(../images/game/dazi.png);
  background-size: contain;
  background-repeat: no-repeat;
  user-select: none;
}
.game-bottom {
  position: absolute;
  z-index: 17;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: calc(50vh + 15vw);
  left: 50%;
  width: 30.208333333333332vw;
  margin-left: -15.104166666666666vw;
}
.game-bottom h3 {
  font-size: 1.5625vw;
  margin-top: 0;
  margin-bottom: 1.25vw;
}
/* 下载 */
.download-container {
  position: relative;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  background-image: url(../images/game-bg.jpg);
  overflow: hidden;
}
.download-computer {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  width: 26vw;
  height: 22vw;
  margin-left: -13vw;
  margin-top: -11vw;
  background-image: url(../images/download/diannao.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.download-jindu-container {
  position: absolute;
  z-index: 2;
  left: calc(50vw - 19.5vw);
  top: calc(50vh - 2.7vw);
  width: 39vw;
  height: 5.4vw;
  background-image: url(../images/download/jidu.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: all 0.6s ease;
}
.download-jindu-container.isHide {
  top: calc(50vh - 2.7vw);
  left: calc(50vw - 19.5vw);
  opacity: 0;
}
.jindu-content {
  position: relative;
  padding: 0.9vw 10.4vw 0.9vw 1.7vw;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  align-content: space-between;
}
.shandian {
  position: absolute;
  z-index: 1;
  width: 12.3vw;
  height: 10.5vw;
  right: -2vw;
  top: -2vw;
  background-image: url(../images/download/shandian.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.jindu-content .text {
  display: flex;
  width: 100%;
  flex-direction: row;
  font-size: 1vw;
  font-weight: bold;
  color: #fff;
  justify-content: space-between;
  align-items: baseline;
}
.jindu-content .text .big {
  font-size: 1.6vw;
  color: yellowgreen;
}
.download-jindu-container:not(.isHide) .jindu-content .text .big::before {
  content: "78.92MB/S";
  animation-name: suduText;
  animation-duration: 0.8s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  animation-play-state: running;
}
@keyframes suduText {
  0% {
    content: "78.92MB/S";
  }
  10% {
    content: "80.78MB/S";
  }
  20% {
    content: "79.84MB/S";
  }
  30% {
    content: "89.95MB/S";
  }
  40% {
    content: "78.59MB/S";
  }
  50% {
    content: "80.78MB/S";
  }
  60% {
    content: "79.84MB/S";
  }
  70% {
    content: "89.95MB/S";
  }
  80% {
    content: "78.59MB/S";
  }
  90% {
    content: "79.84MB/S";
  }
  100% {
    content: "89.95MB/S";
  }
}
.jindu-bg {
  width: 100%;
  height: 1.1vw;
  border-radius: 1vw;
  background-color: #000;
}
.jindu {
  width: 100%;
  height: 100%;
  border-radius: 1vw;
  background-color: #ffcc33;
  transition: all 1s ease;
}
.download-jindu-container.isHide .jindu {
  width: 0;
}
.yellow {
  color: #ffcc33;
}

.creat-download-container {
  position: absolute;
  z-index: 1;
  top: 460px;
  left: 440px;
  width: 26.25vw;
  height: 15.156249999999998vw;
  background-image: url(../images/download/shuru.png);
}
.creat-download-content {
  padding: 10px 30px 15px 15px;
}
.creat-download-content .text {
  display: flex;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  align-items: center;
  height: 55px;
}
.input {
  font-size: 20px;
  padding: 10px 15px;
  color: #999;
}
.card-btn {
  position: absolute;
  z-index: 1;
  font-size: 24px;
  font-weight: bold;
  width: 80px;
  height: 30px;
  left: 402px;
  top: 174px;
  background-color: #ffcc33;
  border-radius: 4px;
  box-shadow: 0 0 5px #000;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #8d5500;
}
.dazi-container {
  position: relative;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  background-image: url(../images/game-bg.jpg);
  overflow: hidden;
}
.dazi-list {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0;
  margin-top: calc(50vh - 12vw);
  margin-left: calc(50vw - 35.5vw);
  height: 21.875vw;
}
.dazi-list li {
  width: calc(100vw / 8);
  height: 100%;
  background-color: #999;
  margin: 0 5px;
  border-radius: 6px;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  transition: all 1s ease;
}
.isHide .dazi-list li {
  height: 0 !important;
}
.dazi-list li div {
  display: none;
}
.dazi-list li:nth-child(1) {
  height: 85%;
  width: calc(100vw / 8 - 3vw);
  background-image: url(../images/dazi/zhandui.jpg);
}
.dazi-list li:nth-child(2) {
  height: 90%;
  width: calc(100vw / 8 - 2vw);
  background-image: url(../images/dazi/jiyou.jpg);
}
.dazi-list li:nth-child(3) {
  height: 95%;
  width: calc(100vw / 8 - 1vw);
  background-image: url(../images/dazi/guimi.jpg);
}
.dazi-list li:nth-child(4) {
  height: 100%;
  background-image: url(../images/dazi/aoye.jpg);
}
.dazi-list li:nth-child(5) {
  height: 95%;
  width: calc(100vw / 8 - 1vw);
  background-image: url(../images/dazi/qinglv.jpg);
}
.dazi-list li:nth-child(6) {
  height: 90%;
  width: calc(100vw / 8 - 2vw);
  background-image: url(../images/dazi/sidang.jpg);
}
.dazi-list li:nth-child(7) {
  height: 85%;
  width: calc(100vw / 8 - 3vw);
  background-image: url(../images/dazi/gonghui.jpg);
}
.contact-container {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: flex;
  padding-top: 7rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #d2d2d2;
  background-image: url(../images/lianxibeijing.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.weixin {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1vw;
  width: 50%;
  height: 50%;
  border-radius: 6px;
  background-color: #fff;
  transition: all 0.6s ease;
  background-image: url(../images/weixin.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.contact-container.isHide .weixin {
  width: 0;
  height: 0;
}
.location {
  margin-top: 0.5vw;
  font-size: 1vw;
  display: flex;
  flex-wrap: wrap;
  margin: 0 4vw;
}
.contact-container h3 {
  font-size: 1.5vw;
  margin-bottom: 1.5vw;
  margin-top: 0;
}
.content {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  width: 60vw;
  height: 38vw;
}
.content li {
  width: 33.33%;
  padding: 0.5vw;
}
.content li > div {
  width: 100%;
  height: 12vw;
  border-radius: 0.6rem;
  box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  padding: 0.8vw 1.2vw;
  background-color: #fff;
}
.content h4 {
  text-align: center;
  font-size: 1vw;
  font-weight: bold;
  color: #002992;
}
.content h5 {
  text-align: center;
  font-size: 0.7vw;
}
.content p {
  text-align: left;
  font-size: 0.7vw;
}
.contanct-zhaopin {
  position: absolute;
  z-index: 1;
  left: calc(50vw - 40vw);
  bottom: calc(50vh - 26vw);
  width: 15vw;
  height: 15vw;
  background-image: url(../images/zhaopin.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.contanct-yinpin {
  position: absolute;
  z-index: 1;
  right: calc(50vw - 40vw);
  bottom: calc(50vh - 26vw);
  width: 15vw;
  height: 15vw;
  background-image: url(../images/yinpin.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.banquan {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 3rem;
  font-size: 1.4rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  text-align: center;
  left: 0;
  bottom: 0;
}
