.container-seaWaste .map-sidebar-right .guide-btn{
    display: none;
}
.container-seaWaste .select-parent .select-title{
    text-align: left;
    padding: .08rem .15rem .08rem .25rem;
}

.page-of-air .side-panel .side-wrap .table-main .table-column table thead th,
.page-of-air .side-panel .side-wrap .table-main .table-list tr td{
    height: auto;
    padding: .1rem 0;
    line-height: .2rem;
}
.page-of-air .side-panel .side-wrap .side-search .form-filed{
    margin: .04rem 0 .2rem;
}

.page-of-air .map-level-seaBox{
    padding: .07rem .14rem;
}
.map-level-seaBox li{
    display: flex;
    align-items: center;
    margin-left: .12rem;
}
.map-level-seaBox li:first-of-type{
    margin-left: 0;
}
.map-level-seaBox .map-level-list li span{
    width: .12rem;
    height: .12rem;
    margin-right: .04rem;
}

.mask-dotBox, .sea-popup{
    padding: 0 .2rem .2rem;
}
.box-dot{}
.box-dot .icon{
    width: .2rem;
    height: .2rem;
    background: #3ED478;
    border: 1px solid #1AAF54;
    border-radius: 50%;
}


.sea-popup .popup-content{
    padding: 0;
}

.sea-popup .popup-data{
    margin-top: .1rem;
    text-align: left;
}
.sea-popup .popup-data li{
    color: #596477;
    font-size: .14rem;
    line-height: .24rem;
}
.sea-popup .popup-data li strong{
    font-weight: bold;
}

.box-chart{
    display: flex;
}
.box-chart .ets{
    width: 180px!important;
    height: 200px!important;
    margin-left: .2rem;
}
.box-chart .ets:first-of-type{
    margin-left: 0;
}


.boxlist{
    display: flex;
    align-items: flex-end;
    position: relative;
}
.box{
    width: 9px;
    transform: rotateX(60deg);
}
.cylinder{
    /*margin-left: 100px;*/
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    /*top: -30px;*/
}
.cylinder:before{
    content: '';
    display:inline-block;
    width: 100%;
    height: 7px;
    position: absolute;
    top: 0;
    border-radius: 50px;
    z-index: 1;
}
.cylinder:after{
    content: '';
    display:inline-block;
    width: 100%;
    height: 100%;
    position:absolute;
    top: 3.5px;
    left: 0;
    border-bottom-left-radius: 50px;/*css3æ–°å±žæ€§*/
    border-bottom-right-radius: 50px;
    box-shadow: 0 9px 9px rgba(0,0,0,.4);
}


.muce:before{
    background: #64A7F4;
}
.muce:after{
    background: #308AF0;
}
.tuowang:before{
    background: #FDE4A5;
}
.tuowang:after{
    background: #F9D067;
}
.haitan:before{
    background: #3ED478;
}
.haitan:after{
    background: #1AAF54;
}
.haidi:before{
    background: #9945BC;
}
.haidi:after{
    background: #681F86;
}
