.toothsPositions {
  padding: 3px;
  display: block;
}
.toothsPositions .tabs {
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
}
.toothsPositions .tabs.borders {
  border-bottom: 1px solid #00a6c9;
}
.toothsPositions .item {
  min-height: 20px;
  line-height: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}
.toothsPositions .item div.t {
  height: 20px;
  line-height: 20px;
  display: inline-block;
}
.toothsPositions .item div.t span:nth-child(1) {
  height: 16px;
  color: #333;
}
.toothsPositions .item div.t .sides {
  font-size: 12px;
  position: relative;
  top: -4px;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  display: inline-block;
}
.toothsPositions .item div.t.rights {
  float: right;
}
.toothsPositions .item.borders {
  border-right: 1px solid #00a6c9;
}
.toothsPositions .ant-divider {
  float: left;
  height: 20px;
}

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

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

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

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

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

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

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

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

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

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

