/* 未能缩小。正在返回未缩小的内容。
(45,17): run-time error CSS1036: Expected expression, found ':'
 */
* {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Microsoft YaHei",微软雅黑;
}

Html, body {
    line-height: 200%;
}

body {
    margin: 0;
    height: 100%;
    width: 100%;
}

#mapContainer {
    width: 100%;
    height: 600px;
}

#tip {
    height: 30px;
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    font-size: 12px;
    right: 10px;
    bottom: 20px;
    border-radius: 3px;
    line-height: 30px;
    border: 1px solid #ccc;
}

div.info-top {
    position: relative;
    background: none repeat scroll 0 0 #F9F9F9;
    border-bottom: 1px solid #CCC;
    border-radius: 5px 5px 0 0;
    line-height:: 200%;
}

    div.info-top div {
        display: inline-block;
        color: #333333;
        font-size: 14px;
        font-weight: bold;
        line-height: 31px;
        padding: 0 10px;
    }

    div.info-top img {
        position: absolute;
        top: 10px;
        right: 10px;
        transition-duration: 0.25s;
    }

        div.info-top img:hover {
            box-shadow: 0px 0px 5px #000;
        }

div.info-middle {
    font-size: 12px;
    padding: 10px;
    line-height: 21px;
}

div.info-bottom {
    height: 0px;
    width: 100%;
    clear: both;
    text-align: center;
}

    div.info-bottom img {
        position: relative;
        z-index: 104;
    }

.infotitle {
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px #e7e7e7 solid;
    padding: 10px;
}

.infocontent {
    font-size: 14px;
    line-height: 200%;
}

