button,
input {
	border: none;
	outline: none;
	cursor: pointer;
}

[v-cloak] {
	display: none;
}

.name {
	display: flex;
	align-items: center;
	padding: 10px 0;
	border-bottom: 1px solid #E0E0E0;
}

.name p {
	width: 50px;
	font-size: 14px;
}

.name input {
	flex: 1;
	height: 30px;
	color: #777;
}

.sex {
	display: flex;
	padding: 15px 0;
	border-bottom: 1px solid #E0E0E0;
	font-size: 10px;
}

.sex p {
	width: 40px;
	line-height: 25px;
}

.checkbox {
	display: flex;
	flex-wrap: wrap;
	flex: 1;
}

.checkbox select {
	padding: 0 100px 0 10px;
	color: #777;
	font-weight: 500;
}

.checkbox p {
	width: 55px;
	text-align: center;
	line-height: 25px;
	background: #d9d9d9;
	color: #FFF;
	border-radius: 3px;
	margin-right: 10px;
}

.class p {
	margin-right: 5px;
	margin-bottom: 5px;
	width: 5rem;
}

.class .checked {
	background: #53cac3;
}

.tips {
	color: #999;
	margin-top: 10px;
	font-size: 8px;
}

.btn {
	margin-top: 20px;
}

.close {
	display: flex;
	justify-content: flex-end;
}

.close img {
	width: 15px;
	height: 15px;
}

.btn button {
	width: 100%;
	display: block;
	height: 40px;
	background: #53cac3;
	color: #FFF;
	font-size: 11px;
	border-radius: 4px;
	margin-bottom: 10px;
}