.connect-wrap {
  padding: 0.83rem 0 1.16rem 0;
}
#map {
  width: 100%;
  height: 6rem;
  border: 1px #f0f0f0 solid;
  margin-bottom: 0.8rem;
}

.connect-item {
  width: 30%;
  text-align: center;
}
.connect-item-icon {
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 50%;
}
.connect-item:first-child .connect-item-icon {
  background-color: #4ba26c;
}
.connect-item:nth-child(2) .connect-item-icon {
  background-color: #f8782c;
}
.connect-item:nth-child(3) .connect-item-icon {
  background-color: #9dccff;
}
.connect-item:first-child .connect-item-icon_img {
  width: 0.6rem;
  height: 0.48rem;
}
.connect-item:nth-child(2) .connect-item-icon_img {
  width: 0.46rem;
  height: 0.6rem;
}
.connect-item:nth-child(3) .connect-item-icon_img {
  width: 0.5rem;
  height: 0.5rem;
}
.connect-item:first-child .connect-item-icon_img img,
.connect-item:nth-child(2) .connect-item-icon_img img,
.connect-item:nth-child(3) .connect-item-icon_img img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.connect-item-text {
  width: 100%;
}
.connect-item-text-1 {
  font-size: 0.2rem;
  color: #333;
  padding: 0.22rem 0 0.3rem 0;
}
.connect-item-text-2 {
  font-size: 0.16rem;
  color: #333;
}
.connect-item-ewm {
  width: 1.8rem;
  height: 1.8rem;
  opacity: 0;
  transition: opacity 1.5s ease;
}
.connect-item-ewm img {
  width: 100%;
  height: 100%;
}
.connect-item:first-child:hover .connect-item-ewm {
  opacity: 1;
}