@charset "UTF-8";
/**********  加载全局图标文件 **********/
@font-face {
  font-family: "Boyom";
  src: url("https://pofile.eveao.cn/pofile/Boyom/Boyom.eot?fsdxz3");
  src: url("https://pofile.eveao.cn/pofile/Boyom/Boyom.eot?fsdxz3#iefix") format("embedded-opentype"), url("https://pofile.eveao.cn/pofile/Boyom/Boyom.ttf?fsdxz3") format("truetype"), url("https://pofile.eveao.cn/pofile/Boyom/Boyom.woff?fsdxz3") format("woff"), url("https://pofile.eveao.cn/pofile/Boyom/Boyom.svg?fsdxz3#Boyom") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/**********  加载全局字体文件 **********/
@font-face {
  font-family: "Roboto";
  src: url("https://pofile.eveao.cn/pofile/Roboto/Roboto.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/**********  全局重色颜色 *********/
/**********  全局背景颜色[主色] **********/
/**********  全局背景颜色[子色] **********/
/**********  全局字体颜色[主色] **********/
/**********  全局统一阴影效果 **********/
/**********  全局统一间距规格 **********/
/**********  加载全局初始化文件 **********/
/**********  配置全局图标标签 **********/
Boyom {
  font-family: "Boyom" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/**********  配置全局图标标签 **********/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
}
html {
  scroll-behavior: smooth;
}
body {
  background: #EDF2FA !important;
  color: #1C1B1F !important;
  min-height: 100vh;
  transition: background 0.3s ease, color 0.3s ease;
  line-height: 1.6;
  overflow-x: hidden;
}
a {
  color: #1C1B1F !important;
  text-decoration: none;
}
typo {
  font-weight: bold;
}
ul,
li {
  list-style: none;
}
button {
  cursor: pointer;
  border: none;
}
main {
  padding: 2vh 4vw;
}
p {
  line-height: 1.5;
}
h3 {
  padding: 12px !important;
  font-weight: bold;
  text-align: center;
}
@media all and (max-width: 600px) {
  body {
    font-size: calc(100vw / 375 * 16px);
  }
  typo {
    font-size: 1.2rem;
  }
  Boyom {
    font-size: 1.25rem;
  }
}
@media all and (min-width: 600px) and (max-width: 1200px) {
  body {
    font-size: calc(100vw / 800 * 16px);
  }
  typo {
    font-size: 1.2rem;
  }
  Boyom {
    font-size: 1.25rem;
  }
  main {
    padding: 2vh 8vw;
  }
}
@media all and (min-width: 1200px) and (max-width: 1920px) {
  body {
    font-size: calc(100vw / 1400 * 16px);
  }
  typo {
    font-size: 1.2rem;
  }
  Boyom {
    font-size: 1.25rem;
  }
  main {
    padding: 2vh 12vw;
  }
}
@media all and (min-width: 1920px) {
  body {
    font-size: calc(100vw / 1920 * 16px);
  }
  typo {
    font-size: 1.2rem;
  }
  Boyom {
    font-size: 1.25rem;
  }
  main {
    padding: 2vh 16vw;
  }
}
/* ===== 加载全局模块名称样式 ===== */
.Derom {
  max-width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.Derom Boyom {
  color: #4A85FE !important;
}
/* ===== 加载全局应用栏样式 ===== */
header {
  position: sticky;
  z-index: 1000;
  top: 0;
  padding: 12px 8px !important;
  height: 4rem;
  background: #FFFFFF !important;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
  transition: background-color 0.2s;
}
header typo {
  display: inline-block;
  pointer-events: none;
  position: relative;
  left: 8px !important;
}
header nav {
  display: none;
}
header nav ul {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  gap: 12px !important;
}
header .Menu {
  display: block;
  cursor: pointer;
  position: relative;
  right: 8px !important;
}
header .Menu button {
  flex-shrink: 0;
  background-color: #FFFFFF !important;
  padding: 8px !important;
  border-radius: 0.5rem !important;
}
header .Menu button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
  opacity: 0;
  transition: opacity 0.2s;
  border-radius: 0.5rem !important;
}
header .Menu button:hover::after {
  opacity: 0.08;
  background-color: #FFFFFF !important;
  border-radius: 0.5rem !important;
}
header .Menu button:active::after {
  opacity: 0.08;
  background-color: #FFFFFF !important;
  border-radius: 0.5rem !important;
}
header .Menu button:active,
header .Menu button:hover {
  background-color: #FFFFFF !important;
  border-radius: 0.5rem !important;
}
@media all and (min-width: 600px) and (max-width: 1200px) {
  header nav {
    display: block;
  }
  header .Menu {
    display: none;
  }
}
@media all and (min-width: 1200px) and (max-width: 1920px) {
  header nav {
    display: block;
  }
  header .Menu {
    display: none;
  }
}
@media all and (min-width: 1920px) {
  header nav {
    display: block;
  }
  header .Menu {
    display: none;
  }
}
/* ===== 加载全局抽屉栏样式 ===== */
.Drawer {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1005;
  max-width: 100vw;
  max-height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  display: flex;
  flex-flow: row nowrap;
}
.Drawer .Button {
  position: fixed;
  top: 0;
  left: 0;
  width: 40vw;
  height: 100vh;
}
.Drawer .Menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 60vw;
  height: 100vh;
  background: #EDF2FA !important;
}
.Drawer .Menu .Brand {
  padding: 12px 16px !important;
  height: 4rem;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.Drawer .Menu .Brand img {
  height: 2.4rem;
  width: 2.4rem;
  border-radius: 0.5rem !important;
}
.Drawer .Menu .Brand button {
  background-color: #EDF2FA !important;
  padding: 8px !important;
  border-radius: 0.5rem !important;
}
.Drawer .Menu .Brand button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
  opacity: 0;
  transition: opacity 0.2s;
  border-radius: 0.5rem !important;
}
.Drawer .Menu .Brand button:hover::after {
  opacity: 0.08;
  background-color: #EDF2FA !important;
  border-radius: 0.5rem !important;
}
.Drawer .Menu .Brand button:active::after {
  opacity: 0.08;
  background-color: #EDF2FA !important;
  border-radius: 0.5rem !important;
}
.Drawer .Menu .Brand button:active,
.Drawer .Menu .Brand button:hover {
  background-color: #EDF2FA !important;
  border-radius: 0.5rem !important;
}
.Drawer .Menu nav {
  max-width: 100%;
  z-index: 1010;
  margin: 12px 0 !important;
  padding: 12px !important;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.Drawer .Menu nav li {
  padding: 8px !important;
}
.Drawer .Menu nav li a {
  position: sticky;
  z-index: 1015;
}
.Drawer-Open {
  opacity: 1;
  visibility: visible;
}
/* ===== 加载首页信息流组件样式 ===== */
.Hero {
  padding: 24px !important;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.Hero .Brand {
  padding: 12px 0 !important;
  max-width: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.Hero .Brand img {
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
  object-fit: cover;
}
.Hero .Brand h1 {
  padding: 8px 0 !important;
  font-size: 1rem;
  font-weight: bold;
  color: #1C1B1F !important;
}
.Hero .Welcome p {
  text-align: center;
}
.Hero .Button {
  padding: 24px 0 !important;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  gap: 24px !important;
}
.Hero .Button .blue,
.Hero .Button .white {
  padding: 8px 24px !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
  border-radius: 24px!important;
}
.Hero .Button .blue:hover,
.Hero .Button .white:hover {
  padding: 8px 24px !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
  border-radius: 24px!important;
}
.Hero .Button .blue {
  background-color: #4A85FE !important;
  color: #FFFFFF !important;
}
.Hero .Button .white {
  background-color: #FFFFFF !important;
  color: #1C1B1F !important;
}
/* ===== 加载通用卡片布局样式 ===== */
.Layou {
  padding: 12px 0 !important;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px !important;
}
.Layou .item {
  padding: 24px !important;
  background: #FFFFFF !important;
  border-radius: 2px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  gap: 12px !important;
}
.Layou .item img {
  width: 2rem;
  height: 2rem;
  border-radius: 4px;
  background: #EDF2FA !important;
}
.Layou .item typo {
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
}
.Layou .item p {
  text-align: justify;
  word-break: break-all;
  text-align-last: left;
}
.Layou .item .label {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 8px !important;
}
.Layou .item .label label {
  color: #4A85FE !important;
  font-size: 0.65rem;
  font-weight: bold;
  text-transform: uppercase;
}
.Layou .item .progress {
  height: 4px;
  border-radius: 2px;
  background: #EDF2FA !important;
}
.Layou .item .progress .Bar {
  height: 100%;
  background: #4A85FE !important;
  border-radius: 2px;
}
@media all and (min-width: 600px) and (max-width: 1200px) {
  .Layou {
    padding: 12px 0 !important;
    grid-template-columns: 1fr 1fr;
  }
}
@media all and (min-width: 1200px) and (max-width: 1920px) {
  .Layou {
    padding: 12px 0 !important;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media all and (min-width: 1920px) {
  .Layou {
    padding: 12px 0 !important;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
