html {
  scroll-padding-top: 140px;
}
.banner {
  padding: 50px 0;
  background: #f3f8fe;
  background-image: url(/img/article-template/banner-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.banner h1{
  text-align: center;
}
.banner .article-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  color: #21312E;
  justify-content: center;
}
.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;
}
.banner.aritle-video-banner {
  padding: 70px 0;
  background: #effffc;
  background-image: url(/img/article-template/banner-bg-video.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.aritle-video-banner h1{
  text-align: left;
}
.banner.aritle-video-banner .article-info{
  justify-content: flex-start;
}
.aritle-video-banner >.container{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.aritle-video-banner .youtube-player,.youtube-thumb{display:block;height:100%;cursor:pointer;margin:20px 0;width:100%;max-width:488px;width: 100%;max-height: 274px;height: 100%;border-radius: 20px;}
.aritle-video-banner .youtube-player iframe{
  width:100%;max-width:488px;width: 100%;height: 274px;border-radius: 20px;
}
.aritle-video-banner .banner-left{
  max-width: 590px;
  width: 100%;
}
.aritle-video-banner .banner-right{
  max-width: 500px;
  width: 100%;
}
.aritle-video-banner .download_box p{
  text-align: center;
  margin-top: 8px;
  color: #515151;
  font-size: 14px;
}
.aritle-video-banner .go-product{
  color: #18ab8d;
  font-weight: bold;
  font-size: 16px;
}
.aritle-video-banner .go-product:hover{
  color:#336;
}
.article-content .youtube-player{
  margin: 0 auto 30px;
  display: flex;
  justify-content: center;
}
.article-content .youtube-player iframe{
  max-width: 100%;
  width: 100% !important;
  height: 460px !important;
}
.aritle-product-banner {
  overflow: hidden;
  padding: 50px 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;
  color: #fff;
  line-height: 1.8;
  font-weight: 600;
  margin: 14px 0;
}
.aritle-product-banner .banner-des {
  font-size: 17px;
  font-weight: 400;
  color: #fff;
  line-height: 26px;
  margin: 20px 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-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.fill-button{
  background-color: #21d2bd;
  border: 0px solid #16ECD4;
  color: #084942;
}
.banner-main  .single-button.fill-button:hover{
  background: #21d2bd;
  color: #084942;
}


.banner-switch-box {
  min-width: 160px;
  padding: 0 16px;
  box-sizing: border-box;
  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 30px;
  transition: all 0.3s;
  box-sizing: border-box;
}
.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);
}

h1{
  font-size: 32px;
  line-height: 42px;
  color: #181818;
  margin-bottom: 20px;
}
span.bold{
  font-weight: 700;
}
.bold{
  font-weight: 700;
}
p span.verdict{
  color: #fff;
  background: #1ABC9C;
  font-size: 25px;
  font-weight: 600;
  border-radius: 10px;
  padding: 10px 40px;
}
.button-group {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
}
.product-nav {
  position: sticky;
  top: 0;
  z-index: 10;
  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 {
  min-width: 160px;
  padding: 0 16px;
  box-sizing: border-box;
  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 
.article-content article p span.bold a,
.article-content article p > a {
  color: #2eb4a7;
}
.article-content article 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: normal;
  line-height: 2;
  color: #000;
}
.article-content article .anchor-h3 {
  padding: 5px 30px;
}
.article-content article .catalog-item:hover,
.article-content article .anchor-h3: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,
.aritle-video-banner .download_box {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 30px 0;
}
.article-content article .download_box .download-win,
.article-content article .download_box .download-mac,
.aritle-video-banner .download_box .download-win,
.aritle-video-banner .download_box .download-mac {
  min-width: 160px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 0 16px;
  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,
.aritle-video-banner .download_box .download-win::before,
.aritle-video-banner .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,
.aritle-video-banner .download_box .download-win:hover,
.aritle-video-banner .download_box .download-mac:hover {
  transform: translateY(-10px);
  background-color: #12ab8d;
}
.article-content article .download_box .download-win::before,
.aritle-video-banner .download_box .download-win::before{
  content: '\e882';
}
.article-content article .download_box .download-mac::before,
.aritle-video-banner .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 {
  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 .border-box{
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
  border-color: #BDE1D940;
  border-style: solid;
  margin: 40px 0;
}
.article-content article .border-box ul{
  margin-bottom: 0px;
}
.article-content article .border-box>ul li{ 
  margin-bottom: 10px;
}
.article-content article .border-box ul li a{ 
  color: #18ab8d;
}
.article-content article .border-box ul li a:hover{ 
  color: #336;
}
.article-content article .border-box .download_box{
  margin-top: 26px;
  margin-bottom: 6px;
}
.article-content article .border-box div{
  font-size: 17px;
  margin-bottom: 18px;
}
.article-content article .border-box p{
  margin-bottom: 4px;
}
.article-content article .border-box.movpilot{
  text-align: left;
  padding-left: 24px;
  padding-right: 16px;
}
.article-content article .border-box.movpilot span{
  width: 48%;
  display: inline-block;
  margin-bottom: 12px;
}
.article-content article .border-box.movpilot span a{
  color: #18ab8d;
  position: relative;
  line-height: 24px;
}
.article-content article .border-box.movpilot span a::before{
  clear: both;
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #000;
  vertical-align: 3px;
  margin-right: 8px;
}
.article-content article .border-box.movpilot span.title{
  width: 48%;
  font-size: 24px;
  font-weight: 700;
}
.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 p{
  margin-bottom: 6px;
}
.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.green{
  background: linear-gradient(180deg, #BAFFDBA8 0%, #29C3F24A 100%);
}
.article-content article .product-wrap.green .product-name {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-bottom: 24px;
}
.article-content article .product-wrap.green .product-support {
  font-size: 13px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
}
.article-content article .product-wrap.green .product-tips {
  font-size: 13px;
  color: #000;
}
.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;
}

/* relete-item */
.relete-item {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  width: 100%;
  min-height: 100%;
  border-radius: 3px;
  transition: all 0.25s;
  background-color: #fff;
  margin: 0 auto 30px;
  width: 92%;
}
.relete-item:hover {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
}
.relete-item-header {
  padding: 24px;
  border-bottom: 1px solid #eaeaea;
  display: flex;
  flex-direction: column;
}
.relete-item-title {
  font-size: 20px;
  font-weight: bold;
  color: #54595f;
  line-height: 1.5;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-bottom: 25px;
}
.relete-item-more {
  font-size: 12px;
  font-weight: 600;
  color: #61ce70;
}
.relete-item-date {
  padding: 15px 30px;
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #adadad;
}
#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-video-banner >.container{flex-wrap: wrap;}
  .aritle-video-banner .banner-left,.aritle-video-banner .banner-right{
    max-width: none;
    text-align: center;
  }
  .aritle-video-banner h1{
    text-align: center;
  }
  .banner,
  .banner.aritle-video-banner{
    background-image: none;
  }
  .banner.aritle-video-banner .article-info{
    justify-content: center;
  }
  .banner .article-info,.aritle-video-banner .download_box{
    justify-content: center;
  }
  .aritle-video-banner .youtube-player, .youtube-thumb{
    margin-left: auto;
    margin-right: auto;
  }
  .aritle-product-banner .banner-main {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 30px;
  }
}
@media (max-width: 768px) {
  html {
    scroll-padding-top: 0;
  }
  .aritle-product-banner .banner-right {
    display: none;
  }
  .aritle-product-banner .banner-main .banner-left {
    flex: unset;
  }
  .aritle-product-banner .system-button-group {
    justify-content: flex-start;
  }
  .banner {
    padding: 50px 0;
    background-size: auto 100%;
  }
  .banner .article-info {
    gap: 20px;
  }
  .banner .article-author,
  .banner .article-date {
    gap: 10px;
  }
  .banner .article-author::before,
  .banner .article-date::before {
    font-size: 16px;
  }
  .product-nav {
    display: none;
  }
  .article-content {
    padding: 50px 0;
  }
  .article-content article {
    width: 100%;
  }
  .article-content article h2 {
    font-size: 20px;
    line-height: 1.8;
    border-bottom-width: 2px;
    border-left-width: 10px;
    padding-left: 10px;
    padding-bottom: 2px;
    margin: 60px 0 20px;
  }
  .article-content article h3 {
    font-size: 18px;
    line-height: 1.8;
    margin: 30px 0;
  }
  .article-content article p {
    margin-bottom: 20px;
  }
  .article-content article p.list-title {
    padding: 10px;
  }
  .article-content article ul {
    padding-left: 20px;
    margin-bottom: 40px;
  }
  /* .article-content article p + ul {
    margin-top: -10px;
  } */
  .article-content article img {
    margin: 0 auto 30px;
  }
  .article-content article .catalog {
    margin: 40px 0;
    border-width: 1px;
    padding-bottom: 10px;
    height: 63px;
  }
  .article-content article .catalog-title {
    font-size: 18px;
    padding: 20px;
  }
  .article-content article .catalog-item {
    padding: 5px 20px;
  }
  .article-content article .catalog-item:first-of-type {
    padding-top: 15px;
  }
  .article-content article .download_box,
  .aritle-video-banner .download_box  {
    gap: 20px;
    margin: 30px 0;
  }
  .article-content article .download_box .download-win,
  .article-content article .download_box .download-mac,
  .aritle-video-banner .download_box .download-win,
  .aritle-video-banner .download_box .download-mac {
    min-width: 160px;
    height: 48px;
    gap: 5px;
    border-radius: 5px;
  }
  .article-content article .download_box .download-win::before,
  .article-content article .download_box .download-mac::before,
  .aritle-video-banner .download_box .download-win::before,
  .aritle-video-banner .download_box .download-mac::before {
    font-size: 18px;
  }
  .article-content article .download_box .download-win:hover,
  .article-content article .download_box .download-mac:hover,
  .aritle-video-banner .download_box .download-win:hover,
  .aritle-video-banner .download_box .download-mac:hover {
    transform: translateY(-10px);
  }
  .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: 5px;
    margin: 30px 0;
    padding: 20px;
  }
  .article-content article .categorize-title {
    margin-bottom: 10px;
  }
  .article-content article .related {
    border-width: 1px;
    border-radius: 15px;
    padding: 10px;
    margin: 40px 0;
  }
  .article-content article .related-title {
    font-size: 18px;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
  }
  .article-content article .related-item {
    padding-left: 15px;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .article-content article .table-wrap {
    border-width: 1px;
    margin: 30px 0;
  }
  .article-content article .table-wrap table th,
  .article-content article .table-wrap table td {
    border-width: 1px;
    padding: 15px;
    min-width: 100px;
  }
  .article-content article .table-wrap table th {
    font-size: 14px;
  }
  .article-content article .table-wrap table td {
    font-size: 14px;
  }
  .article-content article .table-wrap table td ul {
    padding-left: 15px;
  }
  .article-content article .table-wrap table td:first-child {
    width: 150px;
  }
  .article-content article .video-wrap {
    width: 100%;
    height: 200px;
    margin: 30px 0;
  }
  .article-content article .video-wrap_btn {
    width: 50px;
    height: 50px;
    background-size: 45px 45px;
    border-width: 3px;
  }
  .article-content article .product-wrap {
    flex-direction: column;
    border-radius: 15px;
    margin: 30px 0;
    padding: 30px 0;
    gap: 50px;
  }
  .article-content article .product-wrap .product-info {
    width: 100%;
    padding: 0 15px;
  }
  .article-content article .product-wrap .product-name {
    font-size: 22px;
    margin-bottom: 15px;
    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: 20px 0;
  }
  .article-content article .product-wrap .product-tips {
    font-size: 12px;
  }
  .article-content article .swiper-container {
    padding-bottom: 30px;
  }
  .article-content article .swiper-container .slide-title {
    font-size: 12px;
  }
  .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: 18px;
  }
  .article-content aside {
    display: none;
  }
  .download_box{
    display: flex;
    flex-wrap: wrap;
  }
  .article-content article .border-box.movpilot span,.article-content article .border-box.movpilot span.title{
    width: 100%;
  }
}
@media (max-width: 480px) {
  .article-content .youtube-player iframe{
    max-width: 100%;
    width: 100% !important;
    height: 240px !important;
  }
}