@font-face {
  font-family: "iconfont";
  src: url('../../fonts/iconfont.ttf') format('truetype');
}
main .iconfont {
  font-family: "iconfont";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
main .icon-arrow:before {
  content: "\e601";
}
main .icon-win:before {
  content: "\e639";
}
main .icon-mac:before {
  content: "\e6bb";
}
.catalog-box {
  position: fixed;
  top: 150px;
  margin-top: 24px;
  transform: translateY(0);
  left: 48px;
  width: 272px;
  border-radius: 8px;
  overflow: hidden;
  transition: all 1s;
  z-index: 1001;
  height: min-content;
}
.catalog-box.ai-catalog-box .catelog-panel {
  margin-top: -76px;
}
.catalog-box.ai-catalog-box .shrink-hide .shrink-node {
  color: transparent;
}
.catalog-box.ai-catalog-box .shrink {
  background: transparent;
}
.catalog-box.ai-catalog-box .shrink .shrink-node {
  display: none;
}
.catalog-box .videone-logo {
  width: 68px;
  height: 68px;
  opacity: 0;
  transition: all 0.5s;
}
.catalog-box .shrink {
  background: #efefef;
  box-sizing: border-box;
  width: 100%;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  position: relative;
  transition: all 0.5s;
}
.catalog-box .shrink .shrink-node {
  display: block;
}
.catalog-box .shrink-node {
  font-size: 24px;
  color: #000;
  cursor: pointer;
  font-weight: 400;
  transition: all 0.5s;
}
.catalog-box .catelog-panel {
  width: 100%;
}
.catalog-box .downloads {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 10px 0 20px;
  background: url("/uploads/pages/common/article/download-bg.png") no-repeat center / cover;
  background-size: 100% 100%;
}
.catalog-box .downloads .title {
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
}
.catalog-box .downloads .number {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.6;
  color: #fff;
}
.catalog-box .downloads .download-btn {
  box-sizing: border-box;
  display: flex;
  column-gap: 8px;
  padding: 10px 22px;
  border-radius: 8px;
  background: linear-gradient(105deg, #ff3dd5 -86.65%, #db81ff 15.34%, #0c59ff 119.31%), #d9d9d9;
  font-weight: lighter;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  color: #fff;
  transition: all 0.5s;
}
.catalog-box .downloads .download-btn:hover {
  transform: scale(0.9);
}
.catalog-box .downloads .mac-btn {
  display: none;
}
.catalog-box .page-content {
  box-sizing: border-box;
  border-radius: 8px 8px 0 0;
  border: 1px solid #eaeaea;
  background: #fafafa;
}
.catalog-box .page-content .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 24px;
  font-weight: bolder;
  font-size: 16px;
  line-height: 1.6;
  color: #2b2b2b;
  border-radius: 8px 8px 0 0;
  border-top: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  background: #efefef;
}
.catalog-box .page-content .catalog-list-box {
  width: 100%;
  padding: 20px 0;
  height: auto;
}
.catalog-box .page-content .aside-list {
  display: flex;
  flex-flow: column nowrap;
  max-height: 50vh;
  overflow-y: scroll;
}
.catalog-box .page-content .aside-list li a {
  color: #353535;
}
.catalog-box .page-content .aside-list li.active a {
  color: #275aff;
}
.catalog-box .page-content .aside-list::-webkit-scrollbar {
  width: 0;
}
.catalog-box .page-content .aside-list li {
  list-style-type: none;
  cursor: pointer;
  padding: 0 20px;
  margin: 10px 0;
  font-size: 12px;
  line-height: 1.6;
  color: #353535;
}
.catalog-box .page-content .aside-list li:hover {
  color: #0e39c5;
}
.catalog-box .shrink-hide {
  width: 120px;
  border-radius: 40px;
  border: none;
  padding: 0 12px 0 5px;
}
.catalog-box .shrink-hide .shrink-node {
  transform: rotate(180deg);
  margin-top: 0;
  font-size: 24px;
  color: #000;
  cursor: pointer;
  transition: all 0.5s;
}
.catalog-box .shrink-hide .videone-logo {
  opacity: 1;
}
.catalog-box .shrink-hide .videone-logo img {
  width: 100%;
  height: auto;
}
.article-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 14px 0;
  background-color: #fff;
  box-shadow: rgba(83, 108, 128, 0.2) 1px 4px 4px;
  z-index: 9999;
  transform: translateY(-80px);
  transition: transform 0.5s;
}
.article-top .container {
  display: flex;
  align-items: center;
}
.article-top.on {
  transform: translateY(0px);
}
.article-top .article-top_left {
  flex: 0 0 72%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.article-top .article-top_left .left_jump {
  float: right;
  font-size: 14px;
  color: #4d4d4d;
}
.article-top .article-top_left .left_jump:hover {
  color: #275aff;
}
.article-top .article-top_right {
  display: flex;
  column-gap: 24px;
  flex: 1;
  justify-content: end;
}
.article-top .article-top_right .button {
  padding: 12px 24px;
  display: flex;
  align-items: center;
  column-gap: 10px;
  text-align: center;
  border-radius: 6px;
  background: #3d8bff;
  color: #fff;
  font-size: 14px;
}
.article-top .article-top_right .button:hover {
  background: #0e39c5;
}
.article-top .left_to {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #061c3d;
  font-weight: 500;
}
.article-top .left_to .to_Logo {
  margin-right: 10px;
}
.box-item_icon {
  background: url("/uploads/pages/common/article/sprite.png") no-repeat;
  background-size: 1099px 1263px;
  display: inline-block;
}
.article-page {
  background: url(/uploads/pages/common/article/banner-common.png) no-repeat top center;
  background-size: 100% 228px;
  margin-bottom: 100px;
}
.banner {
  padding: 10px 0 30px;
  background: url("/uploads/pages/common/article/banner-common.png") no-repeat center / cover;
}
.banner h1 {
  min-height: 108px;
  max-width: 820px;
  width: 100%;
  margin: 20px 0 16px;
  color: #151515;
  font-size: 36px;
  font-weight: 600;
  line-height: 150%;
}
.nav .nav_item {
  position: relative;
  padding-right: 20px;
  color: #c098ce;
  font-size: 14px;
  line-height: 22px;
}
.nav .nav_item::after {
  content: ">";
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  color: #6b4878;
}
.nav .nav_item:last-child {
  color: #6b4878;
}
.nav .nav_item:last-child::after {
  content: none;
}
.content {
  display: flex;
  margin-top: 40px;
}
.content .container {
  display: flex;
  column-gap: 102px;
  justify-content: space-between;
}
.content .content-inner {
  flex: 0 1 820px;
}
.content .content-inner p:first-child {
  margin-top: 0;
}
.content .content-inner > p {
  margin: 24px 0;
}
.content .content-inner p,
.content .content-inner li {
  color: #4d4d4d;
  font-size: 16px;
  line-height: 160%;
}
.content .content-inner a {
  color: #275aff;
}
.content .content-inner p a,
.content .content-inner li a {
  color: #275aff !important;
}
.content .content-inner p strong,
.content .content-inner li strong {
  /*font-weight: 600;*/
}
.content .content-inner img {
  max-width: 100%;
  height: auto;
  margin: 24px 0;
}
.content .content-inner ul,
.content .content-inner ol {
  margin: 12px 0px;
}
.content .content-inner ul li {
  list-style-position: outside;
  list-style-type: disc;
  margin: 10px 0 10px 20px;
}
.content .content-inner ol li {
  list-style-position: outside;
  list-style-type: decimal;
  margin: 10px 0 10px 20px;
}
.content .content_info {
  color: #5c5c5c;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  display: flex;
  border-bottom: 1px #dbdde8 solid;
  padding-bottom: 20px;
}
.content .content_info p {
  margin-left: 30px;
}
.content .content_info p:first-child {
  margin-left: 0;
}
/*.content .classic tbody th {*/
/*  text-align: left;*/
/*  width: 200px;*/
/*}*/
/*.content .classic td,*/
/*.content .classic th {*/
/*  border-bottom: 1px solid #dbdde8;*/
/*  padding: 20px;*/
/*}*/
/*.content .classic th:first-child {*/
/*  border-right: 1px #dbdde8 solid;*/
/*}*/
/*.content .colspan tbody th {*/
/*  text-align: left;*/
/*  width: 200px;*/
/*}*/
/*.content .colspan td,*/
/*.content .colspan th {*/
/*  border-bottom: 1px solid #dbdde8;*/
/*  padding: 20px;*/
/*}*/
/*.content .colspan th {*/
/*  background: linear-gradient(180deg, #5e5ad9 0%, #8b59ff 100%);*/
/*  color: #fff;*/
/*}*/
/*.content .colspan tr th {*/
/*  border-right: 1px #dbdde8 solid;*/
/*}*/
.content .septal tbody th {
  text-align: left;
  width: 200px;
}
.content .septal th {
  border-right: 1px #dbdde8 solid;
}
.content .septal td,
.content .septal th {
  border-bottom: 1px solid #dbdde8;
  padding: 20px;
}
.content .septal td {
  text-align: left;
}
.content .septal tr:nth-child(odd) {
  /*background: #f6f8fc;*/
}
.content h1 {
  min-height: 126px;
  max-width: 820px;
  width: 100%;
  margin: 0;
  color: #151515;
  font-size: 36px;
  font-weight: 600;
  line-height: 150%;
}
.content h2 {
  margin: 100px 0 24px;
  padding: 18px 24px;
  border-left: 3px solid #6785ff;
  background: linear-gradient(90deg, #e6dfff 0%, #ffedfd 100%), #f3f2ff;
  color: #2b2b2b;
  font-size: 28px;
  font-weight: 700;
  line-height: 140%;
}
.content h3 {
  color: #353535;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}
.content h3::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  background: linear-gradient(90deg, #a848ff 0%, #5f6cfb 100%), #d9d9d9;
  border-radius: 50%;
}
.content .btn-box {
  display: flex;
  align-items: center;
  column-gap: 26px;
  margin: 20px 0;
}
.content .btn-box .btn-box_item {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  background: #3d8bff;
  border-radius: 66px;
  padding: 14px 38px;
  display: flex;
  column-gap: 10px;
  align-items: center;
  transition: all 0.5s;
}
.content .btn-box .btn-box_item:hover {
  transform: translateY(-8px);
}
.content .btn-box .btn-box_item .box-item_icon {
  flex-shrink: 0;
  background-position: -452px -242px;
  width: 16px;
  height: 16px;
  margin-left: 15px;
}
.content .content-iframe {
  margin: 50px 0;
  background: #f3f3f3;
}
.content .content-iframe iframe {
  width: 100%;
  height: 408px;
}
.content .iframe-chapter {
  padding: 20px 28px;
  color: #5c5c5c;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
.content .content-recommend {
  margin: 45px 0;
  background: #fafafa;
  padding: 30px 20px;
  border-radius: 0 8px 8px 0;
  border-left: 3px solid #6785ff;
  /*color: #fafafa;*/
  font-size: 16px;
  line-height: 1.6;
}
.content .content-recommend .recommend_list {
  margin-top: 12px;
  display: inline-block;
  font-style: italic;
  color: #474747;
}
.content .content-recommend .recommend_title {
  color: #4d4d4d;
  font-size: 18px;
  margin: 0;
  font-weight: 700;
}
.content .content-recommend p {
  margin-top: 10px;
}
.content .article_aside {
  margin: 50px 0;
  border-radius: 12px;
  padding: 20px 24px;
  background: #fbf9ff;
}
.content .aside-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.content .aside-top .top_title {
  color: #2b2b2b;
  font-size: 20px;
  font-weight: 600;
  line-height: 160%;
}
.content .aside-top .iconfont {
  font-size: 14px;
  font-weight: 600;
  color: #061c3d;
  transform: rotate(-90deg);
  transition: transform 0.3s;
}
.content .aside-top .iconfont.rotate {
  transform: rotate(0);
}
.content .aside_list {
  padding-top: 6px;
  border-top: 1px solid #dfdae8;
}
.content .aside_list .sub_aside_list a {
  font-size: 14px;
  color: #4d4d4d;
}
.content .aside_list.collapsed {
  border: 0;
  margin: 0;
  padding: 0;
}
.content .aside_list > li {
  margin: 16px 0 16px 0px;
  list-style: none;
}
.content .aside_list > li a {
  color: #353535;
  font-size: 16px;
  line-height: 160%;
  /* 25.6px */
}
.content .aside_list > li a:hover {
  color: #0e39c5;
}
.content .flex-box {
  display: flex;
  margin: 100px 0;
  column-gap: 12px;
}
.content .flex-box .flex-item {
  flex: 1;
  padding: 8px 22px;
  border-radius: 12px;
  height: auto;
}
.content .flex-box .flex-item p {
  width: fit-content;
  margin: -24px auto 0;
  border-radius: 50px;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  line-height: 160%;
  /* 32px */
  padding: 2px 48px;
}
.content .flex-box .flex-item.pros {
  background: #eeffef;
}
.content .flex-box .flex-item.pros p {
  background: #5cbe63;
}
.content .flex-box .flex-item.pros ol,
.content .flex-box .flex-item.pros ul {
  margin: unset !important;
}
.content .flex-box .flex-item.pros li:nth-child(n + 2) {
  border-top: 1px dashed #94c997;
}
.content .flex-box .flex-item.cons {
  background: #fff3f3;
}
.content .flex-box .flex-item.cons p {
  background: #fa6d6d;
}
.content .flex-box .flex-item.cons li:nth-child(n + 2) {
  border-top: 1px dashed #e9afaf;
}
.content .flex-box li {
  padding: 18px 0;
  color: #4d4d4d;
  font-size: 14px;
  line-height: 1.6;
  margin: unset !important;
  list-style: none !important;
  list-style-position: unset !important;
}
.content .content-note {
  padding: 22px;
  margin: 50px 0;
  border-radius: 8px;
  background: #fafafa;
}
.content .content-note strong {
  font-size: 20px;
}
.content .content-note p {
  margin-bottom: 10px;
}
.content .content_info p {
  font-weight: 400;
}
.content .content_info .info_name {
  font-weight: 700;
}
.content .toggle-article {
  display: flex;
  justify-content: space-between;
}
.content .toggle-article .toggle-item {
  display: flex;
  column-gap: 20px;
  justify-content: space-between;
}
.content .toggle-article .toggle-article_txt {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  color: #000000;
  transition: all 0.2s;
  margin-top: 11px;
}
.content .toggle-article .toggle-article_title {
  color: #275aff;
  font-size: 16px;
  line-height: 160%;
}
.content .toggle-article .toggle-article_title:hover {
  color: #0e39c5;
}
.content .toggle-article .toggle-article_info {
  padding: 20px;
  margin-top: 20px;
  border-radius: 12px;
  background: #fafafa;
}
.content .toggle-article .toggle-article_info:hover {
  background: #f6f7ff;
}
.content .toggle-article .toggle-article_left {
  display: flex;
  flex-direction: column;
  flex: 40% 0;
}
.content .toggle-article .toggle-article_right {
  display: flex;
  flex-direction: column;
  flex: 40% 0;
}
.content .toggle-article .toggle-article_right .toggle-article_title {
  text-align: right;
}
.content .toggle-article .toggle-article_right .toggle-article_txt {
  text-align: end;
}
.content .toggle-article .info-title {
  color: #353535;
  font-size: 20px;
  font-weight: 500;
  line-height: 139%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.content .toggle-article .info-other {
  margin-top: 20px;
  color: #6d6c80;
  font-size: 14px;
  line-height: 1;
}
.content .toggle-article .info-author:after {
  content: "";
  background: #6d6c80;
  width: 1px;
  height: 14px;
  display: inline-block;
  margin: 0 20px;
}
.content-aside {
  position: sticky;
  top: 130px;
  right: 0;
  height: min-content;
  flex: 1 0 278px;
}
.content-aside .recommend-products {
  width: 100%;
  display: block;
}
.content-aside .recommend-products img {
  width: 100%;
}
.content-aside .related-article {
  margin-top: 10px;
  padding: 18px 14px;
  border-radius: 6px;
  border: 1px solid #f0f0f0;
  background: #fff;
}
.content-aside .related-article_title {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 16px;
  display: flex;
  align-items: center;
  column-gap: 8px;
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
}
.content-aside .related-article .related-article_item {
  display: flex;
  margin-top: 20px;
}
.content-aside .related-article .info_title {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 600;
  color: #000000;
  transition: all 0.2s;
}
.content-aside .related-article .info_class {
  font-weight: 600;
  color: #9497a4;
  font-size: 16px;
  line-height: 1.5;
}
.content-aside .related-article_list li {
  margin-top: 20px;
  padding: 0 4px;
}
.content-aside .related-article_list li a {
  color: #4d4d4d;
  font-size: 14px;
  line-height: 160%;
}
.content-aside .related-article_list li a:hover {
  color: #0e39c5;
}
.content-star {
  padding: 22px;
  margin: 100px 0;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  background: #fff;
}
.content-star .star-face {
  display: flex;
  margin: 26px 0;
}
.content-star .star-face .face_item {
  position: relative;
  width: 70px;
  height: 70px;
  margin-right: 40px;
  cursor: pointer;
  transition: all 0.5s;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.content-star .star-face .face_item:nth-child(1) {
  background: url("/uploads/pages/common/article/icon-star-1.svg") no-repeat center;
}
.content-star .star-face .face_item:nth-child(2) {
  background: url("/uploads/pages/common/article/icon-star-2.svg") no-repeat center;
}
.content-star .star-face .face_item:nth-child(3) {
  background: url("/uploads/pages/common/article/icon-star-3.svg") no-repeat center;
}
.content-star .star-face .face_item img {
  margin: 0;
}
.content-star .star-face .face_item:hover .face-new {
  opacity: 1;
}
.content-star .star-face .face_item:hover .face-default {
  opacity: 0;
}
.content-star .star_title {
  color: #2b2b2b;
  font-size: 28px;
  font-weight: 600;
  line-height: 140%;
}
.content-star .face-default {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}
.content-star .face-new {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.content-star .star-score {
  color: #4d4d4d;
  font-size: 16px;
  line-height: 160%;
}
.table-box,
.table-wrap {
  width: 820px;
  margin: 20px 0;
  overflow: auto;
  max-width: 100%;
}
.table-box table,
.table-wrap table {
  margin-bottom: 8px;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #c3bdde;
  background: #fff;
}
.table-box th,
.table-wrap th {
  min-width: 136px;
  max-width: 164px;
}
/*.table-box thead {*/
/*  border-radius: 8px 8px 0 0;*/
/*  background: linear-gradient(180deg, #5e5ad9 0%, #8b59ff 100%);*/
/*}*/
.table-box tr th,
.table-wrap tr th {
  padding: 30px 12px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  border-right: 1px solid rgba(210, 210, 210, 0.3);
  box-sizing: border-box;
  background: linear-gradient(180deg, #5e5ad9 0%, #8b59ff 100%);
}
.content .content-inner .table-box tr th a,
.content .content-inner .table-wrap tr th a {
  color: #fff;
}
.table-box tr th:last-child,
.table-wrap tr th:last-child {
  border-right: 0;
}
.table-box td,
.table-wrap td {
  border-top: 1px solid rgba(201, 190, 250, 0.3);
  padding: 30px 12px;
  text-align: center;
  color: #353535;
  font-size: 16px;
  line-height: 160%;
  border-right: 1px solid rgba(210, 210, 210, 0.3);
  box-sizing: border-box;
}
.table-box td:last-child,
.table-wrap td:last-child {
  border-right: 0;
}
.table-box::-webkit-scrollbar-thumb,
.table-wrap::-webkit-scrollbar-thumb {
  background: #9ca4ff;
}
.table-box::-webkit-scrollbar,
.table-wrap::-webkit-scrollbar {
  height: 14px;
}
.table-box::-webkit-scrollbar-track,
.table-wrap::-webkit-scrollbar-track {
  background: #f0f4ff;
}
.banner-info {
  display: flex;
  column-gap: 24px;
}
.banner-info .info-item {
  display: flex;
  align-items: center;
  column-gap: 10px;
  color: #827986;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: -0.28px;
}
.banner-info .info-item:nth-child(n + 2) {
  border-left: 1px solid #dfdfdf;
  padding-left: 24px;
}
.content .download-btn-box {
  margin: 30px 0;
  display: flex;
}
.content .download-btn-box .download-btn {
  flex: 30% 0;
  margin-right: 30px;
}
.content .download-btn-box .btn {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-flow: column nowrap;
  padding: 10px;
  background: #3d8bff;
  border-radius: 40px;
  padding-left: 30px;
  transition: all 0.5s;
}
.content .download-btn-box .btn::after {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
}
.content .download-btn-box .btn:hover {
  transform: translateY(-5px);
  /*background: linear-gradient(90deg, #2eb1d0 0%, #3177ee 100%);*/
}
.content .download-btn-box .btn span:nth-child(1) {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
}
.content .download-btn-box .btn span:nth-child(2) {
  font-weight: lighter;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
}
.content .download-btn-box .win-btn::after {
  content: "";
  background: url("/uploads/pages/common/article/sprite.png") no-repeat;
  background-size: 1099px 1263px;
  background-position: -450px -930px;
  width: 19px;
  height: 20px;
}
.content .download-btn-box .mac-btn::after {
  content: "";
  background: url("/uploads/pages/common/article/sprite.png") no-repeat;
  background-size: 1099px 1263px;
  background-position: -477px -927px;
  width: 18px;
  height: 23px;
}
.content .download-btn-box .intro {
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 1.5;
  color: #414040;
  margin-top: 5px;
  padding-left: 30px;
}
.content .download-btn-box .intro::before {
  content: "";
  background: url("/uploads/pages/common/article/sprite.png") no-repeat;
  background-size: 1099px 1263px;
  background-position: -448px -1132px;
  width: 13px;
  height: 14px;
  margin: -4px 5px 0 0;
}
.catalog-box .page-content .share-link {
  box-sizing: border-box;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  width: 80%;
  height: 60px;
  border-top: 1px solid #dbdde8;
  margin: 10px auto;
  padding-top: 20px;
}
.catalog-box .page-content .share-link .share-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 23.5% 0;
  background: #ebeff1;
  border-radius: 8px;
  transition: all 0.5s;
  cursor: pointer;
}
.catalog-box .page-content .share-link .share-item img {
  width: 20px;
  height: 20px;
}
.catalog-box .page-content .share-link .share-item:hover {
  transform: scale(1.15);
}
.catalog-box .share-link {
  display: none;
}
@media (max-width: 1200px) {
  .content-aside {
    display: none;
  }
  .content-inner {
    flex: 1;
  }
  .article-top .article-top_left {
    flex: 0 0 64%;
  }
}
@media (max-width: 996px) {
  .article-top .article-top_left {
    flex: 0 0 55%;
  }
  .content .content-inner {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .banner {
    padding: 12px 0 26px;
  }
  .banner h1 {
    font-size: 28px;
    margin: 22px 0 28px;
  }
  .article-top {
    display: none;
  }
  .banner-info {
    flex-direction: column;
    row-gap: 12px;
  }
  .banner-info .info-item:nth-child(n + 2) {
    border-left: 0;
    padding-left: 0;
  }
  .nav .nav_item {
    font-size: 12px;
  }
  .content {
    margin-top: 30px;
  }
  .content-inner {
    width: 100%;
  }
  .content-inner p,
  .content-inner li {
    font-size: 14px;
  }
  .content .content_info {
    flex-direction: column;
  }
  .content .content_info p {
    margin-left: 0;
  }
  .content .article_aside {
    margin: 30px 0;
    padding: 12px;
  }
  .content .aside-top .top_title {
    font-size: 16px;
  }
  .content .aside_list > li a {
    font-size: 14px;
  }
  .content .aside_list .sub_aside_list a {
    font-size: 12px;
  }
  .content h1 {
    font-size: 28px;
    margin: 0 0 54px;
  }
  .content h2 {
    margin: 50px 0 22px;
    font-size: 22px;
    padding: 6px 8px 6px 16px;
  }
  .content h3 {
    font-size: 18px;
  }
  .content .btn-box {
    column-gap: 18px;
    justify-content: center;
  }
  .content .btn-box .btn-box_item {
    column-gap: 8px;
    font-size: 15px;
    padding: 12px 24px;
  }
  .content .flex-box {
    margin: 70px 0;
    row-gap: 42px;
    flex-direction: column;
  }
  .content .flex-box li {
    font-size: 12px;
    padding: 16px 0;
  }
  .content .flex-box .flex-item {
    padding: 8px 18px;
  }
  .content .flex-box .flex-item p {
    font-size: 16px;
  }
  .content .content-recommend {
    padding: 18px 16px;
    margin: 50px 0;
  }
  .content .content-note {
    padding: 12px;
    margin: 50px 0;
  }
  .content .content-note strong {
    font-size: 16px;
  }
  .content .other-article {
    flex-direction: column;
  }
  .content .toggle-article .toggle-article_title {
    font-size: 14px;
  }
  .content .toggle-article .info-author::after {
    height: 12px;
  }
  .content .toggle-article .info-title {
    font-size: 16px;
  }
  .content .toggle-article .info-other {
    font-size: 12px;
  }
  .content-star {
    margin: 50px 0;
    padding: 22px 12px;
  }
  .content-star p {
    font-size: 22px;
  }
  .catalog-box {
    left: 0;
    top: 40px;
    border-radius: 0;
    display: none;
  }
  .catalog-box.new-catalog-box {
    position: fixed;
    left: 0;
    top: 40px;
    border-radius: 0;
  }
  .catalog-box.ai-catalog-box .shrink {
    background: #efefef;
  }
  .catalog-box.ai-catalog-box .catelog-panel {
    margin-top: -48px;
  }
  .catalog-box .videone-logo {
    width: 40px;
    height: 40px;
  }
  .catalog-box .videone-logo img {
    width: 40px;
    height: 40px;
  }
  .catalog-box .shrink {
    height: 46px;
  }
  .catalog-box .shrink-hide {
    width: 60px;
    padding: 0 2px 0 14px;
    border-radius: 0 60px 60px 0;
    border: 1px solid #e0e0e0;
    background: #f4f4f4;
  }
  .catalog-box .shrink-hide .shrink-node {
    display: none;
  }
  .catalog-box .catelog-panel {
    margin-top: -46px;
  }
  .catalog-box .shrink-node {
    margin-top: -6px;
  }
  .table-box table,
  .table-wrap table {
    margin-bottom: 10px;
  }
  .table-box tr th,
  .table-wrap tr th {
    font-size: 14px;
    padding: 24px 12px;
    min-width: 130px;
  }
  .table-box td,
  .table-wrap td {
    font-size: 14px;
    padding: 24px 12px;
  }
  .table-box::-webkit-scrollbar-thumb,
  .table-wrap::-webkit-scrollbar-thumb {
    background: #9ca4ff;
  }
  .table-box::-webkit-scrollbar,
  .table-wrap::-webkit-scrollbar {
    height: 8px;
  }
  .table-box::-webkit-scrollbar-track,
  .table-wrap::-webkit-scrollbar-track {
    background: #f0f4ff;
  }
  .content .table-box,
  .content .table-wrap {
    overflow-x: scroll;
  }
  .content .table-box table,
  .content .table-wrap table {
    min-width: 725px;
  }
  .content .content-iframe {
    margin: 24px 0;
  }
  .content .iframe-chapter .chapter-list_item {
    flex: unset;
    width: 100%;
  }
  .content .iframe-chapter .list-item_time {
    margin-right: 10px;
  }
  .content .download-btn-box {
    margin: 24px 0;
    justify-content: space-between;
  }
  .content .download-btn-box .download-btn {
    flex: 49% 0;
    margin-right: 0;
  }
  .content .download-btn-box .btn {
    padding: 10px;
    padding-left: 20px;
  }
  .content .download-btn-box .btn span:nth-child(1) {
    font-size: 18px;
  }
  .content .download-btn-box .btn span:nth-child(2) {
    font-size: 12px;
  }
}
