.user{
	background:#F9F9F9;
}
.user .form-group label{
	font-weight:normal;
	color:#777
}
.user .list-group-item{
	border-color:#eee
}
.user .table > thead > tr > th{
	border:0;
	background:#f8f8f8
}
.user .warning{
	font-size:20px;
	text-align:center;
	color:#888;
	padding-top:50px;
}
.user .warning::before{
	color:#E9AA47!important;
	font-size:50px!important;
	display: block;
}
@media(max-width:480px){
	.btn{padding:10px 12px!important;}
	.form-control{padding:10px 8px!important;height:auto!important}	}
}
/*会员中心左侧*/
.user .banner{
	max-height:80px;
	height: 80px;
	background-position: top center;
}
.user .banner h5{
	font-size: 28px;
	line-height:80px;
	color:#83B4D3
}
.user .subnav{
	min-height:500px;
	padding-bottom:10px;
	margin-bottom: 20px;
}
.user .subnav h5{
	line-height:38px;
	font-size:14px;	
	padding: 0 7px;
	background:none;
	border-bottom:1px solid #eee
}
.user .subnav h5:BEFORE {
	font-family: "auiicon";
	content: "\e65b";
	padding-right:3px;
	font-size:16px;
}
.user .subnav li a{
	line-height:38px;
	font-size:14px;	
	border:0;
}
.user .subnav li.active a{
	background:none;
	border:0;
}
@media(max-width:480px){
	.user .subnav{min-height:auto;}
}
/*会员中心右侧*/
.user .panel{
	margin-top:30px;
	border:0px solid #e6e6e6;
	padding:20px;
}
.user .panel .row{
	padding-bottom:20px;
}

.user .profile-info{
	padding:20px;
}
.user .profile-info img{
	width:128px;
	height: 128px;
}
.user .profile-info .media-body{
	padding-left:50px;
}
.user .profile-info .media-body p{
	line-height:30px;
}
.user .profile-info .media-body p span{
	color:#777	
}
.user .profile-info .media-body b{
	color:#F84A06
}
.user .profile-info .form-control{
	width:auto;
}
.user .profile-info .nostyle{
	background:none;
	border:0;
	border-bottom:1px solid #eee;
	box-shadow:none;
	padding-left:0
}
@media(max-width:480px){
	.user .panel{margin-top:20px;padding:10px;}
	.user .panel .search{padding-top:10px;}
	.user .panel .search .form-control{display: inline-block;}
	.user .profile-info img{width:60px;height:60px}
	.user .profile-info .media-body{padding-left:8px}
}
/*通用图标列表*/
.user .iconlist {
	padding:30px 50px;
}
.user .iconlist h3{
	font-size:20px;
	border-bottom:1px solid #ccc;
	line-height:36px;
}
.user .iconlist h3 span{
	font-size:16px;
	color:#555
}
.user .iconlist h3 b{
	color:#F84A06
}
.user .iconlist .media{
	padding:30px 0px;
	margin-top:0;
	border-bottom:1px solid #eee
}
.user .iconlist .icon::before{
	font-size:32px;
	color:#F84A06
}
.user .iconlist h5{
	font-size:16px;
	line-height:25px;
}
.user .iconlist h5 b{
	font-weight:normal;
	color:#0464BD
}
.user .iconlist p{
	font-size:13px;
	color:#888;
}
@media(max-width:480px){
	.user .iconlist{padding:15px;}
}
/*充值/明细*/
.user .tabpanel{
	display: none;
}
.user .tabpanel.active{
	display: block;
}
.user .recharge{
	padding: 20px 0;
}
.user .recharge div{
	padding: 20px 0;	
}
.user .recharge a{
	padding:13px 22px;
	border:1px solid #ccc;
	border-radius:5px;
	text-decoration: none;
	margin-right:10px;
	vertical-align: middle;	
}
.user .recharge .form-control{
	padding:12px 10px;
	width:80px;
	height: auto;
	text-align: center;
}
.user .recharge a.active{
	border-color:#F84A06
}
.user .recharge .btn{
	padding:12px 20px;
	height: auto;	
	
}
.user .record form{
	padding: 20px 0
}