.container{
    font-size: 0.28rem;
    padding: 0 0.3rem;
}
/* 头部信息返回 */
.top-title{
	width:100% ;
	height: 1rem;
	line-height: 1rem;
	text-align: center;
	position: relative;
	border-bottom: 1px solid #eee;
}
.top-title img{
	position: absolute;
	top:0.24rem;
	left: 0rem;
	width: 0.48rem;
	height: 0.48rem;
}
.top-title span{
	font-size:0.32rem;
	color:rgba(0,0,0,1);
	font-weight: bold;
}
/* forget-psd */
.content{
	width: 100%;
}
.content div{
	width:100%;
	height:0.84rem;
	background:rgba(246,246,246,1);
	opacity:1;
	border-radius:0.42rem;
	line-height: 0.84rem;
	margin-top: 0.4rem;
	overflow: hidden;
}
.content div input{
	width:60%;
	height:0.84rem;
	background:rgba(246,246,246,1);
	opacity:1;
	border-radius:0.42rem;
	margin-left: 0.4rem;
	font-size: 0.32rem;
	font-family:PingFang SC;
}
.content div span{
	font-size: 0.32rem;
	color:rgba(15,103,214,1);
}
.content button{
	width:100%;
	height:0.84rem;
	background:rgba(15,103,214,1);
	opacity:1;
	border-radius:2rem;
	font-size: 0.32rem;
	font-family:PingFang SC;
	margin: 0.6rem 0;
	color: #fff;
}