html, body {
    height: 100%;
}


.m_demandCont {
    width: 100%;
    height: calc(100% - 4.4rem);
    overflow: auto;
    background: #F7F8FA;
}


.zannum {
    display: flex;
    align-items: center;
    position: relative;
}

.zannum a{
    font-size: 1.6rem;
    color: #333;
    min-width: 1rem;
    line-height: 4rem;
    display: block;
}
.zannum a::before{
    content: '';
    width: 2.2rem;
    height: 2.2rem;
    display: block;
    position: absolute;
    left: -2.3rem;
    background: url('../images/zan.png') no-repeat center center/ 2.2rem 2.2rem;
    top: 0.9rem;
}

.m_comment_Text {
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 0 1rem;;
}

.m_comment_head {
    font-size: 1.8rem;
    color: #333;
    line-height: 2.2rem;
    font-weight: 500;
}

.m_comment_content {
    font-size: 1.6rem;
    color: #333;
    line-height: 2.4rem;
    padding: 0.8rem 0;
}

.m_comment_img {
    width: 100%;
    height: auto;
}

.m_comment_img::after {
    content: '';
    display: table;
    clear: both;
}

.m_comment_img span {
    width: 33.33%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 0.4rem;
    float: left;
    padding: 0 0.2rem;
    margin-bottom: 0.4rem;
}

.m_comment_img span img {
    display: block;
    width: 100%;
    height: auto;
}

.m_barList {
    width: 100%;
    height: auto;
    padding: 1rem 0;
    display: flex;
}

.m_barList::before {
    content: '';
    display: table;
    clear: both;
}

.m_barList span {
    padding: 0.3rem 0.8rem 0.3rem 2.8rem;
    border-radius: 3.4rem;
    background-repeat: no-repeat;
    background-position: 1rem center;
    background-size: 1.6rem 1.6rem;
    color: #333;
    font-size: 1.4rem;
}

.m_barList span.m_bar {
    background-image: url('../images/sake.png');
    background-color: #F5F5F5;
    margin-right: 0.5rem;
}

.m_barList span.m_ads {
    background-image: url('../images/wz.png');
    background-color: #F5F5F5;
    max-width: calc( 100% - 110px );
}

.m_releaseTime {
    width: 100%;
    padding: 0 1rem;
    height: 2.4rem;
    display: flex;
}

.m_time {
    flex: 1;
    font-size: 1.2rem;
    color: #999;
    line-height: 2.4rem;
}

.m_zan {
    flex: 2;
    text-align: right;
    font-size: 1.2rem;
    color: #999;
}

.imgSwapperContainer {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0;
    z-index: 99;
    display: none;
}

.handelCloseW {
    font-size: 2rem;
    color: #fff;
    position: absolute;
    width: 3rem;
    height: 3rem;
    border-radius: 100%;
    border: 1px solid #fff;
    text-align: center;
    line-height: 3rem;
    position: absolute;
    bottom: 4rem;
    left: 50%;
    margin-left: -1.5rem;
    z-index: 2;
}

.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;
    /* Center slide text vertically */
    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;
}

.m_comment {
    width: 100%;
    height: auto;
    background-color: #fff;
    margin-top: 1rem;
}

.comment_num {
    width: 100%;
    height: 5rem;
    border-bottom: 1px solid #f5f5f5;
    font-size: 1.8rem;
    color: #333;
    line-height: 5rem;
    font-weight: 500;
    padding-left: 1.5rem;
}

.m_shequText {
    width: 100%;
    padding: 0 1.5rem 0 5.6rem;
    display: flex;
}

.connentCont {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #F5F5F5;
}

.m_userIcon a{
    width: 100%;
    display: flex;
}
.m_userMsg{
    flex: none;
}

.ministrant {
    width: 100%;
    display: flex;
    padding: 0 1.5rem 0 5.6rem;
    height: 4rem;
    align-items: center;
}

.ministrant p {
    font-size: 1.2rem;
    color: #999;
    padding-right: 1rem;
}

.ministrant p a {
    color: #333;
}

.ministrant_child {
    width: 100%;
    height: auto;
    padding: 0 1.5rem 1rem 5.6rem;
}

.ministrant_child::after {
    content: '';
    display: table;
    clear: both;
}

.m_commentcontent {
    background-color: #F7F8FA;
    padding-bottom: 1rem;
}

.ministrant_child_cont {
    width: 100%;
    height: auto;
    border-radius: 0.4rem;
    padding-top: 1.2rem;
}

.child_icon {
    width: 100%;;
    padding: 0 1.1rem;
    height: 2rem;
    display: flex;
    align-items: center;
}

.child_icon .icon {
    width: 2rem;
    height: 2rem;
    border-radius: 100%;
    overflow: hidden;
}

.child_icon .dui {
    width: 1.2rem;
    height: 1.2rem;
    margin-left: 0.2rem;
}

.child_icon .name {
    font-size: 1.5rem;
    color: #999;
    margin-left: 0.2rem;
    line-height: 1;
}

.child_icon .status {
    width: 3.2rem;
    height: 2rem;
    background-color: #f1f1f1;
    text-align: center;
    line-height: 2rem;
    color: #666;
    font-size: 1.2rem;
    border-radius: 0.8rem;
    margin-left: 0.2rem;
}

.userCommentCont {
    width: 100%;
    padding: 0 1rem 0 3.5rem
}

.userCommentCont p {
    font-size: 1.6rem;
    color: #333;
    line-height: 2.4rem;
}

.lookMoreComment {
    width: 100%;
    height: 2.2rem;
    padding: 0.6rem 1rem;
}

.m_notComments {
    width: 100%;
    height: 7rem;
    border-bottom: 1px solid #F5F5F5;
    text-align: center;
    line-height: 7rem;
    font-size: 1.4rem;
    color: #999;
}

.videoType {
    width: 100%;
    border-radius: 0.4rem;
    overflow: hidden;
    max-height: 25rem;
    position: relative;
}

.videoType .videoImg {
    width: 100%;
    height: 100%;
}

.videoBack {
    width: 4rem;
    height: 4rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -2rem;
    margin-top: -2rem;

}
