.contact {
  display: block;
  padding-top: 100px;
}
.contact h1 {
  height: 49px;
  line-height: 49px;
  width: 596px;
  font-size: 18px;
  font-weight: normal;
  padding: 0 55px;
  border-radius: 10px;
  border-color: #ccc;
  color: #e94709;
}
.contact p {
  font-size: 16px;
  color: #666;
  line-height: 2;
  padding-top: 25px;
  padding-left: 55px;
  padding-bottom: 60px;
}
.contact img[alt=qr] {
  position: absolute;
  right: 68px;
  top: 270px;
}
.contract-map {
  margin-top: 30px;
  padding-top: 561px;
  width: 100%;
  position: relative;
  background-position: center;
  background-image: url("/img/contact/map.png");
}
