* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

.w {
	width: 1200px;
	margin: 0 auto;
	box-shadow: 0px 0px 15px 3px rgb(0 0 0 / 10%);
	background: #fff;
}

li {
	list-style: none;
}

input {
	outline: none;
}

button {
	outline: none;
}

body {
	background: #f5f5f5;
}

.mb2 {
	padding: 30px 30px;
	display: flex;
	margin-top: 40px;
}

.mb2 span:nth-child(1) {
	display: inline-block;
	width: 4px;
	height: 20px;
	background: #0f58d6;
}

.mb2 span:nth-child(2) {
	font-size: 18px;
	font-weight: 700;
	color: #333;
	margin-left: 10px;
	line-height: 19px;
}

.w-mb2 {
	background: #0f58d6;
}

.login_head_tit {
	display: flex;
	justify-content: space-between;
	height: 100px;
	align-items: center;
	max-width: 1250px;
	margin: auto;
}

.login_head_tit .logo_gsmc {
	display: flex;
	align-items: center;
}

.logo_img {
	height: 100px !important;
}

.login_head_tit .logo_gsmc img {
	margin-right: 20px;
}

.login_head_tit .logo_gsmc .gsmc {
	color: #fff;
}

.login_head_tit .logo_gsmc .gg {
	margin: 0 20px;
	color: #ccc;
	font-size: 22px;
	display: none;
}

.login_head_tit .logo_gsmc .welcome {
	color: #666;
	display: none;
}

.login_head_tit .Service_hotline {
	color: #fff;
	font-style: italic;
	font-size: 15px;
}

.Find_the_password .login_head_tit {
	border: 0;
}

.Find_the_password .step_nav ul {
	color: #999;
	display: flex;
	border-bottom: 1px solid #ccc;
	padding: 0 115px;
	background: #fff;
}

.Find_the_password .step_nav ul li {
	text-align: center;
	padding: 5px 0;
}

.Find_the_password .step_nav ul li .step_num {
	display: inline-block;
	color: #fff;
	background: #d4d4d4;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	font-size: 13px;
	line-height: 20px;
}

.Find_the_password .step_nav ul li .sele_ico {
	display: inline-block;
	color: #fff;
	background: #d4d4d4;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	font-size: 18px;
	line-height: 20px;
	display: none;
}

.Find_the_password .step_nav ul li:nth-of-type(1) {
	flex-grow: 1;
}

.Find_the_password .step_nav ul li:nth-of-type(2) {
	flex-grow: 3;
}

.Find_the_password .step_nav ul li:nth-of-type(3) {
	flex-grow: 1;
}

.Find_the_password .step_nav ul .active_li {
	border-bottom: 3px solid #0f58d6;
	color: #0f58d6;
	position: relative;
	top: 2px;
	z-index: 9;
}

.Find_the_password .step_nav ul .active_li .step_num {
	display: inline-block;
	background: #0f58d6;
	display: none;
}

.Find_the_password .step_nav ul .active_li .sele_ico {
	background: #0f58d6;
	display: inline-block;
}

.Find_the_password .Authentication_box {
	background: #fff;
	position: relative;
	padding-top: 56px;
	padding-bottom: 50px;
}

.Find_the_password .Authentication_box .Account_login .com_inp {
	width: 45%;
	height: 50px;
	line-height: 50px;
	text-align: left;
	box-sizing: border-box;
	margin: 55px auto;
}

.Find_the_password .Authentication_box .Account_login .com_inp .inpu_tit {
	display: inline-block;
	width: 103px;
	text-align: right;
	font-size: 15px;
	color: #333;
}

.Find_the_password .Authentication_box .Account_login .com_inp .phone_inp {
	display: inline-block;
	width: 100px;
	text-align: right;
}

.Find_the_password .Authentication_box .Account_login .com_inp .check {
	display: inline-block;
	width: 300px;
	font-size: 12px;
	color: #999;
	position: relative;
	left: 120px;
	display: none;
}

.Find_the_password .Authentication_box .Account_login .com_inp input {
	border: 0;
	width: 400px;
	border: 1px solid #ccc;
	height: 52px;
	padding: 0px 15px;
	border-radius: 5px;
}

.Find_the_password .Authentication_box .Account_login .com_inp .phone_code_inp {
	width: 245px;
}

.Find_the_password .Authentication_box .Account_login .com_inp .getcode_tit {
	display: inline-block;
	width: 140px;
	height: 50px;
	background: #bfbfbf;
	font-size: 12px;
	color: #fff;
	text-align: center;
	position: relative;
	left: -5px;
}

.Find_the_password .Authentication_box .Account_login .password_inp .getcode_tit,
.Find_the_password .Authentication_box .Account_login .password_inp .time_code {
	width: 155px;
	background: #0f58d6;
	font-size: 14px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	position: relative;
	left: -9px;
	top: 1px;
	border: 1px solid #0f58d6;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.Find_the_password .Authentication_box .Account_login .password_inp .time_code {
	display: none;
}

.Find_the_password .Authentication_box .Account_login .sub_password {
	text-align: center;
}

.Find_the_password .Authentication_box .Account_login .sub_password .Submitpassword {
	color: #fff;
	background: #0f58d6;
	border: 0;
	width: 402px;
	height: 50px;
	font-size: 16px;
	border-radius: 5px;
	margin-left: 73px;
}

.Find_the_password .Authentication_box .Account_login .sub_password .go_login {
	color: #666;
	font-size: 15px;
	display: block;
	padding: 15px;
	margin-left: 74px;
}

.Find_the_password .Authentication_box .reset_password {
	display: none;
}

.Find_the_password .Authentication_box .reset_password .com_inp {
	position: relative;
	margin: 55px auto;
}

.Find_the_password .Authentication_box .reset_password .com_inp .prohibit_tit {
	position: absolute;
	right: -62px;
	font-size: 15px;
	color: red;
}

.Find_the_password .Authentication_box .reset_password .com_inp .prohibit_tit .pro_ico {
	border: 1px solid red;
	border-radius: 10px;
	font-size: 12px;
	font-weight: bold;
}

.Find_the_password .Authentication_box .reset_password .sub_password .Submitcomplete {
	color: #fff;
	background: #0f58d6;
	border: 0;
	width: 402px;
	height: 50px;
	margin-left: 75px;
	border-radius: 5px;
	font-size: 16px;
}

.Find_the_password .Authentication_box .reset_password .sub_password .gologin_tit {
	color: #666;
	padding: 15px;
	text-align: center;
	font-size: 15px;
	display: block;
margin-left: 76px;
}

.Find_the_password .Authentication_box .complete {
	text-align: center;
	margin: 100px 0 50px;
	display: none;
}

.Find_the_password .Authentication_box .complete h3 {
	color: #0f58d6;
	font-weight: bold;
	font-size: 26px;
}

.Find_the_password .Authentication_box .complete h3 .complete_ico {
	font-size: 36px;
	vertical-align: middle;
}

.Find_the_password .Authentication_box .complete .zh_phone {
	color: #333;
	margin: 15px 0;
	font-size: 15px;
	font-weight: bold;
}

.Find_the_password .Authentication_box .complete .complete_btn {
	color: #fff;
	background: #0f58d6;
	border: 0;
	width: 359px;
	height: 50px;
	margin-top: 50px;
	border-radius: 5px;
	font-size: 16px;
}

.Find_the_password .Authentication_box .complete .complete_btn a {
	color: #fff;
}
