﻿.plan_pv .pv_plan_cmm {
    margin: 0 15px;
    font-size: 12px;
    font-weight: 400;
    color: #e94343;
    padding-top: 10px;
    overflow: hidden;
    line-height: 30px;
}

    .plan_pv .pv_plan_cmm .btn {
        float: right;
        background-color: #ffc910;
        color: #fff;
        padding: 0 10px;
        cursor: pointer;
    }
/*专家点评信息*/
.crs_plan .item_tch {
    padding: 5px 10px;
}

    .crs_plan .item_tch .tch_title {
        font-size: 14px;
        font-weight: 700;
        padding-bottom: 5px;
    }

    .crs_plan .item_tch .tch_content {
        padding: 10px 5px;
        border-bottom: 1px solid #ddd;
    }

        .crs_plan .item_tch .tch_content .tch_top {
            height: 25px;
            line-height: 25px;
        }

        .crs_plan .item_tch .tch_content .name {
            padding-right: 10px;
        }

/*修改记录*/
.crs_plan_mdy .plan_pv .title {
    font-size: 15px;
    line-height: 30px;
}

    .crs_plan_mdy .plan_pv .title .date {
        font-size: 13px;
        font-weight: 400;
        color: #bbb;
        padding-top: 10px;
    }

        .crs_plan_mdy .plan_pv .title .date i {
            margin-right: 10px;
        }

        .crs_plan_mdy .plan_pv .title .date .opType {
            background-color: #ff10ed;
            padding: 2px 5px;
            border-radius: 5px;
            cursor: pointer;
            color: #fff;
        }

.crs_plan_mdy .crs_plan .item_tch .tch_content {
    background-color: #eee;
    padding: 10px;
    font-size: 11px;
}

.plan_pv .pv_item .sub_title span {
    font-weight: 400;
    padding-left: 15px;
    font-size: 12px;
    color: #bbb;
}
/*查看路演PPT*/
.crs_ppt {
    padding: 10px 15px;
}

    .crs_ppt .ppt {
        font-size: 14px;
        color: #666;
        padding-bottom: 10px;
        line-height: 25px;
        padding: 10px 0;
        border-bottom: 1px solid #ddd;
    }

        .crs_ppt .ppt:last-child {
            border-bottom: none;
        }

        .crs_ppt .ppt .name {
            color: #333;
            font-size: 16px;
            font-weight: 700;
            overflow: hidden;
            padding-bottom: 5px;
            position: relative;
        }

            .crs_ppt .ppt .name .btn {
                float: right;
                background-color: #ffc910;
                color: #fff;
                padding: 0 10px;
                cursor: pointer;
                font-size: 13px;
                font-weight: 300;
            }

        .crs_ppt .ppt .date {
            font-size: 13px;
            font-weight: 400;
            color: #bbb;
        }

            .crs_ppt .ppt .date i {
                margin-right: 15px;
            }

        .crs_ppt .ppt .exp_cmm {
            font-size: 12px;
            font-weight: 400;
            color: #e94343;
            overflow: hidden;
            line-height: 30px;
        }
    /*闯越马课程项目预览PPT*/
    .crs_ppt .cmt_exp {
        font-size: 15px;
        font-weight: 700;
    }

        .crs_ppt .cmt_exp span {
            font-size: 13px;
            padding-left: 15px;
            color: #bbb;
            font-weight: 300;
        }

    .crs_ppt .cmm_main {
        background-color: #eee;
        padding: 5px 10px;
        margin: 10px 0;
        line-height: 20px;
    }

        .crs_ppt .cmm_main .top {
            color: #aaa;
        }

            .crs_ppt .cmm_main .top span {
                padding-right: 10px;
            }
/*设置封面图片模板*/
.crs_cover {
    position: fixed;
    bottom: 0;
    height: 50px;
    width: 100%;
    background-color: #fff;
    z-index: 1;
}

.footer {
    height: 50px;
}

.crscover_img {
    position: relative;
    width: 100%;
    background-color: #f2f2f2;
    padding: 20px 0;
    overflow-x: hidden;
    clear: both;
}

    .crscover_img .tip {
        text-align: center;
    }

    .crscover_img .cvr {
        position: relative;
        float: left;
        width: 30%;
        box-sizing: border-box;
        text-align: center;
        height: 150px;
        margin: 5px;
        border: 1px solid #333;
        border-radius: 10px;
    }

        .crscover_img .cvr img {
            max-height: 100%;
            max-width: 100%;
        }

        .crscover_img .cvr .btn_del {
            position: absolute;
            top: 0px;
            background-color: #f00;
            color: #fff;
            height: 20px;
            width: 20px;
            text-align: center;
            line-height: 20px;
            border-radius: 50%;
            font-size: 18px;
            right: 0px;
            cursor: pointer;
        }

    .crscover_img .cover {
        height: 128px;
        width: 240px;
        margin: 10px 20px;
        border-radius: 10px;
    }
/*选择封面模板*/
.select_cvr .cover {
    height: 120px;
    width: 150px;
}

.select_cvr .select {
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #5c2274;
    display: none;
    top: 0;
    right: 30px;
    padding: 5px;
}

.select_cvr .cvr.on {
    background-color: #dee7b2;
    border-radius: 20px;
}

    .select_cvr .cvr.on .select {
        display: block;
    }
