/**
 * 修改密码
 */
.modifyPasswordOuter{
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.6);
	position: fixed;
	left: 0vw;
	top: 0vh;
	display: flex;
	justify-content: center;
	align-items: center;
}
.modifyPasswordInner{
	padding: 4vh 6.5vw;
	background-color: #181f56;
	border-radius: 0.52083333vw;
	color: #535353;
	font-size: 1.1713vw;
}
.modifyPasswordTitle{
	height: 6vh;
	font-size: 1.7570vw;
	text-align: center;
	line-height: 6vh;
}
.modifyPasswordContent{
	margin-top: 2vh;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.modifyPasswordContent span{
	font-weight: bold;
}
.modifyPasswordContent input{
	width: 22.5695vw;
	padding-left: 0.7321vw;
	height: 5vh;
	background-color: #293174;
	border: none;
	outline: medium;
	border-radius: 0.52083333vw;
	margin-top: 1vh;
	color: #fff;
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, "宋体";
	font-size: 1.1713vw;
}
/* WebKit browsers */
.modifyPasswordContent input::-webkit-input-placeholder{
	color: #535353;
}
/* Mozilla Firefox 4 to 18 */
.modifyPasswordContent input:-moz-placeholder{
	color: #535353;
}
/* Mozilla Firefox 19+ */
.modifyPasswordContent input::-moz-placeholder{
	color: #535353;
}

/* Internet Explorer 10+ */
.modifyPasswordContent input:-ms-input-placeholder{
	color: #535353;
}

.modifyPasswordOperate {
	margin-top: 8vh;
	display: flex;
	justify-content: center;
}

.modifyPasswordOperate2 {
	margin-top: 4vh;
	display: flex;
	justify-content: center;
}
.modifyPasswordOperate span{
	width: 5.8565vw;
	height: 5vh;
	border-radius: 0.52083333vw;
	cursor: pointer;
	color: #fff;
	text-align: center;
	line-height: 5vh;
}

.modifyPasswordOperate2 span{
	width: 5.8565vw;
	height: 5vh;
	border-radius: 0.52083333vw;
	cursor: pointer;
	color: #fff;
	text-align: center;
	line-height: 5vh;
}
.modifyPasswordCancel{
	background-color: transparent;
	border: 0.05208333vw solid #3b8aff;
	margin-right: 2.1962vw;
}
.modifyPasswordConfirm{
	background-color: #3b8aff;
}
.modifyPasswordOuter * {
	color: #fff;
}
.modifyPasswordInner {
	background-color: #181f56;
}
.modifytextStyle {
	width: 8vw;
	text-align: right;
}
.modifyPasswordReason{
	margin-top: 4vh;
	display: flex;
	justify-content: center;
}