.cLis_left{
    /* color: #333;
    background-color: white; */
}
.Cdir{
    line-height: 32px !important;
}
.search-result-cm .items-list{
    margin-top: 0!important;
}
.search-result-cm{
    margin-top: 0!important;
}
.cLis_left_filter_title{
    padding: 10px 15px;
}
.cLis_left_filter_title_txt{
    font-size: 16px;
    font-weight: bold;
    color: #444444;
    border-bottom: 1px solid #dcdcdc;
    line-height: 40px;
}
.cLis_left .ftitle{
    padding-left:0 !important;
    border-bottom: none;
}
.cLis_left .ftitle.open, .cLis_left .ftitle.closed{
    background-position-x: 280px;
}
.filter_box{
    display: flex;
    flex-wrap: wrap;
    padding: 10px 14px;
}
.filter_box >span{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #444;
    background-color: #fff;
    margin-right: 9px;
    margin-bottom: 10px;
    width: 81px;
    padding: 4px;
    text-align: center;
    border: 1px solid #DCDCDC;
    cursor: pointer;
    height: 30px;
}
.filter_box em{
    font-style: normal;
}
.filter_box >span:nth-child(3n){
    margin-right: 0;
}
.ftitle .cruise_business_date_arraw{
    width: 30px;
}
.ftitle .cruise_business_dateshow{
    width: 70px;
}

.ftitle{
    display: flex;
    justify-content: space-between;
}
.fleft_title{
    font-size: 14px;
    font-weight: bold;
}
.filter_box .cruise_date_cont .cruise_month{
    width: 21% !important;
}
.cruise_lis_item .pic{  
    position: relative;
    
}
.cruise_lis_item .msg-text{
    margin-left: 20px;
    padding: 0;
}
.cruise_lis_item_address{
    display: flex;
    width: 96%;
    align-items: baseline;
    white-space: pre;
    font-size: 14px;
    color: #444444;
}
.cruise_lis_item_ship_name{
    padding-left: 10px;
    align-items: baseline;
    white-space: pre;
    font-size: 14px;
    color: #444444;
}
.cruise_lis_passed_city .cruise_lis_passed_sp{
    color: #999;
    white-space: pre;
    max-width: 185px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
}
.cruise_lis_item_plan{
    font-size: 13px;
color: #979797;
line-height: 22px;
}
.cruise_lis_item .msg-text .msg_text_1{
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cruise_lis_item .msg-text .msg_text_1 .tit{
    margin-bottom: 0px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.msg_text_1_img{
    width: 60px;
    margin-right: 20px;
}
.cruise_lis_item_ship{
    margin: 15px 0;
}
.cruise_lis_item .msg-text .review_detail{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 0;
    width: calc(100% - 20px);
}
.gap_detail_inter{
    height: 10px;
    border-top: 1px solid rgb(220, 220, 220);
    margin-top: 13px;
    width: calc(100% - 20px) 
}
.cruise_lis_item .review_detail .xq-btn{
    width: 130px;
    font-size: 16px;
    height: 37px;
    background: #ff8000;
    color: #fff;
    text-align: center;
    line-height: 37px;
}
.cruise_collecting{
    width: 28px;
    height: 28px;
    border-radius: 100px;
    line-height: 28px;
    text-align: center;
    background-color: rgb(255, 255, 255, .5);
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.cruise_collecting .sl_icon{
    font-size: 14px;
}
.cruise_early{
    font-size: 12px;
    color: #444444;
    padding: 2px 10px;
    text-align: center;
    position: absolute;
    top: 10px;
    left: -5px;
    cursor: pointer;
    background-image: linear-gradient(90deg, #DBB384 0%, #EFDAB9 100%);
    border-radius: 6px 0px 7.5px 0px;
}
.cruise_early_txt::after{
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    bottom: -6px;
    border-style:solid ;
    border-width:3px ;
    border-color: #DBB384 #DBB384 transparent transparent ;
}
.lis_fit_active{
    color: #fff !important;
    background-color: #ff8000 !important;
    border: 1px solid #ff8000 !important;
}