body{
    background-color:#F7F8FA;
}
.m_demandCont{
    width: 100%;
    height: calc( 100% - 4.4rem);
    overflow: auto;
    background: #F7F8FA;
    padding-top: 1rem;
    margin-top: 4.4rem;
}
.m_top{
    width: 100%;
    max-width: 76.8rem;
    height: 4.4rem;
    background-color: #fff;
    display: flex;
    border-bottom: 1px solid #f5f5f5;
    padding: 0 1rem;
    align-items: center;
    position: fixed;
    top: 0;
    z-index: 999;
}
.m_top a{
    color: #333;
    line-height: 4.4rem;
    flex: none;
    width: 6rem;
    text-align: left;
}

.m_top p{
    flex: 1;
    line-height: 4.4rem;
    text-align: left;
    font-size:2rem;
    color: #ff2d50;
    font-family: 'PingFang SC-Semibold';
}
.m_top p:nth-child(1){
    width: 6rem;
    flex: none;
    text-align: left;
}
.m_top span{
    flex: 1;
    text-align: center;
    font-family: 'PingFang SC-Semibold';
}
.m_top span a{
    font-size:2rem;
    color: #666;
    width: auto;
    text-align: center;
}
.column{
    column-count: 2;
    column-gap: 0.5rem;
}
.w{
    width: calc( 50% - 0.5rem);
}
.m_community_cont{
    padding: 0  1rem;
    display: flex;
    justify-content: space-between;
}
.community_left,.community_right{
    width: calc( 50% - 0.2rem);
    height: auto;
}

.community_child{
    border-radius: 6px;
    background-color: #fff;
    margin-bottom: 0.5rem;
    break-inside: avoid;
    overflow: hidden;
    border: 1px solid #f5f5f5;
}
.community_child a{
    display: block;
}
.com_c_img{
    width: 100%;
    position: relative;
    height: auto;
    max-height: 25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.com_c_img img{
    width: 100%;
    height: auto;
}
.com_c_img .v{
    width: 3rem;
    height: 3rem;
    position: absolute;
    right: 50%;
    top: 50%;
    margin-left: -1.5rem;
    margin-top: -1.5rem;

}
.com_c_name{
    font-size: 1.6rem;
    color: #333;
    margin-top: 0.8rem;
    line-height: 1.9rem;
    font-size: 16px;
    padding: 0 1rem;
    font-weight: 500;
}
.com_c_admin{
    width: 100%;
    padding: 0.6rem 1rem;
    display: flex;
    justify-content: space-between;
}
.com_c_admin .m_userMsg{
    height: 2rem;
    font-size: 1.2rem;
    color: #666;
    flex: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
}

.com_c_admin .m_userMsg p{
    background-size: 1.8rem auto;
    background-position: left center;
    background-repeat: no-repeat;
    display: inline-block;
    line-height: 2rem;
}
.com_c_admin .m_userMsg:nth-child(1) p{
    width: 6em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.com_c_admin .m_userMsg:nth-child(2) p{
    padding-left: 2rem;
    min-width: 2rem;
    min-height: 2rem;
    display: inline-block;
    background-image: url('../images/collect.png');
}
.icon_usr{
    width: 2rem;
    height: 2rem;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 0.3rem;
}
.m_userAddress{
    width: 100%;
    height: auto;
}
.m_userAddress p{
    width: 100%;
    padding: 0rem 1rem 0.5rem 1rem;
    font-size: 1rem;
    color: #666;
}
