body {
	background-image: url(./images/pass_bg.png);
	background-size: 100% 100%;
	background-attachment: fixed;
	height: 100%;
}

.login_w {
	width: 1518px;
	margin: 0 auto;
}

.header {
	display: flex;
	justify-content: space-between;
	width: 1518px;
	height: 85px;
	margin: 30px auto 30px;
	border-bottom: 2px solid #2376f33a;
	line-height: 20px;
}

.header_text {
	display: flex;
	align-items: center;
	width: 485px;
	height: 58px;
}

.header_text .tel {
	margin-left: 13px;
	padding-right: 5px;
	border-right: 1px solid #c6c6c6;
	font-size: 14px;
	color: #666666;
}

.header_text .tel p {
	font-size: 10px;
}

.number {
	margin-left: 5px;
	font-size: 33px;
	color: #666666;
}



.repass-box {
	width: 100%;
	height: 300px;
}

.repass-dom {
	margin: auto;
	width: 1518px;
}

.repass-box .break {
	margin: -20px 0 10px 0;
}

.repass-box .break span {
	width: 133px;
	height: 25px;
	font-family: PingFang-SC-Heavy;
	font-size: 27px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 58px;
	letter-spacing: 0px;
	color: #333333;
}

.from-box {
	width: 1518px;
	height: 730px;
	background-color: #ffffff;
	box-shadow: 2px 3px 26px 6px rgba(5, 39, 91, 0.1);
	border-radius: 33px;
}

.from-step {
	width: 100%;
	padding-top: 130px;
	padding-bottom: 50px;
}

.from-item {
	margin: auto;
	width: 510px;
	height: 350px;
}

.from-style {
	margin-bottom: 40px;
}

.from-phone img {
	position: absolute;


}

.input-dom {
	width: 510px;
	height: 50px;
	background-color: #ffffff;
	border-radius: 8px;
	border: solid 2px #dfdfdf;
	font-family: PingFang-SC-Medium;
	font-size: 26px;
	line-height: 58px;
	letter-spacing: 0px;
	color: #333;
	padding-left: 50px;
}

.login_btn {
	width: 510px;
	height: 80px;
	border-radius: 40px;
	margin-top: 70px;
	font-size: 20px;
	font-weight: 700;
	color: #ffffff;
}



.input-min {
	width: 342px;
	background-color: #ffffff;
	border-radius: 8px;
	border: solid 2px #dfdfdf;
	padding-left: 25px !important;
}

.from-getcode {
	width: 144px;
	height: 50px;
	font-family: PingFang-SC-Heavy;
	font-size: 28px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 58px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
	line-height: 50px;
	background-color: #418dff;
	border-radius: 8px;
	margin-left: 20px;
}

.from-getcode:hover {
	color: #ffffff;
}