/* common */
html {
  scroll-padding-top: 120px;
}
.icon {
  display: inline-block;
  background: url(../img/article/sprite.png) no-repeat;
  background-size: 851px 358px;
  flex-shrink: 0;
}
.product-download,
.downloads {
  display: flex;
  gap: 20px;
  margin: 25px 0 35px;
}
.product-download {
  margin: unset;
}
.product-download .item,
.downloads .item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 6px;
  transition: all 0.3s;
  border: 2px solid #ff5537;
  background: #fff;
  padding: 10px 15px;
  color: #ff5537;
}
.product-download .item span,
.downloads .item span {
  font-size: 13px;
  font-weight: 600;
}
.product-download .item:hover,
.downloads .item:hover {
  background: #fff2e8;
}
.product-download .item-mac,
.downloads .item-mac {
  background: linear-gradient(90deg, #ff4e37 0%, #ff9225 100%);
  color: #fff;
  border: none;
}
.product-download .item-mac .iconfont,
.downloads .item-mac .iconfont {
  margin-top: -2px;
}
.product-download .item-mac:hover,
.downloads .item-mac:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(90deg, #ff4e37 0%, #ff9225 100%);
}
.banner {
  padding: 64px;
  background: linear-gradient(90deg, #0f2b46 0%, #063538 40.17%, #0b412a 100%);
}
.banner h1 {
  text-align: center;
  margin: 0 auto;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  background: linear-gradient(270deg, #19dffa 0%, #00ffb2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 930px;
}
nav {
  position: sticky;
  top: 0;
  z-index: 3;
  width: 100%;
  background: #fff;
  box-shadow: 0 4px 8px 3px rgba(0, 0, 0, 0.12);
  padding: 6px 0;
  transition: top 0.5s;
}
nav .container {
  width: 1080px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
nav .container .product-info .item {
  display: flex;
  align-items: center;
}
nav .container .product-info .item span {
  font-size: 20px;
  margin-left: 20px;
}
.main-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 1080px;
  margin: 58px auto 0;
}
.main-content aside {
  position: sticky;
  top: 120px;
  width: 270px;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #dbdde8;
  padding-bottom: 10px;
}
.main-content aside .catalog-title {
  border-radius: 10px 10px 0 0;
  padding: 24px;
  background: #1e8b55;
}
.main-content aside .catalog-title span {
  font-weight: bold;
  font-size: 18px;
  color: #fff;
}
.main-content aside .catalog-title .iconfont {
  display: none;
}
.main-content aside .catalog-list p {
  display: flex;
  line-height: 1.5;
  color: #9f9f9f;
  cursor: pointer;
  padding: 10px 24px 10px 30px;
  font-size: 14px;
  position: relative;
}
.main-content aside .catalog-list p.active::before {
  position: absolute;
  flex-shrink: 0;
  content: '';
  display: block;
  width: 5px;
  height: 30px;
  background: #1e8b55;
  transition: all 0.5s;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.main-content aside .catalog-list p:hover {
  color: #47b875;
}
.main-content article {
  width: 758px;
}
.main-content article .article-header {
  margin-bottom: 35px;
}
.main-content article .article-header .article-title {
  font-size: 32px;
  line-height: 134.533%;
  color: #313131;
  text-align: center;
  word-break: break-all;
  margin-bottom: 22px;
  padding: 0 20px;
}
.main-content article .article-header .article-info {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-content article .article-header .article-info .item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 198px;
  height: 48px;
  border-radius: 24px;
  margin: 0 10px;
}
.main-content article .article-header .article-info .item i {
  font-size: 22px;
  margin-right: 8px;
}
.main-content article .article-header .article-info .item span {
  font-size: 18px;
}
.main-content article .tips-box,
.main-content article .disclaimer-box {
  border-radius: 10px;
  padding: 24px 24px 30px;
  margin-bottom: 40px;
  border: 1px solid #d9d9d9;
  background: rgba(228, 228, 228, 0.15);
}
.main-content article .tips-box .tips-title,
.main-content article .disclaimer-box .title {
  font-weight: bold;
  font-size: 16px;
  color: #434343;
  line-height: unset;
  margin-bottom: unset;
}
.main-content article .tips-box .tips-desc,
.main-content article .disclaimer-box .desc {
  line-height: 1.7;
  color: #434343;
  margin: 10px 0 20px;
}
.main-content article .tips-box p,
.main-content article .disclaimer-box p {
  line-height: 1.7;
  color: #434343;
  margin: 10px 0 20px;
}
.main-content article .tips-box .downloads,
.main-content article .disclaimer-box .downloads {
  margin: 0;
}
.main-content article .content-part {
  margin-bottom: 80px;
}
.main-content article .content-part:last-child {
  margin-bottom: 0;
}
.main-content article h2 {
  position: relative;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.5;
  color: #1e8b55;
  margin-bottom: 10px;
}
.main-content article h3 {
  color: #2d2d2d;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  margin: 40px 0 20px;
}
.main-content article h3::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: -1;
  content: '';
  width: 50px;
  height: 3px;
  background: #1e8b55;
}
.main-content article h4 {
  margin: 20px 0 10px;
  color: #2d2d2d;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}
.main-content article a {
  color: #1e8b55;
}

.main-content article .desc {
  font-size: 16px;
  line-height: 1.8;
  color: #434343;
  margin-bottom: 20px;
}
.main-content article p {
  font-size: 16px;
  line-height: 1.8;
  color: #434343;
  margin-bottom: 20px;
}
.main-content article ul,
.main-content article ol {
  margin-bottom: 40px;
  padding: revert;
}
.main-content article ul li,
.main-content article ol li{
  font-size: 16px;
  line-height: 1.6;
  color: #434343;
  text-align: left;
}
.main-content article ul li {
  list-style: disc;
}
.main-content article ol li {
  list-style: decimal;
}
.main-content article .ul-list-box {
  border-radius: 10px;
  border: 1px solid #e4e4e4;
  background: #fff;
  margin: 30px 0;
}
.main-content article .ul-list-box .ul-title {
  padding: 17px;
  color: #434343;
  font-weight: 600;
  font-size: 20px;
}
.main-content article .ul-list-box .ul-list {
  padding: 0 17px 17px 37px;
  margin-bottom: unset;
}
.main-content article .ul-list-box .ul-list li {
  font-size: 16px;
  line-height: 1.6;
  color: #434343;
  margin-bottom: 30px;
  list-style: disc;
}
.main-content article .ul-list-box .ul-list li:last-child {
  margin-bottom: 20px;
}
.main-content article .ul-list-box .ul-particular {
  padding: 10px 24px;
  background: #edfaf3;
  color: #434343;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.main-content article .ul-list-box .ul-particular a {
  color: #1e8b55;
}
.main-content article .ol-list-box {
  border-radius: 10px;
  padding: 24px;
  margin: 30px 0;
}
.main-content article .ol-list-box .ol-title {
  color: #434343;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 16px;
}
.main-content article .ol-list-box .ol-list {
  padding-left: 20px;
}
.main-content article .ol-list-box .ol-list li {
  list-style: decimal;
  font-size: 16px;
  line-height: 163%;
  color: #434343;
  margin-bottom: 30px;
}
.main-content article .ol-list-box .ol-list li:last-child {
  margin-bottom: 0;
}
.main-content article .merits {
  margin: 40px 0;
  display: flex;
  gap: 15px;
  padding: 14px 0 21px;
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  background: #fff;
}
.main-content article .merits_item {
  color: #434343;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.main-content article .merits_item:nth-child(2) {
  border-left: 2px dashed #d9d9d9;
}
.main-content article .merits_item:nth-child(2) .merits_tag {
  color: #f32323;
}
.main-content article .merits_tag {
  margin-left: -2px;
  display: block;
  width: fit-content;
  padding: 8px 29px 8px 19px;
  background: url(../img/article/merits-tag.png) no-repeat;
  background-size: 100% 100%;
  color: #268f55;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
.main-content article .merits .ul-list {
  padding: 16px 12px 0 40px;
  margin-bottom: unset;
}
.main-content article .merits .ul-list li {
  list-style: disc;
  color: #434343;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 20px;
}
.main-content article .merits .ul-list li:last-child {
  margin-bottom: 0;
}
.main-content article .quote-box {
  border-left: 4px solid #1e8b55;
  padding: 11px 19px;
  background: #fafafa;
  color: #343434;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  margin-bottom: 40px;
}
.main-content article .quote-box .quote-title {
  font-size: 16px;
  color: #262626;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 5px;
}
.main-content article .quote-box p {
  margin-bottom: unset;
}
.main-content article .table-box,
.main-content article .table-box2,
.main-content article .table-box3 {
  margin: 40px 0;
  max-width: 758px;
  width: 100%;
  overflow-x: auto;
  border: 1px solid #cae4d24d;
  border-radius: 10px;
  border-bottom: none;
}
.main-content article .table-box table,
.main-content article .table-box2 table,
.main-content article .table-box3 table {
  width: 100%;
  border-collapse: initial;
  box-sizing: border-box;
  border-bottom: 1px solid #cae4d24d;
}
.main-content article .table-box table th,
.main-content article .table-box2 table th,
.main-content article .table-box3 table th {
  background: #1e8b55;
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
  text-align: center;
  border-right: 1px solid #cae4d24d;
  padding: 15px;
  font-weight: bold;
}
.main-content article .table-box2 table tr td:first-child {
  background: #1e8b55;
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
  text-align: center;
  border-right: 1px solid #cae4d24d;
  padding: 15px;
  font-weight: bold;
}
.main-content article .table-box table th:last-child,
.main-content article .table-box2 table th:last-child,
.main-content article .table-box3 table th:last-child  {
  border-right: none;
}
.main-content article .table-box table tbody tr,
.main-content article .table-box2 table tbody tr,
.main-content article .table-box3 table tbody tr {
  border-right: 1px solid #d9d9d9;
}
.main-content article .table-box table tbody tr:nth-child(odd),
.main-content article .table-box2 table tbody tr:nth-child(odd),
.main-content article .table-box3 table tbody tr:nth-child(odd) {
  background: #fafafa;
}
.main-content article .table-box table tr td,
.main-content article .table-box2 table tr td,
.main-content article .table-box3 table tr td {
  padding: 20px 10px;
  border-right: 1px solid #cae4d24d;
  border-bottom: 1px solid #cae4d24d;
  text-align: center;
  color: #000;
  font-size: 16px;
  line-height: 1.6;
}
.main-content article .table-box table tbody tr td:first-child,
.main-content article .table-box2 table tbody tr td:first-child,
.main-content article .table-box3 table tbody tr td:first-child {
  border-left: 1px solid #d9d9d9;
}
.main-content article .table-box table tbody tr td:last-child,
.main-content article .table-box2 table tbody tr td:last-child,
.main-content article .table-box3 table tbody tr td:last-child {
  border-right: 1px solid #d9d9d9;
}
.main-content article .table-box table tbody tr .right,
.main-content article .table-box2 table tbody tr .right,
.main-content article .table-box3 table tbody tr .right {
  font-size: 18px;
  color: #e45357;
}
.main-content article .table-box table tbody tr .error,
.main-content article .table-box2 table tbody tr .error,
.main-content article .table-box3 table tbody tr .error {
  font-size: 22px;
  color: #287e00;
}
.main-content article .table-box table tbody tr:last-child td,
.main-content article .table-box2 table tbody tr:last-child td,
.main-content article .table-box3 table tbody tr:last-child td {
  border-bottom: none;
  border-bottom: 1px solid #d9d9d9;
}
.main-content article .table-box table tbody tr:last-child td:first-child,
.main-content article .table-box2 table tbody tr:last-child td:first-child,
.main-content article .table-box3 table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
.main-content article .table-box table tbody tr:last-child td:last-child,
.main-content article .table-box2 table tbody tr:last-child td:last-child,
.main-content article .table-box3 table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}
.main-content article .table-box::-webkit-scrollbar,
.main-content article .table-box2::-webkit-scrollbar,
.main-content article .table-box3::-webkit-scrollbar {
  background-color: #cae4d24d;
  height: 8px;
}
.main-content article .table-box::-webkit-scrollbar-thumb,
.main-content article .table-box2::-webkit-scrollbar-thumb,
.main-content article .table-box3::-webkit-scrollbar-thumb {
  background-color: #01966b;
}
.main-content article .table-box2 th {
  border-bottom: 1px solid #cae4d24d;
}
.main-content article .table-box3 tbody tr td:first-child {
  background: #effaf3;
  font-weight: 600;
}
.main-content article img {
  border-radius: 10px;
  margin-bottom: 18px;
  max-width: 758px;
  height: auto;
  object-fit: cover;
}
.main-content article .cat-box {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  border-radius: 10px;
  padding: 35px 30px 40px 40px;
  margin-bottom: 30px;
  background: #1e8b55;
}
.main-content article .cat-box .info-box {
  width: 380px;
}
.main-content article .cat-box .info-box .title {
  font-weight: bold;
  font-size: 22px;
  line-height: 35px;
  color: #fff;
  margin-bottom: 10px;
}
.main-content article .cat-box .info-box .desc {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 20px;
}
.main-content article .cat-box .info-box .downloads {
  gap: 8px;
  margin: unset;
}
.main-content article .cat-box .info-box .downloads .item {
  border: none;
  padding: 12px;
  color: #000;
}
.main-content article .cat-box .info-box .downloads .item:hover {
  background: #000;
  color: #fff;
}
.main-content article .cat-box .info-box .downloads .item-mac {
  background: #000;
  color: #fff;
}
.main-content article .cat-box .info-box .downloads .item-mac:hover {
  background: #fff;
  color: #000;
}
.main-content article .cat-box .cat-bg-img {
  position: absolute;
  top: 0;
  right: 0;
}
.main-content article .cat-box .img-box {
  position: relative;
  z-index: 2;
}
.main-content article .cat-box .img-box img {
  margin-bottom: 0;
  transform: translateY(20px);
}
.main-content article .cat-box.nvd-cat {
  background: #dc474b;
}
.main-content article .cat-box.apvd-cat {
  background: #eb9f34;
}
.main-content article .cat-box.dpvd-cat {
  background: #5b58e7;
}
.main-content article .cat-box.ppvd-cat {
  background: #257cff;
}
.main-content article .step-list {
  margin: 50px 0;
  padding: unset;
}
.main-content article .step-list li {
  position: relative;
  padding-left: 30px;
  color: #434343;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  padding-bottom: 30px;
  list-style: none;
}
.main-content article .step-list li::before {
  position: absolute;
  top: 10px;
  left: 0;
  content: '';
  width: 10px;
  height: 10px;
  background: url('../img/article/circle.svg') no-repeat center / cover;
  z-index: 1;
}
.main-content article .step-list li::after {
  position: absolute;
  top: 10px;
  left: 4px;
  content: '';
  width: 0;
  height: 100%;
  border-left: 2px dashed #ebebeb;
}
.main-content article .step-list li:last-child {
  padding-bottom: 0;
}
.main-content article .step-list li:last-child::after {
  border-left: none;
}
.main-content article .step-list li img {
  max-width: 100%;
  height: auto;
  margin: 18px 0;
}
.main-content article .configuration-box {
  padding: 0 17px;
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  background: #fff;
  margin-bottom: 30px;
}
.main-content article .configuration-box .configuration-list {
  padding: 22px 0;
  display: flex;
  gap: 13px;
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
}
.main-content article .configuration-box .configuration-list_title {
  flex-shrink: 0;
  color: #434343;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: unset;
}
.main-content article .configuration-box .configuration-list_info {
  display: flex;
  align-items: center;
  gap: 12px;
}
.main-content article .configuration-box .configuration-list_info .star-icon {
  background-position: -265px -55px;
  width: 18px;
  height: 18px;
}
.main-content article .configuration-box .configuration-list_info > div {
  border-radius: 4px;
  background: #f6f6f6;
  padding: 5px 11px;
  color: #434343;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.main-content article .configuration-box .configuration-list:last-child {
  border-bottom: none;
}
.main-content article .author-box {
  margin: 40px 0;
  padding: 8px 15px;
  border-radius: 4px;
  background: #f9f9f9;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  color: #2d2d2d;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.main-content article .author-box .author-info {
  display: flex;
  align-items: center;
  gap: 35px;
}
.main-content article .author-box .author-info .author-img {
  margin-bottom: 0;
  width: 50px;
  height: auto;
}
.main-content article .author-box .author-info > div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.main-content article .author-box .name-icon {
  background-position: -148px -55px;
  width: 26px;
  height: 25px;
}
.main-content article .author-box .time-icon {
  background-position: -190px -55px;
  width: 26px;
  height: 25px;
}
.main-content article .author-box .author-link {
  color: #1e8b55;
}
.main-content article .hot-article {
  margin: 40px 0;
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  background: #fff;
}
.main-content article .hot-article .article-title {
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #d9d9d9;
  background: #f9f9f9;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #2d2d2d;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
.main-content article .hot-article .article-title img {
  margin-bottom: 0;
  display: block;
}
.main-content article .hot-article .article-list {
  padding: 0 22px 0 40px;
  margin-bottom: unset;
}
.main-content article .hot-article .article-list li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 15px 0;
  border-bottom: 1px solid #f0f0f0;
  color: #343434;
}
.main-content article .hot-article .article-list li::before {
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #343434;
  border-radius: 50%;
}
.main-content article .hot-article .article-list li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #343434;
  flex: 0 0 85%;
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.main-content article .hot-article .article-list li:last-child {
  border-bottom: none;
}
.main-content article .hot-article .article-list li:hover a {
  color: #1e8b55;
}
.main-content article .hot-article .article-list li .article-list_time {
  color: #a6a6a6;
  font-size: 12px;
}
@media (max-width: 912px) {
  html {
    scroll-padding-top: 160px;
  }
  .product-download,
  .downloads {
    gap: 5px;
  }
  .product-download .item,
  .downloads .item {
    padding: 10px 9px;
  }
  .product-download .item span,
  .downloads .item span {
    font-size: 12px;
  }
  .banner {
    padding: 50px 15px;
  }
  .banner h1 {
    font-size: 28px;
    width: 100%;
  }
  nav {
    display: none;
  }
  .main-content {
    flex-direction: column;
    width: 93%;
    margin: 58px auto 0;
  }
  .main-content aside {
    display: none;
  }
  .main-content article {
    width: 100%;
  }
  .main-content article .article-header {
    margin-bottom: 35px;
  }
  .main-content article .article-header .article-title {
    font-size: 24px;
    word-break: keep-all;
    margin-bottom: 22px;
    padding: 0;
  }
  .main-content article .article-header .article-info {
    flex-direction: column;
  }
  .main-content article .article-header .article-info .item {
    width: 198px;
    height: 48px;
    border-radius: 24px;
    margin: 0 0 20px;
  }
  .main-content article .article-header .article-info .item i {
    font-size: 20px;
    margin-right: 8px;
  }
  .main-content article .article-header .article-info .item span {
    font-size: 16px;
  }
  .main-content article .article-header .article-info .item:last-child {
    margin-bottom: 0;
  }
  .main-content article .tips-box,
  .main-content article .disclaimer-box {
    border-radius: 10px;
    border-width: 1px;
    padding: 24px 11px;
    margin-bottom: 40px;
  }
  .main-content article .tips-box .tips-title,
  .main-content article .disclaimer-box .title {
    font-size: 20px;
  }
  .main-content article .tips-box .tips-desc,
  .main-content article .disclaimer-box .desc {
    margin: 10px 0 32px;
  }
  .main-content article .tips-box p,
  .main-content article .disclaimer-box p {
    margin: 10px 0 32px;
  }
  .main-content article .tips-box .downloads .item,
  .main-content article .disclaimer-box .downloads .item {
    padding: 10px 3px;
  }
  .main-content article .content-part {
    margin-bottom: 80px;
  }
  .main-content article h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .main-content article h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .main-content article h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .main-content article .desc {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .main-content article p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .main-content article ul,
  .main-content article ol {
    margin-bottom: 20px;
  }
  .main-content article ul li,
  .main-content article ol li{
    font-size: 14px;
  }
  .main-content article .ul-list-box {
    margin: 30px 0;
  }
  .main-content article .ul-list-box .ul-title {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .main-content article .ul-list-box .ul-list li {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .main-content article .ul-list-box .ul-particular {
    font-size: 14px;
  }
  .main-content article .merits {
    margin: 20px 0;
    flex-direction: column;
    gap: 15px;
    padding: 14px 0 21px;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
    background: #fff;
  }
  .main-content article .merits_item:nth-child(2) {
    padding-top: 20px;
    border-left: none;
    border-top: 2px dashed #d9d9d9;
  }
  .main-content article .merits .ul-list {
    padding: 16px 12px 0 40px;
  }
  .main-content article .merits .ul-list li {
    list-style: disc;
    color: #434343;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  .main-content article .merits .ul-list li:last-child {
    margin-bottom: 0;
  }
  .main-content article .quote-box {
    font-size: 14px;
  }
  .main-content article .table-box,
  .main-content article .table-box2,
  .main-content article .table-box3 {
    width: 100%;
  }
  .main-content article .table-box table th,
  .main-content article .table-box2 table th,
  .main-content article .table-box3 table th {
    font-size: 14px;
    line-height: 30px;
    padding: 12px;
    border-right: 1px solid #ccc;
  }
  .main-content article .table-box2 table tr td:first-child {
    font-size: 14px;
    line-height: 30px;
    padding: 12px;
    border-right: 1px solid #ccc;
  }
  .main-content article .table-box table tbody tr td,
  .main-content article .table-box2 table tbody tr td,
  .main-content article .table-box3 table tbody tr td {
    padding: 12px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 14.5px;
    line-height: 30px;
  }
  .main-content article .table-box table tbody tr .right,
  .main-content article .table-box2 table tbody tr .right,
  .main-content article .table-box3 table tbody tr .right {
    font-size: 18px;
  }
  .main-content article .table-box table tbody tr .error,
  .main-content article .table-box2 table tbody tr .error,
  .main-content article .table-box3 table tbody tr .error {
    font-size: 22px;
  }
  .main-content article .table-box::-webkit-scrollbar,
  .main-content article .table-box2::-webkit-scrollbar,
  .main-content article .table-box3::-webkit-scrollbar {
    height: 8px;
  }
  .main-content article .table-box::-webkit-scrollbar-thumb,
  .main-content article .table-box2::-webkit-scrollbar-thumb,
  .main-content article .table-box3::-webkit-scrollbar-thumb {
    border-radius: 10px;
  }
  .main-content article img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    margin-bottom: 24px;
  }
  .main-content article .cat-box {
    flex-direction: column-reverse;
    border-radius: 10px;
    padding: 40px 15px;
  }
  .main-content article .cat-box .info-box {
    width: 100%;
    margin-top: 30px;
  }
  .main-content article .cat-box .info-box .title {
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 10px;
    text-align: center;
  }
  .main-content article .cat-box .info-box .desc {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
    text-align: center;
  }
  .main-content article .cat-box .info-box .downloads .item {
    gap: 5px;
    padding: 10px 4px;
  }
  .main-content article .cat-box .img-box {
    position: relative;
    z-index: 2;
    width: 100%;
  }
  .main-content article .cat-box .img-box img {
    display: block;
    width: 90%;
    height: auto;
    transform: translateY(0);
    margin: 0 auto;
  }
  .main-content article .cat-box::after {
    display: none;
  }
  .main-content article .step-list {
    margin: 25px 0;
  }
  .main-content article .step-list li {
    padding-left: 20px;
    font-size: 14px;
    padding-bottom: 25px;
  }
  .main-content article .configuration-box .configuration-list {
    padding: 16px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .main-content article .configuration-box .configuration-list_info {
    flex-wrap: wrap;
  }
  .main-content article .author-box {
    margin: 20px 0;
    padding: 12px 15px;
    font-size: 14px;
  }
  .main-content article .author-box .author-info {
    gap: 16px;
  }
  .main-content article .author-box .author-info .author-img {
    width: 40px;
  }
  .main-content article .hot-article {
    margin: 20px 0;
  }
  .main-content article .hot-article .article-title {
    padding: 14px 18px;
    font-size: 14px;
  }
  .main-content article .hot-article .article-list {
    padding: 0 22px 0 40px;
  }
  .main-content article .hot-article .article-list li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
    color: #343434;
  }
  .main-content article .hot-article .article-list li::before {
    position: absolute;
    top: 50%;
    left: -15px;
    transform: translateY(-50%);
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #343434;
    border-radius: 50%;
  }
  .main-content article .hot-article .article-list li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #343434;
    flex: 0 0 100%;
  }
  .main-content article .hot-article .article-list li:last-child {
    border-bottom: none;
  }
  .main-content article .hot-article .article-list li:hover a {
    color: #1e8b55;
  }
  .main-content article .hot-article .article-list li .article-list_time {
    display: none;
  }
}
