.content {
  margin-bottom: 1.86rem;
}
.content h2 {
  font-size: 0.36rem;
  color: #FF6700;
  padding-bottom: 0.3rem;
}
.content .address {
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.38);
  padding: 0.45rem 0.32rem;
  font-size: 0.18rem;
  line-height: 2;
  min-height: 4.95rem;
}
.content .mapBox {
  margin-left: 0.3rem;
}
.content .container {
  height: 4.95rem;
  border: solid 1px #ccc;
}
.layui-form-select dl dd.layui-this {
  background-color: #fe820b;
}
@media (max-width: 1200px) {
  .content {
    padding: 0 0.35rem;
  }
  .content .mapBox {
    margin-left: 0rem;
    margin-top: 0.1rem;
  }
  .content .address {
    line-height: 1.2;
    min-height: auto;
  }
}
@media (max-width: 768px) {
  .content .address {
    font-size: 0.28rem;
    line-height: 2;
  }
}
