.zixunliebiaospan {
    height: 25px;
    width: 100px;
    text-align: center;
    line-height: 25px;
    margin: 10px;
    font-size: 14px;
    color: #505050;
    display: inline-table;
    padding: 3px 6px;
    cursor: pointer;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    margin-top: 10px;
}



.btn-default {
    background-color: transparent;
}

.btn-success {
    background-color: #09958D !important;
    border-color: #09958D !important;
}

    .btn-success:hove,
    .btn-success:active:hover,
    .btn-success:active {
        background-color: #09958D !important;
        border-color: #09958D !important;
        opacity: 0.8;
    }

.layui-table td,
.layui-table th {
    padding: 9px 5px;
}

.gray-bg {
    background-color: #F5F6FA;
}

.white-bg {
    background-color: #fff;
}

.layui-tab-content {
    padding: 22px;
}


.mg0 {
    margin: 0;
}

.mt30 {
    margin-top: 30px;
}

.mt16 {
    margin-top: 16px;
}

.mt11 {
    margin-top: 11px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.ptb20 {
    padding: 20px 0;
}

.pd20 {
    padding: 20px;
}

.noresize {
    resize: none;
}

.pt30 {
    padding-top: 30px;
}

.green {
    color: #09958D;
}

.flex {
    display: flex;
}

/* 客户列表 */
.custom-list-title {
    font-size: 20px;
    color: #333;
}

    .custom-list-title > span {
        color: #09958D;
        font-size: 14px;
        margin-left: 10px;
    }

.custom-list-filtrate {
    padding: 25px 22px;
    background-color: #fff;
    margin-top: 10px;
}

.max-height {
    height: 53px;
    overflow: hidden;
}

.custom-list-filtoper {
    padding-top: 15px;
}

    .custom-list-filtoper a {
        line-height: 38px;
        font-size: 14px;
        color: #666;
    }

        .custom-list-filtoper a i {
            font-size: 12px;
            color: #999;
            margin-left: 5px;
        }

    .custom-list-filtoper .layui-btn-primary {
        border-color: #fff;
    }

.custom-list-statebox > .layui-btn {
    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 88px;
}

.custom-list-statebox > .active {
    background-color: #009688;
    color: #fff;
    border: none;
}

.custom-list-item {
    background-color: #fff;
    padding: 10px 22px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1px;
}

    .custom-list-item > div {
        display: flex;
        align-items: center;
    }

    .custom-list-item .list-l img {
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }

    .custom-list-item .list-l .layui-form-checkbox {
        height: 50px !important;
    }

    .custom-list-item .list-l .name {
        width: calc(100% - 60px);
    }

        .custom-list-item .list-l .name a {
            display: inline-block;
            font-size: 14px;
            color: #333;
            font-weight: 400;
            cursor: pointer;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            width: 100%;
        }

            .custom-list-item .list-l .name a:hover {
                color: #009688;
            }

        .custom-list-item .list-l .name ul {
            display: flex;
            flex-wrap: wrap;
        }

            .custom-list-item .list-l .name ul li {
                padding: 5px 20px 5px 0;
                color: #999;
                font-size: 12px;
                position: relative;
                line-height: 20px;
            }

                .custom-list-item .list-l .name ul li::before {
                    content: "|";
                    position: absolute;
                    top: 4px;
                    right: 8px;
                }

                .custom-list-item .list-l .name ul li:last-child::before {
                    display: none;
                }

    .custom-list-item .list-r {
        justify-content: space-between;
        flex-wrap: wrap;
    }

        .custom-list-item .list-r .zhuangtaibtn {
            border: 1px solid transparent;
            padding: 3px 7px;
            font-size: 12px;
            background: #fff;
            width: 88px;
        }

        .custom-list-item .list-r .biaoqianbtn {
            display: block;
            width: 74px;
            height: 26px;
            border: 1px solid #B4D1FE;
            line-height: 26px;
            text-align: center;
            font-size: 12px;
            color: #387EE9;
            cursor: pointer;
            -webkit-transition: all .3s;
            transition: all .3s;
            background: #fff;
        }

            .custom-list-item .list-r .biaoqianbtn:hover {
                border-color: #387EE9;
            }

        .custom-list-item .list-r .dropdown,
        .custom-list-item .list-r .btn-group {
            margin: 5px 0;
        }

/* 客户详情 */
.details-top-block {
    padding: 20px 22px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
}

    .details-top-block > img {
        width: 48px;
        height: 48px;
        border-radius: 8px;
    }

    .details-top-block .img {
        width: 48px;
        height: 48px;
        border-radius: 8px;
    }

        .details-top-block .img p {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            line-height: 48px;
            background-color: #2F9688;
            color: #fff;
            font-size: 25px;
            text-align: center;
        }

    .details-top-block .details-top-r {
        width: calc(100% - 67px);
    }

        .details-top-block .details-top-r.full-row {
            width: 100%;
        }

        .details-top-block .details-top-r .top {
            display: flex;
            justify-content: space-between;
        }

            .details-top-block .details-top-r .top p {
                font-size: 16px;
                color: #666;
            }

                .details-top-block .details-top-r .top p span {
                    font-size: 14px;
                    color: #999;
                    margin-left: 20px;
                }

            .details-top-block .details-top-r .top .zhuangtaibtn {
                border: 1px solid transparent;
                padding: 3px 7px;
                font-size: 12px;
                background: #fff;
            }

            .details-top-block .details-top-r .top .color1 {
                border-color: #66b211;
                color: #66b211;
            }

                .details-top-block .details-top-r .top .color1:hover {
                    background: rgba(102, 178, 17, 0.06);
                }

            .details-top-block .details-top-r .top .color2 {
                border-color: #387EE9;
                color: #387EE9;
            }

                .details-top-block .details-top-r .top .color2:hover {
                    background: rgba(75, 147, 228, 0.06);
                }

            .details-top-block .details-top-r .top .color3 {
                border-color: #F16C16;
                color: #F16C16;
            }

                .details-top-block .details-top-r .top .color3:hover {
                    background: rgba(241, 108, 22, 0.06);
                }

            .details-top-block .details-top-r .top .color4 {
                border-color: #F13C48;
                color: #F13C48;
            }

                .details-top-block .details-top-r .top .color4:hover {
                    background: rgba(241, 60, 72, 0.06);
                }




        .details-top-block .details-top-r .middle {
            display: flex;
            justify-content: space-between;
            margin-top: 12px;
        }

            .details-top-block .details-top-r .middle .dropdown + .dropdown {
                margin-left: 10px;
            }

            .details-top-block .details-top-r .middle .biaoqianbtn {
                display: block;
                height: 26px;
                border: 1px solid #B4D1FE;
                line-height: 26px;
                text-align: center;
                font-size: 12px;
                color: #387EE9;
                cursor: pointer;
                -webkit-transition: all .3s;
                transition: all .3s;
                background: #fff;
                border-radius: 0px;
            }

                .details-top-block .details-top-r .middle .biaoqianbtn:hover {
                    border-color: #387ee9;
                }

            .details-top-block .details-top-r .middle .btn.blue {
                background: rgba(9, 149, 141, .1);
                border-color: rgba(9, 149, 141, .1);
                color: #09958D;
            }

            .details-top-block .details-top-r .middle > p {
                font-size: 12px;
                color: #999;
                line-height: 20px;
            }

        .details-top-block .details-top-r .info {
            background-color: rgba(9, 149, 141, .1);
            margin-top: 12px;
            padding: 18px 20px;
            display: flex;
            flex-wrap: wrap;
            position: relative;
        }

            .details-top-block .details-top-r .info li {
                margin-bottom: 14px;
                font-size: 14px;
                color: #333;
            }

                .details-top-block .details-top-r .info li:last-of-type {
                    margin-bottom: 0;
                }

                .details-top-block .details-top-r .info li span {
                    color: #999;
                }

                .details-top-block .details-top-r .info li strong {
                    color: #F71C1C;
                }

            .details-top-block .details-top-r .info i {
                position: absolute;
                color: #09958D;
                top: 10px;
                right: 12px;
                cursor: pointer;
                font-size: 20px;
            }

        .details-top-block .details-top-r .oper {
            margin-top: 14px;
            display: flex;
            justify-content: flex-end;
        }

            .details-top-block .details-top-r .oper .btn-default {
                padding: 8px 17px;
                margin-left: 20px;
            }

.custom-detail-title {
    font-size: 20px;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 34px;
}

.custom-detail-oper {
    float: right;
}

.custom-detail-card {
    height: 176px;
    background-color: #fff;
    position: relative;
}

.card-top {
    height: 62px;
    background: #09958D;
    padding: 10px 22px;
    color: #fff;
}

    .card-top > p {
        font-size: 14px;
    }

    .card-top > span {
        display: block;
        font-size: 12px;
        margin-top: 4px;
    }

.card-ul {
    display: flex;
    justify-content: space-around;
    padding-top: 55px;
}

    .card-ul > li {
        width: 30%;
        text-align: center;
        position: relative;
    }

        .card-ul > li > p {
            font-size: 16px;
            color: #09958d;
        }

        .card-ul > li > label {
            font-size: 12px;
            color: #666;
            margin-top: 5px;
            font-weight: normal;
        }

.custom-detail-card > img {
    position: absolute;
    width: 48px;
    height: 48px;
    overflow: hidden;
    border-radius: 50%;
    top: 45px;
    left: 50%;
    margin-left: -24px;
}


.custom-detail-tagbox {
}

    .custom-detail-tagbox > ul {
        display: flex;
        flex-wrap: wrap;
    }

        .custom-detail-tagbox > ul > li {
            padding: 4px 11px;
            font-size: 12px;
            color: #666;
            margin: 7px 12px 7px 0;
            border: 1px solid #ECECEC;
        }

    .custom-detail-tagbox .layui-btn {
        width: 80%;
        margin: 30px auto 0;
        display: block;
    }

.basic-infor-tabbox {
    display: flex;
    justify-content: space-between;
}

.basic-infor-tab .layui-btn,
.project-infor-tab .layui-btn {
    background-color: #EFEFEF;
    color: #666;
}

    .basic-infor-tab .layui-btn.active,
    .project-infor-tab .layui-btn.active {
        background-color: #364658;
        color: #fff;
    }

.customer-info {
    display: flex;
    padding-top: 40px;
}

    .customer-info img {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        overflow: hidden;
        margin-right: 20px;
    }

.customer-info-r .title a {
    display: inline-block;
    font-size: 16px;
    color: #666;
    vertical-align: middle;
}

.customer-info-r .title span {
    display: inline-block;
    font-size: 14px;
    color: #999;
    margin-left: 20px;
    vertical-align: middle;
}

.customer-info-r ul {
    display: flex;
    margin-top: 10px;
    flex-wrap: wrap;
}

    .customer-info-r ul li {
        margin-right: 10px;
        font-size: 12px;
        color: #999;
        position: relative;
        line-height: 20px;
    }

        .customer-info-r ul li::before {
            content: ".";
            position: absolute;
            top: -7px;
            right: -8px;
            font-size: 24px;
            color: #999;
        }

        .customer-info-r ul li:last-child::before {
            display: none;
        }

.basic-infor-title {
    font-size: 12px;
    color: #666;
    margin-bottom: 25px;
    position: relative;
    font-weight: bold;
}

    .basic-infor-title::before {
        position: absolute;
        width: 50px;
        height: 2px;
        background-color: #f90;
        left: 0;
        bottom: -9px;
        content: "";
    }

.basic-infor-synopsis {
    font-size: 12px;
    color: #999;
    line-height: 2;
}

.basic-infor-map {
    width: 100%;
    height: 135px;
    background-color: #24AA7A;
}



.basic-infor-cardbox {
    display: flex;
    flex-flow: wrap;
}

.basic-infor-card {
    width: 242px;
    height: 180px;
    border: 1px solid #E6E6E6;
    margin-right: 10px;
}

    .basic-infor-card .null1 {
        background-image: url('../img/null_1.png');
        width: 100%;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .basic-infor-card .null2 {
        background-image: url('../img/null_2.png');
        width: 100%;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .basic-infor-card > img {
        width: 100%;
        height: 100%;
    }



.contact-infor-table td img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
}

.contact-infor-table td .name {
    display: flex;
    font-size: 16px;
    color: #666;
    margin-bottom: 8px;
}

    .contact-infor-table td .name span {
        font-size: 12px;
        color: #999;
        margin-left: 12px;
    }

.contact-infor-table td > ul {
    display: flex;
    flex-wrap: wrap;
}

    .contact-infor-table td > ul li {
        font-size: 12px;
        color: #999;
        margin-right: 10px;
    }

        .contact-infor-table td > ul li i {
            font-size: 16px;
            margin-right: 5px;
        }

.project-infor-table .name {
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
}

.project-infor-table .num {
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    color: #999;
}

    .project-infor-table .num > li {
        margin-right: 10px;
        position: relative;
    }

        .project-infor-table .num > li::before {
            position: absolute;
            content: "/";
            top: 0;
            right: -5px;
        }

        .project-infor-table .num > li:last-child::before {
            display: none;
        }

.project-infor-table .info {
    font-size: 12px;
    color: #999;
}

.project-infor-table .btn-group {
    width: 121px;
}

.project-infor-table .layui-btn.color1 {
    border-color: #009688;
    color: #009688;
}

/* 候选人列表 */
.talent-list-item {
    background-color: #fff;
    padding: 10px 22px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1px;
}

    .talent-list-item > div {
        display: flex;
        align-items: center;
    }

    .talent-list-item .list-l .img {
        width: 50px;
        height: 50px;
        margin-right: 10px;
        position: relative;
    }

        .talent-list-item .list-l .img p {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            line-height: 50px;
            background-color: #2F9688;
            color: #fff;
            font-size: 25px;
            text-align: center;
        }


        .talent-list-item .list-l .img img {
            width: 100%;
            height: 100%;
            border-radius: 50%;
        }

        .talent-list-item .list-l .img .boy {
            display: block;
            width: 15px;
            height: 15px;
            background-image: url('../img/boy.png');
            background-size: 100%;
            position: absolute;
            top: 0;
            right: -5px;
        }

        .talent-list-item .list-l .img .girl {
            display: block;
            width: 15px;
            height: 15px;
            background-image: url('../img/girl.png');
            background-size: 100%;
            position: absolute;
            top: 0;
            right: -5px;
        }

    .talent-list-item .list-l .layui-form-checkbox {
        height: 100% !important;
        margin-top: 5px;
    }

    .talent-list-item .list-l .name {
        width: calc(100% - 60px);
    }

        .talent-list-item .list-l .name a {
            display: inline-block;
            font-size: 14px;
            color: #333;
            font-weight: 400;
            cursor: pointer;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            width: 100%;
        }

            .talent-list-item .list-l .name a > span {
                margin-right: 5px;
            }

            .talent-list-item .list-l .name a:hover {
                color: #009688;
            }

        .talent-list-item .list-l .name ul {
            display: flex;
            flex-wrap: wrap;
        }

            .talent-list-item .list-l .name ul li {
                padding: 5px 20px 5px 0;
                color: #999;
                font-size: 12px;
                position: relative;
                line-height: 20px;
            }

                .talent-list-item .list-l .name ul li::before {
                    content: "|";
                    position: absolute;
                    top: 4px;
                    right: 8px;
                }

                .talent-list-item .list-l .name ul li:last-child::before {
                    display: none;
                }

    .talent-list-item .list-r {
        justify-content: space-between;
        flex-wrap: wrap;
    }

        .talent-list-item .list-r .zhuangtaibtn {
            border: 1px solid transparent;
            padding: 3px 7px;
            font-size: 12px;
            background: #fff
        }

        .talent-list-item .list-r .color1 {
            border-color: #66b211;
            color: #66b211;
        }

            .talent-list-item .list-r .color1:hover {
                background: rgba(102, 178, 17, 0.06);
            }

        .talent-list-item .list-r .color2 {
            border-color: #387EE9;
            color: #387EE9;
        }

            .talent-list-item .list-r .color2:hover {
                background: rgba(75, 147, 228, 0.06);
            }

        .talent-list-item .list-r .color3 {
            border-color: #F16C16;
            color: #F16C16;
        }

            .talent-list-item .list-r .color3:hover {
                background: rgba(241, 108, 22, 0.06);
            }

        .talent-list-item .list-r .color4 {
            border-color: #F13C48;
            color: #F13C48;
        }

            .talent-list-item .list-r .color4:hover {
                background: rgba(241, 60, 72, 0.06);
            }

        .talent-list-item .list-r .dropdown,
        .talent-list-item .list-r .btn-group {
            margin: 5px 0;
        }

        .talent-list-item .list-r .biaoqianbtn {
            display: block;
            width: 74px;
            height: 26px;
            border: 1px solid #B4D1FE;
            line-height: 26px;
            text-align: center;
            font-size: 12px;
            color: #387EE9;
            cursor: pointer;
            -webkit-transition: all .3s;
            transition: all .3s;
            background: #fff
        }

            .talent-list-item .list-r .biaoqianbtn:hover {
                border-color: #387EE9;
            }

/* 人才详情 */
.certificate-info-list {
    padding: 30px 0;
}

    .certificate-info-list > li {
        background-color: #09958D;
        display: flex;
        justify-content: center;
        padding: 28px 0;
        align-items: center;
        margin-bottom: 10px;
        position: relative;
    }

        .certificate-info-list > li > a {
            color: #E6E6E6;
            font-size: 12px;
            text-decoration: underline;
            top: 5px;
            right: 5px;
            position: absolute;
        }

        .certificate-info-list > li > span {
            width: 56px;
            height: 56px;
            background-image: url(../img/certificate.png);
            margin-right: 25px;
        }

        .certificate-info-list > li > .info {
            color: #E6E6E6;
        }

            .certificate-info-list > li > .info p {
                font-size: 14px;
                margin-bottom: 10px;
            }

            .certificate-info-list > li > .info div span {
                font-size: 12px;
                margin-right: 5px;
            }

.add-certificate-info {
    font-size: 14px;
    text-align: center;
}

    .add-certificate-info a {
        color: #09958D;
        font-weight: 500;
    }



/* 项目列表 */
.project-list-item {
    background-color: #fff;
    padding: 10px 22px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1px;
}

    .project-list-item > div {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .project-list-item .list-l .name a {
        display: inline-block;
        font-size: 14px;
        color: #333;
        font-weight: 400;
        cursor: pointer;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 100%;
        padding-top: 5px;
    }

        .project-list-item .list-l .name a span {
            color: #999;
            margin-left: 5px;
            font-size: 12px;
        }


    .project-list-item .list-l .name p {
        font-size: 12px;
        color: #999;
        cursor: pointer;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 100%;
        margin-top: 8px;
    }

        .project-list-item .list-l .name a:hover,
        .project-list-item .list-l .name p:hover {
            color: #009688;
        }

    .project-list-item .list-l .info {
        display: flex;
        flex-wrap: wrap;
    }

        .project-list-item .list-l .info li {
            padding: 5px 20px 5px 0;
            color: #999;
            font-size: 12px;
            position: relative;
            line-height: 20px;
        }

            .project-list-item .list-l .info li::before {
                content: "|";
                position: absolute;
                top: 4px;
                right: 8px;
            }

            .project-list-item .list-l .info li:last-child::before {
                display: none;
            }

    .project-list-item .list-r {
        justify-content: space-between;
        flex-wrap: wrap;
    }

        .project-list-item .list-r .zhuangtaibtn {
            border: 1px solid transparent;
            padding: 3px 7px;
            font-size: 12px;
            background: #fff;
            width: 88px;
        }

        .project-list-item .list-r .qiandanzhuangtaibtn {
            display: block;
            height: 26px;
            border: 1px solid #B4D1FE;
            line-height: 26px;
            text-align: center;
            font-size: 12px;
            color: #387EE9;
            cursor: pointer;
            -webkit-transition: all .3s;
            transition: all .3s;
            background: #fff;
            width: 68px;
        }

        .project-list-item .list-r .dropdown,
        .project-list-item .list-r .btn-group {
            margin: 5px 0;
        }



        .project-list-item .list-r .btn-default {
            width: 88px;
        }

/* 合作列表 */
.cooperation-list-item {
    background-color: #fff;
    padding: 10px 22px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1px;
}

    .cooperation-list-item > div {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .cooperation-list-item .list-l .name a {
        display: inline-block;
        font-size: 14px;
        color: #333;
        font-weight: 400;
        cursor: pointer;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 100%;
        padding-top: 5px;
    }

    .cooperation-list-item .list-l .name p {
        font-size: 12px;
        color: #999;
        cursor: pointer;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 100%;
        margin-top: 4px;
    }

        .cooperation-list-item .list-l .name a:hover,
        .cooperation-list-item .list-l .name p:hover {
            color: #009688;
        }

    .cooperation-list-item .list-l .people {
        font-size: 12px;
        color: #999;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin-top: 8px;
        line-height: 20px;
    }

        .cooperation-list-item .list-l .people a {
            color: #333;
            font-size: 14px;
            margin-right: 5px;
        }

    .cooperation-list-item .list-r {
        justify-content: space-between;
        flex-wrap: wrap;
    }

        .cooperation-list-item .list-r .color1 {
            color: #1666e0;
            border: 1px solid #b7cade;
            background: rgba(56, 126, 233, .1)
        }

        .cooperation-list-item .list-r .color2 {
            color: #1fad79;
            border: 1px solid #8bdcbe;
            background: rgba(139, 220, 190, .2)
        }

        .cooperation-list-item .list-r .color3 {
            color: #e9386a;
            border: 1px solid #f98e95;
            background: rgba(249, 142, 149, .2)
        }

        .cooperation-list-item .list-r .color4 {
            color: #333;
            border: 1px solid #d2d2d2;
            background: hsla(0, 0%, 82%, .5)
        }

        .cooperation-list-item .list-r .color5 {
            color: #ddb21d;
            border: 1px solid #f2da87;
            background: hsla(47, 80%, 74%, .2)
        }

        .cooperation-list-item .list-r .color6 {
            color: #91ad0d;
            border: 1px solid #ccdd7a;
            background: hsla(70, 59%, 67%, .2)
        }

        .cooperation-list-item .list-r .color7 {
            color: #6264de;
            border: 1px solid #acadeb;
            background: rgba(172, 173, 235, .2)
        }

        .cooperation-list-item .list-r .color8 {
            color: #777;
            border: 1px solid #b7cade;
            background: rgba(193, 208, 223, .2)
        }

        .cooperation-list-item .list-r .color9 {
            color: #ae62de;
            border: 1px solid #c496e2;
            background: rgba(196, 150, 226, .2)
        }

        .cooperation-list-item .list-r .color10 {
            color: #cd60b0;
            border: 1px solid #ebacda;
            background: rgba(235, 172, 218, .2)
        }

        .cooperation-list-item .list-r .color11 {
            color: #46b8bc;
            border: 1px solid #49cbd0;
            background: rgba(73, 203, 208, .2)
        }

        .cooperation-list-item .list-r .color12 {
            color: #1fad79;
            border: 1px solid #8bdcbe;
            background: rgba(139, 220, 190, .2)
        }

        .cooperation-list-item .list-r .zhuangtaispan {
            width: 74px;
            height: 26px;
            line-height: 26px;
            text-align: center;
            font-size: 12px;
        }


/* 添加项目 */
.use-box .use-list {
    border: 1px solid rgba(233, 236, 255, 1);
    background-color: #fff;
    padding: 10px;
}

    .use-box .use-list > div {
        margin-bottom: 10px;
    }

    .use-box .use-list label {
        width: 60px;
        display: inline-block;
        font-weight: normal;
    }

    .use-box .use-list .info {
        width: calc(50% - 52px);
        display: inline-block;
    }

    .use-box .use-list .info2 {
        width: calc(100% - 66px);
        display: inline-block;
    }

/* 项目详情 */
.project-detail-summ {
    background-color: #fff;
    padding: 15px 0;
}

    .project-detail-summ > div {
        padding: 0 15px;
    }

        .project-detail-summ > div > span {
            margin-left: 10px;
            font-size: 12px;
            color: #AEAEAE;
        }

    .project-detail-summ > ul {
        padding: 0 15px;
        margin-top: 10px;
    }

        .project-detail-summ > ul > li {
            border-bottom: 1px solid #D2D2D2;
            display: flex;
            justify-content: space-between;
            font-size: 12px;
            line-height: 30px;
            padding: 0 5px;
            flex-wrap: wrap;
        }

            .project-detail-summ > ul > li:last-child {
                border: none;
            }

            .project-detail-summ > ul > li label {
                color: #999;
                font-weight: normal;
            }

            .project-detail-summ > ul > li p {
                color: #333;
                max-height: 90px;
                overflow: hidden;
                overflow-y: auto;
            }


/* 项目详情 */
.basic-infor-cerinfobox .basic-infor-cerinfolist {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.basic-infor-cerinfolist .basic-infor-cerinfol p {
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.basic-infor-cerinfolist .basic-infor-cerinfol ul {
    display: flex;
    flex-wrap: wrap;
}

    .basic-infor-cerinfolist .basic-infor-cerinfol ul li {
        font-size: 12px;
        color: #999;
        margin-right: 10px;
        margin-top: 10px;
        line-height: 18px;
    }

.basic-infor-edit {
    font-size: 14px;
    color: #009688;
    width: 60px;
    cursor:pointer;
    text-align: right;
}

.basic-infor-delete {
    font-size: 14px;
    color: #FF4514
}

.basic-infor-cerinfor {
    width: 80px;
    text-align: right;
}

    .basic-infor-cerinfor a + a {
        margin-left: 10px;
    }

.basic-infor-contact {
    display: flex;
    justify-content: space-between;
}

    .basic-infor-contact ul {
        display: flex;
        flex-wrap: wrap;
    }

        .basic-infor-contact ul li {
            font-size: 14px;
            color: #333;
            margin-left: 20px;
            margin-bottom: 10px;
        }

            .basic-infor-contact ul li i {
                color: #999;
                margin-right: 5px;
            }


/* 合同详情 */
.contract-detail-box {
    display: flex;
    flex-wrap: wrap;
}

    .contract-detail-box .list {
        margin-bottom: 20px;
        display: flex;
        flex-wrap: wrap;
    }

        .contract-detail-box .list label {
            font-size: 16px;
            color: #333;
            font-weight: normal;
            margin-right: 10px;
        }


.full-row {
    width: 100%;
}

.contract-detail-box .list .contract-pic-ul {
    display: flex;
    flex-wrap: wrap;
}

    .contract-detail-box .list .contract-pic-ul li {
        width: 107px;
        height: 102px;
        border: 1px solid #eee;
        margin-right: 20px;
        margin-top: 10px;
        position: relative;
    }

        .contract-detail-box .list .contract-pic-ul li img {
            width: 100%;
            height: 100%;
        }

        .contract-detail-box .list .contract-pic-ul li i {
            font-size: 22px;
            color: #FF5722;
            position: absolute;
            top: -11px;
            right: -11px;
            display: none;
            cursor: pointer;
        }

        .contract-detail-box .list .contract-pic-ul li:hover i {
            display: block;
        }

.contract-detail-box .list .add-contract-pic {
    display: inline-block;
    width: 107px;
    height: 102px;
    border: 1px solid #eee;
    color: #ddd;
    margin-top: 10px;
    text-align: center;
    cursor: pointer;
}

    .contract-detail-box .list .add-contract-pic i {
        font-size: 28px;
        line-height: 102px;
    }

.contract-detail-box .list .text {
    font-size: 16px;
    color: #999;
}

.contract-detail-box .list .num {
    font-size: 16px;
    color: #0D968E;
    line-height: 1.5;
}

    .contract-detail-box .list .num span {
        color: #999;
    }

.contract-detail-box .list .contain-project-ul {
    width: 100%;
}

    .contract-detail-box .list .contain-project-ul li:hover,
    .contract-detail-box .list .contain-project-ul li:nth-child(2n) {
        background-color: rgba(245, 246, 250, 1);
    }

    .contract-detail-box .list .contain-project-ul li {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        padding: 10px 20px;
        font-size: 14px;
        color: #8F8F8F;
        line-height: 1.8;
        align-items: center;
    }

        .contract-detail-box .list .contain-project-ul li .layui-icon-edit {
            font-size: 20px;
            color: #009688;
            cursor: pointer;
        }


/* 合作详情 */
.cooperat-basic-inforbox > div {
    margin-bottom: 25px;
}

    .cooperat-basic-inforbox > div > label {
        font-size: 14px;
        color: #9F9F9F;
        font-weight: normal;
        margin-bottom: 10px;
    }

    .cooperat-basic-inforbox > div > div {
        font-size: 14px;
        color: #333;
        line-height: 1.8;
    }

        .cooperat-basic-inforbox > div > div a {
            color: #009688;
        }

        .cooperat-basic-inforbox > div > div a {
            color: #009688;
        }

        .cooperat-basic-inforbox > div > div span {
            color: #9F9F9F;
            margin-left: 5px;
        }


/* 选择项目 */
.select-project-box .contract-list {
    margin-bottom: 20px;
}

    .select-project-box .contract-list .title {
        font-size: 16px;
        font-weight: bold;
        color: #B7B7B7;
    }

    .select-project-box .contract-list > .title > span {
        color: #0D968E;
        margin-right: 5px;
    }

    .select-project-box .contract-list .major-list {
        margin-top: 20px;
        margin-left: 10px;
    }

        .select-project-box .contract-list .major-list .title {
            font-size: 14px;
            color: #B7B7B7;
            font-weight: normal;
        }

            .select-project-box .contract-list .major-list .title span {
                color: #0D968E;
                margin-right: 5px;
            }

    .select-project-box .contract-list .cooperat-list {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

        .select-project-box .contract-list .cooperat-list > input,
        .select-project-box .contract-list .cooperat-list > span,
        .select-project-box .contract-list .cooperat-list > div {
            margin-top: 10px;
        }

        .select-project-box .contract-list .cooperat-list > span {
            font-size: 14px;
            color: #333;
            margin-right: 10px;
        }


/* 登录页 */
.full-screen {
    width: 100%;
    height: 100%;
}

.login-lg-bg {
    width: 100%;
    height: 100%;
    background-color: khaki;
    background: url('../img/login-lg-bg.png') center no-repeat;
    background-size: cover;
    position: relative;
}

.login-lg-box {
    width: 890px;
    height: 480px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #263340;
    background-image: url('../img/login-lg-l.png');
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
}

.login-lg-r {
    float: right;
    width: 330px;
    height: 480px;
    padding: 96px 35px 0;
}

    .login-lg-r > h3 {
        font-size: 18px;
        color: #fff;
        text-align: center;
        margin-bottom: 50px;
    }

    .login-lg-r .layui-form-pane .layui-form-label {
        width: 38px;
        padding: 0;
        height: 38px;
        line-height: 38px;
        border-width: 1px;
        border-style: solid;
        border-radius: 2px 0 0 2px;
        text-align: center;
        background-color: #09958D;
        overflow: hidden;
        box-sizing: border-box;
        border-color: #09958D;
        margin-bottom: 0;
    }

        .login-lg-r .layui-form-pane .layui-form-label i {
            font-size: 18px;
            color: #fff;
        }

    .login-lg-r .layui-form-pane .layui-input-block {
        margin-left: 39px;
        left: -1px;
    }

    .login-lg-r .layui-form-pane .layui-input {
        background: transparent;
        border-color: #09958D;
        color: #fff;
    }

    .login-lg-r .layui-btn-sm {
        width: 100%;
        height: 38px;
    }

.forget-password {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .forget-password span,
    .forget-password a {
        color: #666;
    }

.login-lg-r .layui-form-pane .layui-form-checkbox {
    margin: 0;
}

.login-xs-bg {
    width: 100%;
    height: 100%;
    background: url('../img/login-xs-bg.png') center no-repeat;
    background-size: cover;
    position: relative;
}

    .login-xs-bg .logo {
        width: 162.5px;
        height: 40px;
        background: url('../img/login-xs-logo.png') center no-repeat;
        background-size: contain;
        display: block;
        position: absolute;
        top: 17.5px;
        left: 27.5px;
    }

    .login-xs-bg .login-block {
        width: 80%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

        .login-xs-bg .login-block > input {
            display: block;
            width: 100%;
            height: 40px;
            line-height: 40px;
            font-size: 14px;
            border-radius: 40px;
            text-align: center;
            border: 1px solid #09958D;
            outline: none;
            margin-bottom: 30px;
        }

        .login-xs-bg .login-block > button {
            display: block;
            width: 100%;
            height: 40px;
            line-height: 40px;
            font-size: 14px;
            border-radius: 40px;
            text-align: center;
            background-color: #09958D;
            border: 1px solid #09958D;
            outline: none;
            margin-bottom: 30px;
            color: #fff;
        }

        .login-xs-bg .login-block > a {
            color: #9CA0A4;
            font-size: 14px;
            text-align: center;
            display: block;
        }

.invoice-type-box {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.latest-news-box {
    font-size: 14px;
    color: #999;
}

    .latest-news-box > a {
        color: #0D968E;
        margin-left: 15px;
    }


.biaoqian-genjinjilu {
    padding: 4px 11px;
    font-size: 12px;
    background: #65AA62;
    color: #fff;
    margin: 5px 8px;
    white-space: nowrap;
    display: inline-block;
}

.custom-detail-tagbox > ul > li.active {
    background: rgba(9, 149, 141, .1);
    border-color: rgba(9, 149, 141, .1);
    color: #09958D;
}

/* 样式调整 */
.resource-manage-oper {
    padding-bottom: 10px;
}

.custom-list-filtrate .layui-tab {
    margin: 0;
}

.custom-list-filtrate.mg0 {
    margin-top: 0;
    padding: 10px 22px;
}

.custom-list-filtrate .layui-tab-content {
    padding: 22px 0 15px;
}

.major-type {
    display: inline-block;
    width: 30px;
    line-height: 16px;
    font-size: 10px !important;
    border: 1px solid #09958D;
    text-align: center;
}

    .major-type.qing {
        color: #09958D !important;
    }

    .major-type.quan {
        background-color: #09958D;
        color: #fff !important;
    }

    .major-type.ying {
        color: #DD001B !important;
        border-color: #DD001B;
    }

/* 各种详情 */
.detail-title {
    font-size: 20px;
    color: #333;
    font-weight: normal;
}

.details-block {
    margin-top: 20px;
    background-color: #fff;
    padding: 25px 20px;
}

.details-block-tt {
    font-size: 14px;
    color: #333;
    padding-bottom: 16px;
    border-bottom: 1px solid #09958D;
    font-family: 'MicrosoftYaHei';
}

.detail-cont-item {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.disperse {
    text-align-last: justify;
    text-align: justify;
    text-justify: distribute-all-lines;
    width: 100px;
    font-size: 14px;
    color: #999;
    font-weight: normal;
}

.detail-cont-item > div {
    width: calc(100% - 105px);
}

    .detail-cont-item > div.full-row {
        width: 100%;
    }

.detail-cont-item .text {
    font-size: 14px;
    color: #333;
}

    .detail-cont-item .text + .text {
        margin-top: 5px;
    }

    .detail-cont-item .text.green {
        color: #09958D;
    }

    .detail-cont-item .text.red {
        color: #F00B0B;
        font-weight: bold;
    }

.details-content .layui-timeline-content .text {
    font-size: 12px;
    color: #333;
}

.details-content .layui-text {
    font-size: 12px;
}

.details-content .btm-box {
    margin-top: 15px;
    padding-left: 25px;
}

    .details-content .btm-box .yes {
        color: #09958D;
        border-color: #09958D;
    }

        .details-content .btm-box .yes:hover {
            background-color: #09958D;
            color: #fff;
        }

    .details-content .btm-box .no {
        color: #999;
        border-color: #999;
    }

        .details-content .btm-box .no:hover {
            background-color: #999;
            color: #fff;
        }

.credentials {
    display: flex;
    flex-flow: wrap;
}

    .credentials > li {
        width: 80px;
        height: 80px;
        position: relative;
        margin-right: 30px;
        margin-top: 20px;
    }

        .credentials > li img {
            width: 100%;
            height: 100%;
        }

        .credentials > li i {
            font-size: 20px;
            color: #FF5722;
            position: absolute;
            top: -11px;
            right: -10px;
            cursor: pointer;
            display: none;
        }

        .credentials > li:hover i {
            display: block;
        }

.red .layui-timeline-axis {
    color: #FF5722;
}

.details-content .green .layui-timeline-content .text {
    color: #09958D;
}

.details-content .red .layui-timeline-content .text {
    color: #FF5722;
}

.detail-cont-item .bargain {
    margin-bottom: 15px;
}

    .detail-cont-item .bargain:last-child {
        margin-bottom: 0;
    }

    .detail-cont-item .bargain h3 {
        font-size: 14px;
        color: #333;
        font-weight: bold;
        line-height: 20px;
    }

        .detail-cont-item .bargain h3 span {
            color: #2F9688;
        }

        .detail-cont-item .bargain h3 strong {
            color: #F00B0B;
        }

    .detail-cont-item .bargain > div > div {
        margin-top: 10px;
    }

        .detail-cont-item .bargain > div > div h4 {
            font-size: 12px;
            color: #333;
        }

            .detail-cont-item .bargain > div > div h4 span {
                color: #2F9688;
            }

            .detail-cont-item .bargain > div > div h4 strong {
                color: #F00B0B;
                font-weight: normal;
            }

        .detail-cont-item .bargain > div > div > div {
            font-size: 12px;
            color: #333;
            margin-top: 8px;
        }

            .detail-cont-item .bargain > div > div > div strong {
                color: #F00B0B;
                font-weight: normal;
            }

/* 统计 */
.statistical-oper-box {
    padding: 11px 22px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    margin-top: 22px;
}

    .statistical-oper-box .type {
        display: flex;
    }

        .statistical-oper-box .type label {
            font-size: 12px;
            color: #333;
            margin-right: 7px;
            font-weight: normal;
            margin-bottom: 0;
            line-height: 24px;
        }

        .statistical-oper-box .type > div {
            width: 60px;
            height: 24px;
        }

    .statistical-oper-box .time {
        width: 110px;
        height: 24px;
    }

        .statistical-oper-box .time .layui-input,
        .layui-select,
        .layui-textarea {
            height: 24px;
        }

.statistical-type-ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 12px;
}

    .statistical-type-ul > li {
        width: 166px;
        height: 60px;
        background-color: #fff;
        text-align: center;
        margin: 11px 0;
        padding: 12px 0;
    }

        .statistical-type-ul > li label {
            font-size: 12px;
            color: #999;
            margin-bottom: 8px;
            display: block;
            font-weight: normal;
        }

        .statistical-type-ul > li strong {
            font-size: 18px;
            color: #09958D;
            display: block;
        }

        .statistical-type-ul > li.active {
            background-color: #09958D;
        }

            .statistical-type-ul > li.active label,
            .statistical-type-ul > li.active strong {
                color: #fff;
            }

.chart-box {
    margin-top: 11px;
    background-color: #fff;
    padding: 20px 30px;
}

    .chart-box .title {
        display: flex;
        justify-content: space-between;
    }

        .chart-box .title label {
            font-size: 16px;
            color: #333;
            font-weight: normal;
            line-height: 30px;
            margin-bottom: 0;
        }

        .chart-box .title ul {
            display: flex;
            border: 1px solid #09958D;
        }

            .chart-box .title ul li {
                background-position: center;
                width: 30px;
                height: 30px;
                background-repeat: no-repeat;
                cursor: pointer;
            }

                .chart-box .title ul li.line {
                    background-image: url('../img/icon1-1.png');
                }

                    .chart-box .title ul li.line.active {
                        background-image: url('../img/icon1.png');
                        background-color: #09958D;
                    }

                .chart-box .title ul li.bread {
                    background-image: url('../img/icon2-2.png');
                }

                    .chart-box .title ul li.bread.active {
                        background-image: url('../img/icon2.png');
                        background-color: #09958D;
                    }

    .chart-box .chart {
        width: 100%;
        height: 250px;
    }

.statistical-table-box {
    margin-top: 22px;
}

.credentials .add-contract-pic {
    border: 1px solid #eee;
    color: #ddd;
    text-align: center;
    cursor: pointer;
}

    .credentials .add-contract-pic i {
        font-size: 28px;
        line-height: 80px;
        display: block;
        position: initial;
        color: #ddd;
    }


/* 首页 */
.home-summ-box {
    margin-top: 22px;
}

    .home-summ-box .list {
        padding: 16px;
        color: #fff;
        position: relative;
    }

    .home-summ-box > div:nth-of-type(1) .list {
        background-color: #FFBD3D;
    }

    .home-summ-box > div:nth-of-type(2) .list {
        background-color: #489DF8;
    }

    .home-summ-box > div:nth-of-type(3) .list {
        background-color: #EA6472;
    }

    .home-summ-box > div:nth-of-type(4) .list {
        background-color: #33CA5A;
    }

    .home-summ-box .list label {
        font-weight: normal;
        font-size: 14px;
        margin-bottom: 6px;
    }

    .home-summ-box .list p {
        font-size: 34px;
        font-weight: bold;
    }

    .home-summ-box .list a {
        position: absolute;
        width: 100%;
        height: 26px;
        line-height: 26px;
        font-size: 12px;
        color: #fff;
        text-align: center;
        display: block;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, .1);
    }

.home-schedule-box {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    background-color: #fff;
    margin-top: 26px;
}

    .home-schedule-box .list {
        padding: 16px 0 16px 50px;
        display: flex;
    }

        .home-schedule-box .list > div {
            margin-left: 22px;
        }

            .home-schedule-box .list > div p {
                font-size: 18px;
                font-weight: bold;
                margin-top: 14px;
                margin-bottom: 10px;
            }

                .home-schedule-box .list > div p i {
                    display: inline-block;
                    width: 9px;
                    height: 9px;
                    background-image: url('../img/arrow.png');
                    margin-left: 5px;
                }

                    .home-schedule-box .list > div p i.up {
                        background-position: 0 0;
                    }

                    .home-schedule-box .list > div p i.down {
                        background-position: 9px -1px;
                    }

                    .home-schedule-box .list > div p i.same {
                        background-position: 46px 0;
                    }

            .home-schedule-box .list > div label {
                display: block;
                font-size: 12px;
                color: #666;
                font-weight: normal;
            }

    .home-schedule-box > div:nth-of-type(1) .list > div p {
        color: #FFBD3D;
    }

    .home-schedule-box > div:nth-of-type(2) .list > div p {
        color: #489DF8;
    }

    .home-schedule-box > div:nth-of-type(3) .list > div p {
        color: #EA6472;
    }

    .home-schedule-box > div:nth-of-type(4) .list > div p {
        color: #33CA5A;
    }


.home-chart-box {
    padding: 20px 24px;
    height: 254px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    background-color: #fff;
}

.home-tips-box {
    padding: 25px 15px;
    height: 290px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    background-color: #fff;
}

    .home-tips-box .title {
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
    }

        .home-tips-box .title h4 {
            font-size: 16px;
            color: #333;
            font-weight: normal;
        }

        .home-tips-box .title a {
            font-size: 12px;
            color: #999;
        }

            .home-tips-box .title a i {
                font-size: 12px;
                margin-left: 5px;
            }

.home-tips-ul {
    overflow: hidden;
    height: 200px;
    overflow-y: auto;
}

    .home-tips-ul li {
        padding: 15px 0;
        border-bottom: 1px solid #EEF2F6;
        font-size: 12px;
        display: flex;
        justify-content: space-between;
        color: #666;
    }

        .home-tips-ul li p {
            width: calc(100% - 50px);
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .home-tips-ul li span {
            color: #09958D;
            text-align: center;
            display: block;
        }

.home-tips-add {
    width: 20px;
    height: 20px;
    border-radius: 3px;
    background-color: #09958D;
    color: #fff;
    font-size: 14px;
    display: block;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    margin-top: 10px;
}

.individual-rank-box {
    padding: 20px 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    background-color: #fff;
    height: 560px;
}

.individual-rank-title {
    display: flex;
    justify-content: space-between;
}

    .individual-rank-title h4 {
        font-size: 16px;
        color: #333;
    }

    .individual-rank-title .layui-form,
    .individual-rank-title .layui-form-select,
    .individual-rank-title .layui-input {
        width: 100px;
        height: 21px;
    }

.individual-rank-box .individual-top-three {
    width: 100%;
    background: url(../img/home-rank-bg.png) center no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: space-around;
    height: 178px;
    align-items: center;
}

    .individual-rank-box .individual-top-three li {
        text-align: center;
        color: #333;
        width: 33.33%;
    }

        .individual-rank-box .individual-top-three li > div {
            width: 40px;
            height: 40px;
            position: relative;
            margin: 0 auto;
            border-radius: 50%;
        }

            .individual-rank-box .individual-top-three li > div img {
                border-radius: 50%;
                width: 100%;
                height: 100%;
            }

        .individual-rank-box .individual-top-three li:nth-of-type(2) div {
            width: 58px;
            height: 58px;
            border: 2px solid #feae30;
        }

        .individual-rank-box .individual-top-three li > div i {
            display: block;
            width: 27px;
            height: 23px;
            position: absolute;
            top: -8px;
            left: 50%;
            transform: translate(-50%, -50%);
            background-position: center;
            background-repeat: no-repeat;
        }

        .individual-rank-box .individual-top-three li:nth-of-type(2) > div i {
            background-image: url('../img/no1.png');
        }

        .individual-rank-box .individual-top-three li:nth-of-type(1) > div i {
            background-image: url('../img/no2.png');
        }

        .individual-rank-box .individual-top-three li:nth-of-type(3) > div i {
            background-image: url('../img/no3.png');
        }

        .individual-rank-box .individual-top-three li p {
            margin-top: 10px;
            font-size: 10px;
        }

        .individual-rank-box .individual-top-three li strong {
            margin-top: 9px;
            font-size: 16px;
            display: block;
        }

.individual-list-ul > li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #F7F7F7;
    padding: 8px 22px;
    font-size: 12px;
    color: #333;
}

    .individual-list-ul > li div {
        display: flex;
        align-items: center;
        width: calc(100% - 80px);
    }

    .individual-list-ul > li img {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        margin: 0 10px;
    }

    .individual-list-ul > li strong {
        font-weight: normal;
    }

    .individual-list-ul > li div p {
        width: calc(100% - 40px);
        white-space: normal;
        overflow: hidden;
        text-overflow: ellipsis;
    }
