html,body{
	margin: 0;
}
#topWrap{
	height: 77px;
}
#commonHeader{
	
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	height: 77px;
	text-align: center;
    background: #fff;
    z-index: 1020;
}
#commonHeader #commonHeaderTitleImg{
	display: inline-block;
	width: 50%;
	margin-top: 39px;
}
#commonHeader #commonHeaderTitleImg img{
	display: inline-block;
	width: 100%;
}
#back{
    background: url(../image/abcbank_backicon.png);
    background-size: 100% 100%;
    position: absolute;
    display: none;
    width: 20px;
    height: 30px;
    bottom: 11px;
    left: 16px;
}