.clear {
    clear: both
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    zoom: 1
}

.wrap {
    width: 900px;
    margin: 0 auto;
    background: url(bg.png);
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
}

a {
    color: #0e4279;
    -moz-transition: color 0.3s ease 0s;
}

a:hover {
    color: #5B636A;
}

h1 {
    padding: 20px 0 0 20px;
    font-size: 24px;
    line-height: 50px;
}

h2 {
    margin-top: 30px;
    padding-left: 10px;
    background-color: #ddd;
    font-size: 14px;
    line-height: 30px;
}

/* 提示自定义 */
.map-moun{
    margin-top: 10px;
}
.row-moun{
    margin-bottom: 5px;
    color: rgb(51, 51, 51);
    font-size: 16px;
}
.Map_ts{
    display: flex;
    align-items: center;
}
.mapFlex {
    display: flex;
    align-items: center;
}

.MapBox .mapName {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

.map_num {
    font-size: 39px;
    font-weight: bold;
    color: rgb(236, 177, 31);
}

.map_txt {
    font-size: 14px;
    color:rgb(51, 51, 51);
    margin-left: 13px;
}

.stateTip,
#StateTip {
    display: none;
    position: absolute;
    padding: 11px 16px 11px 16px;
    background: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 10px;
    font-size: 18px;
    font-family: Tahoma;
    color: #333;
    box-shadow: 1px 2px 2px 2px rgba(0,0,0,.2);
}

.mapInfo i {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-top: 5px;
    line-height: 15px;
    font-style: normal;
    background: #aeaeae;
    color: #fff;
    font-size: 11px;
    font-family: Tahoma;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    text-align: center
}

.mapInfo i.active {
    background: #E27F21;
}

.mapInfo span {
    padding: 0 5px 0 3px;
}

.mapInfo b {
    font-weight: normal;
    color: #2770B5
}