.arrow[data-v-f0395c58] {
  width: 2.5rem;
  height: 2.4rem;
  text-align: center;
  cursor: pointer;
}
.arrow .svg-icon[data-v-f0395c58] {
  font-size: 1rem;
}
.clue header[data-v-f0395c58] {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.clue header .left[data-v-f0395c58] {
  display: flex;
  align-items: center;
}
.clue header .left h2[data-v-f0395c58] {
  margin: 0;
  font-size: 1.5rem;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #222222;
  margin-right: 0.4rem;
}
.clue header .left h2 .freeIcon[data-v-f0395c58] {
  width: 4.1rem;
  height: 1.3rem;
}
.clue header .left span[data-v-f0395c58] {
  font-size: 0.9rem;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #5c6670;
}
.clue .nav[data-v-f0395c58] {
  display: flex;
  padding-left: 0.4rem;
  padding-bottom: 0.3rem;
  border-bottom: 0.1rem solid #e3e5e9;
}
.clue .nav li[data-v-f0395c58] {
  margin-right: 2.5rem;
  font-size: 0.9rem;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  cursor: pointer;
  color: #222222;
  position: relative;
}
.clue .nav .act[data-v-f0395c58]::after {
  content: "";
  position: absolute;
  bottom: -0.4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1.8rem;
  height: 0.3rem;
  background: #f03947;
  border-radius: 0.1rem;
}
.clue .search[data-v-f0395c58] {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.8rem;
  border-bottom: 0.1rem solid #e3e5e9;
  margin-bottom: 1.9rem;
  position: relative;
}
.clue .search .right[data-v-f0395c58] {
  width: 100%;
  display: flex;
}
.clue .search .right .seleCom[data-v-f0395c58] {
  margin-right: 1rem;
}
.clue .search .right .pool[data-v-f0395c58] {
  margin-left: 1.5rem;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #1a1b2a;
}
.clue .search > span[data-v-f0395c58] {
  font-size: 1.1rem;
  font-weight: 400;
  color: #222222;
}
.clue .actions[data-v-f0395c58] {
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.clue .actions .right > .ant-btn[data-v-f0395c58] {
  margin-left: 1rem;
}
.clue .actions .his[data-v-f0395c58] {
  margin: 0;
}
.clue .actions .add[data-v-f0395c58] {
  margin-right: 1rem;
}
.clue .table_actions[data-v-f0395c58] {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.clue .table_actions li[data-v-f0395c58] {
  margin-right: 1.9rem;
  cursor: pointer;
}
.clue .table_actions li span[data-v-f0395c58] {
  margin-left: 0.6rem;
}
.Cluedetail[data-v-f0395c58] .ant-modal-content,
.Cluedetail[data-v-f0395c58] .ant-modal-header {
  background: #f9f9f9;
  border-radius: 0.5rem 0.5rem 0 0;
}
.Cluedetail[data-v-f0395c58] .ant-modal-header {
  margin: 0 1.5rem;
  padding-left: 0;
}
.Cluedetail[data-v-f0395c58] .ant-modal-header .ant-modal-title {
  font-size: 1.1rem;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  color: #222222;
}
.Cluedetail .detail[data-v-f0395c58] {
  padding: 0 1.3rem;
}
.Cluedetail .detail header[data-v-f0395c58] {
  display: flex;
  align-items: center;
}
.Cluedetail .detail header .left[data-v-f0395c58] {
  margin-right: 1.3rem;
  width: 6.4rem;
  height: 6.4rem;
  background: #ffffff;
  border: 0.1rem solid #e3e5e9;
  border-radius: 50%;
}
.Cluedetail .detail header .left img[data-v-f0395c58] {
  width: 5.4rem;
  height: 5.4rem;
  border-radius: 50%;
  background: #fff;
}
.Cluedetail .detail header span[data-v-f0395c58] {
  font-size: 1rem;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  color: #222222;
}
.Cluedetail .detail header .avatar-no[data-v-f0395c58] {
  color: #fff;
}
.Cluedetail .detail > ul li[data-v-f0395c58] {
  margin-top: 1.5rem;
}
.Cluedetail .detail > ul li > h6[data-v-f0395c58] {
  font-size: 1rem;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #222222;
  position: relative;
  margin-bottom: 0.6rem;
  padding-left: 0.6rem;
}
.Cluedetail .detail > ul li > h6[data-v-f0395c58]::after {
  content: "";
  position: absolute;
  width: 0.3rem;
  height: 0.8rem;
  background: #f03947;
  border-radius: 0.1rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.Cluedetail .detail > ul li section[data-v-f0395c58] {
  display: flex;
  width: 100%;
  min-height: 10.1rem;
  background: #ffffff;
  border-radius: 0.6rem;
  z-index: 99;
  padding: 1.5rem 2.5rem 0;
  box-sizing: border-box;
  flex-wrap: wrap;
}
.Cluedetail .detail > ul li section .item[data-v-f0395c58] {
  flex-basis: 33%;
  margin-bottom: 1.9rem;
}
.Cluedetail .detail > ul li section .item span[data-v-f0395c58] {
  font-size: 0.9rem;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #858a97;
}
.Cluedetail .detail > ul li section .item h6[data-v-f0395c58] {
  font-size: 0.9rem;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  margin: 0;
  color: #222222;
}
.group[data-v-f0395c58] .ant-modal-content {
  overflow: hidden;
  border-radius: 0.5rem;
}
.group[data-v-f0395c58] .ant-modal-footer {
  height: 5rem;
  padding-top: 1.3rem;
  border-radius: 0 0 0.5rem 0.5rem;
}
.group[data-v-f0395c58] .ant-modal-footer > div {
  text-align: center;
  height: 5rem;
}
.group[data-v-f0395c58] .ant-modal-footer > div .ant-btn {
  width: 5.6rem;
  height: 2.5rem;
  border-radius: 0.3rem;
}
.group[data-v-f0395c58] .ant-modal-footer > div .ant-btn:nth-of-type(1) {
  margin-right: 1.5rem;
}
.group header[data-v-f0395c58] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.group header span[data-v-f0395c58] {
  font-size: 0.9rem;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #5c6670;
}
.group ul[data-v-f0395c58] {
  margin-top: 2.5rem;
}
.group ul[data-v-f0395c58] .ant-radio-group {
  width: 100%;
}
.group ul li[data-v-f0395c58] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0.1rem solid #e3e5e9;
  height: 3.8rem;
}
.group ul li[data-v-f0395c58] .ant-radio-wrapper span {
  font-size: 0.9rem;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #222222;
}
.group ul li span[data-v-f0395c58] {
  font-size: 0.9rem;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #222222;
}
.visibleHis .ulself[data-v-f0395c58] {
  padding: 0;
}
.visibleHis .ulself li[data-v-f0395c58] {
  list-style: none;
  width: 34.3rem;
  min-height: 4.3rem;
  background: #ffffff;
  border-radius: 0.6rem;
  margin: 0.6rem 0;
  padding: 1rem 1.3rem 1rem 1.3rem;
  box-sizing: border-box;
  position: relative;
}
.visibleHis .ulself li > span[data-v-f0395c58] {
  width: 80%;
  display: inline-block;
}
.visibleHis .ulself li .number span[data-v-f0395c58] {
  margin-right: 1.3rem;
  font-size: 0.8rem;
}
.visibleHis .ulself li .number .result[data-v-f0395c58] {
  color: #4c67bd;
  cursor: pointer;
}
.visibleHis .ulself li .right[data-v-f0395c58] {
  position: absolute;
  top: 50%;
  right: 1.3rem;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}
.visibleHis .ulself li .right img[data-v-f0395c58] {
  width: 1rem;
  height: 1rem;
  margin-right: 0.4rem;
}
.visibleHis .ulself li p[data-v-f0395c58] {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 700;
  text-align: left;
  color: #222222;
}
.visibleHis .ulself li span[data-v-f0395c58] {
  font-size: 0.8rem;
  font-weight: 400;
  color: #858a97;
}
.visibleHis .ulself li > img[data-v-f0395c58] {
  width: 2.8rem;
  height: 1.1rem;
  position: absolute;
  left: 0;
  top: 0;
}
.head-img[data-v-f0395c58] {
  float: left;
  width: 6.4rem;
  height: 6.4rem;
  line-height: 4.8rem;
  border-radius: 50%;
  color: #fff;
  font-size: 1.1rem;
  text-align: center;
  border: 0.1rem solid #e3e5e9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.head-img img[data-v-f0395c58] {
  width: 5.4rem;
  height: 5.4rem;
  border-radius: 50%;
  margin-left: 0.3rem;
  margin-top: 0.3rem;
}
.head-img span[data-v-f0395c58] {
  display: inline-block;
  width: 5.4rem;
  height: 5.4rem;
  border-radius: 50%;
  background-color: #0582e9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bottom-content[data-v-f0395c58] {
  border-radius: 0.6rem;
  padding: 0 0 1.3rem 1.3rem;
  margin-top: 1rem;
}
.bottom-content .ant-row[data-v-f0395c58] {
  background: #fff;
  border-radius: 0.6rem;
  padding: 0 2.5rem 1.5rem;
}
.bottom-content .ant-col[data-v-f0395c58] {
  margin: 1.5rem 0 0;
  display: flex;
  flex-direction: column;
}
.bottom-content .tip-title[data-v-f0395c58] {
  font-size: 0.9rem;
  color: #858a97;
}
.bottom-content .item-bottom[data-v-f0395c58] {
  font-size: 0.9rem;
  color: #222222;
  margin-top: 0.3rem;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.bottom-content .tip-title[data-v-f0395c58] {
  padding: 1.3rem 0;
  box-sizing: border-box;
  margin-bottom: 1.1rem;
}
.bottom-content .tip-title .tip[data-v-f0395c58] {
  position: relative;
  color: #1a1b2a;
  font-size: 1rem;
  padding-left: 0.6rem;
  box-sizing: border-box;
}
.bottom-content .tip-title .tip[data-v-f0395c58]::before {
  content: "";
  width: 0.3rem;
  height: 0.8rem;
  border-radius: 0.1rem;
  position: absolute;
  background: #f03947;
  top: 0.1rem;
  left: 0;
}
.bottom-content .time[data-v-f0395c58] {
  font-size: 0.9rem;
  font-weight: 700;
  color: #1a1b2a;
  padding-top: 1.5rem;
}
.bottom-content .follow-list[data-v-f0395c58] {
  background: #f9f9f9;
  border-radius: 0.6rem;
  padding: 1rem 1.1rem;
  margin-top: 0.6rem;
  cursor: pointer;
}
.bottom-content .follow-list .follow-type[data-v-f0395c58] {
  border: 0.1rem solid #efaeae;
  border-radius: 0.1rem;
  padding: 0.1rem;
  font-size: 0.7rem;
  color: #f03947;
  margin-right: 0.3rem;
}
.bottom-content .follow-list .follow-statuas[data-v-f0395c58] {
  border-radius: 0.1rem;
  padding: 0.1rem;
  font-size: 0.7rem;
  color: #4c67bd;
  margin-right: 0.3rem;
  background: #e7e8f1;
}
.bottom-content .follow-list .follow-content[data-v-f0395c58] {
  font-size: 0.9rem;
  color: #1a1b2a;
}
.bottom-content .follow-list .follow-bottom[data-v-f0395c58] {
  font-size: 0.8rem;
  color: #8f99a3;
  margin-top: 0.4rem;
}
.bottom-content .follow-list .follow-bottom .ml[data-v-f0395c58] {
  margin-left: 1.3rem;
}
[data-v-f0395c58] .ant-cascader-picker {
  width: 18rem;
  height: 2.5rem;
  margin: 0 1rem;
}
[data-v-f0395c58] .ant-cascader-input {
  height: 2.5rem;
}
.view[data-v-f0395c58]:hover {
  color: rgb(240, 57, 71) !important;
}
.view:hover svg[data-v-f0395c58] {
  color: rgb(240, 57, 71) !important;
}
.table-com[data-v-f0395c58] {
  display: flex;
  flex-direction: column;
}
.table-com .companyName[data-v-f0395c58] {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.9rem;
  color: #1a1b2a;
}
.table-com .sign[data-v-f0395c58] {
  margin-top: 0.3rem;
  display: inline-block;
  font-size: 0.8rem;
  color: #f03947;
  margin-right: 0.4rem;
  padding: 0 0.3rem;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: center;
  line-height: 1.1rem;
  background: #efeff3;
  border-radius: 0.1rem;
}
.table-com .sign1[data-v-f0395c58] {
  color: #4c67bd;
}
.table-com .sign2[data-v-f0395c58] {
  color: #30c348;
}
.userInfo[data-v-f0395c58] {
  display: flex;
  align-items: center;
}
.userInfo .avatar[data-v-f0395c58] {
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 50%;
  min-width: 2.3rem;
  min-height: 2.3rem;
}
.userInfo .avatar-no[data-v-f0395c58] {
  width: 2.3rem;
  height: 2.3rem;
  line-height: 2.3rem;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  background-color: #0582e9;
}
.userInfo .info[data-v-f0395c58] {
  width: 70%;
  display: flex;
  flex-direction: column;
  font-size: 0.9rem;
  color: #1a1b2a;
  margin-left: 0.5rem;
}
.userInfo .info .text[data-v-f0395c58] {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.userInfo .info .mobilePhone[data-v-f0395c58] {
  font-size: 0.8rem;
  color: #8f99a3;
  margin-top: 0.1rem;
}
.actions[data-v-f0395c58] .ant-cascader-picker-arrow,
.search[data-v-f0395c58] .ant-cascader-picker-arrow {
  right: 0;
}
.actions[data-v-f0395c58] .ant-select-arrow,
.search[data-v-f0395c58] .ant-select-arrow {
  right: 0;
}
.actions[data-v-f0395c58] .ant-input-clear-icon,
.search[data-v-f0395c58] .ant-input-clear-icon {
  font-size: 1.1rem;
  color: #858a97;
}
.actions[data-v-f0395c58] .ant-cascader-input::placeholder,
.search[data-v-f0395c58] .ant-cascader-input::placeholder {
  font-size: 1rem;
  color: #222222;
}
.actions[data-v-f0395c58] .ant-select,
.search[data-v-f0395c58] .ant-select {
  color: #222222;
}
.actions :v-deep .ant-cascader-menu[data-v-f0395c58],
.search :v-deep .ant-cascader-menu[data-v-f0395c58] {
  color: #222;
}
.Group[data-v-f0395c58] {
  overflow: hidden;
}
.Group[data-v-f0395c58] .ant-radio-wrapper {
  display: flex;
  overflow: hidden;
}
.Group .changePool[data-v-f0395c58] {
  max-width: 35rem;
  display: inline-block;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Group .customerCount[data-v-f0395c58] {
  display: inline-block;
  min-width: 3.8rem;
}
[data-v-f0395c58] .ant-table-tbody {
  color: #222;
}
[data-v-f0395c58] .ant-input-affix-wrapper .ant-input:not(:last-child) {
  border-radius: 0.3rem;
}
[data-v-f0395c58] .ant-cascader-input {
  border-radius: 0.3rem;
}
[data-v-f0395c58] .ant-select-lg .ant-select-selection--single {
  border-radius: 0.3rem;
}
[data-v-f0395c58] .ant-table-tbody > tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) > td {
  cursor: pointer;
  background: #fff !important;
}
[data-v-f0395c58] .ant-table-tbody > tr.ant-table-row-hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) > td {
  cursor: pointer;
  background: #fff !important;
}
[data-v-f0395c58] .ant-table-tbody > tr > td.ant-table-column-sort {
  background-color: transparent;
}
[data-v-f0395c58] .ant-cascader-picker:hover .ant-cascader-picker-clear {
  font-size: 0.9rem;
  color: #858a97;
  margin-right: 0.1rem;
}
[data-v-f0395c58] .member-select {
  margin-right: 1rem;
}
[data-v-f0395c58] .ant-radio-checked::after {
  animation: none;
  border: none;
}
[data-v-f0395c58] .ant-cascader-picker-label {
  color: #222;
}
[data-v-f0395c58] .ant-table-fixed {
  width: 12.5rem;
}
[data-v-f0395c58] .ant-table-body {
  min-height: 17.5rem;
  color: #222;
}
[data-v-f0395c58] .ant-table-body::-webkit-scrollbar {
  height: 0.3rem;
  width: 0;
  overflow-y: hidden;
}
[data-v-f0395c58] .ant-table-body::-webkit-scrollbar-thumb {
  border-radius: 0.3rem;
  background: transparent;
}
[data-v-f0395c58] .ant-table-body::-webkit-scrollbar-track {
  -webkit-box-shadow: 0;
  border-radius: 0;
  background: transparent;
}
[data-v-f0395c58] .ant-table-placeholder {
  position: absolute;
  top: 3.2rem;
  z-index: 1;
  width: 100%;
  border-bottom: none;
  margin-top: 0.1rem;
}
[data-v-f0395c58] .ant-table-body:hover::-webkit-scrollbar,
.ant-table-placeholder[data-v-f0395c58]:hover::-webkit-scrollbar {
  display: block;
  height: 0.3rem;
  width: 0;
  overflow-y: hidden;
}
[data-v-f0395c58] .ant-table-body:hover::-webkit-scrollbar-thumb,
.ant-table-placeholder[data-v-f0395c58]:hover::-webkit-scrollbar-thumb {
  border-radius: 0.3rem;
  background: #939392;
}
[data-v-f0395c58] .ant-table-body:hover::-webkit-scrollbar-track,
.ant-table-placeholder[data-v-f0395c58]:hover::-webkit-scrollbar-track {
  -webkit-box-shadow: 0;
  border-radius: 0;
  background: #f0f2f5;
}
