.xq {
  padding: 0.2rem;
  background-color: #fff;
}
.xq h1 {
  font-size: 0.4rem;
  font-weight: 600;
}
.xq h3 {
  font-size: 0.34rem;
  font-weight:500;
}
.xq div {
  width:100%;
  font-size: 0.2rem;
  padding: 0.2rem 0;
}
.xq div span {
  color: #85898c;
}
.xq div a {
  color: #ff008c;
}
.xq div span:nth-child(2) {
  margin-left: 0.2rem;
}
.xq p {
  font-size: 0.28rem;
  text-indent: 2em;
  padding: 0.2rem 0;
  color: #353535;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
}
.xq_top {
  font-size: 0.25rem;
  color: #373737;
  font-weight: 500;
  border-bottom: 1px solid #eef3f8;
  position: relative;
}
.xq img {
  width: 100%;
  display: block;
  margin: 0 auto;
  object-fit: cover;
}
.xq_top::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 14px;
  top: 12px;
  background-color: #ff008c;
}
