.agreement[data-v-72b59f68] {
  max-width: 920px;
  margin: 0 auto;
  line-height: 24px;
  padding: 10px 20px;
}
.agreement .title[data-v-72b59f68] {
  padding: 60px 0;
  font-size: 32px;
  font-weight: 700;
}
.agreement .tips[data-v-72b59f68] {
  font-size: 15px;
}
.agreement .item-wrap[data-v-72b59f68] {
  margin-top: 30px;
  font-size: 14px;
}
.agreement .item-wrap__list[data-v-72b59f68] {
  margin-top: 10px;
}
.text-center[data-v-72b59f68] {
  text-align: center;
}
.font-b[data-v-72b59f68] {
  font-weight: bold;
}

.guarantee[data-v-0ce889c4] {
  height: 100vh;
  background-color: #F5F6FA;
  padding: 0.2rem;
}
.guarantee-item[data-v-0ce889c4] {
  background-color: #FFFFFF;
  padding: 0.4rem 0.3rem;
  border-radius: 0.2rem;
}
.guarantee-content img[data-v-0ce889c4] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin-top: 0.2rem;
}
.first-title[data-v-0ce889c4] {
  color: #333333;
  font-size: 0.3rem;
  font-weight: 600;
  line-height: 0.3rem;
  margin-bottom: 0.14rem;
}
.title[data-v-0ce889c4] {
  color: #333333;
  font-size: 0.3rem;
  font-weight: 600;
  line-height: 0.3rem;
}
.content[data-v-0ce889c4] {
  color: #666666;
  font-size: 0.26rem;
  font-weight: 400;
  line-height: 0.38rem;
}
.content-title[data-v-0ce889c4] {
  font-size: 0.26rem;
  font-weight: 600;
  color: #666666;
  line-height: 0.26rem;
  margin-top: 0.2rem;
  margin-bottom: 0.14rem;
}
.card[data-v-0ce889c4] {
  margin-bottom: 0.1rem;
}
.content-item[data-v-0ce889c4] {
  position: relative;
  color: #666666;
  font-size: 0.26rem;
  font-weight: 600;
}
.content-item[data-v-0ce889c4]::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.01rem;
  width: 0.62rem;
  /* 设置下划线宽度 */
  height: 0.06rem;
  /* 设置下划线高度 */
  background-color: #09AFFD;
  /* 设置下划线颜色为 #09AFFD */
}

