.product-banner {
  padding: 90px 0;
  background-image: url(/img/bd-dvd-ripper/banner-bg.png);
  background-size: cover;
}
.product-banner .banner-main {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 40px;
}
.product-banner .banner-main .banner-left {
  width: 50%;
}
.product-banner .banner-main .banner-right {
  width: 50%;
}
.product-banner .banner-main .banner-right_img {
  width: 100%;
  object-fit: cover;
}
.product-banner .banner-main .banner-right-header {
  flex-grow: 1;
  padding: 13px 0px 16px 11px;
  margin-top: 40px;
  align-items: center;
  border-radius: 10px 10px 0 0;
  background-color: #fff;
  text-align: left;
  width: 100%;
}
.product-banner .banner-title {
  font-size: 40px;
  font-weight: bold;
  color: #21b4d1;
  line-height: 1.2;
  margin-bottom: 15px;
}
.product-banner .banner-title-min {
  color: #fff;
  font-size: 14px;
  line-height: 2;
  font-weight: 300;
}
.product-banner .banner-title-min.light-weight {
  font-size: 18px;
  color: #fff;
  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: 14px;
  font-weight: 300;
  color: #fff;
  line-height: 2;
  list-style: disc;
}
.product-banner .banner-ul-desc_item {
  position: relative;
  list-style: unset;
  padding-left: 25px;
  margin-top: 5px;
  color: #fff;
}
.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 #39F8E3;
  padding: 3px;
  font-size: 14px;
  color: #39F8E3;
  line-height: 0.5;
}
.product-banner .banner-stars {
  display: flex;
  gap: 20px;
  align-items: center;
  margin: 20px 0;
}
.product-banner .banner-stars-left {
  display: flex;
  align-items: center;
  gap: 2px;
}
.product-banner .banner-stars-left .iconfont {
  font-size: 16px;
  color: #ced6ed;
  position: relative;
}
.product-banner .banner-stars-left .iconfont::after {
  content: '\e63e';
  display: block;
  font-size: inherit;
  font-family: inherit;
  position: absolute;
  overflow: hidden;
  color: #f0ad4e;
  top: 0;
  left: 0;
  width: 100%;
}
.product-banner .banner-stars-left .iconfont.per::after {
  width: 70%;
}
.product-banner .banner-stars-right {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 1.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 {
  padding: 8px 20px;
  border-radius: 12px;
}
.product-banner .single-button:last-child {
  color: #79CCCB;
  background-color: #fff;
}
.product-banner .video-wrap {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  margin: 0;
}
.product-banner .video-wrap_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 68px;
  height: 48px;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: transform 300ms;
}
.product-banner .video-wrap_btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
.product-banner .video-wrap_content {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@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-main .banner-left {
    flex: unset;
  }
  .product-banner .system-button-group {
    justify-content: flex-start;
  }
}
.wrap1 {
  text-align: center;
  margin-top: 90px;
}
.wrap1 a:not(.single-button) {
  font-size: 16px;
  font-weight: 600;
  color: #12AB8D;
}
.wrap1 .button-group {
  margin: 40px auto 20px;
}
.wrap1 .wrap-text {
  margin: 40px 0 0;
  line-height: 2;
  font-size: 16px;
}
.wrap1 .wrap-text strong {
  color: #ff0000;
}
.wrap1 .wrap-img {
  margin: 30px auto 0;
  max-width: 100%;
  height: auto;
}
.wrap1 .flex-wrapper {
  gap: 32px;
  margin-top: 50px;
}
.wrap1 .flex-item {
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #E7E7E7;
  border-radius: 12px;
  flex: 1;
}
.wrap1 .flex-item-h3 {
  border-radius: 12px 12px 0 0;
  background-color: #F7F7F7;
  padding: 32px 0 16px 32px;
  font-size: 24px;
  color: #000;
  font-weight: bold;
  text-align: left;
}
.wrap1 .flex-item-info {
  background-color: #fff;
  padding: 30px;
  text-align: left;
  line-height: 2;
  font-size: 16px;
  color: #000;
  border-radius: 0 0 12px 12px;
  min-height: 220px;
}
@media screen and (max-width: 768px) {
  .wrap1 .wrap-img {
    margin: 40px auto 0;
  }
  .wrap1 .flex-wrapper{
    flex-wrap: wrap;
  }
  .wrap1 .flex-item{
    width: 100%;
    flex: none;
  }
}
.wrap2 {
  text-align: center;
  margin-top: 90px;
}
.wrap2 .exhibition-box {
  margin-top: 0;
  gap: 20px;
}
.wrap2 .exhibition_header {
  border-radius: 10px 10px 0 0;
  display: flex;
  justify-content: center;
  padding: 0 70px;
  background-color: #E3ECFE;
}
.wrap2 .exhibition_content {
  background-color: #fff;
  padding: 10px 10px 0;
}
.wrap2 .exhibition_item {
  padding: 0;
  background-color: transparent;
  border-radius: 10px;
  border: 2px solid #8487CE47;
}
.wrap2 .exhibition_item .exhibition_img {
  width: 100%;
  height: auto;
  margin-bottom: 0;
}
.wrap2 .exhibition_item .exhibition_title {
  padding: 0;
  font-size: 18px;
}
.wrap2 .exhibition_item .exhibition_info {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  margin: 20px 0;
  line-height: 1.5;
}
.wrap2 .wrap-text {
  color: #7A7A7A;
}
.wrap3 {
  background-color: #fff;
  margin-top: 90px;
}
.wrap3 .wrap-introduce-ul {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.wrap3 .wrap-introduce-title {
  font-size: 21px;
  color: #000;
  font-weight: bold;
  position: relative;
  padding-left: 26px;
}
.wrap3 .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;
}
.wrap3 .introduce-box {
  padding-top: 0;
  margin-bottom: 80px;
}
.wrap3 .introduce-left_text {
  margin-top: 20px;
}
.wrap3 .introduce-node {
  padding: 23px 0px 23px 19px;
  background-color: #EDEDED;
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin-top: 30px;
}
.wrap3 .introduce-node strong {
  color: #FF0000;
}
.wrap3 .single-button {
  color: #fff;
}
.wrap3 a {
  color: #18ab8d;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 1140px) {
  .wrap3 .introduce-box {
    gap: 40px;
    flex-wrap: wrap;
  }
  .wrap3 .introduce-box:nth-child(even) {
    flex-direction: row;
  }
  .product-banner .banner-main .banner-left{
    width: 100%;
  }
  .product-banner .banner-main .banner-right{
    width: 100%;
    max-width: 600px;
  }
}
.wrap4 {
  margin-top: 90px;
}
.wrap4 .exhibition-box {
  justify-content: space-around;
}
.wrap4 .button-group {
  margin: 30px auto;
  display: flex;
}
.wrap4 .exhibition_item {
  padding: 0;
  margin-top: 30px;
  flex: 0 0 216px;
}
.wrap4 .exhibition_item .exhibition_img {
  max-width: 100%;
}
.wrap4 .exhibition_item .exhibition_title {
  font-size: 16px;
  font-weight: bold;
  color: #212121;
  line-height: 1.5;
  text-align: center;
  margin: 15px 0 0;
}
@media screen and (max-width: 768px) {
  .wrap4 .exhibition-box {
    flex-direction: row;
  }
}
@media screen and (max-width: 560px) {
  .product-banner .banner-main .banner-right{
    width: 100%;
    max-width: 500px;
  }
  .product-banner .video-wrap{
    height: 280px;
  }
}
@media screen and (max-width: 480px) {
  .product-banner .banner-main .banner-right{
    width: 100%;
    max-width: 400px;
  }
  .product-banner .video-wrap{
    height: 220px;
  }
}
@media screen and (max-width: 400px) {
  .product-banner .banner-main .banner-right{
    width: 100%;
    max-width: 360px;
  }
  .product-banner .video-wrap{
    height: 180px;
  }
}
.wrap-5 {
  margin-top: 90px;
  background-color: #1A224E;
  padding: 90px 0;
}
.wrap-5 .wrap-h2 {
  color: #fff;
}
.wrap-5 .flex-wrapper {
  margin-top: 50px;
  gap: 20px;
  justify-content: center;
}
.wrap-5 .flex-item {
  display: flex;
  flex-direction: column;
  padding: 30px;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-width: 353px;
  background-color: #F9F9F90F;
  border-radius: 9px;
}
.wrap-5 .flex-item-h3 {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin: 20px 0;
}
.wrap-5 .flex-item-info {
  text-align: center;
  font-size: 14px;
  color: #DCDCDC;
  line-height: 1.5;
  min-height: 168px;
}
.wrap-5 .flex-item img {
  transition: all 0.5s;
}
.wrap-5 .flex-item img:hover {
  transform: scale(1.1);
}
.websites-review {
  padding: 0 0 30px;
  margin-top: 90px;
}
.websites-review .wrap-h2 {
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
}
.websites-review .exhibition_text {
  font-style: italic;
}
.websites-review .exhibition_img {
  max-width: 100%;
  height: auto;
}
.websites-review strong.exhibition_text {
  color: #102d5e;
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
}
.wrap6 {
  text-align: center;
  padding: 90px 0 0;
}
.wrap6 .wrap_jump {
  font-weight: 400;
  color: #000;
  margin-top: 20px;
  display: block;
}
.wrap6 .wrap_jump2 {
  font-weight: 400;
  color: #000;
  margin: 20px 0 0;
  display: flex;
  font-size: 18px;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.wrap6 .wrap_jump2 > span {
  text-decoration: underline;
}
.wrap6 .wrap_jump2 .iconfont {
  font-size: 32px;
  color: #b6413c;
  text-decoration: none;
}
.common-product-footer {
  background-image: url(/img/bd-dvd-ripper/footer-bg.jpg);
  background-size: 100% 100%;
}
