*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a, a:hover {
    color: #000;
    text-decoration: none;
}

p {
    margin-bottom: 0;
}

.news-aggregation-page-container {
  width: 100%;
  max-width: 1920px;
  margin: auto;
}

/* top-banner */
.total-news-top-banner {
  width: 100%;
  min-height: 320px;
  position: relative;
  background-color: rgba(240, 248, 255, 1);
}

/* top-banner-carousel */
.total-news-top-banner .total-news-top-banner-carousel {
  width: 100%;
  height: 600px;
  background: url(http://cdn-yunyin.modao.cc/CMS/article-information/banner.png) center bottom / cover no-repeat;
}

.total-news-top-banner
  .total-news-top-banner-carousel
  .carousel-inner {
  width: 100%;
  height: 600px;

}

.total-news-top-banner-carousel
  .carousel-inner
  .carousel-item,
.total-news-top-banner-carousel
  .carousel-inner
  .carousel-item
  img {
  width: 100%;
  height: 100%;
}

.total-news-top-banner .carousel-indicators button {
  width: 24px;
  height: 8px;
  border: 1px solid transparent;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.4);
}

.total-news-top-banner .carousel-indicators button.active {
  width: 32px;
  background-color: #fff;
}

/* top-banner-text */

.total-news-top-banner .top-banner-text {
  position: absolute;
  top: 106px;
  /* left: 50%; */
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* max-width: 85%; */
  margin: 0 auto;
}

.total-news-top-banner .top-banner-text .title {
  /* font-size: 48px; */
  /* font-weight: 700; */
  /* line-height: 48px; */
}

.total-news-top-banner .top-banner-text .content {
  /* margin: 32px 0; */
  /* font-size: 22px; */
  /* font-weight: 500; */
  color: rgba(107, 112, 123, 1);
}

.total-news-top-banner .top-banner-text .btn {
  width: 160px;
  height: 40px;
  background-color: rgba(22, 132, 252, 1);
  border-radius: 6px;
  border: 2px solid rgba(22, 132, 252, 1);
  font-size: 14;
  font-weight: 600;
}


@media screen and (min-width: 768px) {
  .total-news-top-banner .top-banner-text .btn {
    width: 240px;
    height: 60px;
    background-color: rgba(22, 132, 252, 1);
    border-radius: 6px;
    border: 2px solid rgba(22, 132, 252, 1);
    font-size: 20px;
    font-weight: 600;
  }
}

.text-blue {
  color: rgba(22, 132, 252, 1);
}

.btn.btn-primary {
  border: none;
}

.btn.btn-primary:hover {
  border-color: transparent !important;
  background-color: rgba(38, 147, 255, 1) !important;
}

.btn.btn-primary:active {
  border-color: transparent !important;
  background-color: rgba(0, 94, 217, 1) !important;
    
}

.btn.btn-primary:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: transparent !important;
}

.article-catalogary-content .article-detail {
    margin-left: 48px;
}

.article-catalogary-nav {
  max-width: 1320px;
  /* height: 84px; */
  margin: 0 auto;
  margin-bottom: 80px;
  padding: 16px 16px;
  border-radius: 12px;
  /*top: 142px;*/
  box-shadow: 0px 8px 20px 0px rgba(33, 39, 158, 0.02), 0px 30px 100px 0px rgba(33, 39, 158, 0.04);
  z-index: 40;
  background-color: #fff;
}

@media (max-width: 1280px) {
  .article-catalogary-nav {
    top: 72px;
  }
}

.article-catalogary-nav ul {
  margin: auto;
  justify-content: center;
  gap: 4px;
  /* flex-wrap: nowrap; */
}

.article-catalogary-nav ul .nav-item {
  min-width: 126px;
}

@media screen and (min-width: 768px)  {
  .article-catalogary-nav ul .nav-item {
    min-height: 52px;
  }
}

@media screen and (min-width: 1320px)  {
  .article-catalogary-nav ul .nav-item {
    /* padding: 20px; */
    min-width: 180px;
    min-height: 52px;
  }
}

.article-catalogary-nav ul .nav-item .nav-link {
  width: 100%;
  height: 100%;
  padding: 10px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(17, 22, 20, 1);
  font-size: 18px;
  /* font-weight: 500; */
  /* line-height: 52px; */
  text-align: center;
  border-radius: 6px;
}

.article-catalogary-nav ul .nav-item .nav-link.active {
  color: #fff;
  background-color: rgba(22, 132, 252, 1);
}

.article-catalogary-nav ul .nav-item .nav-link svg {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  fill: #000;
}

.article-catalogary-nav ul .nav-item .nav-link.active svg {
  fill: #fff;
}

@media (max-width: 1200px) {
  .article-catalogary-nav ul .nav-item .nav-link {
    font-size: 15px;
  }
  
  .article-catalogary-nav ul .nav-item .nav-link svg {
    width: 22px;
    height: 22px;
  }
}

@media (max-width: 992px) {
  .article-catalogary-nav ul .nav-item .nav-link {
    font-size: 14px;
  }
  .article-catalogary-nav ul .nav-item .nav-link svg {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 768px) {
  .article-catalogary-nav ul .nav-item .nav-link {
    font-size: 12px;
  }
  .article-catalogary-nav ul .nav-item .nav-link svg {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 576px) {
  .article-catalogary-nav ul .nav-item .nav-link {
    font-size: 10px;
  }
  .article-catalogary-nav ul .nav-item .nav-link svg {
    width: 16px;
    height: 16px;
  }
}

.article-catalogary {
  max-width: 1320px;
  /* margin: auto; */
}

.article-catalogary .article-list {
  /* width: 868px; */
  /* height: 2016px; */
}

.article-catalogary .article-list .tab-pane .container {
  /* padding: 0; */
}

.article-catalogary .article-list .card {
  margin-bottom: 48px;
  border: 0px;
  transition: all ease-in-out 0.2s;
}

.article-catalogary .article-list .card:hover {
  transform: translateY(-2px);
}

.article-catalogary .article-list .article-content-card {
  /* width: 868px; */
  /* height: 204px; */
  /* display: flex; */
}

.article-catalogary .article-list .article-content-card .article-image-container {
  border: 1px solid rgba(86, 93, 255, 0.1); 
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
}

.article-catalogary .article-list .article-content-card .article-image-container img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover; /* 确保图片按比例缩放并填充整个容器 */
}

.article-catalogary .article-list .article-content-card .img-fluid:hover {
  box-shadow: 0px 4px 100px 0px rgba(0, 0, 0, 0.1);
}

.article-catalogary .article-list .article-content-card .article-description {
  width: 526px;
  height: 100%;
  color: rgba(107, 112, 123, 1);
}

.article-catalogary
  .article-list
  .article-content-card
  .article-description
  .card-title {
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #000;
  cursor: pointer;
}

.article-catalogary
  .article-list
  .article-content-card
  .article-description
  .card-title:hover {
    color: rgba(22, 132, 252, 1);
}

.article-catalogary
  .article-list
  .article-content-card
  .article-description
  .card-text {
  min-height: 48px;
  margin-bottom: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: 400;
  font-size: 16px;
}

.article-catalogary
  .article-list
  .article-content-card
  .article-description
  .cart-detail {
  padding-right: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.article-catalogary
  .article-list
  .article-content-card
  .article-description
  .cart-detail
  .card-type {
  /*width: 56px;*/
  height: 32px;
  padding: 4px 12px;
  border-radius: 6px;
  background-color: rgba(22, 132, 252, 0.1);
  color: rgba(22, 132, 252, 1);
  font-size: 16px;
  text-align: center;
}

.right-side {
  margin-bottom: 32px;
  border-radius: 16px;
  background-color: rgba(246, 247, 250, 1);
}

.tool-recommend {
  width: 100%;
  max-height: 332px;
  padding: 32px 24px;
}

.tool-recommend .tool-recommend-card {
  width: 100%;
  max-height: 96px;
  margin-top: 24px;
  padding: 24px 24px 24px 16px;
  border-radius: 12px;
  background-color: #fff;
  transition: all ease-in-out 0.3s;
}

.tool-recommend .tool-recommend-card:hover {
  transform: translateY(-3px);
}


.tool-recommend .tool-recommend-card img {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  align-self: flex-start;
  cursor: pointer;
}

.tool-recommend .tool-recommend-card .fw-bold {
  cursor: pointer;
}

.tool-recommend .tool-recommend-card .fw-bold:hover {
  color: rgba(22, 132, 252, 1);
}

.tool-recommend .tool-recommend-card .text-muted {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 16px;
  color: rgba(107, 112, 123, 1) !important;
}

.subject-article {
  width: 376px;
  height: 758px;
  padding: 32px 24px;
}

.side-tab .side-tab-title {
  margin-bottom: 0;
  margin-right: 16px;
  font-size: 400;
  line-height: 28px;
  color: rgba(107, 112, 123, 1);
}

.side-tab .side-tab-title.active {
  color: #000;
  font-weight: 700;
}

.side-tab-content .article-card {
  width: 328px;
  height: 190px;
  margin-top: 24px;
  padding: 32px 16px;
  border-radius: 12px;
  background-color: #fff;
  transition: all ease-in-out 0.2s;
}

.side-tab-content .article-card:hover {
  transform: translateY(-2px);
}

.side-tab-content .article-card .fw-bold,
.side-tab-content .article-card img {
  cursor: pointer;
}

.side-tab-content .article-card .fw-bold:hover {
  color: rgba(22, 132, 252, 1);
}

.side-tab-content .article-card.figma {
  height: 214px;
}

.side-tab-content .article-card img {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  align-self: flex-start;
}

.side-tab-content .article-card .text-muted {
  color: rgba(107, 112, 123, 1) !important;
  font-size: 16px;
}

.side-tab-content .img-article-card {
  width: 328px;
  height: 198px;
  margin-top: 24px;
  position: relative;
}

.side-tab-content .img-article-card .card-image {
  width: 328px;
  height: 154px;
}

.side-tab-content .img-article-card .card-image img {
  width: 328px;
  height: 154px;
  border-radius: 12px;
}

.side-tab-content .img-article-card .card-title {
  height: 40px;
  position: absolute;
  bottom: 44px;
  border-radius: 0 0 12px 12px;
  background-color: rgba(255, 255, 255, 0.4);
  overflow: hidden;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  cursor: pointer;
}

.side-tab-content .img-article-card .card-title:hover {
  color: rgba(22, 132, 252, 1);
}

.side-tab-content .img-article-card .article-detail {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(17, 22, 20, 1);
}

.side-tab-content .img-article-card .artist img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  margin-right: 8px;
}

.side-tab-content .img-article-card .artist,
.side-tab-content .img-article-card .artist-job {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.hot-article {
  width: 100%;
  height: 939px;
  padding: 28px 24px;
}

.hot-article .hot-article-card {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hot-article .hot-article-card img {
  display: block;
  width: 328px;
  height: 202px;
  border-radius: 12px;
  cursor: pointer;
}

.hot-article .hot-article-card img:hover {
  box-shadow: 0px 4px 100px 0px rgba(0, 0, 0, 0.1);
}

.hot-article .hot-article-card .hot-article-title {
  max-width: 328px;
  height: 19px;
  margin-top: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  cursor: pointer;
}

.hot-article .hot-article-card .hot-article-title:hover {
  color: rgba(22, 132, 252, 1);
}

.hot-article .btn {
  width: 328px;
  height: 48px;
  margin-top: 24px;
  background-color: rgba(22, 132, 252, 1);
  font-size: 18px;
  font-weight: 500;
  border-radius: .5rem;
}
.hot-article .btn:hover {
  background-color: rgba(38, 147, 255, 1);
}

.hot-article .btn:active {
  background-color: rgba(0, 94, 217, 1);
}

.pagination .page-item {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  margin: 0 10px;
}

.pagination .page-item .page-link {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background-color: #fff;
  color: rgba(107, 112, 123, 1);
  font-size: 16px;
  text-align: center;
  line-height: 24px;
}

.pagination .page-link:not(.pagination-btn):hover {
  border: 1px solid rgba(22, 132, 252, 1);
}

.pagination .page-item.active .page-link {
  border-color: rgba(22, 132, 252, 1);
  background-color: rgba(22, 132, 252, 1);
  color: #fff;
}

.pagination .page-item .page-link:focus {
  box-shadow: none;
}

.page-link.pagination-btn {
  padding: 0;
  border: none;
}

.page-link.page-link.pagination-btn svg {
  fill: rgba(107, 112, 123, 1);
}

.page-item.disabled {
  cursor: not-allowed;
}

.explore-more {
  max-width: 1320px;
  margin: 0 auto 240px;
  text-align: center;
}

@media (max-width: 767px) {
  .explore-more .col:nth-child(n+2) {
    margin-top: 24px;
  }
}

@media (min-width: 768px) {
    .explore-more .row-cols-md-2 .col {
      padding: calc(var(--bs-gutter-x)* .5);    
    }
}

.explore-more .explore-more-title {
  /* margin-bottom: 64px; */
  /* font-size: 48px; */
  /* font-weight: 700; */
}

.explore-more .explore-link-groups {
  /*max-width: 1192px;*/
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.explore-more .explore-link {
  display: block;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  /* padding: 26px 39px 30px; */
  border-radius: 15px;
  text-align: left;
  transition: all .3s;
}

/* .explore-more .explore-link:hover .link-arrow {
  transform: scale(1.2);
} */

.explore-more .explore-link:hover  {
  transform: translateY(-4px);
}

.explore-more .svg-icon {
  width: 68px;
  height: 68px;
}

.explore-more .link-content {
  display: flex;
  justify-content: space-between;
  font-size: 28px;
  font-weight: 700;
}

.explore-more .link-text {
  color: #000;
  /* font-size: 28px; */
  /* font-weight: 700; */
  /* line-height: 36px; */
}

.explore-more .link-arrow {
  line-height: 36px;
  transition: transform 0.3s ease; 
}

.fixed-link {
  position: fixed;
  top: 832px; 
  right: 32px; 
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 1000; 
  transition: top 0.5s ease; 
}

 @media (max-height: 1060px) {
  .fixed-link {
    top: 1100px;
  }
 }
  
 @media (max-width: 1280px) {
  .fixed-link {
    display: none;
  }    
 } 

.rectangle {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  box-shadow: 0px 30px 80px 0px rgba(33, 39, 158, 0.04);
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.rectangle svg {
  fill: rgba(17, 22, 20, 1);
}

.rectangle:hover {
  background-color: rgba(22, 132, 252, 1);
}
  
.rectangle:hover svg,
.rectangle svg:hover {
  fill: #fff;
}

.wechat {
  /* position: relative; */
}

.wechat-container {
  width: 178px;
  height: 201px;
  padding: 24px 24px 16px;
  border-radius: 12px;
  display: none;
  position: absolute;
  right: 60px;
  bottom: 50px;
  background-color: #fff;
  transition: all ease-in-out 0.5s;
  text-align: center;
}

.wechat-container img {
  width: 130px;
  height: 130px;
}

.wechat-container span {
  color: rgba(107, 112, 123, 1);
  text-align: center;
  font-size: 12px;
  font-weight: 400;
}