﻿@charset "utf-8";
/*--------镇诞鎻愮ず妗?----------*/
 
  
        /*棣栧厛锛岃灏嗛紶镙囬渶瑕佹偓娴殑鍏幂礌鐩稿瀹氢綅*/
        .hoverMes{position: relative;margin: 0px auto;}

       /*鍐嶆锛屽埄鐢ㄤ吉绫荤殑缁濆瀹氢綅鏉ユ樉绀烘彁绀虹殑鍐呭--鍐呭妗?/
      .hoverMes:hover::after{
           content: attr(dataTitle);
            position: absolute;
            font-size: 13px;
            color: #0556AC;
            z-index:98;
            left: -20px;
            top:132%;
            width:238px;
            border: 1px dashed  #9BB6C7;
            background: #ECEFFF;
            border-radius: 5px;
            padding: 5%;
            text-align: left;
            /*filter:alpha(opacity=80);-moz-opacity:0.8;opacity: 0.8;*/
      }

      .hoverMes:hover::before{
           content: "";
            position: absolute;
            left: 0;
            top:50%;
            z-index:99;
            border:9px dashed transparent;
            border-bottom-color:#9BB6C7;
             /*border-top-color:red;*/
        }

        
/*.hoverMes {
  position: relative;
  background: #88b7d5;
  border: 4px solid #c2e1f5;
}
.hoverMes:after, .hoverMes:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.hoverMes:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #88b7d5;
  border-width: 30px;
  margin-left: -30px;
}
.hoverMes:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #c2e1f5;
  border-width: 36px;
  margin-left: -36px;
}*/