<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.data-text[data-v-2a2b21cd] {
  -webkit-text-stroke:var(--g-color-primary) 1.5px;
  font-family: "微软雅黑";
  font-size:32px;
  font-weight:700;
  letter-spacing:.08em;
  line-height:40px;
  margin-bottom:8px;
  color: #c9151e;
  
}
.data-icon[data-v-2a2b21cd] {
  display:none
}
:root {
  --el-color-primary:#c9151e;
  --el-text-color-regular:#4d4d4d;
  --g-color-primary:var(--el-color-primary);
  --g-color-font:var(--el-text-color-regular);
  --g-color-secondary:#e60012;
  --g-main-width:1600px;
  --g-header-height:70px;
  --g-main-space:120px;
  --g-main-title-space:60px;
  --g-page-space:100px;
  --g-page-space2:60px;
  --g-font-line-height:24px;
  --g-font-page-title:32px;
  --g-font-page-desc:16px;
  --g-header-layer:300
}
.space-bewteen {
  -webkit-box-align:center;
  -moz-box-align:center;
  -ms-flex-align:center;
  -webkit-box-pack:justify;
  -moz-box-pack:justify;
  -ms-flex-pack:justify;
  -webkit-align-items:center;
  align-items:center;
  display:-webkit-box;
  display:-webkit-flex;
  display:-moz-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-justify-content:space-between;
  justify-content:space-between
}

</pre></body></html>