html,body{
    height: 100%;
}

.m_demandCont{
    width: 100%;
    height: calc( 100% - 4.4rem);
    padding-bottom: 7rem;;
    overflow: auto;
    background: #F7F8FA;
}
.hdHead{
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 10px;
}
.hdHead .txt{
    font-size: 1.8rem;
    color: #333;
    line-height: 2.2rem;
}
.hdHead .other{
    font-size: 1.6rem;
    color: #666;
    line-height: 1.9rem;
    margin-top: 1rem;
}
.otherUser{
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 2rem;
    background-color: #fff;
    padding: 0 1rem;
}
.otherUser a{
    display: flex;
}
.otherUser a img,.otherUser p img{
    width: 2rem;
    height: 2rem;
    border-radius: 100%;
    overflow: hidden;
}
.otherUser a span{
    font-size: 1.4rem;
    color: #333;
    line-height: 2rem;
    display: flex;
    margin-left: 1rem;
    align-items: center;
}
.otherUser a span img{
    width: 1.4rem;
    height: auto;
}
.otherUser a.ts{
    background: url('../images/ts.png') no-repeat left center /1.6rem 1.6rem;
    padding-left: 1.7rem;
    font-size: 1.4rem;
    color: #999;
}
.qsCont{
    width: 100%;
    height: 4.8rem;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
}
.qsCont p:nth-child(1){
    font-size: 1.4rem;
    color: #999;
}
.qsCont p:nth-child(2) a{
    width: 10.2rem;
    height: 2.8rem;
    display: block;
    color: #666;
    background: url(../images/star.png) #fff no-repeat 1rem center/1.6rem auto;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    line-height: 2.8rem;
    padding-left: 3rem;
}
.plContent{
    width: 100%;
    height: auto;
    margin-top: 1rem;
    background-color: #fff;
    padding: 1rem;
}
.m_userIcon{
    padding: 0;
}
.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;
    border:1px solid #FF2D50;
    color: #FF2D50;
    line-height: 2.8rem;
    font-size: 1.4rem;
    text-align: center;
}

.m_shequText{
    padding: 0;
    margin-top: 1rem;
}

.m_shequImg{
    width: 100%;
    margin-top: 1rem;
    overflow: hidden;
    position: relative;
}
.m_shequImg::after{
    content: '';
    display: table;
    clear: both;
}

.m_shequImg span{
    width: calc( 100% / 4 );
    float: left;
    overflow: hidden;
    padding: 0 0.25rem;
    margin-bottom: 0.5rem;
}
.more span{
    width: calc( 100% / 3 );
    float: left;
    overflow: hidden;
    padding: 0 0.25rem;
}
.m_shequImg img{
    width: 100%;
    height: 100%;
    border-radius: 0.4rem;
}
.m_openAll{
    background: rgba(51,51,51,0.4);
    font-size: 2rem;
    color: #fff;
    text-align: center;
    position: absolute;
    right: 0.25rem;
    border-radius: 0.4rem;
    display: none;
}

.textFoot{
    width: 100%;
    height: 2.4rem;
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
    align-items: center;
}

.textFoot p:nth-child(1){
    font-size: 1.2rem;
    color: #999;
}
.textFoot p:nth-child(2){
    font-size: 1.4rem;
    color: #333;
}
.textFoot p:nth-child(2) span{
    margin-left: 1rem;
}
.textFoot p:nth-child(2) span:nth-child(1){
    background: url('../images/eye.png') no-repeat left center /2rem auto;
    padding-left: 2.2rem
}
.textFoot p:nth-child(2) span:nth-child(2){
    background: url('../images/collect.png') no-repeat left center /2rem auto;
    padding-left: 2rem
}

.last{
    width: 100%;
    height: 7rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.last p{
    font-size: 1.4rem;
    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;
}
