/* 首页css样式 */
.column {
    column-count: 2;
    column-gap: 0.5rem;
}

.w {
    width: calc(50% - 0.5rem);
}

#head {
    width: 100%;
    max-width: 76.8rem;
    height: 4.4rem;
    background-image: linear-gradient(#FF2D50, #FF6E4E);
    text-align: center;
    line-height: 4.4rem;
    position: fixed;
    top: 0;
    z-index: 99;
}

#head img {
    display: inline-block;
    width: 6.8rem;
    height: 2rem;
}

.content {
    width: 100%;
    overflow: auto;
    background-color: #F7F8FA;
    margin-top: 4.4rem;
}

.banner {
    width: 100%;
    padding: 0 1rem;
    margin-top: 1rem;
}

.banner img {
    width: 100%;
    height: 100%;
}

.navList {
    height: 18rem;
    margin: 0 1rem 1rem 1rem;
    background: #FFF;
    border-radius: 0.8rem;
    box-sizing: border-box;
    margin-top: 1rem;
}

.navList .nav {
    width: calc(100% / 4);
    height: 9rem;
    float: left;
}

.navList .nav a {
    display: block;
    text-align: center;
    padding: 1rem;
    box-sizing: border-box;
}

.navList .nav a img {
    display: inline-block;
    width: 4.8rem;
    height: 4.8rem;
}

.navList .nav a span {
    display: block;
    text-align: center;
    padding-top: 0.5rem;
    font-size: 1.2rem;
    color: #333;
}

.recommend {
    width: 100%;
    height: 4rem;
    display: flex;
    padding: 0 1rem;
    line-height: 4rem;
}

.recommend span {
    flex: 1;
    font-size: 1.4rem;
    color: #666;
}

.recommend span a {
    color: #333;
    background: url(../images/r.png) no-repeat right center/ 1.4rem auto;
    padding-right: 1.6rem;
}

.recommend span:nth-child(2) {
    text-align: right;
}

/* 需求推荐 */
.demandCont {
    width: 100%;
    height: auto;
    padding: 0 1rem;
}

.cont_m {
    width: 100%;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-radius: 0.8rem;
    overflow: hidden;
    background-color: #fff;
    overflow: hidden;
}

.m_head {
    width: 100%;
    padding: 1rem 0 1rem 1rem;
    display: flex;
}

.m_head .title {
    flex: 1;
    height: 2.5rem;
    font-size: 1.8rem;
    line-height: 2.5rem;
    color: #333;
    text-align: left;
    font-weight: 500;
}

.m_address {
    width: 100%;
    height: 2.8rem;
    display: flex;
    padding: 0 1rem;
}

.m_address p {
    flex: 1;
    text-align: left;
}

.m_address p:nth-child(2) {
    text-align: right;
}

.mcity {
    font-size: 1.4rem;
    color: #333;
    line-height: 2.8rem;
    background: url('../images/wz.png') no-repeat left center / 1.4rem 1.4rem;
    padding-left: 1.8rem;
}

.mprice {
    font-size: 1.6rem;
    line-height: 2.8rem;
    color: #333;
}

.mprice span {
    color: #FF3D00;
}

.m_bar {
    width: 100%;
    height: 2.2rem;
    margin-top: 1rem;
    padding: 0 1rem;
}

.m_bar span {
    display: inline-block;
    padding: 0.2rem 0.6rem;
    border-radius: 0.4rem;
    background-color: #f5f5f5;
    font-size: 1.2rem;
    color: #666;
    margin-right: 1rem;
}

.m_release_t {
    width: calc(100% - 2rem);
    margin: 0 auto;
    border-top: 1px solid #F5F5F5;
    margin-top: 1rem;
    padding-top: 1rem;
    display: flex;
    justify-content: space-between;
}

.m_release_t p {
    font-size: 1.4rem;
    color: #999;
    display: flex;
    align-items: center;
}

.m_sign {
    padding-right: 2rem;
}

.m_see {
    padding-left: 2.5rem;
    background: url('../images/changdieye.png') no-repeat left center / 2rem auto;
    display: inline-block;
}

/* /场地 */
.m_topImg {
    width: 100%;
}

.m_topImg img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.bt {
    border-top: none;
    margin-top: 0;
    padding-top: 0.5rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.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;
}

.claim span {
    font-size: 1.4rem;
    color: #FF2D50;
    background: url('../images/edit.png') no-repeat left center / 1.6rem 1.6rem;
    padding-left: 2rem;
}

.m_star {
    padding-right: 1rem;
    background: url(../images/changdisc.png) no-repeat left center / 1.8rem auto;
    display: inline-block;
    padding-left: 2rem;
    line-height: 2rem;
}

.m_community_cont {
    padding: 0 1rem;
    width: 100%;
    display: flex;
}

.community {
    width: calc(50% - 0.5rem);
    height: auto;
    margin-right: 0.5rem;
}

.communityRight {
    margin-right: 0;
}

.community_child {
    border-radius: 6px;
    background-color: #fff;
    margin-bottom: 0.5rem;
    break-inside: avoid;
    overflow: hidden;
    padding-bottom: 0.5rem;
}

.com_c_img {
    width: 100%;
    height: auto;
    max-height: 25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.com_c_img img {
    width: 100%;
    height: auto;
}

.com_c_img .video {
    width: 3rem;
    height: auto;
    position: absolute;
    left: 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: 1.6rem;
    padding: 0 0.8rem;
    font-weight: 500;
}

.com_c_admin {
    width: 100%;
    padding: 0.6rem 0.6rem 0 0.6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.com_c_admin .m_userMsg {
    font-size: 1.2rem;
    color: #666;
    padding-left: 0;
    display: flex;
    flex-direction: row;
    height: 2rem;
    flex: none;
}

.com_c_admin .m_userMsg p {
    background-size: 1.8rem auto;
    background-position: left center;
    background-repeat: no-repeat;
    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;
    display: inline-block;
    background-image: url('../images/collect.png');
}

.icon_usr {
    width: 2rem;
    height: 2rem;
    border-radius: 100%;
    overflow: hidden;
    display: inline-block;
    margin-right: 0.3rem;
    vertical-align: inherit;
}

.m_userAddress {
    width: 100%;
    margin-top: 0.5rem;
}

.m_userAddress p {
    width: 100%;
    padding: 0rem 0.8rem;
    font-size: 1rem;
    color: #666;
}
