<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.nanber-img {
    width: 100%;
    height: 50vh;
}

.nanber-img img {
    width: 100%;
    height: 100%;
}


.product-sele {
    /* background-image: url('../images/picbj03.png');
    background-size: 100% 100%; */
    padding: 20px 0;
    background-color: #58c184;
}

.banner-bxinp {
    /* width: 980px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    border-radius: 50px;
    overflow: hidden;
}

.input-le {
    width: 13%;
    padding: 10px 0px;
}

.input-le a {
    display: flex;
    align-items: center;
    padding: 5px 20px;
    border-right: 1px solid #eeeeee;
}

.input-le span {
    font-size: 16px;
    color: #444444;
}

.input-le img {
    margin-left: 10px;
}

.input-cnt {
    width: 75%;
    padding: 15px 20px;
}

.input-cnt input {
    width: 100%;
    border: 0;
    font-size: 16px;
}

.input-ri a {
    /* background-color: #58c184; */
    padding: 15px 25px;
}




.product-tit {
    display: flex;
    align-items: center;
    padding: 20px 0;
}

.product-tit img {
    width: 15px;
    height: 15px;
    margin-right: 10px;
}





.product-box {
    display: flex;
    justify-content: space-between;
}

.product-bxle {
    width: 23%;
    min-height: 50vh;
}

.condition {
    border: 1px solid #eeeeee;
    margin-bottom: 20px;
}

.condit-tit {
    /* background-color: #7ed3a5; */
    background-image: url("../images/picbj11.png");
    background-size: 100% 100%;
    padding: 15px 10px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
}

.condition ul {
    padding: 5px 15px;
}

/* .condition ul li{
    
} */
.condition ul li a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #555555;
    padding: 10px 0;
}

.left {
    display: block;
}

.bottom {
    display: none;
}



.prod-child {
    display: none;
}

.prod-child a {
    font-size: 12px !important;
    color: #777777 !important;
    padding: 5px 15px !important;
}

.ashow {
    font-weight: 600;
    color: #333333 !important;
}

.selse-btn{
    display: none;
}





.profi-bxri{
    width: 75%;
}
.profi-bxri h1{
    font-size: 18px;
    font-weight: 600;
}

.join-us-box{
    padding: 10px 0;
}
.join-usbx-itm{
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    background-color: #f4f4f4;
    font-size: 17px;
    color: #444444;
    cursor: pointer;
}
.joinshow{
    background-color: #58c184;
    color: #ffffff;
}

.join-itmbx{
    padding: 20px;
    background-color: #f7f7f7;
}
.join-itmbx h4{
    font-size: 14px;
    color: #333333;
    font-weight: 600;
    padding: 10px 0;
}
.join-itmbx p{
    font-size: 14px;
    color: #555555;
    line-height: 30px;
}

.join-mailbox{
    font-size: 14px;
    color: #555555;
    padding: 15px 0 0;
}
.join-mailbox &gt; a{
    font-size: 14px;
    color: #58c184;
    font-weight: 600;
}
.join-mailbox &gt; a img{
    width: 14px;
    height: 12px;
    margin-right: 10px;
}


@media screen and (max-width:768px) {

    .nanber-img {
        width: 100%;
        height: 20vh;
    }

    .nanber-img img {
        width: 100%;
        height: 100%;
    }


    .product-sele {
        /* background-image: url('../images/picbj03.png');
        background-size: 100% 100%; */
        padding: .3rem 0;
    }

    .banner-bxinp {
        width: 95% !important;
        display: flex;
        align-items: center;
        background-color: #ffffff;
        border-radius: 10px;
        overflow: hidden;
    }

    .input-le {
        width: 20%;
        padding: 0rem 0px;
    }

    .input-le a {
        display: flex;
        align-items: center;
        padding: .1rem .2rem;
        border-right: 1px solid #eeeeee;
    }

    .input-le span {
        font-size: .16rem;
        color: #444444;
    }

    .input-le img {
        margin-left: .1rem;
    }

    .input-cnt {
        width: 60%;
        padding: .15rem .2rem;
    }

    .input-cnt input {
        width: 100%;
        border: 0;
        font-size: .16rem;
    }

    .input-ri a {
        padding: .26rem .3rem;
    }



    .join-usbx-itm{
        padding:.3rem .2rem;
        margin-top: .2rem;
        font-size: 14px;
    }


    .join-itmbx{
        padding: .2rem;
        background-color: #f7f7f7;
    }


    .product-tit {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: .2rem;
    }

    .selse-btn{
        display: block;
    }

    .product-bxle {
        width: 50%;
        position: absolute;
        left: 0;
        z-index: 9;
        background-color: #ffffff;
        display: none;
        max-height: 70vh;
        min-height: auto;
        overflow-y: auto;
    }





    .profi-bxri {
        width: 100%;
    }


    .profi-bxri h1{
        font-size: .18rem;
        font-weight: 600;
        padding: 0 .1rem;
    }











}</pre></body></html>