@font-face {
  font-family: "iconfont";
  /* Project id  */
  src: url('../fonts/iconfont.ttf?t=1716812228314') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: .02rem;
}

.icon-close:before {
  content: "\e66a";
}

.contact-store-container {
  width: 100%;
}

.contact-store-container .img-container {
  width: 100%;
}

.contact-store-container .img-container img {
  width: 100%;
  height: 100%;
  border-bottom-left-radius: .4rem;
  border-bottom-right-radius: .4rem;
}

.contact-store-container .content {
  width: 80%;
  margin: 0 auto;
  padding: 10px 0;
  margin-top: .4rem;
}

.contact-store-container .content .contact-box,
.contact-store-container .content .address-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: .147rem;
  margin-bottom: .467rem;
}

.contact-store-container .content .contact-box .box,
.contact-store-container .content .address-box .box {
  display: flex;
  align-items: center;
  margin-bottom: .133rem;
}

.contact-store-container .content .contact-box .box span,
.contact-store-container .content .address-box .box span {
  font-weight: bold;
}

.contact-store-container .content .contact-box .box img,
.contact-store-container .content .address-box .box img {
  width: .16rem;
  margin-right: .027rem;
}

.contact-store-container .content .contact-box .qr-code {
  width: 33%;
}

.contact-store-container .content .contact-box .qr-code img {
  width: 100%;
}

.contact-store-container .content .contact-box p {
  color: #666;
}

.contact-store-container .content .contact-form-box {
  display: flex;
  margin-bottom: .467rem;
}

.contact-store-container .content .contact-form-box .form-box {
  flex: auto;
  margin-right: .1rem;
  padding: 0.2rem;
  background-size: cover;
  height: 1.2rem;
  color: #fff;
  border-radius: .06rem;
}

.contact-store-container .content .contact-form-box .form-box:ntd-child {
  margin-right: 0;
  margin-left: .1rem;
}

.contact-store-container .content .contact-form-box .form-box .btn {
  font-size: .08rem;
  padding: 0.03rem;
  color: #FFB095;
  background-color: #fff;
  border-radius: .06rem;
}

.contact-store-container .content .contact-form-box .form-box h3 {
  font-size: .24rem;
}

.contact-store-container .content .contact-form-box .form-box p {
  line-height: .2rem;
}

.contact-store-container .content .contact-form-box .form-box.cooperate {
  background-image: url(../images/concat-link1-bg.jpg);
}

.contact-store-container .content .contact-form-box .form-box.opinion {
  background-image: url(../images/concat-link2-bg.jpg);
}

.contact-store-container .content .contact-form-box .form-box.opinion .btn {
  color: #FF96F3;
}

.contact-store-container .content .address-box .box {
  margin-bottom: 0;
}

.contact-store-container .content .address-box p {
  line-height: 2.5;
  font-size: .173rem;
  background: linear-gradient(to right, #98e05f, #0de3ac);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
}

.contact-store-container .content .address-box .address-img-box {
  width: 100%;
  height: 260px;
  border-radius: .107rem;
}

.amap-icon img {
  width: 100%;
}

.dialog {
  display: none;
}

.dialog.active {
  display: block;
}

.dialog .background {
  width: 100%;
  opacity: 0.4;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: #000;
}

.dialog .box {
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 0.2rem;
  border-radius: 0.1rem;
  transform: translate(-50%, -50%);
  z-index: 100;
  background-color: #fff;
}

.dialog .box .close {
  border-radius: 100%;
  display: block;
  position: absolute;
  top: .06rem;
  right: .06rem;
  width: .12rem;
  height: .12rem;
  line-height: .12rem;
  text-align: center;
  font-size: .1rem;
  z-index: 11;
}

.dialog .box input[name=captcha] {
  width: .6rem;
}

.dialog .box input[type=submit] {
  padding: .06rem .4rem;
  background-color: #FFB095;
  color: #fff;
  border-radius: .06rem;
  border: 0;
}

.dialog.opinion .box input[type=submit] {
  background-color: #FF96F3;
}

.dialog .box img {
  vertical-align: middle;
}

.dialog .box p {
  margin-bottom: .1rem;
}

.dialog .box .required {
  color: red;
  margin-right: .01rem;
}

@media screen and (max-width: 750px) {

  .contact-store-container .content .contact-box,
  .contact-store-container .content .address-box {
    font-size: .3rem;
  }

  .contact-store-container .content .contact-box .box img,
  .contact-store-container .content .address-box .box img {
    width: 0.26rem;
    margin-right: 0.03rem
  }

  .contact-store-container .content .address-box p {
    font-size: .3rem;
  }

  .contact-store-container .content .contact-form-box {
    flex-direction: column;
    align-items: center;
    font-size: .2rem;
  }

  .contact-store-container .content .contact-form-box .form-box {
    width: 5rem;
    margin-bottom: .467rem;
    padding: 0.3rem;
    height: 1.6rem;
  }

  .contact-store-container .content .contact-form-box .form-box h3 {
    font-size: .24rem;
  }

  .contact-store-container .content .contact-form-box .form-box .btn {
    font-size: .147rem;
  }

  .contact-store-container .content .contact-form-box .form-box p {
    line-height: .3rem;
  }

  .dialog .box {
    width: 80%;
    font-size: .24rem;
  }

  .dialog .box input[name=captcha],
  .dialog .box img {
    width: 2.5rem;
  }

  .dialog .box .close {
    top: .12rem;
    right: .12rem;
    width: .24rem;
    height: .24rem;
    line-height: .24rem;
    font-size: .2rem;
  }
}