html,body{
    height: 100%;
}

.m_demandCont{
    width: 100%;
    height: calc( 100% - 4.4rem);
    overflow: auto;
    background: #F7F8FA;
    position: relative;
}

.m_topImg{
    width: 100%;
    height: 21rem;
    position: absolute;
}
.m_topImg img{
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
.m_content{
    width: 100%;
    position: absolute;
    top: 18.5rem;
    margin-bottom: 7rem;
}
.m_contText{
    width: 100%;
    height: auto;
    background-color: #fff;
    border-radius: 2.4rem 2.4rem 0 0;
}
.m_textHead{
    width: 100%;
    font-size: 1.6rem;
    color: #333;
    padding: 1.5rem 2rem;
}

.m_textClaim{
    width: 100%;
    padding: 0 1.5rem;
    display: flex;
}
.m_textClaim p{
    flex: 1;
}
.m_textClaim .name span{
    display: inline-block;
    padding: 0.3rem 0.9rem;
    border-radius: 1.2rem;
    font-size: 1.2rem;
    background-color: rgba(255, 45, 80, 0.1);
    color: #FF2D50;
}
.m_textClaim .claim{
    text-align: right;
}
.m_textClaim .claim img{
    width: 6rem;
}

.m_address{
    width: calc( 100% - 3rem);
    height: auto;
    margin: 1.5rem;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}
.m_address_cont{
    width: 100%;
    padding-top: 1.8rem;
    display: flex;
    justify-content: space-between;
}
.m_address_cont p:nth-child(1) span{
    font-size: 1.4rem;
    color: #333;
    padding-left: 2rem;
    background: url('../images/wz.png') no-repeat left center / 1.5rem auto;
}
.m_address_cont p:nth-child(2) {
    text-align: right;
    display: flex;
    align-items: center;
}
.m_address_cont a.phone{
    font-size: 1.2rem;
    color: #333;
    background:url('../images/phone.png') no-repeat left center /2rem auto;
    padding-left: 2.3rem;
    margin-right: 1rem;
}
.m_address_cont a.navigation{
    background: url('../images/dh.png') no-repeat left center /2rem auto;;
    padding-left: 2.3rem;
    font-size: 1.2rem;
    color: #333;
}
.m_address_text{
    width: 100%;
    padding: 1.2rem 0;
}
.m_address_text p{
    font-size: 1.3rem;
    color: #666;
}

.m_gxCont{
    width: 100%;
    padding: 1rem 1.5rem;
    padding-top: 0;
    display: flex;
}

.m_gxCont p{
    flex: 1;
}
.m_gxCont p:nth-child(1){
    font-size: 1.2rem;
    color: #999;
}
.m_gxCont p:nth-child(2){
    font-size: 1.2rem;
    color: #999;
    text-align: right;
}
.m_changdi_context{
    width: 100%;
    height: auto;
    margin-top: 1rem;
    background-color: #fff;
    padding: 0rem 1.5rem;
}
.m_changdi_top{
    font-size: 1.5rem;
    line-height: 1;
    padding: 1rem 0;
    color: #333;
    font-weight: 500;
}
.m_changdi_text{
    font-size: 1.4rem;
    color: #333;
    line-height: 2.2rem;
    padding-bottom: 1rem;
    font-weight: 400;
}
.m_album{
    width: 100%;
    height: auto;
}
.m_albumCont{
    width: 100%;
    border-radius: 0.6rem;
    margin-bottom: 1rem;
    overflow: hidden;
    position: relative;
}
.albumList{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
}
.m_albumCont img{
    width: 100%;
    height: auto;
    display: none;
}
.m_albumCont img:first-child{
    display: block;
}
.m_albumCont span{
    width: 5rem;
    height: 2.4rem;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 1.6rem;
    color: #fff;
    line-height: 2.4rem;
    background:url('../images/album.png') no-repeat 1rem center / 1.2rem 1.2rem;
    background-color: rgba(0,0,0,0.35);
    padding-left: 2.6rem;
    border-radius: 0.6rem 0 0.6rem 0;
}

.m_albumCont_more{
    width: 100%;
    height: 3rem;
}

.m_albumCont_more p{
    width: 100%;
    line-height: 3rem;
    text-align: center;
}
.m_albumCont_more p a{
    font-size: 1.4rem;
    color: #333;
    background: url('../images/r.png') no-repeat right center/ 1.4rem auto;
    padding-right: 1.6rem;
}
.m_admin{
    width: 100%;
    height: 5rem;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
}
.m_admin_icon{
    width: 100%;
    height: auto;
    padding-bottom: 1rem;
}
.m_admin_icon a{
    width: 4rem;
    height: 4rem;
    border-radius: 100%;
    overflow: hidden;
    display: inline-block;
    margin-left: -1rem;
}
.m_admin_icon a img{
    width: 100%;
    height: 100%;
}
.m_admin_icon a:nth-child(1),.m_admin_icon a:nth-child(10n){
    margin-left:0
}
.m_portrait>a{
    display: flex;
    align-items: center;
}
.m_portrait .m_port img{
    width: 4rem;
    height: 4rem;
    border-radius: 100%;
    overflow: hidden;
}
.m_userName{
    font-size: 1.4rem;
    line-height: 6rem;
    margin-left: 1rem;
    color: #333;
}
.m_follow{
    height: 4rem;
    display: flex;
    align-items: center;
}
.m_follow a{
    width: 5.5rem;
    height: 2.6rem;
    display: block;
    border: 1px solid #FF2D50;
    border-radius: 6rem;
    background: url('../images/flo.png') no-repeat 0.8rem center /1.2rem auto;
    padding-left: 2rem;
    line-height: 2.6rem;
    color: #F02222;
    font-size: 1.2rem;
}


/* 场地作品 */
.com_c_img{
    width: 100%;
    height: auto;
    max-height: 20rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.com_c_img img{
    width: 100%;
    height: auto;
}
.com_c_name{
    font-size: 1.4rem;
    color: #333;
    margin-top: 0.8rem;
    line-height: 2rem;
    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;
}
.com_c_admin .m_userMsg{
    font-size: 1.2rem;
    color: #666;
    flex: none;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    padding-left: 0;
}

.com_c_admin .m_userMsg p{
    background-size: 2rem 2rem;
    background-repeat: no-repeat;
    display: inline-block;
}
.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');
    background-size: 1.8rem auto;
}
.icon_usr{
    width: 2rem;
    height: 2rem;
    display: inline-block;
    margin-right: 0.3rem;
    vertical-align: inherit;
    border-radius: 100%;
}
.m_userAddress{
    width: 100%;
}
.m_userAddress p{
    width: 100%;
    padding: 0rem 1rem 0.5rem 1rem;
    font-size: 1rem;
    color: #666;
}
.m_footer{
    width: 100%;
    height: 7rem;
}
.m_footer p{
    line-height: 7rem;
    text-align: center;
    color: #999;
}

.swiper{
    width: calc( 100% - 5rem );
    height: 90%;
    margin-left: 2.5rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiperAtion{
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 1rem !important;
}

.conmmont_column{
    width: 100%;
    display: flex;
}
.community{
    flex: 1;
    height: auto;
}
.column_child{
    width: 100%;
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
    border: 1px solid #F5F5F5;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
}
.communityLeft{
    padding-right: 0.52rem;
}
.communityRight{
    padding-left: 0.25rem;
}
.column_child a{
    display: block;
}
