.orderEditDataroject {
  width: 400px;
  height: 100%;
  border-left: 1px solid #f0f0f0;
}
.orderEditDataroject .search {
  height: 80px;
  padding: 20px;
}
.orderEditDataroject .search .ant-select {
  width: 100%;
  margin-top: 5px;
}
.orderEditDataroject .boxss {
  height: calc(100% - 100px);
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
.orderEditDataroject .boxss .ant-collapse {
  width: 390px;
  margin: 0 auto;
  border: none;
}
.orderEditDataroject .boxss .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;
  border-radius: 4px;
}
.orderEditDataroject .boxss .ant-collapse-item .ant-collapse-content-box div {
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid rgba(0, 166, 201, 0.3);
}
.orderEditDataroject .boxss .ant-collapse-item .ant-collapse-content-box div .ant-btn {
  padding: 0;
}
.orderEditDataroject .boxss .ant-collapse-item .ant-collapse-content-box div .text {
  width: 265px;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}
.orderEditDataroject .boxss .ant-collapse-item .ant-collapse-content-box div .money {
  width: 60px;
  text-align: center;
  float: left;
}
.orderEditDataroject .boxss .ant-collapse-item .ant-collapse-content-box div:nth-child(2n-1) .text {
  color: rgba(0, 166, 201, 0.8);
}
.orderEditDataroject .boxss .ant-collapse-item-active .ant-collapse-header {
  color: #00A6C9;
  background-color: rgba(24, 144, 255, 0.1);
}

.setProjects .ant-drawer-title .ant-select {
  width: 300px;
  position: absolute;
  top: 11px;
  right: 90px;
}
.setProjects .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-y: inherit!important;
}
.setProjects .box .box-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.setProjects .box .orderEditDataroject .boxss {
  height: calc(100% - 80px);
}

.setting-common .contentBox > .ant-card.basicSett > .ant-card-body {
  padding: 20px;
  height: calc(100vh - 145px);
  overflow-y: scroll;
  overflow-x: hidden;
}
.setting-common .contentBox > .ant-card.basicSett > .ant-card-body .c99 {
  color: #999;
}
.setting-common .contentBox > .ant-card.basicSett > .ant-card-body .formRowCol .ant-form-item-label {
  white-space: normal;
  line-height: 18px;
  padding-top: 10px;
}
.setting-common .contentBox > .ant-card.basicSett > .ant-card-body .formRowCol .ant-col.ant-form-item-control-wrapper {
  padding-left: 8px;
}
.setting-common .contentBox > .ant-card.basicSett > .ant-card-body p {
  color: #999;
  min-height: 26px;
  line-height: 26px;
  margin-bottom: 0;
}
.setting-common .contentBox > .ant-card.basicSett > .ant-card-body .tabsName {
  width: 585px;
}
.setting-common .contentBox > .ant-card.basicSett > .ant-card-body .tabsName span {
  width: 60px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 2px;
  color: #fff;
  background-color: #1784fc;
  float: right;
  cursor: pointer;
}
.setting-common .contentBox > .ant-card.basicSett > .ant-card-body .tables {
  width: 600px;
  margin-left: 100px;
  margin-bottom: 15px;
}
.setting-common .contentBox > .ant-card.basicSett > .ant-card-body .tables .th {
  height: 45px;
  line-height: 45px;
  border-top: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #eee;
}
.setting-common .contentBox > .ant-card.basicSett > .ant-card-body .tables .th div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  border-right: 1px solid #d1d1d1;
}
.setting-common .contentBox > .ant-card.basicSett > .ant-card-body .tables .th div:nth-child(1) {
  width: 220px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.setting-common .contentBox > .ant-card.basicSett > .ant-card-body .tables .th .action {
  width: 100px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.setting-common .contentBox > .ant-card.basicSett > .ant-card-body .tables .td {
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.setting-common .contentBox > .ant-card.basicSett > .ant-card-body .tables .td div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  border-right: 1px solid #d1d1d1;
}
.setting-common .contentBox > .ant-card.basicSett > .ant-card-body .tables .td div:nth-child(1) {
  width: 220px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.setting-common .contentBox > .ant-card.basicSett > .ant-card-body .tables .td .action {
  width: 100px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  cursor: no-drop;
}
.setting-common .contentBox > .ant-card.basicSett > .ant-card-body .tables .td .reds {
  cursor: pointer;
}
.setting-common .contentBox > .ant-card.basicSett > .ant-card-body .tables .emp {
  line-height: 120px;
  text-align: center;
  border: 1px solid #d1d1d1;
  border-top: none;
}
.setting-common .contentBox > .ant-card.basicSett > .ant-card-body .box {
  min-height: 120px;
}

.templateDataAnt .ant-drawer-body {
  padding: 10px 0 0 0;
}
.templateDataAnt .ant-drawer-body .formRowCol {
  padding-right: 0;
  margin-bottom: 5px;
}
.templateDataAnt .ant-drawer-body .formRowCol .ant-input {
  width: 95%;
}
.templateDataAnt .ant-drawer-body .box {
  overflow-y: scroll;
  max-height: calc(100vh - 160px);
}
.templateDataAnt .ant-drawer-body .box .ant-btn-dashed {
  width: 496px;
  border-color: #1784FC;
  color: #1784FC;
}
.templateDataAnt .ant-drawer-body .item {
  width: 496px;
  border: 1px solid #ddd;
  margin-bottom: 10px;
}
.templateDataAnt .ant-drawer-body .item .title {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #ddd;
  color: #333;
  padding: 0 10px;
}
.templateDataAnt .ant-drawer-body .item .title b {
  float: right;
  cursor: pointer;
}
.templateDataAnt .ant-drawer-body .item .date {
  min-height: 50px;
  line-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-bottom: 10px;
}
.templateDataAnt .ant-drawer-body .item .date > span {
  width: 85px;
  text-align: right;
}
.templateDataAnt .ant-drawer-body .item .date .ant-input-number {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 10px;
  margin-top: 10px;
}
.templateDataAnt .ant-drawer-body .item .date .ant-input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.templateDataAnt .ant-drawer-body .item .date .ant-radio-group {
  width: 195px!important;
  margin-top: 10px;
  margin-right: 5px;
}
.templateDataAnt .ant-drawer-body .item .date .ant-select {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 10px;
}

.followSettings .ant-card-head {
  margin-bottom: 0;
}
.followSettings .basicSettings {
  padding: 20px;
}
.followSettings .basicSettings .ant-btn {
  position: absolute;
  top: 13px;
  right: 24px;
  z-index: 9;
}
.followSettings .basicSettings .ant-form-item-label {
  font-weight: bold;
}

.projectOutside[data-v-2f0fb73c] {
  height: calc(100vh - 97px);
}
.projectOutside .page-search[data-v-2f0fb73c] {
  padding: 7px 0;
}
.projectOutside .page-search .ant-col[data-v-2f0fb73c] {
  padding: 0!important;
}
.projectOutside .page-search .formRowCol[data-v-2f0fb73c] {
  padding-right: 0;
  margin-bottom: 0;
}
.projectOutside .box[data-v-2f0fb73c] {
  height: calc(100vh - 200px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.projectOutside .box .sideBox[data-v-2f0fb73c] {
  width: 130px;
  border-top: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  height: calc(100vh - 200px);
}
.projectOutside .box .sideBox div[data-v-2f0fb73c] {
  height: 40px;
  line-height: 40px;
  color: #333;
  border-bottom: 1px dotted #e3e3e3;
  cursor: pointer;
  padding-left: 25px;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.projectOutside .box .sideBox div[data-v-2f0fb73c]:hover,
.projectOutside .box .sideBox div.active[data-v-2f0fb73c] {
  color: #fff;
  background-color: #1784fc;
}
.projectOutside .box .cont[data-v-2f0fb73c] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: calc(100vh - 200px);
}

.setConfiguration .ant-drawer-title .ant-select {
  width: 300px;
  position: absolute;
  top: 11px;
  right: 90px;
}
.setConfiguration .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-y: inherit!important;
}
.setConfiguration .box-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: calc(100vh - 104px);
}
.setConfiguration .project {
  width: 400px;
  height: calc(100vh - 104px);
  border-left: 1px solid #f0f0f0;
}
.setConfiguration .project .search {
  height: 80px;
  padding: 20px;
}
.setConfiguration .project .search .ant-select {
  width: 100%;
  margin-top: 5px;
}
.setConfiguration .project .boxss {
  overflow-y: scroll;
  height: calc(100% - 100px);
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
.setConfiguration .project .boxss .ant-collapse {
  width: 390px;
  margin: 0 auto;
  border: none;
}
.setConfiguration .project .boxss .ant-collapse .ant-collapse-header .red {
  min-width: 25px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  padding: 0 5px;
  background-color: red;
  color: #fff;
  border-radius: 20px;
  font-size: 14px;
  float: right;
}
.setConfiguration .project .boxss .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;
  border-radius: 4px;
}
.setConfiguration .project .boxss .ant-collapse-item .ant-collapse-content-box div {
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid rgba(0, 166, 201, 0.3);
}
.setConfiguration .project .boxss .ant-collapse-item .ant-collapse-content-box div .ant-btn {
  padding: 0;
}
.setConfiguration .project .boxss .ant-collapse-item .ant-collapse-content-box div .text {
  width: 265px;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}
.setConfiguration .project .boxss .ant-collapse-item .ant-collapse-content-box div .money {
  width: 60px;
  text-align: center;
  float: left;
}
.setConfiguration .project .boxss .ant-collapse-item .ant-collapse-content-box div:nth-child(2n-1) .text {
  color: rgba(0, 166, 201, 0.8);
}
.setConfiguration .project .boxss .ant-collapse-item-active .ant-collapse-header {
  color: #00A6C9;
  background-color: rgba(24, 144, 255, 0.1);
}

.ClinicProject .ant-card-body {
  height: calc(100vh - 145px);
  overflow-y: scroll;
}

.drawerSource2 .ant-drawer-body {
  height: auto;
  min-height: calc(100vh - 50px);
}
.drawerSource2 .editSource {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.drawerSource2 .editSource .ant-card-head {
  height: 50px;
  min-height: 50px;
  padding: 0 10px;
}
.drawerSource2 .editSource .ant-card-head-title {
  padding: 13px 0;
}
.drawerSource2 .editSource .ant-card-body {
  padding: 0;
}
.drawerSource2 .editSource .ant-card-body div {
  height: 45px;
  line-height: 45px;
  padding-left: 10px;
  padding-right: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.drawerSource2 .editSource .ant-card-body div p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  overflow: hidden;
}
.drawerSource2 .editSource .ant-card-body div span {
  margin: 0 5px;
}
.drawerSource2 .editSource .ant-card-body div.active,
.drawerSource2 .editSource .ant-card-body div:hover {
  color: #1784fc;
}
.drawerSource2 .editSource .ant-card-body .ant-btn {
  width: 80%;
  margin: 10px 10%;
}
.drawerSource2 .editSource .oneSource {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.drawerSource2 .editSource .twoSource {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: calc(100vh - 55px);
  border-top: none;
}
.drawerSource2 .editSource .colortrue {
  color: #ccc !important;
}

.sourceList22 th:nth-child(1) {
  padding-left: 8px !important;
}
.sourceList22 td div {
  height: 35px;
  line-height: 35px;
  border-top: 1px solid #e8e8e8;
  padding-left: 8px;
}
.sourceList22 td div.n0 {
  border-top: none;
}

.entryboxs .head[data-v-6e08431a] {
  height: 50px;
  line-height: 50px;
  padding-left: 15px;
  font-size: 18px;
  color: #333;
  border-bottom: 1px solid #e1e1e1;
}
.entryboxs .box[data-v-6e08431a] {
  height: calc(100vh - 147px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.entryboxs .lefts[data-v-6e08431a] {
  width: 300px;
  height: calc(100vh - 145px);
  border-right: 2px solid #EFF4F8;
}
.entryboxs .lefts .btns[data-v-6e08431a] {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #E9E9E9;
  text-align: center;
}
.entryboxs .lefts .btns > span[data-v-6e08431a] {
  width: 180px;
  height: 30px;
  line-height: 29px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #1784fc;
  color: #1784fc;
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.entryboxs .lefts .btns > span i[data-v-6e08431a] {
  position: absolute;
  top: 0;
  right: 13px;
}
.entryboxs .lefts .treeData[data-v-6e08431a] {
  height: calc(100vh - 197px);
  overflow-y: scroll;
}
.entryboxs .lefts .treeData .custom-tree-node[data-v-6e08431a] {
  height: 35px;
  padding-left: 8px;
}
.entryboxs .lefts .treeData .custom-tree-node .iconfont[data-v-6e08431a] {
  width: 40px;
  color: #1784fc;
  display: inline-block;
  text-align: center;
}
.entryboxs .lefts .treeData .custom-tree-node span[data-v-6e08431a] {
  color: #1784fc;
  font-size: 14px;
}
.entryboxs .lefts .treeData .custom-node[data-v-6e08431a] {
  height: 35px;
  padding-left: 8px;
  line-height: 35px;
  cursor: pointer;
}
.entryboxs .lefts .treeData .custom-node .iconwendang[data-v-6e08431a] {
  width: 20px;
  text-align: center;
  margin-left: 20px;
  float: left;
}
.entryboxs .lefts .treeData .custom-node span[data-v-6e08431a] {
  width: 190px;
  height: 35px;
  float: left;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.entryboxs .lefts .treeData .custom-node div[data-v-6e08431a] {
  width: 50px;
  height: 35px;
  float: left;
  display: none;
}
.entryboxs .lefts .treeData .custom-node div .iconfont[data-v-6e08431a] {
  width: 25px;
  text-align: center;
}
.entryboxs .lefts .treeData .custom-node:hover .iconwendang[data-v-6e08431a] {
  color: #1784fc;
}
.entryboxs .lefts .treeData .custom-node:hover span[data-v-6e08431a] {
  color: #1784fc;
}
.entryboxs .lefts .treeData .custom-node:hover div[data-v-6e08431a] {
  display: inline-block;
}
.entryboxs .lefts .treeData .custom-node.active .iconwendang[data-v-6e08431a] {
  color: #1784fc;
}
.entryboxs .lefts .treeData .custom-node.active span[data-v-6e08431a] {
  color: #1784fc;
}
.entryboxs .contentBoxs[data-v-6e08431a] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.entryboxs .contentBoxs .boxItem[data-v-6e08431a] {
  width: 860px;
  max-height: calc(100vh - 240px);
  overflow-y: scroll;
}
.entryboxs .contentBoxs .items[data-v-6e08431a] {
  width: 850px;
  min-height: 45px;
  line-height: 45px;
  background-color: #EEF4F4;
  border-bottom: 1px solid #D5E2E1;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.entryboxs .contentBoxs .items > i[data-v-6e08431a] {
  width: 130px;
  height: 45px;
  text-align: center;
  font-style: normal;
  padding: 0 5px;
}
.entryboxs .contentBoxs .items > div[data-v-6e08431a] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 45px;
  text-align: center;
  padding: 0 5px;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.entryboxs .contentBoxs .items > span[data-v-6e08431a] {
  width: 100px;
  height: 45px;
  text-align: center;
  float: left;
}
.entryboxs .contentBoxs .items > span i[data-v-6e08431a]:hover {
  cursor: pointer;
  color: #1784fc;
}
.entryboxs .contentBoxs .head[data-v-6e08431a] {
  background-color: #1784fc;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.entryboxs .center[data-v-6e08431a] {
  width: 800px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-left: 30px;
}
.entryboxs .ant-btn-dashed.ant-btn-block[data-v-6e08431a] {
  width: 800px;
  margin-left: 30px;
  border-color: #1784fc;
  color: #1784fc;
}
.entryboxs .btn[data-v-6e08431a] {
  width: 800px;
  height: 60px;
  padding-top: 5px;
  text-align: center;
  margin-left: 30px;
}
.entryboxs .btn .ant-btn[data-v-6e08431a] {
  margin: 0 8px;
}

.LabelCustomer .ant-card-body > .ant-row {
  margin: 3px 0!important;
}
.LabelCustomer .ant-card-body .ant-col {
  padding: 0 5px!important;
}
.LabelCustomer .ant-card-body .formRowCol {
  padding-right: 0;
  margin-bottom: 0;
}
.LabelCustomer .ant-card-body tr {
  background-color: #fff;
}
.LabelCustomer .tags {
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  color: #fff;
}
.LabelCustomer .box {
  height: calc(100vh - 195px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.LabelCustomer .box .sideBox {
  width: 125px;
  border-top: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  height: calc(100vh - 195px);
  overflow-y: scroll;
}
.LabelCustomer .box .sideBox div {
  height: 40px;
  line-height: 40px;
  color: #333;
  border-bottom: 1px dotted #e3e3e3;
  cursor: pointer;
  padding-left: 25px;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.LabelCustomer .box .sideBox div:hover,
.LabelCustomer .box .sideBox div.active {
  color: #fff;
  background-color: #1784fc;
}
.LabelCustomer .box .cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: calc(100vh - 195px);
}
.labelWraps .el-color-picker {
  width: 250px;
  height: 32px;
}
.labelWraps .el-color-picker .el-color-picker__trigger {
  width: 250px;
  height: 32px;
  border: none;
  padding: 0;
}
.labelWraps .el-color-picker .el-color-picker__color {
  border-color: #f0f2f5;
}
.labelWraps .el-color-picker .el-color-picker__icon {
  width: 32px;
  height: 32px;
  line-height: 32px;
  color: #000;
  display: inline-block;
  top: 0;
  right: 0;
  left: inherit;
  -webkit-transform: inherit;
          transform: inherit;
  background-color: transparent!important;
}
.el-button.el-color-dropdown__link-btn.el-button--text.el-button--mini {
  display: none;
}

.drawerSource .ant-drawer-body {
  height: auto;
  min-height: calc(100vh - 50px);
}
.drawerSource .editSource {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.drawerSource .editSource .ant-card-head {
  height: 50px;
  min-height: 50px;
  padding: 0 10px;
}
.drawerSource .editSource .ant-card-head-title {
  padding: 13px 0;
}
.drawerSource .editSource .ant-card-body {
  padding: 0;
}
.drawerSource .editSource .ant-card-body div {
  height: 45px;
  line-height: 45px;
  padding-left: 10px;
  padding-right: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.drawerSource .editSource .ant-card-body div p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  overflow: hidden;
}
.drawerSource .editSource .ant-card-body div span {
  color: #1784fc;
  margin: 0 5px;
}
.drawerSource .editSource .ant-card-body div.active,
.drawerSource .editSource .ant-card-body div:hover {
  color: #1784fc;
}
.drawerSource .editSource .ant-card-body .ant-radio-group {
  height: 200px;
  display: block;
  border-bottom: none;
}
.drawerSource .editSource .ant-card-body .ant-radio-group .ant-radio-inner {
  border-radius: 0;
}
.drawerSource .editSource .ant-card-body .ant-radio-group .ant-radio-inner:after {
  border-radius: 0;
}
.drawerSource .editSource .ant-card-body .ant-radio-group .ant-radio-wrapper {
  height: 50px;
  line-height: 50px;
  display: block;
}
.drawerSource .editSource .ant-card-body .ant-radio-group .ant-radio-wrapper span {
  color: rgba(0, 0, 0, 0.85);
}
.drawerSource .editSource .ant-card-body .ant-radio-group .ant-radio-wrapper-checked span {
  color: #1784fc;
}
.drawerSource .editSource .ant-card-body .ant-radio-group .edit {
  color: #1784fc !important;
  margin-left: 20px;
}
.drawerSource .editSource .ant-card-body .ant-btn {
  width: 80%;
  margin: 10px 10%;
}
.drawerSource .editSource .oneSource {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.drawerSource .editSource .twoSource {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: calc(100vh - 55px);
  border-top: none;
}
.drawerSource .editSource .colortrue {
  color: #ccc !important;
}
.drawerSource .editSource .threeSource {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.drawerSource .editSource .threeSource .ant-btn {
  width: 130px;
  margin: 0;
  margin-left: 60px;
}

.sourceList th:nth-child(1) {
  padding-left: 8px !important;
}
.sourceList td div {
  height: 30px;
  line-height: 30px;
  border-top: 1px solid #e8e8e8;
  padding-left: 8px;
}
.sourceList td div.n0 {
  border-top: none;
}

.space {
  white-space: break-spaces !important;
}

.giftApp_list .ant-upload img {
  width: 100px!important;
}
.giftApp_list .pictureCard {
  width: 130px;
  float: left;
}
.giftApp_list .del.anticon-delete {
  margin-top: 40px;
  color: red;
}

.GiftListConfig .customerNames {
  color: #333;
}
.GiftListConfig .ant-card-head .ant-card-head-title {
  padding: 10px 0;
  color: #333;
  font-weight: bold;
}
.GiftListConfig .ant-card-head .ant-card-extra {
  padding: 10px 0;
}
.GiftListConfig .search {
  height: 50px;
  padding: 8px;
}
.GiftListConfig .search .ant-input-search {
  width: 250px;
  margin: 0 15px;
}
.giftCheckModal .ant-modal-body {
  height: 548px;
}
.giftCheckModal .ant-carousel .slick-slide {
  text-align: center;
  height: 500px;
  line-height: 500px;
  background: rgba(24, 144, 255, 0.05);
  overflow: hidden;
}
.giftCheckModal .ant-carousel .slick-slide img {
  max-width: 852px;
  max-height: 500px;
  display: inline-block;
}
.giftCheckModal .ant-carousel .custom-slick-arrow {
  width: 50px;
  height: 50px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  text-align: center;
  line-height: 50px;
}
.giftCheckModal .ant-carousel .custom-slick-arrow .iconfont {
  font-size: 24px;
}
.giftCheckModal .ant-carousel .custom-slick-arrow:before {
  display: none;
}
.giftCheckModal .ant-carousel .custom-slick-arrow:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.basicLabelSettings .ant-card-body {
  padding: 0;
}
.basicLabelSettings .ant-card-body > .ant-row {
  margin: 3px 0!important;
}
.basicLabelSettings .ant-card-body .ant-col {
  padding: 0 5px!important;
}
.basicLabelSettings .ant-card-body .formRowCol {
  padding-right: 0;
  margin-bottom: 0;
}

.editMembersDrawer .ant-radio-group-outline {
  padding-top: 10px;
}
.editMembersDrawer .ant-radio-wrapper {
  width: 100%;
}
.editMembersDrawer .ant-radio-wrapper .ant-calendar-picker {
  width: 200px;
  margin-top: 6px;
  margin-left: 28px;
}
.editMembersDrawer .ant-radio-wrapper > span > div {
  margin-left: 28px;
}
.editMembersDrawer .ant-radio-wrapper > span > div .ant-input-number {
  margin-right: 10px;
}
.editMembersDrawer .formRowCols {
  margin-bottom: 0;
}
.editMembersDrawer .formRowCols .ant-form-item-children {
  padding-top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.editMembersDrawer .formRowCols .ant-input {
  width: 170px;
}
.editMembersDrawer .formRowCols .payType {
  width: 100px;
}
.editMembersDrawer .formRowCols .i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-style: inherit;
  font-size: 18px;
  display: inline-block;
}
.editMembersDrawer .formRowCols .ant-checkbox-wrapper {
  line-height: 32px;
  margin-left: 5px;
}
.editMembersDrawer .formRowCols .ant-btn {
  margin-left: 5px;
}
.editMembersDrawer .formRowpay .ant-form-item-label {
  visibility: hidden;
}
.editMembersDrawer .ant-form-item-label {
  width: 130px;
}

.setting-common .contentBox .membersConfig {
  height: calc(100vh - 172px);
}

.setting-common .contentBox .membershipPoints {
  height: calc(100vh - 172px);
  overflow-y: scroll;
}
.setting-common .contentBox .membershipPoints .ant-card-body {
  padding: 0;
}
.setting-common .contentBox .membershipPoints .wangeditor {
  min-height: 300px;
  margin: 15px;
}
.setting-common .contentBox .membershipPoints .wangeditor .text {
  color: #333;
  line-height: 36px;
  margin-left: 10px;
}
#wangeditorText {
  width: 100%;
  height: 350px;
}
#wangeditorText .w-e-text-container {
  height: 340px!important;
}

.setting-common .contentBox .MembersSettings {
  min-height: 500px;
}
.setting-common .contentBox .MembersSettings .ant-card-head {
  margin-bottom: 0;
}
.setting-common .contentBox .MembersSettings .basicSettings .ant-btn {
  position: absolute;
  top: 20px;
  right: 24px;
  z-index: 9;
}
.setting-common .contentBox .MembersSettings .basicSettings .ant-form-item-label {
  font-weight: bold;
}
.setting-common .contentBox .MembersSettings td,
.setting-common .contentBox .MembersSettings th {
  text-align: center;
}
.setting-common .contentBox .MembersSettings .operation button {
  padding: 0 5px;
}
.setting-common .contentBox .MembersSettings .ant-pagination {
  margin-right: 10px;
}
.setting-common .contentBox .MembersSettings .ant-select-selection-selected-value .fr {
  display: none;
}

.FinancialeditFinancial {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.FinancialeditFinancial .ant-card-head {
  height: 50px;
  min-height: 50px;
  padding: 0 10px;
}
.FinancialeditFinancial .ant-card-head-title {
  padding: 13px 0;
}
.FinancialeditFinancial .ant-card-body {
  padding: 0;
}
.FinancialeditFinancial .ant-card-body div {
  height: 45px;
  line-height: 45px;
  padding-left: 10px;
  padding-right: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.FinancialeditFinancial .ant-card-body div p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  overflow: hidden;
}
.FinancialeditFinancial .ant-card-body div span {
  color: #1784fc;
  margin: 0 5px;
}
.FinancialeditFinancial .ant-card-body div.active,
.FinancialeditFinancial .ant-card-body div:hover {
  color: #1784fc;
}
.FinancialeditFinancial .ant-card-body .ant-radio-group {
  height: 200px;
  display: block;
  border-bottom: none;
}
.FinancialeditFinancial .ant-card-body .ant-radio-group .ant-radio-inner {
  border-radius: 0;
}
.FinancialeditFinancial .ant-card-body .ant-radio-group .ant-radio-inner:after {
  border-radius: 0;
}
.FinancialeditFinancial .ant-card-body .ant-radio-group .ant-radio-wrapper {
  height: 50px;
  line-height: 50px;
  display: block;
}
.FinancialeditFinancial .ant-card-body .ant-radio-group .ant-radio-wrapper span {
  color: rgba(0, 0, 0, 0.85);
}
.FinancialeditFinancial .ant-card-body .ant-radio-group .ant-radio-wrapper-checked span {
  color: #1784fc;
}
.FinancialeditFinancial .ant-card-body .ant-radio-group .edit {
  color: #1784fc !important;
  margin-left: 20px;
}
.FinancialeditFinancial .ant-card-body .ant-btn {
  width: 80%;
  margin: 10px 10%;
}
.FinancialeditFinancial .dataList1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.FinancialeditFinancial .dataList2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-top: none;
}
.FinancialeditFinancial .disabled {
  cursor: default;
  color: gray!important;
}

.FinancialCategory td div {
  height: 30px;
  line-height: 30px;
  border-top: 1px solid #e8e8e8;
}
.FinancialCategory td div.no {
  border-top: none;
}

.Symptom .ant-card-body {
  padding: 0;
}
.Symptom .box {
  height: calc(100vh - 97px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.Symptom .box .left {
  width: 300px;
  height: calc(100vh - 97px);
  border-right: 2px solid #EFF4F8;
}
.Symptom .box .left .btns {
  height: 59px;
  line-height: 59px;
  border-bottom: 1px solid #E9E9E9;
  text-align: center;
}
.Symptom .box .left .btns > span {
  width: 210px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #1784fc;
  color: #1784fc;
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.Symptom .box .left .btns > span i {
  position: absolute;
  top: 0;
  right: 13px;
}
.Symptom .box .left .treeData {
  height: calc(100vh - 202px);
  overflow-y: scroll;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
}
.Symptom .box .left .treeData .el-tree-node__content {
  width: 286px;
}
.Symptom .box .left .treeData .el-tree-node__content:hover .custom-tree-node div {
  color: #1784fc;
  cursor: pointer;
}
.Symptom .box .left .treeData .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;
}
.Symptom .box .left .treeData .custom-tree-node > .iconfont {
  width: 30px;
}
.Symptom .box .left .treeData .custom-tree-node .iconwendang {
  width: 18px;
}
.Symptom .box .left .treeData .custom-tree-node span {
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.Symptom .box .left .treeData .custom-tree-node div {
  width: 100px;
}
.Symptom .box .left .treeData .custom-tree-node div i {
  font-size: 14px;
  margin: 0 4px;
}
.Symptom .box .left .treeData .custom-tree-node:hover div {
  display: block;
}
.Symptom .box .left .treeData .custom-tree-node .active {
  color: #1784fc;
}
.Symptom .box .left .treeData .icon-file {
  color: #1784fc;
}
.Symptom .box .left .treeData .icon-file.color0 {
  opacity: 0.7;
}
.Symptom .box .left .treeData::-webkit-scrollbar {
  width: 6px;
  height: 15px;
}
.Symptom .box .left .treeData::-webkit-scrollbar-track {
  background-color: transparent;
}
.Symptom .box .left .treeData::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 3px;
}
.Symptom .ant-tabs-nav {
  width: 100px;
  margin: 0 0 0 50px;
}
.Symptom .contentBoxs {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: calc(100vh - 97px);
  padding: 0 15px;
  overflow-y: auto;
}
.Symptom .contentBoxs .name {
  height: 45px;
  line-height: 45px;
  padding-left: 15px;
  font-weight: bold;
  font-size: 22px;
  color: #333;
}
.Symptom .contentBoxs .contBox {
  margin-bottom: 30px;
}
.Symptom .contentBoxs .contBox .title {
  height: 40px;
  line-height: 40px;
  padding-left: 15px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 5px;
}
.Symptom .contentBoxs .contBox .title > span {
  float: left;
  font-size: 15px;
  font-weight: bold;
  color: #1784fc;
}
.Symptom .contentBoxs .contBox .title .upload {
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  float: right;
  font-weight: bold;
  cursor: pointer;
  overflow: hidden;
}
.Symptom .contentBoxs .contBox .title .upload .ant-upload {
  color: #1784fc;
}
.Symptom .contentBoxs .contBox .imgBox {
  clear: both;
}
.Symptom .contentBoxs .contBox .imgBox .img {
  width: 100px;
  height: 100px;
  line-height: 94px;
  text-align: center;
  float: left;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-top: 5px;
  margin-right: 5px;
  position: relative;
}
.Symptom .contentBoxs .contBox .imgBox .img img {
  max-width: 96px;
  max-height: 96px;
  display: inline-block;
}
.Symptom .contentBoxs .contBox .imgBox .img span {
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 22px;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: -8px;
  right: -8px;
  z-index: 99;
}
.Symptom .contentBoxs .center {
  text-align: center;
  padding: 10px;
}
.Symptom .contentBoxs .center .ant-btn {
  width: 180px;
}

.setting-common {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100vh - 97px);
}
.setting-common .side {
  width: 160px;
  background-color: #fff;
  border-radius: 8px 0 0 8px;
  height: calc(100vh - 97px);
  padding-top: 10px;
  border-right: 1px solid #e3e3e3;
  overflow-y: scroll;
}
.setting-common .side div {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px dotted #e3e3e3;
}
.setting-common .side div div {
  color: #333;
  font-weight: 500;
  padding-left: 8px;
  background-color: rgba(0, 0, 0, 0.05);
}
.setting-common .side div div i {
  height: 40px;
  line-height: 40px;
  float: left;
  margin-right: 5px;
}
.setting-common .side div p {
  height: 40px;
  line-height: 40px;
  padding-left: 30px;
  margin-bottom: 0;
  cursor: pointer;
  color: #666;
}
.setting-common .side div p:hover,
.setting-common .side div p.active {
  color: #fff;
  background-color: #1784fc;
  border-radius: 8px;
}
.setting-common .contentBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: calc(100vh - 97px);
  background-color: #fff;
  overflow-y: auto;
}
.setting-common .contentBox .ant-card-head {
  padding: 0 15px;
}
.setting-common .contentBox .ant-card-head-title {
  font-size: 18px;
  padding: 8px 0;
}
.setting-common .contentBox .ant-card-extra {
  padding: 8px 0;
}
.setting-common .ant-card-body {
  padding: 0;
}

