.product-banner {
  padding: 100px 0 0;
  background-color: #060F2B;
}
.product-banner .banner-main {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 80px;
  align-items: center;
}
.product-banner .banner-main .banner-left {
  flex: 0 0 568px;
}
.product-banner .banner-main .banner-right {
  flex: 0 0 557px;
}
.product-banner .banner-main .banner-right_img {
  width: 100%;
  object-fit: cover;
}
.product-banner .banner-main .banner-right {
  flex-grow: 1;
  flex: unset;
}
.product-banner .banner-main .banner-right_img {
  width: unset;
  max-width: 100%;
}
.product-banner .banner-title {
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 15px;
}
.product-banner .banner-title-min {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
}
.product-banner .banner-title-min.light-weight {
  font-weight: 400;
  margin: 20px 0 30px;
}
.product-banner .banner-ul-desc {
  padding-left: 20px;
  padding-left: 0;
  margin-top: 20px;
}
.product-banner .banner-ul-desc_item {
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  line-height: 2;
  list-style: disc;
}
.product-banner .banner-ul-desc_item {
  position: relative;
  list-style: unset;
  padding-left: 25px;
  margin-top: 10px;
}
.product-banner .banner-ul-desc_item::before {
  font-family: math;
  content: '•';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  border-radius: 50px;
  transform: translateY(-50%);
  box-sizing: border-box;
  border: 1px solid #10E4BD;
  padding: 3px;
  font-size: 14px;
  color: #10E4BD;
  line-height: 0.5;
}
.product-banner .banner-switch-box {
  width: 160px;
  height: 30px;
  border-radius: 30px;
  background-color: #6f727d;
  justify-content: center;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  margin: 30px 0;
}
.product-banner .banner-switch-box .iconfont {
  font-size: 20px;
  vertical-align: center;
}
.product-banner .banner-switch-box_item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
}
.product-banner .banner-switch-box_item.active {
  background-color: #fff;
  border-radius: 30px;
}
.product-banner .single-button {
  color: #fff;
}
@media screen and (max-width: 1140px) {
  .product-banner .banner-main {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .product-banner {
    padding: 80px 0;
  }
  .product-banner .banner-right {
    display: none;
  }
  .product-banner .banner-main .banner-left {
    flex: unset;
  }
  .product-banner .system-button-group {
    justify-content: flex-start;
  }
  .introduce-box {
    padding-top: 30px;
  }
}
.wrap2 .wrap-introduce-ul {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.wrap2 .wrap-introduce-title {
  font-size: 21px;
  color: #000;
  font-weight: bold;
  position: relative;
  padding-left: 26px;
}
.wrap2 .wrap-introduce-title::before {
  font-family: math;
  content: '•';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  border-radius: 50px;
  transform: translateY(-50%);
  box-sizing: border-box;
  border: 1px solid #10E4BD;
  padding: 3px;
  font-size: 14px;
  color: #10E4BD;
  line-height: 0.5;
}
@media screen and (max-width: 768px) {
  .wrap2 .introduce-box {
    gap: 40px;
  }
}
.wrap3 {
  background-color: #fff;
  padding: 80px 0 0;
}
.wrap3 .introduce-box {
  padding-top: 0;
  margin-bottom: 80px;
}
.wrap3 .introduce-box:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1140px) {
  .wrap3 .introduce-box {
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
  }
  .wrap3 .introduce-box .introduce_right {
    width: fit-content;
  }
  .wrap3 .introduce-box:nth-child(even) {
    flex-direction: row;
  }
}
@media screen and (max-width: 768px) {
  .wrap3 .introduce-box:nth-child(even) {
    flex-direction: column-reverse;
  }
  .wrap3 .introduce-box .introduce_right {
    width: 100%;
  }
}
.wrap4 {
  padding: 90px 0;
  background-color: #1A224E;
}
.wrap4 .flex-wrapper {
  margin-top: 50px;
  gap: 20px;
}
.wrap4 .wrap-text,
.wrap4 .wrap-h2 {
  color: #fff;
}
.wrap4 .flex-item {
  flex: 1;
  box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.5);
  border-radius: 7px;
  background-color: #fff;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 25px;
}
.wrap4 .flex-item-title {
  font-size: 14px;
  color: #000;
  font-weight: 300;
}
.wrap5 {
  text-align: center;
  padding: 90px 0 0;
}
.wrap5 .wrap_jump {
  font-weight: 400;
  color: #000;
  margin-top: 20px;
  display: block;
}
.wrap5 .wrap_jump2 {
  font-weight: 400;
  color: #000;
  margin: 20px 0 0;
  display: flex;
  font-size: 18px;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.wrap5 .wrap_jump2 > span {
  text-decoration: underline;
}
.wrap5 .wrap_jump2 .iconfont {
  font-size: 32px;
  color: #b6413c;
  text-decoration: none;
}
.common-product-footer {
  background-color: #5C5778;
}
