.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    line-height: 0;
    clear: both;
}
.common__saerch--input--pbslayout input {
    padding-left: 70px;
}
/* 右侧 */
.com__show--head--pbslayout li:last-child {
    cursor: pointer;
}
.com__show--body--pbslayout li:last-child {
    display: none;
}
/* wangeditor 插件*/
.w-e-text-container {
    padding: 0 40px;
}
.red_text_color{
    color: #FF383A;
}
.hui_text_color{
    color: #666;
}
.one_ellipsis{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.result_list_divbox{
    display: flex;
    justify-content: space-between;
    padding: 20px 0px;
    border-bottom: 1px solid #ddd;
}
.result_img_box {
    position: relative;
    width: 240px;
    height: 150px;
    margin-right: 20px;
    overflow: hidden;
    cursor: pointer;
}
.result_img_box img {
    /* *-图片 */
    position: absolute;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
}
/*.result_img_box .sample_stage{*/
/*    position: absolute;*/
/*    bottom: 0px;*/
/*    background: rgba(0,0,0,0.6);*/
/*    height: 30px;*/
/*    line-height: 30px;*/
/*    left: 0px;*/
/*    color: #00FFC6;*/
/*    font-size: 14px;*/
/*    width: 100%;*/
/*    text-align: center;*/
/*    overflow: hidden;*/
/*    white-space: nowrap;*/
/*    text-overflow: ellipsis;*/
/*}*/

.result_msg_cnt{
 /*width: calc(100% - 168px - 152px - 40px);*/
    flex: 1;
    min-width: 0;
}
.result_msg_cnt .result_name_type{
    display: flex;
    justify-content: space-between;
}
.result_msg_cnt .result_name_type>h3{
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    flex: 1;
    min-width: 0;
}
.result_msg_cnt .result_name_type>h3 .result_type{
    max-width: 200px;
}
.result_msg_cnt .result_name_type>h3 .result_name{
    margin-left: 4px;
    max-width: calc(100% - 400px);
}
.result_msg_cnt .result_name_type>h3 .sample_stage{
    margin-left: 20px;
    color: #FF8B3D;
    font-size: 14px;
    max-width: 200px;
}
.result_msg_cnt .result_name_type>.result_hot{
    color: #FF383A;
    font-size: 14px;
    font-weight: 700;
    margin-left: 20px;
}
.result_msg_cnt .result_name_type>.result_hot span{
    margin-right: 5px;
}
.result_msg_cnt .result_has_attribute{
   font-size: 14px;
    color: #333333;
    display: flex;
    flex-wrap: wrap;
}
.result_msg_cnt .result_has_attribute>div{
   margin-top: 12px;
    max-width: 33%;
}
.result_msg_cnt .result_has_attribute>.margin_right_div{
    margin-right: 40px;
    max-width: calc(33% - 40px);
}
.result_msg_cnt .result_has_attribute .result_desc{
    width: 100%;
    max-width: 100%;
    position: relative;
    max-height: 42px;
    min-height: 42px;
    overflow: hidden;
    line-height: 21px;
    word-break: break-all;
}
.doubleoveflow::after {
    content: "...";
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding-left: 40px;
    background: -webkit-linear-gradient(left, transparent, #fff 55%);
    background: -o-linear-gradient(right, transparent, #fff 55%);
    background: -moz-linear-gradient(right, transparent, #fff 55%);
    background: linear-gradient(to right, transparent, #fff 55%);
}
.result_msg_cnt .result_has_attribute .tag_time_parentbox{
    width: 100%;
    max-width:100%;
}
.result_msg_cnt .result_has_attribute .tag_time_parentbox .tagbox{
    width: 100%;
    max-width: calc(100% - 170px);
}
.result_msg_right{
    min-width: 152px;
    flex-shrink: 0;
    margin-left: 20px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.result_msg_right .result_price{
    font-size: 16px;
    margin-bottom: 6px;
}
.result_msg_right .result_right_concatus{
    width: 80px;
    height: 30px;
    background: #FF383A;
    border-radius: 4px 4px 4px 4px;
    color: #fff;
    margin-top: 6px;
    cursor: pointer;
    border: none;
}
.result_msg_right>div.active_red{
    color:#FF383A
}
.result_msg_right>div.active_blue{
    color:#5480EE
}
.result_msg_right>div.active_orange{
    color:#E17B0D
}
.result_msg_right>div.active_hui{
    color:#7D7D7D
}
.result_msg_right>div.active_zi{
    color:#BD10E0
}


