/*!*字体统一管理 start *!*/
.exo-font-family {
    font-family: Helvetica;
}
/*!*字体统一管理 end *!*/
a {
    text-decoration: none;
    font-family: Helvetica;
    color: #44494E;
}
/*common*/
.display-none {
    display: none;
}
:root{
    --nav-height:68px;
}
/*pc*/
@media only screen and (min-width: 1025px) {
    .mobile-menu-logo {
        display: none;
    }
    .mobile-search-input {
        display: none;
    }
    /*导航*/
    .pc-menu-top {
        width: 100%;
        background: #fff;
        box-shadow: 0px 2px 4px 0px #00000040;
        height: var(--nav-height);
        position: relative;
    }
    .mobile-nav {
        height: 0;
        overflow: hidden;
    }
    .menu-pc-nav {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: auto;
        min-width: 1100px;
        width: fit-content;
        height: 100%;
        z-index: 10;
    }
    /* #nav-wrapper .long-search :is(.nav-ul){
        display: none;
    } */
    .acm-logo,.get-quote-btn,.nav-ul{
        transition: opacity 2s;
    }
    #nav-wrapper .long-search .nav-ul{
        visibility: hidden;
        opacity: 0;
    }
    .nav-content{
        position: relative;
        width: 100%;
        display: flex;
        padding-left: 10px;
    }
    .long-search .nav-inquiry-search{
        position: absolute;
        height: 40px;
        width: 90%;
        /* transform: translateX(50%); */
    }
    .menu-pc-nav .acm-logo{
        /* margin-right: 100px; */
    }
    .menu-pc-nav .acm-logo img{
        width: 99px;
        height: 47px;
        object-fit: cover;
    }
    .menu-pc-nav .nav-ul {
        display: flex;
        position: relative;
        flex-grow: 1;
        align-items: center;
        height: 100%;
        min-width: 942px;
        padding-right: 231px;
        justify-content: flex-end;
    }
    .menu-pc-nav .nav-ul .nav-ul-li {
        padding: 5px 10px;
        cursor: pointer;
        color: #333;
        /* margin-right: 10px; */
        font-weight: 700;
        line-height: var(--nav-height);
    }
    .menu-pc-nav .nav-ul .nav-ul-li:hover .first-nav-title{
        color: var(--color);
    }
    .menu-pc-nav .nav-ul .nav-ul-li a{
        display: flex;
        align-items: center;
        color: inherit;
    }
    .nav-ul-li .icon-svg{
        margin-left: 4px;
        font-size: 12px;
    }
    .nav-ul-li{
        position: relative;
    }
    .nav-ul-li:hover .nav-ul-secondary-tree{
        display: block;
    }
    .nav-ul-secondary-tree{
        display: none;
        position: absolute;
        top: 93%;
        left: 50%;
        transform: translateX(-50%);
        background: #FFFFFF;
        box-shadow: 0px 1px 4px 0px #00000040;
        padding: 10px 0;
        width: max-content;
        line-height: 1.6;
    }
    .nav-ul-secondary-tree-item{
        font-weight: 700;
        padding: 10px 34px;
        min-width: 230px;
        cursor: pointer;
    }
    .menu-pc-nav .nav-ul-secondary-tree .nav-ul-secondary-tree-item:hover{
        color: var(--color);
    }
    .nav-inquiry-search{
        background-color: #fff;
        border: 1px solid #D8D8D8;
        display: flex;
        align-items: center;
        height: 40px;
        border-radius: 20px;
        padding: 0 15px;
        width: 221px;
        transition: all 0.4s;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
    }
    .nav-inquiry-search input{
        flex: 1;
        width: 158px;
        outline: none;
        border: 0;
        height: 100%;
        font-size: 18px;
        font-weight: 700;
        color: var(--color);
    }
    .nav-inquiry-search .search-btn{
        width: 20px;
        height: 20px;
        cursor: pointer;
        padding: 5px;
        box-sizing: content-box;
        cursor: pointer;
        color: var(--color);
    }
    .nav-inquiry-search .search-close-btn{
        display: none;
        color: #D2D2D1;
    }
    .long-search .nav-inquiry-search .search-close-btn{
        display: block;
    }
    .product-recom{
        position: absolute;
        left: 0;
        top: calc(100% + 10px);
        /* transform: translateX(-100px); */
        width: 100%;
        background-color: #fff;
        box-shadow: 0px 1px 4px 0px #00000040;
        max-height: 550px;
        padding: 15px 22px 36px;
        overflow-y: auto;
        overscroll-behavior:none;
    }
    .product-recom-item{
        cursor: pointer;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #ADADAD;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
    .product-recom-item:hover{
        /* background-color: rgb(234 233 232); */
        color: var(--color);
        text-decoration: underline;
    }
    .product-recom-item img{
        width: 97px;
        height: 66px;
        object-fit: contain;
        margin: 10px 0;
    }
    .search-data-text{
        color: var(--color);
        margin-left: 20px;
    }
    .search-data-text span{
        font-weight: 700;
    }
    .loading-item {
        margin-top: 10px;
        font-size: 30px;
        border: none;
    }
    .get-quote-btn {
        margin-left: 10px;
        padding: 0 8px;
        color: #fff;
        height: 40px;
        width: 138px;
        text-align: center;
        border-radius: 20px;
        border: 1px solid var(--color);
        background-color:var(--color);
        font-size: 16px;
        font-weight: bold;
        transition: 0.3s;
        white-space: nowrap;
    }
    .get-quote-btn:hover {
        background-color: transparent;
        color: var(--color);
    }
    .nav-wrapper {
        position: sticky;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 10;
    }

    /* 二级导航栏 */
    .nav-tree-menu{
        z-index: 10;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        padding: 30px;
        height: fit-content;
        background-color: #fff;
        box-shadow: 0px 1px 4px 0px #00000040;
    }
    .nav-tree-menu-wrapper{
        width: 1200px;
        margin: auto;
        display: flex;
        min-height: 300px;
        max-height: 85vh;
        align-items: flex-start;
    }

    .second-nav-all{
        flex: 1;
        /* overflow-y: auto; */
        /* display: grid; */
        /* grid-template-columns: 1fr 1fr 1fr; */
        display: flex;
        flex-wrap: wrap;
        column-gap: 92px;
        row-gap: 24px;
    }
    .second-nav{
        color: #44494E;
    }
    /* 二级导航 */
    .second-nav-name{
        width: fit-content;
        font-size: 16px;
        font-weight: 700;
        padding-left: 10px;
        cursor: pointer;
    }
    .second-nav-name a{
        border-bottom: 2px solid transparent;
    }
    .second-nav-name a:hover{
        color: var(--color);
        border-color: var(--color);
    }
    .third-nav-ul{
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-top: 20px;
    }
    /* 三级导航 */
    .third-nav-li{
        font-family: Helvetica;
        font-weight: 400;
        padding: 5px 10px;
        width: fit-content;
        transition: 0.3s;
        cursor: pointer;
    }
    .third-nav-li:hover{
        background-color: var(--color);
        color: #fff;
    }
    .nav-tree-secondary{

    }

    /* 导航栏产品推荐 */
    .nav-tree-product{
        width: 450px;
        height: 300px;
        display: flex;
        margin-left: 35px;
        flex-direction: column;
        gap: 18px;
        border-radius: 8px;
        padding: 13px 30px 30px;
        background-color: var(--color)0D;
        align-items: flex-start;
    }
    .nav-tree-product img{
        height: 54px;
        max-width: 100%;
        object-fit: cover;
    }
    .nav-tree-product-title{
        font-size: 20px;
        font-weight: 700;
        height: 40px;
        position: relative;
    }
    .nav-tree-product-title::before{
        content: "";
        width: 40px;
        height: 2px;
        background-color: var(--color);
        position: absolute;
        top: 100%;
        left: 0;
    }
    .nav-tree-product-subtitle{
        font-size: 14px;
        line-height: 30px;

    }
    .nav-tree-product-more{
        color: var(--color);
        cursor: pointer;
    }
    .nav-tree-product-more:hover{
        color: var(--color-hover);
    }
    .mobile-search-content{
        display: none;
    }
}
/*特殊尺寸处理*/
@media only screen and (min-width: 1024px) and (max-width: 1300px) {

}
/*mobile*/
@media only screen and (max-width: 1024px) {
    :root{
        --nav-height:1.34rem;
    }
    /* mobile - 搜索弹框*/
    .mobile-search-content{
        display: none;
        overscroll-behavior:none;
    }
    .mobile-search-mask{
        position: fixed;
        inset: 0;
        background-color: #00000047;
        z-index: 6000;
    }
    .mobile-search-bullet{
        position: fixed;
        z-index: 7000;
        top: 1.5rem;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        width: 6.91rem;
        height: 0.72rem;
        border-radius: 100vw;
        box-shadow: 0px 1px 1px 0px #00000040;
        border: 1px solid #DDDDDD;
        font-size: 0.32rem;
        background-color: #fff;
        align-items: center;
    }
    .mobile-search-bullet input{
        flex: 1;
        height: 100%;
        color: var(--color);
        font-size: 0.32rem;
        font-weight: 700;
    }
    .mobile-search-bullet .search-icon{
        padding: 0.17rem 0.27rem;
        font-size: 0.9rem;
        color: #000000;
        vertical-align: top;
    }
    .pc-menu-top {
        display: none;
    }
    .web-header-icon{
        height: 0.44rem;
        display: flex;
        background-color: var(--color);
    }
    .nav-wrapper {
        width: 100%;
        height: var(--nav-height);
    }
    .mobile-nav-header{
        height: 60px;
        display: flex;
        align-items: center;
        padding:0 15px;
    }
    .mobile-nav .search-icon{
        width: 24px;
        height: 24px;
    }
    .mobile-search-input{
        position: relative;
        height: 0.9rem;
        display: flex;
        align-items: center;
    }
    .product-recom{
        position: absolute;
        top: 120%;
        width: 100%;
        left:0;
        border-radius: 0.11rem;
        z-index: 10;
        display: flex;
        padding: 0 0.2rem;
        flex-direction: column;
        box-shadow: 0px 1px 4px 0px #00000040;
        background-color: #fff;

    }
    .product-recom-item{
        display: flex;
        align-items: center;
        border-bottom:1px solid #18181863;
        line-height: 0.26rem;
        padding: 0.18rem 0;
        font-size: 0.2rem;
        color: var(--color);
    }
    .product-recom-item span{
        font-weight: 700;
    }
    .product-recom-item img{
        width: 0.82rem;
        height: 0.7rem;
        object-fit: cover;
        margin-right: 0.12rem;
    }
    .web-header-icon .header-left{
        display: none;
    }
    .mobile-menu-top {
        width: 100%;
        background: #fff;
        position: fixed;
        top: 0.44rem;
        left: 0;
        z-index: 10;
    }
    .mobile-menu-logo {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: auto;
        height: 0.9rem;
    }
    .mobile-menu-logo .search-icon{
        width: 0.5rem;
        height: 0.5rem;
    }
    .mobile-menu-logo .mobile-logo-icon {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 70px;
        height: 32px;
    }
    .mobile-nav-mask{
        display: none;
        position: fixed;
        z-index: 5;
        bottom: 0;
        left: 0;
        width: 100%;
        height: calc(100vh - var(--nav-height));
        background-color: #00000044;
    }
    .mobile-inquiry-btn {
        font-weight: bold;
        border-radius: 0.3rem;
        height: 0.5rem;
        line-height: 0.5rem;
        padding:0 0.14rem;
        color: #fff;
        background-color: var(--color);
        font-size: 0.16rem;
    }
    /*移动端 搜索*/
    .mobile-search-input .search-box {
        display: flex;
        width: 100%;
        height: 100%;
        margin: 0 0.3rem;
        position: relative;
        justify-content: space-between;
        align-items: center;
    }
    .mobile-search-input input {
        background: #FFFFFF;
        border: 1px solid #CBD4DC;
        outline: none;
        border-radius: 4px 0 0 4px;
        padding-left: 15px;
        flex-grow: 1;
        font-size: initial;
    }
    .mobile-search-input input:focus {
        outline: none;/*去掉默认input焦点边框*/
        border: 1px solid var(--color);
    }
    .mobile-search-input input:focus-visible {
        outline: none;/*去掉默认input焦点边框*/
        border: 1px solid var(--color);
    }

    /*mobile导航*/
    .mobile-nav {
        width: 100%;
        position: fixed;
        inset: 0;
        border-left: none;
        border-right: none;
        z-index: 10;
        background-color: #fff;
    }
    /*一级*/
    .mobile-first-nav-box {
        display: flex;
        justify-content: space-between;
        min-height: 44px;
        /* border-bottom: 1px solid #cecece; */
        align-items: center;
        flex-direction: row-reverse;
    }
    :is(.mobile-first-nav-box,.mobile-second-nav-name)>div{
        padding: 5px 8px;
    }
    .mobile-first-nav-ul {
        padding: 0 5% 40px 5%;
        background-color: #fff;
        max-height:  calc(100vh - var(--nav-height));
        overflow-y: scroll;

    }
    .mobile-first-nav-box a {
        font-size: 14px;
        color: #030000;
        display: inline-block;
        width: 150px;
        text-align: left;
        font-weight: bold;
    }
    .mobile-first-nav-box img {
        width: 16px;
        height: 16px;
    }
    /*二级*/
    .mobile-second-nav-name {
        display: flex;
        justify-content: space-between;
        min-height: 44px;
        /*border-bottom: 1px solid #cecece;*/
        align-items: center;
        flex-direction: row-reverse;
    }
    .mobile-second-nav-wrapper {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
    }
    .mobile-second-nav {
        /* border-bottom: 1px solid #cecece; */
    }
    .mobile-second-nav-name a {
        font-size: 13px;
        color: #030000;
        display: inline-block;
        /*width: 100%;*/
        padding-right: 70px;
        text-align: right;
    }
    .mobile-second-nav-name img {
        width: 16px;
        height: 16px;
    }
    /*三级*/
    .mobile-three-nav-ul {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
    }
    .mobile-three-nav-li {
        padding-left: 22px;
        height: 44px;
        line-height: 44px;
    }
    .mobile-three-nav-li a {
        font-size: 11px;
    }
}
