@charset "UTF-8";
/** 水平垂直居中 */
/** 两端对齐 */
/** 垂直居中 */
/** 换行对齐 */
/** 定位混入 */
/** 绝对定位 */
/** 尺寸混入 - 自动转换100vw/100vh为CSS变量 */
/** 字体混入 - 基础版本 */
/** 使用CSS变量的字体混入 - 推荐使用 */
/** 多行缩进 */
/** 按钮混入 */
/** 卡片混入 */
/** 背景模糊 */
/** 隐藏滚动条 */
/** 淡入淡出动画 */
/** 增强版背景图混入 */
/** 响应式背景图混入 */
/** 渐变叠加背景图混入 */
/** 安全区域 */
@keyframes fade-in-out-b582e176 {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
.base-popup-wrapper[data-v-b582e176] {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 0;
  z-index: 2000;
  margin: 0 auto;
  min-width: var(--real-width);
  height: var(--real-height);
}
.base-popup-wrapper.no-overlay[data-v-b582e176] {
  pointer-events: none;
}
.base-popup-wrapper.no-overlay .base-popup[data-v-b582e176] {
  pointer-events: auto;
}
.base-popup-overlay[data-v-b582e176] {
  position: absolute;
  inset: 0;
}
.base-popup[data-v-b582e176] {
  position: relative;
}
.base-popup-top[data-v-b582e176] {
  position: fixed;
  top: 0;
}
.base-popup-bottom[data-v-b582e176] {
  position: fixed;
  bottom: 0;
}
.base-popup-left[data-v-b582e176] {
  position: fixed;
  left: 0;
}
.base-popup-right[data-v-b582e176] {
  position: fixed;
  right: 0;
}
/** 水平垂直居中 */
/** 两端对齐 */
/** 垂直居中 */
/** 换行对齐 */
/** 定位混入 */
/** 绝对定位 */
/** 尺寸混入 - 自动转换100vw/100vh为CSS变量 */
/** 字体混入 - 基础版本 */
/** 使用CSS变量的字体混入 - 推荐使用 */
/** 多行缩进 */
/** 按钮混入 */
/** 卡片混入 */
/** 背景模糊 */
/** 隐藏滚动条 */
/** 淡入淡出动画 */
/** 增强版背景图混入 */
/** 响应式背景图混入 */
/** 渐变叠加背景图混入 */
/** 安全区域 */
@keyframes fade-in-out {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
.kiff-html {
  font-size: 0.2rem;
  color: #333;
  font-weight: normal;
  font-family: "SourceHanSansCN-Regular", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", Ubuntu, Cantarell, "Helvetica Neue";
  white-space: pre-line;
  color: inherit;
}
.kiff-html a {
  text-decoration: underline;
}
.kiff-html img {
  display: block;
  width: 100%;
  object-fit: contain;
}
/** 水平垂直居中 */
/** 两端对齐 */
/** 垂直居中 */
/** 换行对齐 */
/** 定位混入 */
/** 绝对定位 */
/** 尺寸混入 - 自动转换100vw/100vh为CSS变量 */
/** 字体混入 - 基础版本 */
/** 使用CSS变量的字体混入 - 推荐使用 */
/** 多行缩进 */
/** 按钮混入 */
/** 卡片混入 */
/** 背景模糊 */
/** 隐藏滚动条 */
/** 淡入淡出动画 */
/** 增强版背景图混入 */
/** 响应式背景图混入 */
/** 渐变叠加背景图混入 */
/** 安全区域 */
@keyframes fade-in-out-976d0775 {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
.toast[data-v-976d0775] {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0.1rem 0.16rem;
  z-index: 3000;
  text-align: center;
  border-radius: 0.12rem;
  background: rgba(52, 51, 56, 0.6);
  pointer-events: auto;
}
.toast-content[data-v-976d0775] {
  display: inline-flex;
  align-items: center;
  gap: 0.08rem;
}
.toast-message[data-v-976d0775] {
  font-size: 0.2rem;
  color: #fff;
  font-weight: normal;
  font-family: "SourceHanSansCN-Regular", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", Ubuntu, Cantarell, "Helvetica Neue";
}
.toast-success[data-v-976d0775] {
  background: #68b8f7;
}
.toast-success .toast-icon[data-v-976d0775] {
  color: #f6f8f9;
}
.toast-error[data-v-976d0775] {
  background: #fc5757;
}
.toast-error .toast-icon[data-v-976d0775] {
  color: #f6f8f9;
}
.toast-warning[data-v-976d0775] {
  background: #ffcc4d;
}
.toast-warning .toast-icon[data-v-976d0775] {
  color: #f6f8f9;
}
.toast-info[data-v-976d0775] {
  background: #68b8f7;
}
.toast-info .toast-icon[data-v-976d0775] {
  color: #f6f8f9;
}
/** 水平垂直居中 */
/** 两端对齐 */
/** 垂直居中 */
/** 换行对齐 */
/** 定位混入 */
/** 绝对定位 */
/** 尺寸混入 - 自动转换100vw/100vh为CSS变量 */
/** 字体混入 - 基础版本 */
/** 使用CSS变量的字体混入 - 推荐使用 */
/** 多行缩进 */
/** 按钮混入 */
/** 卡片混入 */
/** 背景模糊 */
/** 隐藏滚动条 */
/** 淡入淡出动画 */
/** 增强版背景图混入 */
/** 响应式背景图混入 */
/** 渐变叠加背景图混入 */
/** 安全区域 */
@keyframes fade-in-out-15fe671f {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
.dialog-container-content[data-v-15fe671f] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 5.4rem;
  min-height: 3.22rem;
  padding: 0.36rem;
  background: white;
  border-radius: 0.12rem;
  overflow: hidden;
}
.dialog-header[data-v-15fe671f] {
  font-size: 0.28rem;
  color: #353535;
  font-weight: bold;
  font-family: "SourceHanSansCN-Regular", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", Ubuntu, Cantarell, "Helvetica Neue";
  text-align: center;
  margin-bottom: 0.2rem;
}
.dialog-content[data-v-15fe671f] {
  font-size: 0.24rem;
  color: #353535;
  font-weight: normal;
  font-family: "SourceHanSansCN-Regular", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", Ubuntu, Cantarell, "Helvetica Neue";
  flex: 1;
  max-height: 2rem;
  text-align: center;
  overflow-y: scroll;
}
.dialog-footer[data-v-15fe671f] {
  display: flex;
  justify-content: space-between;
}
.dialog-button[data-v-15fe671f] {
  width: 2.14rem;
  height: 0.62rem;
  font-size: 0.26rem;
  color: #6a6a6a;
  font-weight: normal;
  font-family: var(--font-family-serif-bold);
  border: 0.01rem solid #9c9c9c;
  border-radius: 1rem;
  margin-top: 0.2rem;
}
.dialog-button-confirm[data-v-15fe671f] {
  color: #fc596a;
  background: #2f2f2f;
  border: none;
}
.dialog-loading[data-v-15fe671f] {
  padding: 0.1rem;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.04rem;
}
.dialog-loading-spinner[data-v-15fe671f] {
  width: 0.32rem;
  height: 0.32rem;
  border: 0.02rem solid rgba(125, 132, 216, 0.3);
  border-top-color: #7d84d8;
  border-radius: 50%;
  animation: dialog-loading-spin-15fe671f 1s linear infinite;
}
@keyframes dialog-loading-spin-15fe671f {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(360deg);
}
}
/** 水平垂直居中 */
/** 两端对齐 */
/** 垂直居中 */
/** 换行对齐 */
/** 定位混入 */
/** 绝对定位 */
/** 尺寸混入 - 自动转换100vw/100vh为CSS变量 */
/** 字体混入 - 基础版本 */
/** 使用CSS变量的字体混入 - 推荐使用 */
/** 多行缩进 */
/** 按钮混入 */
/** 卡片混入 */
/** 背景模糊 */
/** 隐藏滚动条 */
/** 淡入淡出动画 */
/** 增强版背景图混入 */
/** 响应式背景图混入 */
/** 渐变叠加背景图混入 */
/** 安全区域 */
@keyframes fade-in-out-59a24705 {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
.base-button[data-v-59a24705] {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.24rem;
  color: #333;
  border: none;
  background: none;
}
.base-button[data-v-59a24705]:disabled {
  opacity: 0.6;
}
/** 水平垂直居中 */
/** 两端对齐 */
/** 垂直居中 */
/** 换行对齐 */
/** 定位混入 */
/** 绝对定位 */
/** 尺寸混入 - 自动转换100vw/100vh为CSS变量 */
/** 字体混入 - 基础版本 */
/** 使用CSS变量的字体混入 - 推荐使用 */
/** 多行缩进 */
/** 按钮混入 */
/** 卡片混入 */
/** 背景模糊 */
/** 隐藏滚动条 */
/** 淡入淡出动画 */
/** 增强版背景图混入 */
/** 响应式背景图混入 */
/** 渐变叠加背景图混入 */
/** 安全区域 */
@keyframes fade-in-out-047ec4ac {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
.kiif-input[data-v-047ec4ac] {
  position: relative;
  display: flex;
  align-items: center;
}
.kiif-input__inner[data-v-047ec4ac] {
  flex: 1;
  padding: 0.12rem 0.16rem;
  font-size: 0.2rem;
  color: inherit;
  outline: none;
  border: none;
  background: none;
}
.kiif-input__inner[data-v-047ec4ac]::placeholder {
  color: #898989;
}
.kiif-input__inner[data-v-047ec4ac]:disabled {
  background-color: #f7f7f7;
  color: #999;
  cursor: not-allowed;
}
.kiif-input__inner[data-v-047ec4ac]:disabled::placeholder {
  color: #898989;
}
.kiif-input__clear[data-v-047ec4ac] {
  position: absolute;
  right: 0.12rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.2rem;
  height: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.18rem;
  color: #b4b4b4;
  border-radius: 50%;
  background-color: #f7f7f7;
  transition: all 0.2s ease;
}
/** 水平垂直居中 */
/** 两端对齐 */
/** 垂直居中 */
/** 换行对齐 */
/** 定位混入 */
/** 绝对定位 */
/** 尺寸混入 - 自动转换100vw/100vh为CSS变量 */
/** 字体混入 - 基础版本 */
/** 使用CSS变量的字体混入 - 推荐使用 */
/** 多行缩进 */
/** 按钮混入 */
/** 卡片混入 */
/** 背景模糊 */
/** 隐藏滚动条 */
/** 淡入淡出动画 */
/** 增强版背景图混入 */
/** 响应式背景图混入 */
/** 渐变叠加背景图混入 */
/** 安全区域 */
@keyframes fade-in-out-0dd85539 {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
.kiif-checkbox[data-v-0dd85539] {
  width: 0.18rem;
  height: 0.18rem;
  border: 0.02rem solid #bcbcbc;
}
.kiif-checkbox--checked[data-v-0dd85539] {
  border-color: #fc6475;
  padding: 0.02rem;
}
.kiif-checkbox--checked__icon[data-v-0dd85539] {
  width: 100%;
  height: 100%;
  background: #fc6475;
}
/** 水平垂直居中 */
/** 两端对齐 */
/** 垂直居中 */
/** 换行对齐 */
/** 定位混入 */
/** 绝对定位 */
/** 尺寸混入 - 自动转换100vw/100vh为CSS变量 */
/** 字体混入 - 基础版本 */
/** 使用CSS变量的字体混入 - 推荐使用 */
/** 多行缩进 */
/** 按钮混入 */
/** 卡片混入 */
/** 背景模糊 */
/** 隐藏滚动条 */
/** 淡入淡出动画 */
/** 增强版背景图混入 */
/** 响应式背景图混入 */
/** 渐变叠加背景图混入 */
/** 安全区域 */
@keyframes fade-in-out-97b622d1 {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
.login[data-v-97b622d1] {
  width: 5.4rem;
  height: 4.28rem;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 0.1rem;
  align-items: center;
  position: relative;
  padding: 0.36rem 0.36rem 0.3rem;
}
.login__logo[data-v-97b622d1] {
  width: 1.46rem;
  height: 0.54rem;
  background-image: url("https://kiif-ase-web.kiifstudio.com/activity/images/logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 0.16rem;
}
.login__input[data-v-97b622d1] {
  width: 4.66rem;
  height: 0.66rem;
  border: 0.01rem solid #bcbcbc;
  border-radius: 0.04rem;
  margin-top: 0.16rem;
}
.login__verification[data-v-97b622d1] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 4.66rem;
  height: 0.66rem;
  border: 0.01rem solid #bcbcbc;
  margin-top: 0.16rem;
}
.login__verification-btn[data-v-97b622d1] {
  width: 1.6rem;
  height: 0.27rem;
  color: #fc6475;
  font-size: 0.2rem;
  border-left: 0.02rem solid #bcbcbc;
  text-align: center;
}
.login__verification-btn--disabled[data-v-97b622d1] {
  pointer-events: none;
}
.login__submit-btn[data-v-97b622d1] {
  font-size: 0.24rem;
  color: #fc6475;
  font-weight: normal;
  font-family: var(--font-family-serif-bold);
  width: 4.66rem;
  height: 0.6rem;
  background: #353535;
  border-radius: 1rem;
  margin-top: 0.32rem;
}
.login__agreement[data-v-97b622d1] {
  font-size: 0.18rem;
  color: #898989;
  font-weight: normal;
  font-family: "SourceHanSansCN-Regular", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", Ubuntu, Cantarell, "Helvetica Neue";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.66rem;
  margin-top: 0.36rem;
  padding-left: 0.26rem;
}
.login__agreement-text[data-v-97b622d1] {
  margin-left: 0.08rem;
}
.login__agreement-link[data-v-97b622d1] {
  flex: 1;
  color: #fc6475;
}
.login__close[data-v-97b622d1] {
  width: 0.24rem;
  height: 0.24rem;
  background-image: url("https://kiif-ase-web.kiifstudio.com/activity/images/login_close.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0.14rem;
  right: 0.14rem;
}
/** 水平垂直居中 */
/** 两端对齐 */
/** 垂直居中 */
/** 换行对齐 */
/** 定位混入 */
/** 绝对定位 */
/** 尺寸混入 - 自动转换100vw/100vh为CSS变量 */
/** 字体混入 - 基础版本 */
/** 使用CSS变量的字体混入 - 推荐使用 */
/** 多行缩进 */
/** 按钮混入 */
/** 卡片混入 */
/** 背景模糊 */
/** 隐藏滚动条 */
/** 淡入淡出动画 */
/** 增强版背景图混入 */
/** 响应式背景图混入 */
/** 渐变叠加背景图混入 */
/** 安全区域 */
@keyframes fade-in-out {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 主要字体 - 使用 fallback 策略，确保快速显示 */
@font-face {
  font-family: "SourceHanSansCN-Regular";
  src: url("https://kiif-ase-web.oss-cn-hangzhou.aliyuncs.com/assets/fonts/SourceHanSansCN-Regular.woff2") format("woff2");
  font-display: fallback; /* 短暂等待，然后使用备用字体 */
}
/* 加粗字体 - 使用 swap 策略，允许更长等待时间 */
@font-face {
  font-family: "SourceHanSansCN-Bold";
  src: url("https://kiif-ase-web.kiifstudio.com/activity/fonts/SourceHanSansCN-Bold.woff2") format("woff2");
  font-display: swap; /* 使用备用字体，加载完成后替换 */
}
/* 装饰性衬线字体 - 使用 optional 策略，网络条件不佳时跳过 */
@font-face {
  font-family: "SourceHanSerifCN-Regular";
  src: url("https://kiif-ase-web.oss-cn-hangzhou.aliyuncs.com/assets/fonts/SourceHanSerifCN-Regular.woff2") format("woff2");
  font-display: optional; /* 只有网络条件好时才加载 */
}
@font-face {
  font-family: "SourceHanSerifCN-Bold";
  src: url("https://kiif-ase-web.oss-cn-hangzhou.aliyuncs.com/assets/fonts/SourceHanSerifCN-Bold.woff2") format("woff2");
  font-display: optional; /* 只有网络条件好时才加载 */
}
@font-face {
  font-family: "ChillRoundF-Regular";
  src: url("https://kiif-ase-web.oss-cn-hangzhou.aliyuncs.com/activity/fonts/ChillRoundFRegular.ttf") format("woff2");
  font-display: optional; /* 只有网络条件好时才加载 */
}
@font-face {
  font-family: "ChillRoundF-Bold";
  src: url("https://kiif-ase-web.oss-cn-hangzhou.aliyuncs.com/activity/fonts/ChillRoundFBold.ttf") format("woff2");
  font-display: optional; /* 只有网络条件好时才加载 */
}
/* 字体组合定义 */
:root {
  --font-family-primary:
    'SourceHanSansCN-Regular', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑',
    sans-serif;
  --font-family-bold:
    'SourceHanSansCN-Bold', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑',
    sans-serif;
  --font-family-serif:
    'SourceHanSerifCN-Regular', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑',
    serif;
  --font-family-serif-bold:
    'SourceHanSerifCN-Bold', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', serif;
}

/* 字体降级策略 */
/* 网络条件不佳时的字体降级策略 */
@media (prefers-reduced-data: reduce) {
  :root {
    --font-family-primary:
      'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif !important;
    --font-family-bold: 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif !important;
    --font-family-serif: 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', serif !important;
    --font-family-serif-bold:
      'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', serif !important;
  }
}
/* 小屏幕设备且偏好减少动效时的降级策略 */
@media (max-width: 480px) and (prefers-reduced-motion: reduce) {
  * {
    font-family: system-ui, -apple-system, sans-serif !important;
  }
}
/* 不支持 font-display 的浏览器降级策略 */
@supports not (font-display: swap) {
  html,
  body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
  }
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --app-width: 7.5rem;
  --app-height: 100vh;
  --real-width: 100vw;
  --real-height: 100vh;
  --real-vw: 1vw;
  --real-vh: 1vh;
}

html,
body {
  width: 100%;
  height: 100%;
  overscroll-behavior: none;
}

body {
  font-family: "SourceHanSansCN-Regular", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", Ubuntu, Cantarell, "Helvetica Neue";
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#app {
  min-width: var(--real-width);
  min-height: var(--real-height);
  position: relative;
  font-size: 0.24rem;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  appearance: none;
  background: none;
  border: none;
  padding: 0;
}

::-webkit-scrollbar {
  display: none;
  width: 0 !important;
  height: 0 !important;
}

html {
  scrollbar-width: none;
  -ms-overflow-style: none;
}