.link {
    float: right;
    margin-top: 30px;
    .pagination {
      float: left;
      .prev, .next {
        width: 28px;
        height: 28px;
      }
      .current {
        color: #ffffff;
        background: #ED322A;
        border-radius: 2px;
        width: 30px;
        height: 28px;
        display: inline-block;
        margin: 0 3px;
        line-height: 30px;
        text-align: center;
        text-decoration: none;
        border: 1px solid transparent;
        &.next, &.prev {
          width: 28px;
        }
      }
    }
    select,input {
        outline: none;
    }
    select {
      float: left;
      width: 100px;
      height: 30px;
      line-height: 20px;
      border: 1px solid #D9D9D9;
      text-align: center;
      margin-left: 16px;
      padding: 5px 5px 5px 15px;
    }
    .goto {
      float: left;
      margin-left: 17px;
      height: 30px;
      line-height: 30px;
      input {
        width: 48px;
        height: 28px;
        border: 1px solid #D9D9D9;
        padding: 0;
        margin: 0 8px;
        text-align: center;
        position: relative;
        // top: -5px\0;
      }
    }
  }