.main {
  padding: 1.3rem 0.3rem 0;
}
.main .map {
  margin: 0.3rem 0 0.48rem;
  height: 3rem;
  overflow: hidden;
}
.main .map img {
  width: 100%;
}
.main .font p {
  display: flex;
  align-items: center;
  font-size: 0.26rem;
  color: #4b494d;
  margin-bottom: 0.48rem;
}
.main .font p img {
  width: 0.4rem;
  height: 0.4rem;
  margin: 0 0.27rem 0 0.35rem;
}
.main .contact {
  margin-top: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.24rem;
  color: #4b494d;
  width: 100%;
  text-align: center;
  font-weight: normal;
}
.main .contact i {
  display: block;
  width: 0.02rem;
  height: 0.6rem;
  background: #cecdd0;
}
.main .contact > div {
  width: 50%;
  color: #4b494d;
  cursor: pointer;
}
.main .contact > div::before {
  display: block;
  content: '';
  width: 0.82rem;
  height: 0.72rem;
  margin: auto;
  margin-bottom: 0.2rem;
}
.main .contact .weibo::before {
  background: url('../image/weibo.png') no-repeat center center;
  background-size: 0.82rem;
}
.main .contact .weixin::before {
  background: url('../image/weixin.png') no-repeat center center;
  background-size: 0.8rem;
}
.beian {
  margin-top: 1rem;
  width: 100%;
  font-size: 0.16rem;
  text-align: center;
  padding-bottom: 0.2rem;
}
.beian a {
  color: #4b494d;
}
