.com-steps {
  display: flex;
  margin-top: 0.5rem;
  padding: 0 1.8rem;
}
.com-steps .com-step-item {
  flex: 1;
  flex-grow: 1;
  margin-right: 0.3rem;
  padding-left: 0.3rem;
  background-color: #F5F7F7;
  height: 1.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.com-steps .com-step-item:not(:nth-child(1))::before {
  content: '';
  position: absolute;
  border: 0.6rem solid transparent;
  border-right-width: 0.3rem;
  border-left: 0.3rem solid #fff;
  top: 0;
  left: 0;
}
.com-steps .com-step-item:not(:nth-last-child(1))::after {
  content: '';
  position: absolute;
  border: 0.6rem solid transparent;
  border-right-width: 0.3rem;
  border-left: 0.3rem solid #F5F7F7;
  top: 0;
  right: -0.6rem;
}
.com-steps .com-step-item:nth-last-child(1)::after {
  content: '';
  position: absolute;
  border: 0.6rem solid #f5f7f7;
  border-right-width: 0.15rem;
  border-left-width: 0.15rem;
  top: 0;
  right: -0.3rem;
}
.com-steps .com-step-item span {
  margin-bottom: 0.1rem;
  font-size: 0.24rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.com-steps .com-step-item div {
  font-size: 0.22rem;
  color: #fff;
  font-weight: bolder;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  margin-right: 0.1rem;
  line-height: 0.22rem;
}
.com-steps .com-step-item p {
  color: #9AABAB;
}
.invite-btn {
  margin: 0.5rem auto;
  width: 3.5rem;
  height: 0.5rem;
  border-radius: 0.06rem;
}
.invite-btn a {
  line-height: 0.5rem;
  color: #fff;
  width: 100%;
  display: block;
  font-size: 0.18rem;
  text-align: center;
}
.data-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 1rem;
}
.data-box .data-item * {
  margin: 0.05rem 0;
}
.data-box .data-item i {
  font-size: 0.45rem;
}
.data-box .data-item p {
  font-size: 0.6rem;
}
.data-box .data-item div {
  height: 0.06rem;
  width: 0.5rem;
  border-radius: 0.03rem;
  margin: 0.15rem 0;
}
.data-box .data-item span {
  color: #9AABAB;
}
.data-box .data-item:nth-child(1) p {
  font-size: 0.36rem;
}
#section .common-problem ul {
  display: block;
}
#section .common-problem ul li {
  flex: 0 auto;
  width: auto;
  min-height: 0;
  border-right: none;
  margin-left: 0;
  padding-bottom: 0.3rem;
  margin-top: 0.3rem;
  border-bottom: 1px dashed #d9d8d8;
}
#section .common-problem ul li dl dd {
  margin-top: 0;
}
#section .common-problem ul li dl dd:nth-child(2) {
  margin-top: 0.15rem;
}
#section .common-problem ul li dl dd a p {
  text-overflow: unset;
  white-space: normal;
  width: 90%;
}
#section .common-problem ul li dl dt span {
  font-weight: bold;
}
