header {
  position: static;
}
.banner {
  padding: 70px 0 64px 0;
  background-image: url("../../img/common/article/banner-background.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.banner-content h1 {
  color: #13141C;
  text-align: center;
  font-size: 36px;
  line-height: 1.3;
}
.banner-content .banner-desc {
  max-width: 744px;
  color: #424243;
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
}
.banner-content .banner-btn-group {
  display: flex;
  align-items: center;
  gap: 42px;
}
.banner-content .banner-btn-group .banner-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 32px;
  position: relative;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 43px;
  background: linear-gradient(270deg, #765BFF 0%, #AB4FFF 25%, #FF4DD9 50%, #AB4FFF 75%, #765BFF 100%);
  background-size: 200% 100%;
  background-position: 100% 0;
}
.banner-content .banner-btn-group .banner-btn span {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}
.banner-content .banner-btn-group .banner-btn i {
  color: #FFF;
  font-size: 22px;
}
.banner-content .banner-btn-group .banner-btn:hover,
.banner-content .banner-btn-group .banner-btn:active {
  transform: translateY(-3px);
  background-position: 0% 0;
}
.article .content {
  display: flex;
  justify-content: space-between;
  padding-top: 66px;
  gap: 50px;
}
.article .article-aside {
  position: sticky;
  top: 60px;
  right: 0;
  height: min-content;
  flex: 0 0 192px;
}
.article .article-aside .back {
  display: flex;
  align-items: center;
  column-gap: 6px;
  color: #6b7589;
  font-size: 14px;
  line-height: 1.5;
}
.article .article-aside .aside-cont {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 4px 22.2px 0 rgba(76, 58, 158, 0.16);
  overflow: hidden;
}
.article .article-aside .aside-tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 12px 7px 16px;
  background: #d864e7;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  cursor: pointer;
}
.article .article-aside .aside-tit .close {
  display: flex;
  align-items: center;
  transition: transform 0.3s ease;
}
.article .article-aside .aside-tit .close img {
  transition: transform 0.3s ease;
}
.article .article-aside .aside-tit.collapsed .close img {
  transform: rotate(180deg);
}
.article .article-aside .guide-menu {
  padding: 16px 0;
}
.article .article-aside .guide-menu .guide-item {
  position: relative;
  color: #6b7589;
  padding: 0 16px;
  font-size: 14px;
  line-height: 1.5;
}
.article .article-aside .guide-menu .guide-item:nth-child(n + 2) {
  margin-top: 16px;
}
.article .article-aside .guide-menu .guide-item.active {
  color: #d864e7;
  font-weight: 600;
}
.article .article-aside .guide-menu .guide-item.active::before {
  position: absolute;
  top: 4px;
  left: 0;
  content: "";
  width: 3px;
  height: 15px;
  background: #d864e7;
}
.article .article-content {
  max-width: 840px;
}
.article .article-content p {
  color: #2B2A35;
  font-size: 18px;
  line-height: 1.8;
}
.article .article-content p a {
  color: #BF21D4;
}
.article .article-content p a:hover {
  text-decoration: underline;
}
.article .article-content p.p-spe {
  margin-bottom: 30px;
}
.article .article-content h2 {
  margin: 70px 0 32px 0;
  padding: 16px 24px;
  color: #fff;
  font-size: 32px;
  line-height: 1.2;
  border-radius: 16px;
  background: linear-gradient(270deg, #ffac9d 0%, #ff72b8 48.08%, #ff60fa 100%), linear-gradient(270deg, #fff 14.9%, rgba(255, 220, 239, 0.79) 49.68%, #ffdcef 100%);
}
.article .article-content h3 {
  margin: 45px 0 24px 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
  background: linear-gradient(270deg, #ff72b8 0%, #ff60fa 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-left: 8px solid #f54ed9;
  padding: 0 15px;
}
.article .article-content h4 {
  font-weight: 500;
  color: #2B2A35;
  font-size: 24px;
  line-height: 1.3;
  padding-left: 35px;
  margin-top: 40px;
  margin-bottom: 20px;
  position: relative;
}
.article .article-content h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 21px;
  height: 29px;
  background-image: url('../../img/common/article/h4-left.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.article .article-content .btn-box {
  display: flex;
}
.article .article-content .btn-box .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-weight: 500;
}
.article .article-content .btn-box .btn.btn-win {
  color: #fff;
  position: relative;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  background: linear-gradient(270deg, #765BFF 0%, #AB4FFF 25%, #FF4DD9 50%, #AB4FFF 75%, #765BFF 100%);
  background-size: 200% 100%;
  background-position: 100% 0;
}
.article .article-content .btn-box .btn.btn-win:hover,
.article .article-content .btn-box .btn.btn-win:active {
  transform: translateY(-3px);
  background-position: 0% 0;
}
.article .article-content .btn-box .btn.btn-mac {
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
  background: transparent;
  background: linear-gradient(270deg, #ffffff00 0%, #ffffff00 50%, #765BFF 50%, #AB4FFF 75%, #FF4DD9 100%);
  background-size: 200% 100%;
  background-position: 100% 0;
}
.article .article-content .btn-box .btn.btn-mac .icon-mac {
  background: linear-gradient(90deg, #FF4DD9, #AB4FFF);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.article .article-content .btn-box .btn.btn-mac span {
  background: linear-gradient(103deg, #FF4DD9 12.02%, #AB4FFF 51.04%, #765BFF 84.49%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
}
.article .article-content .btn-box .btn.btn-mac::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(270deg, #765bff, #ab4fff, #ff4dd9);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: exclude;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.article .article-content .btn-box .btn.btn-mac:hover,
.article .article-content .btn-box .btn.btn-mac:active {
  transform: translateY(-3px);
  background-position: 0% 0;
}
.article .article-content .btn-box .btn.btn-mac:hover .icon-mac,
.article .article-content .btn-box .btn.btn-mac:active .icon-mac,
.article .article-content .btn-box .btn.btn-mac:hover span,
.article .article-content .btn-box .btn.btn-mac:active span {
  background: #FFF;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.article .product-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 33px 42px;
  margin-top: 50px;
  margin-bottom: 30px;
  border-radius: 16px;
  background: #0B0816;
  background-image: url("../../img/common/article/banner-bg.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.article .product-box .product-left {
  max-width: 440px;
  width: 100%;
}
.article .product-box .product-left .product-title {
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 12px;
}
.article .product-box .product-left .product-desc {
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  line-height: 1.8;
}
.article .product-box .product-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 198px;
  width: 100%;
}
.article .product-box .product-right .download-btn-group .download-btn {
  border-radius: 6px;
  background: linear-gradient(270deg, #765BFF 0%, #AB4FFF 25%, #FF4DD9 50%, #AB4FFF 75%, #765BFF 100%);
  background-size: 200% 100%;
  background-position: 100% 0;
  transition: all 0.3s ease;
  cursor: pointer;
  padding: 14px 24px;
  display: none;
  align-items: center;
  gap: 7px;
}
.article .product-box .product-right .download-btn-group .download-btn span {
  padding-top: 1px;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
}
.article .product-box .product-right .download-btn-group .download-btn .icon-win,
.article .product-box .product-right .download-btn-group .download-btn .icon-mac {
  color: #FFF;
  font-size: 18px;
}
.article .product-box .product-right .download-btn-group .download-btn:hover {
  transform: translateY(-3px);
  background-position: 0% 0;
}
.article .product-box .product-right .product-switch {
  display: flex;
  align-items: center;
  gap: 12px;
}
.article .product-box .product-right .product-switch .switch-title {
  color: #FFF;
  font-size: 12px;
}
.article .product-box .product-right .product-switch .available-icon {
  color: rgba(255, 255, 255, 0.58);
}
.article .product-box .product-right .product-switch .available-icon .icon-win,
.article .product-box .product-right .product-switch .available-icon .icon-mac {
  font-size: 18px;
}
.article .product-box .product-right .product-switch .available-icon:hover {
  color: #FFF;
}
.article .normal-btn-box {
  margin: 24px 0 48px 0;
  column-gap: 24px;
}
.article .normal-btn-box .normal-btn {
  padding: 9px 26px;
  column-gap: 6px;
  width: 154px;
  height: 42px;
  border-radius: 7px;
  font-size: 16px;
}
.article .article-summary {
  max-width: 782px;
  width: 100%;
  background: linear-gradient(0deg, #FFF 0%, #FBDEFF 100%);
  margin: 40px 0 70px 30px;
  padding: 24px;
  border-radius: 16px 16px 0 0;
}
.article .article-summary .title {
  display: block;
  color: #0f0f0f;
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 600;
}
.article .article-summary .item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #2b2a35;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 14px;
}
.article .article-summary .item:last-child {
  margin-bottom: 0;
}
.article .article-summary .item::before {
  content: '';
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  background-image: url("../../img/common/article/feature.png");
  background-size: 100% 100%;
  transform: translateY(6px);
}
.article .step-wrap {
  margin-top: 70px;
  margin-bottom: 92px;
}
.article .step-wrap .step-item:last-child .item-content {
  padding-bottom: 0;
}
.article .step-wrap .step-item:last-child .item-content::before {
  display: none;
}
.article .step-wrap .item-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}
.article .step-wrap .item-header .tag {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 86px;
  height: 33px;
  border-radius: 30px;
  background: linear-gradient(180deg, #F6BAFF 0%, #FAD9FF 100%);
  font-size: 18px;
  color: #BF21D4;
}
.article .step-wrap .item-header .title {
  font-weight: bold;
  font-size: 18px;
  color: #AE2FFE;
}
.article .step-wrap .item-content {
  position: relative;
  padding-left: 100px;
  padding-bottom: 42px;
}
.article .step-wrap .item-content::before {
  content: '';
  position: absolute;
  top: -18px;
  left: 42px;
  width: 2px;
  height: calc(100% + 20px);
  background-image: url("../../img/common/article/step-line.png");
}
.article .step-wrap .item-content .desc {
  color: #2b2a35;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 30px;
}
.article .step-wrap .item-content .desc:last-child {
  margin-bottom: 0;
}
.article .step-wrap .item-content .img {
  max-width: 600px;
  width: 100%;
  height: auto;
  margin-bottom: 24px;
}
.article .step-wrap .item-content .img:last-child {
  margin-bottom: 0;
}
.article .basic-info {
  margin: 52px 0 64px 0;
}
.article .basic-info .basic-info_title {
  color: #2B2A35;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 32px;
}
.article .basic-info .basic-info_content {
  border-radius: 16px;
  border: 1px solid #ededed;
  background: #fff;
  overflow: hidden;
}
.article .basic-info .basic-info_content .basic-info_item {
  display: flex;
  justify-content: space-between;
}
.article .basic-info .basic-info_content .basic-info_item:first-child span,
.article .basic-info .basic-info_content .basic-info_item:last-child span {
  padding-top: 18px;
  padding-bottom: 18px;
}
.article .basic-info .basic-info_content .basic-info_item:first-child span:last-child {
  font-weight: bold;
}
.article .basic-info .basic-info_content .basic-info_item:last-child span {
  border-bottom: none;
}
.article .basic-info .basic-info_content span:first-child {
  width: 276px;
  color: #fff;
  font-size: 18px;
  background: #9D47FF;
  padding: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.29);
}
.article .basic-info .basic-info_content span:last-child {
  width: 564px;
  color: #2B2A35;
  font-size: 18px;
  padding: 14px 24px;
  border-bottom: 1px solid #ededed;
}
.article .table-wrap {
  margin-top: 70px;
  margin-bottom: 55px;
}
.article .table-wrap .table {
  border-radius: 16px;
  border: 1px solid #c0c7ff;
  background: #fff;
  overflow: hidden;
}
.article .table-wrap .table-item {
  display: flex;
  border-bottom: 1px solid rgba(192, 199, 255, 0.3);
}
.article .table-wrap .table-item span {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 168px;
  padding: 12px;
  border-right: 1px solid rgba(192, 199, 255, 0.3);
  color: #2b2a35;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
}
.article .table-wrap .table-item span:last-child {
  border-right: none;
}
.article .table-wrap .table-item:nth-child(even) {
  background-color: #fff;
}
.article .table-wrap .table-item:nth-child(odd) {
  background-color: #fafafa;
}
.article .table-wrap .table-item:first-child {
  background: #9D47FF;
}
.article .table-wrap .table-item:first-child span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.article .top-tip {
  display: flex;
  flex-direction: column;
  margin: 70px 0 64px 0;
}
.article .top-tip .top-tip_title {
  z-index: 2;
  margin-bottom: -22px;
  padding: 8px;
  width: 113px;
  height: 44px;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  background-image: url("../../img/common/article/top-tip.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.article .top-tip .top-tip_desc {
  z-index: 1;
  padding: 36px 50px;
  border-radius: 22px;
  border-top: 3px solid #FABF00;
  background: #FFFAEA;
  color: #2B2A35;
  font-size: 18px;
  line-height: 1.8;
}
.article .expert-advice {
  position: relative;
  border-radius: 22px;
  background: #f6f9ff;
  padding: 45px 50px;
  margin-top: 64px;
  margin-bottom: 70px;
}
.article .expert-advice ::after {
  content: '';
  position: absolute;
  bottom: 32px;
  right: 35px;
  width: 169px;
  height: 107px;
  opacity: 0.3;
  background-image: url("../../img/common/article/expert-advice-dot.png");
}
.article .expert-advice .expert-advice_desc {
  color: #2B2A35;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 20px;
}
.article .expert-advice .expert-advice_wrap {
  display: flex;
  gap: 14px;
  align-items: center;
}
.article .expert-advice .expert-advice_info {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.article .expert-advice .expert-advice_name {
  color: #2B2A35;
  font-size: 20px;
}
.article .expert-advice .expert-advice_intro {
  color: #4a4854;
  font-size: 12px;
}
.article .user-reviews-1 {
  margin: 70px 0;
  padding: 20px;
  border-radius: 16px;
  background: linear-gradient(90deg, #AD69FB 0%, #C355FF 100%);
}
.article .user-reviews-1 .reviews-title {
  display: flex;
  gap: 18px;
  align-items: flex-end;
  margin-bottom: 12px;
}
.article .user-reviews-1 .reviews-title img {
  width: 25px;
  height: 23px;
}
.article .user-reviews-1 .reviews-title span {
  color: #FFF;
  font-size: 18px;
}
.article .user-reviews-1 .reviews-desc {
  padding: 22px 24px 26px 24px;
  border-radius: 12px;
  background: #FFF;
  color: #2B2A35;
  font-size: 16px;
  line-height: 1.8;
}
.article .user-reviews-2 {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
  margin-bottom: 75px;
}
.article .user-reviews-2 .like-box,
.article .user-reviews-2 .un-like-box {
  width: 408px;
  border-radius: 12px;
  padding: 24px 14px 30px;
}
.article .user-reviews-2 .title {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #2b2a35;
  font-size: 20px;
  border-bottom: 1px solid transparent;
  margin-bottom: 20px;
  padding: 0 8px 20px;
}
.article .user-reviews-2 .title::before {
  content: '';
  width: 42px;
  height: 42px;
  background-size: 100% 100%;
}
.article .user-reviews-2 .list {
  padding: 0 24px;
}
.article .user-reviews-2 .list-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #2b2a35;
  font-size: 16px;
  line-height: 1.8;
}
.article .user-reviews-2 .list-item::before {
  content: '';
  width: 10px;
  height: 10px;
}
.article .user-reviews-2 .like-box {
  background: #fff5e9;
}
.article .user-reviews-2 .like-box .title {
  border-color: #ebdfd1;
}
.article .user-reviews-2 .like-box .title::before {
  background-image: url("../../img/common/article/we-like.png");
}
.article .user-reviews-2 .like-box .list-item::before {
  background-image: url("../../img/common/article/we-like-dot.svg");
}
.article .user-reviews-2 .un-like-box {
  background: #e9f2ff;
}
.article .user-reviews-2 .un-like-box .title {
  border-color: #c9d6e7;
}
.article .user-reviews-2 .un-like-box .title::before {
  background-image: url("../../img/common/article/we-dont.png");
}
.article .user-reviews-2 .un-like-box .list-item::before {
  background-image: url("../../img/common/article/we-dont-dot.svg");
}
.article .recommend-article-1 {
  padding: 20px;
  border-radius: 0 0 16px 16px;
  border-top: 2px solid #BF21D4;
  background: #fbfbfb;
  margin-top: 56px;
  margin-bottom: 60px;
}
.article .recommend-article-1 .title {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #2b2a35;
  font-size: 20px;
  margin-bottom: 20px;
}
.article .recommend-article-1 .title::before {
  content: '';
  width: 28px;
  height: 28px;
  background-image: url("../../img/common/article/also-like.png");
  background-size: 100% 100%;
}
.article .recommend-article-1 .list {
  padding-left: 20px;
}
.article .recommend-article-1 .list-item {
  margin-bottom: 14px;
  list-style: disc;
  color: #BF21D4;
}
.article .recommend-article-1 .list-item a {
  color: #BF21D4;
  font-size: 16px;
  line-height: 1.8;
}
.article .recommend-article-1 .list-item a:hover {
  text-decoration: underline;
}
.article .recommend-article-2 {
  border-radius: 0 0 16px 16px;
  border-top: 2px solid #BF21D4;
  background: #fbfbfb;
  padding: 40px;
}
.article .recommend-article-2 .article-box {
  margin-bottom: 35px;
}
.article .recommend-article-2 .article-box:last-child {
  margin-bottom: 0;
}
.article .recommend-article-2 .article-box .title {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #2b2a35;
  font-size: 20px;
  margin-bottom: 14px;
}
.article .recommend-article-2 .article-box .title::after {
  content: '';
  width: 93px;
  height: 3px;
  background: linear-gradient(270deg, rgba(191, 33, 212, 0) 0%, #BF21D4 100%);
  background-size: contain;
}
.article .recommend-article-2 .article-box .list {
  display: flex;
  flex-flow: row wrap;
  row-gap: 14px;
}
.article .recommend-article-2 .article-box .list-item {
  width: 50%;
  display: flex;
  align-items: center;
  gap: 10px;
}
.article .recommend-article-2 .article-box .list-item a {
  display: inline-block;
  width: 100%;
  color: #2b2a35;
  font-size: 16px;
  line-height: 1.8;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 20px;
}
.article .recommend-article-2 .article-box .list-item a:hover {
  color: #BF21D4;
  text-decoration-line: underline;
}
.article .recommend-article-2 .article-box .list-item::before {
  content: '·';
}
.article .recommend-article-2 .article-box .list-item:hover {
  color: #BF21D4;
}
.article .top-list-wrap {
  margin-top: 100px;
  margin-bottom: 90px;
}
.article .top-list-wrap .title {
  display: block;
  color: #0f0f0f;
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 600;
}
.article .top-list-wrap .list-item {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #f0f0f0;
}
.article .top-list-wrap .list-item:first-child {
  border-bottom: 1px solid #BF21D4;
}
.article .top-list-wrap .list-item:first-child .name,
.article .top-list-wrap .list-item:first-child .desc,
.article .top-list-wrap .list-item:first-child .vote {
  font-size: 14px;
  color: #2b2a35;
}
.article .top-list-wrap .list-item:last-child {
  border-bottom: none;
}
.article .top-list-wrap .list-item .name {
  width: 260px;
  padding-left: 18px;
}
.article .top-list-wrap .list-item .name a {
  font-size: 14px;
  color: #4d5fff;
}
.article .top-list-wrap .list-item .name a:hover {
  text-decoration: underline;
}
.article .top-list-wrap .list-item .desc {
  width: 390px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 20px;
}
.article .top-list-wrap .list-item .vote {
  width: 120px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.article .top-list-wrap .list-item .vote-icon {
  font-style: normal;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  cursor: pointer;
}
.article .top-list-wrap .list-item .vote-icon::before {
  content: '';
  width: 18px;
  height: 18px;
  background-size: 100%;
}
.article .top-list-wrap .list-item .vote-top::before {
  background-image: url("../../img/common/article/top-list-vote-up.svg");
}
.article .top-list-wrap .list-item .vote-top.active::before {
  background-image: url("../../img/common/article/top-list-vote-up-blue.svg");
}
.article .top-list-wrap .list-item .vote-down::before {
  background-image: url("../../img/common/article/top-list-vote-down.svg");
}
.article .top-list-wrap .list-item .vote-down.active::before {
  background-image: url("../../img/common/article/top-list-vote-down-blue.svg");
}
.article .faq-wrap {
  margin-top: 32px;
  margin-bottom: 50px;
}
.article .faq-wrap .faq-item {
  border-radius: 6px;
  border: 1px solid #e6e6e6;
  background: #fff;
  margin-bottom: 20px;
  padding: 18px 24px;
}
.article .faq-wrap .faq-item:last-child {
  margin-bottom: 0;
}
.article .faq-wrap .faq-item .question {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  color: #2b2a35;
  font-size: 18px;
  cursor: pointer;
}
.article .faq-wrap .faq-item .question::after {
  content: '';
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  background-image: url("../../img/common/article/faq-arrow.svg");
  background-size: 100% 100%;
  transform: rotate(-90deg);
  transition: all 300ms;
}
.article .faq-wrap .faq-item .answer {
  color: #2b2a35;
  font-size: 16px;
  line-height: 1.6;
  margin-top: 18px;
  display: none;
}
.article .faq-wrap .faq-item.active .question {
  font-weight: bold;
}
.article .faq-wrap .faq-item.active .question::after {
  transform: rotate(0deg);
}
.article .error-tip {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-100px);
  width: fit-content;
  height: auto;
  padding: 10px 20px;
  border-radius: 50px;
  background: #000000;
  color: #fff;
  font-size: 16px;
  z-index: 999;
  transition: all 500ms;
  opacity: 0;
}
.article .error-tip.active {
  opacity: 1;
  transform: translateX(-50%) translateY(100px);
}
.article .guide-img {
  max-width: 840px;
  width: 100%;
  margin: 35px 0 50px 0;
  border-radius: 10px;
  background: #D9D9D9;
}
.article .guide-img img {
  border-radius: 10px;
  width: 100%;
}
@media (max-width: 1130px) {
  .article .base-info .info-left {
    display: flex;
    gap: 24px;
    align-items: center;
  }
  .article .basic-info .basic-info_content span:first-child {
    max-width: 276px;
    width: 50%;
  }
  .article .basic-info .basic-info_content span:last-child {
    max-width: 564px;
    width: 100%;
  }
  .article .user-reviews-2 {
    align-items: center;
    gap: 20px;
  }
  .article .user-reviews-2 .like-box,
  .article .user-reviews-2 .un-like-box {
    width: 100%;
  }
  .article .table-wrap .table-item span {
    flex-shrink: 1;
    max-width: 168px;
    width: 100%;
  }
  .article .table-wrap .table-item img {
    max-width: 114px;
    width: 100%;
  }
  .article .top-list-wrap .list-item .name {
    max-width: 260px;
    width: 100%;
  }
  .article .top-list-wrap .list-item .desc {
    max-width: 390px;
    width: 100%;
  }
  .article .top-list-wrap .list-item .vote {
    max-width: 120px;
    width: 100%;
  }
  .article .article-summary {
    margin: 84px 0 70px 0;
  }
}
@media (max-width: 960px) {
  .article .user-reviews-2 {
    align-items: center;
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .banner {
    padding: 35px 0 52px 0;
    background-image: url("../../img/common/article/banner-background-mobile.png");
  }
  .banner-content {
    gap: 18px;
  }
  .banner-content h1 {
    font-size: 26px;
  }
  .banner-content .banner-desc {
    font-size: 14px;
  }
  .banner-content .banner-btn-group {
    gap: 12px;
  }
  .banner-content .banner-btn-group .banner-btn {
    gap: 8px;
    padding: 13px 27px;
  }
  .banner-content .banner-btn-group .banner-btn span {
    font-size: 16px;
  }
  .banner-content .banner-btn-group .banner-btn i {
    font-size: 18px;
  }
  .article .content {
    flex-direction: column;
    gap: 32px;
    padding-top: 50px;
  }
  .article .article-aside {
    margin-top: 0;
    top: 0;
    position: static;
    width: 100%;
    flex: 0;
  }
  .article .article-aside .back {
    display: none;
  }
  .article .article-aside .aside-cont {
    box-shadow: unset;
  }
  .article .article-aside .aside-tit {
    font-size: 16px;
  }
  .article .article-aside .guide-menu {
    padding: 12px 18px;
    border: 1px solid #E2E2E2;
  }
  .article .article-aside .guide-menu .guide-item {
    padding: 0;
  }
  .article .article-content p {
    font-size: 14px;
  }
  .article .article-content h2 {
    margin: 32px 0;
    padding: 12px 14px;
    font-size: 24px;
  }
  .article .article-content h3 {
    margin: 28px 0 18px;
    font-size: 20px;
    border-left: 5px solid #f54ed9;
    padding: 0 0 0 10px;
  }
  .article .article-content h4 {
    padding-left: 20px;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 18px;
  }
  .article .article-content h4::before {
    top: 1px;
    width: 15px;
    height: 20px;
  }
  .article .product-box {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-top: 42px;
    margin-bottom: 32px;
    padding: 31px 26px;
    background-position: bottom right;
  }
  .article .product-box .product-left {
    max-width: 686px;
  }
  .article .product-box .product-left .product-title {
    text-align: center;
  }
  .article .product-box .product-left .product-desc {
    text-align: center;
  }
  .article .product-box .product-right {
    max-width: 215px;
  }
  .article .product-box .product-right .download-btn-group .download-btn {
    padding: 10px 42px;
  }
  .article .product-box .product-right .download-btn-group .download-btn span {
    font-size: 14px;
  }
  .article .normal-btn-box {
    margin: 16px 0 36px 0;
    column-gap: 16px;
  }
  .article .normal-btn-box .normal-btn {
    padding: 8px 22px;
    column-gap: 6px;
    width: 132px;
    height: 36px;
    border-radius: 6px;
    font-size: 14px;
  }
  .article .article-summary {
    width: 100%;
    margin: 36px 0 68px 0;
    padding: 20px;
  }
  .article .article-summary .title {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .article .article-summary .item {
    font-size: 14px;
  }
  .article .step-wrap {
    margin-top: 38px;
    margin-bottom: 32px;
  }
  .article .step-wrap .item-header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 14px;
  }
  .article .step-wrap .item-header .title {
    font-size: 16px;
  }
  .article .step-wrap .item-content {
    padding-left: 0;
    padding-bottom: 36px;
  }
  .article .step-wrap .item-content::before {
    display: none;
  }
  .article .step-wrap .item-content .desc {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .article .step-wrap .item-content .img {
    width: 100%;
    margin-bottom: 16px;
  }
  .article .basic-info {
    margin-top: 32px;
    margin-bottom: 54px;
  }
  .article .basic-info .basic-info_title {
    font-size: 18px;
    margin-bottom: 0;
  }
  .article .basic-info .basic-info_outer {
    overflow: auto;
  }
  .article .basic-info .basic-info_outer::-webkit-scrollbar {
    display: none;
  }
  .article .basic-info .basic-info_content {
    width: fit-content;
    margin-top: 18px;
    border-radius: 16px;
    border-width: 1px;
  }
  .article .basic-info .basic-info_content .basic-info_item:first-child span,
  .article .basic-info .basic-info_content .basic-info_item:last-child span {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .article .basic-info .basic-info_content span:first-child {
    width: 190px;
    font-size: 12px;
    padding: 10px;
  }
  .article .basic-info .basic-info_content span:last-child {
    width: 390px;
    font-size: 12px;
    padding: 10px 16px;
  }
  .article .table-wrap {
    margin-top: 35px;
    margin-bottom: 35px;
    overflow: auto;
  }
  .article .table-wrap::-webkit-scrollbar {
    display: none;
  }
  .article .table-wrap .table {
    border-radius: 8px;
    width: fit-content;
  }
  .article .table-wrap .table-item span {
    width: 130px;
    padding: 12px;
    font-size: 12px;
  }
  .article .table-wrap .table-item:first-child span {
    font-size: 14px;
  }
  .article .top-tip {
    margin: 32px 0 40px 0;
  }
  .article .top-tip .top-tip_desc {
    padding: 26px 16px;
    font-size: 14px;
  }
  .article .expert-advice {
    border-radius: 12px;
    padding: 20px 16px;
    margin-top: 40px;
    margin-bottom: 32px;
  }
  .article .expert-advice ::after {
    display: none;
  }
  .article .expert-advice .expert-advice_desc {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .article .expert-advice .expert-advice_info {
    gap: 8px;
  }
  .article .expert-advice .expert-advice_name {
    font-size: 16px;
  }
  .article .user-reviews-1 {
    margin: 30px 0;
    padding: 14px;
    border-radius: 12px;
  }
  .article .user-reviews-1 .reviews-title {
    gap: 13px;
  }
  .article .user-reviews-1 .reviews-title img {
    width: 19px;
    height: 17px;
  }
  .article .user-reviews-1 .reviews-title span {
    font-size: 14px;
  }
  .article .user-reviews-1 .reviews-desc {
    padding: 16px;
    border-radius: 10px;
    font-size: 14px;
  }
  .article .user-reviews-2 {
    align-items: center;
    flex-direction: column;
    gap: 24px;
    margin-top: 32px;
    margin-bottom: 36px;
  }
  .article .user-reviews-2 .like-box,
  .article .user-reviews-2 .un-like-box {
    width: 100%;
  }
  .article .user-reviews-2 .title {
    padding: 0 8px 14px;
  }
  .article .recommend-article-1 {
    border-radius: 12px;
    border-top: 3px solid #BF21D4;
    margin-top: 36px;
    margin-bottom: 48px;
  }
  .article .recommend-article-1 .title {
    gap: 8px;
    font-size: 18px;
  }
  .article .recommend-article-1 .title::before {
    width: 24px;
    height: 24px;
  }
  .article .recommend-article-1 .list-item a {
    font-size: 14px;
  }
  .article .recommend-article-2 {
    border-radius: 12px;
    border-top: 3px solid #BF21D4;
    padding: 20px 16px;
    margin: 36px 0 46px 0;
  }
  .article .recommend-article-2 .article-box {
    margin-bottom: 20px;
  }
  .article .recommend-article-2 .article-box .title {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .article .recommend-article-2 .article-box .list {
    flex-flow: column;
  }
  .article .recommend-article-2 .article-box .list-item {
    width: 100%;
  }
  .article .recommend-article-2 .article-box .list-item a {
    font-size: 14px;
    padding-right: 0;
  }
  .article .top-list-wrap {
    margin-top: 45px;
    margin-bottom: 60px;
    overflow: auto;
  }
  .article .top-list-wrap::-webkit-scrollbar {
    display: none;
  }
  .article .top-list-wrap .top-list {
    width: fit-content;
    border-radius: 15px;
    border: 2px solid rgba(137, 57, 255, 0.2);
    background: #fff;
    padding: 30px 30px 10px 30px;
  }
  .article .top-list-wrap .list-item .name {
    width: 220px;
  }
  .article .top-list-wrap .list-item .desc {
    width: 340px;
  }
  .article .faq-wrap {
    margin-top: 18px;
    margin-bottom: 42px;
  }
  .article .faq-wrap .faq-item {
    margin-bottom: 14px;
    padding: 18px;
  }
  .article .faq-wrap .faq-item .question {
    font-size: 16px;
    line-height: 1.5;
    gap: 10px;
  }
  .article .faq-wrap .faq-item .answer {
    font-size: 14px;
  }
}
@media (max-width: 350px) {
  .article .base-info .info-left span {
    font-size: 12px;
  }
  .article .user-reviews-2 .list {
    padding: 0 16px;
  }
}
