.clientDetail[data-v-66cffaca] {
  box-sizing: border-box;
  padding: 20px 30px;
}
.pubTitle[data-v-66cffaca] {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
}
.pubHContentBox[data-v-66cffaca] {
  position: relative;
}
.NewAccount[data-v-66cffaca] {
  position: absolute;
  right: 30px;
  top: 28px;
  z-index: 5;
}
.NewAccountContent[data-v-66cffaca] {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #0dcba3;
}
.NewAccountContentTitle[data-v-66cffaca]:hover {
  color: #0dcba3;
}
.NewAccountImg[data-v-66cffaca] {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  margin-left: 3px;
}
/* 自定义头部 */
.headerTableContent[data-v-66cffaca] {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 28px;
  cursor: pointer;
}
.headerTitle[data-v-66cffaca] {
  padding-left: 0;
  font-size: 12px;
  font-weight: 600;
  color: #9aa19d;
}
.summaryName[data-v-66cffaca] {
  font-size: 16px;
  font-weight: 600;
  color: #484d4a;
}
.summaryDetail[data-v-66cffaca] {
  font-size: 12px;
  font-weight: 400;
  color: #4a4a4a;
}
.headerImage[data-v-66cffaca] {
  width: 16px;
  height: 16px;
  position: relative;
  top: 0;
  /* left: -55px; */
}
.headerContentSelect[data-v-66cffaca] {
  background: #f5f7f6;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 28px;
  cursor: pointer;
}

