.body-box {
	display: flex;
	flex-flow: column;
	height: 100vh;
	overflow-x: hidden;
	overflow-y: scroll;
	background: none;
	color: #fff;
}

.form-sign-box {
	padding: 10px;
}

.item {
	padding: 10px;
}

.item .l {
	line-height: 1.6em;
	font-size: 16px;
}

.item .r {
	position: relative;
	display: flex;
}

.item .r input {
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, .75);
	background: none;
	color: #fff;
	padding: 1em .2em;
	font: inherit;
	width: 100%;
	flex: 1;
}

.item .r input::placeholder {
	color: rgba(255, 255, 255, .75);
}

.item .r select {
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, .75);
	background: none;
	color: #fff;
	padding: 1em .2em;
	font: inherit;
	width: 100%;
	flex: 1;
}

.item .r select option {
	color: #333;
}

.item .r select+select {
	margin-left: 40px;
}

.item .r .error {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 12px;
	line-height: 1.1em;
	display: inline-block;
	padding: .2em;
}

.form-sign-box .terms {
	display: flex;
	align-items: center;
	padding: 20px 10px;
}

.form-sign-box .terms input {
	margin-right: 10px;
	width: 18px;
	height: 18px;
}

.body-box .form-sign-box {
	flex: 1;
}

.footer-box {
	flex-shrink: 0;
	padding: 10px;
}

.header {
	padding: 20px 10px;
	line-height: 1.6em;
	font-size: 16px;
}

.form-sign-box .instructions {
	line-height: 1.6em;
	font-size: 13px;
	padding: 6em 1em 1em;
	opacity: 0.8;
}

.form-sign-box .instructions p {
	font-size: 15px;
	font-weight: 700;
	margin-bottom: .8em;
}

.form-sign-box .instructions li {
	list-style: square inside;
}

.form-sign-box .instructions li+li {
	margin-top: 1em;
}

.form-sign-box .upload-area {
	width: 160px;
	height: 160px;
	background-color:#fff;
	
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin: 0 auto;
	
	cursor: pointer;

}

.form-sign-box .upload-area p {
	line-height: 1.6em;
	font-size: 16px;
	color: #999;
	position: absolute;
	z-index: 0;
}

.form-sign-box .preview {
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.form-hy-box .options {
	display: flex;
	flex-flow: row wrap;
}

.form-hy-box .option {
	width: calc(50% - 30px);
	border-radius: 16px;
	overflow: hidden;
	flex-shrink: 0;
	padding: 10px;
	margin: 10px 15px;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	line-height: 2em;
	font-size: 14px;
	text-align: center;
	white-space: nowrap;
	transition: all .3s;cursor: pointer;
}

.form-hy-box .option img {
	width: 100%;
	max-width: 90px;
}

.form-hy-box .option.selected {
	background: #F1F0E5;
	box-shadow: 1px 3px 4px rgba(0, 0, 0, .1);
	color: #333;
}