.y-refer-area {
  .y-select-filter {
    cursor: pointer;
  }
  .yonicon.yonicon-canzhao, .fa.fa-list {
    color: #666;
    position: absolute;
    top: 8px;
    right: 5px;
    font-size: 14px;
  }
}
.y-refer-area-panel {
  overflow-y: auto;
  padding: 15px;
  background: #fff;
  margin-top: 1px;
  font-size: 13px;
  a {
    text-decoration: none;
    color: #666666;
  }
  .y-refer-area-tabs {
    width: 100%;
    height: 25px;
    float: left;
    border-bottom: 2px solid #edd28b;
    overflow: visible;
  }
  .y-refer-area-tabitem {
    position: relative;
    float: left;
    height: 23px;
    line-height: 23px;
    padding: 0 21px 1px 11px;
    margin-right: 3px;
    border: 1px solid #ddd;
    border-bottom: 0;
    color: #005AA0;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .y-refer-area-tabactive {
    height: 25px;
    background-color: #fff;
    border: 2px solid #edd28b;
    border-bottom: 0;
    padding: 0 20px 0 10px;
    line-height: 22px;
    text-decoration: none;
    color: #000;
  }
  .y-refer-area-content {
    padding-top: 8px;
    li {
      float: left;
      width: 100px;
      padding: 0 0 0 20px;
      clear: none;
      min-height: 28px;
      line-height: 28px;
      text-align: center;
      a {
        padding: 2px 4px;
      }
      a:hover {
        color: white;
        background-color: #005AA0;
      }
    }
  }
}
