* {
  margin: 0px;
  padding: 0;
  box-sizing: border-box;
}
#a {
  width: 100%;
  height: calc(100vh);
  background: rgb(255, 255, 255);
  font-family: 微软雅黑;
  position: absolute;
  left: 0px;
  top: 0px;
}
#aa1 {
  width: 100%;
  height: calc(6vh);
  background: rgba(15, 188, 219, 0);
  text-align: center;
  /*文本水平居中*/
  font-size: calc(3.8vh);
  font-weight: bolder;
  /*文本加粗*/
  line-height: calc(6vh);
  color: RGB(37, 94, 149);
}
#aa2 {
  width: 100%;
  height: calc(4vh);
  background: rgba(98, 30, 255, 0);
  line-height: calc(4vh);
}

#aa2 ul > li {
  float: left;
  width: calc(12vw);
  height: calc(4vh);
  list-style-type: none;
  font-size: calc(1.8vh);
  margin-left: calc(3.6vw);
  line-height: 4.8vh;
}

#aa2 ul > li > input {
  float: left;
  margin-left: calc(0.1vw);
  margin-top: calc(0.9vh);
  width: calc(10vw);
  height: calc(2.9vh);
  list-style-type: none;
  font-size: calc(2vh);
  position: absolute;
}

#aa2 ul > li > select {
  float: left;
  margin-left: calc(0.1vw);
  margin-top: calc(0.9vh);
  width: calc(10vw);
  height: calc(2.9vh);
  list-style-type: none;
  font-size: calc(2vh);
  position: absolute;
}

#aa3 {
  width: 100%;
  height: calc(50vh);
  background: rgb(99, 4, 107, 0);
  font-size: calc(1.2vh);
  min-width: 1340px;
  min-height: 450px;
  overflow: scroll;
  overflow-x: hidden;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
/* 
#aa3 {
  min-width: 1340px;
  min-height: 450px;
  margin: 0px 20px;
} */

#aa3 .table1 {
  width: 98%;
  height: 100%;
}

.table1 {
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 0px;
  font-size: calc(2vh);
  border-collapse: collapse;
}

.table1 tr > td {
  /* height: 16px; */
  text-align: center;
  font-weight: bolder;
}

.table1 .td1 {
  width: calc(8vh);
}

.table1 .td2 {
  width: calc(14vh);
}

.table1 .td3 {
  width: calc(4vh);
}

.table1 .td4,
.table1 .td5 {
  width: calc(2vh);
}

.table1 input {
  width: 100%;
  height: 100%;
  text-align: center;
  font-weight: bolder;
  background-color: rgba(0, 0, 0, 0);
  border-width: 0px;
  font-size: calc(2vh);
  outline-width: inherit;
}

.table1 input:focus {
  border: 1px solid black;
}

.aa > li > input {
  width: 175px;
  height: 25px;
  text-align: inherit;
  background-color: rgba(0, 0, 0, 0);
  border-width: 0px;
  font-size: calc(2vh);
  outline-width: inherit;
}

#aa4 {
  width: 50%;
  height: calc(40vh);
  background: rgb(4, 107, 56, 0);
  position: absolute;
}

#aa4 .horna {
  width: 100%;
  height: 95%;
}

#aa5 {
  width: 50%;
  height: calc(40vh);
  background: rgb(187, 175, 7, 0);
  position: absolute;
  left: 50%;
}

#aa5 .horna {
  width: 100%;
  height: 95%;
}

#aa1 #fanhui {
  width: 66px;
  height: 30px;
  position: absolute;
  top: 15px;
  right: 10px;
  text-align: center;
  line-height: 30px;
}

#tijiao button {
  width: 88px;
  height: 30px;
  position: absolute;
  top: 15px;
  right: 80px;
}

#huoqu button {
  float: left;
  width: 88px;
  height: 30px;
  position: absolute;
  top: 15px;
  right: 190px;
}
#q_exl_out button {
  float: left;
  width: 88px;
  height: 30px;
  position: absolute;
  top: 15px;
  right: 300px;
}
#q_exl_in button {
  float: left;
  width: 88px;
  height: 30px;
  position: absolute;
  top: 15px;
  right: 410px;
}


