@import "../lib/tutorials-icomoon/style.css";
@import "../lib/icomoon/style.css";
@import "../lib/support-icomoon/style.css";
@import "../lib/ov-icomoon/style.css";

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/OpenSans-Regular.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/OpenSans-Light.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/OpenSans-SemiBold.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/OpenSans-Bold.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/OpenSans-ExtraBold.woff") format("woff");
  font-display: swap;
}

@keyframes load {
  0%,
  100% {
    height: 20px;
    background: #666;
  }

  50% {
    height: 30px;
    background: #478afb;
  }
}

@-moz-keyframes load {
  0%,
  100% {
    height: 20px;
    background: #666;
  }

  50% {
    height: 30px;
    background: #478afb;
  }
}

@-webkit-keyframes load {
  0%,
  100% {
    height: 20px;
    background: #666;
  }

  50% {
    height: 30px;
    background: #478afb;
  }
}

@keyframes tipsup {
  from {
    opacity: 1;
    display: inline-block;
  }

  to {
    opacity: 0;
    display: none;
  }
}

@-moz-keyframes tipsup {
  from {
    opacity: 1;
    display: inline-block;
  }

  to {
    opacity: 0;
    display: none;
  }
}

@-webkit-keyframes tipsup {
  from {
    opacity: 1;
    display: inline-block;
  }

  to {
    opacity: 0;
    display: none;
  }
}

@-o-keyframes tipsup {
  from {
    opacity: 1;
    display: inline-block;
  }

  to {
    opacity: 0;
    display: none;
  }
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}
html,
body {
  font-family: "Open Sans";
  font-weight: 500;
  font-style: normal;
  background-color: #fff;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.42857143;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
}
body,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 14px;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

strong {
  font-weight: 700;
}

b {
  font-weight: 700;
}

i {
  font-style: italic;
}

em {
  font-style: italic;
}
main .container {
  width: 1080px;
  margin: 0 auto;
  padding: 0;
}
@media (min-width: 1200px) {
  main .container {
    margin: 0 auto;
  }
}
@media (max-width: 1199px) {
  main .container {
    width: 96%;
  }
}
@media (max-width: 768px) {
  main .container {
    width: 90%;
  }
}

.top {
  opacity: 0;
  position: fixed;
  top: -70px;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #fff;
  box-shadow: rgba(83, 108, 128, 0.2) 1px 4px 4px;
  z-index: 1000;
  transition: 0.1s;
}

.top .left {
  width: 60%;
  float: left;
}

.top .left .to-t {
  float: right;
  font-size: 18px;
  color: #666;
  margin: 15px 0;
}

.top .left .to-t span {
  font-size: 18px;
  color: #4596e5;
}

.top .to-p {
  display: inline-block;
  margin: 15px 0;
}

.top .to-p img {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.top .to-p span {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #333;
}

.top .to-p:hover span {
  color: #4596e5;
}

.top .right {
  float: right;
  margin: 15px 0;
}

.top .right .button {
  width: 128px;
  height: 32px;
  line-height: 32px;
  display: inline-block;
  text-align: center;
}

.top .right .button.win_down {
  border-color: #1e96ec !important;
  margin-right: 10px;
}

.top.on {
  opacity: 1;
  top: 0;
}

.article {
  position: relative;
  top: 0;
}

.article .navigation {
  display: none;
}

.article .article-banner {
  padding: 30px 0 40px;
  margin-bottom: 0;
  background: #f9fbff !important;
}

.single-box .banner.special {
  padding: 40px 0;
  background-color: #529bea;
  background-image: url(/uploads/page/article/banner-bg.svg);
}

.single-box .banner.special .container {
  display: flex;
  justify-content: space-between;
}

.single-box .banner.special .banner-info {
  width: 470px;
}

.single-box .banner.special .banner-title {
  display: block;
  font-size: 36px;
  color: #fff;
  margin-bottom: 15px;
}

.single-box .banner.special .banner-desc {
  font-size: 18px;
  line-height: 1.6;
  padding-right: 60px;
  color: #fff;
  margin-bottom: 15px;
}

.single-box .banner.special .banner-list {
  font-size: 14px;
  color: #fff;
  list-style: none;
  margin-bottom: 25px;
}

.single-box .banner.special .banner-list li {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.single-box .banner.special .banner-list li::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(/uploads/page/article/banner-list-li.svg);
  background-size: 100% 100%;
}

.single-box .banner.special .banner-list li:last-child {
  margin-bottom: 0;
}

.single-box .banner.special .banner-btns {
  display: flex;
  gap: 35px;
  margin-bottom: 20px;
}

.single-box .banner.special .banner-btns .download-btn_win,
.single-box .banner.special .banner-btns .download-btn_mac {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 205px;
  height: 56px;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  border-radius: 4px;
  filter: drop-shadow(0px 4px 0px #000);
  margin-bottom: 18px;
  transition: all ease-in 100ms;
}

.single-box .banner.special .banner-btns .download-btn_win::before,
.single-box .banner.special .banner-btns .download-btn_mac::before {
  content: "";
  width: 24px;
  background-size: 100% 100%;
}

.single-box .banner.special .banner-btns .download-btn_win:hover,
.single-box .banner.special .banner-btns .download-btn_mac:hover {
  transform: translateY(2px);
  filter: drop-shadow(0px 2px 0px #000);
}

.single-box .banner.special .banner-btns .download-btn_win {
  background: #ffd859;
}

.single-box .banner.special .banner-btns .download-btn_win::before {
  height: 24px;
  background-image: url(/uploads/page/article/icon-win-white.svg);
  filter: brightness(0);
}

.single-box .banner.special .banner-btns .download-btn_mac {
  background: #fff;
}

.single-box .banner.special .banner-btns .download-btn_mac::before {
  width: 20;
  height: 20px;
  background-image: url(/uploads/page/article/icon-mac-black.svg);
}

.single-box .banner.special .banner-btns .download-btn_tips {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: #fff;
}

.single-box .banner.special .banner-btns .download-btn_tips span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.single-box
  .banner.special
  .banner-btns
  .download-btn_tips
  span:first-child::after {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  background-color: #fff;
}

.single-box .banner.special .banner-btns:last-child {
  margin-bottom: 0;
}

.single-box .banner.special .banner-link {
  display: flex;
  gap: 5px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}

.single-box .banner.special .banner-link::after {
  content: "＞＞";
  display: inline-block;
  transition: all 300ms;
}

.single-box .banner.special .banner-link:hover::after {
  transform: translateX(5px);
}

.single-box .banner.special .banner-img {
  transform: translateY(40px);
}

@media (max-width: 767px) {
  .article .article-banner {
    height: unset;
    padding: 16px 0 22px;
  }

  .article .article-banner .nav .container {
    gap: 5px;
    margin-bottom: 14px;
    padding: 0 15px;
  }

  .article .article-banner .nav span,
  .article .article-banner .nav a {
    font-size: 11px;
  }

  .article .article-banner .article_head .bar {
    grid-template-columns: auto 1fr;
    column-gap: 12px;
    row-gap: 2px;
    margin-top: 20px;
  }

  .article .article-banner .article_head .bar > img {
    width: 43px;
    height: 43px;
  }

  .article .article-banner .article_head .bar div p {
    font-size: 12px;
  }

  .article .article-banner .article_head .bar .author p {
    gap: 8px;
  }

  .article .article-banner .article_head .bar .author p span {
    height: 20px;
    padding: 0 8px;
    font-size: 11px;
  }

  .article .article-banner .article_head .bar .author p strong {
    font-size: 13px;
  }
}

.article .article-banner.bannerImgOne {
  background: #f9fbff;
}

@media (max-width: 767px) {
  .article .article-banner.bannerImgOne {
    background: #f9fbff;
  }
}

.article .article-banner.bannerImgTwo {
  background: #f9fbff;
}

@media (max-width: 767px) {
  .article .article-banner.bannerImgTwo {
    background: #f9fbff;
  }
}

.article .article-banner .nav .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 28px;
}

.article .article-banner .nav span {
  color: #707486;
  display: inline-block;
  margin-left: 0;
  font-size: 14px;
  line-height: 1.6;
}

.article .article-banner .nav a {
  text-decoration: none;
  color: #363841;
  margin-right: 0;
  font-size: 14px;
}

.article .article-banner .nav p {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}

.article .article-banner .nav a:hover {
  text-decoration: underline;
}

.article .article-banner .nav h4 {
  color: #fff;
  text-decoration: underline;
}

.article .article-banner .article_head {
  padding-top: 0;
}

.article .article-banner .article_head h1 {
  text-align: left !important;
  margin: 0;
  padding: 0;
  border-bottom: 0;
  color: #030712;
  font-size: 54px;
  line-height: 1.36;
  font-weight: 800;
  letter-spacing: 0;
}

.article .article-banner .article_head .bar {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas:
    " author share"
    " date share";
  align-items: center;
  column-gap: 12px;
  row-gap: 8px;
  margin-top: 26px;
}

.article .article-banner .article_head .bar > img {
  grid-area: avatar;
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
}

.article .article-banner .article_head .bar .author {
  grid-area: author;
}

.article .article-banner .article_head .bar .date {
  grid-area: date;
}

.article .article-banner .article_head .bar div p {
  margin: 0;
  color: #64666f;
  font-size: 16px;
  line-height: 1.6;
}

.article .article-banner .article_head .bar .author p {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #24211f;
}

.article .article-banner .article_head .bar .author p span {
  display: inline-flex;
  align-items: center;
  height: 24px;
  padding: 0 12px;
  border: 1px solid #f1eae2;
  border-radius: 60px;
  background: #f4eee6;
  color: #7b6751;
  font-size: 14px;
}

.article .article-banner .article_head .bar .author p strong {
  color: #24211f;
  font-size: 16px;
  font-weight: 800;
}

.article .article-banner .article_head .bar div.share_buttons {
  grid-area: share;
  display: none;
}

.article .article-banner .article_head .bar div.share_buttons a {
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}

.article .article-banner .article_head .bar div.share_buttons a i {
  font-size: 18px;
  color: #4d6c82;
  cursor: pointer;
}

.article .article-banner .article_head .bar div.share_buttons a:hover i {
  color: #827502;
}

.article .article-banner .article_head .bar div.share_buttons a.link i {
  transform: rotate(90deg);
}

.article .article-banner .article_head .bar div.share_buttons .notify {
  border-radius: 3px;
  background: rgba(77, 108, 130, 0.8);
  color: #fff;
  font-size: 14px;
  padding: 8px 5px;
}

.article .article-banner .article_head .bar div.share_buttons .notify.showsup {
  animation: tipsup 1s linear normal forwards;
  -webkit-animation: tipsup 1s linear normal forwards;
}

.article strong {
  font-weight: 700;
  font-size: 16px;
}

.article .article_content {
  margin-top: 68px;
}

.article .article_content .a_body {
  display: inline-block;
  vertical-align: top;
  width: 854px;
  flex-shrink: 0;
  margin-bottom: 50px;
}

.article .article_content .a_body .new-content {
  font-size: 14px;
  line-height: 24px;
  color: #242424;
  border: 1px solid #7fa0c9;
  padding: 35px 35px 30px;
  margin-top: 50px;
  margin-bottom: 30px;
  position: relative;
}

.article .article_content .a_body .new-content::before {
  content: "";
  position: absolute;
  width: 210px;
  height: 15px;
  border-radius: 0 0 4px 4px;
  background: #80a0c9;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.article .article_content .a_body .new-content::after {
  content: "";
  position: absolute;
  width: 225px;
  height: 15px;
  border-radius: 4px 4px 0 0;
  background: #80a0c9;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.article .article_content .a_body .new-content .title {
  position: absolute;
  left: 50%;
  top: -15px;
  transform: translateX(-50%);
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  z-index: 1;
}

.article .article_content .a_body .note {
  background-color: #f7f7f7;
  padding: 15px 20px;
  margin-bottom: 20px;
  position: relative;
}

.article .article_content .a_body .note a {
  color: #000 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  text-decoration: none;
  transition: all 0.4s;
}

.article .article_content .a_body .note a:hover {
  color: #1e96ec !important;
}

.article .article_content .a_body .note p:nth-child(1) {
  width: 130px;
  display: inline-flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.article .article_content .a_body .note p:nth-child(1)::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  border-radius: 1.5px;
  background: #91b4e1;
  top: 0;
  right: 0;
}

.article .article_content .a_body .note p:not(:first-child) {
  display: inline-block;
  margin-left: 160px;
}

@media (max-width: 767px) {
  .article .article_content .a_body .note p:nth-child(1) {
    width: 60px;
  }

  .article .article_content .a_body .note p:not(:first-child) {
    margin-top: 10px;
    margin-left: 70px;
  }
}

.article .article_content .a_body p {
  font-size: 18px;
  line-height: 2;
  color: #313940;
  margin-bottom: 24px;
}

.article .article_content .a_body iframe {
  display: block;
  border-radius: 8px;
  /* border: 1px solid #cecece; */
  overflow: hidden;
}

.article .article_content .a_body p a {
  text-decoration: none;
  color: #4596e5;
}

.article .article_content .a_body p a:hover {
  color: #1e96ec !important;
  text-decoration: underline;
}

.article .article_content .a_body h2 {
  display: flex;
  gap: 10px;
  font-weight: bold;
  font-size: 24px;
  color: #2e83e5;
  padding-bottom: 20px;
  border-bottom: 1px solid #dadada;
  margin: 50px 0 40px;
  text-align: left;
  max-width: 100%;
  word-break: break-word;
  white-space: normal;
  line-height: 1.5;
}

.article_body {
  width: 1080px;
  display: flex;
  gap: 100px;
  padding-bottom: 50px;
  border-bottom: 1px solid #dadada;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .article .article_content .a_body h2 {
    margin-top: 15px;
  }
}

.article .article_content .a_body h2::before {
  content: "";
  display: block;
  width: 4px;
  flex-shrink: 0;
  background-color: #2e83e5;
}

@media (max-width: 767px) {
  .article .article_content .a_body h2::before {
    top: 1.2rem;
    transform: unset;
  }
}

.article .article_content .a_body h2 ~ .note:not(:first-child) {
  background-color: #f6f6f6;
}

.article .article_content .a_body h2 ~ .note:not(:first-child) p:nth-child(1) {
  width: unset;
  display: block;
  position: unset;
  transform: unset;
}

.article
  .article_content
  .a_body
  h2
  ~ .note:not(:first-child)
  p:nth-child(1)::after {
  content: unset;
}

.article
  .article_content
  .a_body
  h2
  ~ .note:not(:first-child)
  p:not(:first-child) {
  display: block;
  margin-left: unset;
}

.article .article_content .a_body h3 {
  font-size: 18px;
  color: #242424;
  font-weight: 700;
  line-height: 36px;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
  padding-left: 30px;
  background: #fbfbfb;
  display: inline-block;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .article .article_content .a_body h3 {
    margin-top: 15px;
  }
}

.article .article_content .a_body h3::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 36px;
  background: #91b4e1;
  left: 0;
  top: 0;
}

@media (max-width: 767px) {
  .article .article_content .a_body h3::before {
    height: 100%;
  }
}

.article ol li {
  list-style: inherit;
}

.article .article_content .a_body img {
  display: block;
  margin-bottom: 15px;
  max-width: 100%;
  margin-top: 12px;
  border-radius: 8px;
  /* border: 1px solid #cecece; */
}

.article .article_content .a_body img.finger-img {
  cursor: zoom-in;
}

.article .article_content .a_body .listbox ul {
  margin-top: 15px;
  margin-bottom: 15px;
  background: #fbfbfb;
  box-shadow: 0 1px 20px -6px rgba(0, 0, 0, 0.25);
  padding: 22px 15px;
  /* display: none; */
}

.article .article_content .a_body ul li:not(:first-child) {
  margin-top: 10px;
}

.article .article_content .a_body ul li a {
  font-size: 16px;
  color: #414141;
  line-height: 25px;
}

.article .article_content .a_body i {
  color: inherit;
}

.article .article_content .a_body .video {
  margin-bottom: 15px;
}

.article .article_content .a_body .down_button {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.article .article_content .a_body .down_button a {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  width: 168px;
  height: 41px;
  border-radius: 25px;
  color: #fff;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
  position: relative;
  padding: 0 30px 0 5px;
}

.article .article_content .a_body .down_button a:not(:first-child) {
  margin-left: 30px;
}

.article .article_content .a_body .down_button a:nth-child(1) {
  margin-right: 15px;
}

.article .article_content .a_body .down_button a em {
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 10px;
}

.article .article_content .a_body .down_button a i {
  margin-left: unset;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background: #fff;
  left: -6% !important;
  top: 43% !important;
  /*transform: translate(-50%, -50%);*/
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

@media screen and (min-width: 411px) and (max-width: 736px) {
  .article .article_content .a_body .down_button a i {
    left: -6% !important;
  }
}

@media screen and (min-width: 375px) and (max-width: 410px) {
  .article .article_content .a_body .down_button a i {
    left: -1% !important;
  }
}

@media screen and (min-width: 360px) and (max-width: 374px) {
  .article .article_content .a_body .down_button a i {
    left: 2% !important;
  }
}

@media screen and (min-width: 320px) and (max-width: 359px) {
  .article .article_content .a_body .down_button a i {
    left: 10% !important;
  }
}

.article .article_content .a_body .down_button a.win {
  background-color: #1e96ec !important;
  color: #fff !important;
  border: 1px solid transparent !important;
  transition: 0.3s;
}

.article .article_content .a_body .down_button a.win i {
  color: #1e96ec !important;
}

.article .article_content .a_body .down_button a.win:hover {
  background-color: #fff !important;
  border: 1px solid #1e96ec !important;
  color: #1e96ec !important;
}

.article .article_content .a_body .down_button a.win:hover i {
  color: #fff !important;
  background: #1e96ec !important;
}

.article .article_content .a_body .down_button a.mac {
  border: 1px solid #1e96ec !important;
  background-color: unset !important;
  color: #000 !important;
  transition: 0.3s;
}

.article .article_content .a_body .down_button a.mac i {
  color: #fff !important;
  background: #1e96ec !important;
}

.article .article_content .a_body .down_button a.mac:hover {
  background-color: #1e96ec !important;
  color: #fff !important;
  border-color: #1e96ec !important;
}

.article .article_content .a_body .down_button a.mac:hover i {
  color: #1e96ec !important;
  background: #fff !important;
}

.article .article_content .a_body .advice {
  margin-bottom: 40px;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 8px;
}

.article .article_content .a_body .advice span {
  color: #333;
  font-size: 18px;
}

.article .article_content .a_body .advice span.choices {
  margin-left: 30px;
}

.article .article_content .a_body .advice span.choices button {
  border: 1px solid #999;
  border-radius: 15px;
  background-color: #fff;
  width: 60px;
  height: 30px;
  color: #999;
  font-size: 16px;
  line-height: 28px;
  font-family: open sans;
  outline: none;
  margin: 0 10px;
}

.article .article_content .a_body .advice span.choices button:hover {
  color: #1e96ec;
  border-color: #1e96ec;
}

.article .article_content .a_body .list_l .fst {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  color: #333;
  text-decoration: none;
}

.article .article_content .a_body .list_l .fst:hover span {
  color: #587289;
}

.article .article_content .a_body .list_l .fst span {
  display: inline-block;
  vertical-align: top;
  width: 80%;
  color: #4596e5;
  text-decoration: underline;
}

.article .article_content .a_body .stage {
  font-size: 22px;
  color: #4b4c4c;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 15px;
}

.article .article_content .content_catalogue {
  margin-bottom: 30px;
}

.article .article_content .content_catalogue ul {
  margin-bottom: 0;
}

.article .article_content .content_catalogue ul ul ul {
  background-color: #f5f5f5;
  margin-top: 15px;
  padding: 15px 30px;
}

.article .article_content .content_catalogue li {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #4d6c82;
  text-decoration: none;
}

.article .article_content .content_catalogue .fst {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  color: #333;
  text-decoration: none;
}

.article .article_content .content_catalogue .fst:hover span {
  color: #587289;
}

.article .article_content .content_catalogue .fst span {
  display: inline-block;
  vertical-align: top;
  width: 80%;
  color: #4596e5;
  text-decoration: underline;
}

.article .article_content .content_catalogue .sec {
  font-size: 16px;
  line-height: 30px;
  color: #4596e5;
  padding-left: 20px;
  text-decoration: none;
  font-weight: 400;
}

.article .article_content .content_catalogue a:hover {
  color: #587289;
}

.article .article_content .content_catalogue a.active {
  color: #587289;
}

.article .article_content .a_sidebar {
  display: inline-block;
  width: 320px;
  float: right;
}

.article .article_content .a_sidebar .sidebar_top {
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 8px;
  margin-bottom: 20px;
}

.article .article_content .a_sidebar .sidebar_top img {
  width: 100%;
  object-fit: contain;
}

.article .article_content .a_sidebar .sidebar_post {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 20px;
}

/* feat */
.single-box .article_body ul {
  counter-reset: main-counter;
}

.single-box .article_body .list_t + div ul li.main-heading {
  counter-increment: main-counter;
  counter-reset: sub-counter;
}

.single-box .article_body .list_t + div ul li.main-heading::before {
  display: inline-block;
  content: counter(main-counter);
  background: #313940;
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
  margin-right: 10px;
}

.single-box .article_body .list_t + div ul li.sub-heading {
  counter-increment: sub-counter;
  display: none;
}

.single-box .article_body .list_t + div ul li.sub-heading span::after {
  display: inline-block;
  content: counter(main-counter) "." counter(sub-counter) " ";
  background: #313940;
  color: #fff;
  width: 30px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 12px;
  font-size: 12px;
  margin-right: 10px;
}

/* feat */
@media (max-width: 767px) {
  .article .article_content .table-box {
    width: 100%;
    overflow-x: auto;
  }

  .article .article_content .a_sidebar .sidebar_post {
    padding: unset;
    margin-top: 50px;
  }
}

.article .article_content .a_sidebar span.h {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #333;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 9px;
  position: relative;
  padding-left: 30px;
}

.article .article_content .a_sidebar span.h::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  background: url(https://cdn.tunefab.jp/img/article/log.svg) no-repeat;
  background-size: cover;
  left: 0;
}

.article .article_content .a_sidebar li {
  margin-bottom: 30px;
}

.article .article_content .a_sidebar li:not(:last-child) {
  padding-bottom: 30px;
  border-bottom: 1px dashed #ececec;
}

.article .article_content .a_sidebar li:last-child {
  margin-bottom: 0;
}

.article .article_content .a_sidebar li a {
  display: flex;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  width: 100%;
  text-decoration: none;
}

.article .article_content .a_sidebar li a:hover {
  color: #4596e5;
}

.article .article_content .a_sidebar li a img {
  width: 123px;
  height: auto;
}

.article .article_content .a_sidebar li a span {
  margin-left: 10px;
}

.article .article_content .a_sidebar .sidebar_search {
  border: 1px solid #eee;
  border-radius: 20px;
  padding: 5px;
  width: 100%;
  height: 40px;
  display: none;
}

.article .article_content .a_sidebar .sidebar_search .input {
  float: left;
  width: 80%;
}

.article .article_content .a_sidebar .sidebar_search .input input {
  width: 100%;
  height: 28px;
  border: none;
  padding: 0;
  text-indent: 10px;
  font-size: 16px;
  color: #666;
  outline: none;
  line-height: 28px;
}

.article
  .article_content
  .a_sidebar
  .sidebar_search
  .input
  input::-webkit-input-placeholder {
  color: #999;
  line-height: 28px;
}

.article
  .article_content
  .a_sidebar
  .sidebar_search
  .input
  input::-moz-placeholder {
  color: #999;
  line-height: 28px;
}

.article
  .article_content
  .a_sidebar
  .sidebar_search
  .input
  input:-moz-placeholder {
  color: #999;
  line-height: 28px;
}

.article
  .article_content
  .a_sidebar
  .sidebar_search
  .input
  input:-ms-input-placeholder {
  color: #999;
  line-height: 28px;
}

.article .article_content .a_sidebar .sidebar_search .button {
  float: right;
  width: 45px;
  height: 28px;
}

.article .article_content .a_sidebar .sidebar_search .button button {
  border-radius: 20px;
  background-color: #1e96ec;
  width: 100%;
  height: 100%;
  color: #fff;
  border: none;
  outline: none;
}

.article.special-article .navigation {
  display: none;
}

.use_btn {
  display: none;
  position: relative;
  margin: 50px auto;
  gap: 22px;
  width: fit-content;
  padding: 15px 21px;
  background: #ea6100;
  box-shadow: 0px -5px 4px #ab4a06 inset;
  border-radius: 43px;
  color: #ffffff;
  font-size: 19px;
  font-weight: bolder;
  line-height: 1.5;
  letter-spacing: 6px;
  text-decoration: none;
}

.use_btn::before {
  content: "";
  width: 163px;
  height: 35px;
  background: url("/uploads/page/article/use-btn-top.png") no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
}

.article .article_content .a_body .use_btn img {
  margin: 0;
}

.article .article_content .article_body .h3-title {
  margin: 20px 0;
  padding-left: 0;
  padding-right: 0;
}

.article .article_content .h3-title::before {
  display: none;
}

.article .article_content .h3-title > span {
  display: inline;
  font-weight: bold;
  font-size: 20px;
  color: #313940;
  padding-left: 5px;
  background: linear-gradient(to right, #d8e5f8, #d8e5f8) no-repeat right bottom;
  background-size: 100% 10px;
}

.article .article_content .download-btns .download-btn_tips {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: #848484;
}

.article .article_content .download-btns .download-btn_tips span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.article
  .article_content
  .download-btns
  .download-btn_tips
  span:first-child::after {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  background: #848484;
}

.article .article_content .download-btns:last-child {
  margin-bottom: 0;
}


.article .article_content .a_body td a {
  color: #4596e5 !important;
}
.article .article_content .a_body td a:hover {
  text-decoration: underline;
}

.article .article_content .table-2:last-child {
  margin-bottom: 0;
}

.single-box .crumb {
  border-bottom: 1px solid #d7d7d7;
  background: #f8f8f8;
  padding: 12px 0;
}

.single-box .crumb .container {
  display: flex;
  align-items: center;
}

.single-box .crumb .container::before {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  background-image: url(/uploads/page/article/icon-home.svg);
  background-size: 100% 100%;
  margin-right: 10px;
}

.single-box .crumb .crumb-link {
  font-size: 18px;
  color: #737b8c;
  text-decoration: none;
  margin-right: 20px;
}

.single-box .crumb .crumb-link::after {
  content: ">";
  display: inline-block;
  transform: translateX(10px);
}

.single-box .crumb .crumb-link:hover {
  text-decoration: underline;
}

.single-box .crumb .crumb-current {
  color: #313940;
}

.single-box .article-info {
  display: flex;
  align-items: center;
  gap: 40px;
  border-bottom: 1px dashed #c9c9c9;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.single-box nav {
  position: fixed;
  top: -75px;
  z-index: 999;
  width: 100%;
  height: 70px;
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  transition: top 300ms;
}

.single-box nav .container {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.single-box nav .nav-logo {
  width: 48px;
  height: 48px;
  object-fit: cover;
}

.single-box nav .nav-title {
  flex: 1;
  font-size: 18px;
  color: #212121;
  text-decoration: none;
  transition: color 300ms;
}

.single-box nav .nav-btns {
  display: flex;
  gap: 18px;
}

.single-box nav .nav-btn_win,
.single-box nav .nav-btn_mac {
  width: 112px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  text-decoration: none;
  border-radius: 4px;
  transition: transform 300ms;
}

.single-box nav .nav-btn_win::before,
.single-box nav .nav-btn_mac::before {
  content: "";
  height: 14px;
  background-size: 100% 100%;
}

.single-box nav .nav-btn_win {
  color: #2e83e5;
  border: 1px solid #2e83e5;
  background: #fff;
}

.single-box nav .nav-btn_win::before {
  width: 15px;
  background-image: url(/uploads/page/article/icon-win-blue.svg);
}

.single-box nav .nav-btn_mac {
  color: #fff;
  background: #2e83e5;
}

.single-box nav .nav-btn_mac::before {
  width: 16px;
  background-image: url(/uploads/page/article/icon-mac-white.svg);
}

.single-box nav.is-show {
  top: 0;
}

.single-box .article_body aside {
  flex-shrink: 0;
}

.single-box .article_body aside .product-intro {
  width: 210px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 4px 30.4px 13px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  padding-bottom: 20px;
  margin-bottom: 35px;
}

.single-box .article_body aside .product-intro .header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background: #529bea;
  box-shadow: 0px 4px 30.4px 13px rgba(0, 0, 0, 0.04);
  padding: 10px 0;
}

.single-box .article_body aside .product-intro .title {
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  color: #fff;
}

.single-box .article_body aside .product-intro .desc {
  font-size: 12px;
  color: #fff;
}

.single-box .article_body aside .product-intro .desc .highlight {
  color: #ffff03;
  font-weight: 700;
  text-decoration-line: underline;
  text-decoration-style: wavy;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 10.5%;
  text-underline-offset: 25%;
  text-underline-position: from-font;
}

.single-box .article_body aside .product-intro .product-cover {
  display: block;
  margin: 20px auto;
}

.single-box .article_body aside .product-intro .down-btn_win,
.single-box .article_body aside .product-intro .down-btn_mac {
  display: none;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  width: 154px;
  height: 38px;
  border-radius: 34px;
  background:
    linear-gradient(180deg, #27d8ff 0%, rgba(39, 216, 255, 0) 59.56%),
    linear-gradient(270deg, rgba(167, 114, 255, 0) 27%, #a772ff 100%),
    linear-gradient(331deg, #68ffed 2.42%, rgba(104, 255, 237, 0) 75.74%),
    linear-gradient(90deg, rgba(255, 47, 134, 0) 0%, #ff2f86 100%), #68aeff;
  box-shadow:
    0px 2px 1px 0px rgba(255, 255, 255, 0.4) inset,
    0px 2px 1px 0px rgba(255, 255, 255, 0.86) inset,
    0px 0px 6px 0px rgba(0, 0, 0, 0.2) inset,
    0px -2px 5px 0px rgba(0, 0, 0, 0.3) inset;
  margin: 0 auto;
  transition: all 300ms;
}

.single-box .article_body aside .product-intro .down-btn_win.active,
.single-box .article_body aside .product-intro .down-btn_mac.active {
  display: block;
}

.single-box .article_body aside .product-intro .down-btn_win:hover,
.single-box .article_body aside .product-intro .down-btn_mac:hover {
  transform: scale(1.1);
}

.single-box .article_body aside .second-category {
  /* position: sticky;
  top: 100px; */
  width: 334px;
  border-radius: 10px;
  border: 1px solid #e7e7e7;
  background: #fff;
  padding: 30px 24px;
}

.single-box .article_body aside .second-category .category-header {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: bold;
  font-size: 18px;
  color: #313940;
  margin-bottom: 10px;
}

.single-box .article_body aside .second-category .category-header::before {
  content: "";
  width: 17px;
  height: 14px;
  background-image: url(/uploads/page/article/icon-category.svg);
  background-size: 100% 100%;
}

.single-box .article_body aside .second-category .category-list {
  padding-left: 20px;
}

.single-box .article_body aside .second-category .category-list a {
  box-sizing: border-box;
  display: block;
  font-size: 16px;
  color: #313940;
  text-decoration: none;
  margin-bottom: 20px;
  padding: 5px 15px;
}

.single-box .article_body aside .second-category .category-list a:last-child {
  margin-bottom: 0;
}

.single-box .article_body aside .second-category .category-list a.active {
  font-weight: bold;
  background: #fafafa;
}

.single-box .article_body aside .second-category .scroll-container {
  position: absolute;
  top: 75px;
  left: 25px;
  width: 2px;
  height: calc(100% - 110px);
  background: #e4e4e4;
}

.single-box .article_body aside .second-category .scroll-container .scroll-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #2e83e5;
}

.single-box .popular-articles .title {
  display: flex;
  gap: 4px;
  margin-bottom: 25px;
}

.single-box .popular-articles span {
  display: inline-block;
  max-width: 393px;
  word-break: break-word;
  white-space: normal;
}

.single-box .popular-articles .title div {
  flex-shrink: 0;
  width: 35px;
  height: 35px;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  line-height: 38px;
  color: #fff;
  background: #529bea;
}

.single-box .popular-articles .list {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-flow: row wrap;
}

.single-box .popular-articles .list a {
  position: relative;
  display: flex;
  align-items: center;
  width: 518px;
  height: 88px;
  border-radius: 10px;
  border: 1px solid #dbdbdb;
  padding-left: 15px;
  padding-right: 15px;
  background: #fff;
  font-size: 16px;
  color: #313940;
  text-decoration: none;
}

.single-box .popular-articles .list a img {
  margin-right: 20px;
}

.single-box .popular-articles .list a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 9px;
  height: 13px;
  background-image: url(/uploads/page/article/icon-popular-arrow.svg);
  background-size: 100% 100%;
  transition: all 300ms;
}

.single-box .popular-articles .list a:hover {
  box-shadow: 0px 5px 0px 0px rgba(143, 143, 143, 0.23);
}

.single-box .popular-articles .list a:hover::after {
  transform: translateY(-50%) translateX(5px);
}

.single-box .popular-articles {
  margin-top: 50px;
}

.single-box .article_body .table-1 {
  border-radius: 8px;
  border: 1px solid rgba(152, 152, 152, 0.3);
  background: #fff;
  overflow: hidden;
  margin: 50px 0;
}

.single-box .article_body .table-1 table {
  width: 100%;
  border-collapse: collapse;
}

.single-box .article_body .table-1 table tr:last-child td {
  border: none;
}


.single-box .article_body .table-1 table td .five-star {
  display: block;
  width: 100px;
  height: 17px;
  background-image: url(/uploads/page/article/star.svg);
}

.single-box .article_body .table-1:last-child {
  margin-bottom: 0;
}

.single-box .article_body .related-articles:last-child {
  margin-bottom: 0;
}

.single-box .article_body .tips:last-child {
  margin-bottom: 0;
}

.single-box .article_body .pros-and-cons:last-child {
  margin-bottom: 0;
}

.single-box .article_body .staple:last-child {
  margin-bottom: 0;
}

.single-box .article_body .product-intro {
  position: relative;
  border-radius: 10px;
  background: #f0f7ff;
  margin: 50px 0;
  overflow: hidden;
}

.single-box .article_body .product-intro .intro-wrap .intro-btns {
  display: flex;
  gap: 14px;
  margin: 26px 0 0;
}

.single-box .article_body .product-intro .intro-wrap .intro-btn_win,
.single-box .article_body .product-intro .intro-wrap .intro-btn_mac {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 14px 12px;
  border: 1px solid #d8dee9;
  border-radius: 6px;
  background: #fff;
  color: #24211f;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
  text-decoration: none;
  filter: none;
  transform: none;
  transition:
          background 0.2s ease,
          border-color 0.2s ease,
          color 0.2s ease;
}

.single-box .article_body .product-intro .intro-wrap .intro-btn_win {
  border-color: #2e83e5;
  background: #2e83e5;
  color: #fff;
}

.single-box .article_body .product-intro .intro-wrap .intro-btn_mac {
  border-color: #d7dde5;
  background: #fff;
  color: #272a2f;
}

.single-box .article_body .product-intro .intro-wrap .intro-btn_win::before,
.single-box .article_body .product-intro .intro-wrap .intro-btn_mac::before {
  content: "";
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.single-box .article_body .product-intro .intro-wrap .intro-btn_win::before {
  background-image: url("/uploads/page/article/icon-win.svg");
}

.single-box .article_body .product-intro .intro-wrap .intro-btn_mac::before {
  background-image: url("/uploads/page/article/icon-black-mac.svg");
}

.single-box .article_body .product-intro .intro-wrap .intro-btn_win:hover {
  border-color: #1475d9;
  background: #1475d9;
  color: #fff;
}

.single-box .article_body .product-intro .intro-wrap .intro-btn_mac:hover {
  border-color: #2e83e5;
  background: #fff;
  color: #2e83e5;
}

.single-box .article_body .product-intro .intro-wrap .intro-btn_mac:hover::before {
  background-image: url("/uploads/page/article/icon-blue-mac.svg");
}

.single-box .article_body .product-intro:last-child {
  margin-bottom: 0;
}

.single-box .article_body .product-steps:last-child {
  margin-bottom: 0;
}

.single-box .article_body .table-3 table tr:last-child td {
  border-bottom: none;
}

.single-box .article_body .table-3:last-child {
  margin-bottom: 0;
}

.online-tool {
  background: url(/uploads/page/online-tool/download-bg.webp) no-repeat center;
  background-size: cover;
  padding: 60px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}

.online-tool h2 {
  color: #fff;
  font-size: 36px;
}

.online-tool h2 span {
  color: #2dc261;
}

.online-tool .down_desc {
  color: #ffffff;
  max-width: 580px;
  margin: 20px auto;
}

.online-tool .down_feature {
  max-width: 580px;
  margin: 0 auto;
  position: relative;
}

.online-tool .down_feature .feature_flex {
  background: #fff;
  position: relative;
  margin: 15px 0;
  max-width: 100%;
  border-radius: 4px;
  border: 1px #caddd3 solid;
  padding: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.online-tool .down_feature .down_input {
  box-sizing: border-box;
  font-size: 14px;
  color: #000;
  padding: 10px;
  flex: 0 0 75%;
  border: unset;
}

.online-tool .down_feature.error {
  border: 1px #f00 solid;
}

.online-tool .down_feature .error-text {
  text-align: left;
  margin: 15px 0;
  color: #e02020;
}

.online-tool .down_btn {
  position: absolute;
  top: 5px;
  right: 5px;
  background: #2dc261;
  padding: 11px 16px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  width: fit-content;
  cursor: pointer;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border: unset;
}

.online-tool .down_btn img {
  width: 16px;
  height: auto;
}

.online-tool .down_btn:hover {
  background: #00a63a;
}

.online-tool .down_jump {
  color: #2dc261;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.online-tool .down_jump .arrow-icon {
  transition: all 0.5s;
  width: 16px;
  height: auto;
}

.online-tool .down_jump:hover {
  text-decoration: underline;
}

.online-tool .down_jump:hover .arrow-icon {
  transform: translateX(10px);
}

.online-tool .down_loading {
  display: none;
  text-align: center;
  margin: 40px auto 0;
}

.online-tool .down_loading img {
  width: 140px;
  height: auto;
}

.online-tool .down_loading .down_text {
  color: #888888;
}

.online-tool .down_loading .down_text span {
  position: relative;
  top: 0;
  display: inline-block;
  animation: toolbounce 0.3s ease infinite alternate;
}

.online-tool .down_loading .down_text span:nth-child(2) {
  animation-delay: 0.1s;
}

.online-tool .down_loading .down_text span:nth-child(3) {
  animation-delay: 0.2s;
}

.online-tool .down_exhibition {
  margin: 0 auto;
  max-width: 580px;
  display: flex;
  align-items: center;
  gap: 23px;
}

.online-tool .down_exhibition .exhibition_img {
  margin-top: 80px;
  width: 81px;
  height: 81px;
  object-fit: cover;
}

.online-tool .down_exhibition .exhibition_info {
  margin-top: 80px;
  flex: 0 0 80%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.online-tool .down_exhibition .info_title {
  color: #1db954;
  font-size: 20px;
  font-weight: 600;
}

.online-tool .down_exhibition .info_author {
  color: #767676;
}

.online-tool .down_exhibition .info_btn {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-size: 16px;
  background: #24a659;
  border-radius: 67px;
  padding: 10px 26px;
}

.online-tool .down_exhibition .info_btn img {
  width: 19px;
  height: auto;
}

.online-tool .down_exhibition .info_btn:hover {
  background: #00a63a;
}

.online-tool .down-pop {
  display: none;
  position: fixed;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  background: linear-gradient(#d6f0e0, #ffffff 100%);
  box-shadow: 0 4px 31px rgba(151, 151, 151, 0.25);
  border-radius: 8px;
  border: 1px #ffffff solid;
  width: 231px;
  height: auto;
  padding: 16px 23px 34px;
  text-align: center;
}

.online-tool .down-pop .pop_close {
  width: 18px;
  height: auto;
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
}

.online-tool .down-pop .pop_title {
  color: #2e2e2e;
  font-size: 16px;
  font-weight: 600;
  margin: 7px 0;
}

.online-tool .down-pop .pop_desc {
  color: #2e2e2e;
}

.online-tool .down-pop .pop_btn {
  margin-top: 23px;
  display: block;
  color: #ffffff;
  font-size: 16px;
  background: #24a659;
  border-radius: 67px;
  padding: 10px 36px;
}

.overspread {
  display: none;
  width: 100%;
  height: 100%;
  background-color: #00000066;
  position: fixed;
  top: 0;
  z-index: 99;
}

@keyframes toolbounce {
  100% {
    top: -10px;
  }
}

.online-tool .down_feature .down_input:focus-visible {
  outline: unset;
}

.online-tool .container {
  display: block;
}

.pc-style {
  display: block;
}

.mobile-style {
  display: none;
}

.online-tool .down_feature input::placeholder {
  color: #7e7e7e;
}
.online-tool.online-tool-ymc {
  background: url(/uploads/page/article/download-ymc-bg.png) no-repeat center;
  background-size: cover;
}
.online-tool.online-tool-amc {
  background: url(/uploads/page/online-tool/download-amc-bg.png) no-repeat
    center;
  background-size: cover;
}
.online-tool.online-tool-ymc h2 span {
  color: #ff0000;
}
.online-tool.online-tool-amc h2 span {
  color: #fff;
}
.online-tool.online-tool-ymc .down_btn {
  background: #007bff;
}
.online-tool.online-tool-amc .down_btn {
  background: #e73654;
}
.online-tool.online-tool-ymc .down_btn:hover {
  background: #007bff;
}
.online-tool.online-tool-amc .down_btn:hover {
  background: #e73654;
}
.online-tool.online-tool-ymc .down_exhibition .info_title {
  color: #fff;
}
.online-tool.online-tool-amc .down_exhibition .info_title {
  color: #fff;
}
.online-tool.online-tool-ymc .down_exhibition .info_btn {
  background: #007bff;
}
.online-tool.online-tool-amc .down_exhibition .info_btn {
  background: #e73654;
}
.online-tool.online-tool-ymc .down_exhibition .info_btn:hover {
  background: #007bff;
}
.online-tool.online-tool-ymc .down_exhibition .info_btn:hover {
  background: #e73654;
}
.online-tool.online-tool-ymc .down_loading img {
  width: 70px;
}
.online-tool.online-tool-amc .down_loading img {
  width: 70px;
}
.online-tool.online-tool-ymc .down-pop {
  background:
    linear-gradient(
      180deg,
      rgba(255, 53, 235, 0.2) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    #fff;
}
.online-tool.online-tool-amc .down-pop {
  background:
    linear-gradient(
      180deg,
      rgba(231, 54, 84, 0.2) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    #fff;
}
.online-tool.online-tool-ymc .down-pop .pop_btn {
  background: #3586ff;
}
.online-tool.online-tool-amc .down-pop .pop_btn {
  background: #e73654;
}
.online-tool.online-tool-ymc .down_jump {
  color: #ff0000;
}
.online-tool.online-tool-amc .down_jump {
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 767px) {
  .online-tool.online-tool-ymc {
    background: url(/uploads/page/article/download-ymc-bg-mobile.png) no-repeat
      center;
    background-size: cover;
  }
  .online-tool.online-tool-amc {
    background: url(/uploads/page/online-tool/download-amc-bg-mobile.png)
      no-repeat center;
    background-size: cover;
  }
  .mobile-style {
    display: block;
  }

  .pc-style {
    display: none !important;
  }

  .single-box .article_body .thirdly-category .category-list > a {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
  }

  .single-box .article_body .thirdly-category .category-list > a:last-child {
    margin-bottom: 0;
  }

  .single-box .article_body .table-3 {
    overflow-x: auto;
  }

  .single-box .article_body .table-3 table {
    table-layout: fixed;
  }

  .single-box .article_body .table-3 table td:nth-child(odd) {
    width: 110px;
    font-weight: normal;
    font-size: 14px;
    padding: 0 12px;
  }

  .single-box .article_body .table-3 table td:nth-child(even) {
    width: 220px;
    padding: 0 6px;
  }

  .single-box .article_body .product-steps {
    position: relative;
    padding-bottom: 70px;
    overflow: hidden;
    margin: 50px 0;
  }

  .single-box .article_body .product-steps .swiper-slide {
    width: 100%;
    height: auto;
  }

  .single-box .article_body .product-steps .swiper-slide img {
    width: 100%;
    height: auto;
  }

  .single-box .article_body .product-steps .swiper-slide p {
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
  }

  .single-box .article_body .product-steps .swiper-button-prev,
  .single-box .article_body .product-steps .swiper-button-next {
    display: none;
  }

  .single-box .article_body .a_body .product-intro::before,
  .single-box .article_body .a_body .product-intro::after {
    display: none;
  }

  .single-box .article_body .a_body .product-intro .title {
    height: 55px;
    font-size: 20px;
    padding-bottom: 0;
  }

  .single-box .article_body .product-intro .intro-wrap {
    flex-direction: column;
    gap: 25px;
    padding: 30px 18px;
  }

  .single-box .article_body .product-intro .intro-wrap > img {
    display: block;
    width: 100%;
    height: auto;
  }

  .single-box .article_body .product-intro .intro-wrap .intro-btns {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    row-gap: 20px;
    column-gap: 12px;
  }

  .single-box .article_body .product-intro .intro-wrap .intro-btn_win,
  .single-box .article_body .product-intro .intro-wrap .intro-btn_mac {
    width: 148px;
    height: 42px;
    font-size: 12px;
  }

  .single-box .article_body .product-intro .intro-wrap .intro-btn_win::before,
  .single-box .article_body .product-intro .intro-wrap .intro-btn_mac::before {
    background-size: 100% 100%;
  }

  .single-box .article_body .product-intro .intro-wrap .intro-btn_win::before {
    width: 17px;
    height: 17px;
  }

  .single-box .article_body .product-intro .intro-wrap .intro-btn_mac::before {
    width: 15px;
    height: 14px;
  }

  .single-box .article_body .staple {
    padding: 16px;
  }

  .single-box .article_body .staple .list p {
    font-size: 14px;
  }

  .single-box .article_body .pros-and-cons {
    flex-direction: column;
    gap: 30px;
  }

  .single-box .article_body .pros-and-cons .pros,
  .single-box .article_body .pros-and-cons .cons {
    width: 100%;
    border-radius: 8px;
  }

  .single-box .article_body .pros-and-cons .pros .list > p,
  .single-box .article_body .pros-and-cons .cons .list > p {
    height: auto;
    /* min-height: 45px; */
    padding: 10px;
  }

  .single-box .article_body .related-articles {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    padding: 22px 14px;
  }

  .single-box .article_body .table-1 table td {
    padding: 0 12px;
  }

  .single-box .article_body .table-1 table td:first-child {
    width: 110px;
    font-weight: normal;
    font-size: 14px;
  }

  .single-box .popular-articles .container {
    width: 100%;
  }

  .article_body {
    width: 100%;
    flex-direction: column-reverse;
    gap: 40px;
  }

  .single-box .article_body aside .aside-product {
    display: none;
  }

  .single-box nav .container {
    gap: 14px;
  }

  .single-box nav .nav-logo {
    width: 34px;
    height: 34px;
  }

  .single-box nav .nav-title {
    font-size: 14px;
  }

  .single-box nav .nav-btns {
    gap: 10px;
  }

  .single-box nav .nav-btn_win,
  .single-box nav .nav-btn_mac {
    width: 74px;
    height: 24px;
    gap: 6px;
    font-size: 12px;
    border-radius: 2px;
  }

  .single-box nav .nav-btn_win::before {
    width: 10px;
  }

  .single-box nav .nav-btn_mac::before {
    width: 10px;
  }

  .single-box .crumb {
    border-bottom: 1px solid #d7d7d7;
    background: #f8f8f8;
    padding: 12px 0;
  }

  .single-box .crumb .container {
    position: relative;
    display: block;
    padding-left: 40px;
  }

  .single-box .crumb .container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
  }

  .single-box .crumb .crumb-link {
    font-size: 16px;
    line-height: 1.5;
    margin-right: 10px;
  }

  .single-box .crumb .crumb-link::after {
    transform: translateX(5px);
  }

  .single-box .banner.special {
    padding: 20px 0;
    background: #529bea;
  }

  .single-box .banner.special .container {
    flex-direction: column;
  }

  .single-box .banner.special .banner-info {
    width: 100%;
    margin-bottom: 30px;
  }

  .single-box .banner.special .banner-desc {
    font-size: 16px;
    padding-right: 0;
  }

  .single-box .banner.special .banner-list {
    font-size: 14px;
  }

  .single-box .banner.special .banner-list li::before {
    width: 18px;
    height: 18px;
  }

  .single-box .banner.special .banner-btns {
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    row-gap: 30px;
    column-gap: 20px;
  }

  .single-box .banner.special .banner-btns .download-btn_win,
  .single-box .banner.special .banner-btns .download-btn_mac {
    gap: 8px;
    width: 158px;
    height: 44px;
    font-size: 14px;
    margin-bottom: 18px;
  }

  .single-box .banner.special .banner-btns .download-btn_win::before,
  .single-box .banner.special .banner-btns .download-btn_mac::before {
    width: 18px;
  }

  .single-box .banner.special .banner-btns .download-btn_win::before {
    height: 18px;
  }

  .single-box .banner.special .banner-btns .download-btn_mac::before {
    height: 15px;
  }

  .single-box .banner.special .banner-btns .download-btn_tips {
    gap: 8px;
    font-size: 8px;
  }

  .single-box .banner.special .banner-btns .download-btn_tips span {
    gap: 8px;
  }

  .single-box
    .banner.special
    .banner-btns
    .download-btn_tips
    span:first-child::after {
    height: 10px;
  }

  .single-box .banner.special .banner-img {
    width: 100%;
    height: auto;
    transform: translateY(20px);
  }

  .article .article_content .table-2 {
    min-width: unset;
  }

  .article .article_content .table-2 table {
    table-layout: fixed;
  }

  .article .article_content .table-2 table tr:first-child td {
    font-size: 11px;
    padding: 0 12px;
  }
  .article .article_content .table-2 table tr:first-child td strong {
    font-size: inherit;
  }
  .article .article_content .table-2 table td {
    padding: 0 6px;
    width: 120px;
  }

  .article .article_content .table-2 table td:first-child {
    width: 110px;
    padding: 0 12px !important;
  }

  .article .article_content .download-btns {
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    row-gap: 30px;
    column-gap: 20px;
  }

  .article .article_content .download-btns .download-btn_win,
  .article .article_content .download-btns .download-btn_mac {
    gap: 8px;
    width: 158px;
    height: 44px;
    font-size: 14px;
    background: #ff8636;
    margin-bottom: 18px;
  }

  .article .article_content .download-btns .download-btn_win::before,
  .article .article_content .download-btns .download-btn_mac::before {
    width: 18px;
  }

  .article .article_content .download-btns .download-btn_win::before {
    height: 18px;
  }

  .article .article_content .download-btns .download-btn_mac::before {
    height: 15px;
  }

  .article .article_content .download-btns .download-btn_tips {
    gap: 8px;
    font-size: 8px;
    color: #848484;
  }

  .article .article_content .download-btns .download-btn_tips span {
    gap: 8px;
  }

  .article
    .article_content
    .download-btns
    .download-btn_tips
    span:first-child::after {
    height: 10px;
  }

  .article.special-article .navigation {
    background: url(https://cdn.tunefab.jp/img/article/mobile-navigation.png)
      no-repeat center;
    background-color: #fff;
    background-size: cover;
    display: block;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 12;
  }

  .article.special-article .navigation .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .article.special-article .navigation .container .left {
    flex: 0 0 53%;
  }

  .article.special-article .navigation .container .left .title {
    font-size: 20px;
    color: #fff;
  }

  .article.special-article .navigation .container .left .desc {
    font-size: 32px;
    color: #fff;
    font-weight: 800;
    padding-left: 10px;
  }

  .article.special-article .navigation .container .left .desc span {
    display: inline-block;
    color: #f4bf05;
    padding-right: 10px;
    -webkit-text-stroke: 1px #fff;
    animation: span 2s linear infinite;
  }

  @keyframes span {
    0% {
      transform: scale(1);
    }

    50% {
      transform: scale(1.3);
    }

    100% {
      transform: scale(1);
    }
  }

  .article.special-article .navigation .container .right {
    flex: 0 0 47%;
    text-align: center;
  }

  .article.special-article .navigation .container .right a {
    font-size: 24px;
    color: #000;
    width: 100%;
    display: block;
    padding-left: 30px;
    transition: all 0.4s;
  }

  .article.special-article .navigation .container .right a:hover {
    color: #fff;
  }

  /* SMC IOS */
  .tools-download {
    padding: 50px 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
  }

  .tools-download h2 {
    color: #29ae5f;
    font-size: 28px;
    margin: 0 auto;
    text-align: center;
    font-weight: 700;
    line-height: 1.5;
  }

  .tools-download .down_feature {
    position: relative;
    margin: 15px 0 45px;
    width: 100%;
    border-radius: 4px;
    border: 1px #caddd3 solid;
    padding: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .tools-download .down_feature .down_input {
    box-sizing: border-box;
    font-size: 14px;
    color: #7e7e7e;
    padding: 8px;
    flex: 0 0 75%;
    outline: none;
    border: none;
    resize: none;
    background-color: #fbfbfb;
  }

  .tools-download .down_feature .down_paste {
    flex: 0 0 22%;
    background: rgba(201, 221, 211, 0.3);
    border-radius: 4px;
    border: 1px #d9e7e0 solid;
    padding: 8px;
    color: #676767;
  }

  .tools-download .down_feature.error {
    border: 1px #f00 solid;
  }

  .tools-download .down_feature .error-text {
    position: absolute;
    bottom: -30px;
    color: #e02020;
  }

  .tools-download .down_btn {
    background: #000;
    padding: 10px;
    color: #1db954;
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    cursor: pointer;
    margin-bottom: 45px;
  }

  .tools-download .down_loading {
    display: none;
    text-align: center;
  }

  .tools-download .down_loading img {
    width: 80px;
    height: auto;
  }

  .tools-download .down_loading .down_text {
    color: #888888;
    margin-top: 18px;
  }

  .tools-download .down_loading .down_text span {
    position: relative;
    top: 0;
    display: inline-block;
    animation: bounce 0.3s ease infinite alternate;
  }

  .tools-download .down_loading .down_text span:nth-child(2) {
    animation-delay: 0.1s;
  }

  .tools-download .down_loading .down_text span:nth-child(3) {
    animation-delay: 0.2s;
  }

  .tools-download .down_exhibition {
    display: flex;
    gap: 20px;
  }

  .tools-download .down_exhibition .exhibition_img {
    width: 135px;
    height: 135px;
    object-fit: cover;
  }

  .tools-download .down_exhibition .exhibition_info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .tools-download .down_exhibition .info_title {
    color: #1db954;
    font-size: 20px;
    font-weight: 600;
  }

  .tools-download .down_exhibition .info_author {
    color: #767676;
  }

  .tools-download .down_exhibition .info_btn {
    display: block;
    color: #ffffff;
    font-size: 16px;
    background: #24a659;
    border-radius: 67px;
    padding: 10px 36px;
  }

  .tools-download .down-pop {
    display: none;
    position: fixed;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    background: linear-gradient(#d6f0e0, #ffffff 100%);
    box-shadow: 0 4px 31px rgba(151, 151, 151, 0.25);
    border-radius: 8px;
    border: 1px #ffffff solid;
    width: 240px;
    height: auto;
    padding: 16px 23px 34px;
    text-align: center;
  }

  .tools-download .down-pop .pop_close {
    width: 18px;
    height: auto;
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
  }

  .tools-download .down-pop .pop_title {
    color: #2e2e2e;
    font-size: 16px;
    font-weight: 600;
    margin: 7px 0;
  }

  .tools-download .down-pop .pop_desc {
    color: #2e2e2e;
  }

  .tools-download .down-pop .pop_btn {
    margin-top: 23px;
    display: block;
    color: #ffffff;
    font-size: 11px;
    background: #24a659;
    border-radius: 67px;
    padding: 10px 36px;
    font-weight: bold;
  }

  .overspread {
    display: none;
    width: 100%;
    height: 100%;
    background-color: #00000066;
    position: fixed;
    top: 0;
    z-index: 99;
  }

  .online-tool .down_jump {
    font-size: 12px;
  }

  .promotion_banner {
    position: sticky;
    height: auto;
    background-size: cover;
    bottom: unset;
    top: 0;
  }

  .online-tool {
    background: url(/uploads/page/online-tool/download-bg-mobile.webp) no-repeat
      center;
    background-size: cover;
    padding: 80px 0;
    font-size: 14px;
  }

  .online-tool h2 {
    font-size: 28px;
  }

  .online-tool .down_desc {
    width: 100%;
    margin: 11px 0 45px;
  }

  .online-tool .down_feature {
    width: 100%;
  }

  .online-tool .down_feature .down_input {
    flex: 0 0 80%;
  }

  .online-tool .down_feature .down_paste {
    flex: 0 0 17%;
    background: rgba(201, 221, 211, 0.3);
    border-radius: 4px;
    border: 1px #d9e7e0 solid;
    padding: 10px;
    color: #676767;
  }

  .online-tool .down_feature .error-text {
    text-align: left;
    margin: 15px 0;
    color: #e02020;
  }

  .online-tool .down_btn {
    position: static;
    padding: 13px;
    width: 100%;
    font-size: 20px;
    margin-bottom: 15px;
  }

  .online-tool .down_btn img {
    width: 20px;
  }

  .online-tool .down_loading {
    margin: 46px auto 0;
  }

  .online-tool .down_exhibition {
    gap: 20px;
    align-items: unset;
  }

  .online-tool .down_exhibition .exhibition_img {
    margin-top: 46px;
    width: 135px;
    height: 135px;
  }

  .online-tool .down_exhibition .exhibition_info {
    margin-top: 46px;
    flex: unset;
    align-items: flex-start;
    flex-direction: column;
  }

  .online-tool .down_exhibition .info_title {
    text-align: left;
  }

  .online-tool .down_exhibition .info_btn {
    padding: 10px 36px;
  }
}

@media (max-width: 767px) {
  .single-box .popular-articles span {
    max-width: 232px;
  }

  .article.special-article .article-banner {
    /* height: 364px; */
  }

  .article.special-article .article-banner .nav span a {
    font-size: 11px;
  }

  .article.special-article .article-banner .article_head h1 {
    font-size: 27px;
    line-height: 1.42;
  }

  .article.special-article .article-banner .article_head .bar {
    font-size: 14px;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .article.special-article .article-banner.bannerImgOne {
    background: #f9fbff;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .article.special-article .article-banner.bannerImgTwo {
    background: #f9fbff;
  }
}

@media (max-width: 767px) {
  .article.special-article .article_content .a_body .note {
    display: block;
    position: unset;
  }

  .article.special-article .article_content .a_body .note p:nth-child(1) {
    width: unset;
    position: unset;
    display: block;
    font-size: 14px;
    top: unset;
    transform: unset;
  }

  .article.special-article
    .article_content
    .a_body
    .note
    p:nth-child(1)::after {
    content: unset;
  }

  .article.special-article .article_content .a_body .note p:not(:first-child) {
    margin-left: unset;
    font-size: 12px;
    margin-top: unset;
    position: relative;
    padding-left: 10px;
  }

  .article.special-article
    .article_content
    .a_body
    .note
    p:not(:first-child)::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 2px;
    background-color: #000;
    border-radius: 50%;
    top: 16px;
    left: 0;
    transform: translate(-50%, -50%);
  }

  .article.special-article .article_content .a_body h2 {
    padding-left: unset;
  }

  .article.special-article .article_content .a_body h2::before {
    content: unset;
  }

  .article.special-article
    .article_content
    .a_body
    h2
    ~ .note:not(:first-child) {
    background-color: #f6f6f6;
  }

  .article.special-article
    .article_content
    .a_body
    h2
    ~ .note:not(:first-child)
    p:nth-child(1) {
    width: unset;
    display: unset;
    position: unset;
    transform: unset;
  }

  .article.special-article
    .article_content
    .a_body
    h2
    ~ .note:not(:first-child)
    p:nth-child(1)::after {
    content: unset;
  }

  .article.special-article
    .article_content
    .a_body
    h2
    ~ .note:not(:first-child)
    p:not(:first-child) {
    display: inline-block;
    margin-left: unset;
    padding-left: unset;
  }

  .article.special-article
    .article_content
    .a_body
    h2
    ~ .note:not(:first-child)
    p:not(:first-child)::before {
    content: unset;
  }

  /* .article.special-article .article_content .a_body .down_button {
    display: none;
  } */
}

.article.special-article strong {
  color: #1e96ec;
  font-weight: unset;
}

.article .article_content strong {
  font-weight: 700;
  font-size: 16px;
  color: #000000;
}

.article.top-show {
  top: 60px;
}

#bottom .type-1 {
  background-color: #f5f5f5;
  padding: 30px;
}

#bottom .type-1 p {
  font-size: 22px;
  color: #333;
  margin-bottom: 15px;
}

#bottom .type-1 .left {
  width: 300px;
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
}

#bottom .type-1 .left img {
  margin: 0;
}

#bottom .type-1 .right {
  display: inline-block;
  vertical-align: top;
  width: 300px;
}

#bottom .type-1 .right ul li {
  margin-bottom: 15px;
}

#bottom .type-1 .right ul li:last-child {
  margin-bottom: 0;
}

#bottom .type-1 .right ul li::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 8px;
  height: 8px;
  border: 1px solid #1e96ec;
  border-radius: 50%;
  position: relative;
  top: 8px;
  margin-right: 10px;
}

#bottom .type-1 .right ul a {
  font-size: 18px;
  color: #333;
  display: inline-block;
  width: 90%;
  vertical-align: top;
  font-weight: 400;
}

#bottom .type-1 .right ul a:hover {
  color: #1e96ec;
}

#bottom .type-2 {
  background-color: #f5f5f5;
  padding: 30px;
  border-top: 3px solid #5b788e;
  text-align: center;
}

#bottom .type-2 .switches {
  margin-bottom: 40px;
}

#bottom .type-2 .switches span {
  display: inline-block;
  font-size: 20px;
  color: #666;
  vertical-align: top;
  margin: 0 20px;
  cursor: pointer;
  padding-bottom: 2px;
  border-bottom: 1.5px solid #666;
}

#bottom .type-2 .switches span:hover {
  color: #4596e5;
  border-color: #4596e5;
}

#bottom .type-2 .switches span.active {
  color: #4596e5;
  border-color: #4596e5;
}

#bottom .type-2 .related.show {
  display: block;
}

#bottom .type-2 .related {
  position: relative;
  display: none;
}

#bottom .type-2 .related .slides .pic {
  position: relative;
}

#bottom .type-2 .related .slides .pic span {
  position: absolute;
  background: rgba(69, 150, 229, 0.5);
  width: 90px;
  height: 26px;
  border-radius: 15px;
  line-height: 26px;
  color: #fff;
  font-size: 12px;
  left: 10px;
  bottom: 10px;
}

#bottom .type-2 .related .slides p {
  font-size: 14px;
  color: #666;
  text-align: left;
  line-height: 20px;
}

#bottom .type-2 .flex-control-nav {
  bottom: -20px;
}

.flex-control-paging li a {
  width: 7px !important;
  height: 7px !important;
  background-color: #c8c8c8 !important;
}

.flex-control-paging li a.flex-active {
  background-color: #1e96ec !important;
}

.flex-direction-nav .flex-prev {
  left: -15px !important;
  top: 24%;
  position: absolute;
}

.flex-direction-nav .flex-prev .preb {
  width: 34px;
  height: 34px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
  line-height: 34px;
  border-radius: 50%;
  font-size: 26px;
  transform: rotate(90deg);
}

.flex-direction-nav .flex-next {
  right: -2px !important;
  top: 24% !important;
  position: absolute;
}

.flex-direction-nav .flex-next .nextb {
  width: 34px;
  height: 34px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
  line-height: 34px;
  border-radius: 50%;
  font-size: 26px;
  transform: rotate(-90deg);
}

.list_t {
  display: flex;
  align-items: center;
  font-weight: 700;
  /* border-radius: 20px 20px 0 0; */
  cursor: pointer;
  position: relative;
  background-color: #fff;
  padding: 15px;
  box-shadow: 0 -5px 0 0 #313940;
  font-size: 20px;
  color: #313940;
  border: 1px solid #eaeaea;
}

.list_t::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  right: 20px;
  background-image: url(/uploads/page/article/icon-category-switch.svg);
  background-size: 100% 100%;
  transition: all 300ms;
}

.list_t.active::after {
  transform: rotate(180deg);
}

body.inGallery {
  height: 100vh;
  overflow: hidden;
}

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(https://cdn.tunefab.jp/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;
}

.gallery .gallery-header button:hover {
  color: #fff;
}

.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-disabled {
  visibility: hidden;
}

.gallery .gallery-nav button.flex-prev {
  background: url(https://cdn.tunefab.jp/img/article/left-arrow.svg) 0 0
    no-repeat;
  background-size: 100%;
  left: 20px;
}

.gallery .gallery-nav button.flex-next {
  background: url(https://cdn.tunefab.jp/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.animating {
  transition: 300ms linear;
}

.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 .comment-area {
  margin-bottom: 60px;
}

.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: 73%;
  padding-right: 60px;
}

@media (max-width: 767px) {
  .article .comment-area .comment-form {
    width: 100%;
    padding-right: unset;
  }
}

.article .comment-area .comment-form .comment-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-top: 40px;
  border-top: 1px solid #999;
}

.article .comment-area .comment-form .comment-head p {
  color: #3d3f3f;
  font-size: 18px;
  font-weight: 700;
}

.article .comment-area .comment-form .comment-head .ri {
  font-size: 12px;
  color: #898989;
  font-weight: 300;
  background: url(https://cdn.tunefab.jp/img/article/cm_cont.svg) no-repeat;
  padding-left: 40px;
  background-size: 27px;
  background-position: 10px 3px;
}

.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:not(:nth-child(3)) {
  align-items: center;
}

.article .comment-area .comment-form form .control.focus .label.user {
  background-image: url(https://cdn.tunefab.jp/img/article/cm_user_focus.svg);
}

.article .comment-area .comment-form form .control.focus .label.email {
  background-image: url(https://cdn.tunefab.jp/img/article/cm_email_focus.svg);
}

.article .comment-area .comment-form form .control.focus .label.cont {
  background-image: url(https://cdn.tunefab.jp/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(https://cdn.tunefab.jp/img/article/cm_user.svg);
}

.article .comment-area .comment-form form .control .label.email {
  background-image: url(https://cdn.tunefab.jp/img/article/cm_email.svg);
}

.article .comment-area .comment-form form .control .label.cont {
  background-image: url(https://cdn.tunefab.jp/img/article/cm_cont.svg);
}

.article .comment-area .comment-form form .control:hover .label.user {
  background-image: url(https://cdn.tunefab.jp/img/article/cm_user_hover.svg);
}

.article .comment-area .comment-form form .control:hover .label.email {
  background-image: url(https://cdn.tunefab.jp/img/article/cm_email_hover.svg);
}

.article .comment-area .comment-form form .control:hover .label.cont {
  background-image: url(https://cdn.tunefab.jp/img/article/cm_cont_hover.svg);
}

.article .comment-area .comment-form form .control input {
  display: block;
  width: 100%;
  padding: 0;
  border: none;
  background: #f7f7f7;
  text-indent: 10px;
  color: #898989;
  font-size: 14px;
  outline: none;
  padding: 11px 0;
}

.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;
  background: #f7f7f7;
  border-radius: 4px;
  resize: none;
  color: #898989;
  font-size: 14px;
  outline: none;
  border: unset;
}

.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: #1e96ec;
  border: none;
  padding: 0;
  color: #fff;
  font-size: 18px;
  margin-left: 47px;
  cursor: pointer;
}

.article .comment-area .comment-form .message {
  margin: 20px auto 0;
  font-size: 16px;
  text-indent: 20px;
  color: #333;
}

.article .comment-area .comment-form .message.warning {
  color: #f60;
}

.article .comment-area .comment-list {
  display: none;
  width: 73%;
  padding-right: 60px;
}

@media (max-width: 767px) {
  .article .comment-area .comment-list {
    width: 100%;
    padding-right: unset;
  }
}

.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(https://cdn.tunefab.jp/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(https://cdn.tunefab.jp/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: 0 0;
  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(https://cdn.tunefab.jp/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(https://cdn.tunefab.jp/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(https://cdn.tunefab.jp/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(https://cdn.tunefab.jp/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(https://cdn.tunefab.jp/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(https://cdn.tunefab.jp/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(https://cdn.tunefab.jp/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(https://cdn.tunefab.jp/img/article/cm_reply_active.svg);
}

.rating-area {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  padding-right: 10px;
  position: relative;
  margin-top: 30px;
}

.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;
}

@media screen and (max-width: 1200px) {
  .top {
    display: none;
  }

  .nav .container {
    width: 100%;
    margin: auto;
  }

  .article {
    margin: auto;
  }

  .article .article_head {
    margin: -1px auto 20px;
  }

  .article .article_head h1 {
    width: 100%;
    text-align: center;
  }

  .article .article_head .bar {
    text-align: center;
  }

  .article .article_head .bar div.share_buttons {
    display: none;
    margin-top: 10px;
  }

  .article .article_content {
    margin-top: 30px;
  }

  #bottom .type-1 .left {
    margin: 0 0 10px;
  }

  .gallery .gallery-inner {
    width: 90%;
  }

  .gallery .gallery-nav button {
    top: 45%;
  }

  .gallery .gallery-nav button.flex-prev {
    left: 0;
  }

  .gallery .gallery-nav button.flex-next {
    right: 0;
  }

  .gallery .gallery-inner ul.flex-container p {
    font-size: 14px;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .article .article_head {
    margin-bottom: 0;
  }

  .article .article-banner {
    padding: 16px 0 22px;
  }

  .article .article-banner .nav .container {
    gap: 5px;
    margin-bottom: 14px;
  }

  .article .article-banner .nav span,
  .article .article-banner .nav a {
    font-size: 11px;
  }

  .article .article-banner .article_head {
    padding-top: 0;
  }

  .article .article-banner .article_head h1 {
    font-size: 27px;
    line-height: 1.42;
    padding-right: 0;
  }

  .article .article-banner .article_head .bar {
    grid-template-columns: auto 1fr;
    column-gap: 12px;
    row-gap: 2px;
    margin-top: 20px;
    padding: 0;
  }
  .article .article-banner .article_head .bar .date {
    text-align: left;
  }
  .article .article-banner .article_head .bar > img {
    width: 43px;
    height: 43px;
  }

  .article .article-banner .article_head .bar div p {
    font-size: 12px;
  }

  .article .article-banner .article_head .bar .author p {
    gap: 8px;
  }

  .article .article-banner .article_head .bar .author p span {
    height: 20px;
    padding: 0 8px;
    font-size: 11px;
  }

  .article .article-banner .article_head .bar .author p strong {
    font-size: 13px;
  }

  .article .article_content .a_body {
    width: 100%;
    margin: 0 auto;
    display: block;
  }

  .article .article_content .a_sidebar {
    width: auto;
    margin: 0 auto 50px;
    display: block;
    float: none;
  }

  .article .article_content .a_sidebar .sidebar_top {
    width: 320px;
  }
}

@media screen and (max-width: 600px) {
  .article .article_content .content_catalogue ul ul ul {
    padding: 15px;
  }

  .article .article_content .content_catalogue .sec {
    padding-left: 0;
  }

  .article .article_content .a_body .advice {
    text-align: center;
    padding: 15px;
    margin-bottom: 0;
  }

  .article .article_content .a_body .advice span.choices {
    margin: 15px 0 0;
  }

  .article .article_content .a_sidebar .sidebar_top {
    width: 100%;
  }

  .article p.p-iframe {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    position: relative;
  }

  .article p.p-iframe .inline-iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  #bottom .type-1 {
    padding: 15px;
  }

  #bottom .type-2 {
    padding: 15px;
  }

  #bottom .type-2 .switches {
    margin-bottom: 20px;
    position: relative;
  }

  #bottom .type-2 .switches span.active {
    display: block;
    position: static;
    margin: auto;
  }

  #bottom .type-2 .switches span.active em {
    font-size: 12px;
    transform: rotate(45deg);
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: -4px;
  }

  #bottom .type-2 .switches span {
    padding-bottom: 0;
    border: none;
    font-size: 16px;
    display: none;
    position: absolute;
    width: 250px;
    margin: auto;
    left: 50%;
    margin-left: -125px;
    bottom: -100%;
  }

  #bottom .type-2 .switches span em {
    display: none;
  }

  #bottom .type-2 .switches.show span {
    display: block;
    background-color: #e1e1e1;
    padding: 10px;
    z-index: 1000;
  }

  #bottom .type-2 .switches.show span.active {
    background-color: #fff;
  }

  #bottom .type-2 .related .slides .pic {
    width: 250px;
    margin: auto;
  }

  #bottom .type-2 .related .slides .pic img {
    width: 100%;
  }

  #bottom .type-2 .related .slides p {
    width: 250px;
    text-align: center;
    margin: auto;
  }

  .flex-direction-nav .flex-next {
    right: -14px !important;
  }
}

@media screen and (max-width: 420px) {
  .article .article_head h1 {
    font-size: 24px;
    line-height: 40px;
  }

  .article .article_content .a_sidebar {
    width: 100%;
  }

  .article .article_content .a_sidebar li a {
    width: 88%;
  }

  .down_button a {
    display: block;
    margin: 0 0 20px;
  }

  .advice span.choices {
    display: block;
    margin-left: 0;
  }
}

/* .article .article_content .a_body ol{

}

.article .article_content .a_body ol li{

} */
/* .article .article_content .a_body ul {
	margin-bottom: 15px;
	padding-left: 20px;
} */
/* .article .article_content .content_catalogue .dislist-ul,
.article .article_content .a_body .dislist-ul {
	list-style-type: disc;
}
.article .article_content .content_catalogue .dislist-ul,
.article .article_content .a_body .dislist-ul {
	list-style-type: disc;
}
.article .article_content .content_catalogue .dislist-ul,
.article .article_content .content_catalogue .dislist-ol,
.article .article_content .a_body .dislist-ol,
.article .article_content .a_body .dislist-ul {
	margin-top: 0px;
	margin-bottom: 0px;
	box-shadow: unset;
	padding: unset;

	list-style-position: inside;
	padding-inline-start: 0;
	display: unset;
}
.article .article_content .content_catalogue .dislist-ul li,
.article .article_content .content_catalogue .dislist-ol li,
.article .article_content .a_body .dislist-ul li,
.article .article_content .a_body .dislist-ol li {
	font-size: 16px;
	line-height: 30px;
	color: #090000;
} */

.article .article_content .a_body ul.dislist-ul {
  display: block;
  background: transparent;
  box-shadow: unset;
  padding: 0;
  list-style: none;
  margin: 12px 0;
}

.article .article_content .a_body ul.dislist-ul li {
  position: relative;
  font-size: 16px;
  line-height: 1.6;
  color: #313940;
  margin-bottom: 10px;
  padding-left: 25px;
  list-style: inherit;
}

.article .article_content .a_body ul.dislist-ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -2px;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 3px solid #66a4e6;
  background-color: #fff;
}

.article .article_content .a_body ul.dislist-ul li a {
  text-decoration: none;
  color: #4596e5;
}

.article .article_content .a_body ul.dislist-ul li a:hover {
  /* font-weight: normal; */
  text-decoration: underline;
}

.article .article_content .a_body ol.dislist-ol {
  list-style: none;
  counter-reset: order;
  margin: 12px 0;
}

.article .article_content .a_body ol.dislist-ol li {
  position: relative;
  font-size: 16px;
  line-height: 1.6;
  color: #313940;
  margin-bottom: 10px;
  padding-left: 34px;
  counter-increment: order;
}

.article .article_content .a_body ol.dislist-ol li a {
  color: #4596e5;
  text-decoration: none;
}

.article .article_content .a_body ol.dislist-ol li::before {
  content: counter(order);
  position: absolute;
  top: 2px;
  left: 0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #66a4e6;
  font-size: 14px;
  color: #fff;
}

.table-wrap {
  overflow-x: auto;
}

.article .a_body .product-sale {
  border-radius: 10px;
  background: #f5f5f7;
  overflow: hidden;
}

/* Article typography compatibility for the legacy article markup. */
.single-box .article_body .validation-condition {
  margin: 30px 0 30px;
  padding: 18px 20px;
  border: 1px solid #c2cad8;
  border-left-width: 4px;
  border-radius: 10px;
  background: #f8fbff;
  color: #374151;
  font-size: 16px;
}

.single-box .article_body .validation-condition p {
  margin: 0 !important;
  color: #364152 !important;
  font-size: 16px;
  line-height: 2;
}

.single-box .article_body .article-download-panel {
  margin: 50px 0;
  padding: 22px;
  border: 1px solid #daddeb;
  border-radius: 8px;
  background: #f6f9ff;
}

.single-box .article_body .download-panel-title {
  margin: 0 0 8px;
  color: #1f2937;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.4;
}

.single-box .article_body .download-panel-copy p {
  margin-bottom: 18px;
  color: #646a6f;
  font-size: 14px;
  line-height: 1.6;
}

.single-box .article_body .download-panel-actions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.single-box .article_body .panel-download-btn {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
  padding: 10px 0;
  border: 1px solid #d8dee9;
  border-radius: 6px;
  background: #fff;
  color: #24211f;
  text-decoration: none;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}

.single-box .article_body .panel-download-btn.win {
  border-color: #1f2025;
  background: #1f2025;
  color: #fff;
}

.single-box .article_body .panel-download-btn.mac:hover {
  border-color: #2878ff;
  color: #2771e8;
}

.single-box .article_body .panel-download-btn.win:hover {
  border-color: #2878ff;
  background: #2878ff;
  color: #fff;
}

.single-box .article_body .panel-download-btn .download-icon {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.single-box .article_body .panel-download-btn.win .download-icon {
  background-image: url("/uploads/page/article/icon-win.svg");
}

.single-box .article_body .panel-download-btn.mac .download-icon {
  background-image: url("/uploads/page/article/icon-black-mac.svg");
}

.single-box .article_body .panel-download-btn.mac:hover .download-icon {
  background-image: url("/uploads/page/article/icon-blue-mac.svg");
}

.single-box .article_body .panel-download-btn .download-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.25;
}

.single-box .article_body .panel-download-btn .download-text small {
  color: currentColor;
  font-size: 11px;
  opacity: 0.72;
}

.single-box .article-product-nav {
  height: 64px;
}

.single-box .article-product-nav .container {
  gap: 24px;
}

.single-box .article-product-nav .nav-product {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #111;
  text-decoration: none;
}

.single-box .article-product-nav .nav-logo {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 4px;
}

.single-box .article-product-nav .nav-title {
  flex: none;
  color: #111;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.single-box .article-product-nav .nav-product:hover .nav-title {
  color: #147cff;
}

.single-box .article-product-nav .nav-hot {
  width: 80px;
  height: auto;
  object-fit: contain;
}

.single-box .article-product-nav .nav-btns {
  gap: 12px;
  margin-left: auto;
}

.single-box .article-product-nav .nav-btn_win,
.single-box .article-product-nav .nav-btn_mac {
  width: 130px;
  height: 38px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 500;
}

.single-box .article-product-nav .nav-btn_win::before,
.single-box .article-product-nav .nav-btn_mac::before {
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.single-box .article-product-nav .nav-btn_win {
  border: 1px solid #007bff;
  background: #007bff;
  color: #fff;
}

.single-box .article-product-nav .nav-btn_win::before {
  background-image: url("/uploads/page/article/icon-win.svg");
}

.single-box .article-product-nav .nav-btn_mac {
  border: 1px solid #007bff;
  background: #fff;
  color: #007bff;
}

.single-box .article-product-nav .nav-btn_mac::before {
  background-image: url("/uploads/page/article/icon-blue-mac.svg");
}

.single-box .article-product-nav .nav-menu-toggle {
  display: none;
}

.article .article-progress {
  position: sticky;
  top: 64px;
  z-index: 998;
  width: 100%;
  height: 4px;
  background: #e2e4e9;
}

.article .article-progress .scroll-bar {
  width: 0;
  height: 100%;
  background: #007bff;
  transition: width 0.12s linear;
}

.single-box .article_body aside .aside-product {
  position: relative;
  width: 334px;
  margin-bottom: 35px;
  border-radius: 8px;
}
.single-box .article_body aside {
  position: relative;
  top: auto;
  align-self: stretch;
  height: auto;
}

@media (max-width: 767px) {
  .single-box .article_body aside {
    position: static;
    width: 100%;
    height: auto;
  }
  .single-box .article_body aside .second-category {
    position: static;
  }
}

.single-box .article_body aside .aside-product .down-btn_win,
.single-box .article_body aside .aside-product .down-btn_mac {
  display: none;
  position: absolute;
  right: 20px;
  bottom: 22px;
  left: 40px;
  align-items: center;
  justify-content: center;
  height: 36px;
  border: 1px solid #f6f6f6;
  border-radius: 60px;
  background: #f69541;
  color: #fff;
  font-family: Rubik, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  text-decoration: none;
  max-width: 220px;
  transition:
    background 0.25s ease,
    box-shadow 0.25s ease;
}

.single-box .article_body aside .aside-product .down-btn_win.active,
.single-box .article_body aside .aside-product .down-btn_mac.active {
  display: flex;
}

.single-box .article_body aside .aside-product .down-btn_win:hover,
.single-box .article_body aside .aside-product .down-btn_mac:hover {
  box-shadow:
    0 0 10px 0 rgba(65, 127, 255, 0.47),
    0 0 20px 0 rgba(22, 114, 253, 0.42);
  color: #fff;
  text-decoration: none;
}

.single-box .article_body aside .aside-product img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  border: 0;
  border-radius: 8px;
}


.single-box .article_body aside .second-category {
  overflow: hidden;
  width: 334px;
  position: sticky;
  top: 100px;
  padding: 0;
  border: 0.8px solid #e8e1d8;
  border-radius: 8px;
  background: #fff;
}

.single-box .article_body aside .second-category .category-header {
  position: static;
  display: flex;
  align-items: center;
  width: 100%;
  height: 51px;
  margin: 0;
  padding: 0 15px;
  background: #24211f;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-align: left;
}

.single-box .article_body aside .second-category .category-header::before,
.single-box .article_body aside .second-category .category-header::after {
  display: none;
}

.single-box .article_body aside .second-category .category-list {
  padding: 8px 18px 18px;
  max-height: 400px;
  overflow-y: auto;
}

.single-box .article_body aside .second-category .category-list a {
  display: block;
  margin: 0;
  padding: 9px 0;
  border-bottom: 1px dashed #e8e1d8;
  background: transparent;
  color: #464551;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.single-box .article_body aside .second-category .category-list a.active,
.single-box .article_body aside .second-category .category-list a:hover {
  background: transparent;
  color: #3e92ed;
  font-weight: 400;
}

.single-box .article_body aside .second-category .category-list a:last-child {
  border-bottom: 0;
}

.single-box .article_body .thirdly-category {
  position: relative;
  margin: 50px 0;
  overflow: hidden;
  padding: 0;
  border: 1px solid #edf0f3;
  border-radius: 8px;
  background: #f7f9f9;
}

.single-box .article_body .thirdly-category:last-child {
  margin-bottom: 0;
}

.single-box .article_body .thirdly-category .category-header {
  position: static;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 16px 24px;
  border: 0;
  border-bottom: 1px solid #e4e8ec;
  background: transparent;
  color: #111827;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: left;
  box-sizing: border-box;
  transform: none;
}

.single-box .article_body .thirdly-category .category-header::before {
  display: none;
}

.single-box .article_body .thirdly-category .category-header::after {
  content: "−";
  position: static;
  display: block;
  width: auto;
  height: auto;
  background: transparent;
  color: #7c8794;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  border-radius: 0;
  transform: none;
}

.single-box .article_body .thirdly-category .category-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  overflow: hidden;
  padding: 14px 20px 18px;
  counter-reset: article-index;
  transition:
    height 0.3s ease,
    padding-top 0.3s ease,
    padding-bottom 0.3s ease;
}

.single-box .article_body .thirdly-category .category-list > a {
  display: grid;
  grid-template-columns: 28px 1fr;
  align-items: start;
  gap: 0;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #202938;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  text-decoration: none;
  text-decoration-line: none;
  transform: none;
  counter-increment: article-index;
}

.single-box .article_body .thirdly-category .category-list > a::before {
  content: counter(article-index, decimal-leading-zero);
  position: static;
  width: auto;
  height: auto;
  flex-shrink: 1;
  border-radius: 0;
  background: transparent;
  color: #2563eb;
  font-weight: 800;
  transform: none;
}

.single-box .article_body .thirdly-category .category-list > a:hover {
  padding-left: 0;
  background: transparent;
  color: #1769ed;
  text-decoration: none;
  text-decoration-line: none;
}

.single-box .article_body .thirdly-category.is-collapsed .category-header {
  border-bottom-color: transparent;
}

.single-box
  .article_body
  .thirdly-category.is-collapsed
  .category-header::after {
  content: "+";
}

.single-box .article_body .thirdly-category.is-collapsed .category-list {
  height: 0 !important;
  padding-top: 0;
  padding-bottom: 0;
}

.single-box .article_body .product-steps {
  position: relative;
  overflow: hidden;
  margin: 50px 0 10px;
  padding: 0 0 40px;
}

.single-box .article_body .product-steps .swiper-wrapper {
  position: relative;
}

.single-box .article_body .product-steps .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  height: auto;
  padding: 0 48px 34px;
  box-sizing: border-box;
}

.single-box .article_body .product-steps .swiper-slide > img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  /* border: 1px solid #dcdcdc; */
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
  box-sizing: border-box;
  box-shadow: 0 0 19.603px 0 rgba(47, 47, 58, 0.15);
}

.single-box .article_body .product-steps .swiper-slide > p:empty {
  display: none;
}
.single-box .article_body .icon-star {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/uploads/page/article/star.svg) no-repeat center center;
}
.single-box .article_body .icon-half-star {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/uploads/page/article/half-star.png) no-repeat center center;
}
.single-box .article_body .icon-no-star {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/uploads/page/article/no-star.png) no-repeat center center;
}
.single-box .article_body .product-steps .swiper-slide > p:not(:empty) {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  margin: 0;
  padding: 15px;
  /* border: 1px solid #dcdcdc; */
  border-top: 0;
  border-radius: 0 0 12px 12px;
  background: #fff;
  box-sizing: border-box;
  color: #606266;
  font-size: 14px;
  line-height: 1.5;
  box-shadow: 0 10px 19.603px rgba(47, 47, 58, 0.08);
}

.single-box .article_body .product-steps .swiper-slide > p:not(:empty) strong {
  flex: 0 0 auto;
  padding: 4px 8px;
  border-radius: 4px;
  background: #007bff;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
}

.single-box .article_body .product-steps .swiper-pagination {
  position: absolute;
  right: 0;
  bottom: 44px;
  left: 0;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.single-box .article_body .product-steps .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  background: #d9d9d9;
  opacity: 1;
}

.single-box .article_body .product-steps .swiper-pagination-bullet-active {
  background: #529bea;
}

.single-box .article_body .product-steps .swiper-button-prev,
.single-box .article_body .product-steps .swiper-button-next {
  position: absolute;
  top: 43%;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  border: 1px solid #d5d7da;
  border-radius: 50%;
  background: #fff;
  background-image: none;
  color: #202327;
  cursor: pointer;
  transform: none;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}

.single-box .article_body .product-steps .swiper-button-prev:hover,
.single-box .article_body .product-steps .swiper-button-next:hover {
  border-color: #087eff;
  background: #087eff;
  color: #fff;
}

.single-box .article_body .product-steps .swiper-button-prev {
  left: 2px;
  right: auto;
}

.single-box .article_body .product-steps .swiper-button-next {
  right: 2px;
  left: auto;
}

.single-box .article_body .product-steps .swiper-button-prev::before,
.single-box .article_body .product-steps .swiper-button-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
}

.single-box .article_body .product-steps .swiper-button-prev::after,
.single-box .article_body .product-steps .swiper-button-next::after {
  content: "";
  display: none;
}

.single-box .article_body .product-steps .swiper-button-prev::before {
  transform: translate(-35%, -50%) rotate(-45deg);
}

.single-box .article_body .product-steps .swiper-button-next::before {
  transform: translate(-65%, -50%) rotate(135deg);
}

/* Legacy table structures mapped to the current article table designs. */
.single-box .article_body .related-articles {
  display: block;
  margin: 50px 0;
  padding: 20px;
  gap: 0;
  border: 0;
  border-radius: 10px;
  background: #fafafa;
}

.single-box .article_body .related-articles > p:empty {
  display: none;
}

.single-box .article_body .related-articles .article-title {
  display: flex;
  align-items: center;
  flex-shrink: 1;
  gap: 10px;
  margin-bottom: 18px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #20252b;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.5;
}

.single-box .article_body .related-articles .article-title::before {
  content: "";
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  background: url("/uploads/page/article/icon-book.png") center / contain no-repeat;
}

.single-box .article_body .related-articles .article-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  width: 100%;
}

.single-box .article_body .related-articles .article-list a {
  display: block;
  width: 100%;
  padding: 12px 0;
  border-bottom: 1px solid #e8e8ee;
  color: #262a2f;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  text-decoration: none;
  text-decoration-line: none;
}

.single-box .article_body .related-articles .article-list a::before {
  content: none;
}

.single-box .article_body .related-articles .article-list a:first-child {
  padding-top: 4px;
}

.single-box .article_body .related-articles .article-list a:last-child {
  padding-bottom: 12px;
  border-bottom: 1px solid #e8e8ee;
}

.single-box .article_body .related-articles .article-list a:hover {
  color: #1683ef;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: auto;
  text-underline-offset: 2px;
}

.single-box .article_body .tips {
  margin: 50px 0;
  padding: 18px 20px;
  border: 1px solid #8fb6f2;
  border-left-width: 4px;
  border-radius: 10px;
  background: #f4f8ff;
}

.single-box .article_body .tips .title {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  margin-bottom: 10px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #282930;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.5;
}

.single-box .article_body .tips .title::before {
  content: "🚀";
  width: auto;
  height: auto;
  flex: 0 0 auto;
  background: transparent;
  font-size: 13px;
  line-height: 1.6;
}



.single-box .article_body .tips > p:empty {
  display: none;
}

.single-box .article_body .tips > p:last-child {
  margin-bottom: 0;
}

.single-box .article_body .pros-and-cons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: initial;
  gap: 24px;
  margin: 50px 0;
}

.single-box .article_body .pros-and-cons .pros,
.single-box .article_body .pros-and-cons .cons {
  width: auto;
  padding: 20px;
  overflow: visible;
  border: 1px solid #dfe4ea;
  border-radius: 16px;
}

.single-box .article_body .pros-and-cons .pros {
  border-color: #007bff;
  background: #f5faff;
}

.single-box .article_body .pros-and-cons .cons {
  background: #fff;
}

.single-box .article_body .pros-and-cons .pros .title,
.single-box .article_body .pros-and-cons .cons .title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  height: auto;
  margin-bottom: 14px;
  padding: 0;
  background: transparent;
  color: #39424e;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.4;
}

.single-box .article_body .pros-and-cons .pros .title {
  color: #3b82f6;
}

.single-box .article_body .pros-and-cons .pros .title::before,
.single-box .article_body .pros-and-cons .cons .title::before {
  content: "";
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: none;
}

.single-box .article_body .pros-and-cons .pros .title::before {
  background-image: url("/uploads/page/article/pros-img.png");
}

.single-box .article_body .pros-and-cons .cons .title::before {
  background-image: url("/uploads/page/article/cons-img.png");
}

.single-box .article_body .pros-and-cons .pros .title::after,
.single-box .article_body .pros-and-cons .cons .title::after {
  content: none;
}

.single-box .article_body .pros-and-cons .pros .list,
.single-box .article_body .pros-and-cons .cons .list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 0;
}

.single-box .article_body .pros-and-cons .pros .list > p,
.single-box .article_body .pros-and-cons .cons .list > p {
  position: relative;
  display: block;
  height: auto;
  margin: 0;
  padding: 0 0 0 32px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #1f2937;
  font-size: 14px;
  line-height: 1.65;
}

.single-box .article_body .pros-and-cons .pros .list > p::before,
.single-box .article_body .pros-and-cons .cons .list > p::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.single-box .article_body .pros-and-cons .pros .list > p::before {
  background-image: url("/uploads/page/article/icon-pros.svg");
}

.single-box .article_body .pros-and-cons .cons .list > p::before {
  background-image: url("/uploads/page/article/icon-cons.png");
}

.single-box .article_body .table-1,
.single-box .article_body .my-custom-table .table-1 {
  overflow: hidden;
  margin: 50px 0;
  border: 1px solid #d8e0e8;
  border-radius: 8px;
}

.single-box .article_body .table-1 table,
.single-box .article_body .my-custom-table .table-1 table {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  background: #fff;
  color: #303841;
  font-size: 15px;
  line-height: 1.5;
}

.single-box .article_body .table-1 table td,
.single-box .article_body .my-custom-table .table-1 table td {
  height: auto;
  padding: 11px 22px;
  border: 0;
  border-bottom: 1px solid #d8e0e8;
  background: #fff;
  color: #303841;
  font-size: 15px;
  line-height: 1.5;
  text-align: left;
  vertical-align: middle;
}

.single-box .article_body .table-1 table tr:last-child td,
.single-box .article_body .my-custom-table .table-1 table tr:last-child td {
  border: 0;
  border-bottom: 0;
}

.single-box .article_body .table-1 table td:first-child,
.single-box .article_body .my-custom-table .table-1 table td:first-child {
  width: 22%;
  background: #f5f8fa;
  color: #303841;
  font-size: 15px;
  font-weight: 800;
}

.single-box .article_body .table-1:last-child,
.single-box .article_body .my-custom-table .table-1:last-child {
  margin-bottom: 50px;
}

.single-box .article_body .table-2,
.single-box .article_body .my-custom-table .table-2 {
  display: grid;
  position: relative;
  margin: 50px 0;
  overflow-x: auto;
  padding-bottom: 10px;
  max-width: none;
  max-height: none;
  /* border: 1px solid #dbe2e8; */
  border: 0;
  border-radius: 8px;
  background: transparent;
  box-shadow: none;
  isolation: isolate;
}
.single-box .article_body .table-2::after,
.single-box .article_body .my-custom-table .table-2::after {
  content: "";
  position: sticky;
  z-index: 3;
  left: calc(100% - 1px);
  grid-area: 1 / 1;
  width: 1px;
  height: calc(100% - 2px);
  background: #dbe2e8;
  pointer-events: none;
}
.single-box .article_body .table-2::-webkit-scrollbar,
.single-box .article_body .my-custom-table .table-2::-webkit-scrollbar {
  height: 10px;
}
.single-box .article_body .table-2::-webkit-scrollbar-thumb:hover,
.single-box
  .article_body
  .my-custom-table
  .table-2::-webkit-scrollbar-thumb:hover {
  background: #ccc;
}
.single-box .article_body .table-2::-webkit-scrollbar-button,
.single-box .article_body .my-custom-table .table-2::-webkit-scrollbar-button {
  display: none;
}

.single-box .article_body .table-2::-webkit-scrollbar-track,
.single-box .article_body .my-custom-table .table-2::-webkit-scrollbar-track {
  background: transparent;
}

.single-box .article_body .table-2::-webkit-scrollbar-thumb,
.single-box .article_body .my-custom-table .table-2::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #dce2e7;
  transition: all 0.3s;
}

.single-box .article_body .table-2 table,
.single-box .article_body .my-custom-table .table-2 table {
  grid-area: 1 / 1;
  /* width: max(100%, 760px) !important; */
  /* height: auto !important; */
  /* border: 1px solid #dbe2e8; */
  box-sizing: border-box;
  border-radius: 8px;
  border-spacing: 0;
  border-collapse: separate;
  background: #fff;
  color: #272b30;
  font-size: 14px;
  line-height: 1.55;
  overflow: visible;
  min-width: 100%;
}

.single-box .article_body .table-2 table td,
.single-box .article_body .my-custom-table .table-2 table td {
  position: static;
  width: auto;
  height: auto !important;
  padding: 16px;
  border: 0;
  border-right: 1px solid #dbe2e8;
  border-bottom: 1px solid #dbe2e8;
  background: #fff;
  color: #272b30;
  font-size: 14px;
  line-height: 1.55;
  text-align: left;
  vertical-align: middle;
}

.single-box .article_body .table-2 table tr,
.single-box .article_body .my-custom-table .table-2 table tr {
  height: auto !important;
}

.single-box .article_body .table-2 table tr:first-child td,
.single-box .article_body .my-custom-table .table-2 table tr:first-child td {
  height: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  background: #f5f8fa !important;
  font-weight: 800;
  line-height: 1.4;
  /*white-space: nowrap;*/
  border-top: 1px solid #dbe2e8;
}

.single-box .article_body .table-2 table tr > td:first-child,
.single-box .article_body .my-custom-table .table-2 table tr > td:first-child {
  position: sticky !important;
  left: 0;
  z-index: 1;
  /*min-width: 176px;*/
  padding: 16px !important;
  background: #fff !important;
  color: #272b30 !important;
  font-size: 14px !important;
  font-weight: 800;
  line-height: 1.55;
  text-align: left !important;
  border-bottom: 1px solid #dbe2e8;
  box-shadow:
    inset 1px 0 0 #dbe2e8,
    inset -1px 0 0 #dbe2e8;
}

.single-box .article_body .table-2 table tr:first-child td:first-child,
.single-box .article_body .my-custom-table .table-2 table tr:first-child td:first-child {
  z-index: 2;
  background: #f3f6f8 !important;
}

/*.single-box .article_body .table-2 table td:nth-child(2),*/
/*.single-box .article_body .my-custom-table .table-2 table td:nth-child(2) {*/
/*  width: 250px !important;*/
/*}*/

/*.single-box .article_body .table-2 table td:nth-child(3),*/
/*.single-box .article_body .my-custom-table .table-2 table td:nth-child(3) {*/
/*  width: 162px !important;*/
/*}*/

@media (min-width: 768px) {
  .single-box .article_body table th,
  .single-box .article_body table td {
    font-size: 14px !important;
  }

  .single-box .article_body table tr:first-child > th,
  .single-box .article_body table tr:first-child > td {
    font-size: 14px !important;
    font-weight: 700;
  }
}

.single-box .article_body .table-2 .table-trial-badge,
.single-box .article_body .my-custom-table .table-2 .table-trial-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  border: 1px solid #dbe2e8;
  border-radius: 999px;
  color: #7a8189;
  font-size: 12px;
  line-height: 1.2;
  white-space: nowrap;
}

.single-box .article_body .table-2 .table-rating-stars,
.single-box .article_body .my-custom-table .table-2 .table-rating-stars {
  display: block;
  width: 90px;
  height: 17px;
  background: url("/uploads/page/article/icon-star2.png") center / contain no-repeat;
}

.single-box .article_body .table-2 table tr:last-child td,
.single-box .article_body .my-custom-table .table-2 table tr:last-child td {
  border-bottom: 1px solid #dbe2e8;
}

.single-box .article_body .table-2 table tr > td:last-child,
.single-box .article_body .my-custom-table .table-2 table tr > td:last-child {
  border-right: 0;
}

.single-box .article_body .table-3,
.single-box .article_body .my-custom-table.table-3,
.single-box .article_body .my-custom-table .table-3 {
  margin: 50px 0;
  overflow-x: auto;
  padding-bottom: 0;
  max-width: none;
  max-height: none;
  border: 0;
  background: transparent;
  /*scrollbar-width: none;*/
}

.single-box .article_body .table-3::-webkit-scrollbar,
.single-box .article_body .my-custom-table.table-3::-webkit-scrollbar,
.single-box .article_body .my-custom-table .table-3::-webkit-scrollbar {
  /*display: none;*/
}

.single-box .article_body .table-3::-webkit-scrollbar-track,
.single-box .article_body .my-custom-table.table-3::-webkit-scrollbar-track,
.single-box .article_body .my-custom-table .table-3::-webkit-scrollbar-track {
  background: transparent;
}

.single-box .article_body .table-3::-webkit-scrollbar-thumb,
.single-box .article_body .my-custom-table.table-3::-webkit-scrollbar-thumb,
.single-box .article_body .my-custom-table .table-3::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #dce2e7;
}

.single-box .article .article_content .review-product-module {
  margin: 50px auto;
}
.single-box .article .article_content .review-product-module p:empty {
  display: none;
}
.single-box .article .article_content .review-product-card {
  width: 854px;
  max-width: 100%;
  overflow: hidden;
  padding: 24px;
  border: 1px solid #d8dbe8;
  border-radius: 8px;
  background: #f0f7ff;
  color: #27313c;
}
.single-box .article .article_content .review-product-head {
  display: grid;
  grid-template-columns: 60px 1fr;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}
.single-box .article .article_content .review-product-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 5px;
}
.single-box .article .article_content .review-product-card .review-product-logo {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0;
  object-fit: contain;
}
.single-box .article .article_content .review-product-card .review-product-logo img {
  margin: 0;
}
.single-box .article .article_content .review-product-name {
  margin: 0;
  color: #1f2933;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 800;
}
.single-box .article .article_content .review-product-summary > p:last-child {
  margin: 0;
  color: #46515c;
  font-size: 16px;
  line-height: 1.6;
}
.single-box .article .article_content .review-product-stars {
  display: flex;
  width: fit-content;
  height: auto;
  margin: 0;
  object-fit: contain;
}
.single-box .article .article_content .review-product-features,
.single-box .article .article_content .review-product-audience > div {
  padding: 14px 54px 14px 14px;
  border: 1px solid #dce3ea;
  border-radius: 5px;
  background: #fff;
}
.single-box .article .article_content .review-product-features {
  margin-bottom: 12px;
}
.single-box .article .article_content .review-product-label {
  margin: 0 0 7px;
  color: #4288e8;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
}
.single-box .article .article_content .review-product-feature-list p,
.single-box .article .article_content .review-product-audience > div > p:last-child {
  margin: 0;
  color: #3f4954;
  font-size: 14px;
  line-height: 1.75;
}
.single-box .article .article_content .review-product-feature-list p {
  position: relative;
  padding-left: 16px;
}
.single-box .article .article_content .review-product-feature-list p::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  border: 2px solid #1688f8;
  border-radius: 50%;
}
.single-box .article .article_content .review-product-audience {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 14px;
}
.single-box .article .article_content .review-product-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 18px;
}
.single-box .article .article_content .review-product-benefits p {
  position: relative;
  margin: 0;
  padding: 15px 12px 15px 40px;
  border: 1px solid #e8e1d8;
  border-radius: 5px;
  background: #fff;
  color: #514b45;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
}
.single-box .article .article_content .review-product-benefits p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  width: 21px;
  height: 18px;
  background: url("/uploads/page/article/icon-check.png") center / contain no-repeat;
  transform: translateY(-50%);
}
.single-box .article .article_content .review-product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid #d9e2ec;
}
.single-box .article .article_content .review-product-footer p {
  margin: 0;
}
.single-box .article .article_content .review-product-price {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 13px;
}
.single-box .article .article_content .review-product-price span {
  color: #6f6a64;
  font-size: 13px;
}
.single-box .article .article_content .review-product-price .review-product-price-main {
  color: #24211f;
  font-size: 16px;
  font-weight: 700;
}
.single-box .article .article_content .review-product-link {
  padding: 11px 32px;
  border-radius: 5px;
  background: #2868e8;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.2s ease;
}
.single-box .article .article_content .review-product-link:hover {
  color: #fff !important;
  background: #1755cf;
  text-decoration: none !important;
}
.single-box .article .article_content .review-product-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 378px;
  max-width: 100%;
  margin: 25px auto;
  padding: 14px 22px;
  border-radius: 999px;
  background: #ffad4c;
  color: #5b3600;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease;
}
.single-box .article .article_content .review-product-cta::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url("/uploads/page/article/icon-arrow-right.png") center / contain
    no-repeat;
}
.single-box .article .article_content .review-product-cta:hover {
  background: #ec9631;
  color: #5b3600 !important;
  text-decoration: none !important;
}

.single-box .article-author-panel {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  max-width: 975px;
  margin: 80px 0;
  padding: 23px;
  border: 1px solid #d8dfe8;
  border-radius: 8px;
  background: #fff;
}
.single-box .article-author-avatar {
  display: block;
  width: 65px;
  height: 65px;
  margin: 0;
  border: 0;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 auto;
}
.single-box .article-author-content {
  flex: 1;
}
.single-box .article-author-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
.single-box .article-author-role {
  padding: 6px 25px;
  border-radius: 60px;
  border: 1px solid #f1eae2;
  background: #f5f2ef;
  color: #7b6751;
  font-size: 16px;
  line-height: 1.4;
}
.single-box .article-author-name {
  color: #24211f;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 800;
}
.single-box .article-author-content > p {
  margin: 0;
  color: #4d4741;
  font-size: 15px;
  line-height: 1.8;
}

.single-box .speech-box-one {
  display: flex;
  flex-direction: column;
  gap: 64px;
  max-width: 750px;
  margin: 50px 0;
}
.single-box .speech-box-item {
  display: grid;
  grid-template-columns: 82px 1fr;
  align-items: start;
  gap: 40px;
}
.single-box .speech-box-item > img {
  display: block;
  width: 73px;
  height: 73px;
  margin: 0;
  border: 0;
  border-radius: 50%;
  object-fit: cover;
}
.single-box .speech-box-item > p {
  position: relative;
  margin: 0;
  padding: 11px 18px;
  border: 2px solid;
  border-radius: 12px;
  color: #363636;
  font-size: 16px;
  line-height: 1.6;
}
.single-box .speech-box-item > p::before,
.single-box .speech-box-item > p::after {
  content: "";
  position: absolute;
  top: 25px;
  width: 0;
  height: 0;
  border-style: solid;
}
.single-box .speech-box-item > p::before {
  left: -19px;
  border-width: 14px 19px 14px 0;
}
.single-box .speech-box-item > p::after {
  top: 27px;
  left: -15px;
  border-width: 12px 16px 12px 0;
}
.single-box .speech-box-blue > p {
  border-color: #9fc7df;
  background: #f4faff;
}
.single-box .speech-box-blue > p::before {
  border-color: transparent #9fc7df transparent transparent;
}
.single-box .speech-box-blue > p::after {
  border-color: transparent #f4faff transparent transparent;
}
.single-box .speech-box-orange > p {
  border-color: #efb47e;
  background: #fff8f2;
}
.single-box .speech-box-orange > p::before {
  border-color: transparent #efb47e transparent transparent;
}
.single-box .speech-box-orange > p::after {
  border-color: transparent #fff8f2 transparent transparent;
}
.single-box .speech-box-item > p span {
  padding: 0 3px;
  background: #fff0bf;
  color: inherit;
  font-weight: 700;
}

.single-box .speech-box-two {
  position: relative;
  max-width: 975px;
  margin: 50px 0;
  padding: 20px;
  border: 1px solid #9fc7df;
  border-radius: 8px;
  background: #f4faff;
  color: #404751;
}
.single-box .speech-box-two::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  width: 25px;
  height: 17px;
  background: url("/uploads/page/article/icon-blue-qute.png") center / contain
  no-repeat;

}
.single-box .speech-box-two p {
  /*position: relative;*/
  padding-left: 34px;

}
.single-box .speech-box-two .speech-box-two-text {
  padding-left: 34px;
}
/*.single-box .speech-box-two .speech-box-two-text::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: 4px;*/
/*  left: 0;*/
/*  width: 25px;*/
/*  height: 17px;*/
/*  background: url("/uploads/page/article/icon-blue-qute.png") center / contain*/
/*    no-repeat;*/
/*}*/
.single-box .speech-box-two .speech-box-two-author {
  margin: 0;
  padding-left: 34px;
  color: #69717c;
  font-size: 14px !important;
  line-height: 1.5;
  font-weight: 700;
}
.single-box .speech-box-two p:last-child {
  margin: 0;
  padding-left: 34px;
  color: #69717c;
  font-size: 14px !important;
  line-height: 1.5;
  font-weight: 700;
}

.go-top {
  position: fixed;
  right: 32px;
  bottom: 32px;
  z-index: 30;
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  transform: translateY(10px);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease,
    visibility 0.2s;
}
.go-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.go-top img {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0;
}

@media (max-width: 767px) {
  .go-top {
    right: 16px;
    bottom: 16px;
  }
  .single-box .article .article_content .review-product-module {
    margin: 30px auto;
  }
  .single-box .article .article_content .review-product-card {
    width: 100%;
    padding: 15px;
    border-radius: 8px;
  }
  .single-box .article .article_content .review-product-head {
    grid-template-columns: 40px 1fr;
    column-gap: 8px;
    row-gap: 6px;
    margin-bottom: 14px;
  }
  .single-box .article .article_content .review-product-summary,
  .single-box .article .article_content .review-product-title-row {
    display: contents;
  }
  .single-box
    .article
    .article_content
    .review-product-card
    .review-product-logo {
    grid-column: 1;
    grid-row: 1;
    width: 48px;
    height: 48px;
  }
  .single-box .article .article_content .review-product-name {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    margin: 0;
    font-size: 18px;
  }
  .single-box .article .article_content .review-product-summary > p:last-child {
    grid-column: 1 / -1;
    grid-row: 2;
    font-size: 11px;
  }
  .single-box .article .article_content .review-product-stars {
    grid-column: 1 / -1;
    grid-row: 3;
  }
  .single-box .article .article_content .review-product-title-row {
    margin-bottom: 8px;
  }
  .single-box .article .article_content .review-product-features,
  .single-box .article .article_content .review-product-audience > div {
    padding: 10px;
  }
  .single-box .article .article_content .review-product-label,
  .single-box .article .article_content .review-product-feature-list p,
  .single-box
    .article
    .article_content
    .review-product-audience
    > div
    > p:last-child {
    font-size: 11px;
  }
  .single-box .article .article_content .review-product-audience {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-bottom: 12px;
  }
  .single-box .article .article_content .review-product-benefits {
    grid-template-columns: 1fr;
    gap: 7px;
    margin-bottom: 14px;
  }
  .single-box .article .article_content .review-product-benefits p {
    padding: 8px 10px 8px 34px;
    font-size: 12px;
  }
  .single-box .article .article_content .review-product-benefits p::before {
    left: 10px;
    width: 15px;
    height: 15px;
  }
  .single-box .article .article_content .review-product-footer {
    padding-top: 14px;
  }
  .single-box .article .article_content .review-product-price {
    font-size: 10px;
  }
  .single-box .article .article_content .review-product-price span {
    font-size: 8px;
  }
  .single-box
    .article
    .article_content
    .review-product-price
    .review-product-price-main {
    font-size: 14px;
  }
  .single-box .article .article_content .review-product-link {
    padding: 9px 17px;
    font-size: 12px;
  }
  .single-box .article .article_content .review-product-cta {
    /* display: none; */
    width: 230px;
    font-size: 14px;
  }
  .single-box .article-author-panel {
    gap: 13px;
    margin: 30px 0;
    padding: 16px;
    border-radius: 8px;
  }
  .single-box .article-author-avatar {
    width: 52px;
    height: 52px;
  }
  .single-box .article-author-heading {
    gap: 8px;
    margin-bottom: 7px;
  }
  .single-box .article-author-role {
    padding: 3px 8px;
    font-size: 10px;
  }
  .single-box .article-author-name {
    font-size: 14px;
  }
  .single-box .article-author-content > p {
    font-size: 11px;
    line-height: 1.75;
  }
  .single-box .speech-box-one {
    gap: 24px;
    margin: 30px 0;
  }
  .single-box .speech-box-item {
    grid-template-columns: 73px 1fr;
    align-items: start;
    gap: 0;
  }
  .single-box .speech-box-item > img {
    width: 52px;
    height: 52px;
  }
  .single-box .speech-box-item > p {
    padding: 10px;
    font-size: 13px;
    line-height: 1.45;
  }
  .single-box .speech-box-item > p::before {
    top: 17px;
    border-width: 14px 15px 14px 0;
    left: -15px;
  }
  .single-box .speech-box-item > p::after {
    top: 19px;
    border-width: 12px 12px 12px 0;
    left: -12px;
  }
  .single-box .speech-box-two {
    margin: 30px 0;
    padding: 24px 20px;
  }
  .single-box .speech-box-two-text {
    margin-bottom: 16px;
    padding-left: 34px;
    font-size: 14px;
    line-height: 1.8;
  }
  .single-box .speech-box-two-text::before {
    top: 5px;
    width: 20px;
    height: 14px;
  }
  .single-box .speech-box-two-author {
    padding-left: 34px;
    font-size: 13px;
  }
}

/* Legacy article staple mapped to the current key-points design. */
.single-box .article_body .staple {
  margin: 50px 0;
  padding: 20px;
  border: 1px solid #dfb95f;
  border-left-width: 4px;
  border-radius: 10px;
  background: #fff9e8;
  color: #38342d;
}

.single-box .article_body .staple .title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 13px;
  color: #8a5d00;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 800;
}

.single-box .article_body .staple .title::before {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  background: url("/uploads/page/article/icon-star.png") center / contain no-repeat;
}

.single-box .article_body .staple .list {
  margin: 0;
  padding: 20px;
  border: 0;
  border-radius: 12px;
  background: #fff;
}

.single-box .article_body .staple .list p {
  position: relative;
  margin-bottom: 16px;
  padding-left: 32px;
  color: #38342d;
  font-size: 16px;
  line-height: 1.75;
}

.single-box .article_body .staple .list p:last-child {
  margin-bottom: 0;
}

.single-box .article_body .staple .list p::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 18px;
  height: 18px;
  background: url("/uploads/page/article/icon-priority.png") center / contain no-repeat;
  transform: none;
}

.single-box .article_body .staple .list p span {
  display: inline;
  background: #fff0b3;
  color: inherit;
}

@media (max-width: 767px) {
  .single-box .article_body .staple {
    margin: 30px 0;
    padding: 17px;
    border-left-width: 1px;
    border-radius: 8px;
  }

  .single-box .article_body .staple .title {
    gap: 9px;
    margin-bottom: 12px;
    font-size: 14px;
  }

  .single-box .article_body .staple .title::before {
    width: 22px;
    height: 22px;
  }

  .single-box .article_body .staple .list {
    padding: 12px;
    border-radius: 8px;
  }

  .single-box .article_body .staple .list p {
    margin-bottom: 6px;
    padding-left: 25px;
    font-size: 14px;
    line-height: 1.75;
  }

  .single-box .article_body .staple .list p::before {
    top: 8px;
    width: 16px;
    height: 16px;
  }
}

.single-box .article_body .table-3 table,
.single-box .article_body .my-custom-table.table-3 table,
.single-box .article_body .my-custom-table .table-3 table {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  table-layout: fixed;
  background: #fff;
  color: #303841;
  font-size: 14px;
  line-height: 1.5;
}

.single-box .article_body .table-3 table tr,
.single-box .article_body .my-custom-table.table-3 table tr,
.single-box .article_body .my-custom-table .table-3 table tr {
  height: auto !important;
}

.single-box .article_body .table-3 table td,
.single-box .article_body .my-custom-table.table-3 table td,
.single-box .article_body .my-custom-table .table-3 table td {
  width: auto;
  height: auto !important;
  padding: 15px 16px;
  border: 0;
  border-right: 1px solid #d7dee5;
  border-bottom: 1px solid #d7dee5;
  background: #fff;
  color: #303841;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  vertical-align: middle;
  box-sizing: border-box;
}

.single-box .article_body .table-3 table tr:first-child td,
.single-box .article_body .my-custom-table.table-3 table tr:first-child td,
.single-box .article_body .my-custom-table .table-3 table tr:first-child td {
  border-top: 1px solid #d7dee5;
}

.single-box .article_body .table-3 table tr:last-child td,
.single-box .article_body .my-custom-table.table-3 table tr:last-child td,
.single-box .article_body .my-custom-table .table-3 table tr:last-child td {
  border-bottom: 1px solid #d7dee5;
}

.single-box .article_body .table-3 table td:nth-child(odd),
.single-box .article_body .my-custom-table.table-3 table td:nth-child(odd),
.single-box .article_body .my-custom-table .table-3 table td:nth-child(odd) {
  width: 22%;
  padding: 15px 16px;
  border-left: 1px solid #d7dee5;
  border-right: 0;
  background: #f5f8fa;
  color: #303841;
  font-size: 14px;
  font-weight: 800;
  text-align: left;
}

.single-box .article_body .table-3 table td:nth-child(even),
.single-box .article_body .my-custom-table.table-3 table td:nth-child(even),
.single-box .article_body .my-custom-table .table-3 table td:nth-child(even) {
  width: 28%;
  padding: 15px 46px;
  background: #fff;
  color: #303841;
  font-size: 14px;
  text-align: center;
}

.single-box .article_body .table-3 table td:last-child,
.single-box .article_body .my-custom-table.table-3 table td:last-child,
.single-box .article_body .my-custom-table .table-3 table td:last-child {
  border-right: 1px solid #d7dee5;
}

.single-box .article_body .a_body > .product-intro::before,
.single-box .article_body .a_body > .product-intro::after {
  content: "";
  position: absolute;
  top: 55px;
  width: 50%;
  height: 20px;
  background: #f0f7ff;
}

.single-box .article_body .a_body > .product-intro::before {
  left: 0;
  border-radius: 0 24px 0 0;
}

.single-box .article_body .a_body > .product-intro::after {
  right: 0;
  border-radius: 24px 0 0 0;
}

.single-box .article_body .a_body > .product-intro > .title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  height: 68px;
  padding-bottom: 12px;
  background: #2e83e5;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
}

.single-box .article_body .a_body > .product-intro > .title::before,
.single-box .article_body .a_body > .product-intro > .title::after {
  content: "";
  width: 3px;
  height: 22px;
  background: #fff;
}

.single-box .article_body .a_body > .product-intro > .title::before {
  transform: rotate(-20deg);
}

.single-box .article_body .a_body > .product-intro > .title::after {
  transform: rotate(20deg);
}

.single-box .article_body .a_body > .product-intro .intro-wrap {
  display: flex;
  position: relative;
  z-index: 1;
  gap: 30px;
  padding: 10px 24px 44px;
}

.single-box .article_body .a_body > .product-intro .intro-wrap img {
  display: block;
  width: 300px;
  max-width: 42%;
  height: auto;
  object-fit: contain;
  margin: 0;
  border: unset;
}

.single-box .article_body .a_body > .product-intro .intro {
  flex: 1;
}

.single-box .article_body .a_body > .product-intro p:empty {
  display: none;
  margin: 0;
}

.single-box .article_body .a_body > .product-intro .intro-wrap .intro-title {
  display: inline;
  font-size: 18px;
  line-height: 1.8;
  color: #313940;
  background: linear-gradient(to right, #ffff55, #ffff55) no-repeat right bottom;
  background-size: 100% 5px;
}

.single-box .article_body .a_body > .product-intro .intro-wrap .intro-list {
  display: block;
  margin: 15px 0 20px;
  padding: 0 0 0 18px;
  box-shadow: unset;
  background: unset;
}

.single-box .article_body .a_body > .product-intro .intro-wrap .intro-list li {
  margin: 0;
  padding: 0;
  color: #313940;
  font-size: 14px;
  line-height: 2.2;
  list-style: disc;
}

.single-box
  .article_body
  .a_body
  > .product-intro
  .intro-wrap
  .intro-list
  li::before {
  content: none;
}

.single-box .article_body .a_body > .product-intro .intro p {
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 1.8;
}

.single-box .article_body .a_body > .product-intro .download-btns {
  display: flex;
  /* flex-wrap: wrap; */
  gap: 14px;
  margin: 26px 0 0;
}

.single-box .article_body .a_body > .product-intro .download-btn_win,
.single-box .article_body .a_body > .product-intro .download-btn_mac {
  width: auto;
  height: auto;
  margin-bottom: 0;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  filter: none;
  transform: none;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}

.single-box .article_body .a_body > .product-intro .download-btn_win {
  border-color: #2e83e5;
  background: #2e83e5;
  color: #fff;
}

.single-box .article_body .a_body > .product-intro .download-btn_mac {
  border-color: #d7dde5;
  background: #fff;
  color: #272a2f;
}

.single-box .article_body .a_body > .product-intro .download-btn_win::before,
.single-box .article_body .a_body > .product-intro .download-btn_mac::before {
  content: "";
  flex: 0 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.single-box .article_body .a_body > .product-intro .download-btn_win::before {
  width: 20px;
  height: 20px;
  background-image: url("/uploads/page/article/icon-win.svg");
}

.single-box .article_body .a_body > .product-intro .download-btn_mac::before {
  width: 19px;
  height: 19px;
  background-image: url("/uploads/page/article/icon-black-mac.svg");
}

.single-box .article_body .a_body > .product-intro .download-btn_win:hover,
.single-box .article_body .a_body > .product-intro .download-btn_mac:hover {
  filter: none;
  transform: none;
}

.single-box .article_body .a_body > .product-intro .download-btn_win:hover {
  border-color: #1475d9;
  background: #1475d9;
  color: #fff;
}

.single-box .article_body .a_body > .product-intro .download-btn_mac:hover {
  border-color: #2e83e5;
  color: #2e83e5;
}

.single-box
  .article_body
  .a_body
  > .product-intro
  .download-btn_mac:hover::before {
  background-image: url("/uploads/page/article/icon-blue-mac.svg");
}

.single-box .article_body .a_body > .product-intro .download-btn_tips {
  display: none;
}

.single-box .article .article_content .download-btns {
  display: grid;
  grid-template-columns: repeat(2, 285px);
  gap: 20px;
  margin: 50px 0;
}

.single-box .article .article_content .download-btns .download-btn {
  width: 100%;
}

.single-box .article .article_content .download-btns .download-btn_win,
.single-box .article .article_content .download-btns .download-btn_mac {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 14px 12px;
  border: 1px solid #d8dee9;
  border-radius: 6px;
  background: #fff;
  color: #24211f;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
  text-decoration: none;
  filter: none;
  transform: none;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}

.single-box .article .article_content .download-btns .download-btn_win {
  border-color: #1f2025;
  background: #1f2025;
  color: #fff;
}

.single-box .article .article_content .download-btns .download-btn_mac {
  color: #24211f;
}

.single-box .article .article_content .download-btns .download-btn_win::before,
.single-box .article .article_content .download-btns .download-btn_mac::before {
  content: "";
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.single-box .article .article_content .download-btns .download-btn_win::before {
  background-image: url("/uploads/page/article/icon-win.svg");
}

.single-box .article .article_content .download-btns .download-btn_mac::before {
  background-image: url("/uploads/page/article/icon-black-mac.svg");
}

.single-box .article .article_content .download-btns .download-btn_win:hover {
  border-color: #2878ff;
  background: #2878ff;
  color: #fff;
  filter: none;
  transform: none;
}

.single-box .article .article_content .download-btns .download-btn_mac:hover {
  border-color: #2878ff;
  color: #2771e8;
  filter: none;
  transform: none;
}

.single-box .article .article_content .download-btns .download-btn_mac:hover::before {
  background-image: url("/uploads/page/article/icon-blue-mac.svg");
}

.single-box .article .article_content .download-btns .download-btn_tips {
  display: none;
}

/* Product intro buttons keep their own palette over generic download actions. */
.single-box .article .article_content .a_body > .product-intro .download-btns .download-btn_win {
  border-color: #2e83e5;
  background: #2e83e5;
  color: #fff;
}

.single-box .article .article_content .a_body > .product-intro .download-btns .download-btn_mac {
  border-color: #d7dde5;
  background: #fff;
  color: #272a2f;
}

.single-box .article .article_content .a_body > .product-intro .download-btns .download-btn_win:hover {
  border-color: #1475d9;
  background: #1475d9;
  color: #fff;
}

.single-box .article .article_content .a_body > .product-intro .download-btns .download-btn_mac:hover {
  border-color: #2e83e5;
  background: #fff;
  color: #2e83e5;
}

.article .article-banner .article_head h1 {
  margin: 0;
  padding: 0;
  border: 0;
  color: #030712;
  font-size: 54px;
  font-weight: 800;
  line-height: 1.36;
  letter-spacing: 0;
  word-break: break-word;
}

.article .article_content .a_body h2 {
  display: block;
  margin: 50px 0 32px;
  padding: 0;
  border: 0;
  color: #101827;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0;
  word-break: break-word;
  scroll-margin-top: 90px;
}

.article .article_content .a_body h2::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  margin-bottom: 18px;
  background: linear-gradient(to right, #2878ff 0 38px, #dde4ef 38px 100%);
  transform: none;
}

.article .article_content .a_body h3 {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 56px 0 24px;
  padding: 0;
  background: transparent;
  color: #1f2937;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0;
  scroll-margin-top: 90px;
}

.article .article_content .a_body h3::before {
  content: "";
  position: static;
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  background: #2563eb;
}

.article .article_content .a_body p {
  margin: 0 0 12px;
  color: #313940;
  font-size: 16px;
  line-height: 2;
}

.article .article_content .a_body p a {
  color: #2d6cdf;
  text-decoration: none;
}

.article .article_content .a_body p a:hover {
  color: #2d6cdf !important;
  text-decoration: underline;
}

.article .article_content .a_body .img-desc {
  margin-top: -2px;
  margin-bottom: 40px;
  color: #797c84;
  font-size: 13px;
  line-height: 1.6;
  text-align: center;
}

.article .article_content .a_body em {
  display: inline;
  background: linear-gradient(to right, #fff1bc, #fff1bc) no-repeat right bottom;
  background-size: 100% 21px;
  font-style: normal;
}

.article .article_content .a_body mark {
  display: inline;
  padding: 0;
  background: linear-gradient(to right, #fff1bc, #fbe66b) no-repeat right bottom;
  background-size: 100% 10px;
  color: inherit;
}

.article .article_content .a_body ul:not([class]),
.article .article_content .a_body ol:not([class]) {
  display: block;
  margin: 50px 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  list-style: none;
}

.article .article_content .a_body ul:not([class]) li,
.article .article_content .a_body ol:not([class]) li {
  position: relative;
  margin: 0 0 12px;
  padding-left: 28px;
  color: #313940;
  font-size: 16px;
  line-height: 1.8;
  list-style: none;
}

.article .article_content .a_body ul:not([class]) li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  border: 2px solid #5da8f4;
  border-radius: 50%;
}

.article .article_content .a_body ol:not([class]) {
  counter-reset: article-order;
}

.article .article_content .a_body ol:not([class]) li {
  padding-left: 30px;
  counter-increment: article-order;
}

.article .article_content .a_body ol:not([class]) li::before {
  content: counter(article-order);
  position: absolute;
  top: 5px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #63a7eb;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.article .article_content .a_body ul:not([class]) li:last-child,
.article .article_content .a_body ol:not([class]) li:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .single-box .article_body .validation-condition {
    margin-bottom: 30px;
    padding: 24px 28px;
    border-left-width: 1px;
    border-radius: 9px;
  }

  .single-box .article_body .validation-condition p {
    font-size: 23px;
    line-height: 1.9;
  }

  .single-box .article_body .article-download-panel {
    margin: 30px 0;
    padding: 16px;
  }

  .single-box .article_body .download-panel-title {
    margin-bottom: 3px;
    font-size: 16px;
  }

  .single-box .article_body .download-panel-copy p {
    margin-bottom: 15px;
    font-size: 11px;
    line-height: 1.7;
  }

  .single-box .article_body .download-panel-actions {
    gap: 10px;
  }

  .single-box .article_body .panel-download-btn {
    gap: 6px;
    padding: 6px 0;
    border-radius: 5px;
  }

  .single-box .article_body .panel-download-btn .download-icon {
    width: 18px;
    height: 18px;
    flex-basis: 18px;
  }

  .single-box .article_body .panel-download-btn .download-text {
    gap: 2px;
    font-size: 12px;
  }

  .single-box .article_body .panel-download-btn .download-text small {
    font-size: 9px;
  }

  .single-box .article-product-nav {
    top: 0;
    height: 42px;
    border-bottom: 0;
    background: transparent;
    display: none;
  }

  .single-box .article-product-nav .container {
    position: relative;
    height: 58px;
    padding: 0 14px;
    gap: 8px;
    background: #fff;
    width: 100%;
  }

  .single-box .article-product-nav .nav-product {
    flex: 1;
    gap: 6px;
    overflow: hidden;
  }

  .single-box .article-product-nav .nav-logo {
    width: 25px;
    height: 25px;
    flex-basis: 25px;
    border-radius: 3px;
  }

  .single-box .article-product-nav .nav-title {
    overflow: hidden;
    font-size: 14px;
    text-overflow: ellipsis;
  }

  .single-box .article-product-nav .nav-hot {
    width: 51px;
  }

  .single-box .article-product-nav .nav-btns {
    display: none;
  }

  .single-box .article-product-nav .nav-menu-toggle {
    display: inline-flex;
    flex: 0 0 16px;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    width: 16px;
    height: 18px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .single-box .article-product-nav .nav-menu-toggle span {
    display: block;
    width: 16px;
    height: 2px;
    border-radius: 2px;
    background: #1f2933;
    transition:
      transform 0.2s ease,
      opacity 0.2s ease;
  }

  .single-box
    .article-product-nav
    .nav-menu-toggle.is-active
    span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .single-box
    .article-product-nav
    .nav-menu-toggle.is-active
    span:nth-child(2) {
    opacity: 0;
  }

  .single-box
    .article-product-nav
    .nav-menu-toggle.is-active
    span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .single-box .article-product-nav.is-menu-open .nav-btns {
    position: absolute;
    top: 52px;
    display: flex;
    justify-content: center;
    gap: 10px;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    background: #fff;
  }

  .single-box .article-product-nav.is-menu-open .nav-btn_win,
  .single-box .article-product-nav.is-menu-open .nav-btn_mac {
    width: 96px;
    height: 30px;
    font-size: 12px;
  }

  .single-box .article-product-nav.is-menu-open .nav-btn_win::before,
  .single-box .article-product-nav.is-menu-open .nav-btn_mac::before {
    width: 12px;
    height: 12px;
  }

  .single-box .article_body .thirdly-category {
    margin: 30px 0;
  }

  .single-box .article_body .thirdly-category .category-header {
    padding: 15px 22px;
    font-size: 16px;
  }

  .single-box .article_body .thirdly-category .category-list {
    gap: 16px;
    padding: 10px 12px;
  }

  .single-box .article_body .thirdly-category .category-list > a {
    grid-template-columns: 20px 1fr;
    font-size: 12px;
    line-height: 1.45;
  }

  .single-box .article_body .product-steps {
    margin: 30px 0;
    padding: 0 0 54px;
    width: 100%;
  }

  .single-box .article_body .product-steps .swiper-slide {
    padding: 0;
  }

  .single-box .article_body .product-steps .swiper-slide > img {
    border-radius: 7px 7px 0 0;
    box-shadow: none;
  }

  .single-box .article_body .product-steps .swiper-slide > p:not(:empty) {
    gap: 5px;
    padding: 8px 10px;
    border-radius: 0 0 7px 7px;
    font-size: 10px;
    box-shadow: none;
  }

  .single-box .article_body .product-steps .swiper-slide > p:not(:empty) strong {
    padding: 5px 8px;
    border-radius: 3px;
    font-size: 10px;
  }

  .single-box .article_body .product-steps .swiper-pagination {
    display: none;
  }

  .single-box .article_body .product-steps .swiper-button-prev,
  .single-box .article_body .product-steps .swiper-button-next {
    top: auto;
    bottom: 0;
    display: block;
    width: 30px;
    height: 30px;
  }

  .single-box .article_body .product-steps .swiper-button-prev {
    right: calc(50% + 6px);
    left: auto;
  }

  .single-box .article_body .product-steps .swiper-button-next {
    right: auto;
    left: calc(50% + 6px);
  }

  .single-box .article_body .product-steps .swiper-button-prev::before,
  .single-box .article_body .product-steps .swiper-button-next::before {
    width: 8px;
    height: 8px;
  }

  .single-box .article_body .table-1,
  .single-box .article_body .my-custom-table .table-1,
  .single-box .article_body .table-2,
  .single-box .article_body .my-custom-table .table-2,
  .single-box .article_body .table-3,
  .single-box .article_body .my-custom-table.table-3,
  .single-box .article_body .my-custom-table .table-3 {
    margin: 30px 0;
    padding-bottom: 8px;
  }

  .single-box .article_body .related-articles {
    margin: 30px 0;
    padding: 17px;
    border-radius: 8px;
  }

  .single-box .article_body .related-articles .article-title {
    gap: 8px;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .single-box .article_body .related-articles .article-title::before {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
  }

  .single-box .article_body .related-articles .article-list {
    gap: 0;
  }

  .single-box .article_body .related-articles .article-list a {
    padding: 13px 0;
    font-size: 12px;
  }

  .single-box .article_body .related-articles .article-list a:last-child {
    padding-bottom: 13px;
  }

  .single-box .article_body .tips {
    margin: 30px 0;
    padding: 15px;
    border-left-width: 2px;
    border-radius: 8px;
  }

  .single-box .article_body .tips .title {
    margin-bottom: 5px;
    font-size: 15px;
  }

  .single-box .article_body .tips > p {
    font-size: 12px;
    line-height: 1.65;
  }

  .single-box .article_body .pros-and-cons {
    grid-template-columns: 1fr;
    gap: 12px;
    margin: 30px 0;
  }

  .single-box .article_body .pros-and-cons .pros,
  .single-box .article_body .pros-and-cons .cons {
    width: 100%;
    padding: 12px;
    border-radius: 10px;
  }

  .single-box .article_body .pros-and-cons .pros .title,
  .single-box .article_body .pros-and-cons .cons .title {
    gap: 12px;
    margin-bottom: 20px;
    font-size: 15px;
  }

  .single-box .article_body .pros-and-cons .pros .title::before,
  .single-box .article_body .pros-and-cons .cons .title::before {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
  }

  .single-box .article_body .pros-and-cons .pros .list,
  .single-box .article_body .pros-and-cons .cons .list {
    gap: 12px;
  }

  .single-box .article_body .pros-and-cons .pros .list > p,
  .single-box .article_body .pros-and-cons .cons .list > p {
    padding-left: 22px;
    font-size: 12px;
    line-height: 1.6;
  }

  .single-box .article_body .pros-and-cons .pros .list > p::before,
  .single-box .article_body .pros-and-cons .cons .list > p::before {
    width: 15px;
    height: 15px;
  }

  .single-box .article_body .table-3,
  .single-box .article_body .my-custom-table.table-3,
  .single-box .article_body .my-custom-table .table-3 {
    overflow-x: auto;
    scrollbar-color: #dce2e7 transparent;
    scrollbar-width: thin;
  }

  .single-box .article_body .table-1,
  .single-box .article_body .my-custom-table .table-1 {
    margin: 30px 0;
    padding-bottom: 0;
    border-radius: 6px;
  }

  .single-box .article_body .table-2,
  .single-box .article_body .my-custom-table .table-2 {
    margin: 30px 0;
  }

  .single-box .article_body .table-1 table,
  .single-box .article_body .my-custom-table .table-1 table {
    font-size: 12px;
    line-height: 1.55;
  }

  .single-box .article_body .table-1 table td,
  .single-box .article_body .my-custom-table .table-1 table td {
    padding: 12px 9px;
    font-size: 12px;
  }

  .single-box .article_body .table-1 table td:first-child,
  .single-box .article_body .my-custom-table .table-1 table td:first-child {
    width: 31%;
    font-size: 12px;
  }

  .single-box .article_body .table-1:last-child,
  .single-box .article_body .my-custom-table .table-1:last-child {
    margin-bottom: 30px;
  }

  .single-box .article_body .table-3 table,
  .single-box .article_body .my-custom-table.table-3 table,
  .single-box .article_body .my-custom-table .table-3 table {
    width: 668px !important;
    font-size: 12px;
  }

  .single-box .article_body .table-3 table td,
  .single-box .article_body .my-custom-table.table-3 table td,
  .single-box .article_body .my-custom-table .table-3 table td {
    padding: 11px 10px;
    font-size: 12px;
  }

  .single-box .article_body .table-3 table td:nth-child(odd),
  .single-box .article_body .my-custom-table.table-3 table td:nth-child(odd),
  .single-box .article_body .my-custom-table .table-3 table td:nth-child(odd) {
    width: 34%;
    padding: 11px 10px;
    border-left-width: 1px;
    font-size: 12px;
  }

  .single-box .article_body .table-3 table td:nth-child(even),
  .single-box .article_body .my-custom-table.table-3 table td:nth-child(even),
  .single-box .article_body .my-custom-table .table-3 table td:nth-child(even) {
    width: 66%;
    padding: 11px 10px;
    font-size: 12px;
    text-align: left;
  }

  .single-box .article_body .table-2::-webkit-scrollbar,
  .single-box .article_body .my-custom-table .table-2::-webkit-scrollbar,
  .single-box .article_body .table-3::-webkit-scrollbar,
  .single-box .article_body .my-custom-table.table-3::-webkit-scrollbar,
  .single-box .article_body .my-custom-table .table-3::-webkit-scrollbar {
    display: block;
    height: 4px;
  }

  .single-box .article_body .table-2 table,
  .single-box .article_body .my-custom-table .table-2 table {
    font-size: 11px;
    max-width: 100% !important;
    width: max-content !important;
  }

  .single-box .article_body .table-2 table td,
  .single-box .article_body .my-custom-table .table-2 table td {
    padding: 10px 8px;
    font-size: 11px;
  }

  .single-box .article_body .table-2 table tr:first-child td,
  .single-box .article_body .my-custom-table .table-2 table tr:first-child td {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .single-box .article_body .table-2 table tr td:first-child,
  .single-box .article_body .my-custom-table .table-2 table tr td:first-child {
    /* width: 104px !important; */
    padding: 13px 8px !important;
    font-size: 11px !important;
    position: unset !important;
    white-space: nowrap;
    width: max-content !important;
  }

  .single-box .article_body .table-2 table td:nth-child(2),
  .single-box .article_body .my-custom-table .table-2 table td:nth-child(2) {
    width: 155px !important;
  }

  .single-box .article_body .table-2 table td:nth-child(3),
  .single-box .article_body .my-custom-table .table-2 table td:nth-child(3) {
    width: 112px !important;
  }

  .article .article-progress {
    top: 58px;
    position: unset;
  }

  .single-box .article_body .a_body > .product-intro {
    margin: 30px 0;
  }

  .single-box .article_body .a_body > .product-intro > .title {
    height: 68px;
    padding-bottom: 0;
    font-size: 20px;
  }

  .single-box .article_body .a_body > .product-intro::before,
  .single-box .article_body .a_body > .product-intro::after {
    display: none;
  }

  .single-box .article_body .a_body > .product-intro .intro-wrap {
    flex-direction: column;
    gap: 25px;
    padding: 30px 18px;
  }

  .single-box .article_body .a_body > .product-intro .intro-wrap img {
    width: 100%;
    max-width: 100%;
  }

  .single-box .article_body .a_body > .product-intro .download-btns {
    justify-content: center;
    gap: 12px;
  }
  .single-box .article_body .a_body > .product-intro .download-btn {
    width: auto;
  }
  .single-box
    .article_body
    .a_body
    > .product-intro
    .download-btns
    .download-btn_win,
  .single-box
    .article_body
    .a_body
    > .product-intro
    .download-btns
    .download-btn_mac {
    padding: 10px 12px;
    font-size: 12px;
    border-radius: 0;
  }

  .single-box .article .article_content .download-btns {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin: 24px 0 40px;
  }

  .single-box .article .article_content .download-btns .download-btn_win,
  .single-box .article .article_content .download-btns .download-btn_mac {
    gap: 5px;
    padding: 13px 8px;
    font-size: 12px;
  }

  .single-box
    .article
    .article_content
    .download-btns
    .download-btn_win::before,
  .single-box
    .article
    .article_content
    .download-btns
    .download-btn_mac::before {
    width: 18px;
    height: 18px;
    flex-basis: 18px;
  }

  .article .article-banner .article_head h1 {
    font-size: 27px;
    line-height: 1.42;
  }

  .article .article_content .a_body h2 {
    margin: 50px 0 20px;
    font-size: 21px;
    line-height: 1.45;
  }

  .article .article_content .a_body h2::before {
    height: 3px;
    margin-bottom: 18px;
    background: linear-gradient(to right, #2878ff 0 110px, #dde4ef 110px 100%);
  }

  .article .article_content .a_body h3 {
    gap: 13px;
    margin: 40px 0 16px;
    font-size: 15px;
  }

  .article .article_content .a_body h3::before {
    width: 7px;
    height: 7px;
  }

  .article .article_content .a_body p {
    font-size: 15px;
    line-height: 1.8;
  }

  .article .article_content strong {
    font-size: 15px;
  }

  .article .article_content .a_body ul li,
  .article .article_content .a_body ol li {
    font-size: 15px !important;
  }

  .article .article_content .a_body ul li a,
  .article .article_content .a_body ol li a {
    font-size: 15px !important;
  }

  .article .article_content .a_body .img-desc {
    margin-bottom: 24px;
    font-size: 11px;
  }

  .article .article_content .a_body ul:not([class]),
  .article .article_content .a_body ol:not([class]) {
    margin: 30px 0;
  }

  .article .article_content .a_body ul:not([class]) li,
  .article .article_content .a_body ol:not([class]) li {
    margin-bottom: 12px;
    padding-left: 22px;
    font-size: 12px;
    line-height: 1.7;
  }

  .article .article_content .a_body ul:not([class]) li::before {
    top: 2px;
  }

  .article .article_content .a_body ol:not([class]) li::before {
    top: 1px;
    font-size: 14px;
  }
}
.article .a_body .product-sale .product-title {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  height: 75px;
  font-weight: bold;
  font-size: 26px;
  background: #2e83e5;
}
.article .a_body .product-sale .product-title::before {
  content: "";
  width: 3px;
  height: 22px;
  background-color: #fff;
  transform: rotate(-20deg);
}
.article .a_body .product-sale .product-title::after {
  content: "";
  width: 3px;
  height: 22px;
  background-color: #fff;
  transform: rotate(20deg);
}
.article .a_body .product-sale .pro-sale-img {
  margin: 0;
  border: 0;
  border-radius: 0;
}
.article .a_body .product-sale .sale-swiper {
  position: relative;
  overflow: hidden;
  padding: 32px 50px;
}
.article .a_body .product-sale .swiper-slide {
  position: relative;
  flex: 1;
  height: auto;
  padding: 0 18px;
}
.article .a_body .product-sale .swiper-slide:nth-child(n + 2)::before {
  content: "";
  width: 1px;
  max-height: 154px;
  position: absolute;
  top: 50%;
  left: 0;
  height: 154px;
  background: #e0e0e0;
  transform: translate(0, -50%);
}
.article .a_body .product-sale .slide-icon {
  border: 0;
}
.article .a_body .product-sale .slide-tit {
  margin-top: 14px;
  color: #222;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
}
.article .a_body .product-sale .slide-desc {
  margin-top: 10px;
  color: #565656;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  /* 22.4px */
  line-height: normal;
}
.article .a_body .product-sale .sale-options {
  margin: 34px 38px 0;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #b9cdf0;
}
.article .a_body .product-sale .sale-options-tit {
  padding: 18px 0 12px;
  background: #eef4ff;
  color: #0b63e5;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
}
.article .a_body .product-sale .sale-options-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background: #fff;
  padding: 18px 12px;
}
.article .a_body .product-sale .sale-options-item {
  display: flex;
  align-items: center;
  column-gap: 6px;
  color: #061c3d;
  padding: 12px 0 12px 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}
.article .a_body .product-sale .sale-options-item::before {
  content: "";
  width: 27px;
  height: 24px;
  display: block;
  background: url("/uploads/page/article/opitions-yes.png");
}
.article .a_body .product-sale .sale-options-item:nth-child(4n + 2),
.article .a_body .product-sale .sale-options-item:nth-child(4n + 1) {
  background: #f0f3f7;
}
.article .a_body .product-sale .sale-options-item:nth-child(4n + 3),
.article .a_body .product-sale .sale-options-item:nth-child(4n + 4) {
  background: #fcfdfd;
}
.article .a_body .product-sale .sale-btn-box {
  display: flex;
  justify-content: center;
  column-gap: 72px;
  margin-top: -20px;
}
.article .a_body .product-sale .sale-btn-item {
  width: 326px;
}
.article .a_body .product-sale .sale-btn {
  display: block;
  position: relative;
  border-radius: 10px;
  cursor: pointer;
}
.article .a_body .product-sale .sale-btn:hover {
  text-decoration: none;
}
.article .a_body .product-sale .sale-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 3px;
  background: linear-gradient(340deg, #0963ff 20%, #3efe41 60%, #f202ff 80%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.article .a_body .product-sale .sale-btn:hover .sale-btn-buy {
  background: linear-gradient(180deg, #1f0b54, #2b64cc);
}
.article .a_body .product-sale .sale-btn:hover .sale-btn-desc {
  background: #4d6fc1;
}
.article .a_body .product-sale .sale-btn-txt {
  margin-top: 18px;
  color: #575757;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
.article .a_body .product-sale .sale-btn-buy {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  padding: 10px 0;
  background: #000;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  border-radius: 14px 14px 0 0;
}
.article .a_body .product-sale .sale-btn-desc {
  padding: 6px 0;
  background: #2b2b2b;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  border-radius: 0 0 14px 14px;
  display: block;
}
.article .a_body .product-sale .item-win .sale-btn-buy::before {
  content: "";
  width: 32px;
  height: 32px;
  display: block;
  background: url("/uploads/page/article/icon-win.png") no-repeat center / cover;
}
.article .a_body .product-sale .item-mac .sale-btn-buy::before {
  content: "";
  width: 32px;
  height: 32px;
  display: block;
  background: url("/uploads/page/article/icon-mac.png") no-repeat center / cover;
}
.article .a_body .product-sale .mb-style {
  display: none;
}
.single-box .new-advertise {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 42px 10px 20px;
  z-index: 99999;
  background: #fff;
  transform: translateY(100%);
  opacity: 0;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
  pointer-events: none;
}
.single-box .new-advertise.show {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.single-box .new-advertise .advertise-cont {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  column-gap: 24px;
  overflow: auto;
}
.single-box .new-advertise .advertise-left,
.single-box .new-advertise .advertise-right {
  flex: 1;
  height: auto;
}
.single-box .new-advertise .advertise-tit {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
  padding: 14px 0;
  background: #0081c9;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}
.single-box .new-advertise .advertise-tit::before {
  content: "";
  background: url("/uploads/page/article/advertise-left-tit.png") no-repeat
    center / cover;
  display: block;
  width: 29px;
  height: 40px;
}
.single-box .new-advertise .advertise-tit::after {
  content: "";
  background: url("/uploads/page/article/advertise-right-tit.png") no-repeat
    center / cover;
  display: block;
  width: 29px;
  height: 40px;
}
.single-box .new-advertise .advertise-right {
  position: relative;
}
.single-box .new-advertise .sale-btn-box {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  justify-content: center;
  column-gap: 32px;
}
.single-box .new-advertise .sale-btn-item {
  width: 198px;
}
.single-box .new-advertise .sale-btn {
  display: block;
  position: relative;
  border-radius: 6px;
  cursor: pointer;
}
.single-box .new-advertise .sale-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(340deg, #0963ff 20%, #3efe41 60%, #f202ff 80%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.single-box .new-advertise .sale-btn:hover .sale-btn-buy {
  background: linear-gradient(180deg, #1f0b54, #2b64cc);
}
.single-box .new-advertise .sale-btn:hover .sale-btn-desc {
  background: #4d6fc1;
}
.single-box .new-advertise .sale-btn-txt {
  margin-top: 8px;
  color: #575757;
  font-size: 8px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
.single-box .new-advertise .sale-btn-buy {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  padding: 6px 0;
  background: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  border-radius: 10px 10px 0 0;
}
.single-box .new-advertise .sale-btn-desc {
  padding: 2px 0;
  background: #2b2b2b;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  border-radius: 0 0 10px 10px;
}
.single-box .new-advertise .item-win .sale-btn-buy::before {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  background: url("/uploads/page/article/icon-win.png") no-repeat center / cover;
}
.single-box .new-advertise .item-mac .sale-btn-buy::before {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  background: url("/uploads/page/article/icon-mac.png") no-repeat center / cover;
}
.single-box .advertise-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 998;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.single-box .advertise-mask.show {
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 768px) {
  .article .a_body .product-sale .mb-style {
    display: block;
  }
  .article .a_body .product-sale .pc-style {
    display: none;
  }
  .article .a_body .product-sale .product-title {
    font-size: 24px;
    text-align: center;
    padding: 10px 36px;
    height: auto;
  }
  .article .a_body .product-sale .sale-btn-box {
    flex-direction: column;
    margin-top: 20px;
    align-items: center;
    row-gap: 20px;
  }
  .article .a_body .product-sale .sale-btn-item {
    width: 230px;
  }
  .article .a_body .product-sale .sale-btn-buy {
    font-size: 18px;
  }
  .article .a_body .product-sale .item-win .sale-btn-buy::before,
  .article .a_body .product-sale .item-mac .sale-btn-buy::before {
    width: 22px;
    height: 22px;
  }
  .article .a_body .product-sale .sale-btn-desc {
    font-size: 10px;
  }
  .article .a_body .product-sale .sale-btn-txt {
    margin-top: 12px;
  }
  .article .a_body .product-sale .sale-options {
    margin: 34px 16px 0;
  }
  .article .a_body .product-sale .sale-options-tit {
    padding: 18px 10px 12px;
    font-size: 18px;
  }
  .article .a_body .product-sale .sale-options-list {
    padding: 20px 0 0;
    grid-template-columns: repeat(1, 1fr);
  }
  .article .a_body .product-sale .sale-options-item {
    font-size: 14px;
  }
  .article .a_body .product-sale .sale-options-item:before {
    width: 18px;
    height: 16px;
    background-size: 100% 100%;
  }
  .article .a_body .product-sale .sale-options-item:nth-child(4n + 2),
  .article .a_body .product-sale .sale-options-item:nth-child(4n + 1),
  .article .a_body .product-sale .sale-options-item:nth-child(4n + 3),
  .article .a_body .product-sale .sale-options-item:nth-child(4n + 4) {
    background: none;
  }
  .article .a_body .product-sale .sale-options-item:nth-child(odd) {
    background: #f0f3f7;
  }
  .article .a_body .product-sale .sale-options-item:nth-child(even) {
    background: #fcfdfd;
  }
  .article .a_body .product-sale .swiper-slide {
    flex: none;
  }
  .article .a_body .product-sale .swiper-slide:nth-child(n + 2)::before {
    content: none;
  }
  .single-box .new-advertise {
    display: none !important;
  }
}


.single-box .second-category-copy {
  display: none;
  position: sticky;
  top: 100px;
  width: 334px;
  overflow: hidden;
  padding: 0;
  border: 0.8px solid #e8e1d8;
  border-radius: 8px;
  background: #fff;
}

.single-box .second-category-copy .category-header {
  display: flex;
  align-items: center;
  width: 100%;
  height: 51px;
  margin: 0;
  padding: 0 15px;
  background: #24211f;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-align: left;
}

.single-box .second-category-copy .category-header::before,
.single-box .second-category-copy .category-header::after {
  display: none;
}

.single-box .second-category-copy .category-list {
  max-height: 400px;
  overflow-y: auto;
  padding: 8px 18px 18px;
}

.single-box .second-category-copy .category-list a {
  display: block;
  margin: 0;
  padding: 9px 0;
  border-bottom: 1px dashed #e8e1d8;
  background: transparent;
  color: #464551;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.single-box .second-category-copy .category-list a.active,
.single-box .second-category-copy .category-list a:hover {
  background: transparent;
  color: #3e92ed;
  font-weight: 400;
}

.single-box .second-category-copy .category-list a:last-child {
  border-bottom: 0;
}

@media (max-width: 767px) {
  .single-box .second-category-copy {
    display: block;
    position: static;
    width: 100%;
    margin: 30px 0;
  }

  .single-box .article_body aside .second-category {
    display: none;
  }
}
