/* reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-weight: normal;
  font-style: normal;
}

ol,
ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

q:before,
q:after {
  content: '';
}

fieldset,
img,
abbr,
acronym {
  border: 0;
}

/* basic */
.c:before,
.c:after {
  content: "";
  display: table;
}

.c:after {
  clear: both;
}

.c {
  zoom: 1;
}

body,
html {
  text-align: left;
  background-color: #000000;
  overflow-x: hidden;
  width: 100%;
  /*height: 100%;*/
  font-size: 22px;
  line-height: 1.6;
}

a {
  text-decoration: none;
  overflow: hidden;
}

.wrap {
  min-width: 1920px;
  width: 100%;
  _width: expression((document.documentElement.clientWidth||document.body.clientWidth)<1922?'1920px':'');
  transform-origin: top center;
  font-family: 'dinpror';
  overflow: hidden;
}

.wrap {
  /* background: url(https://image.lightspeed-studios.com/byXBcPzu/index/images/index_bg0.png) no-repeat top center; */
  width: 100%;
  box-sizing: border-box;
  background-size: 100% auto;
}

.container {
  width: 1920px;
  margin: 0 auto;
}

.hide {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

.db {
  display: block;
  text-indent: -9999em;
  font-size: 0;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

img {
  display: block;
  margin: 0 auto;
}

:focus {
  outline: none;
}

.last {
  margin-right: 0 !important;
}

.sp {
  background: url(https://image.lightspeed-studios.com/byXBcPzu/index/images/sp.png) no-repeat;
}

.spr {
  /* background: url(https://image.lightspeed-studios.com/byXBcPzu/index/images/btn.png?imageMogr2/format/webp) no-repeat; */
  background: url(https://image.lightspeed-studios.com/byXBcPzu/index/images/btn.png?imageMogr2/format/webp) no-repeat;
}

@font-face {
	font-family: 'dinpror';
	src: url(https://www.lightspeed-studios.com/fonts/lightspeedr.ttf);
}

@font-face {
	font-family: 'dinprob';
	src: url(https://www.lightspeed-studios.com/fonts/lightspeedb.ttf);
}

body.hidden {
  overflow: hidden;
  height: 100%;
}

.load_box {
  width: 100%;
  height: 100%;
  background: #000000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  overflow: hidden;
}

.load_ct {
  width: 100%;
  height: 1247px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -663px;
}

.pic_box {
  width: 1244px;
  height: 1247px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -622px;
  animation: loadpic2 60s linear infinite both;
}

.load_ct img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.load_ct img.load_pic1 {
  opacity: 0.1;
}

.load_ct2 {
  display: none;
}

.load_box.hidden .load_ct2 {
  display: block;
}

.load_box.hidden .load_ct img.load_pic1 {
  opacity: 1;
}

.load_ct img.load_pic2 {
  animation: opa 2s linear both infinite alternate;
}

/*.pic_box{animation: opa 2s linear both infinite alternate;}*/
@keyframes opa {
  from {
    opacity: 0.5;
  }

  to {
    opacity: 1;
  }
}

@keyframes loadpic1 {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.2);
  }
}

@keyframes loadpic2 {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

.line_box {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  height: 20px;
}

.line_box span {
  background: url(https://image.lightspeed-studios.com/byXBcPzu/index/images/load_line.png?imageMogr2/format/webp) no-repeat;
  width: 608px;
  height: 20px;
  display: block;
  position: absolute;
  top: 0;
}

.line_box span.line_fl {
  background-position: 0 0;
  left: -100%;
  animation: linefl 2s linear both;
}

.line_box span.line_fr {
  background-position: -992px 0;
  right: -100%;
  animation: linefr 2s linear both;
}

@keyframes linefl {
  from {
    left: -1000px;
    opacity: 0;
  }

  to {
    left: 480px;
    opacity: 1;
  }
}

@keyframes linefr {
  from {
    right: -1000px;
    opacity: 0;
  }

  to {
    right: 480px;
    opacity: 1;
  }
}

.load_icon {
  width: 217px;
  height: 222px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -111px 0 0 -108px;
}

.load_icon i {
  width: 217px;
  height: 222px;
  position: absolute;
  top: 0;
  left: 0;
}

/* .load_icon1{background-position: 0 -240px;}
.load_icon2{background-position: -190px -240px;} */
.load_icon1 {
  background-position: 0 -232px;
}

.load_icon2 {
  background-position: -217px -232px;
}

.load_icon span {
  font-size: 18px;
  color: #656565;
  text-align: center;
  line-height: 22px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -60px;
  text-transform: uppercase;
}

.load_box.hidden .load_ct1 {
  animation: loadct1 0.5s linear forwards;
}

.load_box.hidden .load_ct2 {
  animation: loadct2 0.5s linear forwards;
}

@keyframes loadct1 {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(0);
  }
}

@keyframes loadct2 {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(4);
  }
}

body .animated.fadeInUp {
  animation: fadeInUp 0.6s ease both;
}

body .animated.fadeIn {
  animation: fadeIn 0.6s ease both;
}

.fadeInUp,
.fadeIn {
  opacity: 0;
}

.anUp {
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
}

body,
html {
  scroll-behavior: smooth;
  -webkit-scroll-behavior: smooth;
}

body.hidden .wrap {
  height: 100vh;
  overflow: hidden;
}

.head {
  height: 1296px;
  position: relative;
  font-family: 'dinpror';
}

.nav_box {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  height: 157px;
  padding: 53px 80px 0;
  z-index: 9;
  box-sizing: border-box;
}

.btn_logo {
  float: left;
  width: 347px;
  height: 102px;
}

.btn_logo img {
  display: block;
  width: 100%;
}

.list_nav {
  float: right;
}

.list_nav li {
  float: left;
  margin-left: 78px;
}

.list_nav li:first-child {
  margin-left: 0;
}

.list_nav li a {
  display: block;
  font-family: 'dinpror';
  color: #ffffff;
  text-transform: uppercase;
  line-height: 104px;
  transition: 0.4s linear transform;
  font-size: 24px;
}

.list_nav li a:hover,
.list_nav li.on a {
  color: #ffe7a0;
}

.banner_box {
  min-width: 2560px;
  height: 100%;
}

.banner_box .swiper-container {
  width: 100%;
  height: 100%;
}

.banner_box .swiper-container img,
.banner_box .swiper-container video {
  width: 100%;
}

.banner_box .swiper-container img {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.banner_box .swiper-slide-active .banner_txt span {
  animation: letter-in 0.4s ease-out both;
}

@keyframes letter-in {
  0% {
    top: 200px;
    opacity: 0;
    left: 100px;
    filter: blur(2px);
  }

  100% {
    top: 0;
    opacity: 1;
    left: 0;
    filter: blur(0);
  }
}

.banner_box .swiper-pagination {
  bottom: 0;
  width: 100%;
}

.banner_box .swiper-pagination p {
  width: 20%;
  height: 5px;
  background-color: #414041;
  border-radius: 0;
  position: relative;
  margin: 0 !important;
  opacity: 1;
  display: block;
  float: left;
}

.banner_box .swiper-pagination p:after {
  position: absolute;
  content: '';
  width: 2px;
  height: 10px;
  bottom: 0;
  right: 0;
  background-color: #808080;
}

.banner_box .swiper-pagination p:last-child:after {
  display: none;
}

.banner_box .swiper-pagination em {
  display: block;
  width: 0;
  height: 100%;
  background-color: #e0c675;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.2s height linear;
}

.banner_box .swiper-pagination p:hover em {
  height: 10px;
  background-color: #595759;
  width: 100%;
}

@keyframes line1 {
  from {
    width: 0;
    height: 5px;
  }

  to {
    width: 100%;
    height: 5px;
  }
}

.banner_box .swiper-pagination p.swiper-pagination-bullet-active em {
  background-color: #e0c675;
  animation: line1 30s linear both infinite;
}

.banner_box .swiper-pagination span {
  position: absolute;
  top: -34px;
  color: #ffffff;
  width: 100%;
  left: 0;
  text-align: center;
  line-height: 30px;
}

.banner_box .swiper-pagination p.swiper-pagination-bullet-active span {
  color: #e0c675;
}

.banner_txt {
  position: absolute;
  left: 78px;
  bottom: 90px;
  font-family: 'dinprob';
  text-transform: uppercase;
  font-size: 100px;
  line-height: 150px;
  width: 1570px;
  color: #ffffff;
  z-index: 1;
}

.banner_txt span {
  position: relative;
}

.scroll_box {
  width: 19px;
  height: 173px;
  position: fixed;
  bottom: 64px;
  right: 40px;
  z-index: 9;
}

.scroll_box img {
  bottom: 0;
  position: absolute;
  left: 0;
}

.scroll_box i {
  display: block;
  width: 1px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 9px;
  background-color: #ffffff;
  animation: scrollline 5s linear infinite both alternate;
}

@keyframes scrollline {

  0%,
  50%,
  60% {
    height: 0;
  }

  20%,
  30%,
  80%,
  100% {
    height: 60px;
  }
}

.btn_top {
  background-position: -116px -46px;
  width: 49px;
  height: 70px;
  position: fixed;
  display: none;
  transition: 0.4s linear transform;
  bottom: 432px;
  /* right: 80px; */
  right: 40px;
  z-index: 10;
}

.btn_top:hover {
  transform: translateY(-10px);
}

/* .news_box{padding-top: 150px;} 126px */
.news_box {
  margin-top: -8px;
  background: url(https://image.lightspeed-studios.com/byXBcPzu/index/images/index_bg_03.jpg) no-repeat 50% 0;
  width: 100%;
  box-sizing: border-box;
  /* padding-top: 150px; */
  background-size: 100% auto;
}

.tit {
  font-size: 72px;
  color: #ffe6af;
  text-align: center;
  line-height: 72px;
  font-family: 'dinprob';
  background-image: linear-gradient(#ffd59d, #ffd59d, #fffcc7 85%);
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}

.news_banner,
.more_box {
  width: 2400px;
  margin: 88px auto 0;
}

.news_banner .swiper-container {
  width: 100%;
}

.news_banner .swiper-container .swiper-slide1 {
  width: 1600px;
}

.list_news li {
  float: left;
  width: 800px;
  box-sizing: border-box;
  border: 1px solid rgba(178, 178, 179, 0.1);
  height: 708px;
  padding-top: 96px;
}

.news_pic {
  width: 620px;
  margin: 0 auto;
  position: relative;
  display: block;
}

.news_pic img {
  display: block;
  width: 100%;
}

/*.news_pic:hover .news_ct{display: block;}*/
.news_time,
.news_intr {
  color: #b2b2b3;
  font-size: 24px;
  line-height: 24px;
  margin-top: 20px;
}

.news_time {
  opacity: 0.4;
}

.news_intr {
  line-height: 36px;
  text-transform: uppercase;
  margin-top: 18px;
}

.news_ct {
  width: 620px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(20, 20, 27, 0.9);
  display: none;
}

.news_info {
  color: rgba(255, 255, 255, 0.78);
  font-size: 24px;
  line-height: 48px;
  height: 352px;
  animation: fadeUp 0.6s ease both;
  overflow-y: auto;
}

.news_info::-webkit-scrollbar-track-piece {
  background-color: transparent;
}

.news_info::-webkit-scrollbar {
  width: 6px;
}

.news_info::-webkit-scrollbar-thumb {
  background: #4c5470;
  border-radius: 6px;
}

.btn_more1 {
  width: 100%;
  height: 90px;
  border: 1px solid #8a8a8d;
  border-right: 0;
  border-left: 0;
  font-size: 36px;
  font-family: 'dinprob';
  text-align: center;
  display: block;
  line-height: 90px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
  animation: fadeUp 0.8s ease both;
  transition: 0.6s linear color;
  position: relative;
  box-sizing: border-box;
}

.btn_more1:hover {
  color: #ffffff;
  border-color: transparent;
}

.btn_more1:after,
.btn_more1:before {
  content: '';
  width: 0;
  height: 1px;
  position: absolute;
  background-color: #8a8a8d;
}

.btn_more1:hover:after,
.btn_more1:hover:before {
  width: 100%;
  transition: 0.6s linear width;
}

.btn_more1:after {
  right: 0;
  top: 0;
}

.btn_more1:before {
  left: 0;
  bottom: 0;
}


@keyframes fadeUp {
  from {
    transform: translateY(100px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.more_box {
  margin-top: 0;
  height: 122px;
  border-bottom: 1px solid rgba(178, 178, 179, 0.1);
}

.page_box {
  padding-top: 50px;
  float: left;
}

.page_box a {
  width: 20px;
  height: 33px;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.4s linear;
}

.btn_prev1 {
  background-position: 0 0;
}

.btn_next1 {
  background-position: -120px 0;
  margin-left: 120px;
}

.btn_prev1:hover {
  transform: translateX(-10px);
}

.btn_next1:hover {
  transform: translateX(10px);
}

.page_box a.swiper-button-disabled {
  opacity: 0.5;
}

.btn_more2 {
  float: right;
  font-family: 'dinpror';
  font-size: 36px;
  color: #ffffff;
  line-height: 36px;
  margin-top: 46px;
}

.btn_more2 em {
  display: inline-block;
  vertical-align: middle;
  height: 24px;
  line-height: 26px;
  font-size: 36px;
  position: relative;
  top: -4px;
}

.btn_more2:hover em {
  animation: rot .4s linear infinite;
  transform-origin: 50% 50%;
}

@keyframes rot {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rot {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* .game_debox{padding-top: 150px;} */
.game_debox {
  /* margin-top: -8px; */
  background: url(https://image.lightspeed-studios.com/byXBcPzu/index/images/index_bg_05.jpg) no-repeat 50% 0;
  width: 100%;
  box-sizing: border-box;
  padding-top: 140px;
  background-size: 100% auto;
}

.intr {
  font-family: 'dinpror';
  font-size: 28px;
  line-height: 32px;
  text-align: center;
  color: rgba(255, 255, 255, 0.56);
  margin: 14px auto 0;
  text-transform: uppercase;
}

/* game-development plugin info box */
.vd_box {
  width: 2560px;
  height: 1280px;
  margin: 94px auto 0;
  position: relative;
}

.vd_box .swiper-wrapper {}

.vd_box .swiper-wrapper .vd_item {
  position: relative;
  width: 100%;
  height: 100%;
}

.vd_box .swiper-wrapper .vd_item .vd_txt {
  padding-top: 462px;
  z-index: 1;
  position: relative;
}

.vd_ct {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* .vd_item{display: none;padding-top: 462px;position: relative;} */
.video_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 2560px;
  height: 1280px;
  overflow: hidden;
}

.video_box video,
.video_box img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.btn-cg{
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

/* .vd_txt{position: relative;z-index: 1;} */
.btn_vd {
  background-position: 0 -46px;
  width: 87px;
  height: 104px;
  display: block;
  margin: 0 auto;
}

.vd_tit {
  font-family: 'dinprob';
  font-size: 72px;
  color: #ffffff;
  text-align: center;
  line-height: 82px;
  margin-top: 40px;
  text-transform: uppercase;
}

.vd_tit em {
  position: relative;
  top: -10px;
}

.vd_intr {
  color: rgba(255, 255, 255, 0.56);
  text-align: center;
  line-height: 28px;
  margin-top: 18px;
  font-size: 28px;
  font-family: 'dinpror';
}

/* game-development plugin box */
.vd_tab {
  width: 1600px;
  overflow: hidden;
  position: relative;
  margin: -118px auto 0;
}

.vd_tab .swiper-wrapper {
  width: 1600px;
  margin: 0 auto;
  justify-content: space-between;
  align-items:center;
}

.vd_tab .swiper-wrapper .swiper-slide {
  width: 480px !important;
  height: 308px !important;
  text-align: center;
  display: flex;
  justify-content: flex-start;
  align-items: start;
  flex-wrap: wrap;
  flex-direction: row;
}

.game_debox .mySwiper_next {
  width: 34px;
  height: 61px;
  background-position: -462px -100px;
  position: absolute;
  top: auto;
  bottom: -32px;
  margin-top: 0 !important;
  right: 390px;
  z-index: 10;
  cursor: pointer;
}

.game_debox .mySwiper_prev {
  width: 34px;
  height: 61px;
  background-position: -421px -100px;
  position: absolute;
  top: auto;
  bottom: -32px;
  margin-top: 0 !important;
  left: 390px;
  z-index: 10;
  cursor: pointer;
}

.btn_vditem {
  position: relative;
}

.btn_vditem p {
  width: 480px;
  height: 270px;
  overflow: hidden;
}

.btn_vditem img {
  display: block;
  width: 100%;
  transition: 0.6s all linear;
}

.btn_vditem:hover img {
  transform: scale(1.2);
}

.btn_vditem:hover img.vd_mask {
  transform: scale(1);
}

.btn_vditem img.vd_mask {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.6s ease all;
}

.btn_vditem.on img.vd_mask {
  opacity: 1;
}

.btn_vditem span {
  color: #ffffff;
  line-height: 24px;
  font-size: 24px;
  margin-top: 16px;
  display: block;
  text-align: left;
  text-transform: uppercase;
}

.btn_vditem span em {
  position: relative;
  top: -4px;
}

.esports_box {
  background: url(https://image.lightspeed-studios.com/byXBcPzu/index/images/index_bg_06.jpg) no-repeat 50% 0;
  width: 100%;
  height: 1615px;
  box-sizing: border-box;
  background-size: 100% 100%;
  padding-top: 158px;
}

.esports_ct {
  max-width: 2560px;
  margin: 86px auto 0;
  overflow: hidden;
  height: 1234px;
  width: 100%;
}

.gallery-top {
  width: 1920px;
  margin: 0 auto;
}

.gallery-top img {
  display: block;
  width: 100%;
}

.esp_time {
  text-align: center;
  position: relative;
  margin-top: 30px;
}

.esp_time em {
  font-size: 100px;
  color: rgba(255, 255, 255, 0.1);
  display: block;
  line-height: 106px;
  text-transform: uppercase;
  font-family: 'dinprob';
}

.esp_time span {
  font-size: 36px;
  line-height: 110px;
  text-align: center;
  margin-top: -104px;
  display: block;
  color: #ffffff;
}

.esp_intr {
  color: #ffffff;
  opacity: 0.56;
  height: 140px;
  padding-top: 16px;
  display: block;
  transition-duration: 1s !important;
  transition-delay: 0.2s !important;
}

.icon_box {
  animation: fadeInDown 0.6s ease both;
  display: none;
  position: absolute;
  left: 50%;
  top: -100px;
  margin-left: -44px;
}

.icon_box img {
  width: 88px;
  margin: 0 auto;
}

.esp_icon {
  background: url(https://image.lightspeed-studios.com/byXBcPzu/index/images/esp_d1.png?imageMogr2/format/webp) no-repeat;
  width: 64px;
  height: 64px;
  margin: 0 auto;
  position: relative;
}

.esp_icon em {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #bfbfbf;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s linear all;
}

.esp_icon:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 360px;
  height: 1px;
  background-color: #808182;
  left: 106%;
}

.gallery-thumbs {
  width: 1300px;
  margin: 72px auto 0;
  overflow: visible;
}

.gallery-thumbs .swiper-slide {
  cursor: pointer;
}

.gallery-thumbs .swiper-slide:hover .esp_icon {
  background: url(https://image.lightspeed-studios.com/byXBcPzu/index/images/esp_d2.png?imageMogr2/format/webp) no-repeat;
  transition: 0.4s linear all;
}

.gallery-thumbs .swiper-slide:hover .esp_icon em {
  width: 40px;
  height: 40px;
}

.gallery-thumbs .swiper-slide-thumb-active .esp_icon em {
  display: none;
}

.gallery-thumbs .swiper-slide:hover .icon_box,
.gallery-thumbs .swiper-slide:hover .esp_txt {
  display: block;
}

.gallery-thumbs .swiper-slide-thumb-active .esp_icon,
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active:hover .esp_icon {
  background: url(https://image.lightspeed-studios.com/byXBcPzu/index/images/esp_d3.png?imageMogr2/format/webp) no-repeat;
}

.gallery-thumbs .swiper-slide.swiper-slide-thumb-active .icon_box {
  top: -110px;
  display: block;
}

.gallery-thumbs .swiper-slide.swiper-slide-thumb-active .esp_txt {
  margin-top: 20px;
  display: block;
}

.esports_ct .swiper-button-next,
.esports_ct .swiper-button-prev {
  width: 20px;
  height: 38px;
  top: 250px;
  margin: 0;
}

.esports_ct .swiper-button-next {
  background-position: -223px 0;
  right: 30px;
}

.esports_ct .swiper-button-prev {
  background-position: -170px 0;
  left: 30px;
}

.swiper-button-prev,
.swiper-button-next {
  transition: all 0.4s linear;
}

.swiper-button-prev:hover {
  transform: translateX(-10px);
}

.swiper-button-next:hover {
  transform: translateX(10px);
}

.esp_txt {
  color: rgba(255, 255, 255, 0.56);
  text-align: center;
  line-height: 40px;
  width: 200%;
  margin-left: -50%;
  animation: fadeInUp 0.6s ease both;
  display: none;
}

.esp_txt span {
  display: block;
  font-family: 'dinprob';
  text-transform: uppercase;
}

.about_box {
  background: url(https://image.lightspeed-studios.com/byXBcPzu/index/images/index_bg_02.jpg) no-repeat 50% 0;
  width: 100%;
  height: 1345px;
  box-sizing: border-box;
  padding-top: 145px;
  background-size: 100% auto;
}

.about_ct {
  width: 1920px;
  /* margin: 90px auto 0; */
  margin: 110px auto 0;
}

.our_box {
  height: auto;
  width: 980px;
  margin-bottom: 71px;
}

.our_box span {
  display: block;
  font-size: 28px;
  line-height: 28px;
  text-align: left;
  font-family: 'dinpror';
  color: #ffffff;
  margin-bottom: 30px;
}

.our_box i {
  display: block;
  font-size: 28px;
  font-style: normal;
  line-height: 34px;
  text-align: left;
  font-family: 'dinprob';
  color: #ffe6af;
  background-image: linear-gradient(#ffd59d, #ffd59d, #fffcc7 85%);
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  /* text-transform: uppercase; */
}

.our_cj {
  height: 158px;
  /* height: 168px; */
  /* margin-top: 280px; */
  margin-top: 150px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.cj_tit {
  font-family: 'dinprob';
  font-size: 56px;
  color: #ffffff;
  line-height: 56px;
}

.cj_intr {
  color: rgba(255, 255, 255, 0.56);
  line-height: 22px;
  font-size: 28px;
  font-family: 'dinpror';
  margin-top: 32px;
}

.list_cj {
  width: 1920px;
  margin: -12px auto 0;
  /* height: 106px; */
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: nowrap;
  flex-direction: row;
}

.list_cj li {
  /* width: 270px; */
  width: 320px;
  height: auto;
  cursor: pointer;
  overflow: hidden;
}

.icon1 {
  background-position: -340px -60px;
  width: 24px;
  height: 24px;
  display: block;
  margin: 0 auto;
}

.list_cj li.on .icon1,
.list_cj li:hover .icon1 {
  background-position: -389px -60px;
  width: 24px;
  height: 24px;
  display: block;
  margin: 0 auto;
}

.cj_info {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.56);
  text-align: center;
  line-height: 24px;
  margin: 12px auto 0;
  width: 100%;
  height: 72px;
}

.list_cj li:hover .cj_info {
  color: #ffffff;
}

.list_cj li:nth-child(2){
  width: 224px;
}

.cj_info1 {
  width: 210px;
}

.cj_info span {
  display: block;
  /* font-family: 'dinprob'; */
}

.awards_box {
  margin-top: -4px;
  background: url(https://image.lightspeed-studios.com/byXBcPzu/index/images/index_bg_07.jpg) no-repeat 50% 0;
  width: 100%;
  height: 1120px;
  box-sizing: border-box;
  background-size: 100% auto;
}

.show_box {
  width: 1920px;
  /* height: 378px; */
  height: 560px;
  margin: 116px auto 0;
}

.show_box .sh_cont {
  width: 1920px;
  /* height: 378px; */
  height: 560px;
}

.show_box .sh_cont .swiper-slide {
  width: 620px !important;
  /* height: 378px; */
  height: 560px;
}

.show_box .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.show_box .swiper-slide a img {
  transition: 0.6s linear all;
  display: block;
  width: 100%;
}

.show_box .swiper-slide a:hover img {
  transform: scale(1.2);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.show_box .swiper-button-prev {
  background-position: -442px -191px;
  width: 20px;
  height: 33px;
  left: 28px;
}

.show_box .swiper-button-next {
  background-position: -476px -191px;
  width: 20px;
  height: 33px;
  right: 28px;
}

/* awards */
.prize_cent {
  width: 2560px;
  height: 162px;
  margin: 85px auto 0;
  position: relative;
}

.line-g {
  width: 259px;
  height: 1px;
  background: #fffcc7;
  background: -webkit-linear-gradient(to right, #ffd59d, #fffcc7);
  background: linear-gradient(to right, #ffd59d, #fffcc7);
}

.lg {
  position: absolute;
  top: 50%;
  left: 0;
}

.rg {
  position: absolute;
  top: 50%;
  right: 0;
  background: -webkit-linear-gradient(to right, #fffcc7, #ffd59d);
  background: linear-gradient(to right, #fffcc7, #ffd59d);
}

.prize_box {
  width: 1920px;
  height: 162px;
  margin: 0 auto;
  position: relative;
}

.line_box1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://image.lightspeed-studios.com/byXBcPzu/index/images/line.png?imageMogr2/format/webp) no-repeat 50% 0;
  pointer-events: none;
}

/*.line_box2{background: url(https://image.lightspeed-studios.com/byXBcPzu/index/images/line1.png?imageMogr2/format/webp) no-repeat 50% 0;}*/
.prize_ct {
  width: 1920px;
  margin: 0 auto;
  text-align: center;
}

.prize_ct span {
  margin: 0 auto;
  width: 100%;
  height: 162px;
  object-fit: cover;
  display: block;
  vertical-align: middle;
  position: relative;
}

/*.prize_ct span:first-child{width: 351px;}*/
.prize_ct span img {
  display: block;
  width: 300px;
  height: 162px;
  margin: 0 auto;
  transition: 0.4s linear all;
}

/* .prize_ct span:hover img{transform: translateY(-14px);} */
.prize_ct .swiper-slide {
  width: 302px !important;
  height: 161px;
  text-align: center;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.prize_ct .swiper-slide:after {
  content: '';
  position: absolute;
  width: 46px;
  height: 1px;
  background-color: #f5cc98;
  top: 50%;
  right: -75px;
}

.prize_prev {
  position: absolute;
  top: 64px;
  left: 271px;
  width: 20px;
  height: 33px;
  background-position: -442px -191px;
  margin-top: 0;
}

.prize_next {
  position: absolute;
  top: 64px;
  right: auto;
  left: 2270px;
  width: 20px;
  height: 33px;
  background-position: -476px -191px;
  margin-top: 0;
}

/*games*/
.games_box {
  display: none;
  margin-top: -1px;
  background: url(https://image.lightspeed-studios.com/byXBcPzu/index/images/index_bg_04.jpg) no-repeat 50% 0;
  width: 100%;
  height: 1221px;
  box-sizing: border-box;
  padding-top: 150px;
  background-size: 100% auto;
}

.games_box .gm_box {
  margin: 88px auto 0;
  position: relative;
  width: 2560px;
  height: 690px;
}

.games_box .gm_box .gm_cont {
  width: 100%;
  height: 690px;
  overflow: hidden;
}

.gm_cont .gm_wrapper {
  width: 100%;
  height: 100%;
}

.gm_cont .gm_wrapper .swiper-slide {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(.76);
}

.gm_cont .gm_wrapper .swiper-slide a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  cursor: pointer;
  pointer-events: none;
}

.gm_cont .gm_wrapper .swiper-slide img {
  width: 1159px;
  height: 641px;
  display: block;
}

.gm_cont .gm_wrapper .swiper-slide .game_descbox {
  display: none;
}

.gm_cont .gm_wrapper .swiper-slide.swiper-slide-active{
  width: 1159px !important;
  height: 690px !important;
  transform: scale(1);
}

.gm_cont .gm_wrapper .swiper-slide.swiper-slide-active a{
  pointer-events: auto !important;
}

.gm_cont .gm_wrapper .swiper-slide.swiper-slide-active img{

}

.gm_cont .gm_wrapper .swiper-slide.swiper-slide-active .game_descbox {
  margin-top: 0 !important;
  display: block;
  width: 1159px;
  height: 126px;
  position: absolute;
  top: 562px;
  left: 0;
  overflow: hidden;
  z-index: 2;
  animation: fadeUp 0.4s ease both;
}

.game_descbox .game_title {
  margin: 0 auto;
  font-family: 'dinprob';
  font-size: 48px;
  line-height: 48px;
  text-align: center;
  color: #fff;
}

.game_descbox .game_desc {
  margin: 58px auto 0;
  font-family: 'dinpror';
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  color: #898989;
}

.gm_cont .gm_wrapper .swiper-slide.swiper-slide-prev,
.gm_cont .gm_wrapper .swiper-slide.swiper-slide-next {
  margin-top: -26px;
}

.gm_cont .gm_wrapper .swiper-slide.swiper-slide-prev img,
.gm_cont .gm_wrapper .swiper-slide.swiper-slide-next img {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  object-fit: cover;
}

.gm_cont .gm_wrapper .swiper-slide.swiper-slide-prev:hover img,
.gm_cont .gm_wrapper .swiper-slide.swiper-slide-next:hover img {
  opacity: 1;
  cursor: pointer;
  transition: all .25s ease-in-out;
}
/* games 结束 */

.games_box .btn_see_all {
  display: block;
  margin: 100px auto 0;
  font-size: 0;
  transition: 0.4s linear all;
  background: url(https://image.lightspeed-studios.com/byXBcPzu/index/images/business/see_more_games.png) no-repeat;
  width: 384px;
  height: 107px;
}

.games_box .btn_see_all:hover,
.games_box .btn_see_all.on {
  /* width: 384px;
  height: 107px;
  line-height: 107px;
  color: #16171e;
  border: none;
  background: #fffcc7; */
  /* fallback for old browsers */
  /* background: -webkit-linear-gradient(to top, #fffcc7, #ffd59d); */
  /* Chrome 10-25, Safari 5.1-6 */
  /* background: linear-gradient(to top, #fffcc7, #ffd59d); */
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background: url(https://image.lightspeed-studios.com/byXBcPzu/index/images/business/see_more_games_on.png) no-repeat;
  width: 384px;
  height: 107px;
}

.join_box {
  background: url(https://image.lightspeed-studios.com/byXBcPzu/index/images/index_bg_08.jpg) no-repeat 50% 0;
  width: 100%;
  box-sizing: border-box;
  background-size: 100% auto;
  margin: -4px auto 0;
  padding-bottom: 184px;
}

.list_join {
  width: 1920px;
  margin: 106px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}

.list_join li:nth-child(2),.list_join li:nth-child(3){
  width: 942px;
}

.list_join li:nth-child(2){
  margin-right: 36px;
}

.list_join li:nth-child(3) .join_intr {
  padding-bottom: 40px;
}

.list_join li a {
  display: block;
  background: #000000;
  margin-bottom: 44px;
}

.list_join li:nth-child(2) a,
.list_join li:nth-child(3) a {
  margin-bottom: 0;
}

.list_join li em {
  overflow: hidden;
  width: 100%;
  height: 480px;
  display: block;
}

.list_join li img {
  transition: 1s linear all;
}

.list_join li:hover img {
  transform: scale(1.2);
}

.join_tit {
  display: block;
  font-size: 32px;
  color: #ffffff;
  padding-left: 32px;
  line-height: 82px;
  text-transform: uppercase;
}

.studio .join_tit {
  line-height: 50px;
  padding-top: 10px;
}

.join_intr {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.56);
  padding-left: 32px;
  line-height: 20px;
  padding-bottom: 20px;
  display: block;
}

.footer_box {
  width: 100%;
  background-color: #000000;
}

.footer_ct {
  box-sizing: border-box;
  padding: 249px 80px 56px;
  position: relative;
  margin: 0 auto;
}

.join_con {
  position: absolute;
  top: 72px;
  right: 80px;
  width: 241px;
  height: 108px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: inherit;
}

.join_con .join_title {
  font-size: 24px;
  color: #696c71;
  line-height: 24px;
  text-align: right;
  white-space: nowrap;
  font-family: 'dinpror';
}

.join_con .foll_box {
  width: 189px;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  margin-top: 50px;
}

.foll_box .ji {
  background: url(https://image.lightspeed-studios.com/byXBcPzu/index/images/sp-join.png) no-repeat 50% 0;
  width: 189px;
  height: 35px;
  transition: 0.6s linear all;
}

.foll_box .ji:hover {
  filter: brightness(1.2);
}

.foll_box .join_youtube {
  width: 48px;
  height: 35px;
  background-position: 0 0;
  filter: brightness(0.8);
}

.foll_box .join_facebook {
  width: 35px;
  height: 35px;
  background-position: -80px 0;
  filter: brightness(0.8);
}

.foll_box .join_twitter {
  width: 41px;
  height: 35px;
  background-position: -148px 0;
  filter: brightness(0.8);
}

.follow_box p {
  font-size: 32px;
  color: #ededed;
  line-height: 40px;
  padding-top: 20px;
}

.foot_logo {
  position: absolute;
  left: 80px;
  top: 72px;
  width: 353px;
  height: 103px;
}

.foot_logo img {
  width: 100%;
  height: auto;
}

.bq_box {
  border-top: 1px solid #262626;
}

.foot_icon {
  margin-top: 46px;
  width: 60%;
  float: left;
}

.foot_icon a {
  display: block;
  float: left;
  height: auto;
  margin-right: 32px;
  font-size: 20px;
  color: #696c71;
  line-height: 20px;
  position: relative;
  overflow: visible;
  transition: 0.4s linear all;
}

.foot_icon a:hover {
  color: #ffffff;
}

.foot_icon a:after {
  content: '·';
  position: absolute;
  top: 0;
  right: -16px;
  font-size: 18px;
  color: #696c71;
  height: 34px;
  line-height: 34px;
}

.foot_icon a:last-child:after {
  display: none;
}

.bq_box p {
  font-size: 20px;
  color: #696c71;
  line-height: 20px;
  float: right;
  width: 40%;
  text-align: right;
  margin-top: 46px;
  text-transform: uppercase;
}


.pop_video {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  display: none;
}

.pop_vd {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
}

.pop_vd video {
  width: 100%;
}

.pop_close1 {
  background-position: -334px -136px;
  width: 72px;
  height: 72px;
  position: absolute;
  right: 0;
  top: -80px;
  transition: 0.4s linear all;
  transform: scale(0.8);
}

.pop_close1:hover {
  transform: rotate(-180deg);
}



.cookies-dinprob {
  font-family: "dinprob"
}

.cookies-eur {
  font-family: "dinpror"
}

.dialog-cookies {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  display: none
}

.dialog-cookies-what button,
.dialog-cookies-pre button {
  background: 0;
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  cursor: pointer
}

.dialog-cookies-what,
.dialog-cookies-pre {
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  margin: 0 auto
}

.dialog-cookies-what {
  background-image: url(https://image.lightspeed-studios.com/byXBcPzu/index/images/dialog-cookies-what-bg.jpg?imageMogr2/format/webp);
  width: calc(1360 / 2560 * 100vw);
  ;
  min-height: calc(600 / 2560 * 100vw);
  background-size: 100% 100%;
  padding: calc(60 / 2560 * 100vw);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%)
}

.pt .dialog-cookies-what {
  padding-top: calc(80 / 2560 * 100vw)
}

.dialog-cookies-what .cookies-tit,
.dialog-cookies-what .cookies-txt,
.dialog-cookies-what .cookies-tips,
.dialog-cookies-pre .cookies-txt {
  color: #000000;
  font-size: calc(16 / 2560 * 100vw);
  /*line-height: calc(20 / 2560 * 100vw)*/
}

.dialog-cookies-pre .cookies-txt {
  color: #ffffff;
}

.dialog-cookies-what .cookies-tit {
  font-size: calc(30 / 2560 * 100vw);
  line-height: calc(40 / 2560 * 100vw);
  margin-bottom: calc(16 / 2560 * 100vw);
}

.dialog-cookies-what .cookies-check {
  display: flex;
  /*width: calc(1670 / 2560 * 100vw);*/
  justify-content: center;
  margin: calc(28 / 2560 * 100vw) auto 0;
}

.dialog-cookies-what .cookies-check input[type=checkbox] {
  appearance: none;
  flex-shrink: 0;
  border: 0;
  margin: 0;
  background: url(https://image.lightspeed-studios.com/byXBcPzu/index/images/check.png?imageMogr2/format/webp) no-repeat;
  background-size: 100% 100%;
  width: calc(34 / 2560 * 100vw);
  height: calc(34 / 2560 * 100vw)
}


.dialog-cookies-what .cookies-check input[type=checkbox]:checked {
  background: url(https://image.lightspeed-studios.com/byXBcPzu/index/images/checked.png?imageMogr2/format/webp) no-repeat;
  background-size: 100% 100%
}

.dialog-cookies-what .cookies-check .cookies-service {
  margin-left: calc(10 / 2560 * 100vw);
}

.dialog-cookies-what .cookies-check .cookies-service-tit {
  color: #000000;
  font-size: calc(30 / 2560 * 100vw);
  line-height: calc(38 / 2560 * 100vw);
  text-transform: uppercase
}

.dialog-cookies-what .cookies-check .cookies-service-txt {
  color: #000000;
  font-size: calc(16 / 2560 * 100vw);
  /*line-height: calc(20 / 2560 * 100vw);*/
  padding-top: calc(8 / 2560 * 100vw)
}

.dialog-cookies-what .cookies-check .cookies-service-form {
  width: 100%
}

.dialog-cookies-what .cookies-check .cookies-service-form td {
  height: calc(50 / 2560 * 100vw);
  color: #000000;
  font-size: calc(16 / 2560 * 100vw);
  border-bottom: solid 1px #c2a378
}

.dialog-cookies-what .cookies-check .cookies-service-form td.td1 {
  width: calc(400 / 2560 * 100vw);
}

.dialog-cookies-what .cookies-check .cookies-service-btns {
  margin-top: calc(20 / 2560 * 100vw);
  height: calc(80 / 2560 * 100vw);
}

.dialog-cookies-what .cookies-check .cookies-service-btns a {
  height: calc(60 / 2560 * 100vw);
  width: calc(230 / 2560 * 100vw);
  line-height: calc(60 / 2560 * 100vw);
  font-size: calc(20 / 2560 * 100vw);
  font-family: "dinprob";
  margin-right: calc(30 / 2560 * 100vw);
  border: 1px solid #000000;
  float: left;
  text-align: center;
  color: #000000;
  text-transform: uppercase;
}


.dialog-cookies-what .cookies-tips {
  padding-top: calc(20 / 2560 * 100vw)
}

.dialog-cookies-what .cookies-tips a {
  color: #000000;
  text-decoration: underline;
}

.dialog-cookies-pre {
  background-color: rgba(0, 0, 0, 0.9);
  width: 100vw;
  min-height: calc(200 / 2560 * 100vw);
  padding: calc(20 / 2560 * 100vw) calc(72 / 2560 * 100vw);
  box-sizing: border-box;
}

.dialog-cookies-pre .cookies-tit {
  color: #ffffff;
  font-size: calc(26 / 2560 * 100vw);
  line-height: calc(36 / 2560 * 100vw);
  padding-bottom: calc(16 / 2560 * 100vw)
}

.dialog-cookies-pre .cookies-txt {
  width: calc(1500 / 2560 * 100vw);
  font-size: calc(16/2560*100vw);
  line-height: calc(20/2560*100vw)
}

.dialog-cookies-pre .cookies-txt a {
  color: #ffffff;
  text-decoration: underline
}

.dialog-cookies-pre .cookies-txt2 {
  padding-top: calc(10 / 2560 * 100vw)
}

.dialog-cookies-pre .cookies-txt3 {
  padding-top: calc(10 / 2560 * 100vw);
  width: calc(1500 / 2560 * 100vw)
}

.dialog-cookies-pre .cookies-btns {
  justify-content: center;
  display: flex;
  margin: calc(26 / 2560 * 100vw) 0 calc(66 / 2560 * 100vw);
  position: absolute;
  top: calc(44 / 2560 * 100vw);
  left: calc(1600 / 2560 * 100vw)
}

.dialog-cookies-pre .cookies-btns a {
  background: url(https://image.lightspeed-studios.com/byXBcPzu/index/images/btn-cookies.png?imageMogr2/format/webp) no-repeat;
  background-size: 100% 100%;
  width: calc(280 / 2560 * 100vw);
  height: calc(80 / 2560 * 100vw);
  line-height: calc(22 / 2560 * 100vw);
  font-family: "dinprob";
  font-size: calc(22 / 2560 * 100vw);
  color: #e6be86;
  margin: 0 calc(8 / 2560 * 100vw);
  text-align: center;
  box-sizing: border-box;
  padding: calc(16 / 2560 * 100vw) 0;
}

/*两端对齐*/
.txt-al {
  text-align: justify;
}

.txt-al span{
  text-indent: 2em;
  display: block;
}

.txt-al span i{
  font-style: normal;
  margin-left: 3em;
}

.logo_apex{
  background: url(https://image.lightspeed-studios.com/byXBcPzu/index/images/business/apex_logo.png) no-repeat;
  width: 133px;
  height: 130px;
  margin: 0 auto;
}

.gd_logo {
  width: 700px;
  padding-left: 80px;
}
.gd_logo img {
  width: 100%;
}
.gd_logo_bussiness {
  position: absolute;
  left: 80px;
  bottom: 120px;
  width: 800px;
}
