.container {
  background-color: var(--color-white, #fff);
}
.agree {
  display: flex;
}
.agree-icon {
  display: flex;
  height: 39.251rpx;
  align-items: center;
  margin-right: 18.116rpx;
}
.agree-desc {
  font-size: var(--font-size-sm, 28.986rpx);
  line-height: 44.686rpx;
  padding-right: 36.232rpx;
}
