body {
	background-color: #FFFFFF;
	font-family: PingFangSC-Medium, PingFang SC;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.container {
	width: 440px;
	height: 456px;
	background: #FFFFFF;
	border-radius: 4px;
	margin: auto;
	padding-bottom: 20px;
}

.form-container {
	clear: both;
	padding-top: 1px;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 40px;
}

.back-button {
	color: rgba(0, 0, 0, 0.87);
	font-size: 14px;
	cursor: pointer;
	margin: 20px 0;
}

.form-tab {
	margin-top: 60px;
}

.form-tab>span {
	width: 120px;
	float: left;
	text-align: center;
	padding-bottom: 21px;
	border-bottom: 3px solid #F0F0F0;
	cursor: pointer;
}

.tab-active {
	border-bottom: 3px solid #006DCF !important;
}

input {
	padding-left: 12px;
	width: 354px;
	height: 40px;
	margin-top: 16px;
	background: #FFFFFF;
	border-radius: 4px;
	border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, 0.15);
}

input:hover {
	border-color: #97CBFF;
}

input:focus {
	outline: none;
	border-color: #97CBFF;
	box-shadow: 0 0 5px rgba(0, 120, 255, 0.5);
}

button {
	width: 100%;
	padding: 10px;
	background-color: #97CBFF;
	color: white;
	border: none;
	border-radius: 4px;
	cursor: not-allowed;
	transition: background 0.3s;
	margin-top: 24px;
}

button.active {
	background-color: #006AD4;
	cursor: pointer;
}

.hidden {
	display: none;
}

.active {
	display: block;
}

.title {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin: 10px 0;
	text-align: center;
}

.text {
	font-size: 14px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.6);
	line-height: 22px;
	margin: 0px;
}

#tooltip {
	display: none;
	position: fixed;
	left: 50%;
	top: 40px;
	transform: translate(-50%, 50%);
	padding: 5px 10px;
	z-index: 5000;
	border-radius: 5px;
	width: 400px;
	line-height: 40px;
	background: #FFFFFF;
	box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.06), 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
}

.tooltip-img {
	width: 14px;
	margin-right: 10px;
}

input::placeholder {
	height: 22px;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.4);
	line-height: 22px;
}

input::-webkit-input-placeholder {
	height: 22px;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.4);
	line-height: 22px;
}

input:-moz-placeholder {
	height: 22px;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.4);
	line-height: 22px;
}

input::-moz-placeholder {
	height: 22px;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.4);
	line-height: 22px;
}

input:-ms-input-placeholder {
	height: 22px;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.4);
	line-height: 22px;
}
