@import "base.css";
@import "common.css";
.index_wrap {
  width: 100%;
}
.index_wrap .banner_box {
  width: 100%;
  position: relative;
}
.index_wrap .banner_box .letter_box {
  position: fixed;
  top: 0;
  bottom: 0;
  background-color: #ffffff;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  max-width: 550px;
}
.index_wrap .banner_box .letter_box .letter {
  width: 100%;
  position: absolute;
  left: 0;
  transform: translate(0%, -50%);
  top: 50%;
  font-size: 0;
  transition: all 0.5s;
  animation: top_animate 1s forwards 1.5s;
}
.index_wrap .banner_box .letter_box .letter .box {
  display: flex;
  justify-content: space-around;
  padding: 0 0.29rem;
}
.index_wrap .banner_box .letter_box .letter .box img {
  opacity: 0;
}
.index_wrap .banner_box .letter_box .letter .box .s {
  width: 1.32rem;
  height: 1.49rem;
  animation: letter_rotate 1.5s forwards;
}
.index_wrap .banner_box .letter_box .letter .box .e {
  opacity: 0;
  width: 1.17rem;
  height: 1.49rem;
  animation: letter_rotate 1.5s forwards 0.3s;
}
.index_wrap .banner_box .letter_box .letter .box .v {
  opacity: 0;
  animation: letter_rotate 1.5s forwards 0.6s;
  width: 1.52rem;
  height: 1.49rem;
}
.index_wrap .banner_box .letter_box .letter .box .e2 {
  opacity: 0;
  height: 1.49rem;
  animation: letter_rotate 1.5s forwards 0.9s;
}
.index_wrap .banner_box .letter_box .letter .box .n {
  opacity: 0;
  height: 1.49rem;
  animation: letter_rotate 1.5s forwards 1.1s;
  width: 1.24rem;
}
.index_wrap .banner_box .letter_box .letter .word {
  opacity: 0;
  transform: scale(0);
  text-align: center;
  font-size: 0.44rem;
  font-weight: 400;
  color: #666;
  margin-top: 0.52rem;
  animation: word 2.5s forwards 0.3s;
}
.index_wrap .banner_box img {
  width: 100%;
}
.index_wrap .banner_box .slide_tips {
  position: absolute;
  left: 50%;
  bottom: 0.46rem;
  transform: translateX(-50%);
  z-index: 2;
  text-align: center;
}
.index_wrap .banner_box .slide_tips .s_line {
  display: inline-block;
  width: 0.02rem;
  height: 0.6rem;
  border-radius: 0.02rem;
  background: #8a8bc6;
  animation: a_banner_s_line 3s 0.3s linear both infinite;
}
.index_wrap .banner_box .slide_tips .txt {
  display: block;
  text-align: center;
  font-size: 0.22rem;
  letter-spacing: 0.02rem;
  color: #2a2b2e;
}
.index_wrap .company_desc {
  width: 100%;
  margin-top: 1.3rem;
}
.index_wrap .company_desc .common_title {
  opacity: 0;
  text-align: center;
  margin-bottom: 1.05rem;
}
.index_wrap .company_desc .common_title img {
  width: 4.11rem;
}
.index_wrap .company_desc .common_title.top {
  animation: slide_top 0.6s ease-in-out;
}
.index_wrap .company_desc .desc {
  opacity: 0;
  text-align: center;
}
.index_wrap .company_desc .desc.top {
  animation: slide_top 0.6s ease-in-out;
}
.index_wrap .company_desc .desc p {
  font-size: 0.26rem;
  font-weight: 400;
  color: #2a2b2e;
}
.index_wrap .company_desc .desc p:nth-of-type(2) {
  margin: 0.18rem 0;
}
.index_wrap .company_desc .company_info {
  opacity: 0;
  width: 6.7rem;
  margin: 0 auto;
  position: relative;
  margin-top: 0.58rem;
  margin-bottom: 1.38rem;
}
.index_wrap .company_desc .company_info.top {
  animation: slide_top 0.6s ease-in-out;
}
.index_wrap .company_desc .company_info .about {
  position: absolute;
  right: 0.39rem;
  top: 0.22rem;
  z-index: 3;
}
.index_wrap .company_desc .company_info .about img {
  width: 1.43rem;
}
.index_wrap .company_desc .company_info .culture {
  position: absolute;
  top: 1.06rem;
  left: 2.47rem;
  z-index: 3;
}
.index_wrap .company_desc .company_info .culture img {
  width: 1.45rem;
}
.index_wrap .company_desc .company_info .address {
  position: absolute;
  bottom: 0.2rem;
  left: 0.35rem;
  z-index: 3;
}
.index_wrap .company_desc .company_info .address img {
  width: 1.4rem;
}
.index_wrap .company_desc .company_info .t {
  width: 100%;
}
.index_wrap .company_desc .company_info .c {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.index_wrap .company_desc .company_info .b {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.index_wrap .launch_product_box {
  width: 100%;
  margin-bottom: 1.84rem;
}
.index_wrap .launch_product_box .common_title {
  opacity: 0;
  margin-bottom: 0.3rem;
  text-align: center;
}
.index_wrap .launch_product_box .common_title.top {
  animation: slide_top 1s ease-in-out;
}
.index_wrap .launch_product_box .common_title img {
  width: 3.74rem;
}
.index_wrap .launch_product_box .common_title p {
  font-size: 0.28rem;
  font-weight: 500;
  color: #666666;
  margin-top: 0.39rem;
}
.index_wrap .launch_product_box .swiper_box {
  opacity: 0;
  width: 100%;
}
.index_wrap .launch_product_box .swiper_box.top {
  animation: slide_top 1.2s ease-in-out;
}
.index_wrap .launch_product_box .swiper_box .swiper-container {
  width: 100%;
  padding-top: 1rem;
  position: relative;
}
.index_wrap .launch_product_box .swiper_box .swiper-container .swiper-slide {
  position: relative;
  width: 100%;
}
.index_wrap .launch_product_box .swiper_box .swiper-container .swiper-slide .bg {
  width: 100%;
}
.index_wrap .launch_product_box .swiper_box .swiper-container .swiper-slide .rw {
  width: 7.5rem;
  position: absolute;
  right: 0;
  bottom: 0;
}
.index_wrap .launch_product_box .swiper_box .swiper-container .swiper-slide .icon {
  position: absolute;
  bottom: 0.38rem;
  left: 0.38rem;
  width: 1.46rem;
}
.index_wrap .launch_product_box .swiper_box .swiper-container .swiper-slide .word {
  width: 1.24rem;
  position: absolute;
  left: 0.58rem;
  top: -0.5rem;
}
.index_wrap .launch_product_box .swiper_box .swiper-container .jt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.63rem;
  z-index: 10;
}
.index_wrap .launch_product_box .swiper_box .swiper-container .jt.l {
  left: 0.42rem;
}
.index_wrap .launch_product_box .swiper_box .swiper-container .jt.r {
  right: 0.42rem;
}
.index_wrap .launch_product_box .swiper_box .game-toggle-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.65rem;
  position: relative;
}
.index_wrap .launch_product_box .swiper_box .game-toggle-box .jt {
  width: 0.4rem;
  position: relative;
  z-index: 10;
}
.index_wrap .launch_product_box .swiper_box .game-toggle-box .xian {
  width: 5.43rem;
}
.index_wrap .launch_product_box .swiper_box .game-toggle-box .game-icon-box {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_wrap .launch_product_box .swiper_box .game-toggle-box .game-icon-box div {
  margin-right: 0.44rem;
  position: relative;
}
.index_wrap .launch_product_box .swiper_box .game-toggle-box .game-icon-box div:last-child {
  margin-right: 0;
}
.index_wrap .launch_product_box .swiper_box .game-toggle-box .game-icon-box div img {
  width: 1.47rem;
  height: 1.47rem;
}
.index_wrap .launch_product_box .swiper_box .game-toggle-box .game-icon-box div.active::after {
  content: '';
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  top: 68%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url('../img/about/faxing/choose.png') no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
.index_wrap .dynamic_box {
  width: 100%;
  margin-bottom: 1.48rem;
}
.index_wrap .dynamic_box .common_title {
  opacity: 0;
  margin-bottom: 0.78rem;
  text-align: center;
}
.index_wrap .dynamic_box .common_title img {
  width: 3.74rem;
}
.index_wrap .dynamic_box .common_title.top {
  animation: slide_top 1.2s ease-in-out;
}
.index_wrap .dynamic_box .new_list {
  opacity: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 0.13rem;
}
.index_wrap .dynamic_box .new_list.top {
  animation: slide_top 1.5s ease-in-out;
}
.index_wrap .dynamic_box .new_list .list_item {
  width: 3.19rem;
  border-radius: 0.04rem;
  margin-bottom: 0.5rem;
}
.index_wrap .dynamic_box .new_list .list_item:nth-of-type(2n + 1) {
  margin-right: 0.3rem;
}
.index_wrap .dynamic_box .new_list .list_item img {
  width: 100%;
  height: 1.67rem;
  margin-bottom: 0.2rem;
  border-radius: 0.04rem;
}
.index_wrap .dynamic_box .new_list .list_item .title {
  font-size: 0.28rem;
  font-weight: bold;
  color: #2a2b2b;
  line-height: 0.36rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 0.72rem;
}
.index_wrap .dynamic_box .more {
  opacity: 0;
  width: 3.51rem;
  height: 0.72rem;
  background: #f5f5f5;
  border-radius: 0.04rem;
  margin: 0 auto;
  font-size: 0.26rem;
  font-weight: 400;
  color: #999999;
  text-align: center;
  line-height: 0.72rem;
}
.index_wrap .dynamic_box .more.top {
  animation: slide_top 1.2s ease-in-out;
}
.index_wrap .dynamic_box .more img {
  width: 0.12rem;
  vertical-align: middle;
}
.index_wrap .dynamic_box .more span {
  vertical-align: middle;
  margin-right: 0.42rem;
}
.index_wrap .team_work_wrap .common_title {
  opacity: 0;
  margin-bottom: 0.7rem;
  text-align: center;
}
.index_wrap .team_work_wrap .common_title img {
  width: 4.79rem;
}
.index_wrap .team_work_wrap .common_title.top {
  animation: slide_top 1.2s ease-in-out;
}
.index_wrap .team_work_wrap .content_box {
  opacity: 0;
  display: flex;
  justify-content: center;
}
.index_wrap .team_work_wrap .content_box.top {
  animation: slide_top 1.2s ease-in-out;
}
.index_wrap .team_work_wrap .content_box .content_item {
  width: 3.25rem;
}
.index_wrap .team_work_wrap .content_box .content_item:nth-of-type(1) {
  margin-right: 0.18rem;
}
.index_wrap .team_work_wrap .content_box .content_item .content_t_img {
  width: 100%;
}
.index_wrap .team_work_wrap .content_box .content_item .content_f {
  width: 2.8rem;
  position: relative;
  left: 0.22rem;
  top: -1.02rem;
  box-sizing: border-box;
  padding-left: 0.3rem;
  padding-top: 0.32rem;
  padding-bottom: 1.3rem;
  background: #fbfbfb;
  box-shadow: 0px 0.06rem 0.19rem 0px rgba(0, 0, 0, 0.13);
}
.index_wrap .team_work_wrap .content_box .content_item .content_f .jiaru {
  width: 0.5rem;
}
.index_wrap .team_work_wrap .content_box .content_item .content_f h1 {
  font-size: 0.32rem;
  font-weight: bold;
  color: #2a2b2b;
  margin-top: 0.36rem;
  margin-bottom: 0.24rem;
}
.index_wrap .team_work_wrap .content_box .content_item .content_f p {
  font-size: 0.24rem;
  font-weight: 400;
  color: #999999;
  line-height: 0.36rem;
  opacity: 0.8;
}
.index_wrap .team_work_wrap .content_box .content_item .content_f .jt {
  position: absolute;
  bottom: 0.2rem;
  right: 0.39rem;
  width: 0.9rem;
}
@keyframes slide_top {
  0% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes a_banner_s_line {
  0% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  20% {
    transform: scale(1, 0.01);
    -webkit-transform: scale(1, 0.01);
    -ms-transform: scale(1, 0.01);
    -moz-transform: scale(1, 0.01);
    -o-transform: scale(1, 0.01);
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  40% {
    transform: scale(1, 0.01);
    -webkit-transform: scale(1, 0.01);
    -ms-transform: scale(1, 0.01);
    -moz-transform: scale(1, 0.01);
    -o-transform: scale(1, 0.01);
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  60% {
    transform: scale(1, 0.01);
    -webkit-transform: scale(1, 0.01);
    -ms-transform: scale(1, 0.01);
    -moz-transform: scale(1, 0.01);
    -o-transform: scale(1, 0.01);
    transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  80% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes letter_rotate {
  0% {
    opacity: 0;
    transform: translate(40%, 100%) rotateY(400deg) scale(0);
  }
  100% {
    opacity: 1;
    transform: translate(0%, 0%) rotateY(0deg) scale(1);
  }
}
@keyframes word {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes top_animate {
  0% {
    top: 50%;
  }
  100% {
    top: 42%;
  }
}
