* {
  margin: 0;
  padding: 0;
}
#button:hover {
  cursor: pointer;
}

/* PC适配 */

@media screen and (min-width: 1100px) {
  .content {
    margin: 0 auto;
    width: 13.53rem;
    position: relative;
    padding-top: 1.67rem;
    padding-left: 1.33rem;
  }
  .location {
  }
  .about {
    display: inline-block;
    height: 3rem;
    width: 5.13rem;
    padding-bottom: 0.1rem;
  }
  .about h3 {
    font-family: Source Han Sans SC;
    font-size: 0.3rem;
    font-weight: 400;
  }
  .info {
    margin-top: 0.73rem;
  }
  .info span {
    font-size: 0.18rem;
    color: #333333;
    font-family: Source Han Sans SC;
    font-weight: 400;
  }
  .law_name {
    font-size: 0.36rem;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #245e80;
    margin-top: 0.31rem;
  }
  .info div {
    margin-top: 0.21rem;
  }
  .map {
    height: 3.35rem;
    width: 7.4rem;
    float: right;
    margin-top: 1.03rem;
  }
  .map iframe {
    height: 3.35rem;
    width: 7.4rem;
    border: 0;
  }
  .form p {
    font-size: 0.18rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #245e80;
    margin-top: 0.15rem;
  }
  form {
    margin-top: 0.25rem;
  }
  form div {
    font-size: 0.18rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #333333;
  }
  form input {
    border: 0.01rem solid #e6e6e6;
    width: 4.39rem;
    height: 0.3rem;
    margin-top: 0.08rem;
    margin-bottom: 0.05rem;
    padding-left: 0.1rem;
    font-size: 0.15rem;
  }
  form textarea {
    width: 4.39rem;
    height: 1.15rem;
    resize: none;
    margin-top: 0.08rem;
    margin-bottom: 0.05rem;
    padding-left: 0.1rem;
    font-size: 0.15rem;
    border: 0.01rem solid #e6e6e6;
    padding-top: 0.03rem;
  }
  form #button {
    width: 1.08rem;
    height: 0.384rem;
    background-color: #245e80;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.1rem;
  }
  #button span {
    font-size: 0.18rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #ffffff;
  }
  form img {
    width: 0.26rem;
    height: 0.26rem;
    margin-left: 0.16rem;
  }
  .footer {
    height: 3.26rem;
    margin-top: 1.69rem;
  }
  /* 底部 */
  #Appfoot {
    display: none;
  }
}

/* app适配 */

@media only screen and (max-width: 751px) {
  .content {
    position: relative;
    padding: 0 0.4rem;
    margin-top: 0.6rem;
    margin-bottom: 0.5rem;
  }
  .about {
    display: inline-block;
    height: 3rem;
    padding-bottom: 0.1rem;
  }
  .about h3 {
    font-family: Source Han Sans SC;
    font-size: 0.35rem;
    font-weight: 400;
  }
  .info {
    margin-top: 0.33rem;
  }
  .info span {
    font-size: 0.28rem;
    color: #333333;
    font-family: Source Han Sans SC;
    font-weight: 400;
  }
  .law_name {
    font-size: 0.4rem;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #245e80;
    margin-top: 0.31rem;
  }
  .info div {
    margin-top: 0.21rem;
  }
  .map {
    height: 3.5rem;
    width: 6.2rem;
    margin-top: 0.33rem;
    margin: 0.3rem auto;
  }
  .form p {
    font-size: 0.25rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #245e80;
  }
  form {
    margin-top: 0.25rem;
  }
  form div {
    font-size: 0.3rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #333333;
  }
  form input {
    border: 0.01rem solid #e6e6e6;
    width: 6.6rem;
    height: 0.8rem;
    margin-top: 0.08rem;
    margin-bottom: 0.05rem;
    padding-left: 0.1rem;
    font-size: 0.2rem;
  }
  form textarea {
    width: 6.6rem;
    padding-left: 0.1rem;
    font-size: 0.18rem;
    height: 2rem;
    resize: none;
    margin-top: 0.08rem;
    margin-bottom: 0.05rem;
    border: 0.01rem solid #e6e6e6;
    padding-top: 0.03rem;
  }
  form #button {
    width: 6.73rem;
    height: 0.7rem;
    background-color: #245e80;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.1rem;
  }
  #button span {
    font-size: 0.28rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #ffffff;
  }
  form img {
    width: 0.35rem;
    height: 0.35rem;
    margin-left: 0.2rem;
  }
  /* .footer {
        height: 6.26rem;
        margin-top: 1.69rem;
    } */
  .footer {
    display: none;
  }
}

/* ipad 竖屏 */

@media only screen and (min-width: 751px) and (max-width: 1100px) {
  .content {
    margin: 0 auto;
    position: relative;
    padding-top: 1.07rem;
  }
  .location {
  }
  .about {
    margin: 0 auto;
    height: 3rem;
    padding-bottom: 0.1rem;
    width: 5.5rem;
  }
  .about h3 {
    font-family: Source Han Sans SC;
    font-size: 0.3rem;
    font-weight: 400;
  }
  .info {
    margin-top: 0.73rem;
  }
  .info span {
    font-size: 0.18rem;
    color: #333333;
    font-family: Source Han Sans SC;
    font-weight: 400;
  }
  .law_name {
    font-size: 0.36rem;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #245e80;
    margin-top: 0.31rem;
  }
  .info div {
    margin-top: 0.21rem;
  }
  .map {
    height: 3.35rem;
    width: 5rem;
    margin: 0.3rem auto;
  }
  .map iframe {
    height: 3.35rem;
    width: 5rem;
    border: 0;
  }
  .form {
    width: 5.5rem;
    margin: 0 auto;
  }
  .form p {
    font-size: 0.18rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #245e80;
  }
  form {
    width: 4.51rem;
    margin: 0.25rem auto 0;
  }
  form div {
    font-size: 0.18rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #333333;
  }
  form input {
    border: 0.01rem solid #e6e6e6;
    width: 4.39rem;
    height: 0.3rem;
    padding-left: 0.1rem;
    font-size: 0.15rem;
    margin-top: 0.08rem;
    margin-bottom: 0.05rem;
  }
  form textarea {
    width: 4.39rem;
    padding-left: 0.1rem;
    font-size: 0.15rem;
    height: 1.15rem;
    resize: none;
    margin-top: 0.08rem;
    margin-bottom: 0.05rem;
    border: 0.01rem solid #e6e6e6;
    padding-top: 0.03rem;
  }
  form #button {
    width: 1.08rem;
    height: 0.384rem;
    background-color: #245e80;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.1rem;
  }
  #button span {
    font-size: 0.18rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #ffffff;
  }
  form img {
    width: 0.26rem;
    height: 0.26rem;
    margin-left: 0.16rem;
  }
  .footer {
    display: none;
  }
}

/* 底部 */
.footer {
  background-color: #f0f0f0;
}
#foot {
  text-align: center;
  padding-top: 0.6rem;
}
.foot-cont {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.foot-flex {
  display: flex;
  flex-direction: row;
  padding-top: 0.4rem;
  line-height: 0.3rem;
}
.foot-flex-left {
  width: 1rem;
  text-align: right;
  font-size: 0.14rem;
}
.foot-flex-right {
  text-align: left;
  width: 2rem;
  font-size: 0.14rem;
  color: #666;
}
.foot-flex-cont {
  width: 4rem;
  text-align: center;
  margin: 0 0.16rem;
}
.foot-flex-cont img {
  width: 3rem;
  height: auto;
}
.foot-flex-cont p {
  color: #666;
  font-size: 0.15rem;
  margin-top: 0.6rem;
}
.foot-flex-qcode {
  width: 1rem;
  text-align: center;
  margin: 0 0.16rem;
  padding-top: 0rem;
}
.foot-flex-qcode img {
  width: 1rem;
  height: auto;
}
.foot-flex-qcode p {
  color: #666;
  font-size: 0.14rem;
  margin-top: 0rem;
}

/* app底部 */

#Appfoot {
  margin: 0 auto;
  width: 7.5rem;
  padding-top: 0.8rem;
  padding-bottom: 0.6rem;
}
#AfootIcon {
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.1rem;
}
.foot-tele {
  background-color: #245e80;
  border-radius: 0.4rem;
  width: 4.5rem;
  height: 0.68rem;
  font-size: 0.32rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.4rem auto;
  color: #fff;
}
#AfootIcon {
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.2rem;
}
.Afoot-qcode {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 85%;
  margin: 0 auto;
  padding-bottom: 0.4rem;
  border-bottom: #eee solid 0.03rem;
}

.Afoot-flex-qcode {
  width: 1.8rem;
  margin: 0 0.3rem;
}
.Afoot-flex-qcode img {
  width: 1.8rem;
  height: 1.8rem;
}
.Aqcode-text {
  color: #333;
  width: 1.8rem;
  text-align: center;
  font-size: 0.2rem;
}
.Aqcode-foot {
  height: 0.8rem;
  line-height: 0.8rem;
  margin-bottom: 0.6rem;
}
.Aqcode-foot p {
  color: #999;
  font-size: 0.32rem;
  text-align: center;
}
.Aqcode-foot-foot {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  position: fixed;
  box-shadow: 0 0 6px #666;
  background-color: rgb(255, 255, 255);
  bottom: 0;
  height: 0.9rem;
}
.afoot {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.Aqcode-foot-foot p {
  font-size: 0.3rem;
  margin-left: 0.16rem;
  color: #000;
}
.Aqcode-foot-foot p a {
  font-size: 0.3rem;
  margin-left: 0.16rem;
  text-decoration: none;
  color: #000;
}
.footimg {
  width: 0.56rem;
  height: auto;
}
