.login {
	position: relative;
}
.close-btn {
	position: absolute;
	right: 50px;
	top:30px;
	font-size: 30px;
	cursor: pointer;
	color: #646464;
	font-weight: 600;
}
.form-box {
	max-width: 850px;
	width: 80%;
	background: #F6F6F6;
	border-radius: 4px;
	margin: 100px auto;
	padding: 60px 80px;
}
.form-title {
	font-size: 38px;
	text-align: center;
}

.step-box {
	display: flex;
	padding: 0 30px;
	margin-top: 60px;
}
.step-item {
	flex: 1;
	display: flex;
	position: relative;
}
.step-icon {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	border-radius: 4px;
	background: #646464;
	transform: rotate(45deg);
	position: relative;
	z-index: 1;
}
.step-name {
	color: #fff;
	font-size: 24px;
	transform: rotate(-45deg);
}
.step-name.icon {
	font-size: 32px;
}
.step-item::after {
	display: block;
	content: '';
	position: absolute;
	background: #c0c4cc;
	width: 100%;
	height: 4px;
	left: 0;
	top: 23px;
}
.step-item:last-child {
	flex: initial;
}
.step-item:last-child::after {
	display: none;
}
.step-item.on .step-icon {
	background: #30ADFE;
}
.step-item.on::after {
	background-image: linear-gradient(to right, #30ADFE, #646464);
}
.step-item.suc::after {
	background: #30ADFE;
}

.form-ul {
	padding-top: 40px;
}
.form-item {
	margin-top: 30px;
}
.form-con {
	background: #fff;
	padding: 5px 10px;
	border-radius: 4px;
	overflow: hidden;
}
.form-input .el-input__inner {
	color: #333;
	font-size: 16px;
	background: transparent;
	border: 0;
}
.form-input .el-input__inner::placeholder {
	color: #646464;
	font-size: 16px;
}
.form-label {
	color: #646464;
	font-size: 12px;
	padding: 15px 20px 0 25px;
}

.form-btn-box {
	margin-top: 40px;
	margin-bottom: 20px;
	border-top: 1px solid #fff;
	padding-top: 40px;
	display: flex;
	justify-content: space-around;
}
.form-btn {
	width: 33%;
	line-height: 40px;
	padding: 0 10px;
	border-radius: 4px;
	border: 2px solid #646464;
	font-size: 20px;
	text-align: center;
	color: #646464;
	cursor: pointer;
}
.form-btn.primary {
	background: #30ADFE;
	border: 2px solid #30ADFE;
	color: #fff;
}
.form-select {
	width: 100%;
}
.form-select .el-input__inner {
	color: #333;
	font-size: 16px;
	background: transparent;
	border: 0;
}
.form-select .el-input__inner::placeholder {
	color: #646464;
	font-size: 16px;
}
.check-con {
	background: #fff;
	border-radius: 4px;
	margin-top: 40px;
	padding: 30px 25px;
}
.check-con-title {
	font-size: 20px;
}
.check-item {
	margin-top: 20px;
}
.check-label {
	color: #646464;
	font-size: 16px;
	margin-left: 10px;
}
.reg-suc-title {
	font-size: 20px;
	margin-top: 20px;
	text-align: center;
}
.reg-suc-title2 {
	font-size: 20px;
	margin-top: 50px;
	text-align: center;
	color: #646464;
}
.reg-suc-btn {
	margin-top: 40px;
}
.form-btn-box.step3 {
	display: block;
	color: #646464;
	font-size: 16px;
}

.login-title {
	font-size: 38px;
}
.login-btn {
	margin-top: 35px;
}
.login-btn .pc-btn {
	padding: 0 60px;
}
.login-links {
	margin-top: 50px;
	font-size: 20px;
	color: #646464;
	display: flex;
	justify-content: flex-end;
}
.login-link {
	cursor: pointer;
	padding: 0 20px;
}
.login-link +.login-link {
	border-left: 1px solid #646464;
}
.login-footer {
	padding-left: 20px;
	padding-right: 20px;
	justify-content: space-between;
	align-items: center;
}
.fast-text {
	font-size: 20px;
}
.login-icon {
	margin-left: 15px;
}
.login-icon img {
	height: 40px;
}