.use_left{
	width: 210px;
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
}
.userinfo-zw{
	width: 100%;
	border-bottom: 1px solid #E5E5E5;
}
.use_left .userinfo-zw .userpic{
	width: 90px;
	height: 90px;
	border: 1px solid #6a0808;
	border-radius: 50%;
	padding: 4px;
	margin: 20px auto 10px;
}
.use_left .userinfo-zw .userpic img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.use_left .userinfo-zw .username{
	font-size: 14px;
	color: #333333;
	margin-bottom: 6px;
	text-align: center;
}
.use_left .userinfo-zw .userbiref{
	font-size: 12px;
	color: #9C9C9C;
	padding: 0 14px;
	margin-bottom: 20px;
}
.usermenu_ul{
	
}
.usermenu_ul li{
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.usermenu_ul li a{
	display: block;
	color: #333333;
	cursor: pointer;
}
.usermenu_ul li.active{
	color: #c8161d;
	background: #F6F6F6;
}
.usermenu_ul li a:hover{
	color: #c8161d;
	background: #F6F6F6;
}

.use_right{
	margin-left: 230px;
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	padding: 10px 20px 20px;
	min-height: 480px;
}
.use_right .user-tab{
	width: 100%;
	border-bottom: 1px solid #E5E5E5;
	overflow: hidden;
	margin-bottom: 14px;
}
.use_right .user-tab li{
	float: left;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #333333;
	cursor: pointer;
	padding: 0 20px;
}
.use_right .user-tab li.active{
	color: #c8161d;
	position: relative;
}
.use_right .user-tab li.active:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -14px;
	width: 28px;
	height: 3px;
	background: #c8161d;
}
.use_right .operation{
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}
.bg-top-b tr{
	background: #e5e5ea;
}
.use_right .cont-dsh .table th {
    height: 40px;
    line-height: 40px;
}
.use_right .cont-dsh .table td {
    height: 40px;
    line-height: 40px;
}
.table a{
	color: #333333;
}
.table a:hover{
	color: #c8161d;
}
.ewm{
	width: 160px;
	height: 160px;
	margin-left: 30px;
}
.form-group .jf{
	margin-left: 20px;
	line-height: 32px;
}
.form-group .jf span{
	color: #c8161d;
}
.form-group .userpic-up{
	width: 80px;
	height: 80px;
	padding: 6px;
	border: 1px solid #9C9C9C;
	margin-left: 36px;
	margin-right: 20px;
}
.gender{
	margin-left: 36px;
}
.gender .gender-m{
	cursor: pointer;
}
.gender .gender-m .choose-m {
    background-image: url(./icon.png);
    background-position: -198px -177px;
    width: 14px;
    height: 14px;
    margin-top: 9px;
}
.gender .gender-m .active {
    background-position: -221px -177px;
}
.gender .gender-m .mm {
    margin-left: 10px;
    line-height: 30px;
}

.table-s {
    width: 100%;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #dedede;
    box-sizing: border-box;
    margin-top: 10px;
    color: #333333;
}
.table-s th {
    text-align: center;
    border-right: 1px solid #dedede;
    border-top: 1px solid #dedede;
    border-bottom: none;
    border-left: 0;
    height: 50px;
    line-height: 50px;
}
.table-s tr {
    border-left: 1px solid #dedede;
    background: #fff;
}

.use_right .cont-dsh .table-s td {
    height: 40px;
    line-height: 40px;
}
.table-s td {
    text-align: center;
    border-right: 1px solid #dedede;
    border-top: 1px solid #dedede;
    border-bottom: none;
    border-left: 0;
    height: 50px;
    line-height: 50px;
}









