article > img,
article > p > img {
  max-width: 100%;
  margin: 14px 0px;
}
header {
  position: static;
}
.banner {
  padding: 70px 0;
  background-image: url("../img/common/article/banner-background.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner h1 {
  color: #13141C;
  text-align: center;
  font-size: 36px;
  line-height: 1.3;
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 42px;
}
.banner .content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 120px;
  margin-bottom: 38px;
}
.banner .content .helpful {
  display: flex;
  align-items: center;
  gap: 12px;
}
.banner .content .helpful .helpful-title {
  color: #424243;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  margin-top: 2px;
}
.banner .content .helpful .helpful-1,
.banner .content .helpful .helpful-2,
.banner .content .helpful .helpful-3 {
  width: 24px;
  height: 24px;
  background-size: 100% 100%;
  cursor: pointer;
  transition: all 300ms;
}
.banner .content .helpful .helpful-1:hover,
.banner .content .helpful .helpful-2:hover,
.banner .content .helpful .helpful-3:hover {
  transform: translateY(-5px);
}
.banner .content .helpful .helpful-1 {
  background-image: url("../img/common/article/banner-helpful-1.png");
}
.banner .content .helpful .helpful-2 {
  background-image: url("../img/common/article/banner-helpful-2.png");
}
.banner .content .helpful .helpful-3 {
  background-image: url("../img/common/article/banner-helpful-3.png");
}
.banner .content .trust-score {
  display: flex;
  align-items: center;
  gap: 12px;
}
.banner .content .trust-score .trust-score-content {
  display: flex;
  align-items: center;
  gap: 2px;
}
.banner .content .trust-score .trust-score-content .icon-star {
  position: relative;
  z-index: 2;
  display: block;
  width: 24px;
  height: 24px;
  background: linear-gradient(to right, #dcdce6 50%, #dcdce6 50%);
}
.banner .content .trust-score .trust-score-content .icon-star::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 4px;
  left: 4px;
  width: 16px;
  height: 16px;
  background-image: url(../img/common/article/banner-star.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.banner .content .trust-score .zero-point-five .icon-star:nth-child(1) {
  background: linear-gradient(to right, #73cf11 50%, #dcdce6 50%);
}
.banner .content .trust-score .one-point .icon-star:nth-child(1) {
  background: linear-gradient(to right, #73cf11 50%, #73cf11 50%);
}
.banner .content .trust-score .one-point-five .icon-star:nth-child(1) {
  background: linear-gradient(to right, #73cf11 50%, #73cf11 50%);
}
.banner .content .trust-score .one-point-five .icon-star:nth-child(2) {
  background: linear-gradient(to right, #73cf11 50%, #dcdce6 50%);
}
.banner .content .trust-score .two-point .icon-star:nth-child(1),
.banner .content .trust-score .two-point .icon-star:nth-child(2) {
  background: linear-gradient(to right, #73cf11 50%, #73cf11 50%);
}
.banner .content .trust-score .two-point-five .icon-star:nth-child(1),
.banner .content .trust-score .two-point-five .icon-star:nth-child(2) {
  background: linear-gradient(to right, #73cf11 50%, #73cf11 50%);
}
.banner .content .trust-score .two-point-five .icon-star:nth-child(3) {
  background: linear-gradient(to right, #73cf11 50%, #dcdce6 50%);
}
.banner .content .trust-score .three-point .icon-star:nth-child(1),
.banner .content .trust-score .three-point .icon-star:nth-child(2),
.banner .content .trust-score .three-point .icon-star:nth-child(3) {
  background: linear-gradient(to right, #73cf11 50%, #73cf11 50%);
}
.banner .content .trust-score .three-point-five .icon-star:nth-child(1),
.banner .content .trust-score .three-point-five .icon-star:nth-child(2),
.banner .content .trust-score .three-point-five .icon-star:nth-child(3) {
  background: linear-gradient(to right, #73cf11 50%, #73cf11 50%);
}
.banner .content .trust-score .three-point-five .icon-star:nth-child(4) {
  background: linear-gradient(to right, #73cf11 50%, #dcdce6 50%);
}
.banner .content .trust-score .four-point .icon-star:nth-child(1),
.banner .content .trust-score .four-point .icon-star:nth-child(2),
.banner .content .trust-score .four-point .icon-star:nth-child(3),
.banner .content .trust-score .four-point .icon-star:nth-child(4) {
  background: linear-gradient(to right, #73cf11 50%, #73cf11 50%);
}
.banner .content .trust-score .four-point-five .icon-star:nth-child(1),
.banner .content .trust-score .four-point-five .icon-star:nth-child(2),
.banner .content .trust-score .four-point-five .icon-star:nth-child(3),
.banner .content .trust-score .four-point-five .icon-star:nth-child(4) {
  background: linear-gradient(to right, #73cf11 50%, #73cf11 50%);
}
.banner .content .trust-score .four-point-five .icon-star:nth-child(5) {
  background: linear-gradient(to right, #73cf11 50%, #dcdce6 50%);
}
.banner .content .trust-score .five-point .icon-star:nth-child(1),
.banner .content .trust-score .five-point .icon-star:nth-child(2),
.banner .content .trust-score .five-point .icon-star:nth-child(3),
.banner .content .trust-score .five-point .icon-star:nth-child(4),
.banner .content .trust-score .five-point .icon-star:nth-child(5) {
  background: linear-gradient(to right, #73cf11 50%, #73cf11 50%);
}
.banner .content .trust-score .trust-score-title,
.banner .content .trust-score .trust-score-text {
  color: #424243;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}
.banner .desc {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #424243;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}
.banner .desc a {
  text-decoration-line: underline;
}
.banner .desc a:hover,
.banner .desc a:active {
  color: #ff53a9;
}
.banner .desc .avater {
  margin-left: 16px;
}
.article {
  padding-top: 76px;
}
.article .container {
  position: relative;
}
.article .base-info {
  position: absolute;
  top: 0;
  left: 242px;
  right: 15px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 10px;
  padding-bottom: 15px;
  margin-bottom: 24px;
  border-bottom: 1px solid #E2E2E2;
}
.article .base-info .info-left {
  display: flex;
  align-items: center;
  gap: 60px;
}
.article .base-info .info-left span {
  color: #696969;
  font-size: 14px;
  line-height: 1.3;
}
.article .base-info .info-right {
  display: flex;
  align-items: center;
  gap: 14px;
}
.article .base-info .info-right .info-right-link {
  display: block;
  width: 32px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.article .base-info .info-right .info-right-link.media-twitter {
  background-image: url('../img/common/article/x-normal.svg');
}
.article .base-info .info-right .info-right-link.media-twitter:hover {
  background-image: url('../img/common/article/x-hover.svg');
}
.article .base-info .info-right .info-right-link.media-facebook {
  background-image: url('../img/common/article/facebook-normal.svg');
}
.article .base-info .info-right .info-right-link.media-facebook:hover {
  background-image: url('../img/common/article/facebook-hover.svg');
}
.article .base-info .info-right .info-right-link.media-instagram {
  background-image: url('../img/common/article/instagram-normal.svg');
}
.article .base-info .info-right .info-right-link.media-instagram:hover {
  background-image: url('../img/common/article/instagram-hover.svg');
}
.article .base-info .info-right .info-right-link.media-comment {
  background-image: url('../img/common/article/message-normal.svg');
}
.article .base-info .info-right .info-right-link.media-comment:hover {
  background-image: url('../img/common/article/message-hover.svg');
}
.article .base-info .info-right .language-select {
  position: relative;
  width: 144px;
  height: 35px;
}
.article .base-info .info-right .language-select .current {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 144px;
  height: 35px;
  padding: 6px 9px 7px 7px;
  border-radius: 4px;
  border: 1px solid rgba(105, 105, 105, 0.37);
  cursor: pointer;
  transition: all 0.3s ease;
}
.article .base-info .info-right .language-select .current .current-language {
  color: rgba(105, 105, 105, 0.85);
  font-size: 14px;
}
.article .base-info .info-right .language-select .current .article-arrow {
  color: rgba(105, 105, 105, 0.85);
  font-size: 12px;
  transition: transform 0.3s ease;
}
.article .base-info .info-right .language-select .article-language-list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 8px;
  border-radius: 4px;
  border: 1px solid rgba(105, 105, 105, 0.37);
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: none;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 20;
}
.article .base-info .info-right .language-select .article-language-list li {
  padding: 8px 12px;
  color: rgba(105, 105, 105, 0.85);
  font-size: 14px;
  line-height: 1.6;
  cursor: pointer;
  transition: all 0.2s ease;
}
.article .base-info .info-right .language-select .article-language-list li:hover {
  background: #f5f5f5;
  color: #333;
}
.article .base-info .info-right .language-select.active .current .article-arrow {
  transform: rotate(180deg);
}
.article .base-info .info-right .language-select.active .article-language-list {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
.article .content {
  display: flex;
  justify-content: space-between;
  padding-top: 68px;
  gap: 50px;
}
.article .article-aside {
  margin-top: -62px;
  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 {
  margin-top: 18px;
  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 h2 {
  margin: 32px 0;
  padding: 16px 24px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  background: linear-gradient(270deg, #AB4FFF 0%, #FF4DD9 46.26%, #FF8661 96.15%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
.article .article-content h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(270deg, #FFF 14.9%, rgba(255, 220, 239, 0.79) 49.68%, #FFDCEF 100%);
  z-index: -1;
}
.article .article-content h3 {
  margin: 20px 0 20px;
  color: #2B2A35;
  font-size: 28px;
  line-height: 1.3;
  padding: 3px 23px 0 15px;
  position: relative;
}
.article .article-content h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 100%;
  background-image: url('../img/common/article/h3-border-left.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.article .article-content h4 {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 500;
  color: #2B2A35;
  font-size: 24px;
  line-height: 1.3;
  margin-top: 40px;
  margin-bottom: 25px;
}
.article .article-content h4::before {
  content: '';
  width: 10px;
  height: 10px;
  background: rgba(103, 73, 240, 0.6);
}
.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 .quick-answer {
  display: flex;
  margin: 30px 0 48px 0;
  gap: 24px;
  width: 100%;
}
.article .quick-answer .quick-answer_content {
  width: 100%;
  border-radius: 16px;
  border: 1px solid #DFE8F9;
  background: #F6F9FF;
  padding: 18px 21px 20px 14px;
}
.article .quick-answer .quick-answer_content .quick-answer_title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: #F1B526;
  font-size: 16px;
  font-weight: 500;
}
.article .quick-answer .quick-answer_content .quick-answer_title::before {
  content: '';
  width: 24px;
  height: 24px;
  background-image: url("../img/common/article/quick-answer.png");
  background-size: 100% 100%;
}
.article .quick-answer .quick-answer_content .quick-answer_desc {
  color: #323946;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 14px;
}
.article .quick-answer .quick-answer_content .quick-btn-box {
  column-gap: 16px;
}
.article .quick-answer .quick-answer_content .quick-btn-box .quick-btn {
  padding: 10px 22px;
  column-gap: 6px;
  width: 132px;
  height: 36px;
  border-radius: 6px;
  font-size: 14px;
}
.article .quick-answer .quick-answer_img {
  width: 320px;
}
.article .product-box {
  display: flex;
  justify-content: space-between;
  padding: 35px 32px;
  margin-top: 50px;
  margin-bottom: 30px;
  border-radius: 16px;
  background: linear-gradient(273deg, #765BFF 17.4%, #AB4FFF 56.29%, #FF4DD9 98.28%);
}
.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 {
  max-width: 172px;
  width: 100%;
}
.article .product-box .product-right .download-btn-group {
  margin-left: 4px;
}
.article .product-box .product-right .download-btn-group .download-btn {
  border-radius: 6px;
  background: #FFA02C;
  padding: 10px 18px;
  display: none;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.article .product-box .product-right .download-btn-group .download-btn span {
  padding-top: 1px;
  color: #FFF;
  font-size: 14px;
  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 {
  background: #ff930f;
  transform: translateY(-3px);
}
.article .product-box .product-right .product-secure {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 12px 0 16px 26px;
  color: #FFF;
  font-size: 12px;
}
.article .product-box .product-right .product-secure::before {
  content: '';
  width: 16px;
  height: 16px;
  background-image: url("../img/common/article/protect.png");
}
.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 .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 .top-tip {
  display: flex;
  flex-direction: column;
  margin: 28px 0 28px 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: 24px;
  margin-bottom: 18px;
}
.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 {
  position: relative;
  border-radius: 16px;
  background: #f6f9ff;
  padding: 30px 52px;
  overflow: hidden;
  margin-top: 22px;
  margin-bottom: 32px;
}
.article .user-reviews-1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background: #D864E7;
}
.article .user-reviews-1 .desc {
  color: #2b2a35;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 24px;
}
.article .user-reviews-1 .name {
  color: #D864E7;
  font-size: 16px;
  text-align: right;
}
.article .user-reviews-2 {
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
  margin-bottom: 35px;
}
.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 .table-wrap {
  margin-top: 26px;
  margin-bottom: 30px;
}
.article .table-wrap .table {
  border-radius: 16px;
  border: 1px solid #c0c7ff;
  background: #fff;
  overflow: hidden;
}
.article .table-wrap .table-item {
  display: flex;
  min-width: fit-content;
  border-bottom: 1px solid rgba(192, 199, 255, 0.3);
}
.article .table-wrap .table-item span {
  box-sizing: border-box;
  flex-shrink: 0;
  min-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;
  flex: 1;
}
.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 .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 .recommend-product {
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 22.2px 0 rgba(76, 58, 158, 0.25);
  margin-top: 60px;
  margin-bottom: 88px;
  padding: 20px;
}
.article .recommend-product .recommend-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.article .recommend-product .title {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #2b2a35;
  font-size: 20px;
}
.article .recommend-product .title::before {
  content: '';
  width: 28px;
  height: 28px;
  background-image: url("../img/common/article/also-need-fire.png");
  background-size: 100% 100%;
}
.article .recommend-product .tags {
  display: flex;
  align-items: center;
  gap: 10px;
}
.article .recommend-product .tags .tag {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 22px;
  border-radius: 2px;
  font-size: 12px;
}
.article .recommend-product .tags .tag-hot-1 {
  color: #eb2f96;
  border: 1px solid #ffadd2;
  background: #fff0f6;
}
.article .recommend-product .tags .tag-hot-2 {
  color: #f5222d;
  border: 1px solid #ffa39e;
  background: #fff1f0;
}
.article .recommend-product .tags .tag-new-1 {
  color: #2f54eb;
  border: 1px solid #adc6ff;
  background: #f0f5ff;
}
.article .recommend-product .tags .tag-new-2 {
  color: #13c2c2;
  border: 1px solid #87e8de;
  background: #e6fffb;
}
.article .recommend-product .tags .tag-new-3 {
  color: #1890ff;
  border: 1px solid #91d5ff;
  background: #e6f7ff;
}
.article .recommend-product .info {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.article .recommend-product .info-img {
  width: 254px;
  height: 212px;
}
.article .recommend-product .intro-title {
  display: block;
  color: #2b2a35;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 12px;
}
.article .recommend-product .intro-desc {
  color: #2b2a35;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 12px;
}
.article .recommend-product .intro-link {
  color: #BF21D4;
  font-size: 16px;
}
.article .recommend-product .intro-link::after {
  content: '>>';
  display: inline-block;
  transition: all 300ms;
}
.article .recommend-product .intro-link:hover::after {
  transform: translateX(10px);
}
.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 .normal-btn-box {
  margin: 24px 0 24px 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: 32px 0 32px 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: 22px;
  margin-bottom: 40px;
}
.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 .questions {
  margin-top: 60px;
  margin-bottom: 60px;
}
.article .questions .question-box,
.article .questions .result-box {
  border: 24px solid #e9e4ff;
  margin-bottom: 20px;
  border-radius: 10px;
  background-color: #e9e4ff;
}
.article .questions .question-content,
.article .questions .result-content {
  background-color: #fff;
  border-radius: 10px;
  padding: 24px;
}
.article .questions .question-header {
  text-align: center;
  margin-bottom: 18px;
}
.article .questions .question-header span {
  font-weight: bold;
  font-size: 18px;
  background: linear-gradient(270deg, #765BFF 0%, #AB4FFF 48.08%, #FF4DD9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.article .questions .question-item {
  margin-bottom: 30px;
}
.article .questions .question-item .question-title {
  font-weight: bold;
  color: #2b2a35;
  font-size: 16px;
  margin-bottom: 16px;
}
.article .questions .question-item .answer-outer {
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.article .questions .question-item .question-answer {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 40px;
  background: #fafafa;
  padding: 12px 20px 12px 12px;
  color: #2b2a35;
  font-size: 14px;
  cursor: pointer;
}
.article .questions .question-item .question-answer::before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #cfcfcf;
  background-color: #fff;
}
.article .questions .question-item .question-answer.active {
  background: #e9e4ff;
}
.article .questions .question-item .question-answer.active::before {
  border: 1px solid #fff;
  background-color: #8165FD;
}
.article .questions .submit-btn {
  display: block;
  width: 148px;
  height: 38px;
  font-size: 16px;
  color: #fff;
  border-radius: 60px;
  background: #ababab;
  margin: 0 auto;
  cursor: pointer;
}
.article .questions .submit-btn.active {
  background: #D864E7;
}
.article .questions .result-item {
  margin-bottom: 24px;
}
.article .questions .result-item .result-title {
  display: block;
  font-weight: bold;
  color: #2b2a35;
  font-size: 16px;
  margin-bottom: 16px;
}
.article .questions .result-item .result-desc {
  color: #2b2a35;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 14px;
}
.article .questions .result-item .result-link {
  color: #D864E7;
  font-size: 14px;
}
.article .questions .result-item .result-link::after {
  content: '>>';
  display: inline-block;
  transition: all 300ms;
}
.article .questions .result-item .result-link:hover::after {
  transform: translateX(10px);
}
.article .questions .result-item .result-list {
  padding-left: 15px;
}
.article .questions .result-item .result-list .list-item {
  list-style: disc;
  color: #2b2a35;
  font-size: 14px;
  line-height: 1.8;
}
.article .questions .share-btn {
  display: block;
  font-size: 16px;
  color: #fff;
  width: 148px;
  height: 38px;
  border-radius: 60px;
  background: #D864E7;
  margin: 100px auto 20px;
  cursor: pointer;
}
.article .questions .tips {
  color: #2b2a35;
  text-align: center;
  font-size: 14px;
}
.article .questions .result-box {
  display: none;
}
.article .question-2 .question-content .question-item {
  width: fit-content;
  margin: 0 auto 30px;
}
.article .question-2 .result-item .result-title {
  text-align: center;
}
.article .question-2 .result-item .result-chart {
  width: fit-content;
  margin: 30px auto;
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: flex-end;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 100px;
}
.article .question-2 .result-item .chart-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 86px;
}
.article .question-2 .result-item .chart-item .item-value {
  color: #2563eb;
  font-size: 12px;
}
.article .question-2 .result-item .chart-item .item-bar {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 2px;
  width: 24px;
  height: 180px;
}
.article .question-2 .result-item .chart-item .item-bar .bar {
  display: block;
  width: 100%;
  height: 0%;
  background: #2563eb;
  transition: all 1500ms;
}
.article .question-2 .result-item .chart-item .item-title {
  width: 100%;
  position: absolute;
  top: 200px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  line-height: 1.4;
  color: #2b2a35;
  text-align: center;
}
.article .question-2 .share-btn {
  margin-top: 20px;
}
.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 .related-new {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 70px;
  margin-bottom: 140px;
}
.article .related-new .related-box,
.article .related-new .new-box {
  border-radius: 16px;
  background: #fafafa;
  padding: 20px;
}
.article .related-new .related-box .title,
.article .related-new .new-box .title {
  display: block;
  color: #2b2a35;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
}
.article .related-new .related-box .list,
.article .related-new .new-box .list {
  padding-left: 20px;
}
.article .related-new .related-box .list-item,
.article .related-new .new-box .list-item {
  list-style: disc;
  margin-bottom: 14px;
}
.article .related-new .related-box .list-item:last-child,
.article .related-new .new-box .list-item:last-child {
  margin-bottom: 0;
}
.article .related-new .related-box .list-item a,
.article .related-new .new-box .list-item a {
  color: #54535c;
  font-size: 16px;
  line-height: 1.8;
}
.article .related-new .related-box .list-item:hover,
.article .related-new .new-box .list-item:hover {
  color: #BF21D4;
}
.article .related-new .related-box .list-item:hover a,
.article .related-new .new-box .list-item:hover a {
  color: #BF21D4;
  text-decoration: underline;
}
.article .related-new .related-box .cover,
.article .related-new .new-box .cover {
  display: block;
  width: 240px;
  height: 120px;
  margin-bottom: 14px;
}
.article .related-new .related-box a,
.article .related-new .new-box a {
  color: #54535c;
  font-size: 16px;
  line-height: 1.8;
}
.article .related-new .related-box a:hover,
.article .related-new .new-box a:hover {
  color: #BF21D4;
  text-decoration: underline;
}
.article .related-new .related-box {
  max-width: 536px;
  width: 100%;
}
.article .related-new .new-box {
  width: 280px;
  flex-shrink: 0;
}
.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);
}
.nav-bar {
  background: #fafafa;
  color: #4b5563;
  font-size: 16px;
  margin-top: 28px;
}
.nav-bar .container {
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding-left: 100px;
}
.nav-bar span {
  color: #2b2d30;
}
@media (max-width: 1130px) {
  .article .base-info {
    gap: 10px;
  }
  .article .base-info .info-left {
    gap: 30px;
  }
  .article .base-info .info-right {
    gap: 8px;
  }
  .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: 1020px) {
  .quick-answer {
    width: 100%;
  }
  .quick-answer .quick-answer_content {
    max-width: 738px;
    width: 100%;
  }
  .quick-answer .quick-answer_img {
    display: none;
  }
}
@media (max-width: 960px) {
  .article .base-info {
    gap: 10px;
  }
  .article .base-info .info-left {
    gap: 15px;
  }
  .article .base-info .info-right {
    gap: 6px;
  }
  .article .user-reviews-2 {
    align-items: center;
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .banner {
    padding: 35px 0;
    background-image: url("../img/common/article/banner-background-mobile.png");
  }
  .banner h1 {
    font-size: 26px;
    margin-bottom: 20px;
    text-align: left;
  }
  .banner .content {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 16px;
  }
  .banner .content .helpful {
    gap: 8px;
  }
  .banner .content .trust-score {
    gap: 8px;
  }
  .banner .desc {
    display: block;
    font-size: 12px;
  }
  .banner .desc .avater {
    margin-left: 4px;
  }
  .article {
    padding-top: 30px;
  }
  .article .base-info {
    position: static;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 14px;
    border: none;
    margin-bottom: 0;
    padding-bottom: 24px;
  }
  .article .base-info .info-left {
    gap: 0;
  }
  .article .base-info .info-left span {
    color: rgba(105, 105, 105, 0.85);
  }
  .article .base-info .info-left .update-time,
  .article .base-info .info-left .view-count {
    border-right: 1px solid rgba(105, 105, 105, 0.51);
    padding-right: 6px;
    margin-right: 6px;
  }
  .article .base-info .info-right {
    gap: 10px;
  }
  .article .base-info .info-right .info-right-link {
    width: 26px;
    height: 26px;
  }
  .article .base-info .info-right .language-select {
    background-color: #F6F6F6;
  }
  .article .base-info .info-right .language-select .current .article-arrow {
    font-size: 8px;
  }
  .article .content {
    flex-direction: column;
    gap: 32px;
    padding-top: 0;
  }
  .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;
  }
  .article .article-content h4 {
    gap: 10px;
    font-size: 18px;
    margin-top: 36px;
    margin-bottom: 21px;
  }
  .article .quick-answer {
    gap: 0;
  }
  .article .quick-answer .quick-answer_content {
    max-width: 738px;
    padding: 18px 16px 16px 14px;
  }
  .article .quick-answer .quick-answer_img {
    display: none;
  }
  .article .product-box {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-top: 42px;
    margin-bottom: 32px;
    padding: 31px 26px;
  }
  .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 .basic-info {
    margin-top: 32px;
    margin-bottom: 54px;
  }
  .article .basic-info .basic-info_title {
    font-size: 18px;
  }
  .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;
    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 .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 {
    border-radius: 12px;
    border-left: 3px solid #D864E7;
    padding: 16px;
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .article .user-reviews-1::before {
    display: none;
  }
  .article .user-reviews-1 .desc {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .article .user-reviews-1 .name {
    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 .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 .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 .recommend-product {
    border-radius: 12px;
    margin-top: 48px;
    margin-bottom: 36px;
    padding: 14px;
  }
  .article .recommend-product .title {
    gap: 8px;
    font-size: 18px;
  }
  .article .recommend-product .title::before {
    width: 24px;
    height: 24px;
  }
  .article .recommend-product .tags {
    gap: 6px;
  }
  .article .recommend-product .info {
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }
  .article .recommend-product .info-img {
    width: 100%;
    height: auto;
  }
  .article .recommend-product .intro-title {
    font-size: 18px;
  }
  .article .recommend-product .intro-desc {
    font-size: 14px;
  }
  .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 .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: 68px;
    margin-bottom: 68px;
  }
  .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 .questions .question-box,
  .article .questions .result-box {
    border: 8px solid #e9e4ff;
  }
  .article .questions .question-content,
  .article .questions .result-content {
    padding: 14px;
  }
  .article .questions .question-header {
    margin-bottom: 10px;
  }
  .article .questions .question-header span {
    font-size: 14px;
    line-height: 1.8;
  }
  .article .questions .question-item {
    margin-bottom: 20px;
  }
  .article .questions .question-item .question-title {
    font-size: 14px;
    margin-bottom: 12px;
    line-height: 1.5;
  }
  .article .questions .question-item .answer-outer {
    gap: 12px;
  }
  .article .questions .tips {
    font-size: 14px;
    line-height: 1.6;
  }
  .article .question-2 .result-item .result-title {
    text-align: center;
  }
  .article .question-2 .result-item .result-chart {
    gap: 0;
  }
  .article .question-2 .result-item .chart-item {
    width: 50px;
  }
  .article .question-2 .result-item .chart-item .item-bar {
    width: 16px;
    height: 120px;
  }
  .article .question-2 .result-item .chart-item .item-title {
    top: 130px;
    font-size: 8px;
  }
  .article .question-2 .share-btn {
    margin-top: 20px;
  }
  .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;
  }
  .article .related-new {
    flex-direction: column;
    gap: 18px;
    margin-top: 36px;
    margin-bottom: 36px;
  }
  .article .related-new .related-box,
  .article .related-new .new-box {
    padding: 20px 16px;
  }
  .article .related-new .related-box .title,
  .article .related-new .new-box .title {
    font-size: 18px;
    margin-bottom: 18px;
  }
  .article .related-new .related-box .list-item,
  .article .related-new .new-box .list-item {
    margin-bottom: 12px;
  }
  .article .related-new .related-box .cover,
  .article .related-new .new-box .cover {
    width: 100%;
    height: auto;
  }
  .article .related-new .related-box {
    width: 100%;
  }
  .article .related-new .new-box {
    width: 100%;
  }
  .nav-bar {
    display: none;
  }
}
@media (max-width: 350px) {
  .article .user-reviews-2 .list {
    padding: 0 16px;
  }
}
.article article .faq-wrap .faq-item ul li {
  list-style: disc;
  margin-left: 15px;
}
.article article .faq-wrap .faq-item ol li {
  list-style:decimal;
  margin-left: 15px;
}

article .alsoreadbox .list ul {
  padding-left: 20px;
  text-align: left;
  padding: 0 0 0 20px;
  color: #595757;
  font-size: 16px;
  margin: 0;
  line-height: 28px;
}

article .alsoreadbox .list ul li {
  list-style: none;
  position: relative;
  font-size: 14px;
}

article .alsoreadbox .list ul li::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background: #2D8CFF;
  position: absolute;
  left: -16px;
  top: 12px;
}
article .tipsbox  .list ul li{
  list-style: none;
  color: #000000;
  font-size: 14px;
}
article .tipsbox .list ul{
  margin: 0;
  text-align: left;
  padding: 0;
  color: #595757;
  font-size: 16px;
  line-height: 28px;
}

article>ul {
  margin-left: 30px;
}

article>ul li {
  margin-top: 8px;
  list-style: disc;
  font: lighter 18px / 31px 'Rubik';
  color: #3E3E3E;
}

article>ol {
  margin-left: 30px;
}

article>ol li {
  margin-top: 8px;
  list-style: list-item;
  font: lighter 18px / 31px 'Rubik';
}