  .container {
    min-width: 1366px !important
  }

  .sidebar {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    /* background-color: #e5e5e5 */
  }

  .list-vertical {
    padding: 0
  }

  .list-vertical>li {
    display: block;
    margin-bottom: 10px;
  }

  .list-vertical>li>a {
    width: 120px;
  }

  /* 分页组件 */
  .pagination {
    position: relative;
    text-align: center;
    zoom: 1;
  }

  .pagination:before,
  .pagination:after {
    content: "";
    display: table;
  }

  .pagination:after {
    clear: both;
    overflow: hidden;
  }

  .pagination span {
    float: left;
    margin: 0 5px;
    width: 38px;
    height: 38px;
    font-size: 14px;
    line-height: 38px;
    color: #e5e5e5;
  }

  .pagination a {
    float: left;
    margin: 0 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background: #fff;
    border: 1px solid #ebebeb;
    color: #bdbdbd;
    font-size: 14px;
  }

  .pagination .active {
    float: left;
    margin: 0 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background: #007bff;
    color: #fff;
    font-size: 14px;
    border: 1px solid #007bff;
  }

  .pagination a:hover {
    color: #fff;
    background: #007bff;
  }

  .pagination .next,
  .pagination .prev {
    font-size: 16px;
    font-weight: bold;
  }

  .pagination .now,
  .paginatio .count {
    padding: 0 5px;
    color: #f00;
  }

  .pagination .eg img {
    max-width: 800px;
    min-height: 500px;
  }

  .pagination input {
    float: left;
    margin: 0 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #fff;
    border: 1px solid #a1a1a1;
    outline: none;
    color: #bdbdbd;
    font-size: 14px;
  }

  /* animate scroll*/
  .str_wrap {
    overflow: hidden;
    zoom: 1;
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    background: #f6f6f6;
    white-space: nowrap;
  }

  .str_wrap.str_active {
    background: #f1f1f1;
  }

  .str_move {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    cursor: move;
  }

  .str_move_clone {
    display: inline-block;
    display: inline;
    zoom: 1;
    vertical-align: top;
    position: absolute;
    left: 100%;
    top: 0;
  }

  .str_vertical .str_move_clone {
    left: 0;
    top: 100%;
  }

  .str_down .str_move_clone {
    left: 0;
    bottom: 100%;
  }

  .str_vertical .str_move,
  .str_down .str_move {
    white-space: normal;
    width: 100%;
  }

  .str_static .str_move,
  .no_drag .str_move,
  .noStop .str_move {
    cursor: inherit;
  }

  .str_wrap img {
    max-width: none !important;
  }