.center .title{
	width: 100%;
	height: 0.6rem;
	margin: 0.4rem 0;
}
.center .title p{
	display: block;
	width: 100%;
	height: 0.6rem;
	line-height: 0.6rem;
	text-align: center;
	font-size: 0.22rem;
	color: #002954;
}
.mypage_msg{
	display: block;
	width: 100%;
	font-size: 0.13rem;
	line-height: 0.25rem;
	text-align: center;
}
.mypage_msg span{
	color: #00afab;
}
.denglu_table{
	width: 70%;
	margin: 0 auto;
	margin-top: 0.3rem;
}
.denglu_table td,th{
    border-bottom: 1px solid #ffffff;
}
.denglu_table th{
    color: #fff;
    text-align: center;
    background-color: #000;
    width: 20%;
    font-size: 0.13rem;
    font-family: 'DINPro-Regular','黑体', Arial, Helvetica, sans-;
}
.denglu_table td{
	width: 80%;
	background: #f3f3f3;
	font-size: 0.13rem;
	 padding: 0.1rem 0.1rem;
}
.denglu_table td input{
	width: 90%;
	height: 0.3rem;
	border: 1px solid #CECECE;
	font-family: 'DINPro-Regular','黑体', Arial, Helvetica, sans-;
	padding-left: 5px;
	font-size: 0.13rem;
}
.btn{
	display: block;
	width: 2.5rem;
	height: 0.6rem;
	margin: 0 auto;
	line-height: 0.6rem;
	letter-spacing: 10px;
	font-size: 0.25rem;
	margin-top: 0.3rem;
	margin-bottom: 0.3rem;
	border: none;
	border-radius: 10px;
	background: #C3D500;
	color: black;
	font-family: 'DINPro-Regular','黑体', Arial, Helvetica, sans-;
}
.find{
	display: block;
	width: 100%;
	font-size: 0.13rem;
	text-align: center;
}
.find a{
	color: #00afab;
	text-decoration: underline;
}
