/*************redefine css******************/










/*main*/

.main-container {
	width:100%;
	/*background:#eee;*/
	margin-bottom:40px;
	padding-bottom:30px;
}

.backstage-user-profile-container {
	width:1170px;
	margin:0 auto;
	padding-top:30px;
}

.user-profile-outer-container {
	float:left;
	margin-left:10px;
	width:880px;
	background:#fff;
}

.user-profile-container {
	padding:20px;
}

.user-info-container {
	width:90%;
	height:120px;
	margin:0 auto;
	border-bottom:1px solid #ccc;
	margin-bottom:20px;
}

.user-normal-container {
	width:50%;
	float:left;
	line-height:20px;
}

.user-normal-container img {
	display: block;
	width:100px;
	height:100px;
	margin:10px 0px;
	margin-right:20px;
	float:left;
	border-radius:50px;
}

.user-normal-container span {
	display: inline-block;
}

.username {
	margin-top:20px;
	font-size: 16px;
}

.helloworld, .edit-link {
	font-size:12px;
}

.edit-link a:hover {
	color:#999;
}

.vip-level {
	font-size:14px;
}

.user-detail-container {
	width:50%;
	float:left;
	line-height: 20px;
}

.user-detail-container span{
	display: inline-block;
}

.safety {
	margin-top:30px;
}

.upgrade {
	width:50px;
	height:16px;
	line-height: 14px;
	text-align: center;
	margin-left:20px;
	color:#f33;
	background:#fff;
	border-radius:8px;
	border:1px solid #f33;
}

.bind-mobile-btn, .bind-email-btn {
	width:60px;
	height:18px;
	line-height: 16px;
	margin-left:30px;
	background:#f22;
	color:#fff;
	text-align: center;
}

.my-resume {
	float:left;
	/*text-indent: 2em;*/
	color:#f66;
	padding: 2px 4px;
	background: #333;
	cursor: pointer;
	font-size:16px;
	transition: color 0.4s ease;
}

.my-resume:hover {
	color:#fcc;
}

.user-orders-container {
	width:90%;
	margin:0 auto;
	margin-top:30px;
	padding-bottom:20px;
}

.user-order-container {
	width:50%;
	height:100px;
	float:left;
}

.user-order-container a {
	color:#c33;
}

.user-order-container a:hover {
	color:#f66;
}

.user-order-container img{
	width:80px;
	height:80px;
	display: block;
	margin-left:50px;
	float:left;
}

.user-order-container .user-order-amount {
	width:130px;
	height:50px;
	float: left;
	margin-top:16px;
	margin-left:15px;
	line-height:12px;
}

.user-order-container .user-order-amount a {
	font-size:12px;
}

.goto-resume {
	color:#ccc !important;
}






