.page-of-air .section{
    position: initial !important;
    z-index: initial !important;
}
.tl-wrap .tl-con.hover .tl-main{
    padding-top: 0;
}
.tl-wrap .tl-con .control-op{
    top: 0;
}
.page-of-air .side-panel .side-wrap .side-con-container{
    padding: .2rem .2rem .5rem;
}
.page-of-air .amap-info-content{
    border-radius: 12px;
}
.page-of-air .map-type{
    bottom: 172px;
}
.page-of-air .map-level-common{
    bottom: 56px;
}

.select-parent .select-title{
    text-align: left;
    padding: 8px 15px 8px 25px;
}
.select-title span{
    justify-content: space-between;
}
.select-parent-icon .select-title{
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3E6EFF;
    font-weight: bold;
}
.select-title .icon-vr{
    display: block;
    width: 40px;
    height: 36px;
    background: url(/Images/MapGarbage/icon-vr.png) no-repeat;
    background-size: 100%;
}

.map-sidebar-right .guide-btn{
    width: 32px;
    height: 24px;
    line-height: 24px;
    color: #8d96a6;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    padding: 4px 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0 rgba(0, 0, 0, 0.02);
    border-radius: 3px;
    position: fixed;
    bottom: 150px;
    right: 16px;
}
.map-sidebar-right .guide-btn.active{
    background: #7ACA97;
    font-weight: bold;
    color: #fff;
}

.flex,.flex-center,.flex-between{
    display: flex;
}
.flex-center{
    align-items: center;
}
.flex-between{
    align-items: center;
    justify-content: space-between;
}

.rank-container{
    margin: 40px 0;
}
.rank-container .title{
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    color: #596477;
    padding-bottom: 16px;
    border-bottom: 1px solid #EFEFEF;
}

.rank-btn{
    margin-top: 20px;
}
.rank-btn li{
    cursor: pointer;
    position: relative;
    font-size: 16px;
    color: #596477;
}
.rank-btn li .line{
    display: block;
    width: 36px;
    height: 6px;
    background: #fff;
    border-radius: 3px;
    margin: 11px auto 0;
}
.rank-btn li .month{
    position: absolute;
    right: -44px;
    top: -8px;
    background: #FC4C4B;
    border-radius: 7px 7px 7px 0;
    padding: 2px 4px 1px 4px;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
}
.rank-btn li.active{
    color: #3E6EFF;
    font-weight: bold;
}
.rank-btn li.active .line{
    background: #3E6EFF;
}

.lists ul{
    display: none;
}
.rank-list li{
    margin-top: 12px;
    cursor: pointer;
}
.rank-list li .data{
    width: calc(100% - 44px);
    padding: 0 22px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rank-list li .icon-crown{
    width: 10px;
    height: 10px;
    position: absolute;
    top: 30px;
    left: 2px;
}
.rank-list li h5{
    font-size: 14px;
    font-weight: bold;
    color: #262E3D;
    line-height: 16px;
    margin-left: 15px;
}
.rank-list li h5.red{
    font-size: 16px;
    color: #FC4C4B;
}
.rank-list li .city{
    display: flex;
    align-items: center;
    position: relative;
}
.rank-list li .index{
    width: 20px;
    text-align: right;
    font-style: italic;
    font-size: 16px;
    font-weight: bold;
    color: #262E3D;
    line-height: 18px;
}
.rank-list li .icon-arrow{
    margin-left: 9px;
    width:0;
    height:0;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 6px solid #262E3D;
}

.rank-list li .number{
    font-size: 12px;
    line-height: 14px;
    color: #FC4C4B;
    margin-left: 5px;
}
.rank-list li .icon-xx{
    width: 22px;
    height: 22px;
    background: url(/Images/MapGarbage/icon-xx-red.png) no-repeat;
    background-size: 100%;
}
.rank-list li .icon-xq{
    width: 22px;
    height: 22px;
    background: url(/Images/MapGarbage/icon-xq-red.png) no-repeat;
    background-size: 100%;
}

.rank-list li .user-data{
    margin-left: 12px;
    position: relative;
}
.rank-list li .user-data img{
    width: 32px;
    height: 32px;
    border-radius: 50%;
}
.rank-list li .user-data .icon-crown{
    left: -4px;
    top: -3px;
}

.rank-list li:nth-of-type(1) .No123{
    background: url(/Images/MapGarbage/rank-list-bg1.png) no-repeat;
    background-size: 100%;
}
.rank-list li:nth-of-type(2) .No123{
    background: url(/Images/MapGarbage/rank-list-bg2.png) no-repeat;
    background-size: 100%;
}
.rank-list li:nth-of-type(3) .No123{
    background: url(/Images/MapGarbage/rank-list-bg3.png) no-repeat;
    background-size: 100%;
}
.rank-list .No123 .icon-crown{
    position: absolute;
    left: 6px;
    top: -6px;
    width: 10px;
    height: 10px;
    background: url(/Images/MapGarbage/icon-list-crown.png) no-repeat;
}
.rank-list .No123 h5,
.rank-list .No123 h5.red,
.rank-list .No123 .index,
.rank-list .No123 .number{
    color: #fff;
}
.rank-list .No123 .icon-arrow{
    border-top: 6px solid #fff;
}
.rank-list .No123 .icon-xx{
    background: url(/Images/MapGarbage/icon-xx-white.png) no-repeat;
    background-size: 100%;
}
.rank-list .No123 .icon-xq{
    background: url(/Images/MapGarbage/icon-xq-white.png) no-repeat;
    background-size: 100%;
}

.rank-list .second-list{
    display: none;
}
.rank-list .second-list .city-name{
    padding: 0 22px;
    margin: 7px 0 7px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.rank-list .second-list .city-name h5{
    font-size: 14px;
    color: #262E3D;
    line-height: 16px;
    display: flex;
    align-items: center;
    font-weight: 400;
}
.rank-list .second-list .city-name i{
    font-size: 12px;
    font-style: normal;
}

.rank-personal-list li .data{
    width: calc(100% - 36px);
    height: 44px;
    padding: 0 22px 0 14px;
}
.rank-personal-list li h5{
    margin-left: 8px;
}
.rank-personal-list .city h5{

}
.rank-personal-list .second-list{
    margin-top: 10px;
}
.rank-personal-list .village-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 22px 8px 14px;
    margin-left: 32px;
}
.rank-personal-list .village-list .village-name{
    display: flex;
    align-items: center;
}
.rank-personal-list .village-list img{
    width: 28px;
    height: 28px;
    border-radius: 50%;
}
.rank-personal-list .village-list h5,
.rank-personal-list .village-list p{
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #596477;
    margin-left: 12px;
    width: 150px;
}
.rank-personal-list .village-list p{
    margin-right: 10px;
}

/* xiaoqu-left */
.community-details{
    margin-bottom: 40px;
}
.community-details .community-data{
    padding: 22px 20px 28px 16px;
    border-bottom: 5px solid #EDEDED;
}
.community-details h1 > a.icon-arrow-left{
    padding-left: 20px!important;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    color: #596477;
    margin-bottom: 14px;
}
.community-data .content{
    padding-left: 20px;
}
.community-data .address{
    display: flex;
    align-items: center;
    color: #A2A8B3;
    font-size: 14px;
    line-height: 16px;
}
.community-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%;
}
.community-data .total-report-box{
    display: flex;
    margin-top: 25px;
}
.community-data .total-report-box .img-type{
    width: 64px;
    height: 64px;
    margin-right: 10px;
}
.community-data .total-report-box p{
    font-size: 16px;
    line-height: 30px;
    color: #596477;
}
.community-data .total-report-box strong{
    font-weight: bold;
}
.community-data .total-report-box span{
    display: block;
}
.community-data .total-report-box .flex{
    line-height: 30px;
}
.community-data .total-report-box .blue{
    color: #439BFC;
}
.community-data .total-report-box .red{
    color: #FC4C4B;
}
.community-details .xq-lists{
    padding: 10px 20px 0 38px;
}
.community-details .xq-lists li{
    margin: 30px 0 60px;
}
.community-details .xq-lists .user-details{
    margin-bottom: 5px;
}
.user-details .img-head{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 14px;
}
.user-details .name{
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    color: #596477;
    margin-bottom: 10px;
}
.user-details .date{
    font-size: 12px;
    line-height: 14px;
    color: #A8ACB5;
}
.img-report-list{
    margin-left: 46px;
}
.img-report-list img{
    float: left;
    width: 88px;
    height: 88px;
    border-radius: 4px;
    margin-right: 20px;
    margin-top: 10px;
}
.img-report-list img:nth-child(3n){
    margin-right: 0;
}
.question-details{
    margin-bottom: 90px;
}
.question-details .community-data{
    border-bottom: none;
}
.question-details .img-report-list{
    margin-left: 0;
    margin-top: 30px;
}
.question-details .title{
    font-size: 14px;
    color: #596477;
    font-weight: bold;
    margin-top: 40px;
}
.question-details .question-list li{
    font-size: 14px;
    color: #596477;
    line-height: 26px;
    margin-top: 14px;
}
.question-details .question-list li font{
    font-size: 14px;
}
.question-details .question-list li span{
    font-weight: bold;
}
.question-details .question-list li .green{
    color: #00C26C;
}
.question-details .question-list li .orange{
    color: #FF9300;
}
.question-details .user-details{
    width: 344px;
    background: #fff;
    border-top: 5px solid #EDEDED;
    padding: 26px 38px 23px;
    position: fixed;
    bottom: 0;
}

/* lsji-alert */
.icon-arrow-css{
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
}
.common-open-mask{
    padding-top: 25px;
    width: 256px;
    text-align: left;
    /*background: #FFFFFF;*/
    /*box-shadow: 0 2px 10px 0 rgba(0,0,15,.3);*/
    /*border-radius: 12px;*/
    /* display: inline-block; */
    /* margin-bottom: 20px; */
    /* margin-left: -10px; */
    /*position: absolute;*/
    /*min-width: 280px;*/
    /*bottom: 20px;*/
    /*left: 50%;*/
    /*transform: translate(-52%, 0);*/
}
.common-open-mask .icon-arrow-css{
    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 .btn{
    border-top: 1px solid #F3F3F2;
    padding: 15px 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 .name{
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    color: #333333;
}
.common-open-mask .data-flex-box{
    /*display: flex;*/
    margin-top: 10px;
    margin-bottom: 15px;
    overflow: hidden;
}
.common-open-mask .data-text{
    margin-right: 5px;

}
.common-open-mask .data-flex-box .data-text{
    float: left;
}
.common-open-mask h6{
    font-size: 14px;
    line-height: 16px;
    color: #666666;
    margin-bottom: 15px;
}
.common-open-mask p{
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}
.common-open-mask .blue{
    color: #3E6EFF;
}
.common-open-mask .btn .no-click{
    color: #d5d5d5;
    cursor: initial;
}

.garbage-mask .mask-content{
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
}
.garbage-mask .data-text .name{
    margin-bottom: 20px;
}
.garbage-mask .icon-garbage{
    width: 44px;
    height: 44px;
}
.common-open-mask .garbage-type-box{
    margin: 0 auto;
    text-align: center;
}
.garbage-mask .garbage-type{
    width: 50px;
    display: block;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    margin-top: 3px;
}
.garbage-mask .garbage-type.color-1{
    color: #0DCDA3;
}
.garbage-mask .garbage-type.color-2{
    color: #FC4C4B;
}
.garbage-mask .garbage-type.color-3{
    color: #F69D40;
}
.garbage-mask .garbage-type.color-4{
    color: #439BFC;
}

.garbage-map-spot.level-1{
    position: relative;
    display: inline-block;
}
.garbage-map-spot.icon-big{
    width: 53px;
    height: 57px;
    background: url(/Images/MapGarbage/icon-xq-big.png) no-repeat;
}
.garbage-map-spot.icon-small{
    width: 45px;
    height: 48px;
    background: url(/Images/MapGarbage/icon-xq-small.png) no-repeat;
}
.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;
}

.garbage-map-spot.level-2{
    width: 43px;
    height: 47px;
}
.garbage-map-spot.icon-0-0{
    background: url(/Images/MapGarbage/icon-0-0.png) no-repeat;
    background-size: 100%;
}
.garbage-map-spot.icon-1-0{
    background: url(/Images/MapGarbage/icon-1-0.png) no-repeat;
    background-size: 100%;
}
.garbage-map-spot.icon-1-1{
    background: url(/Images/MapGarbage/icon-1-1.png) no-repeat;
    background-size: 100%;
}
.garbage-map-spot.icon-2-0{
    background: url(/Images/MapGarbage/icon-2-0.png) no-repeat;
    background-size: 100%;
}
.garbage-map-spot.icon-2-1{
    background: url(/Images/MapGarbage/icon-2-1.png) no-repeat;
    background-size: 100%;
}
.garbage-map-spot.icon-3-0{
    background: url(/Images/MapGarbage/icon-3-0.png) no-repeat;
    background-size: 100%;
}
.garbage-map-spot.icon-3-1{
    background: url(/Images/MapGarbage/icon-3-1.png) no-repeat;
    background-size: 100%;
}
.garbage-map-spot.icon-4-0{
    background: url(/Images/MapGarbage/icon-4-0.png) no-repeat;
    background-size: 100%;
}
.garbage-map-spot.icon-4-1{
    background: url(/Images/MapGarbage/icon-4-1.png) no-repeat;
    background-size: 100%;
}

.garbage-map-spot.icon-img{
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 50%;
    /*box-shadow: 0 5px 13px 0 rgba(38, 45, 53, 0.25);*/
    /*position: relative;*/
    /*display: inline-block;*/
}
.garbage-map-spot .icon-arrow-css,
.garbage-industry-group .icon-arrow-css{
    bottom: -5px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
}
.garbage-map-spot .img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* qiye */
.enterprise-open .data-flex-box .logo{
    width: 65px;
    height: 58px;
    float: right;
}
.enterprise-burn p:last-of-type{
    /*margin-left: 10px;*/
}
.enterprise-group .data-text{
    margin-top: 10px;
    margin-bottom: 15px;
}

.garbage-industry-group{
    width: 76px;
    height: 40px;
    background: #22A1DD;
    box-shadow: 0 2px 3px 0 rgba(0, 63, 94, 0.35);
    border-radius: 20px;
    position: relative;
    display: inline-block;
}
.garbage-industry-group .icon-arrow-css{
    border-top: 6px solid #22A1DD;
}
.garbage-industry-group .img-box{
    width: 65px;
    height: 30px;
    background: #FFFFFF;
    border: 2px solid #0085BC;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 17px;
}
.garbage-industry-group .img-box .img{
    max-width: 60px!important;
    max-height: 30px!important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 17px;
}

/* qiye-left */
.side-con-box .condition-wrap .condition-con{
    background: #F7F8F9;
    padding: 18px 10px 10px;
    margin-top: 10px;
}
.side-con-box .condition-wrap .condition-con .region-select{
    margin-bottom: 7px;
}
.side-con-box .condition-wrap .condition-con .region-select h6{
    color: #262E3D;
}
.side-con-box .condition-wrap .condition-con > dl{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 15px;
}
.side-con-box .condition-wrap .condition-con > dl > dt{
    line-height: 30px;
    width: auto;
    float: none;
}
.side-con-box .condition-wrap .condition-con .select{
    line-height: 28px;
    margin-bottom: 10px;
}
.side-con-box .condition-wrap .condition-con dl .select{
    margin-bottom: 0;
}

.side-con-box .condition-wrap .condition-con .checkbox,
.side-con-box .condition-wrap .condition-con .radio{
    margin-right: 10px;
    line-height: 30px;
}
.side-con-box .condition-wrap .condition-con .checkbox{
    margin-right: 0;
}

.side-con-box .condition-wrap .condition-con .checkbox .text{
    min-width: 146px;
    margin-left: 5px;
    font-size: 13px;
}
.side-con-box .condition-wrap .condition-con .radio .text{
    min-width: 60px;
    margin-left: 5px;
}

.side-con-box .condition-wrap .condition-con .search-btn{
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
}

.side-con-box .table-con{
    margin-top: 12px;
}
.page-of-air .side-panel .side-wrap .table-main .table-column table thead th{
    height: auto;
    padding: 2px 0;
}
.page-of-air .side-panel .side-wrap .table-main .table-list tr td{
    padding: 5px 2px;
    line-height: 18px;
}

/* qiye-alert */
.garbage-industry-spot{
    position: relative;
}
.garbage-industry-spot.level-1{
    background-color: #20a1dd;
    height: 66px;
    width: 66px;
    border-radius: 50px;
    box-shadow: rgba(1,61,88,.1) 0 3px 22px 1px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.garbage-industry-spot.level-1 .number{
    display: block;
    color: #fff;
}
/* 1.2红 3。4 黄 5蓝 6绿 */

.garbage-industry-spot.level-2,
.garbage-industry-spot.level-3,
.garbage-industry-open.level-1,
.garbage-industry-open.level-2,
.garbage-industry-open.level-3{
    width: 36px;
    height: 36px;
}

.garbage-industry-spot.icon-industry-296-1,
.garbage-industry-spot.icon-industry-296-2{
    background: url(/Images/MapGarbage/icon-burn-red.png) no-repeat;
    background-size: 100%;
}
.garbage-industry-spot.icon-industry-296-3,
.garbage-industry-spot.icon-industry-296-4{
    background: url(/Images/MapGarbage/icon-burn-orange.png) no-repeat;
    background-size: 100%;
}
.garbage-industry-spot.icon-industry-296-5{
    background: url(/Images/MapGarbage/icon-burn-blue.png) no-repeat;
    background-size: 100%;
}
.garbage-industry-spot.icon-industry-296-6{
    background: url(/Images/MapGarbage/icon-burn-green.png) no-repeat;
    background-size: 100%;
}

.garbage-industry-spot.icon-industry-297-1,
.garbage-industry-spot.icon-industry-297-2{
    background: url(/Images/MapGarbage/icon-landfill-red.png) no-repeat;
    background-size: 100%;
}
.garbage-industry-spot.icon-industry-297-3,
.garbage-industry-spot.icon-industry-297-4{
    background: url(/Images/MapGarbage/icon-landfill-orange.png) no-repeat;
    background-size: 100%;
}
.garbage-industry-spot.icon-industry-297-5{
    background: url(/Images/MapGarbage/icon-landfill-blue.png) no-repeat;
    background-size: 100%;
}
.garbage-industry-spot.icon-industry-297-6{
    background: url(/Images/MapGarbage/icon-landfill-green.png) no-repeat;
    background-size: 100%;
}

.garbage-industry-spot.icon-industry-10000-1,
.garbage-industry-spot.icon-industry-10000-2{
    background: url(/Images/MapGarbage/icon-kitchen-red.png) no-repeat;
    background-size: 100%;
}
.garbage-industry-spot.icon-industry-10000-3,
.garbage-industry-spot.icon-industry-10000-4{
    background: url(/Images/MapGarbage/icon-kitchen-orange.png) no-repeat;
    background-size: 100%;
}
.garbage-industry-spot.icon-industry-10000-5{
    background: url(/Images/MapGarbage/icon-kitchen-blue.png) no-repeat;
    background-size: 100%;
}
.garbage-industry-spot.icon-industry-10000-6{
    background: url(/Images/MapGarbage/icon-kitchen-green.png) no-repeat;
    background-size: 100%;
}

.garbage-industry-open.icon-open-1,
.garbage-industry-open.icon-open-2{
    background: url(/Images/MapGarbage/icon-burn-red.png) no-repeat;
    background-size: 100%;
}
.garbage-industry-open.icon-open-3,
.garbage-industry-open.icon-open-4{
    background: url(/Images/MapGarbage/icon-burn-orange.png) no-repeat;
    background-size: 100%;
}
.garbage-industry-open.icon-open-5{
    background: url(/Images/MapGarbage/icon-burn-blue.png) no-repeat;
    background-size: 100%;
}
.garbage-industry-open.icon-open-6{
    background: url(/Images/MapGarbage/icon-burn-green.png) no-repeat;
    background-size: 100%;
}

/* ! */
.garbage-industry-open.icon-industry-bj-1:after,
.garbage-industry-open.icon-industry-bj-2:after{
    content: "!";
    position: absolute;
    font-style: normal;
    width: 12px;
    height: 12px;
    line-height: 12px;
    border-radius: 9px;
    text-align: center;
    background-color: Red;
    top: -1px;
    right: -1px;
    font-weight: 800;
    color: white;
    font-size: 12px;
}

/* city */
.common-popup .popup-content{
    padding: 2px 20px 20px;
}
.popup-date{
    text-align: center;
    justify-content: center;
    margin-bottom: 15px;
}
.popup-date h5{
    font-size: 14px;
    color: #666666;
    line-height: 16px;
}


/* fenye */
.pagination-wrap{
    margin-top: 20px;
}
.pagination-wrap .pagination .pagers .pager,
.pagination-wrap .pagination .pagers .pager-split{
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
}
.pagination-wrap .pagination .pagers .pager.active,
.pagination-wrap .pagination .pagers .pager:hover{
    font-weight: bold;
}


/* search */
.garbage-search-container{
    position: relative;
}
.garbage-search-container .mask-icon-close{
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    line-height: 26px;
    background: rgba(0,0,0,.2);
    color: #fff;
    text-align: center;
    font-size: 26px;
    cursor: pointer;
}
.garbage-search-container .banner{
    width: 100%;
}
.garbage-search-container .search-box{
    padding: 32px 24px 0;
}
.search-box .button-primary{
    background: #7ACA97;
}
.search-box .complex .input{
    border: 1px solid #7ACA97;
}

.search-box .search-result{
    margin-top: 35px;
}
.search-result .list{
}
.search-result .list li{
    font-size: 14px;
    line-height: 16px;
    margin-top: 15px;
    display: flex;
    align-items: center;
}
.search-result .list li span{
    display: block;
    margin: 0 5px;
    background: #8b9799;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    padding: 0 10px;
    border-radius: 50px;
    float: left;
}
.search-result .list li .cy{
    background: rgb(83,168,73);
}
.search-result .list li .yh{
    background: rgb(226,65,63);
}
.search-result .list li .khs{
    background: rgb(29,107,180);
}
.search-result .list li .qt{
    background: rgb(114,113,113);
}
.search-result .list li .dj{
    background: rgb(47,47,79);
}

.common-search-list{
    padding: 30px 24px 40px;
}
.common-search-list h5,.search-result h5{
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    color: #596477;
}
.common-search-list li{
    margin-top: 20px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color: #77808F;
    padding: 0 12px;
    background: #EFEFEF;
    border-radius: 14px;
    line-height: 28px;
    margin-right: 20px;
    float: left;
}

.garbage-type-list{
    border-top: 5px solid #EDEDED;
    border-bottom: 5px solid #EDEDED;
    padding-bottom: 28px;
}
.garbage-type-list .tab{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.garbage-type-list .tab a{
    display: block;
    width: 25%;
    font-size: 16px;
    line-height: 47px;
    color: #596477;
    border-bottom: 1px solid #F7F7F7;
    text-align: center;
    position: relative;
}
.garbage-type-list .tab a.active{
    font-weight: bold;
    color: #FFFFFF;
    background: #7ACA97;
    border-bottom: 1px solid #7ACA97;
}
.garbage-type-list .tab a.active:after{
    content: " ";
    position: absolute;
    left: 50%;
    bottom: -6px;
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #7ACA97;
}
.garbage-type-list ul{
    padding: 30px 24px 28px;
}
.garbage-type-list li{
    display: none;
}
.garbage-type-list li span{
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #596477;
    line-height: 28px;
}
.garbage-type-list li .standard{
    margin-top: 20px;
    background: rgba(122, 202, 151, 0.08);
    border: 1px solid #7ACA97;
    border-radius: 4px;
    padding: 14px 10px;
}
.garbage-type-list li h6,
.garbage-type-list li p{
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    color: #7ACA97;
}.garbage-type-list li h6{
    margin-bottom: 10px;
 }
.garbage-type-list li p{
    font-weight: 400;
    line-height: 28px;
    margin-left: 5px;
}

/* wenjuan */
.condition-wrap .wenjuan-map-option > dl > dt{
    float: none;
    width: auto;
    margin-bottom: 5px;
}
.wenjuan-map-option .checkbox{
    margin-right: 20px;
}
.wenjuan-map-option .checkbox:last-of-type{
    margin-right: 0;
}
.amap-info-close {
    position: absolute;
    color: #C3C3C3;
    text-decoration: none;
    font: 700 16px/14px Tahoma,Verdana,sans-serif;
}
.imgUrlMask img{
    width: 88%;
    border-radius: 4px;
}

.inner{
    width: 1200px;
    margin: 0 auto;
}
.SAQ-container{
    background: #fff;
    padding: 60px 50px 40px;
}
.SAQ-container h2{
    font-size: 24px;
    line-height: 26px;
    font-weight: bold;
    color: #313842;
    text-align: center;
    margin-bottom: 50px;
}
.SAQ-container .content{
    margin-top: 60px;
}
.SAQ-container .content:first-of-type{
    margin-top: 0;
}
.SAQ-container .title{
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
    color: #262E3D;
    border-bottom: 2px solid #F0F2F6;
    display: flex;
    align-items: center;
}
.SAQ-container .title .icon{
    display: block;
    width: 56px;
    height: 56px;
    background: url(../images/icon-garbage-title.png) no-repeat;
    background-size: 100%;
    margin-right: 20px;
}
.SAQ-container .common-mr{
    margin: 12px 0 0 76px;
}
.SAQ-container .img-list{
    margin-top: 20px;
    margin-bottom: 12px;
}
.SAQ-container .img-list img{
    float: left;
    width: 188px;
    height: 142px;
    object-fit: cover;
    margin-right: 20px;
    background: #F0F2F6;
}
.SAQ-container .img-list img:last-of-type{
    margin-right: 0;
}

.SAQ-container .common-table{
    border-top: 1px solid #D3D8E0;
    border-left: 1px solid #D3D8E0;
    margin-bottom: 8px;
}
.SAQ-container .common-table tr th,
.SAQ-container .common-table tr td{
    color: #272F3E;
    font-size: 14px;
    line-height: 38px;
    border-right: 1px solid #D3D8E0;
    border-bottom: 1px solid #D3D8E0;
    font-weight: normal;
    padding: 0 30px;
}
.SAQ-container .common-table tr th{
    background: #E9ECF1;
}
.SAQ-container .common-table tr .garbage-bg{
    position: relative;
    background: #F0F2F6;
}
.SAQ-container .common-table tr .icon-garbage-bg{
    width: 241px;
    height: 273px;
    background: url(../images/garbage-bg.png) no-repeat;
    background-size: 100%;
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translate(0, -50%);
}

.SAQ-container .word{
    font-size: 14px;
    line-height: 30px;
    color: #474F62;
}
.SAQ-container .word span{
    display: block;
    float: left;
}
.SAQ-container .word span:first-of-type{
    color: #8D96A6;
}
.SAQ-container .word190 span:first-of-type{
    width: 190px;
}
.SAQ-container .word190 span:last-of-type{
    width: calc(100% - 190px);
}
.SAQ-container .word120 span:first-of-type{
    width: 120px;
}
.SAQ-container .word120 span:last-of-type{
    width: calc(100% - 120px);
}

.AL-container .title .icon{
    background: url(../images/map/icon-title-detail.png) no-repeat;
    background-size: 100%;
}

/* swiper */
.imgSwiper{}
.imgSwiper .box-imgItem{
    padding-bottom: 40px;
}
.imgSwiper .box-imgItem img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.imgSwiper .box-imgItem p{
    margin-top: 16px;
    font-size: 14px;
    line-height: 20px;
    color: #474F62;
}
.SAQ-container .word190 .imgSwiper span{
    width: 8px;
}
.imgSwiper .swiper-pagination-bullet-active{
    background: #262E3D;
}


/* hezuojigou */
.garbageHeZuo-list{
    margin-top: 20px;
}
.garbageHeZuo-list h4{
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    color: #596477;
    padding-bottom: 15px;
    border-bottom: 1px solid #EFEFEF;
}
.garbageHeZuo-list .list{
    /*padding: 12px 0;*/
}
.garbageHeZuo-list li{
    display: flex;
    align-items: center;
    margin: 24px 0;
    cursor: pointer;
}
.garbageHeZuo-list li .logo{
    width: 30px;
    height: 30px;
    margin-right: 10px;
    position: relative;
}
.garbageHeZuo-list li img{
    display: block;
    max-width: 30px;
    max-height: 30px;
    margin: 0 auto;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.garbageHeZuo-list li h5{
    width: 88%;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    color: #262E3D;
}
.garbageHeZuo-list li p{
    font-size: 14px;
    line-height: 16px;
    color: #262E3D;
}

.common-popupHZ{
    text-align: left;
}
.common-popupHZ .popup-content{
    padding: 0 15px 17px 30px;
    border-bottom: 1px solid #F3F3F2;
}
.common-popupHZ .popup-title{
    padding: 0 0 10px 0;
    line-height: 26px;
}
.see-detail{
    display: block;
    font-size: 14px;
    line-height: 16px;
    color: #333333;
    padding: 16px 0;
    text-align: center;
}

/* xiangqingye */
.HeZuo-container{
    padding: 40px 0 60px;
}
.organ-logo{
    padding-bottom: 46px;
    border-bottom: 6px solid #EFF2F6;
}
.organ-logo img{
    width: 90px;
    height: 90px;
    margin-right: 30px;
}
.organ-logo h2{
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
    color: #1A1A1A;
    margin-bottom: 14px;
}
.organ-logo .city-box p{
    color: #1A1A1A;
    font-size: 16px;
    line-height: 18px;
}

.HeZuo-container .map-box{
    margin-top: 30px;
}
.map-box h4{
    font-size: 16px;
    line-height: 18px;
    color: #333;
    font-weight: 500;
}
.map-box h4 span{
    font-size: 14px;
    line-height: 16px;
    color: #999;
    font-weight: normal;
}
.map-box .btn{
    display: block;
    padding: 0 10px;
    font-size: 12px;
    line-height: 30px;
    color: #005596;
    border: 1px solid #005596;
    border-radius: 4px;
}
.map-box .btn:hover{
    color: #F0F6FD;
    background: #005596;
}
.map-box .map{
    width: 100%;
    height: 500px;
    margin-top: 10px;
}
.map-box .map iframe{
    border: none;
    border-radius: 4px;
}

.HeZuo-container .content{
    margin-top: 50px;
}
.HeZuo-container .bg-content{
    background: #F6F7FA;
    padding: 40px 0 34px;
    margin-top: 36px;
}
.HeZuo-container .content h3{
    font-size: 24px;
    line-height: 26px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin-bottom: 30px;
}
.HeZuo-container .content .organ-name,
.HeZuo-container .content p{
    font-size: 16px;
    color: #333333;
}
.HeZuo-container .content .organ-name{
    font-weight: bold;
    margin-bottom: 20px;
}
.HeZuo-container .content p{
    line-height: 28px;
}
