/*PC端*/
/*M端*/
.main {
  background-color: #fff;
}
.con-tit {
  background-color: #f37021;
  padding-top: 0.5rem;
  height: 2rem;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.con-tit h1 {
  display: inline;
  color: #fff6e8;
  font-size: 0.7847rem;
  padding: 0 0.44rem;
  font-family: "Nexa Heavy Italic";
  background-image: url(../image/contact-us/tit-bg.png);
  background-size: 100% 100%;
}
.contact {
  height: 6.1rem;
  padding-top: 0.38rem;
  text-align: center;
}
.contact h2 {
  font-family: "Nexa Bold";
  font-size: 0.2rem;
  line-height: 0.24rem;
  color: #000;
}
.contact .con {
  display: flex;
  column-gap: 1.9rem;
  margin-top: 0.75rem;
  justify-content: center;
  align-items: center;
}
.contact .con-left {
  width: 4.28rem;
}
.contact .con-left img {
  width: 100%;
}
.contact .con-right {
  display: flex;
  flex-direction: column;
  text-align: left;
  row-gap: 0.6rem;
}
.contact .con-right i {
  font-size: 0.4rem;
  color: #f37021;
}
.contact .con-right h5 {
  font-family: "Nexa Heavy Italic";
  font-size: 0.26rem;
  color: #ff8714;
  margin-bottom: 0.08rem;
}
.contact .con-right p,
.contact .con-right a {
  font-family: "Nexa Bold";
  font-size: 0.18rem;
  color: #000;
  line-height: 0.24rem;
}
.faq {
  padding: 1rem 0 1rem;
  position: relative;
  background-color: #fff;
}
.faq h2 {
  font-size: 0.52rem;
  font-family: "Nexa Italic";
  color: #ff8714;
  text-align: center;
  margin-bottom: 0.8rem;
}
.faq h2 b {
  font-family: "Nexa Heavy Italic";
}
.faq .faq-box {
  width: 14.4rem;
  margin: 0 auto;
  padding-top: 1.05rem;
  padding-bottom: 1.4rem;
  border-radius: 0.4rem;
  background-color: #fff0d9;
}
.faq .faq-list {
  padding: 0 1.2rem;
}
.faq .faq-list .faq-item {
  overflow: hidden;
  font-size: 0.18rem;
  margin-bottom: 0.34rem;
}
.faq .faq-list .faq-item .faq-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 0.33rem;
  cursor: pointer;
}
.faq .faq-list .faq-item .faq-title .faq-text {
  flex-grow: 1;
}
.faq .faq-list .faq-item .faq-title .faq-icon {
  width: 0.2rem;
  height: 0.2rem;
  line-height: 0.2rem;
  text-align: center;
  display: inline-block;
  transition: rotate 0.3s ease;
  rotate: 270deg;
  color: #7a7a7a;
  font-size: 0.16rem;
}
.faq .faq-list .faq-item .faq-con {
  display: none;
  padding: 0.15rem 0;
  line-height: 0.3rem;
  color: #8d8d8d;
}
.faq .faq-list .faq-item.active .faq-icon {
  rotate: 90deg;
}
@media (max-width: 750px) {
  .con-tit {
    padding-top: 1rem;
  }
  .contact .con {
    column-gap: 0.45rem;
  }
  .contact .con-left,
  .contact .con-right {
    flex: 1;
  }
  .faq .faq-box {
    width: 95%;
  }
  .faq .faq-list {
    padding: 0 0.6rem;
  }
}
