* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.indexPage {
  width: 100vw;
  height: 100vh;
  background: #000 url(../images/bg.png) no-repeat center center;
  background-size: cover;
  padding: 20px 0;
}

.indexPage .wrap {
  max-width: 1200px;
  width: 93%;
  margin: 0 auto;
  color: #fff;
}

.indexPage .phoneBtn {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
}

.indexPage .time {
  display: flex;
  justify-content: space-between;
  line-height: 40px;
  font-size: 20px;
  align-items: center;
}

.indexPage .time p {
  display: flex;
  align-items: center;
  color: #fff;
}

.indexPage .time p .el-button {
  margin-left: 10px;
  cursor: pointer;
}

.indexPage .time p .el-input__inner {
  background: none;
  border: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

.indexPage .time p .el-input__inner input {
  background: none;
  color: #fff;
}

.indexPage .time p .el-input__prefix, .indexPage .time p .el-input__suffix {
  color: #fff;
  font-size: 20px;
  top: -2px;
}

.indexPage .time p .el-date-editor .el-range-separator {
  font-size: 12px;
  color: #fff;
}

.indexPage .time p .el-date-editor .el-range__close-icon,
.indexPage .time p .el-input__suffix {
  display: none;
}

.indexPage .total {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  padding-bottom: 10px;
  font-weight: bold;
  position: relative;
}

.indexPage .total .btn {
  position: absolute;
  right: 0;
  top: 40%;
  transform: translateY(-50%);
  cursor: pointer;
}

.indexPage .tableBox {
  max-height: calc(100vh - 220px);
  overflow: auto;
  border-radius: 10px;
  border: 2px solid #777;
}

.indexPage table {
  text-align: center;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.5em;
  font-size: 14px;
}

.indexPage table th,
.indexPage table td {
  border: 1px solid #555;
  padding: 2px 0px;
}

.indexPage table th p,
.indexPage table td p {
  font-size: 12px;
  line-height: 1.2em;
  max-width: 70px;
  text-align: center;
  margin: 0 auto;
}

.indexPage table th span,
.indexPage table td span {
  background: red;
  font-size: 12px;
  display: inline-block;
  width: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 3px;
}

.indexPage table th span.lu,
.indexPage table td span.lu {
  background: pink;
  color: #333;
}

.indexPage table th span.lei,
.indexPage table td span.lei {
  background: skyblue;
  color: #333;
}

.indexPage table th span.t,
.indexPage table td span.t {
  background: sandybrown;
  color: #333;
}

.indexPage table th span.o,
.indexPage table td span.o {
  background: silver;
  color: #333;
}

.indexPage table th span.z,
.indexPage table td span.z {
  background: #017dad;
}

.indexPage table th span.w,
.indexPage table td span.w {
  background: #049504;
}

.indexPage table th i,
.indexPage table td i {
  margin: 0 5px;
}

.indexPage table th {
  line-height: 2em;
  font-size: 14px;
  background: #152101;
}

.indexPage .add span {
  display: block;
  width: 80px;
  line-height: 20px;
  background: #777;
  border-radius: 0 0 20px 20px;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 6px;
  cursor: pointer;
}

.tableBox::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.tableBox::-webkit-scrollbar-track {
  background-color: rgba(244, 193, 98, 0.2);
  border-radius: 3px;
}

.tableBox::-webkit-scrollbar-thumb {
  background-image: -webkit-linear-gradient(0deg, #ed9236 40%, #f4c162 100%);
  border-radius: 3px;
}

.inputWrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.inputWrap .input {
  width: 100%;
  max-width: 600px;
}

.el-drawer__header {
  margin-bottom: 10px;
}

.btnBox {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.btnBox .el-form-item__content {
  margin-left: 0 !important;
}

.el-drawer.btt {
  height: auto !important;
}

.el-popper[x-placement^=bottom],
.el-picker-panel__body-wrapper,
.el-picker-panel__body {
  width: 330px !important;
  min-width: 0 !important;
  display: flex;
  flex-direction: column;
}

.el-picker-panel__content {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
}

.el-picker-panel {
  left: 30px !important;
}

.popUp .el-form-item--mini.el-form-item, .popUp .el-form-item--small.el-form-item {
  margin-bottom: 10px;
}

.el-drawer.btt {
  max-height: 100vh;
  overflow: auto;
}
