.simpletooltip{cursor:pointer}
.simple-tooltip{position:absolute;display:block;box-shadow:0 0 0 3px #F79E94;-webkit-box-shadow:0 0 0 3px #F79E94;width:auto;max-width:200px;height:auto;padding:6px 8px;color:#ccc;font:400 12px/1.3em Tahoma,"宋体";border:solid 2px #111;background-color:#222;margin-bottom:30px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;z-index:9999999}
.simple-tooltip .arrow{display:block;width:0;height:0;position:absolute;border-width:6px;border-style:solid;border-color:transparent}
.simple-tooltip.top .arrow{left:50%}
.simple-tooltip.left .arrow{top:50%}
.simple-tooltip.bottom .arrow{left:50%}
.simple-tooltip.right .arrow{top:50%}


@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (-o-min-device-pixel-ratio: 1.5/1),
only screen and (min-device-pixel-ratio: 1.5) {
	.simple-tooltip{
		font-family:Arial,"微软雅黑";
		font-size:14.4px;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2) {
	.simple-tooltip{
		font-family:Arial,"微软雅黑";
		font-size:13px;
	}
}