/* 特殊情况 - 垃圾 */
.map-sidebar-right .guide-btn{
    display: block!important;
    height: .32rem;
    line-height: .32rem;
    color: #8d96a6;
    font-size: .12rem;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 .02rem .04rem rgba(0, 0, 0, 0.2), 0 -.01rem 0 rgba(0, 0, 0, 0.02);
    border-radius: .03rem;
    position: fixed;
    bottom: .48rem;
    right: .3rem;
    cursor: pointer;
    padding: 0 .05rem;
}
.map-sidebar-right .guide-btn.active{
    background: #7ACA97;
    font-weight: bold;
    color: #fff;
}

/* 排行榜 */
.rank-container{
    margin-top: .05rem;
}
.rank-container .title{
    font-size: .16rem;
    font-weight: bold;
    padding-bottom: .16rem;
    border-bottom: 1px solid #EFEFEF;
}

.rank-btn{
    margin-top: .2rem;
}
.rank-btn li{
    cursor: pointer;
    position: relative;
    font-size: .16rem;
    color: #596477;
}
.rank-btn li .line{
    display: block;
    width: .36rem;
    height: .06rem;
    background: #fff;
    border-radius: .03rem;
    margin: .11rem auto 0;
}
.rank-btn li .month{
    position: absolute;
    right: -.44rem;
    top: -.08rem;
    background: #FC4C4B;
    border-radius: .07rem .07rem .07rem 0;
    padding: .02rem .04rem .01rem .04rem;
    font-size: .12rem;
    line-height: .12rem;
    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: .12rem;
    cursor: pointer;
}
.rank-list li .data{
    width: calc(100% - .44rem);
    padding: 0 .22rem;
    height: .44rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: .04rem;
}

.rank-list li .icon-crown{
    width: .10rem;
    height: .10rem;
    position: absolute;
    top: .30rem;
    left: .02rem;
}
.rank-list li h5{
    font-size: .14rem;
    font-weight: bold;
    color: #262E3D;
    line-height: .16rem;
    margin-left: .15rem;
}
.rank-list li h5.red{
    font-size: .16rem;
    color: #FC4C4B;
}
.rank-list li .city{
    display: flex;
    align-items: center;
    position: relative;
}
.rank-list li .index{
    width: .20rem;
    text-align: right;
    font-style: italic;
    font-size: .16rem;
    font-weight: bold;
    color: #262E3D;
    line-height: .18rem;
}
.rank-list li .icon-arrow{
    margin-left: .09rem;
    width: 0;
    height: 0;
    border-right: .04rem solid transparent;
    border-left: .04rem solid transparent;
    border-top: .06rem solid #262E3D;
}

.rank-list li .number{
    font-size: .12rem;
    line-height: .14rem;
    color: #FC4C4B;
    margin-left: .05rem;
    align-items: center;
}
.rank-list li .icon-xx{
    width: .22rem;
    height: .22rem;
    background: url(/Images/MapGarbage/icon-xx-red.png) no-repeat;
    background-size: 100%;
}
.rank-list li .icon-xq{
    width: .22rem;
    height: .22rem;
    background: url(/Images/MapGarbage/icon-xq-red.png) no-repeat;
    background-size: 100%;
}

.rank-list li .user-data{
    margin-left: .12rem;
    position: relative;
}
.rank-list li .user-data img{
    width: .32rem;
    height: .32rem;
    border-radius: 50%;
}
.rank-list li .user-data .icon-crown{
    left: -.04rem;
    top: -.03rem;
}

.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: .06rem;
    top: -.06rem;
    width: .10rem;
    height: .10rem;
    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: .06rem 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 .22rem;
    margin: .07rem 0 .07rem .20rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.rank-list .second-list .city-name h5{
    font-size: .14rem;
    color: #262E3D;
    line-height: .16rem;
    display: flex;
    align-items: center;
    font-weight: 400;
}
.rank-list .second-list .city-name i{
    font-size: .12rem;
    font-style: normal;
}

.rank-personal-list li .data{
    width: calc(100% - .36rem);
    height: .44rem;
    padding: 0 .22rem 0 .14rem;
}
.rank-personal-list li h5{
    margin-left: .08rem;
}
.rank-personal-list .city h5{

}
.rank-personal-list .second-list{
    margin-top: .10rem;
}
.rank-personal-list .village-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .08rem .22rem .08rem .14rem;
    margin-left: .32rem;
}
.rank-personal-list .village-list .village-name{
    display: flex;
    align-items: center;
}
.rank-personal-list .village-list img{
    width: .28rem;
    height: .28rem;
    border-radius: 50%;
}
.rank-personal-list .village-list h5,
.rank-personal-list .village-list p{
    font-size: .14rem;
    line-height: .18rem;
    font-weight: 400;
    color: #596477;
    margin-left: .12rem;
    width: 1.50rem;
}
.rank-personal-list .village-list p{
    margin-right: .10rem;
}

/* xiaoqu-left detail */
.community-details{
    margin-bottom: .08rem;
}
.community-details .community-data{
    padding: .07rem .1rem .28rem .16rem;
    border-bottom: .05rem solid #EDEDED;
    margin: 0 -.1rem 0 -.16rem;
}
.community-details h1 > a.icon-arrow-left{
    padding-left: .20rem;
    font-size: .18rem;
    line-height: .20rem;
    font-weight: bold;
    color: #596477;
    margin-bottom: .14rem;
}
.community-data .content{
    padding-left: .20rem;
}
.community-data .address{
    display: flex;
    align-items: center;
    color: #A2A8B3;
    font-size: .14rem;
    line-height: .16rem;
}
.community-data .address .icon-pos{
    display: block;
    margin-right: .08rem;
    width: .12rem;
    height: .14rem;
    background: url(/Images/MapGarbage/icon-address-pos.png) no-repeat;
    background-size: 100%;
}
.community-data .total-report-box{
    display: flex;
    margin-top: .25rem;
}
.community-data .total-report-box .img-type{
    width: .64rem;
    height: .64rem;
    margin-right: .10rem;
}
.community-data .total-report-box p,
.community-data .total-report-box p *{
    font-size: .16rem;
    line-height: .30rem;
    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: .30rem;
}
.community-data .total-report-box .blue{
    color: #439BFC;
}
.community-data .total-report-box .red{
    color: #FC4C4B;
}
.community-details .xq-lists{
    padding: .10rem .10rem 0 .2rem;
}
.community-details .xq-lists li{
    margin: .30rem 0 .60rem;
}
.community-details .xq-lists .user-details{
    margin-bottom: .05rem;align-items: center;
}
.user-details .img-head{
    width: .32rem;
    height: .32rem;
    border-radius: 50%;
    margin-right: .14rem;
}
.user-details .name{
    font-size: .14rem;
    line-height: .16rem;
    font-weight: bold;
    color: #596477;
    margin-bottom: .10rem;
}
.user-details .date{
    font-size: .12rem;
    line-height: .14rem;
    color: #A8ACB5;
}
.img-report-list{
    margin-left: .46rem;
}
.img-report-list img{
    float: left;
    width: .88rem;
    height: .88rem;
    border-radius: .04rem;
    margin-right: .20rem;
    margin-top: .10rem;
    object-fit: cover;
}
.img-report-list img:nth-child(3n){
    margin-right: 0;
}
.question-details{
    margin-bottom: .90rem;
}
.question-details .community-data{
    border-bottom: none;
}
.question-details .img-report-list{
    margin-left: 0;
    margin-top: .30rem;
}
.question-details .title{
    font-size: .14rem;
    color: #596477;
    font-weight: bold;
    margin-top: .40rem;
}
.question-details .question-list li{
    font-size: .14rem;
    color: #596477;
    line-height: .26rem;
    margin-top: .14rem;
}
.question-details .question-list li *{
    color: revert-layer;
}
.question-details .question-list li font{
    font-size: .14rem;
}
.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: calc(100% - .76rem);
    background: #fff;
    border-top: .05rem solid #EDEDED;
    padding: .26rem .38rem .23rem;
    margin: 0 -.1rem 0 -.16rem;
    position: fixed;
    bottom: 0;
}

/* lsji-alert */
.icon-arrow-css{
    /*position: absolute;*/
    /*left: 50%;*/
    /*transform: translate(-50%, 0);*/
    /*width: 0;*/
    /*height: 0;*/
}
.common-open-mask{
    /*width: 2.56rem;*/
    text-align: left;
}
.common-open-mask .icon-arrow-css{
    /*bottom: -.20rem;*/
    /*border-left: .20rem solid transparent;*/
    /*border-right: .20rem solid transparent;*/
    /*border-top: .20rem solid #fff;*/
}
.common-open-mask .mask-content{}
.common-open-mask .btn{
    border-top: 1px solid #F3F3F2;
    padding-top: .15rem;
    display: flex;
    justify-content: center;
    margin: 0 -.22rem -0.07rem;
    cursor: pointer;
}
.common-open-mask .btn a{
    display: block;
    font-size: .14rem;
    line-height: .16rem;
    color: #333333;
    text-align: center;
    margin: 0 .15rem;
}
.common-open-mask .btn a:hover {
    color: #247cd2;
}
.common-open-mask .name{
    font-size: .20rem;
    line-height: .26rem;
    font-weight: bold;
    color: #333333;
}
.common-open-mask .data-flex-box{
    margin-top: .10rem;
    margin-bottom: .15rem;
    overflow: hidden;
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: space-between;*/
}
.common-open-mask .data-text{
    margin-right: .05rem;
}
.common-open-mask .data-flex-box .data-text{
    float: left;
}
.common-open-mask h6{
    font-size: .14rem;
    line-height: .16rem;
    color: #666666;
    margin-bottom: .15rem;
}
.common-open-mask p{
    font-size: .14rem;
    color: #666666;
    line-height: .24rem;
}
.common-open-mask p *{
    font-size: inherit;
}
.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: .15rem;
}
.garbage-mask .data-text .name{
    margin-bottom: .1rem;
}
.garbage-mask .icon-garbage{
    width: .44rem;
    height: .44rem;
}
.common-open-mask .garbage-type-box{
    margin: 0 auto;
    text-align: center;
}
.garbage-mask .garbage-type{
    width: .50rem;
    display: block;
    font-size: .12rem;
    line-height: .14rem;
    text-align: center;
    margin-top: .03rem;
}
.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: .53rem;
    height: .57rem;
    background: url(/Images/MapGarbage/icon-xq-big.png) no-repeat;
    background-size: 100%;
}
.garbage-map-spot.icon-small{
    width: .45rem;
    height: .48rem;
    background: url(/Images/MapGarbage/icon-xq-small.png) no-repeat;
    background-size: 100%;
}
.garbage-map-spot .number{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-80%);
    font-size: .12rem;
    font-weight: bold;
    color: #FFFFFF;
    line-height: .12rem;
}

.garbage-map-spot.level-2{
    width: .43rem;
    height: .47rem;
}
.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: .48rem;
    height: .48rem;
    background: #fff;
    border-radius: 50%;
}
.garbage-map-spot .icon-arrow-css,
.garbage-industry-group .icon-arrow-css{
    /*bottom: -.05rem;*/
    /*border-left: .06rem solid transparent;*/
    /*border-right: .06rem solid transparent;*/
    /*border-top: .06rem solid #fff;*/
}
.garbage-map-spot .img{
    width: .40rem;
    height: .40rem;
    border-radius: 50%;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* qiye */
.enterprise-open .data-flex-box .logo{
    width: .65rem;
    height: .58rem;
    float: right;
}
.enterprise-burn p:last-of-type{}
.enterprise-group .data-text{
    margin-top: .10rem;
    margin-bottom: .15rem;
}

.garbage-industry-group{
    width: .76rem;
    height: .40rem;
    background: #22A1DD;
    box-shadow: 0 .02rem .03rem 0 rgba(0, 63, 94, 0.35);
    border-radius: .20rem;
    position: relative;
    display: inline-block;
}
.garbage-industry-group .icon-arrow-css{
    border-top: .06rem solid #22A1DD;
}
.garbage-industry-group .img-box{
    width: .65rem;
    height: .30rem;
    background: #FFFFFF;
    border: .02rem solid #0085BC;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: .17rem;
}
.garbage-industry-group .img-box .img{
    max-width: .60rem!important;
    max-height: .30rem!important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: .17rem;
}

.box-table .table-con{
    margin-top: 0;
}


.pieDiv em{
    top: 0;
    right: 0;
}

/* qiye-alert */
.garbage-industry-spot{
    position: relative;
}
.garbage-industry-spot.level-1{
    width: .66rem;
    height: .66rem;
    background: #20a1dd;
    border-radius: .5rem;
    box-shadow: rgba(1,61,88,.1) 0 .03rem .22rem .01rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.garbage-industry-spot.level-1 .number{
    display: block;
    font-size: .14rem;
    line-height: .2rem;
    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: .36rem;
    height: .36rem;
}

.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: .12rem;
    height: .12rem;
    line-height: .12rem;
    border-radius: .09rem;
    text-align: center;
    background-color: Red;
    top: -.01rem;
    right: -.01rem;
    font-weight: 800;
    color: white;
    font-size: .12rem;
}


/* city-弹窗 */
.lowCarbon-city-popup {
    text-align: center;
}
.lowCarbon-city-popup .popup-title {
    font-size: .20rem;
    line-height: .26rem;
    font-weight: bold;
    /*padding: .15rem 0;*/
}
.lowCarbon-city-popup .popup-date{
    text-align: center;
    justify-content: center;
    margin: .15rem 0;
}
.lowCarbon-city-popup .popup-date h5{
    font-size: .14rem;
    color: #666666;
    line-height: .16rem;
}
.lowCarbon-city-popup span {
    display: block;
    background: #e66560;
    border-radius: .06rem;
}
.lowCarbon-city-popup span strong{
    font-size: .22rem;
    line-height: .44rem;
    font-weight: bold;
    color: #fff;
}


/* fenye */
.pagination-wrap{
    /*margin-top: 20px;*/
}
.pagination-wrap .pagination .pagers .pager,
.pagination-wrap .pagination .pagers .pager-split{
    width: .30rem;
    height: .30rem;
    line-height: .30rem;
    margin: 0 .05rem;
}
.pagination-wrap .pagination .pagers .pager.active,
.pagination-wrap .pagination .pagers .pager:hover{
    font-weight: bold;
}


/* 垃圾分类search */
.garbage-search-container{
    position: relative;
    margin: 0 -.1rem 0 -.16rem;
}
.garbage-search-container .mask-icon-close{
    position: absolute;
    top: 0;
    right: 0;
    width: .30rem;
    height: .30rem;
    line-height: .26rem;
    background: rgba(0,0,0,.2);
    color: #fff;
    text-align: center;
    font-size: .26rem;
    cursor: pointer;
}
.garbage-search-container .banner{
    width: 100%;
}
.garbage-search-container .search-box{
    position: relative;
    z-index: 1;
    margin: -.19rem .2rem .1rem;
}
.search-box .button{
    float: right;
    margin-left: .1rem;
    height: .38rem;
    box-shadow: 0 .04rem .06rem 0 rgba(0, 0, 0, 0.15);
    border-radius: .08rem;
    padding: 0 .12rem;
    color: #fff;
    background: #7ACA97;
    border: 1px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
}
.search-box .complex .input-icon{
    position: relative;
    border: .01rem solid #7ACA97;
    overflow: hidden;
    height: .36rem;
    box-shadow: 0 .04rem .06rem 0 rgba(0, 0, 0, 0.15);
    border-radius: .08rem;
    background: rgba(255, 255, 255, .85) !important;
}
.search-box .input-icon .icon-search{
    width: .16rem;
    height: .18rem;
    position: absolute;
    top: 50%;
    left: .18rem;
    transform: translate(0, -50%);
    background: url(/common/images/map/c_search.png) no-repeat;
    background-size: 100%;
}
.search-box .complex .input{
    margin-left: .5rem;
    width: calc(100% - .5rem);
    height: 100%;
    font-size: .14rem;
    background: transparent;
}

.search-box .search-result{
    margin-top: .35rem;
}
.search-result .list{}
.search-result .list li{
    font-size: .14rem;
    line-height: .16rem;
    margin-top: .15rem;
    display: flex;
    align-items: center;
}
.search-result .list li span{
    display: block;
    margin: 0 .05rem;
    background: #8b9799;
    color: #fff;
    font-size: .14rem;
    line-height: .30rem;
    padding: 0 .10rem;
    border-radius: .50rem;
    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: .30rem .24rem .40rem;
}
.common-search-list h5,.search-result h5{
    font-size: .16rem;
    line-height: .18rem;
    font-weight: bold;
    color: #596477;
}
.common-search-list li{
    margin-top: .20rem;
    cursor: pointer;
    font-size: .14rem;
    font-weight: 400;
    color: #77808F;
    padding: 0 .12rem;
    background: #EFEFEF;
    border-radius: .14rem;
    line-height: .28rem;
    margin-right: .20rem;
    float: left;
}

.garbage-type-list{
    border-top: .05rem solid #EDEDED;
    border-bottom: .05rem solid #EDEDED;
    padding-bottom: .28rem;
}
.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: .16rem;
    line-height: .47rem;
    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: -.06rem;
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-left: .05rem solid transparent;
    border-right: .05rem solid transparent;
    border-top: .05rem solid #7ACA97;
}
.garbage-type-list ul{
    padding: .30rem .24rem .28rem;
}
.garbage-type-list li{
    display: none;
}
.garbage-type-list li span{
    display: block;
    font-size: .16rem;
    font-weight: 400;
    color: #596477;
    line-height: .28rem;
}
.garbage-type-list li .standard{
    margin-top: .20rem;
    background: rgba(122, 202, 151, 0.08);
    border: 1px solid #7ACA97;
    border-radius: .04rem;
    padding: .14rem .10rem;
}
.garbage-type-list li h6,
.garbage-type-list li p{
    font-size: .14rem;
    line-height: .16rem;
    font-weight: bold;
    color: #7ACA97;
}
.garbage-type-list li h6{
    margin-bottom: .10rem;
}
.garbage-type-list li p{
    font-weight: 400;
    line-height: .28rem;
    margin-left: .05rem;
}


/* hezuojigou */
.garbageHeZuo-list{
    margin-top: .20rem;
}
.garbageHeZuo-list h4{
    font-size: .18rem;
    line-height: .20rem;
    font-weight: bold;
    padding-bottom: .15rem;
    border-bottom: 1px solid #EFEFEF;
}
.garbageHeZuo-list .list{}
.garbageHeZuo-list li{
    display: flex;
    align-items: center;
    margin: .24rem 0;
    cursor: pointer;
}
.garbageHeZuo-list li .logo{
    width: .30rem;
    height: .30rem;
    margin-right: .10rem;
    position: relative;
}
.garbageHeZuo-list li img{
    display: block;
    max-width: .30rem;
    max-height: .30rem;
    margin: 0 auto;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.garbageHeZuo-list li h5, .garbageHeZuo-list li p{
    font-size: .14rem;
    line-height: .16rem;
}
.garbageHeZuo-list li h5{
    width: 88%;
    font-weight: bold;
}

.common-popupHZ{
    text-align: left;
}
.common-popupHZ .popup-content{
    padding: 0 0 .17rem 0;
}
.common-popupHZ .popup-title{
    font-size: .20rem;
    line-height: .26rem;
    color: #333333;
    font-weight: bold;
    padding: 0 0 .10rem 0;
}
.common-popup h5 {
    font-size: .14rem;
    line-height: .28rem;
    color: #333;
}
.see-detail{
    display: block;
    font-size: .14rem;
    line-height: .16rem;
    color: #333333;
    text-align: center;
    padding-top: .16rem;
    border-top: 1px solid #F3F3F2;
    margin: 0 -.22rem -.07rem;
}

/* 图片放大弹窗 */
.cancel-popup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 999;
    display: none;
}
.cancel-popup .cancel-popup-content{
    background: #fff;
    border-radius: .10rem;
    padding: .30rem 0;
    text-align: center;
    width: 5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translateX(-50%) translateY(-50%);
}
.amap-info-close {
    position: absolute;
    color: #C3C3C3;
    right: .10rem;
    top: .12rem;
    width: 0.14rem;
    height: 0.14rem;
    font-size: 0;
    background: url(/common/images/map/close.png) no-repeat center center;
    cursor: pointer;
}
.imgUrlMask img{
    width: 88%;
    border-radius: .04rem;
}
