#home {
  position: relative;
}
#home .banner {
  position: relative;
}
#home .banner .logo-bg {
  display: none;
  position: absolute;
  top: calc(50% - 190px);
  left: calc(50% - 225px);
  width: 450px;
  height: 380px;
  background: url("../images/logo-teamone.png") no-repeat center;
  opacity: 0.08;
}
#home .banner .banner-title {
  position: relative;
}
#home .banner .banner-title .brand {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 20px;
  overflow: hidden;
  left: 495px;
  bottom: -15px;
}
#home .banner .banner-title .brand canvas {
  display: block;
}
#home .banner .banner-title .brand-move {
  width: 340px;
  transition: all 3s;
}
#home .banner .triangle-box {
  position: absolute;
  bottom: 0;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
  animation-duration: 2s;
  animation-name: banner-img;
  cursor: pointer;
}
#home .banner .triangle-box img {
  transition: all 1.2s;
}
@keyframes banner-img {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(20px);
  }
  60% {
    transform: translateY(10px);
  }
}
#home .first-screen-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10000;
  background: #000000;
}
#home .first-screen-video video {
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.5s;
}
#home .first-screen-video-overlop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10;
}
#home .first-screen-video-overlop video {
  width: 100%;
  height: 100%;
  opacity: 0.05;
}
#home .banner {
  background: transparent;
}
#home .banner .banner-title {
  font-size: 70px;
}
#home .main-1 {
  padding: 120px 0;
  background: #fff;
}
#home .main-1 .main-title {
  width: fit-content;
  margin: 0 auto;
  padding: 15px 40px;
  border-radius: 60px;
  font-family: 'MiSansBold';
  font-weight: 700;
  font-size: 36px;
  line-height: 55px;
  letter-spacing: 0.06em;
  color: #2A62F5;
  background: #F4F4F4;
}
#home .main-1 .main-desc {
  width: fit-content;
  margin: 0 auto;
  font-family: 'MiSansBold';
  font-weight: 700;
  font-size: 36px;
  line-height: 55px;
  letter-spacing: 0.06em;
  color: #000000;
  margin-top: 30px;
}
#home .main-1 .flex-content {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 40px;
}
#home .main-1 .flex-content .item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
#home .main-1 .flex-content .item .outer {
  position: relative;
  z-index: 20;
  width: 100%;
  height: 100%;
}
#home .main-1 .flex-content .item .outer .info-box {
  padding: 30px 30px 0;
  margin-bottom: 10px;
  transition: all 1s;
}
#home .main-1 .flex-content .item .outer .info-box .info-title {
  width: 70%;
  font-weight: 700;
  font-size: 30px;
  line-height: 50px;
  letter-spacing: 0.06em;
  color: #FFFFFF;
}
#home .main-1 .flex-content .item .outer .info-box .info-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.06em;
  margin-top: 10px;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 55%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
#home .main-1 .flex-content .item .outer .info-box .info-show-desc {
  color: #fff;
  background: linear-gradient(180deg, #FFFFFF 100%, rgba(255, 255, 255, 0) 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  text-fill-color: transparent !important;
}
#home .main-1 .flex-content .item .outer .btn-box {
  width: 100%;
  padding: 20px 20px 5px;
  display: flex;
  flex-flow: row wrap;
  transition: all 1s;
  border-radius: 10px;
}
#home .main-1 .flex-content .item .outer .btn-box a {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #FFFFFF;
  border-radius: 50px;
  padding: 5px 20px;
  margin: 0 20px 15px 0;
  transition: all 0.3s;
}
#home .main-1 .flex-content .item .outer .btn-box a:hover {
  background: #fff;
  color: #272727;
}
#home .main-1 .flex-content .item .mask {
  position: absolute;
  top: 100%;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transition: all 1s;
}
#home .main-1 .flex-content .item1 {
  width: 48%;
  min-height: 430px;
  background: url("../images/pc-main-item-1.webp") no-repeat;
  background-size: 100% 100%;
}
#home .main-1 .flex-content .item1 .outer .btn-box {
  background: #19B26D;
}
#home .main-1 .flex-content .item1 .outer .btn-box a {
  background: rgba(14, 109, 66, 0.45);
}
#home .main-1 .flex-content .item1 .mask {
  background: #19B26D;
}
#home .main-1 .flex-content .item2 {
  width: 48%;
  min-height: 430px;
  background: url("../images/pc-main-item-2.webp") no-repeat;
  background-size: 100% 100%;
}
#home .main-1 .flex-content .item2 .outer .btn-box {
  background: #2A62F5;
}
#home .main-1 .flex-content .item2 .outer .btn-box a {
  background: rgba(14, 42, 116, 0.26);
}
#home .main-1 .flex-content .item2 .mask {
  background: #2A62F5;
}
#home .main-1 .flex-content .item3 {
  width: 100%;
  min-height: 330px;
  background: url("../images/pc-main-item-3.webp") no-repeat;
  background-size: 100% 100%;
}
#home .main-1 .flex-content .item3 .outer .info-box .info-desc {
  width: 60%;
}
#home .main-1 .flex-content .item3 .outer .btn-box {
  background: #1D2023;
}
#home .main-1 .flex-content .item3 .outer .btn-box a {
  background: rgba(255, 255, 255, 0.08);
}
#home .main-1 .flex-content .item3 .mask {
  background: #1D2023;
}
#home .main-2 {
  padding: 120px 0;
  background: #F6F8FC;
}
#home .main-2 .main-title {
  font-family: 'MiSansBold';
  font-weight: 700;
  font-size: 36px;
  line-height: 55px;
  letter-spacing: 0.06em;
  text-align: center;
  color: #000000;
}
#home .main-2 .main-desc {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.06em;
  text-align: center;
  margin: 30px 0 40px;
  color: #5A5A5A;
}
#home .main-2 .swiper-btn-box {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-evenly;
}
#home .main-2 .swiper-btn-box .btn {
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.06em;
  padding: 18px 30px;
  border-radius: 45px;
  cursor: pointer;
  color: #272727;
  background: rgba(58, 63, 189, 0.06);
  transition: all 0.5s;
}
#home .main-2 .swiper-btn-box .active {
  color: #FFFFFF;
  background: #3A3FBD;
}
#home .main-2 .main-2-swiper {
  width: 100%;
  height: 550px;
  overflow: hidden;
  margin-top: 60px;
  background: #FFFFFF;
}
#home .main-2 .main-2-swiper .swiper-slide {
  display: flex;
  align-items: center;
}
#home .main-2 .main-2-swiper .swiper-slide .img-box {
  position: relative;
  flex: 50% 0;
  height: 100%;
  border-radius: 0 20px 20px 0;
  overflow: hidden;
}
#home .main-2 .main-2-swiper .swiper-slide .img-box .team-culture {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 40px;
  cursor: pointer;
  opacity: 0;
  transition: all 0.5s;
}
#home .main-2 .main-2-swiper .swiper-slide .img-box .team-culture .wrap {
  width: 460px;
  max-height: 500px;
  overflow: hidden;
}
#home .main-2 .main-2-swiper .swiper-slide .img-box .team-culture .wrap .title {
  display: block;
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  letter-spacing: 0.06em;
  color: #FFFFFF;
}
#home .main-2 .main-2-swiper .swiper-slide .img-box .team-culture .wrap .desc {
  display: block;
  font-weight: 400;
  font-size: 24px;
  line-height: 45px;
  letter-spacing: 0.06em;
  margin-top: 10px;
  color: #FFFFFF;
}
#home .main-2 .main-2-swiper .swiper-slide .img-box:hover .team-culture {
  opacity: 1;
}
#home .main-2 .main-2-swiper .swiper-slide .img-box-1 {
  background: url("../images/content.webp") no-repeat center;
  background-size: cover;
}
#home .main-2 .main-2-swiper .swiper-slide .img-box-2 {
  background: url("../images/technical.webp") no-repeat center;
  background-size: cover;
}
#home .main-2 .main-2-swiper .swiper-slide .img-box-3 {
  background: url("../images/project.webp") no-repeat center;
  background-size: cover;
}
#home .main-2 .main-2-swiper .swiper-slide .img-box-4 {
  background: url("../images/advertising.webp") no-repeat center;
  background-size: cover;
}
#home .main-2 .main-2-swiper .swiper-slide .img-box-5 {
  background: url("../images/design.webp") no-repeat center;
  background-size: cover;
}
#home .main-2 .main-2-swiper .swiper-slide .info-box {
  flex: 520px 0;
  display: flex;
  flex-direction: column;
  margin-left: 50px;
}
#home .main-2 .main-2-swiper .swiper-slide .info-box .title {
  font-family: 'MiSansSemibold';
  font-weight: 700;
  font-size: 30px;
  line-height: 42px;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
  color: #000000;
}
#home .main-2 .main-2-swiper .swiper-slide .info-box .desc {
  width: 520px;
  font-weight: 400;
  font-size: 18px;
  line-height: 33px;
  letter-spacing: 0.06em;
  color: #101010;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
#home .main-2 .main-2-swiper .swiper-slide .info-box .intro {
  padding: 20px;
  max-height: 300px;
  margin-top: 20px;
  border-top: 1px solid #E6E6E6;
  overflow: hidden;
}
#home .main-2 .main-2-swiper .swiper-slide .info-box .intro li {
  list-style: disc;
  font-weight: 290;
  font-size: 18px;
  line-height: 35px;
  letter-spacing: 0.06em;
  color: #414141;
}
#home .main-3 {
  width: 100%;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: url("../images/pc-main-3-bg.webp") no-repeat;
  background-size: cover;
  margin-bottom: -5px;
}
#home .main-3 .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#home .main-3 .ceo-avatar {
  position: relative;
  width: 200px;
  height: 200px;
}
#home .main-3 .ceo-avatar .avatar {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
#home .main-3 .ceo-avatar .ripple {
  position: absolute;
  border-radius: 50%;
  border: 4px solid rgba(255, 255, 255, 0.05);
}
#home .main-3 .ceo-avatar .ripple-1 {
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  animation: rippleEffect 1s linear 0.2s infinite;
}
#home .main-3 .ceo-avatar .ripple-2 {
  top: -10px;
  left: -10px;
  width: 220px;
  height: 220px;
  animation: rippleEffect 1s linear 0.1s infinite;
}
#home .main-3 .ceo-avatar .ripple-3 {
  top: -20px;
  left: -20px;
  width: 240px;
  height: 240px;
  animation: rippleEffect 1s linear 0s infinite;
}
@keyframes rippleEffect {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  25% {
    transform: scale(1.05);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.6;
  }
  75% {
    transform: scale(1.15);
    opacity: 0.3;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
#home .main-3 .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 39px;
  letter-spacing: 0.06em;
  margin: 70px 0 45px;
  color: #FFFFFF;
}
#home .main-3 .desc {
  width: 85%;
  font-weight: 400;
  font-size: 22px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.06em;
  color: #FFFFFF;
}
@media screen and (max-width: 770px) {
  #home .container {
    width: 90%;
  }
  #home .banner {
    background: #000;
  }
  #home .main-1 {
    padding: 70rem 0;
  }
  #home .main-1 .main-title {
    padding: 8rem 30rem;
    border-radius: 60rem;
    font-size: 26rem;
    line-height: 34rem;
  }
  #home .main-1 .main-desc {
    width: 85%;
    font-size: 26rem;
    line-height: 38rem;
    margin-top: 15rem;
    text-align: center;
    margin-bottom: 40rem;
  }
  #home .main-1 .flex-content {
    flex-flow: column wrap;
    margin-top: 0;
  }
  #home .main-1 .flex-content .item {
    border-radius: 6rem;
    margin-bottom: 20px;
  }
  #home .main-1 .flex-content .item .outer .info-box {
    padding: 15rem 15rem 0;
    margin-bottom: 10px;
    transition: all 1s;
  }
  #home .main-1 .flex-content .item .outer .info-box .info-title {
    width: 65%;
    font-size: 17rem;
    line-height: 30rem;
    color: #FFFFFF;
  }
  #home .main-1 .flex-content .item .outer .info-box .info-desc {
    font-size: 10rem;
    line-height: 16rem;
    margin-top: 10rem;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 45%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
  #home .main-1 .flex-content .item .outer .btn-box {
    width: 100%;
    padding: 10rem 10rem 0rem;
    border-radius: 6rem;
  }
  #home .main-1 .flex-content .item .outer .btn-box a {
    font-size: 10rem;
    line-height: 20rem;
    border-radius: 32rem;
    padding: 5rem 10rem;
    margin: 0 15rem 10rem 0;
  }
  #home .main-1 .flex-content .item .mask {
    border-radius: 6rem;
  }
  #home .main-1 .flex-content .item1 {
    width: 100%;
    min-height: 225rem;
    height: auto;
    background: url("../images/mb-main-item-1.webp") no-repeat;
    background-size: 100% 100%;
  }
  #home .main-1 .flex-content .item2 {
    width: 100%;
    min-height: 225rem;
    height: auto;
    background: url("../images/mb-main-item-2.webp") no-repeat;
    background-size: 100% 100%;
  }
  #home .main-1 .flex-content .item3 {
    width: 100%;
    min-height: 225rem;
    height: auto;
    background: url("../images/mb-main-item-3.webp") no-repeat;
    background-size: 100% 100%;
  }
  #home .main-1 .flex-content .item3 .outer .info-box .info-desc {
    width: 100%;
  }
  #home .main-2 {
    padding: 70rem 0;
  }
  #home .main-2 .main-title {
    width: 80%;
    font-size: 26rem;
    line-height: 42rem;
    margin: 0 auto;
  }
  #home .main-2 .main-desc {
    font-size: 18rem;
    line-height: 32rem;
    margin: 20rem 0 30rem;
  }
  #home .main-2 .swiper-btn-box {
    flex-flow: row wrap;
    justify-content: center;
  }
  #home .main-2 .swiper-btn-box .btn {
    font-size: 12rem;
    line-height: 16rem;
    padding: 10rem 15rem;
    border-radius: 40rem;
    margin: 6rem 3rem;
  }
  #home .main-2 .swiper-btn-box .active {
    color: #FFFFFF;
    background: #3A3FBD;
  }
  #home .main-2 .main-2-swiper {
    height: auto;
    margin-top: 30rem;
  }
  #home .main-2 .main-2-swiper .swiper-slide {
    flex-direction: column;
    justify-content: space-between;
  }
  #home .main-2 .main-2-swiper .swiper-slide .img-box {
    flex: 255rem 0;
    width: 100%;
    border-radius: 0;
  }
  #home .main-2 .main-2-swiper .swiper-slide .img-box .team-culture {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20rem;
  }
  #home .main-2 .main-2-swiper .swiper-slide .img-box .team-culture .wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #home .main-2 .main-2-swiper .swiper-slide .img-box .team-culture .wrap .title {
    font-size: 24rem;
    line-height: 36rem;
  }
  #home .main-2 .main-2-swiper .swiper-slide .img-box .team-culture .wrap .desc {
    font-size: 16rem;
    line-height: 30rem;
    margin-top: 10rem;
    text-align: center;
  }
  #home .main-2 .main-2-swiper .swiper-slide .img-box:hover .team-culture {
    opacity: 1;
  }
  #home .main-2 .main-2-swiper .swiper-slide .img-box-1 {
    background: url("../images/main-2-slide.webp") no-repeat;
    background-size: 100% 100%;
  }
  #home .main-2 .main-2-swiper .swiper-slide .info-box {
    flex: 1;
    width: 90%;
    margin: 50rem 0 0;
  }
  #home .main-2 .main-2-swiper .swiper-slide .info-box .title {
    font-size: 24rem;
    line-height: 32rem;
    margin-bottom: 10rem;
  }
  #home .main-2 .main-2-swiper .swiper-slide .info-box .desc {
    width: 100%;
    font-size: 14rem;
    line-height: 26rem;
    padding-bottom: 20rem;
  }
  #home .main-2 .main-2-swiper .swiper-slide .info-box .intro {
    padding: 20px;
  }
  #home .main-2 .main-2-swiper .swiper-slide .info-box .intro li {
    font-size: 14rem;
    line-height: 30rem;
  }
  #home .main-3 {
    width: 100%;
    padding: 60rem 0;
    background: url("../images/mb-main-3-bg.webp") no-repeat;
    background-size: 100% 100%;
  }
  #home .main-3 .ceo-avatar {
    position: relative;
    width: 120rem;
    height: 120rem;
  }
  #home .main-3 .ceo-avatar .ripple {
    border: 4rem solid rgba(255, 255, 255, 0.05);
  }
  #home .main-3 .ceo-avatar .ripple-1 {
    top: 0;
    left: 0;
    width: 120rem;
    height: 120rem;
    animation: rippleEffect 1s linear 0.2s infinite;
  }
  #home .main-3 .ceo-avatar .ripple-2 {
    top: -10rem;
    left: -10rem;
    width: 140rem;
    height: 140rem;
    animation: rippleEffect 1s linear 0.1s infinite;
  }
  #home .main-3 .ceo-avatar .ripple-3 {
    top: -20rem;
    left: -20rem;
    width: 160rem;
    height: 160rem;
    animation: rippleEffect 1s linear 0s infinite;
  }
  @keyframes rippleEffect {
    0% {
      transform: scale(1);
      opacity: 0;
    }
    25% {
      transform: scale(1.05);
      opacity: 0.3;
    }
    50% {
      transform: scale(1.1);
      opacity: 0.6;
    }
    75% {
      transform: scale(1.15);
      opacity: 0.3;
    }
    100% {
      transform: scale(1.2);
      opacity: 0;
    }
  }
  #home .main-3 .title {
    font-size: 16rem;
    line-height: 26rem;
    margin: 50rem 0 25rem;
  }
  #home .main-3 .desc {
    width: 93%;
    font-size: 16rem;
    line-height: 31rem;
  }
}
