	.childContent .banner {
		background-image: url('/gtMall/images/banners/cuxiao.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;
		/* height: 434px; */
		padding-bottom: 14px;
		border-radius: 14px 14px 0px 0px;
		overflow: hidden;
	}

	.product-box ul.listBox li .imgBg {
		position: relative;
		width: 100%;
		height: 303px;
	}

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

	.product-box ul.listBox li .imgBg .downfudu {
		position: absolute;
		/* width: 115px; */
		height: 30px;
		line-height: 30px;
		padding: 0 10px;
		left: 8px;
		bottom: 8px;
		background-image: url('/gtMall/images/hot/endticon.png');
		background-position: 0 0;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		
		font-weight: 400;
		font-size: 14px;
		color: #FFFFFF;
		text-align: center;
	}

	.product-box ul li .htmprice {
		margin-top: 10px;
		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: 2px;
		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 .endtime {
		
		font-weight: 400;
		font-size: 12px;
		color: #FF002F;
		line-height: 18px;
		text-align: center;
		margin-top: 10px;
	}

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

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

	