.book_x_4 {
  height: 0.88rem;
  display: flex;
  align-items: center;
}

.book_x_2 {
  display: block;
  width: 0.66rem;
  height: 0.88rem;
  border: 0.005rem solid;
  border-radius: 0.04rem;
  margin-right: 0.12rem;
}

.book_x_2,
[data-theme="blue"] .book_x_2,
[data-theme="yellow"] .book_x_2,
[data-theme="beige"] .book_x_2,
[data-theme="green"] .book_x_2 {
  border-color: rgba(0, 0, 0, 0.08);
}

[data-theme="dark"] .book_x_2 {
  border-color: rgba(255, 255, 255, 0.12);
}

.book_x_1 {
  min-width: 0;
}

.book_x_3 {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 600;
  font-size: 0.16rem;
  line-height: 0.24rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: pre-wrap;
  font-size: 0.17rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 2.09rem;
}

.book_x_3 {
  color: #191919;
}

[data-theme="blue"] .book_x_3,
[data-theme="yellow"] .book_x_3,
[data-theme="beige"] .book_x_3,
[data-theme="green"] .book_x_3 {
  color: rgba(0, 0, 0, 0.9);
}

[data-theme="dark"] .book_x_3 {
  color: rgba(255, 255, 255, 0.6);
}

.book_x {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 400;
  font-size: 0.13rem;
  line-height: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: pre-wrap;
  margin-top: 0.06rem;
  max-width: 2.09rem;
}

.book_x {
  color: #adadad;
}

[data-theme="blue"] .book_x,
[data-theme="yellow"] .book_x,
[data-theme="beige"] .book_x,
[data-theme="green"] .book_x {
  color: rgba(0, 0, 0, 0.36);
}

[data-theme="dark"] .book_x {
  color: rgba(255, 255, 255, 0.36);
}

body,
body[data-theme="default"],
body[data-theme="blue"],
body[data-theme="yellow"],
body[data-theme="beige"],
body[data-theme="green"] {
  --primary-red-500: #e5353e;
  --primary-red-300: #ff6f75;
  --primary-red-50: #ffe6e7;
  --secondary-blue-500: #5790df;
  --secondary-blue-300: #84b4f5;
  --secondary-blue-50: #ebeffa;
  --surface-gray-900: #191919;
  --surface-gray-700: #4c4c4c;
  --surface-gray-500: #808080;
  --surface-gray-400: #adadad;
  --surface-gray-300: #ccc;
  --surface-gray-200: #e0e0e0;
  --surface-gray-100: #ebebeb;
  --surface-gray-50: #f5f5f5;
  --surface-bw-white: #fff;
  --background-gray-100: #ebebeb;
  --background-gray-50: #f5f5f5;
  --background-bw-white: #fff;
  --sheet-background-gray-50: #f5f5f5;
  --sheet-background-bw-white: #fff;
  --nav-bar-background-bw-white: #fff;
  --on-image-bw-white: #fff;
  --on-image-white-70: rgba(255, 255, 255, 0.7);
  --on-image-white-36: rgba(255, 255, 255, 0.36);
  --on-image-black-90: rgba(0, 0, 0, 0.9);
  --on-image-black-60: rgba(0, 0, 0, 0.6);
  --on-image-black-36: rgba(0, 0, 0, 0.36);
  --outline-black-8: rgba(0, 0, 0, 0.08);
  --overlay-black-90: rgba(0, 0, 0, 0.9);
  --overlay-black-60: rgba(0, 0, 0, 0.6);
  --overlay-black-36: rgba(0, 0, 0, 0.36);
  --segmentation-black-4: rgba(0, 0, 0, 0.04);
  --bw-black: #000;
  --bw-white: #fff;
  --sd2: rgba(0, 0, 0, 0.06);
  --sd3: rgba(0, 0, 0, 0.06);
  --sd4: rgba(0, 0, 0, 0.07);
  --sd5: rgba(0, 0, 0, 0.08);
  --sd6: rgba(0, 0, 0, 0.09);
  --sd7: rgba(0, 0, 0, 0.1);
  --sd8: rgba(0, 0, 0, 0.12);
  --sd12: rgba(0, 0, 0, 0.16);
  --sd16: rgba(0, 0, 0, 0.16);
  --on-image-surface-black-4: rgba(0, 0, 0, 0.04);
  --on-image-surface-black-8: rgba(0, 0, 0, 0.08);
}

body[data-theme="blue"] {
  --surface-gray-900: rgba(0, 0, 0, 0.9);
  --surface-gray-700: rgba(0, 0, 0, 0.7);
  --surface-gray-500: rgba(0, 0, 0, 0.48);
  --surface-gray-400: rgba(0, 0, 0, 0.36);
  --surface-gray-300: rgba(0, 0, 0, 0.32);
  --surface-gray-200: rgba(0, 0, 0, 0.24);
  --surface-gray-100: rgba(0, 0, 0, 0.12);
  --surface-gray-50: rgba(0, 0, 0, 0.08);
  --surface-bw-white: rgba(0, 0, 0, 0.04);
  --background-gray-100: #cedde1;
  --background-gray-50: #dcebef;
  --background-bw-white: #edf5f7;
  --sheet-background-gray-50: #dcebef;
  --sheet-background-bw-white: #edf5f7;
  --nav-bar-background-bw-white: #edf5f7;
}

body[data-theme="yellow"] {
  --surface-gray-900: rgba(0, 0, 0, 0.9);
  --surface-gray-700: rgba(0, 0, 0, 0.7);
  --surface-gray-500: rgba(0, 0, 0, 0.48);
  --surface-gray-400: rgba(0, 0, 0, 0.36);
  --surface-gray-300: rgba(0, 0, 0, 0.32);
  --surface-gray-200: rgba(0, 0, 0, 0.24);
  --surface-gray-100: rgba(0, 0, 0, 0.12);
  --surface-gray-50: rgba(0, 0, 0, 0.08);
  --surface-bw-white: rgba(0, 0, 0, 0.04);
  --background-gray-100: #e3d0a1;
  --background-gray-50: #efe2c0;
  --background-bw-white: #f4ecd1;
  --sheet-background-gray-50: #efe2c0;
  --sheet-background-bw-white: #f4ecd1;
  --nav-bar-background-bw-white: #f4ecd1;
}

body[data-theme="beige"] {
  --surface-gray-900: rgba(0, 0, 0, 0.9);
  --surface-gray-700: rgba(0, 0, 0, 0.7);
  --surface-gray-500: rgba(0, 0, 0, 0.48);
  --surface-gray-400: rgba(0, 0, 0, 0.36);
  --surface-gray-300: rgba(0, 0, 0, 0.32);
  --surface-gray-200: rgba(0, 0, 0, 0.24);
  --surface-gray-100: rgba(0, 0, 0, 0.12);
  --surface-gray-50: rgba(0, 0, 0, 0.08);
  --surface-bw-white: rgba(0, 0, 0, 0.04);
  --background-gray-100: #ebe6da;
  --background-gray-50: #f5f1e8;
  --background-bw-white: #faf9f4;
  --sheet-background-gray-50: #f5f1e8;
  --sheet-background-bw-white: #faf9f4;
  --nav-bar-background-bw-white: #faf9f4;
}

body[data-theme="green"] {
  --surface-gray-900: rgba(0, 0, 0, 0.9);
  --surface-gray-700: rgba(0, 0, 0, 0.7);
  --surface-gray-500: rgba(0, 0, 0, 0.48);
  --surface-gray-400: rgba(0, 0, 0, 0.36);
  --surface-gray-300: rgba(0, 0, 0, 0.32);
  --surface-gray-200: rgba(0, 0, 0, 0.24);
  --surface-gray-100: rgba(0, 0, 0, 0.12);
  --surface-gray-50: rgba(0, 0, 0, 0.08);
  --surface-bw-white: rgba(0, 0, 0, 0.04);
  --background-gray-100: #c9e0cb;
  --background-gray-50: #e0eee1;
  --background-bw-white: #ebfaeb;
  --sheet-background-gray-50: #e0eee1;
  --sheet-background-bw-white: #ebfaeb;
  --nav-bar-background-bw-white: #ebfaeb;
}

body[data-theme="dark"] {
  --primary-red-500: #ff4d55;
  --primary-red-300: rgba(229, 53, 62, 0.48);
  --primary-red-50: rgba(229, 53, 62, 0.16);
  --secondary-blue-500: #6da2ed;
  --secondary-blue-300: rgba(109, 162, 237, 0.48);
  --secondary-blue-50: rgba(114, 148, 227, 0.16);
  --surface-gray-900: rgba(255, 255, 255, 0.6);
  --surface-gray-700: rgba(255, 255, 255, 0.5);
  --surface-gray-500: rgba(255, 255, 255, 0.4);
  --surface-gray-400: rgba(255, 255, 255, 0.36);
  --surface-gray-300: rgba(255, 255, 255, 0.32);
  --surface-gray-200: rgba(255, 255, 255, 0.24);
  --surface-gray-100: rgba(255, 255, 255, 0.12);
  --surface-gray-50: rgba(255, 255, 255, 0.08);
  --surface-bw-white: rgba(255, 255, 255, 0.08);
  --background-gray-100: #0a0a0a;
  --background-gray-50: #111;
  --background-bw-white: #191919;
  --sheet-background-gray-50: #191919;
  --sheet-background-bw-white: #1f1f1f;
  --nav-bar-background-bw-white: #1f1f1f;
  --on-image-bw-white: rgba(255, 255, 255, 0.9);
  --on-image-white-70: rgba(255, 255, 255, 0.6);
  --on-image-white-36: rgba(255, 255, 255, 0.36);
  --on-image-black-90: rgba(0, 0, 0, 0.9);
  --on-image-black-60: rgba(0, 0, 0, 0.6);
  --on-image-black-36: rgba(0, 0, 0, 0.36);
  --outline-black-8: rgba(255, 255, 255, 0.12);
  --overlay-black-90: rgba(0, 0, 0, 0.9);
  --overlay-black-60: rgba(0, 0, 0, 0.6);
  --overlay-black-36: rgba(0, 0, 0, 0.36);
  --segmentation-black-4: rgba(0, 0, 0, 0.7);
  --bw-black: #000;
  --bw-white: #fff;
  --sd2: rgba(0, 0, 0, 0);
  --sd3: rgba(0, 0, 0, 0);
  --sd4: rgba(0, 0, 0, 0);
  --sd5: rgba(0, 0, 0, 0);
  --sd6: rgba(0, 0, 0, 0);
  --sd7: rgba(0, 0, 0, 0);
  --sd8: rgba(0, 0, 0, 0);
  --sd12: rgba(0, 0, 0, 0);
  --sd16: rgba(0, 0, 0, 0);
  --on-image-surface-black-4: rgba(255, 255, 255, 0.08);
  --on-image-surface-black-8: rgba(255, 255, 255, 0.12);
}

.cont_f {
  position: relative;
  min-height: 100vh;
  padding-bottom: 1rem;
}

.bg_q {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-position: center center;
  background-size: cover;
  height: 3rem;
  box-sizing: border-box;
}

.bg_q img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2.02rem;
  object-fit: cover;
  opacity: 0.8;
}

.blur_q {
  filter: blur(0.5rem);
}

.auth_q_1 {
  margin-top: -0.44rem;
  position: relative;
  overflow: hidden;
  margin: 0;
  margin-bottom: 0.16rem;
}

.auth_q_2 {
  padding-top: 0.12rem;
  text-align: center;
  padding-bottom: 0.08rem;
  position: relative;
}

.auth_q_2 > div:first-child {
  width: 0.68rem;
  height: 0.68rem;
  margin: 0 auto 0.14rem;
  float: none;
  position: relative;
}

.auth_q_2 > em {
  position: absolute;
  bottom: -0.06rem;
  left: calc(50% - 0.21rem);
  background-size: contain;
  width: 0.42rem;
  height: 0.24rem;
  background-repeat: no-repeat;
  background-position: center;
}

.auth_q {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  border: 0.015rem solid;
  box-sizing: border-box;
}

.auth_q {
  border-color: #fff;
}

[data-theme="blue"] .auth_q,
[data-theme="yellow"] .auth_q,
[data-theme="beige"] .auth_q,
[data-theme="green"] .auth_q {
  border-color: rgba(0, 0, 0, 0.04);
}

[data-theme="dark"] .auth_q {
  border-color: rgba(255, 255, 255, 0.08);
}

.auth_q_2 > div:nth-child(2) {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 600;
  font-size: 0.24rem;
  line-height: 0.32rem;
}

.auth_q_2 > div:nth-child(2) {
  color: #191919;
}

[data-theme="blue"] .auth_q_2 > div:nth-child(2),
[data-theme="yellow"] .auth_q_2 > div:nth-child(2),
[data-theme="beige"] .auth_q_2 > div:nth-child(2),
[data-theme="green"] .auth_q_2 > div:nth-child(2) {
  color: rgba(0, 0, 0, 0.9);
}

[data-theme="dark"] .auth_q_2 > div:nth-child(2) {
  color: rgba(255, 255, 255, 0.6);
}

.auth_q_2 > p {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.22rem;
  margin-top: 0.14rem;
  margin-left: 0.24rem;
  margin-right: 0.24rem;
}

.auth_q_2 > p {
  color: #4c4c4c;
}

[data-theme="blue"] .auth_q_2 > p,
[data-theme="yellow"] .auth_q_2 > p,
[data-theme="beige"] .auth_q_2 > p,
[data-theme="green"] .auth_q_2 > p {
  color: rgba(0, 0, 0, 0.7);
}

[data-theme="dark"] .auth_q_2 > p {
  color: rgba(255, 255, 255, 0.5);
}

.auth_q_2 > div:last-child {
  display: table;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  table-layout: fixed;
  margin-top: 0.18rem;
}

.auth_q_2 > div:last-child dl {
  font-size: 100%;
  font-weight: 400;
  display: table-cell;
  text-align: center;
}

.auth_q_2 > div:last-child dl {
  font-family: Yuewen Font;
  font-style: normal;
  font-weight: 400;
  font-size: 0.2rem;
  line-height: 0.23rem;
}

.auth_q_2 > div:last-child dl {
  color: #191919;
}

[data-theme="blue"] .auth_q_2 > div:last-child dl,
[data-theme="yellow"] .auth_q_2 > div:last-child dl,
[data-theme="beige"] .auth_q_2 > div:last-child dl,
[data-theme="green"] .auth_q_2 > div:last-child dl {
  color: rgba(0, 0, 0, 0.9);
}

[data-theme="dark"] .auth_q_2 > div:last-child dl {
  color: rgba(255, 255, 255, 0.6);
}

.auth_q_2 > div:last-child dl dt {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 400;
  font-size: 0.12rem;
  line-height: 0.2rem;
  margin-top: 0.06rem;
}

.auth_q_2 > div:last-child dl dt {
  color: #4c4c4c;
}

[data-theme="blue"] .auth_q_2 > div:last-child dl dt,
[data-theme="yellow"] .auth_q_2 > div:last-child dl dt,
[data-theme="beige"] .auth_q_2 > div:last-child dl dt,
[data-theme="green"] .auth_q_2 > div:last-child dl dt {
  color: rgba(0, 0, 0, 0.7);
}

[data-theme="dark"] .auth_q_2 > div:last-child dl dt {
  color: rgba(255, 255, 255, 0.5);
}

.curb_q {
  border-radius: 0.2rem 0.2rem 0 0;
  padding: 0.12rem 0.16rem 0.16rem 0.12rem;
  list-style: none;
  margin-bottom: 0.08rem;
}

.curb_q {
  background-color: #fff;
}

[data-theme="blue"] .curb_q {
  background-color: #edf5f7;
}

[data-theme="yellow"] .curb_q {
  background-color: #f4ecd1;
}

[data-theme="beige"] .curb_q {
  background-color: #faf9f4;
}

[data-theme="green"] .curb_q {
  background-color: #ebfaeb;
}

[data-theme="dark"] .curb_q {
  background-color: #1f1f1f;
}

.titl_q {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 600;
  font-size: 0.2rem;
  line-height: 0.28rem;
  margin-bottom: 0.13rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.titl_q {
  color: #191919;
}

[data-theme="blue"] .titl_q,
[data-theme="yellow"] .titl_q,
[data-theme="beige"] .titl_q,
[data-theme="green"] .titl_q {
  color: rgba(0, 0, 0, 0.9);
}

[data-theme="dark"] .titl_q {
  color: rgba(255, 255, 255, 0.6);
}

.titl_q a {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 600;
  font-size: 0.12rem;
  line-height: 0.2rem;
  font-size: 0.13rem;
}

.titl_q a {
  color: gray;
}

[data-theme="blue"] .titl_q a,
[data-theme="yellow"] .titl_q a,
[data-theme="beige"] .titl_q a,
[data-theme="green"] .titl_q a {
  color: rgba(0, 0, 0, 0.48);
}

[data-theme="dark"] .titl_q a {
  color: rgba(255, 255, 255, 0.4);
}

.tags_q {
  display: flex;
  align-items: center;
  line-height: 0.2rem;
}

.tags_q {
  color: #adadad;
}

[data-theme="blue"] .tags_q,
[data-theme="yellow"] .tags_q,
[data-theme="beige"] .tags_q,
[data-theme="green"] .tags_q {
  color: rgba(0, 0, 0, 0.36);
}

[data-theme="dark"] .tags_q {
  color: rgba(255, 255, 255, 0.36);
}

.tags_q p {
  padding: 0.02rem 0.04rem;
  border-radius: 0.04rem;
  margin-left: 0.04rem;
}

.tags_q p {
  background-color: #f5f5f5;
}

[data-theme="blue"] .tags_q p,
[data-theme="yellow"] .tags_q p,
[data-theme="beige"] .tags_q p,
[data-theme="green"] .tags_q p {
  background-color: rgba(0, 0, 0, 0.08);
}

[data-theme="dark"] .tags_q p {
  background-color: rgba(255, 255, 255, 0.08);
}

.tags_q p span {
  display: block;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 600;
  font-size: 0.12rem;
  line-height: 0.13rem;
  transform: scale(0.83);
  transform-origin: center;
}

.allb_q_3 {
  background-color: #fff;
}

[data-theme="blue"] .allb_q_3 {
  background-color: #edf5f7;
}

[data-theme="yellow"] .allb_q_3 {
  background-color: #f4ecd1;
}

[data-theme="beige"] .allb_q_3 {
  background-color: #faf9f4;
}

[data-theme="green"] .allb_q_3 {
  background-color: #ebfaeb;
}

[data-theme="dark"] .allb_q_3 {
  background-color: #1f1f1f;
}

.allb_q_2 {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 600;
  font-size: 0.2rem;
  line-height: 0.28rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.13rem 0.16rem;
  border-bottom: 0.01rem solid;
}

.allb_q_2 {
  color: #191919;
}

[data-theme="blue"] .allb_q_2,
[data-theme="yellow"] .allb_q_2,
[data-theme="beige"] .allb_q_2,
[data-theme="green"] .allb_q_2 {
  color: rgba(0, 0, 0, 0.9);
}

[data-theme="dark"] .allb_q_2 {
  color: rgba(255, 255, 255, 0.6);
}

.allb_q_2 {
  border-color: #f5f5f5;
}

[data-theme="blue"] .allb_q_2,
[data-theme="yellow"] .allb_q_2,
[data-theme="beige"] .allb_q_2,
[data-theme="green"] .allb_q_2 {
  border-color: rgba(0, 0, 0, 0.08);
}

[data-theme="dark"] .allb_q_2 {
  border-color: rgba(255, 255, 255, 0.08);
}

.allb_q_2 p {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 600;
  font-size: 0.12rem;
  line-height: 0.2rem;
  font-size: 0.13rem;
}

.allb_q_2 p {
  color: gray;
}

[data-theme="blue"] .allb_q_2 p,
[data-theme="yellow"] .allb_q_2 p,
[data-theme="beige"] .allb_q_2 p,
[data-theme="green"] .allb_q_2 p {
  color: rgba(0, 0, 0, 0.48);
}

[data-theme="dark"] .allb_q_2 p {
  color: rgba(255, 255, 255, 0.4);
}

.allb_q_1 {
  position: relative;
  margin-bottom: 50px;
}

.allb_q_1:before {
  position: absolute;
  top: 0.24rem;
  bottom: 0.16rem;
  left: 0.08rem;
  content: "";
  border-right: 0.01rem solid;
}

.allb_q_1:before {
  border-color: rgba(0, 0, 0, 0.08);
}

[data-theme="blue"] .allb_q_1:before {
  border-color: rgba(0, 0, 0, 0.08);
}

[data-theme="yellow"] .allb_q_1:before {
  border-color: rgba(0, 0, 0, 0.08);
}

[data-theme="beige"] .allb_q_1:before {
  border-color: rgba(0, 0, 0, 0.08);
}

[data-theme="green"] .allb_q_1:before {
  border-color: rgba(0, 0, 0, 0.08);
}

[data-theme="dark"] .allb_q_1:before {
  border-color: rgba(255, 255, 255, 0.12);
}

.allb_q {
  padding: 0.13rem 0.16rem;
}

.book_q {
  position: relative;
}

.book_q span {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 600;
  font-size: 0.12rem;
  line-height: 0.13rem;
  transform: scale(0.83);
  transform-origin: center;
}

.book_q span {
  color: #adadad;
}

[data-theme="blue"] .book_q span,
[data-theme="yellow"] .book_q span,
[data-theme="beige"] .book_q span,
[data-theme="green"] .book_q span {
  color: rgba(0, 0, 0, 0.36);
}

[data-theme="dark"] .book_q span {
  color: rgba(255, 255, 255, 0.36);
}

.book_q:before {
  position: absolute;
  width: 0.05rem;
  height: 0.05rem;
  content: "";
  border-radius: 50%;
  left: -0.1rem;
  top: 0.1rem;
}

.book_q:before {
  background-color: #84b4f5;
}

[data-theme="blue"] .book_q:before {
  background-color: #84b4f5;
}

[data-theme="yellow"] .book_q:before {
  background-color: #84b4f5;
}

[data-theme="beige"] .book_q:before {
  background-color: #84b4f5;
}

[data-theme="green"] .book_q:before {
  background-color: #84b4f5;
}

[data-theme="dark"] .book_q:before {
  background-color: rgba(109, 162, 237, 0.48);
}

.tip_q {
  width: fit-content;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 600;
  font-size: 0.12rem;
  line-height: 0.13rem;
  transform: scale(0.83);
  transform-origin: center;
  transform-origin: left;
  display: flex;
  align-items: center;
  padding: 0.02rem 0.04rem;
  border-radius: 0.04rem;
  margin-top: 0.04rem;
}

.tip_q,
[data-theme="blue"] .tip_q,
[data-theme="yellow"] .tip_q,
[data-theme="beige"] .tip_q,
[data-theme="green"] .tip_q {
  color: #e5353e;
}

[data-theme="dark"] .tip_q {
  color: #ff4d55;
}

.tip_q,
[data-theme="blue"] .tip_q,
[data-theme="yellow"] .tip_q,
[data-theme="beige"] .tip_q,
[data-theme="green"] .tip_q {
  background-color: #ffe6e7;
}

[data-theme="dark"] .tip_q {
  background-color: rgba(229, 53, 62, 0.16);
}

.tip_q i {
  background: url(/images/bg11.png)
    center no-repeat;
  background-size: contain;
  width: 0.12rem;
  height: 0.14rem;
  display: block;
  margin-right: 0.02rem;
}

.tip_q span {
  display: block;
}


/* 添加缺失的类名定义 */

.auth_q_3 {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 0.22rem;
  margin-top: 0.14rem;
  margin-left: 0.24rem;
  margin-right: 0.24rem;
  color: #4c4c4c;
}


.auth_q_4 {
  padding-top: 0.12rem;
  text-align: center;
  padding-bottom: 0.08rem;
  position: relative;
}


.auth_q_5 {
  width: 0.68rem;
  height: 0.68rem;
  margin: 0 auto 0.14rem;
  float: none;
  position: relative;
}


.auth_q_6 {
  display: table-cell;
  font-size: 100%;
  font-weight: 400;
  text-align: center;
}


.auth_q_7 {
  font-family: Yuewen Font;
  font-style: normal;
  font-weight: 400;
  font-size: 0.2rem;
  line-height: 0.23rem;
  color: #191919;
}


.auth_q_8 {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 400;
  font-size: 0.12rem;
  line-height: 0.2rem;
  margin-top: 0.06rem;
  color: #4c4c4c;
}


.auth_q_9 {
  display: table;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  table-layout: fixed;
  margin-top: 0.18rem;
}


.auth_q_10 {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 600;
  font-size: 0.24rem;
  line-height: 0.32rem;
  color: #191919;
}

