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

.AddAcceptsRecord .blueTitle {
  color: #fff !important;
}
.AddAcceptsRecord .box {
  padding-top: 10px;
  padding-left: 5px;
}
.AddAcceptsRecord .anticon-delete {
  color: red;
}
.AddAcceptsRecord .formRowCol.w-50 {
  width: 50%;
  float: left;
}
.AddAcceptsRecord .el-date-editor {
  width: 215px!important;
}
.AddAcceptsRecord .formRowCol.w-265 .ant-select {
  width: 248px;
}
.AddAcceptsRecord .formRowCol.w-265 .el-date-editor {
  width: 25px!important;
  margin-left: 5px;
  cursor: pointer;
  text-align: center;
}
.AddAcceptsRecord .formRowCol.w-265 .el-date-editor .el-input__prefix {
  left: 0;
}
.AddAcceptsRecord .formRowCol.w-265 .el-date-editor .el-input__inner {
  padding-left: 22px;
  padding-right: 0;
}
.AddAcceptsRecord .formRowCol.w-265 .ant-select-dropdown-menu-item-selected {
  background-color: #E9F2FF;
}
.AddAcceptsRecord .formRowCol.w50 {
  width: 60%;
}
.AddAcceptsRecord .upload {
  width: 300px;
  position: absolute;
  top: -9px;
  left: 85px;
}
.AddAcceptsRecord .title {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
  border-bottom: 1px solid #f0f0f0;
  padding-left: 10px;
  margin-bottom: 10px;
}
.AddAcceptsRecord .ant-upload-list > div {
  width: 230px;
  float: left;
}
.AddAcceptsRecord .ant-upload-list > div .ant-upload-list-item-info {
  position: relative;
}
.AddAcceptsRecord .ant-upload-list > div .ant-upload-list-item-name {
  padding-left: 0;
}
.AddAcceptsRecord .ant-upload-list > div .anticon-paper-clip {
  display: none;
}
.AddAcceptsRecord .RemarkInfo .ant-form-item-label {
  padding-top: 4px;
}
.AddAcceptsRecord .RemarkInfo .ant-form-item-children p {
  height: 20px;
  line-height: 20px;
  margin-bottom: 0;
  text-align: right;
  padding-right: 5px;
  color: #FDA700;
  cursor: pointer;
}

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

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

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

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

.AcceptsDraft .ant-drawer-body {
  overflow-y: auto;
}
.AcceptsDraft .ant-collapse {
  border: none;
  background-color: transparent;
}
.AcceptsDraft .ant-collapse-item {
  width: 965px;
  border-radius: 8px;
  margin-left: 15px;
  margin-bottom: 5px;
  margin-top: 10px;
  border: 1px solid #E9E9E9;
}
.AcceptsDraft .ant-collapse-header {
  background-color: #E9F2FF;
}
.AcceptsDraft .ant-collapse-header span {
  height: 32px;
  line-height: 32px;
  color: #666;
  font-weight: 500;
  font-size: 16px;
  margin-right: 10px;
  display: inline-block;
}
.AcceptsDraft .ant-collapse-header span:nth-child(1) {
  color: #1784fc;
}
.AcceptsDraft .ant-spin-nested-loading {
  min-height: 200px;
}
.AcceptsDraft .anticon-right {
  color: #d9d9d9 !important;
}
.AcceptsDraft .ant-collapse-extra {
  height: 32px;
  line-height: 32px;
}
.AcceptsDraft .ant-collapse-extra div {
  width: 50px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
}
.AcceptsDraft .ant-empty {
  height: 400px;
  border: 1px solid #e3e3e3;
  padding-top: 100px;
  margin: 15px;
}

.customerData-Accepts {
  margin-left: 15px;
}
.customerData-Accepts .box {
  height: calc(100vh - 193px);
  overflow-y: scroll;
}
.customerData-Accepts .record {
  max-width: 1000px;
  height: 40px;
  line-height: 40px;
}
.customerData-Accepts .record .ant-btn-primary {
  float: left;
}
.customerData-Accepts .record .ant-btn-link {
  float: right;
}
.customerData-Accepts .record .ant-select {
  width: 180px;
  float: right;
}
.customerData-Accepts .record .draft {
  padding: 0 8px;
  height: 30px;
  line-height: 28px;
  cursor: pointer;
  border-radius: 32px;
  color: #F14646;
  border: 1px solid #F14646;
  float: right;
  margin-right: 10px;
}
.customerData-Accepts .ant-collapse {
  border: none;
  background-color: transparent;
}
.customerData-Accepts .ant-collapse-item {
  max-width: 1000px;
  margin-bottom: 15px;
  border-radius: 3px;
  border: 1px solid #E9E9E9;
}
.customerData-Accepts .ant-collapse-header {
  background-color: #E9F2FF;
}
.customerData-Accepts .ant-collapse-header span {
  height: 32px;
  line-height: 32px;
  color: #666;
  font-weight: 500;
  font-size: 16px;
  margin-right: 15px;
  display: inline-block;
}
.customerData-Accepts .ant-collapse-header span:nth-child(1) {
  color: #1784fc;
}
.customerData-Accepts .ant-collapse-extra {
  height: 32px;
}
.customerData-Accepts .ant-collapse-extra .edit {
  width: 78px;
  height: 32px;
  font-size: 14px;
  line-height: 31px;
  text-align: center;
  border-radius: 31px;
  border: 1px solid #1784fc;
  color: #1784fc;
  cursor: pointer;
  float: right;
}
.customerData-Accepts .ant-collapse-extra .edit:hover {
  background-color: rgba(24, 144, 255, 0.1);
}
.customerData-Accepts .ant-collapse-extra .reds {
  width: 45px;
  text-align: right;
  float: right;
  text-decoration: underline;
  cursor: pointer;
  margin-right: 8px;
}
.customerData-Accepts .anticon-right {
  color: #d9d9d9 !important;
}
.customerData-Accepts .ant-collapse-content-box {
  padding: 15px;
}

