/* 首页独立头部：1400px 布局不再依赖全站公共头部样式。 */
.home-page .home-search-head {
    background: #fff;
}

.home-page .home-search-head__inner {
    display: flex;
    width: 1400px;
    height: 120px;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
}

.home-page .home-search-head .head-l-kai { display: none; }
.home-page .home-search-head .head-l { display: block; width: 200px; height: 86px; }
.home-page .home-search-head .head-r { display: flex; min-width: 0; flex: 1; align-items: center; margin-left:100px;}
.home-page .home-search-head .inp-b { position: relative; display: flex; width: 698px; height: 44px; border: 2px solid #d80f19; border-radius: 3px; }
.home-page .home-search-head .select { display: flex; width: 95px; padding-left: 15px; line-height: 40px; cursor: pointer; }
.home-page .home-search-head .select-item { height: 25px; color: #666; }
.home-page .home-search-head .select-icon { width: 10px; height: 10px; margin: 16px 0 0 8px; }
.home-page .home-search-head .select-line { width: 1px; height: 20px; margin: 10px 0 0 15px; background: #f2f2f2; }
.home-page .home-search-head .searchIpt { width: 450px; height: 40px; padding-left: 12px; border: 0; outline: 0; background: transparent; }
.home-page .home-search-head .removeBtn { width: 15px; height: 15px; margin: 13px 20px 0 0; cursor: pointer; }
.home-page .home-search-head .searchBtn { width:116px; min-width: 114px; height: 40px; color: #fff; background: #d80f19; font-size: 16px; line-height: 40px; text-align: center; cursor: pointer; }
.home-page .home-search-head .searchBtn img { width: 24px; height: 24px; margin-right: 8px; vertical-align: middle; }
.home-page .home-search-head .qiugou { width: 112px; height: 40px; margin-left: 16px; border: 2px solid #d80f19; border-radius: 3px; color: #d80f19; font-size: 16px; font-weight: bold; line-height: 40px; text-align: center; cursor: pointer; }
.home-page .home-search-head .phone { display: none; }
.home-page .home-hotline { display: flex; min-width: 205px; margin-left: 16px; color: #e51a1a; align-items: center; gap: 10px; }
.home-page .home-hotline .icon-dianhua1 { display: flex; width: 42px; height: 42px; border-radius: 50%; color: #e51a1a; font-size: 40px; align-items: center; justify-content: center; }
.home-page .home-hotline span { font-family: 'Alibaba PuHuiTi 3.0', 'Microsoft YaHei', sans-serif; font-size: 24px; font-weight: 700; line-height: 34px; white-space: nowrap; }
.home-page .home-search-head .hide { position: absolute; z-index: 9999; top: 47px; display: none; padding: 8px; border: 2px solid #d80f19; border-radius: 3px; background: #fff; text-align: center; }
.home-page .home-search-head .hide .line { width: 60px; height: 1px; margin: 8px 0; background: #f2f2f2; }
.home-page .home-search-head .hide-item { color: #666; font-size: 14px; cursor: pointer; }
.home-page .home-search-head .hide-item.act, .home-page .home-search-head .hotSearch .s-t { color: #d80f19; }
.home-page .home-search-head .hot { position: absolute; z-index: 9999; top: 45px; left: -2px; display: none; width: 706px; padding: 16px; border: 2px solid #d80f19; background: #fff; }
.home-page .home-search-head .h-t, .home-page .home-search-head .h-b, .home-page .home-search-head .s-m { display: flex; flex-wrap: wrap; }
.home-page .home-search-head .h-t { justify-content: space-between; margin-bottom: 10px; }
.home-page .home-search-head__history-title { font-weight: bold; }
.home-page .home-search-head .clearHistory, .home-page .home-search-head .h-b-item, .home-page .home-search-head .s-m-item { color: #666; font-size: 14px; cursor: pointer; }
.home-page .home-search-head .h-b-item { margin: 0 16px 10px 0; }
.home-page .home-search-head .s-t { margin-bottom: 10px; font-size: 14px; font-weight: bold; }
.home-page .home-search-head .s-m-item { margin: 0 40px 10px 0; line-height: 25px; }
.home-page .home-search-head .s-m-item:hover { color: #d80f19; }
.home-page .home-search-head .s-m-item img { width: 20px; height: 20px; margin-right: 5px; vertical-align: -4px; }
.home-page .home-search-head.kai { position: fixed; z-index: 9990; top: 0; right: 0; left: 0; min-width: 1400px; padding: 16px 0; box-shadow: 0 0 16px 1px rgba(0, 0, 0, .15); }
.home-page .home-search-head.kai .home-search-head__inner { height: 42px; }
.home-page .home-search-head.kai .head-l { display: none; }
.home-page .home-search-head.kai .head-l-kai { display: block; width: 180px; margin-left: 50px; }
.home-page .home-search-head.kai .inp-b { width: 650px; height: 42px; }
.home-page .home-search-head.kai .searchIpt { width: 400px; height: 38px; }
.home-page .home-search-head.kai .searchBtn { height: 38px; font-size: 14px; line-height: 38px; }
.home-page .home-search-head.kai .qiugou { height: 38px; font-size: 14px; line-height: 38px; }
.home-page .home-search-head.kai .phone { display: block; height: 42px; padding-left: 30px; line-height: 42px; }
.home-page .home-search-head.kai .home-hotline { display: none; }
.home-page .home-search-head.kai .hot { width: 651px; }

.home-page .home-tab-head__inner { display: flex; width: 1400px; height: 45px; margin: 0 auto; align-items: center; }
.home-page .home-tab-head .tab-l { display: flex; width: 310px; min-width: 310px; height: 45px; padding-left: 16px; border-radius: 6px 6px 0 0; color: #fff; background: #d70c19; font-size: 18px; line-height: 45px; align-items: center; }
.home-page .home-tab-head .tab-l img { width: 22px; height: 22px; margin-right: 16px; }
.home-page .home-tab-head .tab-r { display: flex; min-width: 0; flex: 1; padding:0 40px 0 28px; justify-content: space-between; }
.home-page .home-tab-head .r-item { position: relative; height: 30px; color: #111; font-size: 18px; font-weight: bold; line-height: 30px; }
.home-page .home-tab-head .r-item.act, .home-page .home-tab-head .r-item:hover { color: #d80f19; }
.home-page .home-tab-head .r-item--badge img { position: absolute; top: -10px; right: -13px; width: 16px; height: 18px; }
.home-page .home-tab-head .r-item--badge:nth-of-type(7) img { top: -8px; width: 24px; height: 15px; }
.home-page .home-tab-head .tab-r-r { width: 245px; min-width: 245px; height: 40px; padding: 10px 0 10px 20px; overflow: hidden; }
.home-page .home-tab-head .home-supplier-join { box-sizing: border-box; display: block; width: 196px; min-width: 196px; height: 36px; margin-left: 12px; padding-left: 43px; color: #fff; background: url('https://img9.aijiuku.com/jiuku_pc/home/ruzhu_bg.png') center / 100% 100% no-repeat; font-family: 'Alibaba PuHuiTi 3.0', 'Microsoft YaHei', sans-serif; font-size: 16px; font-weight: 500; line-height: 36px; text-shadow: 0 2px 4px rgba(207, 0, 0, .25); }
.home-page .home-tab-head .home-supplier-join:hover { color: #fff; }
.home-page .home-tab-head .swiper { position: relative; width: 100%; height: 100%; }
.home-page .home-tab-head .swiper-slide { display: flex; color: #d80f19; background: #fff; font-size: 14px; font-weight: 600; justify-content: flex-end; align-items: center; }
