.finance-account .ant-tabs-bar {
  margin-bottom: 5px;
}
.finance-account .ant-table-wrapper {
  margin: 0 5px;
}
.finance-account .ant-table-thead > tr > th,
.finance-account .ant-table-tbody > tr > th {
  height: 45px;
  padding: 0!important;
}
.finance-account th.type {
  height: 45px;
}
.finance-account th.type div {
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.finance-account th.type .ant-table-column-title {
  max-height: 45px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  white-space: normal;
  position: relative;
}
.finance-account .search {
  min-height: 40px;
  padding-left: 5px;
}
.finance-account .search .el-date-editor,
.finance-account .search .ant-select {
  width: 260px!important;
  float: left;
  margin-right: 10px;
}
.finance-account .search .ant-btn.ant-btn-primary {
  float: right;
  margin-right: 10px;
}
.finance-account .search .formRowCol {
  padding-right: 0;
}
.finance-account .search .w250 {
  width: 250px;
}
.finance-account .search .w250 .ant-btn {
  float: inherit;
}
.finance-account .search .w320 {
  width: 320px;
}
.finance-account .search .w320 .el-date-editor {
  width: 220px!important;
  margin-top: 4px;
}
.finance-account .search .w320 .ant-select {
  width: 100%!important;
  float: inherit;
}
.finance-account .card .ant-card {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  margin: 5px;
}
.finance-account .card .ant-card .ant-card-head {
  border-bottom-color: #f5f5f5;
}
.finance-account .card .ant-card .ant-card-body {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.finance-account .card .ant-card .ant-card-body div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 120px;
  float: left;
  text-align: center;
}
.finance-account .card .ant-card .ant-card-body div p {
  font-size: 30px;
  font-weight: bolder;
  margin-bottom: 0;
  padding-top: 20px;
}
.finance-account .card .ant-card .ant-card-body div span {
  display: block;
  color: #1784fc;
  font-size: 12px;
}
.finance-account .card .ant-card .ant-card-body div.bl {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.finance-account .card .ant-card .ant-card-body .color1 {
  color: #FF7640;
}
.finance-account .card .ant-card .ant-card-body .color2 {
  color: #1784fc;
}
.finance-account .card .ant-card .ant-card-body .color3 {
  color: #7150D1;
}
.finance-account .card .ant-card .ant-card-body .color4 {
  color: #52c41a;
}

.finance-performanceFlow {
  min-height: 600px;
  height: calc(100vh - 205px);
}
.finance-performanceFlow .formRowCol {
  margin-bottom: 0;
}
.finance-performanceFlow .formRowCol .ant-form-item-label {
  width: 80px;
}


.blue[data-v-6421f474] {
  color: #1784fc;
}
.clickable[data-v-6421f474] {
  cursor: pointer;
  text-decoration: underline;
}


.blue[data-v-292d27d1] {
  color: #1784fc;
}
.clickable[data-v-292d27d1] {
  cursor: pointer;
  text-decoration: underline;
}


.blue[data-v-aa65f748] {
  color: #1784fc;
}
.clickable[data-v-aa65f748] {
  cursor: pointer;
  text-decoration: underline;
}


.blue[data-v-4dbee940] {
  color: #1784fc;
}
.clickable[data-v-4dbee940] {
  cursor: pointer;
  text-decoration: underline;
}

.toothsPositions {
  padding: 3px;
  display: block;
}
.toothsPositions .tabs {
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
}
.toothsPositions .tabs.borders {
  border-bottom: 1px solid #00a6c9;
}
.toothsPositions .item {
  min-height: 20px;
  line-height: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}
.toothsPositions .item div.t {
  height: 20px;
  line-height: 20px;
  display: inline-block;
}
.toothsPositions .item div.t span:nth-child(1) {
  height: 16px;
  color: #333;
}
.toothsPositions .item div.t .sides {
  font-size: 12px;
  position: relative;
  top: -4px;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  display: inline-block;
}
.toothsPositions .item div.t.rights {
  float: right;
}
.toothsPositions .item.borders {
  border-right: 1px solid #00a6c9;
}
.toothsPositions .ant-divider {
  float: left;
  height: 20px;
}

.performanceAllocation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.performanceAllocation .leftSide {
  width: 180px;
  height: calc(100vh - 150px);
  border-right: 1px solid #ddd;
  padding-top: 20px;
}
.performanceAllocation .leftSide div {
  height: 40px;
  line-height: 40px;
  padding-left: 15px;
  font-size: 16px;
  color: #000;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}
.performanceAllocation .leftSide div.active,
.performanceAllocation .leftSide div:hover {
  background-color: #e6f7ff;
  color: #1784fc;
}
.performanceAllocation .box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: calc(100vh - 150px);
}
.performanceAllocation .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-active {
  background-color: #e6f7ff;
}
.performanceAllocation .ant-tabs-extra-content div {
  width: 302px;
}
.performanceAllocation .ant-tabs-extra-content div span {
  height: 40px;
  line-height: 40px;
  display: inline-block;
  color: #000;
  text-align: center;
  cursor: pointer;
  padding: 0 6px;
}
.performanceAllocation .ant-tabs-extra-content div span.active,
.performanceAllocation .ant-tabs-extra-content div span:hover {
  color: #1784fc;
  border-bottom: 2px solid #1784fc;
}
.performanceAllocation .ant-tabs-tabpane {
  height: calc(100vh - 186px);
}
.performanceAllocation .search {
  padding: 5px 5px 3px 5px;
  clear: both;
}
.performanceAllocation .search .formRowCol {
  margin-bottom: 0;
}
.performanceAllocation .search .formRowCol .ant-form-item-label {
  width: 80px;
}
.performanceAllocation .search .el-date-editor,
.performanceAllocation .search .ant-select {
  width: 100%!important;
}
.performanceAllocation .ant-table-thead > tr > th,
.performanceAllocation .ant-table-tbody > tr > th {
  height: 45px;
  padding: 0!important;
}
.performanceAllocation th.type {
  height: 45px;
}
.performanceAllocation th.type div {
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.performanceAllocation th.type .ant-table-column-title {
  max-height: 45px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  white-space: normal;
  position: relative;
}

.finance-project .ant-card-body {
  height: calc(100vh - 196px);
  overflow-y: scroll;
}

.finance-paytotal .ant-table-wrapper th .ant-table-column-title {
  height: inherit!important;
  display: inherit!important;
}
.finance-paytotal .ant-table-wrapper th {
  height: 50px;
  padding: 0!important;
}
.finance-paytotal .ant-table-wrapper th .ant-table-column-title {
  height: 40px;
  display: -webkit-box;
}
.finance-paytotal .ant-table-wrapper th .ant-table-column-title span {
  width: 95px;
  height: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.finance-paytotal .ant-table-wrapper th .ant-table-column-title span.money {
  width: 140px;
  line-height: 40px;
}

.finance-charge .ant-tabs-bar {
  margin-bottom: 0;
}
.finance-charge .ant-tabs-tabpane {
  padding: 5px 5px 0 5px;
}
.finance-charge .ant-table-thead > tr > th,
.finance-charge .ant-table-tbody > tr > th {
  height: 45px;
  padding: 0!important;
}
.finance-charge th.type {
  height: 45px;
}
.finance-charge th.type div {
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.finance-charge th.type .ant-table-column-title {
  max-height: 45px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  white-space: normal;
  position: relative;
}
.finance-charge .search {
  height: 40px;
  padding-left: 5px;
}
.finance-charge .search .el-date-editor,
.finance-charge .search .ant-select {
  width: 260px!important;
  float: left;
  margin-right: 10px;
}
.finance-charge .search .ant-btn.ant-btn-primary {
  float: right;
  margin-right: 10px;
}
.finance-charge .search .formRowCol {
  padding-right: 0;
}
.finance-charge .ant-row {
  margin: 0!important;
}
.finance-charge .ant-row .ant-col {
  padding: 0 5px!important;
}
.finance-charge .ant-row .ant-col .formRowCol {
  padding-right: 0;
}

.staffUsers {
  height: calc(100vh - 190px);
  padding: 5px;
}
.staffUsers .title {
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
  border-bottom: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}
.staffUsers .title .flex {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.staffUsers .title .flex .el-date-editor {
  width: 210px!important;
  margin-right: 8px;
}
.staffUsers .title .flex .el-date-editor .el-input__icon.el-range__close-icon {
  display: none;
}
.staffUsers .title .flex .firstVisit {
  width: 150px;
  margin-right: 8px;
}
.staffUsers .title .flex .clinicName {
  min-width: 200px;
}
.staffUsers .title .ant-radio-group {
  width: 180px;
}
.staffUsers .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.staffUsers .box .box-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.staffUsers .box .data {
  width: 500px;
}
.staffUsers .box .data .h {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #e8e8e8;
  font-size: 16px;
  padding-left: 15px;
  font-weight: bold;
}
.staffUsers .box .data .scroll {
  height: calc(100vh - 230px);
  overflow-y: scroll;
}

.finance-balanceDdata .search {
  height: 45px;
  padding-top: 5px;
}
.finance-balanceDdata .search .formRowCol {
  width: 350px;
  float: left;
  padding-right: 0;
  margin-bottom: 0;
}
.finance-balanceDdata .search .formRowCol .ant-form-item-label {
  width: 80px;
}
.finance-balanceDdata .search .ant-btn {
  margin-left: 8px;
}
.finance-balanceDdata .money {
  width: 100px;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  position: relative;
}
.finance-balanceDdata .money i {
  position: absolute;
  top: 6px;
  right: 0;
}
.finance-balanceDdata .money.money1 i {
  top: 12px;
}

.finance-cardDdataTotal th {
  height: 40px;
  line-height: 40px;
  padding: 0!important;
}
.finance-cardDdataTotal th .ant-table-column-title {
  height: 40px;
  display: -webkit-box;
}
.finance-cardDdataTotal th .ant-table-column-title span {
  width: 140px;
  height: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  white-space: normal;
  position: relative;
}
.finance-cardDdataTotal th .ant-table-column-title span i {
  position: absolute;
  top: 12px;
  right: 20px;
}

.finance-cardDdata .formRowCol {
  width: 350px;
  float: left;
  padding-right: 0;
}
.finance-cardDdata .formRowCol .ant-form-item-label {
  width: 80px;
}
.finance-cardDdata .search .ant-btn {
  margin-left: 8px;
}

.finance-conupnDdataTotal th {
  height: 40px;
  line-height: 40px;
  padding: 0!important;
}
.finance-conupnDdataTotal th .ant-table-column-title {
  height: 40px;
  display: -webkit-box;
}
.finance-conupnDdataTotal th .ant-table-column-title span {
  width: 140px;
  height: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  white-space: normal;
  position: relative;
}
.finance-conupnDdataTotal th .ant-table-column-title span i {
  position: absolute;
  top: 12px;
  right: 20px;
}

.finance-couponDdata .formRowCol {
  width: 350px;
  float: left;
  padding-right: 0;
}
.finance-couponDdata .formRowCol .ant-form-item-label {
  width: 80px;
}
.finance-couponDdata .search .ant-btn {
  margin-left: 8px;
}

.finance-cardAbnormal .ant-row {
  margin: 0!important;
}
.finance-cardAbnormal .ant-col {
  padding: 0!important;
}
.finance-cardAbnormal .formRowCol {
  padding-right: 8px;
}
.finance-cardAbnormal .formRowCol .ant-form-item-label {
  width: 80px;
}

.finance-abnormal .ant-tabs-tabpane .ant-card .ant-card-body {
  padding: 0;
}
.finance-abnormal .ant-tabs-tabpane .ant-card .ant-card-body .searchBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.finance-abnormal .ant-tabs-tabpane .ant-card .ant-card-body .searchBox .formRowCol {
  width: 250px;
  padding: 4px 0;
  margin-bottom: 0;
  float: left;
}
.finance-abnormal .ant-tabs-tabpane .ant-card .ant-card-body .searchBox .formRowCol .ant-form-item-label {
  width: 80px;
}
.finance-abnormal .ant-tabs-tabpane .ant-card .ant-card-body .searchBox .formRowCol .ant-form-item-label > label::after {
  margin-right: 5px;
}
.finance-abnormal .ant-tabs-tabpane .ant-card .ant-card-body .searchBox .formRowCol.w200 {
  width: 200px;
}
.finance-abnormal .ant-tabs-tabpane .ant-card .ant-card-body .searchBox .btnButton {
  width: 155px;
  float: left;
  text-align: center;
}
.finance-abnormal .ant-tabs-tabpane .ant-card .ant-card-body .searchBox .btnButton .ant-btn {
  margin-left: 8px;
}
.finance-abnormal .ant-tabs-tabpane .ant-card .ant-card-body .searchBox .box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.finance-abnormal .ant-tabs-tabpane .ant-card .ant-card-body .searchBox .box .w1 {
  width: 300px;
}
.finance-abnormal .ant-tabs-tabpane .ant-card .ant-card-body .searchBox .ant-radio-group {
  width: 210px;
  margin-top: 8px;
}
.finance-abnormal .ant-tabs-tabpane .ant-card .ant-card-body .search .formRowCol {
  width: 300px;
  float: left;
  padding-right: 0;
}
.finance-abnormal .ant-tabs-tabpane .ant-card .ant-card-body .search .formRowCol .ant-form-item-label {
  width: 80px;
}
.finance-abnormal .ant-tabs-tabpane .ant-card .ant-card-body .boxMoney {
  color: #000;
  font-size: 14px;
  padding-left: 10px;
  height: 30px;
  line-height: 30px;
}
.finance-abnormal .ant-tabs-tabpane .ant-card .ant-card-body .boxMoney b {
  margin-right: 10px;
}

.financeCentre {
  min-height: calc(100vh - 97px);
}
.financeCentre > .ant-card-body {
  padding: 5px 0 0 0;
}

