/*PC端*/
/*M端*/
.container-fluid {
  background: #e4e6e7 url(../image/faq/faq_bg.jpg) no-repeat top center;
  min-height: 1455px;
  margin-top: 0.6rem;
}
.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 */;
}
.faq .wholesale,
.faq .general {
  width: 5.9rem /* 590/100 */;
  background-color: #fff;
  padding: 0.45rem /* 45/100 */;
}
.faq h4 {
  font-size: 0.36rem /* 36/100 */;
  line-height: 0.46rem /* 46/100 */;
  color: #221f1f;
  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: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: #eb6828;
  transition: transform 0.5s;
  font-size: 0.24rem /* 24/100 */;
}
.faq .con_item .up_active {
  transform: rotate(-180deg);
}
.faq .con_item .con_panel_active {
  max-height: 1.2rem /* 120/100 */;
}
@media (max-width: 750px) {
  .container-fluid {
    background: #e4e6e7;
    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: 1.5rem /* 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 */;
  }
}
