.fixed_top {
  background-color: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9;
  box-shadow: 0px 3px 10px rgba(0, 78, 193, 0.06);
}
.search_input {
  width: 400px;
  height: 34px;
  background: rgba(51, 51, 51, 0.02);
  border: 1px solid #eeeeee;
  border-radius: 23px;
  padding-left: 22px;
  font-size: 14px;
}
.search_input_btn {
  width: 50px;
  height: 32px;
  background: #2469f6;
  color: #fff;
  border-radius: 0px 23px 23px 0px;
  text-align: center;
  line-height: 32px;
}
.bottom-line {
  border-bottom: 1px solid #eee;
}
.tiwen_btn {
  width: 100px;
  height: 34px;
  background: #2469f6;
  border-radius: 23px;
  text-align: center;
  line-height: 34px;
  font-size: 14px;
  color: #fff;
  margin-left: 22px;
}
.menu-box {
  height: 72px;
  margin-top: 125px;
}
.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;
}
.product_category .scroll {
  height: 72px;
}
.product_category .scroll::-webkit-scrollbar {
  display: none;
}
.product_category .name {
  flex-shrink: 0;
  white-space: nowrap;
}
.slide_container {
  padding: 28px 40px 8px 41px;
  flex-wrap: wrap;
}
.slide_container .slide {
  margin: 0 40px 20px 0;
  line-height: 16px;
}

.slide_container .slide:hover {
  color: #2469f6;
}
.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;
}
.cateActive {
  color: #2469f6;
  font-weight: bold;
  border-bottom: 2px solid #2469f6;
}
.w-880 {
  width: 880px;
}
.article_card {
  background: #fff;
  border-radius: 6px;
  padding: 26px 24px;
  border: 1px solid #eee;
}

.article_card .title {
  padding: 25px 0 26px;
  margin: 0 24px;
  border-bottom: 1px solid #eee;
}
.article_card .info_label_badge:hover {
  color: #555666;
}

.article_card .name:hover,
.article_card .catename:hover,
.rank_card .name:hover,
.cateHover:hover,
.rank_card .tit:hover {
  color: #2469f6;
}
.action {
  color: #2469f6;
}
.article_card .nickname {
  color: #999;
}
.mt-110 {
  margin-top: 110px;
}
.mt-114 {
  margin-top: 114px;
}
.rank_card {
  background: #fff;
  border-radius: 6px;
}

.highlight {
  color: #ff0000;
}

.default img {
  width: 190px;
  height: 153px;
  margin: 200px auto 0;
}

.default {
  text-align: center;
  padding-bottom: 463px;
}

.default span {
  margin-top: 12px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 20px;
  color: #999;
}

.iconluntan-fanhuishouye {
  font-size: 14px;
}

.inp {
  background: #fbfbfb;
}

.redname:hover {
  color: #e93323;
}
.sticky_search {
  width: 100%;
  position: sticky;
  top: 130px;
}
