.page-wrapper {
  background: #F5F5F5;
}

.contact-submit {
  background: #fff;
}

.contact-map {
  width: 100%;
}
.contact-map .anchorBL {
  display: none !important;
}

@media (min-width: 769px) {
  .contact-detail {
    padding: 0 10%;
  }
  .contact-detail .contact-list {
    display: flex;
    flex-wrap: wrap;
  }
  .contact-detail .contact-list .contact-item {
    width: 25%;
    padding: 0.4625rem 0;
    text-align: center;
    color: #323231;
    border-bottom: 1px solid rgba(101, 101, 101, 0.3);
  }
  .contact-detail .contact-list .contact-item:nth-child(4) ~ .contact-item {
    border-bottom: 0;
  }
  .contact-detail .contact-list .contact-item:last-of-type img {
    width: 1.625rem;
    margin-top: 0.15rem;
  }
  .contact-detail .contact-list .contact-item p:nth-child(1) {
    line-height: 0.525rem;
    font-size: 0.375rem;
    font-family: PingFang SC-Semibold, PingFang SC, sans-serif;
    font-weight: bold;
  }
  .contact-detail .contact-list .contact-item p:nth-child(2) {
    line-height: 0.3125rem;
    font-size: 0.225rem;
    margin-top: 0.25rem;
  }
  .contact-detail .contact-list .contact-item .item-img {
    display: inline-block;
    width: 1rem;
    margin-top: 0.25rem;
    transition: 0.5s;
  }
  .contact-detail .contact-list .contact-item .item-img:hover {
    transform: rotateY(180deg);
  }
  .contact-submit {
    padding: 0 10% 0.5875rem;
  }
  .contact-submit label {
    display: block;
    margin-bottom: 0.225rem;
    line-height: 0.35rem;
    color: #323231;
    font-size: 0.25rem;
    font-family: PingFang SC-Semibold, PingFang SC, sans-serif;
    font-weight: bold;
  }
  .contact-submit input {
    width: 100%;
    height: 0.5rem;
    padding: 0 0.1rem;
    border: 0.0125rem solid rgba(112, 112, 112, 0.3);
    font-size: 0.2rem;
  }
  .contact-submit textarea {
    width: 100%;
    height: 1.525rem;
    padding: 0.1rem;
    border: 0.0125rem solid rgba(112, 112, 112, 0.3);
    font-size: 0.2rem;
  }
  .contact-submit button {
    width: 2.5rem;
    height: 0.75rem;
    margin-top: 0.1125rem;
    background: #5D9FF6;
    border-radius: 0.1rem;
    color: #fff;
    font-size: 0.3rem;
    cursor: pointer;
  }
  .contact-submit .contact-form {
    display: flex;
    flex-wrap: wrap;
  }
  .contact-submit .form-item {
    width: 100%;
    margin-bottom: 0.3875rem;
  }
  .contact-submit .form-item.required label::after {
    content: "*";
    display: inline-block;
    margin-left: 0.025rem;
    color: #FF2130;
    font-size: 0.25rem;
  }
  .contact-submit .form-item.name,
.contact-submit .form-item.email {
    width: calc(50% - 0.375rem);
    display: inline-block;
  }
  .contact-submit .form-item.email {
    margin-left: 0.75rem;
  }
  .contact-map {
    height: 7.5rem;
  }
}
@media (max-width: 768px) {
  .contact-detail {
    padding: 0 5%;
    background: #F5F5F5;
  }
  .contact-detail .contact-list {
    display: flex;
    flex-wrap: wrap;
  }
  .contact-detail .contact-list .contact-item {
    width: 50%;
    padding: 0.7rem 0;
    text-align: center;
    color: #323231;
  }
  .contact-detail .contact-list .contact-item:nth-child(2) ~ .contact-item {
    border-top: 0.05rem solid rgba(101, 101, 101, 0.2);
  }
  .contact-detail .contact-list .contact-item p:nth-child(1) {
    line-height: 1.275rem;
    font-size: 1.025rem;
    font-family: PingFang SC-Semibold, PingFang SC, sans-serif;
    font-weight: bold;
  }
  .contact-detail .contact-list .contact-item p:nth-child(2) {
    line-height: 0.9rem;
    font-size: 0.6375rem;
    margin-top: 0.325rem;
  }
  .contact-detail .contact-list .contact-item img {
    display: inline-block;
    width: 2.5625rem;
    margin-top: 0.325rem;
  }
  .contact-submit {
    padding: 0 5% 1.275rem;
  }
  .contact-submit label {
    display: block;
    margin-bottom: 0.5125rem;
    line-height: 1.2125rem;
    color: #323231;
    font-size: 0.9rem;
    font-family: PingFang SC-Semibold, PingFang SC, sans-serif;
    font-weight: bold;
  }
  .contact-submit input {
    width: 100%;
    height: 1.925rem;
    padding: 0 0.25rem;
    border: 0.025rem solid rgba(112, 112, 112, 0.3);
    font-size: 0.7625rem;
  }
  .contact-submit textarea {
    width: 100%;
    height: 3.4375rem;
    padding: 0.25rem;
    border: 0.025rem solid rgba(112, 112, 112, 0.3);
    font-size: 0.7625rem;
  }
  .contact-submit button {
    width: 6.4rem;
    height: 2.5625rem;
    background: #5D9FF6;
    border-radius: 0.25rem;
    color: #fff;
    font-size: 0.9rem;
  }
  .contact-submit .contact-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .contact-submit .form-item {
    width: 100%;
    margin-bottom: 0.45rem;
  }
  .contact-submit .form-item.required label::after {
    content: "*";
    display: inline-block;
    margin-left: 0.5125rem;
    color: #FF2130;
    font-size: 1.025rem;
  }
  .contact-map {
    height: 12.1625rem;
  }
}
#qrcode {
  display: none;
}

body .custom .layui-layer-title {
  color: #fff;
  border: none;
}

body .custom .layui-layer-content {
  width: 19.2rem;
}
body .custom .layui-layer-content img {
  width: 12.8rem;
  height: 12.8rem;
}
body .custom .layui-layer-content div {
  padding: 0.6375rem 0;
  font-size: 0.9rem;
  text-align: center;
  color: rgb(102, 102, 102);
}

body .custom .layui-layer-ico {
  color: red;
}