body {
  background: #131313;
  color: #ffffff;
  margin: 0;
  padding: 0;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.text-light {
  color: #fe8a12;
}

.header {
  height: 76px;
  width: 100%;
  position: fixed;
  z-index: 3;
  top: 0;
  background: hsla(0, 0%, 7%, 0.9);
  backdrop-filter: blur(0.26666667rem);
  -webkit-backdrop-filter: blur(0.26666667rem);
  padding: 20px 0;
  box-sizing: border-box;
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header-left {
  display: flex;
  align-items: center;
  font-size: 22px;
}
.header .header-left img {
  height: 34px;
}
.header .header-left span {
  display: inline-block;
  padding-left: 15px;
  margin-left: 20px;
  border-left: 1px solid #fff;
  line-height: 1;
  font-weight: 500;
}
.header .download-btn {
  background: linear-gradient(90deg, #ffc01e 32%, #fe8a12 100%);
  width: 114px;
  height: 36px;
  border-radius: 4px;
  color: #000000;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
}
.header .download-btn:hover {
  background: linear-gradient(90deg, #ffd15a 32%, #ff9b33 100%);
}

.banner {
  height: 768px;
}
.banner .viedo-wrapper {
  position: absolute;
  height: 768px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.banner .viedo-wrapper video {
  display: block;
  width: auto;
  height: 768px;
}
.banner .banner-left {
  position: relative;
  z-index: 2;
  padding-top: 230px;
}
.banner .banner-left .title {
  font-size: 52px;
  font-weight: 400;
}
.banner .banner-left .sub-title {
  font-size: 18px;
  margin-top: 50px;
  font-weight: 100;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.5019607843);
}
.banner .banner-left .download-btn {
  width: 380px;
  height: 58px;
  border-radius: 4px;
  color: #000000;
  font-size: 22px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  background: linear-gradient(90deg, #ffc01e 32%, #fe8a12 100%);
  margin-top: 32px;
  text-decoration: none;
}
.banner .banner-left .download-btn:hover {
  background: linear-gradient(90deg, #ffd15a 32%, #ff9b33 100%);
}

.gg3.banner .banner-left .title {
  font-weight: 600;
}
.gg3.banner .banner-left .title .text-light {
  color: #fff;
}
.gg3.banner .banner-left .sub-title {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  font-weight: 380;
}

.sectionOne {
  padding-top: 40px;
  background: url("/assets/img/section01-bj.png") center bottom no-repeat;
  height: 953px;
}
.sectionOne .title {
  text-align: center;
  font-size: 32px;
  color: #fe8a12;
}
.sectionOne .sub-title-style {
  color: #d21515;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  margin: 18px 0px 21px;
}
.sectionOne .sub-title-span {
  text-align: center;
}
.sectionOne .sub-title-span span {
  padding: 4px 10px;
  border-radius: 2px;
  background: #e07f09;
  margin-right: 20px;
}
.sectionOne .gg3-game-img {
  margin-top: 75px;
}

.gg3.sectionOne {
  padding-top: 80px;
  background: url("/assets/img/section01-bj-gg3.png") center bottom no-repeat;
  height: 727px;
  box-sizing: border-box;
}
.gg3.sectionOne .title {
  font-weight: 630;
  font-size: 44px;
}
.gg3.sectionOne .sub-title-span {
  margin-top: 32px;
}
.gg3.sectionOne .sub-title-span span {
  border-radius: 4px;
  background: #ffd80b;
  color: #121a1d;
  font-size: 18px;
  font-weight: 400;
}
.gg3.sectionOne .gg3-game-img {
  display: block;
  margin: 21px auto 0;
}

.section01 {
  padding-top: 40px;
  background: url("/assets/img/section01-bj.png") center bottom no-repeat;
  height: 1152px;
}
.section01 .title {
  text-align: center;
  font-size: 32px;
  color: #fe8a12;
}
.section01 .sub-title {
  height: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.062745098);
  font-size: 18px;
  text-align: center;
  font-weight: 100;
}
.section01 .sub-title span {
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.section01 .sub-title span::after {
  position: absolute;
  content: " ";
  height: 3px;
  background: #fe8a12;
  display: block;
  width: 100%;
  border-radius: 3px;
  bottom: 0;
}
.section01 .list {
  display: flex;
  margin-top: 28px;
  margin-bottom: 20px;
  justify-content: space-between;
}
.section01 .list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section01 .list img {
  width: 137px;
  height: 201px;
}
.section01 .list span {
  padding-top: 5px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3137254902);
}

.section02 .container {
  padding-top: 270px;
  height: 800px;
  box-sizing: border-box;
  background: url("/assets/img/section02-bj.png") no-repeat right center;
}
.section02 .container .title {
  font-size: 44px;
}
.section02 .container .sub-title {
  color: rgba(255, 255, 255, 0.3960784314);
  margin-top: 24px;
  font-size: 22px;
  font-weight: 100;
  line-height: 1.5;
}

.gg3.section02 .container {
  padding-top: 177px;
  height: 557px;
  box-sizing: border-box;
  background: url("/assets/img/section02-bj-gg3.png") no-repeat center center;
}
.gg3.section02 .container .title {
  font-weight: 600;
}
.gg3.section02 .container .sub-title {
  color: rgba(255, 255, 255, 0.65);
}

.section03 .container {
  padding-top: 177px;
  height: 557px;
  box-sizing: border-box;
  background: url("/assets/img/section03-bj.png") no-repeat -180px center;
}
.section03 .container .text {
  margin-left: 700px;
}
.section03 .container .title {
  font-size: 44px;
}
.section03 .container .sub-title {
  color: rgba(255, 255, 255, 0.3960784314);
  margin-top: 24px;
  font-size: 22px;
  font-weight: 100;
  line-height: 1.5;
}

.gg3.section03 .container .title {
  font-weight: 600;
}
.gg3.section03 .container .sub-title {
  color: rgba(255, 255, 255, 0.65);
}

.section04 .container {
  padding-top: 270px;
  height: 800px;
  box-sizing: border-box;
  background: url("/assets/img/section04-bj.png") no-repeat 268px center;
}
.section04 .container .title {
  font-size: 44px;
}
.section04 .container .sub-title {
  color: rgba(255, 255, 255, 0.3960784314);
  margin-top: 24px;
  font-size: 22px;
  font-weight: 100;
  line-height: 1.5;
}

.gg3.section04 .container {
  padding-top: 188px;
  height: 564px;
  box-sizing: border-box;
  background: url(/assets/img/section04-bj-gg3.png) no-repeat center center;
}
.gg3.section04 .container .title {
  font-weight: 600;
}
.gg3.section04 .container .sub-title {
  color: rgba(255, 255, 255, 0.65);
}

.section05 {
  background: url("/assets/img/section05-bj.png") no-repeat center top;
  height: 880px;
}
.section05 .container {
  box-sizing: border-box;
  padding-top: 100px;
}
.section05 .title {
  font-size: 40px;
  text-align: center;
  margin-bottom: 80px;
}
.section05 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section05 .item {
  width: 384px;
  height: 240px;
  background: linear-gradient(180deg, rgba(156, 255, 249, 0.09) 0%, rgba(175, 250, 255, 0.05) 100%);
  border: 1px solid rgba(180, 255, 246, 0.2);
  border-radius: 12px;
  padding: 40px 16px 0;
  box-sizing: border-box;
  margin-bottom: 26px;
}
.section05 .item .user-info {
  display: flex;
  align-items: center;
}
.section05 .item .user-info .avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}
.section05 .item .user-info .avatar img {
  width: 100%;
  height: 100%;
}
.section05 .item .name {
  color: #31d4c6;
  font-size: 20px;
}
.section05 .item .localtion {
  font-size: 14px;
  margin-top: 5px;
  display: flex;
  align-items: center;
}
.section05 .item .localtion span {
  margin-left: 5px;
}
.section05 .item .localtion span + img {
  margin-left: 10px;
}
.section05 .item .content {
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.5;
}

.gg3.section05 .item .content {
  color: rgba(255, 255, 255, 0.6);
}

.footer {
  background: #1a1a1a;
}
.footer .container {
  height: 190px;
  display: flex;
  font-size: 12px;
  color: #6d6d6d;
}
.footer .container > div {
  width: 50%;
}
.footer .logo {
  height: 26px;
  margin-top: 35px;
}
.footer ul {
  list-style: none;
}
.footer .contact {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  margin-left: 70px;
  line-height: 1;
}
.footer .contact > div {
  display: flex;
  align-items: center;
  height: 30px;
}
.footer .contact img {
  height: 16px;
  margin-right: 8px;
}
.footer .contact .help-center span {
  color: #ffffff;
  font-size: 14px;
}
.footer .contact .help-center a {
  text-decoration: none;
  color: #b0b0b0;
  margin-left: 20px;
}
.footer .contact .help-center a:hover {
  text-decoration: underline;
}
.footer .footer-right ul {
  margin-top: 44px;
  line-height: 2.5;
  border-left: 1px solid #363636;
  padding-left: 60px;
}

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