#src-container .page-header {
	background-position: top right;
	background-size: auto;
}

#src-container .page-header .header-back-btn:before {
	color: #333;
}

@media screen and (max-width: 480px) {
	#src-container .page-header {
		background-position: -120px 0;
	}
}

@media screen and (max-width: 320px) {
	#src-container .page-header {
		background-position: -220px 0;
		/*height: 66px;*/
	}
}
