@font-face {
  font-family: "syst-bold";
  src: url("../fonts/syst-bold/font/syst-bold.eot");
  src: url("../fonts/syst-bold/font/syst-bold.eot?#font-spider") format("embedded-opentype"), url("../fonts/syst-bold/font/syst-bold.woff") format("woff"), url("../fonts/syst-bold/font/syst-bold.ttf") format("truetype"), url("../fonts/syst-bold/font/syst-bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -mox-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: "syst-regular";
  src: url("../fonts/syst-regular/font/syst-regular.eot");
  src: url("../fonts/syst-regular/font/syst-regular.eot?#font-spider") format("embedded-opentype"), url("../fonts/syst-regular/font/syst-regular.woff") format("woff"), url("../fonts/syst-regular/font/syst-regular.ttf") format("truetype"), url("../fonts/syst-regular/font/syst-regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -mox-osx-font-smoothing: grayscale;
}

.innerbody {
  background: url(../img/inner-bg.jpg) no-repeat top center/100% 100%;
}

body {
  color: #8e6b41;
}

.innerbox {
  position: absolute;
  width: 94.2%;
  height: 89%;
  top: 5.5%;
  left: 3%;
  display: flex;
}

.innerbox .leftbox {
  display: flex;
  flex-flow: column;
  flex-shrink: 0;
  width: 20.4%;
  border-right: 1px solid rgba(142, 107, 65, 0.3);
  align-items: center;
  justify-content: space-between;
  padding: 5% 0 9%;
}

.innerbox .leftbox .logo {
  width: 27%;
  font-size: 0;
}

.innerbox .leftbox .logo img {
  width: 100%;
}

.innerbox .leftbox .img {
  width: 88%;
  flex-shrink: 0;
}

.innerbox .leftbox>div {
  display: flex;
  flex-flow: column;
  align-items: center;
  font-family: "syst-regular";
}

.innerbox .leftbox .title {
  height: 3vh;
  margin-bottom: 0.5vh;
}

.innerbox .leftbox p {
  font-size: 14px;
  opacity: 0.67;
}

.innerbox .leftbox p span {
  padding: 0 5px;
}

.innerbox .rightbox {
  width: 100%;
  flex-flow: column;
}

.innerbox .databox {
  height: 91%;
  padding: 2.3% 3.5%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

.innerbox .pagebox {
  height: 9%;
  border-top: 1px solid rgba(142, 107, 65, 0.3);
  padding: 10px 3%;
  box-sizing: border-box;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  font-family: "syst-regular";
}

.innerbox .pagebox>p {
  font-size: 14px;
  text-align: right;
}

.tablebox {
  border: 2px solid #8e6b41;
  width: 48.5%;
  height: 100%;
  font-size: 14px;
  color: #90703c;
  box-sizing: border-box;
}

.tablebox .thead {
  font-size: 18px;
  line-height: 40px;
  border-bottom: 1px solid #8e6b41;
  font-family: "syst-bold";
}

.tablebox .tbody {
  line-height: 26px;
  height: calc(100% - 40px);
  overflow: auto;
  padding: 3px 0;
  box-sizing: border-box;
}

.tablebox .thead,
.tablebox .tbody li {
  display: flex;
  justify-content: space-between;
  padding-left: 7%;
  
}

.tablebox .thead span:first-child,
.tablebox .tbody li span:first-child {
  width: 17%;
  flex-shrink: 0;
}

.tablebox .thead span:first-child+span,
.tablebox .tbody li span:first-child+span {
  width: 46%;
  flex-shrink: 0;
}

.tablebox .thead span:first-child+span+span,
.tablebox .tbody li span:first-child+span+span {
  width: 20%;
}

.pagelist {
  display: flex;
  justify-content: center;
}

.pagelist li {
  font-size: 14px;
  margin: 0 12px;
  color: #8e6b41;
  cursor: pointer;
}

.pagelist .jump {
  margin-left: 5vw;
}

.pagelist .jump input {
  width: 50px;
  text-align: center;
  border: 0;
  background: none;
  border-bottom: 1px solid #8e6b4159;
}

.pagelist .jump input:focus {
  outline: 0px;
}

.pagelist .ok {
  cursor: pointer;
}

.loading{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #00000052;
  /* pointer-events: none; */
  z-index: 99;
}

.loading img{
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

* {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media only screen and (max-width: 1450px) {
  .tablebox .thead{
    font-size: 16px;
  }
}