/* 热卖产品样式 */
.hot_product_banner{
    width: 100%;
    height: 360px;
    object-fit: cover;
}
.hot_product_screen{
    width: 1500px;
    padding: 30px 20px 0;
    box-sizing: border-box;
    border-radius: 10px;
    border: 2px solid #ffffff;
    background: linear-gradient(to bottom, #E4F4FF 0%, #FFFFFF 25%);
}
.hot_product_screen .hot_search_item{
    display: flex;
    align-items: center;
    width: 871px;
    height: 40px;
    overflow: hidden;
    margin: 0 auto 20px auto;
    box-sizing: border-box;
    border-radius: 60px;
    background: #ffffff;
}
.hot_product_screen .hot_search_item .hot_search_border{
    display: flex;
    align-items: center;
    height: 40px;
    padding-left: 20px;
    box-sizing: border-box;
    flex: 1;
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
    border: 2px solid #00A0E8;
}
.hot_product_screen .hot_search_item .hot_search_icon{
    margin-right: 12px;
    font-size: 15px;
    color: #68798C;
    line-height: normal;
}
.hot_product_screen .hot_search_item .hot_search_input{
    flex:1;
}
.hot_product_screen .hot_search_item .hot_search_btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 100%;
    font-size: 15px;
    color: #FFFFFF;
    background: #00A0E8;
    cursor: pointer;
}
/* 筛选调整热搜特殊样式 */
.hot_product_screen .sup-filtrate{
    width:100% !important;
}
.sup-filtrate .sup-filtrate-type{
    padding: 10px 0;
    border-top: 1px solid #EFEFEF;
}
.sup-filtrate .sup-filtrate-type:not(:last-child) {
    border-bottom:0 !important;
}
.sup-filtrate .sup-filtrate-type:last-child {
    border-bottom: 1px solid #EFEFEF;
}
.sup-filtrate .sup-filtrate-title{
    width:50px !important;
    margin-right: 5px !important;
    text-align: left !important;
}
/* 综合排序 */
.hot_product_screen .hot_product_sort{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height:66px;
    background:#ffffff;
}
.hot_product_screen .hot_product_sort .hot_sort_left{
    display: inline-flex;
    align-items: center;
}
.hot_product_sort .hot_sort_title{
    display: inline-block;
    width: 50px;
    font-size: 12px;
    font-weight: 700;
    line-height: 30px;
    vertical-align: top;
    text-align: left;
    color: #666666;
    cursor: pointer;
}
.hot_product_sort .hot_sort_title.active{
    color: #0070BC !important;
}
.hot_product_sort .comparison_sort_item{
    margin-left: 20px;
    border: 0 !important;
    padding: 0 !important;
    color: #444444 !important;
}
.hot_product_sort .search_sort_item.model_comparison_sort .comparison_sort_item.active .sort_text_hint,
.hot_product_sort .search_sort_item.model_comparison_sort .comparison_sort_item.active_rise .sort_text_hint,
.hot_product_sort .search_sort_item.model_comparison_sort .comparison_sort_item.active_down .sort_text_hint{
   font-weight: bold;
}
.hot_product_sort .search_sort_item.model_comparison_sort .comparison_sort_item.active,
.hot_product_sort .search_sort_item.model_comparison_sort .comparison_sort_item.active_rise,
.hot_product_sort .search_sort_item.model_comparison_sort .comparison_sort_item.active_down{
    color: #0070BC !important;
    background: #ffffff !important;
}
.hot_product_sort .model_comparison_sort .comparison_sort_item.active_rise .sort_item_down::before,
.hot_product_sort .model_comparison_sort .comparison_sort_item.active_down .sort_item_rise::before{
    color: #0070BC !important;
}
.model_comparison_sort .comparison_sort_item.active_rise .sort_item_rise::before,
.model_comparison_sort .comparison_sort_item.active_down .sort_item_down::before{
    color:#C5C5C5 !important;
}

.hot_product_sort .hot_sort_location{
    display: flex;
    align-items: center;
}
.hot_product_sort .hot_sort_location::before{
    content:'';
    display: inline-block;
    width:1px;
    height:22px;
    margin:0 20px;
    background:#EEEEEE;
}
.hot_product_sort .hot_sort_location label:first-child{
    margin-right:12px;
}
/* 搜索结果+型号搜索 */
.hot_product_sort .hot_sort_right{
    display: flex;
    align-items: center;
}
.hot_product_sort .hot_sort_number{
    font-size: 12px;
    color:#666666;
    margin-right: 20px;
}
.hot_product_sort .hot_model_search{
    display: inline-flex;
    align-items: center;
    width:258px;
    height:30px;
    padding:0 10px;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    border-radius: 5px;
}
.hot_product_sort .hot_model_search input{
    flex:1;
}
.hot_product_sort .hot_model_search .iconfont{
    margin-left:10px;
    font-size: 14px;
    color:#C1C2C3;
    cursor: pointer;
}

.hot_productSearch_list table{
    width: 1500px;
    table-layout: auto;
}
.hot_productSearch_list .search_resultName th{
    font-weight: 400 !important;
}
.hot_productSearch_list .card_top_shield{
    display: none !important;
}