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

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

.ReturnRecordDatas .ant-drawer-body {
  overflow-y: scroll;
  padding: 5px;
}
.ReturnRecordDatas .ant-drawer-body .ant-spin-container {
  padding: 5px;
}
.ReturnRecordDatas .ant-collapse {
  margin: 0 5px;
  border: none;
}
.ReturnRecordDatas .ant-steps-item-content {
  width: auto;
}
.ReturnRecordDatas .ant-steps-item-title {
  width: 100%;
  padding-top: 0!important;
  padding-bottom: 0!important;
  padding-right: 0;
  height: 40px;
}
.ReturnRecordDatas .ant-steps-item-title .anticon-right {
  color: #d9d9d9 !important;
}
.ReturnRecordDatas .ant-steps-item-title span {
  margin-right: 15px;
}
.ReturnRecordDatas .ant-steps-item-title .fr {
  float: right;
  color: #000;
  font-weight: bold;
  font-size: 15px;
  padding-right: 10px;
}
.ReturnRecordDatas .ant-steps-item-title i {
  width: 50px;
  line-height: 40px;
  text-align: center;
  float: right;
  font-style: normal;
  cursor: pointer;
}
.ReturnRecordDatas .ant-steps-item-description {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 10px;
}
.ReturnRecordDatas .ant-steps-vertical .ant-steps-item-icon {
  margin-right: 10px;
}
.ReturnRecordDatas .ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-tail::after {
  background-color: #e8e8e8;
}
.ReturnRecordDatas .ant-steps-dot .ant-steps-item-icon,
.ReturnRecordDatas .ant-steps-dot.ant-steps-small .ant-steps-item-icon {
  width: 10px;
  height: 10px;
}
.ReturnRecordDatas .ant-steps-vertical.ant-steps-dot .ant-steps-item-icon {
  margin-left: -1px;
}
.ReturnRecordDatas .items {
  min-height: 30px;
  clear: both;
  color: #666;
}
.ReturnRecordDatas .items .ant-tag {
  float: right;
  padding: 3px 10px;
  color: #000;
}
.ReturnRecordDatas .ant-spin-nested-loading {
  min-height: 50px;
}

.excelExportData {
  min-height: calc(100vh - 97px);
}
.excelExportData .ant-card-head-title {
  padding: 12px 0;
  font-weight: bold;
}
.excelExportData .ant-card-extra {
  padding: 0;
}
.excelExportData .ant-card-extra .el-date-editor {
  width: 220px!important;
}
.excelExportData .ant-card-extra .ant-btn {
  background-color: #fff;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 8px;
}
.excelExportData .ant-card-extra .btn-blue {
  color: #1784FC;
  border-color: #1784FC;
}
.excelExportData .ant-card-extra .btn-orange {
  color: #FBAC00;
  border-color: #FBAC00;
}
.excelExportData .ant-card-body {
  padding: 0;
}
.excelExportData .title {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  padding-left: 15px;
}
.excelExportData .title > span {
  width: 6px;
  height: 20px;
  float: left;
  background-color: #1784FC;
  border-radius: 3px;
  margin-right: 5px;
  margin-top: 15px;
}
.excelExportData .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100vh - 145px);
}
.excelExportData .box .ant-tabs .ant-tabs-tab {
  height: 40px;
  line-height: 40px;
  margin-bottom: 0;
  text-align: left;
  padding: 0 8px;
}
.excelExportData .box .ant-tabs .ant-tabs-tab-active {
  background-color: #F0F9FF;
}
.excelExportData .box .ant-tabs .ant-tabs-left-content {
  padding-left: 0;
}
.excelExportData .box .box-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
}

