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

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

	.product-box ul {
		width: 100%;
		height: 100%;
		min-height: 560px;
		display: flex;
		flex-wrap: wrap;
		gap: 24px;
	}

	.product-box ul li {
		width: 450px;
		background: #FFFFFF;
		border-radius: 14px;
	}

	.product-box ul li>a {
		width: 100%;
		display: flex;
		padding: 20px 18px;
	}

	.product-box ul li .coverImg {
		width: 150px;
		height: 200px;
		border-radius: 10px;
	}

	.product-box ul li .info {
		position: relative;
		width: 100%;
		margin-left: 10px;
	}

	.product-box ul li .info .title {
		width: 100%;
		font-weight: 400;
		font-size: 16px;
		color: #222222;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
		line-height: 20px;
	}

	.product-box ul li .desc {
		margin-top: 7px;
		font-weight: 400;
		font-size: 12px;
		color: #CDCDCD;
		margin-bottom: 18px;
	}

	.product-box ul li .price {
		margin-top: 5px;
		font-family: Arial;
		font-weight: bold;
		font-size: 18px;
		color: #5caf50;
		display: flex;
		justify-content: space-between;
	}
	.product-box ul .price .colg{
		position: unset;
	}
	.product-box ul .colg .svgIcon{
		margin-top:3px;
	}

	.product-box ul li .uptime {
    	position: absolute;
		bottom: 15px;
    	width: 100%;
		height: 36px;
		line-height: 36px;
		background: #FFF2E8;
		border-radius: 8px;
		font-weight: 400;
		font-size: 14px;
		color: #FF6F00;
		text-align: center;
		margin-left: 0;
	}

	