/*首页CSS*/
.home_wrap{
    position: relative;
    width:1550px;
    padding:0 0 64px;
    margin:0 auto;
    zoom: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/* 2026-05-14 zhangyp 首页菜单栏调整-start */
.commonHeaderBar .wrap-container{
    width:1550px !important;
}
.commonHeader.commonMallHeader:not(.publicHead-fixed){
    width: 1550px;
    margin: 20px auto 0 auto;
    padding-top:22px !important;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.commonHeader.commonMallHeader:not(.publicHead-fixed) .commonHeaderSearch.common_search_container{
    width:630px !important;
}
.commonHeader.commonMallHeader:not(.publicHead-fixed) .commonHeaderSearch.common_search_container .recordSuspension{
    width:630px !important;
}
.commonHeader.commonMallHeader:not(.publicHead-fixed) .wrap-container{
    width:1296px !important;
}
.commonHeaderNav{
    width: 1550px;
    margin: 0 auto;
    border-bottom: 0px;
}
.commonHeaderNav .wrap-container{
    width:1296px !important;
}
.commonHeaderNav .wrap-container .header_nav_item{
    margin-right:50px !important;
}
.commonHeaderNav .wrap-container .header_nav_item:first-child{
    margin-left:200.5px;
}
/* 菜单栏标识 */
.commonHeaderNav .header_nav_item{
    position: relative;
}
/* 供应商优选-认证 */
.commonHeaderNav .header_nav_item.nav_rzIcon::after{
    content: '';
    display: inline-block;
    width:38px;
    height:19px;
    background:url('../images/index_navRZ_icon.svg') no-repeat center/cover;
    position: absolute;
    top: -19px;
    right: -17px;
}
/* 采购指南-hot */
.commonHeaderNav .header_nav_item.nav_hotIcon::after{
    content: '';
    display: inline-block;
    width:31px;
    height:24px;
    background:url('../images/index_navHOT_icon.svg') no-repeat center/cover;
    position: absolute;
    top: -24px;
    right: -13px;
}
/* 创新学苑-免费 */
.commonHeaderNav .header_nav_item.nav_mfIcon::after{
    content: '';
    display: inline-block;
    width:38px;
    height:19px;
    background:url('../images/index_navMF_icon.svg') no-repeat center/cover;
    position: absolute;
    top: -19px;
    right: -10px;
}

/* 2026-05-14 zhangyp 首页菜单栏调整-end */

/* 分类、轮播、个人信息 */
.home_top_container{
    display: flex;
    align-items: center;
    height: 450px;
    padding: 0 20px 20px;
    background: #ffffff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
/* 分类 */
.home_top_container .top_sidebar_container{
    width:260px;
    height:450px;
    padding: 18px 0 0 ;
	box-sizing: border-box;
    border-radius: 5px;
	position: relative;
    background:#F5F5F5;
}
.home_top_container .top_sidebar_container .top_sidebar_title{
    padding-left:20px;
    margin-bottom:6px;
}
.home_top_container .top_sidebar_container .top_sidebar_title a{
    font-size: 16px;
    font-weight: bold;
    color:#2D2D2D;
}
.home_top_container .top_sidebar_container .top_sidebar_title .iconfont{
    margin-left:5px;
    font-size: 12px;
    color:#2D2D2D;
}
.top_sidebar_container .sidebar_container_item{
    height: 36px;
    padding:0 20px;
    line-height: 36px;
    font-size: 14px;
    color: #2D2D2D;
    cursor: pointer;
}
.sidebar_container_item .sidebar_item_title span:not(:last-child)::after{
    content:'/';
    display: inline-block;
    margin:0 2px;
}
.sidebar_container_item:hover{
    color:#0070BC;
    background:#EEF3FF;
}
.sidebar_container_item:hover .sidebar_item_more{
    display: block;
}
.sidebar_container_item .sidebar_item_more{
    display: none;
    width: 999px;
    padding-left: 15px;
    position: absolute;
    top: 0;
    left: 260px;
    /* background: #F6F6F6; */
    z-index:100;
}
.sidebar_item_more .sidebar_more_options{
    width: 999px;
    min-height: 450px;
    padding: 20px 30px;
    box-sizing: border-box;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #99AEFF;
}
.sidebar_more_options .sidebar_options_title{
    margin-bottom:10px;
    font-size:14px;
    font-weight: 600;
    line-height:18px;
    color:#444444;
}
.sidebar_more_options .sidebar_options_title:not(:first-child){
    margin-top:30px;
}
.sidebar_options_title .options_title_icon{
    margin-left:10px;
    color:#999999;
}
.sidebar_more_options .sidebar_options_href{
    display: flex;
    flex-wrap: wrap;
}
.sidebar_options_href .options_href_link{
    display: inline-block;
    width: 25%;
    margin-top:10px;
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis; 
    font-size:12px;
    line-height:16px;
    color:#666666;
}

/* 轮播 */
.home_top_container .top_banner_container{
    display: flex;
    width: 998px;
    height: 450px;
    margin: 0 16px;
}
.top_banner_container .cxyx_banner_swiper {
    width: 702px;
    height: 450px;
}
.cxyx_banner_swiper .swiper-slide{
    border-radius: 5px;
    overflow: hidden;
}
.cxyx_banner_swiper .swiper-slide img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.custom_index_next,.custom_index_prev{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
}
.custom_index_next::after,.custom_index_prev::after{
    font-size:12px;
    color:#fff;
}
.custom_index_dot{
    text-align: right;
    padding-right: 35px;
    padding-bottom:10px;
    box-sizing: border-box;
}
.custom_index_dot .swiper-pagination-bullet{
    background: #ffffff;
    opacity: 1;
}
.custom_index_dot .swiper-pagination-bullet-active{
    width: 20px;
    border-radius: 20px;
    background:#00A0E8 !important;
}
/* 小图广告位 */
.top_banner_container .min_advertising_imgList{
    width:280px;
    margin-left: 16px;
}
.top_banner_container .min_advertising_item{
    display: block;
    width:280px;
    height:217px;
}
.top_banner_container .min_advertising_item:not(:first-child){
    margin-top:16px;
}
.top_banner_container .min_advertising_item img{
    width:100%;
    height:100%;
    border-radius: 10px;
}
/* 个人信息 */
.home_top_container .top_oneself_container{
    width: 220px;
    height: 100%;
    padding: 0;
    box-sizing: border-box;
    border-radius: 10px;
    background: #ffffff;
}
.home_top_container .top_oneself_container .top_oneself_bg{
    padding: 20px 12px 0;
    background: linear-gradient(to bottom, rgba(247, 248, 252, 1), rgba(245, 245, 245, 0));
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.oneself_login_info .oneself_login_photo,
.oneself_nologin_con .oneself_login_photo{
    width:65px;
    height:65px;
    margin-right:12px;
    object-fit: cover;
    border-radius: 50%;
}
.oneself_nologin_con .oneself_login_photo{
    margin-left:28px;
}
.oneself_login_info .oneself_login_name,
.oneself_nologin_con .oneself_login_name{
    font-size:12px;
    color:#333;
}
.oneself_login_info .oneself_loginyes_nametitle{
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.top_oneself_container .login_order_state{
    padding: 15px 5px 13px 5px;
    display: flex;
    align-items: center;
}
.login_order_state .order_state_item{
    width: 36px;
    font-size: 12px;
    text-align: center;
    color: #333;
}
.login_order_state .order_state_item:not(:last-child){
    margin-right:14px;
}
.order_state_item .item_order_number{
    font-size: 16px;
    font-weight: 700;
    color:#FF5A00;
}
.top_oneself_container .oneself_nologin_operation{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0 20px 0;
}
.oneself_nologin_operation .nologin_operation_btn{
    width: 85px;
    height: 34px;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
    color: #ffffff;
    background:#FF5A00;
}
.nologin_operation_btn.register{
    background:#00A0E8;
}
.top_oneself_container .top_oneself_function{
    padding: 16px 0;
    border-bottom: 1px solid #F0F0F0;
}
.top_oneself_function .oneself_function_title{
    font-size: 12px;
    font-weight: bold;
    color:#2D2D2D;
}
.top_oneself_function .oneself_function_con{
    display: flex;
    align-items: center;
    margin-top:16px;
}
.oneself_function_con .oneself_btn_item{
    width:57px;
    font-size:12px;
    text-align: center;
    color:#2D2D2D;
}
.oneself_function_con.function_con_top .oneself_btn_item:hover p{
    color:#00A0E8;
}
.oneself_function_con.function_con_bottom .oneself_btn_item:hover p{
    color:#FF5A00;
}
.oneself_function_con .oneself_btn_item:not(:last-child){
    margin-right:25px;
}
.oneself_function_con .oneself_btn_item .oneself_btn_icon{
    margin-bottom:7px;
}
.oneself_function_con .oneself_btn_item .oneself_btn_icon.usericon_m_b2{
    margin-bottom: 2px;
}
.oneself_btn_item svg{
    font-size:26px;
}
.oneself_btn_item span{
    font-size:20px;
}
.top_oneself_announcement .oneself_announcement_title{
    padding-top: 16px;
    font-size: 12px;
    font-weight: bold;
    color: #2D2D2D;
}
.top_oneself_announcement .oneself_announcement_title.pcba_title{
    font-weight: 400;
    color:#666666;
}
.top_oneself_announcement .oneself_announcement_item{
    display: block;
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    line-height:16px;
    color: #444444;
    cursor: pointer;
}
.top_oneself_announcement .oneself_announcement_item:hover{
    color:#FF5A00;
}
.top_oneself_announcement .oneself_announcement_item::before{
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    margin-right: 5px;
    transform: translateY(-2px);
    border-radius: 50%;
    background: rgba(217, 217, 217, 0.87);
}

/* 网站特点 */
.website_home_container{
    display: flex;
    align-items: center;
    height: 170px;
    margin-top: 20px;
    padding: 20px;
    border-radius: 15px;
    box-sizing: border-box;
    background: #ffffff;
}
.website_home_item{
    display: inline-block;
    width: 365px;
    height: 130px;
    padding: 36px 0;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 15px;
    text-align: center;
    color:#555555;
}
.website_home_item:not(:last-child){
    margin-right:16px;
}
.website_home_item.xxqd{
    background: url('../images/index_xxqd_bg.png') no-repeat center/cover;
}
.website_home_item.pzbz{
    background: url('../images/index_pzbz_bg.png') no-repeat center/cover;
}
.website_home_item.gxzl{
    background: url('../images/index_gxzl_bg.png') no-repeat center/cover;
}
.website_home_item.znch{
    background: url('../images/index_znch_bg.png') no-repeat center/cover;
}
.website_detail_title{
    margin-bottom: 10px;
    font-size: 26px;
    font-weight: bold;
    line-height: 26px;
    color: #555555;
}
.website_home_item.xxqd .website_yxqd_text{
    color:#1A5BAA;
}
.website_home_item.pzbz .website_pzbz_text{
    color:#1C4C3B;
}
.website_home_item.gxzl .website_gxzl_text{
    color:#4C24B2;
}
.website_home_item.znch .website_znch_text{
    color:#E45709;
}

/* 供应中心、采购中心 */
.home_center_container{
    width: 1550px;
    margin-top: 15px;
    padding: 20px;
    box-sizing:border-box;
    border-radius: 15px;
    background: linear-gradient(to bottom, #FFE1C4, #FFFFFF);
}
.home_center_container .home_center_tab{
    display: flex;
    align-items: center;
    position: relative;
}
.home_center_container .center_tab_gys,
.home_center_container .center_tab_cgs{
    display: inline-flex;
    align-items: center;
    margin-right: 40px;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    position: relative;
    cursor: pointer;
}
.home_center_container .center_tab_gys img,
.home_center_container .center_tab_cgs img{
    width:42px;
    height:42px;
    margin-right:10px;
}
.home_center_container .center_tab_gys.active,
.home_center_container .center_tab_cgs.active{
    color: #FF5A00;
}
.home_center_container .center_tab_gys.active::after,
.home_center_container .center_tab_cgs.active::after{
    content:'';
    display: inline-block;
    width:80px;
    height:2px;
    background:#FF5A00;
    position: absolute;
    right:0;
    bottom:0;
}
.tab_cgs_btn{
    display: inline-block;
    width: 148px;
}
.center_tab_cgs.active .tab_cgs_btn{
    padding-left: 45px;
}
.home_center_container .tab_cgs_operation{
    display: inline-flex;
    align-items: center;
    position: absolute;
    right: 0;
}
.tab_cgs_operation .operation_more_link{
    font-size:14px;
    color:#0070BC;
    text-decoration: underline;
    cursor: pointer;
}
.tab_cgs_operation .operation_btn_line{
    display: inline-block;
    width:1px;
    height:21px;
    margin:0 25px;
    background:#999999;
}
.tab_cgs_operation .operation_put_btn{
    display: inline-block;
    width: 116px;
    height: 32px;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
    line-height: 32px;
    color: #fff;
    background: #FF5A00;
    cursor: pointer;
    position: relative;
}

.tab_cgs_operation .operation_put_btnno{
    margin-right:50px;
}
.tab_cgs_operation .operation_put_btnno:after{
    content: '';
    display: inline-block;
    width: 1px;
    height: 22px;
    background: #999999;
    position: absolute;
    right: -25px;
    top: 4px;
}
/* 热卖型号-查看更多 */
.tab_cgs_operation .hot_more_href{
    font-size: 13px;
    color:#666666;
}
.home_center_container .tab_cgs_operation .cgzx_more_href{
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    color: #666666;
}

.home_center_container .home_center_table{
    height: 443px;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 14px 0 rgba(208, 208, 208, 0.3);
}
.center_table_height{
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    background: #fff;
}
.home_center_container .center_table_item{
    overflow: hidden;
    width: 100%;
    border-collapse: collapse;
    background: none;
}
.home_center_container .center_table_item .count_down_timer{
    color:#FF0F23;
}
.center_table_item th {
    height: 43px;
    padding: 0 0 0 20px;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #2D2D2D;
    background: #F6F6F6;
}
.center_table_item th:first-child{
    border-top-left-radius: 5px;
}
.center_table_item th:last-child{
    border-top-right-radius: 5px;
}
.center_table_item td {
    height: 39px;
    padding-left: 20px;
    box-sizing: border-box;
    font-size: 14px;
    font-style: normal;
    line-height: 39px;
    text-align: left;
    color: #2D2D2D;
}
.home_center_container .center_table_item tbody tr:hover td{
    background:#FAFAFA;
}
.home_center_container .center_table_item tbody tr:hover td:first-child .hover_td_blue{
    color:#00A0E8;
}
.center_table_item .max_w200{
    max-width: 200px;
}
.center_table_item .table_company_detail{
    display: flex;
    align-items: center;
    margin-right:10px;
}
.center_table_item .hot_detail_icon{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 24px;
    border-radius: 5px;
    font-size: 14px;
    color: #ffffff;
    background: linear-gradient(to right, #07B2FF, #0C7EFC);
    cursor: pointer;
}
.table_company_detail .company_detail_text{
    max-width: 190px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* 身份图标左对齐-start */
.center_table_item .table_company_detail .icon_bjimg{
    width:53px !important;
}
.center_table_item .table_company_detail .icon_bjimg_yc {
    background-position: -63px -28px !important;
}
.center_table_item .table_company_detail .icon_bjimg_dl {
    background-position: -63px -14px !important;
}
.center_table_item .table_company_detail .icon_bjimg_fn{
    background-position: -110px 2px !important;
}
/* 身份图标左对齐-end */
.table_company_detail .table_company_w280{
    width:280px;
}

.basically_order_icon{
    display: inline-block;
    width: 48px;
    height: 18px;
    margin-left: 10px;
    box-sizing: border-box;
    border-radius: 48px;
    background: #FFE9DD;
    border: 1px solid #FF5A00;
    font: 400 12px normal;
    text-align: center;
    line-height: 16px;
    color: #FF5A00;
}
.basically_order_bj{
    font-size:14px;
    color:#FF5A00 !important;
    cursor: pointer;
}

/* 热搜型号 */
.home_hot_container{
    width:1550px;
	padding:20px;
    min-height: 340px;
    margin-top:20px;
    border-radius: 15px;
	box-sizing: border-box;
    background:#fff;
}
.home_hot_container .hot_search_title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 17px;
    font-size: 20px;
    font-weight: bold;
    color: #2D2D2D;
}
.home_hot_container .hot_search_title .hot_Change_itUp{
    font-size: 13px;
    font-weight: 400;
    color:#333333;
    cursor: pointer;
}
.home_hot_container .hot_search_title .hot_Change_itUp:hover{
    color:#FF5A00;
}
.home_hot_container .hot_search_title .hot_Change_itUp .iconfont{
    font-size: 13px;
    margin-right:4px;
}
.home_hot_container .home_hot_table{
    display: flex;
    align-items: flex-start;
}
.home_hot_container .home_hot_table table{
    width:490px;
    border-radius: 5px;
    border-collapse: separate;
    border-spacing: 0;
}
.home_hot_container .home_hot_table table:not(:last-child){
    margin-right:20px;
}
.home_hot_container .home_hot_table table tr{
    height:42px;
}
.home_hot_table table tbody td, 
.home_hot_table table thead th{
    text-align: left;
    padding-left: 10px;
    box-sizing: border-box;
    position: relative;
    word-break: break-word;
    overflow-wrap: break-word;
    font-size: 14px;
}
.home_hot_table table thead th{
    font-weight: 400;
    background:#FAFAFA;
    border-right: 1px solid #F0F0F0;
    border-top: 1px solid #F0F0F0;
}
.home_hot_table table th:first-child {
    border-top-left-radius: 5px;
    border-left: 1px solid #F0F0F0;
}
.home_hot_table table th:last-child {
    border-top-right-radius: 5px;
}
.home_hot_table table tbody tr:first-child td:first-child {
    border-bottom-left-radius: 5px;
}
.home_hot_table table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 5px;
}
.home_hot_table table tbody td{
    border-right: 1px solid #F0F0F0;
    border-top: 1px solid #F0F0F0;
}
.home_hot_table table tbody td:first-child{
    border-left: 1px solid #F0F0F0;
}
.home_hot_table table tbody tr:last-child td{
    border-bottom: 1px solid #F0F0F0;
}
.home_hot_table table .hot_price_text{
    color:#FF0000 !important;
}
.home_hot_table table tbody tr:hover td{
    color:#00A0E8;
    background:#FAFAFA;
}
.home_hot_table table tbody tr:hover a{
    color:#00A0E8;
}
.home_hot_table .no_data_hint{
    position: relative !important;
    top:150px !important;
}


/* 供应商优选 */
.home_seller_container{
    width: 1550px;
    min-height: 290px;
    padding: 25px 20px;
    margin-top: 20px;
    box-sizing: border-box;
    border-radius: 10px;
    background: #fff;
    position: relative;
}
.home_seller_container .home_seller_list{
    display: flex;
    flex-wrap: wrap;
}
.home_seller_list .home_seller_item{
    width: 362px;
    height: 187px;
    margin-top: 20px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
    border:1px solid #fff;
    text-align: center;
    overflow: hidden;
    background: #ffffff;
}
.home_seller_list .home_seller_item:not(:nth-child(4n)){
    margin-right:20px;
}
.home_seller_list .home_seller_item .home_seller_detail{
    display: flex;
    align-items: center;
    justify-content: center;
}
.home_seller_item .item_photo_block{
    display: block;
    width: 60px;
    height: 60px;
    margin-right: 20px;
}
.home_seller_item .seller_item_photo{
    width: 60px;
    height: 60px;
    border-radius: 5px;
}
.seller_item_detail .seller_detail_name{
    width: 100%;
    display: inline-flex;
    align-items: center;
}
.seller_detail_name .detail_name_text{
    display: inline-block;
    /* flex:1; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.seller_detail_grade{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    font-size: 13px;
    line-height: 22px;
    color: #666666;
}
.seller_detail_grade .icon-xing{
    width:95px;
}
.seller_detail_grade .grade_circle{
    display: inline-block;
    width:5px;
    height:5px;
    margin-right:10px;
    margin-left: 10px;
    border-radius: 50%;
    background:#CCCCCC;
}
.seller_detail_grade .grade_number{
    margin-left:5px;
    color:#FF5A00;
}
.seller_type_title{
    margin: 16px 0 0;
    font-size: 13px;
    line-height: 28px;
    color: #FF8C00;
    position: relative;
}
.seller_type_title::before{
    content:'';
    display: inline-block;
    width:123px;
    height:1px;
    background: linear-gradient(to left, #FFD8C3, #FFFFFF);
    position: absolute;
    left: 0;
    top:0;
    bottom:0;
    margin:auto;
}
.seller_type_title::after{
    content:'';
    display: inline-block;
    width:123px;
    height:1px;
    background: linear-gradient(to right, #FFD8C3, #FFFFFF);
    position: absolute;
    right: 0;
    top:0;
    bottom:0;
    margin:auto;
}
.seller_type_list{
    max-height: 66px;
    overflow: hidden;
}
.seller_type_item{
    display: inline-block;
    margin-right: 20px;
    font-size: 12px;
    line-height: 28px;
    color: #888888;
}
/* 标题 */
.home_seller_title,
.home_scheme_title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size:20px;
    font-weight: bold;
    color:#2D2D2D;
}
.seller_title_more,
.scheme_title_more{
    font-size:13px;
    font-weight: 400;
    color:#666666;
}
.seller_title_more.more_text_white{
    color:#ffffff;
}
.seller_title_more:hover,
.scheme_title_more:hover,
.cgzx_more_href:hover,
.hot_more_href:hover{
    color:#FF5A00;
}

/* 供应商优选-样式调整 */
.supplier_selection_optimization.home_seller_container{
    background:url('../images/index_yxgys_bg.png?t=2026081201') no-repeat center/cover;
}
.supplier_selection_optimization .home_seller_list .home_seller_item{
    box-shadow: 0 -1px 12px 0 rgba(6, 33, 121, 0.16);
}
.supplier_selection_optimization .home_seller_list .home_seller_item:hover{
    border:1px solid #0C49BA;
    box-shadow: 0 4px 14px 0 rgba(6, 33, 121, 0.3);
}
/* PCB/SMT优选-样式调整 */
.pcb_smt_sellerBox.home_seller_container{
    background:url('../images/index_pcba_bg.png?t=2026081201') no-repeat center/cover;
}
.pcb_smt_sellerBox .home_seller_list .home_seller_item{
    box-shadow: 0 -1px 12px 0 rgba(84, 181, 143, 0.7);
}
.pcb_smt_sellerBox .home_seller_list .home_seller_item:hover{
    border:1px solid #44AC84;
    box-shadow: 0 4px 14px 0 rgba(84, 181, 143, 0.2);
}
.pcb_smt_sellerBox .seller_type_title{
    color:#15A675;
}
.pcb_smt_sellerBox .seller_type_title::before{
    background: linear-gradient(to left, #B3E4D3, #FFFFFF);
}
.pcb_smt_sellerBox .seller_type_title::after{
    background: linear-gradient(to right, #B3E4D3, #FFFFFF);
}

/* 原厂专区 */
.home_original_container{
    width: 1550px;
    max-height: 540px;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    padding: 20px;
    border-radius: 15px;
    overflow: hidden;
    box-sizing: border-box;
    background: #fff;
}
.home_original_container .home_original_title{
    font-size: 20px;
    font-weight: bold;
    color: #2D2D2D;
}
.home_original_container .home_original_detail{
    flex: 1;
    margin-top: 10px;
    box-sizing: border-box;
    position: relative;
}
.home_original_detail .home_original_tab{
    height: 28px;
    line-height: 28px;
}
.home_original_tab .original_tab_item{
    margin-right:50px;
    font-size:14px;
    color:#2D2D2D;
    cursor: pointer;
}
.home_original_tab .original_tab_item.active{
    color:#00A0E8;
    position: relative;
}
.home_original_tab .original_tab_item.active::before{
    content:'';
    display: inline-block;
    width:100%;
    height:2px;
    background:#00A0E8;
    position: absolute;
    bottom: -2px;
    left: 0;
}
.home_original_list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.home_original_list .original_list_item{
    display: inline-block;
    width: 362px;
    height: 193px;
    margin-top: 20px;
    padding: 35px 15px 0 15px;
    box-sizing: border-box;
    border-radius: 5px;
    background:url('../../css/images/yc_home_bg.png?t=20260804') no-repeat center/cover;
    position: relative;
}
.home_original_list .original_list_item:not(:nth-child(4n)){
    margin-right:20px;
}
.home_original_list .original_list_item:hover{
    box-shadow: 0 4px 14px 0 rgba(221, 221, 221, 0.5);
    background:url('../../css/images/yc_home_bg_hover.png') no-repeat -14.4px -13px;
}
.original_item_info{
    display: flex;
    position: relative;
    z-index: 1;
}
.original_item_info img{
    width:85px;
    height:85px;
    margin-right:15px;
    box-sizing: border-box;
    border-radius: 5px;
}
.original_info_introduce{
   flex:1;
   font-size:14px;
   color:#2D2D2D;
}
.original_info_introduce .original_introduce_name{
    text-indent: 5px;
    font-weight: bold;
    color:#2D2D2D;
}
.original_info_introduce .original_introduce_text{
    height: 50px;
    margin-top: 8px;
    padding: 5px;
    box-sizing: border-box;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 12px;
    line-height: 21px;
    word-break: break-all;
    color: #666666;
}
.original_info_introduce .original_introduce_text.introduce_text_null{
    opacity: 0;
}
.original_item_operation{
    position: relative;
    z-index: 1;
}
.original_item_operation .original_operation_im{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 103px;
    height: 28px;
    border-radius: 30px;
    box-sizing: border-box;
    border: 1px solid rgba(255, 90, 0, 0.3);
    font-size: 12px;
    color: #FF5A00;
    cursor: pointer;
}
.original_item_operation .original_operation_shop{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 103px;
    height: 28px;
    box-sizing: border-box;
    border: 1px solid rgba(21, 166, 117, 0.4);
    border-radius: 50px;
    font-size: 12px;
    color: #15A675;
    cursor: pointer;
}
.original_item_operation .original_operation_shop .iconfont{
    line-height: normal;
    color:#15A675;
}
.home_original_container .no_data_hint{
    margin: 60px auto 22px;
    position: relative;
    top: 0;
}

/* 方案优选 */
.home_scheme_container{
    width: 1550px;
    min-height: 394px;
    margin-top: 20px;
    box-sizing: border-box;
    position: relative;
}
.home_scheme_container .home_scheme_list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.home_scheme_list .scheme_list_item{
    margin-top: 20px;
    width: 294px;
    height: 422px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
    background: #ffffff;
    position: relative;
    box-shadow: 0 -1px 12px rgba(224, 224, 224, 0.25);
}
.home_scheme_list .scheme_list_item .scheme_detail_href{
    display: block;
    width:100%;
    height:100%;
}
.home_scheme_list .scheme_list_item:hover{
    box-shadow: 0 4px 16px 0 rgba(188, 188, 188, 0.7);
}
.scheme_list_item .scheme_item_img{
    width: 254px;
    height: 254px;
    object-fit: contain;
    border-radius: 10px;
    margin-bottom: 8px;
}
.home_scheme_list .scheme_list_item:not(:nth-child(5n)){
    margin-right:20px;
}
.scheme_item_detail .scheme_detail_text{
    height:42px;
    font-size: 14px;
    line-height: 22px;
    color: #333333;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.scheme_item_detail .scheme_detail_more{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top:6px;
}
.scheme_detail_more .scheme_price_item{
    font-size: 18px;
    font-weight: bold;
    color:#FF303A;
}
.scheme_detail_more .scheme_company_name{
    max-width: 170px;
    margin-left: 10px;
    font-size: 12px;
    color:#777777;
}
.scheme_detail_href .scheme_detail_buy{
    display: inline-block;
    width:117px;
    height:34px;
    float: right;
    margin-top:12px;
    box-sizing: border-box;
    border:1px solid rgba(224, 32, 20, 0.5);
    border-radius: 5px;
    font-size: 12px;
    text-align: center;
    line-height:32px;
    color:#E02014;
    cursor: pointer;
}
.scheme_operation_zx{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 117px;
    height: 34px;
    box-sizing: border-box;
    border: 1px solid rgba(255, 90, 0, 0.3);
    border-radius: 5px;
    font-size: 12px;
    line-height: 32px;
    color: #FF5A00;
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 99;
    cursor: pointer;
}
.scheme_operation_zx img{
    width:20px;
    height:20px;
    margin-right:2px;
}

/* 暂无数据 */
.no_data_hint{
    width: 160px;
    height: 131px;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 40px;
    margin: auto;
}
.no_data_img{
    width:160px;
}
.no_hint_text{
    margin-top:6px;
    font-size:12px;
    color:rgba(157, 157, 157, 1);
    text-align: center;
}

/* 宽度限制 */
.tool_w205{
    max-width:205px;
    height:auto;
}
.tool_w160{
    max-width:160px;
    height:auto;
}
.tool_w99{
    max-width:79px;
    height:auto;
}
.tool_w230{
    max-width:230px;
    height:auto;
}



/* 首页顶部广告位-start */

.home_top_advertising{
    width: 100%;
    min-width: 1550px;
    height: 60px;
    box-sizing: border-box;
    position: relative;
}
.home_top_advertising .advertising_swiper {
    width: 100%;
    height: 60px;
}
.home_top_advertising .advertising_swiper.advertising_1440_swiper{
    display: none;
}
.home_top_advertising .swiper-slide{
    overflow: hidden;
}
.home_top_advertising .advertising_swiper .swiper-slide a{
    display: block;
    width: 100%;
    height: 60px;
}
.home_top_advertising .swiper-slide img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.home_top_advertising .swiper-wrapper {
    transition-duration: 0ms !important;
}
.home_top_advertising .top_advertising_close{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(83, 83, 83, 0.3);
    cursor: pointer;
    position: absolute;
    right: 44px;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 10;
}
.home_top_advertising .top_advertising_close::before{
    font-family: 'iconfont';
    content: '\e664';
    display: inline-block;
    font-size: 12px;
    color: #ffffff;
    transform: scale(0.7);
}

/* 首页顶部广告位-end */



/* 首页-适配1440样式-start */

@media screen and (max-width: 1440px) {

    /* 头部+底部调整 */
    html, body{
        min-width: 1400px !important;
    }
    .commonHeaderSearch.common_search_container{
        width:630px !important;
    }
    .commonHeaderSearch .recordSuspension{
        width:630px !important;
    }
    .commonHeader.commonMallHeader:not(.publicHead-fixed) .commonHeaderSearch.common_search_container{
        width:594px !important;
    }
    .commonHeader.commonMallHeader:not(.publicHead-fixed) .commonHeaderSearch.common_search_container .recordSuspension {
        width:594px !important;
    }
    .wrap-container,
    .commonHeaderBar .wrap-container{
        width:1300px !important;
    }
    .commonHeader.commonMallHeader:not(.publicHead-fixed){
        width:1300px !important;
    }
    .commonHeader.commonMallHeader:not(.publicHead-fixed) .wrap-container {
        width: 1260px !important;
    }
    .commonHeaderNav{
        width:1300px !important;
    }
    .commonHeaderNav .wrap-container {
        width: 1090px !important;
    }
    .commonHeaderNav .wrap-container .header_nav_item {
        margin-right: 30px !important;
    }

    /* 广告位 */
    .home_top_advertising{
        min-width: 1400px !important;
    }
    .home_top_advertising .advertising_swiper.advertising_1920_swiper{
        display: none !important;
    }
    .home_top_advertising .advertising_swiper.advertising_1440_swiper{
        display: block !important;
    }

    /* 具体内容 */
    .home_wrap{
        width:1300px !important;
    }
    .banner_1920_box{
        display: none !important;
    }
    .banner_1440_box{
        display: block !important;
    }
    .home_top_container .top_banner_container{
        width: 748px !important;
    }
    .top_banner_container .cxyx_banner_swiper{
        width: 500px !important;
    }
    .top_banner_container .min_advertising_imgList{
        width: 232px !important;
    }
    .top_banner_container .min_advertising_item{
        width: 232px !important;
        margin-top: 0 !important;
    }
    .top_banner_container .min_advertising_item:not(:last-child){
        margin-bottom: 16px;
    }

    .website_home_item {
        align-items: center;
        width: 303px;
        height: 130px;
    }
    .website_home_item.xxqd{
        padding-right: 12px;
    }
    .sidebar_container_item .sidebar_item_more,
    .sidebar_item_more .sidebar_more_options{
        width:749px;
    }

    /* 热卖型号/实单求购 */
    .home_center_container{
        width:1300px;
    }
    .home_center_table .basically_order_width{
        width: 150px !important;
    }
    /* 热搜型号 */
    .home_hot_container{
        width:1300px;
    }
    .home_hot_container .home_hot_table table{
        width:406px;
    }
    /* 供应商优选 */
    .home_seller_container{
        width:1300px;
    }
    .home_seller_list .home_seller_item{
        width:300px;
    }
    .home_seller_item .item_photo_block{
        margin-right:10px;
    }
    .home_seller_list .seller_type_title::before,
    .home_seller_list .seller_type_title::after{
        width: 92px;
    }
    .seller_detail_grade .grade_circle{
        margin-right:5px;
        margin-left:5px;
    }

    /* 原厂专区 */
    .home_original_container{
        width:1300px;
    }
    .home_original_list .original_list_item{
        width:300px;
        background: url('../../css/images/yc_home_bg_1440.png') no-repeat center / cover;
    }
    .home_original_list .original_list_item:hover{
        background: url('../../css/images/yc_home_bg_hover_1440.png') no-repeat -14.4px -13px;
    }

    /* 方案优选 */
    .home_scheme_container{
        width:1300px;
    }
    .home_scheme_list .scheme_list_item{
        width: 244px;
        height: 372px;
    }
    .home_scheme_list .scheme_list_item:not(:nth-child(5n)) {
        margin-right: 20px;
    }
    .scheme_list_item .scheme_item_img{
        width: 204px;
        height: 204px;
    }
    .scheme_detail_href .scheme_detail_buy{
        width:92px;
    }
    .scheme_operation_zx{
        width:92px;
    }

 }
 
 /* 首页-适配1440样式-end */

 