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;
    border-top: 1px solid #F5F5F5;;
    border-bottom: 1px solid #F5F5F5;;
    padding: 10px 15px;
}
.hdHead .txt{
    font-size: 1.8rem;
    color: #333;
    line-height: 2.2rem;
}
.hdHead .other{
    display: inline-block;
    font-size: 1.4rem;
    color: #666;
    line-height: 1.6rem;
    margin-top: 1rem;
    padding: 0.2rem 0.4rem 0.2rem 0.8rem;
    border-radius: 49px;
    padding-right: 1.6rem;
    background:url('../../assets/images/r.png') #f5f5f5 no-repeat right center / 1.6rem 1.6rem;
}

.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;
}



.hdContent{
    width: 100%;
    padding: 1rem;
    height: auto;
    background-color: #fff;
}
.hdContent p.hdtxt{
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #333;
}
.hdContent img{
    width: 100%;
    height: auto;
    margin-top: 1rem;
}
.hdContent p.hdFbTime{
    font-size: 1.2rem;
    line-height: 1.4rem;
    color: #999;
    margin-top: 1rem;
}
.hdylNum{
    margin-top: 0.5rem;
    display: flex;
    justify-content: space-between;
}
.hdylNum span{
    font-size: 1.2rem;
    color: #999;
}
.hdylNum span:nth-child(2){
    background: url('../images/ts.png') no-repeat left center /1.6rem 1.6rem;
    padding-left: 1.7rem;
}


/* 问答列表 */

.questions{
    padding: 0 1rem;
}
.question{
    width: 100%;
    height: auto;
    border-radius: 0.8rem;
    background-color: #fff;
    padding: 1rem;
    margin-top: 1rem;
}
.tophead{
    font-size: 1.8rem;
    line-height: 2.1rem;
    font-weight: 550;
}
.tophead a{
    display: block;
    color: #333;
}
.question .m_shequImg{
    padding: 0;
    margin-top: 1rem;
}
.question  .m_shequImg{
    width: 100%;
    margin-top: 1rem;
    overflow: hidden;
    position: relative;
}
.question  .m_shequImg::after{
    content: '';
    display: table;
    clear: both;
}

.question  .m_shequImg span{
    width: calc( 100% / 4 );
    float: left;
    overflow: hidden;
    padding: 0 0.25rem;
    margin-bottom: 0.5rem;
}
.question  .more span{
    width: calc( 100% / 3 );
    float: left;
    overflow: hidden;
    padding: 0 0.25rem;
}
.question .m_shequImg img{
    width: 100%;
    height: 100%;
    border-radius: 0.4rem;
}
.question .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;
}
.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;
}


.usermsg{
    width: 100%;
    height: 2rem;
    margin-top: 1rem;
}
.usermsg a{
    display: block;
    display: flex;
    align-items: center;
}
.usermsg img{
    width: 2rem;
    height: 2rem;
    border-radius: 100%;
}
.usermsg p{
    font-size: 1.4rem;
    color: #666;
    padding-left: 0.4rem;
}
.othermsg{
    width: 100%;
    height: 3.2rem;
    border-top: 1px solid #f5f5f5;
    padding-top: 1rem;
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.first{
    font-size: 1.4rem;
    color: #999;
}
.first span{
    padding-right: 1rem;
}
.last a{
    padding: 0.2rem 1.2rem;
    display: inline-block;
    margin-left: 1.5rem;
    border-radius: 0.5rem;
    font-size: 1.4rem;
    color: #999;
    border: 1px solid #999;
}
.last a:nth-child(2){
    border-color: #FF2D50;
    color: #fff;
    background-color: #FF2D50;
}
.m_userIcon {
    align-items: center;
}
