/* 账号概览 */
.accountContent .account-info-area{
	float:left;
	padding:0 0 30px 40px;
	width:900px;
	background:#fff;
	border:1px solid #ebebeb;
	box-sizing:border-box;
}

.accountContent .hd{
	height:83px;line-height:83px;
	border-bottom:1px solid #ebebeb;
	font-size:24px;
	color:#000;
}

.accountContent .account-info-area .hd{
	margin-bottom:17px;
}

.accountContent .account-info-area .row .row-left{
	float:left;
	width:160px;height:47px;
	line-height:47px;
	font-size:14px;
	color:#999;
}
.accountContent .account-info-area .row .row-mid{
	float:left;
	width:220px;
	line-height:47px;
	font-size:15px;
	color:#000;
}
.accountContent .account-info-area .row .row-right{
	float:left;
}
.accountContent .account-info-area .row .row-right a{
	display:inline-block;
	height:47px;line-height:47px;
	font-size:14px;
	color:#0aaff1;
}
.accountContent .account-info-area .row1 .row-mid{
	width:fit-content;
}
.accountContent .account-info-area .row1 .row-mid a{
	float:left;
	margin-right:30px;
	height:47px;
	line-height:47px;
	font-size:18px;
	color:#0aaff1;	
}

/* 账号概览End */









