main {
  line-height: 1.5;
}
main a{
  color: #12ab8d;
  font-weight: 600;
}
.body_special{
    display: none !important;
}
.wrap-text {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin: 20px 0;
  line-height: 2;
}
.wrap-tips {
  text-align: center;
  color: #D44444;
  font-size: 16px;
  font-weight: 400;
  margin: 20px 0 0;
}
.product-banner {
  overflow: hidden;
  padding: 100px 0;
  background: linear-gradient(110deg, #F06542 0%, #132774 100%);
}
.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;
}
.banner-note span{
    font-weight: bold;
}
.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;
}
.product-banner .banner-ul-desc_item {
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  line-height: 1;
  list-style: disc;
}
.product-banner .banner-ul-desc_item {
  position: relative;
  list-style: unset;
  padding-left: 20px;
  margin-top: 15px;
}
.product-banner .banner-ul-desc_item::before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  left: 0;
  top: 12px;
  background-color: #34fbe1;
}
.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 .video-box {
  display: flex;
  align-items: center;
  column-gap: 20px;
  color: #34fbe1;
  font-size: 18px;
  margin: 10px 0;
}
.product-banner .video-box .icon-video::before {
  font-size: 30px;
}
.single-button{
  background-color: #2FC0AE;
}
.product-banner .single-button {
  color: #fff;
  background-color: #2FC0AE;
  border-radius: 5px;
  min-width: 165px;
  box-sizing: border-box;
  padding: 0 16px;
  text-align: center;
  display: inline-block;
}
.single-button.has-icon .iconfont{
    vertical-align: -1px;
}
.product-banner .single-button:nth-child(2) {
  background: #FFFFFF;
  color: #2FC0AE;
}
.product-banner .banner-product {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  background-image: url('/img/bd-dvd-ripper/buddle-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: 25px;
}
.product-banner .banner-product-title {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 2;
}
.product-banner .banner-product-link {
  font-size: 16px;
  font-weight: 500;
  color: #6ee9d4;
}
@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;
  }
  .product-banner .banner-product {
    flex-wrap: wrap;
    padding: 20px 15px 20px 20px;
  }
}
.wrap6,
.wrap9 {
  margin: 112px auto;
}
.wrap3 {
  background-color: #FFE5DF;
  overflow-y: auto;
}
.wrap3 .introduce-box{
    margin: 112px auto;
    padding: 0;
}
.wrap2{
    margin: 112px auto;
}
.wrap2 .introduce-box{
    padding: 0;
}
.wrap2 .introduce-box:nth-child(2){
    margin-top: 90px;
    padding: 0;
}
.wrap2 .introduce-box,
.wrap3 .introduce-box:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1140px) {
.wrap2 .introduce-box,
  .wrap3 .introduce-box {
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
  }
  .wrap2 .introduce-box .introduce_left,
  .wrap3 .introduce-box .introduce_left {
    flex: 0 0 80%;
    order: 2;
  }
  .wrap2 .introduce-box .introduce_right,
  .wrap3 .introduce-box .introduce_right{
    order: 1;
  }
  .wrap2 .introduce-box,
  .wrap3 .introduce-box:nth-child(even) {
    flex-direction: row;
    row-gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .wrap3 .button-group {
    display: none;
  }
  .introduce-box h2,
  .wrap-h2{
    font-size: 26px;
  }
  .product-banner .banner-title{
    font-size: 32px;
  }
}
.wrap6 {
  text-align: center;
}
.wrap6 .wrap_jump {
  font-weight: 600;
  color: #12AB8D;
  display: block;
}
.wrap6 .wrap-info {
  font-size: 16px;
  font-weight: 500;
  color: #535353;
  line-height: 1.5;
  margin: 40px 0;
}
.common-swiper,
.wrap6 .button-group {
  margin-top: 60px;
}
.wrap6 .single-button {
  text-transform: uppercase;
}
.wrap6 .single-button.video-play {
  border-radius: 50px;
  margin: 20px 0;
}
.wrap9 .exhibition-box {
  column-gap: 40px;
}
.wrap9 .exhibition-box .exhibition_item {
  margin-top: 50px;
  padding-top: 0;
  flex: 1;
  border-radius: 15px;
  border: 3px solid #293786;
  text-align: center;
}
.wrap9 .exhibition-box .exhibition_header {
  background-color: #293786;
  border-radius: 11px 11px 0 0;
  padding: 30px;
}
.wrap9 .exhibition-box .exhibition_white {
  background-color: #fff;
  border-radius: 15px;
  width: 100%;
  height: 101px;
  padding: 30px;
  text-align: center;
}
.wrap9 .exhibition-box .exhibition_text {
  margin: 25px 10px 0;
  display: block;
  position: relative;
}
.wrap9 .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;
}
.wrap9 .exhibition-box .exhibition_img {
  max-width: 100%;
  margin-bottom: 0;
  height: 100%;
}
.wrap9 .exhibition-box a {
  color: #12ab8d;
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  margin: 30px 0 20px;
}
@media screen and (max-width: 768px) {
  .wrap9 .exhibition-box {
    flex-direction: row;
  }
  .wrap9 .exhibition-box .exhibition_item {
    flex: 0 0 100%;
  }
  .wrap9 .exhibition-box .exhibition_img {
    max-width: fit-content;
  }
  .wrap9 .exhibition-box .exhibition_header {
    padding: 10px;
  }
  .wrap9 .exhibition-box .exhibition_white {
    padding: 20px;
    height: unset;
  }
}
.hero_img{
    background: #F3FCFF;
}
.hero_img ul{
    max-width: 1920px;
    width: 100%;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    padding: 40px 0;
    position: relative;
}
.hero_img ul::before{
    position: absolute;
    width: 390px;
    height: 308px;
    background: linear-gradient( 90deg, #F3FCFF 0%, rgba(243,252,255,0) 100%);
    clear: both;
    content: "";
    top: 0;left: 0;
}
.hero_img ul::after{
    position: absolute;
    width: 390px;
    height: 308px;
    background: linear-gradient( 270deg, #F3FCFF 0%, rgba(243,252,255,0) 100%);
    clear: both;
    content: "";
    top: 0;right: 0;
}
@media screen and (max-width: 1900px) {
    .hero_img ul{zoom: 0.6;}
    .hero_img ul li{margin: 0 10px;}
    .hero_img ul::before,
    .hero_img ul::after{
        display: none;
    }
}
.common-product-footer{
    margin-top: 112px;
    background-image: url(/images/ad-bd-dvd-ripper/bottom.png);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 70px 0;
    text-align: center;
}
header{
  position: sticky;
  top: 0;
  z-index: 10;
}
header .menu .single-button,
.single-button.has-icon{
    font-weight: 500;
    box-sizing: border-box;
    min-width: 160px;
    padding: 0 16px;
    display: inline-block;
    text-align: center;
    height: 40px;
    line-height: 40px;
}
header .menu .button-group{
  align-items: center;
}
@media screen and (max-width: 1200px){
    .hero_img ul{overflow-x: scroll;}
}
@media screen and (max-width: 768px) {
    header .container{
        height: 80px;
        align-items: center;
    }
    header .mobile-menu-switch .icon-menu, header .mobile-menu-switch .icon-close{
        font-size: 22px;
    }
    header .logo{
        height: auto;
    }
    header .menu{
        top: 90px;
    }
    header .menu-item{
        width: 100%;
    }
    header .menu .button-group{
        display: none;
    }

    .product-banner{
        padding: 60px 0;
    }
    .wrap6,.wrap9,.wrap3 .introduce-box,.wrap2{margin: 80px auto;}
    .common-product-footer{margin-top: 80px;}
    .common-swiper,
    .wrap6 .button-group {
        margin-top: 32px;
    }
}