.password{
	width: 1260px;
	height: 650px;
	margin: auto;
	margin-top: 24px;
	border: 1px solid #e6e6e6;
	box-sizing: border-box;
	background: url(/static/assets/img/list/passwordbg.png);
}
.password-top{
	margin: auto;
	margin-top: 28px;
	width: 1168px;
	border-bottom: 1px solid #cccccc;
	overflow: hidden;
}
.password-top span{
	float: left;
	display: inline-block;
	font-size: 18px;
	border-bottom: 2px solid #f2a90f;
	padding-bottom: 10px;
	margin-bottom: -1px;
	box-sizing: content-box;
}
/*当前位置*/
.current-location{
	float: right;
	font-size: 14px;
	color: #3e3e3e;
	margin-top: 5px;
}
.current-location a{
	/*cursor: pointer;*/
	color: #3e3e3e;
}

.password-content{
	width: 500px;
	margin: auto;
}
.password-title{
	color: #f2a90f;
	font-size: 24px;
	text-align: center;
	margin:50px 0;
}
.password-content input{
	width: 100%;
	margin-bottom: 30px;
	height: 40px;
	background-color: #eeeeee;
	border: 1px solid #d9d9d9;
	border-radius: 4px;
	box-sizing: border-box;
	padding-left: 20px;
}
.password-content input:nth-child(4){
	width: 310px;
}
.password-content span{
	color: #787878;
	display: inline-block;
	margin-top: 10px;
	cursor: pointer;
}
.password-word{
	font-size: 14px;
	color: #f2a90f;
	margin-bottom: 40px;
	height: 19px;
}
/*提交*/
.submission{
	width: 130px;
	height: 38px;
	background-color: #f2a90f;
	border: 1px solid #e79d02;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
	line-height: 36px;
	font-size: 15px;
	cursor: pointer;
}
