html, body
{
    margin: 0;
    height: 100%;
    overflow: hidden;
    font-size: 14px;
    font-family: "Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu
}

#fengMap
{
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
}

.btn-group-vertical
{
    position: absolute;
    left: 2%;
    bottom: 2%;
}

.container-fluid
{
    position: absolute;
    left: 2%;
    bottom: 10%;
    line-height: 28px;
}

#prompt
{
    position: absolute;
    left: 2%;
    bottom: 2%;
    padding: 10px 25px;
    background: rgba(255,255,255,.5);
    border-radius:4px;
}
#prompt p{
    margin: 0 0 10px;
}
#prompt h3{
    margin: 0 0 10px;
}
#panel-1
{
    position: absolute;
    left: 2%;
    bottom: 2%;
}

#control-panel
{
    position: absolute;
    left: 2%;
    top: 2%;
}

.btns
{
    position: absolute;
    left: 2%;
    bottom: 2%;
}

.btns button
{
    display: block;
    margin-bottom: 10px;
}
.operating{
    position: absolute;
    left: 2%;
    bottom: 2%;
}
.operating button {
    display: block;
    margin-bottom: 10px;
}