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


.user-profile-container[data-v-c04f4e92] {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.user-header[data-v-c04f4e92] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  background-color: #f0f9ff;
  border-bottom: 1px solid #e4e7ed;
}
.avatar[data-v-c04f4e92] {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #409eff;
  color: white;
  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;
  font-size: 28px;
  margin-right: 20px;
}
.user-info[data-v-c04f4e92] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 20px;
}
.user-name[data-v-c04f4e92] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}
.wechat-nickname[data-v-c04f4e92] {
  font-size: 18px;
  font-weight: 600;
  margin-right: 15px;
}
.ai-rating[data-v-c04f4e92] {
  display: inline-block;
  padding: 2px 8px;
  background-color: #f56c6c;
  color: white;
  border-radius: 4px;
  font-size: 12px;
}
.questionnaire-level[data-v-c04f4e92] {
  display: inline-block;
  padding: 2px 8px;
  background-color: #67c23a;
  color: white;
  border-radius: 4px;
  font-size: 12px;
  margin-left: 10px;
}
.contact-info[data-v-c04f4e92] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
}
.contact-item[data-v-c04f4e92] {
  margin-right: 30px;
  margin-bottom: 5px;
}
.contact-label[data-v-c04f4e92] {
  color: #909399;
  font-size: 13px;
}
.contact-value[data-v-c04f4e92] {
  color: #303133;
  font-weight: 500;
}
.tabs-container[data-v-c04f4e92] {
  padding: 0 20px;
}
.map-container[data-v-c04f4e92] {
  width: 100%;
  height: 400px;
  background-color: #f5f7fa;
  border-radius: 4px;
  position: relative;
  margin-top: 15px;
}
.map-placeholder[data-v-c04f4e92] {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #909399;
  text-align: center;
}
.location-marker[data-v-c04f4e92] {
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #f56c6c;
  border-radius: 50%;
  border: 2px solid white;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.propagation-chain[data-v-c04f4e92] {
  margin-top: 20px;
}
.table-container[data-v-c04f4e92] {
  margin-top: 20px;
}
.page-title[data-v-c04f4e92] {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #303133;
}
.location-list[data-v-c04f4e92] {
  margin-top: 15px;
}
.location-item[data-v-c04f4e92] {
  padding: 8px 0;
  border-bottom: 1px dashed #ebeef5;
}
.location-item[data-v-c04f4e92]:last-child {
  border-bottom: none;
}
.el-descriptions__title[data-v-c04f4e92] {
  font-size: 16px;
  color: #303133;
}
.el-tabs__header[data-v-c04f4e92] {
  margin-bottom: 0;
}
.el-tabs__item[data-v-c04f4e92] {
  font-weight: 500;
}
.info-card[data-v-c04f4e92] {
  margin-top: 20px;
  border-top: 1px solid #e4e7ed;
  padding-top: 20px;
}
.footer-note[data-v-c04f4e92] {
  text-align: center;
  color: #909399;
  font-size: 12px;
  padding: 20px;
  border-top: 1px solid #e4e7ed;
  margin-top: 30px;
}
.propagation-chain-container[data-v-c04f4e92] {
  width: 100%;
  max-width: 900px;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 25px 20px;
}
.propagation-title[data-v-c04f4e92] {
  font-size: 20px;
  font-weight: 600;
  color: #ff6b35;
  margin-bottom: 25px;
  padding-left: 10px;
  border-left: 4px solid #ff6b35;
}
.propagation-list[data-v-c04f4e92] {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 15px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.propagation-item[data-v-c04f4e92] {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}
.avatar-container[data-v-c04f4e92] {
  position: relative;
  margin-bottom: 8px;
}
.avatar[data-v-c04f4e92] {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  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;
  font-size: 16px;
  font-weight: bold;
  color: white;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  position: relative;
}
.avatar-img[data-v-c04f4e92] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.avatar-initial[data-v-c04f4e92] {
  font-size: 18px;
}
.phone-number[data-v-c04f4e92] {
  font-size: 12px;
  color: #666;
  text-align: center;
}

/* 头像样式 - 根据图片描述 */
.avatar-1[data-v-c04f4e92] {
  background: linear-gradient(135deg, #6a89cc, #4a69bd);
}
.avatar-2[data-v-c04f4e92] {
  background-color: #3498db;
}
.avatar-3[data-v-c04f4e92] {
  background-color: #e74c3c;
}
.avatar-4[data-v-c04f4e92] {
  background-color: #9b59b6;
}
.avatar-5[data-v-c04f4e92] {
  background-color: #e74c3c;
  position: relative;
}
.avatar-5[data-v-c04f4e92]::after {
  content: "";
  position: absolute;
  width: 60%;
  height: 60%;
  background-color: white;
  border-radius: 50%;
  top: 20%;
  left: 20%;
}
.avatar-6[data-v-c04f4e92] {
  background: linear-gradient(135deg, #f39c12, #e67e22);
}
.avatar-7[data-v-c04f4e92] {
  background: linear-gradient(135deg, #1abc9c, #16a085);
}

/* 箭头连接线 */
.arrow-connector[data-v-c04f4e92] {
  position: absolute;
  top: 24px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #ddd;
  z-index: 1;
}
.arrow-connector[data-v-c04f4e92]::before {
  content: "";
  position: absolute;
  right: -5px;
  top: -4px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #ddd;
}
.arrow-between[data-v-c04f4e92] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  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;
  color: #999;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  z-index: 2;
}

/* 模拟头像图片效果 */
.avatar-img-placeholder[data-v-c04f4e92] {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  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;
  font-size: 18px;
  font-weight: bold;
  color: white;
}
.avatar-1 .avatar-img-placeholder[data-v-c04f4e92] {
  background: linear-gradient(135deg, #6a89cc, #4a69bd);
}
.avatar-6 .avatar-img-placeholder[data-v-c04f4e92] {
  background: linear-gradient(135deg, #f39c12, #e67e22);
}
.avatar-7 .avatar-img-placeholder[data-v-c04f4e92] {
  background: linear-gradient(135deg, #1abc9c, #16a085);
}

/* 响应式调整 */
@media (max-width: 768px) {
.propagation-list[data-v-c04f4e92] {
    -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;
}
.propagation-item[data-v-c04f4e92] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    margin-bottom: 15px;
}
.avatar-container[data-v-c04f4e92] {
    margin-bottom: 0;
    margin-right: 12px;
}
.arrow-between[data-v-c04f4e92] {
    display: none;
}
.arrow-connector[data-v-c04f4e92] {
    display: none;
}
.user-name[data-v-c04f4e92], .phone-number[data-v-c04f4e92] {
    text-align: left;
}
}

