

.help-tip{
    position: absolute;
    left: 50%;
    top:137px;
    margin-left: 350px;
    z-index: 9999;
  
	text-align: center;
	background: url(an1.jpg) 0 0 repeat-x;
	width: 150px;
	height: 43px;
	font-size: 14px;
	line-height: 43px;
	cursor: default;
}

.help-tip:before{
	content:'ÊÖ»ú°æ';
	font-weight: bold;
	color:#fff;
}

.help-tip:hover p{
	display:block;
	transform-origin: 100% 0%;
	-webkit-animation: fadeIn 0.3s ease-in-out;
	animation: fadeIn 0.3s ease-in-out;

}

.help-tip p{
	display: none;
	text-align: left;
	background: url(tttt.jpg) 0 0 no-repeat;
	padding: 0px;
	width: 150px;
 	height: 168px;
	position: absolute;

}

.help-tip p:before{
	position: absolute;
	content: '';
	width:0;
	height: 0;
	border:6px solid transparent;
	border-bottom-color:#e7e7e7;
	right:10px;
	top:-12px;
}

.help-tip p:after{
	width:100%;
	height:40px;
	content:'';
	position: absolute;
	top:-40px;
	left:0;
}

@-webkit-keyframes fadeIn {
	0% { 
		opacity:0; 
		transform: scale(0.6);
	}

	100% {
		opacity:100%;
		transform: scale(1);
	}
}

@keyframes fadeIn {
	0% { opacity:0; }
	100% { opacity:100%; }
}



/*----------------------------
	The Demo Footer
-----------------------------*/

.help-tipa{
    position: absolute;
    left: 50%;
    top:40px;
    margin-left: -140px;
    z-index: 9999;
	text-align: left;
	background: url(app.jpg) 0 0 no-repeat;
	width: 57px;
	height: 75px;
	font-size: 14px;
	line-height: 75px;
	cursor: default;

}

.help-tipa:before{
	content:'1';
	font-weight: :normal;
	color:#fff;
 	height: 75px;

}

.help-tipa:hover p{
	display:block;
	transform-origin: 100% 0%;
	-webkit-animation: fadeIn 0.3s ease-in-out;
	animation: fadeIn 0.3s ease-in-out;

}

.help-tipa p{
	display: none;
	text-align: left;
	background: url(app1.jpg) 0 0 no-repeat;
	padding: 0px;
	width: 120px;
 	height: 144px;
	position: absolute;

}

.help-tipa p:before{
	position: absolute;
	content: '';
	width:0;
	height: 0;
	border:6px solid transparent;
	border-bottom-color:#fff;
	left:10px;
	top:-12px;
}

.help-tipaa p:after{
	width:100%;
	height:40px;
	content:'';
	position: absolute;
	top:-40px;
	left:0;
}


/*----------------------------
	The Demo Footer
-----------------------------*/




.help-tipb{
    margin-left: 0px;
	text-align: center;
	background: url(and.jpg) 0 0 no-repeat;
	width: 34px;
	height: 34px;
	font-size: 14px;
	line-height: 34px;
	cursor: default;
}

.help-tipb:before{
	content:'1';
	font-weight:normal;
	color:#fff;
 	height: 34px;
}

.help-tipb:hover p{
	display:block;
	transform-origin: 100% 0%;
	-webkit-animation: fadeIn 0.3s ease-in-out;
	animation: fadeIn 0.3s ease-in-out;

}

.help-tipb p{
	display: none;
	text-align: left;
	background: url(and1.jpg) 0 0 no-repeat;
	padding: 0px;
	width: 120px;
 	height: 144px;
	position: absolute;
	z-index:99999;

}

.help-tipb p:before{
	position: absolute;
	content: '';
	width:0;
	height: 0;
	border:6px solid transparent;
	border-bottom-color:#fff;
	left:10px;
	top:-12px;
}

.help-tipab p:after{
	width:100%;
	height:40px;
	content:'';
	position: absolute;
	top:-40px;
	left:0;
}

