html {
  scroll-padding-top: 140px;
}
img {
  max-width: 100%;
  height: auto;
}
.banner {
  padding: 50px 0;
  background-color: #f9f6ff;
}
.flex_box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.banner .article-title {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  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;
  line-height: 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 i {
  width: 19px;
  height: 19px;
  background-image: url(/img/article-template/profile.svg);
}
.banner .article-date i {
  width: 19px;
  height: 19px;
  background-image: url(/img/article-template/calendar.svg);
}
.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 i,
.product-nav .product-download .download-mac i {
  width: 20px;
  height: 22px;
}
.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 i {
  background-image: url(/img/article-template/win.svg);
}
.product-nav .product-download .download-mac i {
  background-image: url(/img/article-template/mac.svg);
}
.article-content {
  padding: 50px 0;
}
.article-content .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.article-content .article {
  width: 800px;
}
.article-content .article img {
  display: block;
  margin: auto;
}
.article-content .article h2 {
  font-size: 24px;
  border-left: 6px solid #5e52ff;
  padding: 2px 0 2px 10px;
  margin: 60px 0 20px;
}
.article ul {
  margin: 30px auto;
}
.article ul li {
  font-size: 16px;
  line-height: 24px;
}

/* category */
.article-content .article .problem {
  margin-top: 44px;
  background: rgba(26, 188, 156, 0.08);
  border-radius: 14px;
  padding: 24px 30px;
}
.article-content .article .problem .problem-title {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 28px;
  text-align: left;
  margin-bottom: 12px;
}
.article-content .article .problem .category {
  margin: 0 auto;
}
.article-content .article .problem .category > li {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-top: 4px;
  margin-bottom: 4px;
  padding-left: 24px;
  position: relative;
}
.article-content .article .problem .category > li a {
  color: #333333;
}
.article-content .article .problem .category > li a:hover {
  color: #00ad96;
  text-decoration: underline;
}
.article-content .article .problem .category > li::before {
  clear: both;
  content: '';
  width: 16px;
  height: 16px;
  background: url(/img/article-template/arrow.svg);
  position: absolute;
  top: 3px;
  left: 0px;
}

/* download_box */
.download_box {
  display: flex;
  align-items: center;
  gap: 50px;
  margin: 40px 0;
  flex-wrap: wrap;
}
.download_box a,
.product-nav .product-download a {
  cursor: pointer;
}
.download_box .download-win,
.download_box .download-mac {
  min-width: 143px;
  padding: 0 22px;
  box-sizing: border-box;
  height: 48px;
  line-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;
}
.download_box .download-win i,
.download_box .download-mac i {
  width: 20px;
  height: 22px;
}
.download_box .download-win:hover,
.download_box .download-mac:hover {
  transform: translateY(-10px);
  background-color: #12ab8d;
}
.download_box .download-win i {
  background-image: url(/img/article-template/win.svg);
}
.download_box .download-mac i {
  background-image: url(/img/article-template/mac.svg);
}

/* features */
.features {
  max-width: 100%;
  width: 100%;
  border: 1px solid #f5debb;
  border-radius: 18px 18px 18px 18px;
  box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.08);
  background: rgba(254, 251, 240, 1);
  padding: 20px;
  margin: 30px auto;
}
.article-content .article .features p {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 32px;
  margin-bottom: 12px;
}
.article-content .article .features p img {
  display: inline-block !important;
}
.features ul {
  padding: 0 30px;
  margin: 0 auto;
}
.features ul li {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  margin: 12px 0;
}
.features ul li::before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #333;
  border-radius: 50%;
  left: -15px;
  top: 9px;
}

/* tips */
.tips {
  max-width: 100%;
  width: 100%;
  border: 1px solid #d3bdff;
  border-radius: 18px 18px 18px 18px;
  box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.08);
  background: rgba(249, 246, 255, 1);
  padding: 20px 20px 30px;
  margin: 30px auto;
}
.article-content .article .tips p {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 32px;
  margin-bottom: 12px;
}
.article-content .article .tips p img {
  display: inline-block !important;
}
.article-content .article .tips .info {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}

/* pro_cons */
.pro_cons {
  margin: 30px 0;
}
.pro_cons .pro_cons_item {
  max-width: 388px;
  width: 100%;
  border: 1px solid #dbdbdb;
  border-radius: 18px 18px 18px 18px;
  box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.08);
  background: #ffffff;
  padding: 20px;
}
.pro_cons .pros {
  background-color: rgba(26, 188, 156, 0.08);
  border: 1px solid rgba(26, 188, 156, 0.53);
}
.pro_cons .cons {
  background-color: rgba(249, 246, 255, 1);
  border: 1px solid #d3bdff;
}
.article-content .article .pro_cons_item p {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 32px;
  margin-bottom: 12px;
}
.article-content .article .pro_cons_item p img {
  display: inline-block !important;
}
.pro_cons_item ul {
  padding: 0 20px;
  margin: 0 auto;
}
.pro_cons_item ul li {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  margin: 12px 0;
}
.pro_cons_item ul li::before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #333;
  border-radius: 50%;
  left: -12px;
  top: 9px;
}

/* table */
.table3 tr td,
.table3 tr th {
  border: 1px solid #e8e2f3;
  border-top: none;
  border-left: none;
}
.article .table3 tr:first-child td,
.article .table3 tr:first-child th {
  border-top: 1px solid #e4e0e0;
}
.article .table3 tr td:first-child,
.article .table3 tr th:first-child {
  border-left: 1px solid #e4e0e0;
}
.article .table_box {
  overflow-y: auto;
  overflow-x: auto;
  margin: 30px auto;
}
.article .table_box .table3 {
  width: 100%;
  vertical-align: top;
  margin-top: 0;
  margin-bottom: 0;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 8px;
}
.article .table3 tr td:first-child {
  font-weight: bold;
  padding: 20px 16px 20px 16px;
  background-color: rgba(232, 226, 243, 0.5);
}
.article .table3 tr th {
  text-align: left;
  padding: 15px 20px 20px 20px;
  color: #333333;
  background: rgba(237, 250, 247, 1);
  font-size: 16px;
  font-weight: bold;
}
.article .table3 tr:first-child th:first-child {
  padding: 15px 16px 20px 16px;
}
th:first-child {
  border-top-left-radius: 8px;
}
th:last-child {
  border-top-right-radius: 8px;
}
tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}
tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}
.article .table3 tr td {
  padding: 20px 20px 20px 20px;
}

/* faq_style_2 */
.faq_style_2 {
  width: 100%;
}
.faq_style_2 .faq_list {
  width: 100%;
  padding: 20px 0px 12px 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.faq_style_2 .faq_list:first-child {
  border-top: none;
}
.faq_style_2 .faq_list:last-of-type {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.faq_style_2 .faq_list .question {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  color: #333;
  margin: 0px;
  text-align: left;
  box-sizing: border-box;
}
.faq_style_2 .faq_list .answer {
  margin: 16px 0px 0px 0px;
  display: block !important;
  line-height: 24px;
  font-weight: 400;
}

/* aside */
#aside-right .aside-right-product .btn_v1 {
  margin: 0 auto;
}
#aside-right .aside-right-product .btn_v1 div {
  margin: 0 auto;
}
#aside-right .aside-right-product .btn_v1 div a {
  margin: 0 auto;
  padding-left: 13px;
  padding-right: 13px;
  border-radius: 8px;
  min-width: 150px;
  height: 40px;
  line-height: 40px;
}
#aside-right .aside-right-product .btn_v1 a > span {
  height: 40px;
}
#aside-right .aside-right-product .btn_v1 a i {
  margin: 0 3px 0 0;
  width: 20px;
  height: 20px;
}
#aside-right .aside-right-product .btn_v1 div a > span {
  justify-content: center;
}
#aside-right .aside-right-product .btn_v1 a .text {
  height: 40px;
}
#aside-right .aside-right-product .btn_v1 a .text > span:nth-child(1) {
  margin: 5px 0 2px;
  font-size: 14px;
  line-height: 14px;
  height: 14px;
}
#aside-right .aside-right-product .btn_v1 a .text > span:nth-child(2) {
  font-size: 12px;
  line-height: 12px;
  height: 12px;
  transform: scale(0.833333, 0.833333) translate(-10%, 0);
}
#aside-right .aside-right-product .btn_v1 p {
  margin: 3px auto 10px;
  transform: scale(0.833333, 0.833333);
}
#aside-right .aside-right-product .btn_v1 .down::after {
  width: 20px;
  height: 20px;
}
.container {
  position: relative;
}
#aside-right {
  position: absolute;
  top: 0;
  right: -20px;
  width: 278px;
  overflow: visible;
  text-align: center;
}
#aside-right > div {
  margin-bottom: 30px;
  background: linear-gradient(223deg, #ece3ff 0%, #f8f5ff 100%);
  border-radius: 8px 8px 8px 8px;
}
#aside-right > div:nth-child(1) {
  padding-bottom: 20px;
}
#aside-right .aside-right-top {
  text-align: left;
}
#aside-right .aside-right-top .title {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 28px;
  padding: 16px 24px;
  font-size: 20px;
  font-weight: bold;
  color: #2c3039;
  box-sizing: border-box;
  background-color: rgba(236, 227, 255, 1);
}

#aside-right .aside-right-top .aside-right-content {
  padding: 12px 16px 20px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
  background: #ffffff;
}
#aside-right .aside-right-top .aside-right-content a {
  position: relative;
  display: inline-block;
  flex: 0.9;
  font-size: 14px;
  line-height: 24px;
  color: #444;
  text-align: left;
  padding: 4px 25px;
}
#aside-right .aside-right-top .aside-right-content a:hover {
  color: #5e52ff;
  text-decoration: underline;
}
#aside-right .aside-right-top .aside-right-content a::before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #333;
  border-radius: 50%;
  left: 11px;
  top: 13px;
}
#aside-right .aside-right-product {
  padding: 20px 0 28px;
}
#aside-right .aside-right-product a {
  font-size: 18px;
  color: #fff;
  padding: 4px 20px;
}
#aside-right .aside-right-product .download_box {
  display: inline-block;
  margin: 0 auto;
  transition: none;
}
#aside-right .aside-right-product .download-win,
#aside-right .aside-right-product .download-mac {
  margin: 12px auto;
}
#aside-right .aside-right-product .download_box .download-win:hover,
#aside-right .aside-right-product .download_box .download-mac:hover {
  transform: none;
}

#aside-right .aside-right-product > img {
  display: block;
  margin: 0px auto;
  max-width: 160px;
}
#aside-right .aside-right-product .info {
  margin: 12px 0;
  padding: 0 20px;
  font-size: 16px;
  line-height: 24px;
  color: #444;
  word-wrap: break-word;
}
#aside-right .aside-right-product .free-zone {
  margin: 0 auto;
  max-width: 183px;
}
#aside-right .aside-right-product .free-zone.single {
  height: 60px;
}
#aside-right .aside-right-product .free-zone a {
  width: 183px;
  height: 60px;
}
#aside-right .aside-right-product .free-zone a.mac:nth-child(2) {
  margin-top: 15px;
}

/* more-reading */
.more {
  margin: 0 auto;
}
.more li {
  width: 388px;
  min-width: 388px;
  background-color: #f5f7f9;
  padding: 16px 24px;
  margin-top: 24px;
  border-radius: 8px;
}
.more li a {
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 24px;
  text-align: left;
}
.more li:hover a {
  color: #5e52ff;
  text-decoration: underline;
}

/* qita */
.article-content .article h3 {
  font-size: 22px;
  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 {
  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;
}

@media (max-width: 1450px) {
  #aside-right {
    display: none;
  }
  .article-content .container {
    justify-content: space-around;
  }
}
@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 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,
  .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 .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;
  }
}
@media (max-width: 820px) {
  .more li {
    width: 60%;
    min-width: 250px;
    margin: 20px auto 0px;
  }
  .pro_cons {
    justify-content: center;
  }
  .pro_cons .cons {
    margin-top: 20px;
  }
}
.nocomments {
  display: none !important;
}

@media (max-width: 1200px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
