/* 筛选 */
.filterCon{
    width: 9.36rem;
    height: 1.17rem;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.08rem 0.01rem rgba(0,0,0,0.3);
    border-radius: 0.11rem 0.11rem 0.11rem 0.11rem;
    opacity: 1;
    position: fixed;
    margin-left: 50%;
    left: -4.68rem;
    top: 1.49rem;
    z-index: 10;
}
.filterCon .filterList li{
    width: 20%;
    font-size: 0.35rem;
}
.fileList .listItem .titleP {
    width: 100%;
    height: 1rem;
    font-size: 0.4rem;
    font-weight: bold;
    line-height: 0.52rem;
    margin-bottom: 0.32rem;
}
.mapCont{
    height: 100%;
    width: 100%;
}
.alertCont{
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.30);
    left: 0;
    top: 0;
    z-index: 20;
    display: none;
}
.alert{
    margin: 3rem 0.32rem 0;
    /* width: 9.36rem; */
    /* height: 12.45rem; */
    background: #FFFFFF;
    border-radius: 0.11rem 0.11rem 0.11rem 0.11rem;
    padding: 0.32rem;
    
}
.alert .title{
    font-size: 0.48rem;
    color: #333333;
    line-height: 0.56rem;
    margin-bottom: 0.32rem;
}
.alert .title .titleName{
    width: 8rem;
}
.alert .title img{
    width: 0.48rem;
    height: 0.48rem;
}
.alert .imgCont img{
    width: 100%;
    height: 5.81rem;
    margin-bottom: 0.32rem;
    border-radius: 0.11rem 0.11rem 0.11rem 0.11rem;
}
.alert .intro{
    background: linear-gradient(315deg, #FFFFFF 0%, #EEEEEE 100%);
    border-radius: 0.11rem 0.11rem 0.11rem 0.11rem;
    padding: 0.32rem;
}
.intro .fl{
    width: 50%;
    box-sizing: border-box;
    text-align: center;
}
.intro .fl b{
    font-size: 0.48rem;
    font-weight: bold;
    color: #00B578;
    line-height: 0.72rem;
}
.intro .fl .num{
    color: #FF8F1F;
}
.intro .fl p{
    font-size: 0.32rem;
    color: #999999;
    margin-top: 0.32rem;
}
.alert .intro .clearfix:first-of-type{
    border-bottom: 1px solid #DDDDDD;
}
.alert .intro .top1{
    /* border-bottom: 1px solid #DDDDDD; */
    border-right: 1px solid #DDDDDD;
    padding-bottom: 0.32rem;
}
.alert .intro .top2{
    /* border-bottom: 1px solid #DDDDDD; */
    padding-bottom: 0.32rem;
}
.alert .intro .bot1{
    border-right: 1px solid #DDDDDD;
    padding-top: 0.32rem;
}
.alert .intro .bot2{
    padding-top: 0.32rem;
}
.anchorBL{
    display: none;
}
.headerCon {
    z-index: 10;
}