.qrcode {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 0 auto;
	background-color: rgba(255, 255, 255, 0.5);
}

.qrcode img {
	width: 150px;
	height: 150px;
	margin-top: 100px;
	border: 0;
}

.qrcode .close {
	position: absolute;
	top: 290px;
	left: 0;
	right: 0;
}

.platforms .code {
	border: 0 !important;
}

.mask {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	background: rgba(0, 0, 0, .5);
	pointer-events: visible;
	vertical-align: middle;
}

.wrap img {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	text-align: center;
	vertical-align: middle;
}

.tp-banner {
	touch-action: auto !important;
}

.slick-slider {
	touch-action: auto !important;
}

.tips {
	display: none;
}

.toast {
	position: fixed;
	width: auto;
	width: 150px;
	height: 35px;
	line-height: 35px;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	text-align: center;
	vertical-align: middle;
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	border-radius: 15px;
}

.toast__content {
	margin: 0;
	font-size: 16px;
}

@media screen and (min-width: 320px) and (max-width: 480px) {
	.phoneimg {
		display: none;
	}
	.title {
		top: 126px !important;
		left: 20px !important;
	}
	.desc {
		top: 170px !important;
		left: 20px !important;
	}
	.intro {
		/*position: relative !important;*/
	}
	.intro-img {
		width: 270px !important;
		height: 382px !important;
		position: absolute;
		/*bottom: 0;*/
	}
}

.faceback {
	text-align: center;
}

@media (min-width: 992px) {
	.form {
		padding-left: 250px;
		padding-right: 250px;
	}
}