@import url("../common.css");
#topAdvertising {
  display: none !important;
}

#headerTop {
  height: 72px !important;
}

.btnBox {
  display: flex;
  align-items: center;
}

.btnBox .lookMoreBox {
  margin-top: 80px;
  margin-right: 8px;
}

.btnBox .first .lookMore {
  background: #fff;
  border-color: #fff;
  color: #222;
}

.btnBox .first .lookMore .arrow {
  background-color: #222;
}

.btnBox .first .lookMore .arrow::before {
  border-color: #222;
}

.btnBox .two .lookMore {
  border-color: #fff;
  color: #fff;
}

.btnBox .two .lookMore .arrow {
  background-color: #fff;
}

.btnBox .two .lookMore .arrow::before {
  border-color: #fff;
}

.bannerBox {
  background: url(../../static/images/digitalHuman/banner/bg.png) no-repeat;
  background-size: cover;
}

.bannerBox .wrap {
  padding-top: 160px;
  padding-bottom: 153px;
}

.bannerBox #animationTop {
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.6s;
}

.bannerBox .flex_between {
  display: flex;
  justify-content: space-between;
}

.bannerBox .flex_between .introduce {
  padding-bottom: 170px;
}

.bannerBox .flex_between .introduce .tagBox {
  display: inline-block;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 20px 20px 20px 20px;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
}

.bannerBox .flex_between .introduce .tagBox img {
  margin-right: 4px;
  margin-top: -4px;
}

.bannerBox .flex_between .introduce h2 {
  font-weight: 800;
  font-size: 56px;
  color: #ffffff;
  margin: 20px 0;
}

.bannerBox .flex_between .introduce p {
  max-width: 564px;
  height: 56px;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 1.6;
  opacity: 0.8;
}

.bannerBox .mainBox {
  position: relative;
  display: flex;
  margin-top: -135px;
}

.bannerBox .mainBox .left {
  background: #fff;
  margin-right: 16px;
}

.bannerBox .mainBox .left .textBox {
  padding: 40px 35px 70px 54px;
}

.bannerBox .mainBox .left .textBox h3 {
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 12px;
}

.bannerBox .mainBox .left .textBox p {
  font-size: 16px;
  color: #666666;
  line-height: 1.6;
  max-width: 734px;
}

.bannerBox .mainBox .left .textBox .lookMoreBox {
  justify-content: left;
}

.bannerBox .mainBox .left .textBox .lookMoreBox .lookMore {
  background: #000;
  border-color: #000;
  color: #fff;
  margin-right: 8px;
}

.bannerBox .mainBox .left .textBox .lookMoreBox .lookMore .arrow {
  background-color: #fff;
}

.bannerBox .mainBox .left .textBox .lookMoreBox .lookMore .arrow::before {
  border-color: #fff;
}

.bannerBox .mainBox .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  overflow: hidden;
}

.bannerBox .mainBox .right h3 {
  font-weight: bold;
  font-size: 32px;
  color: #222222;
  margin-bottom: 10px;
}

.bannerBox .mainBox .right p {
  font-size: 16px;
  color: #666666;
  line-height: 19px;
  margin-bottom: 112px;
}

.bannerBox .mainBox .right .item {
  padding: 40px 58px 58px 40px;
}

.bannerBox .mainBox .right .item.first {
  background: url(../../static/images/digitalHuman/banner/img02.png) no-repeat;
  background-size: cover;
}

.bannerBox .mainBox .right .item.first ul {
  display: flex;
}

.bannerBox .mainBox .right .item.first ul li {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.bannerBox .mainBox .right .item.first ul li img {
  margin-bottom: 12px;
}

.bannerBox .mainBox .right .item.two {
  flex: 1;
  margin-top: 16px;
  background: url(../../static/images/digitalHuman/banner/img03.png) no-repeat;
  background-size: cover;
}

.bannerBox .mainBox .right .item.two p {
  margin-bottom: 0;
}

.bannerBox .mainBox .right .item.two ul {
  display: flex;
  flex-wrap: wrap;
}

.bannerBox .mainBox .right .item.two ul li {
  display: flex;
  width: calc(50% - 22px);
  margin-right: 44px;
  margin-top: 36px;
}

.bannerBox .mainBox .right .item.two ul li:nth-child(2n) {
  margin-right: 0;
}

.bannerBox .mainBox .right .item.two ul li img {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  margin-right: 6px;
}

.bannerBox .mainBox .right .item.two ul li h4 {
  font-weight: bold;
  font-size: 16px;
  color: #222222;
  margin-bottom: 4px;
}

.bannerBox .mainBox .right .item.two ul li h6 {
  font-size: 14px;
}

.swiperBox {
  padding-top: 97px;
  padding-bottom: 142px;
  background: url(../../static/images/digitalHuman/swiper/bg.png) no-repeat;
  background-size: cover;
}

.swiperBox #nav {
  position: relative;
  border-radius: 27px;
  overflow: hidden;
  -webkit-backdrop-filter: saturate(180%) blur(6px);
  backdrop-filter: saturate(180%) blur(6px);
  background: rgba(255, 255, 255, 0.9);
  height: 56px;
  line-height: 56px;
  display: inline-block;
  margin-top: 40px;
  margin-bottom: 60px;
  padding: 2px 5px;
}

.swiperBox #nav .cloud {
  width: 180px;
  height: 87%;
  background: #1d63ff;
  position: absolute;
  top: 4px;
  left: 3px;
  border-radius: 27px;
  overflow: hidden;
}

.swiperBox #nav .bannerNavList {
  display: flex;
  height: 100%;
  justify-content: space-between;
}

.swiperBox #nav .bannerNavList li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 26px;
  z-index: 1;
  transition: all 0.3s;
  font-size: 20px;
  font-weight: 500;
}

.swiperBox #nav .bannerNavList li svg {
  color: #222;
  margin-right: 4px;
}

.swiperBox #nav .bannerNavList li svg circle,
.swiperBox #nav .bannerNavList li svg path {
  stroke: #222;
}

.swiperBox #nav .bannerNavList li svg rect {
  fill: #222;
}

.swiperBox #nav .bannerNavList li.active {
  color: #fff;
  transition: all 0.3s;
}

.swiperBox #nav .bannerNavList li.active:hover {
  opacity: 1;
}

.swiperBox #nav .bannerNavList li.active svg {
  color: #fff;
}

.swiperBox #nav .bannerNavList li.active svg circle,
.swiperBox #nav .bannerNavList li.active svg path {
  stroke: #fff;
}

.swiperBox #nav .bannerNavList li.active svg .whiter {
  fill: #fff;
}

.swiperBox #nav .bannerNavList li.active svg rect {
  fill: #fff;
}

.swiperBox #nav .bannerNavList li:hover {
  opacity: 0.8;
  transition: all 0.3s;
}

.swiperBox .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.swiperBox .swiper-slide .left {
  margin-left: 10px;
}

.swiperBox .swiper-slide .left h3 {
  font-weight: 500;
  font-size: 36px;
  color: #222222;
  line-height: 1.6;
}

.swiperBox .swiper-slide .left p {
  line-height: 1.6;
  font-size: 16px;
  color: #666666;
  max-width: 565px;
  margin-top: 20px;
}

.swiperBox .swiper-slide .left ul {
  display: flex;
}

.swiperBox .swiper-slide .left ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 83px 93px 93px 0;
}

.swiperBox .swiper-slide .left ul li img {
  margin-bottom: 14px;
}

.swiperBox .swiper-slide .left .btnBox .lookMoreBox {
  margin-top: 0;
}

.swiperBox .swiper-slide .left .btnBox .first .lookMore {
  background: #222;
  border-color: #fff;
  color: #fff;
}

.swiperBox .swiper-slide .left .btnBox .first .lookMore .arrow {
  background-color: #fff;
}

.swiperBox .swiper-slide .left .btnBox .first .lookMore .arrow::before {
  border-color: #fff;
}

.swiperBox .swiper-slide .left .btnBox .two .lookMore {
  border-color: #222;
  color: #222;
}

.swiperBox .swiper-slide .left .btnBox .two .lookMore .arrow {
  background-color: #222;
}

.swiperBox .swiper-slide .left .btnBox .two .lookMore .arrow::before {
  border-color: #222;
}

.swiperBox .swiper-slide .right {
  text-align: right;
  flex: 1;
  overflow: hidden;
}

.swiperBox .swiper-slide .right img {
  margin-right: 10px;
}

.aiFuncBox {
  padding-bottom: 160px;
}

.aiFuncBox .pageTitle {
  margin-bottom: 42px;
}

.aiFuncBox .pageTitle .tips {
  font-size: 16px;
}

.aiFuncBox ul {
  display: flex;
  justify-content: space-between;
}

.aiFuncBox ul li {
  position: relative;
  margin-top: 20px;
}

.aiFuncBox ul li .textContent {
  position: absolute;
  left: 50px;
  top: 50px;
}

.aiFuncBox ul li .textContent h3 {
  font-weight: bold;
  font-size: 36px;
  color: #222222;
}

.aiFuncBox ul li .textContent p {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  margin-top: 30px;
  line-height: 1.6;
  padding-right: 50px;
}

.successfulCaseLoop {
  padding-top: 102px;
  padding-bottom: 100px;
  background: var(--grey-bg);
  overflow: hidden;
}

.successfulCaseLoop .wrap {
  margin-bottom: 102px;
}

.successfulCaseLoop ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: fit-content;
  will-change: transform;
  animation: creatorLoop 140s linear 0s infinite;
}

.successfulCaseLoop ul li {
  display: inline-block;
  position: relative;
  margin-right: 20px;
  transition: all 0.3s;
  border-radius: 16px;
}

.successfulCaseLoop ul li:hover {
  transform: translateY(-10px);
  transition: all 0.3s;
  box-shadow: 0px 15px 10px rgba(0, 0, 0, 0.15);
}

.successfulCaseLoop .textCenter {
  text-align: center;
  margin-top: 53px;
  margin-bottom: 38px;
  font-size: 20px;
}

.successfulCaseLoop .textCenter .blue {
  color: #0058d8;
  font-weight: bold;
}

.lastBox {
  padding: 114px 0;
  background: url(../../static/images/digitalHuman/downBg.png) no-repeat;
  background-size: cover;
}

.lastBox .wrap {
  text-align: center;
  color: #fff;
  font-weight: 500;
}

.lastBox .wrap h3 {
  font-size: 48px;
}

.lastBox .wrap p {
  font-size: 18px;
  margin-top: 12px;
}

.lastBox .wrap .first {
  margin-top: 54px;
}

.lastBox .wrap .first .lookMore {
  background: #fff;
  border-color: #fff;
  color: #222;
}

.lastBox .wrap .first .lookMore .arrow {
  background-color: #222;
}

.lastBox .wrap .first .lookMore .arrow::before {
  border-color: #222;
}

@keyframes creatorLoop {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(-50%);
  }
}

@media screen and (max-width: 1450px) {
  .bannerBox .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .bannerBox .flex_between .introduce {
    padding-bottom: 70px;
  }
  .bannerBox .flex_between .image {
    flex: 1;
    overflow: hidden;
  }
  .bannerBox .mainBox {
    flex-direction: column;
  }
  .bannerBox .mainBox .left {
    margin-right: 0;
    margin-bottom: 16px;
  }
  .bannerBox .mainBox .left img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
  }
  .bannerBox .mainBox .right {
    flex-direction: initial;
  }
  .bannerBox .mainBox .right .item.first {
    background-size: 100% 100%;
    flex: 1;
    margin-right: 16px;
  }
  .bannerBox .mainBox .right .item.two {
    margin-top: 0;
  }
  .aiFuncBox ul li {
    width: 100%;
    display: flex;
  }
  .aiFuncBox ul li:first-child {
    margin-right: 16px;
  }
  .aiFuncBox ul li img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
  }
}

@media screen and (max-width: 1350px) {
  .swiperBox .swiper-slide {
    flex-direction: column;
    overflow: hidden;
  }
  .swiperBox .swiper-slide .right {
    margin-top: 16px;
  }
  .swiperBox .swiper-slide .right img {
    width: 100%;
  }
}

@media screen and (max-width: 1150px) {
  .bannerBox .wrap {
    padding-top: 100px;
    padding-bottom: 58px;
  }
  .bannerBox .wrap .flex_between {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .aiFuncBox ul {
    flex-direction: column;
    max-width: 700px;
    align-items: center;
    margin: 0 auto;
  }
  .aiFuncBox ul li:first-child {
    margin-right: 0px;
  }
  .aiFuncBox ul li img {
    width: 100%;
    max-height: 600px;
  }
}

@media screen and (max-width: 1000px) {
  .bannerBox .mainBox .right {
    flex-direction: column;
  }
  .bannerBox .mainBox .right .item.first {
    background-size: 100% 100%;
    margin-right: 0px;
  }
  .bannerBox .mainBox .right .item.two {
    margin-top: 16px;
  }
}

@media screen and (max-width: 800px) {
  .pageTitle h3 {
    font-weight: bold;
    font-size: 22px;
  }
  .bannerBox .wrap {
    padding-top: 47px;
    padding-bottom: 58px;
  }
  .bannerBox .wrap .flex_between .introduce h2 {
    font-size: 32px;
  }
  .bannerBox .wrap .flex_between .introduce p {
    font-size: 14px;
  }
  .bannerBox .wrap .flex_between .image {
    width: 100%;
  }
  .bannerBox .mainBox .left .textBox {
    padding: 20px 20px 20px 24px;
  }
  .bannerBox .mainBox .left .textBox h3 {
    font-size: 20px;
  }
  .bannerBox .mainBox .left .textBox p {
    padding-bottom: 10px;
  }
  .bannerBox .mainBox .right .item {
    padding: 20px 18px 20px 24px;
  }
  .bannerBox .mainBox .right h3 {
    font-size: 20px;
  }
  .bannerBox .mainBox .right .item.first ul li {
    font-size: 12px;
  }
  .bannerBox .mainBox .right .item.first ul li img {
    width: 35px;
    height: 35px;
  }
  .bannerBox .mainBox .right .item.two ul li {
    width: calc(50% - 3px);
    margin-right: 6px;
  }
  .bannerBox .mainBox .right .item.two ul li h6 {
    font-size: 12px;
  }
  .swiperBox {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .swiperBox #nav {
    width: 100%;
    height: 42px;
    line-height: 42px;
  }
  .swiperBox #nav .cloud {
    height: 83%;
  }
  .swiperBox #nav .bannerNavList li {
    width: auto;
    flex: 1;
    overflow: hidden;
    font-size: 12px;
  }
  .swiperBox #nav .bannerNavList li svg {
    width: 16px;
    height: 16px;
  }
  .swiperBox .swiper-slide .left h3 {
    font-size: 20px;
  }
  .swiperBox .swiper-slide .left ul li {
    margin-right: 0;
    flex: 1;
    overflow: hidden;
  }
  .aiFuncBox {
    padding-bottom: 60px;
  }
  .aiFuncBox ul li {
    width: 100%;
    width: 100%;
  }
  .aiFuncBox ul li:first-child {
    height: 400px;
  }
  .aiFuncBox ul li img {
    height: 100%;
    object-fit: cover;
  }
  .aiFuncBox ul li .textContent {
    top: 25px;
    left: 25px;
  }
  .aiFuncBox ul li .textContent h3 {
    font-size: 20px;
  }
  .aiFuncBox ul li .textContent p {
    font-size: 14px;
    margin-top: 12px;
  }
  .successfulCaseLoop {
    padding: 60px 0;
  }
  .successfulCaseLoop .wrap {
    margin-bottom: 40px;
  }
  .successfulCaseLoop .textCenter {
    font-size: 16px;
    margin-bottom: 53px;
  }
  .lastBox {
    padding: 60px 0;
    background-size: auto;
  }
  .lastBox .wrap h3 {
    font-size: 20px;
  }
  .lastBox .wrap p {
    font-size: 16px;
  }
}
