.content {
  padding: 1.6rem 0.4rem 0 0.4rem;
}
.content .switchover {
  width: 100%;
  height: 0.88rem;
  display: flex;
  border-bottom: 0.03rem solid #0066FF;
  margin-top: 0.4rem;
}
.content .switchover .optFor {
  width: 2.03rem;
  height: 0.88rem;
  text-align: center;
  line-height: 0.88rem;
  font-size: 0.37rem;
  color: #58617A;
}
.content .switchover .active {
  background: #0066FF;
  color: #fff;
}
.content .problemBox .matterList {
  height: 1.49rem;
  width: 100%;
  line-height: 1.49rem;
  font-weight: 500;
  font-size: 0.37rem;
  color: #58617A;
  text-align: left;
}
.content .problemBox .matterList a {
  text-decoration: underline;
}
.content .problemBox .overstriking {
  font-weight: bold;
  font-size: 0.48rem;
  color: #58617A;
}
.content .pcMatter {
  display: none;
}
