.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;
}
/* content */
.content{
	width: 100%;
}
.content .top-img{
	width: 100%;
	text-align: center;
	margin-top: 0.6rem;
}
.top-img img{
	width:1.4rem;
	height:1.6rem;
}
.content .content-title{
	width:100%;
	text-align: center;
	font-size: 0.32rem;
	color: #666;
	margin-top: 0.48rem;
}
.content-title span{
	display: inline-block;
	margin: 0 1rem;
	text-align: center;
	font-size: 0.32rem;
	color: #333333;
	height: .6rem;
	font-weight: 800;
}
.content-title .active{
	color: #0F67D6;
	border-bottom: 0.04rem solid #0F67D6;
}
.content-con .input-item{
	width: 100%;
	height: 0.84rem;
	line-height: 0.84rem;
	background:rgba(246,246,246,1);
	border-radius:0.42rem;
	margin-top: 0.4rem;
}
.content-con div img{
	vertical-align: middle;
}
.content-con div  input[type="text"],.content-con div  input[type="password"]{
	padding-left: 0.2rem;
	background:rgba(246,246,246,1);
	width: 60%;
	font-family:PingFang SC;
	font-size: 0.32rem;
}

.protocol{
	margin-top: .5rem;
}

.content-con div span{
	font-size:0.32rem;
	color:rgba(15,103,214,1);
}
.content-con div img:nth-of-type(1){
	width:0.44rem;
	height:0.44rem;
	margin-left: 0.15rem;
}
.content-con div img:nth-of-type(2){
	width:0.44rem;
	height:0.44rem;
}
.protocol{
	text-align: center;
}
.protocol p{ 
	display: inline-block;
}
.content button{
	width:100%;
	height:0.84rem;
	background:rgba(15,103,214,1);
	border-radius:2rem;
	font-size: 0.32rem;
	margin-top: 0.5rem;
	color: #fff;
	font-family:PingFang SC;
}
.login a:nth-of-type(1){
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 0.28rem;
	color: #0F67D6;
	margin-top: 0.24rem;
}
.login p:nth-of-type(1){
	text-align: center;
	color: #E5E5E5;
	margin-top: 0.48rem;
}
.login p:nth-of-type(1) span{
	font-size:0.28rem;
	color:rgba(51,51,51,1);
}
.login p:nth-of-type(2){
	text-align: center;
}
.login p:nth-of-type(1) img{
	width: 0.72rem;
	height: 0.72rem;
	margin: 0 0.3rem;
}
