.product-sel {
    padding: 40px 0;
}

.product-slul {
    display: flex;
    justify-content: center;
}

.product-slul>li {
    padding: 0 30px;
}

.product-slul>li a {
    font-size: 22px;
}

.product-slul>li a:hover {
    color: #069238;
}







.product-box {
    padding: 70px 0 90px;
    background-color: #f5f5f5;
}

.product-bsel {
    display: flex;
    align-items: center;
}

.bselashw {
    color: #069238 !important;
    border-bottom: 2px solid #069238 !important;
}

.product-bsel>a {
    font-size: 36px;
    color: #666666;
    margin-right: 60px;
    border-bottom: 2px solid #f5f5f5;
}


.product-bul {
    display: flex;
    flex-wrap: wrap;
    padding-top: 40px;
    margin: 0 -20px;
}

.product-bul>li {
    width: calc((100% - 120px)/3);
    background-color: #ffffff;
    padding: 20px;
    border-radius: 20px;
    margin: 20px;
}

.product-bul>li>a {
    width: 100%;
}

.product-bul>li:hover {
    box-shadow: 0 0 10px 5px #ececec;
}

.product-bul>li:hover>a {
    color: #069238;
}

.product-bul>li:hover .buimga {
    display: none;
}

.product-bul>li:hover .buimgb {
    display: block;
}

.buimga {
    display: block;
}

.buimgb {
    display: none;
}

.product-butop {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-butop p span {
    font-size: 16px;
    background-color: #cde9d8;
    color: #069238;
    padding: 5px 10px;
    border-radius: 4px;
    border-top-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.product-butop p img {
    width: 30px;
    height: 30px;
}



.product-buimg {
    width: 100%;
    height: 240px;
    padding-top: 15px;
    text-align: center;
}

.product-buimg img {
    max-width: 100%;
    max-height: 100%;
}

.product-butxt {
    text-align: center;
    font-size: 22px;
    padding: 10px 0;
}







.product-cart {
    position: fixed;
    top: 40vh;
    right: 10px;
}

.cart-btn {
    position: relative;
}

.cart-btn>a {
    width: 60px;
    height: 60px;
    background-color: #069238;
    border-radius: 50%;
    position: relative;
    right: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart-btn>a>img {
    width: 30px;
    height: 30px;
}

.cartbn-num {
    background-color: #f22828;
    color: #ffffff;
    border-radius: 50px;
    font-size: 14px;
    position: absolute;
    top: 9px;
    right: 8px;
    padding: 0px 5px;
}

.cartbnsw {
    display: none;
}

.cartbn-box {
    width: 300px;
    border-radius: 10px;
    position: absolute;
    top: 100px;
    right: 0;
    background-color: #ffffff;
    overflow: hidden;
    box-shadow: 0 0 10px 5px #ececec;
}

.cartbn-btop {
    padding: 15px 20px;
    background-color: #069238;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cartbn-btop h4 {
    font-size: 16px;
    color: #ffffff;
}

.cartbn-btop i {
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    cursor: pointer;
}

.cartbn-bcnt {
    width: 100%;
    height: 35vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.cartbn-bctli {
    padding: 14px 20px;
    border-bottom: 1px solid #eeeeee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cartbn-bctli:last-child {
    border-bottom: 0px solid #eeeeee;
}

.cartbn-lile {
    width: 90%;
    display: flex;
    align-items: center;
}

.cartbn-lile img {
    width: 50px;
    height: 50px;
    border: 1px solid #eeeeee;
}

.cartbn-lile h5 {
    font-size: 14px;
    color: #666666;
    margin-left: 10px;
}

.cartbn-liri i {
    font-size: 20px;
    color: #9b9b9b;
    cursor: pointer;
}



.cartbn-bbtm {
    padding: 12px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #e5e5e5;
}

.clearbtn {
    background-color: #ffffff;
    border-width: 0;
    font-size: 16px;
    color: #666666;
    cursor: pointer;
}

.inquirybtn {
    width: 90px;
    background-color: #069238;
    color: #ffffff;
    border: 1px solid #069238;
    font-size: 16px;
    text-align: center;
    padding: 10px 0;
    border-radius: 5px;
    cursor: pointer;
}










/* 询价 弹出层 */
.inquiryshw{
    display: none;
}
.inquiry-pupop {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: rgba(0, 0, 0, .5);
}

.inquiry-pupabs {
    width: 42vw;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 10px;
    transform: translate(-50%, -50%);
    overflow: hidden;
    background-color: #f5f5f5;
}


.inquiry-puptop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    padding: 15px 30px;
}

.inquiry-puptop h3 {
    font-size: 18px;
    font-weight: 600;
}

.inquiry-puptop i {
    font-size: 24px;
    font-weight: 600;
    cursor: pointer;
}





.inquiry-pupbtm {
    padding: 20px 30px;
}

.inquiry-pubmtit {
    font-size: 16px;
    font-weight: 600;
}

.inquiry-pubmul {
    height: 27vh;
    padding: 10px 0;
    border-bottom: 1px solid #e2e2e2;
    overflow-y: auto;
    overflow-x: hidden;
}

.inquiry-pubmul>li {
    padding: 10px 0;
}

.inquiry-pubmul>li>a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.pubmul-le {
    width: 90%;
    display: flex;
    align-items: center;
}

.pubmul-le img {
    width: 90px;
    height: 90px;
    border-radius: 10px;
}

.pubmul-le p {
    width: 80%;
    font-size: 16px;
    padding-left: 20px;
}

.pubmul-ri i {
    font-size: 24px;
    color: #9d9d9d;
}



.inquiry-pubm-fill {
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.linptwid {
    width: 100% !important;
}

.inquiry-pubm-fill>li {
    width: 49%;
    margin-top: 15px;
}

.pubm-fill-tit {
    font-size: 16px;
    color: #666666;
}

.pubm-fill-tit span {
    color: #ee2020;
}

.pubm-fill-inpt {
    margin-top: 8px;
    padding: 10px 20px;
    background-color: #ffffff;
    border-radius: 5px;
}

.pubm-fill-inpt input {
    width: 100%;
    font-size: 16px;
}

.pubm-fill-inpt textarea {
    min-height: 80px;
    width: 100%;
    font-size: 16px;
}



.inquiry-pubm-btn {
    padding: 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inquiry-pubm-btn button {
    width: 200px;
    text-align: center;
    font-size: 18px;
    padding: 15px 0;
    margin: 0 10px;
    border-radius: 5px;
    border-width: 0;
    background-color: #dddddd;
    cursor: pointer;
}

.inquiry-pubm-btn button:nth-child(2) {
    background-color: #069238;
    color: #ffffff;
}






@media only screen and (max-width: 1340px) {

    .product-sel {
        padding: 30px 0;
    }

    .product-slul>li {
        padding: 0 20px;
    }

    .product-slul>li a {
        font-size: 18px;
    }



    .product-box {
        padding: 50px 0 70px;
    }

    .product-bsel>a {
        font-size: 28px;
        margin-right: 40px;
    }

    .product-bul {
        padding-top: 30px;
        margin: 0 -10px;
    }

    .product-bul>li {
        width: calc((100% - 60px) / 3);
        padding: 10px;
        margin: 10px;
    }

    .product-butop p span {
        font-size: 14px;
        padding: 4px 8px;
    }

    .product-butop p img {
        width: 25px;
        height: 25px;
    }

    .product-buimg {
        height: 200px;
        padding-top: 10px;
    }

    .product-butxt {
        font-size: 18px;
        padding: 8px 0;
    }







    .cart-btn>a {
        width: 50px;
        height: 50px;
        right: 30px;
    }

    .cart-btn>a>img {
        width: 25px;
        height: 25px;
    }

    .cartbn-num {
        font-size: 12px;
    }

    .cartbn-box {
        width: 240px;
        top: 80px;
    }

    .cartbn-btop {
        padding: 10px 15px;
    }

    .cartbn-btop h4 {
        font-size: 14px;
    }

    .cartbn-btop i {
        font-size: 18px;
    }

    .cartbn-bctli {
        padding: 10px 15px;
    }

    .cartbn-lile img {
        width: 40px;
        height: 40px;
    }

    .cartbn-lile h5 {
        font-size: 12px;
        margin-left: 8px;
    }

    .cartbn-bbtm {
        padding: 8px 15px;
    }

    .clearbtn {
        font-size: 14px;
    }

    .inquirybtn {
        width: 80px;
        font-size: 14px;
        padding: 8px 0;
    }




    /* 询价 弹出层 */
    .inquiry-puptop {
        padding: 10px 20px;
    }

    .inquiry-puptop h3 {
        font-size: 16px;
    }

    .inquiry-puptop i {
        font-size: 20px;
    }

    .inquiry-pupbtm {
        padding: 10px 20px;
    }

    .inquiry-pubmtit {
        font-size: 14px;
    }

    .inquiry-pubmul {
        padding: 6px 0;
    }

    .inquiry-pubmul>li {
        padding: 6px 0;
    }

    .pubmul-le img {
        width: 80px;
        height: 80px;
    }

    .pubmul-le p {
        font-size: 14px;
        padding-left: 10px;
    }

    .pubmul-ri i {
        font-size: 20px;
    }

    .inquiry-pubm-fill {
        padding-top: 8px;
    }

    .inquiry-pubm-fill>li {
        margin-top: 10px;
    }

    .pubm-fill-tit {
        font-size: 14px;
    }

    .pubm-fill-inpt {
        margin-top: 6px;
        padding: 8px 15px;
    }

    .pubm-fill-inpt input {
        font-size: 14px;
    }

    .pubm-fill-inpt textarea {
        font-size: 14px;
    }

    .inquiry-pubm-btn {
        padding: 20px 0;
    }

    .inquiry-pubm-btn button {
        width: 140px;
        font-size: 16px;
        padding: 10px 0;
        margin: 0 8px;
    }

}



@media only screen and (max-width: 768px) {

    .product-sel {
        padding: .3rem .1rem;
    }

    .product-slul {
        flex-wrap: wrap;
    }

    .product-slul>li {
        padding: .1rem .2rem;
    }

    .product-slul>li a {
        font-size: 16px;
    }



    .product-box {
        padding: .5rem .1rem .7rem;
    }

    .product-bsel>a {
        font-size: 20px;
        margin-right: .4rem;
    }

    .product-bul {
        padding-top: .3rem;
        margin: 0;
    }

    .product-bul>li {
        width: 100%;
        padding: .2rem;
        margin: .2rem 0 0;
    }

    .product-butop p span {
        font-size: 12px;
        padding: 4px 8px;
    }


    .product-butxt {
        font-size: 16px;
        padding: .1rem 0;
    }




    .cart-btn>a {
        right: 0;
    }

    .cartbn-bcnt {
        height: 29vh;
    }






    /* 询价 弹出层 */
    .inquiry-pupabs {
        width: 90vw;
    }

    .inquiry-puptop h3 {
        font-size: 14px;
    }

    .inquiry-pupbtm {
        padding: .1rem .2rem;
    }

    .inquiry-pubmtit {
        font-size: 12px;
    }

    .pubmul-le img {
        width: 60px;
        height: 60px;
    }

    .pubmul-le p {
        font-size: 12px;
        padding-left: .1rem;
    }

    .inquiry-pubmul {
        height: 20vh;
        padding: 5px 0;
    }

    .inquiry-pubm-fill {
        padding-top: .1rem;
    }

    .pubm-fill-tit {
        font-size: 12px;
    }

    .pubm-fill-inpt {
        margin-top: 5px;
        padding: 8px .15rem;
    }

    .pubm-fill-inpt input {
        font-size: 12px;
    }

    .pubm-fill-inpt textarea {
        font-size: 12px;
    }

    .inquiry-pubm-btn {
        padding: .2rem 0;
    }
    .inquiry-pubm-btn button {
        width: 110px;
        font-size: 14px;
        margin: 0 6px;
    }


}