body {
    overflow: hidden;
    background: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

#mapDiv {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    border: none;
    overflow: hidden;
    z-index: -9999;
    opacity: 0.7;
}

.smControlAttribution {
    color: #fff;
    right: 20px;
    bottom: 10px;
    font-size: 26px;
}

.floatBar {
    position: absolute;
    background: rgba(81, 81, 81, 0.6);
    /* border-radius: 3px;*/
}

.topBar {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 60px;
    vertical-align: middle;
}

.topBar .content {
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.content .legend {
    float: left;
    width: 240px;
    height: 57px;
}

.legend-content {
    margin-left: 40px;
    height: 60px;
}

.content .legend-colordiv {
    height: 40px;
}

.content .legend-color {
    float: left;
    margin: 0 6px;
    margin-top: 5px;
    width: 50px;
    height: 30px;
    border-radius: 3px;
}

.lgd1 {

    background-color: #79E8D0;
}

.lgd2 {

    background-color: #ffff00;
}

.lgd3 {

    background-color: #fff;
}

.content .legend-namediv {
    height: 20px;
    line-height: 18px;
    text-align: center;
}

.content .legend-name {
    float: left;
    width: 62px;
    color: #fff;
    font-weight: 300;
    font-weight: normal;
    font-size: 8px;
}

.content .nav-title {
    float: left;
    margin-left: 15px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 60px;
    margin-top: 0;
}

.rightBar {
    top: 62px;
    right: 0;
    width: 300px;
    bottom: 20px;
}

.rsaquo {
    float: left;
    height: 100%;
    width: 20px;
    color: #fff;
    font-size: 30px;
}

#rsaquo {
    color: #00ff00;
    height: 35px;
    width: 20px;
    cursor: pointer;
}

iframe {
    position: absolute;
    top: 0;
    right: 20px;
}

#maptool,
#datacharts,
#hotpoints,
#runtrack,
#pointarea,
#runtrack_son_1,
#runtrack_son_2,
#runtrack_son_3 {
    width: 82%;
    /*修改为margin界面隐藏显示恢复*/
    margin-left: 30px;
    margin-right: 20px;
    position: absolute;
    top: 5%;
    bottom: 70px;
    overflow: auto;
}

.btn-maptool {
    width: 100%;
}

.Allcharts {
    width: 640px;
    height: 450px;
}

#funswitchs {
    width: 82%;
    height: 50px;
    margin-right: 20px;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
}