.r2 {
  background-color: rgba(242, 244, 249, 1);
  background-image: url("../images/contact/dec1.png");
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 36vw auto;
  padding: 1.48rem 0;
}

.form-area {
  background-color: #fff;
  border: 1px solid rgba(227, 230, 236, 1);
  border-radius: var(--border-radius);
  padding: 0.4rem;
}

@media only screen and (min-width: 768px) {
  .btn-area .btn {
    width: 5.18rem;
  }
}

.map-area {
  --pic-width: 3.9rem;

  position: relative;
  max-width: 1156px;
  margin-left: auto;
  margin-right: auto;
}

.map-area .swiper-buttons {
  position: absolute;
  left: calc(var(--pic-width) + 1.2rem);
  bottom: 1rem;
  width: 1.15rem;
  height: 0.5rem;
}

.map-area .swiper-buttons .swiper-button-next,
.map-area .swiper-buttons .swiper-button-prev {
  height: 0.5rem;
  width: 0.5rem;
}

.map-area .swiper-buttons .swiper-button-next:after,
.map-area .swiper-buttons .swiper-button-prev:after {
  display: none;
}

.map-list-item {
  box-sizing: border-box;
  padding: 0.2rem;
  height: 100%;
}

.map-list-item .flex-box {
  box-sizing: border-box;
  height: 100%;
  border-radius: var(--border-radius);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.7);
}

.map-list-item .flex-box-left {
  width: var(--pic-width);
}

.map-list-item .flex-box-right {
  width: calc(100% - var(--pic-width));
}

.map-list-item .pic,
.map-list-item .pic img {
  border-radius: var(--border-radius) 0 0 var(--border-radius);
}

.map-list-item .meta {
  padding: 0.68rem 0.8rem 0 1rem;
}

.map-list-item .subtitle {
  color: rgba(0, 0, 0, 1);
  font-size: var(--font14);
}

.map-list-item .title {
  position: relative;
  color: var(--main-color);
  font-size: var(--font24);
  font-weight: bold;
  padding-bottom: 0.08rem;
  margin-bottom: 0.16rem;
}

.map-list-item .title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2.28rem;
  height: 1px;
  background-color: #dadee6;
}

.map-list-item .desc {
  color: rgba(0, 0, 0, 1);
  font-size: var(--font14);
}

.map-list-item .desc p {
  margin-bottom: 0.08rem;
}

.map-list-item:hover .upimg {
  transform: scale(1.1);
}

.contact-map-cry {
  box-sizing: border-box;
  position: absolute;

  z-index: 6;
  width: 100%;
  bottom: 1.6rem;
}

.contact-map {
  position: relative;
  height: 55.84vw;
  overflow: hidden;
  padding-bottom: 0.2rem;
}

.contact-map-box {
  position: relative;
  left: calc(100% - var(--left));
  top: calc(100% - var(--top));
  transform: translate(-50%, -70%) scale(1.5125);
  transition: all 0.4s ease;
}

.contact-map-box img {
  width: 100%;
}

.contact-map-box-list {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.cmbl-btn {
  position: absolute;
  width: var(--icon24);
  height: var(--icon24);
  transform: translate(-50%, -100%);
  cursor: pointer;
}

.cmbl-btn-img {
  width: var(--icon24);
  transform-origin: bottom center;
  transition: all 0.4s ease;
}

.cmbl-btn-img img {
  width: 100%;
}

.cmbl-btn.on .cmbl-btn-img {
  transform: scale(2.16);
}

.captcha-row {
  display: flex;
  margin-bottom: var(--form-item-margin-bottom);
  gap: 0.2rem;
}

.captcha-pic img,
.captcha-row .captcha-img {
  height: 0.56rem;
}

@media only screen and (min-width: 768px) {
  .captcha-row {
    justify-content: center;
    align-items: center;
  }
  .captcha-row .layui-form-item {
    display: flex;
    align-items: center;
    margin: 0;
  }
  .captcha-row .layui-form-item .layui-form-label {
    width: auto;
    margin-right: 0.2rem;
  }

  .captcha-row .layui-form-item .layui-input-block {
    width: 2.08rem;
  }
}

.agree-row .layui-input-block {
  display: flex;
  align-items: center;
}

.agree-row .layui-form-item .layui-form-checkbox[lay-skin="primary"] {
  margin-top: 0;
}

.agree-row a {
  transition: all 0.3s;
}

.agree-row a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 1024px) {
  .contact-map-cry {
    bottom: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-map {
    height: auto;
  }

  .contact-map-box {
    display: none;
  }
  .contact-map-cry {
    position: relative;
    bottom: auto;
  }

  .map-list-item .flex-box {
    padding-bottom: 20px;
  }

  .map-list-item .flex-box-left {
    display: none;
  }

  .map-list-item .meta {
    padding: 20px;
  }

  .map-list-item {
    padding: 20px;
  }

  .map-area .swiper-buttons {
    bottom: 40px;
    left: auto;
    right: 40px;
  }
}
