html,
body {
  width: 100%;
  height: 100%;
}
body {
  box-sizing: border-box;
  padding: 10px;
}
.baseBox .row {
  display: flex;
}
.baseBox .row > span {
  flex: 1;
  text-align: center;
}
.baseBox {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  box-shadow: 0 0 5px #000;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0 15px;
}
.baseBox .header {
  display: flex;
  height: 40px;
  align-items: center;
}
.baseBox .header input,
.baseBox .header select {
  width: 200px;
  height: 30px;
  margin-right: 15px;
}
.baseBox .title {
  box-sizing: border-box;
  border: 1px solid #222;
  height: 30px;
  line-height: 30px;
  font-weight: 800;
  font-size: 14px;
  background-color: #238c81;
  color: #fff;
}
.baseBox .title span {
  border-right: 1px solid #222;
}
.baseBox .title span:last-child {
  border-right: 0px solid #222;
}
.baseBox .main {
  flex: 1;
  overflow: hidden;
}
.baseBox .main .one {
  line-height: 24px;
  border: 1px solid #222;
  border-top: none;
  box-sizing: border-box;
}
.baseBox .main .one span {
  border-right: 1px solid #222;
}
.baseBox .main .one span:last-child {
  border-right: 0px solid #222;
}
.box.baseBox {
  box-shadow: none;
}
.box.baseBox .row > span:nth-child(1) {
  flex: 0.1;
}
.box.baseBox .row > span:nth-child(2) {
  flex: 0.13;
}
.box.baseBox .row > span:nth-child(3) {
  flex: 0.14;
}
.box.baseBox .row > span:nth-child(4) {
  flex: 0.16;
}
.box.baseBox .row > span:nth-child(5) {
  flex: 0.08;
}
.box.baseBox .row > span:nth-child(6) {
  flex: 0.35;
}
.box.baseBox .row > span:nth-child(7) {
  flex: 0.2;
}
.box.baseBox .row > span:nth-child(8) {
  flex: 0.05;
}
.box.baseBox .row > .ab {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box.baseBox .row > .ab > div:first-child {
  padding-left: 6px;
  font-size: 12px;
}
.box.baseBox .row > .ab > button:last-child {
  margin-right: 6px;
}
.box.baseBox .row > .xf {
  display: flex;
}
.box.baseBox .row > .xf > div {
  flex: 1;
}
.box.baseBox .row > .xf > div:nth-child(1),
.box.baseBox .row > .xf > div:nth-child(2) {
  box-sizing: border-box;
  padding-left: 6px;
  text-align: left;
  font-size: 12px;
}
.box.baseBox .row > .btns {
  display: flex;
  align-items: center;
}
.box.baseBox .row > .btns > * {
  margin-right: 6px;
}
.box.baseBox .row > .btns > *:first-child {
  margin-left: 6px;
}
.box.baseBox .main > .row {
  transition: all 0.05s;
}
.box.baseBox .main > .row:hover {
  background-color: #ccc;
}
.header > .numInfo {
  flex: 1;
  padding-left: 10px;
  font-size: 20px;
  font-weight: 600;
}
.header .layui-laypage {
  box-shadow: 0 0 10px #000;
  box-sizing: border-box;
  border-radius: 5px;
  margin: 0;
}
.header .layui-laypage a,
.header .layui-laypage span {
  margin: 0;
}
.header .layui-laypage .layui-laypage-em {
  background-color: #238c81 !important;
}
