﻿.login{
	background-color: #f7f6f4;
	padding: 86px 0 106px;
}
.login .content1260{
	background-color: #fff;
	display: flex;
}
.login .l{
	width: 42.9%;
}
.login .l img{
	width: 100%;
	display: block;
}
.login .r{
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.login .r .r-box{
	width: 375px;
	max-width: 100%;
	text-align: center;
}
.login .r .title{
	margin: 68px 0 35px;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 1;
}
.login .r .title1{
	margin-top: 31px;
}
.login .r .input{
	display: flex;
	margin-bottom: 24px;
	width: 100%;

/* 	width: 375px;
	max-width: 100%; */
}
.login .r .input1{
	margin-bottom: 19px;
}
.login .r .input-box {
	display: flex;
	height: 50px;
	background: #FFFFFF;
	/*border: 1px solid #ECECEC;*/
	align-items: center;
	/*padding: 0 20px;*/
	width: 100%;
}
.login .r .input-box span{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	width: 80px;
	text-align: left;
}
.login .r .input-box span label{
	color: rgba(255, 0, 0, 1);
}
.login .r .input-box  input{
	flex: 1;
	border: none;
	outline: none;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #444444;
	width: 100%;
	border: 1px solid #ECECEC;
	padding: 10px;
}
.login .r .login-btn{
	line-height: 50px;
	text-align: center;
	height: 50px;
	background: #0F1D96;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	cursor: pointer;
	margin-top: 29px;
}
.login .r .login-b{
	margin-top: 26px;
	display: flex;
	justify-content: space-between;
	font-size: 16px;
}
.login .r .login-b1{
	justify-content: center;
}
.login .r .login-b .login-b-l a{
	color: rgba(153, 153, 153, 1);
}
.login .r .login-b .login-b-r a{
	color: rgba(140, 202, 0, 1);
}
.login .r .input-box.verify{
	flex: 1;
}
.login .r .verify-code{
	width: 130px;
	height: 43px;
	line-height: 43px;
	background: #FFFFFF;
	border: 1px solid #ECECEC;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #0D1A77;
	margin-left: 8px;
	cursor: pointer;
	margin-top: 4px;
}
.resetPassword{
	background-color: #f7f6f4;
	padding: 196px 0 212px;
	
}
.resetPassword .box1,
.resetPassword .box2{
	margin: 0 auto;
	width: 445px;
	height: 438px;
	background: #FFFFFF;
	border-radius: 10px;
	padding: 38px 27px 0;
	box-sizing: border-box;
	max-width: 94%;
}
.resetPassword .list ul{
	display: flex;
	text-align: right;
	flex-direction: row-reverse;;
	align-items: center;
}
.resetPassword .list ul a{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(15, 29, 150, 1);
	line-height: 1;
	display: block;
}
.resetPassword .list li{
	position: relative;
	padding: 0 12px;
}
.resetPassword .list li:first-child{
	padding-right: 0;
}
.resetPassword .list li:first-child::before{
	content: "";
	position: absolute;
	width: 2px;
	height: 14px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #ece7e5;
}
.resetPassword .list a .icon-you1{
	padding-left: 5px;
}
.resetPassword .list li span{
	vertical-align: middle;
	line-height: 1;
}
.resetPassword .box_content{
	margin-top: 36px;
	padding: 0 45px 0 56px;
}
.resetPassword .step{
	margin-bottom: 30px;
}
.resetPassword .step ul{
	display: flex;
	justify-content: space-between;
	text-align: center;
}
.resetPassword .step .number{
	position: relative;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 1;
	margin-bottom: 11px;
}
.resetPassword .step li:first-child .number:before	{
	content: "";
	position: absolute;
	width: 178px;
	height: 1px;
	background-color: #e5e5e5;
	top: 50%;
	transform: translateY(-50%);
	right: -165px;
}
.resetPassword .step li.active .number{
	color: rgba(15, 29, 150, 1);
}
.resetPassword .step .text{
	font-size: 14px;
	font-family: Microsoft YaHei4
	font-weight: 400;
	color: #666666;
	line-height: 1;
}
.resetPassword .resetPassword_buttom{
	/* width: 290px; */
	height: 44px;
	line-height: 44px;
	background: rgba(15, 29, 150, 1);
	border-radius: 3px;
	text-align: center;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 30px;
	cursor: pointer;
}
.resetPassword .box2{
	width: 445px;
	height: 438px;
	background: #FFFFFF;
	border-radius: 10px;
}
.register .register_content .input,
.resetPassword .input{
	position: relative;
	height: 62px;
	border-bottom: 1px solid #ebebeb;
	width: 100%;
	box-sizing: border-box;
}
.register .register_content .input.mobile,
.resetPassword  .input.mobile{
	padding-left: 95px;
}
.register .register_content .input select,
.register .register_content .input .verfiy_code,
.resetPassword .input select,
.resetPassword .input .verfiy_code{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.register .register_content .input select,
.resetPassword .input select{
	left: 8px;
	border: none;
	outline: none;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 1;
}
.register .register_content .input input,
.resetPassword .input input{
	display: block;
	border: none;
	outline: none;
	height: 100%;
}
.login_content .tab_content .input.verify .verfiy_code,
.register .register_content .input .verfiy_code,
.resetPassword .input .verfiy_code{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	font-size: 14px;
	color: rgba(15, 29, 150, 1);
	cursor: pointer;
}
.register .register_content .input select,
.register .register_content .input .verfiy_code,
.resetPassword .input select,
.resetPassword .input .verfiy_code{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
@media (max-width:1000px) {
	.login .l{
		display: none;
	}
	.login .r{
		padding: 40px 0;
	}
}
@media (max-width:500px) {
	.login .r .r-box{
		width: 94%;
	}
	.login .r .title{
		margin-top: 40px;
	}
	.resetPassword .box1, .resetPassword .box2{
		padding: 38px 15px 0;
	}
	.resetPassword .box_content{
		padding: 0;
	}
	.resetPassword{
		padding: 60px 0;
	}
}