/*背景颜色*/
.container {
	height:100vh;
	/*background: #fff;*/
}
/*图片*/
.img-top,
.img-bottom {
	width: 100%;
}


/*表单*/

.logo {
	/*text-align: center;*/
	width:2.7666rem;
	margin-left: auto;
	margin-right: auto;
	padding-top: 3.6666rem;

}
.form {
	width: 90%;
	margin: -5% 0 8% 5%;
	padding: 0 8% 0 8%;
	text-align: center;
	position: relative;
}

.form .input-container {
	position: relative;
	width: 100%;
}

.form .input-container .btn-code {
	position: absolute;
	right: 0;
	top: 0;
	display: inline-block;
	height: 1rem;
	/*width: 8rem;*/
	border: solid 1px #1307ee;
	color: #ffa100 !important;
	line-height: 1rem;
	margin-right:1.5rem;
}

.form .tips {
	text-align: right;
	color: #1307ee;
}

.form .tips a {
	color: #1307ee;
}

.form .check {
	margin: 0 .2rem 0 0;
	display: inline-block;
	width: .55rem;
	height: .55rem;
	line-height: .55rem;
	text-align: center;
	font-size: .4rem;
	border: 1px solid #1307ee;
}

.form input {
	width: 8.2rem;
	height: 1rem;
	margin: 0 0 .5rem 0;
	border: 0;
	/*padding: 0 0 0 .5rem;*/
	border: 1px solid #1307ee;
	font-family: Microsoft YaHei, SimHei, 'Helvetica Neue', Helvetica, STHeiTi, Arial, sans-serif;
}

.form .btn-submit {
	display: inline-block;
	width: 9rem;
	height: 1.2rem;
	line-height: 1.2rem;
	background: #3367ff !important;
	color: #ffffff;
	margin: 1rem 0 0 0;
	font-size: 0.555rem;
	border-radius: 50px;
}

.form .bracelet {
	position: absolute;
	left: -5.5%;
	top: 65%;
	width: 1.8rem;
}

.form .scarves {
	position: absolute;
	right: -5.5%;
	top: 2%;
	width: 2rem;
}

.form .bowknot {
	position: absolute;
	right: -5.5%;
	top: 55%;
	width: 1.2rem;
}

