.popover{position:absolute;top:0;left:0;z-index:99;display:none;width:300px;padding:1px;text-align:left;background-color:#ff5252;border-radius:10px;color:#fff;white-space:normal;}
.popover.top{margin-top:-35px}
.popover.right{margin-left:35px}
.popover.bottom{margin-top:65px}
.popover.left{margin-left:-35px}
.popover .arrow{position:absolute}
.popover.top .arrow{background-image:url("../img/9.3.png");width:15px;height:23px;bottom:-23px;left:46%}
.popover.right .arrow{background-image:url("../img/9.png");width:23px;height:16px;top:46%;left:-23px}
.popover.bottom .arrow{background-image:url("../img/9.4.png");width:15px;height:23px;top:-23px;left:46%}
.popover.left .arrow{background-image:url("../img/9.2.png");width:23px;height:16px;top:46%;right:-23px}
.popover-title{font-size:18px;margin:0;padding:8px 14px;font-weight:normal;line-height:20px}
.popover-content{font-size:13px;padding:9px 14px}
