.BasicsHome .otherData {
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 20px;
}
.BasicsHome .otherData .date {
  width: 420px;
  height: 66px;
  position: fixed;
  top: 105px;
  right: 10px;
  z-index: 1;
}
.BasicsHome .otherData .date .el-date-editor {
  width: 240px !important;
  float: right;
  margin: 16px 15px 0 0;
}
.BasicsHome .otherData .date .ant-select {
  width: 150px;
  float: right;
  margin: 16px 15px 0 0;
}
.BasicsHome .otherData .ant-card-head {
  background-color: #e6f7ff;
}
.BasicsHome .otherData .box {
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #e9e9e9;
  margin: 10px 10px 20px 10px;
}
.BasicsHome .otherData .box .text {
  height: 59px;
  line-height: 59px;
  text-indent: 20px;
  border-bottom: 1px solid #f5f5f5;
  color: #333;
  font-size: 14px;
}
.BasicsHome .otherData .box .contText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.BasicsHome .otherData .box .contText div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  float: left;
  text-align: center;
  padding-bottom: 25px;
}
.BasicsHome .otherData .box .contText div p {
  font-size: 30px;
  font-weight: bolder;
  margin-bottom: 0;
  padding-top: 14px;
  color: #000;
}
.BasicsHome .otherData .box .contText div span {
  display: block;
  color: #333;
  font-size: 12px;
}
.BasicsHome .otherData .box .contTable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.BasicsHome .otherData .box .contTable div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  float: left;
  text-align: center;
  color: #333;
  border-right: 1px solid #e9e9e9;
}
.BasicsHome .otherData .box .contTable div p {
  height: 50px;
  line-height: 50px;
  margin-bottom: 0;
}
.BasicsHome .otherData .box .contTable div span {
  height: 50px;
  line-height: 50px;
  display: block;
  background-color: #f3f3f3;
}

.BasicsHome .title {
  height: 66px;
  line-height: 66px;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 7px;
}
.BasicsHome .title h2 {
  line-height: 66px;
  padding: 0 20px;
  font-size: 16px;
  color: #333333;
  font-weight: bolder;
  display: inline-block;
}
.BasicsHome .title h2 div {
  width: 100px;
  height: 62px;
  text-align: center;
  float: left;
  cursor: pointer;
  margin-right: 8px;
}
.BasicsHome .title h2 div:hover,
.BasicsHome .title h2 div.active {
  color: #1784fc;
  border-bottom: 4px solid #1784fc;
}
.BasicsHome .title .el-date-editor {
  width: 240px !important;
  float: right;
  margin: 16px 15px 0 0;
}
.BasicsHome .title .ant-select {
  width: 150px;
  float: right;
  margin: 16px 15px 0 0;
}
.BasicsHome .tabs {
  background-color: #fff;
}
.BasicsHome .color1 {
  color: #FF7640 !important;
}
.BasicsHome .color2 {
  color: #1784fc !important;
}
.BasicsHome .color3 {
  color: #7150D1 !important;
}
.BasicsHome .boxs {
  height: calc(100vh - 170px);
  overflow-y: scroll;
}

