.content {
  width: 100%;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  padding-bottom: 1.14rem;
}
.content .box1 {
  width: 72.916%;
  margin: 0 auto;
  padding-top: 0.45rem;
  position: relative;
}
.content .box1 .title {
  font-size: 0.27rem;
  font-weight: bold;
  line-height: 1.2;
  color: #333333;
}
.content .box1 .title span {
  display: block;
  font-weight: normal;
}
.content .box1 .info {
  margin-top: 0.645rem;
}
.content .box1 .info::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .box1 .info .add {
  float: left;
  font-size: 0.135rem;
  line-height: 2;
  color: #333333;
}
.content .box1 .info .add span {
  display: block;
}
.content .box1 .info .right {
  float: left;
  margin-left: 1.3725rem;
  font-size: 0.135rem;
  font-weight: bold;
  line-height: 2;
  color: #333333;
}
.content .box1 .info .right span {
  font-weight: normal;
}
.content .box1 .zip-code {
  margin-top: 0.3825rem;
  font-size: 0.135rem;
  font-weight: bold;
  line-height: 2;
  color: #333333;
}
.content .box1 .zip-code span {
  font-weight: normal;
}
.content .box1 .qr-code {
  position: absolute;
  bottom: -0.075rem;
  right: 0;
}
.content .box1 .qr-code .icon {
  width: 1.2675rem;
  height: 1.2675rem;
  float: left;
}
.content .box1 .qr-code .text {
  float: left;
  margin-top: 0.4725rem;
  margin-left: 0.3rem;
}
.content .box1 .qr-code .text .text1 {
  font-size: 0.135rem;
  line-height: 1;
  color: #333333;
}
.content .box1 .qr-code .text .text2 {
  font-size: 0.105rem;
  line-height: 1;
  color: #333333;
  margin-top: 0.105rem;
}
.content .map {
  width: 100%;
  height: 4.11001rem;
  margin-top: 0.9525rem;
}
.content .map #container {
  width: 100%;
  height: 100%;
}
.content .form {
  background-color: #f6f6f6;
  width: 100%;
}
.content .form .form-box {
  width: 72.916%;
  margin: 0 auto;
  padding-top: 0.8925rem;
  position: relative;
}
.content .form .form-box::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .form .form-box .left {
  float: left;
  width: 3.01501rem;
}
.content .form .form-box .left .title {
  font-size: 0.27rem;
  font-weight: bold;
  line-height: 1;
  color: #333333;
}
.content .form .form-box .left .p {
  font-size: 0.135rem;
  line-height: 2;
  color: #333333;
  margin-top: 0.3rem;
}
.content .form .form-box .left .icon {
  width: 0.6525rem;
  margin-top: 0.15rem;
}
.content .form .form-box .right {
  float: right;
  width: 7.05002rem;
}
.content .form .form-box .right form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content .form .form-box .right form .name,
.content .form .form-box .right form .phone,
.content .form .form-box .right form .email {
  width: 3.40501rem;
  margin-bottom: 0.21rem;
}
.content .form .form-box .right form .name input,
.content .form .form-box .right form .phone input,
.content .form .form-box .right form .email input {
  width: calc(100% - 2px - 0.18rem);
  height: 0.405rem;
  background-color: #f6f6f6;
  border-radius: 0.06rem;
  border: solid 1px #e0e0e0;
  padding-left: 0.18rem;
  color: #333;
}
.content .form .form-box .right form .sex {
  width: 3.40501rem;
}
.content .form .form-box .right form .sex select {
  width: calc(100% - 2px);
  height: 0.42rem;
  background-color: #f6f6f6;
  border-radius: 0.06rem;
  border: solid 1px #e0e0e0;
  padding-left: 0.12rem;
  padding-right: 0.18rem;
  color: #333;
}
.content .form .form-box .right form .sex select option {
  height: 0.405rem;
  background-color: #f6f6f6;
  border-radius: 0.06rem;
}
.content .form .form-box .right form .theme {
  width: 100%;
  margin-bottom: 0.21rem;
}
.content .form .form-box .right form .theme input {
  width: calc(100% - 2px - 0.18rem);
  height: 0.405rem;
  background-color: #f6f6f6;
  border-radius: 0.06rem;
  border: solid 1px #e0e0e0;
  padding-left: 0.18rem;
  color: #333;
}
.content .form .form-box .right form .suggestion {
  width: 100%;
  margin-bottom: 0.21rem;
}
.content .form .form-box .right form .suggestion textarea {
  padding-top: 0.1rem;
  width: calc(100% - 2px - 0.36rem);
  height: 1.595rem;
  background-color: #f6f6f6;
  border-radius: 0.06rem;
  border: solid 1px #e0e0e0;
  padding-left: 0.18rem;
  padding-right: 0.18rem;
  color: #333;
}
.content .form .form-box .right form .submit button {
  width: 1.26rem;
  height: 0.36rem;
  background-color: #319ee3;
  box-shadow: 0px 0.075rem 0.225rem 0px rgba(0, 0, 0, 0.1);
  border-radius: 0.06rem;
  border: 0;
  font-size: 0.135rem;
  color: #ffffff;
  cursor: pointer;
  transition: 0.5s;
}
.content .form .form-box .right form .submit button:last-child {
  background-color: #ffffff;
  color: #333;
  margin-left: 0.2775rem;
}
.content .form .form-box .right form .submit button:hover {
  box-shadow: 0px 0.075rem 0.225rem 0px rgba(0, 0, 0, 0);
}
.content .bg {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 1200px) {
  .content .box1 {
    width: 90%;
  }
  .content .box1 .title {
    font-size: 0.36rem;
  }
  .content .box1 .info .add {
    font-size: 0.21rem;
  }
  .content .box1 .info .right {
    float: left;
    margin-left: 1rem;
    font-size: 0.21rem;
  }
  .content .box1 .zip-code {
    font-size: 0.21rem;
  }
  .content .box1 .qr-code .text .text1 {
    font-size: 0.18rem;
    line-height: 1;
    color: #333333;
  }
  .content .box1 .qr-code .text .text2 {
    font-size: 0.18rem;
    line-height: 1;
    color: #333333;
    margin-top: 0.105rem;
  }
  .content .form .form-box {
    width: 90%;
  }
  .content .form .form-box .left .title {
    font-size: 0.36rem;
  }
  .content .form .form-box .left .p {
    font-size: 0.21rem;
  }
  .content .form .form-box .right {
    float: right;
    width: 8rem;
  }
  .content .form .form-box .right form .name,
  .content .form .form-box .right form .phone,
  .content .form .form-box .right form .email {
    width: 3.8rem;
    margin-bottom: 0.21rem;
  }
  .content .form .form-box .right form .sex {
    width: 3.8rem;
  }
  .content .form .form-box .right form .name input,
  .content .form .form-box .right form .phone input,
  .content .form .form-box .right form .email input {
    height: 0.6rem;
  }
  .content .form .form-box .right form .sex select {
    height: 0.6rem;
  }
  .content .form .form-box .right form .theme input {
    height: 0.6rem;
  }
  .content .form .form-box .right form .submit button {
    width: 2rem;
    height: 0.6rem;
    font-size: 0.21rem;
  }
}
@media screen and (max-width: 1020px) {
  .content .box1 {
    width: 90%;
    padding-bottom: 2rem;
  }
  .content .box1 .title {
    font-size: 0.42rem;
  }
  .content .box1 .info .right {
    float: left;
    margin-left: 0;
    font-size: 0.32rem;
  }
  .content .box1 .info .add {
    font-size: 0.32rem;
  }
  .content .box1 .zip-code {
    font-size: 0.32rem;
  }
  .content .box1 .qr-code {
    position: absolute;
    bottom: 0;
    right: auto;
    left: 0;
  }
  .content .box1 .qr-code .icon {
    width: 2rem;
    height: 2rem;
    float: left;
  }
  .content .box1 .qr-code .text {
    float: left;
    margin-top: 0.6rem;
    margin-left: 0.3rem;
  }
  .content .box1 .qr-code .text .text1 {
    font-size: 0.32rem;
    line-height: 1;
    color: #333333;
  }
  .content .box1 .qr-code .text .text2 {
    font-size: 0.32rem;
    line-height: 1;
    color: #333333;
    margin-top: 0.105rem;
  }
  .content .form .form-box .left {
    float: left;
    width: 100%;
  }
  .content .form .form-box .left .title {
    font-size: 0.42rem;
  }
  .content .form .form-box .left .p {
    font-size: 0.32rem;
  }
  .content .form .form-box .right {
    float: right;
    width: 100%;
    margin-top: 0.3rem;
  }
  .content .form .form-box .right form .name,
  .content .form .form-box .right form .phone,
  .content .form .form-box .right form .email {
    width: 48%;
    margin-bottom: 0.21rem;
  }
  .content .form .form-box .right form .sex {
    width: 48%;
  }
}
