#paymentSucceed {
	font-size: 0.418181rem;/* 46 */
}
#paymentSucceed .top-div {
	padding: 0.5rem;
	color: #fff;
	background: #409EFF;
}

#paymentSucceed .icon-div {
	text-align: center;
	line-height: 0.82rem;
}
#paymentSucceed .icon-div i {
	font-size: 0.8rem;
}
#paymentSucceed .tip-div {
	text-align: center;
	font-size: 0.36rem;
	line-height: 0.4rem;
	margin-bottom: 0.1rem;
}
#paymentSucceed .amount-div {
	text-align: center;
	margin-bottom: 0.1rem;
	font-size: 1.2rem;
	font-family: "";
	font-weight: 500;
}
#paymentSucceed .amount-div::before {
	content: "¥";
	font-size: 0.8rem;
	margin-right: 0.1rem;
}



#paymentSucceed .goodsList {
	display: flex;
	flex-wrap: wrap;
}
#paymentSucceed .goodsList li {
	width: 45.2%;
	background: #fff;
	margin-bottom: 0.3rem;
	float: left;
	margin-left: 0.3rem;
	/* padding: 0.2rem; */
	border-radius: 2px;
	border: 0.01rem solid #ebebeb;
	/* box-shadow: 2px 2px 2px #999999; */
}

#paymentSucceed .goodsList img {
	width: 100%;
	height: 5rem;
	object-fit: cover;
}
#paymentSucceed .goodsList .goodsName {
	padding: 0.24rem;
	height: 1.2rem;
	margin-bottom: 0.2rem;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	font-size: 0.3rem;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-align: justify;
}
#paymentSucceed .goodsList .price {
	padding: 0 0.2rem 0.1rem;
	position: relative;
}
#paymentSucceed .goodsList .price>a {
	position: absolute;
	right: 0;
	top: 0;
}
#paymentSucceed .goodsList .price>a i {
	color: #e4393c;
	font-size: 0.5rem;
	font-weight: bold;
}
#paymentSucceed .goodsList .price .newPrice {
	font-weight: bold;
	color: #e4393c;
	font-size: 0.4rem;
	margin-right: 0.10909rem;/* 12 */
}

#paymentSucceed .goodsList .price .oldPrice {
	color: grey;
	text-decoration: line-through;
}


#paymentSucceed .btn-div {
	display: flex;
	justify-content: center;
	font-size: 0.36rem;
}
#paymentSucceed .btn-div a {
	border: 1px solid #fff;
	margin: 0 0.5rem;
	color: #fff;
	padding: 0 0.5rem;
	line-height: 0.7rem;
	border-radius: 0.35rem;
}



/* #paymentSucceed .recommend {
	height: auto;
	min-height: 40px;
	margin-top: 10px;
}
 */
#paymentSucceed .tab_proList {
	background: #f2f2f2;
	padding: 0px;
	margin: 0px;
}
#paymentSucceed .load-hid {
	display: none;
}




#paymentSucceed .recommend{
	padding: 0 0.290909rem;
}
#paymentSucceed .recommend > p{
	text-align: center;
	height: 1.4rem;
	line-height: 1.4rem;
	font-size: 0.4rem;
	font-weight: bold;
}
#paymentSucceed .recommend ul{
	/* padding-bottom: 1.30909rem; *//* 234px */
	/* float: right; */
}
#paymentSucceed .recommend .load{
	/* position: relative;
	    left: 138px;
	    top: 62px; */
}
#paymentSucceed .recommend li{
	float: left;
	list-style:none;
	width: 4.56rem;/* 500px */
	width: calc(100%/2 - 0.145454rem); /* 16 */
	padding-bottom: 0.290909rem;
	margin-bottom: 0.290909rem;/* 32px */
	background-color: #fff;
	border-radius: 0.072727rem;/* 8px; */
}
#paymentSucceed .recommend li img{
	width: 4.56rem;/* 500px */
	width: 100%;
	height: 4.56rem;/* 500px */
	height: 4.56371rem;
	object-fit: cover;
}
#paymentSucceed .recommend li .imgDiv{
	position: relative;
}
#paymentSucceed .recommend li .imgDiv div{
	width: 50%;
	height: 50%;
	border-radius: 50%;
	position: absolute;
	top: 25%;
	left: 25%;
	background: rgba(50, 50, 50, 0.6);
	color: #fff;
	font-size: 0.45rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
#paymentSucceed .recommend .goodsName{
	font-size: 0.327272rem;/* 36px */
	color: #757575;
	margin: 0.290909rem 0.290909rem;
	height: 0.92rem;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
#paymentSucceed .recommend .price{
	padding: 0 0.290909rem;
}
#paymentSucceed .recommend .price .newPrice{
	font-size: 0.381818rem;/* 42px */
	color: #e4393c;
	margin-right: 0.090909rem;
}
#paymentSucceed .recommend .price .oldPrice{
	font-size: 0.327272rem;/* 36px */
	color: #757575;
	text-decoration: line-through;
}
#paymentSucceed .recommend .price .newPrice::before{
	content: "¥";
}
#paymentSucceed .recommend .price .oldPrice::before{
	content: "¥";
}
#paymentSucceed .recommend li:nth-child(odd){
	float: left;
}
#paymentSucceed .recommend li:nth-child(even){
	float: right;
}
#paymentSucceed .recommend li:nth-child(1){
	/* width: 4.56rem; *//* 500px */
	/* height: 4.56rem; *//* 520px */
	/* padding-bottom: 0!important; */
}
#paymentSucceed .recommend li:nth-child(1) img{
	
}
#paymentSucceed .recommend li:nth-child(1) p{
	/* display: none!important; */
}
#paymentSucceed .recommend li:nth-child(1) .divAmount{
	/* display: none!important; */
}
#paymentSucceed .recommend .loadIMG{
	text-align: center;
	display: block;
}
#paymentSucceed .recommend .loadIMG img{
	margin-top: 0.872727rem;/* 96px */
}
#paymentSucceed .recommend .load{
	color: #b8b8b8;
	float: left;
	text-align: center;
	width: 100%;
	padding: 0.290909rem 0;
}
#paymentSucceed .recommend .load .notgoods{
	display:none; 
	/* text-align: center; 
	padding: 0.3rem; 
	color: #b8b8b8; */
}