.search-result {

    .recommendation {
        padding: 0 15px;
        margin-top: 20px;
        .title {
            font-size: 15px;
            text-align: center;
            color: #525C65;
            background-image: url("../image/tj_bj.png");
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
            width: 109px;
            height: 21px;
            margin: auto;
        }

        .courses {
            display: flex;
            flex-flow: wrap;
            justify-content: space-between;
        }

        .bottom{
            margin-top: 12px;
        }

        .price {
            color: #FF2121;
            font-size: 15px;
            margin-right: 15px;
        }

        .old-price {
            color: $color_999;
            font-size: 11px;
            text-decoration: line-through;
        }
    }
}