.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;
}
.denglu_table{
	width: 70%;
	margin: 0 auto;
	margin-top: 0.3rem;
}
.denglu_table td,th{
    border-bottom: 1px solid #ffffff;
    vertical-align: middle;
    font-family: 'DINPro-Regular','黑体', Arial, Helvetica, sans-;
}
.denglu_table th{
    color: #fff;
    text-align: center;
    background-color: #000;
    width: 30%;
    font-size: 0.13rem;
}
.denglu_table .td_inp{
	width: 50%;
	background: #f3f3f3;
	font-size: 0.13rem;
	padding: 0.1rem 0.1rem;
}
.denglu_table .td_kong{
	width: 20%;
	background: #f3f3f3;
}
.denglu_table td input{
	width: 90%;
	height: 0.3rem;
	border: 1px solid #CECECE;
	font-family: 'DINPro-Regular','黑体', Arial, Helvetica, sans-;
	padding-left: 5px;
}
.denglu_table td .hqyzm{
	display: block;
	width: 85%;
	height: 0.35rem;
	line-height: 0.33rem;
	border-radius:5px;
	background: #C3D500;
	font-size: 0.13rem;
	color: black;
	text-align: center;
	letter-spacing: 0px;
}
.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-;
}