.user-page-header{
	padding: 10px 0;
	background-color: #fff
}
.user-page-header .logo-img{
	width: 270px;
}
.user-page-header .user-info{
	color: #066a90;
}
.user-page-header .user-info a{
	color: #066a90;
}
.user-body{
	background: #f5f5f5;
}
.user-main{
	margin-top: 30px;
	margin-bottom: 30px;
}
.user-left{
	background: #fff;
}
.user-right{
	background: #fff;
	line-height: 2.12;
	color: #333;
	padding: 30px;
	min-height: calc(100vh - 201px);
}
.user-right .layui-table-view{
	clear: inherit;
}
.user-header{
	text-align: center;
	margin-top: 10px;
}
.user-header img{
	width: 130px;
}
.user-info{
	display: flex;
	flex-wrap: wrap;
}
.user-items{
	width: 50%;
}
.user-items .user-items-label{
	text-align: right;
	width: 110px;
	font-weight: 400;
}
.user-items .jfmx{
	color: #066a90;
	margin-left: 10px;
}
.register-form {
    width: 600px;
    margin: 50px auto 20px;
    padding: 80px 0;
    overflow: hidden;
}
.register-form .layui-form-label{
	width: 15%;
}
.register-form .layui-input-inline{
	width: 60%  !important;
}
.ft{
	color: #999;
}
.ft a{
	color: #999;
}
.w100p{
	width: 100%;
}