@charset "UTF-8";

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body {
    position: relative;
}

.BMap_bubble_title {
    line-height: 30px !important;
    font-weight: 700 !important;
}

.BMap_bubble_content {
    font-size: 14px !important;
}

/* 返回按钮 START*/
.kniu_btn {
    position: relative;
    float: left\0;
    display: -webkit-inline-flex;
    display: inline-flex;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    padding: 0 20px;
    width: auto;
    height: 38px;
    border: 1px solid transparent;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-size: 14px;
    text-align: center\0;
    white-space: nowrap;
    text-decoration: none;
    background-color: #007bff;
    color: #fff;
    cursor: pointer;
}

.kniu_btn:hover {
    text-decoration: none;
    color: #fff;
}

.kniu_fixedBtn {
    z-index: 2;
    position: fixed;
    top: 10px;
    right: 10px;
    margin: 0;
}

/* 返回按钮 END*/