.lemei-faq {
  padding: 5rem 0;
}
.lemei-faq .tit {
  margin: 0 auto 3rem;
  text-align: center;
  width: 100%;
}
.lemei-faq .tit h2 {
  margin-bottom: 20px;
  width: 100%;
}
.lemei-faq .single-faq-part {
  margin-bottom: 1rem;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}
.lemei-faq .faq-part-header {
  transition-duration: 0.5s;
  font-family: var(--title-font-family);
  position: relative;
  color: var(--title-text-color);
  display: block;
  font-size: 20px;
  padding: 16px 0;
}
.lemei-faq .faq-part-header:hover {
  color: var(--title-text-color);
  text-decoration: none;
}

.lemei-faq .faq-part-header:after {
  position: absolute;
  content: "\e628";
  right: 0;
  top: 18px;
  font-size: 16px;
  font-family: "qico" !important;
}
.lemei-faq .active .faq-part-header:after {
  transform: rotate(90deg);
}
.lemei-faq .faq-part-body p {
  margin-bottom: 1rem;
  padding: 12px 0;
}
.lemei-faq .faq_right img {
  width: 100%;
  border-radius: 10px;
}
@media screen and (max-width:767px) {
  .lemei-faq {
    padding: 3rem 0;
  }
  .lemei-faq .faq-part-body p {
    margin-bottom: 0;
  }
}

.lemei-faq .faq-part-header h3{font-size:22px}

@media screen and (max-width: 1281px) {
  .lemei-faq .faq-part-header h3{font-size:20px}
}
@media screen and (max-width: 992px) {
  .lemei-faq .faq-part-header h3{font-size:18px}
  .lemei-faq .faq-part-header {padding: 16px 30px 0 0;}
}
@media screen and (max-width: 768px) {
  .lemei-faq .faq-part-header h3{font-size:16px}
}

