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

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

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

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

