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

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

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

