.product-banner {
  overflow: hidden;
  padding: 100px 0;
  background-image: url(/img/dvd-copy/banner-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.product-banner .banner-main {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 50px;
}
.product-banner .banner-main .banner-left {
  flex: 0 0 560px;
}
.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-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: 22px;
  font-weight: bold;
  line-height: 1.5;
}
.product-banner .banner-note {
  font-size: 14;
  font-weight: 500;
  color: #FFD53C;
  line-height: 1.2;
  margin: 10px 0 20px;
}
.product-banner .banner-stars {
  display: flex;
  gap: 20px;
  align-items: center;
  margin: 30px 0;
}
.product-banner .banner-stars-left {
  display: flex;
  gap: 5px;
  align-items: center;
}
.product-banner .banner-stars-left .iconfont {
  font-size: 20px;
  color: #f9dd76;
}
.product-banner .banner-stars-right {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 1.5;
}
.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: 20px;
  margin-top: 5px;
}
.product-banner .banner-ul-desc_item::before {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  left: 0;
  top: 10px;
  background-color: #34fbe1;
}
.product-banner .banner-switch-box {
  width: fit-content;
  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;
  white-space: nowrap;

}
.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 .banner-right {
    display: none;
  }
  .product-banner .banner-main .banner-left {
    flex: unset;
  }
  .product-banner .banner-title {
    text-align: center;
  }
  .product-banner .system-button-group {
    justify-content: flex-start;
  }
}
.wrap1 {
  margin-top: 90px;
  text-align: center;
}
.wrap1 .exhibition-box {
  justify-content: center;
  gap: 60px;
  margin-top: 50px;
}
.wrap1 .exhibition_item {
  padding: 0;
  background: #fff;
  border-radius: 14px;
  flex: 1;
  margin-top: 0;
  border: 1px solid #3553B052;
  padding: 30px;
}
.wrap1 .exhibition_item .exhibition_img {
  max-width: 100%;
}
.wrap1 .exhibition_item .exhibition_text {
  font-size: 16px;
  font-weight: normal;
  color: #7A7A7A;
  line-height: 2;
  text-align: center;
  margin: 20px 0;
}
@media screen and (max-width: 996px) {
  .wrap1 .exhibition-box {
    gap: 40px;
  }
  .wrap1 .exhibition_item {
    flex: 0 0 45%;
  }
}
@media screen and (max-width: 768px) {
  .wrap1 .exhibition_item {
    flex: 0 0 100%;
  }
}
.wrap2 {
  text-align: center;
  margin-top: 80px;
  padding: 80px 0 0;
  background-color: #FFFCF8;
  border-radius: 105px 105px 0px 0px;
  background-color: #F6F9FF;
}
.wrap2 a:not(.single-button) {
  font-size: 16px;
  font-weight: 600;
  color: #12AB8D;
}
.wrap2 a:not(.single-button):hover,.wrap7 .exhibition-box a:hover{
  color: #336;
}
.wrap2 .wrap-tip {
  font-size: 16px;
  font-weight: 500;
  color: #FFA512;
  margin: 30px 0 0;
}
.wrap2 .wrap-img {
  margin: 30px auto 0;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .wrap2 .wrap-img {
    margin: 40px auto 0;
  }
}
.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_left {
    flex: 0 0 80%;
  }
  .wrap3 .introduce-box .introduce_right {
    width: fit-content;
  }
  .wrap3 .introduce-box:nth-child(even) {
    flex-direction: row;
    row-gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .wrap3 .introduce-box:nth-child(even) {
    flex-direction: column-reverse;
  }
  .wrap3 .introduce-box .introduce_right {
    width: 100%;
  }
}
.wrap4 {
  margin-top: 40px;
  padding: 80px 0 120px;
  background-color: #F7FAFC;
}
.wrap4 .exhibition-box {
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
}
.wrap4 .exhibition-box .exhibition_item {
  margin-top: 0;
  padding: 30px;
  flex: 1;
  border-radius: 7px;
  box-shadow: 0px 8px 13px 0px rgba(9, 57, 103, 0.22);
  transition: all 0.3s;
  background-color: #fff;
}
.wrap4 .exhibition-box .exhibition_img {
  margin-bottom: 0;
  transition: all 0.5s;
}
.wrap4 .exhibition-box .exhibition_img:hover {
  transform: scale(1.1);
}
.wrap4 .exhibition-box .exhibition_title {
  margin: 20px 0;
  line-height: 1.5;
  font-size: 22px;
  color: #12736f;
}
.wrap4 .exhibition-box .exhibition_text {
  margin: 0;
  color: #535353;
  display: block;
  line-height: 1.5;
}
@media screen and (max-width: 1140px) {
  .wrap4 .exhibition-box {
    flex-wrap: wrap;
  }
}
.wrap5 {
  text-align: center;
  width: 100%;
  height: 100%;
  background-position: 50%;
  -webkit-background-size: cover;
  background-size: cover;
  background-image: url(/img/dvd-copy/swiper-bg.png);
  padding: 80px 0;
}
.wrap5 .wrap_jump {
  font-weight: 600;
  color: #fff;
  margin-top: 20px;
  display: block;
}
.wrap5 .wrap-h2 {
  color: #fff;
}
.wrap5 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #12AB8D;
}
.wrap5 .swiper-button-prev .iconfont,
.wrap5 .swiper-button-next .iconfont {
  color: #fff;
}
.wrap6 {
  padding: 80px 0;
  background-color: #F7FCF8;
}
.wrap6 .exhibition-box {
  justify-content: center;
  gap: 20px;
}
.wrap6 .exhibition_item {
  margin-top: 50px;
  padding: 40px 30px 30px 30px;
  background: #fff;
  flex: 1;
  box-shadow: 0px 8px 13px 0px rgba(10, 58, 103, 0.22);
  border-radius: 7px;
  transition: 0.5s all;
}
.wrap6 .exhibition_item:hover {
  border-radius: 30px;
}
.wrap6 .exhibition_item .exhibition_text {
  font-size: 15px;
  font-weight: normal;
  color: #727982;
  line-height: 1.8;
  margin: 0;
}
.wrap6 .exhibition_item .exhibition_users {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0 0 20px;
}
.wrap6 .exhibition_item .exhibition_users-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.wrap6 .exhibition_item .exhibition_users-name {
  font-size: 28px;
  font-weight: 600;
  color: #151515;
  line-height: 1.5;
  margin-top: 8px;
  display: inline-block;
}
.wrap6 .exhibition_item .exhibition_users-form {
  font-size: 16px;
  font-weight: 500;
  color: #7A7A7A;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 1140px) {
  .wrap6 .exhibition-box {
    justify-content: center;
  }
}
.wrap7 {
  margin-top: 80px;
}
.wrap7 .exhibition-box {
  gap: 80px;
}
.wrap7 .exhibition-box .exhibition_item {
  margin-top: 50px;
  padding-top: 0;
  flex: 1;
  border-radius: 15px;
  border: 3px solid #2699AD;
  text-align: center;
}
.wrap7 .exhibition-box .exhibition_header {
  background-color: #2699AD;
  border-radius: 10px 10px 0 0;
  padding: 10px 10px 15px 10px;
}
.wrap7 .exhibition-box .exhibition_text {
  margin: 25px 25px 30px;
  display: block;
  line-height: 2;
  min-height: 128px;
}
.wrap7 .exhibition-box .exhibition_img {
  max-width: 100%;
  margin-bottom: 0;
}
.wrap7 .exhibition-box a {
  color: #12ab8d;
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .wrap7 .exhibition-box {
    flex-direction: row;
  }
  .wrap7 .exhibition-box .exhibition_item {
    flex: 0 0 100%;
  }
  .wrap7 .exhibition-box .exhibition_img {
    max-width: fit-content;
  }
  .wrap7 .exhibition-box .exhibition_header {
    padding: 10px;
  }
}
.common-achievements {
  background-image: url(/img/dvd-copy/achievements-bg.png);
}
.common-achievements .exhibition-box .exhibition_item {
  background-color: #A9D5F0;
}
.common-product-footer {
  background-image: url(/img/dvd-copy/product-footer-bg.png);
}
