html, body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

/**
地图
 */
.mapContainer {
    width: 100%;
    height: 100%;
}

/**
搜索
 */
.map-search-box {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 300px;
    border-radius: 2px;
    z-index: 1003;
    border: none;
    background: #FFF;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.2);
    box-shadow: 0 0 4px rgba(0,0,0,.2);
}

#search-element {
    width: 208px;
    height: 36px;
    padding-left: 10px;
    border: none;
    border-radius: 5px;
    outline: none;
    background: #FFF;
    color: #000;
}

.search-box-btn {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #FFF;
    cursor: pointer;
}
.search-box-btn>i {
    font-size: 18px;
}

.search-box-divider {
    width: 1px;
    height: 30px;
    border-left: 1px dashed gray;
}

#search-btn {
    color: blue;
}

#route-btn {
    color: #32c5d2;
}

.route-modal-container .title-row {
    background: #32c5d2;
    height: 46px;
    line-height: 46px;
}

#route-modal-container-close-btn {
    color: #FFF;
    font-size: 22px;
    float: right;
    margin-right: 8px;
}

#route-modal-container-close-btn:hover {
    font-size: 22px;
    cursor: pointer;
}

.layui-icon.clear-button {
    color: #FFF;
    font-size: 22px;
}

.layui-icon.clear-button:hover {
    color: indianred;
    cursor: pointer;
}

.clear-route-btn {
    color: #FFF;
    font-size: 14px;
}

.clear-route-btn:hover {
    color: #ff5722;
}


.route-modal-container {
    width: 300px;
    border: 1px solid #32c5d2;
    border-radius: 3px;
    position: fixed;
    left: 9px;
    top: 10px;
    z-index: 2019;
    background: #FFF;
}

.route-paths-container {
    max-height: calc(100vh - 300px);
    overflow-y: auto;
}

.route-path-info-container {
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    margin: 4px 8px;
    padding: 8px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.19);
}

.path-step-item-title {
    border-bottom: 1px solid #FF9800;
    margin-bottom: 4px;
    padding-bottom: 4px;
}

.path-step-item {
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    margin: 4px 8px;
    padding: 8px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.19);
}

.path-step-item:hover {
    color: #01AAED;
    cursor: pointer;
}

.form-container {
    width: 260px;
    height: 140px;
    padding: 4px 20px;
    background: #32c5d2;
}

.route-form-item {
    position: relative;
    height: 34px;
    line-height: 34px;
    width: 260px;
    font-size: 14px;
    color: #acd7ff;
    background-color: #277079;
    border-radius: 2px;
    margin-bottom: 10px;
}

.route-form-item .label {
    margin-left: 10px;
    height: 32px;
    line-height: 32px;
}

.route-form-item input {
    width: 78%;
    height: 32px;
    line-height: 30px;
    border: none;
    background: transparent;
    text-indent: 5px;
    color: #acd7ff;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.map-search-box .layui-btn-primary {
    border: 1px solid #FFF !important;
}

.map-search-box .layui-btn-primary:hover {
    border: 1px solid #009688 !important;
}

.map-search-box-tips {
    display: none;
    max-height: 60vh;
    overflow-y: auto;
    background: #FFF;
    position: relative;
    top: 1px;
    border-radius: 0 0 3px 3px;
    margin-top: 1px;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .2), 0 2px 6px 0 rgba(0, 0, 0, .19);
    -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .2), 0 2px 6px 0 rgba(0, 0, 0, .19);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .2), 0 2px 6px 0 rgba(0, 0, 0, .19);
}

.map-search-box-tips-item {
    height: 26px;
    line-height: 26px;
    margin: 0;
    padding: 1px 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.map-search-box-tips-item:not(:last-child) {
    /*border-bottom: 1px dashed #bfbfbf;*/
}

.map-search-box-tips-item:hover {
    color: #20a0ff;
    background: #f1f1f1;
    cursor: pointer;
}

.extra-box {
    height: 32px;
    border-bottom: 1px solid #ccc;
}

.close-btn {
    float: right;
    margin: 4px;
}


.map-search-box-results-item:hover {
    color: #20a0ff;
    background: #f1f1f1;
    cursor: pointer;
}

.position-title {
    font-weight: 600;
}

.position-formatted-address {

}

.position-lat-lng {
    color: #7d7a7a;
}

.layui-layer-dialog .layui-layer-content {
    padding: 10px 14px !important;
}

.wmap-popup-content p {
    margin: 2px 0;
}

.diy-tool-bar {
    position: fixed;
    top: 10px;
    left: 600px;
    z-index: 2019;
    height: 43px;
    line-height: 43px;
    text-align: center;
    background: #FFF;
    padding: 0 10px;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .2), 0 2px 6px 0 rgba(0, 0, 0, .19);
    -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .2), 0 2px 6px 0 rgba(0, 0, 0, .19);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .2), 0 2px 6px 0 rgba(0, 0, 0, .19);
}

.layui-form-checked span, .layui-form-checked:hover span {
    background-color: #01AAED;
}

.route-paths-container .active {
    background: #CDDC39;
}

.common-widget-toolbar {
    position: fixed;
    right: 70px;
    top: 10px;
    height: 28px;
    line-height: 28px;
    background: #FFF;
    border-radius: 2px;
    padding: 4px 4px;
    z-index: 799;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.2);
    box-shadow: 0 0 4px rgba(0,0,0,.2);
}

/*工具栏*/
.toolbar-item {
    padding: 0 8px;
}

.toolbar-item:not(:first-child) {
    border-left: 1px #dbdee2 dashed;
}

.toolbar-item:hover {
    cursor: pointer;
    color: #01aaed;
}

.toolbar-item .img {
    width: 12px;
    height: 12px;
}

.toolbar-item .text {
    margin-left: 2px;
}

#region-quickly-locate {
    height: 32px;
    background: darkseagreen;
}

/**
坐标拾取
 */
.coordinate-picker-btn-group .coordinate-picker-btn.active {
    background: red;
}

#coordinate-panel-content {
    width: 96%;
    height: 160px;
    margin-top: 10px;
    padding: 6px;
    border: 1px solid #dedede;
    border-radius: 3px;
    overflow-y: auto;
    user-select: all;
}

/**
逆地理编码
 */
.regeo-panel {
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    padding: 0px 4px;
    color: #01aaed;
}
#regeo-panel-content, #geo-panel-content {
    padding: 6px;
    margin-top: 8px;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    height: 120px;
    overflow-y: auto;
    user-select: all;
}
#geo-panel-content {
    height: auto;
    user-select: unset;
}

.layui-form-item {
    margin-bottom: 6px;
}