/*****用户中心--主体部分*****/
.body{background-color: #f8f8f8;}
.indexheader{border-bottom: 2px #e8e8e8 solid;background-color: #fff;}
.header_right a{color:#333;}
.header_right a>img{vertical-align: middle;width: 30px;margin-right: 8px;height: 30px;border-radius: 50%;}
.index_search.word2{border: 0;font-size: 20px;    float: left;}
.incontent{margin: 30px auto;}
/*****内容-左侧*****/
.user_left{
	float: left;
	width: 245px;
	min-height: 888px;
	background-color: #fff;
}
.user_left li{
	/* height: 80px;line-height: 80px;
	border-bottom: #E8E8E8 1px solid;
	font-size: 18px;color: #333;
	padding-left: 108px; */
	
	display: block;
	font-size: 16px;
	position: relative;
	padding: 26px 0 26px 108px;
	border-bottom: 1px solid #eaeaea;
	
}
.user_left li a{color:#333;}
.user_left li.uhome{
	background: url(../img/unav1_a.png) no-repeat 55px center;
	background-size: 20px;
}
.user_left li.uhome.active{
	background: url(../img/unav1_b.png) no-repeat 55px center;
	background-size: 20px;
}
.user_left li.uchengsh{
	background: url(../img/unav2_a.png) no-repeat 55px center;
	background-size: 20px;
}
.user_left li.uchengsh.active{
	background: url(../img/unav2_b.png) no-repeat 55px center;
	background-size: 20px;
}
.user_left li.ucomplain{
	background: url(../img/unav3_a.png) no-repeat 55px center;
	background-size: 20px;
}
.user_left li.ucomplain.active{
	background: url(../img/unav3_b.png) no-repeat 55px center;
	background-size: 20px;
}
.user_left li.ushezhi{
	background: url(../img/unav4_a.png) no-repeat 55px center;
	background-size: 20px;
}
.user_left li.ushezhi.active{
	background: url(../img/unav4_b.png) no-repeat 55px center;
	background-size: 20px;
}
.user_left li.uxiaoxi{
	background: url(../img/unav5_a.png) no-repeat 55px center;
	background-size: 20px;
}
.user_left li.uxiaoxi.active{
	background: url(../img/unav5_b.png) no-repeat 55px center;
	background-size: 20px;
}
.user_left li.active a{color: #D60B17;}
/*****内容-右侧*****/
.user_right{
	float: right;
	width:840px;
	/* min-height: 888px; */
}
/*总统计*/
.Statistics{
	background-color: #fff;
	padding: 25px 0;
}
.Statistics li{
	float: left;
	width: 25%;
	text-align: center;
	height: 72px;
}
.Statistics li:nth-of-type(2){border-right: #E8E8E8 1px solid;}
.Statistics li img{
	width: 40px;
	margin-bottom: 5px;
}
.utjnum{height:49px;font-size: 26px;color: #D60B17;line-height: 49px;}
.utjname{font-size: 16px;color:#222;}
/*右侧主体内容*/
.usercont{
	padding: 20px;
	background-color: #fff;
	min-height: 888px;
}
.hongxian{border-bottom: 1px #D60B17 solid;}
.usertitle{
	height: 55px;line-height: 40px;
}
.usertitle.xian{border-bottom: 1px #E8E8E8 solid;}
.usertitle.xian h2{border-bottom: 2px #D60B17 solid;}
.usertitle h2{
	width: auto;
	float: left;
	height: 54px;
	color: #525252;
	line-height: 45px;
	padding: 0 10px;
	font-size: 20px;
	font-weight: 500;
}
.usertitle h2.wordzhuse{
	color: #D60B17;
}
.canxuan{
	width: 80px;
	float: right;
	border: #D60B17 1px solid;
	height: 40px;
	text-align: center;
	font-size: 14px;
}
.index_search{
	float: right;width: 280px;
}
.index_search input{width: 239px;}
.index_search span{width: 39px;}


/*用户中心--表格*/
.Tablemain{
	border: 0;
	border-top: #cbcbcb 1px solid;
	margin: 6px 0 10px;
}
.Tablemain.gao{margin-top: 20px;}
.Tablemain thead th{
	background-color: #fafafa;
	font-size: 16px;color: #525252;
	padding: 10px 0;
}
.Tablemain thead th:first-of-type{border-left: #cbcbcb 1px solid;}
.Tablemain thead th:last-of-type{border-right: #cbcbcb 1px solid;}
.Tablemain tbody tr:nth-child(odd){background-color: #fff;}
.Tablemain tbody tr td{color: #666666;}
.Tablemain tbody tr td a{color: #666666;}
.Tablemain tbody tr td a:nth-child(2){margin-left:12px;}
.Tablemain tbody tr td a:hover{color:#D60B17;}
.Tablemain tr, .Tablemain th, .Tablemain td{/* padding:0;padding-top: 16px; */padding: 15px 0;}

#chengsoumore,#tousumore{
	font-size:13px;color:#999;
	text-align:center;padding:50px 0;
}
/*投诉标题*/
.Tablemain thead th.tsbt{text-align:left;padding-left:20px;}
.Tablemain td.tsbt{text-align:left;}


/*消息*/
.newsnum{
	position: absolute;
	left: 70px;
	top: 20px;
	display: inline-block;
	width: 15px;
	height: 15px;
	background: #f00;
	color: #fff;
	font-size: 9px;
	text-align: center;
	line-height: 15px;
	border-radius: 50%;
	display:none;
}