   .childContent .banner {
        background-image: url('/gtMall/images/banners/list@2x.png');
    }

    .listType {
        width: 1400px;
        margin: 30px auto 45px;
        display: flex;
        align-items: center;
        /* justify-content: space-between; */
    }

    .listType li {
        text-align: center;
        background: #E2E2E2;
        border-radius: 30px;
        margin-right: 48px;
        font-size: 16px;
        line-height: 16px;
        color: #333333;
        cursor: pointer;
        transition: all .3s;
        padding:0 20px;
    }
    
    .listType li[data-tag="1"] .lticon,
    .listType li[data-tag="2"] .lticon {
        border:1px solid #fff !important;
        border-radius: 6px;
    }

    .listType li .lticon {
        display: none;
    }

    .listType li.active {
        border-radius: 30px;
        color: #ffffff;
    }

    .listType li.active .lticon {
        display: block;
        margin-right: 8px;
    }
    .listType li span.textCon{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 60px;
        width:200px;
    }
    .listType li.active span {
    }

    .product-box {
        width: 100%;
        height: 100%;
    }

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

    .product-box ul.listBox li {
        width: 250px;
        /* 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;
        -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;
    }

    .product-box ul li .tip {
        margin-top: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
    }

    .product-box ul li .upto {
        background: linear-gradient(90deg, #FB2661 0%, #FE2527 100%);
        border-radius: 4px;
        color: #fff;
        padding: 3px 10px;
        margin-right: 12px;
    }

    .product-box ul li .time {

        font-weight: 400;
        color: #FF0000;
    }