@charset "UTF-8";
.en .home .part-title .line {
  display: none;
}

.en .home .part-title span:nth-of-type(2) {
  display: none;
}

.en .home .part5 .show {
  background-image: url(../../imgs/pc/home_part5_show_en.png);
  width: 1098px;
  height: 250px;
}

.pc-hide {
  display: none !important;
}

body {
  overflow: auto;
}

.home {
  display: none;
  flex-direction: column;
  width: 100%;
  min-width: 1630px;
  background-color: #262626;
  overflow: auto;
}

@keyframes advance {
  to {
    transform: translateY(0px);
    opacity: 1;
  }
}

.home .active {
  animation: advance 0.8s 0s ease-in-out forwards;
}

.home .advance {
  opacity: 0;
  transform: translateY(100px);
}

.home .banner {
  width: 100%;
  height: 970px;
  position: relative;
  overflow: hidden;
}

.home #banner—show.swiper-container {
  width: 100%;
  height: 100%;
}

.home #banner—show a {
  display: block;
}

.home #banner—show .swiper-slide {
  width: 100%;
  height: 100%;
}

.home #banner—show .swiper-slide.swiper-slide-active .text1 {
  opacity: 1;
  left: 142px;
}

.home #banner—show .swiper-slide.swiper-slide-active .text2 {
  opacity: 1;
  left: 142px;
}

.home #banner—show .swiper-slide.swiper-slide-active .btn {
  opacity: 1;
  left: 140px;
}

.home #banner—show img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  height: 970px;
}

.home #banner—show .text1 {
  position: absolute;
  left: 342px;
  bottom: 80px;
  font-size: 46px;
  color: #fff;
  z-index: 2;
  opacity: 0;
  transition: all 1s;
}

.home #banner—show .text2 {
  position: absolute;
  left: 342px;
  bottom: 35px;
  font-size: 20px;
  color: #fff;
  z-index: 2;
  opacity: 0;
  transition: all 1s;
  transition-delay: 0.1s;
  font-family: "MicrosoftYaHeiLight";
  width: 360px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.home #banner—show .btn {
  width: 380px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  background-image: linear-gradient(60deg, #556dff, #aa15ff);
  position: absolute;
  left: 340px;
  bottom: 75px;
  border-radius: 40px;
  z-index: 2;
  opacity: 0;
  transition: all 1s;
  transition-delay: 0.2s;
}

.home #banner—show .describe {
  width: 100%;
  height: 4.5rem;
  background-image: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.7) 50%, transparent 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1920px;
  height: 178px;
  background: url(../../imgs/pc/banner_cover.png) 0 0 no-repeat;
  background-size: cover;
}

.home .more_btn {
  position: absolute;
  bottom: 200px;
  right: 150px;
  width: 171px;
  height: 45px;
  line-height: 44px;
  text-align: center;
  background: url(../../imgs/pc/home_btn_bg.png) no-repeat 0 0;
  background-size: contain;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  display: block;
  border-radius: 45px;
  z-index: 2;
}

.home .more_btn:hover {
  background: #fff;
  color: #1c1d27;
}

.home .toggle-banner {
  width: 920px;
  position: absolute;
  bottom: 10px;
  right: 130px;
}

.home .toggle-banner .swiper-container {
  width: 920px;
  height: 133px;
  z-index: 3;
}

.home .toggle-banner .swiper-container .swiper-slide {
  height: 113px;
  cursor: pointer;
}

.home .toggle-banner .swiper-container .swiper-slide::after {
  overflow: hidden;
  border-radius: 5px;
  content: '';
  width: 203px;
  height: 100%;
  background-color: rgba(2, 2, 2, 0.6);
  position: absolute;
  left: 0;
  top: 0;
}

.home .toggle-banner .swiper-container .swiper-slide:hover::after, .home .toggle-banner .swiper-container .swiper-slide.active::after {
  background-color: rgba(255, 255, 255, 0);
}

.home .toggle-banner .swiper-container .swiper-slide:hover .pic::before, .home .toggle-banner .swiper-container .swiper-slide.active .pic::before {
  width: 100%;
}

.home .toggle-banner .swiper-container img {
  width: 202px;
  height: 113px;
}

.home .toggle-banner .swiper-container .pic {
  overflow: hidden;
  border-radius: 5px;
  width: 202px;
  height: 113px;
  position: relative;
}

.home .toggle-banner .swiper-container .pic::before {
  content: '';
  width: 0%;
  height: 1px;
  background-image: linear-gradient(90deg, transparent, white);
  position: absolute;
  left: 0;
  bottom: -9px;
  transition: 0.4s all;
}

.home .toggle-banner .swiper-button-prev, .home .toggle-banner .swiper-button-next {
  left: -60px;
  color: #fff;
  font-size: 28px;
  top: 50%;
  margin-top: -30px;
}

.home .toggle-banner .swiper-button-next {
  left: auto;
  right: -55px;
}

.home .toggle-banner .swiper-button-prev:after, .home .toggle-banner .swiper-button-next:after {
  font-size: inherit;
}

.home .part-bg, .home .part1, .home .part2, .home .part3 {
  width: 100%;
  background: url(../../imgs/pc/home_part1_bg.jpg) 0 0 no-repeat;
  background-size: cover;
  position: relative;
}

.home .part-title {
  margin: 0 auto;
  width: 1402px;
  height: 50px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home .part-title > div {
  display: flex;
  align-items: center;
}

.home .part-title .icon {
  width: 50px;
  height: 50px;
  background: url(../../imgs/pc/home_part1_title_icon.png) 0 0 no-repeat;
  background-size: contain;
  float: left;
}

.home .part-title .btn {
  width: 171px;
  height: 45px;
  line-height: 44px;
  text-align: center;
  background: url(../../imgs/pc/home_btn_bg.png) no-repeat 0 0;
  background-size: contain;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  display: block;
  border-radius: 45px;
}

.home .part-title .btn:hover {
  background: #fff;
  color: #1c1d27;
}

.home .part-title span {
  color: #fff;
  font-size: 30px;
  float: left;
  font-family: "MicrosoftYaHeiLight";
}

.home .part-title span:nth-of-type(1) {
  font-size: 36px;
  letter-spacing: 7px;
  margin-left: 30px;
}

.home .part-title .line {
  width: 2px;
  height: 32px;
  background: url(../../imgs/pc/home_title_icon.png) 0 0 no-repeat;
  background-size: contain;
  float: left;
  margin: 0 20px;
}

.home .part1 {
  height: 11.18rem;
  padding: 1.8rem 2.59rem 0;
  overflow: hidden;
}

.home .part1 .content {
  width: 14.02rem;
  display: flex;
  padding-top: 0.4rem;
  justify-content: space-between;
}

.home .part1 .swiper-container-main {
  width: 6.65rem;
  height: 5.89rem;
  overflow: hidden;
}

.home .part1 .swiper-container-main .big-pic {
  width: 100%;
  height: 100%;
  position: relative;
}

.home .part1 .swiper-container-main .big-pic a {
  display: block;
}

.home .part1 .swiper-container-main .big-pic img {
  width: 100%;
  height: 100%;
}

.home .part1 .swiper-container-main .big-pic .describe {
  width: 100%;
  height: 3rem;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 0.25rem;
  padding-bottom: 0.5rem;
  background-image: linear-gradient(0deg, #002868, transparent);
}

.home .part1 .swiper-container-main .big-pic .describe .main {
  position: absolute;
  bottom: 0.52rem;
  left: 0.25rem;
}

.home .part1 .swiper-container-main .big-pic .describe .text1 {
  font-size: 0.3rem;
  color: #fff;
}

.home .part1 .swiper-container-main .big-pic .describe .text2 {
  width: 3.68rem;
  line-height: 0.24rem;
  font-size: 0.16rem;
  color: #fff;
  margin-top: 0.24rem;
  font-family: "MicrosoftYaHeiLight";
}

.home .part1 .swiper-container-main .big-pic .describe .btn {
  width: 1.71rem;
  height: 0.45rem;
  line-height: 0.44rem;
  background: url(../../imgs/pc/home_btn_bg.png) no-repeat 0 0;
  background-size: contain;
  text-align: center;
  color: #fff;
  font-size: 0.18rem;
  position: absolute;
  right: 0.25rem;
  bottom: 0.52rem;
  border-radius: 0.45rem;
  cursor: pointer;
}

.home .part1 .swiper-container-main .big-pic .describe .btn:hover {
  background: #fff;
  color: #1c1d27;
}

.home .part1 ul {
  width: 7.06rem;
}

.home .part1 ul li {
  width: 100%;
  height: 1.87rem;
  background-color: #0c132f;
  margin-bottom: 0.14rem;
  position: relative;
  cursor: pointer;
}

.home .part1 ul li.active {
  background-color: #002868;
  border-style: solid;
  border-width: 1px;
  border-image-source: linear-gradient(151deg, rgba(255, 255, 255, 0.1) 0%, #747474 64%, rgba(255, 255, 255, 0.5) 100%);
  border-image-slice: 1;
}

.home .part1 ul li.active img {
  opacity: 1;
}

.home .part1 ul li.active::after {
  content: '';
  width: 0.35rem;
  height: 0.35rem;
  background-color: #002868;
  position: absolute;
  left: -0.19rem;
  top: 0.75rem;
  transform: rotate(45deg);
  border-left: 1px solid #484e76;
  border-bottom: 1px solid #484e76;
}

.home .part1 ul li:nth-last-of-type(1) {
  margin-bottom: 0;
}

.home .part1 ul li img {
  width: 100%;
  height: 100%;
  opacity: 0.2;
}

.home .part1 ul li .describe {
  width: 100%;
  height: 100%;
  padding: 0 0.35rem;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home .part1 ul li p {
  color: #fff;
}

.home .part1 ul li .text1 {
  font-size: 0.3rem;
}

.home .part1 ul li .text2 {
  font-size: 0.16rem;
  margin-top: 0.15rem;
  font-family: "MicrosoftYaHeiLight";
}

.home .part2 {
  min-height: 1107px;
  background: #000;
  margin-top: 30px;
  overflow: hidden;
  position: relative;
  padding: 100px 0 190px;
}

.home .part2 .bg1 {
  position: absolute;
  right: 0;
  top: 0;
  width: 608px;
  height: 695px;
  background: url(../../imgs/pc/home_part2_bg.png) no-repeat 0 0;
  background-size: contain;
}

.home .part2 .bg2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 265px;
  height: 210px;
  background: url(../../imgs/pc/home_part2_bg2.png) no-repeat 0 0;
  background-size: contain;
}

.home .part2 .part-title .icon {
  background-image: url(../../imgs/pc/home_part2_title_icon.png);
  width: 28px;
  height: 43px;
}

.home .part2 .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 85px;
  width: 1429px;
  margin: 0 auto;
}

.home .part2 .content > li {
  width: 6.72rem;
  height: 3.6rem;
  position: relative;
  margin-top: 25px;
  overflow: hidden;
  border-radius: 8px;
}

.home .part2 .content > li:nth-of-type(0) {
  margin-right: 0;
}

.home .part2 .content > li:hover .describe {
  bottom: -80px !important;
}

.home .part2 .content > li:hover .hover {
  left: 0 !important;
}

.home .part2 .content > li.bigImg {
  width: 1429px;
  height: 373px;
}

.home .part2 .content > li.bigImg img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: auto;
}

.home .part2 .content > li.bigImg .text1, .home .part2 .content > li.bigImg .text2 {
  position: absolute;
  left: 70px;
  transition: all .8s;
  opacity: 0;
}

.home .part2 .content > li.bigImg .text1 {
  top: 100px;
  font-size: 46px;
}

.home .part2 .content > li.bigImg .text2 {
  top: 175px;
  font-size: 20px;
  width: 520px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.home .part2 .content > li.bigImg .hover {
  width: 954px;
  height: 100%;
  left: 0;
  bottom: 0;
  background: url(../../imgs/pc/game_hover_bg.png) no-repeat 0 0;
  background-size: contain;
}

.home .part2 .content > li.bigImg .hover .text1, .home .part2 .content > li.bigImg .hover .text2 {
  opacity: 1;
}

.home .part2 .content > li.bigImg .hover .link {
  position: absolute;
  bottom: 85px;
  left: 70px;
  width: 630px;
}

.home .part2 .content > li.bigImg .hover .link a {
  position: absolute;
}

.home .part2 .content > li.bigImg .hover .link .steam {
  left: 0;
}

.home .part2 .content > li.bigImg .hover .link .taptap {
  left: 160px;
}

.home .part2 .content > li.bigImg .hover .link .apple {
  left: 315px;
}

.home .part2 .content > li.bigImg .hover .link .google {
  left: 495px;
}

.home .part2 .content > li.smallImg {
  position: relative;
  width: 450px;
  height: 263px;
}

.home .part2 .content > li.smallImg .describe {
  transition: all .8s;
  width: 100%;
  height: 80px;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 2;
  background: url(../../imgs/pc/game_cover.png) no-repeat 0 0;
  background-size: contain;
  padding: 15px 35px;
}

.home .part2 .content > li.smallImg .describe li {
  height: 0.38rem;
  line-height: 0.19rem;
  font-size: 0.12rem;
  color: #fff;
  border: 1px solid #fff;
  float: left;
  margin-right: 0.1rem;
  text-align: center;
  padding: 0.01rem;
}

.home .part2 .content > li.smallImg .logo {
  position: absolute;
  top: 20px;
  left: 30px;
  height: 60px;
  transform: none;
}

.home .part2 .content > li.smallImg .hover .link {
  position: absolute;
  width: 350px;
  bottom: 25px;
  left: 0px;
  height: 100px;
  padding: 20px 30px 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}

.home .part2 .content > li .hover {
  width: 310px;
  height: 100%;
  position: absolute;
  left: -310px;
  bottom: 0;
  z-index: 2;
  background: url(../../imgs/pc/game_hover_bg2.png) no-repeat 0 0;
  background-size: contain;
  transition: all .8s;
}

.home .part2 .content > li .hover a {
  transition: all .8s;
}

.home .part2 .content > li .hover a::after {
  content: '';
  width: 7px;
  height: 15px;
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../imgs/pc/hover_arrow.png) no-repeat 0 0;
  background-size: contain;
  opacity: 0;
  transition: all .8s;
}

.home .part2 .content > li .hover a:hover {
  transform: scale(1.1);
}

.home .part2 .content > li .hover a:hover::after {
  opacity: 1;
}

.home .part2 .content > li .hover .taptap {
  display: inline-block;
  width: 94px;
  height: 30px;
  background: url(../../imgs/pc/icon_taptap.png) no-repeat 0 0;
  background-size: contain;
}

.home .part2 .content > li .hover .steam {
  display: inline-block;
  width: 92px;
  height: 29px;
  background: url(../../imgs/pc/icon_steam.png) no-repeat 0 0;
  background-size: contain;
}

.home .part2 .content > li .hover .apple {
  display: inline-block;
  width: 114px;
  height: 32px;
  background: url(../../imgs/pc/icon_apple.png) no-repeat 0 0;
  background-size: contain;
}

.home .part2 .content > li .hover .google {
  display: inline-block;
  width: 131px;
  height: 34px;
  background: url(../../imgs/pc/icon_google.png) no-repeat 0 0;
  background-size: contain;
}

.home .part2 .content .text1 {
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.05rem;
}

.home .part2 .content .text2 {
  font-size: 15px;
  color: #fff;
  letter-spacing: 0.03rem;
  margin-bottom: 0.14rem;
  font-family: "MicrosoftYaHeiLight";
  width: 380px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.home .part2 .content img {
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 0;
}

.home .part2 .content .join {
  position: absolute;
  right: 0.3rem;
  bottom: 0.5rem;
  width: 1.71rem;
  height: 0.45rem;
  font-size: 0.18rem;
  color: #fff;
  line-height: 0.44rem;
  text-align: center;
  background: url(../../imgs/pc/home_btn_bg.png) no-repeat 0 0;
  background-size: contain;
  cursor: pointer;
  border-radius: 0.25rem;
}

.home .part2 .content .join:hover {
  background: #fff;
  color: #1c1d27;
}

.home .part3 {
  height: 8.84rem;
  background-image: url(../../imgs/pc/home_part3_bg.jpg);
  padding: 0.2rem 2.59rem 0;
  overflow: hidden;
}

.home .part3 .part-title .icon {
  background-image: url(../../imgs/pc/home_part3_title_icon.png);
}

.home .part3 .cards {
  width: 14.03rem;
  margin-top: 0.48rem;
  overflow: visible;
}

.home .part3 .cards .swiper-slide {
  width: 4.26rem !important;
  height: 5.7rem;
  text-align: center;
  margin-right: 0.6rem;
  cursor: pointer;
}

.home .part3 .cards .swiper-slide:nth-of-type(1) {
  background-image: url(../../imgs/pc/home_part3_card_bg1.png);
}

.home .part3 .cards .swiper-slide .box {
  width: 4.26rem;
  height: 5.7rem;
  background: url(../../imgs/pc/home_part3_card_bg2.png) no-repeat 0 0;
  background-size: cover;
}

.home .part3 .cards .swiper-slide .box:hover {
  transform: scale(1.1);
  transition: all 0.8s;
}

.home .part3 .cards .swiper-slide img {
  width: 1.46rem;
  height: 1.46rem;
  border: 1px solid #fff;
  border-radius: 0.3rem;
  margin-top: 0.5rem;
}

.home .part3 .cards .swiper-slide .text1 {
  color: #fff;
  font-size: 0.36rem;
  font-weight: bold;
  letter-spacing: 0.07rem;
  margin-top: 0.52rem;
}

.home .part3 .cards .swiper-slide .text2 {
  color: #fff;
  font-size: 0.24rem;
  margin-top: 0.28rem;
  line-height: 0.45rem;
  font-family: "MicrosoftYaHeiLight";
}

.home .part3 .cards .swiper-slide .btn {
  width: 1.71rem;
  height: 0.45rem;
  line-height: 0.44rem;
  text-align: center;
  display: inline-block;
  color: #fff;
  font-size: 0.18rem;
  letter-spacing: 0.04rem;
  background: url(../../imgs/pc/home_btn_bg.png) no-repeat 0 0;
  background-size: contain;
  cursor: pointer;
  margin-top: 0.36rem;
  border-radius: 0.45rem;
}

.home .part3 .cards .swiper-slide .btn:hover {
  background: #fff;
  color: #1c1d27;
}

.home .part4 {
  height: 685px;
  margin: 0 auto;
  margin-top: 170px;
  overflow: hidden;
}

.home .part4 .part-title .icon {
  background-image: url(../../imgs/pc/home_part4_title_icon.png);
}

.home .part4 .cards {
  width: 1402px;
  margin-top: 33px;
  overflow: visible;
}

.home .part4 .swiper-slide {
  width: 323px !important;
  height: 366px;
  position: relative;
  cursor: pointer;
  margin-right: 36px !important;
  overflow: visible;
}

.home .part4 .swiper-slide img {
  width: 100%;
}

.home .part4 .swiper-slide .card__side {
  width: 323px;
  height: 366px;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.home .part4 .swiper-slide .card__side:hover {
  transform: scale(1.1);
}

.home .part4 .swiper-slide .card__side--back {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.home .part5 {
  padding: 100px 0;
  height: 595px;
  margin: 30px auto;
  overflow: hidden;
  background: url(../../imgs/pc/home_part5_bg.png) 0 0 no-repeat;
  background-size: cover;
}

.home .part5 .part-title {
  margin-bottom: 55px;
}

.home .part5 .part-title .icon {
  background-image: url(../../imgs/pc/home_part5_title_icon.png);
  width: 29px;
  height: 43px;
}

.home .part5 .show {
  margin: 0 auto;
  background-image: url(../../imgs/pc/home_part5_show.png);
  width: 1278px;
  height: 277px;
}

.home .btn_backToTop {
  position: fixed;
  right: 40px;
  bottom: 270px;
  width: 60px;
  height: 60px;
  background: url(../../imgs/pc/btn_backToTop.png) no-repeat 0 0;
  background-size: contain;
  cursor: pointer;
}

.home .gift-choose {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9;
  display: none;
}

.home .gift-choose .center {
  width: 4rem;
  height: 5.46rem;
  background: url(../../imgs/pc/package_pop.jpg) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 0.5rem;
}

.home .gift-choose .center h1 {
  font-weight: bold;
  font-size: 0.34rem;
  color: #fff;
  margin-bottom: 0.55rem;
}

.home .gift-choose .center .code {
  width: 2.85rem;
  height: 3.2rem;
  background-color: #fff;
  border-radius: 0.05rem;
  text-align: center;
  padding-top: 0.32rem;
}

.home .gift-choose .center .code img {
  width: 2.1rem;
}

.home .gift-choose .center .code p {
  color: #000;
  font-size: 0.32rem;
  margin-top: 0.1rem;
}

.home .gift-choose .center .close {
  width: 0.42rem;
  height: 0.55rem;
  background: url(../../imgs/app/head_close.png) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  right: -0.5rem;
  top: -0.5rem;
  cursor: pointer;
}

@keyframes breathe {
  0% {
    transform: scale(1, 1);
    /*缩放*/
  }
  100% {
    transform: scale(1.1, 1.1);
    /*缩放*/
  }
}
