/*PC端*/
/*M端*/
.titFont {
  font-family: 'GalanoGrotesqueAltDEMO';
  font-weight: bold;
  background: -moz-linear-gradient(171deg, #b7f600 40%, #fff);
  background: linear-gradient(171deg, #b7f600 40%, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
  margin: 0 auto;
  font-size: 0.9rem;
  line-height: 0.9rem;
}
.container-fluid {
  background: #000;
  margin-top: 0.8rem;
  overflow: hidden;
}
.container-fluid .con {
  position: relative;
  z-index: 2;
}
.container-fluid .con h2.tit {
  font-size: 2rem;
  line-height: 2rem;
  text-align: center;
  margin-bottom: 0.6rem;
  margin: 1rem auto 0rem;
}
.banner {
  padding-top: 1.4rem /* 140/100 */;
  width: 5rem /* 500/100 */;
  margin-bottom: 0.2rem /* 20/100 */;
}
.faq {
  align-items: flex-start;
  padding-bottom: 1.9rem /* 90/100 */;
  margin-top: -0.1rem;
}
.faq .wholesale,
.faq .general {
  width: 5.95rem /* 590/100 */;
  background-color: #1a1a1a;
  padding: 0.45rem /* 45/100 */;
}
.faq h4 {
  font-size: 0.36rem /* 36/100 */;
  line-height: 0.46rem /* 46/100 */;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.3rem /* 30/100 */;
}
.faq .con {
  font-size: 0.16rem /* 16/100 */;
  line-height: 0.36rem /* 36/100 */;
  font-weight: bold;
}
.faq .con_item {
  padding: 0.12rem /* 12/100 */ 0.15rem /* 15/100 */;
  background-color: #ededed;
  margin-bottom: 0.38rem /* 38/100 */;
}
.faq .con_item.up_active {
  background-color: #bdff00;
}
.faq .con_item.up_active .up {
  transform: rotate(-180deg);
}
.faq .con_item:last-child {
  margin-bottom: 0;
}
.faq .con_item .con_panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s;
  line-height: 0.24rem /* 24/100 */;
  font-weight: 500;
}
.faq .con_item .con_panel span {
  color: #eb6828;
}
.faq .con_item .up {
  color: #afd249;
  transition: transform 0.5s;
  font-size: 0.24rem /* 24/100 */;
}
.faq .con_item .con_panel_active {
  max-height: 1.2rem /* 120/100 */;
}
@media (max-width: 750px) {
  .container-fluid {
    min-height: auto;
  }
  .banner {
    padding: 0.9rem /* 90/100 */ 0 0 0.6rem /* 60/100 */;
    box-sizing: content-box;
    margin-bottom: 0.25rem /* 25/100 */;
  }
  .faq {
    flex-direction: column;
  }
  .faq .wholesale {
    margin-bottom: 0.6rem /* 150/100 */;
  }
  .faq .wholesale,
  .faq .general {
    width: 100%;
    padding: 0.6rem /* 60/100 */ 0.6rem /* 60/100 */ 1.3rem /* 130/100 */;
  }
  .faq .con {
    font-size: 0.24rem /* 24/100 */;
  }
  .faq .con_item {
    margin-bottom: 0.43rem /* 43/100 */;
  }
  .faq .con_item .up {
    font-size: 0.3rem /* 30/100 */;
  }
  .faq .con_item .con_panel {
    line-height: 0.3rem /* 30/100 */;
  }
}
