/*reset*/
body, h1, h2, h3, h4, h5, h6, p,
ul, ol, dl, dd, th, td,
form, input, button, textarea, pre {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, i, em {
	font-size: inherit;
	font-weight: normal;
	font-style: normal;
}
input, button, textarea, img {
	display: block;
	border: none;
	outline: none;
}
li {
	list-style: none;
}
a {
	color: inherit;
	text-decoration: none;
}
/*clearfix*/
.clearfix {
	*zoom: 1;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
/*移动端 reset*/
body, input, button, textarea {
	font: 12px/1 "Microsoft YaHei", Helvetica;
}
a, button, input, textarea {
	-webkit-tap-highlight-color: transparent;
}
input {
	-webkit-appearance: none;
}
input[type=checkbox] {
	-webkit-appearance: checkbox;
}
input::-webkit-input-speech-button {
	display: none;
}

body {
	margin: 0 auto;
	max-width: 10.8rem;
	background-image: linear-gradient(to right, #623cab, #5e37aa);
}
.bg {
	width: 10.8rem;
}
.click {
	position: absolute;
	top: 8.31rem;
	left: 2.4rem;
	width: 6rem;
	height: 2rem;
}
.shell {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.mask {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .6);
}
.verification {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -3.6rem 0 0 -4rem;
	width: 7.95rem;
	height: 60%;
	background-color: #663eb1;
	border: solid .04rem #c2a6ff;
	border-radius: .4rem;
}
.verification input {
	margin: .8rem auto 0 auto;
	padding: 0 .58rem;
	width: 5.58rem;
	height: 1.1rem;
	line-height: 1.1rem;
	font-size: .36rem;
	background-color: #FFF;
	border-radius: .5rem;
	box-shadow: .08rem .12rem .02rem #56339b;
}
.verification .obtain {
	position: absolute;
	top: 2.7rem;
	left: 4.84rem;
	width: 2.1rem;
	height: .7rem;
	line-height: .7rem;
	text-align: center;
	font-size: .32rem;
	color: #FFF;
	background-color: #ff702a;
	border: solid .2rem #FFF;
	border-radius: .5rem;
}
.verification .determine {
	display: block;
	margin: 1.2rem 0 0 .72rem;
	width: 6.5rem;
	height: 1.1rem;
	line-height: 1.1rem;
	text-align: center;
	font-size: .6rem;
	color: #FFF;
	background-color: #ff702a;
	border-radius: .5rem;
	box-shadow: .08rem .12rem .02rem #56339b;
}
.prompt {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -3.6rem 0 0 -4rem;
	width: 7.95rem;
	height: 7.13rem;
	background-color: #663eb1;
	border: solid .04rem #c2a6ff;
	border-radius: .4rem;
}
.prompt img {
	position: absolute;
	top: -3.9rem;
	left: -.55rem;
	width: 9.04rem;
	height: 8rem;
}
.prompt h1 {
	margin-top: 1.16rem;
	line-height: 1.2rem;
	text-align: center;
	font-size: .5rem;
	font-weight: bold;
	color: #FFF;
}
.prompt p {
	padding: 0 .66rem;
	line-height: .68rem;
	font-size: .38rem;
	color: #dedede;
}
.prompt a {
	display: block;
	margin: .7rem auto 0 auto;
	width: 6.5rem;
	height: 1rem;
	line-height: 1rem;
	text-align: center;
	font-size: .4rem;
	font-weight: bold;
	color: #000;
	background-color: #fdc130;
	border-radius: .5rem;
	box-shadow: .08rem .12rem .02rem #56339b;
}
.show {
	display: block;
}
