.header{
    height: 46px;
    padding: 0;
    /* background-color: rgba(67,74,84,0.9); */
    background-color: #20252b;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,Segoe UI,Arial,Roboto,PingFang SC,Hiragino Sans GB,Microsoft Yahei,sans-serif;
}
@font-face {
    font-family: Open Sans Condensed Bold;
    src: url('https://static.hifleet.com/gallery/image/static/Open Sans Condensed Bold.woff2.ttf');
}
@font-face {
    font-family: Roboto-Regular;
    src: url(/static-resource/fonts/Roboto-Regular-14.ttf),url(/static-resource/fonts/Roboto-Regular-14.woff),url(/static-resource/fonts/Roboto-Regular-14.woff2);
}
@font-face {
    font-family: Roboto-Bold;
    src: url(/static-resource/fonts/Roboto-Bold-3.ttf),url(/static-resource/fonts/Roboto-Bold-3.woff),url(/static-resource/fonts/Roboto-Bold-3.woff2);
}
.Wap-web .header{
    display: none;
}
.header.enHeader{
    font-family: "Inter", "Segoe UI", Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft Yahei, sans-serif;
}
.header a{
    font-size: 12px;
    height: 46px;
}
.header .a_link_header a{
    height: auto;
}
.header .logo{
    width: 130px;
    text-align: center;
    background-color: #64c800;
    height: 46px;
    line-height: 46px;
}
.header .logo img{
    width: 80px;
}
.header .a_link_header a.active{
    color: #fff !important;
    background: rgba(100, 200, 0, 0.18);
    font-weight: normal;
}
.header .a_link_header a.active>span.header-commodity-pc{
    color: #fff;
    font-weight: normal;
}
.header .a_link_header a.active div a{
    font-weight: normal;
    color: #fff;
}
.a_link_header a{
    width: auto;
    padding: 8px 10px;
    border-radius: 6px;
    height: auto;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.78);
}
.a_link_header a.aboutDropBtn,
.a_link_header a.aboutDropBtn.commodityDropBtn,
.a_link_header a.aiDropBtn
{
    padding: 0;
}
.a_link_header a.aiDropBtn{
    width: 70px;
}
.a_link_header a.aboutDropBtn{
    padding-bottom: 4px;
    margin-bottom: -4px;
}
.a_link_header{
    margin: 0;
    font-size: 0;
    display: flex;
    align-items: center;
    gap: 2px;
    margin-left: 10px;
}
.a_link_header a{
    font-size: 14px;
}
.a_link_header>a{
    
}
.a_link_header a.aboutDropBtn:hover,
.a_link_header a.aboutDropBtn.active{
    background-color: transparent;
}
.a_link_header a.aboutDropBtn:hover span{
    color: #fff;
    background: rgba(100, 200, 0, 0.18);
    font-weight: normal;
}
.a_link_header a.aboutDropBtn.active span{
    color: #fff;
    background: rgba(100, 200, 0, 0.18);
}
.a_link_header a.commodityDropBtn:hover,.a_link_header a.commodityDropBtn.active{
    background-color: transparent;
}
.a_link_header a.commodityDropBtn:hover span{
    color: #fff;
    background: rgba(100, 200, 0, 0.18);
    font-weight: normal;
}
.a_link_header a.commodityDropBtn.active span{
    color: #fff;
    background: rgba(100, 200, 0, 0.18);
}
.header-about-pc::after,.header-commodity-pc::after,.aiDropBtn::after{
    /* content: '';
    display: inline-block;
    width: 10px;
    height: 6px;
    background-image: url(../img/dropDownIcon.png);
    margin-left: 2px;
    background-size: 100%;
    background-repeat: no-repeat; */
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 6px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid currentColor;
    background-image: none;
}
.a_link_header a.commodityDropBtn{
    padding: 0;
}
.header .a_link_header a span.header-about-pc,.header .a_link_header a span.header-commodity-pc{
    display: inline-block;
    padding: 8px 10px;
    border-radius: 6px;
    box-sizing: border-box;
    line-height: 1.45;
    height: auto;
    color: rgba(255, 255, 255, 0.78);
}
.header .a_link_header a span.header-about-pc{
    padding: 8px 10px;
}
.header .a_link_header a span.header-about-pc.header-about-pc-en{
    /* width: 90px; */
}
.header  .a_link_header a span.header-commodity-pc{
    padding: 8px 10px;
}
.header  .a_link_header a>span{
    line-height: 1.45;
    height: auto;
}
.header  .a_link_header a:hover span.header-commodity-pc{
    color: #fff;
    background: rgba(100, 200, 0, 0.18);
    font-weight: normal;
}
.header .a_link_header a span.header-about-pc.active,.header  .a_link_header a span.header-commodity-pc.active{
    color: #fff !important;
    background: rgba(100, 200, 0, 0.18);
    font-weight: normal;
}
.header .a_link_header a.active div{
    background-color: #20252b;
}
.header .a_link_header a.active div a.active{
    color: #fff !important;
    background: rgba(100, 200, 0, 0.18);
    font-weight: normal;
}
.UserBtn .user-dropdown li.active{
    background-color: #1e8ae5;
    color: #fff !important;
}
.aboutDropBtn,.aiDropBtn{
    position: relative;
}

.about-dropdown,.commodity-dropdown,.ai-dropdown{
    position: absolute;
    top: 100%;
    left: 0;
    right: auto;
    display: none;
    z-index: 100;
    width: max-content;
    min-width: 128px;
    padding-top: 4px;
    margin-top: -4px;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
    box-sizing: border-box;
}
.ai-dropdown{
    width: max-content;
    min-width: 128px;
}
.commodityDropBtn{
    position: relative;
}
.commodity-dropdown{
    left: 0;
    right: auto;
}
.about-dropdown ul,
.commodity-dropdown ul,
.ai-dropdown ul{
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #20252b;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
    overflow: hidden;
}
.about-dropdown ul li,
.commodity-dropdown ul li,
.ai-dropdown ul li{
    height: 34px;
    line-height: 34px;
}
.a_link_header a{
    box-sizing: border-box;
    cursor: pointer;
}
.a_link_header a .iconMenu{
    display: inline-block;
    height: 30px;
    vertical-align: middle;
    line-height: 46px;
}
.a_link_header a:hover{
    color: #fff;
    background: rgba(100, 200, 0, 0.18);
    font-weight: normal;
}
.a_link_header a.aboutDropBtn:hover,
.a_link_header a.aboutDropBtn.active,
.a_link_header a.commodityDropBtn:hover,
.a_link_header a.commodityDropBtn.active,
.a_link_header a.aiDropBtn:hover,
.a_link_header a.aiDropBtn.active{
    background: transparent;
}
.a_link_header a:hover .iconMenu{
    filter: brightness(5);
}
.a_link_header .about-dropdown ul li a,
.a_link_header .commodity-dropdown ul li a,
.a_link_header .ai-dropdown ul li a,
.about-dropdown ul li a,
.commodity-dropdown ul li a,
.ai-dropdown  ul li a
{
    display: block;
    width: 100%;
    white-space: nowrap;
    text-align: left;
    padding: 0 20px;
    border-radius: 0;
    box-sizing: border-box;
    color: rgba(255, 255, 255, 0.78);
    line-height: 34px;
    height: 34px;
    font-weight: normal;
}
.a_link_header .about-dropdown ul li:hover,
.a_link_header .commodity-dropdown ul li:hover,
.a_link_header .ai-dropdown ul li:hover,
.a_link_header .about-dropdown ul li.active,
.a_link_header .commodity-dropdown ul li.active,
.a_link_header .ai-dropdown ul li.active,
.about-dropdown ul li:hover,
.commodity-dropdown ul li:hover,
.ai-dropdown ul li:hover,
.about-dropdown ul li.active,
.commodity-dropdown ul li.active,
.ai-dropdown ul li.active{
    background: rgba(100, 200, 0, 0.18);
}
.a_link_header .about-dropdown ul li:hover a,
.a_link_header .commodity-dropdown ul li:hover a,
.a_link_header .ai-dropdown ul li:hover a,
.a_link_header .about-dropdown ul li.active a,
.a_link_header .commodity-dropdown ul li.active a,
.a_link_header .ai-dropdown ul li.active a,
.about-dropdown ul li:hover a,
.commodity-dropdown ul li:hover a,
.ai-dropdown ul li:hover a,
.about-dropdown ul li.active a,
.commodity-dropdown ul li.active a,
.ai-dropdown ul li.active a{
    color: #fff;
    background: transparent;
    font-weight: normal;
}
.about-dropdown ul li:last-child a,
.commodity-dropdown ul li:last-child a,
.ai-dropdown ul li:last-child a
{
    border: none;
}
.aboutDropBtn:hover .about-dropdown,
.about-dropdown.active,
.commodity-dropdown.active,
.ai-dropdown.active
{
    display: block;
}
.WeChatBtn,.ShareBtn{
    position: relative;
}

.AppBtn{
    position: relative;
}
.icon_img a div.wechat-dropdown img{
    width: 108px;
    margin:5px;
}
.wechat-dropdown{
    position: absolute;
    background-color: #20252b;
    top: 46px;
    width: 240px;
    left: -140px;
    text-align: center;
    display: none;
    z-index: 100;
    cursor: auto;
}
.wechat-dropdown .wechatQrCodeBox{
    width: 100%;
}
.wechat-dropdown .wechatQrCodeBox::after{
    content: '';
    display: block;
    clear: both;
}
.wechat-dropdown .wechatQrCodeBox .wechatQrCodeItem{
    width: 120px;
    float: left;
}
.share-dropdown{
    position: absolute;
    background-color: #20252b;
    top: 46px;
    width: 120px;
    left: -60px;
    text-align: center;
    display: none;
    z-index: 100;
    cursor: auto;
}
.wechat-dropdown.active{
    display: block;
}
.wechat-dropdown img{
    display: block;
    width: 100px;
    margin: 10px;
    margin-bottom: 0;
}
.wechat-dropdown span{
    color: #d68f4d;
    line-height: 30px;
}
.icon_img a div.app-dropdown img{
    width: 108px;
    margin:5px;
}
.share-dropdown.active{
    display: block;
}
.icon_img a.ShareBtn .share-dropdown img{
    display: block;
    width: 100px;
    margin: 10px;
    margin-bottom: 0;
}
.share-dropdown span{
    color: #d68f4d;
    line-height: 30px;
}
.icon_img a div.app-dropdown img{
    width: 108px;
    margin:5px;
}
.app-dropdown{
    position: absolute;
    background-color: #20252b;
    top: 46px;
    width: 120px;
    left: -40px;
    text-align: center;
    display: none;
    z-index: 100;
    cursor: auto;
}
.app-dropdown.active{
    display: block;
}
.app-dropdown img{
    display: block;
    width: 108px;
    margin: 5px;
}
.app-dropdown span{
    color: #d68f4d;
    line-height: 30px;
}
.UserBtn{
    position: relative;
}
.user-dropdown{
    position: absolute;
    background-color: #20252b;
    top: 46px;
    right: 0;
    width: 200px;
    color: #dddddd;
    line-height: 30px;
    box-sizing: border-box;
    display: none;
    z-index: 100;
    cursor: auto;
}
.user-dropdown.active{
    display: block;
}
.user-dropdown li::after{
    display: block;
    clear: both;
    content: '';
}
.user-dropdown li{
    border-bottom: 1px solid #666;
    padding: 0 10px;
}
.user-dropdown li:first-child{
    background-color: rgba(0,0,0,.3);
}
.user-dropdown li:last-child{
    border: none;
}
.user-dropdown li input[type='button']{
    float: right;
    line-height: 20px;
    background-color: #39f;
    width: 80px;
    height: 20px;
    color: #ffffff;
    border: none;
    margin: 7px 0;
    cursor: pointer;
}
.user-dropdown li input[type='button']:first-child{
    float: left;
}
.user-dropdown li span{
    color: #dddddd;
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: middle;
    cursor: auto;
}
.user-dropdown li a{
    color: #dddddd;
    display: inline-block;
    width: 100%;
    line-height: 46px;
}
.header_2{
    display: block;
    position: relative;
}
.header_2::after{
    content: '';
    display: block;
    clear: both;
}
.header_2>div{
    float: left;
}
.header .header_2 .lan a,
.header .icon_img a{
    height: auto;
}
.header_2_original .icon_img{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    white-space: nowrap;
    gap: 2px;
}
.icon_img a{
    padding: 8px 10px;
    display: inline-block;
    line-height: 1.45;
    border-radius: 6px;
    box-sizing: border-box;
    color: rgba(255, 255, 255, 0.78);
}
.icon_img a:not(.HeaderLoginBtn):hover{
    color: #fff;
    background: rgba(100, 200, 0, 0.18);
}
.icon_img a.UserBtn img{
    width: 24px;

}
.icon_img a img{
    margin:0;
    width: 18px;
    vertical-align: middle;
}
.icon_img a.HeaderLoginBtn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 20px;
    padding: 0;
    background-color: #39f;
    color: #fff;
    cursor: pointer;
    line-height: 1;
    text-align: center;
    border-radius: 2px;
    margin-right: 5px;
    box-sizing: border-box;
}
.header_2 .permissionBox{
    display: inline-block;
    line-height: 46px;
    margin: 0;
    height: 46px;
}
.header_2 .permissionBox span{
    color: #FFC000;
    font-size: 12px;
    margin-right: 5px;
}
.header_2 .permissionBox a{
    display: inline-block;
    margin: 0 5px;
}
.header_2 .permissionBox a>img{
    height: unset;
    margin: 0;
    vertical-align: middle;
    margin-top: -1px;
}
.header_2 .permissionBox img{
    height: 18px;
    margin-right: 3px;
}
.header_2 .lan{
    display: inline-flex;
    align-items: center;
    gap: 2px;
    line-height: 46px;
    margin: 0;
}
.header_2 .lan span{
    display: inline-block;
    margin: 0;
    padding: 0 5px;
    color: #fff;
    font-style: italic;
}
.header_2 .lan>img{
    width: 18px;
}
.header_2 .lan a{
    display: inline-block;
    margin: 0;
    padding: 8px 10px;
    border-radius: 6px;
    line-height: 1.45;
    box-sizing: border-box;
    color: rgba(255, 255, 255, 0.78);
}
.header_2 .lan a:hover{
    color: #fff;
    background: rgba(100, 200, 0, 0.18);
}
.header_2 .input_header{
    width: 165px;
    height: 46px;
    background-color: transparent;
}
.header_2 .input_header input{
    height: 24px;
    background-color: #151515;
    margin: 5px 0;
    width: 100%;
    box-sizing: border-box;
}
.bx-side-nav-list2{
    background-color: #eee;
    padding: 20px 0;
}
.bx-side-nav-list2>ul>li{
    border-bottom: dashed 1px #ddd;
}
.wapExpandNav{
    display: none;
    background-color: #fff;
}
.wapExpandNav img{
    width: 120px;
    height: 120px;
    margin: 10px;
}
.wapExpandNav.active{
    display: block;
}
.wapExpandBtn::after{
    content: '';
    display: inline-block;
    width: 14px;
    height: 9px;
    background-image: url(../img/wapExpandIcon.png);
    margin-left: 10px;
}
.wapExpandBtn.active::after{
    content: '';
    display: inline-block;
    width: 14px;
    height: 9px;
    background-image: url(../img/wapExpandIcon.png);
    margin-left: 10px;
    transform: rotate(180deg);
}
.kou-notice{
    position: fixed;
    top: 20px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    z-index: 9999;
}
.kou-notice a{
    padding: 0 10px;
    display: inline-block;
    background-color: #fff;
    border-radius: 3px;
}
.kou-notice a i{
    display: inline-block;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 11px;
    vertical-align: middle;
    margin-right: 10px;
    background-image: url(../img/notice.png);
}
.kou-notice a i.success{
    
    background-position: 0 0;
}
.kou-notice a i.info{
    background-position: 0 -22px;
}
.kou-notice a i.warning{
    background-position: 0 -45px;
}
.kou-notice a i.error{
    background-position: 0 -67px;
}
.commodity-tree{
    position: relative;
}
.commodity-tree-list{
    position: absolute;
    top: 0;
    left: 68px;
    width: 80px;
    background-color: rgba(67,74,84,0.9);
    display: none;
}
.commodity-tree-list.active{
    display: block;
}
.Wap-web .commomBackToAppWrap{
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 9999;
}
.Wap-web .commomBackToAppWrap img{
    vertical-align: middle;
}
.Wap-web .commomBackToAppWrap span{
    color: #fff;
    vertical-align: middle;
}
/* header2响应式菜单样式 */
.header:has(.header2-compact-menu) .header_2{
    height: 46px;
}
.header2-menu-icon{
    display: none;
    position: absolute;
    right: 5px;
    top: 0;
    width: 46px;
    height: 46px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    z-index: 1001;
    line-height: 46px;
}

.header2-menu-icon img{
    width: 16px;
    height: 16px;
    vertical-align: middle;
}
.header2-compact-menu{
    display: none;
    position: absolute;
    top: 36px;
    right: 5px;
    width: auto;
    max-width: calc(100vw - 20px);
    background-color: #FFF;
    z-index: 1000;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    border-radius: 8px;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
    max-height: calc(100vh - 46px);
    overflow: hidden;
    white-space: nowrap;
}
.header2-compact-menu.active{
    display: block;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
.header2-menu-content{
    padding: 8px 0;
    white-space: nowrap;
}
.header2-menu-permission{
    
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.header2-menu-permission-content{
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 5px 10px;
}
.header2-menu-permission-content span.header2-menu-permission-text{
    color: #FFC000;
    font-size: 12px;
    flex: 1;
}
.header2-menu-permission-content img{
    height: 16px;
    width: 16px;
    vertical-align: middle;
    flex-shrink: 0;
}
.header2-menu-permission-content a{
    display: inline-flex;
    align-items: center;
}
.header2-menu-permission-content a img{
    height: 16px;
    width: 16px;
    width: auto;
    margin: 0;
}
.header .header2-compact-menu .header2-menu-item{
    display: flex;
    align-items: center;
    padding: 5px 10px;
    color: #666;
    text-decoration: none;
    font-size: 12px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    cursor: pointer;
    transition: background-color 0.2s;
    gap: 6px;
    height: unset;
    white-space: nowrap;
}
.header2-menu-item:hover{
    background-color: #F5F5F5;
    color: #555;
}
.header2-menu-item:last-child{
    border-bottom: none;
}
.header2-menu-item img{
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}
.header2-menu-item span{
    flex: 1;
}
.header_2_original{
    display: flex;
    align-items: center;
    height: 46px;
    flex-wrap: nowrap;
    gap: 2px;
}

/* 响应式：宽度小于1450px时 */
@media screen and (max-width:1449px) {
    .header2-menu-icon{
        display: block !important;
    }
    .header_2_original{
        display: none !important;
    }
}

/* 响应式：宽度大于等于1450px时 */
@media screen and (min-width:1450px) {
    .header2-menu-icon{
        display: none !important;
    }
    .header2-compact-menu{
        display: none !important;
    }
    .header_2_original{
        display: flex !important;
        align-items: center;
        flex-wrap: nowrap;
    }
}

@media screen and (max-width:1400px) {
    html body.PC-web{
        /* min-width: 1400px; */
        overflow-x: auto;
    }
    html body.PC-web .header{
        display: block;
        /* min-width: 1400px; */
    }
    html body.PC-web .header .header_1{
        width: unset;
        display: block;
        float: left;
    }
    html body.PC-web .header .header_1 .iphone_nav{
        display: none;
    }
    html body.PC-web .header .header_1 .logo,.header .header_1 .a_link_header{
        display: inline-block;
    }
    html body.PC-web .header .header_2{
        display: block;
        float: right;
    }
    html body.PC-web .header .header_2 .icon_img{
        display: inline-block;
    }
}