.footer {
  width: 100%;
  height: 255px;
  border-top: 8px solid #144290;
}

.link {
  width: max-content;
  margin: 0 auto;
  margin-top: 30px;
  line-height: 36px;
}

.link p {
  font-size: 20px;
  color: #144290;
  font-weight: 600;
}

.link select {
  width: 350px;
  padding: 0 10px;
  box-sizing: border-box;
  border: 1px solid #dedede;
  background: #fff;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  margin-left: 10px;
  text-align: center;
  color: #212121;
  appearance: auto;
}

.add .text {
  text-align: center;
  line-height: 32px;
  font-size: 16px;
  color: #212121;
}

.add {
  position: relative;
}

.add img {
  position: absolute;
  top: 0px;
  left: 100px;
}

#_ideConac {
  position: absolute;
  left: 30%;
  /* transform: translateX(-50%); */
  margin-top: -140px;
}