p a:not(.single-button) {
  font-size: 16px;
  font-weight: 600;
  color: #12AB8D;
}
.product-banner {
  overflow: hidden;
  padding: 100px 0;
  background: #1a224e;
  background: url('/img/dvd-ripper/banner-bg.png') no-repeat center;
  background-size: cover;
}
.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;
}
.product-banner .banner-note {
  font-size: 14;
  font-weight: 500;
  color: #FFD53C;
  line-height: 1.2;
  margin: 20px 0 30px;
}
.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;
}
.product-banner .banner-ul-desc_item {
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  line-height: 1.4;
  list-style: disc;
}
.product-banner .banner-ul-desc_item {
  position: relative;
  list-style: unset;
  padding-left: 20px;
  margin-top: 5px;
}
.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: #084942;
  background-color: #16ECD4;
}
.product-banner .single-button:nth-child(2) {
  color: #084942;
  background: #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: 80px;
  padding-bottom: 50px;
}
.wrap1 .wrap-tips {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  margin: 20px 0 0;
}
.wrap1 .wrap-img {
  margin: 55px auto 0;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .wrap1 .wrap-img {
    margin: 40px auto 0;
  }
}
.wrap2 {
  background-color: #E9FAFF59;
  padding: 0 0 80px;
}
.wrap2 .introduce-box:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1140px) {
  .wrap2 .introduce-box {
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
  }
  .wrap2 .introduce-box .introduce_left {
    flex: 0 0 80%;
  }
  .wrap2 .introduce-box:nth-child(even) {
    flex-direction: row;
    row-gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .wrap2 .introduce-box:nth-child(even) {
    flex-direction: column-reverse;
  }
  .wrap2 .button-group {
    display: none;
  }
}
.wrap3 {
  margin-top: 80px;
}
.wrap3 .scroll-box {
  overflow-x: auto;
}
.wrap3 .wrap-table {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 1140px;
}
.wrap3 .wrap-table-item {
  display: flex;
  align-items: center;
  padding: 15px 0;
  width: 100%;
}
.wrap3 .wrap-table-item.gary {
  background-color: #F2F2F2;
}
.wrap3 .wrap-table-item:last-child {
  padding: 40px 0;
}
.wrap3 .wrap-table-item .single-button {
  font-weight: 500;
  font-size: 14px;
}
.wrap3 .wrap-table-item .single-button.red {
  background-color: #FE4730;
}
.wrap3 .wrap-table-item .single-button.black {
  background-color: #000;
}
.wrap3 .wrap-table-flex {
  flex: 1;
  text-align: center;
}
.wrap3 .wrap-table-title {
  font-size: 22px;
  font-weight: bold;
  color: #111925;
  line-height: 1.5;
}
.wrap3 .wrap-table-info {
  font-size: 16px;
  font-weight: 500;
  color: #111925;
  line-height: 1.5;
}
.wrap4 {
  margin-top: 40px;
  padding: 80px 0;
  background-image: url(/img/dvd-ripper/wrap4-bg.png);
  background-size: cover;
}
.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(19, 97, 101, 0.17);
  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;
}
.wrap4 .exhibition-box .exhibition_text {
  margin: 0;
  color: #242424;
  display: block;
  line-height: 1.5;
}
@media screen and (max-width: 1140px) {
  .wrap4 .exhibition-box {
    flex-wrap: wrap;
  }
}
.wrap5 {
  text-align: center;
  margin-top: 80px;
}
.wrap5 .wrap_jump {
  font-weight: 600;
  color: #000;
  display: block;
  margin-top: 20px;
}
.wrap6 {
  margin-top: 80px;
  padding: 80px 0;
  background-color: #F7FDFF;
}
.wrap6 .exhibition-box {
  justify-content: center;
  gap: 50px;
  margin-top: 50px;
}
.wrap6 .exhibition-box .exhibition_item {
  margin-top: 0;
  padding: 30px 10px 10px;
  flex: 1;
  border-radius: 24px;
  box-shadow: 0px 0px 10px 0px rgba(167, 201, 201, 0.5);
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.wrap6 .exhibition-box .exhibition_img {
  margin-bottom: 0;
}
.wrap6 .exhibition-box .exhibition_title {
  margin: 0 0 20px;
  line-height: 1.5;
  color: #182148;
  font-size: 18px;
  text-transform: uppercase;
}
.wrap6 .exhibition-box .exhibition_text {
  margin: 30px 0 60px;
  color: #545454;
  display: block;
  font-style: italic;
  line-height: 2;
}
.wrap6 .exhibition-box a {
  font-weight: 500;
  font-size: 12px;
}
.wrap6 .exhibition-box a:hover {
  color: #336;
}
.wrap7 {
  margin-top: 80px;
}
.wrap7 .exhibition-box {
  justify-content: center;
  gap: 26px;
  margin-top: 50px;
}
.wrap7 .exhibition-box .exhibition_item {
  margin-top: 0;
  padding: 30px 32px 48px;
  flex: 1;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border: 2px solid #2ACECE;
}
.wrap7 .exhibition-box .exhibition_img {
  margin-bottom: 0;
}
.wrap7 .exhibition-box .exhibition_title {
  margin: 20px 0 8px;
  line-height: 1.5;
  color: #182148;
  font-size: 16px;
}
.wrap7 .exhibition-box .exhibition_text {
  margin: 25px 0 20px;
  color: #182148;
  display: block;
  font-style: italic;
  line-height: 2;
}
.wrap7 .exhibition-box .exhibition_form {
  font-size: 12px;
  font-weight: 300;
  color: #182148;
}
.wrap7 .exhibition-box a {
  font-weight: 500;
  font-size: 12px;
}
.wrap7 .exhibition-box a:hover {
  color: #336;
}
.common-achievements {
  background-image: url(/img/dvd-ripper/achievements-bg.png);
}
@media screen and (max-width: 768px) {
  .wrap4 .exhibition-box .exhibition_item,
  .wrap6 .exhibition-box .exhibition_item,
  .wrap7 .exhibition-box .exhibition_item {
    flex: 0 0 100%;
  }
}
