.vipsuccessicon {
	width: 1.24rem;
	height: 1.2rem;
	display: block;
	margin: 0 auto;
	margin-bottom: 0.32rem;
	margin-top: 0.1rem;
}

.paytitle {
	font-size: 0.48rem;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: bold;
	color: #14171E;
	margin-bottom: 0.32rem;
	text-align: center;
}

.paytips {
	padding: 0 1rem;
	font-size: 0.32rem;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: bold;
	color: #14171E;
	margin-bottom: 0.32rem;
	text-align: center;
}

.paylist {
	padding-left: 0.3rem;
	padding-right: 0.3rem
}

.payitem {
	height: 1rem;
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
	border-bottom: 1px solid rgba(36, 42, 55, 0.15)
}

.payitem:last-child {
	border-bottom: none;
}

.payitem_left {
	width: 3rem;
	font-size: 0.32rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 500;
	color: #AB7748;
}

.payitem_right {
	flex: 1;
	font-size: 0.32rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #14171E;
}

.vipclosebtn {
	width: 4.86rem;
	height: 1.26rem;
	position: fixed;
	bottom: 0.3rem;
	left: 50%;
	transform: translate(-50%);
}

.vipclosebtn img {
	width: 100%;
	height: 100%
}

.redcolor {
	color: #FF0026
}