.aic {
  display: flex;
  align-items: center;
}
@keyframes p1 {
  0% {
    left: 90%;
    top: 0;
  }
  50% {
    left: 0;
    top: 600px;
  }
  100% {
    left: 90%;
    top: 0;
  }
}
@keyframes p2 {
  0% {
    left: 100px;
    top: 100px;
  }
  50% {
    left: 90%;
    top: 100px;
  }
  100% {
    left: 100px;
    top: 100px;
  }
}
@keyframes p3 {
  0% {
    left: 50%;
    top: 300px;
  }
  50% {
    left: 90%;
    top: 0;
  }
  100% {
    left: 50%;
    top: 300px;
  }
}
@keyframes p4 {
  0% {
    left: 90%;
    top: 500px;
  }
  50% {
    left: 0;
    top: 500px;
  }
  100% {
    left: 90%;
    top: 500px;
  }
}
@keyframes p5 {
  0% {
    left: 50%;
    top: 500px;
  }
  50% {
    left: 50%;
    top: 0;
  }
  100% {
    left: 50%;
    top: 500px;
  }
}
@keyframes p6 {
  0% {
    left: 30%;
    top: 200px;
  }
  50% {
    left: 50%;
    top: 70%;
  }
  100% {
    left: 30%;
    top: 200px;
  }
}
.banner {
  padding-top: 0;
  height: auto;
  background-image: url(../img/banner4.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.banner-content {
  display: block;
  padding: 90px 25px 38px;
  position: relative;
}
.banner .circle {
  position: absolute;
  left: 21px;
  top: 18px;
}
.banner .circle .icon-circle {
  width: 32px;
  height: 34px;
}
.banner .circle .icon-line {
  margin-top: -8px;
  width: 34px;
  display: block;
}
.banner .circle2 {
  position: absolute;
  right: 9px;
  bottom: 31px;
  text-align: center;
}
.banner .circle2 .icon-circle {
  width: 45px;
  height: 46px;
}
.banner .circle2 .icon-line {
  margin-top: -6px;
  width: 55px;
  display: block;
}
.banner .info h6 {
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  color: #1A1A1A;
  letter-spacing: -2px;
}
.banner .info h3 {
  margin: 15px 0 20px;
  font-size: 54px;
  line-height: 50px;
  letter-spacing: -5px;
  font-weight: bold;
  color: #1A1A1A;
}
.banner .info p {
  width: 100%;
  font-size: 12px;
  line-height: 19px;
  color: #4D4D4D;
  letter-spacing: 1px;
}
.banner .info .btn {
  background-size: cover;
  background-repeat: no-repeat;
  font-weight: 500;
  color: #E90606;
  background-image: url(../img/bg10.png);
  font-size: 12px;
  width: 124px;
  height: 29px;
  padding: 5px 8px 0;
  margin-left: 0;
  margin-top: 0;
  position: absolute;
  top: 50px;
  left: 183px;
}
.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: 10px;
  line-height: 10px;
  color: #666666;
  display: inline-block;
}
.banner .popup-content p {
  font-weight: 500;
  font-size: 11px;
  line-height: 17px;
}
.banner .popup1 {
  top: 35px;
  left: -12px;
  height: 40px;
  padding: 0 10px;
}
.banner .popup1 img {
  width: 19px;
  height: 19px;
}
.banner .popup1 .popup-content {
  margin-left: 5px;
}
.banner .popup1 .popup-content p {
  color: #F53737;
}
.banner .popup2 {
  top: -15px;
  left: 43px;
  position: absolute;
  height: 37px;
  padding: 0 10px;
  z-index: 2;
}
.banner .popup2 img {
  width: 13px;
  height: 13px;
  position: absolute;
  top: -6px;
  left: -6px;
}
.banner .popup2 .popup-content {
  position: relative;
}
.banner .popup2 .popup-content p {
  color: #F53737;
}
.banner .popup3 {
  top: 49px;
  right: 0px;
  height: 24px;
  padding: 0 5px;
}
.banner .popup3 i {
  display: inline-block;
  background: url(../img/icon4.png) no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  width: 24px;
  height: 16px;
  text-align: center;
  padding-top: 2px;
  color: #fff;
  font-size: 9px;
}
.banner .icon3 {
  position: absolute;
  width: 37px;
  height: 40px;
  top: -18px;
  left: 55px;
}
.banner .projects {
  display: flex;
  position: relative;
  justify-content: center;
  padding-top: 30px;
}
.banner .projects .popup {
  position: absolute;
}
.banner .projects .project-item {
  position: relative;
}
.banner .projects .project-item .p1 {
  width: 147px;
  height: 107px;
}
.banner .projects .project-item .p2 {
  width: 126px;
  height: 165px;
}
.banner .projects .project-item:nth-child(1) {
  width: 147px;
  margin-top: 40px;
}
.banner .projects .project-item:nth-child(1) .line {
  width: 100%;
}
.banner .projects .project-item:nth-child(2) {
  width: 156px;
  margin-left: -40px;
}
.banner .projects .project-item:nth-child(2) .line {
  width: 100%;
}
.title {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.title h4 {
  color: rgba(26, 26, 26, 0.3);
  font-size: 20px;
  line-height: 30px;
}
.title-content {
  margin: 17px 0 21px;
  position: relative;
}
.title-content p {
  position: relative;
  z-index: 2;
  font-weight: 500;
  color: #1A1A1A;
  font-size: 14px;
  line-height: 21px;
}
.title-content p span {
  color: #D0111E;
}
.title-content .rect {
  position: absolute;
  top: 6px;
  left: -15px;
  width: 50px;
  height: 12px;
  background: linear-gradient(270deg, rgba(235, 30, 41, 0) 0%, #FF0C0C 100%);
  opacity: 0.77;
}
.title-content img {
  position: absolute;
  top: 6px;
  right: -20px;
  height: 14px;
  vertical-align: middle;
}
.title .intro {
  color: #4D4D4D;
  font-size: 12px;
  line-height: 18px;
}
.innovate {
  padding: 105px 0;
}
.innovate-content {
  max-width: 1000px;
  margin: 0 auto;
}
.innovate .card {
  margin-top: 40px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.innovate .card .circle {
  position: relative;
}
.innovate .card .circle .circle-bg {
  vertical-align: middle;
}
.innovate .card .circle .logo {
  position: absolute;
  top: 23px;
  left: 32px;
  width: 38px;
  height: 30px;
}
.innovate .card .circle span {
  position: absolute;
  font-weight: 500;
  font-size: 13px;
  color: #FFFFFF;
  line-height: 13px;
}
.innovate .card .circle1 .circle-bg {
  width: 91px;
  height: 80px;
}
.innovate .card .circle2 .circle-bg {
  width: 81px;
  height: 76px;
}
.innovate .card .circle3 .circle-bg {
  width: 81px;
  height: 68px;
}
.innovate .card .mask {
  position: absolute;
  z-index: 3;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.innovate .card .arrow {
  margin: -10px 0;
  display: flex;
  align-items: center;
}
.innovate .card .arrow .arrow-item {
  overflow: hidden;
  position: relative;
}
.innovate .card .arrow .arrow-item img {
  width: 21px;
  vertical-align: middle;
}
.innovate .card .arrow .arrow-item p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  color: #333333;
}
.innovate .card .agent {
  margin-top: 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: 15px 20px;
}
.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: 20px;
  height: 20px;
}
.innovate .card .agent-content span {
  margin-left: 7px;
  font-weight: 500;
  font-size: 13px;
  color: #FFFFFF;
}
.innovate .card-content {
  display: flex;
  align-items: center;
}
.innovate .card .arrow2-vertical {
  overflow: hidden;
  position: relative;
  margin-left: 2px;
  text-align: center;
}
.innovate .card .arrow2-vertical img {
  height: 5px;
}
.innovate .card .arrow2-vertical p {
  font-size: 12px;
  color: #333333;
}
.innovate .card .arrow2 {
  display: flex;
  align-items: center;
}
.innovate .card .arrow2-content {
  position: relative;
  display: flex;
  margin-left: 40px;
}
.innovate .card .arrow2 img {
  width: 21px;
  vertical-align: middle;
}
.innovate .card .arrow2 p {
  position: absolute;
  font-size: 12px;
  color: #333333;
  writing-mode: vertical-rl;
}
.innovate .card .arrow2 .arrow-item {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 5px;
}
.innovate .card .arrow2 .arrow-item2 {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  margin-right: -10px;
}
.advantage {
  padding: 100px 0;
  background: #FFFAFA;
}
.advantage-content {
  max-width: 1200px;
  margin: 0 auto;
}
.advantage .title-content p {
  text-align: center;
}
.advantage .title-content img {
  top: 30px;
  right: 0;
}
.advantage .card {
  margin-top: 40px;
  display: flex;
  gap: 25px;
  flex-direction: column;
  align-items: center;
}
.advantage .card-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 290px;
  height: 359px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/bg.png);
}
.advantage .card-item:nth-child(1) {
  padding-top: 37px;
}
.advantage .card-item:nth-child(2) {
  padding-top: 29px;
}
.advantage .card-item .title {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #1A1A1A;
  text-align: center;
}
.advantage .card-item__content {
  position: relative;
  margin-top: 25px;
  display: flex;
}
.advantage .card-item__content p {
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 20px;
}
.advantage .card-item__content p:nth-child(2) {
  margin-bottom: 8px;
}
.advantage .card-item__content .arrow {
  position: absolute;
  top: 92px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
}
.advantage .card-item__content .arrow-item img {
  width: 40px;
  vertical-align: middle;
}
.advantage .card-item__content .arrow-item:nth-child(1) {
  margin-bottom: 22px;
}
.advantage .card-item__content .arrow-item:nth-child(2) {
  margin-bottom: 42px;
}
.advantage .card-item .project {
  position: relative;
  z-index: 2;
  margin-right: -25px;
  text-align: center;
}
.advantage .card-item .project img {
  width: 60px;
  height: 64px;
  margin-bottom: -9px;
}
.advantage .card-item .project-content {
  padding-top: 34px;
  width: 110px;
  height: 169px;
  border-radius: 11px;
  background: #FFFFFF;
  box-shadow: 0px 6px 12px 0px rgba(184, 70, 3, 0.1);
  color: #1A1A1A;
}
.advantage .card-item .project2 {
  padding-top: 6px;
  text-align: center;
}
.advantage .card-item .project2 img {
  width: 60px;
  height: 49px;
  margin-bottom: -8px;
}
.advantage .card-item .project2-content {
  padding-top: 42px;
  width: 130px;
  height: 186px;
  border-radius: 11px;
  background: #FE3C3C;
  box-shadow: 0px 6px 12px 0px rgba(184, 70, 3, 0.1);
}
.advantage .card-item .project2-content p {
  color: #fff;
}
.advantage .card-item .video {
  position: relative;
}
.advantage .card-item .video:nth-child(2) {
  margin-top: 22px;
}
.advantage .card-item .video .poster {
  width: 175px;
  height: 115px;
  border-radius: 10px;
  vertical-align: middle;
}
.advantage .card-item .video .title {
  margin-top: 10px;
}
.advantage .card-item .video .mask {
  cursor: pointer;
  z-index: 2;
  position: absolute;
  top: 0;
  height: 115px;
  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: 25px;
  height: 25px;
}
.market {
  position: relative;
  padding: 100px 0 9px;
}
.market .point {
  position: absolute;
  z-index: 9;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  animation-duration: 80s;
  animation-iteration-count: infinite;
}
.market .animated-p1 {
  width: 7px;
  height: 7px;
  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: 8px;
  height: 8px;
  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: block;
  padding-left: 18px;
  overflow: hidden;
}
.market .function {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 48%;
  font-size: 70px;
  color: #FFFFFF;
  line-height: 70px;
  z-index: -1;
  -webkit-text-stroke: 1px #D9D9D9;
  letter-spacing: 3px;
  opacity: 0.2;
  font-weight: 600;
}
.market-content {
  padding-top: 0;
  padding-left: 13px;
}
.market-content h5 {
  font-size: 20px;
  line-height: 20px;
  color: rgba(208, 17, 30, 0.6);
}
.market-content h6 {
  margin: 10px 0 5px;
  font-size: 18px;
  font-weight: 500;
  color: #1A1A1A;
}
.market-content h4 {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  color: #1A1A1A;
}
.market-content .intro {
  margin-top: 32px;
}
.market-content .intro-item {
  display: flex;
  align-items: center;
}
.market-content .intro-item:nth-child(-n+4) {
  margin-bottom: 14px;
}
.market-content .intro-item .icon {
  width: 19px;
  height: 19px;
  border-radius: 50%;
}
.market-content .intro-item .icon img {
  width: 100%;
  height: 100%;
}
.market-content .intro-item p {
  margin-left: 6px;
  font-size: 13px;
  line-height: 13px;
  color: #1A1A1A;
}
.market .poster {
  width: 350px;
}
.shop {
  height: 230px;
  position: relative;
  background: linear-gradient(90deg, #FF5040 0%, #FF363F 100%);
  box-shadow: 0px 0px 29px 0px rgba(255, 78, 0, 0.12);
  border-radius: 9px;
}
.shop .point {
  position: absolute;
  top: 15px;
  left: 13px;
  width: 30px;
  height: 30px;
}
.shop .point2 {
  position: absolute;
  top: 153px;
  right: 7px;
  width: 44px;
  height: 43px;
}
.shop-content {
  max-width: 1100px;
  margin: 0 auto;
}
.shop-content .swiper {
  width: 240px;
}
.shop-content .videos {
  top: -57px;
  position: relative;
}
.shop-content .videos .swiper-pagination {
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.shop-content .videos .swiper-pagination .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  background: #FFFFFF;
  opacity: 0.4;
  margin: 0 5px;
}
.shop-content .videos .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.shop-content .poster {
  width: 240px;
  height: 158px;
  border-radius: 10px;
  margin-bottom: 8px;
}
.shop-content .video__item {
  position: relative;
  text-align: center;
}
.shop-content .video__item .mask {
  cursor: pointer;
  z-index: 2;
  position: absolute;
  top: 0;
  height: 158px;
  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: 29px;
  height: 29px;
}
.shop-content .video__item span {
  display: block;
  font-size: 12px;
  line-height: 12px;
  color: #FFFFFF;
}
.shop-content p {
  font-size: 14px;
  line-height: 21px;
  margin-top: -20px;
  text-align: center;
  color: #FFFFFF;
}
.shop-content p img {
  margin-left: 10px;
  width: 15px;
  vertical-align: sub;
}
.advantages {
  background-image: url(../img/bg11.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 110px 0 80px;
}
.advantages-content {
  max-width: 1200px;
  margin: 0 auto;
}
.advantages h5 {
  overflow: hidden;
  position: relative;
  font-size: 20px;
  color: rgba(208, 17, 30, 0.6);
  line-height: 20px;
  display: inline-block;
  margin-left: 30px;
}
.advantages h5 .mask {
  position: absolute;
  z-index: 3;
  background-color: #fff1ee;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.advantages h6 {
  margin: 15px 0 5px 30px;
  font-weight: 500;
  font-size: 18px;
  color: #1A1A1A;
}
.advantages .titles {
  padding-left: 30px;
}
.advantages .titles h4 {
  font-weight: 500;
  font-size: 24px;
  color: #1A1A1A;
}
.advantages .titles p {
  margin-top: 20px;
  font-weight: 500;
  font-size: 13px;
  color: #FE3C3C;
}
.advantages-list {
  margin-top: 40px;
}
.advantages-list .swiper2 {
  padding: 10px 0;
}
.advantages-list .advantage-item {
  height: 240px;
  background: #FFFFFF;
  box-shadow: 0px 0px 14px 0px rgba(204, 0, 0, 0.07);
  border-radius: 16px;
  text-align: center;
  padding: 28px 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: 14px;
  color: #1A1A1A;
  line-height: 16px;
}
.advantages-list .advantage-item-title-en {
  margin: 8px 0 30px;
  font-size: 11px;
  color: #666666;
  line-height: 12px;
  height: 24px;
}
.advantages-list .advantage-item-intro {
  font-size: 12px;
  color: #4D4D4D;
  line-height: 14px;
}
.balance {
  position: relative;
  padding: 120px 0 90px;
}
.balance .diamond {
  position: absolute;
  height: 24px;
  width: 23px;
}
.balance .animated-d1 {
  top: 62px;
  right: 38px;
}
.balance .animated-d2 {
  top: 92px;
  right: 112px;
}
.balance .animated-d3 {
  top: 300px;
  left: 66px;
}
.balance .point5 {
  position: absolute;
  top: 90px;
  height: 165px;
  right: 0;
}
.balance .point4 {
  position: absolute;
  top: 230px;
  height: 340px;
  left: 10px;
}
.balance-content {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 29;
}
.balance h6 {
  padding-left: 30px;
  font-size: 24px;
  color: rgba(208, 17, 30, 0.6);
  line-height: 24px;
  margin-bottom: 20px;
  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 h3 {
  font-weight: 500;
  color: #1A1A1A;
  padding-left: 30px;
}
.balance h5 {
  font-size: 20px;
}
.balance h3 {
  margin-top: 10px;
  font-size: 30px;
}
.balance p {
  padding-left: 30px;
  margin-top: 20px;
  font-weight: 500;
  font-size: 13px;
  color: #FE3C3C;
  line-height: 13px;
}
.balance .card {
  margin-top: 85px;
  position: relative;
  padding: 54px 0 54px 30px;
  z-index: 10;
}
.balance .card .card-bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 252px;
  height: 308px;
  background: #F65050;
  border-radius: 100px 0px 0px 100px;
}
.balance .card .swiper3 {
  padding: 10px 0;
}
.balance .card .shop-item {
  background: #FFFFFF;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.balance .card .shop-item .tag {
  position: absolute;
  top: 0;
  left: 0;
  border-left: 12px solid #18AD86;
  border-top: 12px solid #18AD86;
  border-bottom: 12px solid transparent;
  border-right: 12px solid transparent;
  width: 0;
  height: 0;
}
.balance .card .shop-item .tag::before {
  content: "T";
  font-size: 13px;
  color: #FFFFFF;
  font-style: italic;
  position: absolute;
  top: -10px;
  left: -10px;
}
.balance .card .shop-item-title {
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  line-height: 14px;
  text-decoration: underline;
  padding: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.balance .card .shop-item-content {
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  padding: 13px 14px;
}
.balance .card .shop-item-content .info {
  font-size: 11px;
  color: #999999;
  line-height: 11px;
}
.balance .card .shop-item-content .info:nth-child(-n+3) {
  margin-bottom: 11px;
}
.balance .card .shop-item-content .info span {
  color: #333;
}
.balance .card .shop-item-btn {
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 9px 0;
}
.balance .card .shop-item-btn .btn {
  cursor: pointer;
  width: 44px;
  height: 21px;
  line-height: 21px;
  text-align: center;
  background: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #999999;
  font-size: 11px;
  color: #333333;
}
.total {
  padding-top: 70px;
}
.total-content {
  max-width: 1292px;
  margin: 0 auto;
}
.total .card {
  background: url(../img/bg12.png) no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  width: 377px;
  height: 464px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 45px;
  margin: 0 auto;
}
.total .card-title {
  display: flex;
  align-items: flex-start;
  font-weight: 500;
  font-size: 15px;
  color: #191F2A;
  line-height: 15px;
  text-shadow: 0px 2px 20px rgba(0, 0, 0, 0.18);
}
.total .card-title img {
  margin: 0 6px;
  width: 87px;
  vertical-align: middle;
}
.total .card-title span {
  padding-top: 9px;
}
.total .card-text {
  margin: 30px 0 14px;
  height: 35px;
}
.total .card-calc {
  width: 287px;
  border-radius: 6px;
  border: 2px dashed #F4A358;
  padding: 15px;
}
.total .card-calc p {
  font-weight: 500;
  font-size: 12px;
  color: #1A1A1A;
  line-height: 15px;
}
.total .card-calc p span {
  font-size: 20px;
  color: #EB4006;
  font-weight: 500;
}
.total .card-calc p i {
  position: relative;
  bottom: 2px;
  font-size: 12px;
  color: #EB4006;
  font-weight: 500;
}
.total .card-gift {
  margin-top: 20px;
  width: 300px;
  display: flex;
  flex-wrap: wrap;
}
.total .card-gift .gift-item {
  display: flex;
  align-items: center;
  margin-top: 10px;
  height: 21px;
}
.total .card-gift .gift-item span {
  font-weight: bold;
  font-size: 12px;
  color: #1A1A1A;
  line-height: 10px;
  text-shadow: 0px 2px 20px rgba(0, 0, 0, 0.18);
}
.total .card-gift .gift-item img {
  margin-left: 6px;
}
.total .card-gift .gift-item:nth-child(2n) {
  width: 55%;
}
.total .card-gift .gift-item:nth-child(2n-1) {
  width: 45%;
}
.total-desc {
  margin-bottom: 30px;
}
.total-desc h5 {
  margin-left: 30px;
  font-size: 20px;
  color: rgba(208, 17, 30, 0.6);
  line-height: 20px;
}
.total-desc h6 {
  font-size: 18px;
  color: #1A1A1A;
  margin: 30px 0 10px 30px;
}
.total-desc h4 {
  margin-left: 30px;
  font-weight: 500;
  font-size: 30px;
  color: #1A1A1A;
}
.total .card-img {
  position: relative;
  z-index: -1;
  margin-top: -105px;
  width: 100%;
  height: 132px;
  object-fit: cover;
  vertical-align: middle;
}
.background {
  background: #FAFAFA;
  padding: 100px 25px;
}
.background-content {
  max-width: 1200px;
  margin: 0 auto;
}
.background .company {
  background: url(../img/bg13.png) no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 29px 20px 20px;
}
.background .company-content {
  display: flex;
  align-items: center;
}
.background .company-content img {
  width: 90px;
  height: 45px;
  margin-right: 8px;
}
.background .company-content h5 {
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 20px;
}
.background .company p {
  margin-top: 12px;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 15px;
}
.background .intro {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.background .intro-content h5 {
  font-weight: 500;
  font-size: 15px;
  color: #D0111E;
  line-height: 23px;
}
.background .intro-content p {
  margin: 15px 0 33px;
  font-size: 11px;
  color: #333333;
  line-height: 18px;
}
.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: 36px;
  background: #979797;
  position: absolute;
  right: 0;
  top: 4px;
}
.background .intro-content .num-item-content {
  margin-bottom: 8px;
}
.background .intro-content .num-item-content span {
  font-weight: 500;
  font-size: 24px;
  color: #1A1A1A;
}
.background .intro-content .num-item-content i {
  font-size: 11px;
  color: #4D4D4D;
}
.background .intro-content .num-item-title {
  font-size: 11px;
  color: #4D4D4D;
  line-height: 11px;
}
.background .intro-certificate {
  display: flex;
  gap: 8px;
  position: relative;
  left: -30%;
}
.background .intro-certificate-content .certificate-item {
  position: relative;
}
.background .intro-certificate-content .certificate-item:nth-child(1) {
  margin-bottom: 8px;
}
.background .intro-certificate-content .certificate-item img {
  width: 115px;
  vertical-align: middle;
}
.background .intro-certificate-content .certificate-item p {
  white-space: nowrap;
  position: absolute;
  padding: 3px 6px;
  font-size: 10px;
  color: #333333;
  line-height: 10px;
  background: #FFFFFF;
  box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.18);
  border-radius: 2px;
}
.founder {
  position: relative;
  overflow: hidden;
}
.founder .bg {
  position: absolute;
  left: 0;
  top: 4px;
  z-index: 2;
  width: 100%;
  vertical-align: middle;
}
.founder .video {
  z-index: 3;
  position: absolute;
  right: -6%;
  top: 4px;
  width: 58%;
  cursor: pointer;
}
.founder .video .poster {
  width: 100%;
  height: 100%;
}
.founder .video .mask {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.founder .circles {
  transition: all 0.3s;
  z-index: 9;
  position: absolute;
  top: 167px;
  left: 50%;
  width: 25px;
  height: 25px;
  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;
  top: 220px;
  right: 8%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(50deg, #FF8340 0%, #FF373F 100%);
}
.founder-content {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 30px 20px 0;
  z-index: 2;
}
.founder-content .circle {
  width: 30px;
  height: 18px;
  vertical-align: middle;
}
.founder-content h4 {
  font-weight: bold;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 22px;
  margin: 13px 0;
  letter-spacing: -3px;
}
.founder-content p {
  font-weight: 500;
  font-size: 10px;
  color: #FFFFFF;
  line-height: 17px;
}
.founder-content h6 {
  font-size: 12px;
  line-height: 21px;
  color: #1A1A1A;
}
.founder-content h6 span {
  font-weight: 600;
}
.manufacturer {
  position: relative;
  background: url(../img/bg6.png) no-repeat;
  background-size: 200% 100%;
  background-position: 47%;
  padding: 100px 0;
}
.manufacturer-content {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding: 0 30px;
}
.manufacturer .manufacturers {
  margin-top: 10px;
  display: flex;
  gap: 15px;
  justify-content: center;
}
.manufacturer .manufacturers-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-shrink: 0;
}
.manufacturer .manufacturers-content img {
  width: 130px;
  height: 185px;
}
.manufacturer .manufacturers4 {
  margin-top: 20px;
  text-align: center;
}
.manufacturer .manufacturers4 img {
  width: 275px;
  height: 107px;
}
.manufacturer-info h5 {
  font-size: 20px;
  color: rgba(208, 17, 30, 0.6);
  line-height: 20px;
}
.manufacturer-info h6 {
  font-weight: 500;
  font-size: 18px;
  color: #1A1A1A;
  line-height: 26px;
}
.manufacturer-info .video {
  margin: 20px 0;
  width: 240px;
  height: 158px;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
}
.manufacturer-info .video .poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.manufacturer-info .video .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 29px;
  height: 29px;
}
.manufacturer-info p {
  font-size: 12px;
  color: #333333;
  line-height: 21px;
}
.help {
  position: relative;
  padding: 100px 0 70px;
  background: url(../img/bg15.png) no-repeat;
  background-size: contain;
  background-position-y: 44%;
  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: 25px;
  color: #1A1A1A;
  line-height: 32px;
  text-align: center;
}
.help h6 {
  margin-top: 20px;
  font-size: 12px;
  color: rgba(208, 17, 30, 0.6);
  line-height: 14px;
  text-align: center;
  padding: 0 27px;
}
.help .card {
  margin-top: 60px;
  width: 290px;
  height: 432px;
  background: #FFFFFF;
  box-shadow: 0px 6px 20px 0px rgba(204, 0, 0, 0.16);
  border-radius: 35px;
  text-align: center;
  padding: 50px 13px 0;
}
.help .card img {
  height: 58px;
  vertical-align: middle;
}
.help .card h5 {
  margin: 45px 0 10px;
  font-weight: bold;
  font-size: 12px;
  color: #1A1A1A;
  line-height: 12px;
}
.help .card h3 {
  font-weight: 500;
  font-size: 13px;
  color: #1A1A1A;
  line-height: 22px;
}
.help .card p {
  margin: 20px 0 50px;
  font-size: 11px;
  color: #1A1A1A;
  line-height: 18px;
}
.help .card .team-title {
  font-weight: 500;
  font-size: 12px;
  color: #1A1A1A;
  line-height: 12px;
}
.help .team {
  position: relative;
  top: -40px;
  width: 100%;
}
.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 .videos {
  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: 115px;
  border-radius: 10px;
  object-fit: cover;
}
.help .team .videos .mask {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
}
.laying {
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.laying-content {
  position: relative;
}
.laying-content .shadow {
  z-index: 9;
  position: absolute;
  height: 100%;
  width: 47px;
  background: linear-gradient(-90deg, transparent 0%, #FFFFFF 100%);
}
.laying .swiper5 {
  width: 100%;
  overflow: hidden;
  padding: 60px 0 35px;
}
.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: 248px;
}
.laying .laying-items {
  width: 248px;
  display: flex;
  position: relative;
}
.laying .laying-items .polyfill {
  position: absolute;
  z-index: 2;
}
.laying .laying-items .polyfill1 {
  width: 15px;
  left: 0;
  bottom: -18%;
}
.laying .laying-items .polyfill2 {
  width: 27px;
  right: 108px;
  top: -18%;
}
.laying .laying-items .polyfill3 {
  width: 27px;
  left: -27px;
  bottom: -12%;
}
.laying .laying-items .polyfill4 {
  width: 27px;
  left: -18px;
  top: -36%;
}
.laying .laying-items .polyfill5 {
  width: 15px;
  left: 46px;
  bottom: -3%;
}
.laying .laying-items .laying-item {
  position: relative;
}
.laying .laying-items .laying-item-img {
  width: 78px;
  height: 78px;
  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: 78px;
  height: 78px;
  overflow: hidden;
  transition: all 0.3s;
}
.laying .laying-items .laying-item-img:nth-child(2) {
  margin-top: -8px;
}
.laying .laying-items .laying-item-img:hover img {
  transform: scale(1.1);
}
.join {
  padding: 70px 0 100px;
  background: #FFF4F4;
}
.join-content {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 12px;
}
.join .step {
  margin: 100px 0 70px;
  position: relative;
  text-align: right;
  padding: 0 16px;
}
.join .step .step-img {
  width: 90%;
  height: 40px;
  vertical-align: middle;
}
.join .step-item {
  text-align: center;
  position: absolute;
}
.join .step-item p {
  font-weight: 500;
  font-size: 11px;
  color: #1A1A1A;
  line-height: 14px;
  height: 28px;
}
.join .step-item img {
  width: 16px;
  height: 16px;
  position: relative;
  z-index: 2;
}
.join .step-item2 {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
.join .step-item2 p {
  margin-top: 8px;
}
.join .card {
  margin-top: 50px;
  padding: 35px 15px 50px;
  background: #FFFFFF;
  border-radius: 5px;
}
.join .card .form-item {
  margin-bottom: 30px;
}
.join .card .form-item-title {
  font-size: 15px;
  color: #272727;
  line-height: 12px;
}
.join .card .form-item-radio {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.join .card .form-item-radio .radio {
  width: 10px;
  height: 10px;
}
.join .card .form-item-radio .radio-inner {
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  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: 5px;
  height: 5px;
  border-radius: 50%;
  background: #EC1322;
}
.join .card .form-item-radio p {
  margin-left: 6px;
  font-size: 13px;
  color: #272727;
  line-height: 9px;
}
.join .card .contact-item:nth-child(-n+2) {
  margin-bottom: 20px;
}
.join .card .contact-item-title {
  margin-bottom: 14px;
  font-size: 14px;
  color: #272727;
  line-height: 12px;
}
.join .card .contact-item-title span {
  color: #EC1322;
}
.join .card .contact-item input {
  width: 250px;
  height: 30px;
  border-radius: 2px;
  border: 1px solid #D6D6D6;
  padding: 0 10px;
}
.join .card .btns {
  margin-top: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.join .card .btns .submit,
.join .card .btns .reset {
  cursor: pointer;
  width: 120px;
  height: 32px;
  border-radius: 16px;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
}
.join .card .btns .submit {
  background: linear-gradient(270deg, #FF4545 0%, #E92828 100%);
  color: #FFFFFF;
  margin-right: 25px;
}
.join .card .btns .reset {
  background-color: #fff;
  border: 1px solid #D21320;
  color: #D1121F;
}
