@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: #f5f7f9;
}
/* 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: #4a90e2;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.uk-link:hover {
  color: #4a90e2;
}
/* 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: #4a90e2;
}
/* 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: #0fb5b9;
  text-shadow: none;
}
::selection {
  background: #0fb5b9;
  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 #0fb5b9;
}
/* Small
   ========================================================================== */
/*
   * Reset child height, caused by `inline-block`
   */
.uk-divider-small {
  line-height: 0;
}
.uk-divider-small::after {
  border-top: 2px solid #0fb5b9;
}
/* ========================================================================
     Component: List
   ========================================================================== */
.uk-list,
.ap-child-list > ul {
  padding: 0;
  list-style: none;
}
.uk-list-striped > li:nth-of-type(odd) {
  background: #f1f1f1;
}
/* ========================================================================
     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: #f1f1f1;
}
/* Style modifiers
   ========================================================================== */
/*
   * Link
   */
.uk-icon-link:hover,
.uk-icon-link:focus {
  color: #0fb5b9;
  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: #0fb5b9;
  outline: none;
}
/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #0fb5b9;
  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: #f1f1f1;
  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: #0fb5b9;
  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: #0fb5b9;
}
/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: #0fb5b9;
  color: #ffffff;
}
/*
   * Primary
   */
.uk-button-primary {
  background-color: #0fb5b9;
  color: #ffffff;
}
/* Hover + Focus */
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #0fb5b9;
  color: #ffffff;
}
/* OnClick + Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-button-secondary {
  color: #666;
  border: 1px solid #0fb5b9;
}
/* OnClick + Active */
.uk-button-secondary:active,
.uk-button-secondary.uk-active {
  background-color: #0fb5b9;
  color: #ffffff;
  border-color: #0fb5b9;
}
/*
   * 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: #f1f1f1;
  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: #0fb5b9;
}
/* 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: #4a90e2;
}
/* Hover + Focus */
.uk-button-link:hover,
.uk-button-link:focus {
  color: #4a90e2;
}
/* 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: #0fb5b9;
}
/*
   * Secondary
   */
.uk-section-secondary,
.ap-container-secondary .uk-container {
  background: #0fb5b9;
}
.uk-section-muted,
.ap-container-muted .uk-container {
  background: #f1f1f1;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-tile-default {
  background: #ffffff;
}
/*
   * Muted
   */
.uk-tile-muted {
  background: #f1f1f1;
}
/*
   * Primary
   */
.uk-tile-primary {
  background: #0fb5b9;
}
/*
   * Secondary
   */
.uk-tile-secondary {
  background: #0fb5b9;
}
/* ========================================================================
     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: #0fb5b9;
  color: #ffffff;
}
.uk-card-primary .uk-card-title {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-card-secondary {
  background: #0fb5b9;
  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: #0fb5b9;
  background-color: transparent;
}
/* ========================================================================
     Component: Marker
   ========================================================================== */
/*
   * Addopts `uk-icon`
   */
.uk-marker {
  padding: 5px;
  background: #0fb5b9;
  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: #0fb5b9;
}
/*
   * 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: #0fb5b9;
  color: #ffffff;
}
/*
   * Required for `a`
   */
.uk-badge:hover,
.uk-badge:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
/* ========================================================================
     Component: Label
   ========================================================================== */
.uk-label {
  background: #0fb5b9;
  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: #f1f1f1;
}
.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: #0fb5b9;
  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: #0fb5b9;
}
/* 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: #0fb5b9;
  outline: none;
}
.uk-navbar-nav > li > a:hover::before {
  background-color: currentColor;
}
/* OnClick */
.uk-navbar-nav > li.uk-active > a::before {
  background-color: #0fb5b9;
}
/* Item
   ========================================================================== */
.uk-navbar-item {
  color: #666;
}
/* Toggle
   ========================================================================== */
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus,
.uk-navbar-toggle.uk-open {
  color: #0fb5b9;
}
/* 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: #0fb5b9;
  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: #0fb5b9;
  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: #0fb5b9;
  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: #0fb5b9;
}
/* 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: #0fb5b9;
  border-color: transparent;
}
/* Active */
.uk-dotnav > .uk-active > * {
  background-color: #0fb5b9;
  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: #0fb5b9;
}
/*
   * 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: #0fb5b9;
}
/* 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: #f1f1f1;
  color: #666;
}
/* Style modifiers
   ========================================================================== */
/*
   * Primary
   */
.uk-notification-message-primary {
  color: #0fb5b9;
}
/*
   * 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: #0fb5b9;
  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: #f1f1f1;
  border-radius: 500px;
  overflow: hidden;
}
/*
   * Progress bar
   * 1. Remove right border in IE11 and Edge
   */
.uk-progress::-webkit-progress-value {
  background-color: #0fb5b9;
}
.uk-progress::-moz-progress-bar {
  background-color: #0fb5b9;
}
.uk-progress::-ms-fill {
  background-color: #0fb5b9;
}
/* ========================================================================
     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: #0fb5b9 !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: #0fb5b9 !important;
}
@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #0fb5b9;
  }
}
/* ========================================================================
     Component: Background
   ========================================================================== */
/* Color
   ========================================================================== */
.uk-background-default {
  background-color: #ffffff;
}
.uk-background-muted {
  background-color: #f1f1f1;
}
.uk-background-primary {
  background-color: #0fb5b9;
}
.uk-background-secondary {
  background-color: #0fb5b9;
}
/* ========================================================================
     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: #0fb5b9;
  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: #0fb5b9;
  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: #0fb5b9;
  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: #f1f1f1;
  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: #0fb5b9;
}
.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(15, 181, 185, 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: #0fb5b9;
}
.uk-section-muted .uk-navbar-container.uk-navbar-sticky {
  background-color: #f1f1f1;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #0fb5b9;
}
.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: #0fb5b9;
  border-color: #0fb5b9;
}
.category .uk-pagination li:hover,
.ap-pagination li:hover,
.dynamic-pagination li:hover {
  border-color: #0fb5b9;
}
/* ========================================================================
   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: #0b878a;
}
.ap-list-filter dd a.active {
  background-color: #0fb5b9;
  color: #fff;
  border-radius: 2px;
}
.ap-filter-dropdown .filter-item-wrap.open,
.ap-filter-dropdown .filter-item.active {
  color: #0fb5b9;
}
.category li a.active {
  color: #0fb5b9;
}
.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: #0fb5b9;
}
.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: #0fb5b9;
  border: 1px solid rgba(15, 181, 185, 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: #0fb5b9;
}
form .step .ui-step.active .ui-step-title {
  color: #0fb5b9;
}
/**************** 自定义版块样式 ********************/
.btn-effect-1 {
  border-color: #0fb5b9;
  background-color: #0fb5b9;
  color: #fff;
}
.header-effect-6 [data-item='title']::before {
  background-color: #0fb5b9;
}
.header-effect-7 [data-item='subTitle'] {
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  background-color: #0fb5b9;
  color: #fff !important;
}
.btn-effect-2 {
  background-color: transparent;
  border: 1px solid #0fb5b9;
  color: #0fb5b9;
}
.btn-effect-2:hover {
  background-color: #0fb5b9;
}
.uk-button.btn-effect-5 {
  background-color: #0fb5b9;
  box-shadow: 0 0 15px rgba(15, 181, 185, 0.8);
}
.header-effect-3 [data-item='title']::after {
  background: #0fb5b9;
}
.header-effect-6 [data-item='title']::before {
  background-color: #0fb5b9;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#abec8a7e70a2e50 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a39f7a0c0fae2f5 .sidebar {
  width: 300px;
  margin-left: 40px;
  flex-shrink: 0;
}
#a39f7a0c0fae2f5 .ele-slideshow {
  width: 100%;
  height: 180px;
  position: relative;
}
#a39f7a0c0fae2f5 .sidebar.left {
  margin-left: 0;
  margin-right: 40px;
}
@media (max-width: 640px) {
  #a39f7a0c0fae2f5 .sidebar {
    width: 100%;
    margin: 0 0 15px;
  }
}
#a39f7a0c0fae2f5 .data-list .title {
  color: #333;
  font-size: 16px;
}
#a39f7a0c0fae2f5 .search-form {
  position: relative;
  overflow: hidden;
  background: #fff;
  display: block;
}
#a39f7a0c0fae2f5 .search-form input.search-input {
  width: 100%;
  height: 34px;
  padding: 5px 52px 5px 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #efefef;
}
#a39f7a0c0fae2f5 .search-form .submit {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  width: 42px;
  height: 34px;
  padding: 0;
  font-family: FontAwesome;
  content: '\f13d';
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background-color: #0fb5b9;
  cursor: pointer;
}
#a39f7a0c0fae2f5 .uk-card .category {
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 5px 6px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  background-color: #000;
  filter: alpha(opacity=60);
  background: rgba(0, 0, 0, 0.6);
  border-radius: 2px;
  transition: all .3s ease;
}
#a39f7a0c0fae2f5 .uk-card .category:hover {
  background: #0fb5b9;
}
#a39f7a0c0fae2f5 .phone {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
#a39f7a0c0fae2f5 .hot-list a {
  color: #555;
}
#a39f7a0c0fae2f5 .data-list a:hover,
#a39f7a0c0fae2f5 .new-list a:hover,
#a39f7a0c0fae2f5 .hot-list a:hover {
  color: #4a90e2;
}
#a39f7a0c0fae2f5 .hot-item .thumb {
  display: block;
  overflow: hidden;
  border-radius: 2px;
}
#a39f7a0c0fae2f5 .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#a39f7a0c0fae2f5 .panel-title {
  position: relative;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #0fb5b9;
}
#a39f7a0c0fae2f5 .panel-title .icon {
  width: 36px;
  height: 36px;
  color: #fff;
  background: #0fb5b9;
  margin-right: 10px;
  display: inline-block;
  line-height: 36px;
  text-align: center;
}
#a39f7a0c0fae2f5 .content-header {
  padding-bottom: 10px;
}
#a39f7a0c0fae2f5 .item-title {
  color: #333;
}
#a39f7a0c0fae2f5 input::placeholder {
  color: #999;
}
#a39f7a0c0fae2f5 .new-item a {
  padding-left: 25px;
}
#a39f7a0c0fae2f5 .new-item span {
  background-color: #f0f0f0;
  display: inline-block;
  font-size: 13px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #999;
  text-align: center;
  position: absolute;
  left: 0;
  top: 3px;
}
#a39f7a0c0fae2f5 .data-list .day {
  font-size: 30px;
  font-weight: bold;
  display: block;
  line-height: 32px;
  color: #56eef1;
}
#a39f7a0c0fae2f5 .data-list .datetime {
  color: #56eef1;
  font-size: 12px;
}
#a39f7a0c0fae2f5 .recommend {
  display: block;
  position: relative;
}
#a39f7a0c0fae2f5 .recommend span {
  display: block;
  position: absolute;
  width: 100%;
  text-align: left;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
  padding: 20px;
  font-size: 20px;
  color: #000;
}
#a39f7a0c0fae2f5 .menu-list {
  background: #0fb5b9;
  display: block;
  margin: 15px 0;
}
#a39f7a0c0fae2f5 .menu-list li {
  float: left;
  font-size: 14px;
  line-height: 56px;
}
#a39f7a0c0fae2f5 .menu-list li.active {
  background: none;
  border-top: 6px solid #413d4b;
  line-height: 50px;
}
#a39f7a0c0fae2f5 .menu-list li.active a {
  color: #413d4b;
  background: #fff;
}
#a39f7a0c0fae2f5 .menu-list li a {
  padding: 0 14px;
  display: block;
  color: #fff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af24ca6cddaeb44 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#af24ca6cddaeb44 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#af24ca6cddaeb44 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 50px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#af24ca6cddaeb44 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#af24ca6cddaeb44 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list > li.active > a:before,
#af24ca6cddaeb44 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#af24ca6cddaeb44 .menu-list > li ul li {
  position: relative;
}
#af24ca6cddaeb44 .menu-list > li ul li:hover > a {
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-size: auto;
  background-position: center center;
  background-color: #09c4ab;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#af24ca6cddaeb44 .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list li ul li a:active,
#af24ca6cddaeb44 .menu-list li ul li a.active,
#af24ca6cddaeb44 .menu-list li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list li ul,
#af24ca6cddaeb44 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #09c4ab;
}
#af24ca6cddaeb44 .menu-list li ul.menu-b > li,
#af24ca6cddaeb44 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#af24ca6cddaeb44 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#af24ca6cddaeb44 .menu-list li:hover > ul {
  display: block;
}
#af24ca6cddaeb44 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a39f7a0c0fae2f5 [data-item*=".abstract"], #a39f7a0c0fae2f5 [data-item*=".abstract"] a {show: true;}#a39f7a0c0fae2f5 [data-item*=".subTitle"], #a39f7a0c0fae2f5 [data-item*=".subTitle"] a {show: true;}#a39f7a0c0fae2f5 [data-item*=".category"], #a39f7a0c0fae2f5 [data-item*=".category"] a {show: false;color: rgba(34, 34, 34, 1);}#ac967a2132a91dc > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a554ca9127a18c4 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ad96cab7c4ae95e .ele-wrap {color: #ffffff;font-size: 16px;background-color: transparent;border-style: solid;justify-content: center;}#ad96cab7c4ae95e .ele-wrap:hover {color: #d03322;}#aabb2a202fa32b7 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a1b54a0294ac26b .ele-wrap {color: #ffffff;font-size: 16px;background-color: transparent;border-style: solid;justify-content: center;}#a1b54a0294ac26b .ele-wrap:hover {color: #d03322;}#ac2eea477bae93d > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a11dfa6fd4ac4db .ele-wrap {color: #ffffff;font-size: 16px;background-color: transparent;border-style: solid;justify-content: center;}#a11dfa6fd4ac4db .ele-wrap:hover {color: #d03322;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8796ad093a1288 {
  pointer-events: none;
}
#a8796ad093a1288 .menu-list {
  width: 100%;
  background: #2d2d2e;
}
#a8796ad093a1288 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a8796ad093a1288 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a8796ad093a1288 .menu-list .menu-header {
  background-color: #2d2d2e;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  bold: false;
  font-family: NotoSansSC-Thin;
  font-size: 20px;
}
#a8796ad093a1288 .menu-list .menu-header svg,
#a8796ad093a1288 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a8796ad093a1288 .menu-list > ul {
  position: relative;
}
#a8796ad093a1288 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a8796ad093a1288 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #2d2d2e;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #fff;
  height: 50px;
  line-height: 50px;
}
#a8796ad093a1288 .menu-list > ul > li.active > a,
#a8796ad093a1288 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #2d2d2e;
  border-bottom-color: transparent;
  background-color: #2d2d2e;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #d03322;
}
#a8796ad093a1288 .menu-list > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ff4100;
  background-color: #2d2d2e;
}
#a8796ad093a1288 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a8796ad093a1288 .menu-list > ul > li a img,
#a8796ad093a1288 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a8796ad093a1288 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 133px;
  top: 25px;
  width: 250px;
  background-color: #383838;
  border-left: none;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a8796ad093a1288 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a8796ad093a1288 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  line-height: 50px;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #2d2d2e;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffd0c0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3a29a83e6a382f > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aa247adb5ba334c .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1611034745415.jpeg);background-size: cover;background-repeat: no-repeat;border-radius: 0px;font-size: 14px;}#aa247adb5ba334c .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#aa9a4aa30dacde6 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/a5c59a1002a97a9/1611034740599.jpeg);background-size: contain;background-repeat: no-repeat;background-position: center left;border-radius: 0px;font-size: 14px;}#aa9a4aa30dacde6 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a8dfeabce3affdc .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1615174318614.jpeg);background-size: contain;background-repeat: no-repeat;background-position: center center;border-radius: 0px;font-size: 14px;justify-content: center;}#a8dfeabce3affdc .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a2e58ab167aa6ce .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/a5c59a1002a97a9/1611036366133.png);background-size: contain;background-repeat: no-repeat;background-position: center center;border-radius: 0px;font-size: 14px;justify-content: center;}#a2e58ab167aa6ce .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a45f3a7715af17c .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1611034728726.jpeg);background-size: cover;background-repeat: no-repeat;border-radius: 0px;font-size: 14px;}#a45f3a7715af17c .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a119ea6b95aff8f .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1611034727056.jpeg);background-size: cover;background-repeat: no-repeat;border-radius: 0px;font-size: 14px;}#a119ea6b95aff8f .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#afd6aa3a8baf4fb > .ele-wrap {background-color: rgba(45, 45, 46, 1);border-bottom-color: rgba(59, 66, 74, 1);border-bottom-width: 1px;border-bottom-style: solid;}#afd6aa3a8baf4fb  > .ele-wrap:hover {border-bottom-color: rgba(59, 66, 74, 1);border-bottom-width: 1px;border-bottom-style: solid;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aed08a2486aab0d .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab393a4610a4f24 .post-full-image {
  margin: 0 -180px -165px;
  height: 800px;
  background: #c5d2d9 50%;
  background-size: cover;
  border-radius: 5px;
}
@media (max-width: 500px) {
  #ab393a4610a4f24 .post-full-image {
    margin-bottom: 16px;
    height: 350px;
  }
}
@media (max-width: 800px) {
  #ab393a4610a4f24 .post-full-image {
    height: 400px;
  }
}
#ab393a4610a4f24 .post-content {
  position: relative;
  margin: 0 auto;
  min-height: 230px;
  background: #fff;
}
@media (max-width: 800px) {
  #ab393a4610a4f24 .post-content {
    padding: 10px 0 0;
  }
  #ab393a4610a4f24 .post-content img {
    width: 100%;
  }
}
#ab393a4610a4f24 .link-btn {
  display: block;
  padding: 9px 18px;
  border: 1px solid #666666;
  color: #666666;
  line-height: 1;
  font-weight: 500;
  border-radius: 20px;
  transition: all .2s ease;
}
#ab393a4610a4f24 .link-btn:hover {
  border-color: #0fb5b9;
  color: #0fb5b9;
  text-decoration: none;
}
#ab393a4610a4f24 .post-footer img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 10px;
}
#ab393a4610a4f24 .floating-header {
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  background: rgba(255, 255, 255, 0.95);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(0, -120%, 0);
}
#ab393a4610a4f24 .floating-active {
  visibility: visible;
  transition: all 0.5s cubic-bezier(0.22, 1, 0.27, 1);
  transform: translateZ(0);
}
#ab393a4610a4f24 .floating-header-logo {
  overflow: hidden;
  margin: 0 0 0 20px;
  font-size: 1.6rem;
  line-height: 1em;
  letter-spacing: -1px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#ab393a4610a4f24 .floating-header-logo a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #15171a;
  line-height: 1.1em;
  font-weight: 700;
}
#ab393a4610a4f24 .floating-header-logo img {
  margin: 0 10px 0 0;
  max-height: 20px;
}
#ab393a4610a4f24 .floating-header-divider {
  margin: 0 5px;
  line-height: 1em;
}
#ab393a4610a4f24 .floating-header-title {
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  margin: 0;
  color: #2e2e2e;
  font-size: 1rem;
  line-height: 1.3em;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#ab393a4610a4f24 .floating-header-share {
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-left: 2%;
  font-size: 1.3rem;
  line-height: 1;
  margin-right: 100px;
}
#ab393a4610a4f24 .progress {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  border: none;
  color: #0fb5b9;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#ab393a4610a4f24 .progress-container {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: transparent;
}
#ab393a4610a4f24 .progress-bar {
  display: block;
  width: 50%;
  height: inherit;
  background-color: #0fb5b9;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af24ca6cddaeb44 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#af24ca6cddaeb44 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#af24ca6cddaeb44 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 50px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#af24ca6cddaeb44 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#af24ca6cddaeb44 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list > li.active > a:before,
#af24ca6cddaeb44 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#af24ca6cddaeb44 .menu-list > li ul li {
  position: relative;
}
#af24ca6cddaeb44 .menu-list > li ul li:hover > a {
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-size: auto;
  background-position: center center;
  background-color: #09c4ab;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#af24ca6cddaeb44 .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list li ul li a:active,
#af24ca6cddaeb44 .menu-list li ul li a.active,
#af24ca6cddaeb44 .menu-list li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list li ul,
#af24ca6cddaeb44 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #09c4ab;
}
#af24ca6cddaeb44 .menu-list li ul.menu-b > li,
#af24ca6cddaeb44 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#af24ca6cddaeb44 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#af24ca6cddaeb44 .menu-list li:hover > ul {
  display: block;
}
#af24ca6cddaeb44 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ac967a2132a91dc > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a554ca9127a18c4 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ad96cab7c4ae95e .ele-wrap {color: #ffffff;font-size: 16px;background-color: transparent;border-style: solid;justify-content: center;}#ad96cab7c4ae95e .ele-wrap:hover {color: #d03322;}#aabb2a202fa32b7 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a1b54a0294ac26b .ele-wrap {color: #ffffff;font-size: 16px;background-color: transparent;border-style: solid;justify-content: center;}#a1b54a0294ac26b .ele-wrap:hover {color: #d03322;}#ac2eea477bae93d > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a11dfa6fd4ac4db .ele-wrap {color: #ffffff;font-size: 16px;background-color: transparent;border-style: solid;justify-content: center;}#a11dfa6fd4ac4db .ele-wrap:hover {color: #d03322;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8796ad093a1288 {
  pointer-events: none;
}
#a8796ad093a1288 .menu-list {
  width: 100%;
  background: #2d2d2e;
}
#a8796ad093a1288 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a8796ad093a1288 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a8796ad093a1288 .menu-list .menu-header {
  background-color: #2d2d2e;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  bold: false;
  font-family: NotoSansSC-Thin;
  font-size: 20px;
}
#a8796ad093a1288 .menu-list .menu-header svg,
#a8796ad093a1288 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a8796ad093a1288 .menu-list > ul {
  position: relative;
}
#a8796ad093a1288 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a8796ad093a1288 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #2d2d2e;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #fff;
  height: 50px;
  line-height: 50px;
}
#a8796ad093a1288 .menu-list > ul > li.active > a,
#a8796ad093a1288 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #2d2d2e;
  border-bottom-color: transparent;
  background-color: #2d2d2e;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #d03322;
}
#a8796ad093a1288 .menu-list > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ff4100;
  background-color: #2d2d2e;
}
#a8796ad093a1288 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a8796ad093a1288 .menu-list > ul > li a img,
#a8796ad093a1288 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a8796ad093a1288 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 133px;
  top: 25px;
  width: 250px;
  background-color: #383838;
  border-left: none;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a8796ad093a1288 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a8796ad093a1288 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  line-height: 50px;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #2d2d2e;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffd0c0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3a29a83e6a382f > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aa247adb5ba334c .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1611034745415.jpeg);background-size: cover;background-repeat: no-repeat;border-radius: 0px;font-size: 14px;}#aa247adb5ba334c .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#aa9a4aa30dacde6 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/a5c59a1002a97a9/1611034740599.jpeg);background-size: contain;background-repeat: no-repeat;background-position: center left;border-radius: 0px;font-size: 14px;}#aa9a4aa30dacde6 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a8dfeabce3affdc .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1615174318614.jpeg);background-size: contain;background-repeat: no-repeat;background-position: center center;border-radius: 0px;font-size: 14px;justify-content: center;}#a8dfeabce3affdc .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a2e58ab167aa6ce .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/a5c59a1002a97a9/1611036366133.png);background-size: contain;background-repeat: no-repeat;background-position: center center;border-radius: 0px;font-size: 14px;justify-content: center;}#a2e58ab167aa6ce .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a45f3a7715af17c .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1611034728726.jpeg);background-size: cover;background-repeat: no-repeat;border-radius: 0px;font-size: 14px;}#a45f3a7715af17c .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a119ea6b95aff8f .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1611034727056.jpeg);background-size: cover;background-repeat: no-repeat;border-radius: 0px;font-size: 14px;}#a119ea6b95aff8f .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#afd6aa3a8baf4fb > .ele-wrap {background-color: rgba(45, 45, 46, 1);border-bottom-color: rgba(59, 66, 74, 1);border-bottom-width: 1px;border-bottom-style: solid;}#afd6aa3a8baf4fb  > .ele-wrap:hover {border-bottom-color: rgba(59, 66, 74, 1);border-bottom-width: 1px;border-bottom-style: solid;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae3c1ab775a0bd1 .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;
#af24ca6cddaeb44 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#af24ca6cddaeb44 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#af24ca6cddaeb44 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 50px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#af24ca6cddaeb44 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#af24ca6cddaeb44 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list > li.active > a:before,
#af24ca6cddaeb44 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#af24ca6cddaeb44 .menu-list > li ul li {
  position: relative;
}
#af24ca6cddaeb44 .menu-list > li ul li:hover > a {
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-size: auto;
  background-position: center center;
  background-color: #09c4ab;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#af24ca6cddaeb44 .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list li ul li a:active,
#af24ca6cddaeb44 .menu-list li ul li a.active,
#af24ca6cddaeb44 .menu-list li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list li ul,
#af24ca6cddaeb44 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #09c4ab;
}
#af24ca6cddaeb44 .menu-list li ul.menu-b > li,
#af24ca6cddaeb44 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#af24ca6cddaeb44 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#af24ca6cddaeb44 .menu-list li:hover > ul {
  display: block;
}
#af24ca6cddaeb44 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#adecfac129a958d > .ele-wrap {background-color: rgba(9, 196, 171, 1);background-image: url(/resources/images/c97670c9308d1593674477881.png);background-position: center center;background-size: cover;background-repeat: no-repeat;border-bottom-left-radius: 0px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ac2e3a488aa4831 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ac2e3a488aa4831  > .ele-wrap:hover {border-bottom-color: rgba(255, 65, 0, 1);border-bottom-width: 0px;border-bottom-style: none;border-top-left-radius: 0px;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af4afaba2baaae4 .ap-category-filter ul li.active {
  border-color: #360eff;
  color: #360eff;
}
#af4afaba2baaae4 .uk-grid {
  margin-left: -20px;
}
#af4afaba2baaae4 .uk-grid > * {
  padding-left: 20px;
}
#af4afaba2baaae4 .uk-grid-margin {
  margin-top: 101px;
}
#af4afaba2baaae4 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
  background-color: #f4f9ff;
}
#af4afaba2baaae4 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#af4afaba2baaae4 .uk-card-media-top .img {
  transition: all .3s ease;
}
#af4afaba2baaae4 .uk-card-body {
  display: block;
}
#af4afaba2baaae4 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#af4afaba2baaae4 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #0fb5b9;
  color: #fff;
}
#af4afaba2baaae4 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#af4afaba2baaae4 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#af4afaba2baaae4 .uk-card .title {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-Medium;
  color: #555;
}
#af4afaba2baaae4 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#af4afaba2baaae4 .uk-card:hover {
  background-color: #f4f9ff;
}
#af4afaba2baaae4 .uk-card:hover .title {
  color: #0fb5b9;
}
#af4afaba2baaae4 .uk-card:hover hr {
  border-top-color: #ffffff;
}
#af4afaba2baaae4 .uk-card:hover .img {
  transform: scale(1.2);
}
#af4afaba2baaae4 .uk-card:hover .abstract {
  color: #0fb5b9;
}
#af4afaba2baaae4 .uk-card:hover .datetime {
  color: #d3b267;
}
#af4afaba2baaae4 .uk-card:hover .category {
  color: #d3b267;
}
#af4afaba2baaae4 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #09c4ab;
  border-color: #09c4ab;
}
#ac967a2132a91dc > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a554ca9127a18c4 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ad96cab7c4ae95e .ele-wrap {color: #ffffff;font-size: 16px;background-color: transparent;border-style: solid;justify-content: center;}#ad96cab7c4ae95e .ele-wrap:hover {color: #d03322;}#aabb2a202fa32b7 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a1b54a0294ac26b .ele-wrap {color: #ffffff;font-size: 16px;background-color: transparent;border-style: solid;justify-content: center;}#a1b54a0294ac26b .ele-wrap:hover {color: #d03322;}#ac2eea477bae93d > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a11dfa6fd4ac4db .ele-wrap {color: #ffffff;font-size: 16px;background-color: transparent;border-style: solid;justify-content: center;}#a11dfa6fd4ac4db .ele-wrap:hover {color: #d03322;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8796ad093a1288 {
  pointer-events: none;
}
#a8796ad093a1288 .menu-list {
  width: 100%;
  background: #2d2d2e;
}
#a8796ad093a1288 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a8796ad093a1288 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a8796ad093a1288 .menu-list .menu-header {
  background-color: #2d2d2e;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  bold: false;
  font-family: NotoSansSC-Thin;
  font-size: 20px;
}
#a8796ad093a1288 .menu-list .menu-header svg,
#a8796ad093a1288 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a8796ad093a1288 .menu-list > ul {
  position: relative;
}
#a8796ad093a1288 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a8796ad093a1288 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #2d2d2e;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #fff;
  height: 50px;
  line-height: 50px;
}
#a8796ad093a1288 .menu-list > ul > li.active > a,
#a8796ad093a1288 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #2d2d2e;
  border-bottom-color: transparent;
  background-color: #2d2d2e;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #d03322;
}
#a8796ad093a1288 .menu-list > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ff4100;
  background-color: #2d2d2e;
}
#a8796ad093a1288 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a8796ad093a1288 .menu-list > ul > li a img,
#a8796ad093a1288 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a8796ad093a1288 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 133px;
  top: 25px;
  width: 250px;
  background-color: #383838;
  border-left: none;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a8796ad093a1288 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a8796ad093a1288 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  line-height: 50px;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #2d2d2e;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffd0c0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3a29a83e6a382f > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aa247adb5ba334c .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1611034745415.jpeg);background-size: cover;background-repeat: no-repeat;border-radius: 0px;font-size: 14px;}#aa247adb5ba334c .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#aa9a4aa30dacde6 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/a5c59a1002a97a9/1611034740599.jpeg);background-size: contain;background-repeat: no-repeat;background-position: center left;border-radius: 0px;font-size: 14px;}#aa9a4aa30dacde6 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a8dfeabce3affdc .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1615174318614.jpeg);background-size: contain;background-repeat: no-repeat;background-position: center center;border-radius: 0px;font-size: 14px;justify-content: center;}#a8dfeabce3affdc .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a2e58ab167aa6ce .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/a5c59a1002a97a9/1611036366133.png);background-size: contain;background-repeat: no-repeat;background-position: center center;border-radius: 0px;font-size: 14px;justify-content: center;}#a2e58ab167aa6ce .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a45f3a7715af17c .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1611034728726.jpeg);background-size: cover;background-repeat: no-repeat;border-radius: 0px;font-size: 14px;}#a45f3a7715af17c .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a119ea6b95aff8f .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1611034727056.jpeg);background-size: cover;background-repeat: no-repeat;border-radius: 0px;font-size: 14px;}#a119ea6b95aff8f .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#afd6aa3a8baf4fb > .ele-wrap {background-color: rgba(45, 45, 46, 1);border-bottom-color: rgba(59, 66, 74, 1);border-bottom-width: 1px;border-bottom-style: solid;}#afd6aa3a8baf4fb  > .ele-wrap:hover {border-bottom-color: rgba(59, 66, 74, 1);border-bottom-width: 1px;border-bottom-style: solid;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3f39a13f9a19bf .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af6d4ab6aea52e6 {
  min-height: 300px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af24ca6cddaeb44 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#af24ca6cddaeb44 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#af24ca6cddaeb44 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 50px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#af24ca6cddaeb44 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#af24ca6cddaeb44 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list > li.active > a:before,
#af24ca6cddaeb44 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#af24ca6cddaeb44 .menu-list > li ul li {
  position: relative;
}
#af24ca6cddaeb44 .menu-list > li ul li:hover > a {
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-size: auto;
  background-position: center center;
  background-color: #09c4ab;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#af24ca6cddaeb44 .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list li ul li a:active,
#af24ca6cddaeb44 .menu-list li ul li a.active,
#af24ca6cddaeb44 .menu-list li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list li ul,
#af24ca6cddaeb44 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #09c4ab;
}
#af24ca6cddaeb44 .menu-list li ul.menu-b > li,
#af24ca6cddaeb44 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#af24ca6cddaeb44 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#af24ca6cddaeb44 .menu-list li:hover > ul {
  display: block;
}
#af24ca6cddaeb44 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a4c40a187dafab0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 0px;border-top-left-radius: 5px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 5px 9px 3px rgba(74, 74, 74, 0.23);}#a4c40a187dafab0  > .ele-wrap:hover {border-bottom-right-radius: 100px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1781a77fba9c31 .img-wrap {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 85px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2dfaacc33a33e1 {
  overflow: hidden;
}
#a2dfaacc33a33e1 , #a2dfaacc33a33e1 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 24px;text-align: left;font-family: inherit;color: rgba(0, 0, 0, 1);}#a8686ade13ab65a > .ele-wrap {background-image: url(/resources/upload/a5c59a1002a97a9/1611376130880.png);background-size: auto;background-repeat: no-repeat;background-position: center center;border-bottom-left-radius: 50px;border-bottom-right-radius: 5px;border-top-left-radius: 0px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 0px 0px ;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a13adae624a63f2 {
  overflow: hidden;
}
#a13adae624a63f2 , #a13adae624a63f2 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;line-height: 24px;}#a3cc5a1f47a1302 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(15, 181, 185, 1);border-radius: 0px;border-style: solid;}#a3cc5a1f47a1302 .ele-wrap:hover {background-color: #0483cc;}#ae435a2310ac839 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;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;
#ac967a2132a91dc > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a554ca9127a18c4 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ad96cab7c4ae95e .ele-wrap {color: #ffffff;font-size: 16px;background-color: transparent;border-style: solid;justify-content: center;}#ad96cab7c4ae95e .ele-wrap:hover {color: #d03322;}#aabb2a202fa32b7 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a1b54a0294ac26b .ele-wrap {color: #ffffff;font-size: 16px;background-color: transparent;border-style: solid;justify-content: center;}#a1b54a0294ac26b .ele-wrap:hover {color: #d03322;}#ac2eea477bae93d > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a11dfa6fd4ac4db .ele-wrap {color: #ffffff;font-size: 16px;background-color: transparent;border-style: solid;justify-content: center;}#a11dfa6fd4ac4db .ele-wrap:hover {color: #d03322;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8796ad093a1288 {
  pointer-events: none;
}
#a8796ad093a1288 .menu-list {
  width: 100%;
  background: #2d2d2e;
}
#a8796ad093a1288 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a8796ad093a1288 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a8796ad093a1288 .menu-list .menu-header {
  background-color: #2d2d2e;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  bold: false;
  font-family: NotoSansSC-Thin;
  font-size: 20px;
}
#a8796ad093a1288 .menu-list .menu-header svg,
#a8796ad093a1288 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a8796ad093a1288 .menu-list > ul {
  position: relative;
}
#a8796ad093a1288 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a8796ad093a1288 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #2d2d2e;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #fff;
  height: 50px;
  line-height: 50px;
}
#a8796ad093a1288 .menu-list > ul > li.active > a,
#a8796ad093a1288 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #2d2d2e;
  border-bottom-color: transparent;
  background-color: #2d2d2e;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #d03322;
}
#a8796ad093a1288 .menu-list > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ff4100;
  background-color: #2d2d2e;
}
#a8796ad093a1288 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a8796ad093a1288 .menu-list > ul > li a img,
#a8796ad093a1288 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a8796ad093a1288 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 133px;
  top: 25px;
  width: 250px;
  background-color: #383838;
  border-left: none;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a8796ad093a1288 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a8796ad093a1288 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  line-height: 50px;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #2d2d2e;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffd0c0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3a29a83e6a382f > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aa247adb5ba334c .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1611034745415.jpeg);background-size: cover;background-repeat: no-repeat;border-radius: 0px;font-size: 14px;}#aa247adb5ba334c .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#aa9a4aa30dacde6 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/a5c59a1002a97a9/1611034740599.jpeg);background-size: contain;background-repeat: no-repeat;background-position: center left;border-radius: 0px;font-size: 14px;}#aa9a4aa30dacde6 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a8dfeabce3affdc .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1615174318614.jpeg);background-size: contain;background-repeat: no-repeat;background-position: center center;border-radius: 0px;font-size: 14px;justify-content: center;}#a8dfeabce3affdc .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a2e58ab167aa6ce .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/a5c59a1002a97a9/1611036366133.png);background-size: contain;background-repeat: no-repeat;background-position: center center;border-radius: 0px;font-size: 14px;justify-content: center;}#a2e58ab167aa6ce .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a45f3a7715af17c .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1611034728726.jpeg);background-size: cover;background-repeat: no-repeat;border-radius: 0px;font-size: 14px;}#a45f3a7715af17c .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a119ea6b95aff8f .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1611034727056.jpeg);background-size: cover;background-repeat: no-repeat;border-radius: 0px;font-size: 14px;}#a119ea6b95aff8f .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#afd6aa3a8baf4fb > .ele-wrap {background-color: rgba(45, 45, 46, 1);border-bottom-color: rgba(59, 66, 74, 1);border-bottom-width: 1px;border-bottom-style: solid;}#afd6aa3a8baf4fb  > .ele-wrap:hover {border-bottom-color: rgba(59, 66, 74, 1);border-bottom-width: 1px;border-bottom-style: solid;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a84d1a189da0162 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a71a6aff14a7653 .sidebar {
  width: 320px;
}
@media (max-width: 640px) {
  #a71a6aff14a7653 .sidebar {
    width: 100%;
  }
}
#a71a6aff14a7653 .menu-header {
  padding: 20px 0 20px 20px;
  line-height: 1;
  margin-bottom: 2px;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
}
#a71a6aff14a7653 .menu-header .fa {
  font-size: 26px;
  color: #fff;
  position: absolute;
  right: 30px;
  top: 24px;
}
#a71a6aff14a7653 .menu-header h4 {
  font-weight: 500;
  line-height: 1;
  font-size: 24px;
  color: #fff;
}
#a71a6aff14a7653 .menu-header span {
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}
#a71a6aff14a7653 .menu-list {
  border: 1px solid #eaeaea;
}
#a71a6aff14a7653 .menu-item a {
  color: #666;
  display: block;
  padding: 0 20px;
  line-height: 50px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  transition: color .2s linear,background .2s linear;
  font-size: 14px;
  border-bottom: 1px solid #ECECEC;
  position: relative;
}
#a71a6aff14a7653 .submenu .menu-item.active > a {
  color: #0fb5b9;
}
#a71a6aff14a7653 .submenu .menu-item a .indicator {
  position: absolute;
  right: 20px;
  top: 18px;
  width: 16px;
  height: 16px;
  background-size: contain;
  font-size: 14px;
  border-radius: 50%;
  border: 1px solid #999;
  text-align: center;
  color: #999;
  line-height: 14px;
}
#a71a6aff14a7653 .submenu .menu-item.active > a .indicator,
#a71a6aff14a7653 .submenu .menu-item a:hover .indicator {
  color: #0fb5b9;
  border-color: #0fb5b9;
}
#a71a6aff14a7653 .submenu .menu-item a:hover {
  color: #0fb5b9;
}
#a71a6aff14a7653 .submenu li {
  padding-left: 8px;
}
#a71a6aff14a7653 .menu-level-1 > a {
  color: #fff;
  position: relative;
  line-height: 62px;
  font-size: 20px;
  font-weight: bold;
  background: rgba(15, 181, 185, 0.7);
}
#a71a6aff14a7653 .menu-level-1.active > a {
  background: #0fb5b9;
}
#a71a6aff14a7653 .menu-level-1 > a .indicator {
  position: absolute;
  right: 20px;
  top: 18px;
  width: 25px;
  height: 25px;
  background: url(/resources/sys/img/icons/menu_icon_2.png) center center no-repeat;
}
#a71a6aff14a7653 .contact-phone {
  padding: 15px 0 15px 70px;
  color: #333;
}
#a71a6aff14a7653 .contact-icon {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  font-size: 20px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
}
#a71a6aff14a7653 .contact-info {
  border-top: 1px solid #ECECEC;
}
#a71a6aff14a7653 .contact-info p {
  margin: 0;
}
#a71a6aff14a7653 .phone {
  font-size: 24px;
  font-family: arial;
  line-height: 1;
}
#a71a6aff14a7653 .hot-list {
  padding: 15px;
}
#a71a6aff14a7653 .hot-list a {
  color: #777;
}
#a71a6aff14a7653 .hot-list a:hover {
  color: #4a90e2;
}
#a71a6aff14a7653 .hot-item .thumb {
  display: block;
  overflow: hidden;
}
#a71a6aff14a7653 .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#a71a6aff14a7653 .hot-item:hover a {
  color: #4a90e2;
}
#a71a6aff14a7653 .hot-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#a71a6aff14a7653 .hot-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #0fb5b9;
  content: "";
}
#a71a6aff14a7653 .content-header {
  padding-bottom: 10px;
}
#a71a6aff14a7653 .uk-button-group .uk-button {
  padding: 0 15px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
}
#a71a6aff14a7653 .uk-button-group .uk-button:first-child {
  border-radius: 15px 0 0 15px;
}
#a71a6aff14a7653 .uk-button-group .uk-button:last-child {
  border-radius: 0 15px 15px 0;
}
@media (max-width: 640px) {
  #a71a6aff14a7653 .uk-padding-small {
    padding: 0;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af24ca6cddaeb44 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#af24ca6cddaeb44 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#af24ca6cddaeb44 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 50px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#af24ca6cddaeb44 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#af24ca6cddaeb44 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list > li.active > a:before,
#af24ca6cddaeb44 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#af24ca6cddaeb44 .menu-list > li ul li {
  position: relative;
}
#af24ca6cddaeb44 .menu-list > li ul li:hover > a {
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-size: auto;
  background-position: center center;
  background-color: #09c4ab;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#af24ca6cddaeb44 .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list li ul li a:active,
#af24ca6cddaeb44 .menu-list li ul li a.active,
#af24ca6cddaeb44 .menu-list li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list li ul,
#af24ca6cddaeb44 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #09c4ab;
}
#af24ca6cddaeb44 .menu-list li ul.menu-b > li,
#af24ca6cddaeb44 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#af24ca6cddaeb44 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#af24ca6cddaeb44 .menu-list li:hover > ul {
  display: block;
}
#af24ca6cddaeb44 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a71a6aff14a7653 [data-item*=".title"], #a71a6aff14a7653 [data-item*=".title"] a {font-size: 18px;line-height: 3;max-line: 0;}#a71a6aff14a7653 [data-item*=".abstract"], #a71a6aff14a7653 [data-item*=".abstract"] a {show: false;}#a71a6aff14a7653 [data-item*=".subTitle"], #a71a6aff14a7653 [data-item*=".subTitle"] a {show: false;}#a71a6aff14a7653 [data-item*=".category"], #a71a6aff14a7653 [data-item*=".category"] a {show: false;}#a71a6aff14a7653 [data-item="items"] .img {background-size: contain;}#ac967a2132a91dc > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a554ca9127a18c4 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ad96cab7c4ae95e .ele-wrap {color: #ffffff;font-size: 16px;background-color: transparent;border-style: solid;justify-content: center;}#ad96cab7c4ae95e .ele-wrap:hover {color: #d03322;}#aabb2a202fa32b7 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a1b54a0294ac26b .ele-wrap {color: #ffffff;font-size: 16px;background-color: transparent;border-style: solid;justify-content: center;}#a1b54a0294ac26b .ele-wrap:hover {color: #d03322;}#ac2eea477bae93d > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a11dfa6fd4ac4db .ele-wrap {color: #ffffff;font-size: 16px;background-color: transparent;border-style: solid;justify-content: center;}#a11dfa6fd4ac4db .ele-wrap:hover {color: #d03322;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8796ad093a1288 {
  pointer-events: none;
}
#a8796ad093a1288 .menu-list {
  width: 100%;
  background: #2d2d2e;
}
#a8796ad093a1288 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a8796ad093a1288 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a8796ad093a1288 .menu-list .menu-header {
  background-color: #2d2d2e;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  bold: false;
  font-family: NotoSansSC-Thin;
  font-size: 20px;
}
#a8796ad093a1288 .menu-list .menu-header svg,
#a8796ad093a1288 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a8796ad093a1288 .menu-list > ul {
  position: relative;
}
#a8796ad093a1288 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a8796ad093a1288 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #2d2d2e;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #fff;
  height: 50px;
  line-height: 50px;
}
#a8796ad093a1288 .menu-list > ul > li.active > a,
#a8796ad093a1288 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #2d2d2e;
  border-bottom-color: transparent;
  background-color: #2d2d2e;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #d03322;
}
#a8796ad093a1288 .menu-list > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ff4100;
  background-color: #2d2d2e;
}
#a8796ad093a1288 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a8796ad093a1288 .menu-list > ul > li a img,
#a8796ad093a1288 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a8796ad093a1288 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 133px;
  top: 25px;
  width: 250px;
  background-color: #383838;
  border-left: none;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a8796ad093a1288 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a8796ad093a1288 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  line-height: 50px;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #2d2d2e;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffd0c0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3a29a83e6a382f > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aa247adb5ba334c .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1611034745415.jpeg);background-size: cover;background-repeat: no-repeat;border-radius: 0px;font-size: 14px;}#aa247adb5ba334c .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#aa9a4aa30dacde6 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/a5c59a1002a97a9/1611034740599.jpeg);background-size: contain;background-repeat: no-repeat;background-position: center left;border-radius: 0px;font-size: 14px;}#aa9a4aa30dacde6 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a8dfeabce3affdc .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1615174318614.jpeg);background-size: contain;background-repeat: no-repeat;background-position: center center;border-radius: 0px;font-size: 14px;justify-content: center;}#a8dfeabce3affdc .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a2e58ab167aa6ce .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/a5c59a1002a97a9/1611036366133.png);background-size: contain;background-repeat: no-repeat;background-position: center center;border-radius: 0px;font-size: 14px;justify-content: center;}#a2e58ab167aa6ce .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a45f3a7715af17c .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1611034728726.jpeg);background-size: cover;background-repeat: no-repeat;border-radius: 0px;font-size: 14px;}#a45f3a7715af17c .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a119ea6b95aff8f .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1611034727056.jpeg);background-size: cover;background-repeat: no-repeat;border-radius: 0px;font-size: 14px;}#a119ea6b95aff8f .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#afd6aa3a8baf4fb > .ele-wrap {background-color: rgba(45, 45, 46, 1);border-bottom-color: rgba(59, 66, 74, 1);border-bottom-width: 1px;border-bottom-style: solid;}#afd6aa3a8baf4fb  > .ele-wrap:hover {border-bottom-color: rgba(59, 66, 74, 1);border-bottom-width: 1px;border-bottom-style: solid;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae3c1ab775a0bd1 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#afd57a394da7639 {
  min-height: 300px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af24ca6cddaeb44 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#af24ca6cddaeb44 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#af24ca6cddaeb44 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 50px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#af24ca6cddaeb44 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#af24ca6cddaeb44 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list > li.active > a:before,
#af24ca6cddaeb44 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#af24ca6cddaeb44 .menu-list > li ul li {
  position: relative;
}
#af24ca6cddaeb44 .menu-list > li ul li:hover > a {
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-size: auto;
  background-position: center center;
  background-color: #09c4ab;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#af24ca6cddaeb44 .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list li ul li a:active,
#af24ca6cddaeb44 .menu-list li ul li a.active,
#af24ca6cddaeb44 .menu-list li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list li ul,
#af24ca6cddaeb44 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #09c4ab;
}
#af24ca6cddaeb44 .menu-list li ul.menu-b > li,
#af24ca6cddaeb44 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#af24ca6cddaeb44 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#af24ca6cddaeb44 .menu-list li:hover > ul {
  display: block;
}
#af24ca6cddaeb44 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a45bdab1c0a8fb9 > .ele-wrap {background-color: rgba(15, 181, 185, 1);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;
#a0f4ca741fa4b9a .menu-list {
  width: 100%;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #666666;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #e6e2e2;
  border-right-color: #e6e2e2;
  border-bottom-color: #e6e2e2;
  border-top-color: #e6e2e2;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: 0;
}
#a0f4ca741fa4b9a .menu-list .menu-item {
  border-top: 1px solid #f2f2f2;
  overflow: hidden;
}
#a0f4ca741fa4b9a .menu-list .menu-item > a {
  display: block;
  padding: 0 20px;
  line-height: 50px;
  background-color: #ffffff;
  color: #666666;
  position: relative;
}
#a0f4ca741fa4b9a .menu-list .menu-item > a img {
  width: 16px;
  margin-right: 6px;
}
#a0f4ca741fa4b9a .menu-list .menu-item > a:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #ffffff;
  right: 15px;
  bottom: -10px;
  z-index: 9;
}
#a0f4ca741fa4b9a .menu-list .menu-item > a i {
  margin-right: 10px;
}
#a0f4ca741fa4b9a .menu-list .menu-item > a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0fb5b9;
}
#a0f4ca741fa4b9a .menu-list .sub-menu {
  background: #b3b3b3;
  overflow: hidden;
  display: none;
}
#a0f4ca741fa4b9a .menu-list .sub-menu a {
  display: block;
  padding: 0 20px;
  line-height: 50px;
  color: #fff;
  font-size: 14px;
  border-bottom: 1px solid #cccccc;
  position: relative;
}
#a0f4ca741fa4b9a .menu-list .sub-menu a:before {
  content: '';
  opacity: 0;
  transition: opacity 0.3s;
}
#a0f4ca741fa4b9a .menu-list .sub-menu a:hover:before {
  content: '';
  position: absolute;
  height: 0;
  width: 6px;
  left: 0;
  top: 0;
  opacity: 1;
  border-top: 24px solid transparent;
  border-left: 11px solid #fff;
  border-bottom: 24px solid transparent;
}
#a0f4ca741fa4b9a .menu-list .sub-menu a:after {
  content: '';
  opacity: 0;
  transition: opacity 0.3s;
}
#a0f4ca741fa4b9a .menu-list .sub-menu a:hover:after {
  content: '';
  position: absolute;
  height: 0;
  width: 6px;
  right: 0px;
  top: 0;
  opacity: 1;
  border-top: 24px solid transparent;
  border-right: 11px solid #fff;
  border-bottom: 24px solid transparent;
}
#a0f4ca741fa4b9a .menu-list .sub-menu a:hover {
  background: #b3b3b3;
  background: -moz-linear-gradient(top, #b3b3b3 0%, #b3b3b3 50%, #cccccc 51%, #cccccc 100%);
  background: -webkit-linear-gradient(top, #b3b3b3 0%, #b3b3b3 50%, #cccccc 51%, #cccccc 100%);
  background: linear-gradient(to bottom, #b3b3b3 0%, #b3b3b3 50%, #cccccc 51%, #cccccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@subBgColor', endColorstr='lighten(@subBgColor, 10%);', GradientType=0);
  transition: all 0.3s;
  border-bottom: 1px solid #e5e5e5;
}
#a0f4ca741fa4b9a .menu-list .sub-menu a:last-child {
  border: none;
}
#a462ca6db5a913e > .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-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a1c42a9705aa6dc > .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;}#a1c42a9705aa6dc  > .ele-wrap:hover {border-bottom-width: 3px;border-bottom-style: solid;border-bottom-color: rgba(15, 181, 185, 1);border-bottom-right-radius: 100px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a63cfa873ca05b4 {
  overflow: hidden;
}
#a63cfa873ca05b4 , #a63cfa873ca05b4 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 24px;font-family: inherit;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa7f8a4267af0da .ap-category-filter ul li.active {
  border-color: #0fb5b9;
  color: #0fb5b9;
}
#aa7f8a4267af0da .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aa7f8a4267af0da .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#aa7f8a4267af0da .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#aa7f8a4267af0da .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#aa7f8a4267af0da .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#aa7f8a4267af0da .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#aa7f8a4267af0da .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#aa7f8a4267af0da .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#aa7f8a4267af0da .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#aa7f8a4267af0da .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#aa7f8a4267af0da .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#aa7f8a4267af0da .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#aa7f8a4267af0da .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#aa7f8a4267af0da .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#aa7f8a4267af0da .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#aa7f8a4267af0da .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#aa7f8a4267af0da .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#aa7f8a4267af0da .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#aa7f8a4267af0da .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#aa7f8a4267af0da .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}
#aa7f8a4267af0da .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#aa7f8a4267af0da .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#aa7f8a4267af0da .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
}
#aa7f8a4267af0da .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#aa7f8a4267af0da .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#aa7f8a4267af0da .ele-article-list .pic-article:hover .category {
  color: auto;
}
#aa7f8a4267af0da .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#aa7f8a4267af0da .ele-article-list .pic-article:hover .time {
  color: auto;
}
#aa7f8a4267af0da .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#aa7f8a4267af0da .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
}
#aa7f8a4267af0da .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#aa7f8a4267af0da .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#aa7f8a4267af0da .ele-article-list .text-article:hover .time {
  color: auto;
}
#ac967a2132a91dc > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a554ca9127a18c4 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ad96cab7c4ae95e .ele-wrap {color: #ffffff;font-size: 16px;background-color: transparent;border-style: solid;justify-content: center;}#ad96cab7c4ae95e .ele-wrap:hover {color: #d03322;}#aabb2a202fa32b7 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a1b54a0294ac26b .ele-wrap {color: #ffffff;font-size: 16px;background-color: transparent;border-style: solid;justify-content: center;}#a1b54a0294ac26b .ele-wrap:hover {color: #d03322;}#ac2eea477bae93d > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a11dfa6fd4ac4db .ele-wrap {color: #ffffff;font-size: 16px;background-color: transparent;border-style: solid;justify-content: center;}#a11dfa6fd4ac4db .ele-wrap:hover {color: #d03322;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8796ad093a1288 {
  pointer-events: none;
}
#a8796ad093a1288 .menu-list {
  width: 100%;
  background: #2d2d2e;
}
#a8796ad093a1288 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a8796ad093a1288 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a8796ad093a1288 .menu-list .menu-header {
  background-color: #2d2d2e;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  bold: false;
  font-family: NotoSansSC-Thin;
  font-size: 20px;
}
#a8796ad093a1288 .menu-list .menu-header svg,
#a8796ad093a1288 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a8796ad093a1288 .menu-list > ul {
  position: relative;
}
#a8796ad093a1288 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a8796ad093a1288 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #2d2d2e;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #fff;
  height: 50px;
  line-height: 50px;
}
#a8796ad093a1288 .menu-list > ul > li.active > a,
#a8796ad093a1288 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #2d2d2e;
  border-bottom-color: transparent;
  background-color: #2d2d2e;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #d03322;
}
#a8796ad093a1288 .menu-list > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ff4100;
  background-color: #2d2d2e;
}
#a8796ad093a1288 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a8796ad093a1288 .menu-list > ul > li a img,
#a8796ad093a1288 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a8796ad093a1288 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 133px;
  top: 25px;
  width: 250px;
  background-color: #383838;
  border-left: none;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a8796ad093a1288 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a8796ad093a1288 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  line-height: 50px;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #2d2d2e;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffd0c0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3a29a83e6a382f > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aa247adb5ba334c .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1611034745415.jpeg);background-size: cover;background-repeat: no-repeat;border-radius: 0px;font-size: 14px;}#aa247adb5ba334c .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#aa9a4aa30dacde6 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/a5c59a1002a97a9/1611034740599.jpeg);background-size: contain;background-repeat: no-repeat;background-position: center left;border-radius: 0px;font-size: 14px;}#aa9a4aa30dacde6 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a8dfeabce3affdc .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1615174318614.jpeg);background-size: contain;background-repeat: no-repeat;background-position: center center;border-radius: 0px;font-size: 14px;justify-content: center;}#a8dfeabce3affdc .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a2e58ab167aa6ce .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/a5c59a1002a97a9/1611036366133.png);background-size: contain;background-repeat: no-repeat;background-position: center center;border-radius: 0px;font-size: 14px;justify-content: center;}#a2e58ab167aa6ce .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a45f3a7715af17c .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1611034728726.jpeg);background-size: cover;background-repeat: no-repeat;border-radius: 0px;font-size: 14px;}#a45f3a7715af17c .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a119ea6b95aff8f .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1611034727056.jpeg);background-size: cover;background-repeat: no-repeat;border-radius: 0px;font-size: 14px;}#a119ea6b95aff8f .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#afd6aa3a8baf4fb > .ele-wrap {background-color: rgba(45, 45, 46, 1);border-bottom-color: rgba(59, 66, 74, 1);border-bottom-width: 1px;border-bottom-style: solid;}#afd6aa3a8baf4fb  > .ele-wrap:hover {border-bottom-color: rgba(59, 66, 74, 1);border-bottom-width: 1px;border-bottom-style: solid;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af24ca6cddaeb44 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#af24ca6cddaeb44 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#af24ca6cddaeb44 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 50px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#af24ca6cddaeb44 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#af24ca6cddaeb44 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list > li.active > a:before,
#af24ca6cddaeb44 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#af24ca6cddaeb44 .menu-list > li ul li {
  position: relative;
}
#af24ca6cddaeb44 .menu-list > li ul li:hover > a {
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-size: auto;
  background-position: center center;
  background-color: #09c4ab;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#af24ca6cddaeb44 .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list li ul li a:active,
#af24ca6cddaeb44 .menu-list li ul li a.active,
#af24ca6cddaeb44 .menu-list li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list li ul,
#af24ca6cddaeb44 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #09c4ab;
}
#af24ca6cddaeb44 .menu-list li ul.menu-b > li,
#af24ca6cddaeb44 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#af24ca6cddaeb44 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#af24ca6cddaeb44 .menu-list li:hover > ul {
  display: block;
}
#af24ca6cddaeb44 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a45bdab1c0a8fb9 > .ele-wrap {background-color: rgba(15, 181, 185, 1);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;
#a0f4ca741fa4b9a .menu-list {
  width: 100%;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #666666;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #e6e2e2;
  border-right-color: #e6e2e2;
  border-bottom-color: #e6e2e2;
  border-top-color: #e6e2e2;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: 0;
}
#a0f4ca741fa4b9a .menu-list .menu-item {
  border-top: 1px solid #f2f2f2;
  overflow: hidden;
}
#a0f4ca741fa4b9a .menu-list .menu-item > a {
  display: block;
  padding: 0 20px;
  line-height: 50px;
  background-color: #ffffff;
  color: #666666;
  position: relative;
}
#a0f4ca741fa4b9a .menu-list .menu-item > a img {
  width: 16px;
  margin-right: 6px;
}
#a0f4ca741fa4b9a .menu-list .menu-item > a:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #ffffff;
  right: 15px;
  bottom: -10px;
  z-index: 9;
}
#a0f4ca741fa4b9a .menu-list .menu-item > a i {
  margin-right: 10px;
}
#a0f4ca741fa4b9a .menu-list .menu-item > a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0fb5b9;
}
#a0f4ca741fa4b9a .menu-list .sub-menu {
  background: #b3b3b3;
  overflow: hidden;
  display: none;
}
#a0f4ca741fa4b9a .menu-list .sub-menu a {
  display: block;
  padding: 0 20px;
  line-height: 50px;
  color: #fff;
  font-size: 14px;
  border-bottom: 1px solid #cccccc;
  position: relative;
}
#a0f4ca741fa4b9a .menu-list .sub-menu a:before {
  content: '';
  opacity: 0;
  transition: opacity 0.3s;
}
#a0f4ca741fa4b9a .menu-list .sub-menu a:hover:before {
  content: '';
  position: absolute;
  height: 0;
  width: 6px;
  left: 0;
  top: 0;
  opacity: 1;
  border-top: 24px solid transparent;
  border-left: 11px solid #fff;
  border-bottom: 24px solid transparent;
}
#a0f4ca741fa4b9a .menu-list .sub-menu a:after {
  content: '';
  opacity: 0;
  transition: opacity 0.3s;
}
#a0f4ca741fa4b9a .menu-list .sub-menu a:hover:after {
  content: '';
  position: absolute;
  height: 0;
  width: 6px;
  right: 0px;
  top: 0;
  opacity: 1;
  border-top: 24px solid transparent;
  border-right: 11px solid #fff;
  border-bottom: 24px solid transparent;
}
#a0f4ca741fa4b9a .menu-list .sub-menu a:hover {
  background: #b3b3b3;
  background: -moz-linear-gradient(top, #b3b3b3 0%, #b3b3b3 50%, #cccccc 51%, #cccccc 100%);
  background: -webkit-linear-gradient(top, #b3b3b3 0%, #b3b3b3 50%, #cccccc 51%, #cccccc 100%);
  background: linear-gradient(to bottom, #b3b3b3 0%, #b3b3b3 50%, #cccccc 51%, #cccccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@subBgColor', endColorstr='lighten(@subBgColor, 10%);', GradientType=0);
  transition: all 0.3s;
  border-bottom: 1px solid #e5e5e5;
}
#a0f4ca741fa4b9a .menu-list .sub-menu a:last-child {
  border: none;
}
#a462ca6db5a913e > .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-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a1c42a9705aa6dc > .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;}#a1c42a9705aa6dc  > .ele-wrap:hover {border-bottom-width: 3px;border-bottom-style: solid;border-bottom-color: rgba(15, 181, 185, 1);border-bottom-right-radius: 100px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a63cfa873ca05b4 {
  overflow: hidden;
}
#a63cfa873ca05b4 , #a63cfa873ca05b4 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 24px;font-family: inherit;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa7f8a4267af0da .ap-category-filter ul li.active {
  border-color: #0fb5b9;
  color: #0fb5b9;
}
#aa7f8a4267af0da .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aa7f8a4267af0da .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#aa7f8a4267af0da .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#aa7f8a4267af0da .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#aa7f8a4267af0da .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#aa7f8a4267af0da .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#aa7f8a4267af0da .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#aa7f8a4267af0da .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#aa7f8a4267af0da .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#aa7f8a4267af0da .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#aa7f8a4267af0da .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#aa7f8a4267af0da .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#aa7f8a4267af0da .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#aa7f8a4267af0da .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#aa7f8a4267af0da .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#aa7f8a4267af0da .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#aa7f8a4267af0da .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#aa7f8a4267af0da .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#aa7f8a4267af0da .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#aa7f8a4267af0da .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}
#aa7f8a4267af0da .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#aa7f8a4267af0da .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#aa7f8a4267af0da .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
}
#aa7f8a4267af0da .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#aa7f8a4267af0da .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#aa7f8a4267af0da .ele-article-list .pic-article:hover .category {
  color: auto;
}
#aa7f8a4267af0da .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#aa7f8a4267af0da .ele-article-list .pic-article:hover .time {
  color: auto;
}
#aa7f8a4267af0da .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#aa7f8a4267af0da .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
}
#aa7f8a4267af0da .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#aa7f8a4267af0da .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#aa7f8a4267af0da .ele-article-list .text-article:hover .time {
  color: auto;
}
#ac967a2132a91dc > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a554ca9127a18c4 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ad96cab7c4ae95e .ele-wrap {color: #ffffff;font-size: 16px;background-color: transparent;border-style: solid;justify-content: center;}#ad96cab7c4ae95e .ele-wrap:hover {color: #d03322;}#aabb2a202fa32b7 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a1b54a0294ac26b .ele-wrap {color: #ffffff;font-size: 16px;background-color: transparent;border-style: solid;justify-content: center;}#a1b54a0294ac26b .ele-wrap:hover {color: #d03322;}#ac2eea477bae93d > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a11dfa6fd4ac4db .ele-wrap {color: #ffffff;font-size: 16px;background-color: transparent;border-style: solid;justify-content: center;}#a11dfa6fd4ac4db .ele-wrap:hover {color: #d03322;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8796ad093a1288 {
  pointer-events: none;
}
#a8796ad093a1288 .menu-list {
  width: 100%;
  background: #2d2d2e;
}
#a8796ad093a1288 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a8796ad093a1288 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a8796ad093a1288 .menu-list .menu-header {
  background-color: #2d2d2e;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  bold: false;
  font-family: NotoSansSC-Thin;
  font-size: 20px;
}
#a8796ad093a1288 .menu-list .menu-header svg,
#a8796ad093a1288 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a8796ad093a1288 .menu-list > ul {
  position: relative;
}
#a8796ad093a1288 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a8796ad093a1288 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #2d2d2e;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #fff;
  height: 50px;
  line-height: 50px;
}
#a8796ad093a1288 .menu-list > ul > li.active > a,
#a8796ad093a1288 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #2d2d2e;
  border-bottom-color: transparent;
  background-color: #2d2d2e;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #d03322;
}
#a8796ad093a1288 .menu-list > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ff4100;
  background-color: #2d2d2e;
}
#a8796ad093a1288 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a8796ad093a1288 .menu-list > ul > li a img,
#a8796ad093a1288 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a8796ad093a1288 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 133px;
  top: 25px;
  width: 250px;
  background-color: #383838;
  border-left: none;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a8796ad093a1288 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a8796ad093a1288 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  line-height: 50px;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #2d2d2e;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffd0c0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3a29a83e6a382f > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aa247adb5ba334c .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1611034745415.jpeg);background-size: cover;background-repeat: no-repeat;border-radius: 0px;font-size: 14px;}#aa247adb5ba334c .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#aa9a4aa30dacde6 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/a5c59a1002a97a9/1611034740599.jpeg);background-size: contain;background-repeat: no-repeat;background-position: center left;border-radius: 0px;font-size: 14px;}#aa9a4aa30dacde6 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a8dfeabce3affdc .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1615174318614.jpeg);background-size: contain;background-repeat: no-repeat;background-position: center center;border-radius: 0px;font-size: 14px;justify-content: center;}#a8dfeabce3affdc .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a2e58ab167aa6ce .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/a5c59a1002a97a9/1611036366133.png);background-size: contain;background-repeat: no-repeat;background-position: center center;border-radius: 0px;font-size: 14px;justify-content: center;}#a2e58ab167aa6ce .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a45f3a7715af17c .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1611034728726.jpeg);background-size: cover;background-repeat: no-repeat;border-radius: 0px;font-size: 14px;}#a45f3a7715af17c .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a119ea6b95aff8f .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1611034727056.jpeg);background-size: cover;background-repeat: no-repeat;border-radius: 0px;font-size: 14px;}#a119ea6b95aff8f .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#afd6aa3a8baf4fb > .ele-wrap {background-color: rgba(45, 45, 46, 1);border-bottom-color: rgba(59, 66, 74, 1);border-bottom-width: 1px;border-bottom-style: solid;}#afd6aa3a8baf4fb  > .ele-wrap:hover {border-bottom-color: rgba(59, 66, 74, 1);border-bottom-width: 1px;border-bottom-style: solid;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af24ca6cddaeb44 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#af24ca6cddaeb44 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#af24ca6cddaeb44 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 50px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#af24ca6cddaeb44 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#af24ca6cddaeb44 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list > li.active > a:before,
#af24ca6cddaeb44 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#af24ca6cddaeb44 .menu-list > li ul li {
  position: relative;
}
#af24ca6cddaeb44 .menu-list > li ul li:hover > a {
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-size: auto;
  background-position: center center;
  background-color: #09c4ab;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#af24ca6cddaeb44 .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list li ul li a:active,
#af24ca6cddaeb44 .menu-list li ul li a.active,
#af24ca6cddaeb44 .menu-list li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list li ul,
#af24ca6cddaeb44 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #09c4ab;
}
#af24ca6cddaeb44 .menu-list li ul.menu-b > li,
#af24ca6cddaeb44 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#af24ca6cddaeb44 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#af24ca6cddaeb44 .menu-list li:hover > ul {
  display: block;
}
#af24ca6cddaeb44 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a45bdab1c0a8fb9 > .ele-wrap {background-color: rgba(15, 181, 185, 1);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;
#a0f4ca741fa4b9a .menu-list {
  width: 100%;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #666666;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #e6e2e2;
  border-right-color: #e6e2e2;
  border-bottom-color: #e6e2e2;
  border-top-color: #e6e2e2;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: 0;
}
#a0f4ca741fa4b9a .menu-list .menu-item {
  border-top: 1px solid #f2f2f2;
  overflow: hidden;
}
#a0f4ca741fa4b9a .menu-list .menu-item > a {
  display: block;
  padding: 0 20px;
  line-height: 50px;
  background-color: #ffffff;
  color: #666666;
  position: relative;
}
#a0f4ca741fa4b9a .menu-list .menu-item > a img {
  width: 16px;
  margin-right: 6px;
}
#a0f4ca741fa4b9a .menu-list .menu-item > a:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #ffffff;
  right: 15px;
  bottom: -10px;
  z-index: 9;
}
#a0f4ca741fa4b9a .menu-list .menu-item > a i {
  margin-right: 10px;
}
#a0f4ca741fa4b9a .menu-list .menu-item > a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0fb5b9;
}
#a0f4ca741fa4b9a .menu-list .sub-menu {
  background: #b3b3b3;
  overflow: hidden;
  display: none;
}
#a0f4ca741fa4b9a .menu-list .sub-menu a {
  display: block;
  padding: 0 20px;
  line-height: 50px;
  color: #fff;
  font-size: 14px;
  border-bottom: 1px solid #cccccc;
  position: relative;
}
#a0f4ca741fa4b9a .menu-list .sub-menu a:before {
  content: '';
  opacity: 0;
  transition: opacity 0.3s;
}
#a0f4ca741fa4b9a .menu-list .sub-menu a:hover:before {
  content: '';
  position: absolute;
  height: 0;
  width: 6px;
  left: 0;
  top: 0;
  opacity: 1;
  border-top: 24px solid transparent;
  border-left: 11px solid #fff;
  border-bottom: 24px solid transparent;
}
#a0f4ca741fa4b9a .menu-list .sub-menu a:after {
  content: '';
  opacity: 0;
  transition: opacity 0.3s;
}
#a0f4ca741fa4b9a .menu-list .sub-menu a:hover:after {
  content: '';
  position: absolute;
  height: 0;
  width: 6px;
  right: 0px;
  top: 0;
  opacity: 1;
  border-top: 24px solid transparent;
  border-right: 11px solid #fff;
  border-bottom: 24px solid transparent;
}
#a0f4ca741fa4b9a .menu-list .sub-menu a:hover {
  background: #b3b3b3;
  background: -moz-linear-gradient(top, #b3b3b3 0%, #b3b3b3 50%, #cccccc 51%, #cccccc 100%);
  background: -webkit-linear-gradient(top, #b3b3b3 0%, #b3b3b3 50%, #cccccc 51%, #cccccc 100%);
  background: linear-gradient(to bottom, #b3b3b3 0%, #b3b3b3 50%, #cccccc 51%, #cccccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@subBgColor', endColorstr='lighten(@subBgColor, 10%);', GradientType=0);
  transition: all 0.3s;
  border-bottom: 1px solid #e5e5e5;
}
#a0f4ca741fa4b9a .menu-list .sub-menu a:last-child {
  border: none;
}
#a462ca6db5a913e > .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-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a1c42a9705aa6dc > .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;}#a1c42a9705aa6dc  > .ele-wrap:hover {border-bottom-width: 3px;border-bottom-style: solid;border-bottom-color: rgba(15, 181, 185, 1);border-bottom-right-radius: 100px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a63cfa873ca05b4 {
  overflow: hidden;
}
#a63cfa873ca05b4 , #a63cfa873ca05b4 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 24px;font-family: inherit;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa7f8a4267af0da .ap-category-filter ul li.active {
  border-color: #0fb5b9;
  color: #0fb5b9;
}
#aa7f8a4267af0da .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aa7f8a4267af0da .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#aa7f8a4267af0da .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#aa7f8a4267af0da .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#aa7f8a4267af0da .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#aa7f8a4267af0da .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#aa7f8a4267af0da .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#aa7f8a4267af0da .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#aa7f8a4267af0da .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#aa7f8a4267af0da .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#aa7f8a4267af0da .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#aa7f8a4267af0da .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#aa7f8a4267af0da .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#aa7f8a4267af0da .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#aa7f8a4267af0da .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#aa7f8a4267af0da .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#aa7f8a4267af0da .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#aa7f8a4267af0da .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#aa7f8a4267af0da .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#aa7f8a4267af0da .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}
#aa7f8a4267af0da .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#aa7f8a4267af0da .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#aa7f8a4267af0da .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
}
#aa7f8a4267af0da .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#aa7f8a4267af0da .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#aa7f8a4267af0da .ele-article-list .pic-article:hover .category {
  color: auto;
}
#aa7f8a4267af0da .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#aa7f8a4267af0da .ele-article-list .pic-article:hover .time {
  color: auto;
}
#aa7f8a4267af0da .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#aa7f8a4267af0da .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
}
#aa7f8a4267af0da .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#aa7f8a4267af0da .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#aa7f8a4267af0da .ele-article-list .text-article:hover .time {
  color: auto;
}
#ac967a2132a91dc > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a554ca9127a18c4 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ad96cab7c4ae95e .ele-wrap {color: #ffffff;font-size: 16px;background-color: transparent;border-style: solid;justify-content: center;}#ad96cab7c4ae95e .ele-wrap:hover {color: #d03322;}#aabb2a202fa32b7 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a1b54a0294ac26b .ele-wrap {color: #ffffff;font-size: 16px;background-color: transparent;border-style: solid;justify-content: center;}#a1b54a0294ac26b .ele-wrap:hover {color: #d03322;}#ac2eea477bae93d > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a11dfa6fd4ac4db .ele-wrap {color: #ffffff;font-size: 16px;background-color: transparent;border-style: solid;justify-content: center;}#a11dfa6fd4ac4db .ele-wrap:hover {color: #d03322;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8796ad093a1288 {
  pointer-events: none;
}
#a8796ad093a1288 .menu-list {
  width: 100%;
  background: #2d2d2e;
}
#a8796ad093a1288 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a8796ad093a1288 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a8796ad093a1288 .menu-list .menu-header {
  background-color: #2d2d2e;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  bold: false;
  font-family: NotoSansSC-Thin;
  font-size: 20px;
}
#a8796ad093a1288 .menu-list .menu-header svg,
#a8796ad093a1288 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a8796ad093a1288 .menu-list > ul {
  position: relative;
}
#a8796ad093a1288 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a8796ad093a1288 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #2d2d2e;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #fff;
  height: 50px;
  line-height: 50px;
}
#a8796ad093a1288 .menu-list > ul > li.active > a,
#a8796ad093a1288 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #2d2d2e;
  border-bottom-color: transparent;
  background-color: #2d2d2e;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #d03322;
}
#a8796ad093a1288 .menu-list > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ff4100;
  background-color: #2d2d2e;
}
#a8796ad093a1288 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a8796ad093a1288 .menu-list > ul > li a img,
#a8796ad093a1288 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a8796ad093a1288 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 133px;
  top: 25px;
  width: 250px;
  background-color: #383838;
  border-left: none;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a8796ad093a1288 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a8796ad093a1288 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  line-height: 50px;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #2d2d2e;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffd0c0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3a29a83e6a382f > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aa247adb5ba334c .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1611034745415.jpeg);background-size: cover;background-repeat: no-repeat;border-radius: 0px;font-size: 14px;}#aa247adb5ba334c .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#aa9a4aa30dacde6 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/a5c59a1002a97a9/1611034740599.jpeg);background-size: contain;background-repeat: no-repeat;background-position: center left;border-radius: 0px;font-size: 14px;}#aa9a4aa30dacde6 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a8dfeabce3affdc .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1615174318614.jpeg);background-size: contain;background-repeat: no-repeat;background-position: center center;border-radius: 0px;font-size: 14px;justify-content: center;}#a8dfeabce3affdc .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a2e58ab167aa6ce .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/a5c59a1002a97a9/1611036366133.png);background-size: contain;background-repeat: no-repeat;background-position: center center;border-radius: 0px;font-size: 14px;justify-content: center;}#a2e58ab167aa6ce .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a45f3a7715af17c .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1611034728726.jpeg);background-size: cover;background-repeat: no-repeat;border-radius: 0px;font-size: 14px;}#a45f3a7715af17c .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a119ea6b95aff8f .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1611034727056.jpeg);background-size: cover;background-repeat: no-repeat;border-radius: 0px;font-size: 14px;}#a119ea6b95aff8f .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#afd6aa3a8baf4fb > .ele-wrap {background-color: rgba(45, 45, 46, 1);border-bottom-color: rgba(59, 66, 74, 1);border-bottom-width: 1px;border-bottom-style: solid;}#afd6aa3a8baf4fb  > .ele-wrap:hover {border-bottom-color: rgba(59, 66, 74, 1);border-bottom-width: 1px;border-bottom-style: solid;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af24ca6cddaeb44 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#af24ca6cddaeb44 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#af24ca6cddaeb44 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 50px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#af24ca6cddaeb44 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#af24ca6cddaeb44 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list > li.active > a:before,
#af24ca6cddaeb44 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#af24ca6cddaeb44 .menu-list > li ul li {
  position: relative;
}
#af24ca6cddaeb44 .menu-list > li ul li:hover > a {
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-size: auto;
  background-position: center center;
  background-color: #09c4ab;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#af24ca6cddaeb44 .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list li ul li a:active,
#af24ca6cddaeb44 .menu-list li ul li a.active,
#af24ca6cddaeb44 .menu-list li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list li ul,
#af24ca6cddaeb44 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #09c4ab;
}
#af24ca6cddaeb44 .menu-list li ul.menu-b > li,
#af24ca6cddaeb44 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#af24ca6cddaeb44 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#af24ca6cddaeb44 .menu-list li:hover > ul {
  display: block;
}
#af24ca6cddaeb44 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a45bdab1c0a8fb9 > .ele-wrap {background-color: rgba(15, 181, 185, 1);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;
#a0f4ca741fa4b9a .menu-list {
  width: 100%;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #666666;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #e6e2e2;
  border-right-color: #e6e2e2;
  border-bottom-color: #e6e2e2;
  border-top-color: #e6e2e2;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: 0;
}
#a0f4ca741fa4b9a .menu-list .menu-item {
  border-top: 1px solid #f2f2f2;
  overflow: hidden;
}
#a0f4ca741fa4b9a .menu-list .menu-item > a {
  display: block;
  padding: 0 20px;
  line-height: 50px;
  background-color: #ffffff;
  color: #666666;
  position: relative;
}
#a0f4ca741fa4b9a .menu-list .menu-item > a img {
  width: 16px;
  margin-right: 6px;
}
#a0f4ca741fa4b9a .menu-list .menu-item > a:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #ffffff;
  right: 15px;
  bottom: -10px;
  z-index: 9;
}
#a0f4ca741fa4b9a .menu-list .menu-item > a i {
  margin-right: 10px;
}
#a0f4ca741fa4b9a .menu-list .menu-item > a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0fb5b9;
}
#a0f4ca741fa4b9a .menu-list .sub-menu {
  background: #b3b3b3;
  overflow: hidden;
  display: none;
}
#a0f4ca741fa4b9a .menu-list .sub-menu a {
  display: block;
  padding: 0 20px;
  line-height: 50px;
  color: #fff;
  font-size: 14px;
  border-bottom: 1px solid #cccccc;
  position: relative;
}
#a0f4ca741fa4b9a .menu-list .sub-menu a:before {
  content: '';
  opacity: 0;
  transition: opacity 0.3s;
}
#a0f4ca741fa4b9a .menu-list .sub-menu a:hover:before {
  content: '';
  position: absolute;
  height: 0;
  width: 6px;
  left: 0;
  top: 0;
  opacity: 1;
  border-top: 24px solid transparent;
  border-left: 11px solid #fff;
  border-bottom: 24px solid transparent;
}
#a0f4ca741fa4b9a .menu-list .sub-menu a:after {
  content: '';
  opacity: 0;
  transition: opacity 0.3s;
}
#a0f4ca741fa4b9a .menu-list .sub-menu a:hover:after {
  content: '';
  position: absolute;
  height: 0;
  width: 6px;
  right: 0px;
  top: 0;
  opacity: 1;
  border-top: 24px solid transparent;
  border-right: 11px solid #fff;
  border-bottom: 24px solid transparent;
}
#a0f4ca741fa4b9a .menu-list .sub-menu a:hover {
  background: #b3b3b3;
  background: -moz-linear-gradient(top, #b3b3b3 0%, #b3b3b3 50%, #cccccc 51%, #cccccc 100%);
  background: -webkit-linear-gradient(top, #b3b3b3 0%, #b3b3b3 50%, #cccccc 51%, #cccccc 100%);
  background: linear-gradient(to bottom, #b3b3b3 0%, #b3b3b3 50%, #cccccc 51%, #cccccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@subBgColor', endColorstr='lighten(@subBgColor, 10%);', GradientType=0);
  transition: all 0.3s;
  border-bottom: 1px solid #e5e5e5;
}
#a0f4ca741fa4b9a .menu-list .sub-menu a:last-child {
  border: none;
}
#a462ca6db5a913e > .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-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a1c42a9705aa6dc > .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;}#a1c42a9705aa6dc  > .ele-wrap:hover {border-bottom-width: 3px;border-bottom-style: solid;border-bottom-color: rgba(15, 181, 185, 1);border-bottom-right-radius: 100px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a63cfa873ca05b4 {
  overflow: hidden;
}
#a63cfa873ca05b4 , #a63cfa873ca05b4 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 24px;font-family: inherit;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa7f8a4267af0da .ap-category-filter ul li.active {
  border-color: #0fb5b9;
  color: #0fb5b9;
}
#aa7f8a4267af0da .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aa7f8a4267af0da .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#aa7f8a4267af0da .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#aa7f8a4267af0da .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#aa7f8a4267af0da .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#aa7f8a4267af0da .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#aa7f8a4267af0da .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#aa7f8a4267af0da .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#aa7f8a4267af0da .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#aa7f8a4267af0da .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#aa7f8a4267af0da .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#aa7f8a4267af0da .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#aa7f8a4267af0da .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#aa7f8a4267af0da .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#aa7f8a4267af0da .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#aa7f8a4267af0da .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#aa7f8a4267af0da .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#aa7f8a4267af0da .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#aa7f8a4267af0da .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#aa7f8a4267af0da .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}
#aa7f8a4267af0da .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#aa7f8a4267af0da .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#aa7f8a4267af0da .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
}
#aa7f8a4267af0da .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#aa7f8a4267af0da .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#aa7f8a4267af0da .ele-article-list .pic-article:hover .category {
  color: auto;
}
#aa7f8a4267af0da .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#aa7f8a4267af0da .ele-article-list .pic-article:hover .time {
  color: auto;
}
#aa7f8a4267af0da .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#aa7f8a4267af0da .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
}
#aa7f8a4267af0da .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#aa7f8a4267af0da .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#aa7f8a4267af0da .ele-article-list .text-article:hover .time {
  color: auto;
}
#ac967a2132a91dc > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a554ca9127a18c4 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ad96cab7c4ae95e .ele-wrap {color: #ffffff;font-size: 16px;background-color: transparent;border-style: solid;justify-content: center;}#ad96cab7c4ae95e .ele-wrap:hover {color: #d03322;}#aabb2a202fa32b7 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a1b54a0294ac26b .ele-wrap {color: #ffffff;font-size: 16px;background-color: transparent;border-style: solid;justify-content: center;}#a1b54a0294ac26b .ele-wrap:hover {color: #d03322;}#ac2eea477bae93d > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a11dfa6fd4ac4db .ele-wrap {color: #ffffff;font-size: 16px;background-color: transparent;border-style: solid;justify-content: center;}#a11dfa6fd4ac4db .ele-wrap:hover {color: #d03322;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8796ad093a1288 {
  pointer-events: none;
}
#a8796ad093a1288 .menu-list {
  width: 100%;
  background: #2d2d2e;
}
#a8796ad093a1288 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a8796ad093a1288 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a8796ad093a1288 .menu-list .menu-header {
  background-color: #2d2d2e;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  bold: false;
  font-family: NotoSansSC-Thin;
  font-size: 20px;
}
#a8796ad093a1288 .menu-list .menu-header svg,
#a8796ad093a1288 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a8796ad093a1288 .menu-list > ul {
  position: relative;
}
#a8796ad093a1288 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a8796ad093a1288 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #2d2d2e;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #fff;
  height: 50px;
  line-height: 50px;
}
#a8796ad093a1288 .menu-list > ul > li.active > a,
#a8796ad093a1288 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #2d2d2e;
  border-bottom-color: transparent;
  background-color: #2d2d2e;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #d03322;
}
#a8796ad093a1288 .menu-list > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ff4100;
  background-color: #2d2d2e;
}
#a8796ad093a1288 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a8796ad093a1288 .menu-list > ul > li a img,
#a8796ad093a1288 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a8796ad093a1288 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 133px;
  top: 25px;
  width: 250px;
  background-color: #383838;
  border-left: none;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a8796ad093a1288 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a8796ad093a1288 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  line-height: 50px;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #2d2d2e;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffd0c0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3a29a83e6a382f > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aa247adb5ba334c .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1611034745415.jpeg);background-size: cover;background-repeat: no-repeat;border-radius: 0px;font-size: 14px;}#aa247adb5ba334c .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#aa9a4aa30dacde6 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/a5c59a1002a97a9/1611034740599.jpeg);background-size: contain;background-repeat: no-repeat;background-position: center left;border-radius: 0px;font-size: 14px;}#aa9a4aa30dacde6 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a8dfeabce3affdc .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1615174318614.jpeg);background-size: contain;background-repeat: no-repeat;background-position: center center;border-radius: 0px;font-size: 14px;justify-content: center;}#a8dfeabce3affdc .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a2e58ab167aa6ce .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/a5c59a1002a97a9/1611036366133.png);background-size: contain;background-repeat: no-repeat;background-position: center center;border-radius: 0px;font-size: 14px;justify-content: center;}#a2e58ab167aa6ce .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a45f3a7715af17c .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1611034728726.jpeg);background-size: cover;background-repeat: no-repeat;border-radius: 0px;font-size: 14px;}#a45f3a7715af17c .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a119ea6b95aff8f .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1611034727056.jpeg);background-size: cover;background-repeat: no-repeat;border-radius: 0px;font-size: 14px;}#a119ea6b95aff8f .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#afd6aa3a8baf4fb > .ele-wrap {background-color: rgba(45, 45, 46, 1);border-bottom-color: rgba(59, 66, 74, 1);border-bottom-width: 1px;border-bottom-style: solid;}#afd6aa3a8baf4fb  > .ele-wrap:hover {border-bottom-color: rgba(59, 66, 74, 1);border-bottom-width: 1px;border-bottom-style: solid;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a37c8aca93a917c .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af24ca6cddaeb44 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#af24ca6cddaeb44 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#af24ca6cddaeb44 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 50px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#af24ca6cddaeb44 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#af24ca6cddaeb44 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list > li.active > a:before,
#af24ca6cddaeb44 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#af24ca6cddaeb44 .menu-list > li ul li {
  position: relative;
}
#af24ca6cddaeb44 .menu-list > li ul li:hover > a {
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-size: auto;
  background-position: center center;
  background-color: #09c4ab;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#af24ca6cddaeb44 .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list li ul li a:active,
#af24ca6cddaeb44 .menu-list li ul li a.active,
#af24ca6cddaeb44 .menu-list li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list li ul,
#af24ca6cddaeb44 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #09c4ab;
}
#af24ca6cddaeb44 .menu-list li ul.menu-b > li,
#af24ca6cddaeb44 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#af24ca6cddaeb44 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#af24ca6cddaeb44 .menu-list li:hover > ul {
  display: block;
}
#af24ca6cddaeb44 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ae2e3a42b7a9ba9 [data-item*=".abstract"], #ae2e3a42b7a9ba9 [data-item*=".abstract"] a {show: true;}#ae2e3a42b7a9ba9 [data-item*=".subTitle"], #ae2e3a42b7a9ba9 [data-item*=".subTitle"] a {show: false;}#ae2e3a42b7a9ba9 [data-item*=".category"], #ae2e3a42b7a9ba9 [data-item*=".category"] a {show: false;}#ae2e3a42b7a9ba9 [data-item="items"] .img {background-size: contain;}#ac967a2132a91dc > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a554ca9127a18c4 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ad96cab7c4ae95e .ele-wrap {color: #ffffff;font-size: 16px;background-color: transparent;border-style: solid;justify-content: center;}#ad96cab7c4ae95e .ele-wrap:hover {color: #d03322;}#aabb2a202fa32b7 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a1b54a0294ac26b .ele-wrap {color: #ffffff;font-size: 16px;background-color: transparent;border-style: solid;justify-content: center;}#a1b54a0294ac26b .ele-wrap:hover {color: #d03322;}#ac2eea477bae93d > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a11dfa6fd4ac4db .ele-wrap {color: #ffffff;font-size: 16px;background-color: transparent;border-style: solid;justify-content: center;}#a11dfa6fd4ac4db .ele-wrap:hover {color: #d03322;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8796ad093a1288 {
  pointer-events: none;
}
#a8796ad093a1288 .menu-list {
  width: 100%;
  background: #2d2d2e;
}
#a8796ad093a1288 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a8796ad093a1288 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a8796ad093a1288 .menu-list .menu-header {
  background-color: #2d2d2e;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  bold: false;
  font-family: NotoSansSC-Thin;
  font-size: 20px;
}
#a8796ad093a1288 .menu-list .menu-header svg,
#a8796ad093a1288 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a8796ad093a1288 .menu-list > ul {
  position: relative;
}
#a8796ad093a1288 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a8796ad093a1288 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #2d2d2e;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #fff;
  height: 50px;
  line-height: 50px;
}
#a8796ad093a1288 .menu-list > ul > li.active > a,
#a8796ad093a1288 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #2d2d2e;
  border-bottom-color: transparent;
  background-color: #2d2d2e;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #d03322;
}
#a8796ad093a1288 .menu-list > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ff4100;
  background-color: #2d2d2e;
}
#a8796ad093a1288 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a8796ad093a1288 .menu-list > ul > li a img,
#a8796ad093a1288 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a8796ad093a1288 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 133px;
  top: 25px;
  width: 250px;
  background-color: #383838;
  border-left: none;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a8796ad093a1288 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a8796ad093a1288 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  line-height: 50px;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #2d2d2e;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffd0c0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3a29a83e6a382f > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aa247adb5ba334c .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1611034745415.jpeg);background-size: cover;background-repeat: no-repeat;border-radius: 0px;font-size: 14px;}#aa247adb5ba334c .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#aa9a4aa30dacde6 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/a5c59a1002a97a9/1611034740599.jpeg);background-size: contain;background-repeat: no-repeat;background-position: center left;border-radius: 0px;font-size: 14px;}#aa9a4aa30dacde6 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a8dfeabce3affdc .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1615174318614.jpeg);background-size: contain;background-repeat: no-repeat;background-position: center center;border-radius: 0px;font-size: 14px;justify-content: center;}#a8dfeabce3affdc .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a2e58ab167aa6ce .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/a5c59a1002a97a9/1611036366133.png);background-size: contain;background-repeat: no-repeat;background-position: center center;border-radius: 0px;font-size: 14px;justify-content: center;}#a2e58ab167aa6ce .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a45f3a7715af17c .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1611034728726.jpeg);background-size: cover;background-repeat: no-repeat;border-radius: 0px;font-size: 14px;}#a45f3a7715af17c .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a119ea6b95aff8f .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1611034727056.jpeg);background-size: cover;background-repeat: no-repeat;border-radius: 0px;font-size: 14px;}#a119ea6b95aff8f .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#afd6aa3a8baf4fb > .ele-wrap {background-color: rgba(45, 45, 46, 1);border-bottom-color: rgba(59, 66, 74, 1);border-bottom-width: 1px;border-bottom-style: solid;}#afd6aa3a8baf4fb  > .ele-wrap:hover {border-bottom-color: rgba(59, 66, 74, 1);border-bottom-width: 1px;border-bottom-style: solid;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae3c1ab775a0bd1 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5973ae480a0389 .uk-container {
  overflow: hidden;
}
#a5973ae480a0389 .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%;
  }
}
#a5973ae480a0389 .uk-button:hover {
  color: #666666 !important;
  background: #fff;
}
#a5973ae480a0389 .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;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8650a9ea3a8c6d .uk-slider {
  padding-top: 30px;
}
#a8650a9ea3a8c6d .uk-slider-nav {
  position: absolute;
  right: 0;
  top: 10px;
}
#a8650a9ea3a8c6d .uk-card-media-top {
  overflow: hidden;
}
#a8650a9ea3a8c6d .img-wrap {
  overflow: hidden;
  transition: all 0.2s ease-in;
}
#a8650a9ea3a8c6d .uk-card:hover .img-wrap {
  transform: scale(1.2);
}
#a8650a9ea3a8c6d .uk-card {
  border: 1px solid #ececec;
}
#a8650a9ea3a8c6d .uk-dotnav > * {
  padding-left: 6px;
}
#a8650a9ea3a8c6d .uk-dotnav > * > * {
  width: 6px;
  height: 6px;
  border: none;
  transform: all .2s ease;
  background-color: #6ef0f3;
}
#a8650a9ea3a8c6d .uk-dotnav > .uk-active > * {
  width: 10px;
  height: 10px;
  margin-top: -2px;
  background-color: #0fb5b9;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4cdda6300aa010 .el-process-item {
  position: relative;
}
#a4cdda6300aa010 .el-process-item-index {
  height: 50px;
  width: 50px;
  line-height: 50px;
  margin: 0 auto;
  border: 1px solid #999999;
  font-weight: 700;
  font-size: 26px;
}
#a4cdda6300aa010 .el-process-item-linker {
  position: absolute;
  height: 1px;
  top: 25px;
  left: calc(50% - -52px);
  overflow: hidden;
  background: #999999;
  width: calc(100% - 82px);
}
@media (max-width: 960px) {
  #a4cdda6300aa010 .el-process-item .el-process-item-linker {
    display: none;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af24ca6cddaeb44 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#af24ca6cddaeb44 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#af24ca6cddaeb44 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 50px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#af24ca6cddaeb44 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#af24ca6cddaeb44 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list > li.active > a:before,
#af24ca6cddaeb44 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#af24ca6cddaeb44 .menu-list > li ul li {
  position: relative;
}
#af24ca6cddaeb44 .menu-list > li ul li:hover > a {
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-size: auto;
  background-position: center center;
  background-color: #09c4ab;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#af24ca6cddaeb44 .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list li ul li a:active,
#af24ca6cddaeb44 .menu-list li ul li a.active,
#af24ca6cddaeb44 .menu-list li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list li ul,
#af24ca6cddaeb44 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #09c4ab;
}
#af24ca6cddaeb44 .menu-list li ul.menu-b > li,
#af24ca6cddaeb44 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#af24ca6cddaeb44 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#af24ca6cddaeb44 .menu-list li:hover > ul {
  display: block;
}
#af24ca6cddaeb44 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ab23aab08aae9d4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;border-top-left-radius: 8px;border-top-right-radius: 8px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 4px 13px 0px rgba(228, 228, 228, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a922fa847ea91c8 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a922fa847ea91c8 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a8d0ea0989abced > .ele-wrap {background-image: url(/resources/upload/a5c59a1002a97a9/1611303143269.jpeg);background-size: auto;background-repeat: no-repeat;background-position: bottom center;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a9aa7a9592a2df9 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a2230ae088a245b .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/a5c59a1002a97a9/1611302373570.png);background-size: auto;background-repeat: no-repeat;background-position: top center;}#a2230ae088a245b .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/a5c59a1002a97a9/1611302405109.png);background-position: top center;background-size: auto;background-repeat: no-repeat;}#a53eca47b1a29ef .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/a5c59a1002a97a9/1611302373570.png);background-size: auto;background-repeat: no-repeat;background-position: top center;}#a53eca47b1a29ef .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/a5c59a1002a97a9/1611302405109.png);background-position: top center;background-size: auto;background-repeat: no-repeat;}#a2ea2ac12aae833 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/a5c59a1002a97a9/1611302373570.png);background-size: auto;background-repeat: no-repeat;background-position: top center;}#a2ea2ac12aae833 .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/a5c59a1002a97a9/1611302405109.png);background-position: top center;background-size: auto;background-repeat: no-repeat;}#a8468a5988aeca8 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/a5c59a1002a97a9/1611302373570.png);background-size: auto;background-repeat: no-repeat;background-position: top center;}#a8468a5988aeca8 .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/a5c59a1002a97a9/1611302405109.png);background-position: top center;background-size: auto;background-repeat: no-repeat;}#a5077a239cabb2f .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/a5c59a1002a97a9/1611302373570.png);background-size: auto;background-repeat: no-repeat;background-position: top center;}#a5077a239cabb2f .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/a5c59a1002a97a9/1611302405109.png);background-position: top center;background-size: auto;background-repeat: no-repeat;}#a83a0a2b0aaeb6d > .ele-wrap {background-color: rgba(255, 165, 0, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a470ca2b1bad8c2 > .ele-wrap {background-color: rgba(255, 165, 0, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ae782a8016a4c6e > .ele-wrap {background-color: rgba(255, 165, 0, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aa820a9308ad851 > .ele-wrap {background-color: rgba(255, 165, 0, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a739fa3df9a1f58 > .ele-wrap {background-color: rgba(255, 165, 0, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a47d4ae4c9a4325 > .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: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 4px 13px 0px rgba(210, 208, 208, 1);}#a74e7ac2f6af622 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a4484ab6e2a6a82 > .ele-wrap {background-color: orange;background-image: url(/resources/upload/2c01a12dbcee/1570692205609.png);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;}#a4484ab6e2a6a82  > .ele-wrap:hover {border-top-color: rgba(15, 181, 185, 1);border-top-width: 1px;border-top-style: solid;border-top-left-radius: 0px;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-right-color: rgba(15, 181, 185, 1);border-left-color: rgba(15, 181, 185, 1);border-bottom-color: rgba(15, 181, 185, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa511a0b19a281f .img-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a6bcface94a0073 .ele-wrap {border-color: rgba(204, 204, 204, 1);border-width: 1px;border-style: solid;color: #444444;background-color: transparent;border-radius: 25px;font-size: 14px;}#a6bcface94a0073 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a5fa3aef9eaa85e > .ele-wrap {background-color: orange;background-image: url(/resources/upload/2c01a12dbcee/1570692205609.png);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a5fa3aef9eaa85e  > .ele-wrap:hover {border-bottom-width: 1px;border-bottom-style: solid;border-top-width: 1px;border-top-color: rgba(15, 181, 185, 1);border-top-style: solid;border-top-left-radius: 0px;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-right-color: rgba(15, 181, 185, 1);border-left-color: rgba(15, 181, 185, 1);border-bottom-color: rgba(15, 181, 185, 1);border-right-width: 1px;border-left-width: 1px;border-right-style: solid;border-left-style: solid;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4569a24dfa7d2b .img-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a0fd0af196a2eef .ele-wrap {border-color: rgba(204, 204, 204, 1);border-width: 1px;border-style: solid;color: #444444;background-color: transparent;border-radius: 25px;font-size: 14px;}#a0fd0af196a2eef .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#ad19aa1c21a0439 > .ele-wrap {background-color: orange;background-image: url(/resources/upload/2c01a12dbcee/1570692205609.png);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ad19aa1c21a0439  > .ele-wrap:hover {border-bottom-width: 1px;border-bottom-style: solid;border-top-width: 1px;border-top-color: rgba(15, 181, 185, 1);border-top-style: solid;border-top-left-radius: 0px;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-right-color: rgba(15, 181, 185, 1);border-left-color: rgba(15, 181, 185, 1);border-bottom-color: rgba(15, 181, 185, 1);border-right-width: 1px;border-left-width: 1px;border-right-style: solid;border-left-style: solid;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a679da76baadba1 .img-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a9a04aa17fa335c .ele-wrap {border-color: rgba(204, 204, 204, 1);border-width: 1px;border-style: solid;color: #444444;background-color: transparent;border-radius: 25px;font-size: 14px;}#a9a04aa17fa335c .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a5bbaa0adfaea4a > .ele-wrap {border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-style: none;border-right-style: none;border-left-style: none;border-top-style: none;}#aeb16af229ad7bb > .ele-wrap {background-color: rgba(0, 0, 0, 1);background-image: url(/resources/upload/a5c59a1002a97a9/1611626294422.jpeg);background-size: cover;background-repeat: no-repeat;background-position: center left;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;}#aeb16af229ad7bb  > .ele-wrap:hover {border-top-right-radius: 0px;}#aa76ea88fda4c6f .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #09c4ab;background-color: rgba(255, 255, 255, 1);border-radius: 25px;font-size: 14px;}#aa76ea88fda4c6f .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a316eaae6cabfd9 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a3ee4a0eb8a0295 > .ele-wrap {background-color: orange;background-image: url(/resources/upload/2c01a12dbcee/1570692205609.png);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a3ee4a0eb8a0295  > .ele-wrap:hover {border-bottom-width: 1px;border-bottom-style: solid;border-top-width: 1px;border-top-style: solid;border-top-color: rgba(15, 181, 185, 1);border-top-left-radius: 0px;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-right-color: rgba(15, 181, 185, 1);border-left-color: rgba(15, 181, 185, 1);border-bottom-color: rgba(15, 181, 185, 1);border-right-width: 1px;border-left-width: 1px;border-right-style: solid;border-left-style: solid;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#add2fa314badcd5 .img-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#ab53ca7d12a5041 .ele-wrap {border-color: rgba(204, 204, 204, 1);border-width: 1px;border-style: solid;color: #444444;background-color: transparent;border-radius: 25px;font-size: 14px;}#ab53ca7d12a5041 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a90ecaf99da5069 > .ele-wrap {background-color: orange;background-image: url(/resources/upload/2c01a12dbcee/1570692205609.png);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a90ecaf99da5069  > .ele-wrap:hover {border-bottom-width: 1px;border-bottom-style: solid;border-top-width: 1px;border-top-color: rgba(15, 181, 185, 1);border-top-style: solid;border-top-left-radius: 0px;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-right-color: rgba(15, 181, 185, 1);border-left-color: rgba(15, 181, 185, 1);border-bottom-color: rgba(15, 181, 185, 1);border-right-width: 1px;border-left-width: 1px;border-right-style: solid;border-left-style: solid;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae45cafc78a6598 .img-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a216aad3e8a620f .ele-wrap {border-color: rgba(204, 204, 204, 1);border-width: 1px;border-style: solid;color: #444444;background-color: transparent;border-radius: 25px;font-size: 14px;}#a216aad3e8a620f .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#af8c3af28daec49 > .ele-wrap {background-color: orange;background-image: url(/resources/upload/2c01a12dbcee/1570692205609.png);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-top-style: none;border-bottom-style: none;border-right-style: none;border-left-style: none;}#af8c3af28daec49  > .ele-wrap:hover {border-bottom-width: 1px;border-bottom-style: solid;border-top-width: 1px;border-top-color: rgba(15, 181, 185, 1);border-top-style: solid;border-top-left-radius: 0px;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-right-color: rgba(15, 181, 185, 1);border-left-color: rgba(15, 181, 185, 1);border-bottom-color: rgba(15, 181, 185, 1);border-right-width: 1px;border-left-width: 1px;border-right-style: solid;border-left-style: solid;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1c5ca3a0fa4a1a .img-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a036ea39daa1d5a .ele-wrap {border-color: rgba(204, 204, 204, 1);border-width: 1px;border-style: solid;color: #444444;background-color: transparent;border-radius: 25px;font-size: 14px;}#a036ea39daa1d5a .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a13d0ab8eca3042 > .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: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 4px 13px 0px rgba(210, 208, 208, 1);}#af095a6fd3a6c6d > .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: 0px;border-bottom-width: 1px;border-right-width: 0px;border-top-width: 0px;border-bottom-color: rgba(242, 242, 242, 1);border-bottom-style: solid;}#a5077a7c95a631a > .ele-wrap {background-color: orange;background-image: url(/resources/upload/2c01a12dbcee/1570692205609.png);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a5077a7c95a631a  > .ele-wrap:hover {border-bottom-width: 1px;border-bottom-style: solid;border-top-width: 1px;border-top-style: solid;border-top-left-radius: 0px;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-top-color: rgba(9, 196, 171, 1);border-right-color: rgba(9, 196, 171, 1);border-left-color: rgba(9, 196, 171, 1);border-bottom-color: rgba(9, 196, 171, 1);border-right-width: 1px;border-left-width: 1px;border-right-style: solid;border-left-style: solid;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3673a8a3fa607b .img-wrap {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
}
#a40c1a6d3ea0ae0 > .ele-wrap {background-color: orange;background-image: url(/resources/upload/2c01a12dbcee/1570692205609.png);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a40c1a6d3ea0ae0  > .ele-wrap:hover {border-bottom-width: 1px;border-bottom-style: solid;border-top-width: 1px;border-top-style: solid;border-top-color: rgba(9, 196, 171, 1);border-right-color: rgba(9, 196, 171, 1);border-left-color: rgba(9, 196, 171, 1);border-bottom-color: rgba(9, 196, 171, 1);border-right-width: 1px;border-left-width: 1px;border-right-style: solid;border-left-style: solid;border-top-left-radius: 0px;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9d11ac821a823b .img-wrap {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
}
#a7ceca057aa547b > .ele-wrap {background-color: orange;background-image: url(/resources/upload/2c01a12dbcee/1570692205609.png);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a7ceca057aa547b  > .ele-wrap:hover {border-bottom-width: 1px;border-bottom-style: solid;border-top-width: 1px;border-top-style: solid;border-top-left-radius: 0px;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-top-color: rgba(9, 196, 171, 1);border-right-color: rgba(9, 196, 171, 1);border-left-color: rgba(9, 196, 171, 1);border-bottom-color: rgba(9, 196, 171, 1);border-right-width: 1px;border-left-width: 1px;border-right-style: solid;border-left-style: solid;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8cfaa4f84a1541 .img-wrap {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
}
#af42dade28aea37 > .ele-wrap {background-color: orange;background-image: url(/resources/upload/a5c59a1002a97a9/1611708786683.jpeg);background-size: cover;background-repeat: no-repeat;background-position: center center;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;}#aa02ca6665aa0a3 .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #09c4ab;background-color: rgba(255, 255, 255, 1);border-radius: 25px;font-size: 14px;}#aa02ca6665aa0a3 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a6558a6e68ac4d9 > .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: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-style: none;}#a8707a3ca1ad3ba > .ele-wrap {background-color: orange;background-image: url(/resources/upload/2c01a12dbcee/1570692205609.png);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a8707a3ca1ad3ba  > .ele-wrap:hover {border-bottom-width: 1px;border-bottom-style: solid;border-top-width: 1px;border-top-style: solid;border-top-color: rgba(9, 196, 171, 1);border-right-color: rgba(9, 196, 171, 1);border-left-color: rgba(9, 196, 171, 1);border-bottom-color: rgba(9, 196, 171, 1);border-right-width: 1px;border-left-width: 1px;border-right-style: solid;border-left-style: solid;border-top-left-radius: 0px;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aeaa4a3a32a5b1d .img-wrap {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
}
#a599aaf0faac74a > .ele-wrap {background-color: orange;background-image: url(/resources/upload/2c01a12dbcee/1570692205609.png);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a599aaf0faac74a  > .ele-wrap:hover {border-bottom-width: 1px;border-bottom-style: solid;border-top-width: 1px;border-top-style: solid;border-top-color: rgba(9, 196, 171, 1);border-right-color: rgba(9, 196, 171, 1);border-left-color: rgba(9, 196, 171, 1);border-bottom-color: rgba(9, 196, 171, 1);border-right-width: 1px;border-left-width: 1px;border-right-style: solid;border-left-style: solid;border-top-left-radius: 0px;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a44dbaf56ca6daa .img-wrap {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
}
#ab86bac34daf8a1 > .ele-wrap {background-color: orange;background-image: url(/resources/upload/2c01a12dbcee/1570692205609.png);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ab86bac34daf8a1  > .ele-wrap:hover {border-bottom-width: 1px;border-bottom-style: solid;border-top-width: 1px;border-top-style: solid;border-top-left-radius: 0px;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-top-color: rgba(9, 196, 171, 1);border-right-color: rgba(9, 196, 171, 1);border-left-color: rgba(9, 196, 171, 1);border-bottom-color: rgba(9, 196, 171, 1);border-right-width: 1px;border-left-width: 1px;border-right-style: solid;border-left-style: solid;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad6fdab423a08aa .img-wrap {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
}
#ac963adf61a05ee > .ele-wrap {background-image: url(/resources/upload/a5c59a1002a97a9/1611708788234.jpeg);background-size: cover;background-repeat: no-repeat;background-position: center center;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;}#ac963adf61a05ee  > .ele-wrap:hover {border-top-right-radius: 0px;}#a4830aa8a2a2aab .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #09c4ab;background-color: rgba(255, 255, 255, 1);border-radius: 25px;font-size: 14px;}#a4830aa8a2a2aab .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a8650a9ea3a8c6d [data-item*=".abstract"], #a8650a9ea3a8c6d [data-item*=".abstract"] a {show: false;}#a8650a9ea3a8c6d [data-item*=".subTitle"], #a8650a9ea3a8c6d [data-item*=".subTitle"] a {show: false;}#a8650a9ea3a8c6d [data-item*=".category"], #a8650a9ea3a8c6d [data-item*=".category"] a {show: true;}#a8650a9ea3a8c6d [data-item="items"] .img {background-size: cover;}#aec70a035ba8f98 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;border-top-left-radius: 8px;border-top-right-radius: 8px;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;
#a4fb6a291aad031 .uk-grid {
  margin-left: -15px;
}
#a4fb6a291aad031 .uk-grid > * {
  padding-left: 15px;
}
#a4fb6a291aad031 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4fb6a291aad031 .ap-category-filter ul li.active {
  border-color: #0fb5b9;
  color: #0fb5b9;
}
#a4fb6a291aad031 .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: none;
}
#a4fb6a291aad031 .article .info {
  padding: 10px 10px;
  position: relative;
}
#a4fb6a291aad031 .article .info p {
  margin: 10px 0 10px;
}
#a4fb6a291aad031 .article svg {
  fill: currentColor;
}
#a4fb6a291aad031 .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 20px;
  color: #b4b4b4;
}
#a4fb6a291aad031 .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 10px;
  color: #b4b4b4;
}
#a4fb6a291aad031 .article.list-icon .info {
  padding-left: 25px;
}
#a4fb6a291aad031 .article .datetime {
  position: absolute;
  right: 10px;
  top: 10px;
}
#a4fb6a291aad031 .article .title {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#a4fb6a291aad031 .article .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a4fb6a291aad031 .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#a4fb6a291aad031 .article:hover .title {
  color: #0fb5b9;
}
#a4fb6a291aad031 .article:hover .datetime {
  color: #0fb5b9;
}
#a4fb6a291aad031 .article:hover .category {
  color: #b6b6b6;
}
#a4fb6a291aad031 .article:hover .abstract {
  color: #0fb5b9;
}
#a4fb6a291aad031 .article:hover .btn_icon {
  color: #b6b6b6;
}
#a4fb6a291aad031 .article:hover .list_icon {
  color: #0fb5b9;
}
#a5a8eab10fa43c6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;border-top-left-radius: 8px;border-top-right-radius: 8px;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;
#ace30ac43ca0ed1 .uk-grid {
  margin-left: -15px;
}
#ace30ac43ca0ed1 .uk-grid > * {
  padding-left: 15px;
}
#ace30ac43ca0ed1 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ace30ac43ca0ed1 .ap-category-filter ul li.active {
  border-color: #0fb5b9;
  color: #0fb5b9;
}
#ace30ac43ca0ed1 .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: none;
}
#ace30ac43ca0ed1 .article .info {
  padding: 10px 10px;
  position: relative;
}
#ace30ac43ca0ed1 .article .info p {
  margin: 10px 0 10px;
}
#ace30ac43ca0ed1 .article svg {
  fill: currentColor;
}
#ace30ac43ca0ed1 .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 20px;
  color: #b4b4b4;
}
#ace30ac43ca0ed1 .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 10px;
  color: #b4b4b4;
}
#ace30ac43ca0ed1 .article.list-icon .info {
  padding-left: 25px;
}
#ace30ac43ca0ed1 .article .datetime {
  position: absolute;
  right: 10px;
  top: 10px;
}
#ace30ac43ca0ed1 .article .title {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#ace30ac43ca0ed1 .article .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
}
#ace30ac43ca0ed1 .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#ace30ac43ca0ed1 .article:hover .title {
  color: #0fb5b9;
}
#ace30ac43ca0ed1 .article:hover .datetime {
  color: #0fb5b9;
}
#ace30ac43ca0ed1 .article:hover .category {
  color: #b6b6b6;
}
#ace30ac43ca0ed1 .article:hover .abstract {
  color: #0fb5b9;
}
#ace30ac43ca0ed1 .article:hover .btn_icon {
  color: #b6b6b6;
}
#ace30ac43ca0ed1 .article:hover .list_icon {
  color: #0fb5b9;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4230a3c87a2a9b a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #4a4a4a;
}
#a4230a3c87a2a9b .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a4230a3c87a2a9b .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
#ac967a2132a91dc > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a554ca9127a18c4 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ad96cab7c4ae95e .ele-wrap {color: #ffffff;font-size: 16px;background-color: transparent;border-style: solid;justify-content: center;}#ad96cab7c4ae95e .ele-wrap:hover {color: #d03322;}#aabb2a202fa32b7 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a1b54a0294ac26b .ele-wrap {color: #ffffff;font-size: 16px;background-color: transparent;border-style: solid;justify-content: center;}#a1b54a0294ac26b .ele-wrap:hover {color: #d03322;}#ac2eea477bae93d > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a11dfa6fd4ac4db .ele-wrap {color: #ffffff;font-size: 16px;background-color: transparent;border-style: solid;justify-content: center;}#a11dfa6fd4ac4db .ele-wrap:hover {color: #d03322;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8796ad093a1288 {
  pointer-events: none;
}
#a8796ad093a1288 .menu-list {
  width: 100%;
  background: #2d2d2e;
}
#a8796ad093a1288 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a8796ad093a1288 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a8796ad093a1288 .menu-list .menu-header {
  background-color: #2d2d2e;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  bold: false;
  font-family: NotoSansSC-Thin;
  font-size: 20px;
}
#a8796ad093a1288 .menu-list .menu-header svg,
#a8796ad093a1288 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a8796ad093a1288 .menu-list > ul {
  position: relative;
}
#a8796ad093a1288 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a8796ad093a1288 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #2d2d2e;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #fff;
  height: 50px;
  line-height: 50px;
}
#a8796ad093a1288 .menu-list > ul > li.active > a,
#a8796ad093a1288 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #2d2d2e;
  border-bottom-color: transparent;
  background-color: #2d2d2e;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #d03322;
}
#a8796ad093a1288 .menu-list > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ff4100;
  background-color: #2d2d2e;
}
#a8796ad093a1288 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a8796ad093a1288 .menu-list > ul > li a img,
#a8796ad093a1288 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a8796ad093a1288 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 133px;
  top: 25px;
  width: 250px;
  background-color: #383838;
  border-left: none;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a8796ad093a1288 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a8796ad093a1288 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  line-height: 50px;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #2d2d2e;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffd0c0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3a29a83e6a382f > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aa247adb5ba334c .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1611034745415.jpeg);background-size: cover;background-repeat: no-repeat;border-radius: 0px;font-size: 14px;}#aa247adb5ba334c .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#aa9a4aa30dacde6 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/a5c59a1002a97a9/1611034740599.jpeg);background-size: contain;background-repeat: no-repeat;background-position: center left;border-radius: 0px;font-size: 14px;}#aa9a4aa30dacde6 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a8dfeabce3affdc .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1615174318614.jpeg);background-size: contain;background-repeat: no-repeat;background-position: center center;border-radius: 0px;font-size: 14px;justify-content: center;}#a8dfeabce3affdc .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a2e58ab167aa6ce .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/a5c59a1002a97a9/1611036366133.png);background-size: contain;background-repeat: no-repeat;background-position: center center;border-radius: 0px;font-size: 14px;justify-content: center;}#a2e58ab167aa6ce .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a45f3a7715af17c .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1611034728726.jpeg);background-size: cover;background-repeat: no-repeat;border-radius: 0px;font-size: 14px;}#a45f3a7715af17c .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a119ea6b95aff8f .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1611034727056.jpeg);background-size: cover;background-repeat: no-repeat;border-radius: 0px;font-size: 14px;}#a119ea6b95aff8f .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#afd6aa3a8baf4fb > .ele-wrap {background-color: rgba(45, 45, 46, 1);border-bottom-color: rgba(59, 66, 74, 1);border-bottom-width: 1px;border-bottom-style: solid;}#afd6aa3a8baf4fb  > .ele-wrap:hover {border-bottom-color: rgba(59, 66, 74, 1);border-bottom-width: 1px;border-bottom-style: solid;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae3c1ab775a0bd1 .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;
#aa2b2adfe6a02e2 .el-process-item {
  position: relative;
}
#aa2b2adfe6a02e2 .el-process-item-index {
  height: 50px;
  width: 50px;
  line-height: 50px;
  margin: 0 auto;
  border: 1px solid #999999;
  font-weight: 700;
  font-size: 26px;
}
#aa2b2adfe6a02e2 .el-process-item-linker {
  position: absolute;
  height: 1px;
  top: 25px;
  left: calc(50% - -52px);
  overflow: hidden;
  background: #999999;
  width: calc(100% - 82px);
}
@media (max-width: 960px) {
  #aa2b2adfe6a02e2 .el-process-item .el-process-item-linker {
    display: none;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af24ca6cddaeb44 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#af24ca6cddaeb44 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#af24ca6cddaeb44 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 50px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#af24ca6cddaeb44 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#af24ca6cddaeb44 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list > li.active > a:before,
#af24ca6cddaeb44 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#af24ca6cddaeb44 .menu-list > li ul li {
  position: relative;
}
#af24ca6cddaeb44 .menu-list > li ul li:hover > a {
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-size: auto;
  background-position: center center;
  background-color: #09c4ab;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#af24ca6cddaeb44 .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list li ul li a:active,
#af24ca6cddaeb44 .menu-list li ul li a.active,
#af24ca6cddaeb44 .menu-list li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list li ul,
#af24ca6cddaeb44 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #09c4ab;
}
#af24ca6cddaeb44 .menu-list li ul.menu-b > li,
#af24ca6cddaeb44 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#af24ca6cddaeb44 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#af24ca6cddaeb44 .menu-list li:hover > ul {
  display: block;
}
#af24ca6cddaeb44 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#aeb29ac851abdcb > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a72fca1243a33e1 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a151ea9030a3311 > .ele-wrap {background-color: orange;background-image: url(/resources/upload/2c01a12dbcee/1570692205609.png);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a151ea9030a3311  > .ele-wrap:hover {border-bottom-width: 0px;border-bottom-style: none;border-top-width: 3px;border-top-color: rgba(15, 181, 185, 1);border-top-style: solid;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#afe28a6458a84bf .img-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a451bad44daa486 .ele-wrap {border-color: rgba(204, 204, 204, 1);border-width: 1px;border-style: solid;color: #444444;background-color: transparent;border-radius: 25px;font-size: 14px;}#a451bad44daa486 .ele-wrap:hover {background-color: #fff;color: #444;}#a4b93a9387aab2c > .ele-wrap {background-color: orange;background-image: url(/resources/upload/2c01a12dbcee/1570692205609.png);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a4b93a9387aab2c  > .ele-wrap:hover {border-bottom-style: none;border-top-width: 3px;border-top-color: rgba(15, 181, 185, 1);border-top-style: solid;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a13a6ac39ca910c .img-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a15aba7ebea4cd5 .ele-wrap {border-color: rgba(204, 204, 204, 1);border-width: 1px;border-style: solid;color: #444444;background-color: transparent;border-radius: 25px;font-size: 14px;}#a15aba7ebea4cd5 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a2fd1aef50ac2ce > .ele-wrap {background-color: orange;background-image: url(/resources/upload/2c01a12dbcee/1570692205609.png);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;}#a2fd1aef50ac2ce  > .ele-wrap:hover {border-top-color: rgba(15, 181, 185, 1);border-top-width: 3px;border-top-style: solid;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a38f8a6bfeadb01 .img-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a22d0a0bc3a6f15 .ele-wrap {border-color: rgba(204, 204, 204, 1);border-width: 1px;border-style: solid;color: #444444;background-color: transparent;border-radius: 25px;font-size: 14px;}#a22d0a0bc3a6f15 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#aa950aceb3a1f01 > .ele-wrap {background-color: orange;background-image: url(/resources/upload/2c01a12dbcee/1570692205609.png);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aa950aceb3a1f01  > .ele-wrap:hover {border-bottom-width: 0px;border-bottom-style: none;border-top-width: 3px;border-top-color: rgba(15, 181, 185, 1);border-top-style: solid;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a500ca3bd0a8557 .img-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#aaaa3ab970a360d .ele-wrap {border-color: rgba(204, 204, 204, 1);border-width: 1px;border-style: solid;color: #444444;background-color: transparent;border-radius: 25px;font-size: 14px;}#aaaa3ab970a360d .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#ae13eaa877a993f > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a9e55ae85aab2ca > .ele-wrap {background-color: orange;background-image: url(/resources/upload/2c01a12dbcee/1570692205609.png);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a9e55ae85aab2ca  > .ele-wrap:hover {border-bottom-width: 0px;border-bottom-style: none;border-top-width: 3px;border-top-color: rgba(15, 181, 185, 1);border-top-style: solid;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a501aae175a1dda .img-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#aa28aaead4aa0d6 .ele-wrap {border-color: rgba(204, 204, 204, 1);border-width: 1px;border-style: solid;color: #444444;background-color: transparent;border-radius: 25px;font-size: 14px;}#aa28aaead4aa0d6 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#ab52eaa58ea99d5 > .ele-wrap {background-color: orange;background-image: url(/resources/upload/2c01a12dbcee/1570692205609.png);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ab52eaa58ea99d5  > .ele-wrap:hover {border-bottom-width: 0px;border-bottom-style: none;border-top-width: 3px;border-top-style: solid;border-top-color: rgba(15, 181, 185, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#afac4a73a5a21a9 .img-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a8db3a466da18ab .ele-wrap {border-color: rgba(204, 204, 204, 1);border-width: 1px;border-style: solid;color: #444444;background-color: transparent;border-radius: 25px;font-size: 14px;}#a8db3a466da18ab .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a783eafa7fa8b26 > .ele-wrap {background-color: orange;background-image: url(/resources/upload/2c01a12dbcee/1570692205609.png);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a783eafa7fa8b26  > .ele-wrap:hover {border-bottom-style: none;border-top-width: 3px;border-top-color: rgba(15, 181, 185, 1);border-top-style: solid;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a16e7a53b4a108e .img-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a576aab9bfab393 .ele-wrap {border-color: rgba(204, 204, 204, 1);border-width: 1px;border-style: solid;color: #444444;background-color: transparent;border-radius: 25px;font-size: 14px;}#a576aab9bfab393 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a7516a17ebaab89 > .ele-wrap {background-color: orange;background-image: url(/resources/upload/2c01a12dbcee/1570692205609.png);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-top-style: none;border-bottom-style: none;border-right-style: none;border-left-style: none;}#a7516a17ebaab89  > .ele-wrap:hover {border-bottom-width: 0px;border-bottom-style: none;border-top-width: 3px;border-top-color: rgba(15, 181, 185, 1);border-top-style: solid;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0e45aa1abab924 .img-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#ad85ca26eaae823 .ele-wrap {border-color: rgba(204, 204, 204, 1);border-width: 1px;border-style: solid;color: #444444;background-color: transparent;border-radius: 25px;font-size: 14px;}#ad85ca26eaae823 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#ac967a2132a91dc > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a554ca9127a18c4 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ad96cab7c4ae95e .ele-wrap {color: #ffffff;font-size: 16px;background-color: transparent;border-style: solid;justify-content: center;}#ad96cab7c4ae95e .ele-wrap:hover {color: #d03322;}#aabb2a202fa32b7 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a1b54a0294ac26b .ele-wrap {color: #ffffff;font-size: 16px;background-color: transparent;border-style: solid;justify-content: center;}#a1b54a0294ac26b .ele-wrap:hover {color: #d03322;}#ac2eea477bae93d > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a11dfa6fd4ac4db .ele-wrap {color: #ffffff;font-size: 16px;background-color: transparent;border-style: solid;justify-content: center;}#a11dfa6fd4ac4db .ele-wrap:hover {color: #d03322;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8796ad093a1288 {
  pointer-events: none;
}
#a8796ad093a1288 .menu-list {
  width: 100%;
  background: #2d2d2e;
}
#a8796ad093a1288 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a8796ad093a1288 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a8796ad093a1288 .menu-list .menu-header {
  background-color: #2d2d2e;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  bold: false;
  font-family: NotoSansSC-Thin;
  font-size: 20px;
}
#a8796ad093a1288 .menu-list .menu-header svg,
#a8796ad093a1288 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a8796ad093a1288 .menu-list > ul {
  position: relative;
}
#a8796ad093a1288 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a8796ad093a1288 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #2d2d2e;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #fff;
  height: 50px;
  line-height: 50px;
}
#a8796ad093a1288 .menu-list > ul > li.active > a,
#a8796ad093a1288 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #2d2d2e;
  border-bottom-color: transparent;
  background-color: #2d2d2e;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #d03322;
}
#a8796ad093a1288 .menu-list > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ff4100;
  background-color: #2d2d2e;
}
#a8796ad093a1288 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a8796ad093a1288 .menu-list > ul > li a img,
#a8796ad093a1288 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a8796ad093a1288 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 133px;
  top: 25px;
  width: 250px;
  background-color: #383838;
  border-left: none;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a8796ad093a1288 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a8796ad093a1288 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  line-height: 50px;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #2d2d2e;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffd0c0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3a29a83e6a382f > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aa247adb5ba334c .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1611034745415.jpeg);background-size: cover;background-repeat: no-repeat;border-radius: 0px;font-size: 14px;}#aa247adb5ba334c .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#aa9a4aa30dacde6 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/a5c59a1002a97a9/1611034740599.jpeg);background-size: contain;background-repeat: no-repeat;background-position: center left;border-radius: 0px;font-size: 14px;}#aa9a4aa30dacde6 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a8dfeabce3affdc .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1615174318614.jpeg);background-size: contain;background-repeat: no-repeat;background-position: center center;border-radius: 0px;font-size: 14px;justify-content: center;}#a8dfeabce3affdc .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a2e58ab167aa6ce .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/a5c59a1002a97a9/1611036366133.png);background-size: contain;background-repeat: no-repeat;background-position: center center;border-radius: 0px;font-size: 14px;justify-content: center;}#a2e58ab167aa6ce .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a45f3a7715af17c .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1611034728726.jpeg);background-size: cover;background-repeat: no-repeat;border-radius: 0px;font-size: 14px;}#a45f3a7715af17c .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a119ea6b95aff8f .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1611034727056.jpeg);background-size: cover;background-repeat: no-repeat;border-radius: 0px;font-size: 14px;}#a119ea6b95aff8f .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#afd6aa3a8baf4fb > .ele-wrap {background-color: rgba(45, 45, 46, 1);border-bottom-color: rgba(59, 66, 74, 1);border-bottom-width: 1px;border-bottom-style: solid;}#afd6aa3a8baf4fb  > .ele-wrap:hover {border-bottom-color: rgba(59, 66, 74, 1);border-bottom-width: 1px;border-bottom-style: solid;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab281a4f52a417b .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;
#af24ca6cddaeb44 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#af24ca6cddaeb44 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#af24ca6cddaeb44 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 50px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#af24ca6cddaeb44 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#af24ca6cddaeb44 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list > li.active > a:before,
#af24ca6cddaeb44 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#af24ca6cddaeb44 .menu-list > li ul li {
  position: relative;
}
#af24ca6cddaeb44 .menu-list > li ul li:hover > a {
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-size: auto;
  background-position: center center;
  background-color: #09c4ab;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#af24ca6cddaeb44 .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list li ul li a:active,
#af24ca6cddaeb44 .menu-list li ul li a.active,
#af24ca6cddaeb44 .menu-list li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list li ul,
#af24ca6cddaeb44 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #09c4ab;
}
#af24ca6cddaeb44 .menu-list li ul.menu-b > li,
#af24ca6cddaeb44 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#af24ca6cddaeb44 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#af24ca6cddaeb44 .menu-list li:hover > ul {
  display: block;
}
#af24ca6cddaeb44 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a1caea2832ab756 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a2723a84bea5fce > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;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;
#a30f0a8c6aaadf3 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;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;
#a320aa1c41a2893 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;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;
#ae793aad5baccb4 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a9cd7a7a2fa0663 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;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;
#a6302a7e67a9db3 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;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;
#abba2a506bab151 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;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;
#af318aa6c2ac83a > .ele-wrap {background-color: rgba(9, 196, 171, 1);background-position: center right;background-size: auto;background-repeat: no-repeat;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;}#af318aa6c2ac83a  > .ele-wrap:hover {border-top-right-radius: 100px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad05aa3a40ae9ec .a24e1a93f3a6c9b {
  overflow: hidden;
}
#ad05aa3a40ae9ec .a24e1a93f3a6c9b , #ad05aa3a40ae9ec .a24e1a93f3a6c9b > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad05aa3a40ae9ec .a4418a4d96abfb2  {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(255, 242, 98, 1);}#ad05aa3a40ae9ec .ac6c0a3223a108b > .ele-wrap {background-color: rgba(84, 242, 246, 1);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;
#ad05aa3a40ae9ec .a3b11ad346a19ea {
  overflow: hidden;
}
#ad05aa3a40ae9ec .a3b11ad346a19ea , #ad05aa3a40ae9ec .a3b11ad346a19ea > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;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;
#ad05aa3a40ae9ec .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ad05aa3a40ae9ec .uk-position-center-left-out {
    left: -30px;
  }
  #ad05aa3a40ae9ec .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ae789ab93da2ddd > .ele-wrap {background-color: rgba(37, 37, 37, 1);background-image: url(/resources/upload/a5c59a1002a97a9/1611286927077.png);background-position: bottom right;background-repeat: no-repeat;background-size: contain;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;}#ae789ab93da2ddd  > .ele-wrap:hover {border-bottom-right-radius: 100px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2e3babeeca23c1 .a214ea7ed8a437f {
  overflow: hidden;
}
#a2e3babeeca23c1 .a214ea7ed8a437f , #a2e3babeeca23c1 .a214ea7ed8a437f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2e3babeeca23c1 .a0a3ba5bcba6f32  {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(255, 242, 98, 1);}#a2e3babeeca23c1 .a90edaad7ba0582 > .ele-wrap {background-color: rgba(84, 242, 246, 1);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;
#a2e3babeeca23c1 .ad5f4aaac7a7e30 {
  overflow: hidden;
}
#a2e3babeeca23c1 .ad5f4aaac7a7e30 , #a2e3babeeca23c1 .ad5f4aaac7a7e30 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;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;
#a2e3babeeca23c1 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a2e3babeeca23c1 .uk-position-center-left-out {
    left: -30px;
  }
  #a2e3babeeca23c1 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac967a2132a91dc > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a554ca9127a18c4 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ad96cab7c4ae95e .ele-wrap {color: #ffffff;font-size: 16px;background-color: transparent;border-style: solid;justify-content: center;}#ad96cab7c4ae95e .ele-wrap:hover {color: #d03322;}#aabb2a202fa32b7 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a1b54a0294ac26b .ele-wrap {color: #ffffff;font-size: 16px;background-color: transparent;border-style: solid;justify-content: center;}#a1b54a0294ac26b .ele-wrap:hover {color: #d03322;}#ac2eea477bae93d > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a11dfa6fd4ac4db .ele-wrap {color: #ffffff;font-size: 16px;background-color: transparent;border-style: solid;justify-content: center;}#a11dfa6fd4ac4db .ele-wrap:hover {color: #d03322;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8796ad093a1288 {
  pointer-events: none;
}
#a8796ad093a1288 .menu-list {
  width: 100%;
  background: #2d2d2e;
}
#a8796ad093a1288 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a8796ad093a1288 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a8796ad093a1288 .menu-list .menu-header {
  background-color: #2d2d2e;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  bold: false;
  font-family: NotoSansSC-Thin;
  font-size: 20px;
}
#a8796ad093a1288 .menu-list .menu-header svg,
#a8796ad093a1288 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a8796ad093a1288 .menu-list > ul {
  position: relative;
}
#a8796ad093a1288 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a8796ad093a1288 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #2d2d2e;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #fff;
  height: 50px;
  line-height: 50px;
}
#a8796ad093a1288 .menu-list > ul > li.active > a,
#a8796ad093a1288 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #2d2d2e;
  border-bottom-color: transparent;
  background-color: #2d2d2e;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #d03322;
}
#a8796ad093a1288 .menu-list > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ff4100;
  background-color: #2d2d2e;
}
#a8796ad093a1288 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a8796ad093a1288 .menu-list > ul > li a img,
#a8796ad093a1288 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a8796ad093a1288 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 133px;
  top: 25px;
  width: 250px;
  background-color: #383838;
  border-left: none;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a8796ad093a1288 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a8796ad093a1288 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  line-height: 50px;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #2d2d2e;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffd0c0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3a29a83e6a382f > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aa247adb5ba334c .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1611034745415.jpeg);background-size: cover;background-repeat: no-repeat;border-radius: 0px;font-size: 14px;}#aa247adb5ba334c .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#aa9a4aa30dacde6 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/a5c59a1002a97a9/1611034740599.jpeg);background-size: contain;background-repeat: no-repeat;background-position: center left;border-radius: 0px;font-size: 14px;}#aa9a4aa30dacde6 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a8dfeabce3affdc .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1615174318614.jpeg);background-size: contain;background-repeat: no-repeat;background-position: center center;border-radius: 0px;font-size: 14px;justify-content: center;}#a8dfeabce3affdc .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a2e58ab167aa6ce .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/a5c59a1002a97a9/1611036366133.png);background-size: contain;background-repeat: no-repeat;background-position: center center;border-radius: 0px;font-size: 14px;justify-content: center;}#a2e58ab167aa6ce .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a45f3a7715af17c .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1611034728726.jpeg);background-size: cover;background-repeat: no-repeat;border-radius: 0px;font-size: 14px;}#a45f3a7715af17c .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a119ea6b95aff8f .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1611034727056.jpeg);background-size: cover;background-repeat: no-repeat;border-radius: 0px;font-size: 14px;}#a119ea6b95aff8f .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#afd6aa3a8baf4fb > .ele-wrap {background-color: rgba(45, 45, 46, 1);border-bottom-color: rgba(59, 66, 74, 1);border-bottom-width: 1px;border-bottom-style: solid;}#afd6aa3a8baf4fb  > .ele-wrap:hover {border-bottom-color: rgba(59, 66, 74, 1);border-bottom-width: 1px;border-bottom-style: solid;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aed08a2486aab0d .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;
#af24ca6cddaeb44 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#af24ca6cddaeb44 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#af24ca6cddaeb44 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 50px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#af24ca6cddaeb44 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#af24ca6cddaeb44 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list > li.active > a:before,
#af24ca6cddaeb44 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#af24ca6cddaeb44 .menu-list > li ul li {
  position: relative;
}
#af24ca6cddaeb44 .menu-list > li ul li:hover > a {
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-size: auto;
  background-position: center center;
  background-color: #09c4ab;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#af24ca6cddaeb44 .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list li ul li a:active,
#af24ca6cddaeb44 .menu-list li ul li a.active,
#af24ca6cddaeb44 .menu-list li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list li ul,
#af24ca6cddaeb44 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #09c4ab;
}
#af24ca6cddaeb44 .menu-list li ul.menu-b > li,
#af24ca6cddaeb44 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#af24ca6cddaeb44 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#af24ca6cddaeb44 .menu-list li:hover > ul {
  display: block;
}
#af24ca6cddaeb44 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a8e8da9a7ba599f > .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: 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;
#ad495a7fe5a9b2b {
  overflow: hidden;
}
#ad495a7fe5a9b2b .img-wrap {
  transition: all 0.3s ease-in;
}
#ad495a7fe5a9b2b .img-wrap:hover {
  transform: scale(1.2);
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6371ace95a83b1 {
  overflow: hidden;
}
#a6371ace95a83b1 .img-wrap {
  transition: all 0.3s ease-in;
}
#a6371ace95a83b1 .img-wrap:hover {
  transform: scale(1.2);
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7258ab4d4aae5b {
  overflow: hidden;
}
#a7258ab4d4aae5b .img-wrap {
  transition: all 0.3s ease-in;
}
#a7258ab4d4aae5b .img-wrap:hover {
  transform: scale(1.2);
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9e8cacac4a0696 {
  overflow: hidden;
}
#a9e8cacac4a0696 .img-wrap {
  transition: all 0.3s ease-in;
}
#a9e8cacac4a0696 .img-wrap:hover {
  transform: scale(1.2);
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2468ab980aabd0 {
  overflow: hidden;
}
#a2468ab980aabd0 .img-wrap {
  transition: all 0.3s ease-in;
}
#a2468ab980aabd0 .img-wrap:hover {
  transform: scale(1.2);
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4255af130a497c {
  overflow: hidden;
}
#a4255af130a497c .img-wrap {
  transition: all 0.3s ease-in;
}
#a4255af130a497c .img-wrap:hover {
  transform: scale(1.2);
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a998ca300da0e5d {
  overflow: hidden;
}
#a998ca300da0e5d .img-wrap {
  transition: all 0.3s ease-in;
}
#a998ca300da0e5d .img-wrap:hover {
  transform: scale(1.2);
}
#a17e1acd11a73c5 > .ele-wrap {background-color: rgba(0, 0, 0, 0.31);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;}#ae9a3a135aa1c10 > .ele-wrap {background-color: rgba(0, 0, 0, 0.33);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;}#ae7c6a288daf415 > .ele-wrap {background-color: rgba(0, 0, 0, 0.33);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;}#a4a27a68faa1c8f > .ele-wrap {background-color: rgba(0, 0, 0, 0.33);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;}#ac4cbae07dae291 > .ele-wrap {background-color: rgba(0, 0, 0, 0.33);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;}#a3b8ba35a2a33aa > .ele-wrap {background-color: rgba(0, 0, 0, 0.33);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;}#a0201a5076ab9d2 > .ele-wrap {background-color: rgba(0, 0, 0, 0.33);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;}#ac967a2132a91dc > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a554ca9127a18c4 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ad96cab7c4ae95e .ele-wrap {color: #ffffff;font-size: 16px;background-color: transparent;border-style: solid;justify-content: center;}#ad96cab7c4ae95e .ele-wrap:hover {color: #d03322;}#aabb2a202fa32b7 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a1b54a0294ac26b .ele-wrap {color: #ffffff;font-size: 16px;background-color: transparent;border-style: solid;justify-content: center;}#a1b54a0294ac26b .ele-wrap:hover {color: #d03322;}#ac2eea477bae93d > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a11dfa6fd4ac4db .ele-wrap {color: #ffffff;font-size: 16px;background-color: transparent;border-style: solid;justify-content: center;}#a11dfa6fd4ac4db .ele-wrap:hover {color: #d03322;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8796ad093a1288 {
  pointer-events: none;
}
#a8796ad093a1288 .menu-list {
  width: 100%;
  background: #2d2d2e;
}
#a8796ad093a1288 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a8796ad093a1288 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a8796ad093a1288 .menu-list .menu-header {
  background-color: #2d2d2e;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  bold: false;
  font-family: NotoSansSC-Thin;
  font-size: 20px;
}
#a8796ad093a1288 .menu-list .menu-header svg,
#a8796ad093a1288 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a8796ad093a1288 .menu-list > ul {
  position: relative;
}
#a8796ad093a1288 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a8796ad093a1288 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #2d2d2e;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #fff;
  height: 50px;
  line-height: 50px;
}
#a8796ad093a1288 .menu-list > ul > li.active > a,
#a8796ad093a1288 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #2d2d2e;
  border-bottom-color: transparent;
  background-color: #2d2d2e;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #d03322;
}
#a8796ad093a1288 .menu-list > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ff4100;
  background-color: #2d2d2e;
}
#a8796ad093a1288 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a8796ad093a1288 .menu-list > ul > li a img,
#a8796ad093a1288 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a8796ad093a1288 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 133px;
  top: 25px;
  width: 250px;
  background-color: #383838;
  border-left: none;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a8796ad093a1288 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a8796ad093a1288 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  line-height: 50px;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #2d2d2e;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffd0c0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3a29a83e6a382f > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aa247adb5ba334c .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1611034745415.jpeg);background-size: cover;background-repeat: no-repeat;border-radius: 0px;font-size: 14px;}#aa247adb5ba334c .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#aa9a4aa30dacde6 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/a5c59a1002a97a9/1611034740599.jpeg);background-size: contain;background-repeat: no-repeat;background-position: center left;border-radius: 0px;font-size: 14px;}#aa9a4aa30dacde6 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a8dfeabce3affdc .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1615174318614.jpeg);background-size: contain;background-repeat: no-repeat;background-position: center center;border-radius: 0px;font-size: 14px;justify-content: center;}#a8dfeabce3affdc .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a2e58ab167aa6ce .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/a5c59a1002a97a9/1611036366133.png);background-size: contain;background-repeat: no-repeat;background-position: center center;border-radius: 0px;font-size: 14px;justify-content: center;}#a2e58ab167aa6ce .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a45f3a7715af17c .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1611034728726.jpeg);background-size: cover;background-repeat: no-repeat;border-radius: 0px;font-size: 14px;}#a45f3a7715af17c .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a119ea6b95aff8f .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1611034727056.jpeg);background-size: cover;background-repeat: no-repeat;border-radius: 0px;font-size: 14px;}#a119ea6b95aff8f .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#afd6aa3a8baf4fb > .ele-wrap {background-color: rgba(45, 45, 46, 1);border-bottom-color: rgba(59, 66, 74, 1);border-bottom-width: 1px;border-bottom-style: solid;}#afd6aa3a8baf4fb  > .ele-wrap:hover {border-bottom-color: rgba(59, 66, 74, 1);border-bottom-width: 1px;border-bottom-style: solid;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aed08a2486aab0d .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5147abca3af39b .uk-container {
  overflow: visible;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@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) {
  #aa19ca1dd9a0203 .uk-card {
    position: absolute;
    top: 20%;
    right: 0;
  }
}
@media (max-width: 740px) {
  #aa19ca1dd9a0203 .uk-width-large {
    width: auto;
    margin-top: 20px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6fb1a5d7dafb17 .uk-slider {
  padding-top: 30px;
}
#a6fb1a5d7dafb17 .uk-slider-nav {
  position: absolute;
  right: 0;
  top: 10px;
}
#a6fb1a5d7dafb17 .uk-card-media-top {
  overflow: hidden;
}
#a6fb1a5d7dafb17 .img-wrap {
  overflow: hidden;
  transition: all 0.2s ease-in;
}
#a6fb1a5d7dafb17 .uk-card:hover .img-wrap {
  transform: scale(1.2);
}
#a6fb1a5d7dafb17 .uk-card {
  border: 1px solid #ececec;
}
#a6fb1a5d7dafb17 .uk-dotnav > * {
  padding-left: 6px;
}
#a6fb1a5d7dafb17 .uk-dotnav > * > * {
  width: 6px;
  height: 6px;
  border: none;
  transform: all .2s ease;
  background-color: #6ef0f3;
}
#a6fb1a5d7dafb17 .uk-dotnav > .uk-active > * {
  width: 10px;
  height: 10px;
  margin-top: -2px;
  background-color: #0fb5b9;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af24ca6cddaeb44 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#af24ca6cddaeb44 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#af24ca6cddaeb44 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 50px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#af24ca6cddaeb44 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#af24ca6cddaeb44 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list > li.active > a:before,
#af24ca6cddaeb44 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#af24ca6cddaeb44 .menu-list > li ul li {
  position: relative;
}
#af24ca6cddaeb44 .menu-list > li ul li:hover > a {
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-size: auto;
  background-position: center center;
  background-color: #09c4ab;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#af24ca6cddaeb44 .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list li ul li a:active,
#af24ca6cddaeb44 .menu-list li ul li a.active,
#af24ca6cddaeb44 .menu-list li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list li ul,
#af24ca6cddaeb44 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #09c4ab;
}
#af24ca6cddaeb44 .menu-list li ul.menu-b > li,
#af24ca6cddaeb44 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#af24ca6cddaeb44 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#af24ca6cddaeb44 .menu-list li:hover > ul {
  display: block;
}
#af24ca6cddaeb44 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a5147abca3af39b [data-item="title"] {left: 1px;top: 130px; position: relative;}#a5147abca3af39b [data-item="abstract"] {left: 1px;top: 130px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a73eaa2ddda6676 .uk-position-bottom,
#a73eaa2ddda6676 .uk-position-bottom div {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #222222;
}
#a73eaa2ddda6676 .uk-position-bottom {
  background-color: #ffffff;
}
#a73eaa2ddda6676 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a73eaa2ddda6676 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#aa757ad5a0a8886 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a6b33ae258a1a85 > .ele-wrap {background-color: orange;background-image: url(/resources/upload/2c01a12dbcee/1570692205609.png);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a6b33ae258a1a85  > .ele-wrap:hover {border-bottom-color: rgba(22, 164, 203, 1);border-bottom-width: 3px;border-bottom-style: solid;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8025ad9ccad818 .img-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a8f2fa7ca1a044c > .ele-wrap {background-color: orange;background-image: url(/resources/upload/2c01a12dbcee/1570692205609.png);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a8f2fa7ca1a044c  > .ele-wrap:hover {border-bottom-color: rgba(22, 164, 203, 1);border-bottom-width: 3px;border-bottom-style: solid;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1c3da1249a0751 .img-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#ab5eca0675a677c > .ele-wrap {background-color: orange;background-image: url(/resources/upload/2c01a12dbcee/1570692205609.png);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ab5eca0675a677c  > .ele-wrap:hover {border-bottom-color: rgba(22, 164, 203, 1);border-bottom-width: 3px;border-bottom-style: solid;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a267da0e30a7313 .img-wrap {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#ab380a004ba0584 > .ele-wrap {background-color: orange;background-image: url(/resources/upload/2c01a12dbcee/1570692205609.png);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ab380a004ba0584  > .ele-wrap:hover {border-bottom-color: rgba(22, 164, 203, 1);border-bottom-width: 3px;border-bottom-style: solid;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1e30a4710aec8a .img-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a3407a070eada66 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ac1e2a41e3a7a4f > .ele-wrap {background-color: orange;background-image: url(/resources/upload/2c01a12dbcee/1570692205609.png);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ac1e2a41e3a7a4f  > .ele-wrap:hover {border-bottom-color: rgba(22, 164, 203, 1);border-bottom-width: 3px;border-bottom-style: solid;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a69e0a44eca4fef .img-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a079fa8f86a3e53 > .ele-wrap {background-color: orange;background-image: url(/resources/upload/2c01a12dbcee/1570692205609.png);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a079fa8f86a3e53  > .ele-wrap:hover {border-bottom-color: rgba(22, 164, 203, 1);border-bottom-width: 3px;border-bottom-style: solid;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af13ea3247aa7f0 .img-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#ad738a52c1aec58 > .ele-wrap {background-color: orange;background-image: url(/resources/upload/2c01a12dbcee/1570692205609.png);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ad738a52c1aec58  > .ele-wrap:hover {border-bottom-color: rgba(22, 164, 203, 1);border-bottom-width: 3px;border-bottom-style: solid;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4a88ae721a1ec4 .img-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#ab0ddad9caa425a > .ele-wrap {background-color: orange;background-image: url(/resources/upload/2c01a12dbcee/1570692205609.png);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ab0ddad9caa425a  > .ele-wrap:hover {border-bottom-color: rgba(22, 164, 203, 1);border-bottom-width: 3px;border-bottom-style: solid;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a52f4a8288adaf6 .img-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a04b5ac2a7ac7eb > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a8717aa14fadd04 > .ele-wrap {background-color: orange;background-image: url(/resources/upload/2c01a12dbcee/1570692205609.png);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a8717aa14fadd04  > .ele-wrap:hover {border-bottom-color: rgba(22, 164, 203, 1);border-bottom-width: 3px;border-bottom-style: solid;}#a7917affaba3c53 > .ele-wrap {background-color: orange;background-image: url(/resources/upload/2c01a12dbcee/1570692205609.png);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a7917affaba3c53  > .ele-wrap:hover {border-bottom-color: rgba(22, 164, 203, 1);border-bottom-width: 3px;border-bottom-style: solid;}#aa280abca1af3c3 > .ele-wrap {background-color: orange;background-image: url(/resources/upload/2c01a12dbcee/1570692205609.png);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aa280abca1af3c3  > .ele-wrap:hover {border-bottom-color: rgba(22, 164, 203, 1);border-bottom-width: 3px;border-bottom-style: solid;}#afc8dacf7aa4c31 > .ele-wrap {background-color: orange;background-image: url(/resources/upload/2c01a12dbcee/1570692205609.png);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#afc8dacf7aa4c31  > .ele-wrap:hover {border-bottom-color: rgba(22, 164, 203, 1);border-bottom-width: 3px;border-bottom-style: solid;}#a55fea7708aac30 > .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: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 3px 13px 0px rgba(74, 144, 226, 0.28);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3f49aab64a3a7a .img-wrap {
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
}
#a60c2aced5ac825 > .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: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 3px 13px 0px rgba(74, 144, 226, 0.28);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a81d5aed63ad00e .img-wrap {
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
}
#aa19ca1dd9a0203 [data-item="title"] {left: 25px;top: -1px; position: relative;}#aa19ca1dd9a0203 [data-item="abstract"] {left: 25px;top: -1px; position: relative;}#a6fb1a5d7dafb17 [data-item*=".title"], #a6fb1a5d7dafb17 [data-item*=".title"] a {bold: false;font-size: 22px;color: rgba(109, 243, 247, 1);}#a6fb1a5d7dafb17 [data-item*=".abstract"], #a6fb1a5d7dafb17 [data-item*=".abstract"] a {show: true;}#a6fb1a5d7dafb17 [data-item*=".subTitle"], #a6fb1a5d7dafb17 [data-item*=".subTitle"] a {show: false;}#a6fb1a5d7dafb17 [data-item*=".category"], #a6fb1a5d7dafb17 [data-item*=".category"] a {show: true;}#ac967a2132a91dc > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a554ca9127a18c4 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ad96cab7c4ae95e .ele-wrap {color: #ffffff;font-size: 16px;background-color: transparent;border-style: solid;justify-content: center;}#ad96cab7c4ae95e .ele-wrap:hover {color: #d03322;}#aabb2a202fa32b7 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a1b54a0294ac26b .ele-wrap {color: #ffffff;font-size: 16px;background-color: transparent;border-style: solid;justify-content: center;}#a1b54a0294ac26b .ele-wrap:hover {color: #d03322;}#ac2eea477bae93d > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a11dfa6fd4ac4db .ele-wrap {color: #ffffff;font-size: 16px;background-color: transparent;border-style: solid;justify-content: center;}#a11dfa6fd4ac4db .ele-wrap:hover {color: #d03322;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8796ad093a1288 {
  pointer-events: none;
}
#a8796ad093a1288 .menu-list {
  width: 100%;
  background: #2d2d2e;
}
#a8796ad093a1288 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a8796ad093a1288 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a8796ad093a1288 .menu-list .menu-header {
  background-color: #2d2d2e;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  bold: false;
  font-family: NotoSansSC-Thin;
  font-size: 20px;
}
#a8796ad093a1288 .menu-list .menu-header svg,
#a8796ad093a1288 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a8796ad093a1288 .menu-list > ul {
  position: relative;
}
#a8796ad093a1288 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a8796ad093a1288 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #2d2d2e;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #fff;
  height: 50px;
  line-height: 50px;
}
#a8796ad093a1288 .menu-list > ul > li.active > a,
#a8796ad093a1288 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #2d2d2e;
  border-bottom-color: transparent;
  background-color: #2d2d2e;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #d03322;
}
#a8796ad093a1288 .menu-list > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ff4100;
  background-color: #2d2d2e;
}
#a8796ad093a1288 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a8796ad093a1288 .menu-list > ul > li a img,
#a8796ad093a1288 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a8796ad093a1288 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 133px;
  top: 25px;
  width: 250px;
  background-color: #383838;
  border-left: none;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a8796ad093a1288 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a8796ad093a1288 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  line-height: 50px;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #2d2d2e;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffd0c0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3a29a83e6a382f > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aa247adb5ba334c .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1611034745415.jpeg);background-size: cover;background-repeat: no-repeat;border-radius: 0px;font-size: 14px;}#aa247adb5ba334c .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#aa9a4aa30dacde6 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/a5c59a1002a97a9/1611034740599.jpeg);background-size: contain;background-repeat: no-repeat;background-position: center left;border-radius: 0px;font-size: 14px;}#aa9a4aa30dacde6 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a8dfeabce3affdc .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1615174318614.jpeg);background-size: contain;background-repeat: no-repeat;background-position: center center;border-radius: 0px;font-size: 14px;justify-content: center;}#a8dfeabce3affdc .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a2e58ab167aa6ce .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/a5c59a1002a97a9/1611036366133.png);background-size: contain;background-repeat: no-repeat;background-position: center center;border-radius: 0px;font-size: 14px;justify-content: center;}#a2e58ab167aa6ce .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a45f3a7715af17c .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1611034728726.jpeg);background-size: cover;background-repeat: no-repeat;border-radius: 0px;font-size: 14px;}#a45f3a7715af17c .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a119ea6b95aff8f .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1611034727056.jpeg);background-size: cover;background-repeat: no-repeat;border-radius: 0px;font-size: 14px;}#a119ea6b95aff8f .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#afd6aa3a8baf4fb > .ele-wrap {background-color: rgba(45, 45, 46, 1);border-bottom-color: rgba(59, 66, 74, 1);border-bottom-width: 1px;border-bottom-style: solid;}#afd6aa3a8baf4fb  > .ele-wrap:hover {border-bottom-color: rgba(59, 66, 74, 1);border-bottom-width: 1px;border-bottom-style: solid;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a10b2a5837a178d .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;
#af24ca6cddaeb44 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#af24ca6cddaeb44 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#af24ca6cddaeb44 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 50px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#af24ca6cddaeb44 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#af24ca6cddaeb44 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list > li.active > a:before,
#af24ca6cddaeb44 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#af24ca6cddaeb44 .menu-list > li ul li {
  position: relative;
}
#af24ca6cddaeb44 .menu-list > li ul li:hover > a {
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-size: auto;
  background-position: center center;
  background-color: #09c4ab;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#af24ca6cddaeb44 .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list li ul li a:active,
#af24ca6cddaeb44 .menu-list li ul li a.active,
#af24ca6cddaeb44 .menu-list li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list li ul,
#af24ca6cddaeb44 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #09c4ab;
}
#af24ca6cddaeb44 .menu-list li ul.menu-b > li,
#af24ca6cddaeb44 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#af24ca6cddaeb44 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#af24ca6cddaeb44 .menu-list li:hover > ul {
  display: block;
}
#af24ca6cddaeb44 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a5ca4a1c60a0054 > .ele-wrap {background-image: url(/resources/upload/a5c59a1002a97a9/1611303143269.jpeg);background-size: auto;background-repeat: no-repeat;background-position: bottom center;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a8e84a04eea017e > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a6ba2a294caedbb .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/a5c59a1002a97a9/1611302373570.png);background-size: auto;background-repeat: no-repeat;background-position: top center;}#a6ba2a294caedbb .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/a5c59a1002a97a9/1611302405109.png);background-position: top center;background-size: auto;background-repeat: no-repeat;}#a730aad223a9371 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/a5c59a1002a97a9/1611302373570.png);background-size: auto;background-repeat: no-repeat;background-position: top center;}#a730aad223a9371 .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/a5c59a1002a97a9/1611302405109.png);background-position: top center;background-size: auto;background-repeat: no-repeat;}#a8b60a69e7a217a .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/a5c59a1002a97a9/1611302373570.png);background-size: auto;background-repeat: no-repeat;background-position: top center;}#a8b60a69e7a217a .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/a5c59a1002a97a9/1611302405109.png);background-position: top center;background-size: auto;background-repeat: no-repeat;}#a8481a049aa0aff .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/a5c59a1002a97a9/1611302373570.png);background-size: auto;background-repeat: no-repeat;background-position: top center;}#a8481a049aa0aff .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/a5c59a1002a97a9/1611302405109.png);background-position: top center;background-size: auto;background-repeat: no-repeat;}#aa4bfa80aba7943 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/a5c59a1002a97a9/1611302373570.png);background-size: auto;background-repeat: no-repeat;background-position: top center;}#aa4bfa80aba7943 .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/a5c59a1002a97a9/1611302405109.png);background-position: top center;background-size: auto;background-repeat: no-repeat;}#a7ac0a4299a0dec > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#afea4aeb0da393a > .ele-wrap {background-color: rgba(255, 190, 71, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#afea4aeb0da393a  > .ele-wrap:hover {border-top-width: 0px;border-top-right-radius: 0px;border-top-style: none;}#aa72da5ca6a81e4 , #aa72da5ca6a81e4 a{color: rgba(9, 196, 171, 1);}#a236fa9e6fa4464 > .ele-wrap {background-color: rgba(255, 190, 71, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a2a33a8315a2ff8 , #a2a33a8315a2ff8 a{color: rgba(9, 196, 171, 1);}#aacedad43cabfcf > .ele-wrap {background-color: rgba(255, 190, 71, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a61a3a26a0acd85 , #a61a3a26a0acd85 a{color: rgba(9, 196, 171, 1);}#a8f69acf81ae96f > .ele-wrap {background-color: rgba(255, 190, 71, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a993fa4a2ba9096 , #a993fa4a2ba9096 a{color: rgba(9, 196, 171, 1);}#a4636a5d0ca97f0 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#afa22ad7afaafae > .ele-wrap {background-color: rgba(255, 190, 71, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ad706a38d0a44e6 , #ad706a38d0a44e6 a{color: rgba(9, 196, 171, 1);}#a062fa2532a299b > .ele-wrap {background-color: rgba(255, 190, 71, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a1c27a08f0a8b99 , #a1c27a08f0a8b99 a{color: rgba(9, 196, 171, 1);}#a635cae8d8adf57 > .ele-wrap {background-color: rgba(255, 190, 71, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a1310abf52a37b7 , #a1310abf52a37b7 a{color: rgba(9, 196, 171, 1);}#ae21daf084a1749 > .ele-wrap {background-color: rgba(255, 190, 71, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#af8f4a51fca5241 , #af8f4a51fca5241 a{color: rgba(9, 196, 171, 1);}#ad33cad21ea1f64 > .ele-wrap {background-image: url(/resources/upload/a5c59a1002a97a9/1611306916391.jpeg);background-position: center center;background-size: auto;background-repeat: no-repeat;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ad33cad21ea1f64  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 6px 0px rgba(74, 74, 74, 0.54);border-bottom-width: 0px;border-bottom-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#a5d41a7c7ca7b81 .ele-wrap {color: #ffffff;font-size: 24px;background-color: transparent;border-style: solid;font-weight: 600;}#a5d41a7c7ca7b81 .ele-wrap:hover {color: #f8e71c;}#aa17fadef6a8523 > .ele-wrap {background-image: url(/resources/upload/a5c59a1002a97a9/1611306915706.jpeg);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aa17fadef6a8523  > .ele-wrap:hover {box-shadow: 0px 0px 6px 0px rgba(74, 74, 74, 0.54);border-bottom-style: none;}#ad610a4a67a9203 .ele-wrap {color: #ffffff;font-size: 24px;background-color: transparent;border-style: solid;font-weight: 600;}#ad610a4a67a9203 .ele-wrap:hover {color: #f8e71c;}#ac967a2132a91dc > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a554ca9127a18c4 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ad96cab7c4ae95e .ele-wrap {color: #ffffff;font-size: 16px;background-color: transparent;border-style: solid;justify-content: center;}#ad96cab7c4ae95e .ele-wrap:hover {color: #d03322;}#aabb2a202fa32b7 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a1b54a0294ac26b .ele-wrap {color: #ffffff;font-size: 16px;background-color: transparent;border-style: solid;justify-content: center;}#a1b54a0294ac26b .ele-wrap:hover {color: #d03322;}#ac2eea477bae93d > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a11dfa6fd4ac4db .ele-wrap {color: #ffffff;font-size: 16px;background-color: transparent;border-style: solid;justify-content: center;}#a11dfa6fd4ac4db .ele-wrap:hover {color: #d03322;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8796ad093a1288 {
  pointer-events: none;
}
#a8796ad093a1288 .menu-list {
  width: 100%;
  background: #2d2d2e;
}
#a8796ad093a1288 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a8796ad093a1288 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a8796ad093a1288 .menu-list .menu-header {
  background-color: #2d2d2e;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  bold: false;
  font-family: NotoSansSC-Thin;
  font-size: 20px;
}
#a8796ad093a1288 .menu-list .menu-header svg,
#a8796ad093a1288 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a8796ad093a1288 .menu-list > ul {
  position: relative;
}
#a8796ad093a1288 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a8796ad093a1288 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #2d2d2e;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #fff;
  height: 50px;
  line-height: 50px;
}
#a8796ad093a1288 .menu-list > ul > li.active > a,
#a8796ad093a1288 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #2d2d2e;
  border-bottom-color: transparent;
  background-color: #2d2d2e;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #d03322;
}
#a8796ad093a1288 .menu-list > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ff4100;
  background-color: #2d2d2e;
}
#a8796ad093a1288 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a8796ad093a1288 .menu-list > ul > li a img,
#a8796ad093a1288 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a8796ad093a1288 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 133px;
  top: 25px;
  width: 250px;
  background-color: #383838;
  border-left: none;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a8796ad093a1288 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a8796ad093a1288 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  line-height: 50px;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #2d2d2e;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffd0c0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3a29a83e6a382f > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aa247adb5ba334c .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1611034745415.jpeg);background-size: cover;background-repeat: no-repeat;border-radius: 0px;font-size: 14px;}#aa247adb5ba334c .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#aa9a4aa30dacde6 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/a5c59a1002a97a9/1611034740599.jpeg);background-size: contain;background-repeat: no-repeat;background-position: center left;border-radius: 0px;font-size: 14px;}#aa9a4aa30dacde6 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a8dfeabce3affdc .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1615174318614.jpeg);background-size: contain;background-repeat: no-repeat;background-position: center center;border-radius: 0px;font-size: 14px;justify-content: center;}#a8dfeabce3affdc .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a2e58ab167aa6ce .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/a5c59a1002a97a9/1611036366133.png);background-size: contain;background-repeat: no-repeat;background-position: center center;border-radius: 0px;font-size: 14px;justify-content: center;}#a2e58ab167aa6ce .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a45f3a7715af17c .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1611034728726.jpeg);background-size: cover;background-repeat: no-repeat;border-radius: 0px;font-size: 14px;}#a45f3a7715af17c .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a119ea6b95aff8f .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1611034727056.jpeg);background-size: cover;background-repeat: no-repeat;border-radius: 0px;font-size: 14px;}#a119ea6b95aff8f .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#afd6aa3a8baf4fb > .ele-wrap {background-color: rgba(45, 45, 46, 1);border-bottom-color: rgba(59, 66, 74, 1);border-bottom-width: 1px;border-bottom-style: solid;}#afd6aa3a8baf4fb  > .ele-wrap:hover {border-bottom-color: rgba(59, 66, 74, 1);border-bottom-width: 1px;border-bottom-style: solid;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a74d0a2457ae2a9 .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;
#af24ca6cddaeb44 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#af24ca6cddaeb44 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#af24ca6cddaeb44 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 50px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#af24ca6cddaeb44 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#af24ca6cddaeb44 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list > li.active > a:before,
#af24ca6cddaeb44 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#af24ca6cddaeb44 .menu-list > li ul li {
  position: relative;
}
#af24ca6cddaeb44 .menu-list > li ul li:hover > a {
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-size: auto;
  background-position: center center;
  background-color: #09c4ab;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#af24ca6cddaeb44 .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list li ul li a:active,
#af24ca6cddaeb44 .menu-list li ul li a.active,
#af24ca6cddaeb44 .menu-list li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list li ul,
#af24ca6cddaeb44 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #09c4ab;
}
#af24ca6cddaeb44 .menu-list li ul.menu-b > li,
#af24ca6cddaeb44 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#af24ca6cddaeb44 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#af24ca6cddaeb44 .menu-list li:hover > ul {
  display: block;
}
#af24ca6cddaeb44 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ab08da5bbca6e08 > .ele-wrap {background-color: rgba(255, 165, 0, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;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;
#a23fbae23da59bc > .ele-wrap {background-color: rgba(255, 165, 0, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;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;
#a0b48a7e25a6c3b > .ele-wrap {background-color: rgba(255, 165, 0, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;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;
#aadd8af7cba8be2 > .ele-wrap {background-color: rgba(255, 165, 0, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;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;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8818a87bbad1e1 .img-wrap {
  box-shadow: NaNpx NaNpx 0px 0px #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a67c9a2acfa1031 .ap-category-filter ul li.active {
  border-color: #0fb5b9;
  color: #0fb5b9;
}
#a67c9a2acfa1031 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a67c9a2acfa1031 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a67c9a2acfa1031 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a67c9a2acfa1031 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a67c9a2acfa1031 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a67c9a2acfa1031 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a67c9a2acfa1031 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a67c9a2acfa1031 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a67c9a2acfa1031 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a67c9a2acfa1031 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a67c9a2acfa1031 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a67c9a2acfa1031 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a67c9a2acfa1031 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a67c9a2acfa1031 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a67c9a2acfa1031 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a67c9a2acfa1031 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a67c9a2acfa1031 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a67c9a2acfa1031 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a67c9a2acfa1031 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a67c9a2acfa1031 .ele-article-list .pic-article {
  padding: 32px 0px;
  border-bottom: 1px solid #ececec;
}
#a67c9a2acfa1031 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a67c9a2acfa1031 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a67c9a2acfa1031 .ele-article-list .pic-article:hover {
  background-color: #ffffff;
  border-bottom-color: #0fb5b9;
}
#a67c9a2acfa1031 .ele-article-list .pic-article:hover .info h3 a {
  color: #0fb5b9;
}
#a67c9a2acfa1031 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a67c9a2acfa1031 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a67c9a2acfa1031 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a67c9a2acfa1031 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a67c9a2acfa1031 .ele-article-list .text-article:hover {
  background-color: #ffffff;
  border-bottom-color: #0fb5b9;
}
#a67c9a2acfa1031 .ele-article-list .text-article:hover .info h3 a {
  color: #0fb5b9;
}
#a67c9a2acfa1031 .ele-article-list .text-article:hover .time {
  color: auto;
}
#ac967a2132a91dc > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a554ca9127a18c4 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ad96cab7c4ae95e .ele-wrap {color: #ffffff;font-size: 16px;background-color: transparent;border-style: solid;justify-content: center;}#ad96cab7c4ae95e .ele-wrap:hover {color: #d03322;}#aabb2a202fa32b7 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a1b54a0294ac26b .ele-wrap {color: #ffffff;font-size: 16px;background-color: transparent;border-style: solid;justify-content: center;}#a1b54a0294ac26b .ele-wrap:hover {color: #d03322;}#ac2eea477bae93d > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a11dfa6fd4ac4db .ele-wrap {color: #ffffff;font-size: 16px;background-color: transparent;border-style: solid;justify-content: center;}#a11dfa6fd4ac4db .ele-wrap:hover {color: #d03322;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8796ad093a1288 {
  pointer-events: none;
}
#a8796ad093a1288 .menu-list {
  width: 100%;
  background: #2d2d2e;
}
#a8796ad093a1288 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a8796ad093a1288 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a8796ad093a1288 .menu-list .menu-header {
  background-color: #2d2d2e;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  bold: false;
  font-family: NotoSansSC-Thin;
  font-size: 20px;
}
#a8796ad093a1288 .menu-list .menu-header svg,
#a8796ad093a1288 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a8796ad093a1288 .menu-list > ul {
  position: relative;
}
#a8796ad093a1288 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a8796ad093a1288 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #2d2d2e;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #fff;
  height: 50px;
  line-height: 50px;
}
#a8796ad093a1288 .menu-list > ul > li.active > a,
#a8796ad093a1288 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #2d2d2e;
  border-bottom-color: transparent;
  background-color: #2d2d2e;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #d03322;
}
#a8796ad093a1288 .menu-list > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ff4100;
  background-color: #2d2d2e;
}
#a8796ad093a1288 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a8796ad093a1288 .menu-list > ul > li a img,
#a8796ad093a1288 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a8796ad093a1288 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 133px;
  top: 25px;
  width: 250px;
  background-color: #383838;
  border-left: none;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a8796ad093a1288 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a8796ad093a1288 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  line-height: 50px;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #2d2d2e;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffd0c0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3a29a83e6a382f > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aa247adb5ba334c .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1611034745415.jpeg);background-size: cover;background-repeat: no-repeat;border-radius: 0px;font-size: 14px;}#aa247adb5ba334c .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#aa9a4aa30dacde6 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/a5c59a1002a97a9/1611034740599.jpeg);background-size: contain;background-repeat: no-repeat;background-position: center left;border-radius: 0px;font-size: 14px;}#aa9a4aa30dacde6 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a8dfeabce3affdc .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1615174318614.jpeg);background-size: contain;background-repeat: no-repeat;background-position: center center;border-radius: 0px;font-size: 14px;justify-content: center;}#a8dfeabce3affdc .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a2e58ab167aa6ce .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/a5c59a1002a97a9/1611036366133.png);background-size: contain;background-repeat: no-repeat;background-position: center center;border-radius: 0px;font-size: 14px;justify-content: center;}#a2e58ab167aa6ce .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a45f3a7715af17c .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1611034728726.jpeg);background-size: cover;background-repeat: no-repeat;border-radius: 0px;font-size: 14px;}#a45f3a7715af17c .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a119ea6b95aff8f .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1611034727056.jpeg);background-size: cover;background-repeat: no-repeat;border-radius: 0px;font-size: 14px;}#a119ea6b95aff8f .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#afd6aa3a8baf4fb > .ele-wrap {background-color: rgba(45, 45, 46, 1);border-bottom-color: rgba(59, 66, 74, 1);border-bottom-width: 1px;border-bottom-style: solid;}#afd6aa3a8baf4fb  > .ele-wrap:hover {border-bottom-color: rgba(59, 66, 74, 1);border-bottom-width: 1px;border-bottom-style: solid;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aed08a2486aab0d .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;
#af24ca6cddaeb44 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#af24ca6cddaeb44 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#af24ca6cddaeb44 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 50px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#af24ca6cddaeb44 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#af24ca6cddaeb44 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list > li.active > a:before,
#af24ca6cddaeb44 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#af24ca6cddaeb44 .menu-list > li ul li {
  position: relative;
}
#af24ca6cddaeb44 .menu-list > li ul li:hover > a {
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-size: auto;
  background-position: center center;
  background-color: #09c4ab;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#af24ca6cddaeb44 .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list li ul li a:active,
#af24ca6cddaeb44 .menu-list li ul li a.active,
#af24ca6cddaeb44 .menu-list li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list li ul,
#af24ca6cddaeb44 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #09c4ab;
}
#af24ca6cddaeb44 .menu-list li ul.menu-b > li,
#af24ca6cddaeb44 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#af24ca6cddaeb44 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#af24ca6cddaeb44 .menu-list li:hover > ul {
  display: block;
}
#af24ca6cddaeb44 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#af5e0a494aad21f > .ele-wrap {background-color: rgba(74, 74, 74, 1);background-image: url(/resources/upload/a5c59a1002a97a9/1611197293105.jpeg);background-size: cover;background-repeat: no-repeat;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#af5e0a494aad21f  > .ele-wrap:hover {border-bottom-right-radius: 100px;background-image: url(/resources/upload/a5c59a1002a97a9/1611197293105.jpeg);background-size: cover;background-repeat: no-repeat;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a62efa51c3ae9dc .img-wrap {
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aaedea00b7a646f .img-wrap {
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#afbaaabd6ba04e9 .img-wrap {
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae171a65bbac7a1 .img-wrap {
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#a69e0a5ae7a28ff > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#adca2aab67a9e0b > .ele-wrap {background-image: url(/resources/upload/a5c59a1002a97a9/1611215814199.png);background-size: auto;background-repeat: no-repeat;background-position: bottom center;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#adca2aab67a9e0b  > .ele-wrap:hover {border-bottom-width: 0px;border-bottom-style: none;background-image: url(/resources/upload/a5c59a1002a97a9/1611215814719.png);background-position: bottom center;background-size: auto;background-repeat: no-repeat;}#a0ea8ab27fabe84 .ele-wrap {color: #ffffff;font-size: 18px;background-color: transparent;border-style: solid;}#a0ea8ab27fabe84 .ele-wrap:hover {color: #fff262;}#a64cfa7f81a644b > .ele-wrap {background-image: url(/resources/upload/a5c59a1002a97a9/1611215814199.png);background-size: auto;background-repeat: no-repeat;background-position: bottom center;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a64cfa7f81a644b  > .ele-wrap:hover {border-bottom-width: 0px;border-bottom-style: none;background-image: url(/resources/upload/a5c59a1002a97a9/1611215814719.png);background-position: bottom center;background-size: auto;background-repeat: no-repeat;}#a7da9aac77add64 .ele-wrap {color: #ffffff;font-size: 18px;background-color: transparent;border-style: solid;}#a7da9aac77add64 .ele-wrap:hover {color: #fff262;}#accd1aaa3da730e > .ele-wrap {background-image: url(/resources/upload/a5c59a1002a97a9/1611215814199.png);background-size: auto;background-repeat: no-repeat;background-position: bottom center;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#accd1aaa3da730e  > .ele-wrap:hover {border-bottom-width: 0px;border-bottom-style: none;background-image: url(/resources/upload/a5c59a1002a97a9/1611215814719.png);background-position: bottom center;background-size: auto;background-repeat: no-repeat;}#a06f0ae8c1af3d6 .ele-wrap {color: #ffffff;font-size: 18px;background-color: transparent;border-style: solid;}#a06f0ae8c1af3d6 .ele-wrap:hover {color: #fff262;}#a7794a5578a7dd4 > .ele-wrap {background-image: url(/resources/upload/a5c59a1002a97a9/1611215814199.png);background-size: auto;background-repeat: no-repeat;background-position: bottom center;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a7794a5578a7dd4  > .ele-wrap:hover {border-bottom-width: 0px;border-bottom-style: none;background-image: url(/resources/upload/a5c59a1002a97a9/1611215814719.png);background-position: bottom center;background-size: auto;background-repeat: no-repeat;}#aad23a96d7af239 .ele-wrap {color: #ffffff;font-size: 18px;background-color: transparent;border-style: solid;}#aad23a96d7af239 .ele-wrap:hover {color: #fff262;}#a4a27a4aebad043 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a874ba73fca92ff > .ele-wrap {background-image: url(/resources/upload/a5c59a1002a97a9/1611215814199.png);background-size: auto;background-repeat: no-repeat;background-position: bottom center;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a874ba73fca92ff  > .ele-wrap:hover {border-bottom-width: 0px;border-bottom-style: none;background-image: url(/resources/upload/a5c59a1002a97a9/1611215814719.png);background-position: bottom center;background-size: auto;background-repeat: no-repeat;}#a195badf8da4b4a .ele-wrap {color: #ffffff;font-size: 18px;background-color: transparent;border-style: solid;}#a195badf8da4b4a .ele-wrap:hover {color: #fff262;}#a071fa33e6abca3 > .ele-wrap {background-image: url(/resources/upload/a5c59a1002a97a9/1611215814199.png);background-size: auto;background-repeat: no-repeat;background-position: bottom center;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a071fa33e6abca3  > .ele-wrap:hover {border-bottom-width: 0px;border-bottom-style: none;background-image: url(/resources/upload/a5c59a1002a97a9/1611215814719.png);background-position: bottom center;background-size: auto;background-repeat: no-repeat;}#a48c0a1952ae1d1 .ele-wrap {color: #ffffff;font-size: 18px;background-color: transparent;border-style: solid;}#a48c0a1952ae1d1 .ele-wrap:hover {color: #fff262;}#acbb0acf0da8a56 > .ele-wrap {background-image: url(/resources/upload/a5c59a1002a97a9/1611215814199.png);background-size: auto;background-repeat: no-repeat;background-position: bottom center;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#acbb0acf0da8a56  > .ele-wrap:hover {border-bottom-width: 0px;border-bottom-style: none;background-image: url(/resources/upload/a5c59a1002a97a9/1611215814719.png);background-position: bottom center;background-size: auto;background-repeat: no-repeat;}#a90dda68a2a8eb9 .ele-wrap {color: #ffffff;font-size: 18px;background-color: transparent;border-style: solid;}#a90dda68a2a8eb9 .ele-wrap:hover {color: #fff262;}#afa63abf4da4c97 [data-item*=".title"], #afa63abf4da4c97 [data-item*=".title"] a {font-size: 20px;color: rgba(0, 0, 0, 1);}#afa63abf4da4c97 [data-item*=".abstract"], #afa63abf4da4c97 [data-item*=".abstract"] a {show: true;font-size: 12px;max-line: 2;}#afa63abf4da4c97 [data-item*=".subTitle"], #afa63abf4da4c97 [data-item*=".subTitle"] a {show: false;}#afa63abf4da4c97 [data-item*=".category"], #afa63abf4da4c97 [data-item*=".category"] a {show: false;}#ab090afc4aa7c15 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ac0fba52faa4d0e > .ele-wrap {background-color: orange;background-image: url(/resources/upload/2c01a12dbcee/1570692205609.png);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ac0fba52faa4d0e  > .ele-wrap:hover {border-bottom-color: rgba(22, 164, 203, 1);border-bottom-width: 3px;border-bottom-style: solid;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2d36af1c6aa82b .img-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#acd92a2a4dab633 > .ele-wrap {background-color: orange;background-image: url(/resources/upload/2c01a12dbcee/1570692205609.png);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#acd92a2a4dab633  > .ele-wrap:hover {border-bottom-color: rgba(22, 164, 203, 1);border-bottom-width: 3px;border-bottom-style: solid;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aad51a65c4a1021 .img-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a748ca2666ad363 > .ele-wrap {background-color: orange;background-image: url(/resources/upload/2c01a12dbcee/1570692205609.png);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a748ca2666ad363  > .ele-wrap:hover {border-bottom-color: rgba(22, 164, 203, 1);border-bottom-width: 3px;border-bottom-style: solid;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a48a6a7690a4e7c .img-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a1a3ba86efa2eb8 > .ele-wrap {background-color: orange;background-image: url(/resources/upload/2c01a12dbcee/1570692205609.png);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a1a3ba86efa2eb8  > .ele-wrap:hover {border-bottom-color: rgba(22, 164, 203, 1);border-bottom-width: 3px;border-bottom-style: solid;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1b5ca739aadd2d .img-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a4d59aafd6aab26 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aade2a0d57a4a75 > .ele-wrap {background-color: orange;background-image: url(/resources/upload/2c01a12dbcee/1570692205609.png);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aade2a0d57a4a75  > .ele-wrap:hover {border-bottom-color: rgba(22, 164, 203, 1);border-bottom-width: 3px;border-bottom-style: solid;}#aef43a871daa92e > .ele-wrap {background-color: orange;background-image: url(/resources/upload/2c01a12dbcee/1570692205609.png);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aef43a871daa92e  > .ele-wrap:hover {border-bottom-color: rgba(22, 164, 203, 1);border-bottom-width: 3px;border-bottom-style: solid;}#a418da96ada862c > .ele-wrap {background-color: orange;background-image: url(/resources/upload/2c01a12dbcee/1570692205609.png);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a418da96ada862c  > .ele-wrap:hover {border-bottom-color: rgba(22, 164, 203, 1);border-bottom-width: 3px;border-bottom-style: solid;}#a336ca3428afd83 > .ele-wrap {background-color: orange;background-image: url(/resources/upload/2c01a12dbcee/1570692205609.png);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a336ca3428afd83  > .ele-wrap:hover {border-bottom-color: rgba(22, 164, 203, 1);border-bottom-width: 3px;border-bottom-style: solid;}#a4eb8a76d1a0ab8 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#af2a4a3ac5ad236 > .ele-wrap {background-color: orange;background-image: url(/resources/upload/2c01a12dbcee/1570692205609.png);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#af2a4a3ac5ad236  > .ele-wrap:hover {border-bottom-color: rgba(22, 164, 203, 1);border-bottom-width: 3px;border-bottom-style: solid;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#abe4ca4c02a229d .img-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a9b54a5b27ae536 > .ele-wrap {background-color: orange;background-image: url(/resources/upload/2c01a12dbcee/1570692205609.png);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a9b54a5b27ae536  > .ele-wrap:hover {border-bottom-color: rgba(22, 164, 203, 1);border-bottom-width: 3px;border-bottom-style: solid;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1f8ead71aa15bf .img-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a7e41ac93da3345 > .ele-wrap {background-color: orange;background-image: url(/resources/upload/2c01a12dbcee/1570692205609.png);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a7e41ac93da3345  > .ele-wrap:hover {border-bottom-color: rgba(22, 164, 203, 1);border-bottom-width: 3px;border-bottom-style: solid;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac85ea95c5ade00 .img-wrap {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#a62adae59fa72cd > .ele-wrap {background-color: orange;background-image: url(/resources/upload/2c01a12dbcee/1570692205609.png);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a62adae59fa72cd  > .ele-wrap:hover {border-bottom-color: rgba(22, 164, 203, 1);border-bottom-width: 3px;border-bottom-style: solid;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad4daa5cdda479e .img-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#ac967a2132a91dc > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a554ca9127a18c4 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ad96cab7c4ae95e .ele-wrap {color: #ffffff;font-size: 16px;background-color: transparent;border-style: solid;justify-content: center;}#ad96cab7c4ae95e .ele-wrap:hover {color: #d03322;}#aabb2a202fa32b7 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a1b54a0294ac26b .ele-wrap {color: #ffffff;font-size: 16px;background-color: transparent;border-style: solid;justify-content: center;}#a1b54a0294ac26b .ele-wrap:hover {color: #d03322;}#ac2eea477bae93d > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a11dfa6fd4ac4db .ele-wrap {color: #ffffff;font-size: 16px;background-color: transparent;border-style: solid;justify-content: center;}#a11dfa6fd4ac4db .ele-wrap:hover {color: #d03322;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8796ad093a1288 {
  pointer-events: none;
}
#a8796ad093a1288 .menu-list {
  width: 100%;
  background: #2d2d2e;
}
#a8796ad093a1288 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a8796ad093a1288 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a8796ad093a1288 .menu-list .menu-header {
  background-color: #2d2d2e;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  bold: false;
  font-family: NotoSansSC-Thin;
  font-size: 20px;
}
#a8796ad093a1288 .menu-list .menu-header svg,
#a8796ad093a1288 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a8796ad093a1288 .menu-list > ul {
  position: relative;
}
#a8796ad093a1288 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a8796ad093a1288 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #2d2d2e;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #fff;
  height: 50px;
  line-height: 50px;
}
#a8796ad093a1288 .menu-list > ul > li.active > a,
#a8796ad093a1288 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #2d2d2e;
  border-bottom-color: transparent;
  background-color: #2d2d2e;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #d03322;
}
#a8796ad093a1288 .menu-list > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ff4100;
  background-color: #2d2d2e;
}
#a8796ad093a1288 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a8796ad093a1288 .menu-list > ul > li a img,
#a8796ad093a1288 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a8796ad093a1288 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 133px;
  top: 25px;
  width: 250px;
  background-color: #383838;
  border-left: none;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a8796ad093a1288 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a8796ad093a1288 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  line-height: 50px;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #2d2d2e;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffd0c0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3a29a83e6a382f > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aa247adb5ba334c .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1611034745415.jpeg);background-size: cover;background-repeat: no-repeat;border-radius: 0px;font-size: 14px;}#aa247adb5ba334c .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#aa9a4aa30dacde6 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/a5c59a1002a97a9/1611034740599.jpeg);background-size: contain;background-repeat: no-repeat;background-position: center left;border-radius: 0px;font-size: 14px;}#aa9a4aa30dacde6 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a8dfeabce3affdc .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1615174318614.jpeg);background-size: contain;background-repeat: no-repeat;background-position: center center;border-radius: 0px;font-size: 14px;justify-content: center;}#a8dfeabce3affdc .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a2e58ab167aa6ce .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/a5c59a1002a97a9/1611036366133.png);background-size: contain;background-repeat: no-repeat;background-position: center center;border-radius: 0px;font-size: 14px;justify-content: center;}#a2e58ab167aa6ce .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a45f3a7715af17c .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1611034728726.jpeg);background-size: cover;background-repeat: no-repeat;border-radius: 0px;font-size: 14px;}#a45f3a7715af17c .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a119ea6b95aff8f .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1611034727056.jpeg);background-size: cover;background-repeat: no-repeat;border-radius: 0px;font-size: 14px;}#a119ea6b95aff8f .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#afd6aa3a8baf4fb > .ele-wrap {background-color: rgba(45, 45, 46, 1);border-bottom-color: rgba(59, 66, 74, 1);border-bottom-width: 1px;border-bottom-style: solid;}#afd6aa3a8baf4fb  > .ele-wrap:hover {border-bottom-color: rgba(59, 66, 74, 1);border-bottom-width: 1px;border-bottom-style: solid;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae3c1ab775a0bd1 .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;
#af24ca6cddaeb44 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#af24ca6cddaeb44 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#af24ca6cddaeb44 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 50px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#af24ca6cddaeb44 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#af24ca6cddaeb44 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list > li.active > a:before,
#af24ca6cddaeb44 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#af24ca6cddaeb44 .menu-list > li ul li {
  position: relative;
}
#af24ca6cddaeb44 .menu-list > li ul li:hover > a {
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-size: auto;
  background-position: center center;
  background-color: #09c4ab;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#af24ca6cddaeb44 .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list li ul li a:active,
#af24ca6cddaeb44 .menu-list li ul li a.active,
#af24ca6cddaeb44 .menu-list li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list li ul,
#af24ca6cddaeb44 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #09c4ab;
}
#af24ca6cddaeb44 .menu-list li ul.menu-b > li,
#af24ca6cddaeb44 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#af24ca6cddaeb44 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#af24ca6cddaeb44 .menu-list li:hover > ul {
  display: block;
}
#af24ca6cddaeb44 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a8793aa8f8a4d8f > .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: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 3px 8px 0px rgba(231, 231, 231, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af071a9373af912 .uk-form .form-submit-btn {
  width: 300px;
}
#af071a9373af912 .submit-wrap {
  text-align: center;
}
#af071a9373af912 .submit-wrap button {
  background-color: #0fb5b9;
}
#af071a9373af912 .submit-wrap button:hover {
  background-color: #46b2b4;
}
#af071a9373af912 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#af071a9373af912 .form-item .uk-input,
#af071a9373af912 .form-item .uk-select,
#af071a9373af912 .form-item .uk-textarea {
  width: autopx;
  background-color: #f8f8f8;
}
#af071a9373af912 .form-item .auto-height {
  height: auto;
}
#a5f08a95aaa1229 .ele-wrap {border-color: #ccc;border-width: 0px;border-style: none;color: #777;background-color: transparent;border-radius: 0px;font-size: 14px;justify-content: center;}#a5f08a95aaa1229 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#ae699aed1fa5517 > .ele-wrap {border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(222, 222, 222, 1);}#ac967a2132a91dc > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a554ca9127a18c4 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ad96cab7c4ae95e .ele-wrap {color: #ffffff;font-size: 16px;background-color: transparent;border-style: solid;justify-content: center;}#ad96cab7c4ae95e .ele-wrap:hover {color: #d03322;}#aabb2a202fa32b7 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a1b54a0294ac26b .ele-wrap {color: #ffffff;font-size: 16px;background-color: transparent;border-style: solid;justify-content: center;}#a1b54a0294ac26b .ele-wrap:hover {color: #d03322;}#ac2eea477bae93d > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a11dfa6fd4ac4db .ele-wrap {color: #ffffff;font-size: 16px;background-color: transparent;border-style: solid;justify-content: center;}#a11dfa6fd4ac4db .ele-wrap:hover {color: #d03322;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8796ad093a1288 {
  pointer-events: none;
}
#a8796ad093a1288 .menu-list {
  width: 100%;
  background: #2d2d2e;
}
#a8796ad093a1288 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a8796ad093a1288 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a8796ad093a1288 .menu-list .menu-header {
  background-color: #2d2d2e;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  bold: false;
  font-family: NotoSansSC-Thin;
  font-size: 20px;
}
#a8796ad093a1288 .menu-list .menu-header svg,
#a8796ad093a1288 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a8796ad093a1288 .menu-list > ul {
  position: relative;
}
#a8796ad093a1288 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a8796ad093a1288 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #2d2d2e;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #fff;
  height: 50px;
  line-height: 50px;
}
#a8796ad093a1288 .menu-list > ul > li.active > a,
#a8796ad093a1288 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #2d2d2e;
  border-bottom-color: transparent;
  background-color: #2d2d2e;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #d03322;
}
#a8796ad093a1288 .menu-list > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ff4100;
  background-color: #2d2d2e;
}
#a8796ad093a1288 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a8796ad093a1288 .menu-list > ul > li a img,
#a8796ad093a1288 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a8796ad093a1288 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 133px;
  top: 25px;
  width: 250px;
  background-color: #383838;
  border-left: none;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a8796ad093a1288 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a8796ad093a1288 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  line-height: 50px;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #2d2d2e;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffd0c0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3a29a83e6a382f > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aa247adb5ba334c .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1611034745415.jpeg);background-size: cover;background-repeat: no-repeat;border-radius: 0px;font-size: 14px;}#aa247adb5ba334c .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#aa9a4aa30dacde6 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/a5c59a1002a97a9/1611034740599.jpeg);background-size: contain;background-repeat: no-repeat;background-position: center left;border-radius: 0px;font-size: 14px;}#aa9a4aa30dacde6 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a8dfeabce3affdc .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1615174318614.jpeg);background-size: contain;background-repeat: no-repeat;background-position: center center;border-radius: 0px;font-size: 14px;justify-content: center;}#a8dfeabce3affdc .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a2e58ab167aa6ce .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/a5c59a1002a97a9/1611036366133.png);background-size: contain;background-repeat: no-repeat;background-position: center center;border-radius: 0px;font-size: 14px;justify-content: center;}#a2e58ab167aa6ce .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a45f3a7715af17c .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1611034728726.jpeg);background-size: cover;background-repeat: no-repeat;border-radius: 0px;font-size: 14px;}#a45f3a7715af17c .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a119ea6b95aff8f .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1611034727056.jpeg);background-size: cover;background-repeat: no-repeat;border-radius: 0px;font-size: 14px;}#a119ea6b95aff8f .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#afd6aa3a8baf4fb > .ele-wrap {background-color: rgba(45, 45, 46, 1);border-bottom-color: rgba(59, 66, 74, 1);border-bottom-width: 1px;border-bottom-style: solid;}#afd6aa3a8baf4fb  > .ele-wrap:hover {border-bottom-color: rgba(59, 66, 74, 1);border-bottom-width: 1px;border-bottom-style: solid;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5797acbd4a785d .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;
#af24ca6cddaeb44 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#af24ca6cddaeb44 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#af24ca6cddaeb44 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 50px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#af24ca6cddaeb44 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#af24ca6cddaeb44 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list > li.active > a:before,
#af24ca6cddaeb44 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#af24ca6cddaeb44 .menu-list > li ul li {
  position: relative;
}
#af24ca6cddaeb44 .menu-list > li ul li:hover > a {
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-size: auto;
  background-position: center center;
  background-color: #09c4ab;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#af24ca6cddaeb44 .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list li ul li a:active,
#af24ca6cddaeb44 .menu-list li ul li a.active,
#af24ca6cddaeb44 .menu-list li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list li ul,
#af24ca6cddaeb44 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #09c4ab;
}
#af24ca6cddaeb44 .menu-list li ul.menu-b > li,
#af24ca6cddaeb44 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#af24ca6cddaeb44 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#af24ca6cddaeb44 .menu-list li:hover > ul {
  display: block;
}
#af24ca6cddaeb44 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a0aa7a3a31a6785 > .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: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 3px 8px 0px rgba(231, 231, 231, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae263ae1b2a4523 .uk-form .form-submit-btn {
  width: 300px;
}
#ae263ae1b2a4523 .submit-wrap {
  text-align: center;
}
#ae263ae1b2a4523 .submit-wrap button {
  background-color: #0fb5b9;
}
#ae263ae1b2a4523 .submit-wrap button:hover {
  background-color: #46b2b4;
}
#ae263ae1b2a4523 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#ae263ae1b2a4523 .form-item .uk-input,
#ae263ae1b2a4523 .form-item .uk-select,
#ae263ae1b2a4523 .form-item .uk-textarea {
  width: autopx;
  background-color: #f8f8f8;
}
#ae263ae1b2a4523 .form-item .auto-height {
  height: auto;
}
#ae263ae1b2a4523 .form-item {
  position: relative;
}
#ae263ae1b2a4523 .form-item > label {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -11px;
  z-index: 101;
}
#ae263ae1b2a4523 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#ae263ae1b2a4523 .form-item .uk-input,
#ae263ae1b2a4523 .form-item .uk-select,
#ae263ae1b2a4523 .form-item .uk-textarea,
#ae263ae1b2a4523 .form-item .address-select,
#ae263ae1b2a4523 .form-item .uk-grid {
  padding-left: 90px;
}
#ae263ae1b2a4523 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a8644afeaaa7e78 .ele-wrap {border-width: 0px;border-style: solid;color: #0fb5b9;background-color: transparent;border-radius: 25px;font-size: 14px;}#a8644afeaaa7e78 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#ae0b8a8d66acd98 > .ele-wrap {border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(222, 222, 222, 1);}#ac967a2132a91dc > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a554ca9127a18c4 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ad96cab7c4ae95e .ele-wrap {color: #ffffff;font-size: 16px;background-color: transparent;border-style: solid;justify-content: center;}#ad96cab7c4ae95e .ele-wrap:hover {color: #d03322;}#aabb2a202fa32b7 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a1b54a0294ac26b .ele-wrap {color: #ffffff;font-size: 16px;background-color: transparent;border-style: solid;justify-content: center;}#a1b54a0294ac26b .ele-wrap:hover {color: #d03322;}#ac2eea477bae93d > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a11dfa6fd4ac4db .ele-wrap {color: #ffffff;font-size: 16px;background-color: transparent;border-style: solid;justify-content: center;}#a11dfa6fd4ac4db .ele-wrap:hover {color: #d03322;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8796ad093a1288 {
  pointer-events: none;
}
#a8796ad093a1288 .menu-list {
  width: 100%;
  background: #2d2d2e;
}
#a8796ad093a1288 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a8796ad093a1288 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a8796ad093a1288 .menu-list .menu-header {
  background-color: #2d2d2e;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  bold: false;
  font-family: NotoSansSC-Thin;
  font-size: 20px;
}
#a8796ad093a1288 .menu-list .menu-header svg,
#a8796ad093a1288 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a8796ad093a1288 .menu-list > ul {
  position: relative;
}
#a8796ad093a1288 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a8796ad093a1288 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #2d2d2e;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #fff;
  height: 50px;
  line-height: 50px;
}
#a8796ad093a1288 .menu-list > ul > li.active > a,
#a8796ad093a1288 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #2d2d2e;
  border-bottom-color: transparent;
  background-color: #2d2d2e;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #d03322;
}
#a8796ad093a1288 .menu-list > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ff4100;
  background-color: #2d2d2e;
}
#a8796ad093a1288 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a8796ad093a1288 .menu-list > ul > li a img,
#a8796ad093a1288 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a8796ad093a1288 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 133px;
  top: 25px;
  width: 250px;
  background-color: #383838;
  border-left: none;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a8796ad093a1288 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a8796ad093a1288 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  line-height: 50px;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #2d2d2e;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffd0c0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3a29a83e6a382f > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aa247adb5ba334c .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1611034745415.jpeg);background-size: cover;background-repeat: no-repeat;border-radius: 0px;font-size: 14px;}#aa247adb5ba334c .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#aa9a4aa30dacde6 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/a5c59a1002a97a9/1611034740599.jpeg);background-size: contain;background-repeat: no-repeat;background-position: center left;border-radius: 0px;font-size: 14px;}#aa9a4aa30dacde6 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a8dfeabce3affdc .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1615174318614.jpeg);background-size: contain;background-repeat: no-repeat;background-position: center center;border-radius: 0px;font-size: 14px;justify-content: center;}#a8dfeabce3affdc .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a2e58ab167aa6ce .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/a5c59a1002a97a9/1611036366133.png);background-size: contain;background-repeat: no-repeat;background-position: center center;border-radius: 0px;font-size: 14px;justify-content: center;}#a2e58ab167aa6ce .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a45f3a7715af17c .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1611034728726.jpeg);background-size: cover;background-repeat: no-repeat;border-radius: 0px;font-size: 14px;}#a45f3a7715af17c .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a119ea6b95aff8f .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1611034727056.jpeg);background-size: cover;background-repeat: no-repeat;border-radius: 0px;font-size: 14px;}#a119ea6b95aff8f .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#afd6aa3a8baf4fb > .ele-wrap {background-color: rgba(45, 45, 46, 1);border-bottom-color: rgba(59, 66, 74, 1);border-bottom-width: 1px;border-bottom-style: solid;}#afd6aa3a8baf4fb  > .ele-wrap:hover {border-bottom-color: rgba(59, 66, 74, 1);border-bottom-width: 1px;border-bottom-style: solid;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae3c1ab775a0bd1 .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;
#af24ca6cddaeb44 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#af24ca6cddaeb44 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#af24ca6cddaeb44 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 50px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#af24ca6cddaeb44 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#af24ca6cddaeb44 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list > li.active > a:before,
#af24ca6cddaeb44 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#af24ca6cddaeb44 .menu-list > li ul li {
  position: relative;
}
#af24ca6cddaeb44 .menu-list > li ul li:hover > a {
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-size: auto;
  background-position: center center;
  background-color: #09c4ab;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#af24ca6cddaeb44 .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list li ul li a:active,
#af24ca6cddaeb44 .menu-list li ul li a.active,
#af24ca6cddaeb44 .menu-list li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list li ul,
#af24ca6cddaeb44 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #09c4ab;
}
#af24ca6cddaeb44 .menu-list li ul.menu-b > li,
#af24ca6cddaeb44 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#af24ca6cddaeb44 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#af24ca6cddaeb44 .menu-list li:hover > ul {
  display: block;
}
#af24ca6cddaeb44 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ad992a247ca014f > .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: 0px;border-right-width: 0px;border-top-width: 0px;border-left-color: #ececec;box-shadow: 0px 4px 13px 0px rgba(228, 228, 228, 1);}#ad992a247ca014f  > .ele-wrap:hover {border-left-width: 0px;border-left-color: #d1d1d1;border-right-color: #d1d1d1;border-bottom-color: rgba(15, 181, 185, 1);border-top-color: #d1d1d1;border-right-width: 0px;border-bottom-width: 3px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a73a7a7c08a01fc .uk-position-bottom,
#a73a7a7c08a01fc .uk-position-bottom div {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #222222;
}
#a73a7a7c08a01fc .uk-position-bottom {
  background-color: #ffffff;
}
#a73a7a7c08a01fc .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a73a7a7c08a01fc .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#ac967a2132a91dc > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a554ca9127a18c4 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ad96cab7c4ae95e .ele-wrap {color: #ffffff;font-size: 16px;background-color: transparent;border-style: solid;justify-content: center;}#ad96cab7c4ae95e .ele-wrap:hover {color: #d03322;}#aabb2a202fa32b7 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a1b54a0294ac26b .ele-wrap {color: #ffffff;font-size: 16px;background-color: transparent;border-style: solid;justify-content: center;}#a1b54a0294ac26b .ele-wrap:hover {color: #d03322;}#ac2eea477bae93d > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a11dfa6fd4ac4db .ele-wrap {color: #ffffff;font-size: 16px;background-color: transparent;border-style: solid;justify-content: center;}#a11dfa6fd4ac4db .ele-wrap:hover {color: #d03322;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8796ad093a1288 {
  pointer-events: none;
}
#a8796ad093a1288 .menu-list {
  width: 100%;
  background: #2d2d2e;
}
#a8796ad093a1288 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a8796ad093a1288 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a8796ad093a1288 .menu-list .menu-header {
  background-color: #2d2d2e;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  bold: false;
  font-family: NotoSansSC-Thin;
  font-size: 20px;
}
#a8796ad093a1288 .menu-list .menu-header svg,
#a8796ad093a1288 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a8796ad093a1288 .menu-list > ul {
  position: relative;
}
#a8796ad093a1288 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a8796ad093a1288 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #2d2d2e;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #fff;
  height: 50px;
  line-height: 50px;
}
#a8796ad093a1288 .menu-list > ul > li.active > a,
#a8796ad093a1288 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #2d2d2e;
  border-bottom-color: transparent;
  background-color: #2d2d2e;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #d03322;
}
#a8796ad093a1288 .menu-list > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ff4100;
  background-color: #2d2d2e;
}
#a8796ad093a1288 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a8796ad093a1288 .menu-list > ul > li a img,
#a8796ad093a1288 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a8796ad093a1288 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 133px;
  top: 25px;
  width: 250px;
  background-color: #383838;
  border-left: none;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a8796ad093a1288 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a8796ad093a1288 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  line-height: 50px;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #2d2d2e;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffd0c0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3a29a83e6a382f > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aa247adb5ba334c .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1611034745415.jpeg);background-size: cover;background-repeat: no-repeat;border-radius: 0px;font-size: 14px;}#aa247adb5ba334c .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#aa9a4aa30dacde6 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/a5c59a1002a97a9/1611034740599.jpeg);background-size: contain;background-repeat: no-repeat;background-position: center left;border-radius: 0px;font-size: 14px;}#aa9a4aa30dacde6 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a8dfeabce3affdc .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1615174318614.jpeg);background-size: contain;background-repeat: no-repeat;background-position: center center;border-radius: 0px;font-size: 14px;justify-content: center;}#a8dfeabce3affdc .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a2e58ab167aa6ce .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/a5c59a1002a97a9/1611036366133.png);background-size: contain;background-repeat: no-repeat;background-position: center center;border-radius: 0px;font-size: 14px;justify-content: center;}#a2e58ab167aa6ce .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a45f3a7715af17c .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1611034728726.jpeg);background-size: cover;background-repeat: no-repeat;border-radius: 0px;font-size: 14px;}#a45f3a7715af17c .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a119ea6b95aff8f .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1611034727056.jpeg);background-size: cover;background-repeat: no-repeat;border-radius: 0px;font-size: 14px;}#a119ea6b95aff8f .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#afd6aa3a8baf4fb > .ele-wrap {background-color: rgba(45, 45, 46, 1);border-bottom-color: rgba(59, 66, 74, 1);border-bottom-width: 1px;border-bottom-style: solid;}#afd6aa3a8baf4fb  > .ele-wrap:hover {border-bottom-color: rgba(59, 66, 74, 1);border-bottom-width: 1px;border-bottom-style: solid;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae3c1ab775a0bd1 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4668a68c3af82b {
  min-height: 90vh;
  /* mobile */
}
#a4668a68c3af82b .search-highlight {
  background: yellow;
}
#a4668a68c3af82b .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a4668a68c3af82b .el-title {
  margin-bottom: 20px;
}
#a4668a68c3af82b .el-item:hover .el-title {
  color: #4a90e2;
}
#a4668a68c3af82b .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a4668a68c3af82b .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a4668a68c3af82b .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a4668a68c3af82b .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a4668a68c3af82b .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a4668a68c3af82b .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a4668a68c3af82b .el-title {
    margin-bottom: 0;
  }
  #a4668a68c3af82b .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a4668a68c3af82b .category {
    font-size: 12px;
  }
  #a4668a68c3af82b .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;
#af24ca6cddaeb44 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#af24ca6cddaeb44 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#af24ca6cddaeb44 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 50px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#af24ca6cddaeb44 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#af24ca6cddaeb44 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list > li.active > a:before,
#af24ca6cddaeb44 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#af24ca6cddaeb44 .menu-list > li ul li {
  position: relative;
}
#af24ca6cddaeb44 .menu-list > li ul li:hover > a {
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-size: auto;
  background-position: center center;
  background-color: #09c4ab;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#af24ca6cddaeb44 .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list li ul li a:active,
#af24ca6cddaeb44 .menu-list li ul li a.active,
#af24ca6cddaeb44 .menu-list li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list li ul,
#af24ca6cddaeb44 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #09c4ab;
}
#af24ca6cddaeb44 .menu-list li ul.menu-b > li,
#af24ca6cddaeb44 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#af24ca6cddaeb44 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#af24ca6cddaeb44 .menu-list li:hover > ul {
  display: block;
}
#af24ca6cddaeb44 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ac967a2132a91dc > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a554ca9127a18c4 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ad96cab7c4ae95e .ele-wrap {color: #ffffff;font-size: 16px;background-color: transparent;border-style: solid;justify-content: center;}#ad96cab7c4ae95e .ele-wrap:hover {color: #d03322;}#aabb2a202fa32b7 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a1b54a0294ac26b .ele-wrap {color: #ffffff;font-size: 16px;background-color: transparent;border-style: solid;justify-content: center;}#a1b54a0294ac26b .ele-wrap:hover {color: #d03322;}#ac2eea477bae93d > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a11dfa6fd4ac4db .ele-wrap {color: #ffffff;font-size: 16px;background-color: transparent;border-style: solid;justify-content: center;}#a11dfa6fd4ac4db .ele-wrap:hover {color: #d03322;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8796ad093a1288 {
  pointer-events: none;
}
#a8796ad093a1288 .menu-list {
  width: 100%;
  background: #2d2d2e;
}
#a8796ad093a1288 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a8796ad093a1288 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a8796ad093a1288 .menu-list .menu-header {
  background-color: #2d2d2e;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  bold: false;
  font-family: NotoSansSC-Thin;
  font-size: 20px;
}
#a8796ad093a1288 .menu-list .menu-header svg,
#a8796ad093a1288 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a8796ad093a1288 .menu-list > ul {
  position: relative;
}
#a8796ad093a1288 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a8796ad093a1288 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #2d2d2e;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #fff;
  height: 50px;
  line-height: 50px;
}
#a8796ad093a1288 .menu-list > ul > li.active > a,
#a8796ad093a1288 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #2d2d2e;
  border-bottom-color: transparent;
  background-color: #2d2d2e;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #d03322;
}
#a8796ad093a1288 .menu-list > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ff4100;
  background-color: #2d2d2e;
}
#a8796ad093a1288 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a8796ad093a1288 .menu-list > ul > li a img,
#a8796ad093a1288 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a8796ad093a1288 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 133px;
  top: 25px;
  width: 250px;
  background-color: #383838;
  border-left: none;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a8796ad093a1288 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a8796ad093a1288 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  line-height: 50px;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #2d2d2e;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffd0c0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3a29a83e6a382f > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aa247adb5ba334c .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1611034745415.jpeg);background-size: cover;background-repeat: no-repeat;border-radius: 0px;font-size: 14px;}#aa247adb5ba334c .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#aa9a4aa30dacde6 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/a5c59a1002a97a9/1611034740599.jpeg);background-size: contain;background-repeat: no-repeat;background-position: center left;border-radius: 0px;font-size: 14px;}#aa9a4aa30dacde6 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a8dfeabce3affdc .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1615174318614.jpeg);background-size: contain;background-repeat: no-repeat;background-position: center center;border-radius: 0px;font-size: 14px;justify-content: center;}#a8dfeabce3affdc .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a2e58ab167aa6ce .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/a5c59a1002a97a9/1611036366133.png);background-size: contain;background-repeat: no-repeat;background-position: center center;border-radius: 0px;font-size: 14px;justify-content: center;}#a2e58ab167aa6ce .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a45f3a7715af17c .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1611034728726.jpeg);background-size: cover;background-repeat: no-repeat;border-radius: 0px;font-size: 14px;}#a45f3a7715af17c .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a119ea6b95aff8f .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1611034727056.jpeg);background-size: cover;background-repeat: no-repeat;border-radius: 0px;font-size: 14px;}#a119ea6b95aff8f .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#afd6aa3a8baf4fb > .ele-wrap {background-color: rgba(45, 45, 46, 1);border-bottom-color: rgba(59, 66, 74, 1);border-bottom-width: 1px;border-bottom-style: solid;}#afd6aa3a8baf4fb  > .ele-wrap:hover {border-bottom-color: rgba(59, 66, 74, 1);border-bottom-width: 1px;border-bottom-style: solid;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae3c1ab775a0bd1 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af6d4acdeda3eda {
  /* 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------------------------*/
}
#af6d4acdeda3eda * {
  font-family: 'PT Sans Caption', sans-serif, 'arial', 'Times New Roman';
}
#af6d4acdeda3eda .error .clip .shadow {
  height: 180px;
  /*Contrall*/
}
#af6d4acdeda3eda .error .clip:nth-of-type(2) .shadow {
  width: 130px;
  /*Contrall play with javascript*/
}
#af6d4acdeda3eda .error .clip:nth-of-type(1) .shadow,
#af6d4acdeda3eda .error .clip:nth-of-type(3) .shadow {
  width: 250px;
  /*Contrall*/
}
#af6d4acdeda3eda .error .digit {
  width: 150px;
  /*Contrall*/
  height: 150px;
  /*Contrall*/
  line-height: 150px;
  /*Contrall*/
  font-size: 120px;
  font-weight: bold;
}
#af6d4acdeda3eda .error h2 {
  font-size: 32px;
}
#af6d4acdeda3eda .error .msg {
  top: -190px;
  left: 30%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 32px;
}
#af6d4acdeda3eda .error span.triangle {
  top: 70%;
  right: 0%;
  border-left: 20px solid #535353;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
#af6d4acdeda3eda .error .container-error-404 {
  margin-top: 10%;
  position: relative;
  height: 250px;
  padding-top: 40px;
  text-align: center;
}
#af6d4acdeda3eda .error .container-error-404 .clip {
  display: inline-block;
  transform: skew(-45deg);
}
#af6d4acdeda3eda .error .clip .shadow {
  overflow: hidden;
}
#af6d4acdeda3eda .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);
}
#af6d4acdeda3eda .error .clip:nth-of-type(3) .shadow:after,
#af6d4acdeda3eda .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%;
}
#af6d4acdeda3eda .error .clip:nth-of-type(3) .shadow:after {
  left: -8px;
}
#af6d4acdeda3eda .error .digit {
  position: relative;
  top: 8%;
  color: white;
  background: #07B3F9;
  border-radius: 50%;
  display: inline-block;
  transform: skew(45deg);
}
#af6d4acdeda3eda .error .clip:nth-of-type(2) .digit {
  left: -10%;
}
#af6d4acdeda3eda .error .clip:nth-of-type(1) .digit {
  right: -20%;
}
#af6d4acdeda3eda .error .clip:nth-of-type(3) .digit {
  left: -20%;
}
#af6d4acdeda3eda .error h2 {
  color: #A2A2A2;
  font-weight: bold;
  padding-bottom: 20px;
}
#af6d4acdeda3eda .error .msg {
  position: relative;
  z-index: 9999;
  display: block;
  background: #535353;
  color: #A2A2A2;
  border-radius: 50%;
  font-style: italic;
}
#af6d4acdeda3eda .error .triangle {
  position: absolute;
  z-index: 999;
  transform: rotate(45deg);
  content: "";
  width: 0;
  height: 0;
}
@media (max-width: 767px) {
  #af6d4acdeda3eda {
    /* Error Page */
    /* Error Page */
  }
  #af6d4acdeda3eda .error .clip .shadow {
    height: 100px;
    /*Contrall*/
  }
  #af6d4acdeda3eda .error .clip:nth-of-type(2) .shadow {
    width: 80px;
    /*Contrall play with javascript*/
  }
  #af6d4acdeda3eda .error .clip:nth-of-type(1) .shadow,
  #af6d4acdeda3eda .error .clip:nth-of-type(3) .shadow {
    width: 100px;
    /*Contrall*/
  }
  #af6d4acdeda3eda .error .digit {
    width: 80px;
    /*Contrall*/
    height: 80px;
    /*Contrall*/
    line-height: 80px;
    /*Contrall*/
    font-size: 52px;
  }
  #af6d4acdeda3eda .error h2 {
    font-size: 24px;
  }
  #af6d4acdeda3eda .error .msg {
    top: -110px;
    left: 15%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  #af6d4acdeda3eda .error span.triangle {
    top: 70%;
    right: -3%;
    border-left: 10px solid #535353;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  #af6d4acdeda3eda .error .container-error-404 {
    height: 150px;
  }
}
#af6d4acdeda3eda .overlay {
  position: relative;
  z-index: 20;
}
#af6d4acdeda3eda .ground-color {
  background: white;
}
#af6d4acdeda3eda .item-bg-color {
  background: #EAEAEA;
}
#af6d4acdeda3eda .padding-top {
  padding-top: 10px;
}
#af6d4acdeda3eda .padding-bottom {
  padding-bottom: 10px;
}
#af6d4acdeda3eda .padding-vertical {
  padding-top: 10px;
  padding-bottom: 10px;
}
#af6d4acdeda3eda .padding-horizontal {
  padding-left: 10px;
  padding-right: 10px;
}
#af6d4acdeda3eda .padding-all {
  padding: 10px;
}
#af6d4acdeda3eda .no-padding-left {
  padding-left: 0px;
}
#af6d4acdeda3eda .no-padding-right {
  padding-right: 0px;
}
#af6d4acdeda3eda .no-vertical-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
#af6d4acdeda3eda .no-horizontal-padding {
  padding-left: 0px;
  padding-right: 0px;
}
#af6d4acdeda3eda .no-padding {
  padding: 0px;
}
#af6d4acdeda3eda .margin-top {
  margin-top: 10px;
}
#af6d4acdeda3eda .margin-bottom {
  margin-bottom: 10px;
}
#af6d4acdeda3eda .margin-right {
  margin-right: 10px;
}
#af6d4acdeda3eda .margin-left {
  margin-left: 10px;
}
#af6d4acdeda3eda .margin-horizontal {
  margin-left: 10px;
  margin-right: 10px;
}
#af6d4acdeda3eda .margin-vertical {
  margin-top: 10px;
  margin-bottom: 10px;
}
#af6d4acdeda3eda .margin-all {
  margin: 10px;
}
#af6d4acdeda3eda .no-margin {
  margin: 0px;
}
#af6d4acdeda3eda .no-vertical-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}
#af6d4acdeda3eda .no-horizontal-margin {
  margin-left: 0px;
  margin-right: 0px;
}
#af6d4acdeda3eda .inside-col-shrink {
  margin: 0px 20px;
}
#af6d4acdeda3eda 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;
#af24ca6cddaeb44 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#af24ca6cddaeb44 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#af24ca6cddaeb44 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 50px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#af24ca6cddaeb44 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#af24ca6cddaeb44 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list > li.active > a:before,
#af24ca6cddaeb44 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#af24ca6cddaeb44 .menu-list > li ul li {
  position: relative;
}
#af24ca6cddaeb44 .menu-list > li ul li:hover > a {
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-size: auto;
  background-position: center center;
  background-color: #09c4ab;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#af24ca6cddaeb44 .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list li ul li a:active,
#af24ca6cddaeb44 .menu-list li ul li a.active,
#af24ca6cddaeb44 .menu-list li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list li ul,
#af24ca6cddaeb44 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #09c4ab;
}
#af24ca6cddaeb44 .menu-list li ul.menu-b > li,
#af24ca6cddaeb44 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#af24ca6cddaeb44 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#af24ca6cddaeb44 .menu-list li:hover > ul {
  display: block;
}
#af24ca6cddaeb44 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ac967a2132a91dc > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a554ca9127a18c4 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ad96cab7c4ae95e .ele-wrap {color: #ffffff;font-size: 16px;background-color: transparent;border-style: solid;justify-content: center;}#ad96cab7c4ae95e .ele-wrap:hover {color: #d03322;}#aabb2a202fa32b7 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a1b54a0294ac26b .ele-wrap {color: #ffffff;font-size: 16px;background-color: transparent;border-style: solid;justify-content: center;}#a1b54a0294ac26b .ele-wrap:hover {color: #d03322;}#ac2eea477bae93d > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a11dfa6fd4ac4db .ele-wrap {color: #ffffff;font-size: 16px;background-color: transparent;border-style: solid;justify-content: center;}#a11dfa6fd4ac4db .ele-wrap:hover {color: #d03322;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8796ad093a1288 {
  pointer-events: none;
}
#a8796ad093a1288 .menu-list {
  width: 100%;
  background: #2d2d2e;
}
#a8796ad093a1288 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a8796ad093a1288 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a8796ad093a1288 .menu-list .menu-header {
  background-color: #2d2d2e;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  bold: false;
  font-family: NotoSansSC-Thin;
  font-size: 20px;
}
#a8796ad093a1288 .menu-list .menu-header svg,
#a8796ad093a1288 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a8796ad093a1288 .menu-list > ul {
  position: relative;
}
#a8796ad093a1288 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a8796ad093a1288 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #2d2d2e;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #fff;
  height: 50px;
  line-height: 50px;
}
#a8796ad093a1288 .menu-list > ul > li.active > a,
#a8796ad093a1288 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #2d2d2e;
  border-bottom-color: transparent;
  background-color: #2d2d2e;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #d03322;
}
#a8796ad093a1288 .menu-list > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ff4100;
  background-color: #2d2d2e;
}
#a8796ad093a1288 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a8796ad093a1288 .menu-list > ul > li a img,
#a8796ad093a1288 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a8796ad093a1288 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 133px;
  top: 25px;
  width: 250px;
  background-color: #383838;
  border-left: none;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a8796ad093a1288 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a8796ad093a1288 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  line-height: 50px;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #2d2d2e;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffd0c0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3a29a83e6a382f > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aa247adb5ba334c .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1611034745415.jpeg);background-size: cover;background-repeat: no-repeat;border-radius: 0px;font-size: 14px;}#aa247adb5ba334c .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#aa9a4aa30dacde6 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/a5c59a1002a97a9/1611034740599.jpeg);background-size: contain;background-repeat: no-repeat;background-position: center left;border-radius: 0px;font-size: 14px;}#aa9a4aa30dacde6 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a8dfeabce3affdc .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1615174318614.jpeg);background-size: contain;background-repeat: no-repeat;background-position: center center;border-radius: 0px;font-size: 14px;justify-content: center;}#a8dfeabce3affdc .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a2e58ab167aa6ce .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/a5c59a1002a97a9/1611036366133.png);background-size: contain;background-repeat: no-repeat;background-position: center center;border-radius: 0px;font-size: 14px;justify-content: center;}#a2e58ab167aa6ce .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a45f3a7715af17c .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1611034728726.jpeg);background-size: cover;background-repeat: no-repeat;border-radius: 0px;font-size: 14px;}#a45f3a7715af17c .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a119ea6b95aff8f .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1611034727056.jpeg);background-size: cover;background-repeat: no-repeat;border-radius: 0px;font-size: 14px;}#a119ea6b95aff8f .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#afd6aa3a8baf4fb > .ele-wrap {background-color: rgba(45, 45, 46, 1);border-bottom-color: rgba(59, 66, 74, 1);border-bottom-width: 1px;border-bottom-style: solid;}#afd6aa3a8baf4fb  > .ele-wrap:hover {border-bottom-color: rgba(59, 66, 74, 1);border-bottom-width: 1px;border-bottom-style: solid;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae3c1ab775a0bd1 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a59b6a731aaecf9 .login-main {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(12, 1, 4, 0.05);
}
#a59b6a731aaecf9 .switch_item {
  margin-right: 10px;
}
#a59b6a731aaecf9 a.switch_item:hover {
  text-decoration: underline;
}
#a59b6a731aaecf9 .slider {
  width: 420px;
  height: 600px;
}
#a59b6a731aaecf9 .uk-slideshow-items {
  height: 100%;
}
#a59b6a731aaecf9 .uk-slideshow-items a {
  width: 100%;
  height: 100%;
  display: block;
}
#a59b6a731aaecf9 .login-wrap {
  width: 100%;
  height: 100%;
}
#a59b6a731aaecf9 .uk-dotnav > * > * {
  background: #fff;
  border-color: #fff;
  opacity: .5;
}
#a59b6a731aaecf9 .uk-dotnav > .uk-active > * {
  border-color: #0076fe;
  background: #0076fe;
}
#a59b6a731aaecf9 .phone-login-box {
  margin: 40px auto 40px;
}
#a59b6a731aaecf9 .login-header {
  margin-bottom: 24px;
}
#a59b6a731aaecf9 .login-header h4 {
  font-size: 22px;
  font-weight: bolder;
  line-height: 1;
  padding-left: 20px;
  border-left: 4px solid #0076fe;
}
#a59b6a731aaecf9 .input-item {
  width: 330px;
  height: 45px;
  background-color: #f0f2f7;
  border-radius: 22px;
  border: solid 1px #e3e8f0;
  position: relative;
  overflow: hidden;
}
#a59b6a731aaecf9 .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;
}
#a59b6a731aaecf9 .forget_password {
  cursor: pointer;
}
#a59b6a731aaecf9 .forget_password:hover {
  color: #0fb5b9;
}
#a59b6a731aaecf9 .input-item input.error,
#a59b6a731aaecf9 .input-item input.error::placeholder {
  color: #fc4343;
}
#a59b6a731aaecf9 .input-item input::placeholder {
  color: #999;
}
#a59b6a731aaecf9 .input-item .icon {
  position: absolute;
  left: 10px;
  top: 12px;
  fill: #ccc;
  width: 20px;
}
#a59b6a731aaecf9 .form-item {
  margin: 24px 0;
}
#a59b6a731aaecf9 .verifycode-input .input-item {
  width: 200px;
  float: left;
}
#a59b6a731aaecf9 .send-code {
  float: left;
  margin-left: 20px;
}
#a59b6a731aaecf9 .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;
}
#a59b6a731aaecf9 .submit {
  width: 330px;
  height: 45px;
  background-color: #0076fe;
  border-radius: 22px;
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  cursor: pointer;
}
#a59b6a731aaecf9 .error {
  color: #fc4343;
  font-size: 12px;
  padding-left: 10px;
  display: block;
  max-width: 300px;
}
#a59b6a731aaecf9 .login_btn_wrap {
  text-align: center;
}
#a59b6a731aaecf9 .login_btn_wrap .submit {
  display: block;
  margin-bottom: 10px;
}
#a59b6a731aaecf9 .input-item .pwd-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  font-size: 16px;
  color: #999;
  cursor: pointer;
}
#a59b6a731aaecf9 .input-item .pwd-toggle:hover {
  color: currentColor;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af24ca6cddaeb44 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#af24ca6cddaeb44 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#af24ca6cddaeb44 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 50px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#af24ca6cddaeb44 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#af24ca6cddaeb44 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list > li.active > a:before,
#af24ca6cddaeb44 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#af24ca6cddaeb44 .menu-list > li ul li {
  position: relative;
}
#af24ca6cddaeb44 .menu-list > li ul li:hover > a {
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-size: auto;
  background-position: center center;
  background-color: #09c4ab;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#af24ca6cddaeb44 .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list li ul li a:active,
#af24ca6cddaeb44 .menu-list li ul li a.active,
#af24ca6cddaeb44 .menu-list li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list li ul,
#af24ca6cddaeb44 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #09c4ab;
}
#af24ca6cddaeb44 .menu-list li ul.menu-b > li,
#af24ca6cddaeb44 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#af24ca6cddaeb44 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#af24ca6cddaeb44 .menu-list li:hover > ul {
  display: block;
}
#af24ca6cddaeb44 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ac967a2132a91dc > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a554ca9127a18c4 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ad96cab7c4ae95e .ele-wrap {color: #ffffff;font-size: 16px;background-color: transparent;border-style: solid;justify-content: center;}#ad96cab7c4ae95e .ele-wrap:hover {color: #d03322;}#aabb2a202fa32b7 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a1b54a0294ac26b .ele-wrap {color: #ffffff;font-size: 16px;background-color: transparent;border-style: solid;justify-content: center;}#a1b54a0294ac26b .ele-wrap:hover {color: #d03322;}#ac2eea477bae93d > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a11dfa6fd4ac4db .ele-wrap {color: #ffffff;font-size: 16px;background-color: transparent;border-style: solid;justify-content: center;}#a11dfa6fd4ac4db .ele-wrap:hover {color: #d03322;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8796ad093a1288 {
  pointer-events: none;
}
#a8796ad093a1288 .menu-list {
  width: 100%;
  background: #2d2d2e;
}
#a8796ad093a1288 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a8796ad093a1288 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a8796ad093a1288 .menu-list .menu-header {
  background-color: #2d2d2e;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  bold: false;
  font-family: NotoSansSC-Thin;
  font-size: 20px;
}
#a8796ad093a1288 .menu-list .menu-header svg,
#a8796ad093a1288 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a8796ad093a1288 .menu-list > ul {
  position: relative;
}
#a8796ad093a1288 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a8796ad093a1288 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #2d2d2e;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #fff;
  height: 50px;
  line-height: 50px;
}
#a8796ad093a1288 .menu-list > ul > li.active > a,
#a8796ad093a1288 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #2d2d2e;
  border-bottom-color: transparent;
  background-color: #2d2d2e;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #d03322;
}
#a8796ad093a1288 .menu-list > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ff4100;
  background-color: #2d2d2e;
}
#a8796ad093a1288 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a8796ad093a1288 .menu-list > ul > li a img,
#a8796ad093a1288 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a8796ad093a1288 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 133px;
  top: 25px;
  width: 250px;
  background-color: #383838;
  border-left: none;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a8796ad093a1288 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a8796ad093a1288 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  line-height: 50px;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #2d2d2e;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffd0c0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3a29a83e6a382f > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aa247adb5ba334c .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1611034745415.jpeg);background-size: cover;background-repeat: no-repeat;border-radius: 0px;font-size: 14px;}#aa247adb5ba334c .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#aa9a4aa30dacde6 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/a5c59a1002a97a9/1611034740599.jpeg);background-size: contain;background-repeat: no-repeat;background-position: center left;border-radius: 0px;font-size: 14px;}#aa9a4aa30dacde6 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a8dfeabce3affdc .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1615174318614.jpeg);background-size: contain;background-repeat: no-repeat;background-position: center center;border-radius: 0px;font-size: 14px;justify-content: center;}#a8dfeabce3affdc .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a2e58ab167aa6ce .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/a5c59a1002a97a9/1611036366133.png);background-size: contain;background-repeat: no-repeat;background-position: center center;border-radius: 0px;font-size: 14px;justify-content: center;}#a2e58ab167aa6ce .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a45f3a7715af17c .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1611034728726.jpeg);background-size: cover;background-repeat: no-repeat;border-radius: 0px;font-size: 14px;}#a45f3a7715af17c .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a119ea6b95aff8f .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1611034727056.jpeg);background-size: cover;background-repeat: no-repeat;border-radius: 0px;font-size: 14px;}#a119ea6b95aff8f .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#afd6aa3a8baf4fb > .ele-wrap {background-color: rgba(45, 45, 46, 1);border-bottom-color: rgba(59, 66, 74, 1);border-bottom-width: 1px;border-bottom-style: solid;}#afd6aa3a8baf4fb  > .ele-wrap:hover {border-bottom-color: rgba(59, 66, 74, 1);border-bottom-width: 1px;border-bottom-style: solid;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae3c1ab775a0bd1 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acdbda5037aca32 .sidebar {
  width: 150px;
  max-width: 150px;
  height: 100%;
}
#acdbda5037aca32 .nav-items {
  background: #fafafa;
  min-height: 200px;
}
#acdbda5037aca32 .phone-info {
  background: #fafafa;
  margin-top: 10px;
  font-size: 12px;
  padding: 22px 4px 20px 16px;
  line-height: 1.5;
  color: #666;
}
#acdbda5037aca32 .phone-info .phone {
  line-height: 1.5;
  color: #333;
  font-size: 18px;
  font-family: Arial;
}
#acdbda5037aca32 .nav-type {
  line-height: 37px;
  padding-left: 20px;
  cursor: pointer;
}
#acdbda5037aca32 .nav-type.active {
  color: #FFF;
  cursor: default;
  background: #ff658c;
}
#acdbda5037aca32 .content {
  padding-bottom: 60px;
  color: #666;
  border: 1px solid #f0f0f0;
  min-height: 400px;
}
#acdbda5037aca32 .nav-list {
  padding: 0 20px;
}
#acdbda5037aca32 .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;
}
#acdbda5037aca32 .nav-list .nav-item.active {
  background-color: #ff5c89;
  color: #fff;
  cursor: default;
}
#acdbda5037aca32 .order-item {
  margin-top: 10px;
  background: #fff;
  padding: 0 20px;
}
#acdbda5037aca32 .order-item:hover {
  background: #f7f7f7;
}
#acdbda5037aca32 .del-order {
  cursor: pointer;
}
#acdbda5037aca32 .order-item .order-title {
  line-height: 40px;
  color: #666;
  font-size: 13px;
  border-bottom: 1px solid #f7f7f7;
}
#acdbda5037aca32 .goods-item {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
}
#acdbda5037aca32 .order-goods-list .goods-item:last-child {
  border-bottom: none;
}
#acdbda5037aca32 .goods-item img {
  width: 100px;
  height: 100px;
  background: #f4f4f4;
}
#acdbda5037aca32 .goods-item .goods-info {
  padding: 0 15px;
}
#acdbda5037aca32 .appoint-time span {
  color: #e4393c;
  background-color: #f9eeee;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 2px;
  line-height: 1;
}
#acdbda5037aca32 .appoint-time {
  margin-bottom: 4px;
}
#acdbda5037aca32 .appoint-name {
  color: #333;
  font-size: 14px;
}
#acdbda5037aca32 .appoint-info {
  padding: 0 15px;
  font-size: 12px;
  color: #888;
}
#acdbda5037aca32 .goods-item .goods-name {
  color: #333;
}
#acdbda5037aca32 .goods-item .sku-name {
  color: #999;
  font-size: 12px;
}
#acdbda5037aca32 .order-total-info {
  padding-bottom: 10px;
  color: #999;
  font-size: 12px;
}
#acdbda5037aca32 .order-total-info .total-price {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
}
#acdbda5037aca32 .load-more {
  font-size: 12px;
  padding-bottom: 15px;
  color: #999;
}
#acdbda5037aca32 .order-btns {
  padding: 10px 0;
  border-top: 1px solid #f7f7f7;
}
#acdbda5037aca32 .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;
}
#acdbda5037aca32 .order-btns .btn-warn {
  color: #fff;
  background: #eb3c3c;
  border-color: #eb3c3c;
  cursor: pointer;
}
#acdbda5037aca32 .appoint-info .title {
  font-weight: bold;
  color: #333;
}
#acdbda5037aca32 .coupon-item {
  margin: 10px 30px;
  display: inline-flex;
  width: 42%;
}
#acdbda5037aca32 .setting-form {
  padding: 30px 20px;
}
#acdbda5037aca32 .setting-item {
  margin-bottom: 20px;
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
#acdbda5037aca32 .setting-item .label {
  display: inline-block;
  margin-right: 6px;
  text-align: right;
  min-width: 120px;
}
#acdbda5037aca32 .setting-item .input-text {
  border: 1px solid #ccc;
  line-height: 28px;
  padding: 0 10px;
  min-width: 200px;
  font-size: 13px;
}
#acdbda5037aca32 .setting-form .setting-btns {
  margin-left: 130px;
}
#acdbda5037aca32 .setting-form .uk-button {
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
}
#acdbda5037aca32 .setting-wrap {
  position: relative;
}
#acdbda5037aca32 .user-info {
  border: 1px solid #ccc;
  width: 300px;
  position: absolute;
  right: 80px;
  top: 30px;
  color: #666;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
}
#acdbda5037aca32 .user-info .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
#acdbda5037aca32 .user-info .levels {
  color: #888;
  font-size: 12px;
}
#acdbda5037aca32 .address-wrap {
  padding: 30px 20px;
}
#acdbda5037aca32 .addr-header {
  font-size: 18px;
  color: #333;
  margin: 0;
}
#acdbda5037aca32 .addr-detail {
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
}
#acdbda5037aca32 .addr-list {
  min-height: 200px;
}
#acdbda5037aca32 .addr-detail .addr-item-name,
#acdbda5037aca32 .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;
}
#acdbda5037aca32 .addr-detail .addr-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
#acdbda5037aca32 .addr-detail .addr-item-name {
  color: #e93b3d;
  border-color: #e93b3d;
}
#acdbda5037aca32 .addr-detail {
  padding: 12px 0;
  flex: 1;
}
#acdbda5037aca32 .op-btns a {
  font-size: 12px;
  color: #e93b3d;
  margin-left: 6px;
}
#acdbda5037aca32 .add-addr {
  height: 32px;
  line-height: 30px;
}
#acdbda5037aca32 .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;
}
#acdbda5037aca32 .publish-item {
  cursor: default;
  min-height: 120px;
}
#acdbda5037aca32 .publish-item .status-0 {
  background-image: url(/resources/sys/img/icons/info-unread.png);
}
#acdbda5037aca32 .publish-item .status-1 {
  background-image: url(/resources/sys/img/icons/info-fail.png);
}
#acdbda5037aca32 .publish-item .btns a {
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 2px;
  color: #fff;
  background: #0fb5b9;
}
#acdbda5037aca32 .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;
#af24ca6cddaeb44 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#af24ca6cddaeb44 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#af24ca6cddaeb44 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 50px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#af24ca6cddaeb44 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#af24ca6cddaeb44 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list > li.active > a:before,
#af24ca6cddaeb44 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#af24ca6cddaeb44 .menu-list > li ul li {
  position: relative;
}
#af24ca6cddaeb44 .menu-list > li ul li:hover > a {
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-size: auto;
  background-position: center center;
  background-color: #09c4ab;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#af24ca6cddaeb44 .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list li ul li a:active,
#af24ca6cddaeb44 .menu-list li ul li a.active,
#af24ca6cddaeb44 .menu-list li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list li ul,
#af24ca6cddaeb44 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #09c4ab;
}
#af24ca6cddaeb44 .menu-list li ul.menu-b > li,
#af24ca6cddaeb44 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#af24ca6cddaeb44 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#af24ca6cddaeb44 .menu-list li:hover > ul {
  display: block;
}
#af24ca6cddaeb44 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ac967a2132a91dc > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a554ca9127a18c4 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ad96cab7c4ae95e .ele-wrap {color: #ffffff;font-size: 16px;background-color: transparent;border-style: solid;justify-content: center;}#ad96cab7c4ae95e .ele-wrap:hover {color: #d03322;}#aabb2a202fa32b7 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a1b54a0294ac26b .ele-wrap {color: #ffffff;font-size: 16px;background-color: transparent;border-style: solid;justify-content: center;}#a1b54a0294ac26b .ele-wrap:hover {color: #d03322;}#ac2eea477bae93d > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a11dfa6fd4ac4db .ele-wrap {color: #ffffff;font-size: 16px;background-color: transparent;border-style: solid;justify-content: center;}#a11dfa6fd4ac4db .ele-wrap:hover {color: #d03322;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8796ad093a1288 {
  pointer-events: none;
}
#a8796ad093a1288 .menu-list {
  width: 100%;
  background: #2d2d2e;
}
#a8796ad093a1288 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a8796ad093a1288 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a8796ad093a1288 .menu-list .menu-header {
  background-color: #2d2d2e;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  bold: false;
  font-family: NotoSansSC-Thin;
  font-size: 20px;
}
#a8796ad093a1288 .menu-list .menu-header svg,
#a8796ad093a1288 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a8796ad093a1288 .menu-list > ul {
  position: relative;
}
#a8796ad093a1288 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a8796ad093a1288 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #2d2d2e;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #fff;
  height: 50px;
  line-height: 50px;
}
#a8796ad093a1288 .menu-list > ul > li.active > a,
#a8796ad093a1288 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #2d2d2e;
  border-bottom-color: transparent;
  background-color: #2d2d2e;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #d03322;
}
#a8796ad093a1288 .menu-list > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ff4100;
  background-color: #2d2d2e;
}
#a8796ad093a1288 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a8796ad093a1288 .menu-list > ul > li a img,
#a8796ad093a1288 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a8796ad093a1288 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 133px;
  top: 25px;
  width: 250px;
  background-color: #383838;
  border-left: none;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a8796ad093a1288 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a8796ad093a1288 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  line-height: 50px;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #2d2d2e;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffd0c0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3a29a83e6a382f > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aa247adb5ba334c .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1611034745415.jpeg);background-size: cover;background-repeat: no-repeat;border-radius: 0px;font-size: 14px;}#aa247adb5ba334c .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#aa9a4aa30dacde6 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/a5c59a1002a97a9/1611034740599.jpeg);background-size: contain;background-repeat: no-repeat;background-position: center left;border-radius: 0px;font-size: 14px;}#aa9a4aa30dacde6 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a8dfeabce3affdc .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1615174318614.jpeg);background-size: contain;background-repeat: no-repeat;background-position: center center;border-radius: 0px;font-size: 14px;justify-content: center;}#a8dfeabce3affdc .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a2e58ab167aa6ce .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/a5c59a1002a97a9/1611036366133.png);background-size: contain;background-repeat: no-repeat;background-position: center center;border-radius: 0px;font-size: 14px;justify-content: center;}#a2e58ab167aa6ce .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a45f3a7715af17c .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1611034728726.jpeg);background-size: cover;background-repeat: no-repeat;border-radius: 0px;font-size: 14px;}#a45f3a7715af17c .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a119ea6b95aff8f .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1611034727056.jpeg);background-size: cover;background-repeat: no-repeat;border-radius: 0px;font-size: 14px;}#a119ea6b95aff8f .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#afd6aa3a8baf4fb > .ele-wrap {background-color: rgba(45, 45, 46, 1);border-bottom-color: rgba(59, 66, 74, 1);border-bottom-width: 1px;border-bottom-style: solid;}#afd6aa3a8baf4fb  > .ele-wrap:hover {border-bottom-color: rgba(59, 66, 74, 1);border-bottom-width: 1px;border-bottom-style: solid;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae3c1ab775a0bd1 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a708aaa9f6a7547 {
  min-height: 90vh;
  /* mobile */
}
#a708aaa9f6a7547 .search-highlight {
  background: yellow;
}
#a708aaa9f6a7547 .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a708aaa9f6a7547 .el-title {
  margin-bottom: 20px;
}
#a708aaa9f6a7547 .el-item:hover .el-title {
  color: #4a90e2;
}
#a708aaa9f6a7547 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a708aaa9f6a7547 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a708aaa9f6a7547 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a708aaa9f6a7547 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a708aaa9f6a7547 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a708aaa9f6a7547 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a708aaa9f6a7547 .el-title {
    margin-bottom: 0;
  }
  #a708aaa9f6a7547 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a708aaa9f6a7547 .category {
    font-size: 12px;
  }
  #a708aaa9f6a7547 .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;
#af24ca6cddaeb44 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#af24ca6cddaeb44 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#af24ca6cddaeb44 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 50px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#af24ca6cddaeb44 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#af24ca6cddaeb44 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list > li.active > a:before,
#af24ca6cddaeb44 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#af24ca6cddaeb44 .menu-list > li ul li {
  position: relative;
}
#af24ca6cddaeb44 .menu-list > li ul li:hover > a {
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-size: auto;
  background-position: center center;
  background-color: #09c4ab;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#af24ca6cddaeb44 .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list li ul li a:active,
#af24ca6cddaeb44 .menu-list li ul li a.active,
#af24ca6cddaeb44 .menu-list li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list li ul,
#af24ca6cddaeb44 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #09c4ab;
}
#af24ca6cddaeb44 .menu-list li ul.menu-b > li,
#af24ca6cddaeb44 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#af24ca6cddaeb44 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#af24ca6cddaeb44 .menu-list li:hover > ul {
  display: block;
}
#af24ca6cddaeb44 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ac967a2132a91dc > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a554ca9127a18c4 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ad96cab7c4ae95e .ele-wrap {color: #ffffff;font-size: 16px;background-color: transparent;border-style: solid;justify-content: center;}#ad96cab7c4ae95e .ele-wrap:hover {color: #d03322;}#aabb2a202fa32b7 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a1b54a0294ac26b .ele-wrap {color: #ffffff;font-size: 16px;background-color: transparent;border-style: solid;justify-content: center;}#a1b54a0294ac26b .ele-wrap:hover {color: #d03322;}#ac2eea477bae93d > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a11dfa6fd4ac4db .ele-wrap {color: #ffffff;font-size: 16px;background-color: transparent;border-style: solid;justify-content: center;}#a11dfa6fd4ac4db .ele-wrap:hover {color: #d03322;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8796ad093a1288 {
  pointer-events: none;
}
#a8796ad093a1288 .menu-list {
  width: 100%;
  background: #2d2d2e;
}
#a8796ad093a1288 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a8796ad093a1288 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a8796ad093a1288 .menu-list .menu-header {
  background-color: #2d2d2e;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  bold: false;
  font-family: NotoSansSC-Thin;
  font-size: 20px;
}
#a8796ad093a1288 .menu-list .menu-header svg,
#a8796ad093a1288 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a8796ad093a1288 .menu-list > ul {
  position: relative;
}
#a8796ad093a1288 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a8796ad093a1288 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #2d2d2e;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #fff;
  height: 50px;
  line-height: 50px;
}
#a8796ad093a1288 .menu-list > ul > li.active > a,
#a8796ad093a1288 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #2d2d2e;
  border-bottom-color: transparent;
  background-color: #2d2d2e;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #d03322;
}
#a8796ad093a1288 .menu-list > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ff4100;
  background-color: #2d2d2e;
}
#a8796ad093a1288 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a8796ad093a1288 .menu-list > ul > li a img,
#a8796ad093a1288 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a8796ad093a1288 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 133px;
  top: 25px;
  width: 250px;
  background-color: #383838;
  border-left: none;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a8796ad093a1288 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a8796ad093a1288 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  line-height: 50px;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #2d2d2e;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffd0c0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3a29a83e6a382f > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aa247adb5ba334c .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1611034745415.jpeg);background-size: cover;background-repeat: no-repeat;border-radius: 0px;font-size: 14px;}#aa247adb5ba334c .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#aa9a4aa30dacde6 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/a5c59a1002a97a9/1611034740599.jpeg);background-size: contain;background-repeat: no-repeat;background-position: center left;border-radius: 0px;font-size: 14px;}#aa9a4aa30dacde6 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a8dfeabce3affdc .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1615174318614.jpeg);background-size: contain;background-repeat: no-repeat;background-position: center center;border-radius: 0px;font-size: 14px;justify-content: center;}#a8dfeabce3affdc .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a2e58ab167aa6ce .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/a5c59a1002a97a9/1611036366133.png);background-size: contain;background-repeat: no-repeat;background-position: center center;border-radius: 0px;font-size: 14px;justify-content: center;}#a2e58ab167aa6ce .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a45f3a7715af17c .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1611034728726.jpeg);background-size: cover;background-repeat: no-repeat;border-radius: 0px;font-size: 14px;}#a45f3a7715af17c .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a119ea6b95aff8f .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1611034727056.jpeg);background-size: cover;background-repeat: no-repeat;border-radius: 0px;font-size: 14px;}#a119ea6b95aff8f .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#afd6aa3a8baf4fb > .ele-wrap {background-color: rgba(45, 45, 46, 1);border-bottom-color: rgba(59, 66, 74, 1);border-bottom-width: 1px;border-bottom-style: solid;}#afd6aa3a8baf4fb  > .ele-wrap:hover {border-bottom-color: rgba(59, 66, 74, 1);border-bottom-width: 1px;border-bottom-style: solid;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae3c1ab775a0bd1 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a34bda6230a290d .comment-detail {
  min-height: 600px;
}
#a34bda6230a290d table {
  background: #f9fdff;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#a34bda6230a290d table th,
#a34bda6230a290d table td {
  padding: 10px 20px;
  border: #ececec 1px solid;
  line-height: 1.8em;
}
#a34bda6230a290d table th {
  padding-left: 0;
  text-align: right;
  background: #eff7fe;
  font-weight: normal;
  color: #333;
}
#a34bda6230a290d .red {
  color: #F00!important;
}
#a34bda6230a290d .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;
#af24ca6cddaeb44 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#af24ca6cddaeb44 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#af24ca6cddaeb44 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 50px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#af24ca6cddaeb44 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#af24ca6cddaeb44 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list > li.active > a:before,
#af24ca6cddaeb44 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#af24ca6cddaeb44 .menu-list > li ul li {
  position: relative;
}
#af24ca6cddaeb44 .menu-list > li ul li:hover > a {
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-size: auto;
  background-position: center center;
  background-color: #09c4ab;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#af24ca6cddaeb44 .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list li ul li a:active,
#af24ca6cddaeb44 .menu-list li ul li a.active,
#af24ca6cddaeb44 .menu-list li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff262;
}
#af24ca6cddaeb44 .menu-list li ul,
#af24ca6cddaeb44 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #09c4ab;
}
#af24ca6cddaeb44 .menu-list li ul.menu-b > li,
#af24ca6cddaeb44 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#af24ca6cddaeb44 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#af24ca6cddaeb44 .menu-list li:hover > ul {
  display: block;
}
#af24ca6cddaeb44 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ac967a2132a91dc > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a554ca9127a18c4 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ad96cab7c4ae95e .ele-wrap {color: #ffffff;font-size: 16px;background-color: transparent;border-style: solid;justify-content: center;}#ad96cab7c4ae95e .ele-wrap:hover {color: #d03322;}#aabb2a202fa32b7 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a1b54a0294ac26b .ele-wrap {color: #ffffff;font-size: 16px;background-color: transparent;border-style: solid;justify-content: center;}#a1b54a0294ac26b .ele-wrap:hover {color: #d03322;}#ac2eea477bae93d > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a11dfa6fd4ac4db .ele-wrap {color: #ffffff;font-size: 16px;background-color: transparent;border-style: solid;justify-content: center;}#a11dfa6fd4ac4db .ele-wrap:hover {color: #d03322;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8796ad093a1288 {
  pointer-events: none;
}
#a8796ad093a1288 .menu-list {
  width: 100%;
  background: #2d2d2e;
}
#a8796ad093a1288 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a8796ad093a1288 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a8796ad093a1288 .menu-list .menu-header {
  background-color: #2d2d2e;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  bold: false;
  font-family: NotoSansSC-Thin;
  font-size: 20px;
}
#a8796ad093a1288 .menu-list .menu-header svg,
#a8796ad093a1288 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a8796ad093a1288 .menu-list > ul {
  position: relative;
}
#a8796ad093a1288 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a8796ad093a1288 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #2d2d2e;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #fff;
  height: 50px;
  line-height: 50px;
}
#a8796ad093a1288 .menu-list > ul > li.active > a,
#a8796ad093a1288 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #2d2d2e;
  border-bottom-color: transparent;
  background-color: #2d2d2e;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #d03322;
}
#a8796ad093a1288 .menu-list > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ff4100;
  background-color: #2d2d2e;
}
#a8796ad093a1288 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a8796ad093a1288 .menu-list > ul > li a img,
#a8796ad093a1288 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a8796ad093a1288 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 133px;
  top: 25px;
  width: 250px;
  background-color: #383838;
  border-left: none;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a8796ad093a1288 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a8796ad093a1288 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  line-height: 50px;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #2d2d2e;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a8796ad093a1288 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffd0c0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3a29a83e6a382f > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aa247adb5ba334c .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1611034745415.jpeg);background-size: cover;background-repeat: no-repeat;border-radius: 0px;font-size: 14px;}#aa247adb5ba334c .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#aa9a4aa30dacde6 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/a5c59a1002a97a9/1611034740599.jpeg);background-size: contain;background-repeat: no-repeat;background-position: center left;border-radius: 0px;font-size: 14px;}#aa9a4aa30dacde6 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a8dfeabce3affdc .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1615174318614.jpeg);background-size: contain;background-repeat: no-repeat;background-position: center center;border-radius: 0px;font-size: 14px;justify-content: center;}#a8dfeabce3affdc .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a2e58ab167aa6ce .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/a5c59a1002a97a9/1611036366133.png);background-size: contain;background-repeat: no-repeat;background-position: center center;border-radius: 0px;font-size: 14px;justify-content: center;}#a2e58ab167aa6ce .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a45f3a7715af17c .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1611034728726.jpeg);background-size: cover;background-repeat: no-repeat;border-radius: 0px;font-size: 14px;}#a45f3a7715af17c .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a119ea6b95aff8f .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #777;background-color: transparent;background-image: url(/resources/upload/a5c59a1002a97a9/1611034727056.jpeg);background-size: cover;background-repeat: no-repeat;border-radius: 0px;font-size: 14px;}#a119ea6b95aff8f .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#afd6aa3a8baf4fb > .ele-wrap {background-color: rgba(45, 45, 46, 1);border-bottom-color: rgba(59, 66, 74, 1);border-bottom-width: 1px;border-bottom-style: solid;}#afd6aa3a8baf4fb  > .ele-wrap:hover {border-bottom-color: rgba(59, 66, 74, 1);border-bottom-width: 1px;border-bottom-style: solid;}