/* 微信支付宝买邀请码 —— 前台样式（前缀 jxy-buyinvitecode） */

.jxy-buyinvitecode .jxy-buyinvitecode-qrcode {
	width: 200px;
	height: 200px;
	padding: 8px;
	border-radius: .5rem;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.jxy-buyinvitecode .jxy-buyinvitecode-qrcode img,
.jxy-buyinvitecode .jxy-buyinvitecode-qrcode canvas {
	width: 100% !important;
	height: 100% !important;
}

.jxy-buyinvitecode .jxy-buyinvitecode-code {
	font-size: 1rem;
	letter-spacing: .08em;
}

.jxy-buyinvitecode .jxy-buyinvitecode-notice {
	line-height: 1.7;
}

.jxy-buyinvitecode-reg .form-control {
	letter-spacing: .08em;
}

@media (max-width: 576px) {
	.jxy-buyinvitecode .jxy-buyinvitecode-qrcode {
		width: 170px;
		height: 170px;
	}
}

.jxy-buyinvitecode .nav-pills .nav-link.active,
.jxy-buyinvitecode .btn-check:checked + .btn {
	color: #fff !important;
}
.jxy-buyinvitecode .nav-pills .nav-link.active i,
.jxy-buyinvitecode .btn-check:checked + .btn i {
	color: #fff !important;
}
