@to TopIcon:/resources/sys/img/totop-default.svg;
.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Microsoft Yahei";
}
/* ========================================================================
   Component: Base
 ========================================================================== */
/*
 * 1. Set `font-size` to support `rem` units
 *    Not using `font` property because a leading hyphen (e.g. -apple-system) causes the font to break in IE11 and Edge
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 * 3. Style
 */
html {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 3 */
  color: #666;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
/*
   * Removes default margin.
   */
body {
  margin: 0;
  font-size: 14px;
  color: #666;
  background-color: #ffffff;
}
/* Links
   ========================================================================== */
/*
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */
a {
  /* 1 */
  background-color: transparent;
  /* 2 */
  -webkit-text-decoration-skip: objects;
}
/*
   * Remove the outline on focused links when they are also active or hovered
   */
a:active,
a:hover {
  outline: none;
}
/*
   * Style
   */
a,
.uk-link {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.uk-link:hover {
  color: #252525;
}
/* Text-level semantics
   ========================================================================== */
/*
   * 1. Remove the bottom border in Firefox 39-.
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/*
   * 1. Prevent the duplicate application of `bolder` by the next rule in Safari 6.
   * 2. Add the correct font weight in Chrome, Edge, and Safari.
   */
/* 1 */
b,
strong {
  font-weight: inherit;
}
/* 2 */
b,
strong {
  font-weight: bolder;
}
/*
   * 1. Correct the odd `em` font sizing in all browsers.
   * 2. Consolas has a better baseline in running text compared to `Courier`
   * 3. Style
   */
:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
  /* 1 */
  font-size: 11px;
  /* 2 */
  font-family: Consolas, monaco, monospace;
  /* 3 */
  color: #435DBA;
  white-space: nowrap;
  padding: 2px 6px;
  border: 1px solid #EBEBED;
  border-radius: 3px;
}
/*
   * Emphasize
   */
em {
  color: #252525;
}
/* Preformatted text
   ========================================================================== */
/*
   * 1. Contain overflow in all browsers.
   * 2. Override UA
   */
pre {
  background: #ffffff;
}
pre code {
  font-family: Consolas, monaco, monospace;
}
/* Selection pseudo-element
   ========================================================================== */
::-moz-selection {
  background: #f56523;
  text-shadow: none;
}
::selection {
  background: #f56523;
  text-shadow: none;
}
/* ========================================================================
     Component: Link
   ========================================================================== */
/* Muted
   ========================================================================== */
a.uk-link-muted,
.uk-link-muted a {
  color: #999999;
}
a.uk-link-muted:hover,
.uk-link-muted a:hover {
  color: #666;
}
/* Text
   ========================================================================== */
/*
   * `!important` needed to override inverse component
   */
a.uk-link-text:not(:hover),
.uk-link-text a:not(:hover) {
  color: inherit !important;
}
a.uk-link-text:hover,
.uk-link-text a:hover {
  color: #999999;
}
/* Hero
   ========================================================================== */
/*
   * 1. Using `inline-block` to make it work with text alignment
   * 2. Center vertically
   * 3. Style
   */
.uk-heading-bullet::before {
  content: "";
  border-left: 4px solid #f56523;
}
/* Small
   ========================================================================== */
/*
   * Reset child height, caused by `inline-block`
   */
.uk-divider-small {
  line-height: 0;
}
.uk-divider-small::after {
  border-top: 2px solid #f56523;
}
/* ========================================================================
     Component: List
   ========================================================================== */
.uk-list,
.ap-child-list > ul {
  padding: 0;
  list-style: none;
}
.uk-list-striped > li:nth-of-type(odd) {
  background: #f7ae87;
}
/* ========================================================================
     Component: Description list
   ========================================================================== */
/*
   * Term
   */
.uk-description-list > dd {
  font-size: 16px;
}
/* Caption
   ========================================================================== */
.uk-table caption {
  color: #999999;
}
/*
   * Striped
   */
.uk-table-striped > tr:nth-of-type(odd),
.uk-table-striped tbody tr:nth-of-type(odd) {
  background: #f7ae87;
}
/* Style modifiers
   ========================================================================== */
/*
   * Link
   */
.uk-icon-link:hover,
.uk-icon-link:focus {
  color: #f56523;
  outline: none;
}
/*
   * Button
   * 1. Center icon vertically and horizontally
   */
.uk-icon-button {
  background: #ffffff;
}
/* Hover + Focus */
.uk-icon-button:hover,
.uk-icon-button:focus {
  background-color: #ffffff;
  color: #f56523;
  outline: none;
}
/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #f56523;
  color: #ffffff;
}
/* Thumb
   ========================================================================== */
/*
   * 1. Reset
   * 2. Style
   */
/* Webkit */
.uk-range::-webkit-slider-thumb {
  background: #666;
}
/* Firefox */
.uk-range::-moz-range-thumb {
  background: #666;
}
/* Edge */
.uk-range::-ms-thumb {
  /* 1 */
  margin-top: 0;
}
/* IE11 */
.uk-range::-ms-thumb {
  background: #666;
}
.uk-input,
.uk-select,
.uk-textarea {
  background: #ffffff;
  color: #666;
}
/* Focus */
.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  outline: none;
  background-color: #ffffff;
}
/* Disabled */
.uk-input:disabled,
.uk-select:disabled,
.uk-textarea:disabled {
  background-color: #f7ae87;
  color: #999999;
}
/*
   * Placeholder
   */
.uk-input:-ms-input-placeholder {
  color: #999999 !important;
}
.uk-input::-moz-placeholder {
  color: #999999;
}
.uk-input::-webkit-input-placeholder {
  color: #999999;
}
.uk-textarea:-ms-input-placeholder {
  color: #999999 !important;
}
.uk-textarea::-moz-placeholder {
  color: #999999;
}
.uk-textarea::-webkit-input-placeholder {
  color: #999999;
}
.uk-form-danger,
.uk-form-danger:focus {
  color: #f0506e;
  border-color: #f0506e !important;
}
/*
   * Success
   */
.uk-form-success,
.uk-form-success:focus {
  color: #32d296;
  border-color: #32d296 !important;
}
/*
   * Blank
   */
.uk-form-blank {
  background: none;
  border-color: transparent !important;
}
.uk-form-blank:focus {
  border-color: #EBEBED !important;
  border-style: dashed;
}
/*
   * Checked
   */
.uk-radio:checked,
.uk-checkbox:checked,
.uk-checkbox:indeterminate {
  background-color: #f56523;
  border-color: transparent;
}
/* Label
   ========================================================================== */
/* Icons
   ========================================================================== */
.uk-form-icon {
  color: #999999;
}
/*
   * Required for `a`.
   */
.uk-form-icon:hover {
  color: #666;
}
/* OnClick + Active */
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-button-default {
  background-color: #ffffff;
}
/* Hover + Focus */
.uk-button-default:hover,
.uk-button-default:focus {
  background-color: #ffffff;
  color: #f56523;
}
/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: #f56523;
  color: #ffffff;
}
/*
   * Primary
   */
.uk-button-primary {
  background-color: #f56523;
  color: #ffffff;
}
/* Hover + Focus */
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #f7834e;
  color: #ffffff;
}
/* OnClick + Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-button-secondary {
  color: #666;
  border: 1px solid #f7834e;
}
/* OnClick + Active */
.uk-button-secondary:active,
.uk-button-secondary.uk-active {
  background-color: #f56523;
  color: #ffffff;
  border-color: #f56523;
}
/*
   * Danger
   */
.uk-button-danger {
  background-color: transparent;
  color: #f0506e;
  border: 1px solid #f0506e;
}
/* Hover + Focus */
.uk-button-danger:hover,
.uk-button-danger:focus {
  background-color: transparent;
}
/* OnClick + Active */
.uk-button-danger:active,
.uk-button-danger.uk-active {
  background-color: #f0506e;
  color: #ffffff;
  border-color: #f0506e;
}
/*
   * Disabled
   * The same for all style modifiers
   */
.uk-button-default:disabled,
.uk-button-primary:disabled,
.uk-button-secondary:disabled,
.uk-button-danger:disabled {
  background-color: #f7ae87;
  color: #999999;
}
/* Text modifiers
   ========================================================================== */
/*
   * Text
   * 1. Reset
   * 2. Style
   */
.uk-button-text {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  position: relative;
}
/* Hover + Focus */
.uk-button-text:hover,
.uk-button-text:focus {
  color: #f56523;
}
/* Disabled */
.uk-button-text:disabled {
  color: #999999;
}
/*
   * Link
   * 1. Reset
   * 2. Style
   */
.uk-button-link {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  color: #ffffff;
}
/* Hover + Focus */
.uk-button-link:hover,
.uk-button-link:focus {
  color: #252525;
}
/* Disabled */
.uk-button-link:disabled {
  color: #999999;
  text-decoration: none;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-section-default,
.ap-container-default .uk-container {
  background: #ffffff;
}
/*
   * Primary
   */
.uk-section-primary,
.ap-container-primary .uk-container {
  background: #f56523;
}
/*
   * Secondary
   */
.uk-section-secondary,
.ap-container-secondary .uk-container {
  background: #f7834e;
}
.uk-section-muted,
.ap-container-muted .uk-container {
  background: #f7ae87;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-tile-default {
  background: #ffffff;
}
/*
   * Muted
   */
.uk-tile-muted {
  background: #f7ae87;
}
/*
   * Primary
   */
.uk-tile-primary {
  background: #f56523;
}
/*
   * Secondary
   */
.uk-tile-secondary {
  background: #f7834e;
}
/* ========================================================================
     Component: Card
   ========================================================================== */
/* Badge
   ========================================================================== */
.uk-card-badge {
  color: #666;
}
/*
   * Remove margin from adjacent element
   */
.uk-card-badge:first-child + * {
  margin-top: 0;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   * Note: Header and Footer are only implemented for the default style
   */
.uk-card-default {
  background: #ffffff;
  color: #666;
}
.uk-card-default.uk-card-hover:hover {
  background-color: #ffffff;
}
/*
   * Primary
   */
.uk-card-primary {
  background: #f56523;
  color: #ffffff;
}
.uk-card-primary .uk-card-title {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-card-secondary {
  background: #f7834e;
  color: #ffffff;
}
.uk-card-secondary .uk-card-title {
  color: #ffffff;
}
/* ========================================================================
     Component: Close
   ========================================================================== */
/* Hover + Focus */
/* Hover + Focus */
.uk-totop:hover,
.uk-totop:focus {
  outline: none;
  background-color: transparent;
}
/* OnClick */
.uk-totop:active {
  color: #f56523;
  background-color: transparent;
}
/* ========================================================================
     Component: Marker
   ========================================================================== */
/*
   * Addopts `uk-icon`
   */
.uk-marker {
  padding: 5px;
  background: #f7834e;
  color: #ffffff;
}
/* Hover + Focus */
.uk-marker:hover,
.uk-marker:focus {
  color: #ffffff;
  outline: none;
}
/* ========================================================================
     Component: Alert
   ========================================================================== */
.uk-alert {
  position: relative;
  background: #ffffff;
  color: #333;
}
/* Style modifiers
   ========================================================================== */
/*
   * Primary
   */
.uk-alert-primary {
  background: #ffffff;
  color: #f56523;
}
/*
   * Success
   */
.uk-alert-success {
  background: #ffffff;
  color: #32d296;
}
/*
   * Warning
   */
.uk-alert-warning {
  background: #ffffff;
  color: #faa05a;
}
/*
   * Danger
   */
.uk-alert-danger {
  background: #ffffff;
  color: #f0506e;
}
/* ========================================================================
     Component: Badge
   ========================================================================== */
/*
   * 1. Style
   * 2. Center child vertically and horizontally
   */
.uk-badge {
  /* 1 */
  background: #f56523;
  color: #ffffff;
}
/*
   * Required for `a`
   */
.uk-badge:hover,
.uk-badge:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
/* ========================================================================
     Component: Label
   ========================================================================== */
.uk-label {
  background: #f56523;
  color: #ffffff;
}
/* Color modifiers
   ========================================================================== */
/*
   * Success
   */
.uk-label-success {
  background-color: #32d296;
  color: #ffffff;
}
/*
   * Warning
   */
.uk-label-warning {
  background-color: #faa05a;
  color: #ffffff;
}
/*
   * Danger
   */
.uk-label-danger {
  background-color: #f0506e;
  color: #ffffff;
}
/* ========================================================================
     Component: Overlay
   ========================================================================== */
.uk-overlay {
  padding: 20px 20px;
}
/*
   * Remove margin from the last-child
   */
.uk-overlay > :last-child {
  margin-bottom: 0;
}
/* Title
   ========================================================================== */
/* Meta
   ========================================================================== */
.uk-article-meta {
  color: #999999;
}
.uk-article-meta a {
  color: #999999;
}
.uk-article-meta a:hover {
  color: #666;
  text-decoration: none;
}
/* Meta
   ========================================================================== */
.uk-comment-meta {
  color: #999999;
}
/* Style modifier
   ========================================================================== */
.uk-comment-primary {
  background-color: #f7ae87;
}
.uk-search-input:focus {
  outline: none;
}
/* Placeholder */
.uk-search-input:-ms-input-placeholder {
  color: #999999 !important;
}
.uk-search-input::-moz-placeholder {
  color: #999999;
}
.uk-search-input::-webkit-input-placeholder {
  color: #999999;
}
/* Icon (Adopts `uk-icon`)
   ========================================================================== */
/*
   * Remove default focus style
   */
.uk-search-icon:focus {
  outline: none;
}
.uk-search .uk-search-icon {
  color: #999999;
}
/*
   * Required for `a`.
   */
.uk-search .uk-search-icon:hover {
  color: #999999;
}
/* Focus */
.uk-search-default .uk-search-input:focus {
  background-color: #ffffff;
}
/* Toggle
   ========================================================================== */
.uk-search-toggle {
  color: #999999;
}
/* Hover + Focus */
.uk-search-toggle:hover,
.uk-search-toggle:focus {
  color: #666;
}
/* Parent icon modifier
   ========================================================================== */
.uk-nav-parent-icon > .uk-parent > a::after {
  content: "";
  width: 1.5 em;
  height: 1.5 em;
}
/*
   * Items
   */
.uk-nav-default > li > a {
  color: #999999;
}
/* Hover + Focus */
.uk-nav-default > li > a:hover,
.uk-nav-default > li > a:focus {
  color: #f56523;
  background-color: transparent;
}
/* Active */
.uk-nav-default > li.uk-active > a {
  background-color: transparent;
}
/*
   * Header
   */
/*
   * Sublists
   */
.uk-nav-default .uk-nav-sub a {
  color: #999999;
}
.uk-nav-default .uk-nav-sub a:hover,
.uk-nav-default .uk-nav-sub a:focus {
  color: #666;
}
/*
   * Items
   */
.uk-nav-primary > li > a {
  line-height: 1.5;
  color: #999999;
}
/* Hover + Focus */
.uk-nav-primary > li > a:hover,
.uk-nav-primary > li > a:focus {
  color: #f56523;
}
/* Active */
/*
   * Header
   */
/*
   * Sublists
   */
.uk-nav-primary .uk-nav-sub a {
  color: #999999;
}
.uk-nav-primary .uk-nav-sub a:hover,
.uk-nav-primary .uk-nav-sub a:focus {
  color: #666;
}
/*
   * Nav items
   */
.uk-navbar-nav > li > a {
  color: #666;
}
.uk-navbar-nav > li > a,
.uk-navbar-item,
.uk-navbar-toggle {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Microsoft Yahei";
}
/*
   * Hover
   * Apply hover style also to focus state and if dropdown is opened
   */
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li > a.uk-open {
  color: #f56523;
  outline: none;
}
.uk-navbar-nav > li > a:hover::before {
  background-color: currentColor;
}
/* OnClick */
.uk-navbar-nav > li.uk-active > a::before {
  background-color: #f56523;
}
/* Item
   ========================================================================== */
.uk-navbar-item {
  color: #666;
}
/* Toggle
   ========================================================================== */
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus,
.uk-navbar-toggle.uk-open {
  color: #f56523;
}
/* Dropdown
   ========================================================================== */
/*
   * Adopts `uk-dropdown`
   * 1. Hide by default
   * 2. Set position
   * 3. Set a default width
   * 4. Style
   */
.uk-navbar-dropdown {
  background: #ffffff;
  color: #666;
}
/*
   * Items
   */
.uk-navbar-dropdown-nav > li > a {
  color: #999999;
  padding: 5px 0;
}
/* Hover + Focus */
.uk-navbar-dropdown-nav > li > a:hover,
.uk-navbar-dropdown-nav > li > a:focus {
  color: #f56523;
  background-color: transparent;
}
/* Active */
/*
   * Sublists
   */
.uk-navbar-dropdown-nav .uk-nav-sub a {
  color: #999999;
}
.uk-navbar-dropdown-nav .uk-nav-sub a:hover,
.uk-navbar-dropdown-nav .uk-nav-sub a:focus {
  color: #666;
}
/* Dropbar
   ========================================================================== */
.uk-navbar-dropbar {
  position: relative;
  background: #ffffff;
  overflow: hidden;
}
/* Items
   ========================================================================== */
/*
   * Items must target `a` elements to exclude other elements (e.g. dropdowns)
   * Using `:first-child` instead of `a` to support `span` elements for text
   * 1. Prevent gap if child element is `inline-block`, e.g. an icon
   * 2. Style
   */
.uk-subnav > * > :first-child {
  color: #999999;
}
/* Hover + Focus */
.uk-subnav > * > a:hover,
.uk-subnav > * > a:focus {
  color: #666;
  text-decoration: none;
  outline: none;
}
/* Active */
/* Pill modifier
   ========================================================================== */
.uk-subnav-pill > * > :first-child {
  color: #999999;
}
/* Hover + Focus */
.uk-subnav-pill > * > a:hover,
.uk-subnav-pill > * > a:focus {
  background-color: #ffffff;
  color: #666;
}
/* OnClick */
.uk-subnav-pill > * > a:active {
  background-color: #ffffff;
}
/* Active */
.uk-subnav-pill > .uk-active > a {
  background-color: #f56523;
  color: #ffffff;
}
/* Disabled
   * The same for all style modifiers
   ========================================================================== */
.uk-subnav > .uk-disabled > a {
  color: #999999;
}
/* Items
   ========================================================================== */
.uk-breadcrumb > * > * {
  color: #999999;
}
/* Hover + Focus */
.uk-breadcrumb > * > :hover,
.uk-breadcrumb > * > :focus {
  color: #666;
  text-decoration: none;
}
/* Disabled */
.uk-breadcrumb > .uk-disabled > * {
  color: #999999;
}
/* Active */
/* Items
   ========================================================================== */
/*
   * 1. Prevent gap if child element is `inline-block`, e.g. an icon
   * 2. Style
   */
.uk-pagination > * > * {
  color: #999999;
}
/* Hover + Focus */
.uk-pagination > * > :hover,
.uk-pagination > * > :focus {
  background-color: #ffffff;
}
/* Active */
.uk-pagination > .uk-active > * {
  color: #f56523;
  background-color: transparent;
}
/* Disabled */
.uk-pagination > .uk-disabled > * {
  color: #999999;
  background-color: transparent;
}
/* Items
   ========================================================================== */
/*
   * Items must target `a` elements to exclude other elements (e.g. dropdowns)
   * 1. Center text if a width is set
   * 2. Style
   */
.uk-tab > * > a {
  color: #999999;
}
/* Hover + Focus */
.uk-tab > * > a:hover,
.uk-tab > * > a:focus {
  color: #666;
  text-decoration: none;
  border-color: transparent;
}
/* Active */
.uk-tab > .uk-active > a {
  border-color: #f56523;
}
/* Disabled */
.uk-tab > .uk-disabled > a {
  color: #999999;
}
/* Items
   ========================================================================== */
/* Hover + Focus */
.uk-dotnav > * > :hover,
.uk-dotnav > * > :focus {
  background-color: rgba(248, 108, 74, 0.4);
  outline: none;
  border-color: transparent;
}
/* OnClick */
.uk-dotnav > * > :active {
  background-color: #f56523;
  border-color: transparent;
}
/* Active */
.uk-dotnav > .uk-active > * {
  background-color: #f56523;
  border-color: transparent;
}
/* ========================================================================
     Component: Dropdown
   ========================================================================== */
.uk-dropdown {
  background: #ffffff;
  color: #666;
}
/*
   * Items
   */
.uk-dropdown-nav > li > a {
  color: #999999;
}
/* Hover + Focus + Active */
.uk-dropdown-nav > li > a:hover,
.uk-dropdown-nav > li > a:focus,
.uk-dropdown-nav > li.uk-active > a {
  background-color: transparent;
}
/*
   * Header
   */
.uk-dropdown-nav .uk-nav-header {
  color: #f56523;
}
/*
   * Sublists
   */
.uk-dropdown-nav .uk-nav-sub a {
  color: #999999;
}
.uk-dropdown-nav .uk-nav-sub a:hover,
.uk-dropdown-nav .uk-nav-sub a:focus {
  color: #f56523;
}
/* Dialog
   ========================================================================== */
/*
   * 1. Create position context for spinner and close button
   * 2. Dimensions
   * 3. Fix `max-width: 100%` not working in combination with flex and responsive images in IE11
   *    `!important` needed to overwrite `uk-width-auto`. See `#modal-media-image` in tests
   * 4. Style
   * 5. Slide-in transition
   */
.uk-modal-dialog {
  background: #ffffff;
}
/*
   * Open
   */
.uk-open > .uk-modal-dialog {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* Message
  ========================================================================== */
.uk-notification-message {
  background: #f7ae87;
  color: #666;
}
/* Style modifiers
   ========================================================================== */
/*
   * Primary
   */
.uk-notification-message-primary {
  color: #f56523;
}
/*
   * Success
   */
.uk-notification-message-success {
  color: #32d296;
}
/*
   * Warning
   */
.uk-notification-message-warning {
  color: #faa05a;
}
/*
   * Danger
   */
.uk-notification-message-danger {
  color: #f0506e;
}
/* ========================================================================
     Component: Tooltip
   ========================================================================== */
.uk-tooltip {
  /* 4 */
  background: #f56523;
  color: #ffffff;
}
/*
   * Remove animated circles for indeterminate state in IE11 and Edge
   */
.uk-progress:indeterminate {
  color: transparent;
}
/*
   * Progress container
   * 2. Remove progress bar for indeterminate state in Firefox
   */
.uk-progress::-webkit-progress-bar {
  background-color: #f7ae87;
  border-radius: 500px;
  overflow: hidden;
}
/*
   * Progress bar
   * 1. Remove right border in IE11 and Edge
   */
.uk-progress::-webkit-progress-value {
  background-color: #f56523;
}
.uk-progress::-moz-progress-bar {
  background-color: #f56523;
}
.uk-progress::-ms-fill {
  background-color: #f56523;
}
/* ========================================================================
     Component: Text
   ========================================================================== */
/* Style modifiers
   ========================================================================== */
.uk-text-meta {
  color: #999999;
}
.uk-text-meta a {
  color: #999999;
}
.uk-text-meta a:hover {
  color: #666;
  text-decoration: none;
}
/* Size modifiers
   ========================================================================== */
.uk-text-small {
  font-size: 12px;
  line-height: 1.5;
}
.uk-text-large {
  font-size: 20px;
  line-height: 1.5;
}
/* Weight modifier
   ========================================================================== */
.uk-text-bold {
  font-weight: bolder;
}
/* Transform modifier
   ========================================================================== */
.uk-text-uppercase {
  text-transform: uppercase !important;
}
.uk-text-capitalize {
  text-transform: capitalize !important;
}
.uk-text-lowercase {
  text-transform: lowercase !important;
}
/* Color modifiers
   ========================================================================== */
.uk-text-muted {
  color: #999999 !important;
}
.uk-text-primary {
  color: #f56523 !important;
}
.uk-text-success {
  color: #32d296 !important;
}
.uk-text-warning {
  color: #faa05a !important;
}
.uk-text-danger {
  color: #f0506e !important;
}
/* Background modifier */
.uk-text-background {
  color: #f56523 !important;
}
@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #f56523;
  }
}
/* ========================================================================
     Component: Background
   ========================================================================== */
/* Color
   ========================================================================== */
.uk-background-default {
  background-color: #ffffff;
}
.uk-background-muted {
  background-color: #f7ae87;
}
.uk-background-primary {
  background-color: #f56523;
}
.uk-background-secondary {
  background-color: #f7834e;
}
/* ========================================================================
     Component: Inverse
   ========================================================================== */
.uk-light a,
.uk-light .uk-link,
.uk-section-primary:not(.uk-preserve-color) a,
.uk-section-primary:not(.uk-preserve-color) .uk-link,
.uk-section-secondary:not(.uk-preserve-color) a,
.uk-section-secondary:not(.uk-preserve-color) .uk-link,
.uk-tile-primary:not(.uk-preserve-color) a,
.uk-tile-primary:not(.uk-preserve-color) .uk-link,
.uk-tile-secondary:not(.uk-preserve-color) a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link,
.uk-card-primary.uk-card-body a,
.uk-card-primary.uk-card-body .uk-link,
.uk-card-primary > :not([class*='uk-card-media']) a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-link,
.uk-card-secondary.uk-card-body a,
.uk-card-secondary.uk-card-body .uk-link,
.uk-card-secondary > :not([class*='uk-card-media']) a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link,
.uk-overlay-primary a,
.uk-overlay-primary .uk-link,
.ap-toolbar a,
.ap-toolbar .uk-link {
  color: #ffffff;
}
.uk-light a:hover,
.uk-light .uk-link:hover,
.uk-section-primary:not(.uk-preserve-color) a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link:hover,
.uk-section-secondary:not(.uk-preserve-color) a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link:hover,
.uk-tile-primary:not(.uk-preserve-color) a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link:hover,
.uk-tile-secondary:not(.uk-preserve-color) a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link:hover,
.uk-card-primary.uk-card-body a:hover,
.uk-card-primary.uk-card-body .uk-link:hover,
.uk-card-primary > :not([class*='uk-card-media']) a:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-link:hover,
.uk-card-secondary.uk-card-body a:hover,
.uk-card-secondary.uk-card-body .uk-link:hover,
.uk-card-secondary > :not([class*='uk-card-media']) a:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link:hover,
.uk-overlay-primary a:hover,
.uk-overlay-primary .uk-link:hover,
.ap-toolbar a:hover,
.ap-toolbar .uk-link:hover {
  color: #ffffff;
}
.uk-light em,
.uk-section-primary:not(.uk-preserve-color) em,
.uk-section-secondary:not(.uk-preserve-color) em,
.uk-tile-primary:not(.uk-preserve-color) em,
.uk-tile-secondary:not(.uk-preserve-color) em,
.uk-card-primary.uk-card-body em,
.uk-card-primary > :not([class*='uk-card-media']) em,
.uk-card-secondary.uk-card-body em,
.uk-card-secondary > :not([class*='uk-card-media']) em,
.uk-overlay-primary em,
.ap-toolbar em {
  color: #ffffff;
}
.uk-light h1,
.uk-light .uk-h1,
.uk-light h2,
.uk-light .uk-h2,
.uk-light h3,
.uk-light .uk-h3,
.uk-light h4,
.uk-light .uk-h4,
.uk-light h5,
.uk-light .uk-h5,
.uk-light h6,
.uk-light .uk-h6,
.uk-section-primary:not(.uk-preserve-color) h1,
.uk-section-primary:not(.uk-preserve-color) .uk-h1,
.uk-section-primary:not(.uk-preserve-color) h2,
.uk-section-primary:not(.uk-preserve-color) .uk-h2,
.uk-section-primary:not(.uk-preserve-color) h3,
.uk-section-primary:not(.uk-preserve-color) .uk-h3,
.uk-section-primary:not(.uk-preserve-color) h4,
.uk-section-primary:not(.uk-preserve-color) .uk-h4,
.uk-section-primary:not(.uk-preserve-color) h5,
.uk-section-primary:not(.uk-preserve-color) .uk-h5,
.uk-section-primary:not(.uk-preserve-color) h6,
.uk-section-primary:not(.uk-preserve-color) .uk-h6,
.uk-section-secondary:not(.uk-preserve-color) h1,
.uk-section-secondary:not(.uk-preserve-color) .uk-h1,
.uk-section-secondary:not(.uk-preserve-color) h2,
.uk-section-secondary:not(.uk-preserve-color) .uk-h2,
.uk-section-secondary:not(.uk-preserve-color) h3,
.uk-section-secondary:not(.uk-preserve-color) .uk-h3,
.uk-section-secondary:not(.uk-preserve-color) h4,
.uk-section-secondary:not(.uk-preserve-color) .uk-h4,
.uk-section-secondary:not(.uk-preserve-color) h5,
.uk-section-secondary:not(.uk-preserve-color) .uk-h5,
.uk-section-secondary:not(.uk-preserve-color) h6,
.uk-section-secondary:not(.uk-preserve-color) .uk-h6,
.uk-tile-primary:not(.uk-preserve-color) h1,
.uk-tile-primary:not(.uk-preserve-color) .uk-h1,
.uk-tile-primary:not(.uk-preserve-color) h2,
.uk-tile-primary:not(.uk-preserve-color) .uk-h2,
.uk-tile-primary:not(.uk-preserve-color) h3,
.uk-tile-primary:not(.uk-preserve-color) .uk-h3,
.uk-tile-primary:not(.uk-preserve-color) h4,
.uk-tile-primary:not(.uk-preserve-color) .uk-h4,
.uk-tile-primary:not(.uk-preserve-color) h5,
.uk-tile-primary:not(.uk-preserve-color) .uk-h5,
.uk-tile-primary:not(.uk-preserve-color) h6,
.uk-tile-primary:not(.uk-preserve-color) .uk-h6,
.uk-tile-secondary:not(.uk-preserve-color) h1,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h1,
.uk-tile-secondary:not(.uk-preserve-color) h2,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h2,
.uk-tile-secondary:not(.uk-preserve-color) h3,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h3,
.uk-tile-secondary:not(.uk-preserve-color) h4,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h4,
.uk-tile-secondary:not(.uk-preserve-color) h5,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h5,
.uk-tile-secondary:not(.uk-preserve-color) h6,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h6,
.uk-card-primary.uk-card-body h1,
.uk-card-primary.uk-card-body .uk-h1,
.uk-card-primary.uk-card-body h2,
.uk-card-primary.uk-card-body .uk-h2,
.uk-card-primary.uk-card-body h3,
.uk-card-primary.uk-card-body .uk-h3,
.uk-card-primary.uk-card-body h4,
.uk-card-primary.uk-card-body .uk-h4,
.uk-card-primary.uk-card-body h5,
.uk-card-primary.uk-card-body .uk-h5,
.uk-card-primary.uk-card-body h6,
.uk-card-primary.uk-card-body .uk-h6,
.uk-card-primary > :not([class*='uk-card-media']) h1,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h1,
.uk-card-primary > :not([class*='uk-card-media']) h2,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h2,
.uk-card-primary > :not([class*='uk-card-media']) h3,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h3,
.uk-card-primary > :not([class*='uk-card-media']) h4,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h4,
.uk-card-primary > :not([class*='uk-card-media']) h5,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h5,
.uk-card-primary > :not([class*='uk-card-media']) h6,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h6,
.uk-card-secondary.uk-card-body h1,
.uk-card-secondary.uk-card-body .uk-h1,
.uk-card-secondary.uk-card-body h2,
.uk-card-secondary.uk-card-body .uk-h2,
.uk-card-secondary.uk-card-body h3,
.uk-card-secondary.uk-card-body .uk-h3,
.uk-card-secondary.uk-card-body h4,
.uk-card-secondary.uk-card-body .uk-h4,
.uk-card-secondary.uk-card-body h5,
.uk-card-secondary.uk-card-body .uk-h5,
.uk-card-secondary.uk-card-body h6,
.uk-card-secondary.uk-card-body .uk-h6,
.uk-card-secondary > :not([class*='uk-card-media']) h1,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h1,
.uk-card-secondary > :not([class*='uk-card-media']) h2,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h2,
.uk-card-secondary > :not([class*='uk-card-media']) h3,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h3,
.uk-card-secondary > :not([class*='uk-card-media']) h4,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h4,
.uk-card-secondary > :not([class*='uk-card-media']) h5,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h5,
.uk-card-secondary > :not([class*='uk-card-media']) h6,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h6,
.uk-overlay-primary h1,
.uk-overlay-primary .uk-h1,
.uk-overlay-primary h2,
.uk-overlay-primary .uk-h2,
.uk-overlay-primary h3,
.uk-overlay-primary .uk-h3,
.uk-overlay-primary h4,
.uk-overlay-primary .uk-h4,
.uk-overlay-primary h5,
.uk-overlay-primary .uk-h5,
.uk-overlay-primary h6,
.uk-overlay-primary .uk-h6,
.ap-toolbar h1,
.ap-toolbar .uk-h1,
.ap-toolbar h2,
.ap-toolbar .uk-h2,
.ap-toolbar h3,
.ap-toolbar .uk-h3,
.ap-toolbar h4,
.ap-toolbar .uk-h4,
.ap-toolbar h5,
.ap-toolbar .uk-h5,
.ap-toolbar h6,
.ap-toolbar .uk-h6 {
  color: #ffffff;
}
.uk-light blockquote,
.uk-section-primary:not(.uk-preserve-color) blockquote,
.uk-section-secondary:not(.uk-preserve-color) blockquote,
.uk-tile-primary:not(.uk-preserve-color) blockquote,
.uk-tile-secondary:not(.uk-preserve-color) blockquote,
.uk-card-primary.uk-card-body blockquote,
.uk-card-primary > :not([class*='uk-card-media']) blockquote,
.uk-card-secondary.uk-card-body blockquote,
.uk-card-secondary > :not([class*='uk-card-media']) blockquote,
.uk-overlay-primary blockquote,
.ap-toolbar blockquote {
  color: #ffffff;
}
.uk-light .uk-heading-primary,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-primary,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-primary,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-primary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-primary,
.uk-card-primary.uk-card-body .uk-heading-primary,
.uk-card-primary > :not([class*='uk-card-media']) .uk-heading-primary,
.uk-card-secondary.uk-card-body .uk-heading-primary,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-primary,
.uk-overlay-primary .uk-heading-primary,
.ap-toolbar .uk-heading-primary {
  color: #ffffff;
}
.uk-light .uk-heading-hero,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-hero,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-hero,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-hero,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-hero,
.uk-card-primary.uk-card-body .uk-heading-hero,
.uk-card-primary > :not([class*='uk-card-media']) .uk-heading-hero,
.uk-card-secondary.uk-card-body .uk-heading-hero,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-hero,
.uk-overlay-primary .uk-heading-hero,
.ap-toolbar .uk-heading-hero {
  color: #ffffff;
}
.uk-light .uk-icon-button,
.uk-section-primary:not(.uk-preserve-color) .uk-icon-button,
.uk-section-secondary:not(.uk-preserve-color) .uk-icon-button,
.uk-tile-primary:not(.uk-preserve-color) .uk-icon-button,
.uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button,
.uk-card-primary.uk-card-body .uk-icon-button,
.uk-card-primary > :not([class*='uk-card-media']) .uk-icon-button,
.uk-card-secondary.uk-card-body .uk-icon-button,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-icon-button,
.uk-overlay-primary .uk-icon-button,
.ap-toolbar .uk-icon-button {
  background-color: #ffffff;
  background-image: none;
}
.uk-light .uk-radio:checked,
.uk-light .uk-checkbox:checked,
.uk-light .uk-checkbox:indeterminate,
.uk-section-primary:not(.uk-preserve-color) .uk-radio:checked,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-tile-primary:not(.uk-preserve-color) .uk-radio:checked,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-tile-secondary:not(.uk-preserve-color) .uk-radio:checked,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-card-primary.uk-card-body .uk-radio:checked,
.uk-card-primary.uk-card-body .uk-checkbox:checked,
.uk-card-primary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-primary > :not([class*='uk-card-media']) .uk-radio:checked,
.uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:checked,
.uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate,
.uk-card-secondary.uk-card-body .uk-radio:checked,
.uk-card-secondary.uk-card-body .uk-checkbox:checked,
.uk-card-secondary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-radio:checked,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:checked,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate,
.uk-overlay-primary .uk-radio:checked,
.uk-overlay-primary .uk-checkbox:checked,
.uk-overlay-primary .uk-checkbox:indeterminate,
.ap-toolbar .uk-radio:checked,
.ap-toolbar .uk-checkbox:checked,
.ap-toolbar .uk-checkbox:indeterminate {
  background-color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-form-label,
.uk-section-primary:not(.uk-preserve-color) .uk-form-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-form-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-form-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-form-label,
.uk-card-primary.uk-card-body .uk-form-label,
.uk-card-primary > :not([class*='uk-card-media']) .uk-form-label,
.uk-card-secondary.uk-card-body .uk-form-label,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-form-label,
.uk-overlay-primary .uk-form-label,
.ap-toolbar .uk-form-label {
  color: #ffffff;
}
.uk-light .uk-button-default,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default,
.uk-card-primary.uk-card-body .uk-button-default,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default,
.uk-card-secondary.uk-card-body .uk-button-default,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default,
.uk-overlay-primary .uk-button-default,
.ap-toolbar .uk-button-default {
  background-color: #ffffff;
  color: #333;
  border-color: transparent;
  background-image: none;
  box-shadow: none;
}
.uk-light .uk-button-default:hover,
.uk-light .uk-button-default:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-card-primary.uk-card-body .uk-button-default:hover,
.uk-card-primary.uk-card-body .uk-button-default:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:focus,
.uk-card-secondary.uk-card-body .uk-button-default:hover,
.uk-card-secondary.uk-card-body .uk-button-default:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:focus,
.uk-overlay-primary .uk-button-default:hover,
.uk-overlay-primary .uk-button-default:focus,
.ap-toolbar .uk-button-default:hover,
.ap-toolbar .uk-button-default:focus {
  background-color: #ffffff;
  color: #f56523;
  border-color: transparent;
  box-shadow: none;
}
.uk-light .uk-button-default:active,
.uk-light .uk-button-default.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-card-primary.uk-card-body .uk-button-default:active,
.uk-card-primary.uk-card-body .uk-button-default.uk-active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default.uk-active,
.uk-card-secondary.uk-card-body .uk-button-default:active,
.uk-card-secondary.uk-card-body .uk-button-default.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default.uk-active,
.uk-overlay-primary .uk-button-default:active,
.uk-overlay-primary .uk-button-default.uk-active,
.ap-toolbar .uk-button-default:active,
.ap-toolbar .uk-button-default.uk-active {
  background-color: #f56523;
  color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-button-primary,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary,
.uk-card-primary.uk-card-body .uk-button-primary,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary,
.uk-card-secondary.uk-card-body .uk-button-primary,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary,
.uk-overlay-primary .uk-button-primary,
.ap-toolbar .uk-button-primary {
  background-color: #f56523;
  color: #ffffff;
  border-color: transparent;
  background-image: none;
  box-shadow: none;
}
.uk-light .uk-button-primary:hover,
.uk-light .uk-button-primary:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-card-primary.uk-card-body .uk-button-primary:hover,
.uk-card-primary.uk-card-body .uk-button-primary:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:focus,
.uk-card-secondary.uk-card-body .uk-button-primary:hover,
.uk-card-secondary.uk-card-body .uk-button-primary:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:focus,
.uk-overlay-primary .uk-button-primary:hover,
.uk-overlay-primary .uk-button-primary:focus,
.ap-toolbar .uk-button-primary:hover,
.ap-toolbar .uk-button-primary:focus {
  color: #ffffff;
  border-color: transparent;
  box-shadow: none;
}
.uk-light .uk-button-primary:active,
.uk-light .uk-button-primary.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-card-primary.uk-card-body .uk-button-primary:active,
.uk-card-primary.uk-card-body .uk-button-primary.uk-active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary.uk-active,
.uk-card-secondary.uk-card-body .uk-button-primary:active,
.uk-card-secondary.uk-card-body .uk-button-primary.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary.uk-active,
.uk-overlay-primary .uk-button-primary:active,
.uk-overlay-primary .uk-button-primary.uk-active,
.ap-toolbar .uk-button-primary:active,
.ap-toolbar .uk-button-primary.uk-active {
  color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-button-secondary,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary,
.uk-card-primary.uk-card-body .uk-button-secondary,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary,
.uk-card-secondary.uk-card-body .uk-button-secondary,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary,
.uk-overlay-primary .uk-button-secondary,
.ap-toolbar .uk-button-secondary {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
  background-image: none;
  box-shadow: none;
}
.uk-light .uk-button-secondary:hover,
.uk-light .uk-button-secondary:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-card-primary.uk-card-body .uk-button-secondary:hover,
.uk-card-primary.uk-card-body .uk-button-secondary:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:focus,
.uk-card-secondary.uk-card-body .uk-button-secondary:hover,
.uk-card-secondary.uk-card-body .uk-button-secondary:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:focus,
.uk-overlay-primary .uk-button-secondary:hover,
.uk-overlay-primary .uk-button-secondary:focus,
.ap-toolbar .uk-button-secondary:hover,
.ap-toolbar .uk-button-secondary:focus {
  background-color: transparent;
  color: #ffffff;
  box-shadow: none;
}
.uk-light .uk-button-secondary:active,
.uk-light .uk-button-secondary.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-card-primary.uk-card-body .uk-button-secondary:active,
.uk-card-primary.uk-card-body .uk-button-secondary.uk-active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary.uk-active,
.uk-card-secondary.uk-card-body .uk-button-secondary:active,
.uk-card-secondary.uk-card-body .uk-button-secondary.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary.uk-active,
.uk-overlay-primary .uk-button-secondary:active,
.uk-overlay-primary .uk-button-secondary.uk-active,
.ap-toolbar .uk-button-secondary:active,
.ap-toolbar .uk-button-secondary.uk-active {
  background-color: #ffffff;
  border-color: #ffffff;
}
.uk-light .uk-button-text,
.uk-section-primary:not(.uk-preserve-color) .uk-button-text,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-text,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-text,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-text,
.uk-card-primary.uk-card-body .uk-button-text,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-text,
.uk-card-secondary.uk-card-body .uk-button-text,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-text,
.uk-overlay-primary .uk-button-text,
.ap-toolbar .uk-button-text {
  color: #ffffff;
}
.uk-light .uk-totop:active,
.uk-section-primary:not(.uk-preserve-color) .uk-totop:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-totop:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-totop:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-totop:active,
.uk-card-primary.uk-card-body .uk-totop:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-totop:active,
.uk-card-secondary.uk-card-body .uk-totop:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-totop:active,
.uk-overlay-primary .uk-totop:active,
.ap-toolbar .uk-totop:active {
  color: #ffffff;
  background-color: transparent;
}
.uk-light .uk-marker,
.uk-section-primary:not(.uk-preserve-color) .uk-marker,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker,
.uk-card-primary.uk-card-body .uk-marker,
.uk-card-primary > :not([class*='uk-card-media']) .uk-marker,
.uk-card-secondary.uk-card-body .uk-marker,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-marker,
.uk-overlay-primary .uk-marker,
.ap-toolbar .uk-marker {
  background: #f7ae87;
  color: #666;
}
.uk-light .uk-marker:hover,
.uk-light .uk-marker:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-marker:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-marker:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker:focus,
.uk-card-primary.uk-card-body .uk-marker:hover,
.uk-card-primary.uk-card-body .uk-marker:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-marker:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-marker:focus,
.uk-card-secondary.uk-card-body .uk-marker:hover,
.uk-card-secondary.uk-card-body .uk-marker:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-marker:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-marker:focus,
.uk-overlay-primary .uk-marker:hover,
.uk-overlay-primary .uk-marker:focus,
.ap-toolbar .uk-marker:hover,
.ap-toolbar .uk-marker:focus {
  color: #666;
}
.uk-light .uk-badge,
.uk-section-primary:not(.uk-preserve-color) .uk-badge,
.uk-section-secondary:not(.uk-preserve-color) .uk-badge,
.uk-tile-primary:not(.uk-preserve-color) .uk-badge,
.uk-tile-secondary:not(.uk-preserve-color) .uk-badge,
.uk-card-primary.uk-card-body .uk-badge,
.uk-card-primary > :not([class*='uk-card-media']) .uk-badge,
.uk-card-secondary.uk-card-body .uk-badge,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-badge,
.uk-overlay-primary .uk-badge,
.ap-toolbar .uk-badge {
  background-color: #ffffff;
  color: #333;
}
.uk-light .uk-label,
.uk-section-primary:not(.uk-preserve-color) .uk-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-label,
.uk-card-primary.uk-card-body .uk-label,
.uk-card-primary > :not([class*='uk-card-media']) .uk-label,
.uk-card-secondary.uk-card-body .uk-label,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-label,
.uk-overlay-primary .uk-label,
.ap-toolbar .uk-label {
  background-color: #ffffff;
}
.uk-light .uk-article-title,
.uk-section-primary:not(.uk-preserve-color) .uk-article-title,
.uk-section-secondary:not(.uk-preserve-color) .uk-article-title,
.uk-tile-primary:not(.uk-preserve-color) .uk-article-title,
.uk-tile-secondary:not(.uk-preserve-color) .uk-article-title,
.uk-card-primary.uk-card-body .uk-article-title,
.uk-card-primary > :not([class*='uk-card-media']) .uk-article-title,
.uk-card-secondary.uk-card-body .uk-article-title,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-article-title,
.uk-overlay-primary .uk-article-title,
.ap-toolbar .uk-article-title {
  color: #ffffff;
}
.uk-light .uk-nav-default > li > a:hover,
.uk-light .uk-nav-default > li > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-card-primary.uk-card-body .uk-nav-default > li > a:hover,
.uk-card-primary.uk-card-body .uk-nav-default > li > a:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li > a:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li > a:focus,
.uk-card-secondary.uk-card-body .uk-nav-default > li > a:hover,
.uk-card-secondary.uk-card-body .uk-nav-default > li > a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li > a:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li > a:focus,
.uk-overlay-primary .uk-nav-default > li > a:hover,
.uk-overlay-primary .uk-nav-default > li > a:focus,
.ap-toolbar .uk-nav-default > li > a:hover,
.ap-toolbar .uk-nav-default > li > a:focus {
  color: rgba(197, 57, 15, 0.7);
  background-color: transparent;
}
.uk-light .uk-nav-default > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-nav-default > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-nav-default > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li.uk-active > a,
.uk-overlay-primary .uk-nav-default > li.uk-active > a,
.ap-toolbar .uk-nav-default > li.uk-active > a {
  color: #ffffff;
  background-color: transparent;
}
.uk-light .uk-nav-default .uk-nav-header,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-header,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-header,
.uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-header,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-header,
.uk-overlay-primary .uk-nav-default .uk-nav-header,
.ap-toolbar .uk-nav-default .uk-nav-header {
  color: #ffffff;
}
.uk-light .uk-nav-primary > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-nav-primary > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-nav-primary > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary > li.uk-active > a,
.uk-overlay-primary .uk-nav-primary > li.uk-active > a,
.ap-toolbar .uk-nav-primary > li.uk-active > a {
  color: #ffffff;
}
.uk-light .uk-nav-primary .uk-nav-header,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-header,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-header,
.uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-header,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-header,
.uk-overlay-primary .uk-nav-primary .uk-nav-header,
.ap-toolbar .uk-nav-primary .uk-nav-header {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li > a::before,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a::before,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a::before,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a::before,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a::before,
.uk-overlay-primary .uk-navbar-nav > li > a::before,
.ap-toolbar .uk-navbar-nav > li > a::before {
  background-color: transparent;
}
.uk-light .uk-navbar-nav > li:hover > a,
.uk-light .uk-navbar-nav > li > a:focus,
.uk-light .uk-navbar-nav > li > a.uk-open,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-card-primary.uk-card-body .uk-navbar-nav > li:hover > a,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a:focus,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a.uk-open,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li:hover > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a.uk-open,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li:hover > a,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a:focus,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a.uk-open,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li:hover > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a.uk-open,
.uk-overlay-primary .uk-navbar-nav > li:hover > a,
.uk-overlay-primary .uk-navbar-nav > li > a:focus,
.uk-overlay-primary .uk-navbar-nav > li > a.uk-open,
.ap-toolbar .uk-navbar-nav > li:hover > a,
.ap-toolbar .uk-navbar-nav > li > a:focus,
.ap-toolbar .uk-navbar-nav > li > a.uk-open {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-navbar-nav > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a,
.uk-overlay-primary .uk-navbar-nav > li.uk-active > a,
.ap-toolbar .uk-navbar-nav > li.uk-active > a {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li.uk-active > a::before,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-card-primary.uk-card-body .uk-navbar-nav > li.uk-active > a::before,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a::before,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li.uk-active > a::before,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a::before,
.uk-overlay-primary .uk-navbar-nav > li.uk-active > a::before,
.ap-toolbar .uk-navbar-nav > li.uk-active > a::before {
  background-color: #f56523;
}
.uk-light .uk-navbar-toggle,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-card-primary.uk-card-body .uk-navbar-toggle,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-toggle,
.uk-card-secondary.uk-card-body .uk-navbar-toggle,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-toggle,
.uk-overlay-primary .uk-navbar-toggle,
.ap-toolbar .uk-navbar-toggle {
  color: #ffffff;
}
.uk-light .uk-subnav > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-card-primary.uk-card-body .uk-subnav > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-subnav > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-subnav > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav > .uk-active > a,
.uk-overlay-primary .uk-subnav > .uk-active > a,
.ap-toolbar .uk-subnav > .uk-active > a {
  color: #ffffff;
}
.uk-light .uk-subnav-pill > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-card-primary.uk-card-body .uk-subnav-pill > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-subnav-pill > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-subnav-pill > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav-pill > .uk-active > a,
.uk-overlay-primary .uk-subnav-pill > .uk-active > a,
.ap-toolbar .uk-subnav-pill > .uk-active > a {
  background-color: #ffffff;
  box-shadow: none;
}
.uk-light .uk-tab > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-card-primary.uk-card-body .uk-tab > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-tab > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-tab > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-tab > .uk-active > a,
.uk-overlay-primary .uk-tab > .uk-active > a,
.ap-toolbar .uk-tab > .uk-active > a {
  color: #ffffff;
  border-color: #ffffff;
}
.uk-light .uk-dotnav > .uk-active > *,
.uk-section-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-card-primary.uk-card-body .uk-dotnav > .uk-active > *,
.uk-card-primary > :not([class*='uk-card-media']) .uk-dotnav > .uk-active > *,
.uk-card-secondary.uk-card-body .uk-dotnav > .uk-active > *,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-dotnav > .uk-active > *,
.uk-overlay-primary .uk-dotnav > .uk-active > *,
.ap-toolbar .uk-dotnav > .uk-active > * {
  background-color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-countdown-number,
.uk-light .uk-countdown-separator,
.uk-section-primary:not(.uk-preserve-color) .uk-countdown-number,
.uk-section-primary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-section-secondary:not(.uk-preserve-color) .uk-countdown-number,
.uk-section-secondary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-tile-primary:not(.uk-preserve-color) .uk-countdown-number,
.uk-tile-primary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-number,
.uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-card-primary.uk-card-body .uk-countdown-number,
.uk-card-primary.uk-card-body .uk-countdown-separator,
.uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-number,
.uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-separator,
.uk-card-secondary.uk-card-body .uk-countdown-number,
.uk-card-secondary.uk-card-body .uk-countdown-separator,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-number,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-separator,
.uk-overlay-primary .uk-countdown-number,
.uk-overlay-primary .uk-countdown-separator,
.ap-toolbar .uk-countdown-number,
.ap-toolbar .uk-countdown-separator {
  color: #ffffff;
}
.uk-light .uk-countdown-label,
.uk-section-primary:not(.uk-preserve-color) .uk-countdown-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-countdown-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-countdown-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-label,
.uk-card-primary.uk-card-body .uk-countdown-label,
.uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-label,
.uk-card-secondary.uk-card-body .uk-countdown-label,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-label,
.uk-overlay-primary .uk-countdown-label,
.ap-toolbar .uk-countdown-label {
  color: #ffffff;
}
.uk-light .uk-text-lead,
.uk-section-primary:not(.uk-preserve-color) .uk-text-lead,
.uk-section-secondary:not(.uk-preserve-color) .uk-text-lead,
.uk-tile-primary:not(.uk-preserve-color) .uk-text-lead,
.uk-tile-secondary:not(.uk-preserve-color) .uk-text-lead,
.uk-card-primary.uk-card-body .uk-text-lead,
.uk-card-primary > :not([class*='uk-card-media']) .uk-text-lead,
.uk-card-secondary.uk-card-body .uk-text-lead,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-text-lead,
.uk-overlay-primary .uk-text-lead,
.ap-toolbar .uk-text-lead {
  color: #ffffff;
}
/* Header
   ========================================================================== */
/*
   * Header
   */
/*
   * Headerbars
   */
.ap-headerbar-top {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #ffffff;
}
.ap-headerbar-bottom {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #ffffff;
}
.ap-header .uk-navbar-nav .menu-item a {
  position: relative;
}
.ap-header .uk-navbar-nav .menu-item a:hover,
.ap-header .uk-navbar-nav .uk-active a {
  font-weight: bolder;
}
.ap-header .uk-navbar-nav .menu-item a:hover::before,
.ap-header .uk-navbar-nav .uk-active a::before {
  right: 15px;
  display: block;
}
.ap-header-transparent {
  position: absolute;
  z-index: 980;
  left: 0;
  right: 0;
}
.ap-header-transparent .uk-navbar-nav .menu-item a {
  position: relative;
  color: #fff;
}
.ap-header-transparent .uk-navbar-nav .menu-item a:hover::before,
.ap-header-transparent .uk-navbar-nav .uk-active a::before {
  background-color: #fff;
}
.uk-navbar-transparent {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 80px;
  z-index: 100;
  transition: background-color 0.3s ease-in;
}
.uk-navbar-transparent.uk-sticky-below {
  z-index: 1000;
}
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li.uk-active > a,
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a:hover {
  color: #292929;
}
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a {
  color: #4f5260;
}
.uk-section-secondary .uk-navbar-transparent.uk-sticky-below,
.uk-section-secondary .uk-navbar-container:not(.uk-navbar-transparent) {
  background: rgba(247, 131, 78, 0.94);
}
.uk-section-secondary .uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a,
.uk-section-secondary .uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a:hover {
  color: #fff;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #f56523;
}
.uk-section-muted .uk-navbar-container.uk-navbar-sticky {
  background-color: #f7ae87;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #f56523;
}
.uk-navbar-container:not(.uk-navbar-transparent) {
  background: transparent;
}
.uk-navbar-sticky {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.07);
}
.uk-navbar-nav > li > a::before {
  content: '';
  display: none;
  position: absolute;
  bottom: 24px;
  height: 1px;
  background-color: #00a0de;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transition-property: background-color, border-color, box-shadow, height, right;
  transition-property: background-color, border-color, box-shadow, height, right;
  left: 15px;
  right: calc(77%);
}
.category .uk-pagination li.uk-active,
.ap-pagination li.uk-active,
.dynamic-pagination li.uk-active,
.category .uk-pagination li.active,
.ap-pagination li.active,
.dynamic-pagination li.active {
  background-color: #f56523;
  border-color: #f56523;
}
.category .uk-pagination li:hover,
.ap-pagination li:hover,
.dynamic-pagination li:hover {
  border-color: #f56523;
}
/* ========================================================================
   Component: Padding
 ========================================================================== */
/* mobile */
@media (max-width: 640px) {
  .uk-padding {
    padding: 14px;
  }
  .uk-padding-small {
    padding: 12px 15px 8px;
  }
  * + .uk-margin-medium {
    margin-top: 12px !important;
  }
  .uk-margin-medium {
    margin-bottom: 16px;
  }
  .uk-button {
    padding: 0 12px;
    line-height: 30px;
  }
  .uk-card-default .uk-card-title,
  .uk-card-title {
    font-size: 1rem;
  }
  .uk-card-body {
    padding: 10px;
  }
  .uk-tile-large {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .uk-heading-primary,
  .uk-heading-hero,
  .uk-h1,
  h1 {
    font-size: 1.75rem;
  }
  .uk-h2,
  h2 {
    font-size: 1.25rem;
  }
  .uk-h3,
  h3 {
    font-size: 1.125rem;
  }
  .uk-h4,
  h4 {
    font-size: .875rem;
  }
  .uk-h5,
  h5,
  .uk-h6,
  h6 {
    font-size: .75rem;
  }
  .uk-margin {
    margin-bottom: 14px;
  }
  * + .uk-margin {
    margin-top: 14px!important;
  }
  .uk-grid {
    margin-left: -6px;
  }
  .uk-grid > * {
    padding-left: 6px;
  }
  * + .uk-grid-margin,
  .uk-grid + .uk-grid,
  .uk-grid > .uk-grid-margin {
    margin-top: 12px;
  }
  .uk-grid + .uk-grid-collapse,
  .uk-grid-collapse > .uk-grid-margin {
    margin-top: 0;
  }
  .uk-grid-collapse > * {
    padding-left: 0;
  }
  .uk-grid-collapse {
    margin-left: 0;
  }
  .uk-card-small .uk-card-body,
  .uk-card-small.uk-card-body {
    padding: 6px;
  }
  .uk-section {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .uk-section-xsmall {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .uk-section-small {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .uk-margin-large-top {
    margin-top: 26px !important;
  }
  .uk-margin-large {
    margin-bottom: 26px;
  }
  .ap-pagination li,
  .dynamic-pagination li {
    height: 24px;
  }
  .dynamic-pagination li a {
    padding: 0 2px;
    line-height: 24px;
    min-width: 24px;
    font-size: 12px;
  }
}
.preview .uk-section-secondary .uk-button-primary:hover {
  background-color: #db4c0a;
}
.ap-list-filter dd a.active {
  background-color: #f56523;
  color: #fff;
  border-radius: 2px;
}
.ap-filter-dropdown .filter-item-wrap.open,
.ap-filter-dropdown .filter-item.active {
  color: #f56523;
}
.category li a.active {
  color: #f56523;
}
.uk-lightbox-items > * > video {
  width: 80%;
}
/* 兼容uk-heading-primary */
@media (min-width: 1200px) {
  .uk-heading-primary {
    font-size: 3.75rem;
    line-height: 1.1;
  }
}
.uk-list ul {
  padding-left: 10px;
}
.onepage-pagination li a.active:before {
  background: #f56523;
}
.fr-text-bordered {
  padding-top: 6px;
  padding-bottom: 6px;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
.fr-text-uppercase {
  text-transform: uppercase;
}
.param-field .param-tag {
  color: #f56523;
  border: 1px solid rgba(245, 101, 35, 0.2);
}
form .step .step-bg-progress,
form .add-file .file-btn,
form .step-btns a,
form .step .ui-step.active .ui-step-num {
  background: #f56523;
}
form .step .ui-step.active .ui-step-title {
  color: #f56523;
}
/**************** 自定义版块样式 ********************/
.btn-effect-1 {
  border-color: #f56523;
  background-color: #f56523;
  color: #fff;
}
.header-effect-6 [data-item='title']::before {
  background-color: #f56523;
}
.header-effect-7 [data-item='subTitle'] {
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  background-color: #f56523;
  color: #fff !important;
}
.btn-effect-2 {
  background-color: transparent;
  border: 1px solid #f56523;
  color: #f56523;
}
.btn-effect-2:hover {
  background-color: #f56523;
}
.uk-button.btn-effect-5 {
  background-color: #f56523;
  box-shadow: 0 0 15px rgba(245, 101, 35, 0.8);
}
.header-effect-3 [data-item='title']::after {
  background: #f56523;
}
.header-effect-6 [data-item='title']::before {
  background-color: #f56523;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0c32aec26abaf8 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@media (min-width: 1200px) {
  #a7e79aa9c4a4deb .uk-container {
    padding: 0 60px;
  }
}
@media (min-width: 980px) {
  #a7e79aa9c4a4deb .sidebar {
    width: 28.5%;
    padding-left: 32px;
    border-left: 1px solid #ececec;
    margin-left: 32px;
  }
}
#a7e79aa9c4a4deb .sidebar .uk-h3 {
  position: relative;
  padding-bottom: 12px;
  font-size: 18px;
}
#a7e79aa9c4a4deb .sidebar .uk-h3:before {
  content: ' ';
  position: absolute;
  width: 3px;
  height: 100%;
  left: -33px;
  top: 0;
  background-color: #f56523;
}
#a7e79aa9c4a4deb .sidebar .uk-h3:after {
  content: ' ';
  position: absolute;
  width: 35px;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #666666;
}
#a7e79aa9c4a4deb .uk-list li::before {
  color: #f56523;
}
#a7e79aa9c4a4deb .uk-list a {
  color: #4c4c4c;
}
#a7e79aa9c4a4deb .uk-list a.active,
#a7e79aa9c4a4deb .uk-list a:hover {
  color: #f56523;
  text-decoration: none;
}
#a7e79aa9c4a4deb .post-sidebar-image {
  width: 90px;
  height: auto;
  margin-right: 15px;
}
#a7e79aa9c4a4deb .tag {
  display: inline-block;
  margin: 0 8px 10px 0;
  border: 1px solid #ececec;
}
#a7e79aa9c4a4deb .tag a {
  line-height: 32px;
  padding: 0 12px;
  font-size: 14px;
  color: #666666;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#abd65a411bafc40 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2a80a591cae54b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #000000;
}
#a2a80a591cae54b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a2a80a591cae54b .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a2a80a591cae54b .menu-list > li > a {
  padding: 0 20px;
}
#a2a80a591cae54b .menu-list > li:hover:before {
  height: 100%;
}
#a2a80a591cae54b .menu-list > li:hover:after {
  color: auto;
}
#a2a80a591cae54b .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a2a80a591cae54b .menu-list > li:first-child:after {
  content: "";
}
#a2a80a591cae54b .menu-list > li.active > a {
  background-color: #faf7f7;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a2a80a591cae54b .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a2a80a591cae54b .menu-list > li ul li {
  position: relative;
}
#a2a80a591cae54b .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 5px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 170px;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #fcf9f9;
}
#a2a80a591cae54b .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
}
#a2a80a591cae54b .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a2a80a591cae54b li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f7f0f0;
}
#a2a80a591cae54b li ul li a:active,
#a2a80a591cae54b li ul li a.active,
#a2a80a591cae54b li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f5f2f2;
}
#a2a80a591cae54b li ul,
#a2a80a591cae54b li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a2a80a591cae54b li:hover > ul {
  left: auto;
}
#a2a80a591cae54b li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2c1aad797a6d01 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZHei-B01S;color: rgba(255, 255, 255, 1);}#a15c0a1d67ac830 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0c32aec26abaf8 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(12, 0, 0, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a36e3a74e0aa9ea a {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a36e3a74e0aa9ea a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0c32aec26abaf8 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@media (min-width: 1200px) {
  #a8d3aad408a371b .uk-container {
    padding: 0 60px;
  }
}
@media (min-width: 980px) {
  #a8d3aad408a371b .sidebar {
    width: 300px;
    padding: 1;
  }
}
#a8d3aad408a371b .author-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin-right: 15px;
}
#a8d3aad408a371b .rich-img-wrap {
  display: block;
}
#a8d3aad408a371b .author-name {
  color: #262626;
  display: block;
  font-size: 20px;
  height: 28px;
  line-height: 28px;
}
#a8d3aad408a371b .author-info span {
  background: #feeee6;
  border: 1px solid #f56523;
  color: #f56523;
  display: inline-block;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  margin-top: 4px;
  padding: 0 6px;
  text-align: center;
}
#a8d3aad408a371b .sidebar .border-1 {
  padding: 15px 16px 40px;
  border-radius: 3px;
  overflow: hidden;
  border-top: 3px solid #f56523;
}
#a8d3aad408a371b .new-list {
  padding: 15px 0 0;
  border-top: 1px solid #ececec;
}
#a8d3aad408a371b .sidebar .uk-h4 {
  color: #262626;
  font-size: 14px;
  margin: 0;
}
#a8d3aad408a371b .sidebar .uk-h4:before {
  background: #f56523;
  content: "";
  display: inline-block;
  height: 10px;
  margin: 0 6px 0 0;
  width: 2px;
}
#a8d3aad408a371b .author-wrapper {
  position: relative;
}
#a8d3aad408a371b .sidebar h3 {
  font-size: 16px;
  line-height: 25px;
  color: #262626;
}
#a8d3aad408a371b .sidebar h3::after {
  border: .5px solid #ddd;
  content: "";
  display: block;
  height: 0;
  margin-top: 10px;
  width: 20px;
}
#a8d3aad408a371b .sidebar .footer-tip {
  text-align: center;
  line-height: 40px;
  color: #fff;
  height: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
#a8d3aad408a371b .new-list li {
  padding: 5px 0 15px;
}
#a8d3aad408a371b .sidebar a {
  font-size: 14px;
  color: #262626;
  line-height: 20px;
  padding-bottom: 4px;
  display: block;
}
#a8d3aad408a371b .sidebar a:hover {
  color: #f7804a;
}
#a8d3aad408a371b .new-list li span {
  font-size: 12px;
  color: #a7a7a7;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af269a05c6a4caa .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2a80a591cae54b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #000000;
}
#a2a80a591cae54b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a2a80a591cae54b .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a2a80a591cae54b .menu-list > li > a {
  padding: 0 20px;
}
#a2a80a591cae54b .menu-list > li:hover:before {
  height: 100%;
}
#a2a80a591cae54b .menu-list > li:hover:after {
  color: auto;
}
#a2a80a591cae54b .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a2a80a591cae54b .menu-list > li:first-child:after {
  content: "";
}
#a2a80a591cae54b .menu-list > li.active > a {
  background-color: #faf7f7;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a2a80a591cae54b .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a2a80a591cae54b .menu-list > li ul li {
  position: relative;
}
#a2a80a591cae54b .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 5px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 170px;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #fcf9f9;
}
#a2a80a591cae54b .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
}
#a2a80a591cae54b .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a2a80a591cae54b li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f7f0f0;
}
#a2a80a591cae54b li ul li a:active,
#a2a80a591cae54b li ul li a.active,
#a2a80a591cae54b li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f5f2f2;
}
#a2a80a591cae54b li ul,
#a2a80a591cae54b li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a2a80a591cae54b li:hover > ul {
  left: auto;
}
#a2a80a591cae54b li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2c1aad797a6d01 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZHei-B01S;color: rgba(255, 255, 255, 1);}#a15c0a1d67ac830 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0c32aec26abaf8 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(12, 0, 0, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a36e3a74e0aa9ea a {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a36e3a74e0aa9ea a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0c32aec26abaf8 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@media (min-width: 1200px) {
  #a1d19aa760ae34c .uk-container {
    padding: 0 60px;
  }
}
#a1d19aa760ae34c .date-time {
  padding: 18px 0 20px;
  font-size: 18px;
  color: #3a3c41;
  display: block;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  background: #fff;
  border-top: 2px solid #f56523;
}
#a1d19aa760ae34c .comments_count {
  display: block;
  padding: 14px 0 18px;
  text-align: center;
  background-color: #e7ecee;
}
#a1d19aa760ae34c .uk-card {
  padding: 10px;
}
#a1d19aa760ae34c .tag-link {
  background-color: #919292;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  font-size: 13px !important;
}
#a1d19aa760ae34c .uk-list a.active,
#a1d19aa760ae34c .uk-list a:hover {
  color: #f56523;
  text-decoration: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac495ae803afacb .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2a80a591cae54b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #000000;
}
#a2a80a591cae54b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a2a80a591cae54b .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a2a80a591cae54b .menu-list > li > a {
  padding: 0 20px;
}
#a2a80a591cae54b .menu-list > li:hover:before {
  height: 100%;
}
#a2a80a591cae54b .menu-list > li:hover:after {
  color: auto;
}
#a2a80a591cae54b .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a2a80a591cae54b .menu-list > li:first-child:after {
  content: "";
}
#a2a80a591cae54b .menu-list > li.active > a {
  background-color: #faf7f7;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a2a80a591cae54b .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a2a80a591cae54b .menu-list > li ul li {
  position: relative;
}
#a2a80a591cae54b .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 5px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 170px;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #fcf9f9;
}
#a2a80a591cae54b .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
}
#a2a80a591cae54b .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a2a80a591cae54b li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f7f0f0;
}
#a2a80a591cae54b li ul li a:active,
#a2a80a591cae54b li ul li a.active,
#a2a80a591cae54b li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f5f2f2;
}
#a2a80a591cae54b li ul,
#a2a80a591cae54b li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a2a80a591cae54b li:hover > ul {
  left: auto;
}
#a2a80a591cae54b li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2c1aad797a6d01 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZHei-B01S;color: rgba(255, 255, 255, 1);}#a15c0a1d67ac830 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0c32aec26abaf8 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(12, 0, 0, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a36e3a74e0aa9ea a {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a36e3a74e0aa9ea a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0c32aec26abaf8 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@media (min-width: 1200px) {
  #a0235a48c7afa81 .uk-container {
    padding: 0 60px;
  }
}
@media (min-width: 980px) {
  #a0235a48c7afa81 .sidebar {
    width: 300px;
    padding: 1;
  }
}
#a0235a48c7afa81 .author-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin-right: 15px;
}
#a0235a48c7afa81 .rich-img-wrap {
  display: block;
}
#a0235a48c7afa81 .author-name {
  color: #262626;
  display: block;
  font-size: 20px;
  height: 28px;
  line-height: 28px;
}
#a0235a48c7afa81 .author-info span {
  background: #feeee6;
  border: 1px solid #f56523;
  color: #f56523;
  display: inline-block;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  margin-top: 4px;
  padding: 0 6px;
  text-align: center;
}
#a0235a48c7afa81 .sidebar .border-1 {
  padding: 15px 16px 40px;
  border-radius: 3px;
  overflow: hidden;
  border-top: 3px solid #f56523;
}
#a0235a48c7afa81 .new-list {
  padding: 15px 0 0;
  border-top: 1px solid #ececec;
}
#a0235a48c7afa81 .sidebar .uk-h4 {
  color: #262626;
  font-size: 14px;
  margin: 0;
}
#a0235a48c7afa81 .sidebar .uk-h4:before {
  background: #f56523;
  content: "";
  display: inline-block;
  height: 10px;
  margin: 0 6px 0 0;
  width: 2px;
}
#a0235a48c7afa81 .author-wrapper {
  position: relative;
}
#a0235a48c7afa81 .sidebar h3 {
  font-size: 16px;
  line-height: 25px;
  color: #262626;
}
#a0235a48c7afa81 .sidebar h3::after {
  border: .5px solid #ddd;
  content: "";
  display: block;
  height: 0;
  margin-top: 10px;
  width: 20px;
}
#a0235a48c7afa81 .sidebar .footer-tip {
  text-align: center;
  line-height: 40px;
  color: #fff;
  height: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
#a0235a48c7afa81 .new-list li {
  padding: 5px 0 15px;
}
#a0235a48c7afa81 .sidebar a {
  font-size: 14px;
  color: #262626;
  line-height: 20px;
  padding-bottom: 4px;
  display: block;
}
#a0235a48c7afa81 .sidebar a:hover {
  color: #f7804a;
}
#a0235a48c7afa81 .new-list li span {
  font-size: 12px;
  color: #a7a7a7;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9818a3941a9f1b .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2a80a591cae54b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #000000;
}
#a2a80a591cae54b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a2a80a591cae54b .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a2a80a591cae54b .menu-list > li > a {
  padding: 0 20px;
}
#a2a80a591cae54b .menu-list > li:hover:before {
  height: 100%;
}
#a2a80a591cae54b .menu-list > li:hover:after {
  color: auto;
}
#a2a80a591cae54b .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a2a80a591cae54b .menu-list > li:first-child:after {
  content: "";
}
#a2a80a591cae54b .menu-list > li.active > a {
  background-color: #faf7f7;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a2a80a591cae54b .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a2a80a591cae54b .menu-list > li ul li {
  position: relative;
}
#a2a80a591cae54b .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 5px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 170px;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #fcf9f9;
}
#a2a80a591cae54b .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
}
#a2a80a591cae54b .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a2a80a591cae54b li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f7f0f0;
}
#a2a80a591cae54b li ul li a:active,
#a2a80a591cae54b li ul li a.active,
#a2a80a591cae54b li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f5f2f2;
}
#a2a80a591cae54b li ul,
#a2a80a591cae54b li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a2a80a591cae54b li:hover > ul {
  left: auto;
}
#a2a80a591cae54b li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2c1aad797a6d01 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZHei-B01S;color: rgba(255, 255, 255, 1);}#a15c0a1d67ac830 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0c32aec26abaf8 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(12, 0, 0, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a36e3a74e0aa9ea a {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a36e3a74e0aa9ea a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad6dea6230ac7d4 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aceecaa2a8adf25 .uk-container {
  line-height: 2;
  color: #999;
}
#a3fb2a01cfadd68 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZHei-B01S;color: rgba(255, 255, 255, 1);}#a3c11a2ab2a98c6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a47e6a354ba0cb6 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #000000;
}
#a47e6a354ba0cb6 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a47e6a354ba0cb6 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a47e6a354ba0cb6 .menu-list > li > a {
  padding: 0 35px;
}
#a47e6a354ba0cb6 .menu-list > li:hover:before {
  height: 100%;
}
#a47e6a354ba0cb6 .menu-list > li:hover:after {
  color: auto;
}
#a47e6a354ba0cb6 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a47e6a354ba0cb6 .menu-list > li:first-child:after {
  content: "";
}
#a47e6a354ba0cb6 .menu-list > li.active > a {
  background-color: #faf7f7;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a47e6a354ba0cb6 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a47e6a354ba0cb6 .menu-list > li ul li {
  position: relative;
}
#a47e6a354ba0cb6 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fcf9f9;
}
#a47e6a354ba0cb6 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
}
#a47e6a354ba0cb6 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a47e6a354ba0cb6 li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f7f0f0;
}
#a47e6a354ba0cb6 li ul li a:active,
#a47e6a354ba0cb6 li ul li a.active,
#a47e6a354ba0cb6 li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f5f2f2;
}
#a47e6a354ba0cb6 li ul,
#a47e6a354ba0cb6 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a47e6a354ba0cb6 li:hover > ul {
  left: auto;
}
#a47e6a354ba0cb6 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a77d8a108ea478f {
  overflow: hidden;
}
#a77d8a108ea478f .img-wrap {
  transition: all 0.3s ease-in;
}
#a77d8a108ea478f .img-wrap:hover {
  border-color: #ff0000;
  transform: scale(1.3);
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1ac2a9dd3a565b {
  overflow: hidden;
}
#a1ac2a9dd3a565b .img-wrap {
  transition: all 0.3s ease-in;
}
#a1ac2a9dd3a565b .img-wrap:hover {
  border-color: #ff0000;
  transform: scale(1.3);
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4ae6a71d4a39cd {
  overflow: hidden;
}
#a4ae6a71d4a39cd .img-wrap {
  transition: all 0.3s ease-in;
}
#a4ae6a71d4a39cd .img-wrap:hover {
  border-color: #ff0000;
  transform: scale(1.3);
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a49f9a33d5aac6f {
  overflow: hidden;
}
#a49f9a33d5aac6f .img-wrap {
  transition: all 0.3s ease-in;
}
#a49f9a33d5aac6f .img-wrap:hover {
  border-color: #ff0a00;
  transform: scale(1.3);
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8389a7112a17c0 {
  overflow: hidden;
}
#a8389a7112a17c0 .img-wrap {
  transition: all 0.3s ease-in;
}
#a8389a7112a17c0 .img-wrap:hover {
  border-color: #ff0a00;
  transform: scale(1.3);
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1893a5087a6e25 {
  overflow: hidden;
}
#a1893a5087a6e25 .img-wrap {
  transition: all 0.3s ease-in;
}
#a1893a5087a6e25 .img-wrap:hover {
  border-color: #fd0000;
  transform: scale(1.3);
}
#a94e6a7011ab953 a {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: NotoSansSC-Bold;color: rgba(255, 255, 255, 1);}#a94e6a7011ab953 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 24px;font-family: NotoSansSC-Bold;color: rgba(255, 255, 255, 1);}#a25a8a825ba5e47 a {
        font-weight: bold;
        font-style: normal;
    font-size: 24px;font-family: NotoSansSC-Bold;}#a25a8a825ba5e47 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 24px;font-family: NotoSansSC-Bold;color: rgba(255, 255, 255, 1);}#a4918a33a6ae555 a {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: NotoSansSC-Bold;}#a4918a33a6ae555 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 24px;font-family: NotoSansSC-Bold;color: rgba(255, 255, 255, 1);}#a35b0a9691a44eb a {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: NotoSansSC-Bold;}#a35b0a9691a44eb a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 24px;font-family: NotoSansSC-Bold;color: rgba(255, 255, 255, 1);}#ac26fa2159aab9e a {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: NotoSansSC-Bold;}#ac26fa2159aab9e a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 24px;font-family: NotoSansSC-Bold;color: rgba(255, 255, 255, 1);}#a124ca24cca4ba6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: NotoSansSC-Bold;}#a124ca24cca4ba6 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 24px;font-family: NotoSansSC-Bold;color: rgba(255, 255, 255, 1);}#a715da0830af71c .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a715da0830af71c .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;background-color: rgba(15, 248, 248, 1);}#ab2f8a82c5a5f69 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ffffff;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#ab2f8a82c5a5f69 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a441cae156a5caf .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #000000;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a441cae156a5caf .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a8b2ea19daae5f9 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ffffff;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a8b2ea19daae5f9 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a34a6a5ea8a1938 a {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a34a6a5ea8a1938 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3e00a10a0aa50c .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#abcf0afb7ba2f71 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac2eda5e60ab8c2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #000000;
}
#ac2eda5e60ab8c2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ac2eda5e60ab8c2 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ac2eda5e60ab8c2 .menu-list > li > a {
  padding: 0 20px;
}
#ac2eda5e60ab8c2 .menu-list > li:hover:before {
  height: 100%;
}
#ac2eda5e60ab8c2 .menu-list > li:hover:after {
  color: auto;
}
#ac2eda5e60ab8c2 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#ac2eda5e60ab8c2 .menu-list > li:first-child:after {
  content: "";
}
#ac2eda5e60ab8c2 .menu-list > li.active > a {
  background-color: #faf7f7;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#ac2eda5e60ab8c2 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ac2eda5e60ab8c2 .menu-list > li ul li {
  position: relative;
}
#ac2eda5e60ab8c2 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 5px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 170px;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #fcf9f9;
}
#ac2eda5e60ab8c2 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
}
#ac2eda5e60ab8c2 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#ac2eda5e60ab8c2 li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f7f0f0;
}
#ac2eda5e60ab8c2 li ul li a:active,
#ac2eda5e60ab8c2 li ul li a.active,
#ac2eda5e60ab8c2 li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f5f2f2;
}
#ac2eda5e60ab8c2 li ul,
#ac2eda5e60ab8c2 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ac2eda5e60ab8c2 li:hover > ul {
  left: auto;
}
#ac2eda5e60ab8c2 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5c9aaaf57a7190 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZHei-B01S;color: rgba(255, 255, 255, 1);}#a2517a6365ae6a9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3e00a10a0aa50c [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(12, 0, 0, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae487a4807abcc7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aeb0aae5fea410d {
  overflow: hidden;
}
#aeb0aae5fea410d .img-wrap {
  transition: all 0.3s ease-in;
}
#aeb0aae5fea410d .img-wrap:hover {
  transform: scale(1.4);
}
#a0faba621ba91eb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acfaaa74b3afbed {
  overflow: hidden;
}
#acfaaa74b3afbed .img-wrap {
  transition: all 0.3s ease-in;
}
#acfaaa74b3afbed .img-wrap:hover {
  transform: scale(1.4);
}
#ab39fa10a8a41c7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0f23ab2efad612 {
  overflow: hidden;
}
#a0f23ab2efad612 .img-wrap {
  transition: all 0.3s ease-in;
}
#a0f23ab2efad612 .img-wrap:hover {
  transform: scale(1.4);
}
#a8fffa42ceaee0f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4453a371da60f9 {
  overflow: hidden;
}
#a4453a371da60f9 .img-wrap {
  transition: all 0.3s ease-in;
}
#a4453a371da60f9 .img-wrap:hover {
  transform: scale(1.4);
}
#aaebaa224ea5878 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1720a5d68a6a54 {
  overflow: hidden;
}
#a1720a5d68a6a54 .img-wrap {
  transition: all 0.3s ease-in;
}
#a1720a5d68a6a54 .img-wrap:hover {
  transform: scale(1.4);
}
#ade58a9bf0a83ef > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae7e6a33f8a8a81 {
  overflow: hidden;
}
#ae7e6a33f8a8a81 .img-wrap {
  transition: all 0.3s ease-in;
}
#ae7e6a33f8a8a81 .img-wrap:hover {
  transform: scale(1.4);
}
#aed23ab2e7a624c .ele-wrap {color: #ffffff;font-size: 15px;background-color: transparent;justify-content: center;border-style: solid;font-weight: 500;}#aed23ab2e7a624c .ele-wrap:hover {color: #ffffff;border-color: rgba(255, 255, 255, 1);}#a718daab27a7243 .ele-wrap {color: #ffffff;font-size: 15px;background-color: transparent;justify-content: center;border-style: solid;font-weight: 500;}#a718daab27a7243 .ele-wrap:hover {color: #ffffff;border-color: rgba(255, 255, 255, 1);}#accbfa2c01a53dd .ele-wrap {color: #ffffff;font-size: 15px;background-color: transparent;justify-content: center;border-style: solid;font-weight: 500;}#accbfa2c01a53dd .ele-wrap:hover {color: #ffffff;border-color: rgba(255, 255, 255, 1);}#a62c6a05efa2539 .ele-wrap {color: #ffffff;font-size: 15px;background-color: transparent;justify-content: center;border-style: solid;font-weight: 500;}#a62c6a05efa2539 .ele-wrap:hover {color: #ffffff;border-color: rgba(255, 255, 255, 1);}#a93f2a64dca63b3 .ele-wrap {color: #ffffff;font-size: 15px;background-color: transparent;justify-content: center;border-style: solid;font-weight: 500;}#a93f2a64dca63b3 .ele-wrap:hover {color: #ffffff;border-color: rgba(255, 255, 255, 1);}#a8363a5f3ea03f5 .ele-wrap {color: #ffffff;font-size: 15px;background-color: transparent;justify-content: center;border-style: solid;font-weight: 500;}#a8363a5f3ea03f5 .ele-wrap:hover {color: #ffffff;border-color: rgba(255, 255, 255, 1);}#a1d87a2ef4a7039 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a1d87a2ef4a7039 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;background-color: rgba(15, 248, 248, 1);}#afc06a154ca84b5 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ffffff;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#afc06a154ca84b5 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a10aaa5149aa03b .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #000000;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a10aaa5149aa03b .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a93e9abe15af03a .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ffffff;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a93e9abe15af03a .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a36e3a74e0aa9ea a {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a36e3a74e0aa9ea a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2548a7da7a120d .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a198fa6bb8a70ab .uk-container {
  line-height: 2;
  color: #999;
}
#af61ca7143ab5cc a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZHei-B01S;color: rgba(255, 255, 255, 1);}#a4364a07c1ab34f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9148a9170aa7a9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #000000;
}
#a9148a9170aa7a9 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9148a9170aa7a9 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a9148a9170aa7a9 .menu-list > li > a {
  padding: 0 35px;
}
#a9148a9170aa7a9 .menu-list > li:hover:before {
  height: 100%;
}
#a9148a9170aa7a9 .menu-list > li:hover:after {
  color: auto;
}
#a9148a9170aa7a9 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a9148a9170aa7a9 .menu-list > li:first-child:after {
  content: "";
}
#a9148a9170aa7a9 .menu-list > li.active > a {
  background-color: #faf7f7;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a9148a9170aa7a9 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a9148a9170aa7a9 .menu-list > li ul li {
  position: relative;
}
#a9148a9170aa7a9 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fcf9f9;
}
#a9148a9170aa7a9 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
}
#a9148a9170aa7a9 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a9148a9170aa7a9 li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f7f0f0;
}
#a9148a9170aa7a9 li ul li a:active,
#a9148a9170aa7a9 li ul li a.active,
#a9148a9170aa7a9 li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f5f2f2;
}
#a9148a9170aa7a9 li ul,
#a9148a9170aa7a9 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a9148a9170aa7a9 li:hover > ul {
  left: auto;
}
#a9148a9170aa7a9 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab736ae50ba4448 > .ele-wrap {background-color: rgba(27, 35, 46, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#ab736ae50ba4448  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0c3dad99da5465 > .ele-wrap {background-color: rgba(7, 29, 58, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;box-shadow: 4px 5px 13px 0px rgba(0, 0, 0, 1);color: #000000;}#a0c3dad99da5465 * {color: #000000 }
                            #a0c3dad99da5465 .line{border-color: #000000 }#a52bca6aa8adc56 > .ele-wrap {background-color: rgba(33, 86, 154, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;box-shadow: 4px 5px 13px 0px rgba(0, 0, 0, 1);color: #000000;}#a52bca6aa8adc56 * {color: #000000 }
                            #a52bca6aa8adc56 .line{border-color: #000000 }#a726cad279a2e40 > .ele-wrap {background-color: rgba(33, 86, 154, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;box-shadow: 4px 5px 13px 0px rgba(0, 0, 0, 1);color: #000000;}#a726cad279a2e40 * {color: #000000 }
                            #a726cad279a2e40 .line{border-color: #000000 }@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adf50a34f0a598f , #adf50a34f0a598f a{color: rgba(255, 255, 255, 1);}#af287aeacea0b32 , #af287aeacea0b32 a{color: rgba(255, 255, 255, 1);}#a9856a4a3bacbd1 , #a9856a4a3bacbd1 a{color: rgba(255, 255, 255, 1);}#af44aa3e83a9f0d , #af44aa3e83a9f0d a{color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a545ea1255a70e7 a {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a545ea1255a70e7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac977a05e6a9da0 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa8a7ab9bead88f .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2a80a591cae54b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #000000;
}
#a2a80a591cae54b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a2a80a591cae54b .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a2a80a591cae54b .menu-list > li > a {
  padding: 0 20px;
}
#a2a80a591cae54b .menu-list > li:hover:before {
  height: 100%;
}
#a2a80a591cae54b .menu-list > li:hover:after {
  color: auto;
}
#a2a80a591cae54b .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a2a80a591cae54b .menu-list > li:first-child:after {
  content: "";
}
#a2a80a591cae54b .menu-list > li.active > a {
  background-color: #faf7f7;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a2a80a591cae54b .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a2a80a591cae54b .menu-list > li ul li {
  position: relative;
}
#a2a80a591cae54b .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 5px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 170px;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #fcf9f9;
}
#a2a80a591cae54b .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
}
#a2a80a591cae54b .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a2a80a591cae54b li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f7f0f0;
}
#a2a80a591cae54b li ul li a:active,
#a2a80a591cae54b li ul li a.active,
#a2a80a591cae54b li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f5f2f2;
}
#a2a80a591cae54b li ul,
#a2a80a591cae54b li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a2a80a591cae54b li:hover > ul {
  left: auto;
}
#a2a80a591cae54b li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2c1aad797a6d01 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZHei-B01S;color: rgba(255, 255, 255, 1);}#a15c0a1d67ac830 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac977a05e6a9da0 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(12, 0, 0, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2c12a5e21a902f > .ele-wrap {background-color: rgba(27, 35, 46, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a2c12a5e21a902f  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae048a70b2a8bb4 > .ele-wrap {background-color: rgba(7, 29, 58, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;box-shadow: 4px 5px 13px 0px rgba(0, 0, 0, 1);color: #000000;}#ae048a70b2a8bb4 * {color: #000000 }
                            #ae048a70b2a8bb4 .line{border-color: #000000 }#af86ea0783aa7e2 > .ele-wrap {background-color: rgba(33, 86, 154, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;box-shadow: 4px 5px 13px 0px rgba(0, 0, 0, 1);color: #000000;}#af86ea0783aa7e2 * {color: #000000 }
                            #af86ea0783aa7e2 .line{border-color: #000000 }#a7e94a7181a20c5 > .ele-wrap {background-color: rgba(33, 86, 154, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;box-shadow: 4px 5px 13px 0px rgba(0, 0, 0, 1);color: #000000;}#a7e94a7181a20c5 * {color: #000000 }
                            #a7e94a7181a20c5 .line{border-color: #000000 }@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2e26afce3a17db , #a2e26afce3a17db a{color: rgba(255, 255, 255, 1);}#a23f4ad71ba264c , #a23f4ad71ba264c a{color: rgba(255, 255, 255, 1);}#a77cba20bfa6b68 , #a77cba20bfa6b68 a{color: rgba(255, 255, 255, 1);}#a145aaa870a6b40 , #a145aaa870a6b40 a{color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a36e3a74e0aa9ea a {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a36e3a74e0aa9ea a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a066ea6daca3635 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4be8acd35a0032 .uk-container {
  line-height: 2;
  color: #999;
}
#a96cfa545da0971 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZHei-B01S;color: rgba(255, 255, 255, 1);}#a71adaa624a6988 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a70f1aed56a02a3 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #000000;
}
#a70f1aed56a02a3 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a70f1aed56a02a3 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a70f1aed56a02a3 .menu-list > li > a {
  padding: 0 35px;
}
#a70f1aed56a02a3 .menu-list > li:hover:before {
  height: 100%;
}
#a70f1aed56a02a3 .menu-list > li:hover:after {
  color: auto;
}
#a70f1aed56a02a3 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a70f1aed56a02a3 .menu-list > li:first-child:after {
  content: "";
}
#a70f1aed56a02a3 .menu-list > li.active > a {
  background-color: #faf7f7;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a70f1aed56a02a3 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a70f1aed56a02a3 .menu-list > li ul li {
  position: relative;
}
#a70f1aed56a02a3 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fcf9f9;
}
#a70f1aed56a02a3 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
}
#a70f1aed56a02a3 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a70f1aed56a02a3 li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f7f0f0;
}
#a70f1aed56a02a3 li ul li a:active,
#a70f1aed56a02a3 li ul li a.active,
#a70f1aed56a02a3 li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f5f2f2;
}
#a70f1aed56a02a3 li ul,
#a70f1aed56a02a3 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a70f1aed56a02a3 li:hover > ul {
  left: auto;
}
#a70f1aed56a02a3 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0a6ca4091a24b3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0a6ca4091a24b3  > .ele-wrap:hover {box-shadow: 0px 0px 1px 1px rgba(195, 194, 207, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1511a456aa0c4a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1511a456aa0c4a  > .ele-wrap:hover {box-shadow: 0px 0px 1px 1px rgba(187, 183, 204, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0ae3ac138a2ff8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0ae3ac138a2ff8  > .ele-wrap:hover {box-shadow: 0px 0px 1px 1px rgba(155, 155, 155, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6802a12b6a8391 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6802a12b6a8391  > .ele-wrap:hover {box-shadow: 0px 0px 1px 1px rgba(192, 190, 202, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae92ea1c47a4934 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae92ea1c47a4934  > .ele-wrap:hover {box-shadow: 0px 0px 1px 1px rgba(191, 186, 207, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab3acafa68ab45c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab3acafa68ab45c  > .ele-wrap:hover {box-shadow: 0px 0px 1px 1px rgba(203, 201, 212, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5041a3fa3a272d a {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a5041a3fa3a272d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aaf6ea8968a4fca .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a10c3a62cba3b20 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2a80a591cae54b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #000000;
}
#a2a80a591cae54b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a2a80a591cae54b .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a2a80a591cae54b .menu-list > li > a {
  padding: 0 20px;
}
#a2a80a591cae54b .menu-list > li:hover:before {
  height: 100%;
}
#a2a80a591cae54b .menu-list > li:hover:after {
  color: auto;
}
#a2a80a591cae54b .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a2a80a591cae54b .menu-list > li:first-child:after {
  content: "";
}
#a2a80a591cae54b .menu-list > li.active > a {
  background-color: #faf7f7;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a2a80a591cae54b .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a2a80a591cae54b .menu-list > li ul li {
  position: relative;
}
#a2a80a591cae54b .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 5px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 170px;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #fcf9f9;
}
#a2a80a591cae54b .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
}
#a2a80a591cae54b .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a2a80a591cae54b li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f7f0f0;
}
#a2a80a591cae54b li ul li a:active,
#a2a80a591cae54b li ul li a.active,
#a2a80a591cae54b li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f5f2f2;
}
#a2a80a591cae54b li ul,
#a2a80a591cae54b li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a2a80a591cae54b li:hover > ul {
  left: auto;
}
#a2a80a591cae54b li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2c1aad797a6d01 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZHei-B01S;color: rgba(255, 255, 255, 1);}#a15c0a1d67ac830 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aaf6ea8968a4fca [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(12, 0, 0, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af567a0c0da991b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af567a0c0da991b  > .ele-wrap:hover {box-shadow: 0px 0px 1px 1px rgba(195, 194, 207, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5569aaa07a923f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5569aaa07a923f  > .ele-wrap:hover {box-shadow: 0px 0px 1px 1px rgba(187, 183, 204, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2779a4df4ae600 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2779a4df4ae600  > .ele-wrap:hover {box-shadow: 0px 0px 1px 1px rgba(155, 155, 155, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#abc33ac747a9943 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abc33ac747a9943  > .ele-wrap:hover {box-shadow: 0px 0px 1px 1px rgba(192, 190, 202, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3799ad44daabb6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3799ad44daabb6  > .ele-wrap:hover {box-shadow: 0px 0px 1px 1px rgba(191, 186, 207, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab218a89eeaa1b2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab218a89eeaa1b2  > .ele-wrap:hover {box-shadow: 0px 0px 1px 1px rgba(203, 201, 212, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a36e3a74e0aa9ea a {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a36e3a74e0aa9ea a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#abed0a55e8a4217 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a34d3a35eeacb47 .uk-container {
  line-height: 2;
  color: #999;
}
#abd43ab647a5b15 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZHei-B01S;color: rgba(255, 255, 255, 1);}#a5cada6841a4be3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9bc6a5664a7dc8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #000000;
}
#a9bc6a5664a7dc8 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9bc6a5664a7dc8 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a9bc6a5664a7dc8 .menu-list > li > a {
  padding: 0 35px;
}
#a9bc6a5664a7dc8 .menu-list > li:hover:before {
  height: 100%;
}
#a9bc6a5664a7dc8 .menu-list > li:hover:after {
  color: auto;
}
#a9bc6a5664a7dc8 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a9bc6a5664a7dc8 .menu-list > li:first-child:after {
  content: "";
}
#a9bc6a5664a7dc8 .menu-list > li.active > a {
  background-color: #faf7f7;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a9bc6a5664a7dc8 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a9bc6a5664a7dc8 .menu-list > li ul li {
  position: relative;
}
#a9bc6a5664a7dc8 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fcf9f9;
}
#a9bc6a5664a7dc8 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
}
#a9bc6a5664a7dc8 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a9bc6a5664a7dc8 li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f7f0f0;
}
#a9bc6a5664a7dc8 li ul li a:active,
#a9bc6a5664a7dc8 li ul li a.active,
#a9bc6a5664a7dc8 li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f5f2f2;
}
#a9bc6a5664a7dc8 li ul,
#a9bc6a5664a7dc8 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a9bc6a5664a7dc8 li:hover > ul {
  left: auto;
}
#a9bc6a5664a7dc8 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a165ba3ddeaf46a > .ele-wrap {border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 0px 2px 2px rgba(225, 225, 225, 1);}#a165ba3ddeaf46a  > .ele-wrap:hover {box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 1);border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(19, 97, 225, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a479aab1cfa0bf9 > .ele-wrap {background-image: url(/resources/upload/a5e2ea6203aa5c3/1682411513055.jpeg);background-position: center center;background-size: cover;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#af582aa4b7a1984 > .ele-wrap {border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 0px 2px 2px rgba(225, 225, 225, 1);}#af582aa4b7a1984  > .ele-wrap:hover {box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 1);border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(19, 97, 225, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#adfd3ac817a10f1 > .ele-wrap {background-image: url(/resources/upload/a5e2ea6203aa5c3/1681895599906.jpeg);background-position: center right;background-size: cover;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ad754ae132a873d > .ele-wrap {border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 0px 2px 2px rgba(225, 225, 225, 1);}#ad754ae132a873d  > .ele-wrap:hover {box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 1);border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(19, 97, 225, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a59bfac706a0176 > .ele-wrap {background-image: url(/resources/upload/a5e2ea6203aa5c3/1681895603105.jpeg);background-position: center right;background-size: cover;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa199aa85fa0941 a {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#aa199aa85fa0941 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8343a06cfa39ea .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa98caa63eaa4be .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2a80a591cae54b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #000000;
}
#a2a80a591cae54b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a2a80a591cae54b .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a2a80a591cae54b .menu-list > li > a {
  padding: 0 20px;
}
#a2a80a591cae54b .menu-list > li:hover:before {
  height: 100%;
}
#a2a80a591cae54b .menu-list > li:hover:after {
  color: auto;
}
#a2a80a591cae54b .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a2a80a591cae54b .menu-list > li:first-child:after {
  content: "";
}
#a2a80a591cae54b .menu-list > li.active > a {
  background-color: #faf7f7;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a2a80a591cae54b .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a2a80a591cae54b .menu-list > li ul li {
  position: relative;
}
#a2a80a591cae54b .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 5px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 170px;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #fcf9f9;
}
#a2a80a591cae54b .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
}
#a2a80a591cae54b .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a2a80a591cae54b li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f7f0f0;
}
#a2a80a591cae54b li ul li a:active,
#a2a80a591cae54b li ul li a.active,
#a2a80a591cae54b li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f5f2f2;
}
#a2a80a591cae54b li ul,
#a2a80a591cae54b li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a2a80a591cae54b li:hover > ul {
  left: auto;
}
#a2a80a591cae54b li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2c1aad797a6d01 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZHei-B01S;color: rgba(255, 255, 255, 1);}#a15c0a1d67ac830 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8343a06cfa39ea [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(12, 0, 0, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae397a86bfa6683 > .ele-wrap {border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 0px 2px 2px rgba(225, 225, 225, 1);}#ae397a86bfa6683  > .ele-wrap:hover {box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 1);border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(19, 97, 225, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#aa3c3a5379a730d > .ele-wrap {background-image: url(/resources/upload/a5e2ea6203aa5c3/1682411513055.jpeg);background-position: center center;background-size: cover;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ae8a6ae453ae814 > .ele-wrap {border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 0px 2px 2px rgba(225, 225, 225, 1);}#ae8a6ae453ae814  > .ele-wrap:hover {box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 1);border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(19, 97, 225, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a64d0a383aa6dad > .ele-wrap {background-image: url(/resources/upload/a5e2ea6203aa5c3/1681895599906.jpeg);background-position: center right;background-size: cover;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a67d7a0567aab84 > .ele-wrap {border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 0px 2px 2px rgba(225, 225, 225, 1);}#a67d7a0567aab84  > .ele-wrap:hover {box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 1);border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(19, 97, 225, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a3934a7bd7a183b > .ele-wrap {background-image: url(/resources/upload/a5e2ea6203aa5c3/1681895603105.jpeg);background-position: center right;background-size: cover;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a36e3a74e0aa9ea a {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a36e3a74e0aa9ea a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab005a5299acef2 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9013a116ba2f77 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #f56523;
  color: #f56523;
  display: inline-block;
  cursor: pointer;
}
#a9013a116ba2f77 .filter-nav li.uk-active {
  color: #fff;
  background-color: #f56523;
}
#a9013a116ba2f77 .text-style figure {
  background: transparent;
}
#a9013a116ba2f77 .text-style:hover figure {
  background: #f56523;
}
#a9013a116ba2f77 .gallery-item img {
  opacity: 1 !important;
}
#a9013a116ba2f77 .gallery-item:hover figure img {
  opacity: .6 !important;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a54d7abf35a783e .uk-container {
  line-height: 2;
  color: #999;
}
#a1226a9260a1c28 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZHei-B01S;color: rgba(255, 255, 255, 1);}#ae4e7adf6da7fad a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a63bfae167af2a9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #000000;
}
#a63bfae167af2a9 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a63bfae167af2a9 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a63bfae167af2a9 .menu-list > li > a {
  padding: 0 35px;
}
#a63bfae167af2a9 .menu-list > li:hover:before {
  height: 100%;
}
#a63bfae167af2a9 .menu-list > li:hover:after {
  color: auto;
}
#a63bfae167af2a9 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a63bfae167af2a9 .menu-list > li:first-child:after {
  content: "";
}
#a63bfae167af2a9 .menu-list > li.active > a {
  background-color: #faf7f7;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a63bfae167af2a9 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a63bfae167af2a9 .menu-list > li ul li {
  position: relative;
}
#a63bfae167af2a9 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fcf9f9;
}
#a63bfae167af2a9 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
}
#a63bfae167af2a9 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a63bfae167af2a9 li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f7f0f0;
}
#a63bfae167af2a9 li ul li a:active,
#a63bfae167af2a9 li ul li a.active,
#a63bfae167af2a9 li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f5f2f2;
}
#a63bfae167af2a9 li ul,
#a63bfae167af2a9 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a63bfae167af2a9 li:hover > ul {
  left: auto;
}
#a63bfae167af2a9 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9013a116ba2f77 .uk-container {max-width: 900px;}#a9013a116ba2f77 [data-item="title"] {left: 0px;top: -1px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6652a76e0a05af .uk-container {max-width: 900px;}#a6652a76e0a05af [data-item="items[0].picture"] {left: 4px;top: 30px; position: relative;}#a6652a76e0a05af [data-item="items[1].picture"] {left: -6px;top: 28px; position: relative;}#a6652a76e0a05af [data-item="items[2].picture"] {left: -9px;top: 29px; position: relative;}#a6652a76e0a05af [data-item="items[3].picture"] {left: -2px;top: 26px; position: relative;}#a6652a76e0a05af [data-item="title"] {left: -2px;top: -16px; position: relative;}#a6652a76e0a05af [data-item="items[0].title"] {left: 1px;top: 5px; position: relative;}#a6652a76e0a05af [data-item="items[1].title"] {left: 1px;top: 3px; position: relative;}#a6652a76e0a05af [data-item="items[2].title"] {left: 1px;top: -2px; position: relative;}#a6652a76e0a05af [data-item="items[3].title"] {left: 0px;top: -5px; position: relative;}#a6652a76e0a05af [data-item="items"] {left: 0px;top: -1px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1848a2c9aa619e .uk-container {max-width: 900px;}#a1848a2c9aa619e [data-item="buttons[0]"] {left: -8px;top: -77px; position: relative;}#a1848a2c9aa619e [data-item="items[0].picture"] {left: 3px;top: -42px; position: relative;}#a1848a2c9aa619e [data-item="items[1].picture"] {left: -2px;top: -43px; position: relative;}#a1848a2c9aa619e [data-item="items[2].picture"] {left: -8px;top: -44px; position: relative;}#a1848a2c9aa619e [data-item="items[3].picture"] {left: -4px;top: -42px; position: relative;}#a1848a2c9aa619e [data-item="items[0].title"] {left: 14px;top: -51px; position: relative;}#a1848a2c9aa619e [data-item="items[1].title"] {left: -8px;top: -51px; position: relative;}#a1848a2c9aa619e [data-item="items[2].title"] {left: -7px;top: -51px; position: relative;}#a1848a2c9aa619e [data-item="items[3].title"] {left: -5px;top: -50px; position: relative;}#a5534a0ebbad47d .uk-container {max-width: 900px;}#a5534a0ebbad47d [data-item="buttons[0]"] {left: 2px;top: -147px; position: relative;}#a5534a0ebbad47d [data-item="items[0].picture"] {left: 6px;top: -46px; position: relative;}#a5534a0ebbad47d [data-item="items[0].title"] {left: 12px;top: -56px; position: relative;}#a5534a0ebbad47d [data-item="items[1].picture"] {left: -2px;top: -47px; position: relative;}#a5534a0ebbad47d [data-item="items[1].title"] {left: -3px;top: -64px; position: relative;}#a5534a0ebbad47d [data-item="items[2].picture"] {left: -5px;top: -48px; position: relative;}#a5534a0ebbad47d [data-item="items[2].title"] {left: -10px;top: -65px; position: relative;}#a5534a0ebbad47d [data-item="items[3].picture"] {left: -3px;top: -47px; position: relative;}#a5534a0ebbad47d [data-item="items[3].title"] {left: -10px;top: -65px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8b1ba9894a2a6d a {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a8b1ba9894a2a6d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0a09a6ba1a05c0 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9dc4a0f1bab352 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #f56523;
  color: #f56523;
  display: inline-block;
  cursor: pointer;
}
#a9dc4a0f1bab352 .filter-nav li.uk-active {
  color: #fff;
  background-color: #f56523;
}
#a9dc4a0f1bab352 .text-style figure {
  background: transparent;
}
#a9dc4a0f1bab352 .text-style:hover figure {
  background: #f56523;
}
#a9dc4a0f1bab352 .gallery-item img {
  opacity: 1 !important;
}
#a9dc4a0f1bab352 .gallery-item:hover figure img {
  opacity: .6 !important;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a94a0a8a28a84ab .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2a80a591cae54b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #000000;
}
#a2a80a591cae54b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a2a80a591cae54b .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a2a80a591cae54b .menu-list > li > a {
  padding: 0 20px;
}
#a2a80a591cae54b .menu-list > li:hover:before {
  height: 100%;
}
#a2a80a591cae54b .menu-list > li:hover:after {
  color: auto;
}
#a2a80a591cae54b .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a2a80a591cae54b .menu-list > li:first-child:after {
  content: "";
}
#a2a80a591cae54b .menu-list > li.active > a {
  background-color: #faf7f7;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a2a80a591cae54b .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a2a80a591cae54b .menu-list > li ul li {
  position: relative;
}
#a2a80a591cae54b .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 5px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 170px;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #fcf9f9;
}
#a2a80a591cae54b .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
}
#a2a80a591cae54b .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a2a80a591cae54b li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f7f0f0;
}
#a2a80a591cae54b li ul li a:active,
#a2a80a591cae54b li ul li a.active,
#a2a80a591cae54b li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f5f2f2;
}
#a2a80a591cae54b li ul,
#a2a80a591cae54b li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a2a80a591cae54b li:hover > ul {
  left: auto;
}
#a2a80a591cae54b li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2c1aad797a6d01 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZHei-B01S;color: rgba(255, 255, 255, 1);}#a15c0a1d67ac830 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0a09a6ba1a05c0 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(12, 0, 0, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9dc4a0f1bab352 .uk-container {max-width: 900px;}#a9dc4a0f1bab352 [data-item="title"] {left: 0px;top: -1px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a221eac13bab978 .uk-container {max-width: 900px;}#a221eac13bab978 [data-item="items[0].picture"] {left: 4px;top: 30px; position: relative;}#a221eac13bab978 [data-item="items[1].picture"] {left: -6px;top: 28px; position: relative;}#a221eac13bab978 [data-item="items[2].picture"] {left: -9px;top: 29px; position: relative;}#a221eac13bab978 [data-item="items[3].picture"] {left: -2px;top: 26px; position: relative;}#a221eac13bab978 [data-item="title"] {left: -2px;top: -16px; position: relative;}#a221eac13bab978 [data-item="items[0].title"] {left: 1px;top: 5px; position: relative;}#a221eac13bab978 [data-item="items[1].title"] {left: 1px;top: 3px; position: relative;}#a221eac13bab978 [data-item="items[2].title"] {left: 0px;top: 1px; position: relative;}#a221eac13bab978 [data-item="items[3].title"] {left: -1px;top: 0px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4ec1afae0aac43 .uk-container {max-width: 900px;}#a4ec1afae0aac43 [data-item="buttons[0]"] {left: -8px;top: -77px; position: relative;}#a4ec1afae0aac43 [data-item="items[0].picture"] {left: 3px;top: -42px; position: relative;}#a4ec1afae0aac43 [data-item="items[1].picture"] {left: -2px;top: -43px; position: relative;}#a4ec1afae0aac43 [data-item="items[2].picture"] {left: -8px;top: -44px; position: relative;}#a4ec1afae0aac43 [data-item="items[3].picture"] {left: -4px;top: -42px; position: relative;}#a4ec1afae0aac43 [data-item="items[0].title"] {left: 14px;top: -51px; position: relative;}#a4ec1afae0aac43 [data-item="items[1].title"] {left: -8px;top: -51px; position: relative;}#a4ec1afae0aac43 [data-item="items[2].title"] {left: -7px;top: -51px; position: relative;}#a4ec1afae0aac43 [data-item="items[3].title"] {left: -5px;top: -50px; position: relative;}#af2c6a05bca9e2b .uk-container {max-width: 900px;}#af2c6a05bca9e2b [data-item="buttons[0]"] {left: 2px;top: -147px; position: relative;}#af2c6a05bca9e2b [data-item="items[0].picture"] {left: 6px;top: -46px; position: relative;}#af2c6a05bca9e2b [data-item="items[0].title"] {left: 0px;top: -1px; position: relative;}#af2c6a05bca9e2b [data-item="items[1].picture"] {left: -2px;top: -47px; position: relative;}#af2c6a05bca9e2b [data-item="items[1].title"] {left: -3px;top: -64px; position: relative;}#af2c6a05bca9e2b [data-item="items[2].picture"] {left: -5px;top: -48px; position: relative;}#af2c6a05bca9e2b [data-item="items[2].title"] {left: 0px;top: 1px; position: relative;}#af2c6a05bca9e2b [data-item="items[3].picture"] {left: -3px;top: -47px; position: relative;}#af2c6a05bca9e2b [data-item="items[3].title"] {left: -10px;top: -65px; position: relative;}#af2c6a05bca9e2b [data-item="items"] {left: 0px;top: -1px; position: relative;}#af2c6a05bca9e2b [data-item="items[0]"] {left: 0px;top: 1px; position: relative;}#af2c6a05bca9e2b [data-item="items[1]"] {left: 0px;top: 1px; position: relative;}#af2c6a05bca9e2b [data-item="items[2]"] {left: 0px;top: 1px; position: relative;}#af2c6a05bca9e2b [data-item="items[3]"] {left: 0px;top: -1px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a36e3a74e0aa9ea a {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a36e3a74e0aa9ea a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5c4aab9d4af3c8 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a540da6f98a1a16 .uk-container {
  line-height: 2;
  color: #999;
}
#a4bf9ae37ca3841 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZHei-B01S;color: rgba(255, 255, 255, 1);}#ae2aba3c55ab094 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3aeea7687a0322 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #000000;
}
#a3aeea7687a0322 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a3aeea7687a0322 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a3aeea7687a0322 .menu-list > li > a {
  padding: 0 35px;
}
#a3aeea7687a0322 .menu-list > li:hover:before {
  height: 100%;
}
#a3aeea7687a0322 .menu-list > li:hover:after {
  color: auto;
}
#a3aeea7687a0322 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a3aeea7687a0322 .menu-list > li:first-child:after {
  content: "";
}
#a3aeea7687a0322 .menu-list > li.active > a {
  background-color: #faf7f7;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a3aeea7687a0322 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a3aeea7687a0322 .menu-list > li ul li {
  position: relative;
}
#a3aeea7687a0322 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fcf9f9;
}
#a3aeea7687a0322 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
}
#a3aeea7687a0322 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a3aeea7687a0322 li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f7f0f0;
}
#a3aeea7687a0322 li ul li a:active,
#a3aeea7687a0322 li ul li a.active,
#a3aeea7687a0322 li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f5f2f2;
}
#a3aeea7687a0322 li ul,
#a3aeea7687a0322 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a3aeea7687a0322 li:hover > ul {
  left: auto;
}
#a3aeea7687a0322 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0351afe97aba4f a {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a0351afe97aba4f a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af12cad632afcad .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a938aacf5fab037 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2a80a591cae54b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #000000;
}
#a2a80a591cae54b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a2a80a591cae54b .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a2a80a591cae54b .menu-list > li > a {
  padding: 0 20px;
}
#a2a80a591cae54b .menu-list > li:hover:before {
  height: 100%;
}
#a2a80a591cae54b .menu-list > li:hover:after {
  color: auto;
}
#a2a80a591cae54b .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a2a80a591cae54b .menu-list > li:first-child:after {
  content: "";
}
#a2a80a591cae54b .menu-list > li.active > a {
  background-color: #faf7f7;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a2a80a591cae54b .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a2a80a591cae54b .menu-list > li ul li {
  position: relative;
}
#a2a80a591cae54b .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 5px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 170px;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #fcf9f9;
}
#a2a80a591cae54b .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
}
#a2a80a591cae54b .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a2a80a591cae54b li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f7f0f0;
}
#a2a80a591cae54b li ul li a:active,
#a2a80a591cae54b li ul li a.active,
#a2a80a591cae54b li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f5f2f2;
}
#a2a80a591cae54b li ul,
#a2a80a591cae54b li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a2a80a591cae54b li:hover > ul {
  left: auto;
}
#a2a80a591cae54b li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2c1aad797a6d01 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZHei-B01S;color: rgba(255, 255, 255, 1);}#a15c0a1d67ac830 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af12cad632afcad [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(12, 0, 0, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a36e3a74e0aa9ea a {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a36e3a74e0aa9ea a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9f3caf427ad0b1 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5742aa7d6a95cd .uk-container {
  line-height: 2;
  color: #999;
}
#a3204af04fa7cb7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZHei-B01S;color: rgba(255, 255, 255, 1);}#a6a63ae7f1a7209 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4004a26f1a4a51 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #000000;
}
#a4004a26f1a4a51 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a4004a26f1a4a51 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a4004a26f1a4a51 .menu-list > li > a {
  padding: 0 35px;
}
#a4004a26f1a4a51 .menu-list > li:hover:before {
  height: 100%;
}
#a4004a26f1a4a51 .menu-list > li:hover:after {
  color: auto;
}
#a4004a26f1a4a51 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a4004a26f1a4a51 .menu-list > li:first-child:after {
  content: "";
}
#a4004a26f1a4a51 .menu-list > li.active > a {
  background-color: #faf7f7;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a4004a26f1a4a51 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a4004a26f1a4a51 .menu-list > li ul li {
  position: relative;
}
#a4004a26f1a4a51 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fcf9f9;
}
#a4004a26f1a4a51 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
}
#a4004a26f1a4a51 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a4004a26f1a4a51 li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f7f0f0;
}
#a4004a26f1a4a51 li ul li a:active,
#a4004a26f1a4a51 li ul li a.active,
#a4004a26f1a4a51 li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f5f2f2;
}
#a4004a26f1a4a51 li ul,
#a4004a26f1a4a51 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a4004a26f1a4a51 li:hover > ul {
  left: auto;
}
#a4004a26f1a4a51 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5beaa0db3aa30c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 1);}#a5beaa0db3aa30c  > .ele-wrap:hover {box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 1);}#a8fe6a3147a1dff > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 1);}#a8fe6a3147a1dff  > .ele-wrap:hover {box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 1);}#a0beda9da7a89ed > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 1);}#a0beda9da7a89ed  > .ele-wrap:hover {box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 1);}#a1fe6a503aac338 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 1);}#a1fe6a503aac338  > .ele-wrap:hover {box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 1);}#adbe8a6252a6f87 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 1);}#adbe8a6252a6f87  > .ele-wrap:hover {box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7793a6095a5604 a {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a7793a6095a5604 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a22aeac208a4981 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad823a90acac4e3 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2a80a591cae54b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #000000;
}
#a2a80a591cae54b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a2a80a591cae54b .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a2a80a591cae54b .menu-list > li > a {
  padding: 0 20px;
}
#a2a80a591cae54b .menu-list > li:hover:before {
  height: 100%;
}
#a2a80a591cae54b .menu-list > li:hover:after {
  color: auto;
}
#a2a80a591cae54b .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a2a80a591cae54b .menu-list > li:first-child:after {
  content: "";
}
#a2a80a591cae54b .menu-list > li.active > a {
  background-color: #faf7f7;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a2a80a591cae54b .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a2a80a591cae54b .menu-list > li ul li {
  position: relative;
}
#a2a80a591cae54b .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 5px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 170px;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #fcf9f9;
}
#a2a80a591cae54b .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
}
#a2a80a591cae54b .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a2a80a591cae54b li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f7f0f0;
}
#a2a80a591cae54b li ul li a:active,
#a2a80a591cae54b li ul li a.active,
#a2a80a591cae54b li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f5f2f2;
}
#a2a80a591cae54b li ul,
#a2a80a591cae54b li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a2a80a591cae54b li:hover > ul {
  left: auto;
}
#a2a80a591cae54b li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2c1aad797a6d01 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZHei-B01S;color: rgba(255, 255, 255, 1);}#a15c0a1d67ac830 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22aeac208a4981 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(12, 0, 0, 1);}#a22d0afe2ba7d71 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 1);}#a22d0afe2ba7d71  > .ele-wrap:hover {box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 1);}#a92cfa2045a6199 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 1);}#a92cfa2045a6199  > .ele-wrap:hover {box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 1);}#a3c75a5c07a3617 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 1);}#a3c75a5c07a3617  > .ele-wrap:hover {box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 1);}#a6422a6617a7a3a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 1);}#a6422a6617a7a3a  > .ele-wrap:hover {box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 1);}#a3fc8aeb86abbd1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 1);}#a3fc8aeb86abbd1  > .ele-wrap:hover {box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a36e3a74e0aa9ea a {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a36e3a74e0aa9ea a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a852bac1f3a136c .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af18ca50cfaf1f3 .uk-container {
  line-height: 2;
  color: #999;
}
#ad73ba1814aeae5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZHei-B01S;color: rgba(255, 255, 255, 1);}#a7831ac2f6a4d24 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab2c2ae7edafc31 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #000000;
}
#ab2c2ae7edafc31 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab2c2ae7edafc31 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ab2c2ae7edafc31 .menu-list > li > a {
  padding: 0 35px;
}
#ab2c2ae7edafc31 .menu-list > li:hover:before {
  height: 100%;
}
#ab2c2ae7edafc31 .menu-list > li:hover:after {
  color: auto;
}
#ab2c2ae7edafc31 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#ab2c2ae7edafc31 .menu-list > li:first-child:after {
  content: "";
}
#ab2c2ae7edafc31 .menu-list > li.active > a {
  background-color: #faf7f7;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#ab2c2ae7edafc31 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ab2c2ae7edafc31 .menu-list > li ul li {
  position: relative;
}
#ab2c2ae7edafc31 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fcf9f9;
}
#ab2c2ae7edafc31 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
}
#ab2c2ae7edafc31 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#ab2c2ae7edafc31 li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f7f0f0;
}
#ab2c2ae7edafc31 li ul li a:active,
#ab2c2ae7edafc31 li ul li a.active,
#ab2c2ae7edafc31 li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f5f2f2;
}
#ab2c2ae7edafc31 li ul,
#ab2c2ae7edafc31 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ab2c2ae7edafc31 li:hover > ul {
  left: auto;
}
#ab2c2ae7edafc31 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a56b9a25d1a98d7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a56b9a25d1a98d7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aea7aa4b3da9035 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#aea7aa4b3da9035 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a6d01a1214a35db a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a6d01a1214a35db a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a750eac56ca189a a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a750eac56ca189a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a07d5a75aba00d1 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a07d5a75aba00d1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aee47a865da7339 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#aee47a865da7339 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a06e4a24bdab6f4 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a06e4a24bdab6f4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aa01fa8e81aa392 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#aa01fa8e81aa392 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a74fca00c0a68fa a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a74fca00c0a68fa a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a278ca1a04a6d0a a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a278ca1a04a6d0a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ad4baa852fa916c a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ad4baa852fa916c a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#af438aae80a5091 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#af438aae80a5091 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a02a7ae581ab61f a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a02a7ae581ab61f a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a596aab54ea0b78 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a596aab54ea0b78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a7e65a043ea3b6c a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a7e65a043ea3b6c a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a97ada9d0aafaa5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a97ada9d0aafaa5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ae147ada61a669d a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ae147ada61a669d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a62c1a87b9af937 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a62c1a87b9af937 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a7306a71c4a442c a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a7306a71c4a442c a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ae757a3780a6a33 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ae757a3780a6a33 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0201ae27aa0949 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a0201ae27aa0949 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aedb8a3e8da1db6 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#aedb8a3e8da1db6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a2d3da7cd9ad6d3 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a2d3da7cd9ad6d3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aced9a451ea0a26 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#aced9a451ea0a26 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a494fa667aabbfe a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a494fa667aabbfe a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ad508a109da0bdd a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ad508a109da0bdd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a00c3abf81a031b a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a00c3abf81a031b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a39b0a5591a8c1e a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a39b0a5591a8c1e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ab542ab86da546c a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ab542ab86da546c a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a653ca740eae7c6 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a653ca740eae7c6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a9c8dab8a3acbd1 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a9c8dab8a3acbd1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#af420ac7f1ab172 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#af420ac7f1ab172 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ad5fcac134a2702 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ad5fcac134a2702 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a19e7ab30daad6a a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a19e7ab30daad6a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a9032a63bfa7230 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a9032a63bfa7230 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#af8b6a336aa56cc a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#af8b6a336aa56cc a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a515ba5609ae608 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a515ba5609ae608 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a251faccb4add2d a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a251faccb4add2d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a5f03af406a6fdb a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a7326ad017a0073 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a5809a98dca66b9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ad2eea32f4a1198 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a4567a23bdaeca8 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a4567a23bdaeca8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a480da4551a21b7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a480da4551a21b7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aae8eac438a9e5a a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#aae8eac438a9e5a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a3d29a55f5ad498 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a3d29a55f5ad498 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#adeeca8073afd88 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#adeeca8073afd88 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ab482ac277a1a13 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ab482ac277a1a13 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ac1dbab232a7793 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ac1dbab232a7793 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a22dea9352a5a94 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a22dea9352a5a94 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aa258ad939a236c a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#aa258ad939a236c a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aa783a4814ad237 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#aa783a4814ad237 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a3030aa085add4f a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a3030aa085add4f a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a3fb1a445aa2e70 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ab628a6f08aebb5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ab628a6f08aebb5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ab445a06dfa3945 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ab445a06dfa3945 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ae523a3d82a07bb a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ae523a3d82a07bb a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ad259a4b38ab2ac a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ad259a4b38ab2ac a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ad972a71e4aa894 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ad972a71e4aa894 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a4e78a766fa9496 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a4e78a766fa9496 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a8308abeada3819 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a8308abeada3819 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ad54fa8c68a4052 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ad54fa8c68a4052 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a974da32c8aaf58 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a974da32c8aaf58 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aaba8a3505afccc a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#aaba8a3505afccc a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a55bda1bffa2d7c a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a55bda1bffa2d7c a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a2dd9af83ca133c a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a2dd9af83ca133c a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a2a6aa9741ab487 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a2a6aa9741ab487 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a945ca2f3caa0f4 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a945ca2f3caa0f4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#af1b3a4239a6a68 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#af1b3a4239a6a68 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a985aabfc9ab0da a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a7895a4924a757f a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a7895a4924a757f a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a5b97a368aa07f6 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a5b97a368aa07f6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a4419a821fad586 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a4419a821fad586 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ab16aa50a6a0966 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ab16aa50a6a0966 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a428da257aa8457 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a428da257aa8457 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ac26ca45dca3dc5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ac26ca45dca3dc5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a837aa37eca6d17 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a837aa37eca6d17 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aef5faf095a7fed a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a0afda9368a8f73 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a0afda9368a8f73 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#abef8a79fbafcaf a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#abef8a79fbafcaf a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a6577a317cac89a a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a6577a317cac89a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a7a75ad047a623a a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a7a75ad047a623a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a623cae7c7a71b4 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a623cae7c7a71b4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a468da380ca067f a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a468da380ca067f a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ae105a7a48a9313 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ae105a7a48a9313 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a8b3ca8babaf3ab a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a8b3ca8babaf3ab a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ae8d0a5ae0a1f7c a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ae8d0a5ae0a1f7c a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a2412a3c5daed53 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a2412a3c5daed53 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a56b5a2024a51ec a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ac81da4326a2b11 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a4c5ead233a03c7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a4c5ead233a03c7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a7a79a8786a838a a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a7a79a8786a838a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a7730a3eeeaca15 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a7730a3eeeaca15 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a5435a3e53a57a4 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a5435a3e53a57a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a516da4967a8dc2 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a516da4967a8dc2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a92e0a0041a316d a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a92e0a0041a316d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ae76ca8013a9a6e a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ae76ca8013a9a6e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a69a3a883aadf7a a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a69a3a883aadf7a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aa4d5ab25ea7cb1 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#aa4d5ab25ea7cb1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a77c8ab8e3a2503 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a77c8ab8e3a2503 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a4847aee6ea216f a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a4847aee6ea216f a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a62bea32e4a258c a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a62bea32e4a258c a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ae007af9e7abbc2 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ae007af9e7abbc2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ae82ca19b2a080d a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ae82ca19b2a080d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a010dac581af995 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a010dac581af995 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aee9ea6346a36a9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#aee9ea6346a36a9 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0e5fa4c4da0ff6 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a0e5fa4c4da0ff6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ac1cfa81a2acce8 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ac1cfa81a2acce8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a862ea1511a3291 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a862ea1511a3291 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a9809a2294ae4d1 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a9809a2294ae4d1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a4995aa701a8eb3 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a4995aa701a8eb3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a933aac400a352f a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a933aac400a352f a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a5caaa09b9a532a a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a5caaa09b9a532a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#add50ab00fa2b86 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#add50ab00fa2b86 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a6c55a6a35a5a31 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a6c55a6a35a5a31 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a8c85a622aa1116 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a8c85a622aa1116 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a6fb3a4e49a4d5f a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a6fb3a4e49a4d5f a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a1010ab4eda3de2 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a1010ab4eda3de2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a81a5a75a1a5bcd a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a81a5a75a1a5bcd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ac5fca7ebda21a5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ac5fca7ebda21a5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a8945a3292a3e1e a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a8945a3292a3e1e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a32e8acf84adc35 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a32e8acf84adc35 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ab694a155ba2eea a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ab694a155ba2eea a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a26f6a3991ac69a a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a26f6a3991ac69a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#af4d3a4db3a5a48 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#af4d3a4db3a5a48 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a3fe0ad758a19f1 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a3fe0ad758a19f1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#af092ab233a263a a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#af092ab233a263a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a423cacc9cad12b a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a423cacc9cad12b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aef2fac03ba7333 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a9a37aa35ea9ca6 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a9a37aa35ea9ca6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a7501a51ada6bd8 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a7501a51ada6bd8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#afcf4a9708abeab a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#afcf4a9708abeab a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aefc7a9b61a6915 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#aefc7a9b61a6915 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a2417a7ae7a6c08 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#abc5ba9446ab98b a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#abc5ba9446ab98b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a868eafed2a34d9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a868eafed2a34d9 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#abc2aa198eafc5f a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#abc2aa198eafc5f a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a1d8baf82fa1685 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a1d8baf82fa1685 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a8c75a7b5da691f a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a8c75a7b5da691f a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a9614a6159aac18 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a9614a6159aac18 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ac11da9099adffb a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ac11da9099adffb a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a3566affa5a4c62 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a3566affa5a4c62 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#acb16add86ad94a a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#acb16add86ad94a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ad16ea2516a2ffd a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ad16ea2516a2ffd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a361aa5c5fa1d4a a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a361aa5c5fa1d4a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#adbe3a7385a271e a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#adbe3a7385a271e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a8d2eae6b3a3f2b a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a8d2eae6b3a3f2b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a2b46a9609ac59e a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a2b46a9609ac59e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a5f1bae1ffaa08a a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a5f1bae1ffaa08a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a4019abd90a03ad a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a4019abd90a03ad a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a3391ae5fea631f a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a3391ae5fea631f a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a2badaa703af6f4 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a2badaa703af6f4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a3e87ae657a92b5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a3e87ae657a92b5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ad460aff48a9092 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ad460aff48a9092 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a807bae8c3a5ef1 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a807bae8c3a5ef1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a6297ae6edadee5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a6297ae6edadee5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a42d7acadfa701c a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a42d7acadfa701c a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#abd8cafd7ba41e6 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#abd8cafd7ba41e6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a7218ad731a9a33 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a7218ad731a9a33 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a8b2fa5a57a57c5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a8b2fa5a57a57c5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#afa89ad229ab788 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#afa89ad229ab788 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a7566aba9aa7400 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a7566aba9aa7400 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a1228ae3f9a2bca a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a1228ae3f9a2bca a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a260eab8acafb3a a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a260eab8acafb3a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a8e3aaaf87a4ef7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a8e3aaaf87a4ef7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a070ea3d5ea0663 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a070ea3d5ea0663 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a7024a5f8ea93ac a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a7024a5f8ea93ac a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a6d05aa94fa5c5e a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a6d05aa94fa5c5e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a161fa6a65a4870 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a161fa6a65a4870 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aa57ba783eaad95 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#aa57ba783eaad95 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a2c50a9751abd39 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a2c50a9751abd39 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a2ab7a8128afe92 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a2ab7a8128afe92 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ae7a2a447ba81d7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ae7a2a447ba81d7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a816cac69fac7d2 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a816cac69fac7d2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a9981afb7da1616 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a9981afb7da1616 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a4e0fa4f47a8a52 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a4e0fa4f47a8a52 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a2549ad7e3aea23 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a2549ad7e3aea23 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a3642aaeb4a1f08 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a3642aaeb4a1f08 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a86d4a2206a2e63 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a86d4a2206a2e63 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a53dea5e64a6c74 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a53dea5e64a6c74 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ae9cdab7daae578 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ae9cdab7daae578 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5007afcb6ad189 a {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a5007afcb6ad189 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3c1ca3373aefeb .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8b37ad30faaee6 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2a80a591cae54b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #000000;
}
#a2a80a591cae54b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a2a80a591cae54b .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a2a80a591cae54b .menu-list > li > a {
  padding: 0 20px;
}
#a2a80a591cae54b .menu-list > li:hover:before {
  height: 100%;
}
#a2a80a591cae54b .menu-list > li:hover:after {
  color: auto;
}
#a2a80a591cae54b .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a2a80a591cae54b .menu-list > li:first-child:after {
  content: "";
}
#a2a80a591cae54b .menu-list > li.active > a {
  background-color: #faf7f7;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a2a80a591cae54b .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a2a80a591cae54b .menu-list > li ul li {
  position: relative;
}
#a2a80a591cae54b .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 5px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 170px;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #fcf9f9;
}
#a2a80a591cae54b .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
}
#a2a80a591cae54b .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a2a80a591cae54b li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f7f0f0;
}
#a2a80a591cae54b li ul li a:active,
#a2a80a591cae54b li ul li a.active,
#a2a80a591cae54b li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f5f2f2;
}
#a2a80a591cae54b li ul,
#a2a80a591cae54b li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a2a80a591cae54b li:hover > ul {
  left: auto;
}
#a2a80a591cae54b li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2c1aad797a6d01 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZHei-B01S;color: rgba(255, 255, 255, 1);}#a15c0a1d67ac830 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3c1ca3373aefeb [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(12, 0, 0, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8cecaf248a19ca a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a8cecaf248a19ca a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a7c42ad1a7ae4e7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a7c42ad1a7ae4e7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ac96ca8ad1a6248 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ac96ca8ad1a6248 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aa10aa70a5a22e3 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#aa10aa70a5a22e3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a1619a385cad874 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a1619a385cad874 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#afe3cac2dcaf75e a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#afe3cac2dcaf75e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a6a89a4a83a40f8 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a6a89a4a83a40f8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ae374a61aeab472 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ae374a61aeab472 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ab930ad347a8d8a a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ab930ad347a8d8a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a6908a24b2a62f2 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a6908a24b2a62f2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a3e3ca5d06ada1a a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a3e3ca5d06ada1a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a1c97a3de2a4667 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a1c97a3de2a4667 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a5e72a8a11ac3be a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a5e72a8a11ac3be a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ab25eaf766af914 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ab25eaf766af914 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a553aacc0aa2a15 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a553aacc0aa2a15 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#af9eeaa2f2a33a3 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#af9eeaa2f2a33a3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a35dfa5645a2ffb a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a35dfa5645a2ffb a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a7c00aa26da2155 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a7c00aa26da2155 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aff4bab1f8a9d8b a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#aff4bab1f8a9d8b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0c01ad00baf353 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a0c01ad00baf353 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#acc4ba122daab88 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#acc4ba122daab88 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#af23ea9b98adc5c a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#af23ea9b98adc5c a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#af219ad1fea6ef1 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#af219ad1fea6ef1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#afa7caef12a9fbf a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#afa7caef12a9fbf a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0688a3753a582e a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a0688a3753a582e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a5eb0a46b2a7a51 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a5eb0a46b2a7a51 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ab285a6c1daf7cb a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ab285a6c1daf7cb a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a3f81af5edac546 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a3f81af5edac546 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a500ba80dbac43c a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a500ba80dbac43c a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a09d6ab98eac09b a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a09d6ab98eac09b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a8c25a5f78a3fb6 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a8c25a5f78a3fb6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#abc8ca53aaa9c53 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#abc8ca53aaa9c53 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0aa9aadd7a9ff6 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a0aa9aadd7a9ff6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a7c1aa5f6dab20b a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a7c1aa5f6dab20b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a7cc5a330da973d a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a7cc5a330da973d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#af730aa1a0af01b a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#af730aa1a0af01b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a5291ac71ea9fe9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a5291ac71ea9fe9 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a7402af193afff7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a7402af193afff7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ace7ea26b4a266a a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#af40eafaa5ae0a0 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ae18aad78fa8a64 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#aa02ba7a62a5de3 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a1337a0faea9a7d a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a1337a0faea9a7d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a1eeea31e5afdfc a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a1eeea31e5afdfc a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aec5aac3cda3dc9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#aec5aac3cda3dc9 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#af362a18abaadc0 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#af362a18abaadc0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a26daaf3d4a2dd3 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a26daaf3d4a2dd3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a5ac2a6e4aab160 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a5ac2a6e4aab160 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a7622afb73ad5da a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a7622afb73ad5da a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a092caec04a1d68 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a092caec04a1d68 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a94f9a2530a300b a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a94f9a2530a300b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a162ba9c8aa1d35 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a162ba9c8aa1d35 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ac7c3af53aa1267 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ac7c3af53aa1267 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#afa1da380daf6e2 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a9a42afee4abdca a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a9a42afee4abdca a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aee15a7b0bab497 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#aee15a7b0bab497 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#abf3ea6ad9a27ec a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#abf3ea6ad9a27ec a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a81bdade31a0c3a a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a81bdade31a0c3a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a057eabd10a90e5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a057eabd10a90e5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ada03a8a07ac855 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ada03a8a07ac855 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a25a0a1e3ea67b0 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a25a0a1e3ea67b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aee86aa6bfa26fe a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#aee86aa6bfa26fe a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#abac8afb01a3dcc a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#abac8afb01a3dcc a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#af351a457fa8cee a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#af351a457fa8cee a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a64c0ac4fba3d94 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a64c0ac4fba3d94 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a9359a5f62ae206 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a9359a5f62ae206 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0414acd67afd97 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a0414acd67afd97 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a9de3a6f83a02a5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a9de3a6f83a02a5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a6e22a1052a727e a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a6e22a1052a727e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0f83a3570a2c85 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#aa401a2ea3ae0a5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#aa401a2ea3ae0a5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ab86fa0fceaae72 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ab86fa0fceaae72 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ac578a226ba966b a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ac578a226ba966b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a345bab38caea56 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a345bab38caea56 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a48a2a4db7a9cf9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a48a2a4db7a9cf9 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#addf9a4ca8a0319 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#addf9a4ca8a0319 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#abf38aabe6a9dd0 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#abf38aabe6a9dd0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a157ea9b9baf731 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a2c7ea3404a636b a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a2c7ea3404a636b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a6e6cad166a6746 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a6e6cad166a6746 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0ec2addd2abc06 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a0ec2addd2abc06 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a47e4a97bea54f9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a47e4a97bea54f9 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ad31ca21aba7f33 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ad31ca21aba7f33 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0392aef1aa46dc a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a0392aef1aa46dc a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a6364a2c00a3e70 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a6364a2c00a3e70 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aa466a2de8ad619 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#aa466a2de8ad619 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#afd0aa50b5a0643 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#afd0aa50b5a0643 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ae8daaf881a2faf a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ae8daaf881a2faf a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#abbd1a4cb3a858e a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ade77ae34eaf374 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a775ca1096a3cc3 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a775ca1096a3cc3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a762ea6321aec25 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a762ea6321aec25 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a905aac42aa6c4c a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a905aac42aa6c4c a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a09fda17eea8d41 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a09fda17eea8d41 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a035fa8ecaa40c1 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a035fa8ecaa40c1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a6971a573dacea7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a6971a573dacea7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ad1b1a2841a40c5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ad1b1a2841a40c5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aa4caa8f77a93f0 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#aa4caa8f77a93f0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ae097adb25a16c7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ae097adb25a16c7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0eb4a0bafaa6e3 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a0eb4a0bafaa6e3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a04d2a930ea9fd1 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a04d2a930ea9fd1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a55d2a5c25af918 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a55d2a5c25af918 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a03c5ab1d0a7bd7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a03c5ab1d0a7bd7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a38c0a99dfaa9b6 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a38c0a99dfaa9b6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a774aa5aa3ab02e a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a774aa5aa3ab02e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#af4c6a96e3a3f2d a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#af4c6a96e3a3f2d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#af107a22bda8ae6 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#af107a22bda8ae6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#afad0a4e2ca3f3f a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#afad0a4e2ca3f3f a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a375aa7305a160b a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a375aa7305a160b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0154a7c1ea8445 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a0154a7c1ea8445 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a5d0fa41fdade8d a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a5d0fa41fdade8d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a4f20ac0cfa3562 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a4f20ac0cfa3562 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a06daad19da11e4 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a06daad19da11e4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a035fac7c1a70af a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a035fac7c1a70af a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aee0da7bc4af438 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#aee0da7bc4af438 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a5855ae2b5af452 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a5855ae2b5af452 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a4128a249caf73e a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a4128a249caf73e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a17e4a5b4aae398 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a17e4a5b4aae398 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a2299ae36ba39d4 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a2299ae36ba39d4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a4356a22a8a4f46 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a4356a22a8a4f46 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a51ddad495a431c a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a51ddad495a431c a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a3436a8a83a5772 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a3436a8a83a5772 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a69cfa0d82a75f0 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a69cfa0d82a75f0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aeae5adc62ae393 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#aeae5adc62ae393 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a67aea28eaad2d5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a67aea28eaad2d5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aa05aa2634a0e9e a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#aa05aa2634a0e9e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a1baca5f3eab0dc a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a1baca5f3eab0dc a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a4c08a7d8fa42f4 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a4c08a7d8fa42f4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0dcfaafa6a1eae a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a3587a985da4bb9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a3587a985da4bb9 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aa194a393daa244 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#aa194a393daa244 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a2458ac090a02ba a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a2458ac090a02ba a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a47c6aa131a53fc a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a47c6aa131a53fc a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ab777afb54ac328 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ac9dca9035aa554 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ac9dca9035aa554 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a3988a3ee9ab24e a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a3988a3ee9ab24e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a37ebaf024aa58f a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a37ebaf024aa58f a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ac31ba4c00af8b0 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ac31ba4c00af8b0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ab19ca08ffa03f0 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ab19ca08ffa03f0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a72f6a9697a101b a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a72f6a9697a101b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a31b1a23a0a2ff9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a31b1a23a0a2ff9 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ad027af7edac237 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ad027af7edac237 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ad849a0805ab542 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ad849a0805ab542 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a5de5adbbfac9a6 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a5de5adbbfac9a6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a5da5a08e7aa461 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a5da5a08e7aa461 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#adcefaa535ad08a a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#adcefaa535ad08a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a4a78ad45da4779 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a4a78ad45da4779 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a662aa0934a9452 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a662aa0934a9452 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a6c0da868ba6c6d a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a6c0da868ba6c6d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aae85ac915a7d50 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#aae85ac915a7d50 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aa721a8c17a5b03 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#aa721a8c17a5b03 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0e6aa3e3fa1cc5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a0e6aa3e3fa1cc5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#af62ca51d3aa163 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#af62ca51d3aa163 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a6448a26a5a4075 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a6448a26a5a4075 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a74eda96d0a5dc1 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a74eda96d0a5dc1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ae9f3a1676aabe2 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ae9f3a1676aabe2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#abc9cae32ea0122 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#abc9cae32ea0122 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a2957aef25a6f38 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a2957aef25a6f38 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#af887a66c7ab145 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#af887a66c7ab145 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a06a3afdb5abe95 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a06a3afdb5abe95 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#abf4ea54f5aa519 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#abf4ea54f5aa519 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a8d7ba97f5a6716 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a8d7ba97f5a6716 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0de3a31cea037f a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a0de3a31cea037f a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ad891a7d6ea6881 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ad891a7d6ea6881 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a5297a2391a01da a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a5297a2391a01da a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aa77fa5a80a84d5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#aa77fa5a80a84d5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a051ba9006ae7c3 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a051ba9006ae7c3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a16e6a5d94afb90 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a16e6a5d94afb90 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a6848aed38ae065 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a6848aed38ae065 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#af799a09e1a70a4 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#af799a09e1a70a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a983da8a39a5ccf a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a983da8a39a5ccf a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a397ca9ff4a9b46 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a397ca9ff4a9b46 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ac070a045ba2ffb a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ac070a045ba2ffb a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#abd57a9a0aaeebe a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#abd57a9a0aaeebe a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a6840afe94adee9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a6840afe94adee9 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a56baa2bdaaf1d7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a56baa2bdaaf1d7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ad66cac36fa49e4 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ad66cac36fa49e4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ad6bca3ab4a836b a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ad6bca3ab4a836b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ac2aaa5980a6211 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ac2aaa5980a6211 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aa45cabd20a9a07 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#aa45cabd20a9a07 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a692eafad2a57ad a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a692eafad2a57ad a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aec52aeea4a214f a {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#aec52aeea4a214f a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae655af680a057a .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5349a44ada5d5a .uk-container {
  line-height: 2;
  color: #999;
}
#aaf3fa89a9a220a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZHei-B01S;color: rgba(255, 255, 255, 1);}#ac7a6a3424aaee9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a53f2ac7d5ab499 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #000000;
}
#a53f2ac7d5ab499 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a53f2ac7d5ab499 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a53f2ac7d5ab499 .menu-list > li > a {
  padding: 0 35px;
}
#a53f2ac7d5ab499 .menu-list > li:hover:before {
  height: 100%;
}
#a53f2ac7d5ab499 .menu-list > li:hover:after {
  color: auto;
}
#a53f2ac7d5ab499 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a53f2ac7d5ab499 .menu-list > li:first-child:after {
  content: "";
}
#a53f2ac7d5ab499 .menu-list > li.active > a {
  background-color: #faf7f7;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a53f2ac7d5ab499 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a53f2ac7d5ab499 .menu-list > li ul li {
  position: relative;
}
#a53f2ac7d5ab499 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fcf9f9;
}
#a53f2ac7d5ab499 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
}
#a53f2ac7d5ab499 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a53f2ac7d5ab499 li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f7f0f0;
}
#a53f2ac7d5ab499 li ul li a:active,
#a53f2ac7d5ab499 li ul li a.active,
#a53f2ac7d5ab499 li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f5f2f2;
}
#a53f2ac7d5ab499 li ul,
#a53f2ac7d5ab499 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a53f2ac7d5ab499 li:hover > ul {
  left: auto;
}
#a53f2ac7d5ab499 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9f54a018ba3aa0 a {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a9f54a018ba3aa0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2340a0735a4c16 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a671aaff42a6504 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2a80a591cae54b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #000000;
}
#a2a80a591cae54b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a2a80a591cae54b .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a2a80a591cae54b .menu-list > li > a {
  padding: 0 20px;
}
#a2a80a591cae54b .menu-list > li:hover:before {
  height: 100%;
}
#a2a80a591cae54b .menu-list > li:hover:after {
  color: auto;
}
#a2a80a591cae54b .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a2a80a591cae54b .menu-list > li:first-child:after {
  content: "";
}
#a2a80a591cae54b .menu-list > li.active > a {
  background-color: #faf7f7;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a2a80a591cae54b .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a2a80a591cae54b .menu-list > li ul li {
  position: relative;
}
#a2a80a591cae54b .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 5px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 170px;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #fcf9f9;
}
#a2a80a591cae54b .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
}
#a2a80a591cae54b .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a2a80a591cae54b li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f7f0f0;
}
#a2a80a591cae54b li ul li a:active,
#a2a80a591cae54b li ul li a.active,
#a2a80a591cae54b li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f5f2f2;
}
#a2a80a591cae54b li ul,
#a2a80a591cae54b li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a2a80a591cae54b li:hover > ul {
  left: auto;
}
#a2a80a591cae54b li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2c1aad797a6d01 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZHei-B01S;color: rgba(255, 255, 255, 1);}#a15c0a1d67ac830 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2340a0735a4c16 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(12, 0, 0, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab9f7a2ff9ac11c a {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#ab9f7a2ff9ac11c a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6a7fa5beaa8981 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a430da53b0abf8d .uk-container {
  line-height: 2;
  color: #999;
}
#aad89a3da2a8fda a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZHei-B01S;color: rgba(255, 255, 255, 1);}#a4669ad2bea9441 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa687a4cffa15c5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #000000;
}
#aa687a4cffa15c5 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#aa687a4cffa15c5 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#aa687a4cffa15c5 .menu-list > li > a {
  padding: 0 35px;
}
#aa687a4cffa15c5 .menu-list > li:hover:before {
  height: 100%;
}
#aa687a4cffa15c5 .menu-list > li:hover:after {
  color: auto;
}
#aa687a4cffa15c5 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#aa687a4cffa15c5 .menu-list > li:first-child:after {
  content: "";
}
#aa687a4cffa15c5 .menu-list > li.active > a {
  background-color: #faf7f7;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#aa687a4cffa15c5 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#aa687a4cffa15c5 .menu-list > li ul li {
  position: relative;
}
#aa687a4cffa15c5 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fcf9f9;
}
#aa687a4cffa15c5 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
}
#aa687a4cffa15c5 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#aa687a4cffa15c5 li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f7f0f0;
}
#aa687a4cffa15c5 li ul li a:active,
#aa687a4cffa15c5 li ul li a.active,
#aa687a4cffa15c5 li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f5f2f2;
}
#aa687a4cffa15c5 li ul,
#aa687a4cffa15c5 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#aa687a4cffa15c5 li:hover > ul {
  left: auto;
}
#aa687a4cffa15c5 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aabe4a7027a0397 a {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#aabe4a7027a0397 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab47fa50b4a9821 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa3a1ac730a7086 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2a80a591cae54b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #000000;
}
#a2a80a591cae54b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a2a80a591cae54b .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a2a80a591cae54b .menu-list > li > a {
  padding: 0 20px;
}
#a2a80a591cae54b .menu-list > li:hover:before {
  height: 100%;
}
#a2a80a591cae54b .menu-list > li:hover:after {
  color: auto;
}
#a2a80a591cae54b .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a2a80a591cae54b .menu-list > li:first-child:after {
  content: "";
}
#a2a80a591cae54b .menu-list > li.active > a {
  background-color: #faf7f7;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a2a80a591cae54b .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a2a80a591cae54b .menu-list > li ul li {
  position: relative;
}
#a2a80a591cae54b .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 5px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 170px;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #fcf9f9;
}
#a2a80a591cae54b .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
}
#a2a80a591cae54b .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a2a80a591cae54b li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f7f0f0;
}
#a2a80a591cae54b li ul li a:active,
#a2a80a591cae54b li ul li a.active,
#a2a80a591cae54b li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f5f2f2;
}
#a2a80a591cae54b li ul,
#a2a80a591cae54b li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a2a80a591cae54b li:hover > ul {
  left: auto;
}
#a2a80a591cae54b li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2c1aad797a6d01 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZHei-B01S;color: rgba(255, 255, 255, 1);}#a15c0a1d67ac830 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab47fa50b4a9821 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(12, 0, 0, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a36e3a74e0aa9ea a {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a36e3a74e0aa9ea a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a176eae8a3a8eed .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af68da1af8adf5a .uk-container {
  line-height: 2;
  color: #999;
}
#a4a29a5cf2acc5d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZHei-B01S;color: rgba(255, 255, 255, 1);}#aaf06a1ebda038c a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0a66a1e3ca864b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #000000;
}
#a0a66a1e3ca864b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a0a66a1e3ca864b .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a0a66a1e3ca864b .menu-list > li > a {
  padding: 0 35px;
}
#a0a66a1e3ca864b .menu-list > li:hover:before {
  height: 100%;
}
#a0a66a1e3ca864b .menu-list > li:hover:after {
  color: auto;
}
#a0a66a1e3ca864b .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a0a66a1e3ca864b .menu-list > li:first-child:after {
  content: "";
}
#a0a66a1e3ca864b .menu-list > li.active > a {
  background-color: #faf7f7;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a0a66a1e3ca864b .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a0a66a1e3ca864b .menu-list > li ul li {
  position: relative;
}
#a0a66a1e3ca864b .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fcf9f9;
}
#a0a66a1e3ca864b .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
}
#a0a66a1e3ca864b .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a0a66a1e3ca864b li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f7f0f0;
}
#a0a66a1e3ca864b li ul li a:active,
#a0a66a1e3ca864b li ul li a.active,
#a0a66a1e3ca864b li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f5f2f2;
}
#a0a66a1e3ca864b li ul,
#a0a66a1e3ca864b li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a0a66a1e3ca864b li:hover > ul {
  left: auto;
}
#a0a66a1e3ca864b li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2c63add3aa6413 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2c63add3aa6413  > .ele-wrap:hover {box-shadow: 0px 0px 1px 1px rgba(195, 194, 207, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a93f9acc01a51e7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a93f9acc01a51e7  > .ele-wrap:hover {box-shadow: 0px 0px 1px 1px rgba(195, 194, 207, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7879a7263a3119 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7879a7263a3119  > .ele-wrap:hover {box-shadow: 0px 0px 1px 1px rgba(195, 194, 207, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a60cfab0fda2fd2 a {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a60cfab0fda2fd2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0f3caf800a0a69 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a26d2aa3c2a41e5 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2a80a591cae54b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #000000;
}
#a2a80a591cae54b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a2a80a591cae54b .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a2a80a591cae54b .menu-list > li > a {
  padding: 0 20px;
}
#a2a80a591cae54b .menu-list > li:hover:before {
  height: 100%;
}
#a2a80a591cae54b .menu-list > li:hover:after {
  color: auto;
}
#a2a80a591cae54b .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a2a80a591cae54b .menu-list > li:first-child:after {
  content: "";
}
#a2a80a591cae54b .menu-list > li.active > a {
  background-color: #faf7f7;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a2a80a591cae54b .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a2a80a591cae54b .menu-list > li ul li {
  position: relative;
}
#a2a80a591cae54b .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 5px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 170px;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #fcf9f9;
}
#a2a80a591cae54b .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
}
#a2a80a591cae54b .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a2a80a591cae54b li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f7f0f0;
}
#a2a80a591cae54b li ul li a:active,
#a2a80a591cae54b li ul li a.active,
#a2a80a591cae54b li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f5f2f2;
}
#a2a80a591cae54b li ul,
#a2a80a591cae54b li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a2a80a591cae54b li:hover > ul {
  left: auto;
}
#a2a80a591cae54b li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2c1aad797a6d01 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZHei-B01S;color: rgba(255, 255, 255, 1);}#a15c0a1d67ac830 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0f3caf800a0a69 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(12, 0, 0, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a22e6ae4bbafa41 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a22e6ae4bbafa41  > .ele-wrap:hover {box-shadow: 0px 0px 1px 1px rgba(195, 194, 207, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7d56ab01aa3d64 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7d56ab01aa3d64  > .ele-wrap:hover {box-shadow: 0px 0px 1px 1px rgba(195, 194, 207, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9c2dacba5a8160 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9c2dacba5a8160  > .ele-wrap:hover {box-shadow: 0px 0px 1px 1px rgba(195, 194, 207, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a36e3a74e0aa9ea a {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a36e3a74e0aa9ea a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a81cfacb5ea0f0a .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@media (min-width: 960px) {
  #af315ab5d4a30bc .uk-card {
    position: absolute;
    top: 20%;
    right: 0;
  }
}
@media (max-width: 740px) {
  #af315ab5d4a30bc .uk-width-large {
    width: auto;
    margin-top: 20px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a489ea41b5a7f98 .uk-card {
  overflow: hidden;
  height: 400px;
}
#a489ea41b5a7f98 .uk-link-reset {
  cursor: default;
}
#a489ea41b5a7f98 .uk-card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#a489ea41b5a7f98 .uk-card .abstract {
  position: relative;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  margin-top: 10px;
  color: #fff;
  font-size: 16px;
  padding: 0 15px;
}
#a489ea41b5a7f98 .uk-card .item-logo {
  position: relative;
  margin-top: 120px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#a489ea41b5a7f98 .uk-card .item-logo .ap-icon {
  width: 55px;
  height: 55px;
  color: #fff;
  font-size: 45px;
}
#a489ea41b5a7f98 .uk-card .title {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 20px 0;
  position: relative;
}
#a489ea41b5a7f98 .uk-card .title::before {
  content: "";
  position: relative;
  display: block;
  width: 20px;
  border-bottom: 2px solid #fff;
  margin: 0 auto 20px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#a489ea41b5a7f98 .uk-card .uk-h5,
#a489ea41b5a7f98 .uk-card .ap-icon {
  color: #666666;
}
#a489ea41b5a7f98 .uk-card:hover::before {
  background: rgba(245, 101, 35, 0.9);
}
#a489ea41b5a7f98 .uk-card:hover .item-logo {
  margin-top: 80px;
}
#a489ea41b5a7f98 .uk-card:hover .title::before {
  opacity: 0;
  margin-bottom: 0;
}
#a489ea41b5a7f98 .uk-card:hover .abstract {
  display: block;
  opacity: 1;
  margin-top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a47bfad2f3aa9c9 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1058ae7fea3e34 a {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: FZHei-B01S;color: rgba(13, 1, 1, 1);}#a03f0a210dae413 a {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(0, 0, 0, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a96e1a6a9ba3b1e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #000000;
}
#a96e1a6a9ba3b1e .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a96e1a6a9ba3b1e .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a96e1a6a9ba3b1e .menu-list > li > a {
  padding: 0 35px;
}
#a96e1a6a9ba3b1e .menu-list > li:hover:before {
  height: 100%;
}
#a96e1a6a9ba3b1e .menu-list > li:hover:after {
  color: auto;
}
#a96e1a6a9ba3b1e .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a96e1a6a9ba3b1e .menu-list > li:first-child:after {
  content: "";
}
#a96e1a6a9ba3b1e .menu-list > li.active > a {
  background-color: #faf7f7;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a96e1a6a9ba3b1e .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a96e1a6a9ba3b1e .menu-list > li ul li {
  position: relative;
}
#a96e1a6a9ba3b1e .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fcf9f9;
}
#a96e1a6a9ba3b1e .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
}
#a96e1a6a9ba3b1e .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a96e1a6a9ba3b1e li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f7f0f0;
}
#a96e1a6a9ba3b1e li ul li a:active,
#a96e1a6a9ba3b1e li ul li a.active,
#a96e1a6a9ba3b1e li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f5f2f2;
}
#a96e1a6a9ba3b1e li ul,
#a96e1a6a9ba3b1e li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a96e1a6a9ba3b1e li:hover > ul {
  left: auto;
}
#a96e1a6a9ba3b1e li ul li:hover ul {
  left: 100%;
  top: 0;
}
#af315ab5d4a30bc [data-item="feature.image"] {left: -1px;top: 35px; position: relative;}#af315ab5d4a30bc [data-item="abstract"] {left: 4px;top: 1px; position: relative;}#add46ae750a6b01 .uk-container {max-width: 1100px;}#add46ae750a6b01 [data-item="items"] {left: 39px;top: -69px; position: relative;}#add46ae750a6b01 [data-item="title"] {left: -13px;top: -54px; position: relative;}#add46ae750a6b01 [data-item="abstract"] {left: 0px;top: -1px; position: relative;}#add46ae750a6b01 [data-item="buttons[0]"] {left: 0px;top: -24px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3086aecd6ac4e4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.11);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a489ea41b5a7f98 [data-item="items[0]"] {left: 1px;top: 0px; position: relative;}#a489ea41b5a7f98 [data-item="items[1]"] {left: -1px;top: 0px; position: relative;}#a489ea41b5a7f98 [data-item="items[2]"] {left: -1px;top: 0px; position: relative;}#a489ea41b5a7f98 [data-item="items[3]"] {left: -1px;top: 0px; position: relative;}#a489ea41b5a7f98 [data-item="items[4]"] {left: -1px;top: 0px; position: relative;}#a489ea41b5a7f98 [data-item="items"] {left: 3px;top: 147px; position: relative;}#a5ee0a5fe6adb88 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.11);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adc41a0477afb7b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.11);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a381ca6574ab349 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.11);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a02dba739fa529d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.11);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a102da50e8adf3e .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1efca63c8abe26 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2a80a591cae54b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #000000;
}
#a2a80a591cae54b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a2a80a591cae54b .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a2a80a591cae54b .menu-list > li > a {
  padding: 0 20px;
}
#a2a80a591cae54b .menu-list > li:hover:before {
  height: 100%;
}
#a2a80a591cae54b .menu-list > li:hover:after {
  color: auto;
}
#a2a80a591cae54b .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a2a80a591cae54b .menu-list > li:first-child:after {
  content: "";
}
#a2a80a591cae54b .menu-list > li.active > a {
  background-color: #faf7f7;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a2a80a591cae54b .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a2a80a591cae54b .menu-list > li ul li {
  position: relative;
}
#a2a80a591cae54b .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 5px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 170px;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #fcf9f9;
}
#a2a80a591cae54b .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
}
#a2a80a591cae54b .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a2a80a591cae54b li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f7f0f0;
}
#a2a80a591cae54b li ul li a:active,
#a2a80a591cae54b li ul li a.active,
#a2a80a591cae54b li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f5f2f2;
}
#a2a80a591cae54b li ul,
#a2a80a591cae54b li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a2a80a591cae54b li:hover > ul {
  left: auto;
}
#a2a80a591cae54b li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2c1aad797a6d01 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZHei-B01S;color: rgba(255, 255, 255, 1);}#a15c0a1d67ac830 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a102da50e8adf3e [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(12, 0, 0, 1);}#a1102a6b48aeece > .ele-wrap {background-color: rgba(27, 35, 46, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a1102a6b48aeece  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a36e3a74e0aa9ea a {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a36e3a74e0aa9ea a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acc1ca32c1a67e6 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab589ad235a1fe7 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2a80a591cae54b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #000000;
}
#a2a80a591cae54b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a2a80a591cae54b .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a2a80a591cae54b .menu-list > li > a {
  padding: 0 20px;
}
#a2a80a591cae54b .menu-list > li:hover:before {
  height: 100%;
}
#a2a80a591cae54b .menu-list > li:hover:after {
  color: auto;
}
#a2a80a591cae54b .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a2a80a591cae54b .menu-list > li:first-child:after {
  content: "";
}
#a2a80a591cae54b .menu-list > li.active > a {
  background-color: #faf7f7;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a2a80a591cae54b .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a2a80a591cae54b .menu-list > li ul li {
  position: relative;
}
#a2a80a591cae54b .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 5px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 170px;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #fcf9f9;
}
#a2a80a591cae54b .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
}
#a2a80a591cae54b .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a2a80a591cae54b li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f7f0f0;
}
#a2a80a591cae54b li ul li a:active,
#a2a80a591cae54b li ul li a.active,
#a2a80a591cae54b li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f5f2f2;
}
#a2a80a591cae54b li ul,
#a2a80a591cae54b li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a2a80a591cae54b li:hover > ul {
  left: auto;
}
#a2a80a591cae54b li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2c1aad797a6d01 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZHei-B01S;color: rgba(255, 255, 255, 1);}#a15c0a1d67ac830 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acc1ca32c1a67e6 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(12, 0, 0, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6f4dafbc2ac65f a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a6f4dafbc2ac65f a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0637a6fc9a6c46 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a0637a6fc9a6c46 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a2762a6a55a83b7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a2762a6a55a83b7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a3d7ea4411a9a6f a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a3d7ea4411a9a6f a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a3991a7cc7a177e a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a3991a7cc7a177e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a5fd2a6338a287b a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a5fd2a6338a287b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#acab6ae3b8a1530 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#acab6ae3b8a1530 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a8b63a244da5f8f a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a8b63a244da5f8f a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aa782a1e8eaea79 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#aa782a1e8eaea79 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#acbb4ac7bba158f a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#acbb4ac7bba158f a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ac09ca6c61acbce a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ac09ca6c61acbce a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a4ddfa8da3a7126 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a4ddfa8da3a7126 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a4e9ca320fa6439 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a4e9ca320fa6439 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0f0fa75a0a7652 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a0f0fa75a0a7652 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a9b46a02a2aacc2 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a9b46a02a2aacc2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a6ee2a3fd2a45f5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a6ee2a3fd2a45f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a07b8ab7fba7172 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a07b8ab7fba7172 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#af843a0ee7a8d38 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#af843a0ee7a8d38 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a4d33af055a9b0f a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a4d33af055a9b0f a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a57e2a8665accfe a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a57e2a8665accfe a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a91d9acff6a05a6 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a91d9acff6a05a6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a249ca046ca9d50 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a249ca046ca9d50 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a8509af4e8a18be a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a8509af4e8a18be a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#afadaa8dbaac491 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#afadaa8dbaac491 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#af07aacaa1a8665 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#af07aacaa1a8665 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a9d57a1a92aeabb a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a9d57a1a92aeabb a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aac9cae630a2ebb a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#aac9cae630a2ebb a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a2e59a243ea521e a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a2e59a243ea521e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a672dac4d3add63 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a672dac4d3add63 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a7349a1952a2893 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a7349a1952a2893 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a082fae97ea771b a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a082fae97ea771b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a9d38ab25aad4fa a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a9d38ab25aad4fa a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a03eaab6b3a492b a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a03eaab6b3a492b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a6b2dac0c8a8e33 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a6b2dac0c8a8e33 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#af45faa558a9de4 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#af45faa558a9de4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a811fa776da48d8 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a811fa776da48d8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aaf82afb81a0995 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#aaf82afb81a0995 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#af6aaa55a3aa66d a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#af6aaa55a3aa66d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a9759ae2c1a042f a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a9759ae2c1a042f a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ade3fa3020aa6c3 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#aa5c8af346ac236 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#aeed1a6452a16ed a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a0d1ca24fbacfed a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a9b04aeb78a40b5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a9b04aeb78a40b5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a4826a1d67adebb a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a4826a1d67adebb a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a1acea60a2a9fe8 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a1acea60a2a9fe8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a4feba675ea3cd5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a4feba675ea3cd5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ababdadb3eab6c9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ababdadb3eab6c9 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aa2dca8a89a3449 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#aa2dca8a89a3449 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a7a0cab3f6ac089 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a7a0cab3f6ac089 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0c14afdd0a57c1 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a0c14afdd0a57c1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#abe75a2110a6418 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#abe75a2110a6418 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a86cea14f4a329d a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a86cea14f4a329d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aa0c4acfbfa7c65 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#aa0c4acfbfa7c65 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ae974a5550a7329 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a109eaa0ada3896 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a109eaa0ada3896 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aaa40a3664a3503 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#aaa40a3664a3503 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a5d71adbb4a39dc a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a5d71adbb4a39dc a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ad4c0a2254a6cea a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ad4c0a2254a6cea a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a5269a5a7bac19a a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a5269a5a7bac19a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a15e9abc93a817f a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a15e9abc93a817f a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0808a348ba622e a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a0808a348ba622e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ad6a6a59dda6329 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ad6a6a59dda6329 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#af812ac150a944e a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#af812ac150a944e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aa749a1732ad09a a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#aa749a1732ad09a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aa549a30aea8c9c a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#aa549a30aea8c9c a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ab977a3005a8bdf a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ab977a3005a8bdf a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ad71ead69ba2be6 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ad71ead69ba2be6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a747ca5efaa348c a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a747ca5efaa348c a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a2c6da7a6ba239d a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a2c6da7a6ba239d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ad35ba399aa9131 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a03c1a167ca59e1 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a03c1a167ca59e1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#acfa5a20e5accfb a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#acfa5a20e5accfb a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a9172a24b0a9416 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a9172a24b0a9416 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a26eba4ecea8607 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a26eba4ecea8607 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ab06eaba37ae1f9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ab06eaba37ae1f9 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ad583a086da1eb7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ad583a086da1eb7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#af37da9f20a9893 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#af37da9f20a9893 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a48b3a0edea5c5d a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a01fba6e03adfdc a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a01fba6e03adfdc a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#af284a9675a7211 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#af284a9675a7211 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#af6c9a0c3ea827f a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#af6c9a0c3ea827f a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ae039a003bab9e2 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ae039a003bab9e2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a796ba6140a0dc9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a796ba6140a0dc9 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a60b1af204a38f3 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a60b1af204a38f3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#afe7fad4b0a5aee a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#afe7fad4b0a5aee a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a4cffa25a0aa55f a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a4cffa25a0aa55f a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a3e78a9822a048a a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a3e78a9822a048a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#afc5dadd0ea51b7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#afc5dadd0ea51b7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#add71a52a9a4919 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a7c08adbe0a0ec0 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a2e4ca33b6a1c62 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a2e4ca33b6a1c62 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#adc6ea582fa7f02 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#adc6ea582fa7f02 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a7291a449ea8f91 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a7291a449ea8f91 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#af130ae408a21f7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#af130ae408a21f7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a9d32a28f8a334f a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a9d32a28f8a334f a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a3622a30edac3b9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a3622a30edac3b9 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a5a43ac051a6b56 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a5a43ac051a6b56 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a7a17aee20ab6f9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a7a17aee20ab6f9 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#adae4a7cdea7da5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#adae4a7cdea7da5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a428eaea12a625b a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a428eaea12a625b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a4e20a2f2cacc61 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a4e20a2f2cacc61 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#abae6a7df4ad327 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#abae6a7df4ad327 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a8b33a253ba0beb a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a8b33a253ba0beb a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a89a1a81c9abfa1 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a89a1a81c9abfa1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a2b01af871a4bf8 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a2b01af871a4bf8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#acbe7a888da1822 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#acbe7a888da1822 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a3f9dae1b7ad735 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a3f9dae1b7ad735 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a11e0af7b6af8c4 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a11e0af7b6af8c4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a3796a49b3ac150 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a3796a49b3ac150 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aab62af41eaf50e a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#aab62af41eaf50e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ae237ad266a0fec a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ae237ad266a0fec a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aeb6aae915a03d9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#aeb6aae915a03d9 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a8ea1a41c6adedb a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a8ea1a41c6adedb a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ab6e9a2081a1cc3 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ab6e9a2081a1cc3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ae60ea9740a9126 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ae60ea9740a9126 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0073a148aa0725 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a0073a148aa0725 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ad09ba05d5a743c a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ad09ba05d5a743c a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0393ad17eae47b a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a0393ad17eae47b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a89c6afe90a5290 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a89c6afe90a5290 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#af599a29a3af356 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#af599a29a3af356 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a7436a1d9fa7f7a a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a7436a1d9fa7f7a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a5acbaf654a0065 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a5acbaf654a0065 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a27cba4337abe45 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a27cba4337abe45 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aac9caa1ffa7184 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#aac9caa1ffa7184 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#abe71a6d81ae43f a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#abe71a6d81ae43f a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a535fa74b0a0706 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a535fa74b0a0706 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a9e52aff6fa8da2 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a9e52aff6fa8da2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a23c4a546ca2e9a a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a23c4a546ca2e9a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#af7bea6ae5ac648 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ae4f4af8f6aecdf a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ae4f4af8f6aecdf a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a46e8a1bc2a61cb a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a46e8a1bc2a61cb a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a66b2a6991a5db5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a66b2a6991a5db5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a6106a8f2da163d a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a6106a8f2da163d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ae400aa5b1af4f3 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a12fdad362af364 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a12fdad362af364 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a3728aea31a90a7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a3728aea31a90a7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ac21fa58d1a0c82 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ac21fa58d1a0c82 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a4b0aa1999a1ffe a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a4b0aa1999a1ffe a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0d1ea2afda1f5f a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a0d1ea2afda1f5f a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a9a80afd50a3d02 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a9a80afd50a3d02 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aeaeba45eeaa9b8 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#aeaeba45eeaa9b8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ac6c8afb06a59fa a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ac6c8afb06a59fa a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#afcd8a6bf3af65b a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#afcd8a6bf3af65b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a211fa21f2a2313 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a211fa21f2a2313 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a3691ab7e8aaf90 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a3691ab7e8aaf90 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ae212a1eafae636 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ae212a1eafae636 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aa147a895ea76ef a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#aa147a895ea76ef a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ae15ba3964af934 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ae15ba3964af934 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a53baa228aa94da a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a53baa228aa94da a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ad982ab09da1154 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ad982ab09da1154 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0f08abecda6712 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a0f08abecda6712 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a298ca35d4ac8ca a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a298ca35d4ac8ca a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#af691a51bba3496 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#af691a51bba3496 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a02b1a4d12a78dc a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a02b1a4d12a78dc a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ad346aaf5da4bba a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ad346aaf5da4bba a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a3211ae770acbef a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a3211ae770acbef a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a072da55ceafab5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a072da55ceafab5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a09ffa7876ad517 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a09ffa7876ad517 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a182ea50c0af6f4 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a182ea50c0af6f4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a2174ad692a3d7a a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a2174ad692a3d7a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a1b4dacb92a0fe5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a1b4dacb92a0fe5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ac5fdaa5fcaf56d a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ac5fdaa5fcaf56d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ab612af193a5b23 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ab612af193a5b23 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ab29daea41a261e a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ab29daea41a261e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a5681a9d6ea88f6 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a5681a9d6ea88f6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0d26a1c70aeaa5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a0d26a1c70aeaa5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a6020a5af4a0816 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a6020a5af4a0816 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aeaf5a57a3a15a2 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#aeaf5a57a3a15a2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a2ccdaf711a96af a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a2ccdaf711a96af a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a987eaf93faac21 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a987eaf93faac21 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a660bac823a45e8 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a660bac823a45e8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a70c7a3f6aa9333 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a70c7a3f6aa9333 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0d6ca4767a2b31 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a0d6ca4767a2b31 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a1406a21b4a91f8 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a1406a21b4a91f8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#acdd5a1c0ca4591 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#acdd5a1c0ca4591 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a83e3ad59ba611d a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a83e3ad59ba611d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a54fca69afa33c4 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a54fca69afa33c4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aba96af48ea1214 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#aba96af48ea1214 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a2619a0965af4e8 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a2619a0965af4e8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a0141af164a6a24 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a0141af164a6a24 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a7a01ab34cac119 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#a7a01ab34cac119 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a36e3a74e0aa9ea a {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a36e3a74e0aa9ea a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac468af914ac72d .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5503a9c60aa03b .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2a80a591cae54b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #000000;
}
#a2a80a591cae54b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a2a80a591cae54b .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a2a80a591cae54b .menu-list > li > a {
  padding: 0 20px;
}
#a2a80a591cae54b .menu-list > li:hover:before {
  height: 100%;
}
#a2a80a591cae54b .menu-list > li:hover:after {
  color: auto;
}
#a2a80a591cae54b .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a2a80a591cae54b .menu-list > li:first-child:after {
  content: "";
}
#a2a80a591cae54b .menu-list > li.active > a {
  background-color: #faf7f7;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a2a80a591cae54b .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a2a80a591cae54b .menu-list > li ul li {
  position: relative;
}
#a2a80a591cae54b .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 5px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 170px;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #fcf9f9;
}
#a2a80a591cae54b .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
}
#a2a80a591cae54b .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a2a80a591cae54b li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f7f0f0;
}
#a2a80a591cae54b li ul li a:active,
#a2a80a591cae54b li ul li a.active,
#a2a80a591cae54b li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f5f2f2;
}
#a2a80a591cae54b li ul,
#a2a80a591cae54b li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a2a80a591cae54b li:hover > ul {
  left: auto;
}
#a2a80a591cae54b li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2c1aad797a6d01 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZHei-B01S;color: rgba(255, 255, 255, 1);}#a15c0a1d67ac830 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac468af914ac72d [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(12, 0, 0, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1444aec7fa2cd7 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a1444aec7fa2cd7 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a828aa68f0a684b .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a828aa68f0a684b .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8781a96f2a6a8d .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a8781a96f2a6a8d .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a36e3a74e0aa9ea a {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a36e3a74e0aa9ea a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab6eead1eca3cd0 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab272a6964ac1d7 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2a80a591cae54b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #000000;
}
#a2a80a591cae54b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a2a80a591cae54b .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a2a80a591cae54b .menu-list > li > a {
  padding: 0 20px;
}
#a2a80a591cae54b .menu-list > li:hover:before {
  height: 100%;
}
#a2a80a591cae54b .menu-list > li:hover:after {
  color: auto;
}
#a2a80a591cae54b .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a2a80a591cae54b .menu-list > li:first-child:after {
  content: "";
}
#a2a80a591cae54b .menu-list > li.active > a {
  background-color: #faf7f7;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a2a80a591cae54b .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a2a80a591cae54b .menu-list > li ul li {
  position: relative;
}
#a2a80a591cae54b .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 5px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 170px;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #fcf9f9;
}
#a2a80a591cae54b .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
}
#a2a80a591cae54b .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a2a80a591cae54b li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f7f0f0;
}
#a2a80a591cae54b li ul li a:active,
#a2a80a591cae54b li ul li a.active,
#a2a80a591cae54b li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f5f2f2;
}
#a2a80a591cae54b li ul,
#a2a80a591cae54b li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a2a80a591cae54b li:hover > ul {
  left: auto;
}
#a2a80a591cae54b li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2c1aad797a6d01 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZHei-B01S;color: rgba(255, 255, 255, 1);}#a15c0a1d67ac830 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab6eead1eca3cd0 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(12, 0, 0, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a36e3a74e0aa9ea a {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a36e3a74e0aa9ea a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af1e3a9cd1a9f1c .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac44fa6fa3a685f .uk-container {
  overflow: hidden;
}
#ac44fa6fa3a685f .uk-button {
  border-radius: 100px;
  font-weight: bold;
  line-height: 1;
  padding: 17px 39px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.14);
  text-transform: uppercase;
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.2);
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
@keyframes AnimationName {
  0% {
    background-position: 0% 31%;
  }
  50% {
    background-position: 100% 70%;
  }
  100% {
    background-position: 0% 31%;
  }
}
#ac44fa6fa3a685f .uk-button:hover {
  color: #666666 !important;
  background: #fff;
}
#ac44fa6fa3a685f .uk-button-primary {
  background: #f2f2f2;
  background: linear-gradient(135deg, #f2f2f2 0%, #dddddd 50%, #ffffff 51%, #ffffff 71%, #f6f8fb 100%);
  color: #666666 !important;
  background-size: 400% 400%;
  animation: AnimationName 3s ease infinite;
  border: medium none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa722a970ba916f .ap-icon {
  padding: 12px;
  line-height: 1;
  margin: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4330aec95a577f .promotion-card {
  position: absolute;
  right: 20px;
  left: 0;
  bottom: 100px;
}
@media (min-width: 960px) {
  #a4330aec95a577f .promotion-card {
    width: 70%;
    left: auto;
  }
}
#a4330aec95a577f .promotion-card * {
  margin: 0;
}
#a4330aec95a577f .promotion-card .promotion-card-icon {
  width: 80px;
  background-color: #f56523;
  color: #fff;
  font-size: 30px;
  position: relative;
}
#a4330aec95a577f .promotion-card .promotion-card-icon::before {
  content: ' ';
  position: absolute;
  right: -16px;
  top: 30%;
  border: 8px solid transparent;
  border-left-color: #f56523;
}
#a4330aec95a577f .promotion-card .promotion-card-detail {
  padding: 30px 20px;
  color: #fff;
  font-weight: bold;
  background: #792a06;
  background: linear-gradient(to right, #792a06 55%, #f56523 95%) !important;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af71ba6e04af043 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2a80a591cae54b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #000000;
}
#a2a80a591cae54b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a2a80a591cae54b .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a2a80a591cae54b .menu-list > li > a {
  padding: 0 20px;
}
#a2a80a591cae54b .menu-list > li:hover:before {
  height: 100%;
}
#a2a80a591cae54b .menu-list > li:hover:after {
  color: auto;
}
#a2a80a591cae54b .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a2a80a591cae54b .menu-list > li:first-child:after {
  content: "";
}
#a2a80a591cae54b .menu-list > li.active > a {
  background-color: #faf7f7;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a2a80a591cae54b .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a2a80a591cae54b .menu-list > li ul li {
  position: relative;
}
#a2a80a591cae54b .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 5px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 170px;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #fcf9f9;
}
#a2a80a591cae54b .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
}
#a2a80a591cae54b .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a2a80a591cae54b li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f7f0f0;
}
#a2a80a591cae54b li ul li a:active,
#a2a80a591cae54b li ul li a.active,
#a2a80a591cae54b li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f5f2f2;
}
#a2a80a591cae54b li ul,
#a2a80a591cae54b li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a2a80a591cae54b li:hover > ul {
  left: auto;
}
#a2a80a591cae54b li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2c1aad797a6d01 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZHei-B01S;color: rgba(255, 255, 255, 1);}#a15c0a1d67ac830 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af1e3a9cd1a9f1c [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(12, 0, 0, 1);}#ac44fa6fa3a685f [data-item="feature.image"] {left: -23px;top: -35px; position: relative;}#ac44fa6fa3a685f [data-item="buttons[0]"] {left: 0px;top: 1px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa722a970ba916f [data-item="subTitle"] {left: -1px;top: 14px; position: relative;}#aa722a970ba916f [data-item="items[0].abstract"] {left: 17px;top: -1px; position: relative;}#aa722a970ba916f [data-item="items[2].icon"] {left: -1px;top: 0px; position: relative;}#aa722a970ba916f [data-item="items[3].icon"] {left: -1px;top: 0px; position: relative;}#aa722a970ba916f [data-item="items[3].title"] {left: -1px;top: 0px; position: relative;}#aa722a970ba916f [data-item="items[3].abstract"] {left: 1px;top: 0px; position: relative;}#aa722a970ba916f [data-item="items[4].abstract"] {left: 17px;top: 0px; position: relative;}#aa722a970ba916f [data-item="items[5].icon"] {left: 69px;top: 0px; position: relative;}#aa722a970ba916f [data-item="items[5].title"] {left: 72px;top: 0px; position: relative;}#aa722a970ba916f [data-item="items[5].abstract"] {left: 82px;top: 0px; position: relative;}#aa722a970ba916f [data-item="items[6].icon"] {left: 20px;top: 0px; position: relative;}#aa722a970ba916f [data-item="items[6].title"] {left: 20px;top: -4px; position: relative;}#aa722a970ba916f [data-item="items[6].abstract"] {left: 32px;top: 1px; position: relative;}#aa722a970ba916f [data-item="items[7].icon"] {left: 57px;top: -1px; position: relative;}#aa722a970ba916f [data-item="items[7].title"] {left: 60px;top: 0px; position: relative;}#aa722a970ba916f [data-item="items[7].abstract"] {left: 67px;top: 0px; position: relative;}#aa722a970ba916f [data-item="items[2].abstract"] {left: 1px;top: 0px; position: relative;}#aa722a970ba916f [data-item="items[2].title"] {left: -1px;top: 0px; position: relative;}#aa722a970ba916f [data-item="items[5]"] {left: 1px;top: 0px; position: relative;}#aa722a970ba916f [data-item="items[6]"] {left: -1px;top: 0px; position: relative;}#aa722a970ba916f [data-item="items[7]"] {left: -1px;top: 0px; position: relative;}#aa722a970ba916f [data-item="items[2]"] {left: 0px;top: 1px; position: relative;}#aa722a970ba916f [data-item="items[4]"] {left: -1px;top: 0px; position: relative;}#aa722a970ba916f [data-item="items[0]"] {left: 0px;top: 1px; position: relative;}#a4330aec95a577f [data-item="subTitle"] {left: 1px;top: 0px; position: relative;}#a4330aec95a577f [data-item="buttons[0]"] {left: 1px;top: 0px; position: relative;}#a4330aec95a577f [data-item="title"] {left: 0px;top: 1px; position: relative;}#a4330aec95a577f [data-item="feature.image"] {left: 0px;top: 1px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a36e3a74e0aa9ea a {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a36e3a74e0aa9ea a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac9d4a2b65a9b9f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@media (min-width: 960px) {
  #ae90ba117aa70c4 .uk-card {
    position: absolute;
    top: 20%;
    right: 0;
  }
}
@media (max-width: 740px) {
  #ae90ba117aa70c4 .uk-width-large {
    width: auto;
    margin-top: 20px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ade84a4016ae5f1 .uk-card {
  overflow: hidden;
  height: 400px;
}
#ade84a4016ae5f1 .uk-link-reset {
  cursor: default;
}
#ade84a4016ae5f1 .uk-card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#ade84a4016ae5f1 .uk-card .abstract {
  position: relative;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  margin-top: 10px;
  color: #fff;
  font-size: 16px;
  padding: 0 15px;
}
#ade84a4016ae5f1 .uk-card .item-logo {
  position: relative;
  margin-top: 120px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#ade84a4016ae5f1 .uk-card .item-logo .ap-icon {
  width: 55px;
  height: 55px;
  color: #fff;
  font-size: 45px;
}
#ade84a4016ae5f1 .uk-card .title {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 20px 0;
  position: relative;
}
#ade84a4016ae5f1 .uk-card .title::before {
  content: "";
  position: relative;
  display: block;
  width: 20px;
  border-bottom: 2px solid #fff;
  margin: 0 auto 20px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#ade84a4016ae5f1 .uk-card .uk-h5,
#ade84a4016ae5f1 .uk-card .ap-icon {
  color: #666666;
}
#ade84a4016ae5f1 .uk-card:hover::before {
  background: rgba(245, 101, 35, 0.9);
}
#ade84a4016ae5f1 .uk-card:hover .item-logo {
  margin-top: 80px;
}
#ade84a4016ae5f1 .uk-card:hover .title::before {
  opacity: 0;
  margin-bottom: 0;
}
#ade84a4016ae5f1 .uk-card:hover .abstract {
  display: block;
  opacity: 1;
  margin-top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5069a948aa418e .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2a80a591cae54b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #000000;
}
#a2a80a591cae54b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a2a80a591cae54b .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a2a80a591cae54b .menu-list > li > a {
  padding: 0 20px;
}
#a2a80a591cae54b .menu-list > li:hover:before {
  height: 100%;
}
#a2a80a591cae54b .menu-list > li:hover:after {
  color: auto;
}
#a2a80a591cae54b .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a2a80a591cae54b .menu-list > li:first-child:after {
  content: "";
}
#a2a80a591cae54b .menu-list > li.active > a {
  background-color: #faf7f7;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a2a80a591cae54b .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a2a80a591cae54b .menu-list > li ul li {
  position: relative;
}
#a2a80a591cae54b .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 5px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 170px;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #fcf9f9;
}
#a2a80a591cae54b .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
}
#a2a80a591cae54b .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a2a80a591cae54b li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f7f0f0;
}
#a2a80a591cae54b li ul li a:active,
#a2a80a591cae54b li ul li a.active,
#a2a80a591cae54b li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f5f2f2;
}
#a2a80a591cae54b li ul,
#a2a80a591cae54b li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a2a80a591cae54b li:hover > ul {
  left: auto;
}
#a2a80a591cae54b li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2c1aad797a6d01 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZHei-B01S;color: rgba(255, 255, 255, 1);}#a15c0a1d67ac830 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac9d4a2b65a9b9f [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(12, 0, 0, 1);}#ae90ba117aa70c4 [data-item="feature.image"] {left: -1px;top: 35px; position: relative;}#ae90ba117aa70c4 [data-item="abstract"] {left: 4px;top: 1px; position: relative;}#a2de0aa144a3db7 .uk-container {max-width: 1100px;}#a2de0aa144a3db7 [data-item="items"] {left: 39px;top: -69px; position: relative;}#a2de0aa144a3db7 [data-item="title"] {left: -1px;top: 0px; position: relative;}#a2de0aa144a3db7 [data-item="abstract"] {left: 0px;top: -1px; position: relative;}#a2de0aa144a3db7 [data-item="buttons[0]"] {left: 0px;top: -24px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af8cea01cdad08c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.11);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ade84a4016ae5f1 [data-item="items[0]"] {left: -1px;top: 0px; position: relative;}#ade84a4016ae5f1 [data-item="items[1]"] {left: -1px;top: 0px; position: relative;}#ade84a4016ae5f1 [data-item="items[2]"] {left: -1px;top: 0px; position: relative;}#ade84a4016ae5f1 [data-item="items[3]"] {left: -1px;top: 0px; position: relative;}#ade84a4016ae5f1 [data-item="items[4]"] {left: -1px;top: 0px; position: relative;}#ade84a4016ae5f1 [data-item="items"] {left: 3px;top: 147px; position: relative;}#a205ea4a6ba70ef > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.11);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5f60a6d01a7660 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.11);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adb77a05efaabc3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.11);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af5afa2878a3552 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.11);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a36e3a74e0aa9ea a {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a36e3a74e0aa9ea a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#abcd5ad4c8ac0ca .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5972a55e8a4e2a .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2a80a591cae54b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #000000;
}
#a2a80a591cae54b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a2a80a591cae54b .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a2a80a591cae54b .menu-list > li > a {
  padding: 0 20px;
}
#a2a80a591cae54b .menu-list > li:hover:before {
  height: 100%;
}
#a2a80a591cae54b .menu-list > li:hover:after {
  color: auto;
}
#a2a80a591cae54b .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a2a80a591cae54b .menu-list > li:first-child:after {
  content: "";
}
#a2a80a591cae54b .menu-list > li.active > a {
  background-color: #faf7f7;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a2a80a591cae54b .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a2a80a591cae54b .menu-list > li ul li {
  position: relative;
}
#a2a80a591cae54b .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 5px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 170px;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #fcf9f9;
}
#a2a80a591cae54b .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
}
#a2a80a591cae54b .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a2a80a591cae54b li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f7f0f0;
}
#a2a80a591cae54b li ul li a:active,
#a2a80a591cae54b li ul li a.active,
#a2a80a591cae54b li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f5f2f2;
}
#a2a80a591cae54b li ul,
#a2a80a591cae54b li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a2a80a591cae54b li:hover > ul {
  left: auto;
}
#a2a80a591cae54b li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2c1aad797a6d01 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZHei-B01S;color: rgba(255, 255, 255, 1);}#a15c0a1d67ac830 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abcd5ad4c8ac0ca [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(12, 0, 0, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad848a2c90af50c .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#ad848a2c90af50c .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a13adad8caa6784 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a13adad8caa6784 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#ac3f5a69ada53f1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac3f5a69ada53f1  > .ele-wrap:hover {box-shadow: 0px 0px 1px 1px rgba(195, 194, 207, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8d2da9521a31c9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8d2da9521a31c9  > .ele-wrap:hover {box-shadow: 0px 0px 1px 1px rgba(187, 183, 204, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a411ea0845adf99 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a411ea0845adf99  > .ele-wrap:hover {box-shadow: 0px 0px 1px 1px undefined;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aedc6acf03a4593 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aedc6acf03a4593  > .ele-wrap:hover {box-shadow: 0px 0px 1px 1px rgba(192, 190, 202, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a04b8a514ea303c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a04b8a514ea303c  > .ele-wrap:hover {box-shadow: 0px 0px 1px 1px rgba(191, 186, 207, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2c13a7d4aa6018 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2c13a7d4aa6018  > .ele-wrap:hover {box-shadow: 0px 0px 1px 1px rgba(203, 201, 212, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a73d3adb2ca7b6e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ae4bea8b8ba874d .ele-wrap {color: #444;font-size: 16px;background-color: transparent;}#ae4bea8b8ba874d .ele-wrap:hover {color: #0095eb;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3a5eafed5a23e3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0525ae538add6f .ele-wrap {color: #444;font-size: 16px;background-color: transparent;}#a0525ae538add6f .ele-wrap:hover {color: #0095eb;}#af5edadbc0a43c5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a97c0a34bbad6fd .ele-wrap {color: #444;font-size: 16px;background-color: transparent;}#a97c0a34bbad6fd .ele-wrap:hover {color: #0095eb;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a36e3a74e0aa9ea a {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a36e3a74e0aa9ea a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8559a0d8fa1d7a .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@media (min-width: 960px) {
  #a8291abf0ca54e6 .uk-card {
    position: absolute;
    top: 20%;
    right: 0;
  }
}
@media (max-width: 740px) {
  #a8291abf0ca54e6 .uk-width-large {
    width: auto;
    margin-top: 20px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a77f1a381ca8101 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a49daa2e4ea9bb0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: FZHei-B01S;color: rgba(13, 1, 1, 1);}#adf33a6153a9f3e a {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(0, 0, 0, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1a32a828da55ee .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #000000;
}
#a1a32a828da55ee .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1a32a828da55ee .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a1a32a828da55ee .menu-list > li > a {
  padding: 0 35px;
}
#a1a32a828da55ee .menu-list > li:hover:before {
  height: 100%;
}
#a1a32a828da55ee .menu-list > li:hover:after {
  color: auto;
}
#a1a32a828da55ee .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a1a32a828da55ee .menu-list > li:first-child:after {
  content: "";
}
#a1a32a828da55ee .menu-list > li.active > a {
  background-color: #faf7f7;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a1a32a828da55ee .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a1a32a828da55ee .menu-list > li ul li {
  position: relative;
}
#a1a32a828da55ee .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fcf9f9;
}
#a1a32a828da55ee .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
}
#a1a32a828da55ee .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a1a32a828da55ee li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f7f0f0;
}
#a1a32a828da55ee li ul li a:active,
#a1a32a828da55ee li ul li a.active,
#a1a32a828da55ee li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f5f2f2;
}
#a1a32a828da55ee li ul,
#a1a32a828da55ee li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a1a32a828da55ee li:hover > ul {
  left: auto;
}
#a1a32a828da55ee li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a0653a553aa97dc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a0653a553aa97dc  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a45dda3887abd6d , #a45dda3887abd6d a{color: rgba(255, 255, 255, 1);}#a5b91a969eacb95 , #a5b91a969eacb95 a{color: rgba(255, 255, 255, 1);}#af281af660adb65 , #af281af660adb65 a{color: rgba(255, 255, 255, 1);}#a4975a4d2ba8fec , #a4975a4d2ba8fec a{color: rgba(255, 255, 255, 1);}#a003ca94a3a9b4c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#a003ca94a3a9b4c .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#a003ca94a3a9b4c .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#ac162a8a71af592 > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a1942a0b0aaaca8 , #a1942a0b0aaaca8 a{color: rgba(255, 255, 255, 1);}#acac1a3a3fad14c , #acac1a3a3fad14c a{color: rgba(255, 255, 255, 1);}#a1fe7a963aa3647 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#a1fe7a963aa3647 .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#a1fe7a963aa3647 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#a8f9ea7d71a8aac > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ad051a93b3ab94c , #ad051a93b3ab94c a{color: rgba(255, 255, 255, 1);}#a2ec8a504da6847 , #a2ec8a504da6847 a{color: rgba(255, 255, 255, 1);}#a8c9cac859ac8a9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#a8c9cac859ac8a9 .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#a8c9cac859ac8a9 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#adeccab31faa0a1 > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a0008a856fa9639 , #a0008a856fa9639 a{color: rgba(255, 255, 255, 1);}#a5261ad6b1a2cb3 , #a5261ad6b1a2cb3 a{color: rgba(255, 255, 255, 1);}#a4393af393a893b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#a4393af393a893b .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#a4393af393a893b .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#a798aae762af4b9 > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a577dae8eaa3bb2 , #a577dae8eaa3bb2 a{color: rgba(255, 255, 255, 1);}#ab1c3addd9a8501 , #ab1c3addd9a8501 a{color: rgba(255, 255, 255, 1);}#ae6a4a729da77fb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#ae6a4a729da77fb .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#ae6a4a729da77fb .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#a0b6aadacaabfd4 > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a6c43a4267af069 , #a6c43a4267af069 a{color: rgba(255, 255, 255, 1);}#a274ca6b7da1a60 , #a274ca6b7da1a60 a{color: rgba(255, 255, 255, 1);}#a6ae0a1f28a7f37 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#a6ae0a1f28a7f37 .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#a6ae0a1f28a7f37 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#a2874aa51bad291 > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a185ea065aa21a5 , #a185ea065aa21a5 a{color: rgba(255, 255, 255, 1);}#a21f9a171fa322d , #a21f9a171fa322d a{color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a36e3a74e0aa9ea a {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a36e3a74e0aa9ea a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a63ceabc4ba34c8 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@media (min-width: 960px) {
  #aff91a8654a4f95 .uk-card {
    position: absolute;
    top: 20%;
    right: 0;
  }
}
@media (max-width: 740px) {
  #aff91a8654a4f95 .uk-width-large {
    width: auto;
    margin-top: 20px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7abca8712af22f .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2a80a591cae54b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #000000;
}
#a2a80a591cae54b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a2a80a591cae54b .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a2a80a591cae54b .menu-list > li > a {
  padding: 0 20px;
}
#a2a80a591cae54b .menu-list > li:hover:before {
  height: 100%;
}
#a2a80a591cae54b .menu-list > li:hover:after {
  color: auto;
}
#a2a80a591cae54b .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a2a80a591cae54b .menu-list > li:first-child:after {
  content: "";
}
#a2a80a591cae54b .menu-list > li.active > a {
  background-color: #faf7f7;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a2a80a591cae54b .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a2a80a591cae54b .menu-list > li ul li {
  position: relative;
}
#a2a80a591cae54b .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 5px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 170px;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #fcf9f9;
}
#a2a80a591cae54b .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
}
#a2a80a591cae54b .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a2a80a591cae54b li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f7f0f0;
}
#a2a80a591cae54b li ul li a:active,
#a2a80a591cae54b li ul li a.active,
#a2a80a591cae54b li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f5f2f2;
}
#a2a80a591cae54b li ul,
#a2a80a591cae54b li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a2a80a591cae54b li:hover > ul {
  left: auto;
}
#a2a80a591cae54b li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2c1aad797a6d01 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZHei-B01S;color: rgba(255, 255, 255, 1);}#a15c0a1d67ac830 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a63ceabc4ba34c8 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(12, 0, 0, 1);}#a337ca2e21a0368 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a337ca2e21a0368  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a350ca0a6fad08c , #a350ca0a6fad08c a{color: rgba(255, 255, 255, 1);}#ac4dba9a91ae5c1 , #ac4dba9a91ae5c1 a{color: rgba(255, 255, 255, 1);}#a1c5aa90cfad57f , #a1c5aa90cfad57f a{color: rgba(255, 255, 255, 1);}#a244da7b67a2857 , #a244da7b67a2857 a{color: rgba(255, 255, 255, 1);}#ae90ea428ca742e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#ae90ea428ca742e .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#ae90ea428ca742e .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#afc42a4c4cad800 > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#afc72a3967a8cf8 , #afc72a3967a8cf8 a{color: rgba(255, 255, 255, 1);}#ab901a37bbaf482 , #ab901a37bbaf482 a{color: rgba(255, 255, 255, 1);}#ae360a1b20a8f6d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#ae360a1b20a8f6d .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#ae360a1b20a8f6d .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#ac167a1d8ba4272 > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ab5c2a2d76aec5a , #ab5c2a2d76aec5a a{color: rgba(255, 255, 255, 1);}#a88c1a086da6938 , #a88c1a086da6938 a{color: rgba(255, 255, 255, 1);}#ad781ab941a343c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#ad781ab941a343c .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#ad781ab941a343c .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#ade76acc5ba489a > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a1f97affdcafae0 , #a1f97affdcafae0 a{color: rgba(255, 255, 255, 1);}#a12c6ae8b8a55e4 , #a12c6ae8b8a55e4 a{color: rgba(255, 255, 255, 1);}#ae2e9a3fc8adda4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#ae2e9a3fc8adda4 .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#ae2e9a3fc8adda4 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#a5966a1fe3ab8ad > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a18eeaafcdae6d7 , #a18eeaafcdae6d7 a{color: rgba(255, 255, 255, 1);}#a6818a44a7a75c7 , #a6818a44a7a75c7 a{color: rgba(255, 255, 255, 1);}#a399ba22cea570c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#a399ba22cea570c .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#a399ba22cea570c .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#a6873a6b95a8c7c > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a4ee6add34a0e91 , #a4ee6add34a0e91 a{color: rgba(255, 255, 255, 1);}#a1298a6be3a9804 , #a1298a6be3a9804 a{color: rgba(255, 255, 255, 1);}#aa2f1a24feab67e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#aa2f1a24feab67e .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#aa2f1a24feab67e .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#ae0bda9f57a1312 > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a7ef4afa72ac5e1 , #a7ef4afa72ac5e1 a{color: rgba(255, 255, 255, 1);}#a386da02c1a1f45 , #a386da02c1a1f45 a{color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a36e3a74e0aa9ea a {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a36e3a74e0aa9ea a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a35e7ad139a533d .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a71f5a6111a4599 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2a80a591cae54b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #000000;
}
#a2a80a591cae54b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a2a80a591cae54b .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a2a80a591cae54b .menu-list > li > a {
  padding: 0 20px;
}
#a2a80a591cae54b .menu-list > li:hover:before {
  height: 100%;
}
#a2a80a591cae54b .menu-list > li:hover:after {
  color: auto;
}
#a2a80a591cae54b .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a2a80a591cae54b .menu-list > li:first-child:after {
  content: "";
}
#a2a80a591cae54b .menu-list > li.active > a {
  background-color: #faf7f7;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a2a80a591cae54b .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a2a80a591cae54b .menu-list > li ul li {
  position: relative;
}
#a2a80a591cae54b .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 5px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 170px;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #fcf9f9;
}
#a2a80a591cae54b .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
}
#a2a80a591cae54b .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a2a80a591cae54b li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f7f0f0;
}
#a2a80a591cae54b li ul li a:active,
#a2a80a591cae54b li ul li a.active,
#a2a80a591cae54b li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f5f2f2;
}
#a2a80a591cae54b li ul,
#a2a80a591cae54b li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a2a80a591cae54b li:hover > ul {
  left: auto;
}
#a2a80a591cae54b li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2c1aad797a6d01 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZHei-B01S;color: rgba(255, 255, 255, 1);}#a15c0a1d67ac830 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a35e7ad139a533d [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(12, 0, 0, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a10f7a635aae90b > .ele-wrap {background-color: rgba(27, 35, 46, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a10f7a635aae90b  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2e26afce3a17db , #a2e26afce3a17db a{color: rgba(255, 255, 255, 1);}#a23f4ad71ba264c , #a23f4ad71ba264c a{color: rgba(255, 255, 255, 1);}#a77cba20bfa6b68 , #a77cba20bfa6b68 a{color: rgba(255, 255, 255, 1);}#a145aaa870a6b40 , #a145aaa870a6b40 a{color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5da2a9cada303a [data-item="items[1].abstract"] {left: 22px;top: -132px; position: relative;}#a5da2a9cada303a [data-item="feature.image"] {left: 0px;top: 1px; position: relative;}#a5da2a9cada303a [data-item="items[0]"] {left: -1px;top: 0px; position: relative;}#a5da2a9cada303a [data-item="items[0].title"] {left: 0px;top: 1px; position: relative;}#a5da2a9cada303a [data-item="items[0].icon"] {left: 0px;top: -1px; position: relative;}#a5da2a9cada303a [data-item="abstract"] {left: -18px;top: 65px; position: relative;}#a5da2a9cada303a [data-item="items"] {left: 0px;top: 1px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a36e3a74e0aa9ea a {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a36e3a74e0aa9ea a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0c32aec26abaf8 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2504ad839afb22 {
  min-height: 500px;
  /* mobile */
}
#a2504ad839afb22 .search-highlight {
  background: yellow;
}
#a2504ad839afb22 .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a2504ad839afb22 .el-title {
  margin-bottom: 20px;
}
#a2504ad839afb22 .el-item:hover .el-title {
  color: #252525;
}
#a2504ad839afb22 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a2504ad839afb22 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a2504ad839afb22 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a2504ad839afb22 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a2504ad839afb22 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a2504ad839afb22 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a2504ad839afb22 .el-title {
    margin-bottom: 0;
  }
  #a2504ad839afb22 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a2504ad839afb22 .category {
    font-size: 12px;
  }
  #a2504ad839afb22 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1f21a9c07a4a42 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2a80a591cae54b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #000000;
}
#a2a80a591cae54b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a2a80a591cae54b .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a2a80a591cae54b .menu-list > li > a {
  padding: 0 20px;
}
#a2a80a591cae54b .menu-list > li:hover:before {
  height: 100%;
}
#a2a80a591cae54b .menu-list > li:hover:after {
  color: auto;
}
#a2a80a591cae54b .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a2a80a591cae54b .menu-list > li:first-child:after {
  content: "";
}
#a2a80a591cae54b .menu-list > li.active > a {
  background-color: #faf7f7;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a2a80a591cae54b .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a2a80a591cae54b .menu-list > li ul li {
  position: relative;
}
#a2a80a591cae54b .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 5px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 170px;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #fcf9f9;
}
#a2a80a591cae54b .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
}
#a2a80a591cae54b .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a2a80a591cae54b li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f7f0f0;
}
#a2a80a591cae54b li ul li a:active,
#a2a80a591cae54b li ul li a.active,
#a2a80a591cae54b li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f5f2f2;
}
#a2a80a591cae54b li ul,
#a2a80a591cae54b li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a2a80a591cae54b li:hover > ul {
  left: auto;
}
#a2a80a591cae54b li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2c1aad797a6d01 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZHei-B01S;color: rgba(255, 255, 255, 1);}#a15c0a1d67ac830 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0c32aec26abaf8 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(12, 0, 0, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a36e3a74e0aa9ea a {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a36e3a74e0aa9ea a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0c32aec26abaf8 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad351afc25aa612 {
  /* Error Page */
  /* Error Page */
  /*--------------------------------------------Framework --------------------------------*/
  /*done*/
  /*done*/
  /*done*/
  /* Padding Section*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /* Padding Section*/
  /* Margin section */
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done - For the inside sections that has also Title section*/
  /* Margin section */
  /*--------------------------------------------FrameWork------------------------*/
}
#ad351afc25aa612 * {
  font-family: 'PT Sans Caption', sans-serif, 'arial', 'Times New Roman';
}
#ad351afc25aa612 .error .clip .shadow {
  height: 180px;
  /*Contrall*/
}
#ad351afc25aa612 .error .clip:nth-of-type(2) .shadow {
  width: 130px;
  /*Contrall play with javascript*/
}
#ad351afc25aa612 .error .clip:nth-of-type(1) .shadow,
#ad351afc25aa612 .error .clip:nth-of-type(3) .shadow {
  width: 250px;
  /*Contrall*/
}
#ad351afc25aa612 .error .digit {
  width: 150px;
  /*Contrall*/
  height: 150px;
  /*Contrall*/
  line-height: 150px;
  /*Contrall*/
  font-size: 120px;
  font-weight: bold;
}
#ad351afc25aa612 .error h2 {
  font-size: 32px;
}
#ad351afc25aa612 .error .msg {
  top: -190px;
  left: 30%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 32px;
}
#ad351afc25aa612 .error span.triangle {
  top: 70%;
  right: 0%;
  border-left: 20px solid #535353;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
#ad351afc25aa612 .error .container-error-404 {
  margin-top: 10%;
  position: relative;
  height: 250px;
  padding-top: 40px;
  text-align: center;
}
#ad351afc25aa612 .error .container-error-404 .clip {
  display: inline-block;
  transform: skew(-45deg);
}
#ad351afc25aa612 .error .clip .shadow {
  overflow: hidden;
}
#ad351afc25aa612 .error .clip:nth-of-type(2) .shadow {
  overflow: hidden;
  position: relative;
  box-shadow: inset 20px 0px 20px -15px rgba(150, 150, 150, 0.8), 20px 0px 20px -15px rgba(150, 150, 150, 0.8);
}
#ad351afc25aa612 .error .clip:nth-of-type(3) .shadow:after,
#ad351afc25aa612 .error .clip:nth-of-type(1) .shadow:after {
  content: "";
  position: absolute;
  right: -8px;
  bottom: 0px;
  z-index: 9999;
  height: 100%;
  width: 10px;
  background: linear-gradient(90deg, transparent, rgba(173, 173, 173, 0.8), transparent);
  border-radius: 50%;
}
#ad351afc25aa612 .error .clip:nth-of-type(3) .shadow:after {
  left: -8px;
}
#ad351afc25aa612 .error .digit {
  position: relative;
  top: 8%;
  color: white;
  background: #07B3F9;
  border-radius: 50%;
  display: inline-block;
  transform: skew(45deg);
}
#ad351afc25aa612 .error .clip:nth-of-type(2) .digit {
  left: -10%;
}
#ad351afc25aa612 .error .clip:nth-of-type(1) .digit {
  right: -20%;
}
#ad351afc25aa612 .error .clip:nth-of-type(3) .digit {
  left: -20%;
}
#ad351afc25aa612 .error h2 {
  color: #A2A2A2;
  font-weight: bold;
  padding-bottom: 20px;
}
#ad351afc25aa612 .error .msg {
  position: relative;
  z-index: 9999;
  display: block;
  background: #535353;
  color: #A2A2A2;
  border-radius: 50%;
  font-style: italic;
}
#ad351afc25aa612 .error .triangle {
  position: absolute;
  z-index: 999;
  transform: rotate(45deg);
  content: "";
  width: 0;
  height: 0;
}
@media (max-width: 767px) {
  #ad351afc25aa612 {
    /* Error Page */
    /* Error Page */
  }
  #ad351afc25aa612 .error .clip .shadow {
    height: 100px;
    /*Contrall*/
  }
  #ad351afc25aa612 .error .clip:nth-of-type(2) .shadow {
    width: 80px;
    /*Contrall play with javascript*/
  }
  #ad351afc25aa612 .error .clip:nth-of-type(1) .shadow,
  #ad351afc25aa612 .error .clip:nth-of-type(3) .shadow {
    width: 100px;
    /*Contrall*/
  }
  #ad351afc25aa612 .error .digit {
    width: 80px;
    /*Contrall*/
    height: 80px;
    /*Contrall*/
    line-height: 80px;
    /*Contrall*/
    font-size: 52px;
  }
  #ad351afc25aa612 .error h2 {
    font-size: 24px;
  }
  #ad351afc25aa612 .error .msg {
    top: -110px;
    left: 15%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  #ad351afc25aa612 .error span.triangle {
    top: 70%;
    right: -3%;
    border-left: 10px solid #535353;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  #ad351afc25aa612 .error .container-error-404 {
    height: 150px;
  }
}
#ad351afc25aa612 .overlay {
  position: relative;
  z-index: 20;
}
#ad351afc25aa612 .ground-color {
  background: white;
}
#ad351afc25aa612 .item-bg-color {
  background: #EAEAEA;
}
#ad351afc25aa612 .padding-top {
  padding-top: 10px;
}
#ad351afc25aa612 .padding-bottom {
  padding-bottom: 10px;
}
#ad351afc25aa612 .padding-vertical {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ad351afc25aa612 .padding-horizontal {
  padding-left: 10px;
  padding-right: 10px;
}
#ad351afc25aa612 .padding-all {
  padding: 10px;
}
#ad351afc25aa612 .no-padding-left {
  padding-left: 0px;
}
#ad351afc25aa612 .no-padding-right {
  padding-right: 0px;
}
#ad351afc25aa612 .no-vertical-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
#ad351afc25aa612 .no-horizontal-padding {
  padding-left: 0px;
  padding-right: 0px;
}
#ad351afc25aa612 .no-padding {
  padding: 0px;
}
#ad351afc25aa612 .margin-top {
  margin-top: 10px;
}
#ad351afc25aa612 .margin-bottom {
  margin-bottom: 10px;
}
#ad351afc25aa612 .margin-right {
  margin-right: 10px;
}
#ad351afc25aa612 .margin-left {
  margin-left: 10px;
}
#ad351afc25aa612 .margin-horizontal {
  margin-left: 10px;
  margin-right: 10px;
}
#ad351afc25aa612 .margin-vertical {
  margin-top: 10px;
  margin-bottom: 10px;
}
#ad351afc25aa612 .margin-all {
  margin: 10px;
}
#ad351afc25aa612 .no-margin {
  margin: 0px;
}
#ad351afc25aa612 .no-vertical-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}
#ad351afc25aa612 .no-horizontal-margin {
  margin-left: 0px;
  margin-right: 0px;
}
#ad351afc25aa612 .inside-col-shrink {
  margin: 0px 20px;
}
#ad351afc25aa612 hr {
  margin: 0px;
  padding: 0px;
  border-top: 1px dashed #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a426fac544a37be .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2a80a591cae54b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #000000;
}
#a2a80a591cae54b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a2a80a591cae54b .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a2a80a591cae54b .menu-list > li > a {
  padding: 0 20px;
}
#a2a80a591cae54b .menu-list > li:hover:before {
  height: 100%;
}
#a2a80a591cae54b .menu-list > li:hover:after {
  color: auto;
}
#a2a80a591cae54b .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a2a80a591cae54b .menu-list > li:first-child:after {
  content: "";
}
#a2a80a591cae54b .menu-list > li.active > a {
  background-color: #faf7f7;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a2a80a591cae54b .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a2a80a591cae54b .menu-list > li ul li {
  position: relative;
}
#a2a80a591cae54b .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 5px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 170px;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #fcf9f9;
}
#a2a80a591cae54b .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
}
#a2a80a591cae54b .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a2a80a591cae54b li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f7f0f0;
}
#a2a80a591cae54b li ul li a:active,
#a2a80a591cae54b li ul li a.active,
#a2a80a591cae54b li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f5f2f2;
}
#a2a80a591cae54b li ul,
#a2a80a591cae54b li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a2a80a591cae54b li:hover > ul {
  left: auto;
}
#a2a80a591cae54b li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2c1aad797a6d01 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZHei-B01S;color: rgba(255, 255, 255, 1);}#a15c0a1d67ac830 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0c32aec26abaf8 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(12, 0, 0, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a36e3a74e0aa9ea a {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a36e3a74e0aa9ea a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3c1ca3373aefeb .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af0a2a9582a5b23 .login-main {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(12, 1, 4, 0.05);
}
#af0a2a9582a5b23 .switch_item {
  margin-right: 10px;
}
#af0a2a9582a5b23 a.switch_item:hover {
  text-decoration: underline;
}
#af0a2a9582a5b23 .slider {
  width: 420px;
  height: 600px;
}
#af0a2a9582a5b23 .uk-slideshow-items {
  height: 100%;
}
#af0a2a9582a5b23 .uk-slideshow-items a {
  width: 100%;
  height: 100%;
  display: block;
}
#af0a2a9582a5b23 .login-wrap {
  width: 100%;
  height: 100%;
}
#af0a2a9582a5b23 .uk-dotnav > * > * {
  background: #fff;
  border-color: #fff;
  opacity: .5;
}
#af0a2a9582a5b23 .uk-dotnav > .uk-active > * {
  border-color: #0076fe;
  background: #0076fe;
}
#af0a2a9582a5b23 .phone-login-box {
  margin: 40px auto 40px;
}
#af0a2a9582a5b23 .login-header {
  margin-bottom: 24px;
}
#af0a2a9582a5b23 .login-header h4 {
  font-size: 22px;
  font-weight: bolder;
  line-height: 1;
  padding-left: 20px;
  border-left: 4px solid #0076fe;
}
#af0a2a9582a5b23 .input-item {
  width: 330px;
  height: 45px;
  background-color: #f0f2f7;
  border-radius: 22px;
  border: solid 1px #e3e8f0;
  position: relative;
  overflow: hidden;
}
#af0a2a9582a5b23 .input-item input {
  width: 100%;
  padding: 0 16px 0 40px;
  height: 43px;
  border-radius: 0 21px 21px 0;
  position: absolute;
  right: 0;
  border: 0;
  line-height: 43px;
  background-color: transparent;
  outline: 0;
  font-size: 14px;
}
#af0a2a9582a5b23 .forget_password {
  cursor: pointer;
}
#af0a2a9582a5b23 .forget_password:hover {
  color: #f56523;
}
#af0a2a9582a5b23 .input-item input.error,
#af0a2a9582a5b23 .input-item input.error::placeholder {
  color: #fc4343;
}
#af0a2a9582a5b23 .input-item input::placeholder {
  color: #999;
}
#af0a2a9582a5b23 .input-item .icon {
  position: absolute;
  left: 10px;
  top: 12px;
  fill: #ccc;
  width: 20px;
}
#af0a2a9582a5b23 .form-item {
  margin: 24px 0;
}
#af0a2a9582a5b23 .verifycode-input .input-item {
  width: 200px;
  float: left;
}
#af0a2a9582a5b23 .send-code {
  float: left;
  margin-left: 20px;
}
#af0a2a9582a5b23 .verifycode-input button {
  display: block;
  padding: 0;
  height: 45px;
  width: 105px;
  background-color: #f1f7ff;
  border-radius: 22px;
  font-size: 14px;
  -webkit-transition: .3s;
  transition: .3s;
  color: #999;
  cursor: pointer;
}
#af0a2a9582a5b23 .submit {
  width: 330px;
  height: 45px;
  background-color: #0076fe;
  border-radius: 22px;
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  cursor: pointer;
}
#af0a2a9582a5b23 .error {
  color: #fc4343;
  font-size: 12px;
  padding-left: 10px;
  display: block;
  max-width: 300px;
}
#af0a2a9582a5b23 .login_btn_wrap {
  text-align: center;
}
#af0a2a9582a5b23 .login_btn_wrap .submit {
  display: block;
  margin-bottom: 10px;
}
#af0a2a9582a5b23 .input-item .pwd-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  font-size: 16px;
  color: #999;
  cursor: pointer;
}
#af0a2a9582a5b23 .input-item .pwd-toggle:hover {
  color: currentColor;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acc87a41d7a2dfc .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2a80a591cae54b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #000000;
}
#a2a80a591cae54b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a2a80a591cae54b .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a2a80a591cae54b .menu-list > li > a {
  padding: 0 20px;
}
#a2a80a591cae54b .menu-list > li:hover:before {
  height: 100%;
}
#a2a80a591cae54b .menu-list > li:hover:after {
  color: auto;
}
#a2a80a591cae54b .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a2a80a591cae54b .menu-list > li:first-child:after {
  content: "";
}
#a2a80a591cae54b .menu-list > li.active > a {
  background-color: #faf7f7;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a2a80a591cae54b .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a2a80a591cae54b .menu-list > li ul li {
  position: relative;
}
#a2a80a591cae54b .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 5px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 170px;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #fcf9f9;
}
#a2a80a591cae54b .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
}
#a2a80a591cae54b .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a2a80a591cae54b li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f7f0f0;
}
#a2a80a591cae54b li ul li a:active,
#a2a80a591cae54b li ul li a.active,
#a2a80a591cae54b li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f5f2f2;
}
#a2a80a591cae54b li ul,
#a2a80a591cae54b li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a2a80a591cae54b li:hover > ul {
  left: auto;
}
#a2a80a591cae54b li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2c1aad797a6d01 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZHei-B01S;color: rgba(255, 255, 255, 1);}#a15c0a1d67ac830 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3c1ca3373aefeb [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(12, 0, 0, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a36e3a74e0aa9ea a {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a36e3a74e0aa9ea a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3c1ca3373aefeb .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a82fba7921aa241 .sidebar {
  width: 150px;
  max-width: 150px;
  height: 100%;
}
#a82fba7921aa241 .nav-items {
  background: #fafafa;
  min-height: 200px;
}
#a82fba7921aa241 .phone-info {
  background: #fafafa;
  margin-top: 10px;
  font-size: 12px;
  padding: 22px 4px 20px 16px;
  line-height: 1.5;
  color: #666;
}
#a82fba7921aa241 .phone-info .phone {
  line-height: 1.5;
  color: #333;
  font-size: 18px;
  font-family: Arial;
}
#a82fba7921aa241 .nav-type {
  line-height: 37px;
  padding-left: 20px;
  cursor: pointer;
}
#a82fba7921aa241 .nav-type.active {
  color: #FFF;
  cursor: default;
  background: #ff658c;
}
#a82fba7921aa241 .content {
  padding-bottom: 60px;
  color: #666;
  border: 1px solid #f0f0f0;
  min-height: 400px;
}
#a82fba7921aa241 .nav-list {
  padding: 0 20px;
}
#a82fba7921aa241 .nav-list .nav-item {
  display: inline-block;
  line-height: 21px;
  padding: 2px 6px 3px;
  font-size: 14px;
  color: #666;
  margin: 10px 30px 15px 0;
  cursor: pointer;
}
#a82fba7921aa241 .nav-list .nav-item.active {
  background-color: #ff5c89;
  color: #fff;
  cursor: default;
}
#a82fba7921aa241 .order-item {
  margin-top: 10px;
  background: #fff;
  padding: 0 20px;
}
#a82fba7921aa241 .order-item:hover {
  background: #f7f7f7;
}
#a82fba7921aa241 .del-order {
  cursor: pointer;
}
#a82fba7921aa241 .order-item .order-title {
  line-height: 40px;
  color: #666;
  font-size: 13px;
  border-bottom: 1px solid #f7f7f7;
}
#a82fba7921aa241 .goods-item {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
}
#a82fba7921aa241 .order-goods-list .goods-item:last-child {
  border-bottom: none;
}
#a82fba7921aa241 .goods-item img {
  width: 100px;
  height: 100px;
  background: #f4f4f4;
}
#a82fba7921aa241 .goods-item .goods-info {
  padding: 0 15px;
}
#a82fba7921aa241 .appoint-time span {
  color: #e4393c;
  background-color: #f9eeee;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 2px;
  line-height: 1;
}
#a82fba7921aa241 .appoint-time {
  margin-bottom: 4px;
}
#a82fba7921aa241 .appoint-name {
  color: #333;
  font-size: 14px;
}
#a82fba7921aa241 .appoint-info {
  padding: 0 15px;
  font-size: 12px;
  color: #888;
}
#a82fba7921aa241 .goods-item .goods-name {
  color: #333;
}
#a82fba7921aa241 .goods-item .sku-name {
  color: #999;
  font-size: 12px;
}
#a82fba7921aa241 .order-total-info {
  padding-bottom: 10px;
  color: #999;
  font-size: 12px;
}
#a82fba7921aa241 .order-total-info .total-price {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
}
#a82fba7921aa241 .load-more {
  font-size: 12px;
  padding-bottom: 15px;
  color: #999;
}
#a82fba7921aa241 .order-btns {
  padding: 10px 0;
  border-top: 1px solid #f7f7f7;
}
#a82fba7921aa241 .order-btns .btn {
  line-height: 26px;
  border-radius: 2px;
  border: 1px solid #ececec;
  padding: 0 14px;
  display: inline-block;
  margin-left: 8px;
  background: #fff;
  color: #333;
}
#a82fba7921aa241 .order-btns .btn-warn {
  color: #fff;
  background: #eb3c3c;
  border-color: #eb3c3c;
  cursor: pointer;
}
#a82fba7921aa241 .appoint-info .title {
  font-weight: bold;
  color: #333;
}
#a82fba7921aa241 .coupon-item {
  margin: 10px 30px;
  display: inline-flex;
  width: 42%;
}
#a82fba7921aa241 .setting-form {
  padding: 30px 20px;
}
#a82fba7921aa241 .setting-item {
  margin-bottom: 20px;
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
#a82fba7921aa241 .setting-item .label {
  display: inline-block;
  margin-right: 6px;
  text-align: right;
  min-width: 120px;
}
#a82fba7921aa241 .setting-item .input-text {
  border: 1px solid #ccc;
  line-height: 28px;
  padding: 0 10px;
  min-width: 200px;
  font-size: 13px;
}
#a82fba7921aa241 .setting-form .setting-btns {
  margin-left: 130px;
}
#a82fba7921aa241 .setting-form .uk-button {
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
}
#a82fba7921aa241 .setting-wrap {
  position: relative;
}
#a82fba7921aa241 .user-info {
  border: 1px solid #ccc;
  width: 300px;
  position: absolute;
  right: 80px;
  top: 30px;
  color: #666;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
}
#a82fba7921aa241 .user-info .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
#a82fba7921aa241 .user-info .levels {
  color: #888;
  font-size: 12px;
}
#a82fba7921aa241 .address-wrap {
  padding: 30px 20px;
}
#a82fba7921aa241 .addr-header {
  font-size: 18px;
  color: #333;
  margin: 0;
}
#a82fba7921aa241 .addr-detail {
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
}
#a82fba7921aa241 .addr-list {
  min-height: 200px;
}
#a82fba7921aa241 .addr-detail .addr-item-name,
#a82fba7921aa241 .addr-detail .addr-default {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 0 5px;
  vertical-align: middle;
  margin: -2px 5px 0 0;
  max-width: 8em;
  height: 16px;
  line-height: 14px;
  font-size: 12px;
  color: #4b9bfb;
  border: 1px solid #4b9bfb;
}
#a82fba7921aa241 .addr-detail .addr-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
#a82fba7921aa241 .addr-detail .addr-item-name {
  color: #e93b3d;
  border-color: #e93b3d;
}
#a82fba7921aa241 .addr-detail {
  padding: 12px 0;
  flex: 1;
}
#a82fba7921aa241 .op-btns a {
  font-size: 12px;
  color: #e93b3d;
  margin-left: 6px;
}
#a82fba7921aa241 .add-addr {
  height: 32px;
  line-height: 30px;
}
#a82fba7921aa241 .publish-item .status {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 50px;
  background: url(/resources/sys/img/icons/info-pass.png) center center no-repeat;
  background-size: contain;
}
#a82fba7921aa241 .publish-item {
  cursor: default;
  min-height: 120px;
}
#a82fba7921aa241 .publish-item .status-0 {
  background-image: url(/resources/sys/img/icons/info-unread.png);
}
#a82fba7921aa241 .publish-item .status-1 {
  background-image: url(/resources/sys/img/icons/info-fail.png);
}
#a82fba7921aa241 .publish-item .btns a {
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 2px;
  color: #fff;
  background: #f56523;
}
#a82fba7921aa241 .publish-item .btns .del-info {
  background: #ccc;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a51daa0338aacea .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2a80a591cae54b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #000000;
}
#a2a80a591cae54b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a2a80a591cae54b .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a2a80a591cae54b .menu-list > li > a {
  padding: 0 20px;
}
#a2a80a591cae54b .menu-list > li:hover:before {
  height: 100%;
}
#a2a80a591cae54b .menu-list > li:hover:after {
  color: auto;
}
#a2a80a591cae54b .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a2a80a591cae54b .menu-list > li:first-child:after {
  content: "";
}
#a2a80a591cae54b .menu-list > li.active > a {
  background-color: #faf7f7;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a2a80a591cae54b .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a2a80a591cae54b .menu-list > li ul li {
  position: relative;
}
#a2a80a591cae54b .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 5px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 170px;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #fcf9f9;
}
#a2a80a591cae54b .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
}
#a2a80a591cae54b .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a2a80a591cae54b li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f7f0f0;
}
#a2a80a591cae54b li ul li a:active,
#a2a80a591cae54b li ul li a.active,
#a2a80a591cae54b li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f5f2f2;
}
#a2a80a591cae54b li ul,
#a2a80a591cae54b li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a2a80a591cae54b li:hover > ul {
  left: auto;
}
#a2a80a591cae54b li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2c1aad797a6d01 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZHei-B01S;color: rgba(255, 255, 255, 1);}#a15c0a1d67ac830 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3c1ca3373aefeb [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(12, 0, 0, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a36e3a74e0aa9ea a {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a36e3a74e0aa9ea a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3c1ca3373aefeb .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9203a3535a9fff {
  min-height: 500px;
  /* mobile */
}
#a9203a3535a9fff .search-highlight {
  background: yellow;
}
#a9203a3535a9fff .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a9203a3535a9fff .el-title {
  margin-bottom: 20px;
}
#a9203a3535a9fff .el-item:hover .el-title {
  color: #252525;
}
#a9203a3535a9fff .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a9203a3535a9fff .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a9203a3535a9fff .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a9203a3535a9fff .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a9203a3535a9fff .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a9203a3535a9fff .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a9203a3535a9fff .el-title {
    margin-bottom: 0;
  }
  #a9203a3535a9fff .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a9203a3535a9fff .category {
    font-size: 12px;
  }
  #a9203a3535a9fff .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9c64ae2b8ad367 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2a80a591cae54b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #000000;
}
#a2a80a591cae54b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a2a80a591cae54b .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a2a80a591cae54b .menu-list > li > a {
  padding: 0 20px;
}
#a2a80a591cae54b .menu-list > li:hover:before {
  height: 100%;
}
#a2a80a591cae54b .menu-list > li:hover:after {
  color: auto;
}
#a2a80a591cae54b .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a2a80a591cae54b .menu-list > li:first-child:after {
  content: "";
}
#a2a80a591cae54b .menu-list > li.active > a {
  background-color: #faf7f7;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a2a80a591cae54b .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a2a80a591cae54b .menu-list > li ul li {
  position: relative;
}
#a2a80a591cae54b .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 5px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 170px;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #fcf9f9;
}
#a2a80a591cae54b .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
}
#a2a80a591cae54b .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a2a80a591cae54b li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f7f0f0;
}
#a2a80a591cae54b li ul li a:active,
#a2a80a591cae54b li ul li a.active,
#a2a80a591cae54b li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f5f2f2;
}
#a2a80a591cae54b li ul,
#a2a80a591cae54b li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a2a80a591cae54b li:hover > ul {
  left: auto;
}
#a2a80a591cae54b li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2c1aad797a6d01 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZHei-B01S;color: rgba(255, 255, 255, 1);}#a15c0a1d67ac830 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3c1ca3373aefeb [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(12, 0, 0, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a36e3a74e0aa9ea a {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a36e3a74e0aa9ea a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3c1ca3373aefeb .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac117aa8c7a7e69 .comment-detail {
  min-height: 600px;
}
#ac117aa8c7a7e69 table {
  background: #f9fdff;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#ac117aa8c7a7e69 table th,
#ac117aa8c7a7e69 table td {
  padding: 10px 20px;
  border: #ececec 1px solid;
  line-height: 1.8em;
}
#ac117aa8c7a7e69 table th {
  padding-left: 0;
  text-align: right;
  background: #eff7fe;
  font-weight: normal;
  color: #333;
}
#ac117aa8c7a7e69 .red {
  color: #F00!important;
}
#ac117aa8c7a7e69 .table-title span {
  display: inline-block;
  padding: 0 40px;
  line-height: 40px;
  color: #274589;
  font-size: 16px;
  font-weight: bold;
  background: url(/resources/sys/img/icons/title_icon.png) 0 center no-repeat;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a458ba98b0a5de4 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2a80a591cae54b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #000000;
}
#a2a80a591cae54b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a2a80a591cae54b .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a2a80a591cae54b .menu-list > li > a {
  padding: 0 20px;
}
#a2a80a591cae54b .menu-list > li:hover:before {
  height: 100%;
}
#a2a80a591cae54b .menu-list > li:hover:after {
  color: auto;
}
#a2a80a591cae54b .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a2a80a591cae54b .menu-list > li:first-child:after {
  content: "";
}
#a2a80a591cae54b .menu-list > li.active > a {
  background-color: #faf7f7;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a2a80a591cae54b .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a2a80a591cae54b .menu-list > li ul li {
  position: relative;
}
#a2a80a591cae54b .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 5px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 170px;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #fcf9f9;
}
#a2a80a591cae54b .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
}
#a2a80a591cae54b .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a2a80a591cae54b li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f7f0f0;
}
#a2a80a591cae54b li ul li a:active,
#a2a80a591cae54b li ul li a.active,
#a2a80a591cae54b li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f5f2f2;
}
#a2a80a591cae54b li ul,
#a2a80a591cae54b li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a2a80a591cae54b li:hover > ul {
  left: auto;
}
#a2a80a591cae54b li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2c1aad797a6d01 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZHei-B01S;color: rgba(255, 255, 255, 1);}#a15c0a1d67ac830 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3c1ca3373aefeb [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(12, 0, 0, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a36e3a74e0aa9ea a {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a36e3a74e0aa9ea a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}