.flex_column {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

@font-face {
  font-family: Orbitron;
  src: url(../fonts/Orbitron-Medium.ttf);
}
/* img {

  display: block;
} */

.body2 {
  text-align: center;
  padding: 92px 0 83px 0;
}

.body2_title1 {
  line-height: 36px;
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
}

.body2_title2 {
  margin: 22px 0 59px 0;
  line-height: 17px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}

.body2_content {
  display: flex;
}

.body2_item img {
  width: 590px;
  transition: transform 0.2s;
}
.body2_item img:hover{
  transform:scale(1.2);
}

.body2_item p {
  margin-top: 21px;
  line-height: 17px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}

.body3 {
  width: 100%;
  background: url("/static/index/img/metaverse_game/body3_bg.jpg") no-repeat 0 0;
  background-size: 100% 100%;
  padding: 97px 0 95px 0;
}

.body3 p span {
  color: #FF23A4;

}

.body3 p:first-child {
  font-weight: bold;
  font-size: 36px;
  font-family: Microsoft YaHei;
  color: #fff;
  line-height: 36px;
}

.body3_title2 {
  margin: 22px 0 78px 0;
  line-height: 17px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
}

.body3_title3 {
  display: inline-block;
  width: 1192px;
  height: 81px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 27px;
  margin-bottom: 109px;
}

.body3_content {
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
}

.body3_item {
  width: 262px;
}

.body3_item img {
  width: 150px;
  height: 170px;
  transition: transform 0.2s;
}

.body3_item img:hover {
  transform: translate(0, -20px);
}

.body3_item_p1 {
  line-height: 18px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  margin: 12px 0 15px 0;
}

.body3_item_p2 {
  line-height: 10px;
  font-size: 14px;
  font-family: Orbitron;
  font-weight: 400;
  color: #FF23A4;
}

.body4 {
  padding: 83px 0 78px 0;
  width: 100%;
  background: url("/static/index/img/metaverse_game/body4_bg.png") repeat 0 0;
  background-size: 100%;
}

.body4_title1 {
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 34px;
}

.body4_title2 {
  margin: 22px 0 58px 0;
  font-size: 16px;
  font-family: Orbitron;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  line-height: 20px;
}
.video-list {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.video-item {
  width: 590px;
  height: 334px;
  margin-bottom: 35px;
  cursor: pointer;
}

.body5 {
  padding: 93px 0 109px 0;
}

.body5_title1 {
  line-height: 35px;
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
}

.body5_title2 {
  margin: 22px 0 29px 0;
  line-height: 17px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}

.body5_content {
  display: flex;
}

.body5_content img {
  width: 241px;
  height: 285px;
  margin-left: -44px;
  opacity: 0;
}

.lc_img1,
.lc_img2,
.lc_img3,
.lc_img4,
.lc_img5,
.lc_img6 {
  animation: mymove 1.5s;
  -webkit-animation: mymove 1.5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
}

.lc_img1 {
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
}

.lc_img2 {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}

.lc_img3 {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}

.lc_img4 {
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
}

.lc_img5 {
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
}

.lc_img6 {
  animation-delay: 2.5s;
  -webkit-animation-delay: 2.5s;
}

@keyframes mymove {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 0.25;
  }

  50% {
    opacity: 0.5;
  }

  75% {
    opacity: 0.75;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes mymove {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 0.25;
  }

  50% {
    opacity: 0.5;
  }

  75% {
    opacity: 0.75;
  }

  100% {
    opacity: 1;
  }
}


.body6 {
  background: url("/static/index/img/metaverse_game/juti_bg.jpg") no-repeat 0 0;
  background-size: 100% 100%;
  width: 100%;
  min-width: 1920px;
  min-height: 1340px;
  padding-top: 73px;
}

.body6_title1 {
  margin-bottom: 32px;
  line-height: 35px;
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #1A5EFC;
}

.body6_title2 {
  line-height: 21px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}

/* 谷歌 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

/* 火狐 */
input {
  -moz-appearance: textfield;
}

.body7 {
  width: 100%;
  padding: 52px 0 54px 0;
  background: url("/static/index/img/metaverse_game/bottom_bg.jpg") no-repeat 0 0;
  background-size: 100% 100%;
}

.body7_title {
  margin-bottom: 38px;
  line-height: 32px;
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFEFE;
}

input {
  width: 388px;
  height: 54px;
  background: #FFFFFF;
  border-radius: 6px;
  margin-left: 20px;
  padding: 0 28px;
  border: 0;
  outline: none;
}

button {
  margin-left: 18px;
  border: 0;
  width: 184px;
  height: 54px;
  background: #FFFFFF;
  border-radius: 6px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #1A5EFC;
  line-height: 54px;
  text-align: center;
}
