html, body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  background-color: #e9edf2; 
}
.app {
  background-color: #fff;
  padding: 0 64px 30px 64px;
  min-height: 100%;
}

.el-header {
  padding: 0;
}

.head {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #fff; 
  padding-left: 30px;
  box-sizing: border-box;
}

.content {
  border-radius: 15px;
  padding: 0 32px;
}
.content .el-table__row:nth-child(2n-1) {
  background: #F3F6F9;
}
.page_title {
  font-size: 28px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #646970;
  padding-bottom: 3px;
}
.time_title {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #7B7F85;
}

.tab_title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 286px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tab_title span {
  display: block;
  height: 100%;
  line-height: 94px;
  width: 143px;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  text-align: center;
  cursor: pointer;
  border-bottom: 4px solid transparent;
}

.active {
  border-bottom-color: #6C9BF9 !important;
  color: #5B8FF9 !important;
}

.ls_title {
  font-size: 28px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #646970;
  text-align: center;
  margin-bottom: 5px;
  margin-top: 0;
}
.ls_sub_title {
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #646970;
  line-height: 24px;
  text-align: center;
}

.region_tab {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  background-color: #fff;
  border-radius: 8px;
  margin-top: 16px;
}
.tab_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 200px;
  height: 50px;
  margin-left: 22px;
}
.tab_item span {
  display: block;
  height: 50px;
  width: 50%;
  line-height: 50px;
  color: #999999;
  text-align: center;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}
.time2 {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  margin-left: 36px;
}

.main {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.left {
  width: 50%;
  box-sizing: border-box;
  padding-right: 16px;
}
.jz {
  width: 100%;
  height: 138px;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 16px;
  box-sizing: border-box;
}
.point {
  width: 8px;
  height: 8px;
  margin-top: 2px;
  border-radius: 50%;
  background: #F5C742;
  margin-right: 14px;
}
.jz_title_text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #63676E;
}
.linear_line, .linear_line_zy, .linear_line_ot {
  display: block;
  height: 1px;
  margin-left: 20px;
  margin-top: 10px;
  background: linear-gradient(to right, rgba(245,199,66, 1) 0%, rgba(245,199,66, 0) 8%, rgba(243,246,249, 1) 8%, rgba(243,246,249, 1) 100%)
}
.linear_line_zy {
  background: linear-gradient(to right, rgba(245,82,66, 1) 0%, rgba(245,82,66, 0) 8%, rgba(243,246,249, 1) 8%, rgba(243,246,249, 1) 100%)
}
.linear_line_ot {
  background: linear-gradient(to right, rgba(245,133,66, 1) 0%, rgba(245,133,66, 0) 8%, rgba(243,246,249, 1) 8%, rgba(243,246,249, 1) 100%)
}
.jz_content, .zy_content {
  padding: 8px 20px;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #8C9094;
}
.zy {
  margin-top: 20px;
  height: 106px;
}
.point_color {
  background-color: #F55242;
}
.ot {
  margin-top: 20px;
  height: 466px;
}
.ot_content {
  padding: 6px 10px;
}
.ot_point_color {
  background-color: #F58542;
}
.list_item {
  padding: 3px 10px;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #8C9094;
}
.gehangbianse {  
  background: rgba(243,246,249, 0.5);
}

/* 右侧 */
.right {
  width: 50%;
  box-sizing: border-box;
  padding-left: 16px;
  background-color: #fff;
  border-radius: 8px;
}
.table_title {
  position: relative;
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  color: #63676E;
  font-weight: 500;
  text-align: center;
}
.danwei {
  position: absolute;
  top: 5px;
  right: 80px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #63676E;
}
.black-row {
  background: #F8F9FB;
}
.right .el-table__row:nth-child(2n) {
  background: #F8F9FB;
}
/* element */

.el-main {
  border-radius: 16px;
}

.el-input__inner {
  border: none;
  font-size: 16px;
  font-family: HelveticaNeue;
  color: #7B7F85;
}
.el-date-editor.el-input, .el-date-editor.el-input__inner {
  width: 205px;
}