*{
	margin:0;
	padding:0;
}

.top{
	width: 100%;
	height: 69px;
	border-bottom: 1px #EBECED solid;
}
.top .head{
	width: 1138px;
	height: inherit;
	margin: 0 auto;
	position: relative;
}
.top .head .logo{
	width: 50px;
	height: 50px;
	top: 10px;
	left: 0;
	position: absolute;
}
.top .head .back{
	position: absolute;
	right:0;
	height: 69px;
	line-height: 69px;
}
    .top .head .back a {
        color:black;
    }
.top .head .back span{
	display: inline-block;
	height: 69px;
	width: 72px;
	font-size: 18px;
	position: absolute;
	right: 26px;
	text-align: left;
	
}
.top .head .back div{
	width: 26px;
	height: 26px;
	border: none;
	outline: none;
	background: url(/Images/Account/normal.png);
	position: absolute;
	top: 21px;
	right: 0;		
}
.top .head .back:hover div{
	background: url(/Images/Account/down.png);
}
.top .head .back:hover span{
	color: red; 
}
