
    .childContent .banner {
        background-image: url('/gtMall/images/banners/daohuobanner.png');
    }

    .product-box ul.listBox {
        width: 100%;
        /* height: 100%; */
        min-height: 530px;
        overflow-y: auto;
        display: flex;
        flex-wrap: wrap;
        gap: 19px 30px;
        background: #FFFFFF;
        border-radius: 16px;
        padding: 30px 26px;
    }

    .product-box ul.listBox li {
        position: relative;
        width: 228px;
        padding-bottom: 14px;
        /* height: 421px; */
        border-radius: 14px 14px 0px 0px;
        overflow: hidden;
    }

    .product-box ul.listBox li img {
        width: 100%;
        height: 304px;
        object-fit: cover;
    }

    .product-box ul li .htmprice {
        margin-top: 13px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
    }

    .product-box ul li .htmprice .price {
        flex: 0 0 auto;
        white-space: nowrap;
        font-weight: 400;
        font-size: 18px;
        color: #333333;
    }

    .product-box ul li .htmprice .itemNo {
        
        font-weight: 400;
        font-size: 12px;
        color: #CDCDCD;
    }

    .product-box ul li .htname {
        margin-top: 10px;
        width: 100%;
        
        font-weight: 400;
        font-size: 14px;
        color: #333333;
        line-height: 18px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;

    }

    .product-box ul li .uploadBtn {
        margin-top: 12px;
        height: 32px;
        width: 100%;
    }

    .product-box ul li .uploadBtn .uploadBtnTxt {
        border: 0;
        height: 100%;
        max-width: 164px;
        line-height: 32px;
        /* padding: 0 12px; */
        background: #23AC38;
        border-radius: 7px;
        font-size: 14px;
        color: #fff;
        font-weight: 400;
        text-align: center;
    }

    