.add-email-suffix {
  width: 100%;
  border: 1px solid #999;
  background-color: #fff;
  z-index: 10;
  color: #676765;
  border-radius: 4px;
  padding: 0;
}
.add-email-suffix.tempalte-project {
  position: absolute;
  top: 100%;
  left: 0;
}
.add-email-suffix .email-item {
  padding: 4px 8px;
  line-height: 22px;
  cursor: pointer;
  font-size: 14px;
}
.add-email-suffix .email-item:hover {
  background-color: #cee6fe;
}
.address-wrap {
  overflow: visible;
}
.correct-phont-hint {
  font-size: 12px;
  margin: 5px 0;
  color: #999;
}
.address-bot-hint{
  font-size: 14px;
  margin-top: -15px;
  margin-bottom: 10px;
  color: #999;
}
.email-tips {
  font-size: 14px;
}
.red.email-tips {
  color: #999;
}
.google-ads-parent {
  position: relative;
}
.google-ads-box {
  position: absolute;
  left: 0;
  top: calc(100% + 4px);
  width: 100%;
  border: 1px solid #ced4da;
  background-color: #fff;
  z-index: 1000;
  color: #676765;
  border-radius: 4px;
  padding: 0;
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.3);
}
.google-ads-box .ads-item {
  line-height: 20px;
  padding: 8px;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
}
.google-ads-box .ads-item svg {
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 4px;
}
.google-ads-box .ads-item:not(:last-child) {
  border-bottom: 1px solid #ced4da;
}
.google-ads-box .ads-item:hover {
  background-color: #cee6fe;
}
.form-group .form-label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* max-width: calc(100% - 26px); */
}
.select-list.address-linkage {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%);
  background: #fff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
  z-index: 100;
  width: 99%;
  max-height: 240px;
  overflow-y: auto;
  border-radius: 2px;
  display: none;
}
.select-list.address-linkage li {
  font-size: 14px;
  line-height: 24px;
  padding: 10px;
  width: 100%;
}
.select-list.address-linkage li:not(:last-child) {
  border-bottom: 1px solid #eee;
}
