html,body{
    height: 100%;
}

.m_demandCont{
    width: 100%;
    height: calc( 100% - 4.4rem);
    overflow: auto;
    background: #fff;
    overflow-x: hidden;
}

.m_userText{
    flex: 1;
    padding-left: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.m_userText p:nth-child(1){
    height: 2rem; line-height: normal;
}

.m_userName{
    display: inline-block;
    font-size: 1.6rem;
    color: #333;
    font-weight: 500;
    max-width: 6em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}
.m_xb{
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 100%;
    background:url('../images/nx.png') no-repeat center center / 0.8rem auto;
    background-color: #2D8AFF;
    text-align: center;
    margin-left: 0.8rem;
    vertical-align: middle;
}
.m_xb.v{
    background-image: url('../images/vx.png');
    background-color: rgb(225,100,148);
}
.m_xb.firm{
    width: 1.8rem;
    height: 1.8rem;
    background-image: url(../images/firm.png);
    background-color: rgba(0,0,0,0);
    background-size: 100% auto;
}
.m_timeAfter{
    display: inline-block;
    font-size: 1.2rem;
    color: #999;
    vertical-align: middle;
}
.m_userAddress{
    height: 2rem;
}
.m_userAddress span{
    font-size: 1.2rem;
    color: #666;
}
.m_gzBtn{
    padding-top: 0.6rem;
}
.m_gzBtn a{
    display: block;
    width: 6.2rem;
    height: 2.8rem;
    border-radius: 16rem;
    background:url('../images/gz2.png') no-repeat 0.8rem center / 1.4rem auto;
    background-color: #FF2D50;
    color: #fff;
    line-height: 2.8rem;
    font-size: 1.4rem;
    padding-left: 2.35rem;
}
.m_works_pic{
    width: 100%;
}
.m_works_pic .swiper{
    overflow: visible !important;
}
.swiper{
    height: 100%;
    --swiper-pagination-color: #FF2D50;

}
.swiper-slide{
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.m_works_text{
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 0 1.5rem;
    padding-top: 2rem;;
}
.textHead{
    font-size: 2rem;
    color: #333;
    font-weight: 500;
}
.textCont{
    font-size: 1.6rem;
    color: #666;
    padding-top: 1rem;
}
.m_role{
    width: 100%;
    margin-top: 1rem;
}
.m_role span{
    font-size:1.4rem;
    color: #999;
}
.m_role span:nth-child(2){
    color: #333;
    padding-left: 1rem;
}
.m_psTop{
    font-size: 1.6rem;
    color: #333;
}
.m_cdTextarea{
    width: 100%;
    height: 7.6rem;
    background: url('../images/role_bg.png') no-repeat;
    background-size: 100% 100%;
    margin-top: 1rem;
    padding: 1rem;
    display: flex;
}

.m_cjCont{
    width: 5.6rem;
    height: 5.6rem;
    border-radius: 0.6rem;
    overflow: hidden;
}
.m_cjCont img{
    width: 100%;
    height: 100%;
}
.m_cjText{
    flex: 1;
    padding-left: 1rem;
}
.m_place_name{
    line-height: 2.8rem;
    font-size: 1.8rem;
    color: #333;
}
.m_place_name::after{
    content: '';
    width: 2rem;
    height: 2rem;
    background: url('../images/frame.png') no-repeat center center /2rem 2rem;
    display: inline-block;
    vertical-align: middle;
}
.m_place_address{
    line-height: 2.8rem;
}
.m_place_address span{
    font-size: 1.4rem;
    display: inline-block;
    color: #666;
    padding: 0.2rem 0.4rem ;
    border-radius: 0.4rem;
    margin-right: 1rem;
    background-color: #f1f1f1;
    line-height: normal;
}
.m_cjDate{
    font-size: 1.4rem;
    color: #999;
}
.m_cjBrowse{
    width: 100%;
    margin-top: 0.5rem;
    padding-bottom: 0.5rem;
    display: flex;
    border-bottom: 1px solid #f5f5f5;
}
.m_cjBrowse p{
    flex: 1;
    font-size: 1.4rem;
    color: #999;
}
.m_cjBrowse p:nth-child(2){
    text-align: right;
}
.m_cjBrowse p:nth-child(2) a{
    display: inline-block;
    font-size: 1.4rem;
    color: #999;
    background: url('../images/ts.png') no-repeat left center / 2rem 2rem;
    padding-left: 2.2rem;
}

.m_person_icon{
    width: 100%;
    height: 6rem;
    background-color: #fff;
    margin-bottom: 1rem;
}
.m_person_icon .m{
    width: calc( 100% - 2rem );
    height: 6rem;
    margin: 0 auto;
    border-top: 1px solid #f5f5f5;
    display: flex;
}
.m_zan_num{
    width: 3.2rem;
    height: 3.2rem;
    background: url('../images/zan.png') no-repeat center top / 2.4rem 2.4rem;
    font-size: 1.2rem;
    color: #000;
    text-align: center;
    padding-top: 2rem;
    margin-top: 1.4rem
}
.m_perNum{
    flex: 1;
    height: 6rem;
    padding-top: 1.4rem;
    position: relative;
}
.m_after{
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 100%;
    background: rgba(0,0,0,0.4);
    text-align: center;
    line-height: 3.2rem;
    font-size: 1.0rem;
    color: #fff;
    position: absolute;
    display: none;
}
.m_list{
    width: 100%;
    height: 3.2rem;
    overflow: hidden;
}
.m_list span{
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 100%;
    overflow: hidden;
    display: block;
    float: left;
}
.m_list span img{
    width: 100%;
    height: 100%;
}

@media (max-width: 300px){
    .m_cdTextarea{
        height: 9rem;
    }
    .m_zpMsg{
        height: 8rem;
    }
    .m_userText p:nth-child(1){
        height: 4rem;
    }
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -20px!important;
}

.mySwiper2{
    width: calc( 100% - 5rem );
    height: 90%;
    margin-left: 2.5rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.mySwiper2 .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;
}
