.contact {
  padding: 5rem 0;
}
.contact .row-box {
  display: flex;
  align-items: start;
  justify-content: start;
  margin-bottom: 2.5rem;
}
.contact .row-box:last-child {
  margin-bottom: 0;
}
.contact .row-box .left {
  display: flex;
  align-items: start;
  justify-content: start;
  font-size: 1.75rem;
  font-weight: bold;
  width: 30%;
  color: #000;
}
.contact .row-box .left.fromdizhi {
  align-items: center;
  align-self: stretch;
}
.contact .row-box .right {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  flex-grow: 1;
}
.contact .row-box .right.fromcontact {
  border-bottom: 2px solid #999;
}
.contact .row-box .right .item {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 50%;
  margin-bottom: 3rem;
}
.contact .row-box .right .item .tubiao {
  margin-right: 1rem;
}
.contact .row-box .right .item .body .title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #000;
}
.contact .row-box .right .item .body .text {
  font-size: 1rem;
  color: rgb(112, 112, 112);
}
.contact .row-box .right .item.fromdizhi {
  margin-bottom: 0;
  width: 100%;
}

/*# sourceMappingURL=contact.css.map */
