html:lang(cn) {
  font-size: 16px;
}
/*
.text-lg {
  font-size: 1.225rem;
  line-height: 1.85rem;
}

.text-base {
  font-size: 1.1rem;
  line-height: 1.6rem;
}

.text-sm {
  font-size: 0.975rem;
  line-height: 1.35rem;
}

.text-xs {
  font-size: 0.85rem;
  line-height: 1.1rem;
}

.text-xl {
  font-size: 1.35rem;
  line-height: 1.85rem;
}

.text-4xl {
  font-size: 2.35rem;
  line-height: 2.6rem;
}

.text-3xl {
  font-size: 1.975rem;
  line-height: 2.35rem;
}

.text-2xl {
  font-size: 1.6rem;
  line-height: 2.1rem;
}

.text-\[0\.5rem\] {
  font-size: 0.6rem;
}

.text-8xl {
  font-size: 6.1rem;
  line-height: 1.1;
}
*/