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

