.option-title[data-v-4cdcbcbb] {
  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;
}
.option-value[data-v-4cdcbcbb] {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.select-cell-title[data-v-4cdcbcbb] {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.select-cell-value[data-v-4cdcbcbb] {
  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;
}
.select-buttons[data-v-4cdcbcbb] {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10px 16px;
  font-size: 14px;
}
.select-buttons a[data-v-4cdcbcbb] {
  color: #1989fa;
}

.add-ent-page[data-v-3769dfaa] {
  padding-bottom: 120px;
  overflow-x: hidden;
}
.page-wrap[data-v-3769dfaa] {
  padding: 0 10px;
}
.page-title[data-v-3769dfaa] {
  margin: 16px 0 10px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}
.add-contact-btn[data-v-3769dfaa] {
  color: #2c90ff;
  margin: 16px 16px 12px;
  font-size: 14px;
}
.contact-item__header[data-v-3769dfaa] {
  padding: 10px;
  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;
}
.contact-item__header .contact-title[data-v-3769dfaa] {
  font-size: 14px;
  font-weight: 600;
}
.contact-item__del[data-v-3769dfaa] {
  color: #2c90ff;
  font-size: 14px;
}
.enterprise-search-results[data-v-3769dfaa] {
  margin: 0 16px;
  padding-bottom: 4px;
}
.enterprise-show[data-v-3769dfaa] {
  padding: 8px 0;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}
.enterprise-show--selected[data-v-3769dfaa] {
  color: #1989fa;
  font-weight: 600;
}
.seg-title[data-v-3769dfaa] {
  font-size: 14px;
  font-weight: 600;
  color: #323233;
  padding: 12px 16px;
  position: relative;
  margin: 0;
  background: linear-gradient(135deg, rgba(25, 137, 250, 0.08), rgba(25, 137, 250, 0.02));
  border-radius: 8px 8px 0 0;
  letter-spacing: 0.5px;
}
.seg-title[data-v-3769dfaa]::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3px;
  height: 18px;
  background: -webkit-gradient(linear, left top, left bottom, from(#1989fa), to(#3a8ee8));
  background: linear-gradient(180deg, #1989fa, #3a8ee8);
  border-radius: 0 2px 2px 0;
}
.info-body[data-v-3769dfaa] {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
}
.info-body input[data-v-3769dfaa] {
  font-size: 14px;
  color: #000000;
}
.info-body textarea[data-v-3769dfaa] {
  font-size: 14px;
  color: #000000;
}
.info-body .van-cell[data-v-3769dfaa] {
  padding: 12px 12px;
}
.card[data-v-3769dfaa] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffffff;
  border-radius: 12px;
  margin: 12px 0;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.04);
}
.contacts-bottom[data-v-3769dfaa] {
  width: 100%;
  padding: 10px 0;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10;
  background-color: #ffffff;
  -webkit-box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.06);
          box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.06);
  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;
}
.contacts-bottom .submit-btn[data-v-3769dfaa] {
  width: calc(100% - 32px);
  padding: 10px 16px;
  height: 44px;
  border: none;
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 22px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-shadow: 0 4px 12px rgba(25, 137, 250, 0.35);
          box-shadow: 0 4px 12px rgba(25, 137, 250, 0.35);
  background: linear-gradient(135deg, #1989fa 0%, #3a8ee8 50%, #5298e0 100%);
}
.bottom-line[data-v-3769dfaa] {
  border-bottom: 1px solid #f0f0f0;
  background: -webkit-gradient(linear, left top, right top, from(#f0f0f0), to(rgba(240, 240, 240, 0.4)));
  background: linear-gradient(to right, #f0f0f0 0%, rgba(240, 240, 240, 0.4) 100%);
}
.bottom-line[data-v-3769dfaa]:last-child {
  border-bottom: none;
}

