.BasicsHome .DoctorDatacenter .date {
  width: 420px;
  height: 62px;
  position: fixed;
  top: 100px;
  right: 10px;
  z-index: 2;
}
.BasicsHome .DoctorDatacenter .date .el-date-editor {
  width: 240px !important;
  float: right;
  margin: 16px 15px 0 0;
}
.BasicsHome .DoctorDatacenter .date .ant-select {
  width: 150px;
  float: right;
  margin: 16px 15px 0 0;
}
.BasicsHome .DoctorDatacenter .ant-card {
  margin-bottom: 10px;
}
.BasicsHome .DoctorDatacenter .ant-card-body {
  padding: 15px;
}
.BasicsHome .DoctorDatacenter .ant-card-head-title {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.BasicsHome .DoctorDatacenter .box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #fff;
  border-radius: 6px;
  margin-bottom: 20px;
  border: 1px solid #e9e9e9;
}
.BasicsHome .DoctorDatacenter .box .text {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #e9e9e9;
  color: #333;
  font-size: 14px;
  padding: 0 20px;
}
.BasicsHome .DoctorDatacenter .box .text b {
  font-size: 16px;
  font-weight: 500;
}
.BasicsHome .DoctorDatacenter .box .text div {
  height: 50px;
  float: right;
  text-align: center;
  color: #333;
  margin-left: 20px;
}
.BasicsHome .DoctorDatacenter .box .text div b {
  color: #1784fc;
}
.BasicsHome .DoctorDatacenter .box .contText {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.BasicsHome .DoctorDatacenter .box .contText div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 140px;
  float: left;
  text-align: center;
}
.BasicsHome .DoctorDatacenter .box .contText div p {
  font-size: 30px;
  font-weight: bolder;
  margin-bottom: 0;
  padding-top: 35px;
  color: #000;
}
.BasicsHome .DoctorDatacenter .box .contText div span {
  display: block;
  color: #333333;
  font-size: 12px;
}
.BasicsHome .DoctorDatacenter .box .contTable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.BasicsHome .DoctorDatacenter .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 .DoctorDatacenter .box .contTable div p {
  height: 50px;
  line-height: 50px;
  margin-bottom: 0;
}
.BasicsHome .DoctorDatacenter .box .contTable div span {
  height: 50px;
  line-height: 50px;
  display: block;
  background-color: #f3f3f3;
}
.BasicsHome .DoctorDatacenter .ant-row {
  margin: 10px 0 20px 0!important;
}
.BasicsHome .DoctorDatacenter .ant-row .ant-col {
  padding: 0 7px!important;
}

