@charset "UTF-8";
/*! 
请勿直接在此文件上做修改，找到同文件夹下的同名.scss文件，
在scss文件中修改完毕后编译生成此文件 by wax
*/
/*回到顶部菜单*/
.headpiece{
	height:150px;
	position:fixed;
	right:25px;
	bottom: 30%;
	z-index:99999;
}
.headpiece1{
	width:60px;
	border-radius:5px;
}
.headpiece .headpiece1 ul{
	margin:0;
	padding:0;
}
.headpiece .headpiece1 ul li{
	width:100%;
	height:70px;
	border-radius:3px;
	cursor:pointer;
	margin-top: 4px;
}
.headpiece .headpiece1 ul .head111{
	background: url(../images/newXuanchuan/help/consult_icon.png) no-repeat center #f5f5f5;
}
.headpiece .headpiece1 ul .head111:hover{
	background: url(../images/newXuanchuan/help/consult_icon_pressed.png) no-repeat center;
}
.headpiece .headpiece1 ul .head1111{
	background: url(../images/newXuanchuan/help/service_icon.png) no-repeat center #f5f5f5;
}
.headpiece .headpiece1 ul .head1111:hover{
	background: url(../images/newXuanchuan/help/service_icon_pressed.png) no-repeat center;
}
.headpiece .headpiece1 ul .head222{
	background: url(../images/newXuanchuan/help/learn_icon.png) no-repeat center #f5f5f5;
}
.headpiece .headpiece1 ul .head222:hover{
	background: url(../images/newXuanchuan/help/learn_icon_pressed.png) no-repeat center;
}
.headpiece .headpiece1 ul .head222:hover .phone-study{
	display:block;
}
.headpiece .headpiece1 ul .head333{
	height: 60px;
	background: url(../images/newXuanchuan/help/top_icon.png) no-repeat center #f5f5f5;
}
.headpiece .headpiece1 ul .head333:hover{
	background: url(../images/newXuanchuan/help/top_icon_pressed.png) no-repeat center;
}
.phone-study{
	position: absolute;
	z-index: 99;
	right: 80px;
	top: 30px;
	width: 241px;
	height: 135px;
	background: #fff;
	border: 1px solid #ccc;
	display:none;
}
.phone-study .box1{
	float: left;
	text-align: center;
	margin: 15px;
}
.phone-study .box1 img{
	width: 78px;
	height: 78px;
	margin-bottom: 5px;
}

/*# sourceMappingURL=newHeader.css.map */
