html,
body {
  position: relative;
  height: 100%;
}
body {
  font-family: "STXihei", sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
  background-color: #000;
}
* {
  margin: 0 ;
  padding: 0;
  font-weight: 400;
}
ul {
  text-align: center;
  padding-left: 0px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
  margin-top: 90px;
}
ul li:nth-child(2) {
  border-radius: 10px;
  background-color: #fff;
  margin: 0 10px;
}
ul li:nth-child(3) {
  border-radius: 10px;
  background-color: #fff;
}
ul li {
  padding: 15px 15px 0px 15px ;
  list-style: none;
}
ul li p {
  color: #5c5252;
  font-size: 16px;
  padding-bottom: 0px;
}
ul li .app {
  width: 140px;
  height: 140px;
}
ul li .weixin {
  width: 140px;
  height: 140px;
}
ul li a:nth-child(1) {
  margin-top: -15px;
}
ul li a {
  display: block;
  line-height: 65px;
  width: 240px;
  background-color: #C80505;
  cursor: pointer;
  height: 70px;
  font-size: 20px;
  color: #fff;
  border-radius: 8px;
  line-height: 70px;
}
ul li a i {
  font-size: 22px !important;
  color: #fff;
  padding-right: 5px;
  line-height: 70px;
}
ul li a:nth-child(2) {
  margin-top: 50px;
}
ul .ios {
  margin-top: 35px;
}
a {
  text-decoration: none;
}
h1 {
  font-family: "微软雅黑";
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #EF494D;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #EF494D;
}
/*清除浮动*/
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
  overflow: hidden;
}
.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.swiper-slide {
  font-size: 18px;
  background: #fff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 66px;
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 0;
}
.scan {
  background: #7e7e7e url("https://cdn.gztopstream.com/yuanqi/扫描二维码.png") center center no-repeat;
  position: absolute;
  bottom: 130px;
  right: 66px;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  z-index: 1000;
  cursor: pointer;
}
.scan_content {
  position: absolute;
  bottom: 130px;
  right: 140px;
  z-index: 1000;
  margin: 0 auto;
  text-align: center;
  background-color: #7e7e7e;
  padding: 15px 10px 0 10px;
  border-radius: 10px;
  display: none;
}
.scan_content div {
  width: 140px;
  height: 140px;
  background-color: #fff;
}
.scan_content div img {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  margin-top: 10px;
}
.scan_content img:nth-child(1) {
  width: 120px;
  height: 120px;
}
.scan_content p {
  text-align: center;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 12px;
  color: white;
}
.title {
  position: fixed;
  z-index: 1000;
  top: 0;
  height: 70px;
  width: 100%;
  text-align: left;
  font-size: 28px;
  box-sizing: border-box;
  padding-left: 66px;
  line-height: 70px;
  background-color: rgba(0, 0, 0, 0.1);
  color: white;
}
.title img {
  vertical-align: middle;
  width: 5%;
}
.title span {
  font-size: 16px;
}
.title img:nth-child(2) {
  margin-left: 10px;
  width: 5%;
}
.title .tel {
  float: right;
  margin-right: 66px;
  font-size: 16px;
  color: white;
}
.second {
  background-color: #E5E4E4;
  color: #EE5C5F;
}
.innerbox {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
}
.innerbox .center {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-52%);
}
.one {
  background-color: #000;
  box-sizing: border-box;
}
.one img {
  width: 50%;
}
.one h1 {
  font-size: 46px;
  font-weight: 400 !important;
  font-family: '微软雅黑';
}
.one h2 {
  font-size: 36px;
  margin-top: 20px;
  color: #ffecec;
  font-weight: 400;
}
.one .onebox {
  z-index: 10;
  float: right;
  height: 719px;
  width: 540px;
  position: absolute;
  top: -10%;
  right: -85px;
  transform: translateY(-13%);
}
.one .onebox .one_banner {
  width: 90%;
  transform: perspective(200px);
  transform-style: preserve-3d;
  position: relative;
  left: -55px;
  z-index: 10;
}
.one .onebox .one_banner_one {
  width: 72%;
  transform: perspective(400px);
  transform-style: preserve-3d;
  position: absolute;
  top: 130px;
  left: -5px;
  z-index: 11;
}
.one .onebox .one_banner_two {
  width: 70%;
  transform: perspective(400px);
  transform-style: preserve-3d;
  position: absolute;
  top: 300px;
  left: 0px;
  z-index: 11;
}
.one .onebox .one_banner_three {
  width: 60%;
  transform: perspective(400px);
  transform-style: preserve-3d;
  position: absolute;
  top: 430px;
  left: 25px;
  z-index: 11;
}
.one .onebox .one_banner_four {
  width: 60%;
  transform: perspective(400px);
  transform-style: preserve-3d;
  position: absolute;
  top: 500px;
  left: 25px;
  z-index: 11;
}
.one .onebox .one_banner_five {
  width: 100%;
  transform: perspective(400px);
  transform-style: preserve-3d;
  position: absolute;
  top: 200px;
  left: -95px;
  z-index: 11;
}
.one ul {
  text-align: center;
  padding-left: 0px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
  margin-top: 90px;
}
.one ul li:nth-child(2) {
  border-radius: 10px;
  background-color: #fff;
  margin: 0 10px;
}
.one ul li:nth-child(3) {
  border-radius: 10px;
  background-color: #fff;
}
.one ul li {
  padding: 15px 15px 0px 15px ;
  list-style: none;
}
.one ul li p {
  color: #5c5252;
  font-size: 16px;
  padding-bottom: 0px;
}
.one ul li .app {
  width: 140px;
  height: 140px;
}
.one ul li .weixin {
  width: 140px;
  height: 140px;
}
.one ul li a:nth-child(1) {
  margin-top: -15px;
}
.one ul li a {
  display: block;
  line-height: 65px;
  width: 240px;
  background-color: #C80505;
  cursor: pointer;
  height: 70px;
  font-size: 20px;
  color: #fff;
  border-radius: 8px;
  line-height: 70px;
}
.one ul li a i {
  font-size: 22px !important;
  color: #fff;
  padding-right: 5px;
  line-height: 70px;
}
.one ul li a:nth-child(2) {
  margin-top: 50px;
}
.one ul .ios {
  margin-top: 35px;
}
@keyframes rotate {
  0% {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  25% {
    -webkit-transform: rotateZ(10deg);
    -moz-transform: rotateZ(10deg);
    -ms-transform: rotateZ(10deg);
    -o-transform: rotateZ(10deg);
    transform: rotateZ(10deg);
  }
  50% {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  75% {
    -webkit-transform: rotateZ(-10deg);
    -moz-transform: rotateZ(-10deg);
    -ms-transform: rotateZ(-10deg);
    -o-transform: rotateZ(-10deg);
    transform: rotateZ(-10deg);
  }
  100% {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
}
.rotate {
  -webkit-animation-name: rotate;
  animation-name: rotate;
}
.two {
  background-color: #000;
}
.two .twobox {
  width: 500px;
  height: 600px;
  position: relative;
}
.two .twobox .two_banner {
  width: 120%;
  position: absolute;
  transform: perspective(10px);
}
.two .twobox .two_banner_one {
  width: 60%;
  position: absolute;
  top: 188px;
  left: 140px;
  transform: perspective(10px);
}
.two .twobox .two_banner_two {
  width: 60%;
  position: absolute;
  top: 250px;
  left: 120px;
  transform: perspective(10px);
}
.two .twobox .two_banner_three {
  width: 75%;
  position: absolute;
  top: 230px;
  left: 160px;
  transform: perspective(10px);
}
.two .twobox .two_banner_four {
  width: 75%;
  position: absolute;
  top: 340px;
  left: 220px;
  transform: perspective(10px);
}
.two .twobox .two_banner_five {
  width: 60%;
  position: absolute;
  top: 480px;
  left: 280px;
  transform: perspective(10px);
}
.two .box {
  margin-top: -600px;
  padding-right: 20px;
  position: relative;
}
.two .box .two_banner_six {
  width: 100%;
  position: absolute;
  bottom: -200px;
  left: 0px;
}
.two .box h1 {
  color: #fff;
  font-size: 36px;
}
.two .box h2 {
  color: #5c5252;
  font-size: 20px;
  font-weight: 400;
  margin-top: 5px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #333;
}
.two .box .boxtitle {
  width: 600px;
  margin-bottom: 30px;
  font-size: 16px;
}
.two .box .two_img_box {
  width: 357px;
  height: 92px;
  background: linear-gradient(93.8deg, #1a1a1a 0%, #000000 132.91%);
  box-shadow: 9px 7px 25px #ff00001a, 35px 28px 45px #ff000017, 78px 63px 60px #ff00000d, 139px 112px 71px #ff000003, 218px 174px 78px #ff000000;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 18px;
}
.two .box .two_img_box div p {
  color: #fff;
  font-size: 20px;
}
.two .box .two_img_box div p:nth-child(2) {
  margin-top: 5px;
  font-size: 12px;
  color: #666;
}
.two .box .two_img_box .img_box {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  border-radius: 50%;
  margin-right: 12px;
}
.two .box .two_img_box img {
  width: 40px;
  height: 40px;
  vertical-align: middle;
}
.two .box .mt_30 {
  margin-top: 30px;
}
@keyframes jump {
  0% {
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
  50% {
    -webkit-transform: translate3d(0px, 15px, 0px);
    -moz-transform: translate3d(0px, 15px, 0px);
    -ms-transform: translate3d(0px, 15px, 0px);
    -o-transform: translate3d(0px, 15px, 0px);
    transform: translate3d(0px, 15px, 0px);
  }
  100% {
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
}
.jump {
  -webkit-animation-name: jump;
  animation-name: jump;
}
@keyframes jumps {
  0% {
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
  50% {
    -webkit-transform: translate3d(0px, 25px, 0px);
    -moz-transform: translate3d(0px, 25px, 0px);
    -ms-transform: translate3d(0px, 25px, 0px);
    -o-transform: translate3d(0px, 25px, 0px);
    transform: translate3d(0px, 25px, 0px);
  }
  100% {
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
}
.jumps {
  -webkit-animation-name: jumps;
  animation-name: jumps;
}
.three .box {
  padding-right: 20px;
}
.three .box h1 {
  color: #fff;
  font-size: 36px;
}
.three .box h2 {
  color: #5c5252;
  font-size: 20px;
  font-weight: 400;
  margin-top: 5px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #333;
}
.three .box .boxtitle {
  width: 600px;
  margin-bottom: 30px;
  font-size: 16px;
}
.three .box .three_img_box {
  width: 357px;
  height: 92px;
  background: linear-gradient(93.8deg, #1a1a1a 0%, #000000 132.91%);
  box-shadow: 9px 7px 25px rgba(225, 33, 114, 0.1), 35px 28px 45px rgba(225, 33, 114, 0.09), 78px 63px 60px rgba(225, 33, 114, 0.05), 139px 112px 71px rgba(225, 33, 114, 0.01), 218px 174px 78px rgba(225, 33, 114, 0);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 18px;
}
.three .box .three_img_box div p {
  color: #fff;
  font-size: 20px;
}
.three .box .three_img_box div p:nth-child(2) {
  margin-top: 5px;
  font-size: 12px;
  color: #666;
}
.three .box .three_img_box .img_box {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  border-radius: 50%;
  margin-right: 12px;
}
.three .box .three_img_box img {
  width: 40px;
  height: 40px;
  vertical-align: middle;
}
.three .box .mt_10 {
  margin-top: 10px;
}
.three .threebox {
  width: 500px;
  height: 625px;
  position: absolute;
  margin-top: -4%;
  right: 0;
}
.three .threebox .teamlogo {
  text-align: center;
  border-radius: 50%;
  background-color: #2EA8FE;
  position: absolute;
  top: 100px;
  left: 244px;
}
.three .threebox .three_banner {
  float: right;
  width: 70%;
  margin-right: 40px;
}
.three .threebox .three_banner_one {
  width: 90%;
  position: absolute;
  top: 150px;
  right: 0px;
}
.three .threebox .three_banner_two {
  width: 90%;
  position: absolute;
  top: 410px;
  right: -15px;
}
.three .threebox .three_banner_three {
  width: 40%;
  position: absolute;
  top: 200px;
  left: 0px;
  transform: perspective(10px);
}
.three .threebox .three_banner_four {
  width: 40%;
  position: absolute;
  top: 380px;
  right: -30px;
  transform: perspective(10px);
}
@keyframes updown {
  0% {
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    -ms-transform: translate3d(0, 0px, 0);
    -o-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
  25% {
    -webkit-transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    -o-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    -ms-transform: translate3d(0, 0px, 0);
    -o-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    -moz-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    -o-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    -ms-transform: translate3d(0, 0px, 0);
    -o-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
}
.updown {
  -webkit-animation-name: updown;
  animation-name: updown;
}
@keyframes downup {
  0% {
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    -ms-transform: translate3d(0, 0px, 0);
    -o-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
  25% {
    -webkit-transform: translate3d(0, -10px, 0);
    -moz-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    -o-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    -ms-transform: translate3d(0, 0px, 0);
    -o-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    -o-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    -ms-transform: translate3d(0, 0px, 0);
    -o-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
}
.downup {
  -webkit-animation-name: downup;
  animation-name: downup;
}
.four {
  background-color: #000;
}
.four .fourbox {
  width: 500px;
  height: 500px;
  position: relative;
}
.four .fourbox .four_banner {
  width: 90%;
  position: absolute;
  transform: perspective(10px);
  left: 200px;
}
.four .fourbox .four_banner_2 {
  width: 90%;
  position: absolute;
  left: 0px;
  transform: perspective(10px);
}
.four .fourbox .four_banner_one {
  width: 61%;
  position: absolute;
  top: 10px;
  left: 20px;
  transform: perspective(10px);
}
.four .fourbox .four_banner_two {
  width: 60%;
  position: absolute;
  top: 105px;
  left: 75px;
  transform: perspective(10px);
}
.four .fourbox .four_banner_three {
  width: 67%;
  position: absolute;
  top: 194px;
  left: 119px;
  transform: perspective(10px);
}
.four .box {
  margin-top: -520px;
  padding-right: 20px;
}
.four .box h1 {
  color: #fff;
  font-size: 36px;
}
.four .box h2 {
  color: #5c5252;
  font-size: 20px;
  font-weight: 400;
  margin-top: 5px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #333;
}
.four .box .boxtitle {
  width: 500px;
  margin-bottom: 30px;
  font-size: 16px;
}
.four .box .four_img_box {
  width: 500px;
  height: 92px;
  background: linear-gradient(93.8deg, #1a1a1a 0%, #000000 132.91%);
  box-shadow: 9px 7px 25px rgba(225, 33, 114, 0.1), 35px 28px 45px rgba(225, 33, 114, 0.09), 78px 63px 60px rgba(225, 33, 114, 0.05), 139px 112px 71px rgba(225, 33, 114, 0.01), 218px 174px 78px rgba(225, 33, 114, 0);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 18px;
}
.four .box .four_img_box div p {
  color: #fff;
  font-size: 20px;
}
.four .box .four_img_box div p:nth-child(2) {
  margin-top: 5px;
  font-size: 12px;
  color: #666;
}
.four .box .four_img_box .img_box {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  border-radius: 50%;
  margin-right: 12px;
}
.four .box .four_img_box img {
  width: 40px;
  height: 40px;
  vertical-align: middle;
}
.four .box .mt_10 {
  margin-top: 10px;
}
.five .fivebox {
  width: 500px;
  height: 500px;
  position: absolute;
  margin-top: 0px;
  right: 15px;
}
.five .fivebox p {
  width: 74px;
  height: 60px;
  text-align: center;
  border-radius: 50%;
  background-color: #2EA8FE;
  padding-top: 14px;
  font-weight: 400;
  font-size: 16px;
  position: absolute;
  top: 100px;
  left: 244px;
}
.five .fivebox .five_banner {
  float: right;
  width: 70%;
  margin-right: 40px;
}
.five .fivebox .five_banner_one {
  width: 90%;
  position: absolute;
  top: 140px;
  right: 0px;
}
.five .fivebox .five_banner_two {
  width: 63%;
  position: absolute;
  top: 300px;
  right: 57px;
}
.five .fivebox .five_banner_three {
  width: 30%;
  position: absolute;
  top: 130px;
  left: 0px;
  transform: perspective(10px);
}
.five .fivebox .five_banner_four {
  width: 30%;
  position: absolute;
  top: 400px;
  right: -20px;
  transform: perspective(10px);
}
.five .box {
  padding-right: 20px;
}
.five .box h1 {
  color: #fff;
  font-size: 36px;
}
.five .box h2 {
  color: #5c5252;
  font-size: 20px;
  font-weight: 400;
  margin-top: 5px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #333;
}
.five .box .boxtitle {
  width: 600px;
  margin-bottom: 30px;
  font-size: 16px;
}
.five .box .five_img_box {
  width: 515px;
  height: 92px;
  background: linear-gradient(93.8deg, #1a1a1a 0%, #000000 132.91%);
  box-shadow: 9px 7px 25px #ff00001a, 35px 28px 45px #ff000017, 78px 63px 60px #ff00000d, 139px 112px 71px #ff000003, 218px 174px 78px #ff000000;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 18px;
}
.five .box .five_img_box div p {
  color: #fff;
  font-size: 20px;
}
.five .box .five_img_box div p:nth-child(2) {
  margin-top: 5px;
  font-size: 12px;
  color: #666;
}
.five .box .five_img_box .img_box {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  border-radius: 50%;
  margin-right: 12px;
}
.five .box .five_img_box img {
  width: 40px;
  height: 40px;
  vertical-align: middle;
}
.five .box .mt_30 {
  margin-top: 20px;
}
.six_bg {
  background: #000;
}
.six_bg .six {
  text-align: center;
}
.six_bg .six .six_banner {
  margin: 0 auto;
  margin-top: 20px;
  border-radius: 18px;
  width: 356px;
  height: 120px;
}
.six_bg .six h1 {
  margin-top: 20px;
}
.six_bg .six ul {
  justify-content: center !important;
  margin-top: 50px !important;
}
.six_bg .six ul li:nth-child(2) {
  margin-left: 60px;
  margin-right: 40px;
}
.six_bg .six ul li a {
  color: #fff;
}
.six_bg .six ul li a i {
  color: #fff;
}
.six_bg .six .foot {
  text-align: center;
  margin-top: 30px;
  color: #a4a4aa;
}
.six_bg .six .foot span {
  text-align: center;
  padding: 11px 15px;
  color: #a4a4aa;
  font-size: 14px;
}
.six_bg .six .foot p {
  margin-top: 22px;
  font-size: 14px;
}
.six_bg .six .foot p a {
  color: #a4a4aa;
  text-decoration: underline;
}
canvas {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#canvas_three,
#canvas_five {
  background-color: #000;
}
