.contact.wrap {
  background-color: #f7f7f7;
  height: 4.67rem;
  position: relative;
  overflow: hidden;
}
.contact.wrap > .box {
  display: flex;
  justify-content: space-between;
}
.contact.wrap > .box > .left-box {
  flex: 1;
}
.contact.wrap > .box > .left-box > .title {
  color: #111111;
  margin-top: 0.4rem;
  height: 1.22rem;
}
.contact.wrap > .box > .left-box > .title > span {
  display: block;
}
.contact.wrap > .box > .left-box > .title > span:nth-child(1) {
  font-size: 0.4958rem;
  line-height: 0.62rem;
  color: rgba(97, 110, 135, 0.23);
}
.contact.wrap > .box > .left-box > .title > span:nth-child(2) {
  line-height: 0.6rem;
  font-size: 0.4rem;
  font-weight: bold;
}
.contact.wrap > .box > .left-box > .word {
  display: flex;
  justify-content: space-between;
  margin-top: 0.4rem;
}
.contact.wrap > .box > .left-box > .word > ul {
  width: auto;
  min-width: 1.4rem;
  margin-right: 0.6rem;
  line-height: 0.47rem;
  font-weight: bold;
  font-size: 0.22rem;
  color: #111111;
}
.contact.wrap > .box > .left-box > .word > ul > li {
  line-height: 0.38rem;
  font-weight: normal;
  font-size: 0.18rem;
  color: #616e87;
  display: flex;
  justify-content: space-between;
}
.contact.wrap > .box > .left-box > .word > ul > li a {
  white-space: nowrap;
  display: inline !important;
}
.contact.wrap > .box > .left-box > .word > ul > li a:hover {
  color: blue;
  cursor: pointer;
}
.contact.wrap > .box > .left-box > .word > ul > li a:nth-of-type(2) {
  margin-left: 0.5rem;
}
.contact.wrap > .box > .right-box > .tel,
.contact.wrap > .box > .right-box > .addr {
  line-height: 0.35rem;
  font-size: 0.18rem;
  color: #616e87;
}
.contact.wrap > .box > .right-box > .tel {
  margin-top: 0.65rem;
}
.contact.wrap > .box > .right-box > .tel > span {
  font-weight: bold;
  color: #1877ff;
  font-size: 0.24rem;
}
.contact.wrap > .box > .right-box > .qr-box {
  display: flex;
  margin-top: 0.24rem;
}
.contact.wrap > .box > .right-box > .qr-box > div {
  width: 1.35rem;
  height: 1.35rem;
  margin-right: 1.2rem;
  box-shadow: 0px 0.13rem 0.32rem 0px rgba(141, 159, 189, 0.25);
  position: relative;
}
.contact.wrap > .box > .right-box > .qr-box > div::after {
  content: "扫码立即咨询";
  width: 120%;
  height: 0.35rem;
  line-height: 0.35rem;
  text-align: center;
  position: absolute;
  left: -10%;
  top: 100%;
  font-size: 0.18rem;
  color: #616e87;
}
.contact.wrap > .box > .right-box > .qr-box > div:nth-child(2)::after {
  content: "扫码关注公众号";
}
.contact.wrap > .box > .right-box > .btn-box {
  display: flex;
  margin-top: 0.6rem;
}
.contact.wrap > .box > .right-box > .btn-box > div {
  width: 2.16rem;
  height: 0.66rem;
  color: #ffffff;
  font-size: 0.2rem;
  text-align: center;
  margin-right: 0.2rem;
  line-height: 0.66rem;
  cursor: pointer;
}
.contact.wrap > .box > .right-box > .btn-box > div:nth-child(1) {
  background-color: #1877ff;
}
.contact.wrap > .box > .right-box > .btn-box > div:nth-child(2) {
  border: 0.01rem solid #616e87;
  box-sizing: border-box;
  color: #616e87;
}
.contact.wrap > .box > .right-box > .btn-box > div:hover {
  transition: all 0.3s;
  transform: scale(1.05);
}
.footer.wrap {
  background-color: #575757;
}
.footer.wrap a {
  display: inline !important;
}
.footer.wrap > .box {
  position: relative;
  padding-top: 0.25rem;
  padding-bottom: 0.2344rem;
  box-sizing: border-box;
}
.footer.wrap > .box > div:nth-child(1) {
  font-size: 0.2rem;
  color: rgba(255, 255, 255, 0.74);
  line-height: 0.46rem;
}
.footer.wrap > .box > div:nth-child(2) {
  position: relative;
  padding-bottom: 0.2rem;
}
.footer.wrap > .box > div:nth-child(2)::after {
  content: "";
  width: 100%;
  height: 0.02rem;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: rgba(255, 255, 255, 0.24);
}
.footer.wrap > .box > div:nth-child(2) > a {
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.74);
  margin-right: 0.35rem;
  position: relative;
  word-break: keep-all;
  line-height: 0.26rem;
}
.footer.wrap > .box > div:nth-child(2) > a {
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.74);
  margin-right: 0.35rem;
  position: relative;
  word-break: keep-all;
  line-height: 0.26rem;
}
.footer.wrap > .box > div:nth-child(3),
.footer.wrap > .box > div:nth-child(3) > a {
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.74);
  line-height: 0.3rem;
  margin-top: 0.25rem;
}
/*# sourceMappingURL=footer.css.map */