#phons>ul>li {
	cursor: pointer;
	border-bottom: 1px dashed black;
}
.headPhonePanel_closeCover {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1199;
}
.headPhonePanel,
.headPhonePanel * {
	line-height: 1.43;
}
.headPhonePanel {
	display: none;
	position: absolute;
	right: 0;
	top: 75px;
	background: #f5f5f5;
	padding: 15px 20px 10px 55px;
	box-shadow: 0px 0px 20px -3px rgba(0,0,0,0.3);
	text-align: left;
	width: 250px;
	z-index: 1200;
}
.headPhonePanel:after {
	content: " ";
	display: block;
	position: absolute;
	right: 30px;
	top: -8px;
	widtH: 0px;
	height: 0px;
	border: 8px solid transparent;
	border-bottom: 8px solid #f5f5f5;
	border-left: 8px solid #f5f5f5;
	border-right: 8px solid transparent;
	transform: rotate(135deg);
	box-shadow: -3px 3px 10px -4px rgba(0,0,0,0.3);
}
.headPhonePanel a {
	color: #2d4f9e;
	font-size: 14px;
	display: inline;
	margin-bottom: 10px;
	position: relative;
	text-decoration: none;
}
.headPhonePanel a:after {
	content: '';
	display: block;
	height: 10px;
	width: 100%;
}
.headPhonePanel a b {
	color: #525253;
	font-weight: 600;
}


.headPhonePanel a.hpp_call:before {
	font-family: 'Material Icons';
	font-size: 20px;
	color: #525253;
	content: "\E61D";
	display: block;
	position: absolute;
	left: -32px;
	top: -4px;
	widtH: 22px;
	height: 22px;
}
.headPhonePanel a.hpp_recall:before {
	font-family: 'Material Icons';
	font-size: 20px;
	color: #525253;
	content: "\E61F";
	display: block;
	position: absolute;
	left: -32px;
	top: -4px;
	widtH: 22px;
	height: 22px;
}
.headPhonePanel a.hpp_mailme:before {
	font-family: 'Material Icons';
	font-size: 20px;
	color: #525253;
	content: "\E158";
	display: block;
	position: absolute;
	left: -32px;
	top: -4px;
	widtH: 22px;
	height: 22px;
}