header {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

header,
nav {
    width: 100%;
    height: 146px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    background: #FFFFFF;
}

.pc-header {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    z-index: 999;
    width: 88%;
    height: 146px;
    margin: auto;
    max-width: 1700px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo img {
    width: 241px;
    height: 30px;
}



.header-content {
    width: 60%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.header-content a {
    font-size: 18px;
    line-height: 18px;
    color: #222222;
    font-weight: 500;
}

.search {
    width: 10%;

    display: flex;
    align-items: center;

    cursor: pointer;
}

.search img {
    width: 19px;
    height: 20px;
}


.header-contact {
    max-width: 252px;
    height: 76px;
    background: #F3F3F3;
    border-radius: 20px 20px 20px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15%;
}

.hctext-item img {
    width: 14px;
    height: 14px;
    cursor: pointer;
}

.hctext {
    display: flex;
    align-items: center;
    flex-direction: column;
    align-items: center;
}

.header-contact>img {
    width: 34px;
    height: 35px;
    margin-right: 15px;
}

.hctext-xian {
    width: 100%;
    height: 1px;
    background: #d1d1d1;
    margin-top: 10px;
    margin-bottom: 10px;
}

.hctext-item {
    width: 138px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;

}

.hctext:first-child span {
    font-size: 14px;
    line-height: 14px;
    color: #222222;
    font-weight: 400;
}

.hctext:last-child a {
    font-size: 12px;
    line-height: 14px;
    color: #222222;
    font-weight: 400;
}



.products {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 146px;
    max-width: 1722px;
    width: 88%;
    max-height: 742px;
    height: calc(100vh - 186px);
    background: #F4F4F6;
    display: none;
    height: 100%;
    border-radius: 0px 0px 50px 50px;

}

.products-data {
    width: 95%;
    margin: auto;
    display: flex;
}

.pdtimg {
    width: 121px;
    height: 121px;
    object-fit: cover;
}

.products-data-type {
    flex: 1;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    margin-top: 9px;
}

.pdtimga {
    font-size: 16px;
    line-height: 18px;
    color: #222222;
    font-weight: 500;
    height: 40px;
    margin-bottom: 11px;
}


.products-data-type:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0.3px;
    height: 92%;
    background: #d5d5d5;
}

.pactive {
    display: flex;
    flex-direction: column;
}

.pdt-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 14px;
    height: 74px;
    position: relative;

}

.pdt-item::after {
    position: absolute;
    content: '';
    background: rgba(232, 232, 234, 1);
    border-radius: 16px;
    inset: -10px;
    display: none;
    z-index: -1;
}

.pdt-item:hover::after {
    display: block;


}

.pdt-item h3 {
    font-size: 20px;
    line-height: 20px;
    color: #222222;
    font-weight: 600;
    margin-bottom: 10px;
}

.pdt-item p {
    font-size: 11px;
    line-height: 18px;
    color: #AFB1B2;
    font-weight: 400;

}

.mobile-header {
    display: none;
}

.search-data {
    width: 100%;
    height: 327px;
    background: #FFFFFF;
    position: fixed;
    left: 0;
    top: 146px;
    display: none;

}

.search-content {
    width: 80%;
    max-width: 1440px;
    margin: auto;
    padding-top: 35px;
}

.search-x {
    width: 100%;
    height: 1px;
    background: #707070;
    margin-bottom: 11px;
}

.search-input {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
}

.search-input img {
    width: 19px;
    height: 20px;
    margin-right: 21px;
    cursor: pointer;

}

.search-input input {
    width: 409px;
    height: 26px;
    border: 1px solid #AFB1B2;
    color: #AFB1B2;
    font-size: 14px;
    line-height: 14px;
    padding-left: 10px;
}

.search-href {
    width: 100%;
    padding-left: 40px;
}

.search-href-p {
    color: #AFB1B2;
    font-size: 12px;
    line-height: 30px;

}

.search-href-a {
    width: 262px;
    display: flex;
    flex-wrap: wrap;
    gap: 0 92px;
}

.search-href-a a {
    width: 82px;
    color: #222222;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 14px;

}

.searchbutton {
    display: none;
}

.nav-right {
    width: 55px;
    height: 242px;
    border-radius: 28px;
    border: 0.5px solid #FFFFFF;
    background: #E1E1E1;
    position: fixed;
    right: 14px;
    top: 32%;
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.nav-right a {

    width: 38px;
    height: 38px;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.nav-right a:hover {
    background: #FFFFFF;
}

.nr1 img {
    width: 17px;
    height: 17px;
}

.nr2 img {
    width: 20px;
    height: 20px;
}

.nr3 img {
    width: 26px;
    height: 21px;
}

.nr4 img {
    width: 21px;
    height: 17px;
}

.nav-right-x {
    width: 43px;
    height: 0.3px;
    background: #707070;

}

.nav-right-top {
    width: 100%;
    height: 59px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-right-bottom {
    width: 100%;
    height: 183px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 10px 0 10px 0;
}

.nav-right-qrcode {
    position: absolute;
    right: 62px;
    top: 105px;
    display: none;
}

.nav-right-qrcode img {
    width: 91px;
    height: 91px;
    background: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
}

.nr3:hover .nav-right-qrcode {
    display: block;
}

.nav-item p {
    display: none;
    font-size: 8px;
    line-height: 10px;
    font-weight: 500;
    color: #222222;
}

@media (max-width:1400px) {
    .pdt-item p {
        line-height: 12px;
    }
}

@media (max-width: 1200px) {
    .nav-right-qrcode {
        position: absolute;
        right: 0;
        top: auto;

        bottom: 40px;
    }

    .nr3:hover .nav-right-qrcode {
        display: none;
    }

    .nav-item p {
        display: block;
    }

    .nav-right {
        width: 90%;
        height: 40px;
        flex-direction: row;
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
        top: auto;

    }

    .nav-right-top,
    .nav-right-bottom {

        height: 100%;
        flex-direction: row;
        align-items: center;
        position: relative;
    }

    .nav-right-top {
        width: 25%;
    }

    .nav-right-top::after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 0.5px;
        height: 28px;
        background: #707070;
    }

    .nav-right-bottom {
        width: 75%;
    }

    .nav-right a {
        flex-direction: column;
    }

    .nav-right-x {
        display: none;
    }

    .nav-right-top a {
        width: 100%;
    }

    .nav-right-bottom a {
        width: 25%;
    }

    .nav-right-bottom .nav-item {
        position: relative;
        flex: 1;
    }

    .nav-right a:hover {
        background: none;
    }

    .nav-right-bottom .nav-item:not(:last-child):after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 0.5px;
        height: 28px;
        background: #707070;

    }

    * {
        -webkit-tap-highlight-color: transparent !important;
        outline: none !important;
    }

    a,
    button,
    div,
    input,
    textarea,
    span {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }


    * [onclick] {
        -webkit-tap-highlight-color: transparent;
        outline: none;
    }

    .pc-header {
        display: none;
    }

    header,
    nav {
        height: 94px;
    }

    .mobile-header {
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 94px;
        background: #FFFFFF;
        padding-left: 9px;
        padding-right: 8px;
        align-items: center;
    }

    .mhleft {
        width: 20px;
        height: 18px;
        position: relative;
        margin-right: 14px;
    }

    .mhspan {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .mhspan span {
        width: 100%;
        height: 2px;
        background: #222222;
    }

    .mhx {
        display: none;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        font-size: 25px;
        line-height: 25px;
        color: #222222;
        position: absolute;

        align-items: center;
        justify-content: center;
    }

    .mhlogo img {
        width: 120px;
        height: auto;
        object-fit: cover;
    }

    .mhlogo a,
    .mhsearch a {
        display: flex;
        width: 100%;
        height: 100%;
    }



    .mhsearch {
        width: 19px;
        height: 20px;


    }

    .mhfenge {
        width: 1px;
        height: 20px;
        background: #222222;
        opacity: 0.7;

    }

    .mobile-left,
    .mobile-right {
        display: flex;

        width: 50%;
        align-items: center;
    }

    .mobile-right {
        justify-content: space-between;
    }

    .mh-phone {
        display: flex;
    }

    .mh-phone span {
        font-size: 14px;
        line-height: 16px;
        color: #222222;
        font-weight: 400;
        white-space: nowrap;
    }

    .mobile-header-product {
        position: absolute;
        top: 94px;
        left: 0;
        width: 100%;
        height: calc(100vh - 94px);
        background: #F5F5F5;
        display: none;
    }

    .mobile-header-product ul {
        width: 80%;
        margin: auto;

    }

    .mobile-header-product .lidiv {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 20px;
        padding-bottom: 21px;
        border-bottom: 1px solid #E0E0E0;
    }

    .mhlia {
        font-size: 24px;
        line-height: 24px;
        color: #222222;
        font-weight: 500;
    }

    .mhfuhao {
        width: 38px;
        height: 38px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .mhfuhao span {

        font-size: 50px;
        line-height: 50px;

        font-weight: 500;
    }

    .mhfuhao span:last-child {
        display: none;
    }

    .liproduct {
        width: 95%;
        margin: auto;
        display: none;
    }

    .liproduct-type-div {
        display: flex;
        justify-content: space-between;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .liproduct-type-num {
        display: flex;
    }

    .liproduct-type-num span:first-child {
        margin-right: 33px;
        font-weight: 400;
    }

    .liproduct-type span,
    .liproduct-type-div a {
        font-size: 16px;
        line-height: 18px;
        color: #222222;
        font-weight: 300;
        transition: all 0.3s;
    }

    .liproduct-type-product {
        padding-top: 17px;
        padding-bottom: 17px;
        display: none;
    }

    .liproduct-type-product-item {
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        width: 100%;
        height: 85px;
        background: #EBEBEB;

    }



    .liproduct-type-product-item-text {
        width: 60%;
        padding-left: 19px;
        height: 100%;
        display: flex;
        flex-direction: column;
        box-sizing: border-box;
        justify-content: center;
    }

    .pppiii {
        margin-bottom: 8px;
        font-size: 23px;
        line-height: 23px;
        color: #222222;
        font-weight: 600;
        width: 40%;
        text-align: center;
    }

    .liproduct-type-product-item-text span {
        font-size: 14px;
        line-height: 16px;
        color: #818181;
        font-weight: 400;


    }

    .searchbutton {
        width: 97px;
        height: 33px;
        background: #1E9B7E;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #FFFFFF;
        font-size: 20px;
        line-height: 20px;
        border-radius: 8px;
        border: none;
        margin-left: auto;
    }

    .search-data {
        height: 100%;
        top: 94px;
    }

    .search-content {
        width: 95%;
        padding-top: 0;
    }

    .search-input img {
        margin-right: 0px;
    }

    .search-input input {
        width: 60%;
        height: 32px;
        font-size: 14px;
        line-height: 14px;
        border: none;
    }

    .search-input {
        margin-bottom: 15px;
    }

    .search-href-p {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 24px;
    }

    .search-href-a a {
        width: 40%;
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 20px;

    }

    .search-href-a {
        width: 80%;
        gap: 0;
    }

    .search-href {
        padding-left: 20px;
    }


}


footer {
    width: 100%;
    height: 766px;
    background: url('/static/bgfooter.png') no-repeat;
    background-size: cover;
    padding-top: 156px;
}

.footer-content {
    width: 1180px;
    margin: auto;
}

.footer-logo img {
    width: 227px;
    height: 29px;

    margin-bottom: 58px;
}


.footer-logo {
    width: 100%;
    height: 100%;
}

.footer-type {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 78px;

}

.footer-item,
.footer-item-contact {
    display: flex;
    flex-direction: column;
}

.footer-item h3,
.footer-item-contact h3 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 26px;
    color: #FFFFFF;
    font-weight: 500;
}

.footer-item a {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 26px;
    color: #AFB1B2;
    font-weight: 400;
    margin-bottom: 22px;
    display: inline-block;
}

.footer-item-contact .fiphone {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 12px;
    color: #AFB1B2;
    font-weight: 400;
    display: inline-block;
}

.footer-item-contact .fiemail {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 0px;
    color: #AFB1B2;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 68px;
}

.fiheaf {
    width: 285px;
    height: 55px;
    background: rgba(107, 107, 107, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px 8px 8px 8px;
}

.fiheafs1 {
    font-size: 20px;
    line-height: 20px;

    color: #8E8E8E;
    font-weight: 400;
}

.fiheafs2 {
    width: 18px;
    height: 18px;
    border: 1px solid #8E8E8E;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 7px;
    line-height: 7px;
    color: #8E8E8E;
    border-radius: 50%;
    margin-left: 9px;

}

.footer-x {
    width: 100%;
    background: #929292;
    height: 1px;
    margin-bottom: 33px;
}

.footer-b {
    width: 100%;
    text-align: center;
}

.footer-b p {
    font-size: 14px;
    line-height: 20px;
    color: #AFB1B2;
    font-weight: 300;
}

@media (max-width: 1200px) {
    footer {
        height: 100%;
        padding-bottom: 66px;
        padding-top: 56px;
    }

    .footer-content {
        width: 85%;
    }

    .footer-type {
        flex-direction: column;
    }

    .footer-item h3,
    .footer-item-contact h3 {
        font-size: 24px;
        line-height: 24px;
        margin-top: 38px;
    }

    .footer-item a {
        font-size: 14px;
        line-height: 16px;
    }

    .footer-logo {
        display: none;
    }

    .footer-item-contact .fiphone {
        font-size: 30px;
        line-height: 30px;
    }

    .footer-item-contact {
        font-size: 28px;
        line-height: 28px;
    }

    .fiheafs1 {
        font-size: 15px;
        line-height: 15px;
    }

    .fiheaf {
        width: 60%;
        justify-content: space-around;
    }

    .fiheafs2 {
        width: 18px;
        height: 18px;
        border: 1px solid #8E8E8E;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 7px;
        line-height: 7px;
        color: #8E8E8E;
        border-radius: 50%;
        margin-left: 9px;
    }

    .footer-b p {
        font-size: 14px;
        line-height: 20px;
    }

    .footer-item {
        border-bottom: 1px solid #4E4E4E;

    }
}