.sortList {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #fff;
  color: #333333;
  font-size: 14px;
  padding: 0 30px;
  box-sizing: border-box; }
  .sortList > div > ul.item {
    margin-right: 0 !important; }
  .sortList > div .title_item {
    min-width: 60px; }
    .sortList > div .title_item > a {
      padding: 2px 10px; }
  .sortList > div .title_item:nth-child(2) {
    cursor: pointer; }
  .sortList .sort_menu {
    line-height: 56px;
    display: flex;
    border-bottom: 1px solid #DCDCDC; }
  .sortList .sort_menu:last-child {
    border-bottom: none; }
  .sortList .sort_menu ul.item li {
    text-align: left;
    margin-right: 15px;
    display: inline-block;
    cursor: pointer; }
    .sortList .sort_menu ul.item li > a {
      padding: 2px 10px;
      border-radius: 20px;
      transition: all .15s ease; }
    .sortList .sort_menu ul.item li:not(.selected):hover a {
      background-color: #FFC5B7;
      color: white; }
