.workflow_banner {
  background: linear-gradient(161.6725deg, #1a1a2e 14%, #16163a 50%, #2d3cdf 86%);
  padding-top: 99px;
  overflow: hidden;
  position: relative;
}
.workflow_banner .flex {
  min-height: 63.6rem;
  padding: 6rem 0;
}
.workflow_banner .head {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3rem;
  padding-bottom: 3.2%;
}
.workflow_banner .head .lt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 40%;
}
.workflow_banner .head .rt {
  flex: 1;
  width: 100%;
  max-width: 63.6rem;
  padding-top: 3.7rem;
}
.workflow_banner .tags {
  margin-top: 3rem;
}
.workflow_banner .tags ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem 1.1rem;
}
.workflow_banner .tags li {
  display: inline-flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  transition: all 0.3s;
  line-height: 2.5;
  gap: 0.4em;
  padding: 0 1.25857em 0 1.35714em;
}
.workflow_banner .tags li::before {
  display: inline-block;
  content: '';
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  filter: contrast(0) brightness(2);
  background: url("../img/gou.svg") no-repeat center / contain;
}
.workflow_banner .tags li:hover {
  background-color: var(--secondary);
  border-color: var(--secondary);
}
.workflow_banner .nums {
  margin-top: 8.7rem;
}
.workflow_banner .nums ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  color: #fff;
  gap: 4.9rem 13%;
}
.workflow_banner .nums .wrap {
  font-size: 2.9rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}
.workflow_banner .nums .label {
  font-size: 1.369rem;
  opacity: 0.8;
  margin-top: 1rem;
  font-weight: 200;
  letter-spacing: 0.025rem;
}
.workflow_banner .float_mask .img {
  filter: contrast(0) brightness(2);
}
.workflow_banner .float_mask .img img {
  opacity: 0.11;
}
.workflow_banner .float_mask .img1 {
  left: -39.4270833%;
  bottom: -57.9591837%;
}
.workflow_banner .float_mask .img2 {
  right: -11.7708333%;
  bottom: 7.4829932%;
}
.workflow_steps {
  padding: 11.5rem 0 12.7rem;
}
.workflow_steps .head {
  position: sticky;
  top: 12rem;
  width: 35%;
  max-width: 42.7rem;
}
.workflow_steps .head p {
  max-width: 41.4rem;
  hyphens: auto;
}
.workflow_steps p {
  margin-top: 2.5rem;
}
.workflow_steps .btn {
  margin-top: 3.8rem;
}
.workflow_steps .steps {
  flex: 1;
  width: 100%;
  max-width: 88.7rem;
  margin-top: 5.2rem;
}
.workflow_steps .steps li {
  position: relative;
  display: grid;
  grid-template-columns: var(--w) 1fr;
  align-items: start;
  --w: 8.2rem;
  gap: 4.6rem;
  padding-bottom: 4.8rem;
  --h: 0;
}
.workflow_steps .steps li::before,
.workflow_steps .steps li::after {
  position: absolute;
  width: 1px;
  height: calc(100% - var(--w) - 0.5px);
  left: calc(var(--w) / 2);
  top: var(--w);
  background-color: #d3d7ea;
  content: '';
}
.workflow_steps .steps li::after {
  left: calc(var(--w) / 2 - 1px);
  width: 2px;
  background-color: var(--primary);
  transform: scaleY(var(--h));
  transform-origin: center top;
  transition: transform 0.2s linear;
}
.workflow_steps .steps li.active .icon {
  background-color: var(--primary);
  border-color: var(--primary);
  box-shadow: var(--shadow3);
}
.workflow_steps .steps li.active .icon img {
  filter: contrast(0) brightness(2);
}
.workflow_steps .steps li:last-child {
  padding-bottom: 0;
}
.workflow_steps .steps li:last-child::before,
.workflow_steps .steps li:last-child::after {
  display: none;
}
.workflow_steps .steps .icon {
  border-radius: 50%;
  padding-bottom: calc(100% - 4px);
  border: 2px solid #bdc4d6;
  background-color: #fff;
  z-index: 2;
  transition: all 0.3s ease;
}
.workflow_steps .steps .icon img {
  transform: scale(0.51282051);
}
.workflow_steps .steps .info {
  margin-top: 0.9rem;
}
.workflow_steps .steps .info .order {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  color: var(--primary);
  background-color: var(--bg);
  text-transform: uppercase;
  line-height: 1.91666667;
  padding: 0 0.4em;
  letter-spacing: 0.04rem;
  min-width: 5.8rem;
}
.workflow_steps .steps .info h3 {
  font-size: 2.4rem;
  font-weight: 600;
  color: #232323;
  margin-top: 1.1rem;
}
.workflow_steps .steps .info p {
  line-height: 2.4rem;
  color: var(--text);
  max-width: 73.4rem;
  margin-top: 1rem;
  letter-spacing: -0.007rem;
}
.workflow_steps .steps .info .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 1.1rem;
  margin-top: 2.6rem;
}
.workflow_steps .steps .info .tags span {
  display: inline-flex;
  align-items: center;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 500;
  color: #232323;
  transition: all 0.3s;
  border: 1px solid var(--border2);
  gap: 0.5em;
  padding: 0.2885em 1em 0.2885em 1.1154em;
  letter-spacing: -0.008rem;
}
.workflow_steps .steps .info .tags span::before {
  display: inline-block;
  content: '';
  flex-shrink: 0;
  width: 0.77em;
  height: 0.77em;
  background: url("../img/gou.svg") no-repeat center / contain;
  transition: all 0.3s;
}
.workflow_steps .steps .info .tags span:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
.workflow_steps .steps .info .tags span:hover::before {
  filter: contrast(0) brightness(2);
}
.workflow_include {
  position: relative;
  background-color: var(--bg2);
  padding: 15.7rem 0 15.1rem;
}
.workflow_include p {
  max-width: 79.5rem;
  margin-top: 2.2rem;
}
.workflow_include .workflow_include_swiper {
  margin-top: 2.8rem;
  padding-bottom: 1rem;
}
.workflow_include .workflow_include_swiper .swiper-slide {
  max-width: 457px;
}
.workflow_include .workflow_include_swiper .active .item {
  box-shadow: var(--shadow3);
}
.workflow_include .workflow_include_swiper .active .item::after {
  opacity: 1;
}
.workflow_include .item {
  position: relative;
  display: block;
  height: 100%;
  border: 1px solid var(--border2);
  background-color: #fff;
  transition: all 0.3s;
  padding: 9.190372% 8.3150985% 9.8468271%;
}
.workflow_include .item::after {
  position: absolute;
  width: 100%;
  height: 0.3rem;
  background-color: var(--primary);
  left: 0;
  bottom: -2px;
  content: '';
  opacity: 0;
  transition: all 0.3s;
}
.workflow_include .item .icon {
  width: 5rem;
  height: 5rem;
}
.workflow_include .item .info {
  color: var(--text);
  margin-top: 2.1rem;
  letter-spacing: -0.007rem;
}
.workflow_include .item .info h3 {
  font-size: 2.4rem;
  font-weight: 600;
  color: #232323;
  letter-spacing: unset;
}
.workflow_include .item .info p {
  line-height: 2.4rem;
  hyphens: auto;
  max-width: 37rem;
  min-height: 9.6rem;
  margin-top: 1.6rem;
}
.workflow_include .item .info ul {
  margin-top: 2.2rem;
}
.workflow_include .item .info ul li + li {
  margin-top: 1rem;
}
.workflow_include .item .info ul li {
  position: relative;
  padding-left: 1.6875em;
}
.workflow_include .item .info ul li::before {
  position: absolute;
  width: 0.875em;
  height: 0.875em;
  content: '';
  left: 0;
  top: 0.1875em;
  background: url("../img/gou.svg") no-repeat center / contain;
}
.workflow_include .float_mask .img1 {
  left: -43.125%;
  bottom: -32.4265506%;
}
.workflow_include .float_mask .img2 {
  right: -13.8020833%;
  bottom: 39.9347116%;
}
.workflow_times {
  padding: 13.7rem 0 9.3rem;
  overflow: hidden;
}
.workflow_times p {
  max-width: 70.8rem;
  margin-top: 2.2rem;
}
.workflow_times .workflow_times_swiper {
  margin-top: 6.4rem;
}
.workflow_times .workflow_times_swiper .swiper-slide {
  max-width: 344px;
}
.workflow_times .workflow_times_swiper .active .item {
  box-shadow: var(--shadow3);
  background-color: #fff;
}
.workflow_times .workflow_times_swiper .active .item::after {
  opacity: 1;
}
.workflow_times .workflow_times_swiper .active .item .icon {
  background-color: var(--bg2);
}
.workflow_times .item {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid var(--border2);
  background-color: #f7f8fc;
  transition: all 0.3s;
  min-height: 33.5rem;
  padding: 11.3372093% 9.0116279% 7.5581395%;
}
.workflow_times .item::after {
  position: absolute;
  width: 100%;
  height: 0.3rem;
  background-color: var(--primary);
  left: 0;
  bottom: -2px;
  content: '';
  opacity: 0;
  transition: all 0.3s;
}
.workflow_times .item .icon {
  width: 6.9rem;
  height: 6.9rem;
  background-color: #fff;
  transition: all 0.3s;
}
.workflow_times .item .icon img {
  transform: scale(0.57971014);
}
.workflow_times .item .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-top: 2.5rem;
}
.workflow_times .item .info h3 {
  font-size: 2.2rem;
  font-weight: 600;
  color: #1a1a2e;
}
.workflow_times .item .info p {
  color: var(--text);
  font-size: 1.7rem;
  margin-top: 1.2rem;
  margin-bottom: auto;
  letter-spacing: -0.005rem;
}
.workflow_times .item .info .time {
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--primary);
  margin-bottom: 0;
  letter-spacing: -0.002rem;
}
.workflow_times .swiper_btns {
  justify-content: center;
  margin-top: 4.7rem;
}
.workflow_visibility {
  padding: 9.4rem 0 15.2rem;
}
.workflow_visibility p {
  max-width: 65.1rem;
  margin-top: 2.4rem;
}
.workflow_visibility .flex {
  margin-top: 5.2rem;
}
.workflow_visibility .features {
  flex: 1;
  width: 100%;
  max-width: 62.8rem;
  padding-top: 2px;
}
.workflow_visibility .features li + li {
  margin-top: 3.2rem;
}
.workflow_visibility .features li {
  display: grid;
  grid-template-columns: 6.2rem 1fr;
  align-items: start;
  gap: 4.1rem;
}
.workflow_visibility .features .icon {
  padding-bottom: 100%;
  background-color: var(--bg2);
  margin-top: 0.3rem;
}
.workflow_visibility .features .icon img {
  transform: scale(0.56451613);
}
.workflow_visibility .features .info h3 {
  font-size: 2rem;
  font-weight: 600;
  color: #1a1a2e;
}
.workflow_visibility .features .info p {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: var(--text);
  margin-top: 0.8rem;
  letter-spacing: -0.014rem;
}
.workflow_visibility .img {
  width: 45.625%;
  --h: 67.73211568%;
}
.page_qac {
  padding-top: 9.8rem;
}
.page_qac .head p {
  max-width: 73rem;
  margin-top: 2.1rem;
}
.page_qac .page_qac_swiper {
  margin-top: 1.3rem;
}
@media screen and (max-width: 768px) {
  .workflow_banner {
    padding-top: 64px;
  }
  .workflow_banner .flex {
    min-height: unset;
    padding: 40px 0;
  }
  .workflow_banner .head {
    padding: 0;
    gap: 20px;
  }
  .workflow_banner .head .rt {
    padding: 0;
  }
  .workflow_banner .head .rt p {
    margin: 0;
  }
  .workflow_banner .tags {
    margin-top: 20px;
  }
  .workflow_banner .tags ul {
    gap: 10px;
  }
  .workflow_banner .tags li {
    font-size: 13px;
    line-height: 1.5;
    padding: 0.3em 1em;
  }
  .workflow_banner .nums {
    margin-top: 20px;
  }
  .workflow_banner .nums ul {
    gap: 20px;
  }
  .workflow_banner .nums .wrap {
    font-size: 22px;
  }
  .workflow_banner .nums .label {
    font-size: 14px;
    letter-spacing: unset;
    margin-top: 8px;
  }
  .workflow_steps {
    padding: 50px 0;
  }
  .workflow_steps .flex {
    gap: 30px;
  }
  .workflow_steps .head {
    position: static;
    width: 100%;
    max-width: unset;
  }
  .workflow_steps .steps {
    max-width: unset;
    margin: 0;
  }
  .workflow_steps .steps li {
    --w: 50px;
    gap: 20px;
    padding-bottom: 20px;
  }
  .workflow_steps .steps .info {
    margin-top: 0;
  }
  .workflow_steps .steps .info .order {
    font-size: 12px;
    min-width: unset;
  }
  .workflow_steps .steps .info h3 {
    font-size: 18px;
    margin-top: 10px;
  }
  .workflow_steps .steps .info p {
    line-height: 1.5;
    letter-spacing: unset;
    margin-top: 10px;
  }
  .workflow_steps .steps .info .tags {
    margin-top: 20px;
    gap: 10px;
  }
  .workflow_steps .steps .info .tags span {
    font-size: 12px;
    letter-spacing: unset;
  }
  .workflow_include {
    padding: 50px 0;
    overflow: hidden;
  }
  .workflow_include .swiper_content {
    overflow: unset;
    padding: 0 20px;
  }
  .workflow_include .workflow_include_swiper {
    padding: 0;
    margin-top: 30px;
  }
  .workflow_include .item {
    padding: 20px;
  }
  .workflow_include .item .icon {
    width: 40px;
    height: 40px;
  }
  .workflow_include .item .info {
    margin-top: 20px;
    letter-spacing: unset;
  }
  .workflow_include .item .info h3 {
    font-size: 18px;
  }
  .workflow_include .item .info p {
    line-height: 1.5;
    margin-top: 10px;
    min-height: unset;
  }
  .workflow_include .item .info ul {
    margin-top: 12px;
  }
  .workflow_include .item .info ul li + li {
    margin-top: 10px;
  }
  .workflow_times {
    padding: 50px 0;
  }
  .workflow_times .workflow_times_swiper {
    margin-top: 30px;
  }
  .workflow_times .item {
    padding: 20px;
    min-height: unset;
  }
  .workflow_times .item .icon {
    width: 50px;
    height: 50px;
  }
  .workflow_times .item .info {
    margin-top: 20px;
  }
  .workflow_times .item .info h3 {
    font-size: 18px;
  }
  .workflow_times .item .info p {
    font-size: 14px;
    letter-spacing: unset;
    margin-top: 10px;
  }
  .workflow_times .item .info .time {
    font-size: 15px;
    letter-spacing: unset;
    margin-top: 20px;
  }
  .workflow_times .swiper_btns {
    margin-top: 30px;
  }
  .workflow_visibility {
    padding: 50px 0;
  }
  .workflow_visibility .flex {
    margin-top: 30px;
  }
  .workflow_visibility .features {
    padding: 0;
  }
  .workflow_visibility .features li + li {
    margin-top: 20px;
  }
  .workflow_visibility .features li {
    grid-template-columns: 50px 1fr;
    gap: 14px;
  }
  .workflow_visibility .features .icon {
    margin: 0;
  }
  .workflow_visibility .features .info h3 {
    font-size: 18px;
  }
  .workflow_visibility .features .info p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
    margin-top: 10px;
  }
  .page_qac {
    padding-top: 50px;
  }
  .page_qac .head p {
    margin-top: 12px;
  }
  .page_qac .page_qac_swiper {
    margin-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .workflow_banner .head {
    flex-direction: column;
  }
  .workflow_banner .head .lt {
    width: 100%;
    display: block;
  }
  .workflow_visibility .img {
    width: 100%;
    order: -1;
  }
}
