body {
  background: #F4F7FF;
}
.flex {
  display: flex;
  align-items: center;
}
.banner {
  width: 100%;
}
.container {
  transform: translateY(-5.067rem);
  margin-bottom: -5.067rem;
}
.content {
  margin: 0 0.4rem 0.267rem;
  background: #FFFFFF;
  border-radius: 0.507rem;
}
.content .info-item {
  padding: 0.4rem 0.507rem;
  font-size: 0.373rem;
  border-bottom: 1px solid #f0f0f0;
}
.content .info-item .label {
  display: flex;
  align-items: center;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0.2rem;
}
.content .info-item .label img {
  margin-right: 0.107rem;
  width: 0.373rem;
  height: 0.373rem;
}
.content .info-item .value {
  font-weight: 400;
  color: #666666;
  line-height: 0.507rem;
}
.content .info-item .map {
  margin-top: 0.267rem;
  display: block;
  width: 100%;
}
.content .p-img {
  display: block;
  width: 100%;
  margin-bottom: 0.4rem;
}
.content .common-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.427rem;
  text-align: left;
  font-size: 0.48rem;
}
