.product-banner {
  overflow: hidden;
  padding: 100px 0;
  background-size: cover;
  background-image: url(/img/dvd-creator/banner-bg.png);
}
.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: 38px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.2;
  margin: 20px 0;
}
.product-banner .banner-title-min {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
}
.product-banner .banner-title-top {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #04899C;
  line-height: 1.2;
  padding: 15px 30px;
  background-color: #9DDAD7;
  border-radius: 43px 43px 43px 43px;
}
.product-banner .banner-stars {
  display: flex;
  gap: 20px;
  align-items: center;
  margin: 20px 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: 18px;
  font-weight: normal;
  color: #fff;
  line-height: 2;
  list-style: disc;
}
.product-banner .banner-ul-desc_item {
  position: relative;
  list-style: unset;
  padding-left: 24px;
  margin-top: 5px;
}
.product-banner .banner-ul-desc_item::before {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  left: 0;
  top: 12px;
  background-color: #fff;
}
.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 {
  border: 3px solid #fff;
}
.product-banner .button-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.product-banner .button-box-txt {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 1.5;
}
.product-banner .banner-product {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  background-image: url('/img/dvd-creator/banner-box-bg.png');
  background-position: center center;
  background-size: cover;
  padding: 30px 25px 30px 30px;
  border-radius: 14px;
  margin-top: 30px;
}
.product-banner .banner-product-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 20px;
}
.product-banner .banner-product-title {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 2;
}
.product-banner .banner-product-link {
  font-size: 16px;
  font-weight: 500;
  color: #FFECA9;
}
.product-banner .banner-product-info {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 1.5;
}
@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-top: 60px;
  }
  .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;
  }
  .product-banner .banner-product {
    flex-wrap: wrap;
    padding: 20px 15px 20px 20px;
  }
}
.wrap1 {
  margin-top: 90px;
  text-align: center;
}
.wrap1 .exhibition-box {
  justify-content: center;
  gap: 60px;
}
.wrap1 .exhibition_item {
  padding: 0;
  background: #fff;
  border-radius: 25px;
  flex: 1;
  margin-top: 0;
  border: 1px solid #0000001A;
  padding: 10px 30px;
}
.wrap1 .exhibition_item .exhibition_img {
  max-width: 100%;
}
.wrap1 .exhibition_item .exhibition_title {
  font-size: 22px;
  color: #313131;
  font-weight: 600;
  margin: 20px 0;
}
.wrap1 .exhibition_item .exhibition_text {
  font-size: 16px;
  font-weight: normal;
  color: #535353;
  line-height: 1.5;
  text-align: center;
  margin: 0;
}
.wrap1 .single-button {
  border-radius: 50px;
  font-size: 16px;
  padding: 8px 20px;
  margin: 20px 0 40px;
}
.wrap1 .single-button .iconfont {
  font-size: 32px;
}
@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-image: url(/img/dvd-creator/main2-min-bg.png);
  background-size: 100% 100%;
}
.wrap2 a:not(.single-button) {
  font-size: 16px;
  font-weight: 600;
  color: #12AB8D;
}
.wrap2 .button-group {
  margin: 40px auto 20px;
}
.wrap2 .wrap-text {
  margin: 40px 0 0;
  line-height: 2;
  font-size: 16px;
}
.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;
  }
}
.wrap-ellipse-bg {
  background-image: url(/img/dvd-creator/ellipse-bg.png);
  width: 100%;
  height: 168px;
  margin-top: 80px;
  background-size: cover;
}
.wrap3 {
  background-color: #fff;
}
.wrap3 .introduce-box {
  padding-top: 0;
  margin-bottom: 80px;
}
.wrap3 .introduce-box:nth-child(even) {
  flex-direction: row-reverse;
}
.wrap3 .introduce-left_text {
  margin-top: 20px;
}
.wrap3 .single-button {
  color: #fff;
}
.wrap3 a {
  color: #18ab8d;
  font-size: 16px;
  font-weight: 600;
}
@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: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;
  }
}
.wrap4 {
  padding: 80px 0;
  background-color: #F7F8FC;
  text-align: center;
}
.wrap4 .exhibition-box {
  justify-content: center;
  gap: 30px;
  margin-top: 50px;
  flex-wrap: wrap;
}
.wrap4 .exhibition-box .exhibition_item {
  margin-top: 0;
  padding: 20px;
  flex: 0 0 301px;
  border-radius: 20px;
  box-shadow: 0px 0px 12px -9px rgba(39, 63, 159, 0.13);
  background-color: #fff;
}
.wrap4 .exhibition-box .exhibition_title {
  margin: 0 0 15px;
  display: flex;
  gap: 20px;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  color: #313131;
  line-height: 1.2;
}
.wrap4 .exhibition-box .exhibition_text {
  font-size: 16px;
  font-weight: 500;
  color: #535353;
  line-height: 1.5;
  margin: 0;
  text-align: left;
}
.wrap4 .exhibition-box a {
  font-weight: 500;
  font-size: 16px;
}
.wrap4 .button-group {
  margin-top: 40px;
}
.wrap5 {
  padding: 40px 0 80px;
  background-color: #F7F8FC;
}
.wrap5 .wrap-h2 {
  padding: 0 10px 20px;
  border-bottom: 10px solid #ACE2D7;
}
.wrap5 .container {
  padding: 48px 26px;
  border-radius: 42px;
  background-color: #FFFFFF;
}
.wrap5 .flex-wrapper {
  margin-top: 50px;
  justify-content: center;
  gap: 40px;
}
.wrap5 .flex-item {
  display: flex;
  gap: 30px;
  flex: 0 0 488px;
}
.wrap5 .flex-item-title {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  line-height: 1.2;
}
.wrap5 .flex-item-info {
  font-size: 16px;
  font-weight: 500;
  color: #535353;
  line-height: 1.5;
  margin-top: 10px;
}
.wrap5 .flex-item a {
  font-size: 16px;
  color: #12AB8D;
}
@media screen and (max-width: 768px) {
  .wrap5 .flex-item {
    flex: 0 0 100%;
  }
}
.wrap6 {
  text-align: center;
  width: 100%;
  height: 100%;
  background-position: 50%;
  -webkit-background-size: cover;
  background-size: cover;
  background-image: url(https://cdn.videobyte.de/uploads/19/d/Frame-65436.png);
  padding: 80px 0;
}
.wrap6 .wrap_jump {
  font-weight: 600;
  color: #12AB8D;
  margin-top: 20px;
  display: block;
}
.wrap6 .wrap-h2 {
  color: #fff;
}
.wrap6 .button-group {
  display: flex;
  margin-top: 25px;
}
.wrap6 .container > .single-button {
  background-color: #49666C;
  border-radius: 50px;
  margin-top: 30px;
}
.wrap6 .container > .single-button .iconfont {
  font-size: 40px;
}
.wrap6 .swiper-slide-info {
  color: #fff;
}
.wrap6 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #12AB8D;
}
.wrap6 .swiper-button-prev .iconfont,
.wrap6 .swiper-button-next .iconfont {
  color: #fff;
}
.wrap7 {
  padding: 80px 0;
}
.wrap7 .exhibition-box {
  justify-content: center;
  gap: 50px;
  margin-top: 50px;
}
.wrap7 .exhibition-box .exhibition_item {
  margin-top: 0;
  padding: 20px;
  flex: 1;
  border-radius: 15px;
  box-shadow: 0px 36px 45px -17px rgba(128, 152, 174, 0.28);
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border: 3px solid #70C3B3;
}
.wrap7 .exhibition-box .exhibition_img {
  margin-bottom: 0;
  max-width: 100%;
}
.wrap7 .exhibition-box .exhibition—stars {
  margin: 20px 0;
  width: 100%;
}
.wrap7 .exhibition-box .exhibition—stars-left {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: flex-start;
}
.wrap7 .exhibition-box .exhibition—stars-left .iconfont {
  font-size: 26px;
  color: #f0ad4e;
}
.wrap7 .exhibition-box .exhibition_text {
  color: #535353;
  display: block;
  line-height: 1.5;
  font-size: 16px;
  margin: 0;
  text-align: left;
  position: relative;
}
.wrap7 .exhibition-box .exhibition_text::before {
  content: '';
  display: inline-block;
  position: absolute;
  background-image: url(/img/bd-dvd-ripper/comma.png);
  left: 0;
  top: -10px;
  width: 80px;
  height: 60px;
  z-index: 0;
}
.wrap7 .exhibition-box a {
  font-weight: 500;
  font-size: 16px;
  color: #18ab8d;
  margin-top: 30px;
}
.wrap7 .exhibition-box a:hover {
  color: #336;
}
.wrap8 {
  padding: 80px 0 0;
  background-color: #fefbf9;
}
.wrap8 .exhibition-box {
  justify-content: space-between;
  padding-bottom: 120px;
  position: relative;
}
.wrap8 .exhibition-box::before {
  content: '';
  display: inline-block;
  position: absolute;
  background-image: url(/img/dvd-creator/wrap-8-bg.png);
  width: 896px;
  height: 416px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  bottom: 0;
  left: -15%;
  z-index: 0;
}
.wrap8 .exhibition_item {
  margin-top: 50px;
  padding: 40px 42px 35px 42px;
  background: #fff;
  flex: 0 0 330px;
  border-color: rgba(216, 218, 220, 0);
  box-shadow: -6px 8px 0px 0px rgba(216, 218, 220, 0.26);
  position: relative;
  z-index: 1;
}
.wrap8 .exhibition_item .exhibition_text {
  font-size: 15px;
  font-weight: normal;
  color: #727982;
  line-height: 1.8;
  text-align: left;
  margin: 0 0 20px;
}
.wrap8 .exhibition_item .exhibition_users {
  display: flex;
  align-items: center;
  gap: 15px;
}
.wrap8 .exhibition_item .exhibition_users-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.wrap8 .exhibition_item .exhibition_users-name {
  font-size: 20px;
  font-weight: 500;
  color: #16202f;
  line-height: 1.5;
  margin-top: 8px;
  display: inline-block;
}
.wrap8 .exhibition_item .exhibition_users-form {
  font-size: 12px;
  font-weight: 500;
  color: rgba(99, 115, 129, 0.5);
  line-height: 1.5;
  text-transform: uppercase;
}
@media screen and (max-width: 996px) {
  .wrap8 .exhibition-box::before {
    display: none;
  }
}
@media screen and (max-width: 1140px) {
  .wrap8 .exhibition-box {
    justify-content: center;
  }
}
.common-achievements {
  margin-top: 0;
  background-image: url(/img/dvd-creator/achievements-bg.png);
}
.common-achievements .exhibition-box .exhibition_item {
  background-color: #A9F0E3;
}
.common-collapse .mt-20 {
  margin-top: 20px;
}
