html,body{
    height: 100%;
}

.m_demandCont{
    width: 100%;
    height: calc( 100% - 4.4rem);
    overflow: auto;
    background: #F7F8FA;
    padding: 1rem;
}
.cont_m{
    width: 100%;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-radius: 0.8rem;
    overflow: hidden;
    background-color: #fff;
}
.cont_m>a{
    display: block;
}
/* 场地 */
.m_topImg{
    width: 100%;
}
.m_topImg img{
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
.m_field_cont{
    width: 100%;
    padding: 1rem 1rem 0 1rem;
}
.releaseName{
    display: flex;
    justify-content: space-between;
}
.m_cont_t{
    font-size: 1.6rem;
    color: #333;
    display: flex;
    align-items: center;
}
.m_cont_t img{
    width: 1.8rem;
    height: auto;
}
.m_release_t{
    width: calc( 100% - 2rem);
    border-top: 1px solid #F5F5F5;
    margin-top: 1rem;
    padding-top: 1rem;
    display: flex;
}
.m_release_t p{
    font-size: 1.4rem;
    color: #666;
}

.bt{
    border-top: none;
    margin-top: 0;
    padding-top: 0.5rem;
    width: 100%;
    justify-content: space-between;
}
.m_star{
    padding-right: 1rem;
    background: url(../images/changdisc.png) no-repeat left center / 1.6rem auto;
    padding-left: 1.8rem;
    line-height: 2rem;
}
.m_see{
    padding-left: 2.4rem;
    background:url('../images/changdieye.png') no-repeat left center /  2rem auto;
}
