i,em{
  font-style: normal;
}
.sider_model{
  position: relative;
  width: 100%;
  height: 58px;
  background: #eeeeee;
}
.bread_sort{
  /* display: flex; */
  width: 1200px;
  margin: 0 auto;
}
.bread_sort>p{
  color: #444444;
  margin: 14px 0 0 0;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 0;
}
.bread_sort>p>i{
  font-family: \5B8B\4F53;
  display: inline-block;
  padding: 0 3px;
  font-size: 12px;
}
.search_sort{
  display: flex;
  justify-content: space-between;
  line-height: 40px;
}
.search_sort>span:first-child{
  font-size: 14px;
  color: #FF8000;
}
.search_sort_area>em{
  font-size: 14px;
  color: #000000;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin-left: 20px;
}
.search_sort_area_active{
  color: #FF8000 !important;
}
.search_sort_area_active>i>a{
  color: #FF8000 !important;
}
.search_sort_area>em>b{
  display: inline-flex;
  flex-direction: column;
  margin-left: 5px;
}
.search_sort_area>em>b>i:first-child{
  width: 10px;
  height: 7px;
  background: url(/statics/web3/smallgroup/common/images/sort_defaut_up_grey.png) left center no-repeat;
  background-size: 100%
}
.search_sort_area>em>b>i:last-child{
  width: 10px;
  height: 7px;
  background: url(/statics/web3/smallgroup/common/images/sort_defaut_down_grey.png) left center no-repeat;
  background-size: 100%
}
.search_sort_area_sort_active_down{
  background: url(/statics/web3/smallgroup/common/images/sort_active_down.png) left center no-repeat !important;
  background-size: 100% !important;
}
.search_sort_area_sort_active_up{
  background: url(/statics/web3/smallgroup/common/images/sort_active_up.png) left center no-repeat !important;
  background-size: 100% !important;
}

/* 中间内容开始 */
.s_center{
  display: flex;
  justify-content: space-between;
}
.s_center_l{
  width: 330px;
  margin-bottom: 20px;
}
.s_center_r{
  width: calc(100% - 330px - 20px);
  margin-left: 20px;
}
/* 高级赛选部分 */

.high_screen{
  margin-bottom: 20px;
  max-width: 100%;
  padding-bottom: 20px;
  background-color: #ffffff;
}
.high_screen>.tm_left_head{
  color: #444;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #dcdcdc;
    padding: 5px 0;
    text-indent: 14px;
    font-size: 16px;
}
.small_area_box{
  padding-left: 13px;
  margin: 12px;
  overflow: hidden;
  margin-bottom: 0;
}
.small_area_box span{
  color: #444444;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 80px;
  height: 30px;
  line-height: 22px;
  text-align: center;
  border: 1px solid #DCDCDC;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  /* padding: 4px; */
  margin: 4px 5px;
}
.small_area_box span:hover{
  border: 1px solid #ff8000;
}
.small_area_box span>a{
  display: block;
  height: 100%;
  line-height: 30px;
}
.small_area_box span>a:hover{
  color: #ff8000 ;
}
.small_area_box span.inhere {
  background-color: #ff8000;
  border: 1px solid #ff8000;
}
.small_area_box span.inhere>a{
  color: #ffffff;
}

/* 没有搜素到酒店 */
.interested{
  /*display: none;*/
}
.interested_mark{
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  background: #FFFFFF;
  align-items: center;
  padding: 33px 20px 27px 20px;
}
.interested_mark_img{
  width: 30%;
  text-align: center;
}
.interested_mark_img>img{
  width: 50%;
  max-height: 100%;
}
.interested_mark_info{
  width: 70%;
}
.interested_mark_info>p:nth-child(1){
  line-height: 30px;
  font-size: 16px;
  color: #444444;
}
.interested_mark_info>p:nth-child(2){
  line-height: 30px;
  margin-bottom: 20px;
  font-size: 12px;
  color: #444444;
}
.interested_mark_info>p:nth-child(2)>a{
  color: #FF8000;
}
.interested_mark_label>a>span{
  display: inline-block;
  padding: 4px 8px;
  color: #ffffff !important;
  background: #ff8000;
  margin-bottom: 4px;
}
.interested_mark_label>a>span>i{
  cursor: pointer;
  margin-left: 8px;
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(/statics/web3/hotel/list/images/hotel_close.png) left 2px no-repeat;
}
.interested_mark_label>em{
  padding: 4px 8px;
  display: inline-block;
  margin-left: 6px;
  color: #ff8000;
  cursor: pointer;
  font-size: 14px;
}


/* 定制小团  */
.s_customized>a{
  border-top: 2px solid #FF8000;
  height: 94px;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  background: #FFFFFF;
  cursor: pointer;
}
.s_customized>a>div:nth-child(1){
  width: 35%;
  display: inline-flex;
  justify-content: center;
}
.s_customized>a>div:nth-child(2){
  width: 60%;
}
.s_customized>a>div:nth-child(2)>div{
  color: #FF8000;
  font-size: 20px;
  margin-bottom: 10px;
}
.s_customized>a>div:nth-child(2)>p{
  color: #adb8ba;
  font-size: 14px;
}
/* 推荐小团 */
.sm_recommend{
  padding: 0 15px;
  background-color: #ffffff;
}
.sm_recommend>div{
  font-size: 18px;
  line-height: 50px;
  height: 50px;
  font-weight: 400;
  color: #444444;
}
.recommend_item{
  border-bottom: 1px solid #f4f4f4;
  padding: 20px 0;
  cursor: pointer;
}
.recommend_item>a>img{
  width: 100%;
  height: 181px;
}
.recommend_item>p{
  font-size: 14px;
  color: #444444;
  line-height: 18px;
  padding: 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.recommend_item>p>a{
  overflow: hidden;
  display: block;
  text-overflow:ellipsis;
  white-space: nowrap;
  max-height: 38px;
}
.sm_recommend>ul>.recommend_item:last-child{
  border-bottom: none;
}
.sm_recommend>ul>.recommend_item:first-child{
  padding-top: 0 !important;
}
.recommend_price{
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 20px;
}
.recommend_price>p{
  font-size: 12px;
  color: #777777;
}
.recommend_price>div{
  font-size: 12px;
  color: #444444;
}
.recommend_price>div>span {
  font-size: 16px;
  color: #FF8000;
}






/* list 开始 */
/* 展示结果 */
.show_num>span{
  font-size: 12px;
  color: #545454;
}
.show_num>span>em{
  font-size: 14px !important;
  color: #FF8000;
  font-weight: 100;
}
.show_num>span>b{
  font-size: 12px !important;
  color: #FF8000;
  font-weight: 100;
}
/* 排序开始 */
.group_type {
  height: 30px;
  padding: 10px;
  background: #f8f8f8;
  margin-bottom: 15px;
  margin-top: 15px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.group_type_left {
  height: 24px;
  padding-top: 6px;
  display: flex;
}
.group_type_left>a{
  margin-right: 12px;
}

.group_type_detail {
  background: url(/statics/web3/images/radio_un_seleced3.svg);
  background-repeat: no-repeat;
  padding-left: 25px;
  height: 17px;
  float: left;
  font-size: 14px;
  cursor: pointer;
  background-size: 16px 18px;
}
.group_type_detail_active {
  background: url(/statics/web3/images/radio_seleced3.svg);
  background-repeat: no-repeat;
}
.group_Discount{
  position: absolute;
  top: 2px;
  left: -110px;
}
.group_Discount_active{
  border: 1px solid #ff8000 !important;
}
.group_Discount_active>s{
  display: block !important;
}
.group_Discount_default{
  border:1px solid #888888;
}
.group_Discount_default>s{
  display: none;
}
.group_sort{
  position: relative;
}
.group_sort li
{
  width: 101px;
  height: 28px;
  float: left;
  text-align: center;
  border: 1px #dcdcdc solid;
  line-height: 28px;
  border-left: none;
  position: relative;
  font-size: 14px;
  cursor: pointer;
}
.group_sort_box a:first-child>li:nth-child(1){
  border-left: 1px #dcdcdc solid;
}
.group_sort li b {
  margin-top: 6px;
  margin-right: 6px;
  margin-left: 12px;
  height: 14px;
  width: 14px;
  border: 1px solid #888888;
  float: left;
  position: relative;
}
.group_sort li .active b {
  border: 1px solid #ff8000;
}
.group_sort li b s {
  display: none;
  border-right: 2px solid #ff8000;
  border-bottom: 2px solid #ff8000;
  position: absolute;
  top: 0;
  left: 3px;
  background-color: transparent;
  color: #ffffff;
  width: 5px;
  height: 9px;
  transform: rotate(45deg);
}
.group_default{
  background-image: url(/statics/web3/css/images/filter-default.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.group_sort_active{
  color: #ffffff !important;
  background-color: #ff8000 !important;
  border: 1px solid #ff8000 !important;
}
/* up */
.ascend{
  color: #ffffff !important;
  background-color: #ff8000 !important;
  border: 1px solid #ff8000 !important;
  background-image: url(/statics/web3/css/images/filter-ascend.svg) !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
}
/* down */
.descend{
  color: #ffffff !important;
  background-color: #ff8000 !important;
  border: 1px solid #ff8000 !important;
  background-image: url(/statics/web3/css/images/filter-descend.svg) !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
}

.s_list_item{
  display: flex;
  height: 300px;
  overflow: hidden;
  margin-bottom: 20px;
  background: #FFFFFF;
  border: 1px solid #f4f4f4;
}
.s_list_item_up{
  position: relative;
  width: 492px;
  height: 100%;
}
.s_list_item_up>a>img{
  position: relative;
  width: 100%;
  height: 100%;
}
.s_list_item_up>div{
  background: rgba(0,0,0,0.50);
  width: 92px;
  height: 62px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.s_list_item_up>div>p{
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
}
.s_list_item_up>div>p:first-child{
  border-bottom: 1px solid #f4f4f4;
  margin-top: 10px;
}
.s_list_item_describe{
  padding: 20px 20px 20px 20px;
  width: calc(100% - 492px);
}
.s_list_item_describe>h3{
  /* font-size: 18px;
  color: #777777;
  line-height: 30px;
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative; */
}
.tem_arrow_find{
  font-size: 18px;
  padding-right: 9px;
}
.item_arrow_free_trip_find::after{
  top: 8px !important;
}
.item_arrow_small_group_find::after{
  top: 8px !important;
}
.item_arrow_prive{
  background: #B08855;
  padding: 1px 4px;
  position: relative;
  color: #FFFFFF;
  line-height: 20px;
  margin-right: 15px;
  position: relative;
}
.item_arrow_prive::after{
  display: inline-block;
  content: "";
  position: absolute;
  right: -20px;
  top: -1px;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent transparent #B08855;
}
.item_arrow_frees{
  background: #FF8000;
  padding: 1px 4px;
  position: relative;
  color: #FFFFFF;
  line-height: 20px;
  margin-right: 15px;
  position: relative;
}
.item_arrow_frees::after{
  display: inline-block;
  content: "";
  position: absolute;
  right: -18px;
  top: 0px;
  width: 0;
  height: 0;
  border-width: 9px;
  border-style: solid;
  border-color: transparent transparent transparent #ff8000;
}

.s_list_item_describe>h3>a{
  color: #444;
  display: block;
  height: 54px;
  font-size: 18px;
  line-height: 30px;
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
}

.s_list_item_describe .item_arrow{
  display: inline-block;
  margin-right: 14px;
  line-height: 18px;
  padding: 0 4px;
  color: #ffffff;
  background: #FF8000;
  position: relative;
}
.s_list_item_describe .item_arrow::after{
  content: "";
  width: 0px;
  height: 0px;
  border-width: 9px;
  border-style: solid dashed dashed dashed;
  border-color: transparent transparent #FF8000 transparent;
  position: absolute;
  bottom: 0px;
  right: -18px;
  transform: rotate(90deg);
}
.item_arrow_small_group{
  display: inline-block;
  width: 56px;
  margin-right: 5px;
  height: 18px;
  background: url(/statics/web3/smallgroup/common/images/small_group.png) left center no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 7px;
}
.item_arrow_free_trip{
  display: inline-block;
  width: 56px;
  margin-right: 5px;
  height: 18px;
  background: url(/statics/web3/smallgroup/common/images/free_trip.png) left center no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 7px;
}

.s_list_pity{
  padding: 8px 0;
  border-bottom: 1px solid #f4f4f4;
  white-space: nowrap;
}
.s_list_pity>li{
  line-height: 25px;
  font-size: 14px;
  color: #444444;
  max-width: 339px;
}
.s_list_pity>li>span>svg{
  color: #777777;
}
.s_list_pity .s_theme_item_setout{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 26px;
  overflow:hidden;
}
.s_theme_item_setout>em{
  display: inline-block;
  height: 20px;
  line-height: 20px;
  width: 61px;
  font-size: 14px;
  /* padding-left: 16px; */
  /* background: url(/statics/web3/smallgroup/common/images/aircraft_icon.png) left 4px no-repeat */
}
.s_theme_item_setout>span{
  display: inline-block;
  line-height: 18px;
  height: 18px;
  background: #F4F4F5;
  padding: 0 9px;
  margin-left: 5px;
  border-radius: 61px;
}
.s_theme_item_sell{
  margin: 15px 0;
  line-height: 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.s_theme_item_sell>span:nth-child(1){
  font-size: 12px;
  color: #444444;
}
.s_theme_item_sell>span:nth-child(1)>em{
  font-size: 25px;
  color: #ff8000;
}
.s_theme_item_sell>span:nth-child(2){
  font-size: 12px;
  color: #777777;
}
.s_theme_item_pilot>a>em
{
  display: inline-block;
  width:130px;
  height: 37px;
  background: #ff8000;
  color: #ffffff;
  line-height:35px;
  font-size: 16px;
  text-align:center;
  cursor: pointer;
}
.s_theme_item_pilot{
  display: flex;
  align-items: flex-end;
}
.s_theme_item_pilot>span>.sl_icon{
  cursor: pointer;
  color: #ff8000;
  font-size: 22px !important;
  margin-left: 10px;
  /* margin-bottom: 10px; */
}
.shouchang_i{
  background: url("/statics/web3/css/images/collection_gray.png") left center no-repeat;
  background-size: 22px 19px;
  width: 22px;
  height: 19px;
}
.shouchang_i_active{
  background: url("/statics/web3/css/images/colletion_active.png") left center no-repeat;
  background-size: 22px 19px;
}
.s_theme_item_pilot>span{
  cursor: pointer;
  color: #777;
  font-size: 14px;
  margin-left: 15px;
  line-height: 37px;
  display: inline-flex;
  align-items: center;
}
.s_theme_item_pilot>span>.sl_icon{
  font-size:23px;
}
.pilot_span_i_active{
  color: #ff8000 !important;
}
.pilotbright_spot{
  display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 2;
  line-clamp: 2;
  white-space: initial;
  -webkit-box-orient: vertical; 
  margin-top: 5px;
}


