/* 康复课程 */
.kfkc {
  width: 1890px;
  position: absolute;
  left: 60px;
  top: 522px;
  font-size: 26px;
  display: flex;
  flex-wrap: wrap;

  .select {
    background-color: rgba(1, 92, 173, 0.2);
    opacity: 1;
    color: #292929;
  }

  .kfkc_title {
    display: flex;
    width: 1890px;
    margin-left: 1px;
    font-size: 21;
    background-color: rgba(230, 230, 237, 0.5);
    border: solid 1px rgba(230, 230, 237, 0.5);
    margin-left: 0px;

    .kfkc_title_item {
      width: 236px;
      text-align: center;
      height: 80px;
      line-height: 80px;
      opacity: 0.5;
      font-size: 30px;
      color: rgb(25,93,167);
    }

    .kfkc_title_lable {
      color: black;
    }

    .act {
      opacity: 1;
    }
  }

  .kfkc_title_item_class {
    width: 236px;
    text-align: center;
    height: 114px;
    line-height: 114px;
    font-size: 42px;
    /* opacity: 0.5; */

  }

  .kfkc_title_item_label {
    height: 42px;
    line-height: 74px;
    width: 227px;
    display: inline-block;
    font-size: 28px;
  }

  .kfkc_title_item_label_sp {
    height: 36px;
    line-height: 38px;
    width: 227px;
    /* margin-left: 6px; */
    display: inline-block;
    font-size: 27px;
  }
  
  .kfkc_title_item_label_time {
    font-weight: bold;
  }

  .kfkc_classes {
    display: flex;
    width: 1890px;
    background-color: rgba(230, 230, 237, 0.5);
    border: solid 1px rgba(230, 230, 237, 0.5);
    margin-top: -2px;
    font-size: 23;

    .kfkc_title_item {
      width: 236px;
      text-align: center;
      height: 80px;
      line-height: 80px;
      opacity: 0.5;
      /* border: solid 1px #B6B6B6; */
      /* margin-left: -2px; */
    }

    .act {
      opacity: 1;
    }

  }

  .kfkc_title_left_border {
    border-right: solid 1px #B6B6B6;
  }

  .kfkc_title_center_border {
    border-right: solid 1px #B6B6B6;
  }

  .kfkc_left_border {
    border-top: solid 1px #B6B6B6;
  }

  .kfkc_center_border {
    border-top: solid 1px #B6B6B6;
    border-left: solid 1px #B6B6B6;
  }
  .kfkc_right_border {
    border-top: solid 1px #B6B6B6;
    border-left: solid 1px #B6B6B6;
  }

}