.search_box {
  width: 324px;
}

.index_bg {
  background-color: #f5f7f8;
  padding: 15px 0 30px;
}

.left_content {
  width: 870px;
}

.right_content {
  width: 324px;
}

.left_banner,
.right_banner {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.flex-jus-between {
  justify-content: space-between;
}

.footer {
  margin-top: 0;
}

/* banner */
.Banner_swiper .swiper-button-next {
  background-image: url("/assets/images/newNBB/pc_index/swiper-r.svg");
  right: 0;
  z-index: 999;
}

.Banner_swiper .swiper-button-prev {
  background-image: url("/assets/images/newNBB/pc_index/swiper-l.svg");
  left: 0;
  z-index: 999;
}

.Banner_swiper .swiper-pagination-bullet {
  width: 30px;
  height: 2px;
}

/* banner */
/* 奶爸精选产品 */
.RecommendProducts_tabs {
  list-style: none;
  display: flex;
  margin-bottom: 10px;
}

.RecommendProducts_tabs li {
  width: 100px;
  height: 36px;
  background: #ffffff;
  opacity: 1;
  border-radius: 25px;
  color: #333333;
  font-size: 14px;
  text-align: center;
  line-height: 36px;
  margin-right: 20px;
  cursor: pointer;
}

.RecommendProducts_tabs li::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #cee2f6;
  border-radius: 50%;
  position: relative;
  left: -10px;
  top: 3px;
  box-sizing: border-box;
}

.RecommendProducts_tabs li.active {
  background: #007dff;
  color: #fff;
}

.RecommendProducts_tabs li.active::before {
  border: 3px solid #fff;
}

.section_title {
  margin: 20px 0 30px;
  font-size: 25px;
  letter-spacing: 2px;
  font-weight: 600;
}

.recomment_products {
  display: grid;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
  grid-template-columns: repeat(auto-fill, 285px);
  grid-gap: 0 1px;
}

.recomment_products_cards {
  width: 285px;
  height: 180px;
  background: #ffffff;
  border: 1px solid rgba(112, 112, 112, 0.0314);
  margin-bottom: 10px;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
}

.recomment_products_cards .mask {
  display: none;
  padding: 10px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #2d7bff;
  opacity: 0.9;
  /* display: flex; */
  flex-direction: column;
  justify-content: space-between;
}

.recomment_products_cards .mask .prcName {
  width: 200px;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 11px;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.recomment_products_cards .mask .tag {
  font-size: 14px;
  color: #fff;
  line-height: 22px;
  margin-top: -6px;
}

.recomment_products_cards .mask .btn-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.recomment_products_cards .products_pic {
  position: absolute;
  width: 160px;
  right: 0;
  bottom: 0;
  opacity: 0.65;
}

.recomment_products_cards .mask .btn-area .btn-left {
  color: #fff;
}

.recomment_products_cards .mask .btn-area .look {
  border: 1px solid #fff;
  border-radius: 2px;
  padding: 5px 15px;
  color: #fff;
}

.recomment_products_cards:hover .mask {
  display: flex;
}

.recomment_productsName {
  color: #323232;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}

.recomment_products_company {
  width: 90px;
  height: 16px;
  background: #dfefff;
  opacity: 1;
  border-radius: 25px;
  font-size: 12px;
  color: #007dff;
  text-align: center;
  line-height: 16px;
  position: absolute;
  left: 10px;
  bottom: 10px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin: 0px 0 5px;
  overflow: hidden;
}

.recomment_productsDesc {
  font-size: 12px;
  color: #979799;
  width: 50%;
}

/* 奶爸精选产品 */

/* 保险学堂 */
.insureschool,
.insureVideo {
  background-color: #fff;
  border-radius: 5px;
  margin-top: 16px;
  padding-bottom: 20px;
}

.insureschool_title,
.insureVideo_title {
  font-size: 20px;
  color: #323232;
  font-weight: 600;
  border-bottom: 1px solid rgba(112, 112, 112, 0.06);
  padding: 10px 0 10px 25px;
}

.insureschool_tabs,
.insureVideo_tabs {
  padding: 20px 20px 22px;
}

.insureschool_tabs li,
.insureVideo_tabs li {
  background: #f0f4fa;
  border-radius: 25px;
  color: #979799;
  font-size: 16px;
  display: inline-block;
  padding: 4px 16px;
  margin-right: 12px;
  cursor: pointer;
}

.insureschool_tabs li.active,
.insureVideo_tabs li.active {
  color: #007dff;
  border: 1px solid #007dff;
}

.insureschool_lists,
.insureVideo_lists {
  margin: 0 20px;
}

.insureschool_lists .item {
  /* margin-bottom: 15px; */
  padding: 15px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.06);
  height: 146px;
}

.insureschool_lists .item:hover {
  background: #fafafa;
}

.insureschool_lists .item .item-title {
  font-size: 20px;
  color: #323232;
  margin-bottom: 10px;
}

.insureschool_lists .item .item-content {
  display: flex;
  align-items: start;
}

.insureschool_lists .item .item-content .item-img {
  width: 170px;
  margin-right: 10px;
  border-radius: 5px;
}

.insureschool_lists .item .item-content .item-desc {
  font-size: 18px;
  color: #525960;
  opacity: 0.62;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.insureschool_lists .item:last-child {
  border-bottom: none;
}

.insureschool .view_more {
  width: 95px;
  height: 32px;
  background: #f2f9ff;
  border-radius: 25px;
  display: block;
  color: #007dff;
  text-align: center;
  line-height: 32px;
  margin: 0 auto;
}

/* 保险学堂 */

.center_banner img {
  width: 100%;
  margin: 25px 0 5px;
  cursor: pointer;
  border-radius: 5px;
  overflow: hidden;
}

/* 热门问答 */
.hot_Wenda {
  background-color: #fff;
  margin-top: 20px;
  padding-bottom: 20px;
  border-radius: 5px;
}

.hot_Wenda .hot_Wenda_title {
  font-size: 20px;
  color: #323232;
  border-bottom: 1px solid rgba(112, 112, 112, 0.06);
  padding: 10px 0 10px 10px;
  font-weight: 600;
}

.hot_Wenda .hot_Wenda_lists {
  padding: 10px;
}

.hot_Wenda_item {
  border-bottom: 1px solid rgba(112, 112, 112, 0.06);
  padding-bottom: 6px;
  margin-bottom: 6px;
}

.hot_Wenda_item:last-child {
  border-bottom: none;
}

.hot_Wenda_item_title {
  color: #333333;
  height: 44px;
  display: inline-block;
  margin-bottom: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: all 1s;
  font-size: 14px;
}

.hot_Wenda_item_title::before {
  content: "问";
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background-color: #007dff;
  color: #fff;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
  position: relative;
  top: -2px;
  margin-right: 4px;
}

.hot_wenda_desc {
  display: flex;
  justify-content: space-between;
}

.hot_wenda_desc .agree_tongji {
  font-size: 13px;
  color: #979799;
}

.hot_tag {
  background-color: #fe5d4a;
  width: 29px;
  height: 16px;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 16px;
  flex-shrink: 0;
}

.more-btn {
  width: 95px;
  height: 30px;
  background: #f2f9ff;
  opacity: 1;
  border-radius: 25px;
  display: block;
  color: #007dff;
  text-align: center;
  line-height: 30px;
  margin: 0 auto;
  transition: all 0.5s;
}

.more-btn:hover {
  background-color: #007dff;
  color: #fff;
}

.hot_Wenda_item_title:hover {
  color: #007dff;
}

/* 热门问答 */

/* 保险排行榜 */
.bandang {
  background-color: #fff;
  margin-top: 25px;
  padding-bottom: 20px;
  border-radius: 5px;
}

.bandang_title {
  font-size: 20px;
  color: #323232;
  border-bottom: 1px solid rgba(112, 112, 112, 0.06);
  padding: 10px 0 10px 10px;
  font-weight: 600;
}

.bandang-list {
  padding: 15px 10px 10px;
}

.bandang-list .bandan-item {
  display: flex;
  border-bottom: 1px solid rgba(112, 112, 112, 0.06);
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.bandang-list .bandan-item:last-child {
  border-bottom: none;
}

.bandang-list .bandan-item .bandan-icon {
  width: 35px;
  height: 35px;
  flex-shrink: 0;
}

.bandang-list .bandan-item .bandan-item-title {
  font-size: 14px;
  color: #333333;
}

/* 保险排行榜 */

/* 新产品测评 */
.NewProducts {
  background-color: #fff;
  margin-top: 25px;
  padding-bottom: 20px;
  border-radius: 5px;
}

.NewProducts_title {
  font-size: 20px;
  color: #323232;
  border-bottom: 1px solid rgba(112, 112, 112, 0.06);
  padding: 10px 0 10px 10px;
  font-weight: 600;
}

/* 新产品测评 */

/* 保险视频 */
.insureVideo .insureVideo_lists {
  display: grid;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
  grid-template-columns: repeat(auto-fill, 190px);
  grid-gap: 0 1px;
}

.insureVideo .video-item {
  width: 190px;
  margin-bottom: 20px;
  transition: all 0.5s;
  overflow: hidden;
  margin-bottom: 20px;
}

.insureVideo .video-item:hover {
  transform: translateY(-20px);
}

.insureVideo .video-item .video-item-img {
  border-radius: 5px;
  /* height: 125px; */
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  margin-bottom: 5px;
}
.insureVideo .video-item .video-item-img img {
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
  width: 100%;
  border-radius: 5px;
  display: block;
  /* top: -62px; */
}
.insureVideo .video-item .video-item-img .video_time {
  position: absolute;
  right: 7px;
  background-color: #3c3c3c;
  bottom: 6px;
  padding: 0px 4px;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
}
.insureVideo .video-item .video-item-title {
  font-size: 14px;
  color: #333333;
}

/* 保险视频 */
/* 财富研究所 */
.caifu {
  background-color: #fff;
  border-radius: 5px;
  margin-top: 16px;
  padding-bottom: 20px;
}

.caifu_title {
  font-size: 20px;
  color: #323232;
  border-bottom: 1px solid rgba(112, 112, 112, 0.06);
  padding: 10px 0 10px 10px;
  font-weight: 600;
}

.caifu_lists {
  padding: 10px;
}

.caifu_lists .caifu_item {
  border-bottom: 1px solid rgba(112, 112, 112, 0.06);
  padding-bottom: 6px;
  margin-bottom: 6px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.caifu_lists .caifu_item:last-child {
  border-bottom: none;
}

.caifu_item_title {
  font-size: 14px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 40px;
  transition: all 0.5s;
}

.caifu_item_title:hover {
  color: #007dff;
}

/* 财富研究所 */
/* 推荐文章 */
.recommend_Articles,
.recommend_Wendas,
.partner,
.insure_tags {
  background-color: #fff;
  border-radius: 5px;
  margin-top: 16px;
  padding-bottom: 20px;
}

.recommend_Articles_title,
.recommend_Wendas_title,
.partner_title,
.insure_tags_title {
  font-size: 20px;
  color: #323232;
  font-weight: 600;
  border-bottom: 1px solid rgba(112, 112, 112, 0.06);
  padding: 10px 0 10px 25px;
}

.recommend_Articles_lists,
.recommend_Wendas_lists {
  display: grid;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
  grid-template-columns: repeat(auto-fill, 250px);
  grid-gap: 0 1px;
  margin: 25px 30px 0;
}

.recommend_Articles_lists li,
.recommend_Wendas_lists li {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 14px;
  color: #333333;
  margin-bottom: 20px;
  padding-left: 5px;
  transition: all 0.5s;
}

.recommend_Articles_lists li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #323232;
  border-radius: 50%;
  position: relative;
  left: -5px;
  top: -2px;
}

.recommend_Articles_lists li a,
.recommend_Wendas_lists li a {
  color: #333333;
}

.recommend_Articles_lists li:hover,
.recommend_Wendas_lists li:hover {
  transform: translateY(-5px);
}

.recommend_Articles_lists li:hover a,
.recommend_Wendas_lists li:hover a {
  color: #007dff;
}

/* 推荐文章 */
/* 精选问答 */
.recommend_Wendas_lists li::before {
  content: "问";
  display: inline-block;
  width: 18px;
  height: 18px px;
  border-radius: 4px;
  background-color: #007dff;
  color: #fff;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
  position: relative;
  top: -2px;
  margin-right: 4px;
}

/* 精选问答 */
/* 合作保司 */
.partner {
  padding-bottom: 10px;
}

.partner_img {
  width: 808px;
  display: block;
  margin: 25px auto;
}

/* 合作保司 */
/* 大家在找什么/保险标签 */
.insure_tags .insure_tags_lists {
  margin: 30px 60px 0;
}

.insure_tags .insure_tags_lists li {
  background-color: #378bfc;
  border: 1px solid #378bfc;
  border-radius: 25px;
  display: inline-block;
  padding: 5px 16px;
  margin-right: 10px;
  margin-bottom: 20px;
  transition: all 0.5s;
  cursor: pointer;
  line-height: 17px;
}

.insure_tags .insure_tags_lists li:hover {
  /* background-color: #fff; */
  transform: translateY(-5px);
  opacity: 0.7;
}

.insure_tags .insure_tags_lists li a {
  color: #fff;
  font-size: 12px;
}

/* .insure_tags .insure_tags_lists li:hover a {
  color: #007dff;
} */

/* 大家在找什么/保险标签 */

/* 最新产品 */
.flex-c {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.NewProducts_lists {
  padding: 25px 10px 15px;
}

.NewProducts_lists li {
  border-bottom: 1px solid rgba(112, 112, 112, 0.06);
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.NewProducts_lists li:last-child {
  border-bottom: none;
}

.NewProducts_lists li .news-img {
  width: 32px;
  margin-right: 9px;
}

.NewProducts_lists li .compare_name {
  font-size: 14px;
  display: inline-flex;
  font-weight: 600;
}

.NewProducts_lists li .newProducts_btnGroup .detail-btn {
  width: 58px;
  height: 22px;
  background: #007dff;
  border: 1px solid #007dff;
  display: inline-block;
  text-align: center;
  line-height: 22px;
  border-radius: 15px;
  color: #fff;
  font-size: 12px;
}

.NewProducts_lists li .compare_des {
  font-size: 12px;
  color: #999999;
  margin: 4px 0;
  width: 70%;
}

.NewProducts_lists li .newProducts_btnGroup .articles-btn {
  width: 58px;
  height: 22px;
  border: 1px solid #007dff;
  display: inline-block;
  text-align: center;
  line-height: 22px;
  border-radius: 15px;
  color: #007dff;
  font-size: 12px;
}

.NewProducts_lists li .slider_company_logo {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(199, 199, 199, 0.30196078431372547);
}

.NewProducts_lists li .review {
  background: url(/assets/images/newNBB/pc_articles/tag_bg.png);
  display: flex;
  width: 117px;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 12px;
  color: #007dff;
  justify-content: center;
}

.NewProducts_lists li .border-right {
  border-right: 1px solid #fffefe;
  padding-right: 4px;
}

.NewProducts_lists li .pdl-4 {
  padding-left: 4px;
}

.NewProducts_lists li .flex-a-t {
  align-items: flex-start;
}

.NewProducts_lists li .mt-10 {
  margin-top: 10px;
}

/* 最新产品 */

/* 合作伙伴 */
.partner_logo {
  display: grid;
  grid-template-columns: repeat(auto-fill, 140px);
  grid-gap: 0 1px;
  margin: 25px 25px 0;
  justify-content: space-between;
}

.partner_logo li {
  width: 140px;
  margin-bottom: 20px;
  border: 1px solid #f3f3f3;
  border-radius: 5px;
}

.partner_logo li img {
  width: 100%;
  display: block;
}

/* 合作伙伴 */
