body,html {
	width: 100%;
	height: 100%;
	display: block;
	background: #080612;
}
.form {
	width: 10.0rem;
	margin-top: 0.234375rem;
}
.tickHead {
	width: 10.0rem;
	height: 7.171875rem;
}
.hint {
	font-size: 0.34375rem;
	margin-bottom: 0.3125rem;
	text-align: center;
	color: #9095aa;
}
.warming {
	font-size: 0.25rem;
	margin-top: 0.078125rem;
	text-align: center;
	color: #9095aa;
	margin-bottom: 0.3125rem;
}
input {
	width: 7.9375rem;
	height: 0.875rem;
	margin: 0 auto;
	margin-bottom: 0.46875rem;
	color: #FFF;
	border-radius: 0.4rem;
	border:1px solid #5e4ba7;
	background: #0c0c19;
	padding:0 0.3125rem;
	box-sizing: border-box;
	display: block;

}
::-webkit-input-placeholder { /* WebKit browsers */
    color:#9095aa;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#9095aa;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#9095aa;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#9095aa;
}
.submit {
	display: block;
	text-align: center;
}
.submit img {
	width: 6.109375rem;
	height: 1.109375rem;
}
.bottomHint {
	margin-top:0.15625rem;
}
.bottomHint  p {
	color: #9095aa;
	text-align: center;
	margin-bottom: 0.3125rem;
	font-size: 0.3125rem;
}
.wrapper {
	position: relative;
	width: 10rem;
	margin: 0 auto;
}

.select-group{
	text-align: center;
}

.select-item{
  width: 5.709375rem;
  height: 0.675rem;
  text-align: center;
  line-height: 0.675rem;
  margin: 0 auto;
  margin-bottom: 0.34375rem;
  border-radius: 1.0625rem;
  border: 1px solid #735bca;
  font-size: 12px;
  color: #9095aa;
}

.select-item.selected{
	background-color: #735bca;
	color: #fff;
}

.btn-back{
	display: block;
	width: 1.5625rem;
  height: 0.875rem;
  position: absolute;
  left: 0.53125rem;
  top: 0.53125rem;
  z-index: 1000;
}

.btn-back img{width: 100%;}