.title[data-v-07183f0c] {
  height: 45px;
  line-height: 45px;
  color: #333;
  font-weight: bold;
}
.flex[data-v-07183f0c] {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 45px;
  border-top: 1px solid #f8f8f8;
  float: left;
}
.flex.w100[data-v-07183f0c] {
  width: 100%;
}
.flex .label[data-v-07183f0c] {
  width: 120px;
  line-height: 43px;
  text-align: right;
  color: #999;
}
.flex .label .anticon[data-v-07183f0c] {
  color: #333 !important;
  cursor: pointer;
}
.flex .content[data-v-07183f0c] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #333;
  line-height: 22px;
  word-break: break-all;
  white-space: initial;
  padding-top: 12px;
}
.flex .content span[data-v-07183f0c] {
  margin-right: 20px;
}
.flex .content .text[data-v-07183f0c] {
  overflow: hidden;
  max-height: 65px;
  padding-right: 35px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.flex .content .text[data-v-07183f0c]:before {
  content: "";
  height: calc(100% - 24px);
  float: right;
}
.flex .content .text[data-v-07183f0c]:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: #fff;
}
.flex .content .btn[data-v-07183f0c] {
  clear: both;
  padding: 0 5px;
  color: #1784fc;
  line-height: 18px;
  border-radius: 4px;
  border: 1px solid #1784fc;
  font-size: 14px;
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 0;
}
.flex .content .btn[data-v-07183f0c]:before {
  content: "展开";
}
.flex .content .exp[data-v-07183f0c] {
  display: none;
}
.flex .content .exp:checked + .text[data-v-07183f0c] {
  max-height: inherit;
}
.flex .content .exp:checked + .text .btn[data-v-07183f0c]::before {
  content: "收起";
}
.flex .content .exp:checked + .text[data-v-07183f0c]::after {
  visibility: hidden;
}
.bb[data-v-07183f0c] {
  height: 1px;
  background-color: #f8f8f8;
  clear: both;
}
.br[data-v-07183f0c] {
  border-right: 1px solid #f8f8f8;
}
.file[data-v-07183f0c] {
  width: 215px;
  height: 30px;
  line-height: 30px;
  display: block;
  float: left;
  cursor: pointer;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 7px 3px hsla(0, 0%, 78.8%, 0.2);
          box-shadow: 0 3px 7px 3px hsla(0, 0%, 78.8%, 0.2);
  border-radius: 4px;
  margin: 0 5px 5px 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.file p[data-v-07183f0c] {
  width: 170px;
  height: 30px;
  float: left;
  color: #1784fc;
  margin-bottom: 0;
  padding-left: 5px;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.file p[data-v-07183f0c]:nth-child(2) {
  width: 40px;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
}
.file[data-v-07183f0c]:hover {
  background-color: rgba(24, 144, 255, 0.1);
}

.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;
}

.patient-TreatmentList .ant-collapse-header .anticon-right {
  color: #d9d9d9 !important;
}
.patient-TreatmentList .ant-collapse-header span {
  margin-right: 15px;
}
.patient-TreatmentList .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;
}
.patient-TreatmentList .ant-collapse-content-box {
  padding: 15px;
}
.patient-TreatmentList .ant-collapse .ant-table-body td,
.patient-TreatmentList .ant-collapse .ant-table-body th {
  text-align: center;
}
.patient-TreatmentList .ant-collapse .ant-row {
  min-height: 45px;
}
.patient-TreatmentList .ant-collapse .ant-row .ant-col {
  min-height: 45px;
  border-bottom: 1px solid #f8f8f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.patient-TreatmentList .ant-collapse .ant-row .ant-col .label {
  width: 100px;
  line-height: 45px;
  text-align: right;
  padding-right: 5px;
}
.patient-TreatmentList .ant-collapse .ant-row .ant-col .label.w-100 {
  line-height: 20px;
  padding-top: 3px;
}
.patient-TreatmentList .ant-collapse .ant-row .ant-col .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.patient-TreatmentList .ant-collapse .ant-row .ant-col .content .img {
  width: 60px;
  height: 60px;
  margin: 2px 4px 4px 0;
  border-radius: 4px;
  padding: 3px;
  border: 1px solid #ccc;
  float: left;
  cursor: pointer;
  position: relative;
}
.patient-TreatmentList .ant-collapse .ant-row .ant-col .content .img img {
  max-width: 54px;
  max-height: 54px;
}
.patient-TreatmentList .ant-collapse .ant-row .ant-col .content .img .anticon-eye {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.patient-TreatmentList .ant-collapse .ant-row .ant-col .content .img:hover .anticon-eye {
  opacity: 1;
}
.patient-TreatmentList .ant-collapse .ant-row .ant-col .content .project {
  max-width: 560px;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 15px;
  float: left;
}
.patient-TreatmentList .ant-collapse .ant-row .ant-col .content .toothItem {
  width: 667px;
  min-height: 65px;
}
.patient-TreatmentList .ant-collapse .ant-row .ant-col .content .toothItem > div {
  width: 680px;
  min-height: 60px;
  margin-right: 2px;
  float: left;
  border: 1px solid #f0f0f0;
  border-radius: 3px;
  padding: 5px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.patient-TreatmentList .ant-collapse .ant-row .ant-col .content .toothItem > div .toothsPositions {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-right: 1px solid #00a6c9;
}
.patient-TreatmentList .ant-collapse .ant-row .ant-col .content .toothItem > div > p {
  width: 390px;
  height: 50px;
  line-height: 25px;
  margin: 0;
  padding-left: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}
.patient-TreatmentList .ant-collapse .ant-row .ant-col .content .toothItem > div > p span {
  height: 50px;
  overflow: hidden;
  display: inline-block;
}
.patient-TreatmentList .titles {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: bold;
  color: #1C62C1;
  background-color: #F5F9FF;
  border-bottom: 1px solid #E9E9E9;
  padding-left: 16px;
}
.patient-TreatmentList .flieBox h3 {
  color: #333;
  font-weight: bold;
  padding-top: 10px;
  padding-left: 24px;
}
.patient-TreatmentList .flieBox .flieImg {
  width: 172px;
  height: 170px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 24px;
}
.patient-TreatmentList .flieBox .flieImg span {
  width: 172px;
  text-align: center;
  height: 120px;
  line-height: 116px;
  border-radius: 4px;
  overflow: hidden;
  display: inline-block;
  border: 1px solid #f9f9f9;
}
.patient-TreatmentList .flieBox .flieImg span img {
  max-width: 168px;
  max-height: 118px;
  display: inline-block;
}
.patient-TreatmentList .flieBox .flieImg div {
  height: 37px;
  font-size: 12px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  cursor: pointer;
}
.patient-TreatmentList .tags {
  display: inline-block;
}
.patient-TreatmentList .tags b {
  height: 24px;
  line-height: 24px;
  background-color: #E9F2FF;
  display: inline-block;
  margin-left: 8px;
  padding: 0 5px;
  color: #1784fc;
  font-weight: 500;
  font-size: 12px;
}

.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;
}

.reservationStatus .ant-drawer-body {
  padding-top: 2px;
}
.reservationStatus .ant-drawer-body .box {
  height: calc(100vh - 57px);
}
.reservationStatus .ant-tabs-bar {
  margin-bottom: 0;
}
.reservationStatus .ant-tabs-tabpane {
  height: calc(100vh - 100px);
  overflow-y: scroll;
}
.reservationStatus .ant-tabs-ink-bar {
  height: 45px;
}
.reservationStatus .ant-tabs-tab {
  width: 150px;
  z-index: 5;
  text-align: center;
}
.reservationStatus .ant-tabs-tab-active {
  color: #fff;
}
.reservationStatus .ant-timeline {
  margin: 20px 0 0 20px;
}
.reservationStatus .button .tags {
  width: 60px;
  line-height: 22px;
  border: 1px solid #1784fc;
  border-radius: 4px;
  text-align: center;
  display: inline-block;
  margin-left: 8px;
  font-size: 12px;
  color: #1784fc;
}

.transferActions .ant-modal-body {
  padding: 15px!important;
  min-height: 300px;
}
.transferActions .ant-modal-body .ha {
  height: 50px;
}
.transferActions .ant-modal-body td .ant-btn {
  padding: 0 8px!important;
  margin: 0 5px;
}

.registrationForm .ant-modal-body {
  padding: 2px 0 10px 0;
}
.registrationForm .flBox {
  width: 400px;
  height: 100px;
  float: left;
}
.registrationForm .formRowCol {
  padding-right: 15px;
}
.registrationForm .formRowCol.w50 {
  width: 400px;
  float: left;
}
.registrationForm .formRowCol.w51 {
  width: 480px;
  float: left;
}
.registrationForm .formRowCol .ant-form-item-label {
  padding-right: 3px;
}
.registrationForm .formRowCol .ant-form-item-label .iconfont {
  color: #1784fc;
}
.registrationForm .formRowCol .ant-select,
.registrationForm .formRowCol input.ant-input {
  width: 270px;
}
.registrationForm .formRowCol .desc {
  max-width: 240px;
}
.registrationForm .formRowCol .desc.w8 {
  width: 240px;
  float: left;
}
.registrationForm .formRowCol .seBtn {
  height: 35px;
  padding-top: 5px;
}
.registrationForm .formRowCol .seBtn .ant-input-number {
  width: 230px;
  float: left;
  border-radius: 2px 0 0 2px;
  border-right: none;
}
.registrationForm .formRowCol .seBtn .ant-btn {
  float: left;
  border-radius: 0 2px 2px 0;
}
.registrationForm .info-name {
  height: 35px;
  padding: 0 20px;
}
.registrationForm .info-name b {
  font-size: 20px;
  color: #333;
  margin-right: 10px;
}
.registrationForm .info-name .iconx-sex1,
.registrationForm .info-name .iconx-sex2 {
  font-size: 18px;
  color: #1784fc;
}
.registrationForm .info-name .badgeIcons {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  background-color: #E0FFDF;
  color: #3AA837;
  display: inline-block;
  border-radius: 20px;
  margin-left: 8px;
}
.registrationForm .iconfonts {
  height: 30px;
  padding: 0 20px;
}
.registrationForm .iconfonts p {
  margin-bottom: 0;
  display: inline-block;
  color: #666;
  font-size: 14px;
  margin-right: 20px;
}
.registrationForm .connent {
  background-color: #EEEEEE;
  padding: 5px 20px 0 20px;
  margin-bottom: 10px;
}
.registrationForm .connent div {
  height: 27px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.registrationForm .connent div span {
  width: 280px;
  color: #868686;
  font-size: 14px;
}
.registrationForm .connent div span b {
  color: #666;
}
.registrationForm .radioGroup.ant-radio-group {
  width: 480px;
  padding-left: 23px;
  float: left;
}
.registrationForm .radioGroup.ant-radio-group .text {
  width: 95px;
  display: inline-block;
  text-align: right;
  padding-right: 3px;
}
.registrationForm .radioGroup.ant-radio-group .ant-radio-wrapper {
  margin-bottom: 10px;
  padding: 4px 0;
  display: block;
}
.registrationForm .radioGroup.ant-radio-group .ant-radio-inner {
  border-radius: 0;
}
.registrationForm .radioGroup.ant-radio-group .ant-radio-inner::after {
  border-radius: 0;
}
.registrationForm .radioGroup.ant-radio-group .ant-select {
  width: 290px;
}

.ant-modal-root.ant-modal-confirm .ant-modal-wrap {
  z-index: 1200;
}

.talksDriveImg .ant-modal-body {
  min-height: 400px;
  padding: 10px 0;
}
.talksDriveImg .ant-modal-body .box {
  height: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.talksDriveImg .ant-modal-body .box div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 260px;
  line-height: 260px;
  text-align: center;
  padding: 5px;
  border-radius: 4px;
  border: 1px solid #f1f1f1;
  margin: 0 5px;
  cursor: pointer;
}
.talksDriveImg .ant-modal-body .box div img {
  max-width: 100%;
  max-height: 250px;
  display: inline-block;
}
.talksDriveImg .ant-modal-body .la {
  padding-left: 15px;
  padding-top: 10px;
  font-weight: bold;
  font-size: 16px;
  color: #000;
}
.talksDriveImg .ant-modal-body .description {
  border: 1px solid #ddd;
  max-height: 350px;
  overflow-y: scroll;
  padding: 10px;
  margin: 10px 20px;
  border-radius: 4px;
}

.talksDriveVideo .ant-modal-body {
  min-height: 400px;
  padding: 0 10px 20px 10px;
}
.talksDriveVideo .ant-modal-body .la {
  padding-left: 15px;
  padding-top: 10px;
  font-weight: bold;
  font-size: 16px;
  color: #000;
}
.talksDriveVideo .ant-modal-body .description {
  border: 1px solid #ddd;
  max-height: 350px;
  overflow-y: scroll;
  padding: 10px;
  margin: 10px 20px;
  border-radius: 4px;
}

.talksDriveData .ant-drawer-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.talksDriveData .ant-drawer-body .ant-empty {
  margin-top: 50px;
}
.talksDriveData .ant-drawer-body .leftBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 15px;
}
.talksDriveData .ant-drawer-body .leftBox .input {
  height: 32px;
  line-height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.talksDriveData .ant-drawer-body .leftBox .input > span {
  width: 80px;
  color: #333;
  text-align: right;
  font-size: 15px;
  margin-right: 10px;
}
.talksDriveData .ant-drawer-body .leftBox .input .ant-select {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.talksDriveData .ant-drawer-body .leftBox .input .ant-btn {
  margin-right: 15px;
  margin-left: 10px;
}
.talksDriveData .ant-drawer-body .leftBox .collect {
  height: 40px;
  line-height: 35px;
  overflow: hidden;
  border-bottom: 1px solid #f1f1f1;
}
.talksDriveData .ant-drawer-body .leftBox .collect div {
  width: 80px;
  text-align: right;
  font-size: 15px;
  margin-right: 10px;
  float: left;
  cursor: pointer;
}
.talksDriveData .ant-drawer-body .leftBox .collect span {
  float: left;
  padding: 0 8px;
  cursor: pointer;
  color: #333;
}
.talksDriveData .ant-drawer-body .leftBox .header {
  height: 50px;
  border-bottom: 1px solid #f1f1f1;
  padding-left: 30px;
}
.talksDriveData .ant-drawer-body .leftBox .header span {
  width: 100px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
  font-size: 15px;
  margin-right: 5px;
}
.talksDriveData .ant-drawer-body .leftBox .header span.active,
.talksDriveData .ant-drawer-body .leftBox .header span:hover {
  color: #1784fc;
  border-bottom: 2px solid #1784fc;
}
.talksDriveData .ant-drawer-body .leftBox .header b {
  width: 50px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  float: right;
  color: #666;
  cursor: pointer;
  border: 1px solid #666;
  border-radius: 4px;
  margin: 12px 30px;
}
.talksDriveData .ant-drawer-body .leftBox .header b.active,
.talksDriveData .ant-drawer-body .leftBox .header b:hover {
  color: #1784fc;
  border: 1px solid #1784fc;
}
.talksDriveData .ant-drawer-body .leftBox .box {
  height: calc(100vh - 148px);
}
.talksDriveData .ant-drawer-body .leftBox .items {
  width: 260px;
  height: 300px;
  background: -webkit-gradient(linear, left bottom, left top, from(#DAEBFF), color-stop(50%, #F7FBFF));
  background: linear-gradient(360deg, #DAEBFF 0%, #F7FBFF 50%);
  -webkit-box-shadow: 0 2px 6px 0 rgba(23, 132, 252, 0.24);
          box-shadow: 0 2px 6px 0 rgba(23, 132, 252, 0.24);
  border-radius: 8px 8px 8px 8px;
  border: 2px solid #fff;
  margin: 10px 0 0 10px;
  padding-top: 5px;
  cursor: pointer;
  float: left;
  position: relative;
}
.talksDriveData .ant-drawer-body .leftBox .items:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#DAEBFF), color-stop(50%, #DAEBFF));
  background: linear-gradient(360deg, #DAEBFF 0%, #DAEBFF 50%);
}
.talksDriveData .ant-drawer-body .leftBox .items.item3 .cover img {
  max-width: 260px;
  max-height: 100px;
  display: inline-block;
}
.talksDriveData .ant-drawer-body .leftBox .items .ant-checkbox-wrapper {
  width: 26px;
  height: 26px;
  background-color: #fff;
  border-radius: 0 0 4px 0;
  padding-top: 3px;
  padding-left: 5px;
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
}
.talksDriveData .ant-drawer-body .leftBox .items .iconfonts {
  width: 40px;
  height: 25px;
  line-height: 26px;
  border-radius: 4px 0 0 4px;
  background-color: #fff;
  z-index: 9;
  text-align: center;
  position: absolute;
  top: 110px;
  right: 0;
}
.talksDriveData .ant-drawer-body .leftBox .items .iconfonts .iconfont {
  width: 25px;
  color: #999;
  display: inline-block;
}
.talksDriveData .ant-drawer-body .leftBox .items .iconfonts .orange {
  color: #FFD500;
}
.talksDriveData .ant-drawer-body .leftBox .items .cover {
  width: 260px;
  height: 135px;
  border-bottom: 1px solid #f1f1f1;
  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;
  position: relative;
}
.talksDriveData .ant-drawer-body .leftBox .items .cover img {
  max-width: 250px;
  max-height: 130px;
}
.talksDriveData .ant-drawer-body .leftBox .items .cover .anticon-video-camera {
  color: #FFFFFF;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.talksDriveData .ant-drawer-body .leftBox .items .cover .anticon-video-camera svg {
  width: 32px;
  height: 32px;
}
.talksDriveData .ant-drawer-body .leftBox .items .title {
  height: 36px;
  line-height: 36px;
  padding-left: 10px;
  padding-right: 5px;
  font-weight: bold;
  font-size: 18px;
  color: #333;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.talksDriveData .ant-drawer-body .leftBox .items .date {
  height: 24px;
  line-height: 24px;
  color: #999;
  padding-left: 10px;
  padding-right: 5px;
}
.talksDriveData .ant-drawer-body .leftBox .items .date .iconfont {
  float: left;
}
.talksDriveData .ant-drawer-body .leftBox .items .description.wetextcontainer {
  padding: 0 5px 0 10px;
  max-height: 93px;
  overflow-y: scroll;
}
.talksDriveData .ant-drawer-body .righBox {
  width: 350px;
  border-left: 1px solid #f1f1f1;
}
.talksDriveData .ant-drawer-body .righBox .ant-radio-group {
  margin: 10px 0;
  display: block;
  text-align: center;
}
.talksDriveData .ant-drawer-body .righBox .box {
  height: calc(100vh - 105px);
  padding-left: 20px;
}
.talksDriveData .ant-drawer-body .righBox .box .ant-timeline-item-content {
  margin-left: 12px;
}
.talksDriveData .ant-drawer-body .righBox .box .ant-timeline-item {
  padding-bottom: 10px;
}
.talksDriveData .ant-drawer-body .righBox .box .item {
  padding: 8px 2px 8px 0;
  background-color: rgba(23, 132, 252, 0.1);
  border-radius: 4px;
}
.talksDriveData .ant-drawer-body .righBox .box .text {
  height: 25px;
  line-height: 25px;
  color: #333;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.talksDriveData .ant-drawer-body .righBox .box .text b {
  width: 80px;
  display: inline-block;
  text-align: right;
}

.UploadModal .uploadStats {
  width: 100%;
  height: 493px;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 10px;
  position: absolute;
  top: 46px;
  left: 0;
  z-index: 3;
}
.UploadModal .uploadStats .ant-alert-with-description {
  padding: 10px 10px 10px 64px;
}
.UploadModal .uploadStats-box {
  height: 400px;
  overflow-y: auto;
}
.UploadModal .uploadStats-box > div {
  margin-top: 8px;
  padding: 8px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.UploadModal .uploadStats-box > div.bg {
  color: #faad14;
}
.UploadModal .uploadStats-box > div .anticon-double-left {
  padding: 3px;
  text-align: center;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  color: #000;
  cursor: pointer;
}
.UploadModal .uploadStats-box > div .anticon-double-left.show {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.UploadModal .ant-modal-body {
  padding: 10px;
}
.UploadModal .ant-spin {
  width: 100%;
}
.UploadModal .ant-spin .ant-spin-dot-spin {
  margin-top: 100px;
}
.UploadModal .ant-empty {
  margin-top: 100px;
}
.UploadModal .box {
  height: 400px;
  overflow-y: auto;
}
.UploadModal .ant-row {
  height: 150px;
  clear: both;
}
.UploadModal .ant-row .ant-col {
  height: 150px;
  padding: 5px;
  text-align: center;
}
.UploadModal .tabs {
  height: 52px;
  padding: 10px;
  border-bottom: 1px solid #f1f1f1;
}
.UploadModal .tabs .ant-select {
  width: 220px;
  float: left;
  margin-left: 50px;
}
.UploadModal .uploads {
  height: 40px;
  text-align: right;
  padding: 5px 10px 0 10px;
}
.UploadModal .uploads .el-date-editor {
  width: 200px!important;
  line-height: 32px;
  float: left;
}
.UploadModal .uploads .el-date-editor .el-input__icon {
  line-height: 32px;
}
.UploadModal .uploads .radio {
  height: 32px;
  line-height: 32px;
  float: right;
}
.UploadModal .uploads .ant-upload {
  float: right;
}
.UploadModal .ant-upload-list.ant-upload-list-text {
  display: none;
}
.UploadModal .remarks.ant-col {
  text-align: left;
}
.UploadModal .remarks.ant-col .ant-input {
  margin-top: 10px;
}
.UploadModal .pictureCardss {
  width: 260px;
  height: 140px;
  text-align: center;
  border: 1px dotted #e3e3e3;
  background-color: #fafafa;
  display: inline-block;
  padding: 5px 0;
}
.UploadModal .pictureCardss.error {
  border-color: red;
}
.UploadModal .pictureCardss .anticon {
  margin: 45px;
  color: #1784fc;
}
.UploadModal .pictureCardss .anticon svg {
  width: 30px;
  height: 30px;
  color: #1784fc;
}
.UploadModal .pictureCardss img {
  max-width: 250px;
  height: 130px;
}
.UploadModal .ant-col-2 {
  padding-top: 20px!important;
}
.UploadModal .iconshanchu {
  color: red;
  cursor: pointer;
}
.UploadModal .crop-info,
.UploadModal .cropper-crop-box,
.UploadModal .cropper-drag-box {
  display: none;
}

.fileInfoData .tabs {
  height: 52px;
  padding: 10px;
  border-bottom: 1px solid #f1f1f1;
}
.fileInfoData .tabs .ant-select {
  width: 220px;
  float: right;
}
.fileInfoData .box1 {
  height: calc(100vh - 190px);
  padding-top: 5px;
  overflow-y: auto;
}
.fileInfoData .box2 {
  height: calc(100vh - 95px);
  padding-top: 5px;
  overflow-y: auto;
}
.fileInfoData .items {
  margin: 0 10px 5px 5px;
  padding: 15px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #f1f1f1;
  position: relative;
}
.fileInfoData .items .img {
  width: 110px;
  height: 110px;
  line-height: 100px;
  cursor: pointer;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-right: 10px;
  padding: 5px;
}
.fileInfoData .items .img img {
  max-width: 100px;
  max-height: 100px;
}
.fileInfoData .items .img .anticon-eye {
  width: 110px;
  height: 110px;
  line-height: 110px;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.fileInfoData .items .img:hover .anticon-eye {
  opacity: 1;
}
.fileInfoData .items .text {
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  word-break: break-all;
}
.fileInfoData .items .text p {
  margin-bottom: 0;
}
.fileInfoData .items .text div {
  height: 30px;
  line-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fileInfoData .items .text div p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.fileInfoData .items .ant-btn.blue {
  padding: 0 3px;
  position: absolute;
  top: 5px;
  right: 40px;
}
.fileInfoData .items .ant-btn.red {
  padding: 0 3px;
  position: absolute;
  top: 5px;
  right: 5px;
}
.fileInfoData .items .antBtn {
  right: 45px!important;
}
.fileInfoData .buttons {
  text-align: center;
  padding: 5px 0;
  border-top: 1px solid #e8e8e8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fileInfoData .buttons .ant-btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 10px;
}
.fileInfoData .ant-tabs-extra-content {
  width: 80px;
  text-align: center;
  cursor: pointer;
}
.fileInfoData .ant-tabs-extra-content:hover {
  color: #1784fc;
}

.column-config-content .config-header[data-v-07ee09ea] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 16px;
  background-color: #fafafa;
  border-bottom: 1px solid #e8e8e8;
  font-weight: 500;
  font-size: 14px;
}
.column-config-content .config-header .header-item[data-v-07ee09ea] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.column-config-content .config-header .header-item[data-v-07ee09ea]:first-child {
  width: 100px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.column-config-content .config-header .header-item[data-v-07ee09ea]:last-child {
  width: 80px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.column-config-content .config-list[data-v-07ee09ea] {
  max-height: 400px;
  overflow-y: auto;
}
.column-config-content .config-list .config-item[data-v-07ee09ea] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 16px;
  border-bottom: 1px solid #f0f0f0;
  cursor: move;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 13px;
}
.column-config-content .config-list .config-item[data-v-07ee09ea]:hover {
  background-color: #f5f5f5;
}
.column-config-content .config-list .config-item.dragging[data-v-07ee09ea] {
  background-color: #e6f7ff;
  border: 1px solid #91d5ff;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.column-config-content .config-list .config-item .item-checkbox[data-v-07ee09ea] {
  width: 100px;
  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;
}
.column-config-content .config-list .config-item .item-name[data-v-07ee09ea] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
  text-align: center;
}
.column-config-content .config-list .config-item .item-name span[data-v-07ee09ea] {
  font-size: 13px;
}
.column-config-content .config-list .config-item .item-actions[data-v-07ee09ea] {
  width: 80px;
  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;
  gap: 8px;
}
.column-config-content .config-list .config-item .item-actions .action-icon[data-v-07ee09ea] {
  font-size: 14px;
  color: #1784fc;
  cursor: pointer;
  padding: 4px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.column-config-content .config-list .config-item .item-actions .action-icon.down-icon[data-v-07ee09ea] {
  color: #00BAAD;
}
.column-config-content .config-list .config-item .item-actions .action-icon[data-v-07ee09ea]:hover:not(.disabled) {
  color: #40a9ff;
  background-color: #e6f7ff;
  border-radius: 2px;
}
.column-config-content .config-list .config-item .item-actions .action-icon.disabled[data-v-07ee09ea] {
  color: #d9d9d9;
  cursor: not-allowed;
}

.myJob .reservationIndex .ant-card-head-title .ant-input-search {
  min-width: 100px;
  max-width: 270px;
}
.myJob .reservationIndex .ant-card-head-title .ant-select {
  min-width: 100px;
  max-width: 180px;
}
.myJob .reservationIndex .iconliulan {
  font-size: 18px;
  line-height: 20px;
  display: inline-block;
}
.myJob .reservationIndex .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100vh - 188px);
}
.myJob .reservationIndex .box .boxSide {
  width: 110px;
  border: 1px solid #eee;
}
.myJob .reservationIndex .box .boxSide .ant-checkbox-wrapper {
  width: 110px;
  padding: 6px 4px 6px 9px;
  margin-left: 0;
}
.myJob .reservationIndex .box .boxSide .ant-checkbox-wrapper .ant-checkbox-checked .ant-checkbox-inner {
  background-color: #87CEFA;
  border-color: #87CEFA;
}
.myJob .reservationIndex .box .boxSide .ant-checkbox-wrapper:hover .ant-checkbox-inner,
.myJob .reservationIndex .box .boxSide .ant-checkbox:hover .ant-checkbox-inner,
.myJob .reservationIndex .box .boxSide .ant-checkbox-input:focus + .ant-checkbox-inner {
  border-color: #87CEFA;
}
.myJob .reservationIndex .box .boxSide > .ant-checkbox-wrapper {
  background-color: #e6f7ff;
  border-bottom: 1px solid #e8e8e8;
}
.myJob .reservationIndex .box .boxSide > .ant-checkbox-wrapper .ant-checkbox + span {
  padding-left: 12px;
}
.myJob .reservationIndex .box .boxSide > .ant-checkbox-wrapper .ant-checkbox-indeterminate .ant-checkbox-inner::after {
  background-color: #87CEFA;
}
.myJob .reservationIndex .box .boxSide .total {
  height: 40px;
  line-height: 40px;
  text-indent: 30px;
  margin: 0;
  opacity: 0.6;
}
.myJob .reservationIndex .box .boxRight {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 2px;
  overflow-y: auto;
}
.myJob .reservationIndex .box .boxRight .ant-btn-link {
  height: 22px;
}
.myJob .reservationIndex .box .remark.desc {
  font-size: 12px;
  line-height: 20px;
  padding: 0 2px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
  overflow: hidden;
  white-space: initial;
}
.myJob .reservationIndex .ant-empty {
  margin: 120px auto;
}
.setting-icon {
  line-height: 35px;
  font-size: 18px;
  cursor: pointer;
  margin-left: 8px;
  margin-right: 10px;
}
.setting-icon:hover {
  color: #40a9ff;
}

.TransferModals .ant-modal-body {
  padding: 15px!important;
  min-height: 300px;
}
.TransferModals .ant-modal-body .ant-radio-group {
  margin-bottom: 20px;
}
.TransferModals .ant-modal-body .ant-radio-button-wrapper {
  width: 150px;
  height: 36px;
  line-height: 36px;
  text-align: center;
}
.TransferModals .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}
.TransferModals .box .leftBox {
  width: 150px;
  font-size: 15px;
  color: #000;
  font-weight: bold;
  line-height: 32px;
  text-align: right;
}
.TransferModals .box .rightBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.TransferModals .box .rightBox .item {
  height: 40px;
}
.TransferModals .box .rightBox .item .ant-select {
  float: left;
  margin-right: 10px;
}
.TransferModals .box .rightBox .item .w1 {
  width: 150px;
}
.TransferModals .box .rightBox .item .w2 {
  width: 100px;
}
.TransferModals .box .rightBox .item .w3 {
  width: 180px;
}
.TransferModals .box .rightBox .item .anticon-plus,
.TransferModals .box .rightBox .item .anticon-minus {
  width: 32px;
  height: 32px;
  cursor: pointer;
  padding: 6px;
}
.TransferModals .box .rightBox .item .anticon-plus svg,
.TransferModals .box .rightBox .item .anticon-minus svg {
  width: 20px;
  height: 20px;
}
.TransferModals .box .rightBox .item .anticon-plus:hover,
.TransferModals .box .rightBox .item .anticon-minus:hover {
  color: #1784fc;
}
.TransferModals td .ant-btn {
  padding: 0 8px!important;
  margin: 0 5px;
}
.TransferModals .box1 {
  padding-left: 100px;
  margin-bottom: 0;
}
.TransferModals .box1 .ant-form-item-label {
  width: 123px;
  padding-right: 20px;
}
.TransferModals .box1 .ant-radio-group {
  margin-bottom: 0;
}
.TransferModals .box1 .w4 {
  width: 336px;
}

.AddAcceptsRecord .blueTitle {
  color: #fff !important;
}
.AddAcceptsRecord .box {
  padding-top: 10px;
  padding-left: 5px;
}
.AddAcceptsRecord .anticon-delete {
  color: red;
}
.AddAcceptsRecord .formRowCol.w-50 {
  width: 50%;
  float: left;
}
.AddAcceptsRecord .el-date-editor {
  width: 215px!important;
}
.AddAcceptsRecord .formRowCol.w-265 .ant-select {
  width: 248px;
}
.AddAcceptsRecord .formRowCol.w-265 .el-date-editor {
  width: 25px!important;
  margin-left: 5px;
  cursor: pointer;
  text-align: center;
}
.AddAcceptsRecord .formRowCol.w-265 .el-date-editor .el-input__prefix {
  left: 0;
}
.AddAcceptsRecord .formRowCol.w-265 .el-date-editor .el-input__inner {
  padding-left: 22px;
  padding-right: 0;
}
.AddAcceptsRecord .formRowCol.w-265 .ant-select-dropdown-menu-item-selected {
  background-color: #E9F2FF;
}
.AddAcceptsRecord .formRowCol.w50 {
  width: 60%;
}
.AddAcceptsRecord .upload {
  width: 300px;
  position: absolute;
  top: -9px;
  left: 85px;
}
.AddAcceptsRecord .title {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
  border-bottom: 1px solid #f0f0f0;
  padding-left: 10px;
  margin-bottom: 10px;
}
.AddAcceptsRecord .ant-upload-list > div {
  width: 230px;
  float: left;
}
.AddAcceptsRecord .ant-upload-list > div .ant-upload-list-item-info {
  position: relative;
}
.AddAcceptsRecord .ant-upload-list > div .ant-upload-list-item-name {
  padding-left: 0;
}
.AddAcceptsRecord .ant-upload-list > div .anticon-paper-clip {
  display: none;
}
.AddAcceptsRecord .RemarkInfo .ant-form-item-label {
  padding-top: 4px;
}
.AddAcceptsRecord .RemarkInfo .ant-form-item-children p {
  height: 20px;
  line-height: 20px;
  margin-bottom: 0;
  text-align: right;
  padding-right: 5px;
  color: #FDA700;
  cursor: pointer;
}

.flieListImage[data-v-4f2afb11] {
  padding-top: 8px;
}
.flieListImage .flie[data-v-4f2afb11] {
  width: 160px;
  height: 120px;
  line-height: 116px;
  text-align: center;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  margin-bottom: 8px;
  margin-left: 8px;
  float: left;
}
.flieListImage .flie img[data-v-4f2afb11] {
  max-width: 156px;
  max-height: 116px;
  display: inline-block;
}
.flieListImage .flie i[data-v-4f2afb11] {
  width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  z-index: 9;
  background-color: #1784fc;
  color: #fff;
  display: none;
  border-radius: 20px;
  font-style: normal;
  position: absolute;
  top: -9px;
  right: -9px;
}
.flieListImage .flie[data-v-4f2afb11]:hover {
  border-color: #1784fc;
}
.flieListImage .flie:hover i[data-v-4f2afb11] {
  display: block;
}
.flieListImage .add[data-v-4f2afb11] {
  width: 130px;
  height: 100px;
  text-align: center;
  background: #ffffff;
  border: 1px dashed #999999;
  border-radius: 4px;
  color: #999999;
  font-size: 16px;
  cursor: pointer;
  margin-top: 11px;
  margin-bottom: 15px;
  margin-left: 15px;
  float: left;
}
.flieListImage .add i[data-v-4f2afb11] {
  width: 130px;
  display: inline-block;
  padding-top: 19px;
}
.flieListImage .add i[data-v-4f2afb11] svg {
  width: 30px;
  height: auto;
}
.FliePhotoImg .ant-tabs-tab[data-v-4f2afb11] {
  width: 266.66px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #666;
  margin: 0;
}
.FliePhotoImg .ant-tabs-tab-active[data-v-4f2afb11] {
  color: #1784fc;
}
.FliePhotoImg .ant-spin[data-v-4f2afb11] {
  height: 450px;
  line-height: 450px;
  margin: 0 390px;
}
.FliePhotoImg .box[data-v-4f2afb11] {
  height: 450px;
  overflow-y: scroll;
}
.FliePhotoImg .list .date[data-v-4f2afb11] {
  height: 55px;
  line-height: 50px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  padding-left: 22px;
  padding-right: 22px;
}
.FliePhotoImg .list .date div[data-v-4f2afb11] {
  float: right;
  height: 55px;
  line-height: 50px;
  font-weight: normal;
}
.FliePhotoImg .list .date div .anticon-check[data-v-4f2afb11] {
  width: 26px;
  height: 24px;
  line-height: 25px;
  background-color: #fff;
  border: 1px solid #ccc;
  font-weight: bold;
}
.FliePhotoImg .list .date div .anticon-check.bg[data-v-4f2afb11] {
  color: #fff;
  background-color: #1784fc;
}
.FliePhotoImg .list .img[data-v-4f2afb11] {
  width: 172px;
  height: 120px;
  line-height: 114px;
  text-align: center;
  border: 1px solid #e9e9e9;
  border-radius: 10px;
  display: inline-block;
  margin-left: 22px;
  margin-bottom: 15px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.FliePhotoImg .list .img img[data-v-4f2afb11] {
  max-width: 170px;
  max-height: 118px;
  display: inline-block;
}
.FliePhotoImg .list .img i[data-v-4f2afb11] {
  width: 23px;
  height: 22px;
  color: #fff;
  font-weight: bold;
  padding-top: 3px;
  background: #1784fc;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}
.FliePhotoImg .list .img[data-v-4f2afb11]:hover {
  border-color: #1784fc;
}
.FliePhotoImg .list .img.active[data-v-4f2afb11] {
  border-color: #1784fc;
}
.FliePhotoImg .list .img.active i[data-v-4f2afb11] {
  display: block;
}

.tooth {
  height: 260px;
}
.tooth .tooth-box {
  width: 650px;
  height: 210px;
  float: left;
}
.tooth .tooth-selector {
  width: 120px;
  height: 160px;
  float: left;
  margin-left: 30px;
  background-color: #f1f3f7;
  padding-top: 10px;
  text-align: center;
}
.tooth .tooth-selector .title {
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-bottom: 1px solid #e9edf1;
}
.tooth .tooth-left {
  width: 320px;
  height: 192px;
  float: left;
  text-align: right;
  background-color: #fff;
  padding-top: 10px;
  padding-right: 8px;
  padding-bottom: 3px;
  -webkit-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.1);
}
.tooth .tooth-left b {
  height: 30px;
  display: block;
  color: #1784fc;
  text-align: left;
  padding-left: 10px;
}
.tooth .tooth-right {
  width: 320px;
  height: 192px;
  float: left;
  padding-top: 10px;
  padding-left: 8px;
  padding-bottom: 3px;
  margin-left: 7px;
  -webkit-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.1);
}
.tooth .tooth-right b {
  height: 30px;
  display: block;
  text-align: right;
  color: #1784fc;
  padding-right: 10px;
}
.tooth .toothBtn {
  height: 28px;
  line-height: 28px;
  padding: 0 5px;
  border: 1px solid #e9edf1;
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 5px;
  color: #575d6a;
  cursor: pointer;
}
.tooth .toothBtn:nth-child(1) {
  margin-right: 10px;
}
.tooth .toothBtn:hover {
  background-color: rgba(24, 144, 255, 0.1);
}
.tooth .tooth-btn {
  width: 32px;
  height: 28px;
  line-height: 28px;
  display: inline-block;
  text-align: center;
  margin: 2px;
  color: #575d6a;
  border: 1px solid #e9edf1;
  cursor: pointer;
  position: relative;
}
.tooth .tooth-btn:hover {
  background-color: rgba(24, 144, 255, 0.3);
}
.tooth .tooth-btn.checked {
  color: #fff;
  background-color: rgba(24, 144, 255, 0.7);
  border: 1px solid rgba(24, 144, 255, 0.7);
}
.tooth .tooth-btn.active {
  -webkit-box-shadow: inset 0 0 0 4px #1890ff, 0 2px 4px #1890ff;
          box-shadow: inset 0 0 0 4px #1890ff, 0 2px 4px #1890ff;
}
.tooth .tooth-btn.checked1 {
  color: #fff;
  background-color: rgba(255, 0, 0, 0.7);
  border: 1px solid rgba(255, 0, 0, 0.7);
}
.tooth .tooth-btn.active1 {
  -webkit-box-shadow: inset 0 0 0 4px #ff0000, 0 2px 4px #ff0000;
          box-shadow: inset 0 0 0 4px #ff0000, 0 2px 4px #ff0000;
}
.tooth .tooth-btn div {
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: red;
  position: absolute;
  top: 2px;
  right: 2px;
}
.tooth .tooths {
  width: 32px;
  height: 28px;
  line-height: 28px;
  display: inline-block;
  text-align: center;
  margin: 2px;
  color: #575d6a;
  border: 1px solid #e9edf1;
  background-color: #fff;
  cursor: pointer;
}
.tooth .tooths:hover {
  background-color: rgba(24, 144, 255, 0.1);
}
.tooth .tooths.checked {
  color: #fff;
  background-color: rgba(24, 144, 255, 0.8);
  border: 1px solid rgba(24, 144, 255, 0.8);
}
.tooth .leftTop {
  text-align: right;
  border-right: 1px solid #9397a2;
  border-bottom: 1px solid #9397a2;
}
.tooth .rightTop {
  border-bottom: 1px solid #9397a2;
}
.tooth .leftBottom {
  text-align: right;
  border-right: 1px solid #9397a2;
}

.AddTreatmentPlan .box {
  overflow-y: hidden!important;
}
.AddTreatmentPlan .el-input__icon {
  line-height: 32px;
}
.AddTreatmentPlan .bbn {
  border-bottom: none!important;
}
.AddTreatmentPlan .bb {
  border-bottom: 1px solid #C4DBFF;
}
.AddTreatmentPlan .title {
  height: 48px;
  line-height: 48px;
  padding-left: 12px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(rgba(23, 132, 252, 0.102)));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(23, 132, 252, 0.102) 100%);
}
.AddTreatmentPlan .title i {
  width: 4px;
  height: 18px;
  background-color: #1784FC;
  float: left;
  margin-top: 15px;
  margin-right: 5px;
  border-radius: 2px;
}
.AddTreatmentPlan .title b {
  font-size: 16px;
  color: #3D3D3D;
}
.AddTreatmentPlan .title .fr.ant-btn {
  margin: 8px;
}
.AddTreatmentPlan .title .fr.n {
  padding-right: 30px;
}
.AddTreatmentPlan .title .fr.n .blue {
  font-size: 18px;
  font-weight: bold;
}
.AddTreatmentPlan .tableBox {
  max-height: 243px;
  overflow-y: auto;
  padding-left: 5px;
  margin-bottom: 5px;
}
.AddTreatmentPlan .th {
  width: 995px;
  height: 45px;
  line-height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #E3EEFF;
  border-radius: 6px 6px 0 0;
  margin-left: 5px;
  margin-top: 5px;
}
.AddTreatmentPlan .th div {
  text-align: center;
  font-weight: bold;
  color: #000;
}
.AddTreatmentPlan .th .th1 {
  width: 40px;
}
.AddTreatmentPlan .th .th2 {
  width: 180px;
}
.AddTreatmentPlan .th .th3 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.AddTreatmentPlan .th .th5 {
  width: 120px;
}
.AddTreatmentPlan .th .th6 {
  width: 80px;
}
.AddTreatmentPlan .th .action {
  width: 150px;
}
.AddTreatmentPlan .td {
  width: 995px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  color: #3D3D3D;
  border-right: 1px solid #C4DBFF;
  border-bottom: 1px solid #C4DBFF;
}
.AddTreatmentPlan .td > div {
  border-left: 1px solid #C4DBFF;
}
.AddTreatmentPlan .td .tdd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.AddTreatmentPlan .td .td1 {
  width: 40px;
  font-weight: bold;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
}
.AddTreatmentPlan .td .td1 div {
  text-align: center;
  width: 40px;
}
.AddTreatmentPlan .td .td2 {
  width: 180px;
  text-align: center;
}
.AddTreatmentPlan .td .td2 .td21 {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
.AddTreatmentPlan .td .td2 .td22 {
  padding: 10px;
  border-top: 1px solid #C4DBFF;
  color: #1784fc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.AddTreatmentPlan .td .tdooth {
  width: 180px;
  cursor: pointer;
}
.AddTreatmentPlan .td .tdooth .toothsPositions {
  padding: 0;
}
.AddTreatmentPlan .td .td3 {
  width: 120px;
}
.AddTreatmentPlan .td .td4 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.AddTreatmentPlan .td .td4 .txt1 {
  height: 40px;
  line-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
.AddTreatmentPlan .td .td4 .txt1 .t41 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.AddTreatmentPlan .td .td4 .txt1 .t42 {
  width: 120px;
  border-left: 1px solid #C4DBFF;
}
.AddTreatmentPlan .td .td4 .txt2 {
  min-height: 40px;
  border-top: 1px solid #C4DBFF;
  padding: 10px 5px;
}
.AddTreatmentPlan .td .td5 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 4px 5px;
}
.AddTreatmentPlan .td .td5 .td21 {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #C4DBFF;
}
.AddTreatmentPlan .td .td51 {
  width: 332px;
}
.AddTreatmentPlan .td .td51 .fl {
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-right: 1px solid #C4DBFF;
}
.AddTreatmentPlan .td .td51 .ant-select {
  width: 200px;
  margin: 4px 5px;
}
.AddTreatmentPlan .td .td6 {
  width: 120px;
  padding: 4px 5px;
}
.AddTreatmentPlan .td .td6 .ant-input-number {
  width: 110px;
}
.AddTreatmentPlan .td .td6.f15 {
  color: #333;
  font-size: 15px;
  font-weight: bold;
  line-height: 32px;
  text-align: center;
}
.AddTreatmentPlan .td .td7 {
  width: 80px;
  line-height: 40px;
  text-align: center;
}
.AddTreatmentPlan .td .lh40 {
  line-height: 40px;
}
.AddTreatmentPlan .td .action {
  width: 150px;
  text-align: center;
}
.AddTreatmentPlan .td .action .red {
  border-bottom: 1px solid #C4DBFF;
}
.AddTreatmentPlan .td .action div {
  height: 40px;
  line-height: 40px;
}
.AddTreatmentPlan .box2 {
  overflow-y: scroll;
}
.AddTreatmentPlan .box2.h1 {
  height: calc(100vh - 335px);
}
.AddTreatmentPlan .box2.h2 {
  height: calc(100vh - 415px);
}
.AddTreatmentPlan .box2.h3 {
  height: calc(100vh - 495px);
}
.AddTreatmentPlan .box2 .title {
  margin-top: 5px;
}
.AddTreatmentPlan .box2 .td {
  margin-left: 5px;
}
.AddTreatmentPlan .submitBtn .btn1 {
  color: #1784fc;
  background-color: transparent;
  border-color: #1784fc;
}
.AddTreatmentPlan .submitBtn .btn2 {
  color: #333;
  background-color: transparent;
  border-color: #666;
}

.acceptsNewData .ant-drawer-body {
  padding-top: 5px;
}
.acceptsNewData .ant-drawer-body .brt {
  height: 2px;
  margin-bottom: 8px;
  border-top: 1px solid #E3EEFF;
}
.acceptsNewData .ant-drawer-body .topHeader {
  border-radius: 8px;
  background: #eee;
  margin: 0 5px;
}
.acceptsNewData .ant-drawer-body .topHeader .tooths {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.acceptsNewData .ant-drawer-body .topHeader .tooths div {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.acceptsNewData .ant-drawer-body .topHeader .radi {
  height: 28px;
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.acceptsNewData .ant-drawer-body .topHeader .tooth-box {
  margin-left: 40px;
}
.acceptsNewData .ant-drawer-body .topHeader .tooth-box .tooth-item-span {
  padding: 1px 5px;
  margin: 3px;
  display: inline-block;
  cursor: pointer;
}
.acceptsNewData .ant-drawer-body .topHeader .tooth-box .reds {
  background: red;
  color: white!important;
}
.acceptsNewData .ant-drawer-body .topHeader .tooth-box .blue {
  background: #1784fc;
  color: white!important;
}
.acceptsNewData .ant-drawer-body .topHeader .tooth-box .lt {
  border-right: 1px solid #bbb;
  color: #000;
  border-bottom: 1px solid #bbb;
  text-align: right;
  display: inline-block;
}
.acceptsNewData .ant-drawer-body .topHeader .tooth-box .rt {
  border-bottom: 1px solid #bbb;
  color: #000;
  display: inline-block;
}
.acceptsNewData .ant-drawer-body .topHeader .tooth-box .lb {
  border-right: 1px solid #bbb;
  color: #000;
  text-align: right;
  display: inline-block;
}
.acceptsNewData .ant-drawer-body .topHeader .tooth-box .rb {
  color: #000;
  display: inline-block;
}
.acceptsNewData .ant-drawer-body .topHeader .tips {
  margin-left: 20px;
}
.acceptsNewData .ant-drawer-body .topHeader .tips > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
}
.acceptsNewData .ant-drawer-body .topHeader .tips > div div {
  width: 20px;
  height: 20px;
  margin: 0 10px;
  background-color: #1784fc;
}
.acceptsNewData .ant-drawer-body .topHeader .tips > div:nth-child(1) div {
  background-color: red;
}
.acceptsNewData .ant-drawer-body .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-y: inherit;
  height: calc(100vh - 194px);
  margin-top: 5px;
  padding-left: 5px;
  margin-right: 2px;
}
.acceptsNewData .ant-drawer-body .box .box-left {
  width: 200px;
  border: solid 1px #ddd;
  background: #EEEEEE;
  border-radius: 10px;
  height: calc(100vh - 200px);
  overflow-y: scroll;
}
.acceptsNewData .ant-drawer-body .box .box-left .tit {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  height: 60px;
  line-height: 60px;
}
.acceptsNewData .ant-drawer-body .box .box-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: calc(100vh - 200px);
  margin-left: 10px;
  border: 1px solid #ccc;
  border-radius: 10px;
}
.acceptsNewData .ant-drawer-body .box .box-right .ant-select-selection,
.acceptsNewData .ant-drawer-body .box .box-right .ant-input {
  border-color: #E9E9E9;
}
.acceptsNewData .ant-drawer-body .box .tabsBar {
  height: 50px;
  border-bottom: 1px solid #f1f1f1;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(rgba(23, 132, 252, 0.102)));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(23, 132, 252, 0.102) 100%);
}
.acceptsNewData .ant-drawer-body .box .tabsBar span {
  width: 118px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  float: left;
  cursor: pointer;
  color: #333;
  font-size: 16px;
}
.acceptsNewData .ant-drawer-body .box .tabsBar span.active,
.acceptsNewData .ant-drawer-body .box .tabsBar span:hover {
  color: #1784fc;
  border-bottom: 3px solid #1784fc;
}
.acceptsNewData .ant-drawer-body .box .tabsTitle {
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  padding-left: 15px;
  color: #000;
  font-weight: bold;
}
.acceptsNewData .ant-drawer-body .box .b-content {
  height: calc(100vh - 252px);
  overflow-y: scroll;
}
.acceptsNewData .ant-drawer-body .box .box-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 50px;
  background-color: #eee;
  padding-top: 5px;
  border-radius: 10px;
}
.acceptsNewData .ant-drawer-body .box .box-header .headLeft {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.acceptsNewData .ant-drawer-body .box .box-header .title {
  width: 130px;
  float: left;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 38px;
}
.acceptsNewData .ant-drawer-body .box .box-header .formRowCol {
  width: 260px;
  padding-right: 0;
  margin-bottom: 0;
  float: left;
}
.acceptsNewData .ant-drawer-body .box .box-header .btnButton {
  margin-top: 5px;
  margin-right: 20px;
}
.acceptsNewData .ant-drawer-body .box .box-header .btnButton2 {
  margin-top: 5px;
  margin-right: 20px;
}
.acceptsNewData .ant-drawer-body .box .th {
  height: 45px;
  line-height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #E3EEFF;
  border-radius: 6px 6px 0 0;
  margin: 5px 5px 0 5px;
}
.acceptsNewData .ant-drawer-body .box .th div {
  text-align: center;
  font-weight: bold;
  color: #000;
}
.acceptsNewData .ant-drawer-body .box .th .thh {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.acceptsNewData .ant-drawer-body .box .th .th1 {
  width: 40px;
}
.acceptsNewData .ant-drawer-body .box .th .th2 {
  width: 180px;
}
.acceptsNewData .ant-drawer-body .box .th .th3 {
  width: 120px;
}
.acceptsNewData .ant-drawer-body .box .th .action {
  width: 170px;
}
.acceptsNewData .ant-drawer-body .box .td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 5px;
  border-right: 1px solid #C4DBFF;
  border-bottom: 1px solid #C4DBFF;
}
.acceptsNewData .ant-drawer-body .box .td > div {
  border-left: 1px solid #C4DBFF;
}
.acceptsNewData .ant-drawer-body .box .td .tdd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.acceptsNewData .ant-drawer-body .box .td .td1 {
  width: 40px;
  font-weight: bold;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
}
.acceptsNewData .ant-drawer-body .box .td .td1 div {
  text-align: center;
  width: 40px;
}
.acceptsNewData .ant-drawer-body .box .td .td11 {
  width: 40px;
}
.acceptsNewData .ant-drawer-body .box .td .td11 .btnone {
  border-top: none;
}
.acceptsNewData .ant-drawer-body .box .td .td11 > div {
  height: 40px;
  line-height: 40px;
  border-top: 1px solid #C4DBFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.acceptsNewData .ant-drawer-body .box .td .td2 {
  width: 180px;
  text-align: center;
}
.acceptsNewData .ant-drawer-body .box .td .td2 .t21 {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
.acceptsNewData .ant-drawer-body .box .td .td2 .t22 {
  height: 40px;
  line-height: 40px;
  border-top: 1px solid #C4DBFF;
}
.acceptsNewData .ant-drawer-body .box .td .td3 {
  width: 120px;
}
.acceptsNewData .ant-drawer-body .box .td .td4 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.acceptsNewData .ant-drawer-body .box .td .td4 .txt1 {
  height: 40px;
  line-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
.acceptsNewData .ant-drawer-body .box .td .td4 .txt1 .t41 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.acceptsNewData .ant-drawer-body .box .td .td4 .txt1 .t42 {
  width: 120px;
  border-left: 1px solid #C4DBFF;
}
.acceptsNewData .ant-drawer-body .box .td .td4 .txt1 .t42 .ant-select {
  width: 110px;
}
.acceptsNewData .ant-drawer-body .box .td .td4 .txt2 {
  height: 40px;
  line-height: 40px;
  border-top: 1px solid #C4DBFF;
  text-align: center;
}
.acceptsNewData .ant-drawer-body .box .td .td4 .txt2 .ant-input {
  width: 98%;
}
.acceptsNewData .ant-drawer-body .box .td .action {
  width: 170px;
  text-align: center;
}
.acceptsNewData .ant-drawer-body .box .td .action > div {
  height: 40px;
  line-height: 40px;
  border-top: 1px solid #C4DBFF;
}
.acceptsNewData .ant-drawer-body .box .td .action > div:nth-child(1) {
  border-top: none;
}
.acceptsNewData .ant-drawer-body .box .td .action > div .ant-input-number {
  width: 95px;
  margin: 0 2px;
}
.acceptsNewData .ant-drawer-body .formRowCol {
  padding-right: 10px;
}
.acceptsNewData .ant-drawer-body .remark {
  height: 50px;
  line-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.acceptsNewData .ant-drawer-body .remark span {
  width: 45px;
  color: #000;
  text-align: right;
}
.acceptsNewData .ant-drawer-body .remark .ant-input {
  margin: 9px ;
}
.acceptsNewData .ant-drawer-body .title {
  height: 40px;
  line-height: 40px;
  padding-left: 12px;
  color: #3D3D3D;
  font-size: 15px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(rgba(23, 132, 252, 0.102)));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(23, 132, 252, 0.102) 100%);
}
.acceptsNewData .ant-drawer-body .title i {
  width: 4px;
  height: 18px;
  background-color: #1784FC;
  float: left;
  margin-top: 11px;
  margin-right: 5px;
  border-radius: 2px;
}
.acceptsNewData .ant-drawer-body .basicInfo .formRowCol {
  margin-bottom: 0;
}
.acceptsNewData .ant-drawer-body .basicInfo .formRowCol .ant-col.ant-form-item-label {
  color: #000;
}
.toothModal {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.toothModal .teethpos {
  width: 300px;
  height: 300px;
  position: relative;
  margin: 0 auto;
}
.toothModal .area_bg {
  width: 242px;
  height: 242px;
  border: 1px solid #ccc;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.toothModal .area_bg .active {
  background: #e7e7e7 !important;
}
.toothModal .area_bg .div {
  width: 121px;
  height: 121px;
  float: left;
  text-align: center;
  background: #fff;
  position: relative;
}
.toothModal .area_bg .div span {
  display: inline-block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  width: 70px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  left: 27px;
  top: 47px;
}
.toothModal .area_bg:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 241px;
  border-left: 1px solid #ccc;
  left: 121px;
  top: 0;
  z-index: 10;
}
.toothModal .br_middle {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  position: absolute;
  z-index: 11;
  border: 1px solid #ccc;
  top: 70px;
  left: 70px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  line-height: 100px;
}
.toothModal .area_bg:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 241px;
  border-top: 1px solid #ccc;
  top: 121px;
  left: 0;
  z-index: 10;
}
.toothModal *,
.toothModal *::before,
.toothModal *::after {
  -webkit-box-sizing: border-box;
  box-sizing: content-box;
}
.adjustm {
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  padding-left: 50px;
  font-size: 16px;
  border-bottom: 1px solid #f1f1f1;
}

.sectionCustomerInfo {
  height: 100%;
}
.sectionCustomerInfo .heads {
  width: 100px;
  height: 120px;
  background-color: #fff;
  padding-top: 20px;
  text-align: center;
  position: absolute;
  top: 65px;
  right: 0;
}
.sectionCustomerInfo .heads img {
  width: 80px;
  height: 80px;
  border-radius: 80px;
  display: inline-block;
}
.sectionCustomerInfo .heads .img {
  width: 80px;
  height: 80px;
  border-radius: 80px;
  text-align: center;
  padding: 1px;
  display: inline-block;
  border: 2px solid #1784fc;
}
.sectionCustomerInfo .heads .img .iconfont {
  font-size: 78px;
  color: #666;
  font-weight: 400;
}
.sectionCustomerInfo .ant-card {
  width: 100%;
}
.sectionCustomerInfo .ant-card .ant-card-head {
  min-height: 40px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(rgba(23, 132, 252, 0.102)));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(23, 132, 252, 0.102) 100%);
}
.sectionCustomerInfo .ant-card .ant-card-head-title {
  padding: 10px 0;
  color: #000;
}
.sectionCustomerInfo .ant-card-extra {
  padding: 5px 0;
}
.sectionCustomerInfo .ant-card-extra .ant-btn {
  border-radius: 32px;
}
.sectionCustomerInfo .ant-card-extra .btn {
  color: #1784fc;
  border-color: #1784fc;
  background-color: #E9F2FF;
}
.sectionCustomerInfo .ant-card-bordered {
  border-color: #E9E9E9;
}
.sectionCustomerInfo .ant-card-body {
  padding: 0;
}
.sectionCustomerInfo .flex {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 45px;
  border-top: 1px solid #E9E9E9;
  float: left;
}
.sectionCustomerInfo .flex .label {
  width: 115px;
  line-height: 43px;
  text-align: right;
  color: #999;
}
.sectionCustomerInfo .flex .label .anticon {
  color: #333 !important;
  cursor: pointer;
}
.sectionCustomerInfo .flex .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #333;
  line-height: 22px;
  word-break: break-all;
  white-space: initial;
  padding-top: 12px;
}
.sectionCustomerInfo .flex .content span {
  margin-right: 20px;
}
.sectionCustomerInfo .flex .content .anticon-eye {
  font-size: 20px;
  cursor: pointer;
}
.sectionCustomerInfo .flex .content .badgeIcons {
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  border-radius: 28px;
  float: left;
  margin: 8px 8px 0 0;
}
.sectionCustomerInfo .w100 {
  width: 100%;
}
.sectionCustomerInfo .bb {
  height: 1px;
  background-color: #E9E9E9;
  clear: both;
}
.sectionCustomerInfo .tits {
  height: 40px;
  line-height: 40px;
  border-top: 1px solid #e9e9e9;
  clear: both;
  padding-left: 20px;
}
.sectionCustomerInfo .br {
  border-right: 1px solid #E9E9E9;
}
.sectionCustomerInfo .label-tag {
  display: inline-block;
  padding: 0 8px;
  border-radius: 4px;
  margin-right: 10px !important;
  color: #fff;
  font-size: 12px;
}
.sectionCustomerInfo .labels {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: none;
}

.sectionCustomerImage {
  height: 505px;
}
.sectionCustomerImage .ant-collapse-header {
  background-color: #fff;
}
.sectionCustomerImage .ant-empty {
  width: 650px;
  padding-top: 150px;
}

.sectionCustomerOrder {
  height: 505px;
}
.sectionCustomerOrder .ant-collapse {
  margin: 5px;
  border: none;
  background-color: transparent;
}
.sectionCustomerOrder .ant-collapse .ant-collapse-item {
  margin-bottom: 10px;
  border-radius: 8px;
  border: 1px solid #E9E9E9;
}
.sectionCustomerOrder .ant-collapse .ant-collapse-header {
  background-color: #E9F2FF;
  color: #333;
  padding: 10px 10px 10px 35px;
}
.sectionCustomerOrder .ant-collapse .ant-collapse-header .anticon-right {
  left: 5px;
}
.sectionCustomerOrder .ant-collapse .ant-collapse-header span {
  margin-right: 10px;
}
.sectionCustomerOrder .ant-collapse .anticon-right {
  color: #d9d9d9 !important;
}
.sectionCustomerOrder .ant-collapse .ant-collapse-content-box {
  padding: 5px 0;
}
.sectionCustomerOrder .ant-collapse .bt {
  border-top: 1px solid #ddd;
}
.sectionCustomerOrder .ant-collapse .items {
  color: #000;
}
.sectionCustomerOrder .ant-collapse .items .h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 65px;
}
.sectionCustomerOrder .ant-collapse .items .h2 {
  min-height: 25px;
  padding-left: 10px;
}
.sectionCustomerOrder .ant-collapse .items .toothItem {
  width: 140px;
  min-height: 65px;
  padding: 2px;
}
.sectionCustomerOrder .ant-collapse .items .toothItem .toothsPositions {
  border-right: 1px solid #ddd;
}
.sectionCustomerOrder .ant-collapse .items .projectName {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
}
.sectionCustomerOrder .ant-collapse .items .userName {
  width: 100px;
  padding-left: 3px;
  padding-top: 12px;
}
.sectionCustomerOrder .ant-collapse .items .userName div {
  line-height: 20px;
}
.sectionCustomerOrder .ant-collapse .items .w80 {
  width: 80px;
}
.sectionCustomerOrder .ant-collapse .items .projectDiscount {
  width: 100px;
  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;
}
.sectionCustomerOrder .ant-collapse .items .projectDiscount > div {
  line-height: 1;
}
.sectionCustomerOrder .ant-spin-nested-loading {
  min-height: 200px;
}

.sectionCustomerAccepte {
  height: 505px;
}
.sectionCustomerAccepte .ant-spin-nested-loading {
  min-height: 200px;
}
.sectionCustomerAccepte .ant-empty {
  height: 400px;
  border: 1px solid #e3e3e3;
  padding-top: 100px;
  margin: 15px;
}
.sectionCustomerAccepte .ant-collapse {
  border: none;
  background-color: transparent;
}
.sectionCustomerAccepte .ant-collapse-item {
  max-width: 1000px;
  margin-bottom: 15px;
  border-radius: 3px;
  border: 1px solid #E9E9E9;
}
.sectionCustomerAccepte .ant-collapse-header {
  background-color: #E9F2FF;
}
.sectionCustomerAccepte .ant-collapse-header span {
  color: #666;
  font-weight: 500;
  font-size: 16px;
  margin-right: 15px;
  display: inline-block;
}
.sectionCustomerAccepte .anticon-right {
  color: #d9d9d9 !important;
}
.sectionCustomerAccepte .ant-collapse-content-box {
  padding: 15px;
}

.sectionCustomerTreatment {
  height: 505px;
}
.sectionCustomerTreatment .treatmentItems {
  margin-right: 6px;
  margin-left: 5px;
  border: none;
}
.sectionCustomerTreatment .treatmentItems .ant-collapse-item {
  margin-bottom: 8px;
  border-radius: 8px;
  border: 1px solid #E9E9E9;
}
.sectionCustomerTreatment .treatmentItems .ant-collapse-header {
  background-color: #E9F2FF;
  padding: 10px;
}
.sectionCustomerTreatment .treatmentItems .ant-collapse-header .ant-collapse-arrow {
  color: #1784fc !important;
}
.sectionCustomerTreatment .treatmentItems .ant-collapse-header span {
  color: #666;
  font-weight: 500;
  font-size: 16px;
  margin-right: 10px;
  display: inline-block;
}
.sectionCustomerTreatment .treatmentItems .ant-collapse-header span:nth-child(1) {
  color: #1784fc;
}
.sectionCustomerTreatment .treatmentItems .ant-collapse-header .greens {
  width: 70px;
  text-align: center;
}
.sectionCustomerTreatment .treatmentItems .anticon-right {
  color: #d9d9d9 !important;
}
.sectionCustomerTreatment .treatmentItems .ant-collapse-content-box {
  padding: 0;
}
.sectionCustomerTreatment .treatmentItems .title {
  height: 40px;
  line-height: 40px;
  padding-left: 8px;
}
.sectionCustomerTreatment .treatmentItems .title span {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.sectionCustomerTreatment .treatmentItems .title div {
  display: inline-block;
}
.sectionCustomerTreatment .treatmentItems .title div b {
  height: 24px;
  line-height: 24px;
  background-color: #E9F2FF;
  display: inline-block;
  margin-left: 8px;
  padding: 0 5px;
  color: #1784fc;
  font-weight: 500;
  font-size: 12px;
}
.sectionCustomerTreatment .treatmentItems .titles {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: bold;
  color: #1C62C1;
  background-color: #F5F9FF;
  border-bottom: 1px solid #E9E9E9;
  padding-left: 16px;
}
.sectionCustomerTreatment .treatmentItems .flieBox h3 {
  color: #333;
  font-weight: bold;
  padding-top: 10px;
  padding-left: 24px;
}
.sectionCustomerTreatment .treatmentItems .flieBox .flieImg {
  width: 172px;
  height: 170px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 24px;
}
.sectionCustomerTreatment .treatmentItems .flieBox .flieImg span {
  width: 172px;
  text-align: center;
  height: 120px;
  line-height: 116px;
  border-radius: 4px;
  overflow: hidden;
  display: inline-block;
  border: 1px solid #f9f9f9;
}
.sectionCustomerTreatment .treatmentItems .flieBox .flieImg span img {
  max-width: 168px;
  max-height: 118px;
  display: inline-block;
}
.sectionCustomerTreatment .treatmentItems .flieBox .flieImg div {
  height: 37px;
  font-size: 12px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  cursor: pointer;
}
.sectionCustomerTreatment .treatmentItems .items {
  min-height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 8px;
}
.sectionCustomerTreatment .treatmentItems .items .label {
  width: 85px;
  line-height: 45px;
  text-align: right;
  padding-left: 0;
  font-size: 14px;
  color: #999;
}
.sectionCustomerTreatment .treatmentItems .items .label.w-145 {
  width: 145px;
}
.sectionCustomerTreatment .treatmentItems .items .label.cor-o {
  color: orange;
}
.sectionCustomerTreatment .treatmentItems .items .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-bottom: 1px solid #f8f8f8;
}
.sectionCustomerTreatment .treatmentItems .items .content .textBox {
  min-height: 45px;
}
.sectionCustomerTreatment .treatmentItems .items .toothItem {
  min-height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.05);
}
.sectionCustomerTreatment .treatmentItems .items .toothItem .toothsPositions {
  width: 200px;
  border-right: 1px solid #00a6c9;
}
.sectionCustomerTreatment .treatmentItems .items .toothItem .wrapper {
  padding: 0 5px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 45px;
}
.sectionCustomerTreatment .ant-spin-nested-loading {
  min-height: 200px;
}
.sectionCustomerTreatment .ant-empty {
  height: 400px;
  border: 1px solid #e3e3e3;
  padding-top: 100px;
  margin: 15px;
}

.sectionCustomerImage .checkbox[data-v-3ba95fd3] {
  height: 40px;
  padding: 4px 9px;
}
.sectionCustomerImage .contBox[data-v-3ba95fd3] {
  height: 465px;
}
.sectionCustomerImage .contBox .items[data-v-3ba95fd3] {
  margin: 0 5px 5px 5px;
  padding: 15px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #f1f1f1;
  position: relative;
}
.sectionCustomerImage .contBox .items .img[data-v-3ba95fd3] {
  width: 110px;
  height: 110px;
  line-height: 100px;
  cursor: pointer;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-right: 10px;
  padding: 5px;
}
.sectionCustomerImage .contBox .items .img img[data-v-3ba95fd3] {
  max-width: 100px;
  max-height: 100px;
}
.sectionCustomerImage .contBox .items .img .anticon-eye[data-v-3ba95fd3] {
  width: 110px;
  height: 110px;
  line-height: 110px;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.sectionCustomerImage .contBox .items .img:hover .anticon-eye[data-v-3ba95fd3] {
  opacity: 1;
}
.sectionCustomerImage .contBox .items .text[data-v-3ba95fd3] {
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  word-break: break-all;
}
.sectionCustomerImage .contBox .items .text p[data-v-3ba95fd3] {
  margin-bottom: 0;
}
.sectionCustomerImage .contBox .items .text div[data-v-3ba95fd3] {
  height: 30px;
  line-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sectionCustomerImage .contBox .items .text div p[data-v-3ba95fd3] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sectionCustomerImage .contBox .items .ant-btn[data-v-3ba95fd3] {
  padding: 0 3px;
  position: absolute;
  top: 5px;
  right: 5px;
}
.sectionCustomerImage .contBox .items .antBtn[data-v-3ba95fd3] {
  right: 45px!important;
}
.sectionCustomerImage .ant-btn.ant-btn-primary.ant-btn-block[data-v-3ba95fd3] {
  width: 600px;
  margin: 5px 30px;
}

.title[data-v-7ee93db4] {
  height: 48px;
  line-height: 48px;
  padding: 0 12px;
  color: #3D3D3D;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(rgba(23, 132, 252, 0.102)));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(23, 132, 252, 0.102) 100%);
}
.title b[data-v-7ee93db4] {
  font-size: 16px;
}
.title i[data-v-7ee93db4] {
  width: 4px;
  height: 18px;
  background-color: #1784FC;
  float: left;
  margin-top: 15px;
  margin-right: 5px;
  border-radius: 2px;
}
.title span[data-v-7ee93db4] {
  margin-left: 5px;
  color: #333;
  font-size: 16px;
}
.title.f14[data-v-7ee93db4] {
  height: 43px;
  line-height: 43px;
  padding-left: 20px;
  color: #1784fc;
  background: none;
}
.flex[data-v-7ee93db4] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex > div[data-v-7ee93db4] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 9px 0;
  border-bottom: 1px solid #f1f1f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex > div.w1[data-v-7ee93db4] {
  width: 200px;
  -webkit-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
}
.flex > div span[data-v-7ee93db4] {
  width: 100px;
  text-align: right;
  display: inline-block;
  color: #333;
}
.flex > div div[data-v-7ee93db4] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #666;
}
.flex > div div .txt[data-v-7ee93db4] {
  height: 22px;
  line-height: 20px;
  border: 1px solid green;
  display: inline-block;
  font-size: 12px;
  border-radius: 4px;
  margin-right: 5px;
  padding: 0 5px;
}
.img[data-v-7ee93db4] {
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  float: left;
  margin-left: 20px;
  margin-bottom: 10px;
  border: 1px solid #f1f1f1;
  cursor: pointer;
}
.img img[data-v-7ee93db4] {
  max-width: 96px;
  max-height: 96px;
  display: inline-block;
}

.sectionCustomerVisit {
  height: 485px;
}
.sectionCustomerVisit .ant-table-thead > tr > th {
  padding: 2px 0!important;
}
.sectionCustomerVisit .ant-table-tbody > tr > td {
  padding: 3px 0!important;
}

.AddBackVisit .ant-modal-header {
  padding: 10px;
}
.AddBackVisit .ant-modal-body {
  padding: 0;
  height: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.AddBackVisit .ant-modal-body .box-left {
  width: 670px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.AddBackVisit .ant-modal-body .box-left .ant-tabs-tab {
  margin-right: 0;
}
.AddBackVisit .ant-modal-body .box-left .tabs-box {
  height: 505px;
}
.AddBackVisit .ant-modal-body .box-right {
  width: 430px;
  height: 530px;
  border-left: 1px solid #e8e8e8;
}
.AddBackVisit .ant-modal-footer {
  padding: 0 10px;
}
.AddBackVisit .ant-modal-footer .ant-btn {
  margin: 8px;
}
.AddBackVisit .box-right .template {
  height: 45px;
  padding-top: 6px;
}
.AddBackVisit .box-right .template .ant-radio-group {
  margin: 0 20px;
}
.AddBackVisit .box-right .template .ant-select {
  width: 250px;
}
.AddBackVisit .box-right .h130 {
  height: 485px;
}
.AddBackVisit .box-right .h82 {
  height: 530px;
}
.AddBackVisit .box-right .formRowCol .ant-form-item-label {
  width: 80px;
}
.AddBackVisit .box-right .formRowCol .ant-form-item-children {
  padding-left: 8px;
}
.AddBackVisit .box-right .formRowCol .ant-radio-wrapper {
  margin-bottom: 0;
  margin-top: 5px;
}
.AddBackVisit .box-right .ant-select,
.AddBackVisit .box-right .ant-input {
  width: 320px;
}
.AddBackVisit .box-right .el-date-editor {
  width: 220px!important;
}
.AddBackVisit .box-right .el-date-editor .el-input__icon {
  line-height: 34px;
}
.AddBackVisit .box-right .el-date-editor.el-date-editor--time-select {
  width: 243px!important;
}
.AddBackVisit .box-right .el-date-editor.el-date-editor--time-select .el-input__icon {
  line-height: 34px;
}
.AddBackVisit .box-right .ant-empty {
  padding-top: 80px;
}
.AddBackVisit .box-right .items {
  border-top: 1px solid #e8e8e8;
  padding-top: 5px;
}
.AddBackVisit .box-right .items .tops {
  height: 30px;
  line-height: 30px;
  position: relative;
}
.AddBackVisit .box-right .items .tops b {
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  color: #000;
  display: inline-block;
  padding-left: 5px;
}
.AddBackVisit .box-right .items .tops i {
  width: 50px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  color: red;
  cursor: pointer;
  float: right;
}
.AddBackVisit .box-right .items .tooth {
  height: 22px;
  line-height: 20px;
  border: 1px solid green;
  display: inline-block;
  font-size: 12px;
  border-radius: 4px;
  margin-right: 5px;
  padding: 0 5px;
}
.AddBackVisit .box-right .ant-btn.ant-btn-dashed {
  width: 350px;
  margin: 5px auto;
  color: #1784fc;
  border-color: #1784fc;
  display: block;
}
.AddBackVisit .box-right .ant-btn.ant-btn-dashed:hover {
  background-color: rgba(24, 144, 255, 0.1);
}

.editBackVisit .lh1 .ant-form-item-control {
  line-height: 1;
}
.editBackVisit .ant-modal-header {
  padding: 10px;
}
.editBackVisit .ant-modal-body {
  padding: 0;
  height: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.editBackVisit .ant-modal-body .box-left {
  width: 670px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.editBackVisit .ant-modal-body .box-left .ant-tabs-tab {
  margin-right: 0;
}
.editBackVisit .ant-modal-body .box-left .tabs-box {
  height: 505px;
}
.editBackVisit .ant-modal-body .box-right {
  width: 430px;
  height: 550px;
  border-left: 1px solid #e8e8e8;
}
.editBackVisit .ant-modal-footer {
  padding: 0 10px;
}
.editBackVisit .ant-modal-footer .ant-btn {
  margin: 8px;
}
.editBackVisit .box-right .item {
  height: 35px;
  line-height: 35px;
}
.editBackVisit .box-right .item span {
  width: 100px;
  text-align: right;
  float: left;
}
.editBackVisit .box-right .item .c333 {
  font-size: 16px;
  float: left;
}
.editBackVisit .box-right .item .tag {
  height: 22px;
  line-height: 20px;
  border: 1px solid green;
  display: inline-block;
  font-size: 12px;
  border-radius: 4px;
  margin-right: 5px;
  padding: 0 5px;
}
.editBackVisit .box-right .formRowCol {
  padding-right: 5px;
}
.editBackVisit .box-right .formRowCol .ant-form-item-children {
  padding-left: 10px;
}
.editBackVisit .box-right .ant-select,
.editBackVisit .box-right textarea {
  width: 310px;
}
.editBackVisit .box-right .el-date-editor {
  width: 220px!important;
}
.editBackVisit .box-right .el-date-editor .el-input__icon {
  line-height: 34px;
}
.editBackVisit .box-right .el-date-editor.el-date-editor--time-select {
  width: 243px!important;
}
.editBackVisit .box-right .el-date-editor.el-date-editor--time-select .el-input__icon {
  line-height: 34px;
}
.editBackVisit .box-right .ant-btn-dashed {
  height: 28px;
  padding: 0 8px;
  border-color: #eb7530;
  color: #eb7530;
  float: right;
  margin-right: 10px;
}
.editBackVisit .box-right .ant-upload-list-item-actions .anticon-delete {
  color: red!important;
}
.editBackVisit .box-right .ant-upload-list-picture-card-container {
  margin: 0 3px 3px 0;
}

.ReturnRecordData12 .box {
  padding-top: 15px;
  height: calc(100vh - 50px) !important;
}
.ReturnRecordData12 .ant-timeline-item .ant-timeline-item-head-green {
  background-color: #52c41a;
}
.ReturnRecordData12 .ant-timeline-item .ant-timeline-item-head-grey {
  background-color: #ddd;
  color: #ddd;
  border-color: #ddd !important;
}
.ReturnRecordData12 .ant-timeline-item .ant-timeline-item-content {
  padding-top: 10px;
}
.ReturnRecordData12 .ant-timeline-item .date {
  height: 26px;
  line-height: 26px;
}
.ReturnRecordData12 .ant-timeline-item .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ReturnRecordData12 .ant-timeline-item .flex div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ReturnRecordData12 .underway1 {
  color: #1784fc;
}
.ReturnRecordData12 .buttons {
  text-align: right;
  padding: 9px 20px;
}
.ReturnRecordData12 .buttons .ant-checkbox-wrapper,
.ReturnRecordData12 .buttons .ant-checkbox-group {
  float: left;
  padding-top: 2px;
}
.ReturnRecordData12 .buttons .ant-select {
  width: 220px;
  margin-right: 5px;
}
.ReturnRecordData12 .ant-spin-nested-loading {
  min-height: 50px;
}

.AddCustomerServicescore .title {
  height: 48px;
  line-height: 48px;
  padding-left: 12px;
  color: #3D3D3D;
  font-size: 16px;
  font-weight: bold;
}
.AddCustomerServicescore .description {
  padding: 10px 20px;
}
.AddCustomerServicescore .itemTopic {
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  margin: 10px;
  padding: 5px;
}
.AddCustomerServicescore .itemTopic .tit {
  height: 45px;
  padding: 7px 0;
}
.AddCustomerServicescore .itemTopic .tit > i {
  width: 45px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  float: left;
  font-weight: bold;
  font-style: normal;
}
.AddCustomerServicescore .itemTopic .tit .name {
  width: 550px;
  height: 32px;
  line-height: 32px;
  float: left;
}
.AddCustomerServicescore .itemTopic .tit .action {
  float: left;
}
.AddCustomerServicescore .itemTopic .tit .action .ant-btn {
  text-align: center;
  margin-left: 10px;
}
.AddCustomerServicescore .itemTopic .tit .action .ant-btn svg {
  width: 20px;
  height: 20px;
}
.AddCustomerServicescore .itemTopic .choice1 {
  padding: 5px 30px;
}
.AddCustomerServicescore .itemTopic .choice2 {
  padding: 5px 10px;
}

.answerBackVisit .mb0 {
  margin-bottom: 0;
}
.answerBackVisit .ant-modal-header {
  padding: 11px;
}
.answerBackVisit .ant-modal-header .ant-btn-primary {
  border-color: transparent;
  float: right;
  margin-right: 182px;
  margin-top: -3px;
  min-height: 28px;
  padding: 0 8px;
}
.answerBackVisit .ant-modal-header .ant-btn-danger {
  background-color: orange;
  color: #fff;
  border-color: orange;
  float: right;
  margin-right: 60px;
  margin-top: -3px;
  min-height: 28px;
  padding: 0 8px;
}
.answerBackVisit .ant-modal-body {
  padding: 0;
  height: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.answerBackVisit .ant-modal-body .box-left {
  width: 670px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.answerBackVisit .ant-modal-body .box-left .ant-tabs-tab {
  margin-right: 0;
}
.answerBackVisit .ant-modal-body .box-left .tabs-box {
  height: 505px;
}
.answerBackVisit .ant-modal-body .box-right {
  width: 430px;
  height: 550px;
  border-left: 1px solid #e8e8e8;
}
.answerBackVisit .ant-modal-footer {
  padding: 0 10px;
}
.answerBackVisit .ant-modal-footer .ant-btn {
  margin: 8px;
}
.answerBackVisit .box-right h4 {
  height: 45px;
  line-height: 45px;
  padding: 0 12px;
  color: #3D3D3D;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(rgba(23, 132, 252, 0.102)));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(23, 132, 252, 0.102) 100%);
  margin-bottom: 0;
}
.answerBackVisit .box-right h4 b {
  font-size: 16px;
}
.answerBackVisit .box-right h4 i {
  width: 4px;
  height: 18px;
  background-color: #1784FC;
  float: left;
  margin-top: 15px;
  margin-right: 5px;
  border-radius: 2px;
}
.answerBackVisit .box-right h4 span {
  margin-left: 5px;
  color: #333;
  font-size: 16px;
}
.answerBackVisit .box-right .box-cont {
  height: 505px;
  overflow-y: scroll;
}
.answerBackVisit .box-right .flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
}
.answerBackVisit .box-right .flex > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 8px 0;
  border-bottom: 1px solid #f1f1f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.answerBackVisit .box-right .flex > div:nth-child(2) {
  border-left: 1px solid #f1f1f1;
}
.answerBackVisit .box-right .flex > div span {
  width: 80px;
  text-align: right;
  display: inline-block;
  color: #666;
}
.answerBackVisit .box-right .flex > div div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #111;
}
.answerBackVisit .box-right .flex > div div .txt {
  height: 22px;
  line-height: 20px;
  border: 1px solid green;
  display: inline-block;
  font-size: 12px;
  border-radius: 4px;
  margin-right: 5px;
  padding: 0 5px;
}
.answerBackVisit .box-right .m-t-10 {
  margin-top: 10px;
}
.answerBackVisit .box-right .formRowCol {
  padding-right: 10px;
}
.answerBackVisit .box-right .el-date-editor {
  width: 220px!important;
}
.answerBackVisit .box-right .el-date-editor .el-input__icon {
  line-height: 34px;
}
.answerBackVisit .box-right .el-date-editor.el-date-editor--time-select {
  width: 243px!important;
}
.answerBackVisit .box-right .el-date-editor.el-date-editor--time-select .el-input__icon {
  line-height: 34px;
}
.answerBackVisit .box-right .lh1 .ant-form-item-control {
  line-height: 1;
}
.answerBackVisit .box-right .lh1 .ant-form-item-control .ant-btn-dashed {
  height: 28px;
  padding: 0 5px;
  border-color: #eb7530;
  color: #eb7530;
  float: right;
}
.answerBackVisit .box-right .card {
  border-top: 1px solid #e8e8e8;
  padding: 10px 0;
}
.answerBackVisit .box-right .ant-upload-list-picture-card-container {
  margin: 0 3px 3px 0;
}

.visitRecordData .ant-drawer-body .box {
  height: calc(100% - 45px);
}
.visitRecordData .ant-card-head {
  min-height: 30px;
}
.visitRecordData .ant-card-head .ant-card-head-title {
  padding: 5px 0;
}
.visitRecordData .ant-card-head .ant-card-extra {
  padding: 5px 0;
}
.visitRecordData .ant-card-head .ant-card-extra .ant-btn {
  padding: 0 5px;
}
.visitRecordData .ant-card-body {
  padding: 10px;
}
.visitRecordData .items {
  min-height: 30px;
  line-height: 30px;
}
.visitRecordData .items span {
  width: 85px;
  text-align: right;
  float: left;
  color: #000;
}
.visitRecordData .items div {
  width: 475px;
  float: left;
}
.visitRecordData .buttons {
  text-align: center;
  padding: 20px;
}

.prints-orderCharge {
  padding: 5px;
  font-size: 12px!important;
  font-family: 'Microsoft YaHei', 'SimHei' !important;
  font-weight: bold;
}
.prints-orderCharge .ant-card-body {
  padding: 0;
}
.prints-orderCharge .ant-card-head {
  border: none;
  height: 30px;
  min-height: 0;
}
.prints-orderCharge .ant-card-head-title {
  text-align: center;
  font-size: 18px!important;
  font-weight: bold;
  font-family: 'Microsoft YaHei', 'SimHei' !important;
  padding: 0;
}
.prints-orderCharge .ant-col {
  min-height: 16px;
  line-height: 16px;
  font-weight: bold;
  font-family: 'Microsoft YaHei', 'SimHei' !important;
  color: #000;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.prints-orderCharge .ant-col-2,
.prints-orderCharge .ant-col-3 {
  text-align: center;
}
.prints-orderCharge .ant-col-11 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.prints-orderCharge .ant-col-11 div {
  font-weight: bold;
  font-family: 'Microsoft YaHei', 'SimHei' !important;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 200px;
  word-wrap: break-word;
  word-break: normal;
}
.prints-orderCharge .h {
  min-height: 120px;
  font-weight: bold;
  font-family: 'Microsoft YaHei', 'SimHei' !important;
}
.prints-orderCharge .itemH .ant-col {
  min-height: 32px;
  line-height: 32px;
}
.prints-orderCharge .h17 .ant-col {
  min-height: 17px!important;
  line-height: 17px!important;
}
.prints-orderCharge .cursorTooth .toothsPositions {
  height: 30px;
  padding: 0;
}
.prints-orderCharge .cursorTooth .toothsPositions .item {
  min-height: 15px;
  height: 15px;
  line-height: 15px;
}
.prints-orderCharge .cursorTooth .toothsPositions .item div.t {
  height: 15px;
  line-height: 15px;
}
.prints-orderCharge .cursorTooth .toothsPositions .borders {
  border-color: #000;
}
.prints-orderCharge .b {
  width: 100%;
  display: block;
  height: 1px;
  border-top: 2px solid #000 !important;
  background-color: #000 !important;
}
.prints-orderCharge .b1 {
  width: 100%;
  display: block;
  height: 1px;
  border-top: 1px solid #000 !important;
  background-color: #000 !important;
}

.AllocationPayMoney .ant-drawer-body .box {
  overflow-y: hidden;
}
.AllocationPayMoney .ant-drawer-body .box .h50 {
  height: 50px;
  line-height: 50px;
  padding-left: 15px;
  font-size: 15px;
}
.AllocationPayMoney .ant-drawer-body .box td .h {
  height: 30px;
  line-height: 30px;
}
.AllocationPayMoney .ant-drawer-body .box td .ant-select {
  width: 120px;
  margin-right: 5px;
}
.AllocationPayMoney .ant-drawer-body .box td .ant-input-number {
  width: 80px;
}
.AllocationPayMoney .ant-drawer-body .box td .w95 {
  width: 110px;
}
.AllocationPayMoney .ant-drawer-body .box td .anticon-plus,
.AllocationPayMoney .ant-drawer-body .box td .anticon-minus {
  width: 32px;
  height: 28px;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
  color: #1784fc;
  font-weight: bold;
}
.AllocationPayMoney .ant-drawer-body .box td .mt5 {
  margin-top: 5px;
}

.AllocationMoney .ant-drawer-body .box {
  overflow-y: hidden;
}
.AllocationMoney .ant-drawer-body .box td .h {
  height: 32px;
}
.AllocationMoney .ant-drawer-body .box td .text {
  width: 110px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  margin: 0 5px;
}
.AllocationMoney .ant-drawer-body .box td .ant-input-number {
  width: 90px;
  float: left;
}
.AllocationMoney .ant-drawer-body .box td .mt5 {
  margin-top: 5px;
}

.editOrderPay .ant-modal-body .ant-select,
.editOrderPay .ant-modal-body .ant-input,
.editOrderPay .ant-modal-body .ant-input-number {
  width: 210px;
  margin-right: 5px;
}
.editOrderPay .ant-modal-body .el-date-editor {
  width: 210px!important;
}
.editOrderPay .ant-modal-body textarea.ant-input {
  width: 400px;
  margin: 5px 0;
}
.editOrderPay .ant-modal-body .v label {
  visibility: hidden;
}
.cancelOrderPay .ant-modal {
  width: 545px;
}
.cancelOrderPay .ant-modal-body {
  padding: 0;
}
.cancelOrderPay .ant-modal-body .reds {
  text-align: center;
  font-size: 14px;
  color: red;
  display: block;
  padding: 5px 0;
}
.cancelOrderPay .ant-modal-body .formRowCol {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 0;
}
.cancelOrderPay .ant-modal-body .ant-form-item-label {
  width: 110px!important;
  border-right: 1px solid #e1e1e1;
}
.cancelOrderPay .ant-modal-body .ant-form-item-control-wrapper {
  padding-left: 8px;
}
.cancelOrderPay .ant-modal-body textarea {
  margin: 5px 0;
}

.orderEditDataroject {
  width: 400px;
  height: 100%;
  border-left: 1px solid #f0f0f0;
}
.orderEditDataroject .search {
  height: 80px;
  padding: 20px;
}
.orderEditDataroject .search .ant-select {
  width: 100%;
  margin-top: 5px;
}
.orderEditDataroject .boxss {
  height: calc(100% - 100px);
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
.orderEditDataroject .boxss .ant-collapse {
  width: 390px;
  margin: 0 auto;
  border: none;
}
.orderEditDataroject .boxss .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;
  border-radius: 4px;
}
.orderEditDataroject .boxss .ant-collapse-item .ant-collapse-content-box div {
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid rgba(0, 166, 201, 0.3);
}
.orderEditDataroject .boxss .ant-collapse-item .ant-collapse-content-box div .ant-btn {
  padding: 0;
}
.orderEditDataroject .boxss .ant-collapse-item .ant-collapse-content-box div .text {
  width: 265px;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}
.orderEditDataroject .boxss .ant-collapse-item .ant-collapse-content-box div .money {
  width: 60px;
  text-align: center;
  float: left;
}
.orderEditDataroject .boxss .ant-collapse-item .ant-collapse-content-box div:nth-child(2n-1) .text {
  color: rgba(0, 166, 201, 0.8);
}
.orderEditDataroject .boxss .ant-collapse-item-active .ant-collapse-header {
  color: #00A6C9;
  background-color: rgba(24, 144, 255, 0.1);
}

.AddOutsideProces .porjectOutside {
  margin-bottom: 30px;
}
.AddOutsideProces .porjectOutside .title {
  height: 50px;
  padding: 9px 20px;
}
.AddOutsideProces .porjectOutside .title b {
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  color: #000;
  float: left;
}
.AddOutsideProces .porjectOutside .title .ant-btn {
  float: right;
}
.AddOutsideProces .porjectOutside .tr {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 20px;
  border-bottom: 1px solid #e8e8e8;
}
.AddOutsideProces .porjectOutside .tr > div {
  text-align: center;
  border-left: 1px solid #e8e8e8;
}
.AddOutsideProces .porjectOutside .tr > div .ant-input-number {
  width: 80px;
  margin-top: 9px;
}
.AddOutsideProces .porjectOutside .tr > div .ant-select {
  width: 150px;
  margin-top: 9px;
}
.AddOutsideProces .porjectOutside .tr > div .ant-btn {
  margin-top: 9px;
}
.AddOutsideProces .porjectOutside .tr .th1 {
  width: 250px;
  cursor: pointer;
}
.AddOutsideProces .porjectOutside .tr .th2 {
  width: 180px;
}
.AddOutsideProces .porjectOutside .tr .th3 {
  width: 180px;
}
.AddOutsideProces .porjectOutside .tr .th4 {
  width: 100px;
}
.AddOutsideProces .porjectOutside .tr .th5 {
  width: 80px;
  border-right: 1px solid #e8e8e8;
}
.AddOutsideProces .porjectOutside .tr .th5 span {
  line-height: 50px;
  cursor: pointer;
}
.AddOutsideProces .porjectOutside .tr .th6 {
  width: 710px;
  line-height: 40px;
  text-align: left;
  padding-left: 8px;
}
.AddOutsideProces .porjectOutside .tr.head {
  height: 40px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  line-height: 40px;
  background-color: #fafafa;
  border-top: 1px solid #e8e8e8;
}
.AddOutsideProces .porjectOutside .tr.head .th1 {
  display: block;
  cursor: default;
}
.AddOutsideProces .porjectOutside .tr.head i {
  color: red;
}
.AddOutsideProces .ant-form-item {
  width: 50%;
  float: left;
}
.AddOutsideProces .ant-form-item .ant-select,
.AddOutsideProces .ant-form-item .ant-input,
.AddOutsideProces .ant-form-item .ant-input-number {
  width: 270px;
}
.AddOutsideProces .ant-drawer-body {
  position: relative;
}
.AddOutsideProces .btnLevel {
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #f8f8f8;
  text-align: right;
  padding: 10px 16px;
  z-index: 1;
}
.AddOutsideProces .btnLevel .ant-btn {
  width: 115px;
  margin: 0 4px;
}
.AddOutsideProces .orderEditDataroject {
  width: 430px;
  height: calc(100vh - 130px);
  position: absolute;
  top: 42px;
  right: 5px;
  z-index: 99;
  background-color: #fff;
  border-top: 1px solid #f0f0f0;
  -webkit-box-shadow: 0 4px 3px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 3px 0 rgba(0, 0, 0, 0.2);
}
.AddOutsideProces .orderEditDataroject > .ant-select {
  width: 410px;
  margin: 10px;
}
.AddOutsideProces .orderEditDataroject > .ant-select .ant-select-selection {
  border-color: #1784fc;
}
.AddOutsideProces .orderEditDataroject .btb {
  border-top: 1px solid #ddd;
}
.AddOutsideProces .orderEditDataroject .search {
  height: 60px;
  padding: 5px 15px 5px 160px;
}
.AddOutsideProces .orderEditDataroject > .box {
  height: calc(100vh - 224px);
}
.AddOutsideProces .orderEditDataroject .boxss {
  height: calc(100% - 115px);
}

.outSideListData .ant-tabs-bar {
  margin-bottom: 0;
}
.outSideListData .ant-tabs-extra-content {
  margin-right: 20px;
}

.bundProject .ant-modal-body {
  padding: 0;
}
.bundProject .ant-modal-body .box {
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bundProject .ant-modal-body .box .box-list {
  width: 240px;
  border-right: 1px solid #f1f1f1;
}
.bundProject .ant-modal-body .box .box-list .ant-input-search {
  width: 230px;
  margin: 9px;
}
.bundProject .ant-modal-body .box .box-list .item {
  padding: 9px 5px;
  border-bottom: 1px solid #f1f1f1;
  cursor: pointer;
}
.bundProject .ant-modal-body .box .box-list .item:hover,
.bundProject .ant-modal-body .box .box-list .item.active {
  color: #1784fc;
  background-color: rgba(24, 144, 255, 0.2);
}
.bundProject .ant-modal-body .box .box-cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.bundProject .ant-modal-body .box .box-cont .total {
  height: 40px;
  line-height: 40px;
  text-align: right;
  padding: 0 20px;
  border-top: 1px solid #f1f1f1;
}

.orderEditData .ant-drawer-title .ant-select {
  width: 300px;
  float: right;
  margin-right: 342px;
}
.orderEditData .ant-drawer-title .ant-btn {
  float: right;
  margin-right: 15px;
  font-weight: bold;
  font-size: 16px;
}
.orderEditData .ant-drawer-title .ant-btn-primary[disabled] {
  color: #fff !important;
  border-color: transparent!important;
  background-color: transparent!important;
}
.orderEditData .boxProject {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.orderEditData .boxProject .list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  overflow-x: auto;
}
.orderEditData .boxProject .total1 {
  height: 40px;
}
.orderEditData .boxProject .total1 .formRowCol {
  width: 300px;
  margin-bottom: 0;
}
.orderEditData .boxProject .total2 {
  height: 40px;
  border-bottom: 1px solid #e3e3e3;
}
.orderEditData .boxProject .total2 .formRowCol {
  width: 300px;
  margin-bottom: 0;
  float: right;
}
.orderEditData .boxProject .total2 .formRowCol.left {
  float: left;
}
.orderEditData .boxProject .total2 .formRowCol.left .ant-form-item-label {
  width: 110px;
}
.orderEditData .boxProject .total2 .formRowCol.left .ant-form-item-label span span {
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  float: left;
  border-radius: 3px;
  background-color: #1CC825;
  margin: 8px;
}
.orderEditData .boxProject .total2 .formRowCol.left .ant-form-item-label span span.card1 {
  background-color: #F29116;
}
.orderEditData .boxProject .formItem {
  height: 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
}
.orderEditData .boxProject .formItem .w1 {
  width: 150px;
}
.orderEditData .boxProject .formItem .w2 {
  width: 250px;
}
.orderEditData .boxProject .formItem .w3 {
  width: 300px;
}
.orderEditData .boxProject .formItem .w4 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.orderEditData .boxProject .formItem .formRowCol {
  height: 50px;
  margin-bottom: 0;
  padding-right: 0;
}
.orderEditData .boxProject .formItem .formRowCol .ant-form-item-label {
  width: 80px;
}
.orderEditData .boxProject .formItem .formRowCol .ant-input-group-compact {
  margin-top: 5px;
}
.orderEditData .boxProject .formItem .formRowCol.col {
  height: 105px;
}
.orderEditData .boxProject .formItem .formRowCol .el-input__icon {
  line-height: 30px!important;
}
.orderEditData .th {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f1f1f1;
}
.orderEditData .th div {
  height: 50px;
  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;
  border-right: 1px solid #e8e8e8;
  white-space: pre;
  text-align: center;
  color: #333;
}
.orderEditData .th .th1 {
  width: 40px;
}
.orderEditData .th .th2 {
  width: 120px;
}
.orderEditData .th .th3 {
  min-width: 100px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.orderEditData .th .th4 {
  width: 105px;
}
.orderEditData .th .th5 {
  width: 55px;
}
.orderEditData .th .th6 {
  width: 90px;
}
.orderEditData .th .th7 {
  width: 80px;
}
.orderEditData .th .th8 {
  width: 80px;
}
.orderEditData .th .th9 {
  width: 60px;
}
.orderEditData .th .th10 {
  width: 90px;
}
.orderEditData .th .th11 {
  width: 80px;
}
.orderEditData .th .th12 {
  width: 80px;
}
.orderEditData .th .th13 {
  width: 50px;
}
.orderEditData .tableBox {
  max-height: calc(100vh - 340px);
  overflow-y: auto;
}
.orderEditData .tableBox .addP {
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 16px;
  border-bottom: 1px solid #e8e8e8;
  color: #666;
}
.orderEditData .tableBox .td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e8e8e8;
}
.orderEditData .tableBox .td .td1 {
  width: 40px;
  border-right: 1px solid #e8e8e8;
}
.orderEditData .tableBox .td .td1 > div {
  height: 42px;
  padding: 10px 9px;
}
.orderEditData .tableBox .td .td1 > div div {
  width: 22px;
  height: 22px;
  line-height: 22px;
  color: #fff;
  cursor: pointer;
  text-align: center;
  border-radius: 3px;
}
.orderEditData .tableBox .td .td1 .hui {
  background-color: #1CC825;
}
.orderEditData .tableBox .td .td1 .quan {
  background-color: #F29116;
}
.orderEditData .tableBox .td .td2 {
  width: 120px;
  border-right: 1px solid #e8e8e8;
  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;
}
.orderEditData .tableBox .td .td2 .cursor {
  width: 100%;
}
.orderEditData .tableBox .td .tdBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
.orderEditData .tableBox .td .tdBox .tdBox1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e8e8e8;
}
.orderEditData .tableBox .td .tdBox .tdBox1 > div {
  min-height: 40px;
  text-align: center;
  color: #333;
  padding: 5px 3px;
  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;
}
.orderEditData .tableBox .td .tdBox .tdBox1 > div .ant-input-number {
  width: 100%;
}
.orderEditData .tableBox .td .tdBox .tdBox2 {
  padding: 2px;
  background-color: rgba(0, 0, 0, 0.05);
}
.orderEditData .tableBox .td .tdBox .tdBox2 .ant-input {
  width: 200px;
  margin: 2px 0;
}
.orderEditData .tableBox .td .tdBox .tdBox2 .user {
  display: inline-block;
  margin: 2px 0;
}
.orderEditData .tableBox .td .tdBox .tdBox2 .user > b {
  width: 70px;
  color: #333;
  display: inline-block;
  font-weight: 400;
  text-align: right;
}
.orderEditData .tableBox .td .tdBox .tdBox2 .user .ant-select {
  width: 110px;
}
.orderEditData .tableBox .td .th3 {
  min-width: 100px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.orderEditData .tableBox .td .th3.name {
  min-height: 54px!important;
  display: block!important;
}
.orderEditData .tableBox .td .th3.name .desc {
  max-width: 100%;
  text-align: left;
}
.orderEditData .tableBox .td .th3.name > .ant-calendar-picker {
  width: 100%;
}
.orderEditData .tableBox .td .th3.name .project-date {
  cursor: pointer;
  font-size: 12px;
  color: #444;
}
.orderEditData .tableBox .td .th3.name .project-date .anticon {
  cursor: pointer;
  margin-left: 3px;
}
.orderEditData .tableBox .td .th3.name .project-date .anticon svg {
  width: 14px;
}
.orderEditData .tableBox .td .th3.name .project-date .anticon-edit:hover {
  color: #1890ff;
}
.orderEditData .tableBox .td .th3.name .project-date .anticon-delete:hover {
  color: #F14646;
}
.orderEditData .tableBox .td .th4 {
  width: 105px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.orderEditData .tableBox .td .th5 {
  width: 55px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.orderEditData .tableBox .td .th6 {
  width: 90px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.orderEditData .tableBox .td .th7 {
  width: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.orderEditData .tableBox .td .th8 {
  width: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.orderEditData .tableBox .td .th9 {
  width: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.orderEditData .tableBox .td .th10 {
  width: 90px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.orderEditData .tableBox .td .th11 {
  width: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.orderEditData .tableBox .td .th12 {
  width: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.orderEditData .tableBox .td .th13 {
  width: 45px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.orderEditData .tableBox .td .th13 .disabled {
  cursor: no-drop;
  color: #999;
}
.orderEditData .times {
  width: 215px;
  padding: 0 10px;
}
.orderEditData .times .iconshijian {
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  font-size: 17px;
}
.orderEditData .times span {
  width: 155px;
  height: 30px;
  line-height: 30px;
  text-align: left;
  padding-left: 8px;
}
.orderEditData .confirmBtn {
  width: 100%;
  text-align: center;
  clear: both;
  padding: 8px 0;
}
.orderEditData .confirmBtn .ant-btn {
  padding: 0 40px;
  margin-left: 8px;
}
.orderEditData .ant-dropdown-menu.ant-dropdown-content {
  height: 300px;
  overflow-y: scroll;
}
.orderEditData .orderEditproject {
  width: 335px;
  height: 100%;
  border-left: 1px solid #f0f0f0;
}
.orderEditData .orderEditproject .search {
  padding: 16px 16px 10px 16px;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 6px;
}
.orderEditData .orderEditproject .search .ant-select {
  width: 100%;
  margin-top: 5px;
}
.orderEditData .orderEditproject .boxCont {
  height: calc(100% - 70px);
}
.orderEditData .orderEditproject .boxCont .ant-collapse {
  width: 320px;
  margin: 0 auto;
  border: none;
}
.orderEditData .orderEditproject .boxCont .ant-collapse-item {
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 4px;
  border-radius: 4px;
}
.orderEditData .orderEditproject .boxCont .ant-collapse-item .ant-collapse-content-box {
  padding: 10px;
}
.orderEditData .orderEditproject .boxCont .ant-collapse-item .ant-collapse-content-box div {
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid rgba(0, 166, 201, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.orderEditData .orderEditproject .boxCont .ant-collapse-item .ant-collapse-content-box div .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.orderEditData .orderEditproject .boxCont .ant-collapse-item .ant-collapse-content-box div .money {
  width: 60px;
  text-align: center;
}
.orderEditData .orderEditproject .boxCont .ant-collapse-item .ant-collapse-content-box div .ant-btn {
  padding: 0;
}
.orderEditData .orderEditproject .boxCont .ant-collapse-item .ant-collapse-content-box div:nth-child(2n-1) .text {
  color: rgba(0, 166, 201, 0.8);
}
.orderEditData .orderEditproject .boxCont .ant-collapse-item-active .ant-collapse-header {
  background-color: rgba(24, 144, 255, 0.1);
}
.scheme .ant-tooltip-arrow::before {
  background-color: #fff;
}
.scheme .ant-tooltip-inner {
  background-color: #fff;
  border-radius: 0;
  border-left: 1px solid #1CC825;
  border-right: 1px solid #1CC825;
  border-bottom: 1px solid #1CC825;
  padding: 0;
}
.scheme .ant-tooltip-inner div {
  width: 120px;
  height: 26px;
  line-height: 26px;
  border-top: 1px solid #1CC825;
  padding: 0 5px;
  color: #333;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.schemesText .ant-tooltip-arrow::before {
  background-color: #fff;
}
.schemesText .ant-tooltip-inner {
  min-height: 26px;
  background-color: #fff;
  border-radius: 0;
  border-left: 1px solid #F29116;
  border-right: 1px solid #F29116;
  border-bottom: 1px solid #F29116;
  padding: 0;
}
.schemesText .ant-tooltip-inner div {
  width: 130px;
  height: 26px;
  line-height: 26px;
  color: #333;
  border-top: 1px solid #F29116;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.schemesText .ant-tooltip-inner div span {
  width: 26px;
  line-height: 26px;
  text-align: center;
  float: left;
  color: #fff;
  background-color: #F29116;
  margin-right: 3px;
}

.workReservationInfos .ant-collapse-header .anticon-right {
  color: #d9d9d9 !important;
}
.workReservationInfos .ant-collapse-header span {
  margin-right: 15px;
}
.workReservationInfos .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;
}
.workReservationInfos .ant-collapse-content-box {
  padding: 15px;
}
.workReservationInfos .ant-row {
  min-height: 45px;
  line-height: 45px;
}
.workReservationInfos .ant-col {
  min-height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #f8f8f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.workReservationInfos .ant-col .label {
  width: 100px;
  text-align: left;
  padding-left: 5px;
}
.workReservationInfos .ant-col .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.workReservationInfos .ant-col .content span {
  margin-right: 20px;
}
.workReservationInfos .ant-col .content .anticon-eye {
  font-size: 20px;
  cursor: pointer;
}
.workReservationInfos .ant-col:nth-child(2) {
  border-left: 1px solid #f8f8f8;
}
.workReservationInfos .box .ant-col {
  border-right: none;
}
.workReservationInfos .box .ant-col:nth-child(2n) {
  border-left: 1px solid #f8f8f8;
}
.workReservationInfos .colr {
  color: rgba(0, 0, 0, 0.85);
  border-bottom: 1px solid #f8f8f8;
}
.workReservationInfos .record {
  height: 40px;
  line-height: 40px;
}
.workReservationInfos .record .ant-btn-primary {
  float: left;
}
.workReservationInfos .record .ant-btn-link {
  float: right;
}

.caseIndex .ant-modal {
  top: 70px!important;
}
.caseIndex .ant-modal .ant-modal-body {
  padding: 0;
  height: calc(100vh - 200px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.caseIndex .ant-modal .left {
  width: 280px;
  height: calc(100vh - 200px);
  border-right: 2px solid #EFF4F8;
}
.caseIndex .ant-modal .left .el-tree-node__content {
  width: 270px;
}
.caseIndex .ant-modal .left .custom-tree-node {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  padding-right: 8px;
}
.caseIndex .ant-modal .left .custom-tree-node > .iconfont {
  width: 30px;
}
.caseIndex .ant-modal .left .custom-tree-node span {
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.caseIndex .ant-modal .left .icon-file,
.caseIndex .ant-modal .left .active {
  color: #1784fc;
}
.caseIndex .ant-modal .left .el-tree-node.is-current.is-focusable .node1 {
  color: #1784fc;
}
.caseIndex .ant-modal .contentBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.caseIndex .ant-modal .contentBox .box {
  height: calc(100vh - 250px);
  overflow-y: scroll;
}
.caseIndex .ant-modal .contentBox .items {
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #EFF4F8;
}
.caseIndex .ant-modal .contentBox .items .label {
  width: 90px;
  line-height: 40px;
  border-right: 1px solid #EFF4F8;
  text-align: right;
  color: #000;
  padding-right: 5px;
}
.caseIndex .ant-modal .contentBox .items .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 40px;
  padding-left: 5px;
  word-break: break-all;
}
.caseIndex .ant-modal .contentBox .center {
  height: 50px;
  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;
  border-top: 1px solid #f1f1f1;
  padding: 0 100px;
}
.caseIndex .ant-modal .contentBox .center .ant-btn {
  background-color: #52c41a;
  border-color: #52c41a;
}

.addCaseIndex .ant-modal-body {
  padding: 0;
  height: calc(100vh - 300px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.addCaseIndex .tree {
  width: 280px;
  overflow-y: scroll;
  border-right: 2px solid #EFF4F8;
}
.addCaseIndex .tree .el-tree-node__content {
  width: 270px;
}
.addCaseIndex .tree .custom-tree-node {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  padding-right: 8px;
}
.addCaseIndex .tree .custom-tree-node > .iconfont {
  width: 30px;
}
.addCaseIndex .tree .custom-tree-node span {
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.addCaseIndex .tree .icon-file {
  color: #1784fc;
}
.addCaseIndex .tree .active {
  color: #1784fc;
  background-color: rgba(24, 144, 255, 0.2);
}
.addCaseIndex .box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.addCaseIndex .box .name {
  height: 50px;
  line-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #EFF4F8;
}
.addCaseIndex .box .name .label {
  width: 90px;
  border-right: 1px solid #EFF4F8;
  text-align: right;
  color: #1784fc;
  padding-right: 5px;
}
.addCaseIndex .box .name .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 5px;
  word-break: break-all;
}
.addCaseIndex .box .name .content .ant-input {
  width: 400px;
}
.addCaseIndex .box .cont-box {
  height: calc(100vh - 350px);
  overflow-y: scroll;
}
.addCaseIndex .box .cont-box .items {
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #EFF4F8;
}
.addCaseIndex .box .cont-box .items .label {
  width: 90px;
  line-height: 40px;
  border-right: 1px solid #EFF4F8;
  text-align: right;
  color: #000;
  padding-right: 5px;
}
.addCaseIndex .box .cont-box .items .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 40px;
  padding-left: 5px;
}

.headAdd .tabs {
  height: 50px;
  text-align: center;
  padding-top: 5px;
}
.headAdd .tabs1 {
  border-radius: 3px;
  height: 310px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.headAdd .tabs1 .vue-cropper {
  width: 308px;
  height: 308px;
}
.headAdd .tabs1 .tabsPath {
  width: 308px;
  height: 308px;
  border: 1px solid #e1e1e1;
  padding: 2px;
  margin-left: 5px;
}
.headAdd .tabs2 {
  height: 310px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.headAdd .tabs2 .videoBox {
  width: 308px;
  height: 308px;
  border: 1px solid #e1e1e1;
  padding: 2px;
  border-radius: 3px;
}
.headAdd .tabs2 .videoBox .no {
  line-height: 308px;
  text-align: center;
  font-size: 16px;
  color: red;
  cursor: pointer;
}
.headAdd .tabs2 .imgs {
  width: 308px;
  height: 308px;
  border: 1px solid #e1e1e1;
  margin-left: 5px;
  border-radius: 3px;
}
.headAdd .tabsBtn {
  text-align: center;
}
.headAdd .tabsBtn .ant-btn {
  margin: 5px;
}
.headAdd .ant-spin {
  width: 100%;
}
.headAdd .ant-spin .ant-spin-dot-spin {
  margin-top: 100px;
}

.accModalList .ant-modal-body {
  min-height: 300px;
  padding: 0 10px 10px 10px;
}
.accModalList .header {
  height: 50px;
  padding-top: 5px;
}
.accModalList .header .formRowCol {
  margin-bottom: 0;
  padding-right: 10px;
}
.accModalList .header .formRowCol .ant-input {
  width: 160px;
}
.accModalList .header .formRowCol .ant-select {
  width: 150px;
}
.accModalList .ant-divider {
  margin-top: 17px;
}
.accModalList .fr.ant-btn {
  margin-top: 5px;
}
.accModalList .date {
  width: 190px;
  height: 33px;
  display: inline-block;
  padding-top: 4px;
}
.accModalList .date .ant-btn {
  float: left;
  border-radius: 0;
}
.accModalList .date .el-date-editor {
  width: 125px!important;
  float: left;
}
.accModalList .date .el-date-editor .el-input__prefix,
.accModalList .date .el-date-editor .el-input__suffix {
  display: none;
}
.accModalList .date .el-date-editor .el-input__inner {
  padding: 0;
  text-align: center;
  border-radius: 0;
  border-right: none;
  border-left: none;
}

.addPatientsData .box {
  position: relative;
}
.addPatientsData .submitBtn {
  background: -webkit-gradient(linear, right top, left top, from(rgba(23, 132, 252, 0.102)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg, rgba(23, 132, 252, 0.102) 0%, rgba(255, 255, 255, 0) 100%);
}
.addPatientsData .title {
  height: 48px;
  line-height: 48px;
  padding-left: 12px;
  color: #3D3D3D;
  font-size: 16px;
  font-weight: bold;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(rgba(23, 132, 252, 0.102)));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(23, 132, 252, 0.102) 100%);
}
.addPatientsData .title i {
  width: 4px;
  height: 18px;
  background-color: #1784FC;
  float: left;
  margin-top: 14px;
  margin-right: 5px;
  border-radius: 2px;
}
.addPatientsData .title.f14 {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 400;
  padding-left: 30px;
  color: #1784FC;
  background: none;
}
.addPatientsData .title .fr {
  font-weight: 400;
  color: #3D3D3D;
}
.addPatientsData .title .fr span {
  font-size: 14px;
  color: #3D3D3D;
}
.addPatientsData .item {
  width: 290px;
  line-height: 44px;
  min-height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
}
.addPatientsData .item.w370 {
  width: 380px;
}
.addPatientsData .item.w100 {
  width: 100%;
  float: inherit;
}
.addPatientsData .item.w100 .input > div {
  width: 375px;
  float: left;
}
.addPatientsData .item.w100 .input .ant-input {
  float: left;
  width: 300px!important;
  margin-top: 6px;
}
.addPatientsData .item.fw50 {
  width: 50%;
}
.addPatientsData .item.fw50 .label {
  width: 110px;
}
.addPatientsData .item.fww100 {
  width: 100%;
}
.addPatientsData .item.fww100 .label {
  width: 110px;
}
.addPatientsData .item .label {
  width: 75px;
  line-height: 1;
  text-align: right;
  padding-top: 15px;
  padding-right: 5px;
  color: #3D3D3D;
}
.addPatientsData .item .label i {
  font-style: normal;
  color: #F14646;
}
.addPatientsData .item .label2 {
  width: 110px;
  line-height: 45px;
  text-align: right;
  color: #3D3D3D;
}
.addPatientsData .item .label2 div {
  line-height: 1;
  float: right;
  padding-top: 10px;
  padding-right: 2px;
}
.addPatientsData .item .label2 p {
  margin-bottom: 0;
}
.addPatientsData .item .input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 5px;
  position: relative;
}
.addPatientsData .item .input .ant-select,
.addPatientsData .item .input .ant-input,
.addPatientsData .item .input .ant-input-number {
  width: 95%;
}
.addPatientsData .item .input .ant-input-number-handler-wrap {
  opacity: 0!important;
  display: none;
}
.addPatientsData .item .input .ant-checkbox-wrapper {
  margin-left: 5px;
}
.addPatientsData .item .input .iconfont {
  margin: 5px 0 0 5px;
}
.addPatientsData .item .input.pbt {
  padding: 5px;
}
.addPatientsData .item .input .abridge {
  height: 26px;
  text-align: center;
  line-height: 25px;
  display: inline-block;
  font-style: normal;
  border-radius: 26px;
  color: #666;
  font-size: 12px;
  margin: 0 8px 8px 0;
  padding: 0 5px;
  cursor: pointer;
  position: relative;
  border: 1px solid #999;
}
.addPatientsData .item .input .abridge i {
  width: 100%;
  height: 26px;
  display: block;
  border-radius: 26px;
  font-style: normal;
  color: red;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
}
.addPatientsData .item .input .abridge:hover i {
  opacity: 1;
}
.addPatientsData .item .input .icon-edit {
  width: 30px;
  text-align: center;
  display: inline-block;
  margin: 0;
  color: #1784FC;
}
.addPatientsData .item .input .acc {
  width: 180px;
  height: 34px;
  line-height: 34px;
  cursor: pointer;
  position: absolute;
  top: 5px;
  left: 148px;
  color: #333;
}
.addPatientsData .doctorList {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.addPatientsData .doctorList .label {
  width: 105px;
  line-height: 44px;
  text-align: right;
}
.addPatientsData .doctorList .list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.addPatientsData .doctorList .list .doctor {
  width: 170px;
  float: left;
  position: relative;
  margin: 5px;
}
.addPatientsData .doctorList .list .doctor .ant-select {
  width: 140px;
}
.addPatientsData .doctorList .list .doctor .anticon-close {
  width: 26px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
}
.addPatientsData .doctorList .list .ant-btn-icon-only {
  line-height: 1;
  float: left;
  margin: 5px;
}
.addPatientsData .doctorList:after {
  clear: both;
  content: '';
  display: block;
}
.addPatientsData .ant-select-enabled .ant-select-selection-selected-value span:nth-child(2) {
  display: none;
}
.addPatientsData .labelConfig {
  border: 1px solid #e3e3e3;
  border-bottom: none;
  margin: 5px;
}
.addPatientsData .labelConfig .box {
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e3e3e3;
}
.addPatientsData .labelConfig .box div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px 0 0 10px;
}
.addPatientsData .labelConfig .box div.label {
  width: 100px;
  line-height: 45px;
  -webkit-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
  text-align: center;
  border-right: 1px solid #e3e3e3;
  background-color: #f9f9f9;
}
.addPatientsData .labelConfig .box div span {
  height: 28px;
  line-height: 27px;
  text-align: center;
  padding: 0 10px;
  border: 1px solid #f3f3f3;
  border-radius: 28px;
  display: inline-block;
  margin: 0 8px 8px 0;
  cursor: pointer;
}
.addPatientsData .classCharacter .desc {
  display: none;
}
.addPatientsData .classCharacter p {
  margin-bottom: 0;
}
.addPatientsData .headInfo {
  width: 100%;
  height: 275px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.addPatientsData .headInfo .left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 10px;
}
.addPatientsData .headInfo .right {
  width: 192px;
  height: 265px;
  background-image: url(../img/head_info.6e0dff77.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 12px 9px;
  border: 1px solid #f1f1f1;
}
.addPatientsData .headInfo .right .head {
  width: 132px;
  height: 132px;
  border-radius: 132px;
  border: 2px solid #1784fc;
  cursor: pointer;
  margin-top: 50px;
  margin-left: 31px;
}
.addPatientsData .headInfo .right .head img {
  width: 128px;
  height: 128px;
  border-radius: 128px;
}
.addPatientsData .headInfo .right .head .img {
  width: 128px;
  height: 128px;
  border-radius: 128px;
  text-align: center;
  font-size: 14px;
  padding: 1px;
  background-color: #fff;
}
.addPatientsData .headInfo .right .head .img .iconuser {
  font-size: 78px;
  color: #666;
  font-weight: 400;
}
.addPatientsData .headInfo .right .head .img div {
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 15px;
  background-color: #fff;
  color: #1784fc;
  margin-left: 16px;
  margin-top: -13px;
}
.table-show {
  position: absolute;
  left: 0;
  top: 38px;
  z-index: 1000;
  width: 700px;
  background: #fff;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.table-show .table-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fafafa;
  font-weight: bold;
  text-align: center;
}
.table-show .table-header .w50 {
  width: 50px;
}
.table-show .table-header .w100 {
  width: 100px;
}
.table-show .search-result-table {
  max-height: 260px;
  border-top: 1px solid #e8e8e8;
  border-radius: 4px;
  overflow-y: auto;
}
.table-show .table-had {
  width: 100%;
  border-collapse: collapse;
}
.table-show .table-cuntomer {
  border-bottom: 1px solid #f0f0f0;
  height: 36px;
}
.table-show .table-cuntomer td {
  text-align: center;
}
.table-show .table-title {
  width: 100px;
  height: 36px;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.table-show .table-tenant {
  width: 100px;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 36px;
}
.table-show .w50 {
  width: 50px;
  height: 36px;
}
.table-show .w100 {
  width: 100px;
  height: 36px;
}
.table-show .table-last {
  width: 100px;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 36px;
  text-align: center;
}
.table-show .table-center {
  width: 100px;
  height: 36px;
  white-space: nowrap;
  text-align: center;
}
.table-show .table-center .ant-btn {
  margin: 0 5px;
  padding: 0;
}
.gradeItem {
  height: 40px;
  line-height: 40px;
  padding: 0 5px;
}
.gradeItem span {
  display: inline-block;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gradeItem span:nth-child(1) {
  width: 125px;
}
.gradeItem span:nth-child(2) {
  width: 45px;
}
.labelWrapsName .ant-modal-body {
  padding: 0;
}
.labelWrapsName .ant-tabs-tab {
  margin-bottom: 0!important;
}
.labelWrapsName .ant-tabs-left-content {
  padding: 0;
}
.labelWrapsName .ant-tabs-tab-active,
.labelWrapsName .ant-tabs-tab:hover {
  background-color: #1784FC;
  color: #fff;
}
.labelWrapsName .formRowCol {
  padding-right: 0;
}
.labelWrapsName .formRowCol .ant-form-item-label {
  width: 85px;
}
.labelWrapsName .formRowCol .ant-form-item-children span {
  height: 28px;
  line-height: 28px;
  padding: 0 13px;
  margin: 0 8px 8px 0;
  border-radius: 28px;
  cursor: pointer;
  display: inline-block;
  border: 1px solid #e3e3e3;
}

.formRowCol[data-v-0f28dd2c] {
  padding-right: 0;
}

.AddTreatment .ant-drawer-title span {
  font-size: 13px;
  cursor: pointer;
}
.AddTreatment .btn2 {
  border-color: #1784fc;
  color: #1784fc;
  border-radius: 5px;
  line-height: 30px;
  margin-top: 9px;
}
.AddTreatment .submitBtn .btn1 {
  color: #1784fc;
  background-color: transparent;
  border-color: #1784fc;
  float: left;
  margin-top: 10px;
}
.AddTreatment .submitBtn .btn2 {
  color: #333;
  background-color: transparent;
  border-color: #666;
  float: left;
  margin-top: 10px;
}
.AddTreatment .header {
  min-height: 50px;
  background-color: #E9F2FF;
  padding-top: 5px;
}
.AddTreatment .header .formRowCol {
  padding-right: 0;
  margin-bottom: 0;
  float: left;
}
.AddTreatment .header .formRowCol .el-input--prefix .el-input__inner {
  padding-right: 0;
  padding-left: 22px;
}
.AddTreatment .header .formRowCol .el-input__prefix {
  left: 0;
}
.AddTreatment .header .formRowCol.w-270 {
  width: 270px;
}
.AddTreatment .header .formRowCol.w-200 {
  width: 180px;
}
.AddTreatment .header .formRowCol.w-200 .ant-form-item-label {
  width: 50px;
}
.AddTreatment .header .formRowCol.w-250 {
  max-width: 288px;
  min-width: 200px;
  min-height: 42px;
}
.AddTreatment .header .formRowCol.w-250 .ant-form-item-label {
  width: 50px;
}
.AddTreatment .header .formRowCol.w-250 .ant-select {
  width: auto;
  min-width: 140px;
}
.AddTreatment .header .formRowCol .times {
  width: 170px;
  padding: 0 5px;
}
.AddTreatment .header .btn {
  width: 85px;
  height: 40px;
  text-align: center;
  padding-top: 10px;
  cursor: pointer;
  float: right;
}
.AddTreatment .header .btn.cor1 {
  color: #EE8026;
}
.AddTreatment .header .btn.cor2 {
  color: #1784fc;
}
.AddTreatment .title {
  height: 55px;
  line-height: 55px;
  padding: 0 20px;
  color: #666666;
  font-size: 16px;
  background-color: #fff;
  font-weight: 500;
  border-bottom: 1px solid #D8E8FF;
}
.AddTreatment .title .ant-tag-red {
  margin-top: 16px;
}
.AddTreatment .ant-drawer-body .box {
  height: calc(100vh - 150px);
}
.AddTreatment .ant-drawer-body .box .ant-select-selection,
.AddTreatment .ant-drawer-body .box .ant-input {
  border-color: #E9E9E9;
}
.AddTreatment .items {
  min-height: 51px;
  border-bottom: 1px solid #D8E8FF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.AddTreatment .items .label {
  width: 150px;
  color: #1C62C1;
  min-height: 50px;
  line-height: 50px;
  text-align: right;
  background-color: #E9F2FF;
  float: left;
}
.AddTreatment .items .label i {
  color: red;
}
.AddTreatment .items .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 50px;
  float: left;
}
.AddTreatment .items .content .h2 .ant-btn-dashed {
  width: 200px;
  margin: 5px 20px;
}
.AddTreatment .items .content .h2 .btn2 {
  float: right;
  margin: 5px 20px;
}
.AddTreatment .items .content > .ant-select,
.AddTreatment .items .content > .ant-input,
.AddTreatment .items .content > .ant-input-affix-wrapper {
  width: auto;
  min-width: 600px;
  margin: 9px 20px;
}
.AddTreatment .toothItem {
  width: 800px;
  min-height: 70px;
  margin: 9px 0 9px 20px;
  border: 1px solid #E9E9E9;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.AddTreatment .toothItem .tooths {
  width: 675px;
  min-height: 70px;
  margin-right: 2px;
  padding: 3px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.AddTreatment .toothItem .tooths .toothsData {
  width: 300px;
  min-height: 69px;
  padding: 10px 3px 0 3px;
}
.AddTreatment .toothItem .tooths .remark {
  width: 370px;
  padding-top: 9px;
}
.AddTreatment .toothItem .action {
  width: 120px;
  min-height: 70px;
  border-left: 1px solid #E9E9E9;
}
.AddTreatment .toothItem .action.del {
  line-height: 70px;
  cursor: pointer;
  font-size: 14px;
  color: #666;
  padding-left: 8px;
}
.AddTreatment .toothItem .action.del .anticon {
  width: 44px;
  text-align: center;
}
.AddTreatment .toothItem .action.del:hover {
  color: red;
}
.AddTreatment .toothItem .action div {
  height: 35px;
  line-height: 35px;
  padding-left: 8px;
  cursor: pointer;
  font-size: 14px;
  color: #666;
}
.AddTreatment .toothItem .action div .ant-switch {
  float: left;
  margin-top: 9px;
  margin-right: 5px;
}
.AddTreatment .toothItem .action div .anticon {
  width: 44px;
  text-align: center;
}
.AddTreatment .toothItem .action div:nth-child(1):hover {
  color: #1784fc;
}
.AddTreatment .toothItem .action div:nth-child(2) {
  border-top: 1px solid #E9E9E9;
}
.AddTreatment .toothItem .action div:nth-child(2):hover {
  color: red;
}
.AddTreatment .pos {
  position: relative;
}
.AddTreatment .pos > div {
  top: inherit!important;
  bottom: 0;
}
.AddTreatment .info {
  float: right;
  color: #FDA700;
  margin-right: 120px;
  margin-top: 25px;
  cursor: pointer;
}
.AddTreatment .templatePop {
  top: 0!important;
  left: -145px !important;
}
.AddTreatment .templatePop .ant-popover-message-title .titles {
  width: 985px;
}
.AddTreatment .templatePop .ant-popover-message-title .tagBox {
  width: 985px;
}
.AddTreatment .templatePop .ant-popover-message-title .itemBox {
  width: 985px;
}
.AddTreatment .templatePop .ant-popover-message-title .scrollBox {
  max-height: calc(100vh - 450px);
}
.AddTreatment .templatePop.ptl {
  left: -470px !important;
}
.accptsModal .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}
.accptsModal .tr div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  border-left: 1px solid #e8e8e8;
}
.accptsModal .bg {
  border-top: 1px solid #e8e8e8;
  background-color: #f1f1f1;
}

.couponDetails .ant-tabs-bar {
  margin-bottom: 8px;
}
.couponDetails .ant-tabs-tabpane {
  height: calc(100vh - 156px);
  overflow-y: scroll;
}
.couponDetails .title {
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  border-bottom: 1px solid #e8e8e8;
}
.couponDetails .title b {
  font-size: 16px;
  color: #000;
  margin-right: 10px;
}
.couponDetails .title .ant-tag-red {
  margin: 0 5px;
}
.couponDetails .title .right {
  height: 50px;
  line-height: 50px;
  float: right;
  color: #666;
  font-weight: bold;
  cursor: pointer;
}
.couponDetails .title .right i {
  font-size: 14px;
}
.couponDetails .title .right:hover {
  color: red;
}
.couponDetails .title .fr.ant-btn {
  margin-top: 7px;
}
.couponDetails .cont {
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  margin: 0 10px;
}
.couponDetails .cont div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 45px;
  line-height: 45px;
  border-right: 1px solid #d9d9d9;
  padding-left: 8px;
  overflow: hidden;
  color: #666;
}
.couponDetails .cont div b {
  color: #333;
}
.couponDetails .border {
  border-top: 1px solid #d9d9d9;
  margin: 0 10px;
}
.couponDetails .contMony {
  height: 45px;
  line-height: 45px;
  padding-left: 8px;
  border: 1px solid #d9d9d9;
  margin: 0 10px;
  background-color: rgba(0, 0, 0, 0.05);
}
.couponDetails .ant-table-wrapper {
  margin: 10px;
}
.couponDetails h2 {
  height: 50px;
  line-height: 50px;
  color: #1784fc;
  padding-left: 10px;
  margin-bottom: 0;
}
.couponDetails h2 b {
  font-size: 14px;
  color: #333;
}
.couponDetails h2 span {
  font-size: 14px;
  color: #333;
  float: right;
  margin-right: 20px;
}
.couponDetails h2 span b {
  margin: 0;
  color: #1784fc;
}

.cmemberDetails .ant-tabs-bar {
  margin-bottom: 8px;
}
.cmemberDetails .ant-tabs-tabpane {
  height: calc(100vh - 157px);
  overflow-y: scroll;
}
.cmemberDetails .title {
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  border-bottom: 1px solid #e8e8e8;
}
.cmemberDetails .title b {
  font-size: 16px;
  color: #000;
  margin-right: 10px;
}
.cmemberDetails .title .ant-tag-red {
  margin: 0 5px;
}
.cmemberDetails .title .right {
  height: 50px;
  line-height: 50px;
  float: right;
  color: #666;
  font-weight: bold;
  cursor: pointer;
}
.cmemberDetails .title .right i {
  font-size: 14px;
}
.cmemberDetails .title .right:hover {
  color: #1784fc;
}
.cmemberDetails .cont {
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  margin: 0 10px;
}
.cmemberDetails .cont div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 45px;
  line-height: 45px;
  border-right: 1px solid #d9d9d9;
  padding-left: 8px;
  overflow: hidden;
  color: #666;
}
.cmemberDetails .cont div b {
  color: #333;
}
.cmemberDetails .cont div span {
  font-size: 12px;
  margin-left: 10px;
}
.cmemberDetails .border {
  border-top: 1px solid #d9d9d9;
  margin: 0 10px;
}
.cmemberDetails .contMony {
  height: 45px;
  line-height: 45px;
  padding-left: 8px;
  border: 1px solid #d9d9d9;
  margin: 0 10px;
  background-color: rgba(0, 0, 0, 0.05);
}
.cmemberDetails .ant-table-wrapper {
  margin: 10px;
}
.cmemberDetails h2 {
  color: #1784fc;
  padding-left: 10px;
  margin: 10px 0;
}
.cmemberDetails h2 b {
  font-size: 14px;
  color: #333;
}
.cmemberDetails h2 span {
  font-size: 14px;
  color: #333;
  margin-right: 20px;
}
.cmemberDetails h2 span b {
  margin: 0;
  color: #1784fc;
}
.cmemberDetails .memberCardExplain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cmemberDetails .memberCardExplain .tit {
  width: 100px;
  text-align: right;
}
.cmemberDetails .memberCardExplain .cot {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.payBalanceMoney .ant-table-thead > tr > td,
.payBalanceMoney .ant-table-tbody > tr > td {
  padding: 10px 0!important;
}
.payBalanceMoney .money {
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
}
.payBalanceMoney .money div {
  width: 200px;
  float: left;
}
.payBalanceMoney .money div span {
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  float: left;
  border-radius: 3px;
  background-color: #F29116;
  margin: 3px;
}
.payBalanceMoney .money div span.active1 {
  background-color: #1CC825;
}
.payBalanceMoney .money span {
  float: right;
}
.payBalanceMoney .money p {
  width: 500px;
  float: left;
  margin-bottom: 0;
}
.payBalanceMoney .money p span {
  width: 50%;
  text-align: center;
  float: left;
}
.payBalanceMoney .hui {
  width: 22px;
  height: 22px;
  line-height: 22px;
  color: #fff;
  cursor: pointer;
  text-align: center;
  border-radius: 3px;
  background-color: #1CC825;
  margin-left: 10px;
  display: inline-block;
}
.payBalanceMoney .quan {
  width: 22px;
  height: 22px;
  line-height: 22px;
  color: #fff;
  cursor: pointer;
  text-align: center;
  border-radius: 3px;
  background-color: #F29116;
  margin-left: 10px;
  display: inline-block;
}
.payBalanceMoney .card {
  border: 1px solid #E9E9E9;
  margin: 10px 15px;
}
.payBalanceMoney .card .head {
  height: 40px;
  line-height: 40px;
  background-color: #E9F2FF;
  padding-left: 10px;
  font-size: 14px;
  color: #333;
  font-weight: bold;
}
.payBalanceMoney .card .cont {
  min-height: 60px;
}
.payBalanceMoney .card .cont .item {
  width: 222px;
  height: 30px;
  line-height: 28px;
  background-color: #f1f1f1;
  border: 1px solid #f1f1f1;
  float: left;
  margin: 8px;
  padding-left: 5px;
}
.payBalanceMoney .card .cont .item.dis span {
  cursor: no-drop;
}
.payBalanceMoney .card .cont .item span {
  width: 170px;
  color: #000;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  cursor: pointer;
}
.payBalanceMoney .card .cont .item b {
  width: 40px;
  text-align: center;
  color: #1784fc;
  font-size: 12px;
  display: inline-block;
  cursor: pointer;
}
.payBalanceMoney .card .cont .item.active1 {
  border: 1px solid #1CC825;
}
.payBalanceMoney .card .cont .item.active1 span {
  color: #1CC825;
}
.payBalanceMoney .card .cont .item.active0 {
  border: 1px solid #F29116;
}
.payBalanceMoney .card .cont .item.active0 span {
  color: #F29116;
}
.payBalanceMoney .payCont {
  border-radius: 4px;
  background-color: #f1f1f1;
  margin: 10px 15px;
  padding: 10px;
}
.payBalanceMoney .payCont > .formRowCol {
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 8px;
  padding: 3px 5px;
}
.payBalanceMoney .payCont > .formRowCol .ant-form-item-label {
  color: #000;
}
.payBalanceMoney .payCont > .formRowCol .ant-form-item-children {
  width: 845px;
  display: inline-block;
  padding: 0;
}
.payBalanceMoney .payCont > .formRowCol .ant-select {
  width: 280px;
  margin-right: 20px;
}
.payBalanceMoney .payCont > .formRowCol .ant-input-number {
  width: 220px;
  margin-right: 20px;
}
.payBalanceMoney .payCont > .formRowCol .ant-btn-icon-only {
  background-color: #1784fc !important;
  border-color: #1784fc !important;
  color: #fff !important;
}
.payBalanceMoney .payCont > .formRowCol .ant-btn {
  float: right;
  margin-top: 4px;
}
.payBalanceMoney .payCont .col-100 {
  background-color: #f1f1f1;
}
.payBalanceMoney .payCont .rowCol {
  height: 50px;
}
.payBalanceMoney .payCont .rowCol .formRowCol {
  width: 50%;
  float: left;
  padding: 0;
  margin: 0;
}
.payBalanceMoney .payCont .rowCol .formRowCol .ant-form-item-children {
  width: 360px;
}
.payBalanceMoney .payCont .rowCol .formRowCol .ant-select,
.payBalanceMoney .payCont .rowCol .formRowCol .el-date-editor {
  width: 260px!important;
}
.payBalanceMoney .payCont .rowCol .formRowCol .ant-form-item-children {
  padding-top: 4px;
}
.payBalanceMoney .payCont .total {
  height: 20px;
  line-height: 15px;
  margin-bottom: 0;
  font-weight: bold;
  padding-left: 15px;
  clear: both;
}
.payBalanceMoney .payCont .total span {
  width: 274px;
  float: left;
  color: #000;
}
.payBalanceMoney .payCont .title {
  height: 32px;
  line-height: 32px;
  color: #000;
}
.payBalanceMoney .payCont .item {
  width: 50%;
  height: 30px;
  line-height: 30px;
  float: left;
}
.payBalanceMoney .payCont .item b {
  color: #000;
}
.scheme .ant-tooltip-arrow::before {
  background-color: #fff;
}
.scheme .ant-tooltip-inner {
  background-color: #fff;
  border-radius: 0;
  border-left: 1px solid #1CC825;
  border-right: 1px solid #1CC825;
  border-bottom: 1px solid #1CC825;
  padding: 0;
}
.scheme .ant-tooltip-inner div {
  width: 120px;
  height: 26px;
  line-height: 26px;
  border-top: 1px solid #1CC825;
  padding: 0 5px;
  color: #333;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.schemesText .ant-tooltip-arrow::before {
  background-color: #fff;
}
.schemesText .ant-tooltip-inner {
  min-height: 26px;
  background-color: #fff;
  border-radius: 0;
  border-left: 1px solid #F29116;
  border-right: 1px solid #F29116;
  border-bottom: 1px solid #F29116;
  padding: 0;
}
.schemesText .ant-tooltip-inner div {
  width: 130px;
  height: 26px;
  line-height: 26px;
  border-top: 1px solid #F29116;
  color: #333;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.schemesText .ant-tooltip-inner div span {
  width: 26px;
  line-height: 26px;
  text-align: center;
  float: left;
  color: #fff;
  background-color: #F29116;
  margin-right: 5px;
}

.planReservationClinicName .customerName {
  height: 95px;
  border-bottom: 1px solid #e8e8e8;
}
.planReservationClinicName .customerName .name {
  height: 35px;
  line-height: 35px;
}
.planReservationClinicName .customerName .name .cust {
  min-width: 50px;
  max-width: 180px;
  font-weight: bold;
  font-size: 18px;
  color: #000;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 15px;
  float: left;
}
.planReservationClinicName .customerName .name .badgeIcons {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 20px;
  margin: 7px 3px;
  float: left;
  color: #fff;
}
.planReservationClinicName .customerName .name .badgeIcons.icon1 {
  background-color: #2478F1;
}
.planReservationClinicName .customerName .name .badgeIcons.icon0 {
  background-color: #79B21F;
}
.planReservationClinicName .customerName .name .badgeIcons.icon2 {
  background-color: #F2910C;
}
.planReservationClinicName .customerName .name .badgeIcons.icon3 {
  background-color: #1800ff;
}
.planReservationClinicName .customerName .name img {
  width: 20px;
  height: 20px;
  float: left;
  margin: 7px 3px;
}
.planReservationClinicName .customerName .name .icon {
  width: 180px;
  float: left;
  text-align: center;
}
.planReservationClinicName .customerName .users {
  height: 30px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.planReservationClinicName .customerName .users .switch {
  width: 44px;
  height: 22px;
  border-radius: 22px;
  padding: 1px;
  background-color: rgba(0, 0, 0, 0.25);
  display: inline-block;
  cursor: pointer;
}
.planReservationClinicName .customerName .users .switch i {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  display: inline-block;
  background-color: #fff;
}
.planReservationClinicName .customerName .users .switch.active {
  text-align: right;
  background-color: #1784fc;
}
.planReservationClinicName .customerName .users div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.planReservationClinicName .customerName .users .th1 {
  width: 200px;
  -webkit-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
  padding-left: 15px;
}
.planReservationClinicName .customerName .users .th2 {
  width: 170px;
  -webkit-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
  padding-left: 15px;
}
.planReservationClinicName .btns {
  height: 50px;
  padding: 8px;
  border-bottom: 1px solid #d1d1d1;
}
.planReservationClinicName .btns .tabs {
  width: 200px;
  height: 34px;
  line-height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
  border: 1px solid #d1d1d1;
  float: left;
  cursor: pointer;
}
.planReservationClinicName .btns .tabs div {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.planReservationClinicName .btns .tabs .check {
  color: #fff;
  background-color: #1784fc;
}
.planReservationClinicName .btns .ant-select {
  width: 85px;
  margin-left: 10px;
}
.planReservationClinicName .btns .ant-btn {
  float: right;
  margin-right: 30px;
}
.planReservationClinicName .btns .btnBg1 {
  margin-right: 50px;
}
.planReservationClinicName .boxCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100vh - 195px);
}
.planReservationClinicName .boxCont .box1 {
  width: 398px;
  border-right: 1px solid #d1d1d1;
}
.planReservationClinicName .boxCont .box2 {
  width: 398px;
}
.planReservationClinicName .boxCont .items {
  padding: 0 10px;
  border-bottom: 1px solid #d1d1d1;
  cursor: pointer;
}
.planReservationClinicName .boxCont .items .times {
  height: 40px;
  line-height: 40px;
  color: #333;
}
.planReservationClinicName .boxCont .items .times i {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-style: inherit;
  text-align: center;
  display: inline-block;
  border-radius: 20px;
  font-size: 12px;
  color: #fff;
  background-color: #1CBB41;
}
.planReservationClinicName .boxCont .items .times i.plan {
  background-color: #eec008;
}
.planReservationClinicName .boxCont .items .text {
  border-radius: 4px;
  padding: 10px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  background-color: #f1f1f1;
}
.planReservationClinicName .boxCont .items .text div {
  width: 240px;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.planReservationClinicName .boxCont .items .text .flex1 {
  width: 120px;
}
.planReservationClinicName .boxCont .items .text.active {
  background-color: rgba(24, 144, 255, 0.2);
}
.planReservationClinicName .boxCont .items .btn {
  height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.planReservationClinicName .boxCont .items .btn div {
  width: 60px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: rgba(24, 144, 255, 0.2);
  border-radius: 4px;
  cursor: pointer;
  margin-right: 20px;
}
.planReservationClinicName .boxCont .items .btn .bt4 {
  width: 85px;
  margin-right: 0;
  margin-left: 35px;
}
.planReservationClinicName .boxCont .items:hover .btn {
  height: 40px;
}
.planReservationClinicName .item {
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-bottom: 1px solid #d1d1d1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f1f1f1;
}
.planReservationClinicName .item div {
  border-left: 1px solid #d1d1d1;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.planReservationClinicName .item .th1 {
  width: 70px;
  border-left: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.planReservationClinicName .item .th2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.planReservationClinicName .item .th3 {
  width: 120px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.planReservationClinicName .item .th4 {
  width: 70px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.planReservationClinicName .item .th5 {
  width: 110px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.planReservationClinicName .item .th6 {
  width: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.planReservationClinicName .item .th6 i {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 20px;
  font-size: 12px;
  font-style: inherit;
  color: #fff;
  background-color: #1CBB41;
  float: left;
  margin: 10px 0 0 2px;
}
.planReservationClinicName .item .th6 i.plan {
  background-color: #eec008;
}
.planReservationClinicName .item .th6 span {
  float: left;
  text-indent: 4px;
}
.planReservationClinicName .item .th7 {
  width: 50px;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.planReservationClinicName .item .th7.cd {
  color: #ddd;
}
.planReservationClinicName .box3 {
  height: calc(100vh - 240px);
}
.planReservationClinicName .box3 .item {
  background-color: #fff;
}

.addPlanReservation .ant-modal-title {
  font-size: 16px;
  font-weight: bold;
}
.addPlanReservation .iconx-sex2 {
  color: #FFC0CB !important;
}
.addPlanReservation .ant-modal-body {
  padding: 10px 0 20px 0;
}
.addPlanReservation .info-name {
  height: 35px;
  padding: 0 20px;
}
.addPlanReservation .info-name b {
  font-size: 20px;
  color: #333;
  margin-right: 10px;
}
.addPlanReservation .info-name .iconfont {
  display: inline-block;
  margin-right: 2px;
}
.addPlanReservation .info-name .iconx-sex1,
.addPlanReservation .info-name .iconx-sex2 {
  font-size: 18px;
  color: #1784fc;
}
.addPlanReservation .info-name .badgeIcons {
  width: 19px;
  height: 19px;
  line-height: 20px;
  font-size: 12px;
  text-align: center;
  background-color: #E0FFDF;
  color: #3AA837;
  display: inline-block;
  border-radius: 20px;
  margin-right: 2px;
}
.addPlanReservation .iconfontText {
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
}
.addPlanReservation .iconfontText p {
  margin-bottom: 0;
  display: inline-block;
  color: #666;
  font-size: 14px;
  margin-right: 20px;
}
.addPlanReservation .connent {
  background-color: #EEEEEE;
  padding: 10px 20px;
  margin-bottom: 10px;
}
.addPlanReservation .connent div {
  height: 30px;
  line-height: 33px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.addPlanReservation .connent div span {
  width: 280px;
  color: #666;
  font-size: 14px;
}
.addPlanReservation .connent div span b {
  color: #333;
}
.addPlanReservation .formRowCol .ant-form-item-label {
  width: 200px;
  padding-right: 10px;
}
.addPlanReservation .formRowCol .ant-select,
.addPlanReservation .formRowCol .ant-input {
  width: 400px;
}

.planAddReservation .box {
  overflow-y: inherit!important;
}
.planAddReservation .customerName {
  height: 80px;
  border-bottom: 1px solid #e8e8e8;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.planAddReservation .customerName .name {
  max-width: 150px;
  height: 60px;
  font-weight: bold;
  color: #000;
  font-size: 18px;
  padding-right: 10px;
}
.planAddReservation .customerName .boxCont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 60px;
}
.planAddReservation .customerName .boxCont div {
  height: 30px;
  line-height: 30px;
}
.planAddReservation .customerName .boxCont img {
  width: 22px;
  height: 22px;
  float: left;
  margin-right: 8px;
  margin-top: 2px;
}
.planAddReservation .customerName .boxCont span {
  float: left;
  margin-right: 8px;
}
.planAddReservation .el-date-editor {
  width: 220px!important;
}
.planAddReservation .el-date-editor .el-input__icon {
  line-height: 34px;
}
.planAddReservation .el-date-editor.el-date-editor--time-select {
  width: 243px!important;
}
.planAddReservation .el-date-editor.el-date-editor--time-select .el-input__icon {
  line-height: 34px;
}
.planAddReservation .template {
  padding: 5px 20px;
}
.planAddReservation .template .tabs {
  width: 200px;
  height: 32px;
  line-height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
}
.planAddReservation .template .tabs div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  cursor: pointer;
}
.planAddReservation .template .tabs div.check {
  background-color: #1784fc;
  color: #fff;
}
.planAddReservation .ant-input,
.planAddReservation .ant-select,
.planAddReservation .ant-time-picker {
  width: 90%;
}
.planAddReservation .formRowCol {
  padding-right: 0;
}
.planAddReservation .formRowCol .ant-form-item-children {
  padding-left: 10px;
}
.planAddReservation .formRowCol.date {
  margin-bottom: 0;
}
.planAddReservation .formRowCol.date .ant-input-number {
  width: 100px;
  margin-right: 5px;
}
.planAddReservation .formRowCol.date .ant-btn.ant-btn-dashed {
  width: 32px;
  display: inline-block;
  margin: 0 0 0 20px;
}
.planAddReservation .cotBox {
  height: calc(100vh - 225px);
  overflow-y: scroll;
}
.planAddReservation .cotBox .tips {
  padding-left: 27px;
}
.planAddReservation .cotBox .tips b {
  font-size: 18px;
}
.planAddReservation .cotBox .tips i {
  width: 60px;
  text-align: center;
  float: right;
  font-size: 20px;
  color: red;
}
.planAddReservation .cotBox .items {
  border-bottom: 1px solid #ddd;
}
.planAddReservation .cotBox .ant-btn.ant-btn-dashed {
  width: 500px;
  margin: 10px auto;
  color: #1784fc;
  border-color: #1784fc;
  display: block;
}
.planAddReservation .cotBox .ant-btn.ant-btn-dashed:hover {
  background-color: rgba(24, 144, 255, 0.1);
}
.planAddReservation .table {
  border: 1px solid #d1d1d1;
}
.planAddReservation .table .tr {
  height: 40px;
  line-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #d1d1d1;
}
.planAddReservation .table .tr .th1 {
  width: 60px;
  text-align: center;
  border-right: 1px solid #d1d1d1;
}
.planAddReservation .table .tr .th2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  border-right: 1px solid #d1d1d1;
}
.planAddReservation .table .tr .th3 {
  width: 180px;
  text-align: center;
  border-right: 1px solid #d1d1d1;
}
.planAddReservation .table .tr .th3 .el-date-editor {
  width: 160px!important;
}
.planAddReservation .table .tr .th3 .el-date-editor .el-input__inner {
  padding-right: 0;
}
.planAddReservation .table .tr .th3 .red .el-input__prefix {
  color: red;
}
.planAddReservation .table .tr .th4 {
  width: 70px;
  text-align: center;
  border-right: 1px solid #d1d1d1;
}
.planAddReservation .table .th {
  color: #000;
  background-color: #f1f1f1;
  border-top: none;
}

.myTreatment .ant-card-head-title .ant-input-search {
  width: 275px;
}
.myTreatment .ant-card-head-title .ant-select {
  width: 150px!important;
}
.myTreatment .ant-table-thead > tr > th {
  padding: 5px 0!important;
}
.paginationt .data {
  line-height: 40px;
  float: left;
  padding-left: 10px;
}
.paginationt .data .ant-radio-group {
  float: left;
  margin-top: 9px;
}
.paginationt .data p {
  margin-bottom: 0;
  margin-left: 15px;
  color: #333;
  float: left;
}
.setting-icon {
  line-height: 35px;
  font-size: 18px;
  cursor: pointer;
  margin-left: 8px;
  margin-right: 10px;
}
.setting-icon:hover {
  color: #40a9ff;
}

.CustomerServicescore {
  padding-bottom: 55px;
}
.CustomerServicescore .box {
  padding: 10px 0 0 10px;
}
.CustomerServicescore .ant-row {
  margin-bottom: 15px;
}
.CustomerServicescore .ant-row .ant-col {
  min-height: 32px;
  line-height: 32px;
}
.CustomerServicescore .ant-row .ant-select {
  width: 100%;
}

.orderPayformData .header {
  height: 50px;
  border-bottom: 1px solid #e3e3e3;
  padding-left: 20px;
}
.orderPayformData .header span {
  width: 150px;
  text-align: center;
  height: 49px;
  line-height: 50px;
  float: left;
  color: #333;
  cursor: pointer;
}
.orderPayformData .header span:hover,
.orderPayformData .header span.active {
  color: #1784fc;
  border-bottom: 3px solid #1784fc;
}
.orderPayformData .box {
  height: calc(100vh - 154px) !important;
}
.orderPayformData .tables {
  margin: 15px 5px 0 15px;
  border-top: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}
.orderPayformData .tables div {
  height: 40px;
  border-right: 1px solid #e3e3e3;
}
.orderPayformData .tables div span {
  width: 25%;
  height: 40px;
  line-height: 40px;
  color: #333;
  text-align: center;
  border-bottom: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  float: left;
}
.orderPayformData .tables div:nth-child(1) {
  background-color: #fafafa;
}
.orderPayformData .tables div:nth-child(3) {
  background-color: #E9F2FF;
  text-align: center;
}
.orderPayformData .ant-table-wrapper {
  margin: 15px 5px 5px 15px;
}
.orderPayformData .ant-table-wrapper .tags1 {
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  float: left;
  border-radius: 3px;
  background-color: #1CC825;
  margin-left: 3px;
}
.orderPayformData .ant-table-wrapper .tags2 {
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  float: left;
  border-radius: 3px;
  background-color: #F29116;
  margin-left: 3px;
}
.orderPayformData .ant-table-wrapper .blue {
  font-size: 12px;
  margin: 0 5px;
  cursor: pointer;
}
.orderPayformData .ant-form-item-label {
  width: 110px!important;
}
.orderPayformData .formRowCol .ant-select,
.orderPayformData .formRowCol .ant-input,
.orderPayformData .formRowCol .ant-input-number {
  width: 400px;
}
.orderPayformData .formRowCol .el-date-editor {
  width: 400px!important;
}
.orderPayformData .data {
  border: 1px solid #D8E8FF;
  margin-left: 15px;
}
.orderPayformData .data .title {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  font-size: 16px;
  background-color: #E9F2FF;
  position: relative;
}
.orderPayformData .data .title > span {
  float: right;
  cursor: pointer;
}
.orderPayformData .data .title > span b {
  color: red;
}
.orderPayformData .data .title:hover .text {
  height: auto;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.orderPayformData .data .title .text {
  width: 240px;
  z-index: 9;
  position: absolute;
  top: 40px;
  right: 0;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  border-bottom: none;
  height: 0;
  overflow: hidden;
  font-size: 14px;
}
.orderPayformData .data .title .text div {
  height: 35px;
  line-height: 35px;
  border-bottom: 1px solid #e0e0e0;
  color: #000;
}
.orderPayformData .data .title .text div span {
  width: 110px;
  float: left;
  color: #333;
  text-align: right;
  border-right: 1px solid #e0e0e0;
  margin-right: 5px;
}
.orderPayformData .data .dataBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.orderPayformData .data .lefeBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.orderPayformData .data .lefeBox .v label {
  visibility: hidden;
}
.orderPayformData .data .lefeBox .formRowCol.h .ant-select,
.orderPayformData .data .lefeBox .formRowCol.h .ant-input,
.orderPayformData .data .lefeBox .formRowCol.h .ant-input-number {
  width: 193px;
  margin: 0 5px;
}
.orderPayformData .data .lefeBox .totalMoney {
  height: 30px;
  line-height: 30px;
  padding-left: 70px;
}
.orderPayformData .data .lefeBox .totalMoney div {
  width: 232px;
  height: 30px;
  float: left;
}
.orderPayformData .data .rightBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.orderPayformData .data .rightBox .tit {
  height: 32px;
  line-height: 32px;
}
.orderPayformData .data .rightBox b {
  color: #000;
}
.orderPayformData .data .rightBox .item {
  min-height: 30px;
  padding-left: 10px;
}
.RefundCouponWrap .ant-modal-body {
  padding: 0;
}

.prints-orderCharge {
  max-width: 1000px;
  height: 100%;
  margin: 0 auto;
  padding: 5px;
  font-size: 12px!important;
  font-family: 'Microsoft YaHei', 'SimHei' !important;
}
.prints-orderCharge .ant-card-body {
  padding: 0;
}
.prints-orderCharge .ant-card-head {
  border: none;
  height: 30px;
  min-height: 0;
}
.prints-orderCharge .ant-card-head-title {
  text-align: center;
  font-weight: bold;
  font-size: 18px!important;
  font-family: 'Microsoft YaHei', 'SimHei' !important;
  padding: 0;
}
.prints-orderCharge .ant-col {
  min-height: 17px;
  font-family: 'Microsoft YaHei', 'SimHei' !important;
  font-weight: bold;
  color: #000;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.prints-orderCharge .ant-col-2,
.prints-orderCharge .ant-col-3 {
  text-align: center;
}
.prints-orderCharge .ant-col-11 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.prints-orderCharge .ant-col-11 div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 200px;
  word-wrap: break-word;
  word-break: normal;
  font-weight: bold;
  font-family: 'Microsoft YaHei', 'SimHei' !important;
}
.prints-orderCharge .ft14 {
  font-size: 14px;
}
.prints-orderCharge .h {
  min-height: 120px;
  font-weight: bold;
  font-family: 'Microsoft YaHei', 'SimHei' !important;
}
.prints-orderCharge .itemH .ant-col {
  min-height: 32px;
  line-height: 32px;
}
.prints-orderCharge .h17 .ant-col {
  min-height: 17px!important;
  line-height: 17px!important;
}
.prints-orderCharge .cursorTooth .toothsPositions {
  height: 30px;
  padding: 0;
}
.prints-orderCharge .cursorTooth .toothsPositions .item {
  min-height: 15px;
  height: 15px;
  line-height: 15px;
}
.prints-orderCharge .cursorTooth .toothsPositions .item div.t {
  height: 15px;
  line-height: 15px;
}
.prints-orderCharge .cursorTooth .toothsPositions .borders {
  border-color: #000;
}
.prints-orderCharge .b {
  width: 100%;
  display: block;
  height: 1px;
  border-top: 2px solid #000 !important;
  background-color: #000 !important;
}
.prints-orderCharge .b1 {
  width: 100%;
  height: 1px;
  border-top: 1px solid #000 !important;
  background-color: #000 !important;
}

.orderMitigateMoney .formRowCol {
  padding: 0;
  width: 500px;
}
.orderMitigateMoney .ant-drawer-body .box {
  overflow: inherit;
}
.orderMitigateMoney h3 {
  margin: 0;
  font-weight: bold;
  padding: 5px 10px;
}

.visitRecordTemplate .ant-collapse-content-box {
  padding: 15px;
}
.visitRecordTemplate .name {
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #000;
  text-indent: 15px;
}
.visitRecordTemplate .items {
  min-height: 35px;
  line-height: 35px;
}
.visitRecordTemplate .items span {
  width: 85px;
  text-align: right;
  float: left;
}
.visitRecordTemplate .items div {
  width: 475px;
  float: left;
}
.visitRecordTemplate .ant-card-body {
  padding: 10px;
}
.visitRecordTemplate .buttons {
  text-align: center;
  margin: 10px 0;
  padding: 0 20px;
}

.myJob .answerVisit {
  padding: 0!important;
}
.myJob .answerVisit .ant-card-head-title {
  padding: 10px 0;
}
.myJob .answerVisit .ant-card-head-title .ant-divider {
  margin: 0 3px;
}
.myJob .answerVisit .ant-card-head-title .el-date-editor {
  width: 210px!important;
}
.myJob .answerVisit .ant-card-head-title .el-date-editor .el-input__icon.el-range__close-icon {
  display: none;
}
.myJob .answerVisit .ant-card-head-title .el-date-editor .el-date-editor .el-range-input {
  width: 45%;
}
.myJob .answerVisit .ant-card-head-title .ant-input-search {
  width: 200px;
  min-width: 65px;
}
.myJob .answerVisit .ant-card-head-title .ant-select {
  width: 150px!important;
  min-width: 65px;
}

.setting-icon {
  font-size: 18px;
  cursor: pointer;
  margin-left: 8px;
  margin-right: 10px;
}
.setting-icon:hover {
  color: #40a9ff;
}

.AddLossPlanForm .el-input__icon {
  line-height: 32px;
}
.AddLossPlanForm .bbn {
  border-bottom: none!important;
}
.AddLossPlanForm .bb {
  border-bottom: 1px solid #C4DBFF;
}
.AddLossPlanForm .title {
  height: 45px;
  line-height: 45px;
  padding-left: 12px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(rgba(23, 132, 252, 0.102)));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(23, 132, 252, 0.102) 100%);
}
.AddLossPlanForm .title i {
  width: 4px;
  height: 18px;
  background-color: #1784FC;
  float: left;
  margin-top: 15px;
  margin-right: 5px;
  border-radius: 2px;
}
.AddLossPlanForm .title b {
  font-size: 16px;
  color: #3D3D3D;
}
.AddLossPlanForm .title .fr {
  margin-right: 18px;
}
.AddLossPlanForm .flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.AddLossPlanForm .flex > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 9px 0;
  border-bottom: 1px solid #f1f1f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.AddLossPlanForm .flex > div.w1 {
  width: 200px;
  -webkit-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
}
.AddLossPlanForm .flex > div span {
  width: 100px;
  text-align: right;
  display: inline-block;
  color: #333;
}
.AddLossPlanForm .flex > div div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #666;
}
.AddLossPlanForm .flex > div div .txt {
  height: 22px;
  line-height: 20px;
  border: 1px solid green;
  display: inline-block;
  font-size: 12px;
  border-radius: 4px;
  margin-right: 5px;
  padding: 0 5px;
}
.AddLossPlanForm .th {
  height: 45px;
  line-height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #E3EEFF;
  border-radius: 6px 6px 0 0;
  margin: 5px 5px 0 5px;
}
.AddLossPlanForm .th div {
  text-align: center;
  font-weight: bold;
  color: #000;
}
.AddLossPlanForm .th .th1 {
  width: 40px;
}
.AddLossPlanForm .th .th2 {
  width: 140px;
}
.AddLossPlanForm .th .th3 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.AddLossPlanForm .th .th4 {
  width: 120px;
}
.AddLossPlanForm .th .th5 {
  width: 130px;
}
.AddLossPlanForm .th .th6 {
  width: 170px;
}
.AddLossPlanForm .td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 5px;
  border-right: 1px solid #C4DBFF;
}
.AddLossPlanForm .td > div {
  border-left: 1px solid #C4DBFF;
}
.AddLossPlanForm .td .td1 {
  width: 40px;
  font-weight: bold;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  border-bottom: 1px solid #C4DBFF;
}
.AddLossPlanForm .td .td1 div {
  text-align: center;
  width: 40px;
}
.AddLossPlanForm .td .td2 {
  width: 140px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  text-align: center;
}
.AddLossPlanForm .td .td3 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-left: 1px solid #C4DBFF;
  text-align: center;
}
.AddLossPlanForm .td .td4 {
  width: 120px;
  border-left: 1px solid #C4DBFF;
  text-align: center;
}
.AddLossPlanForm .td .td5 {
  width: 130px;
  border-left: 1px solid #C4DBFF;
  text-align: center;
}
.AddLossPlanForm .td .td6 {
  width: 170px;
  border-left: 1px solid #C4DBFF;
  text-align: center;
}
.AddLossPlanForm .td .tdd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.AddLossPlanForm .td .tdd .tdd1 {
  height: 40px;
  line-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #C4DBFF;
}
.AddLossPlanForm .td .tdd .tdd2 {
  min-height: 40px;
  line-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #C4DBFF;
}
.AddLossPlanForm .remark {
  padding: 10px 15px;
}
.AddLossPlanForm .items {
  min-height: 45px;
  line-height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #f1f1f1;
}
.AddLossPlanForm .items .label {
  width: 100px;
  text-align: right;
  color: #333;
  font-weight: bold;
}
.AddLossPlanForm .items .w290 {
  width: 290px;
}
.AddLossPlanForm .items .bool {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.AddLossPlanForm .items .bool .ant-input {
  width: 150px;
  display: inline-block;
}
.AddLossPlanForm .items .bool .ant-input-number {
  width: 120px;
}
.AddLossPlanForm .items .w2 {
  width: 210px;
}
.AddLossPlanForm .items .w2 .ant-input {
  width: 150px;
  display: inline-block;
}
.AddLossPlanForm .items .w3 {
  width: 170px;
}
.AddLossPlanForm .items .w6 {
  width: 284px;
}
.AddLossPlanForm .items .w6 .ant-select {
  width: 150px;
  display: inline-block;
}
.AddLossPlanForm .items textarea {
  width: 88%;
  margin: 5px;
}
.AddLossPlanForm .titleItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0;
}
.AddLossPlanForm .titleItems > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.AddLossPlanForm .titleItems > div .label {
  width: 110px;
  text-align: right;
}
.AddLossPlanForm .titleItems > div .el-date-editor {
  width: 220px!important;
}
.AddLossPlanForm .titleItems > div .el-date-editor .el-input__prefix {
  height: 32px;
}
.AddLossPlanForm .titleItems > div textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 5px;
}

.ReturnRecordData .ant-collapse {
  margin: 0 5px;
  border: none;
}
.ReturnRecordData .ant-collapse-header {
  padding-top: 0!important;
  padding-bottom: 0!important;
  height: 50px;
  line-height: 50px;
}
.ReturnRecordData .ant-collapse-header .anticon-right {
  color: #d9d9d9 !important;
}
.ReturnRecordData .ant-collapse-header span {
  line-height: 50px;
  margin-right: 15px;
}
.ReturnRecordData .ant-collapse-header .ant-tag {
  line-height: inherit;
  float: right;
  margin: 14px 0 0 8px;
}
.ReturnRecordData .ant-collapse-header .ant-tag.bgred0 {
  background-color: #1784fc;
}
.ReturnRecordData .ant-collapse-header .ant-tag.bgred1 {
  background-color: #FF0000;
}
.ReturnRecordData .ant-collapse-header .ant-tag.bgred2 {
  background-color: #A9A9A9;
}
.ReturnRecordData .ant-collapse-header .iconfont {
  width: 28px;
  line-height: 50px;
  text-align: center;
  float: right;
}
.ReturnRecordData .ant-collapse-header .iconfont.iconfenzu {
  color: #1784fc;
}
.ReturnRecordData .ant-collapse-header .iconfont.iconbianji {
  color: #1784fc;
}
.ReturnRecordData .ant-collapse-header .iconfont.iconshanchu {
  color: red;
}
.ReturnRecordData .ant-collapse-header .iconfont.icon2 {
  color: #A9A9A9;
  cursor: default;
}
.ReturnRecordData .ant-collapse-content-box {
  padding: 15px;
}
.ReturnRecordData .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;
}
.ReturnRecordData .ant-card-body {
  height: 100%;
  padding: 0;
}
.ReturnRecordData .buttons {
  text-align: right;
  padding: 8px 20px;
}
.ReturnRecordData .buttons .ant-checkbox-wrapper,
.ReturnRecordData .buttons .ant-checkbox-group {
  float: left;
  padding-top: 2px;
}
.ReturnRecordData .buttons .ant-select {
  width: 220px;
  margin-right: 5px;
}
.ReturnRecordData .items {
  min-height: 40px;
  line-height: 40px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.05);
  clear: both;
}
.ReturnRecordData .items span {
  width: 85px;
  text-align: right;
  float: left;
}
.ReturnRecordData .items div {
  width: 450px;
  float: left;
}
.ReturnRecordData .ant-spin-nested-loading {
  min-height: 50px;
}

.myJob .myLapsed {
  min-height: calc(100vh - 155px);
  background-color: #fff;
}
.myJob .myLapsed .ant-row {
  margin: 0!important;
}
.myJob .myLapsed .ant-row .ant-col {
  padding: 0 5px!important;
}
.myJob .myLapsed .formRowCol {
  padding-right: 0;
}
.myJob .myLapsed .formRowCol .ant-form-item-label {
  width: 70px;
  padding: 0!important;
}
.myJob .myLapsed .formRowCol .el-date-editor {
  max-width: 100%!important;
}
.myJob .myLapsed .formRowCol.tac {
  min-width: 297px;
}

.setting-icon {
  float: right;
  line-height: 35px;
  font-size: 18px;
  cursor: pointer;
  margin-left: 8px;
  margin-right: 10px;
}
.setting-icon:hover {
  color: #40a9ff;
}

.myJob .myPotential {
  min-height: calc(100vh - 155px);
}
.myJob .myPotential .ant-row {
  margin: 0!important;
}
.myJob .myPotential .ant-row .ant-col {
  padding: 0 5px!important;
}
.myJob .myPotential .formRowCol {
  padding-right: 0;
}
.myJob .myPotential tr td {
  height: 40px;
}

.myOralExam .ant-card-head-title {
  padding-top: 4px!important;
  height: 44px;
}
.myOralExam .ant-card-head-title b {
  color: #6f6a83;
}
.myOralExam .ant-card-head-title .iconfont {
  font-size: 22px;
  color: #1784fc;
}
.myOralExam .ant-card-head-title .ant-tabs-tab-active {
  background-color: rgba(24, 144, 255, 0.06) !important;
}
.myOralExam .ant-card-extra .el-date-editor {
  width: 220px!important;
}
.myOralExam .ant-table-tbody > tr > td {
  padding: 10px 0!important;
}
.descData .ant-modal-body {
  padding: 10px;
}
.descData .ant-modal-body .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #f1f1f1;
  border-top: none;
}
.descData .ant-modal-body .flex div:first-child {
  width: 170px;
  border-right: 1px solid #f1f1f1;
  padding: 10px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.descData .ant-modal-body .flex div:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.myJob {
  background-color: #fff;
}
.myJob .bgRed {
  background-color: #FFEDED;
  color: #FF0000;
  display: inline-block;
}
.myJob .bgOrange {
  background-color: #e9feff;
  color: #09b1b9;
  display: inline-block;
}
.myJob .ant-tabs-tab {
  margin: 0;
}
.myJob > .ant-card-head {
  min-height: 45px;
  padding: 0;
  margin-bottom: 0;
}
.myJob > .ant-card-head .ant-tabs-bar {
  border-bottom: none;
}
.myJob > .ant-card-head .ant-card-head-title {
  padding: 0 10px;
}
.myJob > .ant-card-head .ant-card-head-title .ant-tabs {
  margin-bottom: 0;
}
.myJob > .ant-card-head .ant-card-extra {
  height: 44px;
  padding: 7px 10px;
}
.myJob > .ant-card-body {
  padding: 0;
  min-height: calc(100vh - 142px);
}
.myJob > .ant-card-body .ant-card-head {
  min-height: 45px;
  padding: 0 10px;
}
.myJob > .ant-card-body .ant-card-head .ant-divider {
  height: 30px;
}
.myJob > .ant-card-body .ant-card-head .ant-card-extra {
  padding: 0;
}
.myJob > .ant-card-body .ant-card-head-title {
  padding: 7px 0;
}
.myJob > .ant-card-body .ant-card-head-title .ant-select {
  width: 95%;
}
.myJob > .ant-card-body .ant-card-extra span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.myJob > .ant-card-body .ant-card-extra span .ant-divider {
  height: 30px;
}
.myJob > .ant-card-body .ant-card-extra span .date {
  width: 190px;
  height: 33px;
  display: inline-block;
}
.myJob > .ant-card-body .ant-card-extra span .date .ant-btn {
  float: left;
  border-radius: 0;
}
.myJob > .ant-card-body .ant-card-extra span .date .ant-calendar-picker {
  width: 125px;
  float: left;
}
.myJob > .ant-card-body .ant-card-body {
  padding: 0;
}
.myJob .workItem .ant-card-head-title .ml15 {
  margin-left: 15px;
  font-size: 13px;
}
.myJob .workItem .ant-calendar-picker-input {
  border-right: none;
  border-left: none;
}
.myJob .workItem .ant-pagination-total-text {
  color: #000;
}
.myJob .workItem .iconjiagong {
  cursor: pointer;
}
.myJob .el-date-editor {
  width: 95%!important;
}
.myJob th.type {
  height: 45px;
  padding: 0!important;
}
.myJob 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;
}
.myJob 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;
}
.myJob .anticon-plus {
  cursor: pointer;
}
.myJob .cw35 {
  width: 35px;
  text-align: center;
  display: inline-block;
}

