#map{
    width: 100%;
    height: 90%;
}
img{
    position: fixed;
    bottom: 30px;
    right: 10px;
    z-index: 9999;
}
.map-title{
    position: fixed;
    top: 10%;
    width: 30%;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 45px;
    z-index: 999999;
    background-color: #ffffff;
    color: #000000;

    border-top: solid;
    border-right: solid;
    border-bottom: solid;
}
.tdp-copyright{
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9999;
    margin: 0;
    background-color: #bed2ff;
    color: #000000;
}
.tdp-copyright a{
    color: #000000;
}