.mt{
    border-bottom: 5px solid #EDEDED;
}
.page-of-air .section{
    position: initial !important;
    z-index: initial !important;
}
.page-of-air .side-panel .side-wrap .table-main .table-column table thead th{
    line-height: 100%;
    height: auto;
}
.page-of-air .side-panel .side-wrap .table-main .table-list tr td{
    line-height: 18px;
    height: auto;
    padding: 8px 0;
}
.page-of-air .table-con .table-main .table-list tr{
    cursor: pointer;
}
.button-secondary{
    height: auto;
    line-height: 40px;
    margin-top: 15px;
}

.page-of-air .side-panel .side-wrap > h1{
    font-size: 16px;
    line-height: 20px;
}

.suliao-select .condition-con > dl > dt{
    font-size: 14px;
    margin-bottom: 5px;
    color: #262e3d;
    float: none;
    width: auto;
}
.suliao-select .condition-con .select{
    margin-bottom: 0;
    /*min-width: 100%!important;*/
}


.page-of-air .side-panel .side-wrap .table-main .table-list tr td.blue{
    color: #247cd2;
}
.page-of-air .side-panel .side-wrap .table-main .table-list tr td.yellow{
    color: rgb(243,209,112);
}


.store-details .title {
    display: inline-block;
    font-size: 14px;
    color: #596477;
    font-weight: bold;
    line-height: 24px;
    /*margin-top: 25px;*/
    /*margin-bottom: 5px;*/
}
.store-details .source{
    font-weight: normal;
}

.store-data {
    padding: 22px 20px 28px 16px;
}
.store-data h1 > a{
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    color: #596477;
    margin-bottom: 14px;
}
.store-data h1 > a.icon-arrow-left {
    padding-left: 20px!important;
}
.store-data .content {
    padding-left: 20px;
}
.store-data .address {
    display: flex;
    align-items: center;
    color: #A2A8B3;
    font-size: 14px;
    line-height: 16px;
}
.store-data .address .icon-pos {
    display: block;
    margin-right: 8px;
    width: 12px;
    height: 14px;
    background: url(/Images/MapGarbage/icon-address-pos.png) no-repeat;
    background-size: 100%;
}
.store-data .box{
    margin-top: 10px;
    font-size: 14px;
}
.store-data .box p{
    display: contents;
    font-size: 14px;
    line-height: 24px;
    color: #596477;
    word-break: break-all;
}
.store-data .box .blue a{
    color: #005596;
}

/* 地图 */
.pieDiv {
    width: 50px;
    height: 50px;
    text-align: center;
    color: white;
    font-size: 12px;
}
.pieDiv em {
    position: absolute;
    font-style: normal;
    width: 12px;
    height: 12px;
    line-height: 12px;
    border-radius: 9px;
    text-align: center;
    background-color: Red;
    top: 6px;
    right: 6px;
    font-weight: 800;
    color: white;
    font-size: 12px;
}
.page-of-air .amap-info-content {
    padding: 22px 25px;
    line-height: 1.4;
}
.page-of-air .mark-detail .mark-title{
    margin-right: 0;
    text-align: center;
}
.page-of-air .mark-detail .mark-title h4{
    float: none;
}
.page-of-air .mark-detail .mark-content table{
    margin-top: 5px;
}

.common-open-mask {
    width: 256px;
    text-align: left;
}
.common-open-mask .icon-arrow-css {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    bottom: -20px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
}
.common-open-mask .mask-content {
    /*padding: 0 22px;*/
}
.common-open-mask .name {
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    color: #333333;
}
.common-open-mask .data-flex-box {
    padding: 10px 0 15px;
    overflow: hidden;
}
.common-open-mask p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    word-break: break-all;
}
.common-open-mask .btn {
    border-top: 1px solid #F3F3F2;
    padding: 15px 0 0;
    display: flex;
    justify-content: center;
}
.common-open-mask .btn a {
    display: block;
    font-size: 14px;
    line-height: 16px;
    color: #333333;
    text-align: center;
    margin: 0 15px;
}
.common-open-mask .btn a:hover{
    color: #247cd2;
}


.garbage-map-spot.icon-big{
    width: 52px;
    height: 56px;
    background: url(/Images/MapPlastic/icon-big.png) no-repeat;
    position: relative;
    display: inline-block;
}
.garbage-map-spot.icon-small{
    width: 44px;
    height: 47px;
    background: url(/Images/MapPlastic/icon-small.png) no-repeat;
    position: relative;
    display: inline-block;
}
.garbage-map-spot .number {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-80%);
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 12px;
}

.icon-open-shop{
    width: 38px;
    height: 41px;
    background: url(/Images/MapPlastic/level1_shop.png) no-repeat;
}
.icon-open-soil{
    width: 38px;
    height: 41px;
    background: url(/Images/MapSoil/soil.png) no-repeat;
    background-size: 100%;
}
.icon-open-soilremove{
    width: 38px;
    height: 41px;
    background: url(/Images/MapSoil/soilremove.png) no-repeat;
    background-size: 100%;
}

