body{
	font-family: "microsoft yahei";
	line-height: 2;
	color:#333;
}
.login_box{
	background:#F3F5F4 url('../img/member/foot_sm.jpg') center 0  no-repeat;
	height: 430px;
}

.login_form{
	width:300px;
	height: 330px;
	margin:40px 0;
	float:right;
	background:#fff;
	box-shadow: 1px 1px 8px #888;
	border-radius: 5px;
	overflow: hidden;
}
.lheight{
	height:240px;
	overflow: hidden;
	line-height: 1.3px;
	margin-left:20px;
}
.login_head{
	background:#2A5DB0;
	padding:10px;
	color:#fff;
	font-size:14px;
	font-weight: bold;
}

.login_foot{
	background:#ddd;
	padding:10px;
	color:#333;
}

.leftnav{}
		.leftnav li{display:block; border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
		.leftnav li span{display:block; color:#2A5DB0; background:#E1ECFF; border-bottom: 1px solid rgba(255, 255, 255, 0.05); padding:5px 0 5px 30px; font-size: 14px; font-weight: bold; cursor: pointer}
		.leftnav li ul{background: #fff; padding:10px 0;}
		.leftnav li li{border:none; }
		.leftnav li li a{display:block; color:#333; padding:5px 0 5px  50px;  text-decoration: none}
		.leftnav li li a:hover{background:#ddd; }
		.show{display:block;}

#member_left{
	width:200px;
	background:#fff;
	border-right:2px solid #ccc;
	position: fixed;
}

.user_info{
	background:#2A5DB0;
	color:#fff;
	padding:10px;
	font-size:14px;
}
.ucontent{
	padding:30px;
}
.formtable {
	width:90%;
}
.formtable td{
	padding:10px;
	border-bottom:1px solid #eee;
}

.formtable th{
	background:#eee;
	padding:10px;
	border-bottom:1px solid #eee;
}

.u_body{
	margin-left:200px; 
	 position: relative;
    padding: 16px;
}
.head-title
{
	overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: -16px -16px 20px;
    height: 71px;
    background: #f9fafb;
    border-bottom: 1px solid #eee;
    padding: 23px 20px;
}

.head-title .header-flag {
    display: inline-block;
    width: 4px;
    height: 22px;
    border-radius: 4px;
    background-image: linear-gradient(0deg,#33aaf7,#00c4e2);
    vertical-align: middle;
}
.title{
    height: 24px;
    line-height: 24px;
    display: inline-block;
    font-size: 18px;
    vertical-align: middle;
    color: #373d41;
}
.mr-l {
    margin-right: 12px!important;
}