/* 2019年3月11日17:01:27 二级板块*/
.discuz-second-div {
}


.dis-content-second {
    width: 100%;
    min-height: 190px;
    margin-bottom: 21px;
    border: 1px solid #d9d9d9;
}

    .dis-content-second .dis-content-second-tit {
        height: 57px;
        background: #f8f8f8;
        border-bottom: 1px solid #d9d9d9;
        font-size: 14px;
        color: #606060;
        padding-left: 30px;
        line-height: 57px;
    }

    .dis-content-second .list {
        height: 130px;
    }

        .dis-content-second .list ul {
            display: flex;
            align-items: center;
            height: 100%;
        }

        .dis-content-second .list li {
            width: 33.3%;
            cursor: pointer;
        }

        .dis-content-second .list .plate-box {
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .dis-content-second .list .plate-box img {
                margin-right: 16px;
            }

            .dis-content-second .list .plate-box .dis-des {
            }

            .dis-content-second .list .plate-box p {
                font-size: 12px;
                font-weight: bold;
                color: rgba(101,101,101,1);
                margin-bottom: 12px;
            }

            .dis-content-second .list .plate-box span {
                font-size: 12px;
                font-weight: 400;
                color: rgba(96,96,96,.42);
            }

.dis-grade {
    width: 100%;
    margin-bottom: 21px;
    border: 1px solid #d9d9d9;
}

/* 学员学习评分 */
.dis-grade .tit
.dis-grade {
    border: 1px solid #d9d9d9;
    margin-bottom: 20px;
}

.dis-grade .tit {
    height: 57px;
    background: #f8f8f8;
    border-bottom: 1px solid #d9d9d9;
    font-size: 14px;
    color: #606060;
    padding-left: 30px;
    line-height: 57px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 26px;
}

        .dis-grade .tit .back-second {
            width: 92px;
            height: 36px;
            background: rgba(232,50,45,1);
            font-size: 12px;
            font-weight: 400;
            color: rgba(255,255,255,1);
            cursor: pointer;
            text-align: center;
            line-height: 36px;
            letter-spacing: 1;
        }

.dis-grade-content {
    padding: 25px;
    box-sizing: border-box;
    padding-top: 10px;
}
/* .dis-start{
	display: flex;
	align-items: center;
} */
.dis-start .layui-rate li i.layui-icon {
    color: #000;
}

.dis-start {
    text-align: right;
}

    .dis-start span {
        font-size: 12px;
        font-weight: 400;
        color: rgba(146,146,146,1);
    }

    .dis-start textarea {
        width: 100%;
        height: 74px;
        resize: none;
        padding: 5px;
        border: 1px solid rgba(214, 214, 214, 1);
    }

.xg-start {
    display: flex;
    align-items: center;
}

    .xg-start p {
        display: block;
        cursor: pointer;
    }

.dis-start button {
    width: 92px;
    height: 36px;
    background: rgba(232,50,45,1);
    font-size: 12px;
    font-weight: 400;
    color: rgba(255,255,255,1);
    margin-top: 13px;
    margin-bottom: 17px;
    cursor: pointer;
}

.grade-list {
}

    .grade-list ul {
        background: rgba(250,250,250,1);
        width: 100%;
        height: 174px;
        border: 1px solid #d9d9d9;
        overflow: auto;
    }

    .grade-list li {
        border-bottom: 1px dashed rgba(219, 219, 219, .27);
        padding-left: 24px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 80px;
        padding-top: 10px;
    }

        .grade-list li p {
            margin-bottom: 16px;
            font-size: 12px;
            font-weight: 400;
            color: rgba(146,146,146,1);
            line-height: 18px;
            letter-spacing: 1px;
        }

        .grade-list li span {
            font-size: 12px;
            font-weight: 400;
            color: rgba(218,218,218,1);
        }
