html {
  scroll-padding-top: 140px;
}

.banner {
  padding: 32px 0 34px;
  background-image: url(/img/article-template/banner-bg.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.banner .banner-label

.banner .article-title {
  font-size: 32px;
  line-height: 1.8;
  color: #000;
  margin-bottom: 30px;
}

.banner .article-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  color: #000;
}

.banner .article-author,
.banner .article-date {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.banner .article-author::before {
  content: '\e682';
  font-family: 'iconfont';
  color: #6ec1e4;
}

.banner .article-date::before {
  content: '\e72a';
  font-family: 'iconfont';
  color: #6ec1e4;
}

.aritle-product-banner {
  overflow: hidden;
  padding: 36px 0;
  background: #1a224e;
  background: url('/img/article-template/banner-blue.png') no-repeat center;
  background-size: cover;
}

.aritle-product-banner .banner-main {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 50px;
}

.aritle-product-banner .banner-main .banner-left {
  flex: 0 0 560px;
}

.aritle-product-banner .banner-main .banner-right {
  flex: 0 0 557px;
}

.aritle-product-banner .banner-main .banner-right_img {
  width: 100%;
  object-fit: cover;
}

.aritle-product-banner .banner-title {
  font-size: 36px;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 15px;
}

.aritle-product-banner .banner-title a{
  color: #56FFCD;
}

.aritle-product-banner .banner-title-min {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
}

.aritle-product-banner .banner-info {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  line-height: 1.8;
  margin: 30px 0;
}

.aritle-product-banner .banner-ul-desc {
  padding-left: 20px;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 24px;
}

.aritle-product-banner .banner-ul-desc_item {
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  line-height: 2;
  list-style: disc;
}

.aritle-product-banner .banner-ul-desc_item {
  position: relative;
  list-style: unset;
  padding-left: 20px;
}

.aritle-product-banner .banner-ul-desc_item::before {
  content: '';
  position: absolute;
  background-color: #16ECD4;
  width: 10px;
  height: 10px;
  border-radius: 15px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
}

/* .aritle-product-banner .banner-ul-desc_item::after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  left: 6.5px;
  border-radius: 6px;
  background-color: #34fbe1;
  top: 12px;
} */
.aritle-product-banner .score-box {
  margin-top: 35px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.aritle-product-banner .score-box span {
  margin-right: 15px;
}

.banner-switch-box {
  width: 160px;
  height: 30px;
  border-radius: 30px;
  background-color: #6f727d;
  justify-content: center;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  margin: 30px 0;
}

.banner-switch-box .iconfont {
  font-size: 20px;
  vertical-align: center;
}

.banner-switch-box_item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
}

.banner-switch-box_item.active {
  background-color: #fff;
  border-radius: 30px;
}

.aritle-product-banner .single-button {
  color: #084942;
}

/* jp banner new */

/* them-2 */
.banner.them-2 {
  text-align: center;
}

.banner.them-2 .article-title {
  margin-bottom: 0;
}

.banner.them-2 .banner-info {
  font-size: 17px;
  font-weight: 400;
  line-height: 2;
  color: #000;
  margin: 20px 0 25px;
  text-align: left;
}

.banner.them-2 .banner-info a {
  color: #12ABBD;
  font-weight: 400;
}

.banner.them-2 .single-button {
  padding: 12px 20px;
}

.banner.them-2 .article-info {
  justify-content: center;
  margin-top: 20px;
}
.article-content .article-info p{
  margin-bottom: 0px;
}
.article-content .article-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  color: #000;
  margin-bottom: 20px;
}

.article-content .article-author,
.article-content .article-date {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.article-content .article-author::before {
  content: '\e682';
  font-family: 'iconfont';
  color: #6ec1e4;
}

.article-content .article-date::before {
  content: '\e72a';
  font-family: 'iconfont';
  color: #6ec1e4;
}

/* them-3 */
.banner.them-3 {
  background-image: url(/img/article-template/banner-them3-bg.png);
}

.banner.them-3 .flex-wrapper {
  gap: 30px;
}

.banner.them-3 .video-wrap.banner-video {
  height: 300px;
  border-radius: 20px;
  width: 48%;
  margin: 0;
}

.banner.them-3 .video-wrap.banner-video .video-wrap_btn {
  background-image: unset;
  background-position: unset;
  background-repeat: unset;
  background-size: unset;
  background-color: unset;
  border: unset;
  border-radius: unset;
  width: 68px;
  height: 48px;
}

.banner.them-3 .banner-right {
  width: 48%;
}

.banner.them-3 .banner-right .article-title {
  text-align: left;
  font-size: 39px;
  line-height: 1.5;
  color: #fff;
}

.banner.them-3 .banner-right .article-info {
  margin: 30px 0;
}

.banner.them-3 .banner-right .article-info .article-author,
.banner.them-3 .banner-right .article-info .article-date,
.banner.them-3 .banner-right .article-info .article-author::before,
.banner.them-3 .banner-right .article-info .article-date::before {
  color: #fff;
}

.banner.them-3 .banner-right .single-button {
  border-radius: 42px;
  box-shadow: 0px 2px 10px 0px #1258A9;
  border: 1px solid #F9A801;
  border-width: 0px 0px 6px 0px;
  background-color: #FFCE21;
  fill: #fff;
  font-size: 18px;
  padding: 12px 20px;
}

.banner.them-3 .banner-right .single-button:last-child {
  background-color: #fff;
  fill: #FFCE21;
  border-width: 3px;
  color: #FFCE21;
}

/* jp banner new */

.system-button-group {
  display: none;
  margin-top: 0px;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
}

.single-button {
  font-size: 18px;
  border-radius: 6px;
  color: #fff;
  background-color: #21d2bd;
  font-weight: 600;
  padding: 20px 40px;
  transition: all 0.3s;
}

.single-button:hover {
  background-color: #13af9c;
}

.single-button.has-icon {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.single-button.has-icon .iconfont {
  font-size: 20px;
}

.single-button.has-icon:hover {
  transform: translateY(-8px);
}

.banner-main .single-button {
  font-size: 16px;
  padding: 16px;
  background-color: #16ECD4;
  margin: 4px;
}

.banner-main .single-button.has-icon:hover {
  background: #0CDBC4;
  color: #084942;
}

.banner-main .single-button:last-child {
  background: #FFA600;
  color: #fff;
}

.banner-main .single-button:last-child:hover {
  color: #805506; 
  background: #FFA600;
}

h1 {
  font-size: 32px;
  line-height: 42px;
  color: #181818;
  margin-bottom: 20px;
}

span.bold {
  font-weight: 700;
}

.button-group {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
}

.product-nav {
  position: sticky;
  top: 0;
  z-index:10;
  background-color: #fff;
  box-shadow: 0 1px 18px 0 rgba(0, 0, 0, 0.13);
  padding: 20px 0;
}

.product-nav .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-nav .product-info {
  display: flex;
  align-items: center;
  gap: 15px;
}

.product-nav .product-name {
  font-weight: bold;
  font-size: 20px;
}

.product-nav .product-download {
  display: flex;
  align-items: center;
  gap: 50px;
}

.product-nav .product-download .download-win,
.product-nav .product-download .download-mac {
  min-width: 160px;
  height: 48px;
  display: inline-block;
  padding: 0 10px;
  box-sizing: border-box;
  line-height: 48px;
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
  background-color: #1abc9c;
  transition: transform 250ms, background-color 250ms;
}

.product-nav .product-download .download-win::before,
.product-nav .product-download .download-mac::before {
  font-weight: normal;
  font-family: iconfont;
  font-size: 18px;
}

.product-nav .product-download .download-win:hover,
.product-nav .product-download .download-mac:hover {
  transform: translateY(-10px);
  background-color: #12ab8d;
}

.product-nav .product-download .download-win::before {
  content: '\e882';
}

.product-nav .product-download .download-mac::before {
  content: '\e667';
}

.article-content {
  padding: 50px 0;
}

.article-content .container {
  display: flex;
  justify-content: space-around;
  align-items: stretch;
}

.article-content article {
  width: 740px;
}

.article-content article h2 {
  font-size: 22px;
  border-bottom: 2px dashed #2eb4a7;
  border-left: 10px solid #2eb4a7;
  padding-left: 10px;
  padding-bottom: 2px;
  margin: 60px 0 20px;
}

.article-content article h3 {
  font-size: 20px;
  margin: 30px 0;
}

.article-content article h3.bg_green {
  font-size: 20px;
  margin: 30px 0;
  background-color: #2EB7AA;
  padding: 15px 15px 15px 15px;
  color: #fff;
}

.article-content article h3.bg_green_black {
  font-size: 20px;
  margin: 30px 0;
  background-color: #92DDD6;
  padding: 12px 15px;
  color: #000;
}
.article-content article a{
  color: #2eb4a7;
}
.article-content article a:hover{
  color: #000;
}
.article-content article p {
  line-height: 2;
  margin-bottom: 20px;
}

.article-content article p span.bold {
  font-weight: bold;
}

.article-content article p>a {
  color: #2eb4a7;
}
.article-content article li>a{
  color: #2eb4a7;
}

.article-content article p.list-title {
  background-color: #c4f4ee;
  padding: 10px;
}

.article-content article p:last-child {
  margin-bottom: 0;
}

.article-content article ul {
  padding-left: 40px;
  margin-bottom: 40px;
}

.article-content article div ul {
  margin-bottom: 8px;
}

.article-content article ul li {
  line-height: 2;
  list-style: disc;
}

.article-content article ol li {
  line-height: 2;
  list-style: decimal;
}
.article-content article ol li::marker{
  font-weight: bold;
}


.article-content article ul.no-type{
  padding-left: 0;
}

.article-content article ul.no-type li {
  list-style: none;
}

.article-content article p+ul {
  margin-top: -10px;
}

.article-content article img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto 30px;
}

.article-content article img:last-child {
  margin-bottom: 0;
}

.article-content .catalog {
  /* display: flex;
  flex-direction: column; */
  margin: 40px 0;
  border: 1px solid #a4afb7;
  /* padding-bottom: 10px; */
  /* height: 63px; */
  overflow: hidden;
  /* transition: height 250ms; */
}
.article-content .catalog  span{
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
  max-height: 340px;
  overflow-y: auto;
  scrollbar-width: thin;
}

.article-content .catalog span::-webkit-scrollbar {
  width: 8px;
}

.article-content .catalog span::-webkit-scrollbar-track {
  background: transparent;
}

.article-content .catalog span::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 4px;
}

.article-content .catalog span::-webkit-scrollbar-button {
  display: none;
}

.article-content .catalog-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  color: #fff;
  background-color: #000;
  padding: 20px;
  cursor: pointer;
}

.article-content .catalog-title .icon-down {
  transition: transform 250ms;
}

.article-content .catalog-title.is-active .icon-down {
  transform: rotate(180deg);
}

.article-content .catalog-item {
  padding: 5px 20px;
  line-height: 2;
  color: #000;
}

.article-content .catalog-item:hover {
  color: #2eb7aa;
  text-decoration: underline;
}

.article-content .catalog-item:first-of-type {
  padding-top: 15px;
  color: #333333;
}

/* jp new */
.article-content .catalog.them-2 .catalog-title {
  background-color: #C2F1EB;
  color: #000;
}

.article-content .catalog.them-2 .catalog-item {
  color: #7A7A7A;
  font-weight: 400;
}

.article-content aside .catalog.them-2 {
   box-shadow: 0px 4px 9px 0px rgba(132, 127.69565217391305, 127.69565217391305, 0.78);
   border: unset;
   display: flex;
   flex-direction: column;
}

.article-content .catalog.them-2 .catalog-right-rec{
  background: url(/img/article-template/right-rec-bg.png) bottom center no-repeat;
  background-size: cover;
  box-sizing: border-box;
  padding: 46px 26px;
  order: 2;
}

.article-content .catalog.them-2 .catalog-right-rec-dark{
  background: url(/img/article-template/box-right-buy.png) bottom center no-repeat;
  background-size: cover;
  box-sizing: border-box;
  padding: 26px 14px 270px;
  order: 2;
}

.article-content .catalog.them-2 .catalog-right-rec-dark .title a{
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.article-content .catalog.them-2 .catalog-right-rec-dark .title a:hover{
  text-decoration: underline;
}
.article-content .catalog.them-2 .catalog-right-rec-dark .title>img{
  vertical-align: middle;
  margin-right: 6px;
}
.article-content .catalog.them-2 .catalog-right-rec-dark .info{
  font-size: 16px;
  color: #ffffffde;
  margin: 26px 0;
}
.article-content .catalog.them-2 .catalog-right-rec-dark .button-group-hasbuy a{
  min-width: 90px;
  width: fit-content;
  display: inline-block;
  font-size: 14px;
  padding: 0 10px;
  box-sizing: border-box;
  line-height: 42px;
  height: 42px;
  text-align: center;
  color: #000;
  font-weight: normal;
}
.article-content .catalog.them-2 .catalog-right-rec-dark .button-group-hasbuy a{
  min-width: 90px;
  width: fit-content;
  display: inline-block;
  font-size: 14px;
  padding: 0 10px;
  box-sizing: border-box;
  line-height: 42px;
  height: 42px;
  text-align: center;
  color: #000;
  font-weight: normal;
}
.article-content .catalog.them-2 .catalog-right-rec-dark .button-group-hasbuy a:last-child{
  background-color: transparent;
  border: 1px #13af9c solid;
  color: #13af9c;
  height: 40px;
  line-height: 40px;
}
.article-content .catalog.them-2 .catalog-right-rec-dark .button-group-hasbuy a:hover {
  transform: translateY(-8px);
}

.article-content .catalog.them-2 .catalog-right-rec .title{
  font-size: 24px;
  margin-bottom: 40px;
  color: #fff;
  text-align: center;
}

.article-content .catalog.them-2 .catalog-right-rec .rec-img{
  display: block;
  margin: 0 auto;
}

.article-content .catalog.them-2 .catalog-right-rec .button-group{
  gap: 16px;
  margin-top: 20px;
}
.article-content .catalog.them-2 .catalog-right-rec .button-group>a{
  background-color: #FFEA53;
  color: #000;
  height: 40px;
  line-height: 40px;
  font-weight: normal;
  font-size: 15px;
  box-sizing: border-box;
  padding: 0 0;
  width: 90%;
}
.article-content .catalog.them-2 .catalog-right-rec .single-button.has-icon{
  justify-content: center;
}
.nocomments{
  display: none;
}
/* jp new */
.rec-bottom{
  max-width: 1120px;
  width: 100%;
  margin: 32px auto 0;
}
.rec-bottom .rec-title{
  font-size: 28px;
  font-weight: 500;
}
.rec-bottom ul{
  display: flex;
  margin-top: 26px;
  justify-content: space-between;
}
.rec-bottom ul li{
  max-width: 250px;
  width: 100%;
}
.rec-bottom ul li a{
  color: #12ab8d;
  margin-top: 20px;
  display: block;
}
.rec-bottom ul li a:hover{
  color: #000;
}
.article-content article .download_box {
  display: flex;
  align-items: center;
  gap: 50px;
  margin: 30px 0;
  flex-wrap: wrap;
}

.article-content article .download_box .download-win,
.article-content article .download_box .download-mac {
  min-width: 160px;
  height: 48px;
  display: inline-block;
  padding: 0 10px;
  box-sizing: border-box;
  line-height: 48px;
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
  background-color: #1abc9c;
  transition: transform 250ms, background-color 250ms;
}

.article-content article .download_box .download-win::before,
.article-content article .download_box .download-mac::before {
  font-weight: normal;
  font-family: iconfont;
  font-size: 18px;
}

.article-content article .download_box .download-win:hover,
.article-content article .download_box .download-mac:hover {
  transform: translateY(-10px);
  background-color: #12ab8d;
}

.article-content article .download_box .download-win::before {
  content: '\e882';
}

.article-content article .download_box .download-mac::before {
  content: '\e667';
}

.article-content article .note {
  background-color: #defdf9;
  padding: 20px;
  border-radius: 15px;
  margin: 30px 0;
}

.article-content article .note-title {
  font-weight: bold;
  font-size: 22px;
  color: #1abc9c;
  margin-bottom: 10px;
}

.article-content article .note p {
  font-size: 16px;
  color: #000;
}

.article-content article .note-jump {
  color: #000000;
  font-size: 17px;
  font-weight: 600;
  margin-top: 15px;
  display: block;
}

.article-content article .note .download_box {
  margin: 0;
}

.article-content article .faq-item {
  margin: 20px 0;
}

.article-content article .faq-item_title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  padding: 15px;
  background-color: #2eb7aa;
}

h3.bg_purple{
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  padding: 15px;
  background-color: #2eb7aa;
}

.article-content article .categorize {
  background-color: #f5fffa;
  border-left: 5px solid #2eb4a7;
  margin: 30px 0;
  padding: 20px;
}

.article-content article .categorize-title {
  font-weight: bold;
  margin-bottom: 10px;
}

.article-content article .categorize p {
  color: #000;
}

.article-content article .related {
  display: flex;
  flex-direction: column;
  border: 1px solid #2eb7aa;
  border-radius: 15px;
  padding: 10px;
  margin: 40px 0;
}

.article-content article .related-title {
  font-weight: bold;
  font-size: 21px;
  color: #fff;
  background-color: #2eb7aa;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 15px;
}

.article-content article .related-item {
  font-weight: 400;
  padding-left: 8px;
  line-height: 2;
  color: #000;
  margin-bottom: 10px;
  font-size: 16px;
}

.article-content article .table-wrap {
  overflow-x: auto;
  border: 1px solid #cccccc;
  border-top: none;
  border-bottom: none;
  margin: 30px 0;
}

.article-content article .table-wrap table {
  border-collapse: collapse;
  width: 100%;
}

.article-content article .table-wrap table tr:nth-child(even) {
  background-color: #ffffff;
}

.article-content article .table-wrap table tr:nth-child(odd) {
  background-color: #f7f7f7;
}

.article-content article .table-wrap table tr.highlight-th {
  background-color: #99ffff;
}

.article-content article .table-wrap table tr:hover {
  background-color: #e9e9e9;
}

.article-content article .table-wrap table th,
.article-content article .table-wrap table td {
  border: 1px solid #cccccc;
  padding: 15px;
  min-width: 100px;
}

.article-content article .table-wrap table th:first-child,
.article-content article .table-wrap table td:first-child {
  border-left: none;
}

.article-content article .table-wrap table th:last-child,
.article-content article .table-wrap table td:last-child {
  border-right: none;
}

.article-content article .table-wrap table th {
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}

.article-content article .table-wrap table td {
  font-size: 14px;
  line-height: 1.5;
}

.article-content article .table-wrap table td a ,
.article-content article .table-wrap table tr a {
  color: #2eb4a7;
}

.article-content article .table-wrap table td ul {
  padding-left: 15px;
  margin-bottom: 0;
}

.article-content article .table-wrap table td:first-child {
  width: 150px;
  font-weight: bold;
  text-align: left;
}

.video-wrap {
  position: relative;
  width: 100%;
  height: 430px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  margin: 30px 0;
}

.video-wrap_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  transform: translate(-50%, -50%);
  background-image: url(/img/article-template/icon-play.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90px 90px;
  background-color: #1abc9c;
  border: 3px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  cursor: pointer;
  transition: transform 300ms;
}

.video-wrap_btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.video-wrap_content {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-content article .product-wrap {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background-color: #e4f1ff;
  border-radius: 15px;
  margin: 30px 0;
  padding: 30px 10px;
  box-sizing: border-box;
  gap: 12px;
}

.article-content article .product-wrap .product-img {
  margin: 0;
}

.article-content article .product-wrap .product-info {
  width: 100%!important;
  max-width: 500px!important;
}

.article-content article .product-wrap .product-name {
  display: block;
  font-size: 26px;
  color: #000;
  margin-bottom: 15px;
}

.article-content article .product-wrap p {
  color: #4e5e6f;
}

.article-content article .product-wrap ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

.article-content article .product-wrap ul li{
  font-weight: normal;
}

.article-content article .product-wrap .download_box {
  margin: 20px 0;
}

.article-content article .product-wrap .product-tips {
  font-size: 14px;
}

.article-content article .product-wrap.green-change{
  box-shadow: -1px 0px 6px 0px rgba(0, 0, 0, 0.23);
  background-color: transparent;
  background-image: linear-gradient(180deg, #E9FFFC 0%, #FFFFFF 100%);
  border-radius: 0;
}

.article-content article .product-wrap.green-change .product-name{
  color: #1ABC9C;
}

.article-content article .product-wrap.green-change .download_box a{
  background-color: #2AD9C2;
  color: #000000;
  border-radius: 40px;
}


.article-content article .swiper-container {
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
}

.article-content article .swiper-container .slide-title {
  text-align: center;
  font-size: 18px;
  color: #333333;
}

.article-content article .swiper-container .swiper-button-prev,
.article-content article .swiper-container .swiper-button-next {
  top: 45%;
}

.article-content article .swiper-container .swiper-button-prev::after,
.article-content article .swiper-container .swiper-button-next::after {
  font-weight: bold;
  font-size: 24px;
  color: #fff;
}

.article-content article .swiper-container .swiper-pagination-bullet {
  background: #cccccc;
  opacity: 1;
}

.article-content article .swiper-container .swiper-pagination-bullet-active {
  background: #000000;
  opacity: 1;
}

.article-content aside {
  width: 314px;
  overflow: visible;
}

.article-content aside .catalog-right-rec-sticky-wrap {
  position: sticky;
  top: 108px;
  top: calc(var(--nav-height, 88px) + 20px);
  overflow: visible;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}

.article-content aside .popular-title {
  width: 100%;
  height: 170px;
  font-weight: bold;
  font-size: 22px;
  line-height: 100px;
  text-align: center;
  color: #fff;
  border-radius: 15px;
  background-color: #2eb7aa;
  margin-bottom: -80px;
}

.article-content aside .popular-item {
  width: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  border: 1px solid #333;
  background-color: #fff;
  margin: 0 auto 30px;
  padding: 15px;
}

.article-content aside .popular-item_cover {
  width: 205px;
  height: auto;
  object-fit: cover;
}

.article-content aside .popular-item_link {
  width: 205px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
}

#wpd-bubble-wrapper {
  left: 25px !important;
  bottom: 180px !important;
}

/* jp new start */
.has-bg-info {
  padding: 10px;
  background-color: #CCEAF261;
  border-radius: 17px;
}

.article-content article .has-bg-info ul,
.article-content article .has-bg-info p {
  margin-bottom: 0;
}

.feature-box {
  border: 1px solid #158A7D;
  margin: 30px 0;
  border-radius: 10px;
  background-color: #16BEAB14;
}

.article-content article .feature-box h3 {
  padding: 24px;
  background-color: #158A7D;
  border-radius: 10px 10px 0 0;
  font-size: 19px;
  color: #fff;
  text-align: left;
  margin: 0;
}

.article-content article .feature-box ul {
  margin: 24px;
}
.article-content article .feature-box ul a{
  color: #12AB8D;
  font-weight: 400;
}
.article-content article .feature-box ul a:hover{
  color: #000;
}
.article-content article .feature-box ul li {
  font-size: 16px;
  color: #696969;
  line-height: 30px;
  font-weight: 600;
}

.article-content article .tips_box{
  margin: 25px 0;
  background: #fff6f6;
  padding: 12px 18px 12px 18px;
  font-size: 16px;
  color: #535353;
}
.article-content article .tips_box .title{
  font-size: 18px;
  line-height: 38px;
  color: #ff2727;
  margin-bottom: 0;
  font-weight: 700;
}
.article-content article .tips_box .title i{
  width: 21px;
  height: 19px;
  display: inline-block;
  background: url(/img/common/mark-icon.png) no-repeat;
  vertical-align: -2px;
  margin-right: 4px;
}
.article-content article .tips_box .text{
  font-size: 16px;
  color: #535353;
  font-weight: 400;
}
.article-content article .tips_box .text span{
  font-weight: 700;
}
.article-content article .tips_box a{
  color: #2eb4a7;
}
.article-content article .tips_box li span{
  font-weight: 700;
}

.banner_new .banner_label{
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  font-weight: 600;
  margin: 0 0 10px;
}
.banner_new .banner_title{
  font-size: 30px;
  line-height: 38px;
  font-weight: bold;
  color: #fff;
  margin: 0 0 10px;
}
.banner_new .banner_desc{
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  margin: 0 0 12px;
}
.banner_new .article-info{
  margin: 12px 0 !important;
}
.banner_new.them-3 .banner-right .single-button{
  padding: 4px 20px;
  font-size: 16px;
}
.banner_new.them-3 .banner-right .button-group{
  justify-content: flex-start;
}
.banner_new .banner_steps li{
  margin-bottom: 10px;
}
.banner_new .banner_steps li:last-child{
  margin-bottom: 0;
}


.bottom-author {
  margin: 20px 0;
  background-color: #F2F8FD;
  border-radius: 10px;
  border: 1px solid #CCCCCC;
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.bottom-author .bottom-author-name {
  font-size: 20px;
  color: #575859;
  font-weight: 600;
}

.article-content .bottom-author .bottom-author-info {
  font-weight: 400;
  color: #535353;
}

.user-message {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

.article-content article .user-message img {
  margin-bottom: 0;
}

.article-content article .user-message .has-bg-info {
  padding: 25px;
  background-color: #D8EAF9;
}

.article-content article .user-message p {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 600;
  color: #7A7A7A;
}

.user-message .user-message-content>div{
  width: max-content;
}
.user-message .user-message-content p{
  text-align: center;
  margin-top: 5px;

}
.user-message .user-message-content p span{
  font-size: 12px;
  color: #000;
}

.related-them-2 {
  margin-bottom: 30px;
  padding: 0 15px 15px 0;
  text-align: left;
}

.related-them-2.vantage {
  background-color: #F7FFFE;
  border: 2px solid #C2F1EB;
}

.related-them-2.drawbacks {
  background-color: #FFF7F7;
  border: 2px solid #FBABAB;
}

.related-them-2 .related-inline-title {
  box-shadow: 0px 1px 8px 0px rgba(0, 133.63124084472656, 117.94409518034561, 0.66);
  padding: 5px 15px;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  box-sizing: border-box;
  white-space:nowrap;
  font-weight: bold;
}
.related-them-2 .related-ul li img{
  width: 16px;
  margin: 0;
}

.related-them-2 .related-inline-title-top {
  box-shadow: 0px 1px 8px 0px rgba(0, 133.63124084472656, 117.94409518034561, 0.66);
  padding: 15px 30px;
  font-size: 16px;
  color: #000;
  font-weight: 600;
}

.related-them-2.vantage .related-inline-title {
  background-color: #97F4E8;
}

.related-them-2.drawbacks .related-inline-title {
  background-color: #FBABAB;
}
.icon-times-circle-fill::before{
  content: "\f057";
  color: #FBABAB;
}

.article-content article .related-them-2 .related-ul {
  margin-bottom: 0;
  margin-top: 20px;
}

.article-content article .related-them-2 .related-ul li {
  line-height: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: unset;
  color: #000;
  font-weight: 400;
}

.article-content article .related-them-2 .related-ul.ul-block li{
  display: list-item;
  list-style: disc;
}

.article-content article .related-them-2 .related-ul li .iconfont {
  font-size: 14px;
}

.article-content article .related-them-2.vantage .related-ul li .iconfont {
  color: #2AD9C2;
}

.article-content article .related-them-2.drawbacks .related-ul li .iconfont {
  color: #FBABAB;
}

.conclude-info {
  background-color: #FFFDE9;
  padding: 32px;
  margin-bottom: 30px;
}
.conclude-info.bg-orange{
  background-color: #FFF5E7;
  border-radius: 10px;
}

.article-content article .conclude-info.bg-orange .conclude-info-title{
  color: #FFA82E;
}
.article-content article .conclude-info .conclude-info-title{
    display: flex;
    align-items: center;
    gap: 5px;
    color: #FF5C00;
    font-size: 20px;
}

.article-content article .conclude-info .conclude-info-title img{
   margin: 0;
}

.conclude-info .download_box .button-orange{
  background-color: #FFA82E !important;
}

.article-content article .conclude-info .download_box,
.article-content .img-tip .download_box{
  margin: 0;
}

.article-content .bg-skyblue{
  box-sizing: border-box;
  padding: 10px 16px;
  border-radius: 16px;
  background-color: #CCEAF261;
  margin: 30px 0;
}
.article-content .bg-skyblue a{
  color: #12AB8D;
}

.article-content .bg-blue{
  box-sizing: border-box;
  padding: 10px 16px;
  border-radius: 16px;
  background-color: #CAE3FF80;
  margin: 30px 0;
}
.article-content .bg-blue a{
  color: #12AB8D;
}

.article-content .border-green{
  box-sizing: border-box;
  padding: 10px 16px;
  border-radius: 16px;
  margin: 30px 0;
  border: 1px solid #13B7AC;
}
.article-content .border-green p{
  margin-bottom: 14px;
}
.article-content .border-green ul{
  margin-bottom: 8px;
}
.article-content .border-green a{
  color: #12AB8D;
}
.article-content .border-green a:hover{
  color: #000;
}
.article-content .img-tip{
  background-color: #EEFAF9;
  padding: 24px;
  border-radius: 16px;
  margin: 30px 0;
  border: 1px solid #13B7AC;
  display: flex;
  align-items: flex-start;
  box-sizing: border-box;
  flex-wrap: wrap;
}
.article-content .border-left-right{
  border-radius: 10px;
  border: 1px solid #DEDEDE;
  box-sizing: border-box;
  padding: 20px 20px;
}
.article-content .img-tip>img,
.article-content .box-left-right>img,
.article-content .border-left-right>img{
  margin: 0;
}
.article-content .img-tip .tip-right{
  flex: 1;
}
.article-content .box-left-right>img{
  max-width: 118px;
}
.article-content .box-left-right,
.article-content .border-left-right{
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin: 30px 0;
  flex-wrap: wrap;
}
.article-content .box-left-right .part-right,
.article-content .border-left-right .part-right{
  flex: 1;
}


.article-content aside .popular-title.them-2 {
  height: unset;
  font-size: 26px;
  line-height: unset;
  border-radius: unset;
  background-color: #008D7B;
  padding: 16px;
  margin-bottom:0;
}
.article-content aside .popular-wrapper{
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.17);
}

.article-content aside .popular-box{
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    background-color: #fff;
}

.article-content aside .popular-item.them-2 {
  width: 100%;
  flex-direction: row;
  border: unset;
  gap: 20px;
  margin: 0;
  padding: 0;
}

.article-content aside .popular-item.them-2 .popular-item_cover {
  width: unset;
  max-width: 100px;
  flex: 0 0 100px;
}

.article-content aside .popular-item.them-2 .popular-item_link {
  width: unset;
  font-weight: 400;
  font-size: 16px;
  color:#7A7A7A;
}

.bottom{
  padding: 50px 0 0 0;
  background-image: url(/img/article-template/bgbg.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
.bottom .article-title{
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 49px;
}
.bottom .heading-title a{
  color: #0ce2ca;
  font-size: 35px;
  font-weight: 600;
  line-height: 88px;
}
.bottom .widget{
  color: #ffffffbf;
  font-size: 17px;
  line-height: 29px;
  margin-bottom: 40px;
}
.bottom .last{
  color: #ffffffbf;
  font-size: 14px;
  line-height: 49px;
}
.bottom .download_box {
  display: flex;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
  justify-content: center;
}

.bottom .download_box .download-win,
.bottom .download_box .download-mac {
  min-width: 251px;
  height: 58px;
  display: inline-block;
  padding: 0 10px;
  box-sizing: border-box;
  line-height: 58px;
  font-size: 18px;
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
  background-color: #1abc9c;
  transition: transform 250ms, background-color 250ms;
}

.bottom .download_box .download-win::before,
.bottom .download_box .download-mac::before {
  font-weight: normal;
  font-family: iconfont;
  font-size: 18px;
}

.bottom .download_box .download-win:hover,
.bottom .download_box .download-mac:hover {
  transform: translateY(-10px);
  background-color: #12ab8d;
}

.bottom .download_box .download-win::before {
  content: '\e882';
}

.bottom .download_box .download-mac::before {
  content: '\e667';
}


/* rec_pop */
.pop_mask{background: rgba(0,0,0,0.7);position: fixed;width: 100%;height: 100%;top: 0;left: 0;z-index: 20;display: none;}
.rec_pop{position: fixed;transform: translate(-50%,-50%);top: 50%;left: 50%;border-radius: 24px;max-width: 696px;width: 100%;box-sizing: border-box;text-align: center;z-index: 21;background-size: cover;padding: 20px 0 10px;display: none;background: linear-gradient( 60deg, #dffdf5 0%, #f2ffff 100%);}
.rec_pop::before{content: '';display: block;width: 280px;height: 513px;background: url(/img/article-template/vb-ai-school-uniform.png) center no-repeat;position: absolute;bottom: -24px;left: -132px;}
.rec_pop .pop_content{ max-width: 100%; max-height: 62vh;overflow-y: auto; padding: 24px 120px 34px;box-sizing: border-box;}
.rec_pop .pro_img{position: absolute;transform: translate(-50%,-40%);top: 0;left: 50%;}
.rec_pop .title{font-weight: bold;font-size: 24px;color: #222;line-height: 32px;text-align: center;margin-bottom: 28px;}
.rec_pop ul{margin-left: 12px;}
.rec_pop ul li{font-size: 16px;color: #333;line-height: 24px;margin-bottom: 14px;text-align: left;position: relative;padding-left: 28px;}
.rec_pop ul li i{display: inline-block;background: url(/img/article-template/tick.svg) no-repeat;width: 24px;height: 24px;top: 1px;left: 0;position: absolute;}
.rec_pop i.close{display: inline-block;background: url(/img/article-template/close.svg);width: 32px;height: 32px;position: absolute;top: -36px;right: -36px;cursor: pointer;}
.rec_pop i.close:hover{background-position-y: -32px;}
.rec_pop .btn_box{margin-top: 24px;}
.rec_pop .btn_box a{background: #2FC0AE;border-radius: 6px 6px 6px 6px;height: 52px;line-height: 52px;font-weight: 500;font-size: 16px;text-align: center;display: inline-block;margin: 8px;padding: 0 16px;box-sizing: border-box;min-width: 180px;color: #fff;}
.rec_pop .btn_box a i{display: inline-block;background: url(/img/article-template/windows.svg);width: 28px;height: 28px;background-size: 100% 100%;margin-right: 6px;background-size: 100% auto;vertical-align: -7px;}
.rec_pop .btn_box a.download-mac i{background: url(/img/article-template/mac.svg);width: 28px;height: 28px;background-size: 100% 100%;}
.rec_pop .btn_box a:hover{background-color: #10B19D;text-decoration: none;}



.article-content article .faq>h3,
.article-content article .faq>h3.bg_green_black,
.article-content article .faq>h3.bg_green,
.article-content article .faq>h3.bg_purple,
.article-content article>h3.bg_green_black,
.article-content article>h3.bg_green,
.article-content article>h3.bg_purple,
.article-content article>h3 {
  font-size: 20px;
  margin: 30px 0;
  border-radius: 16px;
  border-left: 4px solid #2eb7aaff;
  background: #cceaf261;
  padding: 13px 36px;
  font-weight: 700;
  color: #000000FF;
}




.article-content article .related {
  display: flex;
  flex-direction: column;
  padding: 24px 20px;
  border-radius: 16px;
  border: 1px solid #a4afb7ff;
  box-sizing: border-box;
  background: #ffffffff;
}

.article-content article .related-title {
  color: #000000ff;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  background-color:transparent;
  padding: 0;
  border-left: 3px solid #2eb7aaff;
  padding-left: 20px;
  border-radius: 0;

}

.article-content article .related-item {
padding: 16px 32px;
  border-radius: 8px;
  position: relative;
  margin-bottom: 0;
  padding-right: 60px;
}


.article-content article .related-item:hover{
  background-color: #cceaf261;
  border-radius: 8px;

  
}

.article-content article .related-item::after{
  content: '';
  position: absolute;
  right:32px;
  transform: translateY(-50%);
  top: 50%;
  background: url(/img/article-template/arrow.svg) no-repeat;
  width: 20px;
  height: 20px;
  background-position-y: -20px;
}

.article-content article .related-item:hover::after{
  background-position-y: 0;
}



.article-content article .faq .download_box  .download-win, 
.article-content article .faq .download_box  .download-mac,
.article-content article>.download_box  .download-win, 
.article-content article>.download_box  .download-mac{
 width: 225px;
  height: 64px;
  display: flex;
  place-content: center;
  place-items: center;
  gap: 8px;
  flex-shrink: 0;
  padding: 20px 15px;
  border-radius: 6px;
  background: #008aff;
  color: #ffffffff;
  font-weight: 600;
  font-size: 19px;
  line-height: 20px;
}
.article-content article .faq .download_box  p
.article-content article>.download_box  p, 
.article-content article>.download_box  p{
  margin-top: 12px;
    text-align: center;
  color: #222222ff;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.article-content article .faq .download_box  .download-win::before,
.article-content article .faq .download_box  .download-mac::before,
.article-content article>.download_box  .download-win::before,
.article-content article>.download_box  .download-mac::before{
  content: '';
  background: url(/img/article-template/win-download.svg) no-repeat;
  width: 32px;
  height: 32px;
  display: inline-block;
}
.article-content article .faq .download_box  .download-mac::before,
.article-content article>.download_box  .download-mac::before{
  background: url(/img/article-template/mac-download.svg) no-repeat;
}
.article-content article .faq .download_box  .download-win:hover,
 .article-content article .faq .download_box  .download-mac:hover,
.article-content article>.download_box .download-win:hover,
 .article-content article>.download_box .download-mac:hover {
    background: #008aff;
}



/* jp new end */

@media (max-width: 1600px) {
  #wpd-bubble-wrapper {
    bottom: 120px !important;
  }
}

@media (max-width: 1140px) {
  aside {
    display: none;
  }

  .aritle-product-banner .banner-main {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 30px;
  }
  .article-content .img-tip,
  .article-content .box-left-right,
  .article-content .border-left-right{
    justify-content: center;
  }
  .article-content .img-tip .tip-right,
  .article-content .box-left-right .part-right,
  .article-content .border-left-right .part-right{
    width: 100%;
    flex: none;
  }
  .rec-bottom{
    max-width: 740px;
  }
  .rec-bottom ul{
    max-width: 600px;
    flex-wrap: wrap;
  }
  .rec-bottom ul li{
    margin: 20px;
  }
  .banner.them-3 .video-wrap.banner-video{
    width: 100%;
    max-width: 560px;
  }
  .banner.them-3 .banner-right{
    width: 100%;
    max-width: 560px;
  }
}

@media (max-width: 880px) {
  .rec_pop{width: 98%;}
  .rec_pop::before{display: none;}
  .rec_pop .pop_content{padding: 24px 50px;}
  .rec_pop i.close{top: 10px;right: 10px;}
}
@media (max-width: 768px) {
  .banner_new.them-3 .banner-right .button-group{
    justify-content: center;
  }
  html {
    scroll-padding-top: 0;
  }

  .banner {
    padding: 50px 0;
    background-size: auto 100%;
  }

  .banner .article-title {
    font-size: 26px;
    margin-bottom: 30px;
  }

  .banner .article-info {
    gap: 20px;
  }

  .banner .article-author,
  .banner .article-date {
    gap: 10px;
  }

  .banner .article-author::before,
  .banner .article-date::before {
    font-size: 16px;
  }

  .banner.them-3 .flex-wrapper {
    flex-direction: column;
  }

  .banner.them-3 .video-wrap.banner-video,
  .banner.them-3 .banner-right {
    flex: unset;
  }

  .banner.them-3 .banner-right .article-title {
    font-size: 32px;
  }

  .aritle-product-banner .banner-right {
    display: none;
  }

  .aritle-product-banner .banner-main .banner-left {
    flex: unset;
  }

  .aritle-product-banner .banner-title {
    text-align: center;
  }

  .aritle-product-banner .system-button-group {
    justify-content: flex-start;
  }

  .product-nav {
    display: none;
  }

  .article-content {
    padding: 50px 0;
  }

  .article-content article {
    width: 100%;
  }

  .article-content article h2 {
    font-size: 20px;
    line-height: 1.8;
    border-bottom-width: 2px;
    border-left-width: 10px;
    padding-left: 10px;
    padding-bottom: 2px;
    margin: 60px 0 20px;
  }

  .article-content article h3 {
    font-size: 18px;
    line-height: 1.8;
    margin: 30px 0;
  }

  .article-content article p {
    margin-bottom: 20px;
  }

  .article-content article p.list-title {
    padding: 10px;
  }

  .article-content article ul {
    padding-left: 20px;
    margin-bottom: 40px;
  }
  .article-content article div ul {
    padding-left: 40px;
  }

  .article-content article p+ul {
    margin-top: -10px;
  }

  .article-content article img {
    margin: 0 auto 30px;
  }

  .article-content article .catalog {
    margin: 40px 0;
    border-width: 1px;
    padding-bottom: 10px;
  }

  .article-content article .catalog-title {
    font-size: 18px;
    padding: 20px;
  }

  .article-content article .catalog-item {
    padding: 5px 20px;
  }

  .article-content article .catalog-item:first-of-type {
    padding-top: 15px;
  }

  .article-content article .download_box {
    gap: 20px;
    margin: 30px 0;
  }

  .article-content article .download_box .download-win,
  .article-content article .download_box .download-mac {
    height: 48px;
    gap: 5px;
    border-radius: 5px;
  }

  .article-content article .download_box .download-win::before,
  .article-content article .download_box .download-mac::before {
    font-size: 18px;
  }

  .article-content article .download_box .download-win:hover,
  .article-content article .download_box .download-mac:hover {
    transform: translateY(-10px);
  }

  .article-content article .note {
    background-color: #defdf9;
    padding: 20px;
    border-radius: 15px;
    margin: 30px 0;
  }

  .article-content article .note-title {
    font-weight: bold;
    font-size: 22px;
    color: #1abc9c;
    margin-bottom: 10px;
  }

  .article-content article .note p {
    font-size: 14px;
    color: #000;
  }

  .article-content article .note-jump {
    font-size: 16px;
  }

  .article-content article .note .download_box {
    margin: 0;
  }

  .article-content article .categorize {
    border-left-width: 5px;
    margin: 30px 0;
    padding: 20px;
  }

  .article-content article .categorize-title {
    margin-bottom: 10px;
  }

  .article-content article .related {
    border-width: 1px;
    border-radius: 15px;
    padding: 10px;
    margin: 40px 0;
  }

  .article-content article .related-title {
    font-size: 18px;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
  }

  .article-content article .related-item {
    padding-left: 15px;
    font-size: 14px;
    margin-bottom: 10px;
  }

  .article-content article .table-wrap {
    border-width: 1px;
    margin: 30px 0;
  }

  .article-content article .table-wrap table th,
  .article-content article .table-wrap table td {
    border-width: 1px;
    padding: 15px;
    min-width: 100px;
  }

  .article-content article .table-wrap table th {
    font-size: 14px;
  }

  .article-content article .table-wrap table td {
    font-size: 14px;
  }

  .article-content article .table-wrap table td ul {
    padding-left: 15px;
  }

  .article-content article .table-wrap table td:first-child {
    width: 150px;
  }

  .article-content article .video-wrap {
    width: 100%;
    height: 360px;
    margin: 30px 0;
  }

  .article-content article .video-wrap_btn {
    width: 50px;
    height: 50px;
    background-size: 45px 45px;
    border-width: 3px;
  }

  .article-content article .product-wrap {
    flex-direction: column;
    border-radius: 15px;
    margin: 30px 0;
    padding: 30px 0;
    gap: 50px;
  }

  .article-content article .product-wrap .product-info {
    width: 100%;
    padding: 0 15px;
  }

  .article-content article .product-wrap .product-name {
    font-size: 22px;
    margin-bottom: 15px;
    text-align: center;
  }

  .article-content article .product-wrap p {
    color: #4e5e6f;
  }

  .article-content article .product-wrap ul {
    padding-left: 20px;
    margin-bottom: 20px;
  }

  .article-content article .product-wrap .download_box {
    margin: 20px 0;
  }

  .article-content article .product-wrap .product-tips {
    font-size: 12px;
  }

  .article-content article .swiper-container {
    padding-bottom: 30px;
  }

  .article-content article .swiper-container .slide-title {
    font-size: 12px;
  }

  .article-content article .swiper-container .swiper-button-prev,
  .article-content article .swiper-container .swiper-button-next {
    top: 35%;
  }

  .article-content article .swiper-container .swiper-button-prev::after,
  .article-content article .swiper-container .swiper-button-next::after {
    font-size: 18px;
  }

  .article-content aside {
    display: none;
  }
  
  .rec-bottom .rec-title{
    text-align: center;
  }
  .rec-bottom ul{
    max-width: 500px;
    justify-content: center;
    margin: 24px auto;
  }
  .rec-bottom ul li{
    max-width: 400px;
    text-align: center;
  }
  .rec-bottom ul li>img{
   margin: 0 auto;display: block;
  }
}
@media (max-width: 600px) {
  .article-content article .video-wrap {
    height: 300px;
  }
  .banner.them-3 .video-wrap.banner-video{
    height: 250px;
  }
}
@media (max-width: 570px) {
      .article-content article .download_box {
    justify-content: center;
  }




}
@media (max-width: 500px) {
  .article-content article .video-wrap {
    height: 260px;
  }
  .banner.them-3 .video-wrap.banner-video{
    height: 230px;
  }
  .banner.them-3 .banner-right .article-info{
    display: block;
  }
  .banner .article-date,
  .banner .article-author{
    margin-top: 20px;
  }
  .rec_pop .pop_content{
    padding: 24px 30px;
  }
  .rec_pop ul{
    margin-left: 0px;
  }
}
@media (max-width: 380px) {
  .article-content article .video-wrap {
    height: 220px;
  }
  .banner.them-3 .video-wrap.banner-video{
    height: 210px;
  }
}
@media (max-width: 340px) {
  .article-content article .video-wrap {
    height: 200px;
  }
  .banner.them-3 .video-wrap.banner-video{
    height: 200px;
  }
}


