.yy-segmented-control {
  &.am-segment {
    min-height: 30px;
    border-radius: 3px;
  }

  .sub-title {
    color: #888;
    font-size: 14px;
    padding: 30px 0 18px 0;
    margin: 0;
  }

  //.am-segment {
  //  min-height: 30px;
  //  border-radius: 3px;
  //}

  .am-segment-item:first-child {
    border-radius: 3px 0 0 3px;
  }

  .am-segment-item:last-child {
    border-radius: 0 3px 3px 0;
  }

  .am-segment-item[aria-selected="false"] {
    background-color: #fff !important;
  }
}