﻿.list-personals .list-container {
    background: #fff !important;
}

.column-3-wrapper .column-table {
    border: none;
    height: auto;
}

    .column-3-wrapper .column-table table tr:first-of-type td {
        border-bottom: 1px dashed #ccc;
        font-weight: 400;
        font-size: inherit;
    }

    .column-3-wrapper .column-table table tr td {
        display: inline-block;
        width: 30%;
        height: 2.5rem;
    }

        .column-3-wrapper .column-table table tr td:first-child {
            width: 40%;
        }

.project-detail {
    padding: 10px;
}


    .project-detail .detail-header img {
        width: 160px;
        height: 108px;
        float: left
    }

    .project-detail .detail-header .info-wrap {
        padding-left: 180px
    }

        .project-detail .detail-header .info-wrap .num-wrap {
            height: 17px
        }

        .project-detail .detail-header .info-wrap .num, .project-detail .detail-header .info-wrap .target {
            color: #999;
            font-size: 12px;
            line-height: 17px
        }

        .project-detail .detail-header .info-wrap .target {
            margin-right: 80px
        }

    .project-detail .detail-header h3 {
        color: #333;
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 16px
    }

    .project-detail .qrcode-box {
        float: right;
        font-size: 14px;
        line-height: 1;
        color: #508dea;
        cursor: pointer;
        position: relative
    }

        .project-detail .qrcode-box:hover .qrcode-wrap {
            display: block
        }

        .project-detail .qrcode-box .qrcode-wrap {
            display: none;
            padding: 7px;
            background-color: #fff;
            border: 1px solid #ebebeb;
            position: absolute;
            right: 0;
            top: 32px;
            z-index: 50
        }

            .project-detail .qrcode-box .qrcode-wrap:before {
                content: "";
                display: inline-block;
                width: 8px;
                height: 8px;
                background-color: #fff;
                border-top: 1px solid #ebebeb;
                border-left: 1px solid #ebebeb;
                transform: rotate(45deg);
                position: absolute;
                top: -6px;
                left: 58px
            }

        .project-detail .qrcode-box #project-qrcode {
            width: 106px;
            height: 106px
        }

            .project-detail .qrcode-box #project-qrcode img {
                width: 100%;
                height: auto
            }

    .project-detail .project-tabs {
        text-align: center;
        border-bottom: 1px solid #ebebeb;
        margin-top: 24px
    }

.column-3-wrapper .project-tabs {
    text-align: left;
}

        .project-detail .project-tabs span {
            cursor: pointer;
            position: relative;
            top: 1px;
            color: #1e1e1e;
            font-size: 16px;
            line-height: 18px;
            padding-bottom: 8px;
            display: inline-block;
            width: 120px;
            margin-right: 34px
        }

            .project-detail .project-tabs span:last-child {
                margin-right: 0
            }

            .project-detail .project-tabs span.now {
                color: #508dea;
                border-bottom: 1px solid #508dea
            }

    .project-detail .introduce {
        margin-top: 24px;
        color: #333;
        font-size: 16px;
        line-height: 24px
    }

#project-comments {
    margin-top: 4px
}

    #project-comments .message-wrap {
        margin-bottom: 40px
    }

    #project-comments .message {
        display: -ms-flexbox;
        display: flex;
        border-bottom: 1px solid #f5f6f7;
        overflow: hidden;
        padding: 20px 0
    }

        #project-comments .message:last-child {
            margin-bottom: 40px
        }

    #project-comments .avatar {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 54px;
        height:54px;
        border-radius: 50%;
        float: left
    }

    #project-comments .message-content {
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 874px;
        margin-left: 20px;
        float: right;
        font-size: 16px;
        line-height: 22px;
        color: #20242d
    }

        #project-comments .message-content .time {
            font-size: 14px;
            color: #687289;
            margin-left: 15px
        }

        #project-comments .message-content .discuss {
            margin-top: 10px;
            line-height: 28px
        }

        #project-comments .message-content .reply {
            margin-top: 10px;
            padding: 20px;
            background: #f5f6f8;
            color: #687289;
            line-height: 28px
        }
