.page-header .title {
  height: auto;
  line-height: 0.9rem;
  font-weight: bold;
  font-size: 0.56rem;
  color: #1d1d1f;
  text-align: center;
  margin-top: 1.16rem;
  color: white;
}

.page-header .sub-title {
  height: auto;
  font-weight: 500;
  font-size: 0.32rem;
  color: #90949e;
  line-height: 0.52rem;
  text-align: center;
  margin-top: 0.24rem;
  color: white;
}

.fragment {
  position: relative;
  height: auto;
  padding-left: 0.48rem;
  padding-right: 0.48rem;
  padding-bottom: 0;
}

.main-tex-con {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 0.5rem;
  font-weight: bold;
  font-size: 0.4rem;
  color: #1d1d1f;
  text-align: left;
  margin-bottom: 0.8rem;
}

.main-tex-con .title {
  height: 0.56rem;
  font-weight: bold;
  font-size: 0.4rem;
  color: #1d1d1f;
  text-align: left;
}

.main-tex-con .tex:first-child {
  margin-top: 0.12rem;
}

.main-tex-con .tex:not(:first-child) {
  margin-top: 0.16rem;
}

.main-tex-con .tex {
  display: flex;
  align-items: center;
  height: 0.36rem;
  font-weight: 400;
  font-size: 0.26rem;
  color: #434446;
  text-align: left;
}

.main-tex-con .tex .sign {
  width: 0.16rem;
  height: 0.16rem;
  object-fit: contain;
  margin-right: 0.16rem;
}

.consult-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.56rem;
  margin-bottom: 0.8rem;
  width: 1.76rem;
  height: 0.72rem;
  background: #1870ff;
  border-radius: 200px;
  font-weight: 500;
  font-size: 0.28rem;
  color: #ffffff;
  text-align: center;
}
