.content {
  font-size: 0.28rem !important;
  line-height: 0.46rem;
  text-align: justify;
  margin-top: 0.3rem;
}

.content a {
  color: blue;
}

.content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0.24rem auto !important;
}

.content table {
  width: 100% !important;
  empty-cells: unset;
  border-spacing: 0;
  border-collapse: collapse;
}

.content tbody {
  width: 100% !important;
}

.content table td {
  border: 0.5px solid #dedede;
}

.content span {
  font-size: 0.28rem !important;
}

.content p {
  font-size: 0.28rem !important;
  line-height: 0.48rem;
  text-align: justify;
  margin: 0.24rem 0;
}

.tit {
  text-align: center;
  font-weight: 550;
  font-size: 0.36rem;
}

.main {
  padding: 0.3rem 0.2rem;
  min-height: 37vh;
}

.crumb {
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  background-color: #cce7ff;
  padding: 0 0.2rem;
  position: relative;
}

.crumb a {
  display: block;
  color: #9e7981;
  font-size: 0.26rem;
  float: left;
  width: 0.5rem;
}

.crumb span {
  font-size: 0.24rem;
  position: absolute;
  display: block;
  width: 97%;
  text-align: center;
  color: #0067e8;
}

#back {
  z-index: 999;
  position: relative;
}

.source {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.3rem;
}

.source span {
  font-size: 0.26rem;
  color: #7f7f7f;
}

.source span:nth-child(2) {
  margin-left: 0.15rem;
}

.source span:nth-child(1) {
  margin-right: 0.15rem;
}
