/* common */
html {
  scroll-padding-top: 120px;
}

main nav {
  position: fixed;
  top: -100px;
  z-index: 1000;
  width: 100%;
  background: #fff;
  box-shadow: 0 4px 8px 3px rgba(0, 0, 0, 0.12);
  padding: 16px 0;
  transition: top 0.5s;
}

.logo {
  margin-right: 20px;
}

main nav .container {
  width: 1080px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

main nav .container .product-info .item {
  display: flex;
  align-items: center;
}

main nav .container .product-info .item span {
  font-size: 22px;
  color: #3D3D3D;
}

main nav .container .product-download {
  display: flex;
}

main nav .container .product-download .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 25px;
  gap: 10px;
  border-radius: 6px;
  margin-left: 25px;
  border-width: 1px;
  border-style: solid;
  transition: all 0.3s;
}



main nav .container .product-download .btn span {
  font-size: 13px;
}

main ul,
main ol {
  margin: 30px 0;
  color: #4b4b4b;
  font-size: 16px;
}

main ul li,
main ol li {
  margin-left: 20px;
  line-height: 1.8;
}

main ul li {
  list-style: disc;
}

main ol li {
  list-style: decimal;
}

main .banner-normal {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

main .banner-normal .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1080px;
  padding-top: 140px;
  padding-bottom: 80px;
}

main .banner-normal .container .container-article {
  flex: 1;
}

main .banner-normal .container .container-article_title {
  color: #650808;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}

main .banner-normal .container .container-article_info {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

main .banner-normal .container .container-article_info .item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  color: #650808;
  border-radius: 24px;
  margin-right: 40px;
}

main .banner-normal .container .container-article_info .item i {
  font-size: 22px;
  margin-right: 8px;
}

main .banner-normal .container .container-article_info .item span {
  font-size: 18px;
}

main .banner-normal .container .container-article_btns {
  display: flex;
}

main .banner-normal .container .container-article_btns .article_btn {
  width: 213px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #e3090f;
  font-size: 17px;
  font-weight: 400;
  background: #fff;
  margin-right: 20px;
  border-radius: 8px;
}

main .banner-normal .container .container-article_btns .article_btn i {
  margin-left: 8px;
}

main .banner-normal .container .container-article_btns .article_btn:hover {
  background: #e3090f;
  color: #fff;
}

main .banner-special {
  padding: 70px 0;
  background: url(../img/article-allinone/banner-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

main .banner-special .container {
  width: 1080px;
  display: flex;
}

main .banner-special .container .info-box {
  flex: 1;
}

main .banner-special .container .info-box .title {
  max-width: 530px;
  font-weight: bold;
  font-size: 36px;
  color: #47B875;
  line-height: 134.533%;
  margin-bottom: 18px;
}

main .banner-special .container .info-box .desc {
  max-width: 580px;
  font-weight: 700;
  line-height: 209.45%;
  font-size: 20px;
  margin-bottom: 22px;
}

main .banner-special .container .info-box .intro-list {
  max-width: 580px;
  /* padding-left: 20px; */
  margin-bottom: 30px;
}

main .banner-special .container .info-box .intro-list li {
  list-style: disc;
  font-size: 16px;
  line-height: 170.533%;
  color: rgba(7, 7, 7, 0.87);
  margin-bottom: 5px;
}

main .banner-special .container .info-box .download-btns {
  display: flex;
  gap: 20px;
}

main .banner-special .container .info-box .download-btns .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  padding: 14px 55px;
  border-radius: 6px;
  transition: all 0.3s;
  border: 1px solid #47B875;
  background: #FFF;
  color: #47B875;
  font-size: 16px;
}

main .banner-special .container .info-box .download-btns .btn:hover {
  transform: translateY(-15px);
  text-decoration: none;
}

main .banner-special .container .info-box .download-btns .btn .iconfont {
  margin-left: 8px;
}

main .banner-special .container .info-box .download-btns .btn-mac {
  background: #47B875;
  color: #fff;
}


main .banner-special .container .img-box {
  width: 508px;
  /* transform: translateY(50px); */
}

.main-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 1230px;
  margin: 58px auto 0;
}

.main-content aside {
  position: sticky;
  top: 120px;
  width: 300px;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #dbdde8;
  padding-bottom: 10px;
  order: 2;
}

.main-content aside .catalog-title {
  border-radius: 10px;
  padding: 24px;
  margin-bottom: 16px;
}

.main-content aside .catalog-title span {
  font-weight: bold;
  font-size: 20px;
  color: #fff;
}

.main-content aside .catalog-title .iconfont {
  display: none;
}

.main-content aside .catalog-list p {
  display: flex;
  line-height: 146.682%;
  color: #9f9f9f;
  cursor: pointer;
  padding: 10px 24px 10px 0;
}

.main-content aside .catalog-list p::before {
  flex-shrink: 0;
  content: '';
  display: block;
  width: 5px;
  height: 15px;
  background: transparent;
  margin-right: 19px;
  margin-top: 10px;
  transition: all 0.5s;
}

.main-content article {
  width: 880px;
  order: 1;
}

.main-content article h1 {
  color: #00A976;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: center;
}

.main-content article {
  margin-bottom: 35px;
}

.main-content article .article-title {
  font-size: 32px;
  line-height: 1.3;
  color: #313131;
  text-align: center;
  word-break: break-all;
  margin-bottom: 22px;
  padding: 0 20px;
}

.main-content article .article-info {
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-content article .article-info .item {
  display: flex;
  justify-content: center;
  align-items: center;
  /* width: 198px;
  height: 48px; */
  padding: 12px 15px;
  border-radius: 24px;
  margin: 0 10px;
}

.main-content article .article-info .item i {
  font-size: 22px;
  margin-right: 8px;
}

.main-content article .article-info .item span {
  font-size: 18px;
}

.main-content article .abstract {
  /* border-style: solid; */
  border-radius: 10px;
  border-style: solid;
  margin-bottom: 40px;
  padding: 24px;
  background: #fbfffd;

}


.main-content article .abstract .title {
  font-weight: bold;
  font-size: 20px;
  color: #000;
  margin-bottom: 0;
}

.main-content article .abstract .desc {
   line-height: 163%;
   color: #2a2c3b;
   margin: 10px 0 32px;
 }
.main-content article .abstract p {
  line-height: 163%;
  color: #2a2c3b;
  margin: 10px 0 32px;
}

.main-content article .abstract .download-btns {
  margin: 0;
}

.main-content article .part-title {
  position: relative;
  font-weight: 400;
  font-size: 24px;
  line-height: 146.682%;
  color: #000;
  margin-bottom: 10px;
  margin-top: 80px;
}
.main-content article h2 {
  position: relative;
  font-weight: 400;
  font-size: 24px;
  line-height: 146.682%;
  color: #000;
  margin-bottom: 10px;
  margin-top: 80px;
}
.main-content article .part-title:first-child {
  margin-top: 0px;
  /*color: red;*/
}
.main-content article h2:first-child {
  margin-top: 0px;
  /*color: red;*/
}

.main-content article .part-title::before {
  position: absolute;
  top: 18px;
  left: 0;
  z-index: -1;
  content: '';
  width: 38px;
  height: 10px;
}
.main-content article h2::before {
  position: absolute;
  top: 18px;
  left: 0;
  z-index: -1;
  content: '';
  width: 38px;
  height: 10px;
}


/*.main-content article .part-subtitle {*/
/*  font-weight: 400;*/
/*  font-size: 20px;*/
/*  line-height: 174.188%;*/
/*  color: #000;*/
/*  margin: 50px 0 20px;*/
/*}*/

.main-content article .desc {
  font-size: 18px;
  line-height: 182%;
  color: #2a2c3b;
  margin-bottom: 20px;
}
.main-content article p {
  font-size: 18px;
  line-height: 182%;
  color: #2a2c3b;
  margin-bottom: 20px;
}
.main-content article a {
  color: #47b875;
}
.main-content article a:hover{
  text-decoration: underline;
}

.main-content article .download-btns {
  display: flex;
  margin: 25px 0 35px;
}

.main-content article .download-btns .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 30px;
  gap: 10px;
  border-radius: 6px;
  margin-right: 25px;
  border-width: 1px;
  border-style: solid;
  transition: all 0.3s;
}
.main-content article .download-btns .btn:hover {
  text-decoration: none;
}


.main-content article .download-btns .btn span {
  font-size: 18px;
}



.main-content article .prompt {
  border-radius: 10px;
  padding: 24px;
  margin: 30px 0;
  background: rgba(111, 205, 149, 0.10);
}

.main-content article .prompt .prompt-title {
  color: #007630;
  font-size: 20px;
  margin-bottom: 16px;
  font-weight: 700;
}

.main-content article .prompt .prompt-desc {
  color: #4b4b4b;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.main-content article .prompt p {
  color: #4b4b4b;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.main-content article .ol-list-box {
  border-radius: 10px;
  padding: 24px;
  margin: 30px 0;

}

.main-content article .ol-list-box .ol-title {
  color: #000;
  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: disc;
  font-size: 16px;
  line-height: 163%;
  color: #7e6060;
  margin-bottom: 5px;
}

.main-content article .ol-list-box .ol-list li:last-child {
  margin-bottom: 0;
}

.main-content article .table-box {
  max-width: 875px;
  width: 100%;
  overflow-x: auto;
  border: 1px solid #ccc;
  border-radius: 15px 15px 0 0;
  border-bottom: none;
}

.main-content article .table-box table {
  width: 100%;
  border-collapse: initial;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
}

.main-content article .table-box table tr th {
  font-size: 14.5px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  padding: 12px;
  border-right: 1px solid #ccc;
  background: #47b875;
}

.main-content article .table-box table tr th:last-child {
  border-right: none;
}

.main-content article .table-box table tbody tr td {
  padding: 12px 18px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
  color: #000;
  font-size: 14.5px;
  line-height: 30px;
}

.main-content article .table-box table tbody tr td:first-child {
  font-weight: bold;
  text-align: left;
}

.main-content article .table-box table tbody tr td:last-child {
  border-right: none;
}

.main-content article .table-box table tbody tr td:first-of-type {
  min-width: 140px;
}

.main-content article .table-box table tbody tr:nth-child(odd) {
  background: #F9F9F9;
}

.main-content article .table-box table tbody tr .right {
  font-size: 18px;
  color: #e45357;
}

.main-content article .table-box table tbody tr .error {
  font-size: 22px;
  color: #287e00;
}

.main-content article .table-box table tbody tr:last-child td {
  border-bottom: none;
}

.main-content article .table-box::-webkit-scrollbar {
  background-color: #f5f5f5;
}

.main-content article img {
  border-radius: 10px;
  margin-bottom: 18px;
  max-width: 700px;
  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: 40px 0 40px 30px;
}

.main-content article .cat-box .info-box {
  width: 60%;
}

.main-content article .cat-box .info-box .title {
  font-weight: bold;
  font-size: 20px;
  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 .download-btns {
  display: flex;
}

.main-content article .cat-box .info-box .download-btns .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 125px;
  height: 38px;
  border-radius: 6px;
  margin-right: 25px;
  transition: all 0.3s;
}
.main-content article .cat-box .info-box .download-btns .btn:hover {
  text-decoration: none;
}

.main-content article .cat-box .info-box .download-btns .btn .iconfont {
  margin-left: 8px;
}

.main-content article .cat-box .info-box .download-btns .btn span {
  font-size: 13px;
}

.main-content article .cat-box .info-box .download-btns .btn-mac .iconfont {
  margin-top: -2px;
}

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



/* product-allinone */
.nav-allinone .container .product-download .btn {
  border-color: #47b875;
  background: #fff;
  color: #47b875;
}
.nav-allinone .container .product-download .btn:hover {
  text-decoration: none;
}

.nav-allinone .container .product-download .btn-mac {
  background: #47B875;
  color: #fff;
}

.nav-allinone .container .product-download .btn:hover {
  background: #47b875;
  color: #fff;
}

.nav-allinone .container .product-download .btn-mac:hover {
  background: #fff;
  color: #47b875;
}

main .banner-normal-allinone {
  background: linear-gradient(90deg, #cdffde 0%, #e9fef6 21%, #edfaf7 70%, #f5f0f9 100%);
  padding: 60px 0;
}

main .banner-normal-allinone .container .article-title {
  color: #00a976;
  text-align: center;
  font-size: 36px;
  width: 900px;
  margin: 0 auto 20px auto;
  line-height: 1.3;
}

main .banner-normal-allinone .container .article-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

main .banner-normal-allinone .container .article-info .item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 4px 14px rgba(159, 207, 190, 0.14);
  border-radius: 24px;
  background: #ffffffc4;
  width: max-content;
  padding: 13px 22px;
}

main .banner-normal-allinone .container .article-info .item i {
  color: #47b875;
  font-size: 22px;
}

main .banner-normal-allinone .container .article-info .item span {
  color: #47b875;
}

.main-content-allinone aside .catalog-title {
  background: #47b875;
}

.main-content-allinone aside .catalog-list .active {
  color: #47b875;
}

.main-content-allinone aside .catalog-list .active::before {
  background: #47b875;
}

.main-content-allinone article .article-info .item {
  background: #6fcd951a;
}

.main-content-allinone article .article-info .item i {
  color: #47b875;
}

article h1+.article-info {
  margin-bottom: 45px;
}

.main-content-allinone article .article-info .item span {
  color: #47b875;
}

.main-content-allinone article .abstract {
  border-width: 2px;
  border-image: linear-gradient(to right, #fdb0ff, #76e0a0) 1;
}

.main-content-allinone article .part-title {
  font-weight: 700;
}
.main-content-allinone article h2 {
  font-weight: 700;
}

.main-content-allinone article .part-title::before {
  background: linear-gradient(79deg, #fdb0ff 0%, #adf6fb 50%, #76e0a0 100%);
}
.main-content-allinone article h2::before {
  background: linear-gradient(79deg, #fdb0ff 0%, #adf6fb 50%, #76e0a0 100%);
}

.main-content-allinone article h3 {
  color: #47b875;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin: 40px 0 10px;
}

.main-content-allinone article .desc a {
  color: #47b875;
}

.main-content-allinone article .desc a:hover {
  text-decoration: underline;
}

.main-content-allinone article .download-btns .btn {
  border-color: #47b875;
  background: #fff;
  color: #47b875;
}
.main-content-allinone article .download-btns .btn:hover {
  text-decoration: none;
}

.main-content-allinone article .download-btns .btn-mac {
  background: #47b875;
  color: #fff;
}



.main-content-allinone article .download-btns .btn:hover {
  transform: translateY(-15px);
}

.main-content-allinone article .ul-list-box,
.main-content-allinone article .ol-list-box {
  background: #6fcd951a;
}

.main-content-allinone article .ul-list-box .ul-title,
.main-content-allinone article .ol-list-box .ul-title {
  font-weight: 700;
  color: #007630;
}

.main-content-allinone article .ul-list-box .ul-list li,
.main-content-allinone article .ol-list-box .ul-list li {
  color: #607e72;
}

.main-content-allinone article .table-box table thead {
  background: #47b875;
}

.main-content-allinone article .table-box table tbody tr .right {
  color: #E45357;
}

.main-content-allinone article .table-box table tbody tr .error {
  color: #47B875;
}

.main-content-allinone article .table-box::-webkit-scrollbar-thumb {
  background-color: #47b875;
}

.main-content-allinone article .cat-box {
  background: linear-gradient(180deg, #2dae80 0%, #129264 100%);
}

.main-content-allinone article .cat-box .info-box .download-btns .btn {
  background: #fff;
  border: none;
}
.main-content-allinone article .cat-box .info-box .download-btns .btn:hover {
  text-decoration: none;
}


.main-content-allinone article .cat-box .info-box .download-btns .btn .iconfont,
.main-content-allinone article .cat-box .info-box .download-btns .btn span {
  color: #47b875;
}

.main-content-allinone article .cat-box .info-box .download-btns .btn:hover {
  background: #000;
  transform: translateY(-10px);
}

.main-content-allinone article .cat-box .info-box .download-btns .btn:hover .iconfont,
.main-content-allinone article .cat-box .info-box .download-btns .btn:hover span {
  color: #fff;
}

.main-content-allinone article .cat-box::after {
  position: absolute;
  top: 2px;
  right: 2px;
  content: '';
  width: 263px;
  height: 198px;
  z-index: 1;
  background: url(../img/article/cat-allinone-after.png) no-repeat;
}

.main-content article .table-box2 {
  width: 100%;
  overflow-X: auto;
  height: auto;
  margin: 60px 0 90px;
  max-width: 750px;

}

.main-content article .table-box2::-webkit-scrollbar {
  /*background-color: #f5f5f5;*/
}

.main-content article .table-box2 table {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #D8EAE1;
  border-collapse: initial;
  box-sizing: border-box;
  /* border: 1px solid #ccc; */
  overflow: hidden;
}

.main-content article .table-box2 table tr {
  /*display: flex;*/
  /*align-items: center;*/
  border-bottom: 1px solid #D8EAE1;
}

.main-content article .table-box2 table tr:last-of-type {
  border-bottom: none;
}

.main-content article .table-box2 table tr:nth-child(even) {
  background: #F1F7F4;
}

.main-content article .table-box2 table tr td {
  padding: 28px 30px 28px;
  max-width: 556px;
  color: #2E2E2E;
  font-size: 18px;
  line-height: 1.6;
  border-left: 1px solid #D8EAE1;

}

.main-content article .table-box2 table tr td:first-child {
  min-width: 164px;
  padding-left: 26px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  border-left: none;
}

.main-content article .table-box2 table ol li {
  list-style: decimal;
  margin-left: 20px;
}
.main-content article .table-box2 table ul li {
  list-style: disc;
  margin-left: 20px;
}
.main-content article ul li{
  color: #2a2c3b;
}
@media (max-width: 1280px) {
  main .banner-normal {
    background-position: 40% 0;
    background-size: cover;
  }

main .banner-special {
    background-position: center;
    background-size: cover;
  }
}
@media (max-width: 770px) {
  .main-content article .download-btns.v2-download-btns{
    flex-direction: column;
    gap: 16px;
  }
  html {
    scroll-padding-top: 160rem;
  }

  main nav{
    position: fixed;
    top: -140rem;
    box-shadow: 0 4rem 8rem 3rem rgba(0, 0, 0, 0.12);
    padding: 12rem 0;
  }

  main nav .container {
    width: 93%;
    flex-direction: column;
    align-items: flex-start;
  }

  main nav .container .product-info .item {
    display: flex;
    align-items: center;
  }

  main nav .container .product-info .item img {
    width: 50rem;
    height: 50rem;
  }

  main nav .container .product-info .item span {
    font-size: 16rem;
  }

  main nav .container .product-download {
    width: 100%;
    margin-top: 15rem;
    gap: 18rem;
  }

  main nav .container .product-download .btn {
    padding: 8rem 22rem;
    border-radius: 6rem;
    margin-left: 0;
    gap: 5rem;
  }

  main nav .container .product-download .btn span {
    font-size: 13rem;
  }

  main nav .container .product-download .btn:hover {
    transform: scale(1);
  }

  main nav .container .product-download .btn-win {
    border-width: 1rem;
  }

  main nav .container .product-download .btn-mac .iconfont {
    margin-top: -2rem;
  }

  .main-content article h1+.article-info {
    margin-bottom: 25rem;
    flex-direction: row;
    justify-content: center;
    gap: 20rem;
    flex-wrap: wrap;
  }

  .main-content article h1+.article-info .item {
    margin: 0;
    font-size: 14rem;
    padding: 14rem 10rem;
  }

  main .banner-normal {
    padding: 60rem 0;
    background-position: 70% 0;
  }

  main .banner-normal .container {
    flex-direction: column;
    width: 90%;
    padding-top: 0;
    padding-bottom: 0;
  }

  main .banner-normal .container .container-article {
    margin-bottom: 40rem;
  }

  main .banner-normal .container .container-article_title {
    font-size: 32rem;
    margin-bottom: 20rem;
  }

  main .banner-normal .container .container-article_info {
    justify-content: space-between;
    margin-bottom: 15rem;
  }

  main .banner-normal .container .container-article_info .item {
    height: 48rem;
    border-radius: 24rem;
    margin-right: 0;
  }

  main .banner-normal .container .container-article_info .item i {
    font-size: 22rem;
    margin-right: 8rem;
  }

  main .banner-normal .container .container-article_info .item span {
    font-size: 14rem;
  }

  main .banner-normal .container .container-article_btns {
    justify-content: space-between;
  }

  main .banner-normal .container .container-article_btns .article_btn {
    width: 155rem;
    height: 42rem;
    line-height: 42rem;
    font-size: 14rem;
    margin-right: 0;
    border-radius: 8rem;
  }

  main .banner-normal .container .container-article_btns .article_btn i {
    margin-left: 8rem;
  }

  main .banner-normal .container .container-video {
    width: 100%;
  }

  main .banner-normal .container .container-video iframe {
    width: 100%;
    height: 190rem;
  }

main .banner-special {
    padding: 60rem 0;
    height: 652rem;
    margin-bottom: 140rem;
    background: #EAFEF7;
  }

main .banner-special .container {
    width: 90%;
    flex-direction: column;
  }

main .banner-special .container .info-box {
    margin-bottom: 36rem;
  }

main .banner-special .container .info-box .title {
    font-size: 30rem;
    margin-bottom: 20rem;
  }

main .banner-special .container .info-box .desc {
    max-width: 100%;
    font-size: 16rem;
    margin-bottom: 26rem;
  }

main .banner-special .container .info-box .intro-list {
    max-width: 100%;
    padding-left: 0;
    margin-bottom: 30rem;
  }

main .banner-special .container .info-box .intro-list li {
    font-size: 16rem;
    margin-bottom: 5rem;
  }

main .banner-special .container .info-box .download-btns {
    justify-content: center;
  }

main .banner-special .container .info-box .download-btns .btn {
    padding: 12rem 30rem;
    border-radius: 6rem;
  }

main .banner-special .container .info-box .download-btns .btn span {
    font-size: 13rem;
  }

main .banner-special .container .info-box .download-btns .btn:hover {
    transform: scale(1);
  }

main .banner-special .container .info-box .download-btns .btn-mac .iconfont {
    margin-top: -2rem;
  }

main .banner-special .container .img-box {
    width: 100%;
    transform: translateY(0);
  }

main .banner-special .container .img-box img {
    width: 100%;
    height: auto;
  }

  .main-content {
    flex-direction: column;
    width: 93%;
    margin: 17rem auto 0;
  }

  .main-content aside {
    position: unset;
    width: 100%;
    border-radius: 10rem;
    border: 1rem solid #dbdde8;
    padding-bottom: 0;
    margin-bottom: 50rem;
    order: 1;
  }

  .main-content aside .catalog-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10rem;
    padding: 20rem 24rem;
    margin-bottom: 0;
  }

  .main-content aside .catalog-title span {
    font-size: 20rem;
  }

  .main-content aside .catalog-title .iconfont {
    display: block;
    font-size: 24rem;
    color: #fff;
    transition: all 0.5s;
  }

  .main-content aside .catalog-title-active .iconfont {
    transform: rotate(180deg);
  }

  .main-content aside .catalog-list {
    display: none;
  }

  .main-content aside .catalog-list p {
    padding: 10rem 24rem 10rem 0;
  }

  .main-content aside .catalog-list p::before {
    width: 5rem;
    height: 15rem;
    margin-right: 19rem;
    margin-top: 10rem;
  }

  .main-content aside .catalog-list p:first-child {
    padding-top: 27rem;
  }

  .main-content aside .catalog-list p:last-child {
    padding-bottom: 21rem;
  }

  .main-content article {
    width: 100%;
    order: 2;
  }

  .main-content article h1 {
    font-size: 26rem;
  }

  .main-content article {
    margin-bottom: 35rem;
  }

  .main-content article .article-title {
    font-size: 24rem;
    word-break: keep-all;
    margin-bottom: 22rem;
    padding: 0;
  }

  main .banner-normal-allinone .container .article-title {
    width: auto;
  }

  .main-content article .article-info {
    flex-direction: column;
  }

  .main-content article .article-info .item {

    border-radius: 24rem;
    margin: 0 0 20rem;
  }

  .main-content article .article-info .item i {
    font-size: 20rem;
    margin-right: 8rem;
  }

  .main-content article .article-info .item span {
    font-size: 16rem;
  }

  .main-content article .article-info .item:last-child {
    margin-bottom: 0;
  }

  .main-content article .abstract {
    border-radius: 10rem;
    border-width: 2rem;
    /* padding: 24rem; */
    margin-bottom: 40rem;
  }

  .main-content article .abstract .title {
    font-size: 20rem;
  }

  .main-content article .abstract .desc {
    margin: 10rem 0 22rem;
  }
  .main-content article .abstract p {
    margin: 10rem 0 22rem;
  }

  .main-content article .abstract .download-btns {
    display: flex;
    justify-content: space-between;
  }

  .main-content article .abstract .download-btns .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10rem 27rem;
    border-radius: 6rem;
    margin-right: 0;
  }


  .main-content article .abstract .download-btns .btn span {
    font-size: 13rem;
  }

  .main-content article .abstract .download-btns .btn:hover {
    transform: translateY(0);
  }

  .main-content article .abstract .download-btns .btn-win {
    border-width: 1rem;
  }

  .main-content article .abstract .download-btns .btn-mac .iconfont {
    margin-top: -2rem;
  }

  .main-content article .part-title {
    font-size: 24rem;
    margin-bottom: 10rem;
    margin-top: 80rem;
  }
  .main-content article h2 {
    font-size: 24rem;
    margin-bottom: 10rem;
    margin-top: 80rem;
  }

  .main-content article .part-title::before {
    top: 18rem;
    width: 38rem;
    height: 10rem;
  }
  .main-content article h2::before {
    top: 18rem;
    width: 38rem;
    height: 10rem;
  }

  .main-content article .desc {
    font-size: 16rem;
    margin-bottom: 20rem;
  }
  .main-content article p {
    font-size: 16rem;
    margin-bottom: 20rem;
  }

  .main-content article .prompt {
    padding: 20rem 24rem;
  }

  .main-content article .prompt .prompt-title {
    font-size: 16rem;
    margin-bottom: 11rem;
  }

  .main-content article .prompt .prompt-desc {
    font-size: 14rem;
  }

  .main-content article .table-box2 {
    margin: 50rem 0;
  }

  .main-content ul li,
  .main-content ol li {
    font-size: 14rem;
  }
  .main-content article .table-box2 table tr td {
    font-size: 14rem;
    padding: 17rem 16rem 17rem;
  }
  .main-content article .table-box2 table tr td:first-child {
    min-width: 105rem;
    padding-left: 16rem;
    font-size: 14rem;
  }

  .main-content article .table-box {
    width: 100%;
  }

  .main-content article .table-box table tr th {
    font-size: 14.5rem;
    line-height: 30rem;
    padding: 12rem;
    border-right: 1rem solid #ccc;
  }

  .main-content article .table-box table tbody tr td {
    padding: 12rem;
    border-right: 1rem solid #ccc;
    border-bottom: 1rem solid #ccc;
    font-size: 14.5rem;
    line-height: 30rem;
  }

  .main-content article .table-box table tbody tr .right {
    font-size: 18rem;
  }

  .main-content article .table-box table tbody tr .error {
    font-size: 22rem;
  }

  .main-content article .table-box::-webkit-scrollbar {
    height: 8rem;
  }

  .main-content article .table-box::-webkit-scrollbar-thumb {
    border-radius: 10rem;
  }

  .main-content article img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    margin-bottom: 24rem;
  }

  .main-content article .cat-box {
    flex-direction: column-reverse;
    border-radius: 10rem;
    padding: 40rem 15rem;
  }

  .main-content article .cat-box .info-box {
    width: 100%;
    margin-top: 30rem;
  }

  .main-content article .cat-box .info-box .title {
    font-size: 20rem;
    line-height: 35rem;
    margin-bottom: 10rem;
    text-align: center;
  }

  .main-content article .cat-box .info-box .desc {
    font-size: 16rem;
    line-height: 26rem;
    margin-bottom: 20rem;
    text-align: center;
  }

  .main-content article .cat-box .info-box .download-btns {
    display: flex;
    justify-content: space-evenly;
  }

  .main-content article .cat-box .info-box .download-btns .btn {
    width: 125rem;
    height: 38rem;
    border-radius: 6rem;
    margin-right: 0;
  }

  main .banner-normal-allinone .container .article-info .item {
    font-size: 14rem;
    padding: 10rem 18rem;
    gap: 6rem;
  }

  .main-content article .cat-box .info-box .download-btns .btn .iconfont {
    margin-left: 8rem;
  }

  .main-content article .cat-box .info-box .download-btns .btn span {
    font-size: 13rem;
  }

  .main-content article .cat-box .info-box .download-btns .btn:hover {
    transform: scale(1);
  }

  .main-content article .cat-box .info-box .download-btns .btn-mac .iconfont {
    margin-top: -2rem;
  }

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