@charset "UTF-8";
/** 公共变量 */
#app {
  width: 100%;
  height: "100vh";
  text-align: center;
}
#app .global-spin {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
}
/* antd 样式 */
.ant-spin-nested-loading > div > .ant-spin {
  z-index: 9999;
  max-height: 100%;
  background-color: rgba(0, 0, 0, 0.05);
}
/* Layout 样式 */
.ant-layout {
  background-color: #f8f9ff;
}
.ant-layout-header {
  position: relative;
  z-index: 1;
  height: 56px;
  padding: 0 15px;
  border-bottom: 1px solid #dcdfeb;
  line-height: normal;
  background-color: #3054eb;
}
/* Menu 导航菜单 */
.ant-menu-item:active {
  background: unset !important;
}
.app-siderbar .ant-menu-inline .ant-menu-submenu-title,
.app-siderbar .ant-menu-inline .ant-menu-item,
.app-siderbar .ant-menu-vertical > .ant-menu-item,
.app-siderbar .ant-menu-vertical > .ant-menu-submenu > .ant-menu-submenu-title {
  height: 48px;
  margin-top: 0;
  font-size: 16px;
  line-height: 48px;
  font-weight: 400;
}
.ant-layout-sider {
  padding: 12px 16px 0;
  background-color: #f8f9ff;
}
.ant-layout-sider-trigger {
  left: 0;
  height: 80px;
  font-size: initial;
  text-align: unset;
  color: unset;
  background: #fff;
}
.ant-layout-sider-trigger .ant-divider-horizontal {
  margin: 12px 0;
}
.ant-menu-inline {
  border: none;
}
/* 垂直菜单 样式 */
.app-siderbar .ant-menu {
  color: #333;
  background-color: #f8f9ff;
}
.app-siderbar ul:first-child {
  padding-bottom: 90px;
}
.app-siderbar .ant-menu-sub.ant-menu-inline {
  background-color: #f8f9ff;
}
.app-siderbar .ant-menu-inline .ant-menu-item:not(:last-child),
.app-siderbar .ant-menu-vertical .ant-menu-item:not(:last-child) {
  margin-bottom: 4px;
}
.ant-menu-vertical,
.app-siderbar .ant-menu-inline {
  border-right: none;
}
.app-siderbar .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
  border-radius: 4px;
  background-color: rgba(48, 84, 235, 0.1);
  fill: #3054eb;
}
.app-siderbar .ant-menu-inline .ant-menu-item-selected::after {
  opacity: 0;
}
.app-siderbar .ant-menu-submenu-arrow::before,
.app-siderbar .ant-menu-submenu-arrow::after {
  position: absolute;
  width: 8px;
  height: 1px;
  border-radius: 2px;
  background-color: #333;
}
.app-siderbar .ant-menu-submenu-arrow::after {
  left: -1px;
}
.app-siderbar .ant-menu-submenu-arrow::before {
  left: 1px;
}
.app-siderbar .ant-menu-submenu-arrow {
  top: 54%;
}
.app-siderbar .ant-menu-submenu-arrow:hover {
  background-color: #3054eb;
}
.app-siderbar .ant-menu-submenu-arrow:hover::after,
.app-siderbar .ant-menu-submenu-arrow:hover::before {
  background-color: #3054eb;
}
.app-siderbar .ant-menu-light .ant-menu-submenu-title:hover {
  fill: #3054eb;
}
.app-siderbar .ant-menu-light .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::before,
.app-siderbar .ant-menu-light .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::after,
.app-siderbar .ant-menu-submenu.ant-menu-submenu-inline.ant-menu-submenu-open .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.app-siderbar .ant-menu-submenu.ant-menu-submenu-inline.ant-menu-submenu-open .ant-menu-submenu-title .ant-menu-submenu-arrow::after {
  background-color: #3054eb;
}
.app-siderbar .ant-menu-submenu.ant-menu-submenu-inline.ant-menu-submenu-open .ant-menu-submenu-title {
  fill: #3054eb;
  color: #3054eb;
}
.app-siderbar .ant-menu-submenu.ant-menu-submenu-inline.ant-menu-submenu-selected {
  color: unset;
}
.app-siderbar .ant-menu-item .anticon {
  font-size: 16px;
}
.ant-menu-inline .ant-menu-item::after {
  border-right: unset;
}
.ant-menu-submenu-title .ant-menu-item-icon {
  font-size: 18px;
}
/* Tooltip 文字提示 */
.ant-tooltip.ant-menu-inline-collapsed-tooltip.ant-tooltip-placement-right a {
  color: #fff;
}
.ant-tooltip.ant-menu-inline-collapsed-tooltip.ant-tooltip-placement-right a:hover {
  color: #f8f9ff;
}
/* Button 按钮 */
.ant-btn {
  height: 36px;
  padding: 6px 32px;
  border-radius: 4px;
  border-color: #3054eb;
  color: #3054eb;
}
.ant-btn-primary {
  color: #fff;
}
.ant-btn[disabled],
.ant-btn[disabled]:hover {
  border: 1px solid #cfdeff;
  color: #cfdeff;
  background: #fff;
}
.ant-btn-primary[disabled],
.ant-btn-primary[disabled]:hover {
  border: 1px solid #cfdeff;
  color: #fff;
  background: #cfdeff;
}
.ant-btn-link {
  height: auto;
  padding: 0;
}
.ant-btn-dangerous {
  border-color: #fa541c;
  color: #fa541c;
  background: #fff;
}
/* Input 输入框 */
.ant-input {
  height: 36px;
  border-radius: 4px;
}
/* input、select 样式 */
.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  height: 36px;
  border-radius: 4px;
}
/* 自动填充后置图标 */
.ant-select-selection-search-input .ant-input-suffix {
  fill: #999;
}
.ant-select-selection-search-input .efssc-icon-down,
.ant-select-selection-search-input.ant-input-affix-wrapper-focused .efssc-icon-down {
  display: block;
}
.ant-select-selection-search-input .efssc-icon-up,
.ant-select-selection-search-input.ant-input-affix-wrapper-focused .efssc-icon-up {
  display: none;
}
.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
  height: 34px;
}
.ant-select-single .ant-select-selector .ant-select-selection-placeholder,
.ant-select-single .ant-select-selector .ant-select-selection-item {
  line-height: 34px;
}
.antd-theme .ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
  line-height: 34px;
  text-align: left;
}
/* form 表单 */
.ant-form-item {
  margin-bottom: 0;
}
.ant-form-item-label > label {
  height: 36px;
  white-space: normal;
}
.ant-form-item-label > label::after {
  content: '';
}
.ant-form-item .ant-form-item-control.ant-col {
  max-width: 100%;
}
/* input */
.ant-input-affix-wrapper > input.ant-input {
  padding: 0 0 0 4px;
}
/** inputArea */
.ant-input-affix-wrapper-textarea-with-clear-btn .ant-input-clear-icon {
  top: 12px;
}
/* table 表单 */
.ant-table-header table {
  border-radius: 4px 4px 0 0;
  border-top: 1px solid #dcdfeb;
}
.ant-table-thead > tr > th {
  padding: 11.5px 16px;
  border-top: 1px solid #dcdfeb;
  border-bottom-color: #dcdfeb;
  line-height: 24px;
  font-weight: 500;
  color: #333;
  background: #f6f9ff;
  background-color: #f6f9ff;
}
.ant-table-thead > tr > th:first-child {
  border-left: 1px solid #dcdfeb;
}
.ant-table-thead > tr > th:last-child {
  border-right: 1px solid #dcdfeb;
}
.ant-table-tbody > tr > td {
  padding: 16px;
  border-bottom-color: #dcdfeb;
  line-height: 20px;
  color: #333;
}
.ant-table-tbody > tr > td:first-child {
  border-left: 1px solid #dcdfeb;
}
.ant-table-tbody > tr > td:last-child {
  border-right: 1px solid #dcdfeb;
}
.ant-table-tbody > tr.ant-table-row-selected td {
  background: #fff;
}
.ant-table-tbody > tr:last-child > td:first-child {
  border-bottom-left-radius: 4px;
}
.ant-table-tbody > tr:last-child > td:last-child {
  border-bottom-right-radius: 4px;
}
.ant-table-thead > tr.ant-table-row-hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) > td,
.ant-table-tbody > tr.ant-table-row-hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) > td,
.ant-table-thead > tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) > td,
.ant-table-tbody > tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) > td,
.ant-table-tbody > tr:last-child > td:hover.ant-table-row-selected > td {
  background: #f9f9f9;
}
.ant-table-scroll .ant-table-body {
  border-radius: 0 0 4px 4px;
}
/* Select 选择器 */
.ant-select-show-arrow .ant-select-arrow,
.ant-select-show-arrow.ant-select-open .ant-select-arrow {
  top: 32%;
  width: unset;
  fill: #999;
}
.ant-select-dropdown {
  border: 1px solid #dcdfeb;
  background: #fff;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
}
.ant-select-dropdown .ant-select-dropdown-content {
  margin: 4px 8px;
}
.ant-select-dropdown .ant-select-item {
  border-radius: 4px;
  color: #333;
}
.ant-select-dropdown .ant-select-item.ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  font-weight: 400;
  color: #3054eb;
  background: rgba(48, 84, 235, 0.1);
}
/* 分页 */
.galaxy-pagination .ant-pagination-prev .ant-pagination-item-link,
.galaxy-pagination .ant-pagination-next .ant-pagination-item-link {
  border-radius: 4px;
}
.galaxy-pagination .ant-pagination-prev,
.galaxy-pagination .ant-pagination-next,
.galaxy-pagination .ant-pagination-jump-prev,
.galaxy-pagination .ant-pagination-jump-next {
  height: 28px;
  font-size: 12px;
  line-height: 28px;
}
.galaxy-pagination .ant-pagination-item {
  min-width: 28px;
  height: 28px;
  border-radius: 4px;
  line-height: 26px;
}
.galaxy-pagination .ant-pagination-options-quick-jumper {
  height: 28px;
  font-size: 12px;
  line-height: 28px;
}
.galaxy-pagination .ant-pagination-options-size-changer.ant-select {
  margin-right: 16px;
}
.galaxy-pagination .ant-pagination-options-quick-jumper input {
  min-width: 28px;
  height: 28px;
  margin: 0 16px;
  border-radius: 4px;
  font-size: 10px;
  line-height: 26px;
  font-weight: 400;
}
.galaxy-pagination .ant-select:not(.ant-select-customize-input) .ant-select-selector {
  height: 28px !important;
}
.galaxy-pagination .ant-pagination-total-text {
  height: 28px;
  font-size: 10px;
  line-height: 28px;
  font-weight: 400;
}
.galaxy-pagination .ant-select-single.ant-select-show-arrow .ant-select-arrow {
  top: 50%;
}
.galaxy-pagination .ant-select-single .ant-select-selector .ant-select-selection-item {
  font-size: 10px;
  line-height: 26px;
  font-weight: 400;
}
.galaxy-pagination .ant-pagination {
  font-size: 10px;
  font-weight: 400;
}
.galaxy-pagination .ant-select-dropdown .ant-select-item {
  font-size: 10px;
}
/* Modal 对话框 */
.ant-modal-header {
  padding: 32px 32px 16px;
  border-bottom: none;
}
.ant-modal-close {
  top: 14px;
}
.ant-modal-body {
  padding: 0 32px;
}
.ant-modal-footer {
  padding: 16px 32px 32px;
  border-top: none;
}
.ant-modal-footer button + button {
  margin-left: 16px;
}
.ant-modal-confirm-body .ant-modal-confirm-content {
  font-weight: 400;
  color: #000;
}
.ant-modal-confirm .ant-modal-confirm-btns button + button {
  margin-left: 16px;
}
.ant-modal-title,
.ant-modal-confirm-body .ant-modal-confirm-title,
.ant-drawer-title {
  font-size: 20px;
  line-height: 24px;
  color: #333;
}
/* Tabs 标签页 */
.ant-tabs-bar {
  margin: 16px 0 0 0;
  text-align: left;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab {
  margin-right: 4px;
  border-radius: 4px 4px 0 0;
  border: unset;
  color: #999;
  background: #eaebed;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab:hover {
  font-weight: 500;
  color: #666;
  background: #fff;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab .efssc-icon.efssc-icon-close-circle {
  margin-left: 8px;
  vertical-align: -0.45em;
  fill: #979797;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab .efssc-icon.efssc-icon-close-circle:hover {
  fill: #666;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab .efssc-icon.efssc-icon-close-circle svg {
  width: 24px;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-active {
  font-weight: 500;
  color: #666;
  background: #fff;
}
.ant-calendar-range-picker-input {
  text-align: unset;
}
.ant-calendar-picker-input .ant-calendar-picker-icon {
  margin: -11px 3px 0 0;
}
.ant-form-item-explain {
  position: absolute;
  bottom: -24px;
  min-height: 16px;
  font-size: 12px;
  line-height: 16px;
  white-space: nowrap;
}
.ant-form-item-explain.ant-form-item-explain-error {
  color: #fa541c;
}
.ant-select-selection-overflow {
  flex-wrap: nowrap;
  overflow: hidden;
}
/* Drawer 抽屉 */
.ant-drawer .ant-drawer-header {
  padding: 32px 32px 0;
  border-bottom: unset;
}
.ant-drawer .ant-drawer-body {
  padding: 0 24px 100px;
}
.ant-form-item-label > label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::before {
  font-family: unset;
  color: #fa541c;
}
.ant-table-placeholder {
  border-right: 1px solid #dcdfeb;
  border-left: 1px solid #dcdfeb;
}
.ant-table-placeholder .ant-empty-description {
  font-weight: 400;
  color: #333;
}
.ant-input-affix-wrapper .ant-input-suffix :not(.anticon) {
  line-height: 0;
}
/* Radio 单选框 */
.ant-radio-wrapper {
  margin-right: 4px;
}
.ant-radio.ant-radio-checked .ant-radio-inner {
  background-color: #3054eb;
}
.ant-radio.ant-radio-checked .ant-radio-inner::after {
  top: 8px;
  left: 8px;
  width: 14px;
  height: 14px;
  background-color: #fff;
}
/* Checkbox 多选框 */
.ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
  background-color: #3054eb;
}
.ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner::after {
  height: 2px;
  background-color: #fff;
}
/* Divider 分割线 */
.ant-divider {
  border-top: 1px solid #dcdfeb;
}
.ant-divider-vertical {
  margin: 0 16px;
  border-top: 0;
  border-left: 1px solid #dcdfeb;
}
.ant-modal-body .ant-divider-horizontal {
  margin: 16px 0;
}
.ant-drawer-body .ant-divider-horizontal {
  margin: 24px 0;
}
/* Breadcrumb 面包屑 */
.ant-breadcrumb {
  padding: 8px 0 0 26px;
  font-weight: 500;
}
/** 页面 */
.member-detail-avatar.ant-popover .ant-popover-inner {
  border-radius: 184px;
}
.member-detail-avatar.ant-popover .ant-popover-inner-content {
  padding: 6px;
}
.member-detail-avatar .ant-image-img {
  width: 100px;
  height: 100px;
}
.member-detail-avatar .ant-image-mask {
  border-radius: 50%;
}
.slot-ellipsis-text {
  max-width: 50%;
  word-wrap: break-word;
}
#FieldInfo .ant-drawer-body {
  padding-top: 0;
}
#TaskMgt .ant-progress-line {
  width: 90%;
}
.galaxy-video .ant-modal-body {
  padding: 0;
  line-height: 0;
}

@charset "UTF-8";
/** 公共变量 */
/** 全局样式 */
/** 全局样式 */
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: PingFang SC, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, apple color emoji, segoe ui emoji, Segoe UI Symbol, noto color emoji;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ul,
ol {
  list-style-type: none;
}

/** 滚动条美化 */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  width: 6px;
  border-radius: 2em;
  background: rgba(16, 31, 28, 0.1);
}

::-webkit-scrollbar-thumb {
  min-height: 28px;
  border-radius: 2em;
  background-color: rgba(16, 31, 28, 0.5);
  background-clip: padding-box;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #101f1c;
}

.galaxy-flex {
  display: flex;
}

.font-size-16 {
  font-size: 16px;
}

.primary-color {
  color: #3054eb;
}

.white-space-nowrap {
  white-space: nowrap;
}

.input-clean-on .anticon.anticon-close-circle.ant-input-clear-icon {
  visibility: hidden !important;
}

.input-clean-on:hover .anticon.anticon-close-circle.ant-input-clear-icon {
  visibility: visible !important;
}

.input-addon-after-icon {
  border-radius: 4px 0 0 4px !important;
}
.input-addon-after-icon .ant-input-group-addon {
  padding: 0 16px;
}

.full-width {
  width: 100%;
}

/* 盒模型 */
.flex {
  display: flex;
}

.inline {
  display: inline;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

/* 填充模型 */
.fill-container {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.fill-vertical {
  height: 100%;
  box-sizing: border-box;
}

.fill-horizontal {
  width: 100%;
  box-sizing: border-box;
}

/* 定位相关 */
.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.display-center {
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* 浮动相关 */
.left-float {
  float: left;
}

.right-float {
  float: right;
}

.clear-both {
  clear: both;
}

/* 指针悬浮相关 */
.cursor-pointer {
  cursor: pointer;
}

/* 页脚 */
.page-footer {
  position: fixed;
  bottom: 0;
  left: 200px;
  z-index: 2;
  width: 100%;
  height: 76px;
  padding-right: 240px;
  background: #fff;
  transition: 0.2s cubic-bezier(0.05, 0.74, 0.2, 0.99);
  box-shadow: -8px 0 8px 8px rgba(234, 238, 253, 0.4);
}
.page-footer-collapse {
  left: 80px;
  padding-right: 120px;
}

/** 更多操作（dropdown样式） */
.ant-dropdown-style {
  width: 168px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
}
.ant-dropdown-style .ant-dropdown-menu {
  padding: 8px 8px;
}
.ant-dropdown-style .ant-dropdown-menu-item {
  padding: 8px 8px;
  color: #3054eb;
}
.ant-dropdown-style .ant-dropdown-menu-item:hover {
  border-radius: 4px;
}

/** 登出 */
.dropdown-user-info .ant-dropdown-menu {
  padding: 10px;
}

.text-align-center {
  text-align: center;
}

.text-align-start {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.text-align-end {
  text-align: end;
}

.flex-end {
  display: flex;
  justify-content: flex-end;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-4 {
  margin-top: 4px !important;
}

.mt-8 {
  margin-top: 8px !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-4 {
  margin-left: 4px !important;
}

.ml-8 {
  margin-left: 8px !important;
}

.ml-16 {
  margin-left: 16px !important;
}

.mr-4 {
  margin-right: 4px !important;
}

.mr-8 {
  margin-right: 8px !important;
}

.mr-16 {
  margin-right: 16px !important;
}

.modal-footer {
  margin: 16px 0 32px 0;
  text-align: end;
}

/** table中’\n’显示换行 */
.white-space-pre-line {
  white-space: pre-line;
  word-wrap: break-word;
}

.flex-nowarp {
  flex-wrap: nowrap;
}

.display-none {
  display: none;
}

.visibility-hidden {
  visibility: hidden;
}
@font-face {
  font-family: 'iconfont'; /* Project id 4250313 */
  src: url(data:font/woff2;base64,d09GMgABAAAAAAsQAAsAAAAAFPgAAArDAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHFQGYACECgqbEJV3ATYCJAM0CxwABCAFhGcHgTUbfhEjEfaDk6KR/UUCb4i/qXdIFR/BthXCt36OlgjD0KVu04kEY/IB2ua/Kzg5DhFM2EaoC7RXAXYc2sxolgmuMBaV/Kg0fsO2nywqPwEwWFcmrZM7rwv6Rw3q3folfJNv8p1x612fgMHSmhY3Fj5CPcnakUefHkEOS+BgQ4Z4bojd/13LLLDsqwZKwZEwrXWTyRb+JLPbX85siaY4KSAeOkC97iRQywdArsLfO6PVGYzNdrgKJIxK/Mj3AQFAglhMApmcml0MmbVm9lSoQINeTABuf8La0lQD9lQEOiWCAOsW5T2Q5oj1YACyk+wHsM78+8R1xBMsQIKhQJ8kvzGlHl9eKrhUSdm9doD6B5LVN4ncnwTAAKAARPashGhN99aDsiHS5JI4L40xmkFj2KVKrxeXCiTrtwTEx7Q+kICDFNT/eWAgAgkCIESgXIpF+33Flwo4QnwXhUCwEEVA+EAUAyGBEIDgIMxgdYgSICiIUiBoiDIgGIhyIEQQFSgHCYhK5Kw35+UBKgAZAH0CYOpAzXpzqBgEfMCB5W0URCBW2MFI+cj8waJIQVO1cCMVEskpROsaBq2CoWLFcX8e6QZENKx/QMzWR8NqOeIUPF9ebARFWHnRKf/O0ha1M5jnSFbgs4N0YIKN9ZH+8ftns2y3lKd73hR2vNBTOTMgNB+T7Yaeia2JZNvOl9k6Ur9LzLn+nj3OR3oqqKZ4Jqxngu4N1QwoppnCmKd8TygoyZCWNMygagTmBCUd0tIsGYi4g3dXs8K6baUDuz/oyXoGQ56x7ZBmh2fFn85RI5pqr/4byW2zO3l7NLPH+l/bucOOtXgb0tuVNtYRSoosaZA2npgXaF6gg7N8up/0TbGZgRcqD8ui+nqzkKSxgKCQNxADAWAoI4gFDJEMEAT+J39YBBFAbA6EzONSvgiX0wWEIErEQzGnU/JmQCWQFvBXkkUlLA+XlsZFIGgahFSXtbp7I9YFRIKGWr1NASbd1ai9cCkNZWqz1PYgpBNrdx51Y9eAhhATqY4xV4GQeCwSoTucKCixBC19sPTk79oixLQaaDYD2gGw7oUE5ZsixenvQmsbznngYdd16MnOl7AF+Jb7PvU85jjEddGC56uVl9J8p9UsCMnh+BqBOM2QWki22o0IBYCVDwQdGm0F8iOtxDBk1Uqa/WpFe4uqaSRRUbjutGYlTFeh3iz/TNdxscc+pZrZ5IxMk/gj4pkTrZdG+YXhY83bVBJIHm06P8Qujhxv2a7Rt6DJ2ekg7+4QprY1u9w/kREhPZ2/2jKOxx8d29kGQk7lrjS7mMuuT9HzZtEXZyPa5wtNxTowP1GXsDbVn6vz+7zAf8VoiyfqYX8L3u/Af1Ks2V0nqcH6dWjfEQH/OBhRvT2hEvP2sdLR0Hm1yByaUzM+eXWlvAAnE4q2Hl12VeQ5IFnX6KoCC1marU8vVRY1zhQgolakL7ytoQTtde/UDUS6EGI98H1acLIuD85anpc1Pis13diYJf2kqv4COo1THZdzlSiojGng28uhFDHrvc4z6P27TdoKy5JmtO3WlCUoI9u6fnxPP39Pd9877W/3FrefOtXtdttdrq6TJ8u6il0uBSlvLzmls4UFYYVzKzkzJzxTu8V6oQlju4pAe6eLuoUNNZDv3mHfLrHatEi2yacm3cBbv1N/Z+X9+4b1KTN009kE1pZoEyeJbQFRJ1Impty7J0wsDgvXHxAr7/zV8LrG15UcI78QU/HPe3dFyg0PFdvCkoRxQnKWP9qZqcxSftK/5MmogQUVY1SBqvSsBV8nKgY50srHkOtZCSGNGh+QIkuLsvz65rhDg5s7pZ0j0/z/eG3i+InBvOC1Pzy/c2QX19k8+NC4N3+1RMnSAlLGR/GQsOvJMeVpjmhfYWF0+q4sdYO1XLvStPCCe4T7wS12pbbc2qDO2hX9xgvzOr3t0e3ezuZV/OLv1d8v4QP6Df3r4vRie6JdnMTKISyUVzrUHZ9TzRikUHW6XNtV20XGThUMxRFCRHFqZ7E5wiw40WvzGva4chci6K1CqF8oeJ0QEWHIZyBvvaJDIUg0GASAf1m7GS88a0JD1+i1ybRAp3zpF2c6YYilNZ9oBIbhNB9r7EErxgT5GDSvaMw71eATNGZFkD3uiUYxjDCQHjqIMTkMsbpveDNPZpQGM3ncqNYW45bWLSc2bznDCLR952Q0RlOr6YSw36cFxhB277fwfVMyMnbf0DOFCc3awc0a5elzUfUYcU15zhmtxND5Q3Iu12WOnM4uTWy2jr9jGtIxZJ8mvjA2trCOaYanzn6S2aawToPDWpnK5vAKGXg9f5I7F146sqWt7hV9/7Yt1rLyonVjeL1Kz1crZZOtosm5hpnr88qU1WT3MUXrystOb+7cv80iNCTVcJKqhqp1/Kv8dp8HX2vkr+Sg8onNQ8Y+k0CmUClkrw7YLlGu324pbkwsCry/jiBTqP1kAq9D+zqjdU+JY6mjaY81pkfaE+Pzb/Ir8TPe3ViWOzsjrD+RyzU6zKFnEZW09dxa4OdYIL/dIyQcDM95T34e6XdL/l5VOMKrDm+cNK8yxKRd7zetaljX0O4p1QcmZIwdmDQrc50xq/tQ4mBjzX5te4nNFadvL5AnxZ+f2Zzc1uOMilzOdiZwOcamHyd6LTNz9sCkZV7j1XPl4ZW2c3am3ZT56az9Y5ffNmWte3vaqHGz5+fNrx+0R8g5M2asSaBz6LnAQk9SwU7fnKUwT3LDMiumec51InMCajLsvsu3w83rZP9WV+9Q6dUdW7Zs5MGbtwh5sX0PdkKE8q9MB6dnwaWbNvMhjbSbaaA1EuVb7Iai8dANjDMW3LnASfJSg531nR7GnAJuTa9j+vLVuH79LZXvZxW63Mh3v5yo+0LqLeI8Ip9wnLtTdJ1DELjr0js/NI6gea2t84KF7Xxsc5rprfOCNp+Rpi+ZKHlS4PVoLRdMFy0my0XTBYtrdlxMYVFsLdMMT5399J3BNQWG3KFVawtlfmqdrHFsyaii6tjJcdOUCJs0qstNynVtJplilme6Lrda784Pmte1RqftsbO3TfOC9o7pYX4YVaIPpQ7t+Fb/nj5L2xPQ1N4DdDdlQxz5CD4CFmWm4mwPdYDSmXHvUT9TWXG3KDfFRT6k+iwPtT9tcpmIPeS/0AuP1u/623U//LvblmTxnfCQ5f6dXXL2+miPmdc+Z/8usdzsL5VVSW98bkd3P+oAno6jKcycD85qSODhAmeTACR6E+AFrVbgv3Y8yh/tkgDrcx0JCTHUhAILvT8dbCAMOMQTEVhMJBJEIMXJQYnpoBBO+1QOxnIQAnKcICRk+IhQkOMHfzr4FGEQiMtEBDleEgnMBH8yDoOJFdlbEdgEh+MVDKMombuZvn4L1T2WqJZ/UapBE8zDFOz8ElGUKnapJ7W0JkEWCvB5eDHhPUEqZAVrg24tHcZRxu0yMAqrtyKwydQcjtfMhlGUyzf/v/ctVPdYcvr/y1I1nfgO8zDl8P/iMde0PRlaT2ppRErgUEhHgM+TBvDHNoIUb1vB7t5Bl7DTYdSXk3n50L4ZFJxD7Wakb8hDUwiVRmcwWWwOlyeRNK8/gMqmpweGXkSO5VV34hSV6hi9eb5pI7sbVXW3vV8uBm9oDn1fmcao+EHdcTrH+1tQOjQ1oblGuTD8rmrq2axW) format('woff2'), url(data:font/woff;base64,d09GRgABAAAAAA1sAAsAAAAAFPgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAARAAAAGA8Zkk3Y21hcAAAAYgAAACNAAACCn+f63tnbHlmAAACGAAACPUAAA2QciiWQ2hlYWQAAAsQAAAALwAAADYngLPbaGhlYQAAC0AAAAAeAAAAJAhpBCBobXR4AAALYAAAABIAAAA0NJIAAGxvY2EAAAt0AAAAHAAAABwXPBpebWF4cAAAC5AAAAAfAAAAIAEiAOBuYW1lAAALsAAAAUAAAAJnEKM8sHBvc3QAAAzwAAAAewAAALXcHJ/reJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGHhZpzAwMrAwNTJdIaBgaEfQjO+ZjBi5ACKMrAyM2AFAWmuKQwHngU+i2Fu+N/AwMB8hwFIMjCiKGICAHp7DRh4nO2RyQ0CQQwEa9hhuTYUAiCN5b6evIiK6JzG0p5+kASWypJbth/dwBzoxFZUKG8KWS+ppekd66ZXdm2nph7PaVIfs2vWJQuWrLS7YdBN1eeeWe6Wnn8NrX9+U4xGvhF7IweJg5GXxNFkAnEy8pc4m/bnYjLFuJrMI24mE467USLEwygbpWgoX/l3J3cAAAB4nH0WW2wcV/Xeedx5z85rZ3a93je7E++Ytb27M+ttEtuxQ0niPFCS3aCixikE1CRqKa8gFdRaFaiPVG0q0YCEStMKCSmx+IlaCYTU8INEkfgAORKgCANCFUrFT0SlfHjCubObNg4JM7Nnzj33nLNz3hcJCN1+izvHPosUlEG70Q/QL9Fv0B8RwpUm7szhdst1iNCaw50mrujYKWBWIJUpXO90cdStRQUmhV2vGzUZgdexgIHFLeICjuZx3Y5cr4BbUXcOexQTSIHZjluu5wo69us6CLpEgLvug3KSEAED9iamxDpg7ZnWHOPXo26U8HoFVnC9Oaok6tbnmG5EBeq+jit1n3jDL2y3ok5dgI9vFbCjU0OYvZqnwePk8055tlyeXaTADdI70zddF9fsHBaNgqcwRq1qsm5zRym+NTZtxX9Ou2765vjy/vF85paWIZzlWjyf0ZZaEk84LJsyVm3OTbGurjoKK0hY6uzRcxznZByOy+l7OkARWMVRdZdNuZytURGO8FLbEKcaPOP5LiulM6lmp2lkHIl1fY/hG1NiOmtMNCeM7Ckto8GTzufPl3uLvXICmEBzc642PjG+r9zb1SuVZpdmS/EfGq57EwwCvzMOVtyisc4b/yzt+LTLOIxrx39xoociMMZxxvMF3GVlVVIUSZVZe0rMKJJtSrr68B7dwFhxPEnOy1Ga03U1ebh0pIzLkucoGBv6nodVXTJtScmIU4Ngrzo+TvLBjGsq1FuK6c4EeTI+ru4NDNmwLEN+XvNynp5v5FsV6vYlagaCC1PAfIQ/QiZCNbc1D2kCoYPkqqQwcbAj5aT33pNylrQuj8nr0r8kurQpSilIovLsgAWABMjfFLKRh6bQLrQMysN2Wki3w241bAvtsFpLV8M8bodsOaymqxWSNh23XW5FodmpBzis8sBbhh8kfB6Xw07Uxg6pliv10CzjoN/vXx7QCyNAb6OgX221qgyisB/E6wEGkpXdvJS1mCBrxcjKMgPcD4LkuRysBvTB60HQqsbojmzQpyqzVp+KrlvZrIVXwSQFavKv7FtsGSxcRPvR59Aj6Dh6HH0dfRd9D30fIdtLC028E3egBsBbYE0eO97w5Xp3m+bPUTYwMIKXD5zgWAGWFa8T0VLM46oHjvGGZoPBvFk1bRNWoATMr1L7KWsIGP3D7bjmh13K62++8grL87/m+EscV5zESnEy6zBBkRkUA8bJThYjbNoFnn+BYzVtoLGEG3Dk9OnTlzZ4Qvh44/SldzlCuPhE8no3oW7gI6dOMRyz8alqFfNcnyMWgwM8WezzJCiuejVJlOJrxcnJIm4AWvNWiwHh+/l0FrgYbh/VFC28DhfhVnmyEF/FyQ/+7xrVjxtAJPwqRxbL9RLH9/kvg79F8Pc77O/ZZZRGFdRBp9Ez6Bx6E62BpztzDLgSvFFgdEag6cDf3QyrTTyHu5BCkClDv0PTK9IWVsCpYfMMMKThEEk7hHoRXJm41B8h0N5AC+2aOqYZl9CamB+GiApW6jy0wvJw4VG+KXwPQ5jKVW0GbZudPxlJS08sbF71e8zF1pGZmSNfouCbYS144rOWHiPNtrXvKGPCyZPCmEfI0VlKOM6coK8T9pg9RJjj9DV7lBD8JyknnxB4wZRvJ8JrZRnHiq1dpgsA+BhnyBjplqWvVWRsjVHueM3W+pTU12zmhl3NpXp+fEVc/tqzp3bgnl8afRYFL73wqIQPUGWbDWD+gBB1bU0l2phyHj6H0wEcpLsHAdE5AOeVsfiMjMUBcSzVzlkFaewsMIzZ9jZZgVdeyjlY6gu2B9ScZY1q6t/sOqugHGqjw1BRT6Ln0IvoNfQjdBH9DCINI6YbtWBQwe0IyVyqwDyCu8OnYbSR6mi5E4/GWuSFHX80u+CG8Cdjrt3qunMMHWFwV+f+RxL2CX+H0ft4M6y1IXOa2KMf0tZxCKVdwDAgQGk16gptkoJMec7xG1HvmV634duaZvuNLiyihu9ozMK2ffmlg/PDlZefevr5p6fyg9p4K8Fa4/U6RZe+/eiu155qTDz5Ns8VxH3Swsu1+kjGLcB2ayoT/5BKL01OmBOLB0Z7+Of7xII0vfAPllCpXbCY2iVd4biMeEj0iofEjCh6zHlD00W4dM2QVfnuxSMH+VpeFQW6IMdUOWWZhrz4dq3gminLSpluoRaj4WqsbB0/9/LKTlne3Zne/1MWNKiGLAxUyTC59mdAr8n1GupQMVkOd9vG8heItjucWf5VZ7dj7J9+SlDCiYnwJxORZYV0OqDb/2F/x9ITzhTaN6xqWjlF7A6Le9Tp7a1jgdJoe/Vob4TccB3onhVaeXMMyMKMSIru725d3y2n8AG/1/M3G34vKSDmGoXxlbRPN1/U7BV5zJYuwCB7nfCcZphkxWYu07qwjcMK1EaDijNnoQguUUkM8pZxWL1m6ddXZDsnXZCkC8QwVZ4nK9d1mtMkmRMXYU6kUBEsm0eH0ApYN5wDYCBt+vUqf6fVjxpFbWgl3U+sHO1TL9zZ/7/yl2knXecEgYs3JovrtBsDYEqUsj7s7Z+Q47P3594YEUFAGdEmi0DcHFB+5tKIvDlI6CPFIPEJ8z3nh+TQ4NcrxIGowlEi6jAf3nN+wB8mBwgrJ12T4MlRcT45Q7zBXEcqyqIG6sIZGPIjGjZbmgHpuxe1qAXqaR408TymreGBrCcNlUWqYaibCcQ3FNNU4rRqMG9InnhGFM8oJVE5dkzcPHP37t1SzFXAMobxW9j0TLMEMlBnZxSxROW8v6kJ+f0h0zAf3oc8LyW2NNF2tAf16Uk+GVXDsbXlWGxX4MydDKWwQ7tfMqa8B1q0ZcGgUlQsRgsUrE8f/eLR6QS89NjhQ8etnP1Qd+Wxr0L7f9zS8UJSCVfpMLg/zmyUwoWoVIoWwtK3Zj4eWfEHwcSrhynrVz5/dKYFjb007PLf2PLaEsM8mkARWronhh4NmefSsVnvQG60PDplR/tbQsg/MIQ/FsVjx6jraehE700aMHwj2b11B4vh+BvfuF8I34GYgzhEPAmh2KOR88xf3BPC/wLxPS/fAAAAeJxjYGRgYADit3PqneP5bb4ycLMwgMDD1+b3EfT/hSzdzPVALgcDE0gUAF8WDHsAeJxjYGRgYG7438AQwzKJAQhYuhkYGVABLwBfpgOTAAB4nGNhYGBgmQTEDMRjACCyAMcAAAAAAAABPgFeAcoCggN0BHIE3gVeBYAF5gZiBsh4nGNgZGBg4GW4wsDNAAJMQMwFhAwM/8F8BgAfWgIDAHichZE9bsJAEIWfwZAElChKpDRpVikoEsn8lEipUKCnoAez5ke211ovSNQ5TY6QE+QI6Whzikh52EMDRbza2W/evpkdyQDusIeH8rvnLtnDJbOSK7jAo3CV+pOwT34WrqGJnnCd+qtwAy94E26yY8YOnn/FrIV3YQ+3+BCu4AafwlXqX8I++Vu4hgf8CNep/wo3MPGuhZtoeeHA6qnTczXbqVVo0sik7niO9WITT+2pPNE2X5lUdYPOURrpVNtjm3y76DkXqciaRA15q+PYqMyatQ5dsHQu67fbkehBaBIMYKExhWOcQ2GGHeMKIQxSREV0Z/mY7gU2iFlp/3VP6LbIqR9yhS4CdM5cI7rSwnk6TY4tX+tRdXQrbsuahDSUWs1JYrLiDzzcramE1AMsi6oMfbS5ohN/UMyQ/AHYk29XeJxtjEEOwiAURBmstLbF47n/gQpfG9BWonJ6SWDpW72ZSUZIURnFfzQkDuhwhEKPASeMmDBD4yzUZTGvuMn0GAytS7C0aZ+ijcG5RGHlKXu+pua7T7fm84cpE9egjafgbEudje/Q51Ldicsbf0tdJ7X7mJ4sxA/o1S1iAA==) format('woff'),
    url(../../static/fonts/iconfont.d85d58dc.ttf) format('truetype'), url(../../static/img/iconfont.6562d32a.svg#iconfont) format('svg');
}

.iconfont {
  font-family: 'iconfont' !important;
  font-size: 24px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-Vector::before {
  content: '\e65c';
}

.icon-up::before {
  content: '\e65b';
}

.icon-calendar::before {
  content: '\e657';
}

.icon-huodongguanli::before {
  content: '\e658';
}

.icon-zhifuguanli::before {
  content: '\e659';
}

.icon-shujuguanli::before {
  content: '\e65a';
}

.icon-xiazaiguanli::before {
  content: '\e651';
}

.icon-changdiguanli::before {
  content: '\e652';
}

.icon-down::before {
  content: '\e653';
}

.icon-zhankai::before {
  content: '\e654';
}

.icon-huiyuanguanli::before {
  content: '\e655';
}

.icon-shouqi::before {
  content: '\e656';
}

/*!
* QWeather Icons (https://icons.qweather.com)
* Copyright QWeather 和风天气 (https://www.qweather.com)
* License:  Code for MIT, Icons for CC BY 4.0
*/

@font-face {
  font-family: "qweather-icons";
  src: url(../../static/fonts/qweather-icons.48d6ec7c.woff2) format("woff2"),
url(../../static/fonts/qweather-icons.b354896e.woff) format("woff"),
url(../../static/fonts/qweather-icons.0414845d.ttf) format("truetype");
}

[class^="qi-"]::before,
[class*=" qi-"]::before {
  display: inline-block;
  font-family: "qweather-icons" !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.qi-100::before { content: "\f101"; }
.qi-101::before { content: "\f102"; }
.qi-102::before { content: "\f103"; }
.qi-103::before { content: "\f104"; }
.qi-104::before { content: "\f105"; }
.qi-150::before { content: "\f106"; }
.qi-151::before { content: "\f107"; }
.qi-152::before { content: "\f108"; }
.qi-153::before { content: "\f109"; }
.qi-300::before { content: "\f10a"; }
.qi-301::before { content: "\f10b"; }
.qi-302::before { content: "\f10c"; }
.qi-303::before { content: "\f10d"; }
.qi-304::before { content: "\f10e"; }
.qi-305::before { content: "\f10f"; }
.qi-306::before { content: "\f110"; }
.qi-307::before { content: "\f111"; }
.qi-308::before { content: "\f112"; }
.qi-309::before { content: "\f113"; }
.qi-310::before { content: "\f114"; }
.qi-311::before { content: "\f115"; }
.qi-312::before { content: "\f116"; }
.qi-313::before { content: "\f117"; }
.qi-314::before { content: "\f118"; }
.qi-315::before { content: "\f119"; }
.qi-316::before { content: "\f11a"; }
.qi-317::before { content: "\f11b"; }
.qi-318::before { content: "\f11c"; }
.qi-350::before { content: "\f11d"; }
.qi-351::before { content: "\f11e"; }
.qi-399::before { content: "\f11f"; }
.qi-400::before { content: "\f120"; }
.qi-401::before { content: "\f121"; }
.qi-402::before { content: "\f122"; }
.qi-403::before { content: "\f123"; }
.qi-404::before { content: "\f124"; }
.qi-405::before { content: "\f125"; }
.qi-406::before { content: "\f126"; }
.qi-407::before { content: "\f127"; }
.qi-408::before { content: "\f128"; }
.qi-409::before { content: "\f129"; }
.qi-410::before { content: "\f12a"; }
.qi-456::before { content: "\f12b"; }
.qi-457::before { content: "\f12c"; }
.qi-499::before { content: "\f12d"; }
.qi-500::before { content: "\f12e"; }
.qi-501::before { content: "\f12f"; }
.qi-502::before { content: "\f130"; }
.qi-503::before { content: "\f131"; }
.qi-504::before { content: "\f132"; }
.qi-507::before { content: "\f133"; }
.qi-508::before { content: "\f134"; }
.qi-509::before { content: "\f135"; }
.qi-510::before { content: "\f136"; }
.qi-511::before { content: "\f137"; }
.qi-512::before { content: "\f138"; }
.qi-513::before { content: "\f139"; }
.qi-514::before { content: "\f13a"; }
.qi-515::before { content: "\f13b"; }
.qi-800::before { content: "\f13c"; }
.qi-801::before { content: "\f13d"; }
.qi-802::before { content: "\f13e"; }
.qi-803::before { content: "\f13f"; }
.qi-804::before { content: "\f140"; }
.qi-805::before { content: "\f141"; }
.qi-806::before { content: "\f142"; }
.qi-807::before { content: "\f143"; }
.qi-900::before { content: "\f144"; }
.qi-901::before { content: "\f145"; }
.qi-999::before { content: "\f146"; }
.qi-1001::before { content: "\f147"; }
.qi-1002::before { content: "\f148"; }
.qi-1003::before { content: "\f149"; }
.qi-1004::before { content: "\f14a"; }
.qi-1005::before { content: "\f14b"; }
.qi-1006::before { content: "\f14c"; }
.qi-1007::before { content: "\f14d"; }
.qi-1008::before { content: "\f14e"; }
.qi-1009::before { content: "\f14f"; }
.qi-1010::before { content: "\f150"; }
.qi-1011::before { content: "\f151"; }
.qi-1012::before { content: "\f152"; }
.qi-1013::before { content: "\f153"; }
.qi-1014::before { content: "\f154"; }
.qi-1015::before { content: "\f155"; }
.qi-1016::before { content: "\f156"; }
.qi-1017::before { content: "\f157"; }
.qi-1018::before { content: "\f158"; }
.qi-1019::before { content: "\f159"; }
.qi-1020::before { content: "\f15a"; }
.qi-1021::before { content: "\f15b"; }
.qi-1022::before { content: "\f15c"; }
.qi-1023::before { content: "\f15d"; }
.qi-1024::before { content: "\f15e"; }
.qi-1025::before { content: "\f15f"; }
.qi-1026::before { content: "\f160"; }
.qi-1027::before { content: "\f161"; }
.qi-1028::before { content: "\f162"; }
.qi-1029::before { content: "\f163"; }
.qi-1030::before { content: "\f164"; }
.qi-1031::before { content: "\f165"; }
.qi-1032::before { content: "\f166"; }
.qi-1033::before { content: "\f167"; }
.qi-1034::before { content: "\f168"; }
.qi-1035::before { content: "\f169"; }
.qi-1036::before { content: "\f16a"; }
.qi-1037::before { content: "\f16b"; }
.qi-1038::before { content: "\f16c"; }
.qi-1039::before { content: "\f16d"; }
.qi-1040::before { content: "\f16e"; }
.qi-1041::before { content: "\f16f"; }
.qi-1042::before { content: "\f170"; }
.qi-1043::before { content: "\f171"; }
.qi-1044::before { content: "\f172"; }
.qi-1045::before { content: "\f173"; }
.qi-1046::before { content: "\f174"; }
.qi-1047::before { content: "\f175"; }
.qi-1048::before { content: "\f176"; }
.qi-1049::before { content: "\f177"; }
.qi-1050::before { content: "\f178"; }
.qi-1051::before { content: "\f179"; }
.qi-1052::before { content: "\f17a"; }
.qi-1053::before { content: "\f17b"; }
.qi-1054::before { content: "\f17c"; }
.qi-1055::before { content: "\f17d"; }
.qi-1056::before { content: "\f17e"; }
.qi-1057::before { content: "\f17f"; }
.qi-1058::before { content: "\f180"; }
.qi-1059::before { content: "\f181"; }
.qi-1060::before { content: "\f182"; }
.qi-1061::before { content: "\f183"; }
.qi-1062::before { content: "\f184"; }
.qi-1063::before { content: "\f185"; }
.qi-1064::before { content: "\f186"; }
.qi-1065::before { content: "\f187"; }
.qi-1066::before { content: "\f188"; }
.qi-1067::before { content: "\f189"; }
.qi-1068::before { content: "\f18a"; }
.qi-1069::before { content: "\f18b"; }
.qi-1071::before { content: "\f18c"; }
.qi-1072::before { content: "\f18d"; }
.qi-1073::before { content: "\f18e"; }
.qi-1074::before { content: "\f18f"; }
.qi-1075::before { content: "\f190"; }
.qi-1076::before { content: "\f191"; }
.qi-1077::before { content: "\f192"; }
.qi-1078::before { content: "\f193"; }
.qi-1079::before { content: "\f194"; }
.qi-1080::before { content: "\f195"; }
.qi-1081::before { content: "\f196"; }
.qi-1082::before { content: "\f197"; }
.qi-1084::before { content: "\f198"; }
.qi-1085::before { content: "\f199"; }
.qi-1086::before { content: "\f19a"; }
.qi-1087::before { content: "\f19b"; }
.qi-1088::before { content: "\f19c"; }
.qi-1089::before { content: "\f19d"; }
.qi-1201::before { content: "\f2c5"; }
.qi-1202::before { content: "\f2c6"; }
.qi-1203::before { content: "\f2c7"; }
.qi-1204::before { content: "\f2c8"; }
.qi-1205::before { content: "\f2c9"; }
.qi-1206::before { content: "\f2ca"; }
.qi-1207::before { content: "\f2cb"; }
.qi-1208::before { content: "\f2cc"; }
.qi-1209::before { content: "\f2cd"; }
.qi-1210::before { content: "\f2ce"; }
.qi-1211::before { content: "\f2cf"; }
.qi-1212::before { content: "\f2d0"; }
.qi-1213::before { content: "\f2d1"; }
.qi-1214::before { content: "\f2d2"; }
.qi-1215::before { content: "\f2d3"; }
.qi-1216::before { content: "\f2d4"; }
.qi-1217::before { content: "\f2d5"; }
.qi-1218::before { content: "\f2d6"; }
.qi-1219::before { content: "\f2d7"; }
.qi-1221::before { content: "\f2d8"; }
.qi-1241::before { content: "\f2d9"; }
.qi-1242::before { content: "\f2da"; }
.qi-1243::before { content: "\f2db"; }
.qi-1244::before { content: "\f2dc"; }
.qi-1245::before { content: "\f2dd"; }
.qi-1246::before { content: "\f2de"; }
.qi-1247::before { content: "\f2df"; }
.qi-1248::before { content: "\f2e0"; }
.qi-1249::before { content: "\f2e1"; }
.qi-1250::before { content: "\f2e2"; }
.qi-1251::before { content: "\f2e3"; }
.qi-1601::before { content: "\f1a1"; }
.qi-1602::before { content: "\f1a2"; }
.qi-1603::before { content: "\f1a3"; }
.qi-1604::before { content: "\f1a4"; }
.qi-1605::before { content: "\f1a5"; }
.qi-1606::before { content: "\f1a6"; }
.qi-1607::before { content: "\f1a7"; }
.qi-1608::before { content: "\f20c"; }
.qi-1609::before { content: "\f20d"; }
.qi-1610::before { content: "\f20e"; }
.qi-1701::before { content: "\f1a8"; }
.qi-1702::before { content: "\f1a9"; }
.qi-1703::before { content: "\f1aa"; }
.qi-1801::before { content: "\f20f"; }
.qi-1802::before { content: "\f210"; }
.qi-1803::before { content: "\f211"; }
.qi-1804::before { content: "\f212"; }
.qi-1805::before { content: "\f213"; }
.qi-2001::before { content: "\f1ab"; }
.qi-2002::before { content: "\f1ac"; }
.qi-2003::before { content: "\f1ad"; }
.qi-2004::before { content: "\f1ae"; }
.qi-2005::before { content: "\f1af"; }
.qi-2006::before { content: "\f1b0"; }
.qi-2007::before { content: "\f1b1"; }
.qi-2029::before { content: "\f214"; }
.qi-2030::before { content: "\f215"; }
.qi-2031::before { content: "\f216"; }
.qi-2032::before { content: "\f217"; }
.qi-2033::before { content: "\f218"; }
.qi-2050::before { content: "\f219"; }
.qi-2051::before { content: "\f21a"; }
.qi-2052::before { content: "\f1c7"; }
.qi-2053::before { content: "\f1c8"; }
.qi-2054::before { content: "\f1c9"; }
.qi-2070::before { content: "\f21b"; }
.qi-2071::before { content: "\f21c"; }
.qi-2072::before { content: "\f21d"; }
.qi-2073::before { content: "\f21e"; }
.qi-2074::before { content: "\f21f"; }
.qi-2075::before { content: "\f220"; }
.qi-2076::before { content: "\f221"; }
.qi-2077::before { content: "\f222"; }
.qi-2078::before { content: "\f223"; }
.qi-2079::before { content: "\f224"; }
.qi-2080::before { content: "\f225"; }
.qi-2081::before { content: "\f226"; }
.qi-2082::before { content: "\f227"; }
.qi-2083::before { content: "\f228"; }
.qi-2084::before { content: "\f229"; }
.qi-2085::before { content: "\f22a"; }
.qi-2100::before { content: "\f22b"; }
.qi-2101::before { content: "\f22c"; }
.qi-2102::before { content: "\f22d"; }
.qi-2103::before { content: "\f22e"; }
.qi-2104::before { content: "\f22f"; }
.qi-2105::before { content: "\f230"; }
.qi-2106::before { content: "\f231"; }
.qi-2107::before { content: "\f232"; }
.qi-2108::before { content: "\f233"; }
.qi-2109::before { content: "\f234"; }
.qi-2111::before { content: "\f235"; }
.qi-2120::before { content: "\f236"; }
.qi-2121::before { content: "\f237"; }
.qi-2122::before { content: "\f238"; }
.qi-2123::before { content: "\f239"; }
.qi-2124::before { content: "\f23a"; }
.qi-2125::before { content: "\f23b"; }
.qi-2126::before { content: "\f23c"; }
.qi-2127::before { content: "\f23d"; }
.qi-2128::before { content: "\f23e"; }
.qi-2129::before { content: "\f23f"; }
.qi-2130::before { content: "\f240"; }
.qi-2131::before { content: "\f241"; }
.qi-2132::before { content: "\f242"; }
.qi-2133::before { content: "\f243"; }
.qi-2134::before { content: "\f244"; }
.qi-2135::before { content: "\f245"; }
.qi-2150::before { content: "\f246"; }
.qi-2151::before { content: "\f247"; }
.qi-2152::before { content: "\f248"; }
.qi-2153::before { content: "\f249"; }
.qi-2154::before { content: "\f24a"; }
.qi-2155::before { content: "\f24b"; }
.qi-2156::before { content: "\f24c"; }
.qi-2157::before { content: "\f24d"; }
.qi-2158::before { content: "\f24e"; }
.qi-2159::before { content: "\f24f"; }
.qi-2160::before { content: "\f250"; }
.qi-2161::before { content: "\f251"; }
.qi-2162::before { content: "\f252"; }
.qi-2163::before { content: "\f253"; }
.qi-2164::before { content: "\f254"; }
.qi-2165::before { content: "\f255"; }
.qi-2166::before { content: "\f256"; }
.qi-2190::before { content: "\f257"; }
.qi-2191::before { content: "\f258"; }
.qi-2192::before { content: "\f259"; }
.qi-2193::before { content: "\f25a"; }
.qi-2200::before { content: "\f2e4"; }
.qi-2201::before { content: "\f2e5"; }
.qi-2202::before { content: "\f2e6"; }
.qi-2203::before { content: "\f2e7"; }
.qi-2204::before { content: "\f2e8"; }
.qi-2205::before { content: "\f2e9"; }
.qi-2207::before { content: "\f2ea"; }
.qi-2208::before { content: "\f2eb"; }
.qi-2209::before { content: "\f2ec"; }
.qi-2210::before { content: "\f2ed"; }
.qi-2211::before { content: "\f2ee"; }
.qi-2212::before { content: "\f2ef"; }
.qi-2213::before { content: "\f2f0"; }
.qi-2214::before { content: "\f2f1"; }
.qi-2215::before { content: "\f2f2"; }
.qi-2216::before { content: "\f2f3"; }
.qi-2217::before { content: "\f2f4"; }
.qi-2218::before { content: "\f2f5"; }
.qi-2300::before { content: "\f25b"; }
.qi-2301::before { content: "\f25c"; }
.qi-2302::before { content: "\f25d"; }
.qi-2303::before { content: "\f25e"; }
.qi-2304::before { content: "\f25f"; }
.qi-2305::before { content: "\f260"; }
.qi-2306::before { content: "\f261"; }
.qi-2307::before { content: "\f262"; }
.qi-2308::before { content: "\f263"; }
.qi-2309::before { content: "\f264"; }
.qi-2311::before { content: "\f265"; }
.qi-2312::before { content: "\f266"; }
.qi-2313::before { content: "\f267"; }
.qi-2314::before { content: "\f268"; }
.qi-2315::before { content: "\f269"; }
.qi-2316::before { content: "\f26a"; }
.qi-2317::before { content: "\f26b"; }
.qi-2318::before { content: "\f26c"; }
.qi-2319::before { content: "\f26d"; }
.qi-2320::before { content: "\f26e"; }
.qi-2321::before { content: "\f26f"; }
.qi-2322::before { content: "\f270"; }
.qi-2323::before { content: "\f271"; }
.qi-2324::before { content: "\f272"; }
.qi-2325::before { content: "\f273"; }
.qi-2326::before { content: "\f274"; }
.qi-2327::before { content: "\f275"; }
.qi-2328::before { content: "\f276"; }
.qi-2330::before { content: "\f277"; }
.qi-2331::before { content: "\f278"; }
.qi-2332::before { content: "\f279"; }
.qi-2333::before { content: "\f27a"; }
.qi-2341::before { content: "\f27b"; }
.qi-2343::before { content: "\f27c"; }
.qi-2345::before { content: "\f27d"; }
.qi-2346::before { content: "\f27e"; }
.qi-2348::before { content: "\f27f"; }
.qi-2349::before { content: "\f280"; }
.qi-2350::before { content: "\f281"; }
.qi-2351::before { content: "\f282"; }
.qi-2352::before { content: "\f283"; }
.qi-2353::before { content: "\f284"; }
.qi-2354::before { content: "\f285"; }
.qi-2355::before { content: "\f286"; }
.qi-2356::before { content: "\f287"; }
.qi-2357::before { content: "\f288"; }
.qi-2358::before { content: "\f289"; }
.qi-2359::before { content: "\f28a"; }
.qi-2360::before { content: "\f28b"; }
.qi-2361::before { content: "\f28c"; }
.qi-2362::before { content: "\f28d"; }
.qi-2363::before { content: "\f28e"; }
.qi-2364::before { content: "\f28f"; }
.qi-2365::before { content: "\f290"; }
.qi-2366::before { content: "\f291"; }
.qi-2367::before { content: "\f292"; }
.qi-2368::before { content: "\f293"; }
.qi-2369::before { content: "\f294"; }
.qi-2370::before { content: "\f295"; }
.qi-2371::before { content: "\f296"; }
.qi-2372::before { content: "\f297"; }
.qi-2373::before { content: "\f298"; }
.qi-2374::before { content: "\f299"; }
.qi-2375::before { content: "\f29a"; }
.qi-2376::before { content: "\f29b"; }
.qi-2377::before { content: "\f29c"; }
.qi-2378::before { content: "\f29d"; }
.qi-2379::before { content: "\f29e"; }
.qi-2380::before { content: "\f29f"; }
.qi-2381::before { content: "\f2a0"; }
.qi-2382::before { content: "\f2a1"; }
.qi-2383::before { content: "\f2a2"; }
.qi-2384::before { content: "\f2a3"; }
.qi-2385::before { content: "\f2a4"; }
.qi-2386::before { content: "\f2a5"; }
.qi-2387::before { content: "\f2a6"; }
.qi-2388::before { content: "\f2a7"; }
.qi-2389::before { content: "\f2a8"; }
.qi-2390::before { content: "\f2a9"; }
.qi-2391::before { content: "\f2aa"; }
.qi-2392::before { content: "\f2ab"; }
.qi-2393::before { content: "\f2ac"; }
.qi-2394::before { content: "\f2ad"; }
.qi-2395::before { content: "\f2ae"; }
.qi-2396::before { content: "\f2af"; }
.qi-2397::before { content: "\f2b0"; }
.qi-2398::before { content: "\f2b1"; }
.qi-2399::before { content: "\f2b2"; }
.qi-2400::before { content: "\f2b3"; }
.qi-2409::before { content: "\f2b4"; }
.qi-2411::before { content: "\f2b5"; }
.qi-2412::before { content: "\f2b6"; }
.qi-2413::before { content: "\f2b7"; }
.qi-2414::before { content: "\f2b8"; }
.qi-2415::before { content: "\f2b9"; }
.qi-2416::before { content: "\f2ba"; }
.qi-2417::before { content: "\f2bb"; }
.qi-2418::before { content: "\f2bc"; }
.qi-2419::before { content: "\f2bd"; }
.qi-2420::before { content: "\f2be"; }
.qi-2421::before { content: "\f2bf"; }
.qi-2422::before { content: "\f2c0"; }
.qi-2423::before { content: "\f2c1"; }
.qi-2424::before { content: "\f2c2"; }
.qi-2425::before { content: "\f2c3"; }
.qi-2426::before { content: "\f2c4"; }
.qi-9998::before { content: "\f1ca"; }
.qi-9999::before { content: "\f1cb"; }
.qi-100-fill::before { content: "\f1cc"; }
.qi-101-fill::before { content: "\f1cd"; }
.qi-102-fill::before { content: "\f1ce"; }
.qi-103-fill::before { content: "\f1cf"; }
.qi-104-fill::before { content: "\f1d0"; }
.qi-150-fill::before { content: "\f1d1"; }
.qi-151-fill::before { content: "\f1d2"; }
.qi-152-fill::before { content: "\f1d3"; }
.qi-153-fill::before { content: "\f1d4"; }
.qi-300-fill::before { content: "\f1d5"; }
.qi-301-fill::before { content: "\f1d6"; }
.qi-302-fill::before { content: "\f1d7"; }
.qi-303-fill::before { content: "\f1d8"; }
.qi-304-fill::before { content: "\f1d9"; }
.qi-305-fill::before { content: "\f1da"; }
.qi-306-fill::before { content: "\f1db"; }
.qi-307-fill::before { content: "\f1dc"; }
.qi-308-fill::before { content: "\f1dd"; }
.qi-309-fill::before { content: "\f1de"; }
.qi-310-fill::before { content: "\f1df"; }
.qi-311-fill::before { content: "\f1e0"; }
.qi-312-fill::before { content: "\f1e1"; }
.qi-313-fill::before { content: "\f1e2"; }
.qi-314-fill::before { content: "\f1e3"; }
.qi-315-fill::before { content: "\f1e4"; }
.qi-316-fill::before { content: "\f1e5"; }
.qi-317-fill::before { content: "\f1e6"; }
.qi-318-fill::before { content: "\f1e7"; }
.qi-350-fill::before { content: "\f1e8"; }
.qi-351-fill::before { content: "\f1e9"; }
.qi-399-fill::before { content: "\f1ea"; }
.qi-400-fill::before { content: "\f1eb"; }
.qi-401-fill::before { content: "\f1ec"; }
.qi-402-fill::before { content: "\f1ed"; }
.qi-403-fill::before { content: "\f1ee"; }
.qi-404-fill::before { content: "\f1ef"; }
.qi-405-fill::before { content: "\f1f0"; }
.qi-406-fill::before { content: "\f1f1"; }
.qi-407-fill::before { content: "\f1f2"; }
.qi-408-fill::before { content: "\f1f3"; }
.qi-409-fill::before { content: "\f1f4"; }
.qi-410-fill::before { content: "\f1f5"; }
.qi-456-fill::before { content: "\f1f6"; }
.qi-457-fill::before { content: "\f1f7"; }
.qi-499-fill::before { content: "\f1f8"; }
.qi-500-fill::before { content: "\f1f9"; }
.qi-501-fill::before { content: "\f1fa"; }
.qi-502-fill::before { content: "\f1fb"; }
.qi-503-fill::before { content: "\f1fc"; }
.qi-504-fill::before { content: "\f1fd"; }
.qi-507-fill::before { content: "\f1fe"; }
.qi-508-fill::before { content: "\f1ff"; }
.qi-509-fill::before { content: "\f200"; }
.qi-510-fill::before { content: "\f201"; }
.qi-511-fill::before { content: "\f202"; }
.qi-512-fill::before { content: "\f203"; }
.qi-513-fill::before { content: "\f204"; }
.qi-514-fill::before { content: "\f205"; }
.qi-515-fill::before { content: "\f206"; }
.qi-900-fill::before { content: "\f207"; }
.qi-901-fill::before { content: "\f208"; }
.qi-999-fill::before { content: "\f209"; }
.qi-qweather-fill::before { content: "\f20a"; }
.qi-qweather::before { content: "\f20b"; }
.qi-sunny::before { content: "\f101"; }
.qi-cloudy::before { content: "\f102"; }
.qi-few-clouds::before { content: "\f103"; }
.qi-partly-cloudy::before { content: "\f104"; }
.qi-overcast::before { content: "\f105"; }
.qi-clear-night::before { content: "\f106"; }
.qi-cloudy-night::before { content: "\f107"; }
.qi-few-clouds-night::before { content: "\f108"; }
.qi-partly-cloudy-night::before { content: "\f109"; }
.qi-shower-rain::before { content: "\f10a"; }
.qi-heavy-shower-rain::before { content: "\f10b"; }
.qi-thundershower::before { content: "\f10c"; }
.qi-heavy-thunderstorm::before { content: "\f10d"; }
.qi-thundershower-with-hail::before { content: "\f10e"; }
.qi-light-rain::before { content: "\f10f"; }
.qi-moderate-rain::before { content: "\f110"; }
.qi-heavy-rain::before { content: "\f111"; }
.qi-extreme-rain::before { content: "\f112"; }
.qi-drizzle-rain::before { content: "\f113"; }
.qi-storm::before { content: "\f114"; }
.qi-heavy-storm::before { content: "\f115"; }
.qi-severe-storm::before { content: "\f116"; }
.qi-freezing-rain::before { content: "\f117"; }
.qi-light-to-moderate-rain::before { content: "\f118"; }
.qi-moderate-to-heavy-rain::before { content: "\f119"; }
.qi-heavy-rain-to-storm::before { content: "\f11a"; }
.qi-storm-to-heavy-storm::before { content: "\f11b"; }
.qi-heavy-to-severe-storm::before { content: "\f11c"; }
.qi-shower-rain-night::before { content: "\f11d"; }
.qi-heavy-shower-rain-night::before { content: "\f11e"; }
.qi-rain::before { content: "\f11f"; }
.qi-light-snow::before { content: "\f120"; }
.qi-moderate-snow::before { content: "\f121"; }
.qi-heavy-snow::before { content: "\f122"; }
.qi-snowstorm::before { content: "\f123"; }
.qi-sleet::before { content: "\f124"; }
.qi-rain-and-snow::before { content: "\f125"; }
.qi-shower-snow::before { content: "\f126"; }
.qi-snow-flurry::before { content: "\f127"; }
.qi-light-to-moderate-snow::before { content: "\f128"; }
.qi-moderate-to-heavy-snow::before { content: "\f129"; }
.qi-heavy-snow-to-snowstorm::before { content: "\f12a"; }
.qi-shower-snow-night::before { content: "\f12b"; }
.qi-snow-flurry-night::before { content: "\f12c"; }
.qi-snow::before { content: "\f12d"; }
.qi-mist::before { content: "\f12e"; }
.qi-foggy::before { content: "\f12f"; }
.qi-haze::before { content: "\f130"; }
.qi-sand::before { content: "\f131"; }
.qi-dust::before { content: "\f132"; }
.qi-duststorm::before { content: "\f133"; }
.qi-sandstorm::before { content: "\f134"; }
.qi-dense-fog::before { content: "\f135"; }
.qi-strong-fog::before { content: "\f136"; }
.qi-moderate-haze::before { content: "\f137"; }
.qi-heavy-haze::before { content: "\f138"; }
.qi-severe-haze::before { content: "\f139"; }
.qi-heavy-fog::before { content: "\f13a"; }
.qi-extra-heavy-fog::before { content: "\f13b"; }
.qi-new-moon::before { content: "\f13c"; }
.qi-waxing-crescent::before { content: "\f13d"; }
.qi-first-quarter::before { content: "\f13e"; }
.qi-waxing-gibbous::before { content: "\f13f"; }
.qi-full-moon::before { content: "\f140"; }
.qi-waning-gibbous::before { content: "\f141"; }
.qi-last-quarter::before { content: "\f142"; }
.qi-waning-crescent::before { content: "\f143"; }
.qi-hot::before { content: "\f144"; }
.qi-cold::before { content: "\f145"; }
.qi-unknown::before { content: "\f146"; }
.qi-typhoon::before { content: "\f147"; }
.qi-tornado::before { content: "\f148"; }
.qi-rainstorm::before { content: "\f149"; }
.qi-snow-storm::before { content: "\f14a"; }
.qi-cold-wave::before { content: "\f14b"; }
.qi-gale::before { content: "\f14c"; }
.qi-sandstorm-warning::before { content: "\f14d"; }
.qi-low-temperature-freeze::before { content: "\f14e"; }
.qi-high-temperature::before { content: "\f14f"; }
.qi-heat-wave::before { content: "\f150"; }
.qi-dry-hot-wind::before { content: "\f151"; }
.qi-downburst::before { content: "\f152"; }
.qi-avalanche::before { content: "\f153"; }
.qi-lightning::before { content: "\f154"; }
.qi-hail::before { content: "\f155"; }
.qi-frost::before { content: "\f156"; }
.qi-heavy-fog-warning::before { content: "\f157"; }
.qi-low-level-wind-shearl::before { content: "\f158"; }
.qi-haze-warning::before { content: "\f159"; }
.qi-thunder-gust::before { content: "\f15a"; }
.qi-road-icing::before { content: "\f15b"; }
.qi-drought::before { content: "\f15c"; }
.qi-gale-at-sea::before { content: "\f15d"; }
.qi-heat-stroke::before { content: "\f15e"; }
.qi-wildfire::before { content: "\f15f"; }
.qi-grassland-fire::before { content: "\f160"; }
.qi-freeze::before { content: "\f161"; }
.qi-space-weather::before { content: "\f162"; }
.qi-heavy-air-pollution::before { content: "\f163"; }
.qi-low-temperature-rain-and-snow::before { content: "\f164"; }
.qi-strong-convection::before { content: "\f165"; }
.qi-ozone::before { content: "\f166"; }
.qi-heavy-snow-warning::before { content: "\f167"; }
.qi-cold-warning::before { content: "\f168"; }
.qi-continuous-rain::before { content: "\f169"; }
.qi-waterlogging::before { content: "\f16a"; }
.qi-geological-hazard::before { content: "\f16b"; }
.qi-heavy-rainfall::before { content: "\f16c"; }
.qi-severely-falling-temperature::before { content: "\f16d"; }
.qi-snow-disaster::before { content: "\f16e"; }
.qi-wildfire-grassland::before { content: "\f16f"; }
.qi-medical-meteorology::before { content: "\f170"; }
.qi-thunderstorm::before { content: "\f171"; }
.qi-school-closure::before { content: "\f172"; }
.qi-factory-closure::before { content: "\f173"; }
.qi-maritime-risk::before { content: "\f174"; }
.qi-spring-dust::before { content: "\f175"; }
.qi-falling-temperature::before { content: "\f176"; }
.qi-typhoon-and-rainstorm::before { content: "\f177"; }
.qi-severe-cold::before { content: "\f178"; }
.qi-sand-dust::before { content: "\f179"; }
.qi-sea-thunderstorms::before { content: "\f17a"; }
.qi-sea-fog::before { content: "\f17b"; }
.qi-sea-thunder::before { content: "\f17c"; }
.qi-sea-typhoon::before { content: "\f17d"; }
.qi-low-temperature::before { content: "\f17e"; }
.qi-road-ice-and-snow::before { content: "\f17f"; }
.qi-thunderstorm-and-gale::before { content: "\f180"; }
.qi-continuous-low-temperature::before { content: "\f181"; }
.qi-low-visibility::before { content: "\f182"; }
.qi-strong-dust::before { content: "\f183"; }
.qi-gale-in-sea-area::before { content: "\f184"; }
.qi-short-duration-heavy-shower-rain::before { content: "\f185"; }
.qi-short-lived-heavy-shower-rain::before { content: "\f186"; }
.qi-sea-area-fog::before { content: "\f187"; }
.qi-heat-stroke-conditions::before { content: "\f188"; }
.qi-heavy-pollution-weather::before { content: "\f189"; }
.qi-co-poisoning-weather-conditions::before { content: "\f18a"; }
.qi-respiratory-disease-weather-wonditions::before { content: "\f18b"; }
.qi-intestinal-disease-weather-wonditions::before { content: "\f18c"; }
.qi-cardiovascular-disease-weather-wonditions::before { content: "\f18d"; }
.qi-flooding-weather-risk::before { content: "\f18e"; }
.qi-heavy-pollution-weather-conditions::before { content: "\f18f"; }
.qi-urban-flooding-weather-risk::before { content: "\f190"; }
.qi-flooding-weather-risk-2::before { content: "\f191"; }
.qi-wildfire-weather-risk::before { content: "\f192"; }
.qi-meteorological-drought::before { content: "\f193"; }
.qi-agricultural-weather-risk::before { content: "\f194"; }
.qi-strong-monsoon::before { content: "\f195"; }
.qi-ice-accretion-on-wire::before { content: "\f196"; }
.qi-stroke-weather-risk::before { content: "\f197"; }
.qi-wildfire-grassland-risk::before { content: "\f198"; }
.qi-thunderstorm-and-strong-winds::before { content: "\f199"; }
.qi-low-temperature-freeze2::before { content: "\f19a"; }
.qi-low-temperature-damage::before { content: "\f19b"; }
.qi-national-agricultural-meteorological-risk::before { content: "\f19c"; }
.qi-dry-hot-wind-risk-for-winter-wheat::before { content: "\f19d"; }
.qi-flood::before { content: "\f2c5"; }
.qi-urban-flooding::before { content: "\f2c6"; }
.qi-reservoir-danger::before { content: "\f2c7"; }
.qi-dike-danger::before { content: "\f2c8"; }
.qi-ice-flood::before { content: "\f2c9"; }
.qi-waterlogging2::before { content: "\f2ca"; }
.qi-flood-and-waterlogging::before { content: "\f2cb"; }
.qi-dry-water::before { content: "\f2cc"; }
.qi-flood-and-flash-flood-in-small-and-medium-rivers::before { content: "\f2cd"; }
.qi-difficulty-drinking-water-for-rural-people-and-animals::before { content: "\f2ce"; }
.qi-flood-in-small-and-medium-rivers::before { content: "\f2cf"; }
.qi-flood-and-drought-advisory::before { content: "\f2d0"; }
.qi-urban-flood-risk::before { content: "\f2d1"; }
.qi-flash-flood::before { content: "\f2d2"; }
.qi-agricultural-drought::before { content: "\f2d3"; }
.qi-urban-water-shortage::before { content: "\f2d4"; }
.qi-ecological-drought::before { content: "\f2d5"; }
.qi-disaster-risk-early-warning::before { content: "\f2d6"; }
.qi-flash-flood-weather-risk::before { content: "\f2d7"; }
.qi-water-conservancy-and-drought::before { content: "\f2d8"; }
.qi-landslide::before { content: "\f2d9"; }
.qi-debris-flows::before { content: "\f2da"; }
.qi-landslide-event::before { content: "\f2db"; }
.qi-ground-collapses::before { content: "\f2dc"; }
.qi-ground-fissure::before { content: "\f2dd"; }
.qi-land-subsidence::before { content: "\f2de"; }
.qi-volcanic-eruption::before { content: "\f2df"; }
.qi-geological-hazard-weather-risk::before { content: "\f2e0"; }
.qi-geological-hazard-weather::before { content: "\f2e1"; }
.qi-geological-hazard2::before { content: "\f2e2"; }
.qi-geological-hazard-risk::before { content: "\f2e3"; }
.qi-very-hot-weather::before { content: "\f1a1"; }
.qi-strong-monsoon-signal::before { content: "\f1a2"; }
.qi-landslip::before { content: "\f1a3"; }
.qi-tropical-cyclone::before { content: "\f1a4"; }
.qi-fire-danger::before { content: "\f1a5"; }
.qi-flooding-in-the-northern-new-territories::before { content: "\f1a6"; }
.qi-cold-weather::before { content: "\f1a7"; }
.qi-thunderstorm2::before { content: "\f20c"; }
.qi-rainstorm2::before { content: "\f20d"; }
.qi-frost2::before { content: "\f20e"; }
.qi-cold-surge-advisory::before { content: "\f1a8"; }
.qi-strong-wind-advisory::before { content: "\f1a9"; }
.qi-rainfall-advisory::before { content: "\f1aa"; }
.qi-strong-monsoon-signal2::before { content: "\f20f"; }
.qi-storm-surge2::before { content: "\f210"; }
.qi-tropical-cyclone2::before { content: "\f211"; }
.qi-rainstorm3::before { content: "\f212"; }
.qi-thunderstorm3::before { content: "\f213"; }
.qi-wind-warning::before { content: "\f1ab"; }
.qi-snow-ice::before { content: "\f1ac"; }
.qi-fog::before { content: "\f1ad"; }
.qi-coastal-event::before { content: "\f1ae"; }
.qi-forest-fire::before { content: "\f1af"; }
.qi-rain-warning::before { content: "\f1b0"; }
.qi-rain-flood::before { content: "\f1b1"; }
.qi-thunderstorm4::before { content: "\f214"; }
.qi-high-temperature2::before { content: "\f215"; }
.qi-low-temperature2::before { content: "\f216"; }
.qi-avalanches::before { content: "\f217"; }
.qi-flooding::before { content: "\f218"; }
.qi-rain-warning2::before { content: "\f250"; }
.qi-wind::before { content: "\f21a"; }
.qi-snow-warning::before { content: "\f1c7"; }
.qi-zonda-wind::before { content: "\f1c8"; }
.qi-storm-warning::before { content: "\f1c9"; }
.qi-dust-raising-winds2::before { content: "\f21b"; }
.qi-strong-surface-winds2::before { content: "\f21c"; }
.qi-hot-day2::before { content: "\f21d"; }
.qi-warm-night2::before { content: "\f21e"; }
.qi-cold-day2::before { content: "\f21f"; }
.qi-thunderstorm-and-lightning2::before { content: "\f220"; }
.qi-hailstorm2::before { content: "\f221"; }
.qi-sea-area-warning2::before { content: "\f222"; }
.qi-fishermen-warning2::before { content: "\f223"; }
.qi-heavy-snow-warning2::before { content: "\f243"; }
.qi-dust-storm::before { content: "\f225"; }
.qi-heat-wave2::before { content: "\f226"; }
.qi-cold-wave2::before { content: "\f227"; }
.qi-fog2::before { content: "\f228"; }
.qi-heavy-rain-warning::before { content: "\f229"; }
.qi-ground-frost2::before { content: "\f22a"; }
.qi-fog3::before { content: "\f22b"; }
.qi-thunder-rain2::before { content: "\f22c"; }
.qi-thunder-storm::before { content: "\f22d"; }
.qi-light-rain-warning::before { content: "\f22e"; }
.qi-heavy-rain-warning2::before { content: "\f22f"; }
.qi-fresh-wind::before { content: "\f230"; }
.qi-thunderstorm-and-dust::before { content: "\f231"; }
.qi-dust-warning::before { content: "\f232"; }
.qi-high-wave::before { content: "\f233"; }
.qi-frost3::before { content: "\f234"; }
.qi-drop-in-visibility::before { content: "\f235"; }
.qi-low-humidity2::before { content: "\f236"; }
.qi-accumulated-rain2::before { content: "\f237"; }
.qi-cold-wave3::before { content: "\f238"; }
.qi-tornado2::before { content: "\f239"; }
.qi-thunderstorm5::before { content: "\f23a"; }
.qi-hail2::before { content: "\f23b"; }
.qi-heavy-rainfall2::before { content: "\f23c"; }
.qi-gale2::before { content: "\f23d"; }
.qi-heat-wave3::before { content: "\f23e"; }
.qi-cold-warning2::before { content: "\f23f"; }
.qi-frost4::before { content: "\f240"; }
.qi-drought2::before { content: "\f241"; }
.qi-forest-fire2::before { content: "\f242"; }
.qi-severely-falling-temperature2::before { content: "\f244"; }
.qi-rainstorm4::before { content: "\f245"; }
.qi-wind2::before { content: "\f246"; }
.qi-snow-ice2::before { content: "\f247"; }
.qi-freeze2::before { content: "\f248"; }
.qi-thunderstorms::before { content: "\f249"; }
.qi-fog4::before { content: "\f24a"; }
.qi-high-temperature3::before { content: "\f24b"; }
.qi-low-temperature3::before { content: "\f24c"; }
.qi-coastal-event2::before { content: "\f24d"; }
.qi-forest-fire3::before { content: "\f24e"; }
.qi-avalanches2::before { content: "\f24f"; }
.qi-flood2::before { content: "\f251"; }
.qi-rain-flood2::before { content: "\f252"; }
.qi-mudflow2::before { content: "\f253"; }
.qi-duststorm-warning::before { content: "\f254"; }
.qi-freezing-rain-and-icing::before { content: "\f255"; }
.qi-other-dangers::before { content: "\f256"; }
.qi-severe-thunderstorms::before { content: "\f257"; }
.qi-damaging-winds2::before { content: "\f258"; }
.qi-veld-fire-conditions2::before { content: "\f259"; }
.qi-weather-advisory2::before { content: "\f25a"; }
.qi-thunderstorm6::before { content: "\f2e4"; }
.qi-squall::before { content: "\f2e5"; }
.qi-air-quality::before { content: "\f2e6"; }
.qi-rainfall::before { content: "\f2e7"; }
.qi-fog5::before { content: "\f2e8"; }
.qi-heat::before { content: "\f2e9"; }
.qi-wildfire2::before { content: "\f2ea"; }
.qi-wind3::before { content: "\f2eb"; }
.qi-freezing-rain-warning::before { content: "\f2ec"; }
.qi-tornado3::before { content: "\f2ed"; }
.qi-blizzard::before { content: "\f2ee"; }
.qi-weather-warning::before { content: "\f2ef"; }
.qi-winter-storm::before { content: "\f2f0"; }
.qi-freezing-drizzle::before { content: "\f2f1"; }
.qi-snowfall::before { content: "\f2f2"; }
.qi-blowing-snow::before { content: "\f2f3"; }
.qi-extreme-cold::before { content: "\f2f4"; }
.qi-frost5::before { content: "\f2f5"; }
.qi-hazardous-seas-warning::before { content: "\f25b"; }
.qi-heavy-freezing-spray-warning::before { content: "\f25c"; }
.qi-red-flag-warning::before { content: "\f25d"; }
.qi-freeze-warning::before { content: "\f25e"; }
.qi-hard-freeze-warning::before { content: "\f25f"; }
.qi-extreme-cold-warning::before { content: "\f260"; }
.qi-wind-chill-warning::before { content: "\f261"; }
.qi-gale-warning::before { content: "\f262"; }
.qi-excessive-heat-warning::before { content: "\f263"; }
.qi-lake-effect-snow-warning::before { content: "\f264"; }
.qi-blowing-dust-warning::before { content: "\f265"; }
.qi-dust-storm-warning::before { content: "\f266"; }
.qi-storm-warning2::before { content: "\f267"; }
.qi-tropical-storm-warning::before { content: "\f268"; }
.qi-high-wind-warning::before { content: "\f269"; }
.qi-high-surf-warning::before { content: "\f26a"; }
.qi-flood-warning::before { content: "\f26b"; }
.qi-lakeshore-flood-warning::before { content: "\f26c"; }
.qi-coastal-flood-warning::before { content: "\f26d"; }
.qi-ashfall-warning::before { content: "\f26e"; }
.qi-volcano-warning::before { content: "\f26f"; }
.qi-earthquake-warning::before { content: "\f270"; }
.qi-avalanche-warning::before { content: "\f271"; }
.qi-winter-storm-warning::before { content: "\f272"; }
.qi-ice-storm-warning::before { content: "\f273"; }
.qi-snow-squall-warning::before { content: "\f274"; }
.qi-blizzard-warning::before { content: "\f275"; }
.qi-special-marine-warning::before { content: "\f276"; }
.qi-typhoon-warning::before { content: "\f277"; }
.qi-hurricane-warning::before { content: "\f278"; }
.qi-hurricane-force-wind-warning::before { content: "\f279"; }
.qi-storm-surge-warning::before { content: "\f27a"; }
.qi-flash-flood-warning::before { content: "\f27b"; }
.qi-severe-thunderstorm-warning::before { content: "\f27c"; }
.qi-extreme-wind-warning::before { content: "\f27d"; }
.qi-tornado-warning::before { content: "\f27e"; }
.qi-tsunami-warning::before { content: "\f27f"; }
.qi-fire-weather-watch::before { content: "\f280"; }
.qi-freeze-watch::before { content: "\f281"; }
.qi-hard-freeze-watch::before { content: "\f282"; }
.qi-wind-chill-watch::before { content: "\f283"; }
.qi-extreme-cold-watch::before { content: "\f284"; }
.qi-excessive-heat-watch::before { content: "\f285"; }
.qi-high-wind-watch::before { content: "\f286"; }
.qi-flood-watch::before { content: "\f287"; }
.qi-lakeshore-flood-watch::before { content: "\f288"; }
.qi-coastal-flood-watch::before { content: "\f289"; }
.qi-heavy-freezing-spray-watch::before { content: "\f28a"; }
.qi-hazardous-seas-watch::before { content: "\f28b"; }
.qi-winter-storm-watch::before { content: "\f28c"; }
.qi-gale-watch::before { content: "\f28d"; }
.qi-avalanche-watch::before { content: "\f28e"; }
.qi-storm-watch::before { content: "\f28f"; }
.qi-tropical-storm-watch::before { content: "\f290"; }
.qi-typhoon-watch::before { content: "\f291"; }
.qi-hurricane-force-wind-watch::before { content: "\f292"; }
.qi-hurricane-watch::before { content: "\f293"; }
.qi-storm-surge-watch::before { content: "\f294"; }
.qi-flash-flood-watch::before { content: "\f295"; }
.qi-severe-thunderstorm-watch::before { content: "\f296"; }
.qi-tornado-watch::before { content: "\f297"; }
.qi-tsunami-watch::before { content: "\f298"; }
.qi-air-stagnation-advisory::before { content: "\f299"; }
.qi-low-water-advisory::before { content: "\f29a"; }
.qi-freezing-spray-advisory::before { content: "\f29b"; }
.qi-freezing-fog-advisory::before { content: "\f29c"; }
.qi-ashfall-advisory::before { content: "\f29d"; }
.qi-frost-advisory::before { content: "\f29e"; }
.qi-wind-advisory::before { content: "\f29f"; }
.qi-lake-wind-advisory::before { content: "\f2a0"; }
.qi-blowing-dust-advisory::before { content: "\f2a1"; }
.qi-dust-advisory::before { content: "\f2a2"; }
.qi-brisk-wind-advisory::before { content: "\f2a3"; }
.qi-small-craft-advisory::before { content: "\f2a4"; }
.qi-small-craft-advisory-for-winds::before { content: "\f2a5"; }
.qi-small-craft-advisory-for-rough-bar::before { content: "\f2a6"; }
.qi-small-craft-advisory-for-hazardous-seas::before { content: "\f2a7"; }
.qi-dense-smoke-advisory::before { content: "\f2a8"; }
.qi-dense-fog-advisory::before { content: "\f2a9"; }
.qi-high-surf-advisory::before { content: "\f2aa"; }
.qi-coastal-flood-advisory::before { content: "\f2ab"; }
.qi-lakeshore-flood-advisory::before { content: "\f2ac"; }
.qi-hydrologic-advisory::before { content: "\f2ad"; }
.qi-flood-advisory::before { content: "\f2ae"; }
.qi-heat-advisory::before { content: "\f2af"; }
.qi-wind-chill-advisory::before { content: "\f2b0"; }
.qi-winter-weather-advisory::before { content: "\f2b1"; }
.qi-avalanche-advisory::before { content: "\f2b2"; }
.qi-tsunami-advisory::before { content: "\f2b3"; }
.qi-flood-statement::before { content: "\f2b4"; }
.qi-hydrologic-outlook::before { content: "\f2b5"; }
.qi-hazardous-weather-outlook::before { content: "\f2b6"; }
.qi-air-quality-alert::before { content: "\f2b7"; }
.qi-extreme-fire-danger::before { content: "\f2b8"; }
.qi-marine-weather-statement::before { content: "\f2b9"; }
.qi-special-weather-statement::before { content: "\f2ba"; }
.qi-lakeshore-flood-statement::before { content: "\f2bb"; }
.qi-coastal-flood-statement::before { content: "\f2bc"; }
.qi-beach-hazards-statement::before { content: "\f2bd"; }
.qi-rip-current-statement::before { content: "\f2be"; }
.qi-tropical-depression-local-statement::before { content: "\f2bf"; }
.qi-tropical-storm-local-statement::before { content: "\f2c0"; }
.qi-typhoon-local-statement::before { content: "\f2c1"; }
.qi-hurricane-local-statement::before { content: "\f2c2"; }
.qi-severe-weather-statement::before { content: "\f2c3"; }
.qi-flash-flood-statement::before { content: "\f2c4"; }
.qi-severe-weather-warning::before { content: "\f1ca"; }
.qi-warning-default::before { content: "\f1cb"; }
.qi-sunny-fill::before { content: "\f1cc"; }
.qi-cloudy-fill::before { content: "\f1cd"; }
.qi-few-clouds-fill::before { content: "\f1ce"; }
.qi-partly-cloudy-fill::before { content: "\f1cf"; }
.qi-overcast-fill::before { content: "\f1d0"; }
.qi-clear-night-fill::before { content: "\f1d1"; }
.qi-cloudy-night-fill::before { content: "\f1d2"; }
.qi-few-clouds-night-fill::before { content: "\f1d3"; }
.qi-partly-cloudy-night-fill::before { content: "\f1d4"; }
.qi-shower-rain-fill::before { content: "\f1d5"; }
.qi-heavy-shower-rain-fill::before { content: "\f1d6"; }
.qi-thundershower-fill::before { content: "\f1d7"; }
.qi-heavy-thunderstorm-fill::before { content: "\f1d8"; }
.qi-thundershower-with-hail-fill::before { content: "\f1d9"; }
.qi-light-rain-fill::before { content: "\f1da"; }
.qi-moderate-rain-fill::before { content: "\f1db"; }
.qi-heavy-rain-fill::before { content: "\f1dc"; }
.qi-extreme-rain-fill::before { content: "\f1dd"; }
.qi-drizzle-rain-fill::before { content: "\f1de"; }
.qi-storm-fill::before { content: "\f1df"; }
.qi-heavy-storm-fill::before { content: "\f1e0"; }
.qi-severe-storm-fill::before { content: "\f1e1"; }
.qi-freezing-rain-fill::before { content: "\f1e2"; }
.qi-light-to-moderate-rain-fill::before { content: "\f1e3"; }
.qi-moderate-to-heavy-rain-fill::before { content: "\f1e4"; }
.qi-heavy-rain-to-storm-fill::before { content: "\f1e5"; }
.qi-storm-to-heavy-storm-fill::before { content: "\f1e6"; }
.qi-heavy-to-severe-storm-fill::before { content: "\f1e7"; }
.qi-shower-rain-night-fill::before { content: "\f1e8"; }
.qi-heavy-shower-rain-night-fill::before { content: "\f1e9"; }
.qi-rain-fill::before { content: "\f1ea"; }
.qi-light-snow-fill::before { content: "\f1eb"; }
.qi-moderate-snow-fill::before { content: "\f1ec"; }
.qi-heavy-snow-fill::before { content: "\f1ed"; }
.qi-snowstorm-fill::before { content: "\f1ee"; }
.qi-sleet-fill::before { content: "\f1ef"; }
.qi-rain-and-snow-fill::before { content: "\f1f0"; }
.qi-shower-snow-fill::before { content: "\f1f1"; }
.qi-snow-flurry-fill::before { content: "\f1f2"; }
.qi-light-to-moderate-snow-fill::before { content: "\f1f3"; }
.qi-moderate-to-heavy-snow-fill::before { content: "\f1f4"; }
.qi-heavy-snow-to-snowstorm-fill::before { content: "\f1f5"; }
.qi-shower-snow-night-fill::before { content: "\f1f6"; }
.qi-snow-flurry-night-fill::before { content: "\f1f7"; }
.qi-snow-fill::before { content: "\f1f8"; }
.qi-mist-fill::before { content: "\f1f9"; }
.qi-foggy-fill::before { content: "\f1fa"; }
.qi-haze-fill::before { content: "\f1fb"; }
.qi-sand-fill::before { content: "\f1fc"; }
.qi-dust-fill::before { content: "\f1fd"; }
.qi-duststorm-fill::before { content: "\f1fe"; }
.qi-sandstorm-fill::before { content: "\f1ff"; }
.qi-dense-fog-fill::before { content: "\f200"; }
.qi-strong-fog-fill::before { content: "\f201"; }
.qi-moderate-haze-fill::before { content: "\f202"; }
.qi-heavy-haze-fill::before { content: "\f203"; }
.qi-severe-haze-fill::before { content: "\f204"; }
.qi-heavy-fog-fill::before { content: "\f205"; }
.qi-extra-heavy-fog-fill::before { content: "\f206"; }
.qi-hot-fill::before { content: "\f207"; }
.qi-cold-fill::before { content: "\f208"; }
.qi-unknown-fill::before { content: "\f209"; }

