@import url('//at.alicdn.com/t/c/font_4889994_57rpp5qifqd.css');
body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
a:focus {
  outline: none;
}
li {
  list-style: none;
}
@font-face {
  font-family: 'Rubik';
  src: url('../../font/Rubik-Regular.ttf');
  font-weight: normal;
}
@font-face {
  font-family: 'Rubik';
  src: url('../../font/Rubik-Light.ttf');
  font-weight: 300;
}
@font-face {
  font-family: 'Rubik';
  src: url(../../font/Rubik-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: 'Rubik';
  src: url(../../font/Rubik-SemiBold.ttf);
  font-weight: 600;
}
html,
body {
  font-family: 'Rubik', sans-serif;
}
.container {
  max-width: 1200px;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  box-sizing: border-box;
}
.pc-style {
  display: block;
}
.mb-style,
.hide {
  display: none;
}
.hidden {
  display: none !important;
}
.top-menu-toggle {
  display: none;
}
.top-menu-line {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: #151a23;
  transition: transform 0.3s ease, opacity 0.2s ease;
}
.top {
  opacity: 0;
  position: fixed;
  top: -70px;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: #fff;
  box-shadow: rgba(83, 108, 128, 0.2) 1px 4px 4px;
  z-index: 1000;
  transition: 0.1s;
}
.top.on {
  opacity: 1;
  top: 0;
}
.top .left {
  width: 50%;
  float: left;
}
.top .left .to-t {
  display: none;
}
.top .right {
  float: right;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 16px 0;
}
.top .right .button {
  width: 172px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-align: center;
  border-radius: 6px;
  background: #3870ff;
  transition: all 0.3s;
}
.top .right .button:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%), #3870ff;
}
.top .right .button.win_down,
.top .right .button.mac_down {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}
.top .right .button .icon-ovwin::before {
  content: '';
  width: 18px;
  height: 18px;
  display: block;
  background: url(../../img/article/icon-win.png) no-repeat center / cover;
}
.top .right .button .icon-mac:before {
  content: '';
  width: 18px;
  height: 18px;
  display: block;
  background: url(../../img/article/icon-mac.png) no-repeat center / cover;
}
.top .to-p {
  display: inline-block;
  margin: 14px 0;
}
.top .to-p img {
  display: inline-block;
  vertical-align: middle;
  width: 42px;
  height: 42px;
  margin-right: 14px;
}
.top .to-p span {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #212121;
  font-weight: 600;
  line-height: 1.2;
}
.banner {
  padding: 60px 0 68px;
  background: url('../../img/article/banner-aio.webp') no-repeat center / cover;
}
.banner h1 {
  max-width: 838px;
  margin: 0 auto;
  color: #000;
  text-align: center;
  font-size: 46px;
  font-weight: 600;
  line-height: 1.2;
}
.banner .banner-desc {
  margin-top: 18px;
  color: #191919;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
}
.back-to-top {
  bottom: 10%;
  cursor: pointer;
  height: 42px;
  width: 42px;
  position: fixed;
  right: 1%;
  text-align: center;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background-color: unset;
}
.back-to-top:hover {
  background-color: unset;
}
.back-to-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rating-area {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
.rating-area.unactive::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
.rating-area .rating-top {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-bottom: 10px;
}
.rating-area .rating-top #rating {
  display: inline-flex;
  align-items: center;
  justify-content: left;
  height: 21px;
}
.rating-area .rating-top #rating img {
  width: 21px;
  height: 21px;
}
.rating-area .rating-top #rating-hint {
  display: inline-flex;
  width: 90px;
  font-size: 18px;
  line-height: 18px;
  color: #595757;
}
.rating-area .rating-detail {
  font-size: 16px;
  color: #595757;
  display: flex;
  justify-content: left;
  align-items: baseline;
}
.rating-area .rating-detail strong {
  font-size: 20px;
  color: #595757;
}
.rating-area .rating-detail .alert {
  display: none;
  font-size: inherit;
  color: #ff6a00;
  margin-left: 8px;
  padding: 0;
}
.rating-area .rating-top #rating img {
  border: 0;
  margin-bottom: 0;
  cursor: pointer;
}
.article .comment-area .comment-form .comment-head p,
.article .comment-area .comment-form .comment-head p {
  margin-bottom: 0;
}
.feature-item-desc[data-feature-rating-stars],
p[data-feature-rating-stars] {
  display: flex;
  align-items: center;
}
.feature-item-desc[data-feature-rating-stars] img,
p[data-feature-rating-stars] img {
  width: 20px;
  height: 20px;
  margin: 0 !important;
}
.rating-area {
  margin: 0;
}
.article .article_content {
  margin-top: 22px;
}
.article .article_content .content-tips {
  max-width: 840px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e2e4e9;
  padding-bottom: 22px;
  margin-bottom: 58px;
}
.article .article_content .content-tips .avatar {
  line-height: 0;
}
.article .article_content .content-tips .avatar img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  vertical-align: middle;
  margin: 0;
  border: 0;
}
.article .article_content .content-tips .name {
  display: flex;
  align-items: center;
  margin-left: 12px;
  color: #24211f;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}
.article .article_content .content-tips .name::after {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #9fa5b0;
  margin: 0 12px;
}
.article .article_content .content-tips .time {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #727272;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}
.article .article_content .content-tips .time::before {
  content: '';
  width: 18px;
  height: 18px;
  display: block;
  background: url('../../img/article/time-logo.png') no-repeat center / cover;
}
.article .article_content .content-tips .platform {
  display: flex;
  align-items: center;
  margin-left: 12px;
}
.article .article_content .content-tips .platform img {
  display: block;
  vertical-align: middle;
  margin: 0;
  border-radius: 0;
}
.article .article_content .content-tips .platform img:hover {
  filter: brightness(0) saturate(100%);
}
.article .article_content .a_body {
  display: inline-block;
  vertical-align: top;
  max-width: 840px;
}
.article .article_content .a_body h2 {
  margin-bottom: 30px;
  color: #111827;
  font-size: 32px;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -0.96px;
}
.article .article_content .a_body strong {
  font-weight: 700;
}
.article .article_content .a_body p {
  color: #3a3c41;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 30px;
}
.article .article_content .a_body em {
  font-style: italic;
  color: #242528;
  font-weight: 600;
}
.article .article_content .a_body a {
  color: #1d6fdb;
  font-style: normal;
  font-weight: 400;
  text-decoration: underline;
}
.article .article_content .a_body .highlight {
  color: #3a3c41;
  font-style: normal;
  font-weight: 600;
  background-image: linear-gradient(#fcd338, #fcd338);
  background-size: 100% 4px;
  background-position: 0 calc(100% - 2px);
  background-repeat: no-repeat;
}
.article .article_content .a_body h3 {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 30px;
  color: #1f2937;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
  /* 33.6px */
}
.article .article_content .a_body h3::before {
  content: '';
  width: 5px;
  height: 34px;
  display: block;
  background: #4287fa;
}
.article .article_content .a_body .down_button {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 60px;
}
.article .article_content .a_body .down_button a {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 0;
  color: #fff;
  width: 285px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.2;
  border-radius: 6px;
  background: #3870ff;
  transition: all 0.3s;
}
.article .article_content .a_body .down_button a.win,
.article .article_content .a_body .down_button a.mac {
  color: #fff;
}
.article .article_content .a_body .down_button a:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%), #3870ff;
}
.article .article_content .a_body .down_button .icon-ovwin:before {
  content: '';
  width: 24px;
  height: 24px;
  display: block;
  background: url('../../img/article/icon-win.png') no-repeat center / cover;
}
.article .article_content .a_body .down_button .icon-mac:before {
  content: '';
  width: 24px;
  height: 24px;
  display: block;
  background: url('../../img/article/icon-mac.png') no-repeat center / cover;
}
.article .article_content .a_body .content_catalogue {
  margin-bottom: 60px;
  border-radius: 12px;
  border: 1px solid #e4e4e4;
  background: #fff;
  overflow: hidden;
}
.article .article_content .a_body .content_catalogue .list_t {
  position: relative;
  padding: 16px 24px;
  background: #f8f8f8;
  color: #111827;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
}
.article .article_content .a_body .content_catalogue .list_t::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translate(0, -50%);
  width: 10px;
  height: 2px;
  border-radius: 60px;
  background: #6b7280;
  cursor: pointer;
}
.article .article_content .a_body .content_catalogue .list_t::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translate(0, -50%);
  width: 10px;
  height: 2px;
  border-radius: 60px;
  background: #6b7280;
  cursor: pointer;
  transition: all 0.3s;
}
.article .article_content .a_body .content_catalogue .list_l {
  padding: 12px 0;
}
.article .article_content .a_body .content_catalogue ul a {
  display: block;
  padding: 10px 24px;
  color: #434343;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
}
.article .article_content .a_body .content_catalogue ul a:hover {
  color: #393939;
  font-weight: 600;
  text-decoration: underline;
}
.article .article_content .a_body .content_catalogue.is-collapsed .list_t::before {
  transform: translate(0, -50%) rotate(90deg);
}
.article .article_content .a_body .content_catalogue.has-sub ul ul {
  padding: 0;
}
.article .article_content .a_body .content_catalogue.has-sub ul ul a {
  padding: 10px 52px;
  color: #374151;
  font-size: 16px;
}
.article .article_content .a_body img {
  display: block;
  margin-bottom: 60px;
  height: auto;
  max-width: 100%;
  cursor: zoom-in;
  border-radius: 16px;
  border: 1px solid #cecece;
}
.article .article_content .a_body .img-desc {
  margin-bottom: 60px;
}
.article .article_content .a_body .img-desc img {
  margin: 60px 0 0;
}
.article .article_content .a_body .img-desc p {
  margin-top: 10px;
  color: #797c84;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.32px;
}
.article .article_content .a_body .step-box {
  margin-bottom: 60px;
}
.article .article_content .a_body .step-box .step-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-top: 36px;
}
.article .article_content .a_body .step-box .step-item p {
  margin: 0;
}
.article .article_content .a_body .step-box .step-item p:first-child {
  width: max-content;
  padding: 3px 8px;
  border-radius: 4px;
  background: #007bff;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  /* 21px */
}
.article .article_content .a_body .step-box .step-item p:last-child {
  flex: 1;
  color: #383838;
  font-size: 16px;
  line-height: 150%;
  /* 21px */
}
.article .article_content .a_body .my-custom-table {
  width: 100%;
}
.article .article_content .a_body .note {
  background-color: #eef6fb;
  padding: 15px 20px;
  margin-bottom: 20px;
}
.article .article_content .a_body .recommend-box {
  margin-bottom: 60px;
}
.article .article_content .a_body .recommend-box .recomend-tit {
  width: fit-content;
  padding: 12px 42px 0 20px;
  color: #1a1a1a;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.36px;
  background: url('../../img/article/recommend-tit.png') no-repeat center / cover;
  background-size: 100% 100%;
  margin: 0;
}
.article .article_content .a_body .recommend-box .recommend-cont {
  padding: 12px;
  border-radius: 0 10px 10px 10px;
  background: #b4ccf8;
}
.article .article_content .a_body .recommend-box .recommend-link {
  padding: 20px;
  border-radius: 6px;
  background: #fff;
}
.article .article_content .a_body .recommend-box .recommend-link p {
  margin: 0;
  padding: 12px 0;
  display: flex;
  align-items: center;
  gap: 36px;
}
.article .article_content .a_body .recommend-box .recommend-link p:not(:last-child) {
  border-bottom: 0.8px solid #e8e8ee;
}
.article .article_content .a_body .recommend-box .recommend-link p::after {
  content: '';
  width: 32px;
  height: 32px;
  display: block;
  background: url('../../img/article/recommend-arrow-default.png') no-repeat center / cover;
}
.article .article_content .a_body .recommend-box .recommend-link p:hover a {
  color: #197de9;
  text-decoration: underline;
}
.article .article_content .a_body .recommend-box .recommend-link p:hover::after {
  content: '';
  background: url('../../img/article/recommend-arrow-after.png') no-repeat center / cover;
}
.article .article_content .a_body .recommend-box .recommend-link a {
  flex: 1;
  color: #24211f;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.9;
  letter-spacing: 0.32px;
  text-decoration: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 显示两行 */
  overflow: hidden;
  text-overflow: ellipsis;
}
.article .article_content .a_body .tips1-box {
  margin-bottom: 60px;
}
.article .article_content .a_body .tips1-box .tips-tit {
  position: relative;
  z-index: 9;
  width: fit-content;
  border-radius: 34px;
  padding: 5px 34px;
  background: #ffd347;
  color: #1f1f1f;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 0;
  margin: 0;
}
.article .article_content .a_body .tips1-box .tips-cont {
  margin-top: -18px;
  padding: 38px 22px 20px;
  border-radius: 8px;
  border: 1px solid #fabf00;
  background: #fff9e8;
}
.article .article_content .a_body .tips1-box .tips-cont p {
  margin: 0;
  color: #38332f;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.88;
  /* 188.906% */
  letter-spacing: 0.32px;
}
.article .article_content .a_body .tips2-box {
  margin-bottom: 60px;
}
.article .article_content .a_body .tips2-box .tips-tit {
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  color: #1f1f1f;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  margin-left: 24px;
  background: #fff;
  padding: 2px 4px;
  width: fit-content;
  margin: 0;
}
.article .article_content .a_body .tips2-box .tips-tit::before {
  content: '';
  width: 22px;
  height: 22px;
  display: block;
  background: url('../../img/article/tips2-tit.png') no-repeat center / cover;
}
.article .article_content .a_body .tips2-box .tips-cont {
  margin-top: -16px;
  padding: 28px 22px 20px;
  border-radius: 8px;
  border: 1px dashed #9ea3b0;
  background: #fff;
}
.article .article_content .a_body .tips2-box .tips-cont p {
  margin: 0;
  color: #38332f;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.88;
  letter-spacing: 0.32px;
}
.article .article_content .a_body .tips3-box {
  margin-bottom: 60px;
}
.article .article_content .a_body .tips3-box .tips-tit {
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  color: #1f1f1f;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  margin-left: 24px;
  background: #fff;
  padding: 2px 4px;
  width: fit-content;
  margin: 0;
}
.article .article_content .a_body .tips3-box .tips-tit::before {
  content: '';
  width: 22px;
  height: 22px;
  display: block;
  background: url('../../img/article/tips3-tit.png') no-repeat center / cover;
}
.article .article_content .a_body .tips3-box .tips-cont {
  margin-top: -16px;
  padding: 36px 22px 6px;
  border-radius: 8px;
  border: 1px dashed #9ea3b0;
  background: #fff;
}
.article .article_content .a_body .tips3-box .tips-cont p {
  position: relative;
  display: block;
  padding-left: 32px;
  margin: 0;
  color: #38332f;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
  margin-bottom: 16px;
}
.article .article_content .a_body .tips3-box .tips-cont p::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  display: block;
  background: url('../../img/article/tips-yes.png') no-repeat center / cover;
}
.article .article_content .a_body .dislist-ul {
  margin-bottom: 60px;
  list-style: none;
  padding-left: 0;
}
.article .article_content .a_body .dislist-ul li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 24px;
  color: #313940;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
}
.article .article_content .a_body .dislist-ul li::before,
.article .article_content .a_body .dislist-ul li::after {
  content: '';
  position: absolute;
  border-radius: 50%;
}
.article .article_content .a_body .dislist-ul li::before {
  left: 0;
  top: 6px;
  width: 12px;
  height: 12px;
  background: #080808;
}
.article .article_content .a_body .dislist-ul li::after {
  left: 3px;
  top: 9px;
  width: 6px;
  height: 6px;
  background: #fff;
}
.article .article_content .a_body .dislist-ol {
  margin-bottom: 60px;
  list-style: none;
  padding-left: 0;
  counter-reset: numlist;
}
.article .article_content .a_body .dislist-ol li {
  position: relative;
  padding-left: 36px;
  counter-increment: numlist;
  margin-bottom: 24px;
  color: #313940;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
}
.article .article_content .a_body .dislist-ol li::before {
  content: counter(numlist);
  position: absolute;
  left: 0;
  top: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #080808;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
.article .article_content .a_body .review-box {
  position: relative;
  margin-bottom: 60px;
  padding: 46px 50px 40px;
  border-radius: 22px;
  background: #f6f9ff;
}
.article .article_content .a_body .review-box::after {
  content: '';
  position: absolute;
  width: 169px;
  height: 106px;
  right: 56px;
  bottom: 30px;
  background: url('../../img/article/review-ico.png') no-repeat center / cover;
}
.article .article_content .a_body .review-box p {
  margin: 0;
  color: #2b2a35;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  /* 32.4px */
}
.article .article_content .a_body .review-box .review-info {
  display: flex;
  align-items: center;
  gap: 14px;
}
.article .article_content .a_body .review-box .review-name {
  margin: 0;
  color: #2b2a35;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}
.article .article_content .a_body .review-box .review-job {
  margin: 0;
  margin-top: 6px;
  color: #4a4854;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
}
.article .article_content .a_body .review-box .review-info {
  margin-top: 20px;
}
.article .article_content .a_body .review-box .review-avatar {
  margin: 0;
}
.article .article_content .a_body .review-box .review-avatar img {
  margin: 0;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  border: 0;
}
.article .article_content .a_body .merit-box {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 24px;
  margin-bottom: 60px;
}
.article .article_content .a_body .merit-box .merit-left {
  flex: 1;
  position: relative;
  height: auto;
  padding: 16px 14px;
  background: #ffffff;
  border: 1px solid #27c1aa;
  border-radius: 10px;
}
.article .article_content .a_body .merit-box .merit-left .merit-tit {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #0e927c;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  margin-bottom: 18px;
}
.article .article_content .a_body .merit-box .merit-left .merit-tit::before {
  content: '';
  display: block;
  width: 44px;
  height: 44px;
  background: url('../../img/article/merit-left.png') no-repeat center / cover;
}
.article .article_content .a_body .merit-box .merit-left .merit-item {
  margin: 0;
  position: relative;
  color: #1f2937;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  /* 22.4px */
  margin-bottom: 14px;
  padding-left: 30px;
  margin-left: 12px;
  transition: all 0.3s;
}
.article .article_content .a_body .merit-box .merit-left .merit-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  background: url('../../img/article/merit-yes.png') no-repeat center / cover;
}
.article .article_content .a_body .merit-box .merit-left .merit-item:hover {
  transform: scale(1.05);
}
.article .article_content .a_body .merit-box .merit-left::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 94%;
  height: 100%;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 10px);
  max-height: 182px;
  border-radius: 12px;
  background: linear-gradient(270deg, #66cec1 0%, #22cf8a 100%);
}
.article .article_content .a_body .merit-box .merit-right {
  flex: 1;
  height: auto;
  position: relative;
  padding: 16px 14px;
  background: #ffffff;
  border: 1px solid #f27867;
  border-radius: 10px;
}
.article .article_content .a_body .merit-box .merit-right .merit-tit {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #d75844;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  margin-bottom: 18px;
}
.article .article_content .a_body .merit-box .merit-right .merit-tit::before {
  content: '';
  display: block;
  width: 44px;
  height: 44px;
  background: url('../../img/article/merit-right.png') no-repeat center / cover;
}
.article .article_content .a_body .merit-box .merit-right .merit-item {
  margin: 0;
  position: relative;
  color: #1f2937;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  /* 22.4px */
  margin-bottom: 14px;
  padding-left: 30px;
  margin-left: 12px;
  transition: all 0.3s;
}
.article .article_content .a_body .merit-box .merit-right .merit-item:hover {
  transform: scale(1.05);
}
.article .article_content .a_body .merit-box .merit-right .merit-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  background: url('../../img/article/merit-no.png') no-repeat center / cover;
}
.article .article_content .a_body .merit-box .merit-right::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 94%;
  height: 100%;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 10px);
  max-height: 182px;
  border-radius: 12px;
  background: linear-gradient(270deg, #f46464 0%, #f59968 100%);
}
.article .article_content .a_body .table-box3 {
  margin-bottom: 60px;
}
.article .article_content .a_body .table-box3 table {
  border-radius: 8px;
  border: 1px solid #d8e0e8;
  background: #fff;
  overflow: hidden;
}
.article .article_content .a_body .table-box3 tr:last-child td {
  border-bottom: 0;
}
.article .article_content .a_body .table-box3 tr p {
  margin: 0;
}
.article .article_content .a_body .table-box3 tr img {
  margin: 0;
}
.article .article_content .a_body .table-box3 tr td {
  min-height: 54px;
  border-bottom: 1px solid #d8e0e8;
}
.article .article_content .a_body .table-box3 tr td:first-child {
  padding: 7px 0;
  background: #f5f8fa;
  width: 350px;
}
.article .article_content .a_body .table-box3 tr td:first-child p {
  margin-left: 24px;
  color: #2e3840;
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
  /* 278.571% */
}
.article .article_content .a_body .table-box3 tr td:last-child {
  background: #fff;
  width: 484px;
}
.article .article_content .a_body .table-box3 tr td:last-child p {
  margin-left: 20px;
  color: #313940;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}
.article .article_content .a_body .table-box3 tr td:last-child img {
  margin-left: 20px;
}
.article .article_content .a_body iframe {
  margin-bottom: 60px;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  width: 100%;
  height: auto;
  border: 0;
}
.article .article_content .a_body .img-swiper-box {
  position: relative;
  width: 852px;
  max-width: 100%;
  margin-bottom: 60px;
}
.article .article_content .a_body .img-swiper-box .img-swiper {
  max-width: 740px;
  margin: 0 auto;
  border-radius: 12px;
  border: 0.98px solid #dcdcdc;
  background: #fff;
  box-shadow: 0 0 19.603px 0 rgba(47, 47, 58, 0.15);
}
.article .article_content .a_body .img-swiper-box .img-swiper .swiper-wrapper .swiper-slide {
  overflow: hidden;
  box-sizing: border-box;
}
.article .article_content .a_body .img-swiper-box .img-swiper .swiper-wrapper img {
  width: 100%;
  margin-top: 0;
  cursor: default;
  border-radius: 0;
  margin-bottom: 0;
}
.article .article_content .a_body .img-swiper-box .img-swiper .swiper-wrapper .slide-info {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px;
}
.article .article_content .a_body .img-swiper-box .img-swiper .swiper-wrapper .slide-info .slide-num {
  padding: 3px 8px;
  border-radius: 4px;
  background: #007bff;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  /* 21px */
}
.article .article_content .a_body .img-swiper-box .img-swiper .swiper-wrapper .slide-info .slide-tit {
  flex: 1;
  color: #383838;
  font-size: 14px;
  line-height: 150%;
  /* 21px */
}
.article .article_content .a_body .img-swiper-box .img-swiper-nav {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}
.article .article_content .a_body .img-swiper-box .img-swiper-button-prev,
.article .article_content .a_body .img-swiper-box .img-swiper-button-next {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 1px solid #d6d6d6;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  pointer-events: auto;
  transition: background 0.3s, border-color 0.3s;
}
.article .article_content .a_body .img-swiper-box .img-swiper-button-prev::before,
.article .article_content .a_body .img-swiper-box .img-swiper-button-next::before {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  border-top: 2px solid #1c1c1c;
  border-left: 2px solid #1c1c1c;
  transition: border-color 0.3s;
}
.article .article_content .a_body .img-swiper-box .img-swiper-button-prev:hover,
.article .article_content .a_body .img-swiper-box .img-swiper-button-next:hover {
  background: #121212;
  border-color: #d6d6d6;
}
.article .article_content .a_body .img-swiper-box .img-swiper-button-prev:hover::before,
.article .article_content .a_body .img-swiper-box .img-swiper-button-next:hover::before {
  border-color: #fff;
}
.article .article_content .a_body .img-swiper-box .img-swiper-button-prev::before {
  transform: translateX(2px) rotate(-45deg);
}
.article .article_content .a_body .img-swiper-box .img-swiper-button-next::before {
  transform: translateX(-2px) rotate(135deg);
}
.article .article_content .a_body .my-custom-table,
.article .article_content .a_body .table2,
.article .article_content .a_body .table1 {
  margin-bottom: 60px;
  padding-bottom: 12px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.article .article_content .a_body .my-custom-table::-webkit-scrollbar,
.article .article_content .a_body .table2::-webkit-scrollbar,
.article .article_content .a_body .table1::-webkit-scrollbar {
  height: 6px;
  background: transparent;
}
.article .article_content .a_body .my-custom-table::-webkit-scrollbar-track,
.article .article_content .a_body .table2::-webkit-scrollbar-track,
.article .article_content .a_body .table1::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}
.article .article_content .a_body .my-custom-table::-webkit-scrollbar-thumb,
.article .article_content .a_body .table2::-webkit-scrollbar-thumb,
.article .article_content .a_body .table1::-webkit-scrollbar-thumb {
  border-radius: 18px;
  background: #c6d1d9;
}
.article .article_content .a_body .my-custom-table table,
.article .article_content .a_body .table2 table,
.article .article_content .a_body .table1 table {
  width: 100% !important;
  height: auto !important;
  border-radius: 8px;
  border: 0 !important;
  table-layout: fixed;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
}
.article .article_content .a_body .my-custom-table tr:first-child td,
.article .article_content .a_body .table2 tr:first-child td,
.article .article_content .a_body .table1 tr:first-child td {
  border-top: 1px solid #cbd5e1 !important;
}
.article .article_content .a_body .my-custom-table tr:last-child td,
.article .article_content .a_body .table2 tr:last-child td,
.article .article_content .a_body .table1 tr:last-child td {
  border-bottom: 1px solid transparent !important;
  box-shadow: inset 0 -1px 0 #cbd5e1;
}
.article .article_content .a_body .my-custom-table td:first-child,
.article .article_content .a_body .table2 td:first-child,
.article .article_content .a_body .table1 td:first-child {
  border-left: 1px solid #cbd5e1 !important;
}
.article .article_content .a_body .my-custom-table td:last-child,
.article .article_content .a_body .table2 td:last-child,
.article .article_content .a_body .table1 td:last-child {
  border-right: 1px solid #cbd5e1 !important;
}
.article .article_content .a_body .my-custom-table tr:first-child td:first-child,
.article .article_content .a_body .table2 tr:first-child td:first-child,
.article .article_content .a_body .table1 tr:first-child td:first-child {
  border-top-left-radius: 8px;
}
.article .article_content .a_body .my-custom-table tr:first-child td:last-child,
.article .article_content .a_body .table2 tr:first-child td:last-child,
.article .article_content .a_body .table1 tr:first-child td:last-child {
  border-top-right-radius: 8px;
}
.article .article_content .a_body .my-custom-table tr:last-child td:first-child,
.article .article_content .a_body .table2 tr:last-child td:first-child,
.article .article_content .a_body .table1 tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}
.article .article_content .a_body .my-custom-table tr:last-child td:last-child,
.article .article_content .a_body .table2 tr:last-child td:last-child,
.article .article_content .a_body .table1 tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}
.article .article_content .a_body .my-custom-table tr,
.article .article_content .a_body .table2 tr,
.article .article_content .a_body .table1 tr {
  height: auto !important;
}
.article .article_content .a_body .my-custom-table tr:not(:last-child) td,
.article .article_content .a_body .table2 tr:not(:last-child) td,
.article .article_content .a_body .table1 tr:not(:last-child) td {
  border-bottom: 1px solid #d8dce6 !important;
}
.article .article_content .a_body .my-custom-table td,
.article .article_content .a_body .table2 td,
.article .article_content .a_body .table1 td {
  box-sizing: border-box;
  border: 0 !important;
  height: auto !important;
}
.article .article_content .a_body .my-custom-table td p,
.article .article_content .a_body .table2 td p,
.article .article_content .a_body .table1 td p {
  margin: 0;
}
.article .article_content .a_body .my-custom-table td img,
.article .article_content .a_body .table2 td img,
.article .article_content .a_body .table1 td img {
  border: 0;
}
.article .article_content .a_body .my-custom-table td:not(:last-child),
.article .article_content .a_body .table2 td:not(:last-child),
.article .article_content .a_body .table1 td:not(:last-child) {
  border-right: 1px solid #d8dce6 !important;
}
.article .article_content .a_body .my-custom-table td,
.article .article_content .a_body .table2 td,
.article .article_content .a_body .table1 td {
  width: 206px !important;
  padding: 12px 16px !important;
}
.article .article_content .a_body .my-custom-table td:hover,
.article .article_content .a_body .table2 td:hover,
.article .article_content .a_body .table1 td:hover {
  background: #f0f7ff !important;
}
.article .article_content .a_body .my-custom-table td p,
.article .article_content .a_body .table2 td p,
.article .article_content .a_body .table1 td p {
  color: #334155;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
}
.article .article_content .a_body .my-custom-table .firstRow,
.article .article_content .a_body .table2 .firstRow,
.article .article_content .a_body .table1 .firstRow {
  background: #487dfe !important;
}
.article .article_content .a_body .my-custom-table .firstRow td,
.article .article_content .a_body .table2 .firstRow td,
.article .article_content .a_body .table1 .firstRow td {
  background: #487dfe !important;
}
.article .article_content .a_body .my-custom-table .firstRow td:hover,
.article .article_content .a_body .table2 .firstRow td:hover,
.article .article_content .a_body .table1 .firstRow td:hover {
  background: #487dfe !important;
}
.article .article_content .a_body .my-custom-table .firstRow p,
.article .article_content .a_body .table2 .firstRow p,
.article .article_content .a_body .table1 .firstRow p {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  /* 22.4px */
}
.article .article_content .a_body .my-custom-table .firstRow span,
.article .article_content .a_body .table2 .firstRow span,
.article .article_content .a_body .table1 .firstRow span {
  color: #fff !important;
}
.article .article_content .a_body .table2 table {
  overflow: visible;
}
.article .article_content .a_body .table2 tr td {
  width: 222px !important;
}
.article .article_content .a_body .table2 tr td:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
  width: 180px !important;
  background: #487dfe !important;
  border-right: 1px solid #d8dce6 !important;
}
.article .article_content .a_body .table2 tr td:first-child p {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  /* 22.4px */
}
.article .article_content .a_body .table2 tr:not(:last-child) td:first-child {
  border-bottom-color: transparent !important;
  box-shadow: inset 0 -1px 0 #d8dce6;
}
.article .article_content .a_body .table2 tr:first-child td:first-child {
  z-index: 3;
}
.article .article_content .a_body .table1 {
  max-height: 75vh;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #c6d1d9 transparent;
}
.article .article_content .a_body .table1::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.article .article_content .a_body .table1 table {
  overflow: visible;
}
.article .article_content .a_body .table1 .firstRow td {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #487dfe;
  border-bottom-color: transparent !important;
  box-shadow: inset 0 -1px 0 #d8dce6;
}
.article .article_content .a_body .table1 .firstRow td:first-child {
  border-top-left-radius: 8px;
}
.article .article_content .a_body .table1 .firstRow td:last-child {
  border-top-right-radius: 8px;
}
.article .article_content .a_body .feature-box {
  margin-bottom: 60px;
}
.article .article_content .a_body .feature-box .feature-tit {
  color: #6b7280;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
}
.article .article_content .a_body .feature-box .feature-cont {
  margin-top: 8px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border-radius: 8px;
  border: 1px solid #d5d9d4;
  overflow: hidden;
}
.article .article_content .a_body .feature-box .feature-item {
  grid-column: span 2;
  padding: 18px;
  box-sizing: border-box;
  border-left: 1px solid #d5d9d4;
  border-top: 1px solid #d5d9d4;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.article .article_content .a_body .feature-box .feature-item p {
  margin: 0;
}
.article .article_content .a_body .feature-box .feature-item img {
  border: 0;
}
.article .article_content .a_body .feature-box .feature-item:nth-child(-n + 3) {
  border-top: 0;
}
.article .article_content .a_body .feature-box .feature-item:nth-child(3n + 1) {
  border-left: 0;
}
.article .article_content .a_body .feature-box .feature-item:first-child:nth-last-child(4),
.article .article_content .a_body .feature-box .feature-item:first-child:nth-last-child(4) ~ .feature-item {
  grid-column: span 3;
}
.article .article_content .a_body .feature-box .feature-item:first-child:nth-last-child(4) ~ .feature-item:nth-child(n + 3) {
  border-top: 1px solid #d5d9d4;
}
.article .article_content .a_body .feature-box .feature-item:first-child:nth-last-child(4) ~ .feature-item:nth-child(3) {
  border-left: 0;
}
.article .article_content .a_body .feature-box .feature-item:first-child:nth-last-child(4) ~ .feature-item:nth-child(4) {
  border-left: 1px solid #d5d9d4;
}
.article .article_content .a_body .feature-box .feature-item:first-child:nth-last-child(5) ~ .feature-item:nth-child(n + 4) {
  grid-column: span 3;
}
.article .article_content .a_body .feature-box .feature-item img {
  margin: 0;
}
.article .article_content .a_body .feature-box .feature-rating-stars {
  min-height: 20px;
  line-height: 0;
}
.article .article_content .a_body .feature-box .feature-rating-stars img {
  width: auto;
  height: 20px;
  vertical-align: middle;
}
.article .article_content .a_body .feature-box .feature-item-tit {
  color: #1a1a2e;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  /* 142.857% */
}
.article .article_content .a_body .feature-box .feature-item-tit::before {
  content: '';
  width: 22px;
  height: 22px;
  display: block;
  margin-bottom: 8px;
  background: url('../../img/article/feature-item-yes.png') no-repeat center / cover;
}
.article .article_content .a_body .feature-box .feature-item-big {
  color: #1a1a2e;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  /* 137.5% */
}
.article .article_content .a_body .feature-box .feature-item-desc {
  color: #6b7280;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  /* 142.857% */
}
.article .article_content .a_body .feature-box .feature-item-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.article .article_content .a_body .feature-box .feature-item-tag li {
  transition: all 0.3s;
}
.article .article_content .a_body .feature-box .feature-item-tag li:hover {
  transform: scale(1.2);
}
.article .article_content .a_body .feature-box .feature-item-tag .red {
  width: fit-content;
  padding: 0 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  border-radius: 2px;
  border: 1px solid #ffadd2;
  background: #fff0f6;
  color: #eb2f96;
}
.article .article_content .a_body .feature-box .feature-item-tag .pink {
  width: fit-content;
  padding: 0 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  border-radius: 2px;
  border: 1px solid #ffa39e;
  background: #fff1f0;
  color: #f5222d;
}
.article .article_content .a_body .feature-box .feature-item-tag .blue {
  width: fit-content;
  padding: 0 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  border-radius: 2px;
  border: 1px solid #adc6ff;
  background: #f0f5ff;
  color: #2f54eb;
}
.article .article_content .a_body .feature-box .feature-item-tag .green {
  width: fit-content;
  padding: 0 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  border-radius: 2px;
  border: 1px solid #6dd496;
  background: #eefcf3;
  color: #29a85c;
}
.article .article_content .a_body .feature-box .feature-item-tag .skyblue {
  width: fit-content;
  padding: 0 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  border-radius: 2px;
  border: 1px solid #91d5ff;
  background: #e6f7ff;
  color: #1890ff;
}
.article .article_content .a_body .feature-box .feature-item-tag .yellow {
  width: fit-content;
  padding: 0 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  border-radius: 2px;
  border: 1px solid #f3a54c;
  background: #fff7ed;
  color: #ed850d;
}
.article .article_content .score-box {
  padding: 26px;
  border-radius: 12px;
  background: #fbfbfb;
  margin-bottom: 50px;
}
.article .article_content .score-box .score-tit {
  color: #26262e;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  /* 116.667% */
}
.article .article_content .score-box .score-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 8px;
}
.article .article_content .score-box .score-ico.is-disabled .score-good,
.article .article_content .score-box .score-ico.is-disabled .score-bad {
  cursor: default;
}
.article .article_content .score-box .score-ico.is-disabled .score-good:hover,
.article .article_content .score-box .score-ico.is-disabled .score-bad:hover {
  background: transparent;
}
.article .article_content .score-box .score-ico.is-disabled .score-good.active:hover,
.article .article_content .score-box .score-ico.is-disabled .score-bad.active:hover {
  background: #e8f0ff;
}
.article .article_content .score-box .score-good,
.article .article_content .score-box .score-bad {
  border-radius: 50%;
  transition: all 0.3s;
  cursor: pointer;
}
.article .article_content .score-box .score-good img,
.article .article_content .score-box .score-bad img {
  width: 54px;
  height: 54px;
  vertical-align: middle;
}
.article .article_content .score-box .score-good:hover,
.article .article_content .score-box .score-bad:hover {
  background: #f0f2f5;
}
.article .article_content .score-box .score-good.active,
.article .article_content .score-box .score-bad.active {
  border: 1.35px solid #8cade5;
  background: #e8f0ff;
}
.article .article_content .score-box .score-desc {
  display: none;
  margin-top: 8px;
  text-align: center;
  color: #597a94;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  /* 142.857% */
}
.article .article_content .score-box .score-desc .score-desc-good,
.article .article_content .score-box .score-desc .score-desc-bad {
  display: none;
}
.article .article_content .a_sidebar {
  display: inline-block;
  width: 320px;
  float: right;
  margin-top: -38px;
}
.article .article_content .a_sidebar .sidebar_search {
  display: none;
}
.article .article_content .a_sidebar .sidebar_top {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 10px;
}
.article .article_content .a_sidebar .sidebar_top a {
  display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.article .article_content .a_sidebar .sidebar_top a::after {
  content: '';
  position: absolute;
  top: 6px;
  right: 6px;
  display: block;
  opacity: 0;
  width: 34px;
  height: 34px;
  background: url('../../img/article/sidebar-arrow.png') no-repeat center / cover;
  transition: all 0.3s;
}
.article .article_content .a_sidebar .sidebar_top a:hover::after {
  opacity: 1;
}
.article .article_content .a_sidebar .sidebar_top img {
  vertical-align: middle;
  width: 100%;
  object-fit: contain;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s;
}
.article .article_content .a_sidebar .sidebar_top img:hover {
  transform: scale(1.1);
}
.article .article_content .a_sidebar .sidebar_post {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  background: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
}
.article .article_content .a_sidebar .sidebar_post span.h {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 20px;
  color: #1f2937;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  border-bottom: 1px solid #e2e8f0;
}
.article .article_content .a_sidebar .sidebar_post span.h::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url('../../img/article/aside-hot.png') no-repeat center / cover;
}
.article .article_content .a_sidebar .sidebar_post ul {
  counter-reset: sidebar-post;
}
.article .article_content .a_sidebar .sidebar_post ul a {
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  min-height: 82px;
  padding: 14px 42px 14px 44px;
  color: #393939;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.article .article_content .a_sidebar .sidebar_post ul a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 18px;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: 2px solid #9aa3af;
  border-right: 2px solid #9aa3af;
  transform: rotate(45deg);
}
.article .article_content .a_sidebar .sidebar_post li {
  position: relative;
  counter-increment: sidebar-post;
  border-bottom: 1px solid #e5e7eb;
  transition: background 0.3s;
}
.article .article_content .a_sidebar .sidebar_post li:hover {
  background: #f1f4f6;
}
.article .article_content .a_sidebar .sidebar_post li::before {
  content: counter(sidebar-post);
  position: absolute;
  top: 50%;
  left: 14px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  border-radius: 4px;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  background: #8b8f96;
}
.article .article_content .a_sidebar .sidebar_post li:nth-child(1)::before {
  background: #22c55e;
}
.article .article_content .a_sidebar .sidebar_post li:nth-child(2)::before {
  background: #f43f5e;
}
.article .article_content .a_sidebar .sidebar_post li:nth-child(3)::before {
  background: #f97316;
}
.article .article_content .a_sidebar .sidebar_post .all-hot {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px;
  color: #2563eb;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}
.article .article_content .a_sidebar .sidebar_post .all-hot:hover::after {
  transform: translateX(6px);
}
.article .article_content .a_sidebar .sidebar_post .all-hot::after {
  content: '';
  width: 14px;
  height: 14px;
  transition: all 0.3s;
  background: url('../../img/article/aside-hot-arrow.png') no-repeat center / cover;
}
.article .article_content .a_sidebar .sidebar_catalogue {
  display: none;
  width: 320px;
  margin-bottom: 30px;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #f0f0f0;
  background: #fff;
}
.article .article_content .a_sidebar .sidebar_catalogue.is-visible {
  display: block;
}
.article .article_content .a_sidebar .sidebar_catalogue.is-fixed {
  position: fixed;
  z-index: 20;
}
.article .article_content .a_sidebar .sidebar_catalogue.is-measuring {
  visibility: hidden;
  pointer-events: none;
}
.article .article_content .a_sidebar .sidebar_catalogue .sidebar_catalogue_head {
  box-sizing: border-box;
  width: 100%;
  padding: 16px 20px;
  background: #24211f;
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  line-height: 21px;
}
.article .article_content .a_sidebar .sidebar_catalogue .sidebar_catalogue_body {
  display: flex;
  align-items: flex-start;
  height: 490px;
  box-sizing: border-box;
  padding-left: 10px;
  overflow: hidden;
}
.article .article_content .a_sidebar .sidebar_catalogue .sidebar_catalogue_scroll {
  flex: 1;
  min-width: 0;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: #d9d9d9 transparent;
}
.article .article_content .a_sidebar .sidebar_catalogue .sidebar_catalogue_scroll::-webkit-scrollbar {
  width: 4px;
}
.article .article_content .a_sidebar .sidebar_catalogue .sidebar_catalogue_scroll::-webkit-scrollbar-track {
  background: transparent;
}
.article .article_content .a_sidebar .sidebar_catalogue .sidebar_catalogue_scroll::-webkit-scrollbar-thumb {
  border-radius: 13px;
  background: #d9d9d9;
}
.article .article_content .a_sidebar .sidebar_catalogue .sidebar_catalogue_progress_track {
  flex: 0 0 3px;
  width: 3px;
  height: calc(100% - 28px);
  margin-top: 20px;
  overflow: hidden;
  background: #e4eaf3;
}
.article .article_content .a_sidebar .sidebar_catalogue .sidebar_catalogue_progress_bar {
  width: 3px;
  height: 0;
  background: #4287fa;
  transition: height 0.15s linear;
}
.article .article_content .a_sidebar .sidebar_catalogue .sidebar_catalogue_list {
  flex: 1;
  min-width: 0;
  padding: 8px 0;
}
.article .article_content .a_sidebar .sidebar_catalogue .sidebar_catalogue_row {
  display: flex;
  align-items: center;
  width: 100%;
}
.article .article_content .a_sidebar .sidebar_catalogue .sidebar_catalogue_link {
  display: block;
  flex: 1;
  min-width: 0;
  box-sizing: border-box;
  padding: 8px 8px 8px 20px;
  color: #707070;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  word-break: break-word;
}
.article .article_content .a_sidebar .sidebar_catalogue .sidebar_catalogue_link:hover {
  color: #393939;
}
.article .article_content .a_sidebar .sidebar_catalogue .sidebar_catalogue_link.is-active {
  color: #393939;
}
.article .article_content .a_sidebar .sidebar_catalogue .sidebar_catalogue_sublist {
  display: block;
}
.article .article_content .a_sidebar .sidebar_catalogue .sidebar_catalogue_sub_link {
  display: block;
  box-sizing: border-box;
  padding: 8px 20px 8px 40px;
  color: #707070;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  word-break: break-word;
}
.article .article_content .a_sidebar .sidebar_catalogue .sidebar_catalogue_sub_link:hover {
  color: #3d3d3d;
}
.article .article_content .a_sidebar .sidebar_catalogue .sidebar_catalogue_sub_link.is-active {
  color: #393939;
}
.article .article_content .a_sidebar .sidebar_catalogue .is-active {
  color: #393939;
}
.article .article_content .a_sidebar .sidebar_catalogue .sidebar_catalogue_toggle {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin-right: 20px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  line-height: 0;
  transition: transform 0.2s;
}
.article .article_content .a_sidebar .sidebar_catalogue .sidebar_catalogue_toggle::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 auto;
  border-top: 2px solid #9aa3af;
  border-right: 2px solid #9aa3af;
  transform: rotate(45deg);
  transition: transform 0.2s;
}
.article .article_content .a_sidebar .sidebar_catalogue .sidebar_catalogue_item.has-children:not(.is-collapsed) .sidebar_catalogue_toggle::after {
  transform: rotate(135deg);
}
.article .article_content .a_sidebar .sidebar_catalogue .sidebar_catalogue_item.is-collapsed .sidebar_catalogue_sublist {
  display: none;
}
.article .comment-area {
  margin-top: 50px;
  margin-bottom: 60px;
  overflow: hidden;
}
.article .comment-area p {
  margin: 0;
}
.article .comment-area .loading .inner {
  display: flex;
  width: 30px;
  height: 50px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}
.article .comment-area .loading .inner span {
  display: inline-flex;
  width: 4px;
  height: 100%;
  border-radius: 4px;
  background: #1e2426;
  animation: load 1s ease infinite;
  -webkit-animation: load 1s ease infinite;
  -moz-animation: load 1s ease infinite;
}
.article .comment-area .loading .inner span:nth-of-type(2),
.article .comment-area .loading .inner span:nth-of-type(4) {
  animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}
.article .comment-area .comment-form {
  margin-bottom: 60px;
  display: none;
  width: 100%;
  padding-right: 60px;
}
.article .comment-area .comment-form .comment-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-top: 12px;
  border-top: 1px solid #999;
}
.article .comment-area .comment-form .comment-head p {
  color: #3d3f3f;
  font-size: 18px;
  font-weight: bold;
}
.article .comment-area .comment-form .comment-head .ri {
  font-size: 12px;
  color: #898989;
  font-weight: 300;
  background: url('../../img/article/cm_cont.svg') no-repeat;
  padding-left: 40px;
  background-size: 27px;
  background-position: 10px 3px;
  line-height: 1.8;
}
.article .comment-area .comment-form .comment-head .ri span {
  display: inline-block;
  padding: 2px 5px;
  border-radius: 16px;
  color: #4596e5;
  margin-right: 4px;
}
.article .comment-area .comment-form form .control {
  display: flex;
  margin-bottom: 24px;
}
.article .comment-area .comment-form form .control.focus .label.user {
  background-image: url('../../img/article/cm_user_focus.svg');
}
.article .comment-area .comment-form form .control.focus .label.email {
  background-image: url('../../img/article/cm_email_focus.svg');
}
.article .comment-area .comment-form form .control.focus .label.cont {
  background-image: url('../../img/article/cm_cont_focus.svg');
}
.article .comment-area .comment-form form .control .label {
  display: inline-block;
  width: 27px;
  flex: 0 0 27px;
  height: 27px;
  background-size: 27px;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 20px;
}
.article .comment-area .comment-form form .control .label.user {
  background-image: url('../../img/article/cm_user.svg');
}
.article .comment-area .comment-form form .control .label.email {
  background-image: url('../../img/article/cm_email.svg');
}
.article .comment-area .comment-form form .control .label.cont {
  background-image: url('../../img/article/cm_cont.svg');
}
.article .comment-area .comment-form form .control:hover .label.user {
  background-image: url('../../img/article/cm_user_hover.svg');
}
.article .comment-area .comment-form form .control:hover .label.email {
  background-image: url('../../img/article/cm_email_hover.svg');
}
.article .comment-area .comment-form form .control:hover .label.cont {
  background-image: url('../../img/article/cm_cont_hover.svg');
}
.article .comment-area .comment-form form .control input {
  display: block;
  width: 100%;
  padding: 0;
  border: none;
  border-bottom: 1px solid #dcdddd;
  text-indent: 10px;
  color: #898989;
  font-size: 14px;
  outline: none;
}
.article .comment-area .comment-form form .control input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}
.article .comment-area .comment-form form .control input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}
.article .comment-area .comment-form form .control input:focus {
  border-bottom-color: #478afb;
}
.article .comment-area .comment-form form .control textarea {
  display: block;
  width: 100%;
  height: 160px;
  padding: 10px;
  border: 1px solid #dcdddd;
  border-radius: 4px;
  resize: none;
  color: #898989;
  font-size: 14px;
  outline: none;
  font-family: 'Rubik';
}
.article .comment-area .comment-form form .control textarea:focus {
  border-color: #478afb;
}
.article .comment-area .comment-form form .form-submit {
  width: 120px;
  height: 30px;
  border-radius: 4px;
  background-color: #4596e5;
  border: none;
  padding: 0;
  color: #fff;
  font-size: 18px;
  margin-left: 47px;
  cursor: pointer;
  font-family: 'Rubik';
}
.article .comment-area .comment-form .message {
  margin: 20px auto 0;
  font-size: 16px;
  text-indent: 20px;
  color: #333333;
}
.article .comment-area .comment-form .message.warning {
  color: #f60;
}
.article .comment-area .comment-list {
  display: none;
  width: 100%;
  padding-right: 60px;
}
.article .comment-area .comment-list .list-head {
  padding: 18px;
  border-top: 1px solid #dadddd;
  border-bottom: 1px solid #dadddd;
  display: flex;
  align-items: center;
  background: url('../../img/article/cm_cont.svg') no-repeat;
  background-position: 16px 17px;
  padding-left: 38px;
  background-size: 30px;
}
.article .comment-area .comment-list .list-head p {
  font-size: 18px;
  margin-left: 18px;
  color: #3d3f3f;
}
.article .comment-area .comment-list .list-head p span {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
  position: relative;
  top: -2px;
}
.article .comment-area .comment-list .list-cont .item {
  margin-top: 25px;
  padding: 16px 10px 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.article .comment-area .comment-list .list-cont .item .item {
  margin-top: 18px;
  margin-left: 40px;
  border: none;
  padding: 0;
}
.article .comment-area .comment-list .list-cont .item .item-h {
  padding-left: 40px;
  position: relative;
}
.article .comment-area .comment-list .list-cont .item .item-h::before {
  content: '';
  display: block;
  width: 27px;
  height: 27px;
  background: url('../../img/article/cm_user.svg') 0 0 no-repeat;
  background-size: 27px;
  position: absolute;
  top: 0;
  left: 2px;
}
.article .comment-area .comment-list .list-cont .item .item-h .name {
  font-size: 14px;
  line-height: 1.6;
  color: #b5b5b6;
}
.article .comment-area .comment-list .list-cont .item .item-h .date {
  font-size: 12px;
  color: #478afb;
}
.article .comment-area .comment-list .list-cont .item .item-h .cont,
.article .comment-area .comment-list .list-cont .item .item-h .info {
  font-size: 14px;
  line-height: 1.8;
  color: #727171;
}
.article .comment-area .comment-list .list-cont .item .item-b {
  display: flex;
  justify-content: flex-end;
  margin-top: 12px;
}
.article .comment-area .comment-list .list-cont .item .item-b button {
  margin-right: 24px;
  padding: 0;
  border: none;
  background: transparent;
  font-size: 12px;
  display: inline-flex;
  color: #898989;
}
.article .comment-area .comment-list .list-cont .item .item-b button.active {
  color: #478afb;
}
.article .comment-area .comment-list .list-cont .item .item-b button:last-of-type {
  margin-right: 0;
}
.article .comment-area .comment-list .list-cont .item .item-b button.like::before {
  content: '';
  display: inline-block;
  background: url('../../img/article/cm_like.svg') 0 0 no-repeat;
  background-size: 16px;
  width: 16px;
  height: 16px;
  margin-right: 3px;
}
.article .comment-area .comment-list .list-cont .item .item-b button.like.active::before {
  background-image: url('../../img/article/cm_like_active.svg');
}
.article .comment-area .comment-list .list-cont .item .item-b button.dislike::before {
  content: '';
  display: inline-block;
  background: url('../../img/article/cm_dislike.svg') 0 0 no-repeat;
  background-size: 16px;
  width: 16px;
  height: 16px;
  margin-right: 3px;
}
.article .comment-area .comment-list .list-cont .item .item-b button.dislike.active::before {
  background-image: url('../../img/article/cm_dislike_active.svg');
}
.article .comment-area .comment-list .list-cont .item .item-b button.com::before {
  content: '';
  display: inline-block;
  background: url('../../img/article/cm_cont.svg') 0 0 no-repeat;
  background-size: 16px;
  width: 16px;
  height: 16px;
  margin-right: 3px;
}
.article .comment-area .comment-list .list-cont .item .item-b button.com.active::before {
  background-image: url('../../img/article/cm_cont_hover.svg');
}
.article .comment-area .comment-list .list-cont .item .item-b button.re::before {
  content: '';
  display: inline-block;
  background: url('../../img/article/cm_reply.svg') 0 0 no-repeat;
  background-size: 16px;
  width: 16px;
  height: 16px;
  margin-right: 3px;
}
.article .comment-area .comment-list .list-cont .item .item-b button.re:hover {
  color: #478afb;
}
.article .comment-area .comment-list .list-cont .item .item-b button.re:hover::before {
  background-image: url('../../img/article/cm_reply_active.svg');
}
.article .comment-area .comment-form .comment-head .ri {
  display: none;
}
body.inGallery .gallery {
  transform: scale(1);
}
.gallery {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  transition: 200ms ease-out;
  transform-origin: 0 0;
  transform: scale(0);
}
.gallery .gallery-cover {
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.gallery .gallery-header .count {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 20px;
  color: #fefefe;
  letter-spacing: 4px;
}
.gallery .gallery-header button {
  cursor: pointer;
  position: absolute;
  top: 26px;
  right: 20px;
  padding: 0;
  border: none;
  background: url('../../img/article/close.svg') 50% 50% no-repeat;
  background-size: 22px;
  color: rgba(255, 255, 255, 0.7);
  display: block;
  width: 28px;
  height: 28px;
  transition: 100ms ease-out;
  z-index: 20000;
}
.gallery .gallery-nav button {
  border: none;
  border-radius: 4px;
  padding: 0;
  position: absolute;
  z-index: 10001;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  width: 46px;
  height: 46px;
  justify-content: center;
  align-items: center;
  transition: 200ms linear;
  opacity: 0.6;
}
.gallery .gallery-nav button:hover {
  opacity: 1;
}
.gallery .gallery-nav button.flex-prev {
  background: url('../../img/article/left-arrow.svg') 0 0 no-repeat;
  background-size: 100%;
  left: 20px;
}
.gallery .gallery-nav button.flex-next {
  background: url('../../img/article/right-arrow.svg') 0 0 no-repeat;
  background-size: 100%;
  right: 20px;
}
.gallery .gallery-inner {
  position: absolute;
  width: 1200px;
  z-index: 10000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.gallery .gallery-inner ul.flex-container {
  display: flex;
  flex: 0 0 100%;
  justify-content: flex-start;
  align-items: center;
}
.gallery .gallery-inner ul.flex-container li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 100%;
  flex-direction: column;
  opacity: 0;
  transition: 200ms linear;
}
.gallery .gallery-inner ul.flex-container li.flex-active {
  opacity: 1;
}
.gallery .gallery-inner img {
  max-width: 100%;
  margin-bottom: 30px;
}
.gallery .gallery-inner p {
  font-size: 24px;
  color: #fefefe;
}
.article-smc .top .right .button {
  background: #1eb554;
}
.article-smc .top .right .button:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%), #1eb554;
}
.article-smc .article .article_content .a_body .down_button a {
  background: #1eb554;
}
.article-smc .article .article_content .a_body .down_button a:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%), #1eb554;
}
.article-smc .article .article_content .a_body .img-swiper-box .img-swiper .swiper-wrapper .slide-info .slide-num,
.article-smc .article .article_content .a_body .step-box .step-item p:first-child,
.article-smc .article .article_content .a_body .my-custom-table .firstRow,
.article-smc .article .article_content .a_body .table2 .firstRow,
.article-smc .article .article_content .a_body .table1 .firstRow,
.article-smc .article .article_content .a_body .my-custom-table .firstRow td:hover,
.article-smc .article .article_content .a_body .table2 .firstRow td:hover,
.article-smc .article .article_content .a_body .table1 .firstRow td:hover,
.article-smc .article .article_content .a_body .table2 tr td:first-child,
.article-smc .article .article_content .a_body h3::before,
.article-smc .article .article_content .a_sidebar .sidebar_catalogue .sidebar_catalogue_progress_bar,
.article-smc .article .article_content .a_body .table1 .firstRow td {
  background: #1eb554;
}
.article-smc .article .article_content .a_body .my-custom-table td:hover,
.article-smc .article .article_content .a_body .table2 td:hover,
.article-smc .article .article_content .a_body .table1 td:hover {
  background: #ecf6f2;
}
.article-smc .article .article_content .a_body .my-custom-table .firstRow,
.article-smc .article .article_content .a_body .table2 .firstRow,
.article-smc .article .article_content .a_body .table1 .firstRow,
.article-smc .article .article_content .a_body .table2 tr td:first-child {
  background: #1eb554 !important;
}
.article-smc .article .article_content .a_body .my-custom-table .firstRow td,
.article-smc .article .article_content .a_body .table2 .firstRow td,
.article-smc .article .article_content .a_body .table1 .firstRow td,
.article-smc .article .article_content .a_body .my-custom-table .firstRow td:hover,
.article-smc .article .article_content .a_body .table2 .firstRow td:hover,
.article-smc .article .article_content .a_body .table1 .firstRow td:hover {
  background: #1eb554 !important;
}
.article-smc .article .article_content .a_body .my-custom-table td:hover,
.article-smc .article .article_content .a_body .table2 td:hover,
.article-smc .article .article_content .a_body .table1 td:hover {
  background: #ecf6f2 !important;
}
.article-smc .article .article_content .a_body .feature-box .feature-item-tit::before {
  background: url(../../img/article/feature-yes-green.png) no-repeat center / cover;
}
.article-smc .article .article_content .a_body .recommend-box .recomend-tit {
  background: url(../../img/article/recommend-tit-green.png) no-repeat center / cover;
  background-size: 100% 100%;
}
.article-smc .article .article_content .a_body .recommend-box .recommend-cont {
  background: #d2e8e0;
}
.article-smc .article .article_content .a_body .recommend-box .recommend-link p:hover a,
.article-smc .article .article_content .a_body a,
.article-smc .article .article_content .a_sidebar .sidebar_post .all-hot {
  color: #099e3e;
}
.article-smc .article .article_content .a_sidebar .sidebar_post .all-hot::after {
  background: url('../../img/article/aside-hot-green.png') no-repeat center / cover;
}
.article-amc .top .right .button {
  border-radius: 6px;
  border: 1px solid #ef596f;
  background: #fff;
  color: #ef596f;
}
.article-amc .top .right .button .icon-ovwin::before {
  background: url(../../img/article/icon-win-amc.png) no-repeat center / cover;
}
.article-amc .top .right .button .icon-mac::before {
  background: url(../../img/article/icon-mac-amc.png) no-repeat center / cover;
}
.article-amc .top .right .button:hover {
  color: #fff;
  background: #d53048;
}
.article-amc .top .right .button:hover .icon-ovwin::before {
  background: url(../../img/article/icon-win.png) no-repeat center / cover;
}
.article-amc .top .right .button:hover .icon-mac::before {
  background: url(../../img/article/icon-mac.png) no-repeat center / cover;
}
.article-amc .article .article_content .a_body .down_button a {
  background: #ef596f;
}
.article-amc .article .article_content .a_body .down_button a:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%), #f63954;
}
.article-amc .article .article_content .a_body .img-swiper-box .img-swiper .swiper-wrapper .slide-info .slide-num,
.article-amc .article .article_content .a_body .step-box .step-item p:first-child,
.article-amc .article .article_content .a_body .my-custom-table .firstRow,
.article-amc .article .article_content .a_body .table2 .firstRow,
.article-amc .article .article_content .a_body .table1 .firstRow,
.article-amc .article .article_content .a_body .my-custom-table .firstRow td:hover,
.article-amc .article .article_content .a_body .table2 .firstRow td:hover,
.article-amc .article .article_content .a_body .table1 .firstRow td:hover,
.article-amc .article .article_content .a_body .table2 tr td:first-child,
.article-amc .article .article_content .a_body .table1 .firstRow td,
.article-amc .article .article_content .a_body h3::before,
.article-amc .article .article_content .a_sidebar .sidebar_catalogue .sidebar_catalogue_progress_bar {
  background: #ef596f;
}
.article-amc .article .article_content .a_body .my-custom-table td:hover,
.article-amc .article .article_content .a_body .table2 td:hover,
.article-amc .article .article_content .a_body .table1 td:hover {
  background: #fff8f8;
}
.article-amc .article .article_content .a_body .my-custom-table .firstRow,
.article-amc .article .article_content .a_body .table2 .firstRow,
.article-amc .article .article_content .a_body .table1 .firstRow,
.article-amc .article .article_content .a_body .table2 tr td:first-child {
  background: #ef596f !important;
}
.article-amc .article .article_content .a_body .my-custom-table .firstRow td,
.article-amc .article .article_content .a_body .table2 .firstRow td,
.article-amc .article .article_content .a_body .table1 .firstRow td,
.article-amc .article .article_content .a_body .my-custom-table .firstRow td:hover,
.article-amc .article .article_content .a_body .table2 .firstRow td:hover,
.article-amc .article .article_content .a_body .table1 .firstRow td:hover {
  background: #ef596f !important;
}
.article-amc .article .article_content .a_body .my-custom-table td:hover,
.article-amc .article .article_content .a_body .table2 td:hover,
.article-amc .article .article_content .a_body .table1 td:hover {
  background: #fff8f8 !important;
}
.article-amc .article .article_content .a_body .feature-box .feature-item-tit::before {
  background: url(../../img/article/feature-yes-amc.png) no-repeat center / cover;
}
.article-amc .article .article_content .a_body .recommend-box .recomend-tit {
  background: url(../../img/article/recommend-tit-amc.png) no-repeat center / cover;
  background-size: 100% 100%;
}
.article-amc .article .article_content .a_body .recommend-box .recommend-cont {
  background: #feb9c3;
}
.article-amc .article .article_content .a_body .recommend-box .recommend-link p:hover a,
.article-amc .article .article_content .a_body a,
.article-amc .article .article_content .a_sidebar .sidebar_post .all-hot {
  color: #e23049;
}
.article-amc .article .article_content .a_sidebar .sidebar_post .all-hot::after {
  background: url('../../img/article/aside-hot-amc.png') no-repeat center / cover;
}
.article-ymc .top .right .button {
  border-radius: 6px;
  border: 1px solid #faa;
  background: #fff;
  color: #f63954;
}
.article-ymc .top .right .button .icon-ovwin::before {
  background: url(../../img/article/icon-win-amc.png) no-repeat center / cover;
}
.article-ymc .top .right .button .icon-mac::before {
  background: url(../../img/article/icon-mac-amc.png) no-repeat center / cover;
}
.article-ymc .top .right .button:hover {
  color: #fff;
  background: #d53048;
}
.article-ymc .top .right .button:hover .icon-ovwin::before {
  background: url(../../img/article/icon-win.png) no-repeat center / cover;
}
.article-ymc .top .right .button:hover .icon-mac::before {
  background: url(../../img/article/icon-mac.png) no-repeat center / cover;
}
.article-ymc .article .article_content .a_body .down_button a {
  background: #f63954;
}
.article-ymc .article .article_content .a_body .down_button a:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%), #f63954;
}
.article-ymc .article .article_content .a_body .img-swiper-box .img-swiper .swiper-wrapper .slide-info .slide-num,
.article-ymc .article .article_content .a_body .step-box .step-item p:first-child,
.article-ymc .article .article_content .a_body .my-custom-table .firstRow,
.article-ymc .article .article_content .a_body .table2 .firstRow,
.article-ymc .article .article_content .a_body .table1 .firstRow,
.article-ymc .article .article_content .a_body .my-custom-table .firstRow td:hover,
.article-ymc .article .article_content .a_body .table2 .firstRow td:hover,
.article-ymc .article .article_content .a_body .table1 .firstRow td:hover,
.article-ymc .article .article_content .a_body .table1 .firstRow td,
.article-ymc .article .article_content .a_body .table2 tr td:first-child,
.article-ymc .article .article_content .a_body h3::before,
.article-ymc .article .article_content .a_sidebar .sidebar_catalogue .sidebar_catalogue_progress_bar {
  background: #f63954;
}
.article-ymc .article .article_content .a_body .my-custom-table td:hover,
.article-ymc .article .article_content .a_body .table2 td:hover,
.article-ymc .article .article_content .a_body .table1 td:hover {
  background: #fff8f8;
}
.article-ymc .article .article_content .a_body .my-custom-table .firstRow,
.article-ymc .article .article_content .a_body .table2 .firstRow,
.article-ymc .article .article_content .a_body .table1 .firstRow,
.article-ymc .article .article_content .a_body .table2 tr td:first-child {
  background: #f63954 !important;
}
.article-ymc .article .article_content .a_body .my-custom-table .firstRow td,
.article-ymc .article .article_content .a_body .table2 .firstRow td,
.article-ymc .article .article_content .a_body .table1 .firstRow td,
.article-ymc .article .article_content .a_body .my-custom-table .firstRow td:hover,
.article-ymc .article .article_content .a_body .table2 .firstRow td:hover,
.article-ymc .article .article_content .a_body .table1 .firstRow td:hover {
  background: #f63954 !important;
}
.article-ymc .article .article_content .a_body .my-custom-table td:hover,
.article-ymc .article .article_content .a_body .table2 td:hover,
.article-ymc .article .article_content .a_body .table1 td:hover {
  background: #fff8f8 !important;
}
.article-ymc .article .article_content .a_body .feature-box .feature-item-tit::before {
  background: url(../../img/article/feature-yes-amc.png) no-repeat center / cover;
}
.article-ymc .article .article_content .a_body .recommend-box .recomend-tit {
  background: url(../../img/article/recommend-tit-amc.png) no-repeat center / cover;
  background-size: 100% 100%;
}
.article-ymc .article .article_content .a_body .recommend-box .recommend-cont {
  background: #feb9c3;
}
.article-ymc .article .article_content .a_body .recommend-box .recommend-link p:hover a,
.article-ymc .article .article_content .a_body a,
.article-ymc .article .article_content .a_sidebar .sidebar_post .all-hot {
  color: #e23049;
}
.article-ymc .article .article_content .a_sidebar .sidebar_post .all-hot::after {
  background: url('../../img/article/aside-hot-amc.png') no-repeat center / cover;
}
.article-amz .top .right .button {
  background: #5e43ea;
}
.article-amz .top .right .button:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%), #5e43ea;
}
.article-amz .article .article_content .a_body .down_button a {
  background: #5e43ea;
}
.article-amz .article .article_content .a_body .down_button a:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%), #5e43ea;
}
.article-amz .article .article_content .a_body .img-swiper-box .img-swiper .swiper-wrapper .slide-info .slide-num,
.article-amz .article .article_content .a_body .step-box .step-item p:first-child,
.article-amz .article .article_content .a_body .my-custom-table .firstRow,
.article-amz .article .article_content .a_body .table2 .firstRow,
.article-amz .article .article_content .a_body .table1 .firstRow,
.article-amz .article .article_content .a_body .my-custom-table .firstRow td:hover,
.article-amz .article .article_content .a_body .table2 .firstRow td:hover,
.article-amz .article .article_content .a_body .table1 .firstRow td:hover,
.article-amz .article .article_content .a_body .table2 tr td:first-child,
.article-amz .article .article_content .a_body h3::before,
.article-amz .article .article_content .a_sidebar .sidebar_catalogue .sidebar_catalogue_progress_bar {
  background: #5e43ea;
}
.article-amz .article .article_content .a_body .my-custom-table td:hover,
.article-amz .article .article_content .a_body .table2 td:hover,
.article-amz .article .article_content .a_body .table1 td:hover {
  background: #f0f2ff;
}
.article-amz .article .article_content .a_body .table1 .firstRow td {
  background: #5e43ea;
}
.article-amz .article .article_content .a_body .my-custom-table .firstRow,
.article-amz .article .article_content .a_body .table2 .firstRow,
.article-amz .article .article_content .a_body .table1 .firstRow,
.article-amz .article .article_content .a_body .table2 tr td:first-child {
  background: #5e43ea !important;
}
.article-amz .article .article_content .a_body .my-custom-table .firstRow td,
.article-amz .article .article_content .a_body .table2 .firstRow td,
.article-amz .article .article_content .a_body .table1 .firstRow td,
.article-amz .article .article_content .a_body .my-custom-table .firstRow td:hover,
.article-amz .article .article_content .a_body .table2 .firstRow td:hover,
.article-amz .article .article_content .a_body .table1 .firstRow td:hover {
  background: #5e43ea !important;
}
.article-amz .article .article_content .a_body .my-custom-table td:hover,
.article-amz .article .article_content .a_body .table2 td:hover,
.article-amz .article .article_content .a_body .table1 td:hover {
  background: #f0f2ff !important;
}
.article-amz .article .article_content .a_body .feature-box .feature-item-tit::before {
  background: url(../../img/article/feature-yes-amz.png) no-repeat center / cover;
}
.article-amz .article .article_content .a_body .recommend-box .recomend-tit {
  background: url(../../img/article/recommend-tit-amz.png) no-repeat center / cover;
  background-size: 100% 100%;
}
.article-amz .article .article_content .a_body .recommend-box .recommend-cont {
  background: #d5dbff;
}
.article-amz .article .article_content .a_body .recommend-box .recommend-link p:hover a,
.article-amz .article .article_content .a_body a,
.article-amz .article .article_content .a_sidebar .sidebar_post .all-hot {
  color: #1f3adc;
}
.article-amz .article .article_content .a_sidebar .sidebar_post .all-hot::after {
  background: url('../../img/article/aside-hot-amc.png') no-repeat center / cover;
}
.article-aud .banner {
  background: url('../../img/article/banner-aud.png') no-repeat center / cover;
}
.article-aud .top .right .button {
  background: #f7991c;
}
.article-aud .top .right .button:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%), #f7991c;
}
.article-aud .article .article_content .a_body .down_button a {
  background: #f7991c;
}
.article-aud .article .article_content .a_body .down_button a:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%), #f7991c;
}
.article-aud .article .article_content .a_body .img-swiper-box .img-swiper .swiper-wrapper .slide-info .slide-num,
.article-aud .article .article_content .a_body .step-box .step-item p:first-child,
.article-aud .article .article_content .a_body .my-custom-table .firstRow,
.article-aud .article .article_content .a_body .table2 .firstRow,
.article-aud .article .article_content .a_body .table1 .firstRow,
.article-aud .article .article_content .a_body .my-custom-table .firstRow td:hover,
.article-aud .article .article_content .a_body .table2 .firstRow td:hover,
.article-aud .article .article_content .a_body .table1 .firstRow td:hover,
.article-aud .article .article_content .a_body .table2 tr td:first-child,
.article-aud .article .article_content .a_body h3::before,
.article-aud .article .article_content .a_sidebar .sidebar_catalogue .sidebar_catalogue_progress_bar {
  background: #f7991c;
}
.article-aud .article .article_content .a_body .my-custom-table td:hover,
.article-aud .article .article_content .a_body .table2 td:hover,
.article-aud .article .article_content .a_body .table1 td:hover {
  background: #fffaf0;
}
.article-aud .article .article_content .a_body .table1 .firstRow td {
  background: #f7991c;
}
.article-aud .article .article_content .a_body .my-custom-table .firstRow,
.article-aud .article .article_content .a_body .table2 .firstRow,
.article-aud .article .article_content .a_body .table1 .firstRow,
.article-aud .article .article_content .a_body .table2 tr td:first-child {
  background: #f7991c !important;
}
.article-aud .article .article_content .a_body .my-custom-table .firstRow td,
.article-aud .article .article_content .a_body .table2 .firstRow td,
.article-aud .article .article_content .a_body .table1 .firstRow td,
.article-aud .article .article_content .a_body .my-custom-table .firstRow td:hover,
.article-aud .article .article_content .a_body .table2 .firstRow td:hover,
.article-aud .article .article_content .a_body .table1 .firstRow td:hover {
  background: #f7991c !important;
}
.article-aud .article .article_content .a_body .my-custom-table td:hover,
.article-aud .article .article_content .a_body .table2 td:hover,
.article-aud .article .article_content .a_body .table1 td:hover {
  background: #fffaf0 !important;
}
.article-aud .article .article_content .a_body .feature-box .feature-item-tit::before {
  background: url(../../img/article/feature-yes-aud.png) no-repeat center / cover;
}
.article-aud .article .article_content .a_body .recommend-box .recomend-tit {
  background: url(../../img/article/recommend-tit-aud.png) no-repeat center / cover;
  background-size: 100% 100%;
}
.article-aud .article .article_content .a_body .recommend-box .recommend-cont {
  background: #fcf1da;
}
.article-aud .article .article_content .a_body .recommend-box .recommend-link p:hover a,
.article-aud .article .article_content .a_body a,
.article-aud .article .article_content .a_sidebar .sidebar_post .all-hot {
  color: #c88700;
}
.article-aud .article .article_content .a_sidebar .sidebar_post .all-hot::after {
  background: url('../../img/article/aside-hot-aud.png') no-repeat center / cover;
}
@media (max-width: 1200px) {
  .container {
    padding: 0 15px;
  }
  .article .article_content .content-tips {
    max-width: 720px;
  }
  .article .article_content .a_body {
    max-width: 720px;
  }
  .article .article_content .a_sidebar {
    width: 220px;
  }
  .article .article_content .a_sidebar .sidebar_catalogue {
    width: 220px;
  }
  .article .article_content .a_sidebar {
    display: none;
  }
  .article .article_content .a_body,
  .article .article_content .content-tips {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .top {
    top: -58px;
    height: 58px;
    box-shadow: none;
    border-bottom: 1px solid #e5eaf1;
    transition: 0.1s;
  }
  .top.on {
    top: 0;
  }
  .top.is-menu-open .right {
    max-height: 120px;
  }
  .top.is-menu-open .top-menu-line:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }
  .top.is-menu-open .top-menu-line:nth-child(2) {
    opacity: 0;
  }
  .top.is-menu-open .top-menu-line:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }
  .top .container {
    max-width: 345px;
    min-height: 57px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  .top .left {
    width: auto;
    float: none;
    min-width: 0;
  }
  .top .to-p {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
  }
  .top .to-p img {
    width: 25px;
    height: 25px;
    margin: 0;
  }
  .top .to-p span {
    font-size: 14px;
    font-weight: 600;
    color: #111;
    line-height: normal;
    white-space: nowrap;
  }
  .top .right {
    position: absolute;
    top: 57px;
    left: 0;
    right: 0;
    float: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    background: #fff;
    transition: max-height 0.3s ease;
  }
  .top .right .button {
    margin: 10px;
    width: 200px;
    box-sizing: border-box;
  }
  .top-menu-toggle {
    display: flex;
    width: 38px;
    height: 38px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 0;
    border: 0;
    border-radius: 8px;
    background: transparent;
    cursor: pointer;
  }
  .banner {
    padding: 24px 0;
  }
  .banner h1 {
    font-size: 28px;
    text-align: left;
  }
  .banner .banner-desc {
    margin-top: 16px;
    font-size: 14px;
    text-align: left;
  }
  .article .article_content {
    margin-top: 6px;
  }
  .article .article_content .a_body {
    margin-top: 0;
  }
  .article .article_content .a_body h2 {
    font-size: 24px;
    margin: 0 0 18px;
  }
  .article .article_content .a_body p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 16px;
  }
  .article .article_content .a_body h3 {
    margin-bottom: 20px;
    gap: 8px;
    font-size: 18px;
  }
  .article .article_content .a_body h3::before {
    width: 4px;
    height: 20px;
  }
  .article .article_content .a_body img {
    margin-bottom: 40px;
    border-radius: 8px;
    max-height: 300px;
  }
  .article .article_content .a_body iframe {
    width: 100%;
    border-radius: 8px;
    height: 240px;
    margin-bottom: 40px;
  }
  .article .article_content .a_body .img-desc {
    margin-bottom: 40px;
  }
  .article .article_content .a_body .img-desc img {
    margin: 0;
  }
  .article .article_content .a_body .img-desc p {
    font-size: 10px;
  }
  .article .article_content .a_body .down_button {
    margin-bottom: 40px;
  }
  .article .article_content .a_body .down_button a {
    width: 162px;
    font-size: 14px;
  }
  .article .article_content .a_body .down_button .icon-ovwin::before,
  .article .article_content .a_body .down_button .icon-mac::before {
    width: 18px;
    height: 18px;
  }
  .article .article_content .a_body .content_catalogue {
    margin-bottom: 40px;
    border-radius: 8px;
  }
  .article .article_content .a_body .content_catalogue.has-sub ul ul a {
    padding: 6px 28px;
    font-size: 14px;
  }
  .article .article_content .a_body .content_catalogue .list_l {
    padding: 4px 0;
  }
  .article .article_content .a_body .content_catalogue .list_t {
    padding: 14px;
    font-size: 16px;
  }
  .article .article_content .a_body .content_catalogue ul a {
    padding: 4px 14px;
    font-size: 14px;
  }
  .article .article_content .a_body .img-swiper-box {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 40px;
  }
  .article .article_content .a_body .img-swiper-box .img-swiper {
    width: 100%;
    max-width: 100%;
    border-radius: 8px;
    box-shadow: none;
  }
  .article .article_content .a_body .img-swiper-box .img-swiper .swiper-wrapper img {
    margin-bottom: 0;
  }
  .article .article_content .a_body .img-swiper-box .img-swiper .swiper-wrapper .slide-info {
    padding: 8px 10px;
    font-size: 11px;
    margin-bottom: 0;
  }
  .article .article_content .a_body .img-swiper-box .img-swiper .swiper-wrapper .slide-info .slide-num {
    font-size: 11px;
  }
  .article .article_content .a_body .img-swiper-box .img-swiper .swiper-wrapper .slide-info .slide-tit {
    font-size: 11px;
  }
  .article .article_content .a_body .img-swiper-box .img-swiper-nav {
    position: static;
    inset: auto;
    justify-content: center;
    gap: 12px;
    margin-top: 12px;
  }
  .article .article_content .a_body .step-box {
    margin-bottom: 40px;
  }
  .article .article_content .a_body .step-box .step-item p:first-child {
    padding: 2px 4px;
    font-size: 14px;
  }
  .article .article_content .a_body .step-box .step-item p:last-child {
    font-size: 14px;
  }
  .article .article_content .a_body .my-custom-table,
  .article .article_content .a_body .table2,
  .article .article_content .a_body .table1 {
    margin-bottom: 40px;
  }
  .article .article_content .a_body .my-custom-table p,
  .article .article_content .a_body .table2 p,
  .article .article_content .a_body .table1 p {
    margin-bottom: 0;
  }
  .article .article_content .a_body .my-custom-table .firstRow p,
  .article .article_content .a_body .table2 .firstRow p,
  .article .article_content .a_body .table1 .firstRow p {
    font-size: 14px;
  }
  .article .article_content .a_body .my-custom-table td,
  .article .article_content .a_body .table2 td,
  .article .article_content .a_body .table1 td {
    width: 180px !important;
    padding: 10px !important;
  }
  .article .article_content .a_body .my-custom-table td p,
  .article .article_content .a_body .table2 td p,
  .article .article_content .a_body .table1 td p {
    font-size: 12px;
  }
  .article .article_content .a_body .table2 tr td:first-child {
    width: 150px !important;
  }
  .article .article_content .a_body .table2 tr td:first-child p {
    font-size: 14px;
  }
  .article .article_content .a_body .recommend-box {
    margin-bottom: 40px;
  }
  .article .article_content .a_body .recommend-box .recomend-tit {
    font-size: 18px;
    padding: 8px 26px 0 12px;
    margin-bottom: 0;
  }
  .article .article_content .a_body .recommend-box .recommend-cont {
    padding: 10px;
  }
  .article .article_content .a_body .recommend-box .recommend-link {
    padding: 12px;
    border-radius: 6px;
  }
  .article .article_content .a_body .recommend-box .recommend-link p {
    gap: 10px;
  }
  .article .article_content .a_body .recommend-box .recommend-link a {
    font-size: 14px;
    line-height: 150%;
    /* 21px */
  }
  .article .article_content .a_body .tips1-box {
    margin-bottom: 40px;
  }
  .article .article_content .a_body .tips1-box .tips-tit {
    padding: 6px 26px;
    font-size: 18px;
    margin-bottom: 0;
  }
  .article .article_content .a_body .tips1-box .tips-cont {
    margin-top: -16px;
    padding: 24px 14px 14px;
  }
  .article .article_content .a_body .tips1-box .tips-cont p {
    font-size: 14px;
  }
  .article .article_content .a_body .tips2-box {
    margin-bottom: 40px;
  }
  .article .article_content .a_body .tips2-box .tips-tit {
    gap: 6px;
    font-size: 18px;
    margin-left: 18px;
    margin-bottom: 0;
  }
  .article .article_content .a_body .tips2-box .tips-cont {
    margin-top: -14px;
    padding: 24px 14px 14px;
  }
  .article .article_content .a_body .tips2-box .tips-cont p {
    font-size: 14px;
  }
  .article .article_content .a_body .tips3-box {
    margin-bottom: 40px;
  }
  .article .article_content .a_body .tips3-box .tips-tit {
    gap: 6px;
    font-size: 18px;
    margin-left: 18px;
    margin-bottom: 0;
  }
  .article .article_content .a_body .tips3-box .tips-cont {
    margin-top: -14px;
    padding: 24px 14px 14px;
  }
  .article .article_content .a_body .tips3-box .tips-cont p {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 150%;
    /* 21px */
    padding-left: 24px;
  }
  .article .article_content .a_body .tips3-box .tips-cont p::before {
    width: 16px;
    height: 16px;
  }
  .article .article_content .a_body .dislist-ul,
  .article .article_content .a_body .dislist-ol {
    margin-bottom: 40px;
  }
  .article .article_content .a_body .dislist-ul li,
  .article .article_content .a_body .dislist-ol li {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .article .article_content .a_body .table-box3 {
    margin-bottom: 40px;
  }
  .article .article_content .a_body .table-box3 tr td {
    min-height: 44px;
  }
  .article .article_content .a_body .table-box3 tr td:first-child {
    width: 104px;
    padding: 10px;
  }
  .article .article_content .a_body .table-box3 tr td:first-child p {
    margin-left: 0;
    font-size: 12px;
    margin-bottom: 0;
  }
  .article .article_content .a_body .table-box3 tr td:last-child {
    width: 100%;
    padding: 10px;
  }
  .article .article_content .a_body .table-box3 tr td:last-child p {
    margin-left: 0;
    font-size: 12px;
  }
  .article .article_content .a_body .table-box3 tr td:last-child img {
    margin-left: 0;
  }
  .article .article_content .a_body .review-box {
    padding: 18px;
    margin-bottom: 40px;
  }
  .article .article_content .a_body .review-box p {
    font-size: 14px;
    line-height: 160%;
    /* 22.4px */
  }
  .article .article_content .a_body .review-box .review-other {
    flex: 1;
  }
  .article .article_content .a_body .review-box .review-name {
    font-size: 16px;
  }
  .article .article_content .a_body .review-box .review-job {
    font-size: 10px;
  }
  .article .article_content .a_body .review-box .review-avatar img {
    width: 38px;
    height: 38px;
  }
  .article .article_content .a_body .review-box::after {
    content: none;
  }
  .article .article_content .a_body .merit-box {
    margin-bottom: 40px;
    flex-direction: column;
  }
  .article .article_content .a_body .merit-box .merit-left .merit-tit,
  .article .article_content .a_body .merit-box .merit-right .merit-tit {
    gap: 8px;
    font-size: 20px;
  }
  .article .article_content .a_body .merit-box .merit-left .merit-tit::before,
  .article .article_content .a_body .merit-box .merit-right .merit-tit::before {
    width: 32px;
    height: 32px;
  }
  .article .article_content .a_body .merit-box .merit-left .merit-item,
  .article .article_content .a_body .merit-box .merit-right .merit-item {
    font-size: 12px;
    margin-left: 4px;
  }
  .article .article_content .score-box {
    padding: 22px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
  }
  .article .article_content .a_sidebar .sidebar_catalogue {
    display: none !important;
  }
  .article .comment-area .comment-form {
    width: 100%;
    padding-right: 0;
  }
  .article .comment-area .comment-list {
    width: 100%;
    padding-right: 0;
  }
  .article .comment-area {
    margin-top: 50px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .article .article_content .a_body .table2 tr td:first-child {
    position: static;
    left: auto;
    z-index: auto;
  }
  .article .article_content .a_body .table2 tr:not(:last-child) td:first-child {
    border-bottom-color: #d8dce6 !important;
    box-shadow: none;
  }
  .article .article_content .a_body .table2 tr:first-child td:first-child {
    z-index: auto;
  }
  .article .article_content .a_body .table2 tr:last-child td {
    box-shadow: none;
    border-bottom: 1px solid #d8dce6 !important;
  }
  .article .article_content .a_body .feature-box .feature-tit {
    font-size: 14px;
  }
  .article .article_content .a_body .feature-box .feature-cont {
    margin-top: 24px;
    grid-template-columns: 1fr;
    justify-items: center;
    row-gap: 24px;
    border: 0;
    border-radius: 0;
    overflow: visible;
  }
  .article .article_content .a_body .feature-box .feature-item p {
    margin-bottom: 0;
  }
  .article .article_content .a_body .feature-box .feature-item,
  .article .article_content .a_body .feature-box .feature-item:first-child:nth-last-child(4),
  .article .article_content .a_body .feature-box .feature-item:first-child:nth-last-child(4) ~ .feature-item,
  .article .article_content .a_body .feature-box .feature-item:first-child:nth-last-child(5) ~ .feature-item:nth-child(n + 4) {
    grid-column: auto;
    width: 100%;
    max-width: 284px;
    padding: 18px;
    border: 1px solid #d5d9d4 !important;
    gap: 8px;
  }
}
@media (max-width: 767px) {
  .gallery .gallery-inner {
    width: 100%;
  }
  .gallery .gallery-inner img {
    max-width: 70%;
  }
  .article .article_content .content-tips {
    margin-bottom: 8px;
    display: grid;
    grid-template-columns: 44px auto max-content;
    grid-template-rows: auto auto;
    align-items: flex-start;
    justify-content: start;
    gap: 2px 0;
    padding: 12px 15px;
    border-bottom-color: #e2e8f0;
  }
  .article .article_content .content-tips .avatar {
    grid-column: 1;
    grid-row: 1 / span 2;
  }
  .article .article_content .content-tips .avatar img {
    width: 32px;
    height: 32px;
  }
  .article .article_content .content-tips .name {
    grid-column: 2;
    grid-row: 1;
    margin-left: 0;
    color: #1f2937;
    font-size: 14px;
    line-height: normal;
  }
  .article .article_content .content-tips .name::after {
    display: none;
  }
  .article .article_content .content-tips .platform {
    grid-column: 3;
    grid-row: 2;
    height: 16px;
    margin-left: 8px;
  }
  .article .article_content .content-tips .platform .platform-link {
    display: flex;
    align-items: center;
    height: 16px;
  }
  .article .article_content .content-tips .platform .platform-link img {
    filter: brightness(0) saturate(100%);
  }
  .article .article_content .content-tips .platform img {
    width: 18px;
    height: auto;
    filter: opacity(0.18);
  }
  .article .article_content .content-tips .time {
    grid-column: 2;
    grid-row: 2;
    width: auto;
    margin-left: 0;
    gap: 4px;
    color: #6b7280;
    font-size: 12px;
    line-height: normal;
  }
  .article .article_content .content-tips .time::before {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
  }
}
