* {
	margin: 0;
	padding: 0;
}

.contain {
	width: 100%;
	height: 100vh;
}

.title {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #333;
	text-align: center;
	background: #fff;
}

.wrapper {
	width: 100%;
	height: 100vh;
	background: url(../images/bgs.png) no-repeat;
	background-size: 100% 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.forms {
	width: 90%;
	padding: 0.3rem;
	border-radius: 4px;
	background: #fcd7d8;
	box-shadow: 0 0 6px rgba(0, 0, 0, .5);
	box-sizing: border-box;
	margin-top: 55%;
}

.forms-box {
	width: 100%;
	padding: 0.3rem;
	box-sizing: border-box;
	border-radius: 4px;
	background: #fff;
	display: flex;
	flex-direction: column;
}

.item {
	width: 100%;
	height: 0.7rem;
	border: 1px solid #eee;
	display: flex;
	align-items: center;
	padding: 0 12px;
	box-sizing: border-box;
	margin-bottom: 0.4rem;
}

input {
	width: 100%;
	font-size: 14px;
	color: #333;
	border: none;
	outline: none;
}

input:disabled {
	background: none;
}

.validate {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
}

.validate input {
	width: 65%;
}

.validate button {
	display: inline-block;
	width: 30%;
	margin-left: 5%;
	font-size: 14px;
	background: #fff;
	border: none;
	border-left: 1px solid red;
	color: red;
}

.btn {
	width: 100%;
	height: 0.7rem;
	line-height: 0.7rem;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #ea3d2e;
	margin-top: 0.6rem;
}

.bottom {
	width: 100%;
	height: 40px;
	display: flex;
	position: fixed;
	left: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 14px;
	box-sizing: border-box;
	background: #fff;
}

.left {
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #333;
}

.left>img {
	width: 30px;
	height: 30px;
	border-radius: 4px;
	margin-right: 12px;
}

.down {
	padding: 2px 24px;
	border-radius: 30px;
	font-size: 14px;
	color: #FFF;
	background: #EF5B37;
}
