.breadcrumb_container[data-v-3900e49e]{display:inline-block;vertical-align:top}.breadcrumb_title[data-v-3900e49e]{display:inline-block;vertical-align:top;color:#606266;line-height:13px;font-size:14px}.el-breadcrumb[data-v-3900e49e]{display:inline-block;vertical-align:top}

.content[data-v-656e02f7] {
    position: relative;
    padding-bottom: 20px!important;
}
.top[data-v-656e02f7] {
    position: fixed;
    z-index: 98;
    background-color: #f5f5f5;
    padding-top: 26px;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.select-1[data-v-4d395826] {
  width: 140px;
  margin-right: 10px;
}

.citySelector {
  width: 100%;
  min-width: 450px;
}
.citySelector .el-select {
  display: inline-block;
}


.header_btn[data-v-21df43ef] {
  float: right;
  margin: 4px 7px 0px 0px;
  background-color: #1e8fc6;
}
.header_btn[data-v-21df43ef]:hover,
.header_btn[data-v-21df43ef]:active,
.header_btn[data-v-21df43ef]:focus {
  background-color: #1e8fc6;
}
.reminder[data-v-21df43ef] {
  font-size: 13px;
  color: #8c8f99;
  line-height: 18px;
}

.el-table .row_class td {
  background-color: #E6A23C !important;
}
.json-container {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}
#client_plus {
  font-size: 26px;
  color: #008bce;
  cursor: pointer;
  margin-left: 10px;
  margin-top: 5px;
  display: inline-block;
  vertical-align: top;
}
#client_plus:hover {
  opacity: 0.8;
}
#followForm .el-form-item__label {
  margin-top: 5px;
}
#followForm .el-input__inner {
  padding-left: 30px;
}
.replay_item {
  margin-top: 20px;
  line-height: 22px;
}
.agent {
  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;
}
.agent > span:nth-child(2) {
  font-size: 16px;
  margin-top: 5px;
}
.info_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.info_left .agent {
  margin-right: 5px;
}
.info_left .reply_content {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 10px;
  background-color: white;
  border-radius: 6px;
  border: 1px solid #dcdcdc;
  min-width: 200px;
}
.info_left .reply_content > span {
  display: block;
  font-size: 16px;
  color: #333333;
  line-height: 25px;
}
.info_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.info_right .agent {
  margin-left: 5px;
}
.info_right .reply_content {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 10px;
  background-color: #a0e75a;
  border-radius: 6px;
  border: 1px solid #dcdcdc;
}
.info_right .reply_content > span {
  margin-bottom: 10px;
  display: block;
  font-size: 16px;
  color: #333333;
  line-height: 25px;
}
.user-persona-container {
  position: relative;
  width: 800px;
  height: 800px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #f8f9fa;
  border: 2px solid rgba(0, 0, 0, 0.1);
}
.persona-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
}
.avatar {
  width: 100px;
  height: 100px;
  margin: 0 auto 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #e9f5ff;
  border-radius: 50%;
  border: 2px solid #4a90e2;
}
.persona-name {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
  color: #333;
}
.persona-title {
  font-size: 14px;
  color: #666;
}
.persona-trait {
  position: absolute;
  width: 120px;
  padding: 10px;
  background-color: white;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.trait-content {
  position: relative;
  z-index: 2;
}
.trait-title {
  font-weight: bold;
  font-size: 14px;
  color: #4a90e2;
  margin-bottom: 5px;
}
.trait-description {
  font-size: 12px;
  color: #666;
  line-height: 1.4;
}
.connector-line {
  position: absolute;
  width: 80px;
  height: 2px;
  background-color: #4a90e2;
  top: 50%;
  left: -80px;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  z-index: 0;
}
.connector-line::before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #4a90e2;
  border-radius: 50%;
  top: -3px;
  left: 0;
}

