.jvectormap-label {
    position: absolute;
    display: none;
/*    border: solid 1px #CDCDCD;*/
    -moz-border-radius: 3px;
    background:#fff;
    color:#9c002b;
/*    font-family: sans-serif, Verdana;*/
    font-size: smaller;
 
     font-size: 14px;
    border-radius: 10px;
    text-align: center;
    line-height: 10px;
  z-index:500;
 
   text-align: left; padding-bottom:1%; padding-left:2%; padding-right:2%; 
}

.jvectormap-label b{ line-height:2em; display: block;   }
.jvectormap-label c{line-height:1.6em;display: block;  }



.jvectormap-zoomin, .jvectormap-zoomout {
    position: absolute;
    -moz-border-radius: 3px;
    background: #292929;
    padding: 3px;
    color: white;
    width: 10px;
     cursor: pointer;
    line-height: 10px;
    text-align: center;
}

.jvectormap-zoomin {
   display: none
}

.jvectormap-zoomout {
   display: none;
}


svg{
padding: 0px 0 0 0;
height:1000px;
    position: absolute;
    margin-top:-113px;
    max-width: 1100px;
     overflow-x:hidden;
    
}

path{
cursor: pointer;
    position: relative;

}



#yc .jvectormap-label{ display:none !important;}
#jvectormap1_XIN{ background:none!important;}
.jvectormap-label:hover #jvectormap1_XIN{ display:none!important;}
























