/* 头部、logo*/
.logo {
    height:98%;
    width: auto;
    float: left;
    margin-right: 16px;
}
.headr{
    background-color: #137015;
}
.headr-text{
    color: white;
    font-size: 24px;
}

/* 服务地图 */
body, html{
    width: 100%;
    height: 100%;
    margin: 0;
}

/* 底图 */
#mapDiv{
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
/* 浮动窗 */
.flaot-tool{
    position: fixed;
    z-index: 999;

    width: 350px;
    max-width: 30%;

    background-color: white;

    left: 10px;
    top: 70px;

}

/* 搜索栏*/
.search-div{
    padding: 4px;
}
.search-table{
    font-size: 8px;
    height: 450px;
}

/** nz table scrollbar 表格滚动条样式 **/
:host::ng-deep .ant-table-body::-webkit-scrollbar {
    width: 5px;

}
:host::ng-deep .ant-table-body::-webkit-scrollbar-thumb {
    background-color: rgba(144,147,153,.5);
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
}
/* 滚动图片 */
[nz-carousel-content] {
    text-align: center;
    height: 200px;
}
nz-carousel{
    height: 200px;
}
/* 基地介绍*/
div{
    white-space: pre-line;
}
.location{
    color: #c2c2c2;
}
.introduction{
    margin: 4px;
    max-height: 200px;
    overflow: scroll;
}

/**  .introduction 表格滚动条样式 **/
.introduction::-webkit-scrollbar {
    width: 5px;

}
.introduction::-webkit-scrollbar-thumb {
    background-color: rgba(144,147,153,.5);
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
}

/*base show css*/
.flaot-base{
    position: fixed;
    z-index: 999;

    width: 332px;
    max-width: 30%;

    background-color: white;

    padding: 8px;
    border-radius: 16px;

    right: 10px;
    top: 70px;

    box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 6px -4px;
}
.flaot-base-close{
    position: fixed;
    z-index: 999;
    right: 20px;

    font-size: 20px;
}

.flaot-base-img{
    height: 240px;
}

.ant-input-search-button{
    background: #137015;
}

.flaot-table-item{
    border-bottom: #d7d7d7 solid 0.5px;
    padding: 4px;
    text-align: center;
}
.flaot-table-name{
    text-align: left;
}

.flaot-table{
    height: 538PX;
    overflow: auto;
    font-size: 8px;
}
/**  .flaot-table 表格滚动条样式 **/
.flaot-table::-webkit-scrollbar {
    width: 5px;

}
.flaot-table::-webkit-scrollbar-thumb {
    background-color: rgba(144,147,153,.5);
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
}
