.selectBox {
  position: fixed;
  top: 0px;
  width: 98%;
  background: #fff;
  padding: 15px 1%;
  margin: 0;
  box-sizing: content-box;
  z-index: 99999;
  border-bottom: 1px solid #efefef; }
  .selectBox .groupBox {
    display: inline-block;
    margin-right: 30px; }
    .selectBox .groupBox select.exportItem {
      border-radius: 0 4px 4px 0;
      border-left: none; }
    .selectBox .groupBox .selectName {
      background: #7f7f7f;
      border: 1px solid #7f7f7f;
      border-radius: 4px 0 0 4px;
      display: inline-block;
      padding: 0 5px;
      height: 25px;
      line-height: 25px;
      color: #fff;
      font-size: 14px; }
  .selectBox .topBtn {
    background: #0b97c3;
    color: #fff;
    border: 1px solid #0b97c3;
    border-radius: 4px;
    margin-right: 10px;
    padding: 3px 15px; }
  .selectBox .topItem {
    padding: 0 10px;
    height: 25px;
    vertical-align: top;
    position: relative;
    left: -5px;
    font-size: 14px; }
    .selectBox .topItem.setTime {
      margin-left: -5px;
      background: #0b97c3;
      color: #fff;
      border: 1px solid #0b97c3;
      border-radius: 0 4px 4px 0; }

.contentBox {
  top: 58px;
  position: relative;
  padding-top: 15px; }
  .contentBox table {
    width: 98%;
    border: 1px solid #ccc;
    margin: 0 auto;
    box-sizing: border-box; }
    .contentBox table thead {
      background: #f2f2f2; }
    .contentBox table tr td, .contentBox table tr th {
      border: 1px solid #ccc;
      padding: 5px;
      text-align: center;
      vertical-align: middle; }

/*# sourceMappingURL=itemsManger.css.map */
