.banner {
  width: 100%;
  height: 754px;
  margin: 0 auto;
  position: relative;
  min-width: 1200px;
  background: linear-gradient(180deg, #222345 0%, #2e1f59 75%, #371d65 100%);
}
.banner .bd {
  max-width: 1920px;
  height: 754px;
  margin: 0 auto;
  background: url(../img/banner.png) center center no-repeat;
  background-size: cover;
}
.banner .bd .bdtxt {
  margin: 0 auto;
  width: 1200px;
}
.banner .bd .bdtxt .title {
  width: 500px;
  text-align: center;
  height: 140px;
  font-size: 40px;
  font-family: microsoft yahei, PingFangSC-Regular, PingFang SC;
  font-weight: normal;
  color: white;
  line-height: 74px;
  -webkit-text-stroke: 1px white;
  text-stroke: 1px white;
  padding-top: 280px;
}
.banner .bd .bdtxt .des {
  width: 500px;
  text-align: center;
  height: 70px;
  font-size: 26px;
  font-family: microsoft yahei, PingFangSC-Regular, PingFang SC;
  font-weight: 300;
  color: white;
  line-height: 70px;
  -webkit-text-stroke: 1px white;
  text-stroke: 1px white;
  margin-top: 40px;
}
.banner .weNums {
  position: absolute;
  left: 0;
  right: 0;
  top: 714px;
  margin: 0 auto;
  width: 1200px;
  height: 200px;
  background: white;
  box-shadow: 0px -6px 10px 0px rgba(179, 179, 179, 0.1);
  border-radius: 8px;
}
.banner .weNums ul {
  width: 1060px;
  height: 110px;
  margin: 45px auto;
}
.banner .weNums ul li {
  float: left;
  width: 33.33%;
  height: 110px;
}
.banner .weNums ul li .nb {
  font-size: 56px;
  font-family: microsoft yahei, PingFangSC-Regular, PingFang SC;
  font-weight: 600;
  color: #4dbc4b;
  line-height: 78px;
  text-align: center;
}
.banner .weNums ul li .nb .runNum {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  height: 78px;
  line-height: 78px;
  text-align: center;
  font-weight: bold;
  position: relative;
}
.banner .weNums ul li .nb .runNum > li {
  list-style: none;
  width: 38px;
  float: left;
  position: absolute;
}
.banner .weNums ul li .ds {
  font-size: 18px;
  font-family: microsoft yahei, PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #65696c;
  line-height: 25px;
  text-align: center;
}

.anli {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  margin-top: 265px;
}
.anli .title {
  font-size: 36px;
  font-family: microsoft yahei, PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #24292e;
  line-height: 50px;
  text-align: center;
}
.anli .des {
  font-size: 18px;
  font-family: microsoft yahei, PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #65696c;
  line-height: 36px;
  text-align: center;
}
.anli .swiper {
  width: 1000px;
  margin: 0 auto;
  height: 650px;
}
.anli .swiper .swiperBx {
  overflow: inherit;
}
.anli .swiper .bx {
  height: 650px;
  width: 1000px;
  position: relative;
  margin-top: 58px;
}
.anli .swiper .bx .rect {
  background: url(../img/rect.png);
  width: 686px;
  height: 464px;
  float: left;
  margin-top: 90px;
}
.anli .swiper .bx .rect .gameTop {
  padding: 58px 50px 0;
}
.anli .swiper .bx .rect .gameTop .icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
}
.anli .swiper .bx .rect .gameTop .icon img {
  width: 72px;
  height: 72px;
}
.anli .swiper .bx .rect .gameTop .name {
  height: 72px;
  line-height: 72px;
  font-size: 30px;
  font-family: microsoft yahei, PingFangSC-Regular, PingFang SC;
  font-weight: 300;
  color: #24292e;
  float: left;
  margin-left: 20px;
}
.anli .swiper .bx .rect .gameDes {
  padding: 40px 50px 60px;
  font-size: 18px;
  font-family: microsoft yahei, PingFangSC-Regular, PingFang SC;
  font-weight: 300;
  color: #24292e;
  line-height: 32px;
  height: 64px;
  overflow: hidden;
  margin-top: 10px;
}
.anli .swiper .bx .rect .imglist {
  margin: 0 auto;
  width: 540px;
  overflow: hidden;
}
.anli .swiper .bx .rect .imglist .swiper-container .swiper-wrapper .swiper-slide {
  width: 170px;
  height: 120px;
  float: left;
  box-sizing: border-box;
  border: 1px solid #f2f2f2;
  margin-right: 15px;
  overflow: hidden;
  cursor: pointer;
}
.anli .swiper .bx .rect .imglist .swiper-container .swiper-wrapper .swiper-slide:last-child {
  margin-right: 0;
}
.anli .swiper .bx .rect .imglist .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.anli .swiper .bx .rect .imglist .swiper-container .swiper-wrapper .swiper-slide .mask {
  width: 170px;
  height: 120px;
  background: rgba(36, 41, 46, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.anli .swiper .bx .rect .imglist .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .mask {
  display: block;
}
.anli .swiper .bx .rect .imglist .imgMask {
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.anli .swiper .bx .simg {
  width: 337px;
  height: 640px;
  position: absolute;
  right: 0;
  top: 0;
}
.anli .swiper .bx .simg .mask {
  width: 268px;
  height: 575px;
  margin-left: 18px;
  margin-top: 18px;
  overflow: hidden;
}
.anli .swiper .bx .simg .mask img {
  display: block;
  height: 575px;
  margin: 0px auto;
  min-width: 268px;
}
.anli .swiper .bx .phone {
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/phone.png);
  width: 337px;
  height: 640px;
  z-index: 2;
}

.upgame {
  width: 100%;
  min-width: 1200px;
  height: 800px;
  background: linear-gradient(180deg, #363b47 0%, #24292e 100%);
  margin-top: 100px;
}
.upgame .upbox {
  width: 1200px;
  height: 800px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.upgame .upbox .imfl {
  width: 498px;
  float: left;
  position: absolute;
  left: 0;
  top: -120px;
  animation: imfl 30s linear 0s infinite  running both;
}
.upgame .upbox .imfl .fl {
  float: left;
  width: 146px;
  margin-right: 20px;
}
.upgame .upbox .imfl .fl .imbox {
  width: 146px;
  height: 281px;
  position: relative;
}
.upgame .upbox .imfl .fl .imbox .mask {
  width: 114px;
  height: 250px;
  left: 10px;
  top: 10px;
  overflow: hidden;
  position: absolute;
}
.upgame .upbox .imfl .fl .imbox .mask img {
  height: 250px;
  min-width: 114px;
}
.upgame .upbox .imfl .fl .imbox .phone2 {
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/phone2.png);
  width: 146px;
  height: 281px;
}
.upgame .upbox .txtfr {
  width: 600px;
  float: right;
}
.upgame .upbox .txtfr .title {
  text-align: center;
  height: 50px;
  font-size: 36px;
  font-family: microsoft yahei, PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: white;
  line-height: 50px;
  margin-top: 214px;
}
.upgame .upbox .txtfr .des {
  text-align: left;
  height: 140px;
  font-size: 18px;
  font-family: microsoft yahei, PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: white;
  line-height: 36px;
  margin-top: 30px;
}
.upgame .upbox .txtfr .moreBtn {
  margin-left: 0;
}
.upgame .upbox .txtfr .moreBtn span {
  display: inline-block;
  vertical-align: top;
}
.upgame .upbox .txtfr .moreBtn img {
  width: 6px;
  height: 11px;
  vertical-align: middle;
  margin-left: 10px;
  display: inline-block;
  text-align: left;
}

.team {
  width: 100%;
  min-width: 1200px;
  padding-top: 100px;
  background: #FFFFFF;
}
.team .title {
  text-align: center;
  height: 50px;
  font-size: 36px;
  font-family: microsoft yahei, PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #24292e;
  line-height: 50px;
}
.team .des {
  text-align: center;
  height: 110px;
  font-size: 18px;
  font-family: microsoft yahei, PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #65696c;
  line-height: 36px;
  margin-top: 10px;
}
.team .teamSwiper {
  width: 1200px;
  height: 640px;
  margin: 0 auto;
  margin-top: 60px;
}
.team .teamSwiper .swiperTeams {
  overflow: inherit;
}
.team .teamImgs {
  width: 1200px;
  height: 640px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.team .teamImgs img {
  width: 1200px;
}
.team .teamImgs .mask {
  background: url(../img/teamMask.png);
  width: 474px;
  height: 301px;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: center;
}
.team .teamImgs .mask .tt {
  margin-left: 81px;
  margin-top: 59px;
  text-align: left;
  height: 50px;
  font-size: 36px;
  font-family: microsoft yahei, PingFangSC-Regular, PingFang SC;
  font-weight: 500;
  color: white;
  line-height: 50px;
}
.team .teamImgs .mask .ds {
  margin-top: 7px;
  margin-left: 81px;
  text-align: left;
  width: 371px;
  height: 87px;
  font-size: 21px;
  font-family: microsoft yahei, PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: white;
  line-height: 29px;
}

.joinUs {
  width: 100%;
  min-width: 1200px;
  margin-top: 100px;
}
.joinUs .joinBox {
  width: 1200px;
  margin: 0 auto;
}
.joinUs .joinBox .title {
  text-align: center;
  height: 50px;
  font-size: 36px;
  font-family: microsoft yahei, PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #24292e;
  line-height: 50px;
}
.joinUs .joinBox .des {
  text-align: center;
  height: 36px;
  font-size: 18px;
  font-family: microsoft yahei, PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #65696c;
  line-height: 36px;
  margin-top: 10px;
}
.joinUs .joinBox .joinlist {
  width: 1200px;
  margin-top: 56px;
}
.joinUs .joinBox .joinlist ul li {
  width: 393px;
  height: 200px;
  background: white;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  float: left;
  margin-right: 10px;
  margin-bottom: 15px;
  position: relative;
}
.joinUs .joinBox .joinlist ul li.ch {
  background: url(../img/ch.png) center center no-repeat;
  background-size: 404px 208px;
}
.joinUs .joinBox .joinlist ul li.ui {
  background: url(../img/ui.png) center center no-repeat;
  background-size: 404px 208px;
}
.joinUs .joinBox .joinlist ul li.qd {
  background: url(../img/qd.png) center center no-repeat;
  background-size: 404px 208px;
}
.joinUs .joinBox .joinlist ul li.sw {
  background: url(../img/sw.png) center center no-repeat;
  background-size: 404px 208px;
}
.joinUs .joinBox .joinlist ul li:nth-of-type(3n) {
  margin-right: 0px;
}
.joinUs .joinBox .joinlist ul li .icon_j {
  width: 26px;
  height: 28px;
  position: absolute;
  left: 334px;
  top: 40px;
  background: url(../img/icon_j.png);
}
.joinUs .joinBox .joinlist ul li .title {
  text-align: left;
  height: 40px;
  font-size: 28px;
  font-family: microsoft yahei, PingFangSC-Regular, PingFang SC;
  font-weight: 500;
  color: #24292e;
  line-height: 40px;
  margin-top: 34px;
  margin-left: 92px;
}
.joinUs .joinBox .joinlist ul li .des {
  text-align: left;
  height: 29px;
  font-size: 21px;
  font-family: microsoft yahei, PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #65696c;
  line-height: 29px;
  margin-top: 60px;
  margin-left: 92px;
}
.joinUs .joinBox .moreBtn {
  margin-bottom: 100px;
}

.welcome {
  width: 100%;
  min-width: 1200px;
  padding-top: 100px;
  background: #FFFFFF;
  padding-bottom: 100px;
}
.welcome .title {
  text-align: center;
  height: 50px;
  font-size: 36px;
  font-family: microsoft yahei, PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #24292e;
  line-height: 50px;
}
.welcome .moreBtn span {
  display: inline-block;
  vertical-align: top;
}
.welcome .moreBtn img {
  width: 24px;
  height: 20px;
  vertical-align: middle;
  margin-right: 10px;
  display: inline-block;
  text-align: left;
}

.fixedMask {
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
}

@keyframes imfl {
  from {
    top: -120px;
  }
  to {
    top: -1240px;
  }
}

/*# sourceMappingURL=index.css.map */
