.aic {
  display: flex;
  align-items: center;
}
@keyframes scale-bg {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scale-bg2 {
  0% {
    background-size: 100% 70%;
  }
  50% {
    background-size: 105% 75%;
  }
  100% {
    background-size: 100% 70%;
  }
}
@keyframes transform-size {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(90%);
  }
  100% {
    transform: translateY(90%);
    transform: translateX(100%);
    display: none;
  }
}
@keyframes transform-size2 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(90%);
  }
  100% {
    transform: translateX(90%);
    transform: translateY(100%);
    display: none;
  }
}
.transform-size {
  -webkit-animation-name: transform-size;
  animation-name: transform-size;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
.transform-size2 {
  -webkit-animation-name: transform-size2;
  animation-name: transform-size2;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
.title {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 3;
}
.title h5 {
  font-weight: bold;
  font-size: 19px;
  color: #1A1A1A;
  line-height: 19px;
  display: flex;
}
.title p {
  margin-top: 6px;
  font-size: 12px;
  line-height: 13px;
  white-space: nowrap;
}
.gradient {
  position: relative;
}
.gradient::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  height: 358px;
  opacity: 0.05;
}
.banner {
  padding: 40px 0 50px;
  overflow: hidden;
  position: relative;
  background: rgba(59, 2, 2, 0.65);
}
.banner img {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  animation-name: scale-bg;
  animation-duration: 6s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.banner-content {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.banner-content h5 {
  display: flex;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 18px;
}
.banner-content .line {
  margin-top: 10px;
  width: 30px;
  height: 2px;
  background: #FFFFFF;
}
.banner-content h4 {
  display: flex;
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 24px;
  margin: 10px 0 13px;
}
.banner-content .tag {
  display: flex;
  gap: 10px;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 12px;
}
.wrap {
  padding: 34px 0 180px;
}
.wrap::after {
  background: linear-gradient(180deg, rgba(246, 80, 80, 0) 0%, #F65050 100%);
}
.wrap .intro {
  max-width: 315px;
  margin: 0 auto;
}
.wrap .intro-content {
  padding: 30px 0 35px 22px;
  position: relative;
}
.wrap .intro-content .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
}
.wrap .intro-content .line {
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 83%;
  height: 84%;
}
.wrap .intro-content .line img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.wrap .intro-content .line2 {
  overflow: hidden;
  position: absolute;
  width: 88%;
  height: 60%;
  right: 0;
  top: 0;
}
.wrap .intro-content .line2 img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.wrap .intro-content .icon-msg {
  position: absolute;
  width: 24px;
  height: 25px;
  top: 0;
  left: 0;
  animation-iteration-count: infinite;
}
.wrap .intro-content .icon-top {
  position: absolute;
  width: 39px;
  height: 20px;
  bottom: 0;
  right: 8px;
}
.wrap .intro-content h5 {
  position: relative;
  z-index: 1;
  font-weight: bold;
  font-size: 17px;
  color: #F65050;
}
.wrap .intro-content h6 {
  position: relative;
  z-index: 1;
  margin: 8px 0 16px;
  font-size: 14px;
  color: #1A1A1A;
}
.wrap .intro-content p {
  position: relative;
  z-index: 1;
  font-size: 13px;
  color: #4D4D4D;
  line-height: 20px;
}
.wrap .intro-content .desc {
  position: relative;
  z-index: 1;
  margin-top: 20px;
  font-weight: 500;
  font-size: 13px;
  color: #767676;
  line-height: 22px;
}
.wrap .intro-content .desc span {
  background: linear-gradient(180deg, rgba(251, 136, 136, 0) 50%, #F65050 100%);
}
.wrap .history {
  max-width: 325px;
  margin: 40px auto 0;
}
.wrap .history-content {
  position: relative;
}
.wrap .history-content .step-img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 99.5%;
  vertical-align: middle;
}
.wrap .history-content .title {
  padding: 20px 0 0 25px;
}
.wrap .history-content .title h5 {
  background: linear-gradient(180deg, rgba(251, 136, 136, 0) 50%, #F65050 100%);
}
.wrap .history-content .title p {
  color: #F65050;
}
.wrap .history-content .history-list {
  padding-top: 34px;
}
.wrap .history-content .history-list .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  background-color: #fff;
}
.wrap .history-content .history-list .history-card {
  position: relative;
  display: flex;
  overflow: hidden;
  padding-left: 25px;
}
.wrap .history-content .history-list .history-card .history-item {
  margin-bottom: 23px;
  width: 140px;
  height: 154px;
}
.wrap .history-content .history-list .history-card .history-item:nth-child(2) {
  margin-right: 13px;
}
.wrap .history-content .history-list .history-card .history-item .arrow {
  width: 19px;
  height: 19px;
  vertical-align: middle;
}
.wrap .history-content .history-list .history-card .history-item-date {
  margin: 8px 0 6px;
  font-weight: bold;
  font-size: 13px;
  color: #1A1A1A;
  line-height: 13px;
}
.wrap .history-content .history-list .history-card .history-item p {
  margin-bottom: 10px;
  font-size: 12px;
  color: #666666;
  line-height: 16px;
}
.wrap .history-content .history-list .history-card .history-item p span {
  color: #F65050;
  font-weight: 600;
}
.wrap .history-content .history-list .history-card .history-item .poster {
  width: 80px;
  height: 48px;
  vertical-align: middle;
}
.wrap .history-content .history-list .history-card .history-item .video {
  position: relative;
  width: 80px;
  height: 53px;
}
.wrap .history-content .history-list .history-card .history-item .video .poster {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.wrap .history-content .history-list .history-card .history-item .video .mask {
  cursor: pointer;
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.wrap .history-content .history-list .history-card .history-item .video .mask img {
  width: 17px;
  height: 17px;
}
.wrap .history-content .history-list .summary {
  display: flex;
  align-items: center;
  position: relative;
  margin-right: -7px;
  padding: 35px 0 0 25px;
  overflow: hidden;
}
.wrap .history-content .history-list .summary img {
  width: 85px;
  height: 70px;
}
.wrap .history-content .history-list .summary p {
  margin-right: 6px;
  font-size: 12px;
  color: #333333;
  line-height: 16px;
}
.wrap2 {
  padding: 80px 0 90px;
}
.wrap2 .title {
  margin: 90px 0 70px;
}
.wrap2 .title h5 {
  background: linear-gradient(180deg, rgba(251, 187, 136, 0) 50%, #F68550 100%);
}
.wrap2 .title p {
  color: #F6610B;
}
.wrap2::after {
  background: linear-gradient(180deg, rgba(246, 80, 80, 0) 0%, #F6620D 100%);
}
.wrap2 .max-width-700 {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin: 0 auto;
  max-width: 700px;
}
.wrap2 .max-width-700 h4 {
  font-weight: bold;
  font-size: 18px;
  color: #F6610B;
  line-height: 28px;
  margin-bottom: 30px;
}
.wrap2 .max-width-700 h6 {
  font-size: 12px;
  color: #1A1A1A;
  line-height: 12px;
}
.wrap2 .max-width-700 .card {
  background: #FFFFFF;
  box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.08);
  border-radius: 3px;
  padding: 15px 23px 26px;
  width: 300px;
}
.wrap2 .max-width-700 .card p {
  font-size: 11px;
  color: #333333;
  line-height: 18px;
}
.wrap2 .max-width-886 {
  max-width: 886px;
  position: relative;
  padding: 0 22px;
}
.wrap2 .max-width-886 .circle-img {
  width: 100%;
  vertical-align: middle;
}
.wrap2 .max-width-886 .product-img {
  position: absolute;
  top: -20px;
  left: 35%;
  width: 124px;
  vertical-align: middle;
}
.wrap2 .max-width-886 .circle {
  position: absolute;
  z-index: -1;
  width: 50%;
  height: 84px;
  transform: rotate(3deg) skewX(-64deg);
  top: 16%;
  background-image: linear-gradient(135deg, #fff 0%, #fff 100%), linear-gradient(180deg, rgba(246, 97, 11, 0.02), #f6610b);
  left: 20%;
  border: 1px solid transparent;
  border-radius: 50%;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
}
.wrap2 .max-width-886 .product-item {
  position: absolute;
  display: flex;
  max-width: 133px;
}
.wrap2 .max-width-886 .product-item .point {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #FFE870;
  border: 3px solid #F56410;
  border-radius: 50%;
  background-clip: content-box;
}
.wrap2 .max-width-886 .product-item img {
  width: 22px;
  height: 22px;
  margin-right: 8px;
}
.wrap2 .max-width-886 .product-item-date {
  font-weight: bold;
  font-size: 12px;
  color: #1A1A1A;
  line-height: 12px;
  margin-bottom: 4px;
}
.wrap2 .max-width-886 .product-item p {
  font-size: 11px;
  color: #666666;
  line-height: 15px;
}
.wrap3 {
  padding: 90px 0 110px;
}
.wrap3 .title h5 {
  background: linear-gradient(180deg, rgba(217, 97, 253, 0) 50%, #D23AFF 100%);
}
.wrap3 .title p {
  color: #B400E9;
}
.wrap3::after {
  background: linear-gradient(180deg, rgba(180, 0, 233, 0) 0%, #B400E9 100%);
}
.wrap3 .max-width-720 {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 35px;
}
.wrap3 h6 {
  font-size: 13px;
  color: #1A1A1A;
  line-height: 20px;
  text-align: center;
}
.wrap3 .question {
  margin: 20px 0 50px;
  text-align: center;
}
.wrap3 .question-content {
  margin: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wrap3 .question-content p {
  font-size: 13px;
  color: #4D4D4D;
  line-height: 20px;
}
.wrap3 .question-content-card {
  margin-top: 15px;
  width: 248px;
  background: linear-gradient(180deg, rgba(224, 120, 255, 0.19) 0%, rgba(180, 0, 233, 0.19) 100%);
  border-radius: 17px;
  padding: 14px 26px 23px;
}
.wrap3 .question-content-card p:nth-child(-n+2) {
  margin-bottom: 12px;
}
.wrap3 h4 {
  margin: 10px 0 86px;
  font-weight: bold;
  font-size: 20px;
  color: #B400E9;
  line-height: 30px;
  text-align: center;
}
.wrap3 .step {
  margin: 15px 0 0;
  position: relative;
  overflow: hidden;
  padding: 10px 5px 0;
}
.wrap3 .step .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  backdrop-filter: blur(20px);
}
.wrap3 .step img {
  width: 49.5%;
  vertical-align: middle;
}
.wrap3 .step .circle {
  flex-shrink: 0;
  width: 11px;
  height: 11px;
  background: #B400E9;
  background-clip: content-box;
  border-radius: 50%;
  border: 2px solid rgba(180, 0, 233, 0.27);
}
.wrap3 .step .circle2 {
  position: absolute;
  top: 0;
  left: 49.3%;
  transform: translateX(-50%);
}
.wrap3 .step-item {
  position: absolute;
  display: flex;
  left: 0;
}
.wrap3 .step-item__content {
  margin-left: 11px;
}
.wrap3 .step-item__content .step-item-date {
  font-weight: bold;
  font-size: 13px;
  color: #1A1A1A;
  line-height: 13px;
}
.wrap3 .step-item__content p {
  margin-top: 4px;
  font-size: 13px;
  color: #666666;
  line-height: 19px;
}
.wrap4 {
  padding: 120px 0 100px;
}
.wrap4 h4 {
  font-weight: bold;
  font-size: 20px;
  color: #1754F4;
  line-height: 30px;
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
}
.wrap4 h6 {
  font-size: 13px;
  color: #1A1A1A;
  line-height: 20px;
  max-width: 288px;
  margin: 15px auto 32px;
  text-align: center;
}
.wrap4 .title h5 {
  background: linear-gradient(180deg, rgba(137, 169, 255, 0) 50%, #1754F4 100%);
}
.wrap4 .title p {
  color: #1754F4;
}
.wrap4::after {
  background: linear-gradient(180deg, rgba(23, 84, 244, 0) 0%, #1754F4 100%);
}
.wrap4 .step {
  overflow: hidden;
  animation-name: scale-bg2;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.wrap4 .step-content {
  margin: 170px auto 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.wrap4 .step-content .card {
  position: relative;
}
.wrap4 .step-content .card .bg {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: -1;
}
.wrap4 .step-content .card .arrow {
  width: 96%;
  height: 106px;
  vertical-align: middle;
}
.wrap4 .step-content .card .step-item {
  position: absolute;
  width: 110px;
  border: 1px solid #1754F4;
  padding: 8px 6px 10px;
  min-height: 64px;
}
.wrap4 .step-content .card .step-item-date {
  font-weight: bold;
  font-size: 12px;
  color: #1A1A1A;
  line-height: 12px;
}
.wrap4 .step-content .card .step-item p {
  margin-top: 4px;
  font-size: 11px;
  color: #666666;
  line-height: 15px;
}
.wrap4 .step-content .card .step-item::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  border-left: 1px dashed #1754F4;
}
.wrap4 .step-content .card .step-item::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  background: linear-gradient(180deg, #3BACFF 0%, #2B0DE6 100%);
}
.wrap4 .step-content .card .step-item1 {
  left: 2%;
  bottom: 30%;
}
.wrap4 .step-content .card .step-item1::before {
  height: 26px;
}
.wrap4 .step-content .card .step-item1::after {
  width: 8px;
  height: 8px;
  bottom: -34px;
}
.wrap4 .step-content .card .step-item2 {
  left: 22%;
  top: 114%;
}
.wrap4 .step-content .card .step-item2::before {
  height: 26px;
  top: -25px;
}
.wrap4 .step-content .card .step-item2::after {
  width: 12px;
  height: 12px;
  top: -30px;
}
.wrap4 .step-content .card .step-item3 {
  left: 40%;
  bottom: 48%;
}
.wrap4 .step-content .card .step-item3::before {
  height: 26px;
}
.wrap4 .step-content .card .step-item3::after {
  width: 15px;
  height: 15px;
  bottom: -40px;
}
.wrap4 .step-content .card .step-item4 {
  left: 58%;
  top: 84%;
}
.wrap4 .step-content .card .step-item4::before {
  height: 26px;
  top: -25px;
}
.wrap4 .step-content .card .step-item4::after {
  width: 12px;
  height: 12px;
  top: -34px;
}
.wrap4 .step-content .card .step-item5 {
  right: 0%;
  bottom: 130%;
}
.wrap4 .step-content .card .step-item5::before {
  height: 26px;
}
.wrap4 .step-content .card .step-item5::after {
  width: 15px;
  height: 15px;
  bottom: -82%;
}
.wrap4 .step-content .card2 {
  margin: 152px 38px 0;
  padding: 22px 25px 30px;
  background: #FFFFFF;
  box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.08);
  border-radius: 3px;
}
.wrap4 .step-content .card2 p {
  font-size: 11px;
  color: #333333;
  line-height: 17px;
  text-align: center;
  margin-bottom: 11px;
}
.wrap4 .step-content .card2 p:nth-last-child(1) {
  margin-bottom: 0;
}
.wrap5 {
  padding: 60px 0;
}
.wrap5 .conclusion {
  position: relative;
  overflow: hidden;
}
.wrap5 .conclusion .rect {
  z-index: -1;
  width: 95%;
  margin-left: -15px;
}
.wrap5 .conclusion .rect2 {
  z-index: -1;
  width: 95%;
  margin-right: -15px;
}
.wrap5 .conclusion-content .card-content {
  position: absolute;
  top: 8%;
  left: 20%;
}
.wrap5 .conclusion-content .card h6 {
  font-weight: 800;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  margin-bottom: 35px;
}
.wrap5 .conclusion-content .card h5 {
  margin-bottom: 25px;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 24px;
}
.wrap5 .conclusion-content .card h5 span {
  font-weight: 800;
  font-size: 18px;
}
.wrap5 .conclusion-content .card2 {
  margin-top: -70px;
  position: relative;
  text-align: right;
}
.wrap5 .conclusion-content .card2-content {
  position: absolute;
  top: 12%;
  left: 20%;
  text-align: left;
  padding-right: 25px;
}
.wrap5 .conclusion-content .card2 p {
  font-size: 11px;
  color: #333333;
  line-height: 19px;
}
.wrap5 .conclusion-content .card2 h4 {
  margin: 15px 0;
  font-weight: bold;
  font-size: 19px;
  color: #F65050;
}
