.cmp__dj-section-06 {
  padding-top: calc(var(--rpx, 1px) * 80);
}
@media (max-width: 991px) {
.cmp__dj-section-06 {
    padding-top: calc(var(--rpx, 1px) * 48);
}
}
.cmp__dj-section-06 h2 {
  color: rgba(0, 0, 0, 0.95);
  font-size: 42px;
  font-weight: 500;
  line-height: 50.4px;
}
@media screen and (max-width: 767px) {
.cmp__dj-section-06 h2 {
    font-size: 28px;
    font-weight: 500;
    line-height: 39.2px;
}
}
.cmp__dj-section-06 .flow-list {
  display: flex;
  gap: calc(var(--rpx, 1px) * 13.33);
  margin-top: calc(var(--rpx, 1px) * 64);
}
@media (max-width: 991px) {
.cmp__dj-section-06 .flow-list {
    flex-wrap: wrap;
    gap: calc(var(--rpx, 1px) * 12);
    margin-top: calc(var(--rpx, 1px) * 32);
}
}
.cmp__dj-section-06 .flow-list .flow-item {
  flex: 1 1 14.2857142857%;
  position: relative;
}
.cmp__dj-section-06 .flow-list .flow-item .flow-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  background: #f7f7f7;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  gap: calc(var(--rpx, 1px) * 24);
  justify-content: space-between;
  padding: calc(var(--rpx, 1px) * 46) 0;
  position: relative;
}
@media (max-width: 991px) {
.cmp__dj-section-06 .flow-list .flow-item .flow-wrap {
    flex-direction: row-reverse;
    padding: calc(var(--rpx, 1px) * 19) calc(var(--rpx, 1px) * 24);
}
.cmp__dj-section-06 .flow-list .flow-item {
    flex: 0 1 100%;
}
}
.cmp__dj-section-06 .flow-list .flow-item:last-child .flow-arrow {
  display: none;
}
.cmp__dj-section-06 .flow-list .flow-item .flow-icon {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background: #e4e4e4;
  border-radius: 50%;
  display: flex;
  height: calc(var(--rpx, 1px) * 60);
  justify-content: center;
  width: calc(var(--rpx, 1px) * 60);
}
@media (max-width: 991px) {
.cmp__dj-section-06 .flow-list .flow-item .flow-icon {
    height: calc(var(--rpx, 1px) * 48);
    width: calc(var(--rpx, 1px) * 48);
}
}
.cmp__dj-section-06 .flow-list .flow-item .flow-icon img {
  height: calc(var(--rpx, 1px) * 32);
  width: calc(var(--rpx, 1px) * 32);
}
@media (max-width: 991px) {
.cmp__dj-section-06 .flow-list .flow-item .flow-icon img {
    height: calc(var(--rpx, 1px) * 26);
    width: calc(var(--rpx, 1px) * 26);
}
}
.cmp__dj-section-06 .flow-list .flow-item .flow-text {
  color: #000;
  font-size: 1pc;
  font-weight: 500;
  line-height: 1pc;
}
.cmp__dj-section-06 .flow-list .flow-item .flow-arrow {
  height: calc(var(--rpx, 1px) * 20);
  position: absolute;
  right: calc(var(--rpx, 1px) * -30);
  top: 50%;
  transform: translateY(-50%);
  width: calc(var(--rpx, 1px) * 42);
  z-index: 1;
}
@media (max-width: 991px) {
.cmp__dj-section-06 .flow-list .flow-item .flow-arrow {
    bottom: calc(var(--rpx, 1px) * -18);
    left: 50%;
    top: unset;
    transform: translateX(-50%) rotate(90deg);
}
}
@keyframes fadeScale {
0% {
    opacity: 0;
    transform: scale(0.6);
}
to {
    opacity: 1;
    transform: scale(1);
}
}