/*
* @description: 最终页样式
* @author: yuanfan
* @update: yuanfan (2018-09-13)
*/

.content-wrapper {
    margin-top: 0;
    padding-top: 20px;
}
.table-main {
    padding-top: 20px;
    font-size: 22px;
    font-weight: bold;
}

.table-main .question-detail {
    line-height: 1.6;
    color: #333;
    /*cursor: pointer;*/
    font-size: 18px;
    text-align: justify;
}

.table-main .people-detail {
    height: 40px;
    line-height: 40px;
    color: #8790A4;
    font-size: 14px;
    font-weight: normal;
    border-bottom: 1px #eee solid;
    padding-bottom: 12px;
    text-align: justify;
}
.table-main .people-detail img {
    height: 24px;
    width: 24px;
    margin-right: 8px;
    border-radius: 50%;
    vertical-align: middle;
}
.table-main .people-detail span {
    margin-right: 8px;
    height: 40px
}
.table-main .people-detail .right-box span{
    margin-right: 0px;
}
.table-list .table-head {
    padding-top: 2px;
    border-bottom: none;
}
.table-list  .reply-content {
    font-size: 16px;
    padding-top: 6px;
    cursor: text;
    /*cursor: pointer;*/
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
    background-color: transparent;
    text-align: justify;

}
.table-list  .reply-content:hover{
    color: #333;
}

.flag-title.update {
    color: #eda641 !important;
    background-color: #f9f1e6 !important;
    border: 1px dashed  #eda641 !important;
    padding: 1px 8px !important;
    margin-left: 8px;
}
.history-content .history-title {
    margin: 10px 0;
    padding: 20px 30px 0 30px;
}
.history-content .history-title i{
    font-size: 16px;
    color: #8790a4;
}
.history-content .history-title span{
    font-size: 16px;
    color: #8790a4;
    margin: 0 8px;
}
.sub-history-list {
    padding: 10px 30px;
}
.sub-history-list .left-box {
    position: absolute;
    height: 100%;

}
.sub-history-list .right-box {
    padding: 10px 20px;
    margin-left: 26px;
    background-color: #f6f6f6;
}
.sub-history-list .circle {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 2px solid #e32b2b;
    margin-top: 22px;
}
.sub-history-list .line {
    position: absolute;
    background-color: #e5e5e5;
    width: 1px;
    top: 42px;
    bottom: -43px;
    left: 6px;
}
.sub-history-list .sub-history-item {
     margin-bottom: 20px;
     position: relative;
}
.sub-history-list .sub-history-item:last-child .line{
    bottom: 0;
}
.sub-history-list .right-box .sub-item-title {
    font-size: 14px;
    color: #8790a4;
    padding-top: 10px;
}
.sub-history-list .right-box .sub-item-content {
    padding: 20px 0;
    color: #666;
    line-height: 1.6;
    font-size: 14px;
}
.sub-history-list .right-box .sub-item-title .flag-title{
    color: #8790A4;
    font-size: 12px;
    margin-right: 8px;
    border: 1px #e5e5e5 dashed;
    padding: 1px 8px;
    background-color: #fff;
}
.table-list .table-footer .right-box {
    margin-top: 2px;
}
.people-detail .right-box {
    float: right;
    height: 40px;
    line-height: 40px;
}

.no-data{
    background-color: #fff;
    text-align: center;

}
.no-data img{
    margin-top: 20px;
    height: 200px;
}
.no-data p {
    font-size: 16px;
    color: rgba(51,51,51,1);
    opacity: 0.4;
    padding-bottom: 50px;
}
.mobile-head{
    display: none;
}
.no-replay-show{
    padding: 16px 30px 0px;
    color: #8790a4;
}
.no-replay-show .user-name{
    color: #8790a4;
    margin: 0px 6px;
}
.no-replay-show img{
    width: 24px;
    height: 24px;
    vertical-align: middle;
    border-radius: 50%;
}

.mobile-container .like-content{
    height: 40px;
    line-height: 40px;
}
.table-footer-mobile{
    display: none;
}
.pointer-events-none:hover{
    color: #8790a4!important;
}
@media only screen and (max-width: 767px){
    #topApps {
        display: none;
    }
    .irm-wrapper{
        /*background-color: #eee;*/
        overflow: inherit;
    }

    .mobile-head {
        display: block;
        padding: 14px 14px;
        box-shadow: 2px 0px 18px rgba(0,0,0,0.18);
        margin-bottom: 10px;
    }
    .mobile-head .title {
        line-height: 16px;
        display: block;
        margin: 0px 35px;
        text-align: center;
        font-size: 18px;
        height: 16px;
    }
    .no-replay-show{
        padding: 16px 16px 0px;
    }
    .mobile-head i {
        font-size: 16px;
        float: left;
    }
    .main-wrapper{
        margin-top: 0;
        padding-bottom: 0;
    }
    .content-wrapper{
        padding-top: 0px;
    }
    .table-list .table-footer{
        /*position: fixed;
        bottom: 0px;*/
        background-color: #fff;
        padding: 0 0 0 16px;
        z-index:12;
        box-shadow: 2px 1px 10px 0 rgba(88, 133, 247, 0.12);
        border-top: none;
    }
    .table-list .table-footer .common-head{
        margin-top: 8px;
    }
    .table-list .table-footer .user-name{
        margin-left: 0px;
    }
    .el-icon-arrow-left:before{
        color: #8790A4;
    }
    .table-main .people-detail{
        border-bottom: 8px solid #eee;
    }
    .no-data{
        box-shadow:none !important;
        margin-bottom: 0 !important;
        height: 100% !important;
        border: none;
        padding-top: 40px;

    }
    .no-data p{
        /*padding-bottom: 100%;*/
    }
    .no-data img{
        margin: 0;
        padding-top: 0px;
    }
    .no-replay-show .common-head{
        margin-top: 0px;
    }
    /*.right-box{
        position: fixed;
        bottom: 0px;
        width: 100%;
    }*/
    .table-footer-mobile{
        position: fixed;
        width: 100%;
        bottom: 0px;
        padding: 0px;
        background-color: #fff;
        border-top: 1px solid #eee;
        display: block;
    }
    .table-footer-mobile .right-box{
        display: block;
        width: 100%;
    }
    .table-footer-mobile .like-content{
        text-align: center;
        color: #8790A4;
    }
    .table-footer-mobile span i{
        margin-right: 4px;
        font-size: 20px;
    }
    .table-footer-mobile span i span{
        vertical-align: top;
    }
    .table-footer-mobile .like-content.active{
        color: #0077e6;
    }
    .content-wrapper .left-content{
        margin-bottom: 0;
    }

}

