#change-password {
	margin-top: 0.88rem;
	/*width: 100%;*/
	padding: 0.5rem 0.3rem;
	background: #f0f0f0;
}

.change-password {
	background: #FFFFFF;
	padding: 0.3rem 0.2rem;
}

/*title*/

.change-password .change-title {
	font-family: PingFang-SC-Bold;
	font-size: 0.28rem;
	color: #333333;
	letter-spacing: 0;
	line-height: 1;

	margin-bottom: 0.56rem;
}

/*内容区域*/

.change-password .change-content {}

.change-password .change-content p {
	margin-bottom: 0.3rem;
	
	line-height: 0;
	
	text-align: left;
}

.change-password .change-content p .change-key {
	font-family: PingFang-SC-Bold;
	font-size: 0.24rem;
	color: #333333;
	letter-spacing: 0;
	line-height: 1;
		
	display: inline-block;
	width: 1.5rem;
	text-align: right;
}
/*input框*/
.change-password .change-content p input{
	width: 4.3rem;
	height: 0.88rem;
	
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-radius: 0.04rem;
	
	padding-left: 0.2rem;
}

/*按钮*/

.change-password .change-content .change-btn {
	width: 4.72rem;
	height: 0.88rem;
	
	background: #00A4EF;
	border: 1px solid #00A4EF;
	border-radius: 0.04rem;
	
	line-height: 40px;
	text-align: center;
	margin-left: 1.5rem;
	
	font-family: PingFang-SC-Bold;
	font-size: 0.28rem;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 0.88rem;
}

/*错误信息*/

.change-password .change-content .change-error {
	font-size: 12px;
	color: #F56C6C;
	margin-left: 1.6rem;
	
}

/*修改成功弹窗*/
#password-hint{
	display: none;
	
	width: 100%;
	height: 100%;
	position: fixed;
	
	top: 0;
	z-index: 9;
}
#password-hint .password-hint{
	position: absolute;
	
	left: -webkit-calc(50% - 2rem);
	left: -moz-calc(50% - 2rem);
	left: calc(50% - 2rem);
	
	top: -webkit-calc(50% - 1.18rem);
	top: -moz-calc(50% - 1.18rem);
	top: calc(50% - 1.18rem);
	
	width: 4rem;
	height: 2.36rem;
	background: #FFFFFF;
	box-shadow: 0 0.02rem 0.1rem 0 rgba(0,0,0,0.50);
	border-radius: 0.1rem;
}
/*x号*/
#password-hint .password-hint .hint-close{
	text-align: right;
	width: 100%;
	
	line-height: 0;
}
#password-hint .password-hint .hint-close img{
	width: 0.425rem;
	height: 0.44rem;
	display: inline-block;
	
	padding-right: 0.1rem;
	padding-top: 0.1rem;
}
/*文案*/
#password-hint .password-hint .hint-text{
	font-family: PingFangSC-Regular;
	font-size: 0.28rem;
	color: #333333;
	letter-spacing: 0;
	line-height: 1;
	
	margin-bottom: 0.42rem;
	text-align: center;
}
#password-hint .password-hint .hint-text img{
	width: 0.32rem;
	height: 0.32rem;
}
/*确定*/
#password-hint .password-hint .hint-btn{
	width: 2rem;
	height: 0.64rem;
	
	background: #00A4EF;
	border-radius: 0.04rem;
	
	font-family: PingFangSC-Regular;
	font-size: 0.24rem;
	color: #FFFFFF;
	letter-spacing: 0;
	
	text-align: center;
	line-height: 0.64rem;
	
	margin-left: -webkit-calc(50% - 1rem);
	margin-left: -moz-calc(50% - 1rem);
	margin-left: calc(50% - 1rem);
	
	margin-bottom: 0.5rem;
}
