html {
  scroll-padding-top: 140px;
}
.banner {
  padding: 50px 0;
  background-image: url(/img/article-template/banner-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.banner .article-title {
  font-size: 32px;
  line-height: 1.8;
  color: #fff;
  margin-bottom: 30px;
}
.banner .article-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  color: #fff;
}
.banner .article-author,
.banner .article-date {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.banner .article-author::before {
  content: '\e682';
  font-family: 'iconfont';
  color: #6ec1e4;
}
.banner .article-date::before {
  content: '\e72a';
  font-family: 'iconfont';
  color: #6ec1e4;
}
.aritle-product-banner {
  overflow: hidden;
  padding: 100px 0;
  background: #1a224e;
  background: url('/img/bd-dvd-ripper/banner-bg.png') no-repeat center;
  background-size: cover;
}
.aritle-product-banner .banner-main {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 50px;
}
.aritle-product-banner .banner-main .banner-left {
  flex: 0 0 560px;
}
.aritle-product-banner .banner-main .banner-right {
  flex: 0 0 557px;
}
.aritle-product-banner .banner-main .banner-right_img {
  width: 100%;
  object-fit: cover;
}
.aritle-product-banner .banner-title {
  font-size: 24px;
  font-weight: bold;
  color: #F6F6F6;
  line-height: 1.2;
  margin-bottom: 15px;
}
.aritle-product-banner .banner-title-min {
  color: #ffffff;
  font-size: 40px;
  font-weight: 600;
}
.aritle-product-banner .banner-info {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  line-height: 1.8;
  margin: 30px 0;
}
.aritle-product-banner .banner-ul-desc {
  padding-left: 20px;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 24px;
}
.aritle-product-banner .banner-ul-desc_item {
  font-size: 15px;
  font-weight: normal;
  color: #fff;
  line-height: 2;
  list-style: disc;
}
.aritle-product-banner .banner-ul-desc_item {
  position: relative;
  list-style: unset;
  padding-left: 20px;
}
.aritle-product-banner .banner-ul-desc_item::before {
  content: '';
  position: absolute;
  border: 2px solid #34fbe1;
  width: 5px;
  height: 5px;
  border-radius: 15px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
}
/* .aritle-product-banner .banner-ul-desc_item::after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  left: 6.5px;
  border-radius: 6px;
  background-color: #34fbe1;
  top: 12px;
} */
.aritle-product-banner .score-box{
  margin-top: 35px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}
.aritle-product-banner .score-box span{
  margin-right: 15px;
}
.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;
}
.banner-switch-box .iconfont {
  font-size: 20px;
  vertical-align: center;
}
.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;
}
.banner-switch-box_item.active {
  background-color: #fff;
  border-radius: 30px;
}
.aritle-product-banner .single-button {
  color: #084942;
}
.system-button-group {
  display: none;
  margin-top: 0px;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
}
.single-button {
  font-size: 18px;
  border-radius: 6px;
  color: #fff;
  background-color: #21d2bd;
  font-weight: 600;
  padding: 20px 40px;
  transition: all 0.3s;
}
.single-button:hover {
  background-color: #13af9c;
}
.single-button.has-icon {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.single-button.has-icon .iconfont {
  font-size: 20px;
}
.single-button.has-icon:hover {
  transform: translateY(-8px);
}
.banner-main .single-button{
  font-size: 16px;
  border-radius: 0;
  padding: 16px;
}
.banner-main .single-button.has-icon:hover{
background: #21d2bd;
color: #084942;
}
.banner-main  .single-button:last-child{
  background: transparent;
  border: 1px solid #16ECD4;
  color: #16ECD4;
}
.banner-main  .single-button:last-child:hover{
  background: transparent;
  color: #16ECD4;
}
.banner-main  .single-button.fill-button{
  background-color: #21d2bd;
  border: 0px solid #16ECD4;
  color: #084942;
}
.banner-main  .single-button.fill-button:hover{
  background: #21d2bd;
  color: #084942;
}

h1{
  font-size: 32px;
  line-height: 42px;
  color: #181818;
  margin-bottom: 20px;
}
span.bold{
  font-weight: 700;
}
.button-group {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
}
.product-nav {
  position: sticky;
  top: 0;
  z-index: 10000;
  background-color: #fff;
  box-shadow: 0 1px 18px 0 rgba(0, 0, 0, 0.13);
  padding: 20px 0;
}
.product-nav .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-nav .product-info {
  display: flex;
  align-items: center;
  gap: 15px;
}
.product-nav .product-name {
  font-weight: bold;
  font-size: 20px;
}
.product-nav .product-download {
  display: flex;
  align-items: center;
  gap: 50px;
}
.product-nav .product-download .download-win,
.product-nav .product-download .download-mac {
  width: 160px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
  background-color: #1abc9c;
  transition: transform 250ms, background-color 250ms;
}
.product-nav .product-download .download-win::before,
.product-nav .product-download .download-mac::before {
  font-weight: normal;
  font-family: iconfont;
  font-size: 18px;
}
.product-nav .product-download .download-win:hover,
.product-nav .product-download .download-mac:hover {
  transform: translateY(-10px);
  background-color: #12ab8d;
}
.product-nav .product-download .download-win::before {
  content: '\e882';
}
.product-nav .product-download .download-mac::before {
  content: '\e667';
}
.article-content {
  padding: 50px 0;
}
.article-content .container {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
.article-content article {
  width: 770px;
}
.article-content article h2 {
  font-size: 22px;
  border-bottom: 2px dashed #2eb4a7;
  border-left: 10px solid #2eb4a7;
  padding-left: 10px;
  padding-bottom: 2px;
  margin: 60px 0 20px;
}
.article-content article h3 {
  font-size: 20px;
  margin: 30px 0;
}
.article-content article h3.bg_green {
  font-size: 20px;
  margin: 30px 0;
  background-color: #2EB7AA;
  padding: 15px 15px 15px 15px;
  color: #fff;
}
.article-content article p {
  line-height: 2;
  margin-bottom: 20px;
}
.article-content article p span.bold{
  font-weight: bold;
}
.article-content article p > a {
  font-weight: bold;
  color: #2eb4a7;
}
.article-content ul li a{
  font-weight: bold;
  color: #2eb4a7;
}

.article-content article p.list-title {
  background-color: #c4f4ee;
  padding: 10px;
}
.article-content article p:last-child {
  margin-bottom: 0;
}
.article-content article ul {
  padding-left: 40px;
  margin-bottom: 40px;
}
.article-content article ul li {
  line-height: 2;
  list-style: disc;
}
.article-content article p + ul {
  margin-top: -10px;
}
.article-content article img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto 30px;
}
.article-content article img:last-child {
  margin-bottom: 0;
}
.article-content article .catalog {
  display: flex;
  flex-direction: column;
  margin: 40px 0;
  border: 1px solid #a4afb7;
  padding-bottom: 10px;
  height: 63px;
  overflow: hidden;
  transition: height 250ms;
}
.article-content article .catalog-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  color: #fff;
  background-color: #000;
  padding: 20px;
  cursor: pointer;
}
.article-content article .catalog-title .icon-down {
  transition: transform 250ms;
}
.article-content article .catalog-title.is-active .icon-down {
  transform: rotate(180deg);
}
.article-content article .catalog-item {
  padding: 5px 20px;
  font-weight: bold;
  line-height: 2;
  color: #000;
}
.article-content article .catalog-item:hover {
  color: #2eb7aa;
  text-decoration: underline;
}
.article-content article .catalog-item:first-of-type {
  padding-top: 15px;
  color: #333333;
}
.article-content article .catalog-item:first-of-type:hover {
  color: #333333;
  text-decoration: none;
}
.article-content article .download_box {
  display: flex;
  align-items: center;
  gap: 50px;
  margin: 30px 0;
}
.article-content article .download_box .download-win,
.article-content article .download_box .download-mac {
  width: 160px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
  background-color: #1abc9c;
  transition: transform 250ms, background-color 250ms;
}
.article-content article .download_box .download-win::before,
.article-content article .download_box .download-mac::before {
  font-weight: normal;
  font-family: iconfont;
  font-size: 18px;
}
.article-content article .download_box .download-win:hover,
.article-content article .download_box .download-mac:hover {
  transform: translateY(-10px);
  background-color: #12ab8d;
}
.article-content article .download_box .download-win::before {
  content: '\e882';
}
.article-content article .download_box .download-mac::before {
  content: '\e667';
}
.article-content article .note {
  background-color: #defdf9;
  padding: 20px;
  border-radius: 15px;
  margin: 30px 0;
}
.article-content article .note-title {
  font-weight: bold;
  font-size: 22px;
  color: #1abc9c;
  margin-bottom: 10px;
}
.article-content article .note p {
  font-size: 16px;
  color: #000;
}
.article-content article .note-jump {
  color: #000000;
  font-size: 17px;
  font-weight: 600;
  margin-top: 15px;
  display: block;
}
.article-content article .note .download_box {
  margin: 0;
}
.article-content article .faq-item {
  margin: 20px 0;
}
.article-content article .faq-item_title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  padding: 15px;
  background-color: #2eb7aa;
}
h3.bg_purple,h3 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  padding: 15px;
  background-color: #2eb7aa;
}
.article-content article .categorize {
  background-color: #f5fffa;
  border-left: 5px solid #2eb4a7;
  margin: 30px 0;
  padding: 20px;
}
.article-content article .categorize-title {
  font-weight: bold;
  margin-bottom: 10px;
}
.article-content article .categorize p {
  color: #000;
}
.article-content article .related {
  display: flex;
  flex-direction: column;
  border: 1px solid #2eb7aa;
  border-radius: 15px;
  padding: 10px;
  margin: 40px 0;
}
.article-content article .related-title {
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  background-color: #2eb7aa;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 15px;
}
.article-content article .related-item {
  font-weight: bold;
  padding-left: 20px;
  line-height: 2;
  color: #2eb7aa;
  margin-bottom: 10px;
}
.article-content article .related-item:hover {
  text-decoration: underline;
}
.article-content article .table-wrap {
  overflow-x: auto;
  border: 1px solid #cccccc;
  border-top: none;
  border-bottom: none;
  margin: 30px 0;
}
.article-content article .table-wrap table {
  border-collapse: collapse;
  width: 100%;
}
.article-content article .table-wrap table tr:nth-child(even) {
  background-color: #ffffff;
}
.article-content article .table-wrap table tr:nth-child(odd) {
  background-color: #f7f7f7;
}
.article-content article .table-wrap table tr.highlight-th {
  background-color: #99ffff;
}
.article-content article .table-wrap table tr:hover {
  background-color: #e9e9e9;
}
.article-content article .table-wrap table th,
.article-content article .table-wrap table td {
  border: 1px solid #cccccc;
  padding: 15px;
  min-width: 100px;
}
.article-content article .table-wrap table th:first-child,
.article-content article .table-wrap table td:first-child {
  border-left: none;
}
.article-content article .table-wrap table th:last-child,
.article-content article .table-wrap table td:last-child {
  border-right: none;
}
.article-content article .table-wrap table th {
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}
.article-content article .table-wrap table td {
  font-size: 14px;
  line-height: 1.5;
}
.article-content article .table-wrap table td a {
  color: #2eb4a7;
}
.article-content article .table-wrap table td ul {
  padding-left: 15px;
  margin-bottom: 0;
}
.article-content article .table-wrap table td:first-child {
  width: 150px;
  font-weight: bold;
  text-align: left;
}
.article-content article .video-wrap {
  position: relative;
  width: 100%;
  height: 430px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  margin: 30px 0;
}
.article-content article .video-wrap_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  transform: translate(-50%, -50%);
  background-image: url(/img/article-template/icon-play.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90px 90px;
  background-color: #1abc9c;
  border: 3px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  cursor: pointer;
  transition: transform 300ms;
}
.article-content article .video-wrap_btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
.article-content article .video-wrap_content {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-content article .product-wrap {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background-color: #e4f1ff;
  border-radius: 15px;
  margin: 30px 0;
  padding: 30px 0;
}
.article-content article .product-wrap .product-img {
  margin: 0;
}
.article-content article .product-wrap .product-info {
  width: 436px;
}
.article-content article .product-wrap .product-name {
  display: block;
  font-size: 26px;
  color: #000;
  margin-bottom: 15px;
}
.article-content article .product-wrap p {
  color: #4e5e6f;
}
.article-content article .product-wrap ul {
  padding-left: 20px;
  margin-bottom: 20px;
}
.article-content article .product-wrap .download_box {
  margin: 20px 0;
}
.article-content article .product-wrap .product-tips {
  font-size: 14px;
}
.article-content article .swiper-container {
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
}
.article-content article .swiper-container .slide-title {
  text-align: center;
  font-size: 18px;
  color: #333333;
}
.article-content article .swiper-container .swiper-button-prev,
.article-content article .swiper-container .swiper-button-next {
  top: 45%;
}
.article-content article .swiper-container .swiper-button-prev::after,
.article-content article .swiper-container .swiper-button-next::after {
  font-weight: bold;
  font-size: 24px;
  color: #fff;
}
.article-content article .swiper-container .swiper-pagination-bullet {
  background: #cccccc;
  opacity: 1;
}
.article-content article .swiper-container .swiper-pagination-bullet-active {
  background: #000000;
  opacity: 1;
}
.article-content aside {
  width: 280px;
}
.article-content aside .popular-title {
  width: 100%;
  height: 170px;
  font-weight: bold;
  font-size: 22px;
  line-height: 100px;
  text-align: center;
  color: #fff;
  border-radius: 15px;
  background-color: #2eb7aa;
  margin-bottom: -80px;
}
.article-content aside .popular-item {
  width: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  border: 1px solid #333;
  background-color: #fff;
  margin: 0 auto 30px;
  padding: 15px;
}
.article-content aside .popular-item_cover {
  width: 205px;
  height: auto;
  object-fit: cover;
}
.article-content aside .popular-item_link {
  width: 205px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
}
.article-content aside .aside_title{
  display: block;
  width: 100%;
  max-width: 280px;
  background: #1ABC9C;
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.13);
  border-radius: 12px;
  box-sizing: border-box;
  padding: 12px 0 88px;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 24px;
}
.article-content aside ul{
  margin: -76px auto 24px;
  padding: 7px 16px;
  box-sizing: border-box;
  width: 100%;
  max-width: 264px;
  background: #FFFFFF;
  border-radius: 12px;
  border: 1px solid #1ABC9C;
}
.article-content aside li{
  width: 100%;
  border-bottom: 1px solid #BDE4DC;
  padding: 9px 0;
}
.article-content aside li a{
  display: block;
  position: relative;
  width: 100%;
  padding: 0 0 0 20px;
  color: #333;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
}
.article-content aside li:nth-last-child(1){
  border-bottom: 0;
}
.article-content aside li a::before{
  content: '';
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  background: #333;
  border-radius: 100%;
  left: 5px;
  top: 10px;
}
.article-content aside li a:hover{
  color: #1ABC9C;
}
.article-content aside li a:hover::before{
  background: #1ABC9C;
}



#wpd-bubble-wrapper{left:25px !important;bottom: 180px !important;}
@media (max-width: 1600px){
  #wpd-bubble-wrapper{bottom: 120px !important;}
}
@media (max-width: 1140px) {
  aside {
    display: none;
  }
  .aritle-product-banner .banner-main {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 30px;
  }
}
@media (max-width: 768px) {
  html {
    scroll-padding-top: 0;
  }
  .banner {
    padding: 50rem 0;
    background-size: auto 100%;
  }
  .banner .article-title {
    font-size: 26rem;
    margin-bottom: 30rem;
  }
  .banner .article-info {
    gap: 20rem;
  }
  .banner .article-author,
  .banner .article-date {
    gap: 10rem;
  }
  .banner .article-author::before,
  .banner .article-date::before {
    font-size: 16rem;
  }
  .aritle-product-banner .banner-right {
    display: none;
  }
  .aritle-product-banner .banner-main .banner-left {
    flex: unset;
  }
  .aritle-product-banner .banner-title {
    text-align: center;
  }
  .aritle-product-banner .system-button-group {
    justify-content: flex-start;
  }
  .product-nav {
    display: none;
  }
  .article-content {
    padding: 50rem 0;
  }
  .article-content article {
    width: 100%;
  }
  .article-content article h2 {
    font-size: 20rem;
    line-height: 1.8;
    border-bottom-width: 2rem;
    border-left-width: 10rem;
    padding-left: 10rem;
    padding-bottom: 2rem;
    margin: 60rem 0 20rem;
  }
  .article-content article h3 {
    font-size: 18rem;
    line-height: 1.8;
    margin: 30rem 0;
  }
  .article-content article p {
    margin-bottom: 20rem;
  }
  .article-content article p.list-title {
    padding: 10rem;
  }
  .article-content article ul {
    padding-left: 20rem;
    margin-bottom: 40rem;
  }
  .article-content article p + ul {
    margin-top: -10rem;
  }
  .article-content article img {
    margin: 0 auto 30rem;
  }
  .article-content article .catalog {
    margin: 40rem 0;
    border-width: 1rem;
    padding-bottom: 10rem;
    height: 63rem;
  }
  .article-content article .catalog-title {
    font-size: 18rem;
    padding: 20rem;
  }
  .article-content article .catalog-item {
    padding: 5rem 20rem;
  }
  .article-content article .catalog-item:first-of-type {
    padding-top: 15rem;
  }
  .article-content article .download_box {
    gap: 20rem;
    margin: 30rem 0;
  }
  .article-content article .download_box .download-win,
  .article-content article .download_box .download-mac {
    width: 160rem;
    height: 48rem;
    gap: 5rem;
    border-radius: 5rem;
  }
  .article-content article .download_box .download-win::before,
  .article-content article .download_box .download-mac::before {
    font-size: 18rem;
  }
  .article-content article .download_box .download-win:hover,
  .article-content article .download_box .download-mac:hover {
    transform: translateY(-10rem);
  }
  .article-content article .note {
    background-color: #defdf9;
    padding: 20px;
    border-radius: 15px;
    margin: 30px 0;
  }
  .article-content article .note-title {
    font-weight: bold;
    font-size: 22px;
    color: #1abc9c;
    margin-bottom: 10px;
  }
  .article-content article .note p {
    font-size: 14px;
    color: #000;
  }
  .article-content article .note-jump {
    font-size: 16px;
  }
  .article-content article .note .download_box {
    margin: 0;
  }
  .article-content article .categorize {
    border-left-width: 5rem;
    margin: 30rem 0;
    padding: 20rem;
  }
  .article-content article .categorize-title {
    margin-bottom: 10rem;
  }
  .article-content article .related {
    border-width: 1rem;
    border-radius: 15rem;
    padding: 10rem;
    margin: 40rem 0;
  }
  .article-content article .related-title {
    font-size: 18rem;
    padding: 15rem;
    border-radius: 5rem;
    margin-bottom: 15rem;
  }
  .article-content article .related-item {
    padding-left: 15rem;
    font-size: 14rem;
    margin-bottom: 10rem;
  }
  .article-content article .table-wrap {
    border-width: 1rem;
    margin: 30rem 0;
  }
  .article-content article .table-wrap table th,
  .article-content article .table-wrap table td {
    border-width: 1rem;
    padding: 15rem;
    min-width: 100rem;
  }
  .article-content article .table-wrap table th {
    font-size: 14rem;
  }
  .article-content article .table-wrap table td {
    font-size: 14rem;
  }
  .article-content article .table-wrap table td ul {
    padding-left: 15rem;
  }
  .article-content article .table-wrap table td:first-child {
    width: 150rem;
  }
  .article-content article .video-wrap {
    width: 100%;
    height: 200rem;
    margin: 30rem 0;
  }
  .article-content article .video-wrap_btn {
    width: 50rem;
    height: 50rem;
    background-size: 45rem 45rem;
    border-width: 3rem;
  }
  .article-content article .product-wrap {
    flex-direction: column;
    border-radius: 15rem;
    margin: 30rem 0;
    padding: 30rem 0;
    gap: 50rem;
  }
  .article-content article .product-wrap .product-info {
    width: 100%;
    padding: 0 15rem;
  }
  .article-content article .product-wrap .product-name {
    font-size: 22rem;
    margin-bottom: 15rem;
    text-align: center;
  }
  .article-content article .product-wrap p {
    color: #4e5e6f;
  }
  .article-content article .product-wrap ul {
    padding-left: 20px;
    margin-bottom: 20px;
  }
  .article-content article .product-wrap .download_box {
    margin: 20rem 0;
  }
  .article-content article .product-wrap .product-tips {
    font-size: 12rem;
  }
  .article-content article .swiper-container {
    padding-bottom: 30rem;
  }
  .article-content article .swiper-container .slide-title {
    font-size: 12rem;
  }
  .article-content article .swiper-container .swiper-button-prev,
  .article-content article .swiper-container .swiper-button-next {
    top: 35%;
  }
  .article-content article .swiper-container .swiper-button-prev::after,
  .article-content article .swiper-container .swiper-button-next::after {
    font-size: 18rem;
  }
  .article-content aside {
    display: none;
  }
}
