
/* 支付确认弹窗 */

.ktbg_zfqr{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 500;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	display: none;
	align-items: center;
	justify-content: center;
}

.ktbg_zfqr_box{
	position: relative;
	width: 612px;
	background: #FFFFFF;
	border-radius: 15px;
	padding: 30px 40px;
	box-sizing: border-box;
}

.ktbg_zfqr_title{
	text-align: center;
	font-size: 36px;
	color: #1a1a1a;
	font-weight: 600;
	padding-top: 20px;
	padding-bottom: 30px;
}

.ktbg_zfqr_text{
	font-size: 26px;
	color: #1a1a1a;
	line-height: 42px;
	padding-bottom: 20px;
}

.ktbg_zfqr_bot{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 0;
}

.ktbg_zfqr_btnqx{
	width: 180px;
	height: 60px;
	border-radius: 30px;
	border: 2px solid #3EBD7B;
	color: #3EBD7B;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 40px;
}

.ktbg_zfqr_btnwc{
	width: 180px;
	height: 60px;
	border-radius: 30px;
	border: 2px solid #3EBD7B;
	color: #FFFFFF;
	background: #3EBD7B;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ktbg_zfqr_info{
	position: absolute;
	top: 82px;
	left: 126px;
	width: 360px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.8);
	font-size: 24px;
	color: #FFFFFF;
	transition: all 0.3s;
}