.list_facilities{
    position: relative;
    height: 100%;
    background-color: #fff;
}
.top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #e8e8e8;
}
.div-select{
    width: 168px;
    border-radius: 32px;
    height: 64px;
    background: #F4F4F4;
    text-align: center;
    font-size: 26px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #343434;
    display: none;
}
.popup{
    width: 100%;
    min-height: 300px;
    background-color: #FFFFFF;
    z-index: 999;
    position: absolute;
    top: 0;
}
/*.maskLayer{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    position: fixed;
    top: 104px;
    left: 0;
    z-index: 99;
    display: none;
}
.popupContent{
    display: flex;
    background-color: #F4F4F4;
    border-radius: 8px;
    align-items: center;
    height: calc(100% / 4);
    margin: 20px;
    width: calc(100% / 3.5);
    display: inline-block;

}
.popupContent:active{
    background-color: #D0EEE4;
}
.content-txt:active{
    color: #00C5B1;
}*/
.content-txt{
    /*width: 100%;*/
    display: flex;
    justify-content: center;
    padding: 16px 0;

    /*word-wrap: break-word; !*强制换行*!
    overflow: hidden; !*超出隐藏*!
    text-overflow: ellipsis;!*隐藏后添加省略号*!
    white-space: nowrap;!*强制不换行*!*/
}
.image{
    width: 100%;
    height: 100%;
}
.allContent{
    overflow-y: auto;
}
.content{
    padding: 20px;
    display: flex;
}
.activity{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background: linear-gradient(360deg, #FFFFFF 0%, #E9F8F3 100%);
    border-radius: 8px;
    width: 100%;
}
.activity-left{
    display: flex;
    height: 320px;
    width: 45%;
}
.activity-right{
    display: flex;
    flex-direction: column;
    width: calc(100% - 45%);
    height: 320px;
    justify-content: space-between;
    padding-left: 20px;
}
.activity-right-title{
    font-size: 42px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: #000000;
}
.activity-right-mid{
    display: flex;
    align-items: center;
}
.activity-right-img{
    width: 36px;
    height: 36px;
}
.activity-right-time{
    font-size: 36px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #494949;
}
.activity-right-btn{
    display: flex;
    background-color: rgba(100, 179, 39, 1);
    border-radius: 8px;
    align-items: center;
    width: calc(100% / 3);
}
.activity-right-btn-txt{
    font-size: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 16px 0;
    color: #fff;
}
