/*PC端*/
/*M端*/
.main {
  background-color: #fff;
}
.con-tit {
  background-color: #f37021;
  padding-top: 0.5rem;
  height: 1.85rem;
  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: 0.35rem 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;
  font-weight: bold;
}
.faq .faq-list .faq-item .faq-title .faq-icon {
  flex: 0 0 auto;
  transform: rotate(180deg);
  text-align: center;
  display: inline-block;
  transition: transform 0.3s ease;
  color: #ff8714;
  font-size: 0.24rem;
  line-height: normal;
  transform-origin: center;
}
.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 {
  transform: rotate(0deg);
}
@media (max-width: 750px) {
  .main {
    background-color: #f7f7f7;
  }
  .con-tit {
    padding-top: 1rem;
  }
  .con-tit h1 {
    font-size: 0.6571rem;
    line-height: 0.98rem;
    padding: 0 0.32rem;
    background-image: url(../image/contact-us/tit-bg-m.png);
  }
  .contact {
    padding: 0.55rem 0.4rem 0;
    height: 12.88rem;
  }
  .contact h2 {
    font-size: 0.26rem;
    line-height: 0.4rem;
    text-align: left;
  }
  .contact .con {
    flex-direction: column;
    margin-top: 0.55rem;
  }
  .contact .con-left {
    width: 4.78rem;
    margin-bottom: 0.66rem;
  }
  .contact .con-right {
    width: 100%;
    padding-left: 0.28rem;
    letter-spacing: -0.05px;
  }
  .contact .con-right i {
    font-size: 0.45rem;
  }
  .contact .con-right p,
  .contact .con-right a {
    font-size: 0.26rem;
    line-height: 0.32rem;
  }
  .contact .con-right h5 {
    font-size: 0.35rem;
  }
  .contact .con-left,
  .contact .con-right {
    flex: 1;
  }
  .faq {
    padding-top: 0;
    padding-bottom: 0.35rem;
    background-color: #f7f7f7;
  }
  .faq .faq-box {
    width: 6.83rem;
    padding-top: 0.7rem;
    padding-bottom: 0.9rem;
    background-color: #ff8714;
  }
  .faq h2 {
    font-size: 0.4rem;
    margin-bottom: 0.5rem;
    color: #fff;
  }
  .faq .faq-list {
    padding: 0 0.45rem;
    color: #fff;
  }
  .faq .faq-list .faq-item {
    font-size: 0.2rem;
    line-height: 0.215rem;
    letter-spacing: -0.05px;
  }
  .faq .faq-list .faq-item .faq-con {
    color: #fff;
  }
  .faq .faq-list .faq-item .faq-title .faq-icon {
    color: #fff;
  }
}
