.head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  .head_left {
    display: inline-flex;
    align-items: center;
    line-height: 38px;
    .title {
      color: #30354d;
      font-size: 20px;
      margin-right: 24px;
    }
    .icon_more {
      margin-left: -14px;
    }
    .desc {
      font-size: 14px;
      color: #7e849c;
    }
    .item {
      font-size: 14px;
      margin-right: 24px;
      &:last-child {
        margin-right: 0;
      }
    }
    .icon_size {
      font-size: 16px;
    }
  }
  .button_list {
    position: relative;
    .text_button {
      margin-left: 24px;
    }
  }
}

.dj_icon_link {
  font-size: 12px;
  a {
    color: #5b99ea;
    text-decoration: underline;
  }
}
