.wqFrame .content-hd {
  position: relative;
  transition: margin-left 0.3s;
  max-height: 55px;
}

.wqFrame .content-hd .main-title {
  display: inline;
  border-left: 3px solid #4a79d8;
  line-height: unset;
  padding: 1px 10px;
}

.content-bd {
  position: absolute;
  top: 55px;
  left: 0;
  right: 0;
  bottom: 0;
  transition: left 0.3s;
  padding: 15px;
  overflow: hidden;
}

.wq-table table.table {
  margin: 0;
  padding: 0;
  border: 1px solid #eaeced;
}

.wq-table table.table td, .wq-table table.table th {
  padding-left: 12px;
  font-weight: 500;
}

.wq-table table.table > thead > tr > th {
  border: none;
  border-bottom: 1px solid #eaeced;
}

.wq-table table.table thead tr {
  height: 42px;
  line-height: 42px;
  font-size: 14px;
  text-align: left;
  color: #888;
  background-color: #f9fafb;
}

.wq-table table.table tbody tr:hover {
  background-color: #fcfcfc;
}

.wq-table table.table tbody tr td {
  border: 1px solid #f3f4f4;
}

.wq-table table.table tbody td.userTd .table-headpor {
  display: inline-block;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  overflow: hidden;
  vertical-align: middle;
  margin-right: 12px;
}

.wq-table table.table tbody td.userTd .table-headpor img {
  display: block;
  width: 100%;
}

.wq-table table.table tbody td.userTd .user-name, .wq-table table.table tbody td.userTd .user-dep {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.wq-table table.table tbody td.userTd .user-info {
  display: inline-block;
  /* width: calc(100% - 85px); */
  max-width: 120px;
  vertical-align: middle;
}

.wq-table table.table tbody td.userTd .user-dep {
  margin-top: 4px;
  font-size: 12px;
  color: #999;
}

.wq-table .mCSB_container {
  margin-right: 0 !important;
}

.wq-table.table-top-fixed {
  height: 100%;
  overflow: hidden;
}

.wq-table.table-top-fixed > table.table-top-fixed-thead > thead > tr > th {
  border: none;
}

.wq-table.table-top-fixed > .table-top-fixed-tbody {
  height: calc(100% - 42px);
}

.wq-table.table-top-fixed > .table-top-fixed-tbody table {
  border-top: none;
}

.wq-table.table-top-fixed > .table-top-fixed-tbody tr td {
  border-top: none;
  border-left: none;
}

.wq-table.table-top-fixed > .table-top-fixed-tbody tr td:last-child {
  border-right: none;
}

.wq-table.table-top-fixed > .table-top-fixed-tbody tr:last-child td {
  border-bottom: none;
}

input {
  border: 1px solid #e8e9ea;
  color: #ccc;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 12px;
  min-width: 158px;
  transition: all ease-in-out .3s;
}

input:focus {
  border-color: #5f94ec;
}

.from-row {
  margin-bottom: 10px;
}

.from-row input, .from-row button, .from-row .btn {
  height: 34px;
}

.woqu-label {
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 0;
}

.woqu-radio,
.woqu-checkInput:before {
  display: none;
}

.user-checkbox,
.woqu-radioInput {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  line-height: 1;
  width: 16px;
  height: 16px;
}

.woqu-checkInput {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle;
  line-height: 1;
  width: 16px;
  height: 16px;
}

.woqu-radio:checked + .woqu-radioInput:before {
  background-color: #5484ed;
  border-radius: 100%;
  content: "";
  display: inline-block;
  height: 12px;
  margin: 2px;
  width: 12px;
}

.user-checkbox,
.user-checkbox:checked {
  background-color: transparent;
}

.woqu-radio:checked + .woqu-checkbox.woqu-checkInput.wqcf-ok:before {
  border-radius: 2px;
  color: #fff;
  background-color: #348fe2;
  font-size: 16px;
  display: inline-block;
  width: 16px;
  text-align: center;
  margin: -1px 0 0 -1px;
  line-height: 16px;
  height: 16px;
}

.btn {
  padding: 0 18px;
  line-height: 34px;
  height: 34px;
  border-radius: 2px;
  transition: all ease-in-out .3s;
  font-size: 14px;
}

.btn, .btn:focus, .btn:active, .btn:visited, .btn:hover {
  outline: 0 !important;
}

.btn-primary, .btn-primary:focus, .btn-primary:active, .btn-primary:visited {
  background-color: #3782f2;
  color: #fff;
  border-color: none;
  box-shadow: none !important;
}

.btn-default, .btn-default:focus, .btn-default:active, .btn-default:visited {
  background-color: #fff;
  color: #666;
  border-color: #e8e9ea;
  box-shadow: none !important;
}

.btn-info, .btn-info:focus, .btn-info:active, .btn-info:visited {
  background-color: #fff;
  color: #3782f2;
  border-color: #7aaaf1;
  box-shadow: none !important;
}

.btn-primary:hover {
  background-color: #2571e2;
}

.btn-default:hover {
  border-color: #d7d7d7;
  background-color: #fafafa;
  color: #555;
}

.btn-info:hover {
  background-color: #dbe9ff;
  color: #2571e2;
  border: 1px solid #2571e2;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  opacity: .5;
}

.btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
  background-color: #fff;
  color: #3782f2;
  border-color: #7aaaf1;
}

.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  color: #666;
  border-color: #e8e9ea;
}

.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  background-color: #3782f2;
  color: #fff;
  border-color: initial;
}
