.banner {
  width: 100%;
  min-height: 210px;
  position: relative;
}

.banner-content {
  position: absolute;
  bottom: 85px;
  left: 50%;
  transform: translateX(-50%);
  
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-banner-link,
.top-banner-img {
  display: block;
  width: 100%;
}

.banner .nav_search {
  width: 480px;
  height: 40px;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 23px;
  margin-left: 90px;
  color: #333;
  font-size: 14px;
  border: 1px solid #2469f6;
}

.banner .nav_search .iconfont {
  cursor: pointer;
}
.banner .nav_search input {
  height: 40px;
  background: transparent;
  color: #000;
  width: 340px;
  outline: none;
  border: none;
}
.banner .nav_search input::placeholder {
  color: #b5b5b5;
}
.banner .nav_create_btn {
  width: 80px;
  height: 40px;
  background: #2469f6;
  border-radius: 23px;
  font-size: 15px;
  font-family: PingFang SC;
  text-align: center;
  line-height: 40px;
  color: #fff;
  margin-left: 20px;
}

.banner .nav_active {
  color: #fff;
  font-weight: bold;
  border-bottom: 2px solid #fff;
}

.banner .search-icon {
  width: 70px;
  height: 40px;
  background: #2469f6;
  border-radius: 0px 23px 23px 0px;
  text-align: center;
  line-height: 40px;
  color: #fff;
}

.banner .search-icon-bnt {
  background: #2469f6 !important;
  color: #ffffff !important;
}
.product_category.is-in {
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.product_category {
  /* height: 72px; */
  background: #fff;
  border-radius: 6px;
  margin-top: -44px;
  font-size: 16px;
  color: #666;
  transition: all 0.3s;
}
.left_icon {
  position: absolute;
  left: 20px;
  top: 53%;
  transform: translateY(-53%);
  color: #999;
  font-size: 14px;
  cursor: pointer;
}
.left_box p:hover {
  color: #2469f6;
}
.right_icon {
  position: absolute;
  right: 20px;
  top: 53%;
  transform: translateY(-53%);
  color: #999;
  font-size: 14px;
  cursor: pointer;
}
.product_category .scroll {
  height: 72px;
}
.product_category .scroll::-webkit-scrollbar {
  display: none;
}
.product_category .name {
  flex-shrink: 0;
  white-space: nowrap;
}

.hot_content {
  height: 380px;
  border-radius: 6px;
  padding: 22px 24px 30px;
  background-color: #fff;
  margin-top: 16px;
  overflow: hidden;
}

.bg-blue {
  background-color: lightblue;
}

.toutiao_item {
  border-bottom: 1px solid #eee;
}

.toutiao_item .title:hover {
  color: #2469f6;
}

.toutiao_items .title:hover {
  color: #2469f6;
}

.lh-24 {
  line-height: 24px;
}

.w-880 {
  width: 880px;
}

#dynamic {
  width: auto;
  max-height: 380px;
  overflow-y: auto;
}
#dynamic::-webkit-scrollbar {
  display: none; /* Chrome Safari */
  -ms-overflow-style: none; /* IE 10+ */
}

.dynamic_title {
  line-height: 15px;
  color: #333;
}

.dynamic_title:hover {
  color: #2469f6;
}

.article_card {
  background: #fff;
  padding: 26px 24px;
  cursor: pointer;
}

.card_info11 {
  border-radius: 0 0 6px 6px;
}

.card_info12 {
  border-radius: 6px;
}

.article_card .info_label_badge:hover {
  color: #555666;
}

.article_card .nickname,
.rank_card .label_badge:hover {
  color: #999;
}

.article_card .title:hover,
.article_card .catename:hover {
  color: #2469f6;
}

.redname:hover {
  color: #e93323;
}

.article_tabs {
  background: #fff;
  border-radius: 6px 6px 0 0;
  height: 60px;
  padding-left: 24px;
  border-bottom: 1px solid #eee;
}

.article_tab {
  font-size: 16px;
  color: #7e8595;
  cursor: pointer;
}

.article_tab_active {
  color: #2469f6;
  font-weight: 500;
  position: relative;
}

.article_tab_active::after {
  content: "";
  width: 32px;
  height: 3px;
  background: #2469f6;
  position: absolute;
  bottom: -20px;
  left: 0;
}

.bg-white {
  background: #fff;
}

.br_bottom {
  border-radius: 0 0 6px 6px;
}

.rank_card {
  background: #fff;
  border-radius: 6px;
}

.hot {
  color: #ea4b4b;
}

.yellow_badge {
  width: 30px;
  height: 16px;
  border: 1px solid #ff9a03;
  border-radius: 2px;
  text-align: center;
  line-height: 15px;
  color: #ff9a03;
  font-size: 12px;
  display: inline-block;
  margin-right: 6px;
}

.label_badge {
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #8590a6;
  background-color: #f5f5f5;
  padding: 0 5px;
  border-radius: 2px;
  margin-right: 12px;
  margin-bottom: 12px;
}

.liked {
  color: #e93323;
}

.product_category .swiper {
  margin: 0 auto;
  margin-top: -44px;
  border-radius: 6px;
}

.proSwiper {
  padding: 0 25px !important;
}

.swiper-container {
  width: 100%;
  line-height: 72px;
  height: auto;
  position: relative;
}

.swiper-slide {
  text-align: center;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition-property: all;
  height: 318px !important;
}

.swiper-wrapper .name:hover {
  color: #2469f6;
}

#progressEffect {
  position: absolute;
  z-index: 10;
  top: 20px;
  left: 20px;
}

.swiper-button-prev {
  left: -15px !important;
}

.swiper-button-next {
  right: -15px !important;
}

:root {
  --swiper-theme-color: #000 !important;
  --swiper-navigation-size: 16px !important;
}

.jingxuan:hover {
  color: #2469f6;
}

.img_cover {
  border: 1px solid #f1f1f1;
}

.mySwiper .swiper-pagination {
  bottom: 86px !important;
}

.slide_container {
  justify-content: space-between;
  padding: 30px 30px 0 30px;
  flex-wrap: wrap;
}
.slide_container .slide {
  margin: 0 0px 30px 0;
  line-height: 16px;
  width: 150px;
  display: flex;
  align-items: center;
}
.slide_container .slide img {
  width: 50px;
  height: 50px;
}
.slide_container .slide .name {
  font-weight: 400;
  font-size: 15px;
  color: #333333;
}
.slide_container .slide .count {
  font-weight: 400;
  font-size: 12px;
  color: #999999;
}
.product_category {
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}
.product_category::after {
  content: " ";
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 1;
}
.product_category .but-tab {
  width: 28px;
  height: 12px;
  background: #f4f4f4;
  border-radius: 6px 6px 0px 0px;
  color: #707070;
  position: absolute;
  bottom: 0;
  left: calc(50% - 14px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.rotate {
  transform: rotate(180deg);
}

.product_category .iconfont {
  font-size: 12px;
  transition: all 0.3s;
}

.rotating-element {
  animation: rotate360 4s linear infinite;
}

@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}
.rotating-db {
  animation: rotatedb 4s linear infinite;
}

@keyframes rotatedb {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  75% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

.slide_container .slide {
  margin-right: 40px;
}

.slide_container .slide:hover {
  color: #2469f6;
}

.mySwiper .swiper-pagination-bullet {
  width: 14px !important;
  height: 4px !important;
  border-radius: 20px !important;
  background-color: rgba(0, 0, 0, 0.5);
}
.mySwiper .swiper-pagination-bullet-active {
  background-color: #2469f6;
}

.author_type {
  display: block;
  margin: 0 6px 0;
  padding: 0 3px;
  height: 17px;
  text-align: center;
  line-height: 15px;
  font-size: 12px;
  color: #2469f6;
  border: 1px solid #2469f6;
  border-radius: 2px;
}

.tag-bg-blue {
  background: #2a7efb !important;
}

/* 推广板块 */

.promotion {
  /* max-height: 143px; */
  background-image: url("../../images/bbs/promotion-bag.png");
  background-size: 100% 100%;
  margin-top: 16px;
  padding: 20px 24px 4px 24px;
  overflow: hidden;
}
.promotion .item {
  width: 50%;
}
.promotion .item.is-one {
  width: 50%;
}
.promotion .flex-items-center {
  align-items: center;
  cursor: pointer;
}
.promotion .data {
  flex-wrap: wrap;
}
.promotion .data .name {
  display: flex;
  flex-wrap: nowrap;
}
.promotion .data .name:hover {
  color: #2469f6;
}
.promotion .data .name.em5 {
  display: block;
  max-width: 8em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.f-w-600 {
  font-weight: 600;
}
/* 精选 */
.selected-content {
  background-color: #fff;
  padding: 24px 24px 9px 24px;
  justify-content: space-between;
  margin-top: 16px;
  border-radius: 6px;
}
.selected-content .more {
  color: #ccc;
  display: flex;
  align-items: center;
}
.selected-content .more .icongengduo {
  font-size: 12px;
}
.selected-content .line {
  width: 100%;
  height: 1px;
  background: #eeeeee;
  margin: 14px 0;
}
.selected-content .item {
  width: 360px;
}

.selected-content .item .title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 305px;
  line-height: 15px;
  color: #333;
}

.selected-content .data {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  cursor: pointer;
  transition: all 0.3s;
}
.selected-content .data:hover .title {
  color: #3e9fff;
}
.selected-content .data .view-count {
  display: flex;
  align-items: center;
  text-align: left;
  /* justify-content: space-between; */
  color: #999;
  min-width: 44px;
}

.carousel_card {
  flex: 1;
  background: #fff;
  cursor: pointer;
  padding: 11px 24px;
  border-radius: 6px;
}
.rank_btn,
.sign_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  width: 150px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  margin-left: 10px;
  background-color: #fff;
  font-weight: 600;
  font-size: 15px;
  color: #333333;
  line-height: 15px;
}
.f-c-red {
  color: red;
}
.mr-20 {
  margin-right: 20px;
}
/* 
.selected-content .data:before {
  content: " ";
  height: 5px;
  width: 5px;
  border-radius: 5px;
  background-color: #cccccc;
  position: absolute;
  top: 6px;
  left: 0px;
} */
.image-container {
  position: relative;
  width: 50px;
  height: 50px;
  overflow: hidden;
}

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

.image-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  animation: sweep 3s infinite;
}

@keyframes sweep {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
