.patientAcceptsRecordList .ant-collapse-header .anticon-right {
  color: #d9d9d9 !important;
}
.patientAcceptsRecordList .ant-collapse-header span {
  margin-right: 15px;
}
.patientAcceptsRecordList .ant-collapse-content-box {
  padding: 15px;
}
.patientAcceptsRecordList .ant-collapse-item {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 8px;
}

.visitRecordView .ant-card-head-title {
  padding: 10px 0;
}
.visitRecordView .ant-card-extra {
  padding: 10px 0;
}
.visitRecordView .ant-card-extra .ant-btn {
  margin: 0 5px;
  padding: 0 5px;
}
.visitRecordView .items {
  min-height: 30px;
  line-height: 30px;
}
.visitRecordView .items > span {
  width: 85px;
  text-align: right;
  float: left;
}
.visitRecordView .items > div {
  width: 475px;
  float: left;
}
.visitRecordView .ant-card {
  margin-bottom: 15px;
}
.visitRecordView .ant-card-body {
  padding: 10px;
}
.visitRecordView .buttons {
  text-align: center;
  margin: 10px 0;
  padding: 0 20px;
}

.chargeInformation .ant-table-wrapper {
  margin-bottom: 60px;
}
.chargeInformation .ant-table-tbody td {
  padding: 0!important;
}
.chargeInformation .total {
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
}
.chargeInformation .total span {
  width: 200px;
  height: 30px;
  float: right;
}
.chargeInformation .total span b {
  width: 80px;
  display: inline-block;
  text-align: right;
}
.chargeInformation .total p {
  height: 30px;
  float: left;
}
.chargeInformation .ant-row {
  clear: both;
  padding: 0 20px;
  margin-top: 30px;
}
.chargeInformation .ant-row .ant-col {
  height: 30px;
  line-height: 30px;
}

.customerData-record {
  margin-top: 10px;
  margin-left: 15px;
  height: calc(100vh - 160px);
  overflow-y: scroll;
}
.customerData-record .record {
  width: 920px;
  height: 40px;
  line-height: 40px;
}
.customerData-record .record .ant-select {
  width: 180px;
  float: right;
}
.customerData-record .ant-collapse {
  width: 920px;
}
.customerData-record .ant-collapse-header {
  background-color: #fff;
}
.customerData-record .ant-empty {
  width: 920px;
}

