html {
  scroll-padding-top: 140px;
}
.banner {
  padding: 50px 0;
  background-color: #f9f6ff;
}
.banner .article-title {
  text-align: center;
  font-size: 32px;
  line-height: 1.8;
  color: #000;
  margin-bottom: 30px;
}
.banner .article-info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.banner .article-author,
.banner .article-date {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.banner .article-category {
  background: #5e52ff;
  padding: 0px 15px;
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
  line-height: 24px;
  text-align: center;
  border-radius: 12px 12px 12px 12px;
}
.banner .article-author::before {
  content: '\e682';
  font-family: 'iconfont';
  color: #5e52ff;
}
.banner .article-date::before {
  content: '\e72a';
  font-family: 'iconfont';
  color: #5e52ff;
}
.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-size: 20px;
}
.product-nav .product-download {
  display: flex;
  align-items: center;
  gap: 24px;
}
.product-nav .product-download .download-win,
.product-nav .product-download .download-mac {
  min-width: 160px;
  padding: 0 12px;
  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 .title-p,
.article-content article h2 {
  font-size: 22px;
  border-bottom: 2px solid #5e52ff;
  border-left: 10px solid #5e52ff;
  padding-left: 10px;
  padding-bottom: 2px;
  margin: 60px 0 20px;
  font-weight: bold;
}
.article-content article h3 {
  font-size: 20px;
  margin: 30px 0;
}
.article-content article h3.color_purple {
  color: #5e52ff;
}
.article-content article h3.bg_purple {
  font-size: 20px;
  margin: 30px 0;
  background-color: #e0e0fb;
  padding: 15px 15px 15px 15px;
}
.article-content article p {
  line-height: 2;
  margin-bottom: 20px;
  font-size: 16px;
}
.article-content article p.color_purple {
  color: #5e52ff;
  font-size: 18px;
}
.article-content article span.bold {
  font-weight: bold;
}
.article-content article p > a {
  font-weight: bold;
  color: #5e52ff;
}
.article-content article p > a:hover {
  text-decoration: underline;
}
.article-content article p.list-title {
  background-color: #e0e0fb;
  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 ul.no-type {
  padding-left: 0;
}
.article-content article ul.no-type li {
  list-style: none;
}
.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: #6d3cff;
  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: #7a7a7a;
}
.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;
  flex-wrap: wrap;
}
.article-content article .download_box a,
.product-nav .product-download a {
  cursor: pointer;
}
.article-content article .download_box .download-win,
.article-content article .download_box .download-mac {
  min-width: 160px;
  padding: 0 12px;
  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;
}
.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 .related-reading {
  background-color: #e0e0fb73;
  padding: 20px;
  border-radius: 15px;
  margin: 30px 0;
}
.article-content article .related-reading .title {
  font-weight: bold;
  font-size: 20px;
  color: #000;
  margin-bottom: 10px;
}
.article-content article .related-reading .info {
  margin-bottom: 8px;
}
.article-content article .related-reading .info a {
  color: #5e52ff;
  font-size: 16px;
  font-weight: 400;
}
.article-content article .note {
  background-color: #e0e0fb73;
  padding: 20px;
  border-radius: 15px;
  margin: 30px 0;
}
.article-content article .note ul {
  margin-bottom: 0;
}
.article-content article .note-title {
  font-weight: bold;
  font-size: 20px;
  color: #5e52ff;
  margin-bottom: 10px;
}
.article-content article .note.reading p {
  margin-bottom: 4px;
}
.article-content article .note.reading p a {
  font-weight: 400;
  color: #000;
  font-size: 16px;
}
.article-content article .tip-title {
  font-weight: bold;
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
}
.article-content article .note p.tip-info {
  color: #000000;
  font-size: 16px;
}
.article-content article .note p {
  font-size: 14px;
  color: #7a7a7a;
}
.article-content article .note .download_box {
  margin: 0;
}
.article-content article .categorize {
  background-color: #e0e0fb73;
  border-left: 5px solid #5e52ff;
  margin: 30px 0;
  padding: 20px;
}
.article-content article .categorize-title {
  font-weight: 600;
}
.article-content article .categorize p {
  color: #7a7a7a;
  margin-top: 10px;
}
.article-content article .related {
  background-color: #e0e0fb73;
  padding: 20px;
  border-radius: 15px;
  margin: 30px 0;
}
.article-content article .related-title {
  font-weight: bold;
  font-size: 20px;
  color: #000;
  margin-bottom: 12px;
}
.article-content article .related-item {
  color: #5e52ff;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 4px;
  display: block;
}
.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 a {
  color: #5e52ff;
}
.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: #e0e0fb;
}
.article-content article .table-wrap table tr.highlight-th:hover {
  background-color: #e0e0fb;
}
.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;
  box-sizing: border-box;
}
.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: #5e52ff;
}
.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: #e0e0fb2b;
  border: 1px double #6d3cff;
  border-radius: 15px;
  margin: 30px 0;
  padding: 30px 0;
  gap: 26px;
}
.article-content article .product-wrap .product-img {
  margin: 0;
  max-width: 250px;
  width: 100%;
}
.article-content article .product-wrap .product-info {
  width: 436px;
}
.article-content article .product-wrap .product-name {
  display: block;
  font-size: 26px;
  color: #333;
  font-weight: bold;
  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 .download_box .download-mac,
.article-content article .product-wrap .download_box .download-win {
  background-color: #1abc9c;
}
.article-content article .product-wrap .product-tips {
  font-size: 14px;
}
.article-content article .product-wrap.vsr {
  border: unset;
  background-color: #cae3ff80;
}
.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-image: linear-gradient(170deg, #6a37d3 0%, #59a0ff 100%);
  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: 140px;
  object-fit: cover;
}
.article-content aside .popular-item_link {
  width: 205px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
}

.what-box {
  width: 100%;
  border: 1px solid rgb(109, 60, 255);
  border-radius: 24px;
  padding: 1px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.what-box > div {
  border: 1px solid rgb(109, 60, 255);
  border-radius: 24px;
  padding: 15px;
}
.what-box > div p {
  font-size: 16px;
  line-height: 24px;
  color: rgb(33, 42, 51);
  margin-bottom: 15px;
  font-weight: 300;
}
.what-box > div p:last-child {
  margin-bottom: 0;
}
.what-box > div .title {
  font-size: 24px;
  color: rgb(33, 42, 51);
  line-height: 24px;
  margin-bottom: 15px;
  font-weight: 700;
}
.green-box {
  width: 100%;
  border-style: double;
  border-color: #056b45db;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px 20px 20px 20px;
  border-radius: 24px;
  background-color: #00925c0f;
}
.article-content .green-box p {
  margin-bottom: 8px;
}

@media (max-width: 1140px) {
  aside {
    display: none;
  }
}
@media (max-width: 768px) {
  html {
    scroll-padding-top: 0;
  }
  .banner {
    padding: 50px 0;
    background-size: auto 100%;
  }
  .banner .article-title {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .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 .title-p,
  .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;
  font-weight: bold;
  }
  .article-content article h3,
  .article-content article h3.bg_purple {
    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 {
    gap: 20px;
    margin: 30px 0;
  }
  .article-content article .download_box .download-win,
  .article-content article .download_box .download-mac {
    min-width: 160px;
    padding: 0 12px;
    box-sizing: border-box;
    height: 48px;
    gap: 5px;
    border-radius: 5px;
  }
  .article-content article .download_box .download-win::before,
  .article-content article .download_box .download-mac::before {
    font-size: 18px;
  }
  .article-content article .download_box .download-win:hover,
  .article-content article .download_box .download-mac:hover {
    transform: translateY(-10px);
  }
  .article-content article .note {
    padding: 20px;
    border-radius: 15px;
    margin: 30px 0;
  }
  .article-content article .note-title {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 10px;
  }
  .article-content article .note p {
    font-size: 14px;
    color: #7a7a7a;
  }
  .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;
  }
}
.nocomments {
  display: none !important;
}
