.aic {
  display: flex;
  align-items: center;
}
@keyframes p1 {
  0% {
    left: 800px;
    top: 0;
  }
  50% {
    left: 0;
    top: 800px;
  }
  100% {
    left: 800px;
    top: 0;
  }
}
@keyframes p2 {
  0% {
    left: 100px;
    top: 100px;
  }
  50% {
    left: 800px;
    top: 100px;
  }
  100% {
    left: 100px;
    top: 100px;
  }
}
@keyframes p3 {
  0% {
    left: 300px;
    top: 700px;
  }
  50% {
    left: 500px;
    top: 0;
  }
  100% {
    left: 300px;
    top: 700px;
  }
}
@keyframes p4 {
  0% {
    left: 1000px;
    top: 500px;
  }
  50% {
    left: 0;
    top: 500px;
  }
  100% {
    left: 1000px;
    top: 500px;
  }
}
@keyframes p5 {
  0% {
    left: 500px;
    top: 1000px;
  }
  50% {
    left: 50%;
    top: 0;
  }
  100% {
    left: 500px;
    top: 1000px;
  }
}
@keyframes p6 {
  0% {
    left: 500px;
    top: 200px;
  }
  50% {
    left: 50%;
    top: 70%;
  }
  100% {
    left: 500px;
    top: 200px;
  }
}
.banner {
  padding-top: 170px;
  height: 714px;
  background-image: url(../img/banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.banner-content {
  max-width: 1352px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-left: 73px;
}
.banner .circle {
  position: absolute;
  left: -24px;
}
.banner .circle .icon-circle {
  width: 62px;
  height: 72px;
}
.banner .circle .icon-line {
  margin-top: -16px;
  width: 69px;
  display: block;
}
.banner .circle2 {
  position: absolute;
  right: -105px;
  bottom: 55px;
  text-align: center;
}
.banner .circle2 .icon-circle {
  width: 90px;
  height: 92px;
}
.banner .circle2 .icon-line {
  margin-top: -16px;
  width: 110px;
  display: block;
}
.banner .info h6 {
  font-weight: 500;
  font-size: 24px;
  color: #1A1A1A;
  line-height: 36px;
  letter-spacing: -2px;
}
.banner .info h3 {
  margin: 30px 0 50px;
  font-weight: bold;
  font-size: 108px;
  color: #1A1A1A;
  line-height: 100px;
  letter-spacing: -10px;
}
.banner .info p {
  width: 565px;
  font-size: 18px;
  color: #4D4D4D;
  line-height: 30px;
  letter-spacing: 1px;
}
.banner .info .btn {
  background: url(../img/bg9.png) no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  font-weight: 500;
  font-size: 18px;
  color: #E90606;
  width: 201px;
  height: 59px;
  padding-left: 19px;
  padding-top: 26px;
  margin-left: 8px;
  margin-top: 70px;
}
.banner .popup {
  position: absolute;
  backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  border-radius: 7px;
  background-color: rgba(255, 255, 255, 0.4);
}
.banner .popup-content span {
  font-size: 14px;
  color: #666666;
  line-height: 14px;
  display: inline-block;
}
.banner .popup-content p {
  font-weight: 500;
  font-size: 21px;
  line-height: 21px;
}
.banner .popup1 {
  top: 145px;
  left: -12px;
  height: 62px;
  padding: 0 27px 0 16px;
}
.banner .popup1 img {
  width: 30px;
  height: 30px;
}
.banner .popup1 .popup-content {
  margin-left: 8px;
}
.banner .popup1 .popup-content p {
  color: #F53737;
}
.banner .popup2 {
  top: -55px;
  left: 139px;
  position: absolute;
  height: 67px;
  padding: 0 27px 0 16px;
  z-index: 2;
}
.banner .popup2 img {
  width: 24px;
  height: 24px;
  position: absolute;
  top: -12px;
  left: -12px;
}
.banner .popup2 .popup-content {
  position: relative;
}
.banner .popup2 .popup-content p {
  color: #F53737;
}
.banner .popup3 {
  top: 106px;
  right: 0px;
  height: 48px;
  padding: 0 20px;
}
.banner .popup3 i {
  display: inline-block;
  background: url(../img/icon4.png) no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  width: 40px;
  height: 25px;
  text-align: center;
  padding-top: 4px;
  color: #fff;
}
.banner .icon3 {
  position: absolute;
  width: 46px;
  height: 50px;
  top: -25px;
  left: 150px;
}
.banner .projects {
  display: flex;
  position: relative;
  padding-top: 40px;
}
.banner .projects .popup {
  position: absolute;
}
.banner .projects .project-item {
  position: relative;
}
.banner .projects .project-item .p1 {
  width: 351px;
  height: 256px;
}
.banner .projects .project-item .p2 {
  width: 303px;
  height: 396px;
}
.banner .projects .project-item:nth-child(1) {
  width: 352px;
  margin-top: 96px;
}
.banner .projects .project-item:nth-child(2) {
  width: 373px;
  margin-left: -95px;
}
.banner .projects .project-item:nth-child(2) .line {
  width: 100%;
}
.title {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.title h4 {
  font-size: 40px;
  color: rgba(26, 26, 26, 0.3);
  line-height: 40px;
}
.title-content {
  margin: 20px 0 57px;
  position: relative;
}
.title-content p {
  position: relative;
  z-index: 2;
  font-weight: 500;
  font-size: 24px;
  color: #1A1A1A;
  line-height: 24px;
}
.title-content p span {
  color: #D0111E;
}
.title-content .rect {
  position: absolute;
  top: 10px;
  left: -40px;
  width: 100px;
  height: 24px;
  background: linear-gradient(270deg, rgba(235, 30, 41, 0) 0%, #FF0C0C 100%);
  opacity: 0.77;
}
.title-content img {
  position: absolute;
  top: 11px;
  right: -29px;
  height: 28px;
  vertical-align: middle;
}
.title .intro {
  font-size: 24px;
  color: #4D4D4D;
  line-height: 24px;
}
.innovate {
  padding: 200px 0;
}
.innovate-content {
  max-width: 1000px;
  margin: 0 auto;
}
.innovate .title .intro2 {
  display: none;
}
.innovate .card {
  margin-top: 60px;
  display: flex;
  align-items: center;
}
.innovate .card .circle {
  position: relative;
}
.innovate .card .circle .circle-bg {
  vertical-align: middle;
}
.innovate .card .circle .logo {
  position: absolute;
  top: 46px;
  left: 64px;
  width: 77px;
  height: 60px;
}
.innovate .card .circle span {
  position: absolute;
  font-weight: 500;
  font-size: 26px;
  color: #FFFFFF;
  line-height: 26px;
}
.innovate .card .circle1 .circle-bg {
  width: 182px;
  height: 160px;
}
.innovate .card .circle2 .circle-bg {
  width: 161px;
  height: 152px;
}
.innovate .card .circle3 .circle-bg {
  width: 162px;
  height: 132px;
}
.innovate .card .mask {
  position: absolute;
  z-index: 3;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.innovate .card .arrow {
  margin: 0 -12px 0 -18px;
}
.innovate .card .arrow .arrow-item {
  overflow: hidden;
  position: relative;
}
.innovate .card .arrow .arrow-item img {
  height: 42px;
  vertical-align: middle;
}
.innovate .card .arrow .arrow-item p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #333333;
  line-height: 16px;
}
.innovate .card .agent {
  margin-top: 12px;
  padding: 12px;
  border-radius: 76px;
}
.innovate .card .agent-card {
  padding: 12px 10px;
  border-radius: 63px;
  position: relative;
}
.innovate .card .agent-card::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #DDDADB;
  border-radius: 63px;
  left: 0;
  top: 0;
  animation: ripple-gury2 1.5s linear infinite;
}
.innovate .card .agent-content {
  position: relative;
  display: flex;
  align-items: center;
  background: #FE3C3C;
  border-radius: 50px;
  padding: 30px 39px;
}
.innovate .card .agent-content::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #DDDADB;
  border-radius: 50px;
  left: 0;
  top: 0;
  animation: ripple-gury 1.5s linear infinite;
}
.innovate .card .agent-content::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #DDDADB;
  border-radius: 50px;
  left: 0;
  top: 0;
  animation: ripple-gury3 3s linear infinite;
}
.innovate .card .agent-content img {
  width: 40px;
  height: 40px;
}
.innovate .card .agent-content span {
  margin-left: 13px;
  font-weight: 500;
  font-size: 26px;
  color: #FFFFFF;
}
.innovate .card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.innovate .card .arrow2 {
  padding-right: 42px;
  display: flex;
  align-items: center;
}
.innovate .card .arrow2-content {
  position: relative;
}
.innovate .card .arrow2-content .arrow-item {
  overflow: hidden;
  position: relative;
}
.innovate .card .arrow2-content .arrow-item img {
  height: 42px;
  vertical-align: middle;
}
.innovate .card .arrow2-content .arrow-item p {
  position: absolute;
  font-size: 16px;
  color: #333333;
  line-height: 16px;
}
.innovate .card .arrow2-content .arrow-item2 {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  z-index: 2;
}
.innovate .card .arrow2-content .arrow-item2 img {
  height: 29px;
  vertical-align: middle;
}
.innovate .card .arrow2-content .arrow-item2 p {
  position: absolute;
  font-size: 16px;
  color: #333333;
  line-height: 16px;
}
.innovate .card .arrow2-vertical {
  overflow: hidden;
  position: relative;
  margin-left: 2px;
  display: flex;
  align-items: center;
}
.innovate .card .arrow2-vertical img {
  height: 167px;
}
.innovate .card .arrow2-vertical p {
  writing-mode: vertical-lr;
  font-size: 16px;
  color: #333333;
}
.advantage {
  padding: 180px 0 200px;
  background: #FFFAFA;
}
.advantage-content {
  max-width: 1200px;
  margin: 0 auto;
}
.advantage .card {
  margin-top: 100px;
  display: flex;
  gap: 40px;
  overflow: hidden;
}
.advantage .card-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 717px;
  width: 580px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/bg.png);
}
.advantage .card-item:nth-child(1) {
  padding-top: 74px;
}
.advantage .card-item:nth-child(2) {
  padding-top: 58px;
}
.advantage .card-item .title {
  font-weight: 500;
  font-size: 28px;
  color: #1A1A1A;
  line-height: 28px;
  text-align: center;
}
.advantage .card-item__content {
  position: relative;
  margin-top: 44px;
  display: flex;
}
.advantage .card-item__content p {
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 40px;
}
.advantage .card-item__content p:nth-child(2) {
  margin-bottom: 16px;
}
.advantage .card-item__content .arrow {
  position: absolute;
  top: 184px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
}
.advantage .card-item__content .arrow-item img {
  width: 80px;
  vertical-align: middle;
}
.advantage .card-item__content .arrow-item:nth-child(1) {
  margin-bottom: 45px;
}
.advantage .card-item__content .arrow-item:nth-child(2) {
  margin-bottom: 85px;
}
.advantage .card-item .project {
  position: relative;
  z-index: 2;
  margin-right: -50px;
  text-align: center;
}
.advantage .card-item .project img {
  width: 120px;
  height: 128px;
  margin-bottom: -17px;
}
.advantage .card-item .project-content {
  padding-top: 67px;
  width: 220px;
  height: 339px;
  background: #FFFFFF;
  box-shadow: 0px 6px 12px 0px rgba(184, 70, 3, 0.1);
  border-radius: 21px;
  color: #1A1A1A;
}
.advantage .card-item .project2 {
  padding-top: 11px;
  text-align: center;
}
.advantage .card-item .project2 img {
  width: 121px;
  height: 100px;
  margin-bottom: -17px;
}
.advantage .card-item .project2-content {
  padding-top: 84px;
  width: 260px;
  height: 372px;
  background: #FE3C3C;
  box-shadow: 0px 6px 12px 0px rgba(184, 70, 3, 0.1);
  border-radius: 21px;
}
.advantage .card-item .project2-content p {
  color: #fff;
}
.advantage .card-item .video {
  position: relative;
}
.advantage .card-item .video:nth-child(2) {
  margin-top: 45px;
}
.advantage .card-item .video .poster {
  width: 350px;
  height: 230px;
  border-radius: 10px;
  vertical-align: middle;
}
.advantage .card-item .video .title {
  margin-top: 20px;
}
.advantage .card-item .video .mask {
  cursor: pointer;
  z-index: 2;
  position: absolute;
  top: 0;
  height: 230px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.advantage .card-item .video .mask img {
  width: 50px;
  height: 50px;
}
.market {
  position: relative;
  padding: 200px 0 9px;
}
.market .point {
  position: absolute;
  z-index: 9;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  animation-duration: 80s;
  animation-iteration-count: infinite;
}
.market .animated-p1 {
  width: 15px;
  height: 15px;
  background-color: #F0BF09;
  animation-name: p1;
}
.market .animated-p2 {
  background-color: #05C94D;
  animation-name: p2;
}
.market .animated-p3 {
  background-color: #3A20E5;
  animation-name: p3;
}
.market .animated-p4 {
  width: 8px;
  height: 8px;
  background-color: #EE5DC1;
  animation-name: p4;
}
.market .animated-p5 {
  width: 16px;
  height: 16px;
  background-color: #F17C0B;
  animation-name: p5;
}
.market .animated-p6 {
  background-color: #F71515;
  animation-name: p6;
}
.market-wrapper {
  position: relative;
  max-width: 1360px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}
.market .function {
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  height: 170px;
  z-index: -1;
}
.market-content {
  padding-top: 40px;
}
.market-content h5 {
  font-size: 40px;
  color: rgba(208, 17, 30, 0.6);
  line-height: 40px;
}
.market-content h6 {
  margin: 20px 0 10px 7px;
  font-weight: 500;
  font-size: 36px;
  color: #1A1A1A;
}
.market-content h4 {
  margin: 0 0 0 7px;
  font-weight: 500;
  font-size: 48px;
  color: #1A1A1A;
}
.market-content .intro {
  margin-top: 64px;
}
.market-content .intro-item {
  display: flex;
  align-items: center;
}
.market-content .intro-item:nth-child(-n+4) {
  margin-bottom: 23px;
}
.market-content .intro-item .icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
}
.market-content .intro-item .icon img {
  width: 100%;
  height: 100%;
}
.market-content .intro-item p {
  margin-left: 11px;
  font-size: 18px;
  color: #1A1A1A;
  line-height: 18px;
}
.market .poster {
  width: 701px;
}
.shop {
  height: 310px;
  position: relative;
  background: linear-gradient(90deg, #FF5040 0%, #FF363F 100%);
  box-shadow: 0px 0px 29px 0px rgba(255, 78, 0, 0.12);
  border-radius: 17px;
}
.shop .point {
  position: absolute;
  top: 40px;
  left: 50px;
  width: 118px;
  height: 118px;
}
.shop .point2 {
  position: absolute;
  top: 100px;
  right: 50px;
  width: 141px;
  height: 137px;
}
.shop-content {
  max-width: 1100px;
  margin: 0 auto;
}
.shop-content .videos {
  position: relative;
  top: -88px;
  display: flex;
  gap: 25px;
}
.shop-content .swiper4 {
  width: 240px;
}
.shop-content .videos2 {
  top: -57px;
  display: none;
  position: relative;
}
.shop-content .videos2 .swiper-pagination {
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.shop-content .videos2 .swiper-pagination .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  background: #FFFFFF;
  opacity: 0.4;
  margin: 0 5px;
}
.shop-content .videos2 .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.shop-content .poster {
  width: 350px;
  height: 230px;
  border-radius: 10px;
  margin-bottom: 16px;
}
.shop-content .video__item {
  position: relative;
  text-align: center;
}
.shop-content .video__item .mask {
  cursor: pointer;
  z-index: 2;
  position: absolute;
  top: 0;
  height: 230px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.shop-content .video__item .mask img {
  width: 50px;
  height: 50px;
}
.shop-content .video__item span {
  display: block;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 16px;
}
.shop-content p {
  margin-top: -40px;
  text-align: center;
  font-size: 21px;
  color: #FFFFFF;
}
.shop-content p img {
  margin-left: 10px;
  width: 30px;
  vertical-align: sub;
}
.advantages {
  background: url(../img/bg2.png) no-repeat;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 274px 0 20px;
}
.advantages-content {
  max-width: 1200px;
  margin: 0 auto;
}
.advantages h5 {
  overflow: hidden;
  position: relative;
  font-size: 40px;
  color: rgba(208, 17, 30, 0.6);
  line-height: 45px;
  display: inline-block;
}
.advantages h5 .mask {
  position: absolute;
  z-index: 3;
  background-color: #fff1ee;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.advantages h6 {
  margin: 15px 0 10px 0;
  font-weight: 500;
  font-size: 36px;
  color: #1A1A1A;
}
.advantages .titles {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.advantages .titles h4 {
  font-weight: 500;
  font-size: 48px;
  color: #1A1A1A;
}
.advantages .titles p {
  font-weight: 500;
  font-size: 21px;
  color: #FE3C3C;
}
.advantages-list {
  margin-top: 120px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 60px;
  column-gap: 40px;
}
.advantages-list .advantage-item {
  width: 100%;
  height: 330px;
  background: #FFFFFF;
  box-shadow: 0px 0px 14px 0px rgba(204, 0, 0, 0.07);
  border-radius: 16px;
  text-align: center;
  padding: 56px 10px 0;
  position: relative;
  overflow: hidden;
}
.advantages-list .advantage-item .mask {
  position: absolute;
  z-index: 3;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.advantages-list .advantage-item-icon {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.advantages-list .advantage-item-title {
  font-weight: 500;
  font-size: 24px;
  color: #1A1A1A;
  line-height: 24px;
}
.advantages-list .advantage-item-title-en {
  margin: 8px 0 30px;
  font-size: 16px;
  color: #666666;
  line-height: 20px;
  height: 50px;
}
.advantages-list .advantage-item-intro {
  font-size: 18px;
  color: #4D4D4D;
  line-height: 24px;
}
.balance {
  position: relative;
  height: 1370px;
  padding-top: 420px;
}
.balance .diamond {
  position: absolute;
  height: 53px;
  width: 54px;
}
.balance .animated-d1 {
  top: 300px;
  left: 34%;
}
.balance .animated-d2 {
  top: 361px;
  left: 27%;
}
.balance .animated-d3 {
  bottom: 493px;
  left: 13%;
}
.balance .animated-d4 {
  bottom: 383px;
  left: 21%;
}
.balance .point4 {
  position: absolute;
  bottom: 0px;
  height: 680px;
  left: 10px;
}
.balance-content {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 29;
}
.balance h6 {
  font-size: 24px;
  color: rgba(208, 17, 30, 0.6);
  line-height: 24px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.balance h6 .mask {
  position: absolute;
  z-index: 3;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.balance h5,
.balance h4,
.balance h3 {
  font-weight: 500;
  color: #1A1A1A;
}
.balance h5 {
  font-size: 36px;
}
.balance h4 {
  margin: 10px 0;
  font-size: 48px;
}
.balance h3 {
  font-size: 60px;
}
.balance p {
  margin-top: 96px;
  font-weight: 500;
  font-size: 21px;
  color: #FE3C3C;
  line-height: 30px;
}
.balance .card {
  padding: 70px 0 84px;
  position: absolute;
  right: 0;
  top: 388px;
  z-index: 10;
}
.balance .card .card-bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 1004px;
  height: 616px;
  background: #F65050;
  border-radius: 200px 0px 0px 200px;
}
.balance .card .point3 {
  position: absolute;
  width: 349px;
  height: 330px;
  top: -27px;
  left: -37px;
}
.balance .card .swiper {
  width: 1120px;
  padding: 50px 0 50px 50px;
}
.balance .card .swiper-slide {
  width: 476px;
}
.balance .card .shop-item {
  width: 476px;
  background: #FFFFFF;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
.balance .card .shop-item .tag {
  position: absolute;
  top: 0;
  left: 0;
  border-left: 24px solid #18AD86;
  border-top: 24px solid #18AD86;
  border-bottom: 24px solid transparent;
  border-right: 24px solid transparent;
  width: 0;
  height: 0;
}
.balance .card .shop-item .tag::before {
  content: "T";
  font-size: 26px;
  color: #FFFFFF;
  font-style: italic;
  position: absolute;
  top: -20px;
  left: -20px;
}
.balance .card .shop-item-title {
  font-weight: 500;
  font-size: 28px;
  color: #333333;
  line-height: 28px;
  text-decoration: underline;
  padding: 27px 28px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.balance .card .shop-item-content {
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  padding: 25px 28px;
}
.balance .card .shop-item-content .info {
  font-size: 21px;
  color: #999999;
  line-height: 21px;
}
.balance .card .shop-item-content .info:nth-child(-n+3) {
  margin-bottom: 22px;
}
.balance .card .shop-item-content .info span {
  color: #333;
}
.balance .card .shop-item-btn {
  display: flex;
  justify-content: center;
  gap: 22px;
  padding: 18px 0;
}
.balance .card .shop-item-btn .btn {
  cursor: pointer;
  width: 88px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #999999;
  font-size: 21px;
  color: #333333;
}
.total {
  padding-top: 28px;
}
.total-content {
  max-width: 1292px;
  margin: 0 auto;
  display: flex;
}
.total .card {
  margin: 0 24px 0 14px;
  background: url(../img/bg3.png) no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  width: 714px;
  height: 818px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 93px;
}
.total .card-title {
  display: flex;
  align-items: flex-start;
  font-weight: 500;
  font-size: 30px;
  color: #191F2A;
  line-height: 30px;
  text-shadow: 0px 2px 20px rgba(0, 0, 0, 0.18);
}
.total .card-title img {
  margin: 0 11px;
}
.total .card-title span {
  padding-top: 17px;
}
.total .card-text {
  margin: 60px 0 29px;
  height: 69px;
}
.total .card-calc {
  width: 574px;
  height: 212px;
  border-radius: 6px;
  border: 2px dashed #F4A358;
  padding: 27px 0 0 30px;
}
.total .card-calc p {
  font-weight: 500;
  font-size: 21px;
  color: #1A1A1A;
  line-height: 30px;
}
.total .card-calc p span {
  font-size: 40px;
  color: #EB4006;
  font-weight: 500;
}
.total .card-calc p i {
  position: relative;
  bottom: 2px;
  font-size: 24px;
  color: #EB4006;
  font-weight: 500;
}
.total .card-gift {
  margin-top: 30px;
  width: 574px;
  display: flex;
  flex-wrap: wrap;
}
.total .card-gift .gift-item {
  display: flex;
  align-items: center;
  margin-top: 20px;
  width: 50%;
  padding-left: 10px;
  height: 36px;
}
.total .card-gift .gift-item span {
  font-weight: bold;
  font-size: 20px;
  color: #1A1A1A;
  line-height: 20px;
  text-shadow: 0px 2px 20px rgba(0, 0, 0, 0.18);
}
.total .card-gift .gift-item img {
  margin-left: 8px;
}
.total-desc {
  padding-top: 214px;
}
.total-desc h5 {
  font-size: 40px;
  color: rgba(208, 17, 30, 0.6);
  line-height: 40px;
}
.total-desc h6 {
  font-size: 36px;
  color: #1A1A1A;
  margin: 30px 0 10px;
}
.total-desc h4 {
  font-weight: 500;
  font-size: 60px;
  color: #1A1A1A;
}
.total .card-img {
  position: relative;
  z-index: -1;
  margin-top: -234px;
  width: 100%;
  height: 304px;
  object-fit: cover;
  vertical-align: middle;
}
.background {
  background: #FAFAFA;
  padding: 200px 0;
}
.background-content {
  max-width: 1200px;
  margin: 0 auto;
}
.background .company {
  background: url(../img/bg4.png) no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding: 18px 0 26px 120px;
}
.background .company img {
  width: 160px;
  height: 84px;
}
.background .company-content {
  margin-left: 10px;
}
.background .company-content h5 {
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 24px;
}
.background .company-content p {
  margin-top: 12px;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 18px;
}
.background .intro {
  margin-top: 70px;
  display: flex;
  gap: 80px;
}
.background .intro-content {
  padding-top: 47px;
}
.background .intro-content h5 {
  font-weight: 500;
  font-size: 24px;
  color: #D0111E;
  line-height: 38px;
}
.background .intro-content p {
  margin: 30px 0 125px;
  font-size: 18px;
  color: #333333;
  line-height: 30px;
}
.background .intro-content .num {
  display: flex;
}
.background .intro-content .num-item {
  position: relative;
}
.background .intro-content .num-item:nth-child(-n+2)::after {
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  background: #979797;
  position: absolute;
  right: 0;
  top: 0;
}
.background .intro-content .num-item-content {
  margin-bottom: 12px;
}
.background .intro-content .num-item-content span {
  font-weight: 500;
  font-size: 40px;
  color: #1A1A1A;
}
.background .intro-content .num-item-content i {
  font-size: 21px;
  color: #4D4D4D;
}
.background .intro-content .num-item-title {
  font-size: 18px;
  color: #4D4D4D;
  line-height: 18px;
}
.background .intro-certificate {
  display: flex;
  gap: 16px;
  position: relative;
  left: -30%;
}
.background .intro-certificate-content .certificate-item {
  position: relative;
}
.background .intro-certificate-content .certificate-item:nth-child(1) {
  margin-bottom: 16px;
}
.background .intro-certificate-content .certificate-item img {
  width: 230px;
  vertical-align: middle;
}
.background .intro-certificate-content .certificate-item p {
  position: absolute;
  padding: 10px 7px;
  font-size: 12px;
  color: #333333;
  line-height: 12px;
  background: #FFFFFF;
  box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.18);
  border-radius: 2px;
}
.founder {
  margin-bottom: 145px;
  height: 1164px;
  position: relative;
  overflow: hidden;
}
.founder .bg {
  position: absolute;
  left: 0;
  top: 4px;
  z-index: 2;
  width: 91.3%;
  height: 1164px;
}
.founder .video {
  z-index: 3;
  position: absolute;
  right: 0;
  width: 54.3%;
  height: 1095px;
  cursor: pointer;
}
.founder .video .poster {
  width: 100%;
  height: 100%;
}
.founder .video .mask {
  position: absolute;
  left: 50%;
  bottom: 310px;
  width: 120px;
  height: 120px;
}
.founder .circles {
  transition: all 0.3s;
  z-index: 9;
  position: absolute;
  bottom: 167px;
  left: 50%;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  background: linear-gradient(50deg, #FF373F 0%, #FF8340 100%);
}
.founder .circles2 {
  animation-delay: 0.5s;
  transition: all 0.3s;
  z-index: 9;
  position: absolute;
  bottom: 92px;
  right: 8%;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(50deg, #FF8340 0%, #FF373F 100%);
}
.founder-content {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-top: 139px;
  z-index: 2;
}
.founder-content h4 {
  font-weight: bold;
  font-size: 44px;
  color: #FFFFFF;
  line-height: 44px;
  margin: 40px 0 30px;
  letter-spacing: -3px;
}
.founder-content p {
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 34px;
}
.founder-content h6 {
  width: 475px;
  font-size: 16px;
  line-height: 29px;
  color: #FFFFFF;
}
.founder-content h6 span {
  font-weight: 600;
}
.manufacturer {
  position: relative;
  background: url(../img/bg6.png) no-repeat;
  background-size: 150% 100%;
  background-position: 47%;
  padding-bottom: 210px;
}
.manufacturer-content {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  gap: 50px;
  overflow: hidden;
}
.manufacturer .manufacturers {
  display: flex;
  flex-direction: column;
  gap: 60px;
  flex-shrink: 0;
}
.manufacturer .manufacturers img {
  width: 300px;
  height: 426px;
}
.manufacturer-right {
  flex: 1;
}
.manufacturer-right .manufacturer4 {
  width: 639px;
  height: 250px;
}
.manufacturer-card {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.manufacturer-info {
  width: 384px;
  padding-top: 240px;
}
.manufacturer-info h5 {
  font-size: 40px;
  color: rgba(208, 17, 30, 0.6);
  line-height: 40px;
}
.manufacturer-info h6 {
  font-weight: 500;
  font-size: 24px;
  color: #1A1A1A;
  line-height: 40px;
}
.manufacturer-info .video {
  margin: 50px 0 60px;
  width: 378px;
  height: 216px;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
}
.manufacturer-info .video .poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.manufacturer-info .video .mask {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
}
.manufacturer-info p {
  font-size: 18px;
  color: #333333;
}
.help {
  position: relative;
  padding: 130px 0 0;
  background: url(../img/bg7.png) no-repeat;
  background-size: contain;
  background-position-y: 65%;
  background-repeat: no-repeat;
}
.help-content {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.help .circle {
  border-radius: 50%;
  position: absolute;
  background: linear-gradient(#FFC1A5, #FF6147);
}
.help h4 {
  font-weight: bold;
  font-size: 50px;
  color: #1A1A1A;
  line-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.help h4 img {
  width: 56px;
  height: 46px;
  margin: 0 20px;
}
.help h6 {
  margin-top: 40px;
  font-size: 24px;
  color: rgba(208, 17, 30, 0.6);
  line-height: 24px;
}
.help .card {
  margin-top: 120px;
  width: 1000px;
  height: 666px;
  background: #FFFFFF;
  box-shadow: 0px 6px 20px 0px rgba(204, 0, 0, 0.16);
  border-radius: 70px;
  text-align: center;
  padding-top: 115px;
}
.help .card img {
  height: 43px;
  vertical-align: middle;
}
.help .card h5 {
  margin: 78px 0 20px;
  font-weight: bold;
  font-size: 21px;
  color: #1A1A1A;
  line-height: 21px;
}
.help .card p {
  font-size: 18px;
  color: #1A1A1A;
  line-height: 34px;
}
.help .card .team-title {
  font-weight: 500;
  font-size: 24px;
  color: #1A1A1A;
  line-height: 24px;
  margin-top: 90px;
}
.help .team {
  position: relative;
  top: -96px;
  width: 100%;
  padding: 0 90px;
}
.help .team .swiper-button-prev,
.help .team .swiper-button-next {
  width: 50px;
  height: 50px;
  background-size: 50px 50px;
}
.help .team .swiper-container .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  /*之前是ease-out*/
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.help .team .swiper-button-prev {
  background-image: url(../img/prev.png);
}
.help .team .swiper-button-next {
  background-image: url(../img/next.png);
}
.help .team .swiper-slide {
  width: 350px;
}
.help .team .videos {
  width: 350px;
  padding: 16px 0;
  position: relative;
  cursor: pointer;
}
.help .team .videos .poster {
  box-shadow: 0px 4px 16px 0px rgba(204, 0, 0, 0.25);
  width: 100%;
  height: 230px;
  border-radius: 10px;
  object-fit: cover;
}
.help .team .videos .mask {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
}
.laying {
  width: 100%;
  overflow: hidden;
  padding: 270px 0 310px;
  background-size: cover;
  background-position: -75%;
  background-repeat: no-repeat;
}
.laying-content {
  position: relative;
}
.laying-content .shadow {
  z-index: 9;
  position: absolute;
  height: 100%;
  width: 360px;
  background: linear-gradient(-90deg, transparent 0%, #FFFFFF 100%);
}
.laying .swiper3 {
  width: 100%;
  overflow: hidden;
  padding: 234px 0 148px;
}
.laying .swiper-container .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  /*之前是ease-out*/
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.laying .swiper-slide {
  width: 1056px;
}
.laying .laying-items {
  width: 1056px;
  display: flex;
  position: relative;
}
.laying .laying-items .polyfill {
  position: absolute;
  z-index: 2;
}
.laying .laying-items .polyfill1 {
  left: 36px;
  bottom: -18%;
}
.laying .laying-items .polyfill2 {
  right: 446px;
  top: -18%;
}
.laying .laying-items .polyfill3 {
  left: -102px;
  bottom: -12%;
}
.laying .laying-items .polyfill4 {
  left: 435px;
  top: -36%;
}
.laying .laying-items .polyfill5 {
  left: 185px;
  bottom: -3%;
}
.laying .laying-items .laying-item {
  position: relative;
}
.laying .laying-items .laying-item-img {
  width: 334px;
  height: 334px;
  overflow: hidden;
  clip-path: polygon(24% 5%, 76% 5%, 100% 50%, 76% 95%, 24% 95%, 0 50%);
}
.laying .laying-items .laying-item-img img {
  width: 334px;
  height: 334px;
  overflow: hidden;
  transition: all 0.3s;
}
.laying .laying-items .laying-item-img:nth-child(2) {
  margin-top: -33px;
}
.laying .laying-items .laying-item-img:hover img {
  transform: scale(1.1);
}
.join {
  padding: 160px 0 280px;
  background: #FFF4F4;
}
.join-content {
  max-width: 1240px;
  margin: 0 auto;
}
.join .step {
  display: flex;
}
.join .step-item {
  text-align: center;
  position: relative;
}
.join .step-item:nth-child(-n+5)::after {
  content: "";
  position: absolute;
  bottom: 17px;
  left: 50%;
  display: block;
  width: 100%;
  border-bottom: 2px dashed #FF4F48;
}
.join .step-item p {
  font-weight: 500;
  font-size: 18px;
  color: #1A1A1A;
  line-height: 25px;
  height: 50px;
  margin-bottom: 2px;
}
.join .step-item img {
  width: 31px;
  height: 31px;
  position: relative;
  z-index: 2;
}
.join .card {
  margin-top: 50px;
  padding: 72px 100px 100px;
  background: #FFFFFF;
  border-radius: 10px;
}
.join .card .form-item {
  margin-bottom: 50px;
}
.join .card .form-item-title {
  font-size: 24px;
  color: #272727;
  line-height: 24px;
}
.join .card .form-item-radio {
  margin-top: 28px;
  display: flex;
  align-items: center;
}
.join .card .form-item-radio .radio {
  width: 18px;
  height: 18px;
}
.join .card .form-item-radio .radio-inner {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid rgba(9, 9, 32, 0.2);
}
.join .card .form-item-radio .radio input[type='radio'] {
  display: none;
}
.join .card .form-item-radio .radio input[type='radio']:checked + .radio-inner {
  border-color: #EC1322;
}
.join .card .form-item-radio .radio input[type='radio']:checked + .radio-inner::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #EC1322;
}
.join .card .form-item-radio p {
  margin-left: 10px;
  font-size: 18px;
  color: #272727;
  line-height: 18px;
}
.join .card .contact {
  display: flex;
}
.join .card .contact-item-title {
  margin-bottom: 20px;
  font-size: 24px;
  color: #272727;
  line-height: 24px;
}
.join .card .contact-item-title span {
  color: #EC1322;
}
.join .card .contact-item input {
  width: 250px;
  height: 48px;
  border-radius: 2px;
  border: 1px solid #D6D6D6;
  padding: 0 10px;
}
.join .card .btns {
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.join .card .btns .submit,
.join .card .btns .reset {
  cursor: pointer;
  width: 184px;
  height: 54px;
  line-height: 54px;
  border-radius: 27px;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
}
.join .card .btns .submit {
  background: linear-gradient(270deg, #FF4545 0%, #E92828 100%);
  color: #FFFFFF;
  margin-right: 76px;
}
.join .card .btns .reset {
  border: 1px solid #D21320;
  color: #D1121F;
}
@media screen and (max-width: 1700px) {
  .balance .card .card-bg {
    width: 900px;
  }
  .balance .card .swiper {
    width: 950px;
  }
}
@media screen and (max-width: 1600px) {
  .banner {
    zoom: 0.8;
  }
}
@media screen and (max-width: 1550px) {
  .balance .card .card-bg {
    width: 800px;
  }
  .balance .card .swiper {
    width: 850px;
  }
}
@media screen and (max-width: 1350px) {
  .balance .card .card-bg {
    width: 700px;
  }
  .balance .card .swiper {
    width: 750px;
  }
}
@media screen and (max-width: 1300px) {
  .banner {
    zoom: 0.7;
  }
}
