.route-types {
  display: flex;
  width: 100%;
  padding: 5px 0;
  .route-types-item {
    width: 100%;
    color: #333;
    text-align: center;
    cursor: pointer;
    &:hover,
    &.active {
      color: #2c64a7;
    }
  }
}
