 
<meta name="viewport" content="initial-scale=1.0, user-scalable=no, width=device-width">
<style type="text/css">
  html,body,.map{
    width: 100%;
    height: 100%;
    margin: 0px;
  }
  #container{
      background-color: rgba(175,200,253)!important;
      background-image:none;
  }
.legend {
    width: 100px;
    position: absolute;
    left: 10px;
    bottom: 25px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.legend ul {
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
}
.legend ul li {
    float: left;
    height: 30px;
}
.legend ul li a {
    float: left;
    color: #555;
    font-size: 14px;
    text-decoration: none;
    height: 30px;
    line-height: 30px;
}
.legend ul li span {
    float: left;
    width: 14px;
    height: 14px;
    margin: 8px;
}
</style>
<title>简易行政区图-世界</title>
<div class="legend" id="legend">
    <ul></ul>
</div>