	/* #ifdef H5 */
	.zk-qrcode {
		font-size: $uni-font-size-base;
		width: 100vw;
		height: 100vh;
	}

	.zk-qrcode::before {
		display: none;
	}

	.qrcode_image {
		width: 100%;
		height: 100%;
	}

	.qrcode_icon {
		width: 28px;
		height: 28px;
		text-align: center;
		line-height: 30px;
		border-radius: 100%;
		background: rgba(0, 0, 0, 0.5);
		position: fixed;
		top: 15px;
		left: 15px;
		padding-left: 3px;
	}
	/* #endif */ 