/* 支付方式底栏弹层（微信支付 / 余额）——复制模板时必须同步本样式，禁止只贴 DOM */
.payPopup {
	background: #fff;
	border-radius: 24rpx 24rpx 0 0;
	padding: 32rpx 32rpx calc(32rpx + env(safe-area-inset-bottom));
}
.payPopup-header {
	position: relative;
	margin-bottom: 24rpx;
}
.payPopup-title {
	font-weight: 500;
	font-size: 28rpx;
	color: #1a1a1a;
	line-height: 56rpx;
	text-align: center;
}
.payPopup-close {
	position: absolute;
	right: 0;
	top: 4rpx;
	width: 40rpx;
	height: 40rpx;
}
.payPopup-price {
	font-weight: 500;
	font-size: 48rpx;
	color: #FF476E;
	line-height: 90rpx;
	text-align: center;
	margin-bottom: 28rpx;
}
.payPopup-subtitle {
	font-size: 26rpx;
	color: #666;
	margin-bottom: 16rpx;
}
.payPopup-list {
	width: 100%;
}
.payPopup-item {
	padding: 28rpx 0;
	border-bottom: 1rpx solid #F5F5F5;
}
.payPopup-item-left {
	flex: 1;
	min-width: 0;
}
.payPopup-item-icon {
	width: 48rpx;
	height: 48rpx;
	flex-shrink: 0;
	margin-right: 20rpx;
}
.payPopup-item-name {
	font-size: 28rpx;
	color: #333;
}
.payPopup-item-tip {
	font-size: 24rpx;
}
.payPopup-confirm {
	height: 88rpx;
	background: #FF476E;
	color: #fff;
	border-radius: 44rpx;
	margin-top: 32rpx;
	font-size: 30rpx;
}
