/*首页CSS*/
.home_wrap{
    position: relative;
    width:1500px;
    padding:0 0 64px;
    margin:0 auto;
    zoom: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/* 2026-05-14 zhangyp 首页菜单栏调整-start */
.commonHeader.commonMallHeader:not(.publicHead-fixed){
    width: 1500px;
    margin: 20px auto 0 auto;
    padding-top:22px !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.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: 1500px;
    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;
}
/* 2026-05-14 zhangyp 首页菜单栏调整-end */

/* 2026-05-14 zhangyp 首页顶部调整-start */
.home_bg_box{
    padding: 0 20px 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #ffffff;
}
/* 2026-05-14 zhangyp 首页顶部调整-end */

/* 分类、轮播、个人信息 */
.home_top_container{
    display: flex;
    align-items: center;
    height:450px;
}
/* 分类 */
.home_top_container .top_sidebar_container{
    width:270px;
    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: 907px;
    padding-left: 10px;
    position: absolute;
    top: 0;
    left: 275px;
    /* background: #F6F6F6; */
    z-index:100;
}
.sidebar_item_more .sidebar_more_options{
    width: 907px;
    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{
    width:907px;
    height:450px;
    margin:0 15px;
}
.top_banner_container .cxyx_banner_swiper {
    width: 907px;
    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;
}
/* 个人信息 */
.home_top_container .top_oneself_container{
    width:253px;
    height:100%;
    padding:25px 20px 0px;
    box-sizing: border-box;
    border-radius: 5px;
    background: linear-gradient(to bottom, #B4E3FF 5%, #FBFDFF 40%);
}
.oneself_login_info .oneself_login_photo,
.oneself_nologin_con .oneself_login_photo{
    width:65px;
    height:65px;
    margin-right:10px;
    object-fit: cover;
    border-radius: 50%;
}
.oneself_nologin_con .oneself_login_photo{
    margin-left:19px;
}
.oneself_login_info .oneself_login_name,
.oneself_nologin_con .oneself_login_name{
    font-size:12px;
    color:#333;
}
.top_oneself_container .login_order_state{
    padding:16px 0;
    display: flex;
    align-items: center;
    border-bottom:1px solid #E9EDF0;
}
.login_order_state .order_state_item{
    width: 25%;
    font-size: 12px;
    text-align: center;
    color: #333;
}
.order_state_item .item_order_number{
    font-size: 16px;
    font-weight: 700;
}
.top_oneself_container .oneself_nologin_operation{
    margin:15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.oneself_nologin_operation .nologin_operation_btn{
    width:100px;
    height:34px;
    box-sizing: border-box;
    border-radius: 5px;
    border:1px solid #0070BC;
    font-size:14px;
    line-height:34px;
    text-align: center;
    color:#0070BC;
}
.nologin_operation_btn.register{
    color:#fff;
    background:#0070BC;
}
.top_oneself_container .top_oneself_function{
    padding:18px 0;
    border-bottom:1px solid #ECEEF0;
}
.top_oneself_function .oneself_function_con{
    display: flex;
    align-items: center;
}
.oneself_function_con .oneself_btn_item{
    width:33.3%;
    font-size:12px;
    text-align: center;
    color:#2D2D2D;
}
.oneself_function_con .oneself_btn_item .oneself_btn_icon{
    margin-bottom:7px;
}
.oneself_btn_item svg{
    font-size:26px;
}
.oneself_btn_item span{
    font-size:20px;
}
.top_oneself_announcement .oneself_announcement_title{
    padding-top:18px;
    font-size:12px;
    line-height: 12px;
    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::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;
    margin-top:15px;
}
.website_home_item{
    display: inline-flex;
    align-items: center;
    width: 363px;
    height: 120px;
    padding: 28px 0 28px 25px;
    border-radius: 5px;
    box-sizing: border-box;
}
.website_home_item:not(:last-child){
    margin-right:15px;
}
.website_home_item.xxqd{
    background: #FFF3E5;
}
.website_home_item.pzbz{
    background: #EFF1FF;
}
.website_home_item.gxzl{
    background: #E2F4FF;
}
.website_home_item.znch{
    background: #E5F8E9;
}
.website_home_item .website_item_icon{
    display: inline-block;
    width:64px;
    height:64px;
    margin-right:12px;
}
.website_home_item .website_item_icon.index_yxqd_icon{
    background:url('../images/index_yxqd_icon.png') no-repeat center/cover;
}
.website_home_item .website_item_icon.index_pzbz_icon{
    background:url('../images/index_pzbz_icon.png') no-repeat center/cover;
}
.website_home_item .website_item_icon.index_gxzl_icon{
    background:url('../images/index_gxzl_icon.png') no-repeat center/cover;
}
.website_home_item .website_item_icon.index_znch_icon{
    background:url('../images/index_znch_icon.png') no-repeat center/cover;
}
.website_home_item .website_item_detail{
    display: inline-block;
    width:220px;
    font-size:14px;
    color:#444;
}
.website_detail_title{
    margin-bottom:10px;
    font-size:16px;
    font-weight: bold;
    color:#2D2D2D;
}
.website_home_item .website_yxqd_text{
    color:#5B452C;
}
.website_home_item .website_pzbz_text{
    color:#696B99;
}
.website_home_item .website_gxzl_text{
    color:#406B9D;
}
.website_home_item .website_znch_text{
    color:#346D56;
}

/* 供应中心、采购中心 */
.home_center_container{
    width:1500px;
    margin-top:15px;
    border-radius: 5px;
    overflow: hidden;
}
.home_center_container .home_center_tab{
    display: flex;
    align-items: center;
    height:50px;
    overflow: hidden;
}
.home_center_container .center_tab_gys{
    display: inline-block;
    width: 170px;
    height: 100%;
    text-align: center;
    line-height: 50px;
    background:#fff;
    position: relative;
    top:4px;
    border-top-left-radius: 5px;
    line-height: 46px;
    font-size:18px;
    color: #666666;
    cursor: pointer;
}
.home_center_container .center_tab_gys.active{
    width: 148px;
    font-weight: bold;
    color:#2D2D2D;
    background:#D3EEFF;
    position: relative;
    top:0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    line-height:52px;
}
.home_center_container .center_tab_gys.active ~.center_tab_cgs{
    color:#666666;
}
.home_center_container .center_tab_gys.active::after{
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    right: -13px;
    width: 45px;
    height: 50px;
    transform: skewX(28deg);
    background-color: #D3EEFF;
    border-top-right-radius: 10px;
    z-index: 10;
}
.center_tab_gys.center_tab_btn:not(.active)::after{
    content: '';
    display: inline-block;
    width: 17px;
    height: 17px;
    background-color: #fff;
    border-radius: 0 30px 0 0;
    border: 6px solid #D3EEFF;
    border-left: 0;
    border-bottom: 0;
    position: absolute;
    top: 30px;
    right: 11px;
    transform: rotate3d(9, 16, -70, -100deg);
}
.center_tab_cgs.center_tab_btn:not(.active)::before{
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 0 0 0px 30px;
    border: 6px solid #D3EEFF;
    border-right: 0;
    border-top: 0;
    position: absolute;
    top: 30px;
    left: 14px;
    transform: rotate3d(2, 4, 1, -35deg);
}
.home_center_container .center_tab_cgs{
    height:100%;
    flex: 1;
    padding-left: 45px;
    display: inline-flex;
    justify-content: space-between;
    background:#fff;
    position: relative;
    top:4px;
    font-size:18px;
    line-height: 46px;
    cursor: pointer;
}
.home_center_container .center_tab_cgs.active{
    background:#D3EEFF;
    line-height: 52px;
    top:0px;
    font-weight: bold;
}
.tab_cgs_btn{
    display: inline-block;
    width: 148px;
}
.center_tab_cgs.active .tab_cgs_btn{
    padding-left: 45px;
}
.home_center_container .center_tab_cgs.active::after{
    display: none;
}
.home_center_container .center_tab_cgs.active::before{
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: -13px;
    width: 45px;
    height: 50px;
    transform: skewX(-12deg);
    background-color: #D3EEFF;
    border-top-left-radius: 10px;
    z-index: 10;
}
.home_center_container .tab_cgs_operation{
    display: inline-flex;
    align-items: center;
    padding-right: 20px;
    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: #0070BC;
    cursor: pointer;
    position: relative;
    margin-left: 50px;
}
.tab_cgs_operation .operation_put_btn::before{
    content: '';
    display: inline-block;
    width: 1px;
    height: 22px;
    background: #999999;
    position: absolute;
    left: -25px;
    top: 4px;
}
/* 热卖型号-查看更多 */
.tab_cgs_operation .hot_more_href{
    font-size: 13px;
    color:#0070BC;
}

.home_center_container .home_center_table{
    height:434px;
    padding:20px;
    background:#D3EEFF;
    position: relative;
}
.center_table_height{
    height: 100%;
    background: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
    position: relative;
}
.home_center_container .center_table_item{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
}
.center_table_item th {
    height: 43px;
    padding: 0;
    border-bottom: 1px solid #EAEAEA;
    font-size:13px;
    font-weight: 400;
    text-indent: 10px;
    text-align: left;
    color: #2D2D2D;
    background: #fff;
}
.center_table_item tbody tr{
    background:#fff;
}
.center_table_item tbody tr:nth-child(odd){
    background:#FAFAFA !important;
}
.center_table_item td {
    height: 39px;
    padding-left: 10px;
    box-sizing: border-box;
    font-size: 13px;
    font-style: normal;
    line-height: 39px;
    text-align: left;
    color: #2D2D2D;
}
/* 去掉价格红色字体 */
/* .center_table_item td.price{
    color: #FF303A;
} */
.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{
    font-size: 18px;
    line-height:normal;
    color:#00A0E8;
}
.table_company_detail .company_detail_text{
    max-width: 190px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.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: 17px;
    color: #FF5A00;
}
.basically_order_bj{
    font-size:14px;
    color:#FF5A00 !important;
    cursor: pointer;
}

/* 热搜型号 */
.home_hot_container{
    width:1500px;
	padding:15px 20px;
    margin-top:20px;
    border-radius: 5px;
	box-sizing: border-box;
    background:#fff;
}
.home_hot_container .hot_search_bg{
    padding:20px;
    border-radius: 5px;
    background:linear-gradient(to bottom, #DFF2FF, #ffffff);
}
.hot_search_bg .hot_search_title{
    margin-bottom:30px;
    font-size:18px;
    font-weight: bold;
    color:#2D2D2D;
}
.hot_search_bg .hot_list_scroll{
    min-height: 143px;
    max-height:280px;
    transform: translateZ(0);
	-webkit-transform: translateZ(0);
    overflow: hidden;
    position: relative;
}
.hot_list_scroll .hot_search_list{
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    position: relative;
    top: auto !important;
    /* 开启CSS硬件加速，GPU渲染 */
    transform: translateZ(0);
    backface-visibility: hidden;
    perspective: 1000px;
}
/* 清除浮动，避免高度塌陷 */
.hot_list_scroll .hot_search_list::after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
.hot_search_list .hot_search_item{
    /* display: inline-flex;
    align-items: center;
    width:25%;
    float: left;
    margin-bottom:15px; */

    display: inline-flex;
    align-items: center;
    flex: 0 0 calc(25% - 10px);
    /* margin: 0 5px 10px 5px;  */
    margin: 0 0 10px 0;
    box-sizing: border-box;
    height: 25px; 
    line-height: 25px;  
    white-space: nowrap;
    overflow: hidden; 
    text-overflow: ellipsis; 

    /* 防止li内部重排扩散 */
    will-change: contents;
}
#hotListScroll:hover .hot_search_item{
    will-change: contents;
}
.scroll-animate {
    animation: scrollUp linear infinite;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    
    /* transform-origin: top left;
	-webkit-transform-origin: top left;
    transition: animation-play-state 0.1s ease;
    -webkit-transition: animation-play-state 0.1s ease; */
}
.hot_search_item .hot_icon{
    display: inline-block;
    width:17px;
    height:20px;
    margin-right:10px;
    background:url('../../css/images/home_hot_icon.png') no-repeat center/cover
}
.hot_search_item .hot_detail{
    display: inline-flex;
    align-items: center;
    max-width: 220px;
    font-size: 13px;
    color: #2D2D2D;
    gap: 3px;
    will-change: contents;
}
.hot_search_item .hot_detail.max_w250_item{
    max-width: 250px !important;
}
.hot_search_item .hot_detail .hot_detail_item{
    display: inline-block;
    margin-right: 10px;
    flex: 0 1 auto;
    max-width: 100%;
    width: fit-content;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hot_search_item .hot_detail .hot_detail_item:nth-child(2) {
    flex: 1;
}
.hot_search_item .hot_price{
    display: inline-flex;
    align-items: center;
    font-size:13px;
    color:#FF303A;
}

/* 供应商优选 */
.home_seller_container{
    width:1500px;
    min-height:345px;
    padding:20px;
    margin-top:20px;
    box-sizing: border-box;
    border-radius: 5px;
    background:#fff;
    position: relative;
}
.home_seller_container .home_seller_list{
    display: flex;
    flex-wrap: wrap;
}
.home_seller_list .home_seller_item{
    width:280px;
    height:263px;
    margin-top:15px;
    padding:10px 26px 20px;
    box-sizing: border-box;
    border-radius: 5px;
    text-align: center;
    overflow: hidden;
    border:1px solid #B9DAFF;
}
.home_seller_list .home_seller_item:not(:nth-child(5n)){
    margin-right:15px;
}
.home_seller_item .item_photo_block{
    display: block;
    margin: 0 auto;
    width: 80px;
    height: 80px;
}
.home_seller_item .seller_item_photo{
    width:80px;
    height:80px;
    border-radius: 5px;
}
.seller_item_detail .seller_detail_name{
    width:100%;
    display: inline-flex;
    align-items: center;
    text-align: center;
    justify-content: 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:15px 0 5px 0;
    font-size: 13px;
    color: #999999;
    position: relative;
}
.seller_type_title::before{
    content:'';
    display: inline-block;
    width:75px;
    height:1px;
    background: linear-gradient(to left, #B0CBDD, #FFFFFF);
    position: absolute;
    left: 0;
    top:0;
    bottom:0;
    margin:auto;
}
.seller_type_title::after{
    content:'';
    display: inline-block;
    width:75px;
    height:1px;
    background: linear-gradient(to right, #B0CBDD, #FFFFFF);
    position: absolute;
    right: 0;
    top:0;
    bottom:0;
    margin:auto;
}
.seller_type_list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.seller_type_item{
    display: inline-block;
    margin:5px 5px 0 0;
    padding:0 15px;
    height:28px;
    line-height:28px;
    border-radius: 2px;
    font-size:12px;
    color:#666666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background:#F2F2F2;
}
/* 标题 */
.home_seller_title,
.home_scheme_title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size:18px;
    font-weight: bold;
    color:#2D2D2D;
}
.seller_title_more,
.scheme_title_more{
    font-size:13px;
    font-weight: 400;
    color:#666666;
}

/* 原厂专区 */
.home_original_container{
    width:1500px;
    max-height:540px;
    display: flex;
    flex-direction: column;
    margin-top:20px;
    border-radius: 5px;
    overflow: hidden;
    box-sizing: border-box;
    background:#fff;
    padding-bottom: 20px;
}
.home_original_container .home_original_title{
    height:54px;
    padding-left: 20px;
    font-size:18px;
    line-height:54px;
    font-weight: bold;
    color:#2D2D2D;
}
.home_original_container .home_original_detail{
    flex:1;
    padding:15px 20px 0;
    box-sizing: border-box;
    background: linear-gradient(to bottom, #F8FAFD,#F5F7F900);
    position: relative;
}
.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:30px;
    height:3px;
    background:#00A0E8;
    position: absolute;
    bottom: -5px;
    left: 0;
}
.home_original_list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.home_original_list .original_list_item{
    display: inline-block;
    width:350px;
    height:193px;
    margin-top:20px;
    padding:35px 15px 0 15px;
    box-sizing: border-box;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    background:url('../../css/images/yc_home_bg.png') 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::before{
    content:'';
    display: inline-block;
    width:100%;
    height:193px;
    background:url('../../css/images/yc_bg_hover.png') no-repeat center/100% 100%;
    position: absolute;
    top:0;
    left:0;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.7s ease;
}
.home_original_list .original_list_item:hover::before{
    opacity: 0.3;
}
.home_original_list .original_list_item:hover{
    box-shadow: 0px 0px 5px 0px rgba(57, 126, 229,0.4);
}
.original_item_info{
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}
.original_item_info img{
    width:85px;
    height:85px;
    margin-right:15px;
    box-sizing: border-box;
    border-radius: 5px;
    border:1px solid rgba(130, 130, 242,0.5);
}
.original_info_introduce{
   flex:1;
   font-size:14px;
   color:#2D2D2D;
}
.original_info_introduce .original_introduce_text{
    height:50px;
    margin-top:8px;
    padding:5px;
    box-sizing: border-box;
    border-radius: 5px;
    background:rgba(255,255,255,0.6);
    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;
}
.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:115px;
    height:28px;
    border-radius: 30px;
    font-size:12px;
    color:#C87422;
    background:#FFE2B4;
    cursor: pointer;
}
.original_item_operation .original_operation_shop{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width:108px;
    height:28px;
    border-radius: 30px;
    font-size:12px;
    color:#578DF4;
    background:#DAE8FE;
    cursor: pointer;
}
.original_item_operation .original_operation_shop .iconfont{
    line-height: normal;
}
.home_original_container .no_data_hint{
    margin: 60px auto 22px;
    position: relative;
    top: 0;
}

/* 方案优选 */
.home_scheme_container{
    width:1500px;
    min-height:394px;
    padding:20px;
    margin-top:20px;
    box-sizing: border-box;
    border-radius: 5px;
    background:#fff;
    position: relative;
}
.home_scheme_container .home_scheme_list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.home_scheme_list .scheme_list_item{
    margin-top:15px;
    width:230px;
    height:312px;
    position: relative;
}
.scheme_list_item .scheme_item_img{
    width: 230px;
    height: 230px;
    object-fit: contain;
    border-radius: 10px;
    margin-bottom: 8px;
}
.home_scheme_list .scheme_list_item:not(:nth-child(6n)){
    margin-right:15px;
}
.scheme_item_detail .scheme_detail_text{
    font-size:13px;
    color:#2D2D2D;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.scheme_item_detail .scheme_detail_price{
    font-size:16px;
    color:#FF303A;
}
.scheme_detail_operation{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size:12px;
    color:#777;
}
.scheme_detail_operation .scheme_company_name{
    max-width: 170px;
}
.scheme_operation_zx{
    display: inline-flex;
    align-items: center;
    width: 54px;
    height: 20px;
    background: linear-gradient(to right, #FFFFFF, #FFEAC9);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 12px;
    line-height: 20px;
    color: #A85400;
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: 10px;
    z-index: 100;
}
.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;
}