.boxBig{
  overflow: hidden;
  width: 100vw;
}
.topbox{
  margin: 16px;
  position: fixed;
  width: calc(100% - 32px);
}
.tableBox{
  margin: 0px 16px;
  position: fixed;
  top: 125px;
  height: calc(100% - 190px);
  overflow: scroll;
  color: rgba(0, 0, 0, 0.6);
}
.tableBox::-webkit-scrollbar {
  display: none;
}
.inp{
  border-radius: 10px;
  background-color: #eff2f1;
  height: 40px;
  width: 100%;
  border: 0px;
  box-sizing: border-box;
  padding: 0px 35px;
  font-size: 16px;
}
.inputBox{
  width: 100%;
  position: relative;
  height: 40px;
}
.search-img{
  position: absolute;
  left: 8px;
  top: 10px;
  width: 20px;
  height: 20px;
}
input:focus{
  outline: none;
}
.showVal{
  margin-top: 20px;
}
.content {
  background-color: #fff;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}

.title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  height: 56px;
  line-height: 56px;
  text-align: left !important;
}
.table-title{
  position: fixed;
  top: 115px; 
  left: 16px;
  z-index: 999;
  background-color: #eff2f1;
  width: calc(100% - 32px) !important;
  color: rgba(0, 0, 0, 0.6);
}
.table-title2 {
  top: 65px; 
}
.td1{
  width: 35%;
}
.td1_2 {
  width: 40% !important;
}
.td2_2 {
  width: 30% !important;
}
.td3_2 {
  width: 30% !important;
}
.td2{
  width: 65%;
  text-align: left !important;
}
.td3{
  width: 65%;
  text-align: center;
}
table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: 13px;
  margin-top: 10px;
  width: 100%;
}

table td {
  border-right: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  box-sizing: border-box;
  padding: 4px !important;
  text-align: center;
}

.tips{
  position: fixed;
  bottom: 0px;
  margin: 5px 16px;
}
a{
  text-decoration: underline;
  color: rgba(0, 0, 0, 0.6);
}
.table-box {
  margin-top: 0px !important;
}
.darkTheme,.darkTheme tbody{
  background-color: black;
  color: rgba(255,255,255,0.75)
}
.darkTheme .inp {
  border: 1px solid #fff;
}
.darkTheme .table-box,.darkTheme a {
  color: rgba(255,255,255,0.75)
}
.darkTheme .tips,.darkTheme .title {
  color: #fff;
}

