.info {
    display: flex;
    flex-wrap: wrap;

    .title {
        font-size: 15px;
        font-weight: 400;
    }

    .contact {
        font-size: 13px;
        color: $red;
    }

    .des {
        align-self: center;
        color: $color_999;
        font-size: 11px;

        .time {
            margin-right: 10px;
        }
    }
}

.add-course {
    padding: 10px 12px;

    button.add {
        width: 150px;
        height: 108px;

        font-size: 15px;
        font-family: HiraginoSansGB-W3;
        font-weight: normal;
        color: $active;


        border: 1px dashed $active;
        background: transparent;
    }
}

.empty {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 140px;
    background: $bg_f5f5f5;
    .iconfish {
        width: 20px;
        height: 20px;
        color: #1a4263;
    }

    .empty-prompt {
        margin-bottom: 30px;
        font-size: $font_12;
        color: $color_666;
    }
    button{
        width:131px;
        height:30px;
        border:1px solid $active;
        border-radius:15px;
        background: transparent;
        color: $active;
        font-size: $font_16;
    }
}