/*搜索 tab*/
.tab_box {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
  z-index: 100;

}

@media (max-width: 768px) {

}

.tab_tj_btn {
  position: absolute;
  top: 0;
  left: -60px;
  font-size: 50px;
}

.tab_input_box {
  height: 60px;
}

.tab_input {
  font-size: 1.2rem;
  border-bottom-left-radius: .5rem;
  border-top-left-radius: .5rem;
  border-color: #E9E9E9;
  padding-left: 30px;
  padding-right: 30px;
  color: #888;
}

.tab_input_btn {
  height: 100%;
  width: 8rem;
  background: linear-gradient(#D51F35, #AC2641);
  border-bottom-right-radius: .5rem;
  border-top-right-radius: .5rem;
  -webkit-transform: translateX(-2px);
  -moz-transform: translateX(-2px);
  -ms-transform: translateX(-2px);
  -o-transform: translateX(-2px);
  transform: translateX(-2px);
}

.tab_select_btn {
  width: 4rem;
  height: 32px;
  line-height: 32px;
  background: linear-gradient(#D51F35, #AC2641);
  -webkit-transform: translateX(-2px);
  -moz-transform: translateX(-2px);
  -ms-transform: translateX(-2px);
  -o-transform: translateX(-2px);
  transform: translateX(-2px);
}
.qk{
  color: #b0b0b0;
  font-weight: bold;
  font-size: 20px;
  position: absolute;
  top: 9px;
  right: 148px;
  z-index: 1000;
  padding: 5px;
  cursor: pointer
}

@media (max-width: 992px) {
  .tab_tj_btn {
    left: -50px;
    font-size: 40px;
  }

  .tab_input_box {
    height: 60px;
  }

  .tab_input {
    font-size: 1.2rem;
  }

  .tab_select_btn, .tab_input_btn {
    width: 5rem;
  }
}

@media (max-width: 768px) {

  .qk{
    color: #b0b0b0;
    font-weight: bold;
    font-size: 20px;
    position: absolute;
    top: 50%;
    right: 61px;
    z-index: 1000;
    padding: 5px;
    margin-top: -20px;
    cursor: pointer;
  }

  .tab_input_box {
    height: 50px;
  }

  .tab_input {
    font-size: 1rem;
  }

  .tab_select_btn, .tab_input_btn {
    width: 4rem;
  }
}

/*搜索部分的盒子*/
@media (min-width: 768px) {
  .tab_box {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .tab_box {
    max-width: 768px;
  }
}

@media (min-width: 1200px) {
  .tab_box {
    max-width: 864px;
  }
}

.tab_select .nav-link {
  padding: .4rem .8rem;
  /* font-size: 12px; */
}

@media (min-width: 992px) {
  .tab_select .nav-link {
    padding: .4rem .8rem;
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .tab_select .nav-link {
    padding: .5rem 1.2rem;
    font-size: 20px;
  }
}

/*底部筛选条件处的样式*/
.tab_condition_box {
  padding: 25px 20px;
  border: 1px solid #D2D2D2;

}

.tab_condition_box + .tab_condition_box {
  border-top: none;
}

/*搜索框*/
.select {
  width: 160px;
}

/*行业标签公共样式*/
.badgeBox {
  overflow: hidden;
}

.badge {
  font-weight: 400;
}

.badge_block {
  margin-left: 3px;
}

.more_btn {
  display: none;
}

@media (max-width: 768px) {
  .more_btn {
    display: block;
    font-size: 1rem;
    position: absolute;
    top: 1;
    right: 2px;
  }

  .badge_box {
    height: 30px;
  }
  #badgeBox3 .f14 {
    font-size: 1rem;
}
#badgeBox4 .f14 {
  font-size: 1rem;
}
#badgeBox5 .f14 {
  font-size: 1rem;
}
#article3{
  position: relative;
    top: -20px;
}

}

/*优选盈*/
.range_title {
  width: 80px;
}

.range_ratio {
  width: 50px;
  text-align: center;
}

.range_ratio::after, .range_result::after {
  content: '%';
}

/*模糊查询*/
.mh_list {
  display: none;
  width: 100%;
  position: absolute;
  top: calc(100% + 15px);
  left: 0;
  max-height: 246px;
  overflow-y: scroll;
  /*max-height: ;*/
}

/*设置行业框的高度*/
.yxyHy {
  height: 84px;
  overflow: hidden;
}

/*设置range背景*/
.range_progress_box {
  width: 135px;
  margin-left: 2px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

/*range*/
input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 140px;
  border-radius: 12px; /*这个属性设置使填充进度条时的图形为圆角*/
  padding: 0;
}

input[type=range]:focus {
  outline: none;
}

/*轨道*/
input[type=range]::-webkit-slider-runnable-track {
  height: 15px;
  border-radius: 10px; /*将轨道设为圆角的*/
  background-color: #E3DDD8;
}

input[type=range]::-moz-range-track {
  height: 15px;
  border-radius: 10px; /*将轨道设为圆角的*/
  background-color: #E3DDD8;
}

input[type=range]::-ms-track {
  height: 25px;
  border-radius: 10px;
  border-color: transparent; /*去除原有边框*/
  color: transparent; /*去除轨道内的竖线*/
  background-color: #E3DDD8;
}

/*按钮*/
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 25px;
  width: 25px;
  margin-top: -5px; /*使滑块超出轨道部分的偏移量相等*/
  background: #ffffff;
  border-radius: 50%; /*外观设置为圆形*/
  border: solid 0.125em #C3223A; /*设置边框*/
}

input[type=range]::-moz-range-thumb {
  -moz-appearance: none;
  height: 25px;
  width: 25px;
  margin-top: -5px; /*使滑块超出轨道部分的偏移量相等*/
  background: #ffffff;
  border-radius: 50%; /*外观设置为圆形*/
  border: solid 0.125em #C3223A; /*设置边框*/
}

input[type=range]::-ms-thumb {
  border: solid 0.125em #C3223A;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  background: #ffffff;
  margin-top: 0px;
}

/*进度*/
input[type=range]::-ms-fill-lower {
  /*进度条已填充的部分*/
  height: 22px;
  border-radius: 10px;
  background: #E3DDD8;
}

/*模糊处理高亮*/
.mh_tag.active {
  background-color: #D94659;
  border-color: rgba(255,255,255,0);
}

#flag_container img{width: 2rem; }
.qmx_search_collection{width: 2rem;} 
@media (max-width: 768px) {
.box .padr-1{padding-right: 1rem!important;}
}