.register-info {
	margin: 40px 10px 0;
}

.seeking>label {
	margin-right: 10px;
}

.age-range {
	display: flex;
	align-items: center;
}

.age-range .to {
	margin: 0 10px;
}

.agreement {
	color: #a5a5a5;
}

.agreement a {
	color: #a5a5a5;
	text-decoration: underline;
}

.login-go {
	text-align: center;
}

.login-notice {
	color: #a5a5a5;
}

.login-notice a {
	color: #a5a5a5;
}

.btn-subimt {
	padding: 0 45px;
	margin: 30px 0;
	height: 40px !important;
}

.register-box {
	display: none;
	background-color: #FFFFFF;
}

.register-box.active {
	display: block;
	background-color: #FFFFFF;
}

.up-picture {
	text-align: center;
}

.up-picture .explan-info {
	font-size: 16px;
	color: #333;
	margin: 20px 0;
}

.up-picture .explan-small {
	font-size: 12px;
	color: #a5a5a5;
	margin-bottom: 0 !important;
}

.picture-step {
	margin-top: 20px;
}

.uploadImg {
	display: none;
}

.uploadImg+.upload-info {
	display: inline-block;
	width: 120px;
	height: 120px;
	border: 2px solid #ddd;
	border-radius: 50%;
	cursor: pointer;
	/* overflow: hidden; */
	position: relative;
}

.upload-info img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.add-icon {
	font-size: 20px;
	position: absolute;
	top: 84px;
	right: 1px;
	background: #fff;
	border-radius: 100%;
}

.limit {
	text-align: right;
	display: block;
	width: 100%;
}

@media ( min-width : 767px) {
	.form-group {
		margin-bottom: 22px;
	}
	.agreement, .login-notice {
		font-size: 16px;
	}
	.up-picture {
		margin-top: 50px;
	}
}

@media ( max-width : 767px) {
	.main-info h3.title {
		margin-top: 30px;
	}
	.register-info {
		margin-top: 30px;
	}

	/**20210412**/
	@media ( max-width : 767px) {
		html, body {
			background-color: #FFFFFF;
		}
	}
}