@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
.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: 12px;
  font-weight: 400;
  line-height: 1.5;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 3 */
  color: #666;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
/*
   * Removes default margin.
   */
body {
  margin: 0;
  font-size: 14px;
  color: #666;
  background-color: #ffffff;
}
/* Links
   ========================================================================== */
/*
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */
a {
  /* 1 */
  background-color: transparent;
  /* 2 */
  -webkit-text-decoration-skip: objects;
}
/*
   * Remove the outline on focused links when they are also active or hovered
   */
a:active,
a:hover {
  outline: none;
}
/*
   * Style
   */
a,
.uk-link {
  color: #5b8f20;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.uk-link:hover {
  color: #0f6ecd;
}
/* 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: #0f6ecd;
}
/* Preformatted text
   ========================================================================== */
/*
   * 1. Contain overflow in all browsers.
   * 2. Override UA
   */
pre {
  background: #fafafa;
}
pre code {
  font-family: Consolas, monaco, monospace;
}
/* Selection pseudo-element
   ========================================================================== */
::-moz-selection {
  background: #ffffff;
  text-shadow: none;
}
::selection {
  background: #ffffff;
  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 #ffffff;
}
/* Small
   ========================================================================== */
/*
   * Reset child height, caused by `inline-block`
   */
.uk-divider-small {
  line-height: 0;
}
.uk-divider-small::after {
  border-top: 2px solid #ffffff;
}
/* ========================================================================
     Component: List
   ========================================================================== */
.uk-list,
.ap-child-list > ul {
  padding: 0;
  list-style: none;
}
.uk-list-striped > li:nth-of-type(odd) {
  background: #ffffff;
}
/* ========================================================================
     Component: Description list
   ========================================================================== */
/*
   * Term
   */
.uk-description-list > dd {
  font-size: 12px;
}
/* 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: #ffffff;
}
/* Style modifiers
   ========================================================================== */
/*
   * Link
   */
.uk-icon-link:hover,
.uk-icon-link:focus {
  color: #ffffff;
  outline: none;
}
/*
   * Button
   * 1. Center icon vertically and horizontally
   */
.uk-icon-button {
  background: #fafafa;
}
/* Hover + Focus */
.uk-icon-button:hover,
.uk-icon-button:focus {
  background-color: #fafafa;
  color: #ffffff;
  outline: none;
}
/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #ffffff;
  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: #fafafa;
  color: #666;
}
/* Focus */
.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  outline: none;
  background-color: #fafafa;
}
/* Disabled */
.uk-input:disabled,
.uk-select:disabled,
.uk-textarea:disabled {
  background-color: #ffffff;
  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: #ffffff;
  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: #fafafa;
}
/* Hover + Focus */
.uk-button-default:hover,
.uk-button-default:focus {
  background-color: #fafafa;
  color: #ffffff;
}
/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: #ffffff;
  color: #ffffff;
}
/*
   * Primary
   */
.uk-button-primary {
  background-color: #ffffff;
  color: #ffffff;
}
/* Hover + Focus */
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #202737;
  color: #ffffff;
}
/* OnClick + Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-button-secondary {
  color: #666;
  border: 1px solid #202737;
}
/* OnClick + Active */
.uk-button-secondary:active,
.uk-button-secondary.uk-active {
  background-color: #ffffff;
  color: #ffffff;
  border-color: #ffffff;
}
/*
   * 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: #ffffff;
  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: #ffffff;
}
/* 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: #5b8f20;
}
/* Hover + Focus */
.uk-button-link:hover,
.uk-button-link:focus {
  color: #0f6ecd;
}
/* Disabled */
.uk-button-link:disabled {
  color: #999999;
  text-decoration: none;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-section-default,
.ap-container-default .uk-container {
  background: #fafafa;
}
/*
   * Primary
   */
.uk-section-primary,
.ap-container-primary .uk-container {
  background: #ffffff;
}
/*
   * Secondary
   */
.uk-section-secondary,
.ap-container-secondary .uk-container {
  background: #202737;
}
.uk-section-muted,
.ap-container-muted .uk-container {
  background: #ffffff;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-tile-default {
  background: #fafafa;
}
/*
   * Muted
   */
.uk-tile-muted {
  background: #ffffff;
}
/*
   * Primary
   */
.uk-tile-primary {
  background: #ffffff;
}
/*
   * Secondary
   */
.uk-tile-secondary {
  background: #202737;
}
/* ========================================================================
     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: #fafafa;
  color: #666;
}
.uk-card-default.uk-card-hover:hover {
  background-color: #fafafa;
}
/*
   * Primary
   */
.uk-card-primary {
  background: #ffffff;
  color: #ffffff;
}
.uk-card-primary .uk-card-title {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-card-secondary {
  background: #202737;
  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: #ffffff;
  background-color: transparent;
}
/* ========================================================================
     Component: Marker
   ========================================================================== */
/*
   * Addopts `uk-icon`
   */
.uk-marker {
  padding: 5px;
  background: #202737;
  color: #ffffff;
}
/* Hover + Focus */
.uk-marker:hover,
.uk-marker:focus {
  color: #ffffff;
  outline: none;
}
/* ========================================================================
     Component: Alert
   ========================================================================== */
.uk-alert {
  position: relative;
  background: #fafafa;
  color: #333;
}
/* Style modifiers
   ========================================================================== */
/*
   * Primary
   */
.uk-alert-primary {
  background: #fafafa;
  color: #ffffff;
}
/*
   * Success
   */
.uk-alert-success {
  background: #fafafa;
  color: #32d296;
}
/*
   * Warning
   */
.uk-alert-warning {
  background: #fafafa;
  color: #faa05a;
}
/*
   * Danger
   */
.uk-alert-danger {
  background: #fafafa;
  color: #f0506e;
}
/* ========================================================================
     Component: Badge
   ========================================================================== */
/*
   * 1. Style
   * 2. Center child vertically and horizontally
   */
.uk-badge {
  /* 1 */
  background: #ffffff;
  color: #ffffff;
}
/*
   * Required for `a`
   */
.uk-badge:hover,
.uk-badge:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
/* ========================================================================
     Component: Label
   ========================================================================== */
.uk-label {
  background: #ffffff;
  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: #ffffff;
}
.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: #fafafa;
}
/* 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: #ffffff;
  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: #ffffff;
}
/* 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: #ffffff;
  outline: none;
}
.uk-navbar-nav > li > a:hover::before {
  background-color: currentColor;
}
/* OnClick */
.uk-navbar-nav > li.uk-active > a::before {
  background-color: #ffffff;
}
/* Item
   ========================================================================== */
.uk-navbar-item {
  color: #666;
}
/* Toggle
   ========================================================================== */
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus,
.uk-navbar-toggle.uk-open {
  color: #ffffff;
}
/* Dropdown
   ========================================================================== */
/*
   * Adopts `uk-dropdown`
   * 1. Hide by default
   * 2. Set position
   * 3. Set a default width
   * 4. Style
   */
.uk-navbar-dropdown {
  background: #fafafa;
  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: #ffffff;
  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: #fafafa;
  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: #fafafa;
  color: #666;
}
/* OnClick */
.uk-subnav-pill > * > a:active {
  background-color: #fafafa;
}
/* Active */
.uk-subnav-pill > .uk-active > a {
  background-color: #ffffff;
  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: #fafafa;
}
/* Active */
.uk-pagination > .uk-active > * {
  color: #ffffff;
  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: #ffffff;
}
/* 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: #ffffff;
  border-color: transparent;
}
/* Active */
.uk-dotnav > .uk-active > * {
  background-color: #ffffff;
  border-color: transparent;
}
/* ========================================================================
     Component: Dropdown
   ========================================================================== */
.uk-dropdown {
  background: #fafafa;
  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: #ffffff;
}
/*
   * 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: #ffffff;
}
/* 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: #fafafa;
}
/*
   * Open
   */
.uk-open > .uk-modal-dialog {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* Message
  ========================================================================== */
.uk-notification-message {
  background: #ffffff;
  color: #666;
}
/* Style modifiers
   ========================================================================== */
/*
   * Primary
   */
.uk-notification-message-primary {
  color: #ffffff;
}
/*
   * 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: #ffffff;
  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: #ffffff;
  border-radius: 500px;
  overflow: hidden;
}
/*
   * Progress bar
   * 1. Remove right border in IE11 and Edge
   */
.uk-progress::-webkit-progress-value {
  background-color: #ffffff;
}
.uk-progress::-moz-progress-bar {
  background-color: #ffffff;
}
.uk-progress::-ms-fill {
  background-color: #ffffff;
}
/* ========================================================================
     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: #ffffff !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: #ffffff !important;
}
@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #ffffff;
  }
}
/* ========================================================================
     Component: Background
   ========================================================================== */
/* Color
   ========================================================================== */
.uk-background-default {
  background-color: #fafafa;
}
.uk-background-muted {
  background-color: #ffffff;
}
.uk-background-primary {
  background-color: #ffffff;
}
.uk-background-secondary {
  background-color: #202737;
}
/* ========================================================================
     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: #ffffff;
  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: #ffffff;
  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: #ffffff;
  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: #ffffff;
  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: #ffffff;
}
.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: #fafafa;
}
.ap-headerbar-bottom {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fafafa;
}
.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(32, 39, 55, 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: #ffffff;
}
.uk-section-muted .uk-navbar-container.uk-navbar-sticky {
  background-color: #ffffff;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #ffffff;
}
.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: #ffffff;
  border-color: #ffffff;
}
.category .uk-pagination li:hover,
.ap-pagination li:hover,
.dynamic-pagination li:hover {
  border-color: #ffffff;
}
/* ========================================================================
   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: #e6e6e6;
}
.ap-list-filter dd a.active {
  background-color: #ffffff;
  color: #fff;
  border-radius: 2px;
}
.ap-filter-dropdown .filter-item-wrap.open,
.ap-filter-dropdown .filter-item.active {
  color: #ffffff;
}
.category li a.active {
  color: #ffffff;
}
.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: #ffffff;
}
.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: #ffffff;
  border: 1px solid rgba(255, 255, 255, 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: #ffffff;
}
form .step .ui-step.active .ui-step-title {
  color: #ffffff;
}
/**************** 自定义版块样式 ********************/
.btn-effect-1 {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #fff;
}
.header-effect-6 [data-item='title']::before {
  background-color: #ffffff;
}
.btn-effect-2 {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.btn-effect-2:hover {
  background-color: #ffffff;
}
.uk-button.btn-effect-5 {
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.8);
}
.header-effect-3 [data-item='title']::after {
  background: #ffffff;
}
.header-effect-6 [data-item='title']::before {
  background-color: #ffffff;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aa05ba3b53ab9ed .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a8e22a6c77ad48b .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#af748a1f03a23de .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#af748a1f03a23de .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#af748a1f03a23de .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a4a4a;
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
  border-bottom-left-radius: 200px;
  border-bottom-right-radius: 200px;
}
#af748a1f03a23de .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #4a4a4a;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#af748a1f03a23de .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #355db2;
}
#af748a1f03a23de .menu-list > li.active > a:before,
#af748a1f03a23de .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#af748a1f03a23de .menu-list > li ul li {
  position: relative;
}
#af748a1f03a23de .menu-list > li ul li:hover > a {
  color: #355db2;
}
#af748a1f03a23de .menu-list > li ul li a {
  color: #a3a7ad;
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  background: transparent;
}
#af748a1f03a23de .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #355db2;
  background-color: #40d4b3;
}
#af748a1f03a23de .menu-list li ul,
#af748a1f03a23de .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: #fff;
}
#af748a1f03a23de .menu-list li ul.menu-b > li,
#af748a1f03a23de .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#af748a1f03a23de .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#af748a1f03a23de .menu-list li:hover > ul {
  display: block;
}
#af748a1f03a23de .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a76a9a58adacb80 [data-item="title"] {left: 73px;top: 15px; position: relative;}#a0a85a9c8aa5e22 .uk-container {max-width: 300px;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a84ddab16baa80e .aafebaa30ea825e {
  overflow: hidden;
}
#a84ddab16baa80e .aafebaa30ea825e , #a84ddab16baa80e .aafebaa30ea825e > * {
        font-weight: bold;
        font-style: normal;
    font-size: 16px;font-family: inherit;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a84ddab16baa80e .afd4ca50eda1cba .img-wrap {
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
  border-bottom-left-radius: 200px;
  border-top-left-radius: 200px;
  border-right-width: 1px;
  border-right-color: rgba(255, 255, 255, 0.62);
  border-right-style: none;
  border-left-color: rgba(255, 255, 255, 0.62);
  border-bottom-color: rgba(255, 255, 255, 0.62);
  border-top-color: rgba(255, 255, 255, 0.62);
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a84ddab16baa80e .ab33ca98fda8091 {
  overflow: hidden;
}
#a84ddab16baa80e .ab33ca98fda8091 , #a84ddab16baa80e .ab33ca98fda8091 > * {
        font-weight: normal;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(107, 105, 105, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a84ddab16baa80e .uk-grid > .uk-grid-margin {
  margin-top: 6px;
}
#a84ddab16baa80e .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a84ddab16baa80e .uk-position-center-left-out {
    left: -30px;
  }
  #a84ddab16baa80e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ab5c0a3b76a6c0b .menu-list {
  width: 100%;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
#ab5c0a3b76a6c0b .menu-list .menu-item {
  border-top: 1px solid #f2f2f2;
  overflow: hidden;
}
#ab5c0a3b76a6c0b .menu-list .menu-item > a {
  display: block;
  padding: 0 20px;
  line-height: 50px;
  background-color: #ffffff;
  color: #fff;
  position: relative;
}
#ab5c0a3b76a6c0b .menu-list .menu-item > a img {
  width: 16px;
  margin-right: 6px;
}
#ab5c0a3b76a6c0b .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;
}
#ab5c0a3b76a6c0b .menu-list .menu-item > a i {
  margin-right: 10px;
}
#ab5c0a3b76a6c0b .menu-list .sub-menu {
  background: #b3b3b3;
  overflow: hidden;
  display: none;
}
#ab5c0a3b76a6c0b .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;
}
#ab5c0a3b76a6c0b .menu-list .sub-menu a:before {
  content: '';
  opacity: 0;
  transition: opacity 0.3s;
}
#ab5c0a3b76a6c0b .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;
}
#ab5c0a3b76a6c0b .menu-list .sub-menu a:after {
  content: '';
  opacity: 0;
  transition: opacity 0.3s;
}
#ab5c0a3b76a6c0b .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;
}
#ab5c0a3b76a6c0b .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;
}
#ab5c0a3b76a6c0b .menu-list .sub-menu a:last-child {
  border: none;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ab2d9a3555a0728 .menu-list {
  width: 100%;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  background-color: #2ca0ea;
}
#ab2d9a3555a0728 .menu-list .menu-item {
  border-top: 1px solid #1795e6;
  overflow: hidden;
}
#ab2d9a3555a0728 .menu-list .menu-item > a {
  display: block;
  padding: 0 20px;
  line-height: 50px;
  background-color: #2ca0ea;
  color: #fff;
  position: relative;
}
#ab2d9a3555a0728 .menu-list .menu-item > a img {
  width: 16px;
  margin-right: 6px;
}
#ab2d9a3555a0728 .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 #2ca0ea;
  right: 15px;
  bottom: -10px;
  z-index: 9;
}
#ab2d9a3555a0728 .menu-list .menu-item > a i {
  margin-right: 10px;
}
#ab2d9a3555a0728 .menu-list .sub-menu {
  background: #0b4a72;
  overflow: hidden;
  display: none;
}
#ab2d9a3555a0728 .menu-list .sub-menu a {
  display: block;
  padding: 0 20px;
  line-height: 50px;
  color: #fff;
  font-size: 14px;
  border-bottom: 1px solid #1068a0;
  position: relative;
}
#ab2d9a3555a0728 .menu-list .sub-menu a:before {
  content: '';
  opacity: 0;
  transition: opacity 0.3s;
}
#ab2d9a3555a0728 .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;
}
#ab2d9a3555a0728 .menu-list .sub-menu a:after {
  content: '';
  opacity: 0;
  transition: opacity 0.3s;
}
#ab2d9a3555a0728 .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;
}
#ab2d9a3555a0728 .menu-list .sub-menu a:hover {
  background: #0b4a72;
  background: -moz-linear-gradient(top, #0b4a72 0%, #0b4a72 50%, #1068a0 51%, #1068a0 100%);
  background: -webkit-linear-gradient(top, #0b4a72 0%, #0b4a72 50%, #1068a0 51%, #1068a0 100%);
  background: linear-gradient(to bottom, #0b4a72 0%, #0b4a72 50%, #1068a0 51%, #1068a0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@subBgColor', endColorstr='lighten(@subBgColor, 10%);', GradientType=0);
  transition: all 0.3s;
  border-bottom: 1px solid #1586ce;
}
#ab2d9a3555a0728 .menu-list .sub-menu a:last-child {
  border: none;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#afe99a52fda09fa .ab0f1ac279a8252 {
  overflow: hidden;
}
#afe99a52fda09fa .ab0f1ac279a8252 , #afe99a52fda09fa .ab0f1ac279a8252 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 16px;font-family: inherit;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#afe99a52fda09fa .a1739a52ffa3cec .img-wrap {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-right-width: 1px;
  border-right-color: rgba(255, 255, 255, 0.62);
  border-right-style: none;
  border-left-color: rgba(255, 255, 255, 0.62);
  border-bottom-color: rgba(255, 255, 255, 0.62);
  border-top-color: rgba(255, 255, 255, 0.62);
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#afe99a52fda09fa .a2fb9abb09aaf28 {
  overflow: hidden;
}
#afe99a52fda09fa .a2fb9abb09aaf28 , #afe99a52fda09fa .a2fb9abb09aaf28 > * {
        font-weight: normal;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(107, 105, 105, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#afe99a52fda09fa .uk-grid > .uk-grid-margin {
  margin-top: 6px;
}
#afe99a52fda09fa .dynamic-list-item {
  background-color: #fcfcfc;
}
#afe99a52fda09fa .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #afe99a52fda09fa .uk-position-center-left-out {
    left: -30px;
  }
  #afe99a52fda09fa .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a9b22a97ffa56a4 .ele-wrap {border-color: #000;color: #545252;font-size: 12px;font-weight: 500;background-color: rgba(242, 244, 246, 1);border-radius: 5px;justify-content: flex-start;border-style: solid;}#a9b22a97ffa56a4 .ele-wrap:hover {background-color: #0483cc;}#a07e2a6cd7aed88 .ele-wrap {border-color: #000;color: #545252;font-size: 12px;font-weight: 500;background-color: rgba(242, 244, 246, 1);border-radius: 5px;justify-content: flex-start;border-style: solid;}#a07e2a6cd7aed88 .ele-wrap:hover {background-color: #0483cc;}#ae6b4ae514a21b3 .ele-wrap {border-color: #000;color: #545252;font-size: 12px;font-weight: 500;background-color: rgba(242, 244, 246, 1);border-radius: 5px;justify-content: flex-start;border-style: solid;}#ae6b4ae514a21b3 .ele-wrap:hover {background-color: #0483cc;}#ad2fda4879afbcd .ele-wrap {border-color: #000;color: #545252;font-size: 12px;font-weight: 500;background-color: rgba(242, 244, 246, 1);border-radius: 5px;justify-content: flex-start;border-style: solid;}#ad2fda4879afbcd .ele-wrap:hover {background-color: #0483cc;}#a297bad864abbe9 .ele-wrap {border-color: #000;color: #545252;font-size: 12px;font-weight: 500;background-color: rgba(242, 244, 246, 1);border-radius: 5px;justify-content: flex-start;border-style: solid;}#a297bad864abbe9 .ele-wrap:hover {background-color: #0483cc;}#ab9beaad87a1c94 .ele-wrap {border-color: #000;color: #545252;font-size: 12px;font-weight: 500;background-color: rgba(242, 244, 246, 1);border-radius: 5px;justify-content: flex-start;border-style: solid;}#ab9beaad87a1c94 .ele-wrap:hover {background-color: #0483cc;}#aae31a4a88af405 .ele-wrap {border-color: #000;color: #545252;font-size: 12px;font-weight: 500;background-color: rgba(242, 244, 246, 1);border-radius: 5px;justify-content: flex-start;border-style: solid;}#aae31a4a88af405 .ele-wrap:hover {background-color: #0483cc;}#a7b5fac196a6654 [data-item*=".abstract"], #a7b5fac196a6654 [data-item*=".abstract"] a {show: true;}#a7b5fac196a6654 [data-item*=".subTitle"], #a7b5fac196a6654 [data-item*=".subTitle"] a {show: true;}#a7b5fac196a6654 [data-item*=".category"], #a7b5fac196a6654 [data-item*=".category"] a {show: true;}#a7b5fac196a6654 [data-item="title"] {left: 48px;top: 197px; position: relative;}#a7b5fac196a6654 [data-item="items"] {left: 0px;top: 205px; position: relative;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#acdefa027aae673 .ele-wrap {font-size: 12px;justify-content: flex-start;border-style: solid;color: #ffffff;}#a348aa84b6afec3 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a348aa84b6afec3 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a1e3ca8abda5387 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac87fa58baa8817 {
  min-height: 300px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aa30ca85d4a839a .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#af42da5050aa58d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#af42da5050aa58d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#af42da5050aa58d .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-DemiLight;
  color: #4a4a4a;
}
#af42da5050aa58d .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #4a4a4a;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#af42da5050aa58d .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #355db2;
}
#af42da5050aa58d .menu-list > li.active > a:before,
#af42da5050aa58d .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#af42da5050aa58d .menu-list > li ul li {
  position: relative;
}
#af42da5050aa58d .menu-list > li ul li:hover > a {
  color: #355db2;
}
#af42da5050aa58d .menu-list > li ul li a {
  color: #a3a7ad;
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background: transparent;
}
#af42da5050aa58d .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #355db2;
}
#af42da5050aa58d .menu-list li ul,
#af42da5050aa58d .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: #fff;
}
#af42da5050aa58d .menu-list li ul.menu-b > li,
#af42da5050aa58d .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#af42da5050aa58d .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#af42da5050aa58d .menu-list li:hover > ul {
  display: block;
}
#af42da5050aa58d .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a53ccae71da88d1 .video-box,
#a53ccae71da88d1 .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#a53ccae71da88d1 .ap-detail-slider {
  width: 100%;
  max-width: 100%;
}
#a53ccae71da88d1 .video-box video,
#a53ccae71da88d1 .video-box img .preview-box img {
  width: 100%;
  max-height: 500px;
}
#a53ccae71da88d1 .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#a53ccae71da88d1 .preview-box .zoom-hover {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 180px;
  height: 180px;
  border: 1px solid #aaa;
  background: #0099ff;
  background-color: rgba(133, 111, 41, 0.3);
  opacity: .5;
  cursor: move;
}
#a53ccae71da88d1 .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#a53ccae71da88d1 .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#a53ccae71da88d1 .thumb-box {
  width: 100%;
  position: relative;
}
#a53ccae71da88d1 .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#a53ccae71da88d1 .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#a53ccae71da88d1 .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#a53ccae71da88d1 .thumb-list {
  overflow: hidden;
}
#a53ccae71da88d1 .thumb-list ul {
  width: 100000px;
}
#a53ccae71da88d1 .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#a53ccae71da88d1 .thumb-list ul li.thumb-video::after {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  background: url(/resources/sys/img/play-light.svg) center center no-repeat;
  background-size: 30px;
  position: absolute;
  opacity: .8;
  transition: all .2s ease;
}
#a53ccae71da88d1 .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#a53ccae71da88d1 .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#a53ccae71da88d1 .thumb-list ul li.active img {
  border-color: #df3033;
}
#a53ccae71da88d1 .zoom-box {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 100%;
  top: 0;
  width: 500px;
  height: 500px;
  border: 1px solid #e4e4e4;
  z-index: 400;
  background: #fff;
}
#a53ccae71da88d1 .zoom-box img {
  max-width: initial;
}
#a53ccae71da88d1 .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#a53ccae71da88d1 .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
#a53ccae71da88d1 .simple .slider-nav {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: inline-block;
  background-color: rgba(100, 100, 100, 0.6);
  border-radius: 10px;
  padding: 0 10px;
  line-height: 20px;
  height: 20px;
  color: #fff;
}
#a53ccae71da88d1 .simple .slider-nav li {
  display: none;
  font-size: 12px;
}
#a53ccae71da88d1 .simple .slider-nav li.uk-active {
  display: inline-block;
}
@media (max-width: 640px) {
  #a53ccae71da88d1 .right {
    width: 100%;
  }
  #a53ccae71da88d1 .goods-intro .buttons {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 0;
    z-index: 900;
    margin: 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e8e8e8;
  }
  #a53ccae71da88d1 .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #a53ccae71da88d1 .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aea50a6264a4b5c {
  overflow: hidden;
}
#aea50a6264a4b5c , #aea50a6264a4b5c > * {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;font-family: NotoSansSC-Black;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a9089ac4fca8a1c {
  overflow: hidden;
}
#a9089ac4fca8a1c , #a9089ac4fca8a1c > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(155, 155, 155, 1);letter-spacing: 1px;line-height: 20px;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#af911a44bfa340b .inner-detail {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
}
#a3540a94f2a3aa2 .uk-grid {margin-left: -0px;}@media (min-width: 1200px) {
                    #a3540a94f2a3aa2 .uk-grid { margin-left: -0px;}
                }@media (max-width: 640) {
                    #a3540a94f2a3aa2 .uk-grid { margin-left: -0px;}
                }#a3540a94f2a3aa2 .uk-grid>* {padding-left: 0px;}@media (min-width: 1200px) {
                    #a3540a94f2a3aa2 .uk-grid>* { padding-left: 0px;}
                }@media (max-width: 640) {#a3540a94f2a3aa2 .uk-grid>* {
                    padding-left: 0px;}
                }#a3540a94f2a3aa2 [data-item*=".abstract"], #a3540a94f2a3aa2 [data-item*=".abstract"] a {show: true;}#a3540a94f2a3aa2 [data-item*=".subTitle"], #a3540a94f2a3aa2 [data-item*=".subTitle"] a {show: true;}#a3540a94f2a3aa2 [data-item*=".category"], #a3540a94f2a3aa2 [data-item*=".category"] a {show: true;}#a3540a94f2a3aa2 [data-item="items"] .img {background-size: contain;}#a3540a94f2a3aa2 [data-item="subTitle"] {left: 0px;top: -1px; position: relative;}#a3540a94f2a3aa2 [data-item="items"] {left: -26px;top: 0px; position: relative;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac46ba16c8a708b .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a1b51ad030ad73a .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#af748a1f03a23de .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#af748a1f03a23de .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#af748a1f03a23de .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a4a4a;
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
  border-bottom-left-radius: 200px;
  border-bottom-right-radius: 200px;
}
#af748a1f03a23de .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #4a4a4a;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#af748a1f03a23de .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #355db2;
}
#af748a1f03a23de .menu-list > li.active > a:before,
#af748a1f03a23de .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#af748a1f03a23de .menu-list > li ul li {
  position: relative;
}
#af748a1f03a23de .menu-list > li ul li:hover > a {
  color: #355db2;
}
#af748a1f03a23de .menu-list > li ul li a {
  color: #a3a7ad;
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  background: transparent;
}
#af748a1f03a23de .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #355db2;
  background-color: #40d4b3;
}
#af748a1f03a23de .menu-list li ul,
#af748a1f03a23de .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: #fff;
}
#af748a1f03a23de .menu-list li ul.menu-b > li,
#af748a1f03a23de .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#af748a1f03a23de .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#af748a1f03a23de .menu-list li:hover > ul {
  display: block;
}
#af748a1f03a23de .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a2455aa7b7afec2 [data-item="title"] {left: 32px;top: 12px; position: relative;}#a8b67a95f0ac93a .uk-container {max-width: 300px;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a13a0a1a09a87d0 .a079ba5377a7d7e {
  overflow: hidden;
}
#a13a0a1a09a87d0 .a079ba5377a7d7e , #a13a0a1a09a87d0 .a079ba5377a7d7e > * {
        font-weight: bold;
        font-style: normal;
    font-size: 16px;font-family: inherit;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a13a0a1a09a87d0 .a6594a64b8a9198 .img-wrap {
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
  border-bottom-left-radius: 200px;
  border-top-left-radius: 200px;
  border-right-width: 1px;
  border-right-color: rgba(255, 255, 255, 0.62);
  border-right-style: none;
  border-left-color: rgba(255, 255, 255, 0.62);
  border-bottom-color: rgba(255, 255, 255, 0.62);
  border-top-color: rgba(255, 255, 255, 0.62);
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a13a0a1a09a87d0 .aa728a5273affa9 {
  overflow: hidden;
}
#a13a0a1a09a87d0 .aa728a5273affa9 , #a13a0a1a09a87d0 .aa728a5273affa9 > * {
        font-weight: normal;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(107, 105, 105, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a13a0a1a09a87d0 .uk-grid > .uk-grid-margin {
  margin-top: 6px;
}
#a13a0a1a09a87d0 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a13a0a1a09a87d0 .uk-position-center-left-out {
    left: -30px;
  }
  #a13a0a1a09a87d0 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#adbb9a5ea5ab707 .menu-list {
  width: 100%;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
#adbb9a5ea5ab707 .menu-list .menu-item {
  border-top: 1px solid #f2f2f2;
  overflow: hidden;
}
#adbb9a5ea5ab707 .menu-list .menu-item > a {
  display: block;
  padding: 0 20px;
  line-height: 50px;
  background-color: #ffffff;
  color: #fff;
  position: relative;
}
#adbb9a5ea5ab707 .menu-list .menu-item > a img {
  width: 16px;
  margin-right: 6px;
}
#adbb9a5ea5ab707 .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;
}
#adbb9a5ea5ab707 .menu-list .menu-item > a i {
  margin-right: 10px;
}
#adbb9a5ea5ab707 .menu-list .sub-menu {
  background: #b3b3b3;
  overflow: hidden;
  display: none;
}
#adbb9a5ea5ab707 .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;
}
#adbb9a5ea5ab707 .menu-list .sub-menu a:before {
  content: '';
  opacity: 0;
  transition: opacity 0.3s;
}
#adbb9a5ea5ab707 .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;
}
#adbb9a5ea5ab707 .menu-list .sub-menu a:after {
  content: '';
  opacity: 0;
  transition: opacity 0.3s;
}
#adbb9a5ea5ab707 .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;
}
#adbb9a5ea5ab707 .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;
}
#adbb9a5ea5ab707 .menu-list .sub-menu a:last-child {
  border: none;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#afd48a4003ae5e1 .menu-list {
  width: 100%;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  font-weight: bold;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  background-color: #3a90e2;
}
#afd48a4003ae5e1 .menu-list .menu-item {
  border-top: 1px solid #2483df;
  overflow: hidden;
}
#afd48a4003ae5e1 .menu-list .menu-item > a {
  display: block;
  padding: 0 20px;
  line-height: 50px;
  background-color: #3a90e2;
  color: #fff;
  position: relative;
}
#afd48a4003ae5e1 .menu-list .menu-item > a img {
  width: 16px;
  margin-right: 6px;
}
#afd48a4003ae5e1 .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 #3a90e2;
  right: 15px;
  bottom: -10px;
  z-index: 9;
}
#afd48a4003ae5e1 .menu-list .menu-item > a i {
  margin-right: 10px;
}
#afd48a4003ae5e1 .menu-list .sub-menu {
  background: #114372;
  overflow: hidden;
  display: none;
}
#afd48a4003ae5e1 .menu-list .sub-menu a {
  display: block;
  padding: 0 20px;
  line-height: 50px;
  color: #fff;
  font-size: 14px;
  border-bottom: 1px solid #175d9f;
  position: relative;
}
#afd48a4003ae5e1 .menu-list .sub-menu a:before {
  content: '';
  opacity: 0;
  transition: opacity 0.3s;
}
#afd48a4003ae5e1 .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;
}
#afd48a4003ae5e1 .menu-list .sub-menu a:after {
  content: '';
  opacity: 0;
  transition: opacity 0.3s;
}
#afd48a4003ae5e1 .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;
}
#afd48a4003ae5e1 .menu-list .sub-menu a:hover {
  background: #114372;
  background: -moz-linear-gradient(top, #114372 0%, #114372 50%, #175d9f 51%, #175d9f 100%);
  background: -webkit-linear-gradient(top, #114372 0%, #114372 50%, #175d9f 51%, #175d9f 100%);
  background: linear-gradient(to bottom, #114372 0%, #114372 50%, #175d9f 51%, #175d9f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@subBgColor', endColorstr='lighten(@subBgColor, 10%);', GradientType=0);
  transition: all 0.3s;
  border-bottom: 1px solid #1e77cb;
}
#afd48a4003ae5e1 .menu-list .sub-menu a:last-child {
  border: none;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a8aecabd8dade33 .ab1a2a58eaa011e {
  overflow: hidden;
}
#a8aecabd8dade33 .ab1a2a58eaa011e , #a8aecabd8dade33 .ab1a2a58eaa011e > * {
        font-weight: bold;
        font-style: normal;
    font-size: 16px;font-family: inherit;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a8aecabd8dade33 .a52e3ae196ae4c7 .img-wrap {
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a8aecabd8dade33 .aee40a1fa7aade8 {
  overflow: hidden;
}
#a8aecabd8dade33 .aee40a1fa7aade8 , #a8aecabd8dade33 .aee40a1fa7aade8 > * {
        font-weight: normal;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(107, 105, 105, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a8aecabd8dade33 .uk-grid > .uk-grid-margin {
  margin-top: 6px;
}
#a8aecabd8dade33 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a8aecabd8dade33 .uk-position-center-left-out {
    left: -30px;
  }
  #a8aecabd8dade33 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a1b34af2f3a9d6c .ele-wrap {border-color: #000;color: #545252;font-size: 12px;font-weight: 500;background-color: rgba(242, 244, 246, 1);border-radius: 5px;justify-content: flex-start;border-style: solid;}#a1b34af2f3a9d6c .ele-wrap:hover {background-color: #0483cc;}#a2b92aec9ba24b2 .ele-wrap {border-color: #000;color: #545252;font-size: 12px;font-weight: 500;background-color: rgba(242, 244, 246, 1);border-radius: 5px;justify-content: flex-start;border-style: solid;}#a2b92aec9ba24b2 .ele-wrap:hover {background-color: #0483cc;}#a3538af156ae935 .ele-wrap {border-color: #000;color: #545252;font-size: 12px;font-weight: 500;background-color: rgba(242, 244, 246, 1);border-radius: 5px;justify-content: flex-start;border-style: solid;}#a3538af156ae935 .ele-wrap:hover {background-color: #0483cc;}#a6193af8eaa521e .ele-wrap {border-color: #000;color: #545252;font-size: 12px;font-weight: 500;background-color: rgba(242, 244, 246, 1);border-radius: 5px;justify-content: flex-start;border-style: solid;}#a6193af8eaa521e .ele-wrap:hover {background-color: #0483cc;}#a4127abdeaa5576 .ele-wrap {border-color: #000;color: #545252;font-size: 12px;font-weight: 500;background-color: rgba(242, 244, 246, 1);border-radius: 5px;justify-content: flex-start;border-style: solid;}#a4127abdeaa5576 .ele-wrap:hover {background-color: #0483cc;}#a85a5ac830a3e73 .ele-wrap {border-color: #000;color: #545252;font-size: 12px;font-weight: 500;background-color: rgba(242, 244, 246, 1);border-radius: 5px;justify-content: flex-start;border-style: solid;}#a85a5ac830a3e73 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#acdefa027aae673 .ele-wrap {font-size: 12px;justify-content: flex-start;border-style: solid;color: #ffffff;}#a348aa84b6afec3 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a348aa84b6afec3 .ele-wrap:hover {background-color: #0483cc;}#a7f84a8ebda086e [data-item*=".abstract"], #a7f84a8ebda086e [data-item*=".abstract"] a {show: true;}#a7f84a8ebda086e [data-item*=".subTitle"], #a7f84a8ebda086e [data-item*=".subTitle"] a {show: true;}#a7f84a8ebda086e [data-item*=".category"], #a7f84a8ebda086e [data-item*=".category"] a {show: true;}#a7f84a8ebda086e [data-item="title"] {left: 48px;top: 197px; position: relative;}#a7f84a8ebda086e [data-item="items"] {left: 0px;top: 205px; position: relative;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a530aa0d81a8a69 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@media (min-width: 1200px) {
  #a6b19a13eba48a3 .uk-container {
    padding: 0 60px;
  }
}
#a6b19a13eba48a3 .date-time {
  padding: 18px 0 20px;
  font-size: 18px;
  color: #3a3c41;
  display: block;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  background: #fff;
  border-top: 2px solid #ffffff;
}
#a6b19a13eba48a3 .comments_count {
  display: block;
  padding: 14px 0 18px;
  text-align: center;
  background-color: #e7ecee;
}
#a6b19a13eba48a3 .uk-card {
  padding: 10px;
}
#a6b19a13eba48a3 .tag-link {
  background-color: #919292;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  font-size: 13px !important;
}
#a6b19a13eba48a3 .uk-list a.active,
#a6b19a13eba48a3 .uk-list a:hover {
  color: #ffffff;
  text-decoration: none;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a3540a85cca6bd7 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#af748a1f03a23de .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#af748a1f03a23de .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#af748a1f03a23de .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a4a4a;
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
  border-bottom-left-radius: 200px;
  border-bottom-right-radius: 200px;
}
#af748a1f03a23de .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #4a4a4a;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#af748a1f03a23de .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #355db2;
}
#af748a1f03a23de .menu-list > li.active > a:before,
#af748a1f03a23de .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#af748a1f03a23de .menu-list > li ul li {
  position: relative;
}
#af748a1f03a23de .menu-list > li ul li:hover > a {
  color: #355db2;
}
#af748a1f03a23de .menu-list > li ul li a {
  color: #a3a7ad;
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  background: transparent;
}
#af748a1f03a23de .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #355db2;
  background-color: #40d4b3;
}
#af748a1f03a23de .menu-list li ul,
#af748a1f03a23de .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: #fff;
}
#af748a1f03a23de .menu-list li ul.menu-b > li,
#af748a1f03a23de .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#af748a1f03a23de .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#af748a1f03a23de .menu-list li:hover > ul {
  display: block;
}
#af748a1f03a23de .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#acdefa027aae673 .ele-wrap {font-size: 12px;justify-content: flex-start;border-style: solid;color: #ffffff;}#a348aa84b6afec3 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a348aa84b6afec3 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a530aa0d81a8a69 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@media (min-width: 1200px) {
  #aeb62a7cb7aa1ce .uk-container {
    padding: 0 60px;
  }
}
@media (min-width: 980px) {
  #aeb62a7cb7aa1ce .sidebar {
    width: 300px;
    padding: 1;
  }
}
#aeb62a7cb7aa1ce .author-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin-right: 15px;
}
#aeb62a7cb7aa1ce .rich-img-wrap {
  display: block;
}
#aeb62a7cb7aa1ce .author-name {
  color: #262626;
  display: block;
  font-size: 20px;
  height: 28px;
  line-height: 28px;
}
#aeb62a7cb7aa1ce .author-info span {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  margin-top: 4px;
  padding: 0 6px;
  text-align: center;
}
#aeb62a7cb7aa1ce .sidebar .border-1 {
  padding: 15px 16px 40px;
  border-radius: 3px;
  overflow: hidden;
  border-top: 3px solid #ffffff;
}
#aeb62a7cb7aa1ce .new-list {
  padding: 15px 0 0;
  border-top: 1px solid #ececec;
}
#aeb62a7cb7aa1ce .sidebar .uk-h4 {
  color: #262626;
  font-size: 14px;
  margin: 0;
}
#aeb62a7cb7aa1ce .sidebar .uk-h4:before {
  background: #ffffff;
  content: "";
  display: inline-block;
  height: 10px;
  margin: 0 6px 0 0;
  width: 2px;
}
#aeb62a7cb7aa1ce .author-wrapper {
  position: relative;
}
#aeb62a7cb7aa1ce .sidebar h3 {
  font-size: 16px;
  line-height: 25px;
  color: #262626;
}
#aeb62a7cb7aa1ce .sidebar h3::after {
  border: .5px solid #ddd;
  content: "";
  display: block;
  height: 0;
  margin-top: 10px;
  width: 20px;
}
#aeb62a7cb7aa1ce .sidebar .footer-tip {
  text-align: center;
  line-height: 40px;
  color: #fff;
  height: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
#aeb62a7cb7aa1ce .new-list li {
  padding: 5px 0 15px;
}
#aeb62a7cb7aa1ce .sidebar a {
  font-size: 14px;
  color: #262626;
  line-height: 20px;
  padding-bottom: 4px;
  display: block;
}
#aeb62a7cb7aa1ce .sidebar a:hover {
  color: #ffffff;
}
#aeb62a7cb7aa1ce .new-list li span {
  font-size: 12px;
  color: #a7a7a7;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aca78a009eafa9b .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#af748a1f03a23de .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#af748a1f03a23de .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#af748a1f03a23de .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a4a4a;
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
  border-bottom-left-radius: 200px;
  border-bottom-right-radius: 200px;
}
#af748a1f03a23de .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #4a4a4a;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#af748a1f03a23de .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #355db2;
}
#af748a1f03a23de .menu-list > li.active > a:before,
#af748a1f03a23de .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#af748a1f03a23de .menu-list > li ul li {
  position: relative;
}
#af748a1f03a23de .menu-list > li ul li:hover > a {
  color: #355db2;
}
#af748a1f03a23de .menu-list > li ul li a {
  color: #a3a7ad;
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  background: transparent;
}
#af748a1f03a23de .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #355db2;
  background-color: #40d4b3;
}
#af748a1f03a23de .menu-list li ul,
#af748a1f03a23de .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: #fff;
}
#af748a1f03a23de .menu-list li ul.menu-b > li,
#af748a1f03a23de .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#af748a1f03a23de .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#af748a1f03a23de .menu-list li:hover > ul {
  display: block;
}
#af748a1f03a23de .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#acdefa027aae673 .ele-wrap {font-size: 12px;justify-content: flex-start;border-style: solid;color: #ffffff;}#a348aa84b6afec3 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a348aa84b6afec3 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aa05ba3b53ab9ed .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aa283a6adaa47b3 .sidebar {
  width: 280px;
}
@media (max-width: 640px) {
  #aa283a6adaa47b3 .sidebar {
    width: 100%;
  }
}
#aa283a6adaa47b3 .accordion-menu,
#aa283a6adaa47b3 .accordion-menu ul ul.submenu,
#aa283a6adaa47b3 .accordion-menu ul ul.submenu li ul.submenu {
  background: transparent;
}
#aa283a6adaa47b3 .accordion-menu-header h4 {
  color: #fff;
  font-weight: 500;
  line-height: 50px;
}
#aa283a6adaa47b3 .accordion-menu ul li a {
  margin-bottom: 1px;
  color: #555;
  background-color: #ECECEC;
  display: block;
  width: 100%;
  padding: 0 40px;
  line-height: 50px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: color .2s linear,background .2s linear;
  font-size: 14px;
  border: none;
}
#aa283a6adaa47b3 .accordion-menu > ul > li > a {
  background: #ddd;
  font-size: 16px;
}
#aa283a6adaa47b3 .accordion-menu li a:hover {
  background-color: #ffffff;
  color: #fff;
  border: none;
}
#aa283a6adaa47b3 .accordion-menu .submenu-indicator {
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  line-height: 50px;
  padding: 0 20px;
  right: 0;
}
#aa283a6adaa47b3 .contact {
  color: #fff;
}
#aa283a6adaa47b3 .phone {
  display: block;
  font-size: 28px;
  font-weight: bold;
}
#aa283a6adaa47b3 .hot-list {
  background: #f7f8f9;
  padding: 15px;
}
#aa283a6adaa47b3 .hot-list a {
  color: #777;
}
#aa283a6adaa47b3 .hot-list a:hover {
  color: #0f6ecd;
}
#aa283a6adaa47b3 .hot-item .thumb {
  display: block;
  overflow: hidden;
}
#aa283a6adaa47b3 .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#aa283a6adaa47b3 .hot-item:hover a {
  color: #0f6ecd;
}
#aa283a6adaa47b3 .hot-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#aa283a6adaa47b3 .hot-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #ffffff;
  content: "";
}
#aa283a6adaa47b3 .content-header {
  padding-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac41ba1bcea8674 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#af748a1f03a23de .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#af748a1f03a23de .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#af748a1f03a23de .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a4a4a;
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
  border-bottom-left-radius: 200px;
  border-bottom-right-radius: 200px;
}
#af748a1f03a23de .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #4a4a4a;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#af748a1f03a23de .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #355db2;
}
#af748a1f03a23de .menu-list > li.active > a:before,
#af748a1f03a23de .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#af748a1f03a23de .menu-list > li ul li {
  position: relative;
}
#af748a1f03a23de .menu-list > li ul li:hover > a {
  color: #355db2;
}
#af748a1f03a23de .menu-list > li ul li a {
  color: #a3a7ad;
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  background: transparent;
}
#af748a1f03a23de .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #355db2;
  background-color: #40d4b3;
}
#af748a1f03a23de .menu-list li ul,
#af748a1f03a23de .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: #fff;
}
#af748a1f03a23de .menu-list li ul.menu-b > li,
#af748a1f03a23de .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#af748a1f03a23de .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#af748a1f03a23de .menu-list li:hover > ul {
  display: block;
}
#af748a1f03a23de .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aa283a6adaa47b3 [data-item*=".abstract"], #aa283a6adaa47b3 [data-item*=".abstract"] a {show: true;}#aa283a6adaa47b3 [data-item*=".subTitle"], #aa283a6adaa47b3 [data-item*=".subTitle"] a {show: true;}#aa283a6adaa47b3 [data-item*=".category"], #aa283a6adaa47b3 [data-item*=".category"] a {show: true;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#acdefa027aae673 .ele-wrap {font-size: 12px;justify-content: flex-start;border-style: solid;color: #ffffff;}#a348aa84b6afec3 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a348aa84b6afec3 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aa05ba3b53ab9ed .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a8e22a6c77ad48b .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#af748a1f03a23de .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#af748a1f03a23de .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#af748a1f03a23de .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a4a4a;
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
  border-bottom-left-radius: 200px;
  border-bottom-right-radius: 200px;
}
#af748a1f03a23de .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #4a4a4a;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#af748a1f03a23de .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #355db2;
}
#af748a1f03a23de .menu-list > li.active > a:before,
#af748a1f03a23de .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#af748a1f03a23de .menu-list > li ul li {
  position: relative;
}
#af748a1f03a23de .menu-list > li ul li:hover > a {
  color: #355db2;
}
#af748a1f03a23de .menu-list > li ul li a {
  color: #a3a7ad;
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  background: transparent;
}
#af748a1f03a23de .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #355db2;
  background-color: #40d4b3;
}
#af748a1f03a23de .menu-list li ul,
#af748a1f03a23de .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: #fff;
}
#af748a1f03a23de .menu-list li ul.menu-b > li,
#af748a1f03a23de .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#af748a1f03a23de .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#af748a1f03a23de .menu-list li:hover > ul {
  display: block;
}
#af748a1f03a23de .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a76a9a58adacb80 [data-item="title"] {left: 32px;top: 12px; position: relative;}#a0a85a9c8aa5e22 .uk-container {max-width: 300px;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a84ddab16baa80e .aafebaa30ea825e {
  overflow: hidden;
}
#a84ddab16baa80e .aafebaa30ea825e , #a84ddab16baa80e .aafebaa30ea825e > * {
        font-weight: bold;
        font-style: normal;
    font-size: 16px;font-family: inherit;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a84ddab16baa80e .afd4ca50eda1cba .img-wrap {
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
  border-bottom-left-radius: 200px;
  border-top-left-radius: 200px;
  border-right-width: 1px;
  border-right-color: rgba(255, 255, 255, 0.62);
  border-right-style: none;
  border-left-color: rgba(255, 255, 255, 0.62);
  border-bottom-color: rgba(255, 255, 255, 0.62);
  border-top-color: rgba(255, 255, 255, 0.62);
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a84ddab16baa80e .ab33ca98fda8091 {
  overflow: hidden;
}
#a84ddab16baa80e .ab33ca98fda8091 , #a84ddab16baa80e .ab33ca98fda8091 > * {
        font-weight: normal;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(107, 105, 105, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a84ddab16baa80e .uk-grid > .uk-grid-margin {
  margin-top: 6px;
}
#a84ddab16baa80e .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a84ddab16baa80e .uk-position-center-left-out {
    left: -30px;
  }
  #a84ddab16baa80e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ab5c0a3b76a6c0b .menu-list {
  width: 100%;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
#ab5c0a3b76a6c0b .menu-list .menu-item {
  border-top: 1px solid #f2f2f2;
  overflow: hidden;
}
#ab5c0a3b76a6c0b .menu-list .menu-item > a {
  display: block;
  padding: 0 20px;
  line-height: 50px;
  background-color: #ffffff;
  color: #fff;
  position: relative;
}
#ab5c0a3b76a6c0b .menu-list .menu-item > a img {
  width: 16px;
  margin-right: 6px;
}
#ab5c0a3b76a6c0b .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;
}
#ab5c0a3b76a6c0b .menu-list .menu-item > a i {
  margin-right: 10px;
}
#ab5c0a3b76a6c0b .menu-list .sub-menu {
  background: #b3b3b3;
  overflow: hidden;
  display: none;
}
#ab5c0a3b76a6c0b .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;
}
#ab5c0a3b76a6c0b .menu-list .sub-menu a:before {
  content: '';
  opacity: 0;
  transition: opacity 0.3s;
}
#ab5c0a3b76a6c0b .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;
}
#ab5c0a3b76a6c0b .menu-list .sub-menu a:after {
  content: '';
  opacity: 0;
  transition: opacity 0.3s;
}
#ab5c0a3b76a6c0b .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;
}
#ab5c0a3b76a6c0b .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;
}
#ab5c0a3b76a6c0b .menu-list .sub-menu a:last-child {
  border: none;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ab2d9a3555a0728 .menu-list {
  width: 100%;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  background-color: #319df2;
}
#ab2d9a3555a0728 .menu-list .menu-item {
  border-top: 1px solid #1992f0;
  overflow: hidden;
}
#ab2d9a3555a0728 .menu-list .menu-item > a {
  display: block;
  padding: 0 20px;
  line-height: 50px;
  background-color: #319df2;
  color: #fff;
  position: relative;
}
#ab2d9a3555a0728 .menu-list .menu-item > a img {
  width: 16px;
  margin-right: 6px;
}
#ab2d9a3555a0728 .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 #319df2;
  right: 15px;
  bottom: -10px;
  z-index: 9;
}
#ab2d9a3555a0728 .menu-list .menu-item > a i {
  margin-right: 10px;
}
#ab2d9a3555a0728 .menu-list .sub-menu {
  background: #084c82;
  overflow: hidden;
  display: none;
}
#ab2d9a3555a0728 .menu-list .sub-menu a {
  display: block;
  padding: 0 20px;
  line-height: 50px;
  color: #fff;
  font-size: 14px;
  border-bottom: 1px solid #0b68b2;
  position: relative;
}
#ab2d9a3555a0728 .menu-list .sub-menu a:before {
  content: '';
  opacity: 0;
  transition: opacity 0.3s;
}
#ab2d9a3555a0728 .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;
}
#ab2d9a3555a0728 .menu-list .sub-menu a:after {
  content: '';
  opacity: 0;
  transition: opacity 0.3s;
}
#ab2d9a3555a0728 .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;
}
#ab2d9a3555a0728 .menu-list .sub-menu a:hover {
  background: #084c82;
  background: -moz-linear-gradient(top, #084c82 0%, #084c82 50%, #0b68b2 51%, #0b68b2 100%);
  background: -webkit-linear-gradient(top, #084c82 0%, #084c82 50%, #0b68b2 51%, #0b68b2 100%);
  background: linear-gradient(to bottom, #084c82 0%, #084c82 50%, #0b68b2 51%, #0b68b2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@subBgColor', endColorstr='lighten(@subBgColor, 10%);', GradientType=0);
  transition: all 0.3s;
  border-bottom: 1px solid #0e85e2;
}
#ab2d9a3555a0728 .menu-list .sub-menu a:last-child {
  border: none;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#afe99a52fda09fa .ab0f1ac279a8252 {
  overflow: hidden;
}
#afe99a52fda09fa .ab0f1ac279a8252 , #afe99a52fda09fa .ab0f1ac279a8252 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 16px;font-family: inherit;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#afe99a52fda09fa .a1739a52ffa3cec .img-wrap {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-right-width: 1px;
  border-right-color: rgba(255, 255, 255, 0.62);
  border-right-style: none;
  border-left-color: rgba(255, 255, 255, 0.62);
  border-bottom-color: rgba(255, 255, 255, 0.62);
  border-top-color: rgba(255, 255, 255, 0.62);
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#afe99a52fda09fa .a2fb9abb09aaf28 {
  overflow: hidden;
}
#afe99a52fda09fa .a2fb9abb09aaf28 , #afe99a52fda09fa .a2fb9abb09aaf28 > * {
        font-weight: normal;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(107, 105, 105, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#afe99a52fda09fa .uk-grid > .uk-grid-margin {
  margin-top: 6px;
}
#afe99a52fda09fa .dynamic-list-item {
  background-color: #fcfcfc;
}
#afe99a52fda09fa .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #afe99a52fda09fa .uk-position-center-left-out {
    left: -30px;
  }
  #afe99a52fda09fa .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a9b22a97ffa56a4 .ele-wrap {border-color: #000;color: #545252;font-size: 12px;font-weight: 500;background-color: rgba(242, 244, 246, 1);border-radius: 5px;justify-content: flex-start;border-style: solid;}#a9b22a97ffa56a4 .ele-wrap:hover {background-color: #0483cc;}#a07e2a6cd7aed88 .ele-wrap {border-color: #000;color: #545252;font-size: 12px;font-weight: 500;background-color: rgba(242, 244, 246, 1);border-radius: 5px;justify-content: flex-start;border-style: solid;}#a07e2a6cd7aed88 .ele-wrap:hover {background-color: #0483cc;}#a7b5fac196a6654 [data-item*=".abstract"], #a7b5fac196a6654 [data-item*=".abstract"] a {show: true;}#a7b5fac196a6654 [data-item*=".subTitle"], #a7b5fac196a6654 [data-item*=".subTitle"] a {show: true;}#a7b5fac196a6654 [data-item*=".category"], #a7b5fac196a6654 [data-item*=".category"] a {show: true;}#a7b5fac196a6654 [data-item="title"] {left: 48px;top: 197px; position: relative;}#a7b5fac196a6654 [data-item="items"] {left: 0px;top: 205px; position: relative;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#acdefa027aae673 .ele-wrap {font-size: 12px;justify-content: flex-start;border-style: solid;color: #ffffff;}#a348aa84b6afec3 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a348aa84b6afec3 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aa05ba3b53ab9ed .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a8e22a6c77ad48b .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#af748a1f03a23de .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#af748a1f03a23de .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#af748a1f03a23de .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a4a4a;
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
  border-bottom-left-radius: 200px;
  border-bottom-right-radius: 200px;
}
#af748a1f03a23de .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #4a4a4a;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#af748a1f03a23de .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #355db2;
}
#af748a1f03a23de .menu-list > li.active > a:before,
#af748a1f03a23de .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#af748a1f03a23de .menu-list > li ul li {
  position: relative;
}
#af748a1f03a23de .menu-list > li ul li:hover > a {
  color: #355db2;
}
#af748a1f03a23de .menu-list > li ul li a {
  color: #a3a7ad;
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  background: transparent;
}
#af748a1f03a23de .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #355db2;
  background-color: #40d4b3;
}
#af748a1f03a23de .menu-list li ul,
#af748a1f03a23de .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: #fff;
}
#af748a1f03a23de .menu-list li ul.menu-b > li,
#af748a1f03a23de .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#af748a1f03a23de .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#af748a1f03a23de .menu-list li:hover > ul {
  display: block;
}
#af748a1f03a23de .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a76a9a58adacb80 [data-item="title"] {left: 32px;top: 12px; position: relative;}#a0a85a9c8aa5e22 .uk-container {max-width: 300px;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a84ddab16baa80e .aafebaa30ea825e {
  overflow: hidden;
}
#a84ddab16baa80e .aafebaa30ea825e , #a84ddab16baa80e .aafebaa30ea825e > * {
        font-weight: bold;
        font-style: normal;
    font-size: 16px;font-family: inherit;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a84ddab16baa80e .afd4ca50eda1cba .img-wrap {
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
  border-bottom-left-radius: 200px;
  border-top-left-radius: 200px;
  border-right-width: 1px;
  border-right-color: rgba(255, 255, 255, 0.62);
  border-right-style: none;
  border-left-color: rgba(255, 255, 255, 0.62);
  border-bottom-color: rgba(255, 255, 255, 0.62);
  border-top-color: rgba(255, 255, 255, 0.62);
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a84ddab16baa80e .ab33ca98fda8091 {
  overflow: hidden;
}
#a84ddab16baa80e .ab33ca98fda8091 , #a84ddab16baa80e .ab33ca98fda8091 > * {
        font-weight: normal;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(107, 105, 105, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a84ddab16baa80e .uk-grid > .uk-grid-margin {
  margin-top: 6px;
}
#a84ddab16baa80e .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a84ddab16baa80e .uk-position-center-left-out {
    left: -30px;
  }
  #a84ddab16baa80e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ab5c0a3b76a6c0b .menu-list {
  width: 100%;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
#ab5c0a3b76a6c0b .menu-list .menu-item {
  border-top: 1px solid #f2f2f2;
  overflow: hidden;
}
#ab5c0a3b76a6c0b .menu-list .menu-item > a {
  display: block;
  padding: 0 20px;
  line-height: 50px;
  background-color: #ffffff;
  color: #fff;
  position: relative;
}
#ab5c0a3b76a6c0b .menu-list .menu-item > a img {
  width: 16px;
  margin-right: 6px;
}
#ab5c0a3b76a6c0b .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;
}
#ab5c0a3b76a6c0b .menu-list .menu-item > a i {
  margin-right: 10px;
}
#ab5c0a3b76a6c0b .menu-list .sub-menu {
  background: #b3b3b3;
  overflow: hidden;
  display: none;
}
#ab5c0a3b76a6c0b .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;
}
#ab5c0a3b76a6c0b .menu-list .sub-menu a:before {
  content: '';
  opacity: 0;
  transition: opacity 0.3s;
}
#ab5c0a3b76a6c0b .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;
}
#ab5c0a3b76a6c0b .menu-list .sub-menu a:after {
  content: '';
  opacity: 0;
  transition: opacity 0.3s;
}
#ab5c0a3b76a6c0b .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;
}
#ab5c0a3b76a6c0b .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;
}
#ab5c0a3b76a6c0b .menu-list .sub-menu a:last-child {
  border: none;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ab2d9a3555a0728 .menu-list {
  width: 100%;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  font-weight: bold;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  background-color: #2493d9;
}
#ab2d9a3555a0728 .menu-list .menu-item {
  border-top: 1px solid #2084c3;
  overflow: hidden;
}
#ab2d9a3555a0728 .menu-list .menu-item > a {
  display: block;
  padding: 0 20px;
  line-height: 50px;
  background-color: #2493d9;
  color: #fff;
  position: relative;
}
#ab2d9a3555a0728 .menu-list .menu-item > a img {
  width: 16px;
  margin-right: 6px;
}
#ab2d9a3555a0728 .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 #2493d9;
  right: 15px;
  bottom: -10px;
  z-index: 9;
}
#ab2d9a3555a0728 .menu-list .menu-item > a i {
  margin-right: 10px;
}
#ab2d9a3555a0728 .menu-list .sub-menu {
  background: #0e3a56;
  overflow: hidden;
  display: none;
}
#ab2d9a3555a0728 .menu-list .sub-menu a {
  display: block;
  padding: 0 20px;
  line-height: 50px;
  color: #fff;
  font-size: 14px;
  border-bottom: 1px solid #155882;
  position: relative;
}
#ab2d9a3555a0728 .menu-list .sub-menu a:before {
  content: '';
  opacity: 0;
  transition: opacity 0.3s;
}
#ab2d9a3555a0728 .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;
}
#ab2d9a3555a0728 .menu-list .sub-menu a:after {
  content: '';
  opacity: 0;
  transition: opacity 0.3s;
}
#ab2d9a3555a0728 .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;
}
#ab2d9a3555a0728 .menu-list .sub-menu a:hover {
  background: #0e3a56;
  background: -moz-linear-gradient(top, #0e3a56 0%, #0e3a56 50%, #155882 51%, #155882 100%);
  background: -webkit-linear-gradient(top, #0e3a56 0%, #0e3a56 50%, #155882 51%, #155882 100%);
  background: linear-gradient(to bottom, #0e3a56 0%, #0e3a56 50%, #155882 51%, #155882 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@subBgColor', endColorstr='lighten(@subBgColor, 10%);', GradientType=0);
  transition: all 0.3s;
  border-bottom: 1px solid #1d75ad;
}
#ab2d9a3555a0728 .menu-list .sub-menu a:last-child {
  border: none;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#afe99a52fda09fa .ab0f1ac279a8252 {
  overflow: hidden;
}
#afe99a52fda09fa .ab0f1ac279a8252 , #afe99a52fda09fa .ab0f1ac279a8252 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 16px;font-family: inherit;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#afe99a52fda09fa .a1739a52ffa3cec .img-wrap {
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#afe99a52fda09fa .a2fb9abb09aaf28 {
  overflow: hidden;
}
#afe99a52fda09fa .a2fb9abb09aaf28 , #afe99a52fda09fa .a2fb9abb09aaf28 > * {
        font-weight: normal;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(107, 105, 105, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#afe99a52fda09fa .uk-grid > .uk-grid-margin {
  margin-top: 6px;
}
#afe99a52fda09fa .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #afe99a52fda09fa .uk-position-center-left-out {
    left: -30px;
  }
  #afe99a52fda09fa .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a9b22a97ffa56a4 .ele-wrap {border-color: #000;color: #545252;font-size: 12px;font-weight: 500;background-color: rgba(242, 244, 246, 1);border-radius: 5px;justify-content: flex-start;border-style: solid;}#a9b22a97ffa56a4 .ele-wrap:hover {background-color: #0483cc;}#a07e2a6cd7aed88 .ele-wrap {border-color: #000;color: #545252;font-size: 12px;font-weight: 500;background-color: rgba(242, 244, 246, 1);border-radius: 5px;justify-content: flex-start;border-style: solid;}#a07e2a6cd7aed88 .ele-wrap:hover {background-color: #0483cc;}#ae6b4ae514a21b3 .ele-wrap {border-color: #000;color: #545252;font-size: 12px;font-weight: 500;background-color: rgba(242, 244, 246, 1);border-radius: 5px;justify-content: flex-start;border-style: solid;}#ae6b4ae514a21b3 .ele-wrap:hover {background-color: #0483cc;}#ad2fda4879afbcd .ele-wrap {border-color: #000;color: #545252;font-size: 12px;font-weight: 500;background-color: rgba(242, 244, 246, 1);border-radius: 5px;justify-content: flex-start;border-style: solid;}#ad2fda4879afbcd .ele-wrap:hover {background-color: #0483cc;}#adf60a823ba2746 .ele-wrap {border-color: #000;color: #545252;font-size: 12px;font-weight: 500;background-color: rgba(242, 244, 246, 1);border-radius: 5px;justify-content: flex-start;border-style: solid;}#adf60a823ba2746 .ele-wrap:hover {background-color: #0483cc;}#acf0ea9b41ac561 .ele-wrap {border-color: #000;color: #545252;font-size: 12px;font-weight: 500;background-color: rgba(242, 244, 246, 1);border-radius: 5px;justify-content: flex-start;border-style: solid;}#acf0ea9b41ac561 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#acdefa027aae673 .ele-wrap {font-size: 12px;justify-content: flex-start;border-style: solid;color: #ffffff;}#a348aa84b6afec3 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a348aa84b6afec3 .ele-wrap:hover {background-color: #0483cc;}#a7b5fac196a6654 [data-item*=".abstract"], #a7b5fac196a6654 [data-item*=".abstract"] a {show: true;}#a7b5fac196a6654 [data-item*=".subTitle"], #a7b5fac196a6654 [data-item*=".subTitle"] a {show: true;}#a7b5fac196a6654 [data-item*=".category"], #a7b5fac196a6654 [data-item*=".category"] a {show: true;}#a7b5fac196a6654 [data-item="title"] {left: 48px;top: 197px; position: relative;}#a7b5fac196a6654 [data-item="items"] {left: 0px;top: 205px; position: relative;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#abb21a90d9a79a5 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a9857acb6da1357 .sidebar {
  width: 280px;
}
@media (max-width: 640px) {
  #a9857acb6da1357 .sidebar {
    width: 100%;
  }
}
#a9857acb6da1357 .accordion-menu,
#a9857acb6da1357 .accordion-menu ul ul.submenu,
#a9857acb6da1357 .accordion-menu ul ul.submenu li ul.submenu {
  background: transparent;
}
#a9857acb6da1357 .accordion-menu-header h4 {
  color: #fff;
  font-weight: 500;
  line-height: 50px;
}
#a9857acb6da1357 .accordion-menu ul li a {
  margin-bottom: 1px;
  color: #555;
  background-color: #ECECEC;
  display: block;
  width: 100%;
  padding: 0 40px;
  line-height: 50px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: color .2s linear,background .2s linear;
  font-size: 14px;
  border: none;
}
#a9857acb6da1357 .accordion-menu > ul > li > a {
  background: #ddd;
  font-size: 16px;
}
#a9857acb6da1357 .accordion-menu li a:hover {
  background-color: #ffffff;
  color: #fff;
  border: none;
}
#a9857acb6da1357 .accordion-menu .submenu-indicator {
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  line-height: 50px;
  padding: 0 20px;
  right: 0;
}
#a9857acb6da1357 .contact {
  color: #fff;
}
#a9857acb6da1357 .phone {
  display: block;
  font-size: 28px;
  font-weight: bold;
}
#a9857acb6da1357 .hot-list {
  background: #f7f8f9;
  padding: 15px;
}
#a9857acb6da1357 .hot-list a {
  color: #777;
}
#a9857acb6da1357 .hot-list a:hover {
  color: #0f6ecd;
}
#a9857acb6da1357 .hot-item .thumb {
  display: block;
  overflow: hidden;
}
#a9857acb6da1357 .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#a9857acb6da1357 .hot-item:hover a {
  color: #0f6ecd;
}
#a9857acb6da1357 .hot-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#a9857acb6da1357 .hot-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #ffffff;
  content: "";
}
#a9857acb6da1357 .content-header {
  padding-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#abfa4ab7ddab96a .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#af748a1f03a23de .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#af748a1f03a23de .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#af748a1f03a23de .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a4a4a;
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
  border-bottom-left-radius: 200px;
  border-bottom-right-radius: 200px;
}
#af748a1f03a23de .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #4a4a4a;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#af748a1f03a23de .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #355db2;
}
#af748a1f03a23de .menu-list > li.active > a:before,
#af748a1f03a23de .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#af748a1f03a23de .menu-list > li ul li {
  position: relative;
}
#af748a1f03a23de .menu-list > li ul li:hover > a {
  color: #355db2;
}
#af748a1f03a23de .menu-list > li ul li a {
  color: #a3a7ad;
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  background: transparent;
}
#af748a1f03a23de .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #355db2;
  background-color: #40d4b3;
}
#af748a1f03a23de .menu-list li ul,
#af748a1f03a23de .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: #fff;
}
#af748a1f03a23de .menu-list li ul.menu-b > li,
#af748a1f03a23de .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#af748a1f03a23de .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#af748a1f03a23de .menu-list li:hover > ul {
  display: block;
}
#af748a1f03a23de .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a76eaa30f4a07ad [data-item="title"] {left: 32px;top: 12px; position: relative;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a151caff0ea0e3f .a5a82ae84fa70bc {
  overflow: hidden;
}
#a151caff0ea0e3f .a5a82ae84fa70bc , #a151caff0ea0e3f .a5a82ae84fa70bc > * {
        font-weight: bold;
        font-style: normal;
    font-size: 16px;font-family: inherit;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a151caff0ea0e3f .aadf2af3fea0267 .img-wrap {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-right-width: 1px;
  border-right-color: rgba(255, 255, 255, 0.62);
  border-right-style: none;
  border-left-color: rgba(255, 255, 255, 0.62);
  border-bottom-color: rgba(255, 255, 255, 0.62);
  border-top-color: rgba(255, 255, 255, 0.62);
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a151caff0ea0e3f .a3659a8b0fa4b08 {
  overflow: hidden;
}
#a151caff0ea0e3f .a3659a8b0fa4b08 , #a151caff0ea0e3f .a3659a8b0fa4b08 > * {
        font-weight: normal;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(107, 105, 105, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a151caff0ea0e3f .uk-grid > .uk-grid-margin {
  margin-top: 6px;
}
#a151caff0ea0e3f .dynamic-list-item {
  background-color: #fcfcfc;
}
#a151caff0ea0e3f .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a151caff0ea0e3f .uk-position-center-left-out {
    left: -30px;
  }
  #a151caff0ea0e3f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#af4edada8ba5f43 .ele-wrap {border-color: #000;color: #545252;font-size: 12px;font-weight: 500;background-color: rgba(242, 244, 246, 1);border-radius: 5px;justify-content: flex-start;border-style: solid;}#af4edada8ba5f43 .ele-wrap:hover {background-color: #0483cc;}#aac29a55e2a9fc2 .ele-wrap {border-color: #000;color: #545252;font-size: 12px;font-weight: 500;background-color: rgba(242, 244, 246, 1);border-radius: 5px;justify-content: flex-start;border-style: solid;}#aac29a55e2a9fc2 .ele-wrap:hover {background-color: #0483cc;}#a010da88ffaa569 .ele-wrap {border-color: #000;color: #545252;font-size: 12px;font-weight: 500;background-color: rgba(242, 244, 246, 1);border-radius: 5px;justify-content: flex-start;border-style: solid;}#a010da88ffaa569 .ele-wrap:hover {background-color: #0483cc;}#abd0fa3498ad7f5 .ele-wrap {border-color: #000;color: #545252;font-size: 12px;font-weight: 500;background-color: rgba(242, 244, 246, 1);border-radius: 5px;justify-content: flex-start;border-style: solid;}#abd0fa3498ad7f5 .ele-wrap:hover {background-color: #0483cc;}#a82afac49da2e02 .ele-wrap {border-color: #000;color: #545252;font-size: 12px;font-weight: 500;background-color: rgba(242, 244, 246, 1);border-radius: 5px;justify-content: flex-start;border-style: solid;}#a82afac49da2e02 .ele-wrap:hover {background-color: #0483cc;}#ac03da5063a2187 .ele-wrap {border-color: #000;color: #545252;font-size: 12px;font-weight: 500;background-color: rgba(242, 244, 246, 1);border-radius: 5px;justify-content: flex-start;border-style: solid;}#ac03da5063a2187 .ele-wrap:hover {background-color: #0483cc;}#a8b36a1d37a6dbb .ele-wrap {border-color: #000;color: #545252;font-size: 12px;font-weight: 500;background-color: rgba(242, 244, 246, 1);border-radius: 5px;justify-content: flex-start;border-style: solid;}#a8b36a1d37a6dbb .ele-wrap:hover {background-color: #0483cc;}#a9857acb6da1357 [data-item*=".abstract"], #a9857acb6da1357 [data-item*=".abstract"] a {show: true;}#a9857acb6da1357 [data-item*=".subTitle"], #a9857acb6da1357 [data-item*=".subTitle"] a {show: true;}#a9857acb6da1357 [data-item*=".category"], #a9857acb6da1357 [data-item*=".category"] a {show: true;}#a9857acb6da1357 [data-item="items"] {left: 93px;top: -11px; position: relative;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#acdefa027aae673 .ele-wrap {font-size: 12px;justify-content: flex-start;border-style: solid;color: #ffffff;}#a348aa84b6afec3 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a348aa84b6afec3 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aa05ba3b53ab9ed .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a8e22a6c77ad48b .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#af748a1f03a23de .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#af748a1f03a23de .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#af748a1f03a23de .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a4a4a;
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
  border-bottom-left-radius: 200px;
  border-bottom-right-radius: 200px;
}
#af748a1f03a23de .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #4a4a4a;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#af748a1f03a23de .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #355db2;
}
#af748a1f03a23de .menu-list > li.active > a:before,
#af748a1f03a23de .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#af748a1f03a23de .menu-list > li ul li {
  position: relative;
}
#af748a1f03a23de .menu-list > li ul li:hover > a {
  color: #355db2;
}
#af748a1f03a23de .menu-list > li ul li a {
  color: #a3a7ad;
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  background: transparent;
}
#af748a1f03a23de .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #355db2;
  background-color: #40d4b3;
}
#af748a1f03a23de .menu-list li ul,
#af748a1f03a23de .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: #fff;
}
#af748a1f03a23de .menu-list li ul.menu-b > li,
#af748a1f03a23de .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#af748a1f03a23de .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#af748a1f03a23de .menu-list li:hover > ul {
  display: block;
}
#af748a1f03a23de .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a76a9a58adacb80 [data-item="title"] {left: 32px;top: 12px; position: relative;}#a0a85a9c8aa5e22 .uk-container {max-width: 300px;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a84ddab16baa80e .aafebaa30ea825e {
  overflow: hidden;
}
#a84ddab16baa80e .aafebaa30ea825e , #a84ddab16baa80e .aafebaa30ea825e > * {
        font-weight: bold;
        font-style: normal;
    font-size: 16px;font-family: inherit;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a84ddab16baa80e .afd4ca50eda1cba .img-wrap {
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
  border-bottom-left-radius: 200px;
  border-top-left-radius: 200px;
  border-right-width: 1px;
  border-right-color: rgba(255, 255, 255, 0.62);
  border-right-style: none;
  border-left-color: rgba(255, 255, 255, 0.62);
  border-bottom-color: rgba(255, 255, 255, 0.62);
  border-top-color: rgba(255, 255, 255, 0.62);
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a84ddab16baa80e .ab33ca98fda8091 {
  overflow: hidden;
}
#a84ddab16baa80e .ab33ca98fda8091 , #a84ddab16baa80e .ab33ca98fda8091 > * {
        font-weight: normal;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(107, 105, 105, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a84ddab16baa80e .uk-grid > .uk-grid-margin {
  margin-top: 6px;
}
#a84ddab16baa80e .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a84ddab16baa80e .uk-position-center-left-out {
    left: -30px;
  }
  #a84ddab16baa80e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ab5c0a3b76a6c0b .menu-list {
  width: 100%;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
#ab5c0a3b76a6c0b .menu-list .menu-item {
  border-top: 1px solid #f2f2f2;
  overflow: hidden;
}
#ab5c0a3b76a6c0b .menu-list .menu-item > a {
  display: block;
  padding: 0 20px;
  line-height: 50px;
  background-color: #ffffff;
  color: #fff;
  position: relative;
}
#ab5c0a3b76a6c0b .menu-list .menu-item > a img {
  width: 16px;
  margin-right: 6px;
}
#ab5c0a3b76a6c0b .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;
}
#ab5c0a3b76a6c0b .menu-list .menu-item > a i {
  margin-right: 10px;
}
#ab5c0a3b76a6c0b .menu-list .sub-menu {
  background: #b3b3b3;
  overflow: hidden;
  display: none;
}
#ab5c0a3b76a6c0b .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;
}
#ab5c0a3b76a6c0b .menu-list .sub-menu a:before {
  content: '';
  opacity: 0;
  transition: opacity 0.3s;
}
#ab5c0a3b76a6c0b .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;
}
#ab5c0a3b76a6c0b .menu-list .sub-menu a:after {
  content: '';
  opacity: 0;
  transition: opacity 0.3s;
}
#ab5c0a3b76a6c0b .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;
}
#ab5c0a3b76a6c0b .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;
}
#ab5c0a3b76a6c0b .menu-list .sub-menu a:last-child {
  border: none;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ab2d9a3555a0728 .menu-list {
  width: 100%;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  background-color: #2196e0;
}
#ab2d9a3555a0728 .menu-list .menu-item {
  border-top: 1px solid #1c87cb;
  overflow: hidden;
}
#ab2d9a3555a0728 .menu-list .menu-item > a {
  display: block;
  padding: 0 20px;
  line-height: 50px;
  background-color: #2196e0;
  color: #fff;
  position: relative;
}
#ab2d9a3555a0728 .menu-list .menu-item > a img {
  width: 16px;
  margin-right: 6px;
}
#ab2d9a3555a0728 .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 #2196e0;
  right: 15px;
  bottom: -10px;
  z-index: 9;
}
#ab2d9a3555a0728 .menu-list .menu-item > a i {
  margin-right: 10px;
}
#ab2d9a3555a0728 .menu-list .sub-menu {
  background: #0d3d5b;
  overflow: hidden;
  display: none;
}
#ab2d9a3555a0728 .menu-list .sub-menu a {
  display: block;
  padding: 0 20px;
  line-height: 50px;
  color: #fff;
  font-size: 14px;
  border-bottom: 1px solid #135b88;
  position: relative;
}
#ab2d9a3555a0728 .menu-list .sub-menu a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  background-color: #9b9b9b;
}
#ab2d9a3555a0728 .menu-list .sub-menu a:before {
  content: '';
  opacity: 0;
  transition: opacity 0.3s;
}
#ab2d9a3555a0728 .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;
}
#ab2d9a3555a0728 .menu-list .sub-menu a:after {
  content: '';
  opacity: 0;
  transition: opacity 0.3s;
}
#ab2d9a3555a0728 .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;
}
#ab2d9a3555a0728 .menu-list .sub-menu a:hover {
  background: #0d3d5b;
  background: -moz-linear-gradient(top, #0d3d5b 0%, #0d3d5b 50%, #135b88 51%, #135b88 100%);
  background: -webkit-linear-gradient(top, #0d3d5b 0%, #0d3d5b 50%, #135b88 51%, #135b88 100%);
  background: linear-gradient(to bottom, #0d3d5b 0%, #0d3d5b 50%, #135b88 51%, #135b88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@subBgColor', endColorstr='lighten(@subBgColor, 10%);', GradientType=0);
  transition: all 0.3s;
  border-bottom: 1px solid #1979b5;
}
#ab2d9a3555a0728 .menu-list .sub-menu a:last-child {
  border: none;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#afe99a52fda09fa .ab0f1ac279a8252 {
  overflow: hidden;
}
#afe99a52fda09fa .ab0f1ac279a8252 , #afe99a52fda09fa .ab0f1ac279a8252 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 16px;font-family: inherit;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#afe99a52fda09fa .a1739a52ffa3cec .img-wrap {
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#afe99a52fda09fa .a2fb9abb09aaf28 {
  overflow: hidden;
}
#afe99a52fda09fa .a2fb9abb09aaf28 , #afe99a52fda09fa .a2fb9abb09aaf28 > * {
        font-weight: normal;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(107, 105, 105, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#afe99a52fda09fa .uk-grid > .uk-grid-margin {
  margin-top: 6px;
}
#afe99a52fda09fa .dynamic-list-item {
  background-color: #fcfcfc;
}
#afe99a52fda09fa .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #afe99a52fda09fa .uk-position-center-left-out {
    left: -30px;
  }
  #afe99a52fda09fa .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a9b22a97ffa56a4 .ele-wrap {border-color: #000;color: #545252;font-size: 12px;font-weight: 500;background-color: rgba(242, 244, 246, 1);border-radius: 5px;justify-content: flex-start;border-style: solid;}#a9b22a97ffa56a4 .ele-wrap:hover {background-color: #0483cc;}#a07e2a6cd7aed88 .ele-wrap {border-color: #000;color: #545252;font-size: 12px;font-weight: 500;background-color: rgba(242, 244, 246, 1);border-radius: 5px;justify-content: flex-start;border-style: solid;}#a07e2a6cd7aed88 .ele-wrap:hover {background-color: #0483cc;}#ae6b4ae514a21b3 .ele-wrap {border-color: #000;color: #545252;font-size: 12px;font-weight: 500;background-color: rgba(242, 244, 246, 1);border-radius: 5px;justify-content: flex-start;border-style: solid;}#ae6b4ae514a21b3 .ele-wrap:hover {background-color: #0483cc;}#ad2fda4879afbcd .ele-wrap {border-color: #000;color: #545252;font-size: 12px;font-weight: 500;background-color: rgba(242, 244, 246, 1);border-radius: 5px;justify-content: flex-start;border-style: solid;}#ad2fda4879afbcd .ele-wrap:hover {background-color: #0483cc;}#adf60a823ba2746 .ele-wrap {border-color: #000;color: #545252;font-size: 12px;font-weight: 500;background-color: rgba(242, 244, 246, 1);border-radius: 5px;justify-content: flex-start;border-style: solid;}#adf60a823ba2746 .ele-wrap:hover {background-color: #0483cc;}#acf0ea9b41ac561 .ele-wrap {border-color: #000;color: #545252;font-size: 12px;font-weight: 500;background-color: rgba(242, 244, 246, 1);border-radius: 5px;justify-content: flex-start;border-style: solid;}#acf0ea9b41ac561 .ele-wrap:hover {background-color: #0483cc;}#a7b5fac196a6654 [data-item*=".abstract"], #a7b5fac196a6654 [data-item*=".abstract"] a {show: true;}#a7b5fac196a6654 [data-item*=".subTitle"], #a7b5fac196a6654 [data-item*=".subTitle"] a {show: true;}#a7b5fac196a6654 [data-item*=".category"], #a7b5fac196a6654 [data-item*=".category"] a {show: true;}#a7b5fac196a6654 [data-item="title"] {left: 48px;top: 197px; position: relative;}#a7b5fac196a6654 [data-item="items"] {left: 0px;top: 205px; position: relative;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#acdefa027aae673 .ele-wrap {font-size: 12px;justify-content: flex-start;border-style: solid;color: #ffffff;}#a348aa84b6afec3 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a348aa84b6afec3 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aa05ba3b53ab9ed .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a8e22a6c77ad48b .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#af748a1f03a23de .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#af748a1f03a23de .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#af748a1f03a23de .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a4a4a;
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
  border-bottom-left-radius: 200px;
  border-bottom-right-radius: 200px;
}
#af748a1f03a23de .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #4a4a4a;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#af748a1f03a23de .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #355db2;
}
#af748a1f03a23de .menu-list > li.active > a:before,
#af748a1f03a23de .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#af748a1f03a23de .menu-list > li ul li {
  position: relative;
}
#af748a1f03a23de .menu-list > li ul li:hover > a {
  color: #355db2;
}
#af748a1f03a23de .menu-list > li ul li a {
  color: #a3a7ad;
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  background: transparent;
}
#af748a1f03a23de .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #355db2;
  background-color: #40d4b3;
}
#af748a1f03a23de .menu-list li ul,
#af748a1f03a23de .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: #fff;
}
#af748a1f03a23de .menu-list li ul.menu-b > li,
#af748a1f03a23de .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#af748a1f03a23de .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#af748a1f03a23de .menu-list li:hover > ul {
  display: block;
}
#af748a1f03a23de .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a76a9a58adacb80 [data-item="title"] {left: 32px;top: 12px; position: relative;}#a0a85a9c8aa5e22 .uk-container {max-width: 300px;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a84ddab16baa80e .aafebaa30ea825e {
  overflow: hidden;
}
#a84ddab16baa80e .aafebaa30ea825e , #a84ddab16baa80e .aafebaa30ea825e > * {
        font-weight: bold;
        font-style: normal;
    font-size: 16px;font-family: inherit;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a84ddab16baa80e .afd4ca50eda1cba .img-wrap {
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
  border-bottom-left-radius: 200px;
  border-top-left-radius: 200px;
  border-right-width: 1px;
  border-right-color: rgba(255, 255, 255, 0.62);
  border-right-style: none;
  border-left-color: rgba(255, 255, 255, 0.62);
  border-bottom-color: rgba(255, 255, 255, 0.62);
  border-top-color: rgba(255, 255, 255, 0.62);
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a84ddab16baa80e .ab33ca98fda8091 {
  overflow: hidden;
}
#a84ddab16baa80e .ab33ca98fda8091 , #a84ddab16baa80e .ab33ca98fda8091 > * {
        font-weight: normal;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(107, 105, 105, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a84ddab16baa80e .uk-grid > .uk-grid-margin {
  margin-top: 6px;
}
#a84ddab16baa80e .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a84ddab16baa80e .uk-position-center-left-out {
    left: -30px;
  }
  #a84ddab16baa80e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ab5c0a3b76a6c0b .menu-list {
  width: 100%;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
#ab5c0a3b76a6c0b .menu-list .menu-item {
  border-top: 1px solid #f2f2f2;
  overflow: hidden;
}
#ab5c0a3b76a6c0b .menu-list .menu-item > a {
  display: block;
  padding: 0 20px;
  line-height: 50px;
  background-color: #ffffff;
  color: #fff;
  position: relative;
}
#ab5c0a3b76a6c0b .menu-list .menu-item > a img {
  width: 16px;
  margin-right: 6px;
}
#ab5c0a3b76a6c0b .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;
}
#ab5c0a3b76a6c0b .menu-list .menu-item > a i {
  margin-right: 10px;
}
#ab5c0a3b76a6c0b .menu-list .sub-menu {
  background: #b3b3b3;
  overflow: hidden;
  display: none;
}
#ab5c0a3b76a6c0b .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;
}
#ab5c0a3b76a6c0b .menu-list .sub-menu a:before {
  content: '';
  opacity: 0;
  transition: opacity 0.3s;
}
#ab5c0a3b76a6c0b .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;
}
#ab5c0a3b76a6c0b .menu-list .sub-menu a:after {
  content: '';
  opacity: 0;
  transition: opacity 0.3s;
}
#ab5c0a3b76a6c0b .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;
}
#ab5c0a3b76a6c0b .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;
}
#ab5c0a3b76a6c0b .menu-list .sub-menu a:last-child {
  border: none;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ab2d9a3555a0728 .menu-list {
  width: 100%;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  background-color: #2fa7e4;
}
#ab2d9a3555a0728 .menu-list .menu-item {
  border-top: 1px solid #1d9cdd;
  overflow: hidden;
}
#ab2d9a3555a0728 .menu-list .menu-item > a {
  display: block;
  padding: 0 20px;
  line-height: 50px;
  background-color: #2fa7e4;
  color: #fff;
  position: relative;
}
#ab2d9a3555a0728 .menu-list .menu-item > a img {
  width: 16px;
  margin-right: 6px;
}
#ab2d9a3555a0728 .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 #2fa7e4;
  right: 15px;
  bottom: -10px;
  z-index: 9;
}
#ab2d9a3555a0728 .menu-list .menu-item > a i {
  margin-right: 10px;
}
#ab2d9a3555a0728 .menu-list .sub-menu {
  background: #0e4c6c;
  overflow: hidden;
  display: none;
}
#ab2d9a3555a0728 .menu-list .sub-menu a {
  display: block;
  padding: 0 20px;
  line-height: 50px;
  color: #fff;
  font-size: 14px;
  border-bottom: 1px solid #146c99;
  position: relative;
}
#ab2d9a3555a0728 .menu-list .sub-menu a:before {
  content: '';
  opacity: 0;
  transition: opacity 0.3s;
}
#ab2d9a3555a0728 .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;
}
#ab2d9a3555a0728 .menu-list .sub-menu a:after {
  content: '';
  opacity: 0;
  transition: opacity 0.3s;
}
#ab2d9a3555a0728 .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;
}
#ab2d9a3555a0728 .menu-list .sub-menu a:hover {
  background: #0e4c6c;
  background: -moz-linear-gradient(top, #0e4c6c 0%, #0e4c6c 50%, #146c99 51%, #146c99 100%);
  background: -webkit-linear-gradient(top, #0e4c6c 0%, #0e4c6c 50%, #146c99 51%, #146c99 100%);
  background: linear-gradient(to bottom, #0e4c6c 0%, #0e4c6c 50%, #146c99 51%, #146c99 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@subBgColor', endColorstr='lighten(@subBgColor, 10%);', GradientType=0);
  transition: all 0.3s;
  border-bottom: 1px solid #1a8cc6;
}
#ab2d9a3555a0728 .menu-list .sub-menu a:last-child {
  border: none;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#afe99a52fda09fa .ab0f1ac279a8252 {
  overflow: hidden;
}
#afe99a52fda09fa .ab0f1ac279a8252 , #afe99a52fda09fa .ab0f1ac279a8252 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 16px;font-family: inherit;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#afe99a52fda09fa .a1739a52ffa3cec .img-wrap {
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#afe99a52fda09fa .a2fb9abb09aaf28 {
  overflow: hidden;
}
#afe99a52fda09fa .a2fb9abb09aaf28 , #afe99a52fda09fa .a2fb9abb09aaf28 > * {
        font-weight: normal;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(107, 105, 105, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#afe99a52fda09fa .uk-grid > .uk-grid-margin {
  margin-top: 6px;
}
#afe99a52fda09fa .dynamic-list-item {
  background-color: #fcfcfc;
}
#afe99a52fda09fa .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #afe99a52fda09fa .uk-position-center-left-out {
    left: -30px;
  }
  #afe99a52fda09fa .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a9b22a97ffa56a4 .ele-wrap {border-color: #000;color: #545252;font-size: 12px;font-weight: 500;background-color: rgba(242, 244, 246, 1);border-radius: 5px;justify-content: flex-start;border-style: solid;}#a9b22a97ffa56a4 .ele-wrap:hover {background-color: #0483cc;}#a07e2a6cd7aed88 .ele-wrap {border-color: #000;color: #545252;font-size: 12px;font-weight: 500;background-color: rgba(242, 244, 246, 1);border-radius: 5px;justify-content: flex-start;border-style: solid;}#a07e2a6cd7aed88 .ele-wrap:hover {background-color: #0483cc;}#ae6b4ae514a21b3 .ele-wrap {border-color: #000;color: #545252;font-size: 12px;font-weight: 500;background-color: rgba(242, 244, 246, 1);border-radius: 5px;justify-content: flex-start;border-style: solid;}#ae6b4ae514a21b3 .ele-wrap:hover {background-color: #0483cc;}#ad2fda4879afbcd .ele-wrap {border-color: #000;color: #545252;font-size: 12px;font-weight: 500;background-color: rgba(242, 244, 246, 1);border-radius: 5px;justify-content: flex-start;border-style: solid;}#ad2fda4879afbcd .ele-wrap:hover {background-color: #0483cc;}#a7b5fac196a6654 [data-item*=".abstract"], #a7b5fac196a6654 [data-item*=".abstract"] a {show: true;}#a7b5fac196a6654 [data-item*=".subTitle"], #a7b5fac196a6654 [data-item*=".subTitle"] a {show: true;}#a7b5fac196a6654 [data-item*=".category"], #a7b5fac196a6654 [data-item*=".category"] a {show: true;}#a7b5fac196a6654 [data-item="title"] {left: 48px;top: 197px; position: relative;}#a7b5fac196a6654 [data-item="items"] {left: 0px;top: 205px; position: relative;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#acdefa027aae673 .ele-wrap {font-size: 12px;justify-content: flex-start;border-style: solid;color: #ffffff;}#a348aa84b6afec3 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a348aa84b6afec3 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#af108a892cadeab .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ad0c9a911fa1da4 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#af748a1f03a23de .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#af748a1f03a23de .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#af748a1f03a23de .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a4a4a;
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
  border-bottom-left-radius: 200px;
  border-bottom-right-radius: 200px;
}
#af748a1f03a23de .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #4a4a4a;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#af748a1f03a23de .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #355db2;
}
#af748a1f03a23de .menu-list > li.active > a:before,
#af748a1f03a23de .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#af748a1f03a23de .menu-list > li ul li {
  position: relative;
}
#af748a1f03a23de .menu-list > li ul li:hover > a {
  color: #355db2;
}
#af748a1f03a23de .menu-list > li ul li a {
  color: #a3a7ad;
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  background: transparent;
}
#af748a1f03a23de .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #355db2;
  background-color: #40d4b3;
}
#af748a1f03a23de .menu-list li ul,
#af748a1f03a23de .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: #fff;
}
#af748a1f03a23de .menu-list li ul.menu-b > li,
#af748a1f03a23de .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#af748a1f03a23de .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#af748a1f03a23de .menu-list li:hover > ul {
  display: block;
}
#af748a1f03a23de .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aa517ad79faa23b [data-item="title"] {left: 32px;top: 12px; position: relative;}#a100da0c84ab711 .uk-container {max-width: 300px;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aaa2aa6c0da89b8 .a6697ac3adaf625 {
  overflow: hidden;
}
#aaa2aa6c0da89b8 .a6697ac3adaf625 , #aaa2aa6c0da89b8 .a6697ac3adaf625 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 16px;font-family: inherit;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aaa2aa6c0da89b8 .ac60aa6afaa8bd0 .img-wrap {
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
  border-bottom-left-radius: 200px;
  border-top-left-radius: 200px;
  border-right-width: 1px;
  border-right-color: rgba(255, 255, 255, 0.62);
  border-right-style: none;
  border-left-color: rgba(255, 255, 255, 0.62);
  border-bottom-color: rgba(255, 255, 255, 0.62);
  border-top-color: rgba(255, 255, 255, 0.62);
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aaa2aa6c0da89b8 .a9679a8fc6aaba9 {
  overflow: hidden;
}
#aaa2aa6c0da89b8 .a9679a8fc6aaba9 , #aaa2aa6c0da89b8 .a9679a8fc6aaba9 > * {
        font-weight: normal;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(107, 105, 105, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aaa2aa6c0da89b8 .uk-grid > .uk-grid-margin {
  margin-top: 6px;
}
#aaa2aa6c0da89b8 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aaa2aa6c0da89b8 .uk-position-center-left-out {
    left: -30px;
  }
  #aaa2aa6c0da89b8 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ae8f7a3cc4acba8 .menu-list {
  width: 100%;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
#ae8f7a3cc4acba8 .menu-list .menu-item {
  border-top: 1px solid #f2f2f2;
  overflow: hidden;
}
#ae8f7a3cc4acba8 .menu-list .menu-item > a {
  display: block;
  padding: 0 20px;
  line-height: 50px;
  background-color: #ffffff;
  color: #fff;
  position: relative;
}
#ae8f7a3cc4acba8 .menu-list .menu-item > a img {
  width: 16px;
  margin-right: 6px;
}
#ae8f7a3cc4acba8 .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;
}
#ae8f7a3cc4acba8 .menu-list .menu-item > a i {
  margin-right: 10px;
}
#ae8f7a3cc4acba8 .menu-list .sub-menu {
  background: #b3b3b3;
  overflow: hidden;
  display: none;
}
#ae8f7a3cc4acba8 .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;
}
#ae8f7a3cc4acba8 .menu-list .sub-menu a:before {
  content: '';
  opacity: 0;
  transition: opacity 0.3s;
}
#ae8f7a3cc4acba8 .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;
}
#ae8f7a3cc4acba8 .menu-list .sub-menu a:after {
  content: '';
  opacity: 0;
  transition: opacity 0.3s;
}
#ae8f7a3cc4acba8 .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;
}
#ae8f7a3cc4acba8 .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;
}
#ae8f7a3cc4acba8 .menu-list .sub-menu a:last-child {
  border: none;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a5389a24d0aad95 .menu-list {
  width: 100%;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  font-weight: bold;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  background-color: #379ce4;
}
#a5389a24d0aad95 .menu-list .menu-item {
  border-top: 1px solid #2191e1;
  overflow: hidden;
}
#a5389a24d0aad95 .menu-list .menu-item > a {
  display: block;
  padding: 0 20px;
  line-height: 50px;
  background-color: #379ce4;
  color: #fff;
  position: relative;
}
#a5389a24d0aad95 .menu-list .menu-item > a img {
  width: 16px;
  margin-right: 6px;
}
#a5389a24d0aad95 .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 #379ce4;
  right: 15px;
  bottom: -10px;
  z-index: 9;
}
#a5389a24d0aad95 .menu-list .menu-item > a i {
  margin-right: 10px;
}
#a5389a24d0aad95 .menu-list .sub-menu {
  background: #0f4973;
  overflow: hidden;
  display: none;
}
#a5389a24d0aad95 .menu-list .sub-menu a {
  display: block;
  padding: 0 20px;
  line-height: 50px;
  color: #fff;
  font-size: 14px;
  border-bottom: 1px solid #16669f;
  position: relative;
}
#a5389a24d0aad95 .menu-list .sub-menu a:before {
  content: '';
  opacity: 0;
  transition: opacity 0.3s;
}
#a5389a24d0aad95 .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;
}
#a5389a24d0aad95 .menu-list .sub-menu a:after {
  content: '';
  opacity: 0;
  transition: opacity 0.3s;
}
#a5389a24d0aad95 .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;
}
#a5389a24d0aad95 .menu-list .sub-menu a:hover {
  background: #0f4973;
  background: -moz-linear-gradient(top, #0f4973 0%, #0f4973 50%, #16669f 51%, #16669f 100%);
  background: -webkit-linear-gradient(top, #0f4973 0%, #0f4973 50%, #16669f 51%, #16669f 100%);
  background: linear-gradient(to bottom, #0f4973 0%, #0f4973 50%, #16669f 51%, #16669f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@subBgColor', endColorstr='lighten(@subBgColor, 10%);', GradientType=0);
  transition: all 0.3s;
  border-bottom: 1px solid #1c83cc;
}
#a5389a24d0aad95 .menu-list .sub-menu a:last-child {
  border: none;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ae4f3a71e7a8668 .ad2b8a93eca8752 {
  overflow: hidden;
}
#ae4f3a71e7a8668 .ad2b8a93eca8752 , #ae4f3a71e7a8668 .ad2b8a93eca8752 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 16px;font-family: inherit;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ae4f3a71e7a8668 .af73aa6094a445a .img-wrap {
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ae4f3a71e7a8668 .ab718ab41fa5534 {
  overflow: hidden;
}
#ae4f3a71e7a8668 .ab718ab41fa5534 , #ae4f3a71e7a8668 .ab718ab41fa5534 > * {
        font-weight: normal;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(107, 105, 105, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ae4f3a71e7a8668 .uk-grid > .uk-grid-margin {
  margin-top: 6px;
}
#ae4f3a71e7a8668 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ae4f3a71e7a8668 .uk-position-center-left-out {
    left: -30px;
  }
  #ae4f3a71e7a8668 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#abdd1a3fa8a9cbd .ele-wrap {border-color: #000;color: #545252;font-size: 12px;font-weight: 500;background-color: rgba(242, 244, 246, 1);border-radius: 5px;justify-content: flex-start;border-style: solid;}#abdd1a3fa8a9cbd .ele-wrap:hover {background-color: #0483cc;}#ad2a9a69e6a4d21 .ele-wrap {border-color: #000;color: #545252;font-size: 12px;font-weight: 500;background-color: rgba(242, 244, 246, 1);border-radius: 5px;justify-content: flex-start;border-style: solid;}#ad2a9a69e6a4d21 .ele-wrap:hover {background-color: #0483cc;}#a2de6abd55a4621 .ele-wrap {border-color: #000;color: #545252;font-size: 12px;font-weight: 500;background-color: rgba(242, 244, 246, 1);border-radius: 5px;justify-content: flex-start;border-style: solid;}#a2de6abd55a4621 .ele-wrap:hover {background-color: #0483cc;}#a8340abf76a0f62 .ele-wrap {border-color: #000;color: #545252;font-size: 12px;font-weight: 500;background-color: rgba(242, 244, 246, 1);border-radius: 5px;justify-content: flex-start;border-style: solid;}#a8340abf76a0f62 .ele-wrap:hover {background-color: #0483cc;}#a48c7a4868ab191 .ele-wrap {border-color: #000;color: #545252;font-size: 12px;font-weight: 500;background-color: rgba(242, 244, 246, 1);border-radius: 5px;justify-content: flex-start;border-style: solid;}#a48c7a4868ab191 .ele-wrap:hover {background-color: #0483cc;}#aee55a9018a8481 .ele-wrap {border-color: #000;color: #545252;font-size: 12px;font-weight: 500;background-color: rgba(242, 244, 246, 1);border-radius: 5px;justify-content: flex-start;border-style: solid;}#aee55a9018a8481 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#acdefa027aae673 .ele-wrap {font-size: 12px;justify-content: flex-start;border-style: solid;color: #ffffff;}#a348aa84b6afec3 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a348aa84b6afec3 .ele-wrap:hover {background-color: #0483cc;}#ac4c0a9893a79c8 [data-item*=".abstract"], #ac4c0a9893a79c8 [data-item*=".abstract"] a {show: true;}#ac4c0a9893a79c8 [data-item*=".subTitle"], #ac4c0a9893a79c8 [data-item*=".subTitle"] a {show: true;}#ac4c0a9893a79c8 [data-item*=".category"], #ac4c0a9893a79c8 [data-item*=".category"] a {show: true;}#ac4c0a9893a79c8 [data-item="title"] {left: 48px;top: 197px; position: relative;}#ac4c0a9893a79c8 [data-item="items"] {left: 0px;top: 205px; position: relative;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aa05ba3b53ab9ed .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a8e22a6c77ad48b .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#af748a1f03a23de .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#af748a1f03a23de .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#af748a1f03a23de .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a4a4a;
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
  border-bottom-left-radius: 200px;
  border-bottom-right-radius: 200px;
}
#af748a1f03a23de .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #4a4a4a;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#af748a1f03a23de .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #355db2;
}
#af748a1f03a23de .menu-list > li.active > a:before,
#af748a1f03a23de .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#af748a1f03a23de .menu-list > li ul li {
  position: relative;
}
#af748a1f03a23de .menu-list > li ul li:hover > a {
  color: #355db2;
}
#af748a1f03a23de .menu-list > li ul li a {
  color: #a3a7ad;
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  background: transparent;
}
#af748a1f03a23de .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #355db2;
  background-color: #40d4b3;
}
#af748a1f03a23de .menu-list li ul,
#af748a1f03a23de .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: #fff;
}
#af748a1f03a23de .menu-list li ul.menu-b > li,
#af748a1f03a23de .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#af748a1f03a23de .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#af748a1f03a23de .menu-list li:hover > ul {
  display: block;
}
#af748a1f03a23de .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a76a9a58adacb80 [data-item="title"] {left: 32px;top: 12px; position: relative;}#a0a85a9c8aa5e22 .uk-container {max-width: 300px;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a84ddab16baa80e .aafebaa30ea825e {
  overflow: hidden;
}
#a84ddab16baa80e .aafebaa30ea825e , #a84ddab16baa80e .aafebaa30ea825e > * {
        font-weight: bold;
        font-style: normal;
    font-size: 16px;font-family: inherit;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a84ddab16baa80e .afd4ca50eda1cba .img-wrap {
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
  border-bottom-left-radius: 200px;
  border-top-left-radius: 200px;
  border-right-width: 1px;
  border-right-color: rgba(255, 255, 255, 0.62);
  border-right-style: none;
  border-left-color: rgba(255, 255, 255, 0.62);
  border-bottom-color: rgba(255, 255, 255, 0.62);
  border-top-color: rgba(255, 255, 255, 0.62);
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a84ddab16baa80e .ab33ca98fda8091 {
  overflow: hidden;
}
#a84ddab16baa80e .ab33ca98fda8091 , #a84ddab16baa80e .ab33ca98fda8091 > * {
        font-weight: normal;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(107, 105, 105, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a84ddab16baa80e .uk-grid > .uk-grid-margin {
  margin-top: 6px;
}
#a84ddab16baa80e .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a84ddab16baa80e .uk-position-center-left-out {
    left: -30px;
  }
  #a84ddab16baa80e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ab5c0a3b76a6c0b .menu-list {
  width: 100%;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
#ab5c0a3b76a6c0b .menu-list .menu-item {
  border-top: 1px solid #f2f2f2;
  overflow: hidden;
}
#ab5c0a3b76a6c0b .menu-list .menu-item > a {
  display: block;
  padding: 0 20px;
  line-height: 50px;
  background-color: #ffffff;
  color: #fff;
  position: relative;
}
#ab5c0a3b76a6c0b .menu-list .menu-item > a img {
  width: 16px;
  margin-right: 6px;
}
#ab5c0a3b76a6c0b .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;
}
#ab5c0a3b76a6c0b .menu-list .menu-item > a i {
  margin-right: 10px;
}
#ab5c0a3b76a6c0b .menu-list .sub-menu {
  background: #b3b3b3;
  overflow: hidden;
  display: none;
}
#ab5c0a3b76a6c0b .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;
}
#ab5c0a3b76a6c0b .menu-list .sub-menu a:before {
  content: '';
  opacity: 0;
  transition: opacity 0.3s;
}
#ab5c0a3b76a6c0b .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;
}
#ab5c0a3b76a6c0b .menu-list .sub-menu a:after {
  content: '';
  opacity: 0;
  transition: opacity 0.3s;
}
#ab5c0a3b76a6c0b .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;
}
#ab5c0a3b76a6c0b .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;
}
#ab5c0a3b76a6c0b .menu-list .sub-menu a:last-child {
  border: none;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ab2d9a3555a0728 .menu-list {
  width: 100%;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  background-color: #31a5e0;
}
#ab2d9a3555a0728 .menu-list .menu-item {
  border-top: 1px solid #209ad7;
  overflow: hidden;
}
#ab2d9a3555a0728 .menu-list .menu-item > a {
  display: block;
  padding: 0 20px;
  line-height: 50px;
  background-color: #31a5e0;
  color: #fff;
  position: relative;
}
#ab2d9a3555a0728 .menu-list .menu-item > a img {
  width: 16px;
  margin-right: 6px;
}
#ab2d9a3555a0728 .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 #31a5e0;
  right: 15px;
  bottom: -10px;
  z-index: 9;
}
#ab2d9a3555a0728 .menu-list .menu-item > a i {
  margin-right: 10px;
}
#ab2d9a3555a0728 .menu-list .sub-menu {
  background: #104a68;
  overflow: hidden;
  display: none;
}
#ab2d9a3555a0728 .menu-list .sub-menu a {
  display: block;
  padding: 0 20px;
  line-height: 50px;
  color: #fff;
  font-size: 14px;
  border-bottom: 1px solid #166a95;
  position: relative;
}
#ab2d9a3555a0728 .menu-list .sub-menu a:before {
  content: '';
  opacity: 0;
  transition: opacity 0.3s;
}
#ab2d9a3555a0728 .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;
}
#ab2d9a3555a0728 .menu-list .sub-menu a:after {
  content: '';
  opacity: 0;
  transition: opacity 0.3s;
}
#ab2d9a3555a0728 .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;
}
#ab2d9a3555a0728 .menu-list .sub-menu a:hover {
  background: #104a68;
  background: -moz-linear-gradient(top, #104a68 0%, #104a68 50%, #166a95 51%, #166a95 100%);
  background: -webkit-linear-gradient(top, #104a68 0%, #104a68 50%, #166a95 51%, #166a95 100%);
  background: linear-gradient(to bottom, #104a68 0%, #104a68 50%, #166a95 51%, #166a95 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@subBgColor', endColorstr='lighten(@subBgColor, 10%);', GradientType=0);
  transition: all 0.3s;
  border-bottom: 1px solid #1d8ac1;
}
#ab2d9a3555a0728 .menu-list .sub-menu a:last-child {
  border: none;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#afe99a52fda09fa .ab0f1ac279a8252 {
  overflow: hidden;
}
#afe99a52fda09fa .ab0f1ac279a8252 , #afe99a52fda09fa .ab0f1ac279a8252 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 16px;font-family: inherit;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#afe99a52fda09fa .a1739a52ffa3cec .img-wrap {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-right-width: 1px;
  border-right-color: rgba(255, 255, 255, 0.62);
  border-right-style: none;
  border-left-color: rgba(255, 255, 255, 0.62);
  border-bottom-color: rgba(255, 255, 255, 0.62);
  border-top-color: rgba(255, 255, 255, 0.62);
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#afe99a52fda09fa .a2fb9abb09aaf28 {
  overflow: hidden;
}
#afe99a52fda09fa .a2fb9abb09aaf28 , #afe99a52fda09fa .a2fb9abb09aaf28 > * {
        font-weight: normal;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(107, 105, 105, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#afe99a52fda09fa .uk-grid > .uk-grid-margin {
  margin-top: 6px;
}
#afe99a52fda09fa .dynamic-list-item {
  background-color: #fcfcfc;
}
#afe99a52fda09fa .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #afe99a52fda09fa .uk-position-center-left-out {
    left: -30px;
  }
  #afe99a52fda09fa .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a9b22a97ffa56a4 .ele-wrap {border-color: #000;color: #545252;font-size: 12px;font-weight: 500;background-color: rgba(242, 244, 246, 1);border-radius: 5px;justify-content: flex-start;border-style: solid;}#a9b22a97ffa56a4 .ele-wrap:hover {background-color: #0483cc;}#a07e2a6cd7aed88 .ele-wrap {border-color: #000;color: #545252;font-size: 12px;font-weight: 500;background-color: rgba(242, 244, 246, 1);border-radius: 5px;justify-content: flex-start;border-style: solid;}#a07e2a6cd7aed88 .ele-wrap:hover {background-color: #0483cc;}#ae6b4ae514a21b3 .ele-wrap {border-color: #000;color: #545252;font-size: 12px;font-weight: 500;background-color: rgba(242, 244, 246, 1);border-radius: 5px;justify-content: flex-start;border-style: solid;}#ae6b4ae514a21b3 .ele-wrap:hover {background-color: #0483cc;}#ad2fda4879afbcd .ele-wrap {border-color: #000;color: #545252;font-size: 12px;font-weight: 500;background-color: rgba(242, 244, 246, 1);border-radius: 5px;justify-content: flex-start;border-style: solid;}#ad2fda4879afbcd .ele-wrap:hover {background-color: #0483cc;}#a7b5fac196a6654 [data-item*=".abstract"], #a7b5fac196a6654 [data-item*=".abstract"] a {show: true;}#a7b5fac196a6654 [data-item*=".subTitle"], #a7b5fac196a6654 [data-item*=".subTitle"] a {show: true;}#a7b5fac196a6654 [data-item*=".category"], #a7b5fac196a6654 [data-item*=".category"] a {show: true;}#a7b5fac196a6654 [data-item="title"] {left: 48px;top: 197px; position: relative;}#a7b5fac196a6654 [data-item="items"] {left: 0px;top: 205px; position: relative;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#acdefa027aae673 .ele-wrap {font-size: 12px;justify-content: flex-start;border-style: solid;color: #ffffff;}#a348aa84b6afec3 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a348aa84b6afec3 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a6b64a553dad528 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a8774aa119afae4 .ap-tip-icon {
  margin-right: 20px;
  font-size: 36px;
}
#a8774aa119afae4 .fancytext {
  color: #ffffff;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a3805a0c2ca799c .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#af748a1f03a23de .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#af748a1f03a23de .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#af748a1f03a23de .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a4a4a;
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
  border-bottom-left-radius: 200px;
  border-bottom-right-radius: 200px;
}
#af748a1f03a23de .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #4a4a4a;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#af748a1f03a23de .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #355db2;
}
#af748a1f03a23de .menu-list > li.active > a:before,
#af748a1f03a23de .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#af748a1f03a23de .menu-list > li ul li {
  position: relative;
}
#af748a1f03a23de .menu-list > li ul li:hover > a {
  color: #355db2;
}
#af748a1f03a23de .menu-list > li ul li a {
  color: #a3a7ad;
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  background: transparent;
}
#af748a1f03a23de .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #355db2;
  background-color: #40d4b3;
}
#af748a1f03a23de .menu-list li ul,
#af748a1f03a23de .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: #fff;
}
#af748a1f03a23de .menu-list li ul.menu-b > li,
#af748a1f03a23de .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#af748a1f03a23de .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#af748a1f03a23de .menu-list li:hover > ul {
  display: block;
}
#af748a1f03a23de .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a5915a7b4ea0a90 .a9100a0460ae322 {
  overflow: hidden;
}
#a5915a7b4ea0a90 .a9100a0460ae322 , #a5915a7b4ea0a90 .a9100a0460ae322 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 16px;font-family: inherit;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a5915a7b4ea0a90 .ac316ad5e2af87c .img-wrap {
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
  border-bottom-left-radius: 200px;
  border-top-left-radius: 200px;
  border-right-width: 1px;
  border-right-color: rgba(255, 255, 255, 0.62);
  border-right-style: none;
  border-left-color: rgba(255, 255, 255, 0.62);
  border-bottom-color: rgba(255, 255, 255, 0.62);
  border-top-color: rgba(255, 255, 255, 0.62);
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a5915a7b4ea0a90 .ae024a98c0acf8c {
  overflow: hidden;
}
#a5915a7b4ea0a90 .ae024a98c0acf8c , #a5915a7b4ea0a90 .ae024a98c0acf8c > * {
        font-weight: normal;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(107, 105, 105, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a5915a7b4ea0a90 .uk-grid > .uk-grid-margin {
  margin-top: 6px;
}
#a5915a7b4ea0a90 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a5915a7b4ea0a90 .uk-position-center-left-out {
    left: -30px;
  }
  #a5915a7b4ea0a90 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#acd39ac99ba1d23 .menu-list {
  width: 100%;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
#acd39ac99ba1d23 .menu-list .menu-item {
  border-top: 1px solid #f2f2f2;
  overflow: hidden;
}
#acd39ac99ba1d23 .menu-list .menu-item > a {
  display: block;
  padding: 0 20px;
  line-height: 50px;
  background-color: #ffffff;
  color: #fff;
  position: relative;
}
#acd39ac99ba1d23 .menu-list .menu-item > a img {
  width: 16px;
  margin-right: 6px;
}
#acd39ac99ba1d23 .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;
}
#acd39ac99ba1d23 .menu-list .menu-item > a i {
  margin-right: 10px;
}
#acd39ac99ba1d23 .menu-list .sub-menu {
  background: #b3b3b3;
  overflow: hidden;
  display: none;
}
#acd39ac99ba1d23 .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;
}
#acd39ac99ba1d23 .menu-list .sub-menu a:before {
  content: '';
  opacity: 0;
  transition: opacity 0.3s;
}
#acd39ac99ba1d23 .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;
}
#acd39ac99ba1d23 .menu-list .sub-menu a:after {
  content: '';
  opacity: 0;
  transition: opacity 0.3s;
}
#acd39ac99ba1d23 .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;
}
#acd39ac99ba1d23 .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;
}
#acd39ac99ba1d23 .menu-list .sub-menu a:last-child {
  border: none;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#acdefa027aae673 .ele-wrap {font-size: 12px;justify-content: flex-start;border-style: solid;color: #ffffff;}#a348aa84b6afec3 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a348aa84b6afec3 .ele-wrap:hover {background-color: #0483cc;}#aed77a83aba47bb [data-item*=".abstract"], #aed77a83aba47bb [data-item*=".abstract"] a {show: true;}#aed77a83aba47bb [data-item*=".subTitle"], #aed77a83aba47bb [data-item*=".subTitle"] a {show: true;}#aed77a83aba47bb [data-item*=".category"], #aed77a83aba47bb [data-item*=".category"] a {show: true;}#aed77a83aba47bb [data-item="title"] {left: 48px;top: 197px; position: relative;}#aed77a83aba47bb [data-item="items"] {left: 0px;top: 205px; position: relative;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a530aa0d81a8a69 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ae5d6ad59cae272 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#af748a1f03a23de .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#af748a1f03a23de .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#af748a1f03a23de .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a4a4a;
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
  border-bottom-left-radius: 200px;
  border-bottom-right-radius: 200px;
}
#af748a1f03a23de .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #4a4a4a;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#af748a1f03a23de .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #355db2;
}
#af748a1f03a23de .menu-list > li.active > a:before,
#af748a1f03a23de .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#af748a1f03a23de .menu-list > li ul li {
  position: relative;
}
#af748a1f03a23de .menu-list > li ul li:hover > a {
  color: #355db2;
}
#af748a1f03a23de .menu-list > li ul li a {
  color: #a3a7ad;
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  background: transparent;
}
#af748a1f03a23de .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #355db2;
  background-color: #40d4b3;
}
#af748a1f03a23de .menu-list li ul,
#af748a1f03a23de .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: #fff;
}
#af748a1f03a23de .menu-list li ul.menu-b > li,
#af748a1f03a23de .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#af748a1f03a23de .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#af748a1f03a23de .menu-list li:hover > ul {
  display: block;
}
#af748a1f03a23de .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a9af1a3f82af0bc [data-item="title"] {left: 32px;top: 12px; position: relative;}#a210ca9328aa314 .uk-container {max-width: 300px;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a343fa0648a514d .a31b2a7389a32d4 {
  overflow: hidden;
}
#a343fa0648a514d .a31b2a7389a32d4 , #a343fa0648a514d .a31b2a7389a32d4 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 16px;font-family: inherit;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a343fa0648a514d .a2d10aebcbaa5d1 .img-wrap {
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
  border-bottom-left-radius: 200px;
  border-top-left-radius: 200px;
  border-right-width: 1px;
  border-right-color: rgba(255, 255, 255, 0.62);
  border-right-style: none;
  border-left-color: rgba(255, 255, 255, 0.62);
  border-bottom-color: rgba(255, 255, 255, 0.62);
  border-top-color: rgba(255, 255, 255, 0.62);
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a343fa0648a514d .a38d2a6af1aa339 {
  overflow: hidden;
}
#a343fa0648a514d .a38d2a6af1aa339 , #a343fa0648a514d .a38d2a6af1aa339 > * {
        font-weight: normal;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(107, 105, 105, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a343fa0648a514d .uk-grid > .uk-grid-margin {
  margin-top: 6px;
}
#a343fa0648a514d .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a343fa0648a514d .uk-position-center-left-out {
    left: -30px;
  }
  #a343fa0648a514d .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aa6b4a2544a2eba .menu-list {
  width: 100%;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
#aa6b4a2544a2eba .menu-list .menu-item {
  border-top: 1px solid #f2f2f2;
  overflow: hidden;
}
#aa6b4a2544a2eba .menu-list .menu-item > a {
  display: block;
  padding: 0 20px;
  line-height: 50px;
  background-color: #ffffff;
  color: #fff;
  position: relative;
}
#aa6b4a2544a2eba .menu-list .menu-item > a img {
  width: 16px;
  margin-right: 6px;
}
#aa6b4a2544a2eba .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;
}
#aa6b4a2544a2eba .menu-list .menu-item > a i {
  margin-right: 10px;
}
#aa6b4a2544a2eba .menu-list .sub-menu {
  background: #b3b3b3;
  overflow: hidden;
  display: none;
}
#aa6b4a2544a2eba .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;
}
#aa6b4a2544a2eba .menu-list .sub-menu a:before {
  content: '';
  opacity: 0;
  transition: opacity 0.3s;
}
#aa6b4a2544a2eba .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;
}
#aa6b4a2544a2eba .menu-list .sub-menu a:after {
  content: '';
  opacity: 0;
  transition: opacity 0.3s;
}
#aa6b4a2544a2eba .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;
}
#aa6b4a2544a2eba .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;
}
#aa6b4a2544a2eba .menu-list .sub-menu a:last-child {
  border: none;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac483ad572a88c4 .menu-list {
  width: 100%;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  font-weight: bold;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  background-color: #2664ca;
}
#ac483ad572a88c4 .menu-list .menu-item {
  border-top: 1px solid #2259b5;
  overflow: hidden;
}
#ac483ad572a88c4 .menu-list .menu-item > a {
  display: block;
  padding: 0 20px;
  line-height: 50px;
  background-color: #2664ca;
  color: #fff;
  position: relative;
}
#ac483ad572a88c4 .menu-list .menu-item > a img {
  width: 16px;
  margin-right: 6px;
}
#ac483ad572a88c4 .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 #2664ca;
  right: 15px;
  bottom: -10px;
  z-index: 9;
}
#ac483ad572a88c4 .menu-list .menu-item > a i {
  margin-right: 10px;
}
#ac483ad572a88c4 .menu-list .sub-menu {
  background: #0e2449;
  overflow: hidden;
  display: none;
}
#ac483ad572a88c4 .menu-list .sub-menu a {
  display: block;
  padding: 0 20px;
  line-height: 50px;
  color: #fff;
  font-size: 14px;
  border-bottom: 1px solid #163a74;
  position: relative;
}
#ac483ad572a88c4 .menu-list .sub-menu a:before {
  content: '';
  opacity: 0;
  transition: opacity 0.3s;
}
#ac483ad572a88c4 .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;
}
#ac483ad572a88c4 .menu-list .sub-menu a:after {
  content: '';
  opacity: 0;
  transition: opacity 0.3s;
}
#ac483ad572a88c4 .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;
}
#ac483ad572a88c4 .menu-list .sub-menu a:hover {
  background: #0e2449;
  background: -moz-linear-gradient(top, #0e2449 0%, #0e2449 50%, #163a74 51%, #163a74 100%);
  background: -webkit-linear-gradient(top, #0e2449 0%, #0e2449 50%, #163a74 51%, #163a74 100%);
  background: linear-gradient(to bottom, #0e2449 0%, #0e2449 50%, #163a74 51%, #163a74 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@subBgColor', endColorstr='lighten(@subBgColor, 10%);', GradientType=0);
  transition: all 0.3s;
  border-bottom: 1px solid #1e4f9f;
}
#ac483ad572a88c4 .menu-list .sub-menu a:last-child {
  border: none;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a8e76a9787a75b4 .af6dba710ca8b4c {
  overflow: hidden;
}
#a8e76a9787a75b4 .af6dba710ca8b4c , #a8e76a9787a75b4 .af6dba710ca8b4c > * {
        font-weight: bold;
        font-style: normal;
    font-size: 16px;font-family: inherit;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a8e76a9787a75b4 .a9742a39f8a213b .img-wrap {
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a8e76a9787a75b4 .a4206a0682a8108 {
  overflow: hidden;
}
#a8e76a9787a75b4 .a4206a0682a8108 , #a8e76a9787a75b4 .a4206a0682a8108 > * {
        font-weight: normal;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(107, 105, 105, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a8e76a9787a75b4 .uk-grid > .uk-grid-margin {
  margin-top: 6px;
}
#a8e76a9787a75b4 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a8e76a9787a75b4 .uk-position-center-left-out {
    left: -30px;
  }
  #a8e76a9787a75b4 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a699da1d93aecac .ele-wrap {border-color: #000;color: #545252;font-size: 12px;font-weight: 500;background-color: rgba(242, 244, 246, 1);border-radius: 5px;justify-content: flex-start;border-style: solid;}#a699da1d93aecac .ele-wrap:hover {background-color: #0483cc;}#ab4bda7607a4f7f .ele-wrap {border-color: #000;color: #545252;font-size: 12px;font-weight: 500;background-color: rgba(242, 244, 246, 1);border-radius: 5px;justify-content: flex-start;border-style: solid;}#ab4bda7607a4f7f .ele-wrap:hover {background-color: #0483cc;}#ad1aba26caa80d2 .ele-wrap {border-color: #000;color: #545252;font-size: 12px;font-weight: 500;background-color: rgba(242, 244, 246, 1);border-radius: 5px;justify-content: flex-start;border-style: solid;}#ad1aba26caa80d2 .ele-wrap:hover {background-color: #0483cc;}#aa42fa8507a0f05 .ele-wrap {border-color: #000;color: #545252;font-size: 12px;font-weight: 500;background-color: rgba(242, 244, 246, 1);border-radius: 5px;justify-content: flex-start;border-style: solid;}#aa42fa8507a0f05 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#acdefa027aae673 .ele-wrap {font-size: 12px;justify-content: flex-start;border-style: solid;color: #ffffff;}#a348aa84b6afec3 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a348aa84b6afec3 .ele-wrap:hover {background-color: #0483cc;}#a61faa2c04ab1d7 [data-item*=".abstract"], #a61faa2c04ab1d7 [data-item*=".abstract"] a {show: true;}#a61faa2c04ab1d7 [data-item*=".subTitle"], #a61faa2c04ab1d7 [data-item*=".subTitle"] a {show: true;}#a61faa2c04ab1d7 [data-item*=".category"], #a61faa2c04ab1d7 [data-item*=".category"] a {show: true;}#a61faa2c04ab1d7 [data-item="title"] {left: 48px;top: 197px; position: relative;}#a61faa2c04ab1d7 [data-item="items"] {left: 0px;top: 205px; position: relative;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aa05ba3b53ab9ed .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ab8d1a1fdfab5e7 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#af748a1f03a23de .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#af748a1f03a23de .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#af748a1f03a23de .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a4a4a;
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
  border-bottom-left-radius: 200px;
  border-bottom-right-radius: 200px;
}
#af748a1f03a23de .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #4a4a4a;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#af748a1f03a23de .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #355db2;
}
#af748a1f03a23de .menu-list > li.active > a:before,
#af748a1f03a23de .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#af748a1f03a23de .menu-list > li ul li {
  position: relative;
}
#af748a1f03a23de .menu-list > li ul li:hover > a {
  color: #355db2;
}
#af748a1f03a23de .menu-list > li ul li a {
  color: #a3a7ad;
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  background: transparent;
}
#af748a1f03a23de .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #355db2;
  background-color: #40d4b3;
}
#af748a1f03a23de .menu-list li ul,
#af748a1f03a23de .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: #fff;
}
#af748a1f03a23de .menu-list li ul.menu-b > li,
#af748a1f03a23de .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#af748a1f03a23de .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#af748a1f03a23de .menu-list li:hover > ul {
  display: block;
}
#af748a1f03a23de .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a5c36a00a2a4a76 [data-item="items[0].subTitle"] {left: 0px;top: 1px; position: relative;}#a5c36a00a2a4a76 [data-item="items[0].title"] {left: 0px;top: -1px; position: relative;}#a5c36a00a2a4a76 [data-item="items[0].abstract"] {left: 0px;top: -1px; position: relative;}#a5c36a00a2a4a76 [data-item="items[1].subTitle"] {left: 43px;top: 0px; position: relative;}#a5c36a00a2a4a76 [data-item="items[1].title"] {left: 90px;top: 3px; position: relative;}#a5c36a00a2a4a76 [data-item="items[1].abstract"] {left: 0px;top: -1px; position: relative;}#a5c36a00a2a4a76 [data-item="items[2].title"] {left: 195px;top: -8px; position: relative;}#a5c36a00a2a4a76 [data-item="items[2].subTitle"] {left: 158px;top: -2px; position: relative;}#af771a85d1a9ce7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#af771a85d1a9ce7  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a66dda31e1a3056 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a66dda31e1a3056  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a4e2aa746ba36c5 > .ele-wrap {background-color: rgba(251, 251, 251, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a4e2aa746ba36c5  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a30aba50f3ac8f9 > .ele-wrap {background-color: rgba(53, 93, 178, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a30aba50f3ac8f9  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#aad33a7e33a9314 .ele-wrap {border-color: rgba(255, 255, 255, 1);color: #ffffff;font-size: 14px;font-weight: 500;border-radius: 500px;border-style: solid;font-family: NotoSansSC-DemiLight;border-width: 1px;}#aad33a7e33a9314 .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);color: #355db2;}#a23b5af7bcaa556 , #a23b5af7bcaa556 a{color: #8fb0f5;}#a8908ad72ba8b84 > .ele-wrap {border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a8908ad72ba8b84  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a849ba75a1ab3f2 .ele-wrap {border-width: 0px;border-style: none;color: #3993fd;border-radius: 25px;font-size: 14px;font-family: NotoSansSC-DemiLight;}#a849ba75a1ab3f2 .ele-wrap:hover {border-color: #ccc;color: #76b4fb;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a2555a451bae508 .ap-category-filter ul li.active {
  border-color: #ffffff;
  color: #ffffff;
}
#a2555a451bae508 .grid-list .product-item {
  overflow: hidden;
}
#a2555a451bae508 .grid-list .product-preview .img {
  display: block;
}
#a2555a451bae508 .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#a2555a451bae508 .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#a2555a451bae508 .grid-list .product-info {
  min-height: 110px;
}
#a2555a451bae508 .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#a2555a451bae508 .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#a2555a451bae508 .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#a2555a451bae508 .grid-list .category-name {
  font-size: 12px;
}
#a2555a451bae508 .grid-list .category-name a {
  color: #777;
}
#a2555a451bae508 .grid-list .title,
#a2555a451bae508 .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#a2555a451bae508 .grid-list .title a,
#a2555a451bae508 .grid-list .subTitle a {
  color: #191919;
}
#a2555a451bae508 .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#a2555a451bae508 .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#a2555a451bae508 .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#a2555a451bae508 .grid-list {
  margin-left: -19px;
}
#a2555a451bae508 .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#a2555a451bae508 .grid-list .product-info .abstract {
  font-size: 14px;
  color: #9b9b9b;
}
#a2555a451bae508 .grid-list .title {
  font-size: 16px;
}
#a2555a451bae508 .grid-list .title a {
  color: #4a4a4a;
}
#a2555a451bae508 .grid-list .subTitle {
  font-size: 14px;
  color: #9b9b9b;
}
#a2555a451bae508 .grid-list.uk-grid-small > * {
  padding-left: 19px;
}
#a2555a451bae508 .grid-list > .uk-grid-margin {
  margin-top: 5px;
}
#a2555a451bae508 .grid-list .product:hover {
  background-color: auto;
}
#a2555a451bae508 .grid-list .product:hover .title a {
  color: auto;
}
#a2555a451bae508 .grid-list .product:hover .subTitle {
  color: auto;
}
#a2555a451bae508 .grid-list .product:hover .category {
  color: auto;
}
#a2555a451bae508 .grid-list .product:hover .abstract {
  color: auto;
}
#a2555a451bae508 .grid-list .product:hover .product-btn {
  color: auto;
}
@media (max-width: 640px) {
  #a2555a451bae508 .grid-list .product-info {
    min-height: 0;
  }
  #a2555a451bae508 .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #a2555a451bae508 .grid-list .product-buttons {
    display: none;
  }
}
#a70eca0587a763e > .ele-wrap {border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a70eca0587a763e  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a5ed3a871fab767 .ele-wrap {border-width: 0px;border-style: none;color: #3993fd;border-radius: 25px;font-size: 14px;font-family: NotoSansSC-DemiLight;}#a5ed3a871fab767 .ele-wrap:hover {border-color: #ccc;color: #76b4fb;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ab378a805ca5a25 .ap-category-filter ul li.active {
  border-color: #ffffff;
  color: #ffffff;
}
#ab378a805ca5a25 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ab378a805ca5a25 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#ab378a805ca5a25 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#ab378a805ca5a25 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#ab378a805ca5a25 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#ab378a805ca5a25 .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;
}
#ab378a805ca5a25 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#ab378a805ca5a25 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#ab378a805ca5a25 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#ab378a805ca5a25 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#ab378a805ca5a25 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#ab378a805ca5a25 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#ab378a805ca5a25 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#ab378a805ca5a25 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#ab378a805ca5a25 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#ab378a805ca5a25 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#ab378a805ca5a25 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#ab378a805ca5a25 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#ab378a805ca5a25 .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;
  }
}
#ab378a805ca5a25 .ele-article-list .pic-article .time,
#ab378a805ca5a25 .ele-article-list .text-article .time {
  color: #c5c5c5;
}
#ab378a805ca5a25 .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}
#ab378a805ca5a25 .ele-article-list .pic-article .img_wrap {
  width: 40%;
  border-radius: 0px;
  overflow: hidden;
}
#ab378a805ca5a25 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#ab378a805ca5a25 .ele-article-list .pic-article .info h3 {
  font-size: 16px;
}
#ab378a805ca5a25 .ele-article-list .pic-article .info h3 a {
  color: #4a4a4a;
}
#ab378a805ca5a25 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ab378a805ca5a25 .ele-article-list .pic-article:hover .info h3 a {
  color: auto;
}
#ab378a805ca5a25 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#ab378a805ca5a25 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#ab378a805ca5a25 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#ab378a805ca5a25 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#ab378a805ca5a25 .ele-article-list .text-article h3 {
  font-size: 16px;
}
#ab378a805ca5a25 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ab378a805ca5a25 .ele-article-list .text-article:hover .info h3 a {
  color: auto;
}
#ab378a805ca5a25 .ele-article-list .text-article:hover .time {
  color: auto;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ab701a2291ac716 .ap-category-filter ul li.active {
  border-color: #ffffff;
  color: #ffffff;
}
#ab701a2291ac716 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ab701a2291ac716 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#ab701a2291ac716 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#ab701a2291ac716 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#ab701a2291ac716 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#ab701a2291ac716 .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;
}
#ab701a2291ac716 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#ab701a2291ac716 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#ab701a2291ac716 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#ab701a2291ac716 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#ab701a2291ac716 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#ab701a2291ac716 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#ab701a2291ac716 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#ab701a2291ac716 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#ab701a2291ac716 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#ab701a2291ac716 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#ab701a2291ac716 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#ab701a2291ac716 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#ab701a2291ac716 .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;
  }
}
#ab701a2291ac716 .ele-article-list .pic-article .time,
#ab701a2291ac716 .ele-article-list .text-article .time {
  color: #c5c5c5;
}
#ab701a2291ac716 .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}
#ab701a2291ac716 .ele-article-list .pic-article .img_wrap {
  width: 40%;
  border-radius: 0px;
  overflow: hidden;
}
#ab701a2291ac716 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#ab701a2291ac716 .ele-article-list .pic-article .info h3 {
  font-size: 16px;
}
#ab701a2291ac716 .ele-article-list .pic-article .info h3 a {
  color: #4a4a4a;
}
#ab701a2291ac716 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ab701a2291ac716 .ele-article-list .pic-article:hover .info h3 a {
  color: auto;
}
#ab701a2291ac716 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#ab701a2291ac716 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#ab701a2291ac716 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#ab701a2291ac716 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#ab701a2291ac716 .ele-article-list .text-article h3 {
  font-size: 16px;
}
#ab701a2291ac716 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ab701a2291ac716 .ele-article-list .text-article:hover .info h3 a {
  color: auto;
}
#ab701a2291ac716 .ele-article-list .text-article:hover .time {
  color: auto;
}
#aa522a37b2a2c0e > .ele-wrap {border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#aa522a37b2a2c0e  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a7fa2a8d54af7bd .ele-wrap {border-width: 0px;border-style: none;color: #3993fd;border-radius: 25px;font-size: 14px;font-family: NotoSansSC-DemiLight;}#a7fa2a8d54af7bd .ele-wrap:hover {border-color: #ccc;color: #76b4fb;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a4548a5f49ac8f7 .ele-wrap {font-size: 14px;justify-content: flex-start;border-style: solid;color: #f3f2f7;border-color: rgba(255, 255, 255, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aa05ba3b53ab9ed .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a8e22a6c77ad48b .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#af748a1f03a23de .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#af748a1f03a23de .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#af748a1f03a23de .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a4a4a;
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
  border-bottom-left-radius: 200px;
  border-bottom-right-radius: 200px;
}
#af748a1f03a23de .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #4a4a4a;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#af748a1f03a23de .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #355db2;
}
#af748a1f03a23de .menu-list > li.active > a:before,
#af748a1f03a23de .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#af748a1f03a23de .menu-list > li ul li {
  position: relative;
}
#af748a1f03a23de .menu-list > li ul li:hover > a {
  color: #355db2;
}
#af748a1f03a23de .menu-list > li ul li a {
  color: #a3a7ad;
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  background: transparent;
}
#af748a1f03a23de .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #355db2;
  background-color: #40d4b3;
}
#af748a1f03a23de .menu-list li ul,
#af748a1f03a23de .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: #fff;
}
#af748a1f03a23de .menu-list li ul.menu-b > li,
#af748a1f03a23de .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#af748a1f03a23de .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#af748a1f03a23de .menu-list li:hover > ul {
  display: block;
}
#af748a1f03a23de .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a76a9a58adacb80 [data-item="title"] {left: 32px;top: 12px; position: relative;}#a0a85a9c8aa5e22 .uk-container {max-width: 300px;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a84ddab16baa80e .aafebaa30ea825e {
  overflow: hidden;
}
#a84ddab16baa80e .aafebaa30ea825e , #a84ddab16baa80e .aafebaa30ea825e > * {
        font-weight: bold;
        font-style: normal;
    font-size: 16px;font-family: inherit;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a84ddab16baa80e .afd4ca50eda1cba .img-wrap {
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
  border-bottom-left-radius: 200px;
  border-top-left-radius: 200px;
  border-right-width: 1px;
  border-right-color: rgba(255, 255, 255, 0.62);
  border-right-style: none;
  border-left-color: rgba(255, 255, 255, 0.62);
  border-bottom-color: rgba(255, 255, 255, 0.62);
  border-top-color: rgba(255, 255, 255, 0.62);
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a84ddab16baa80e .ab33ca98fda8091 {
  overflow: hidden;
}
#a84ddab16baa80e .ab33ca98fda8091 , #a84ddab16baa80e .ab33ca98fda8091 > * {
        font-weight: normal;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(107, 105, 105, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a84ddab16baa80e .uk-grid > .uk-grid-margin {
  margin-top: 6px;
}
#a84ddab16baa80e .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a84ddab16baa80e .uk-position-center-left-out {
    left: -30px;
  }
  #a84ddab16baa80e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ab5c0a3b76a6c0b .menu-list {
  width: 100%;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
#ab5c0a3b76a6c0b .menu-list .menu-item {
  border-top: 1px solid #f2f2f2;
  overflow: hidden;
}
#ab5c0a3b76a6c0b .menu-list .menu-item > a {
  display: block;
  padding: 0 20px;
  line-height: 50px;
  background-color: #ffffff;
  color: #fff;
  position: relative;
}
#ab5c0a3b76a6c0b .menu-list .menu-item > a img {
  width: 16px;
  margin-right: 6px;
}
#ab5c0a3b76a6c0b .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;
}
#ab5c0a3b76a6c0b .menu-list .menu-item > a i {
  margin-right: 10px;
}
#ab5c0a3b76a6c0b .menu-list .sub-menu {
  background: #b3b3b3;
  overflow: hidden;
  display: none;
}
#ab5c0a3b76a6c0b .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;
}
#ab5c0a3b76a6c0b .menu-list .sub-menu a:before {
  content: '';
  opacity: 0;
  transition: opacity 0.3s;
}
#ab5c0a3b76a6c0b .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;
}
#ab5c0a3b76a6c0b .menu-list .sub-menu a:after {
  content: '';
  opacity: 0;
  transition: opacity 0.3s;
}
#ab5c0a3b76a6c0b .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;
}
#ab5c0a3b76a6c0b .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;
}
#ab5c0a3b76a6c0b .menu-list .sub-menu a:last-child {
  border: none;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ab2d9a3555a0728 .menu-list {
  width: 100%;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  background-color: #257fe0;
}
#ab2d9a3555a0728 .menu-list .menu-item {
  border-top: 1px solid #1d72ce;
  overflow: hidden;
}
#ab2d9a3555a0728 .menu-list .menu-item > a {
  display: block;
  padding: 0 20px;
  line-height: 50px;
  background-color: #257fe0;
  color: #fff;
  position: relative;
}
#ab2d9a3555a0728 .menu-list .menu-item > a img {
  width: 16px;
  margin-right: 6px;
}
#ab2d9a3555a0728 .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 #257fe0;
  right: 15px;
  bottom: -10px;
  z-index: 9;
}
#ab2d9a3555a0728 .menu-list .menu-item > a i {
  margin-right: 10px;
}
#ab2d9a3555a0728 .menu-list .sub-menu {
  background: #0d345f;
  overflow: hidden;
  display: none;
}
#ab2d9a3555a0728 .menu-list .sub-menu a {
  display: block;
  padding: 0 20px;
  line-height: 50px;
  color: #fff;
  font-size: 14px;
  border-bottom: 1px solid #144d8b;
  position: relative;
}
#ab2d9a3555a0728 .menu-list .sub-menu a:before {
  content: '';
  opacity: 0;
  transition: opacity 0.3s;
}
#ab2d9a3555a0728 .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;
}
#ab2d9a3555a0728 .menu-list .sub-menu a:after {
  content: '';
  opacity: 0;
  transition: opacity 0.3s;
}
#ab2d9a3555a0728 .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;
}
#ab2d9a3555a0728 .menu-list .sub-menu a:hover {
  background: #0d345f;
  background: -moz-linear-gradient(top, #0d345f 0%, #0d345f 50%, #144d8b 51%, #144d8b 100%);
  background: -webkit-linear-gradient(top, #0d345f 0%, #0d345f 50%, #144d8b 51%, #144d8b 100%);
  background: linear-gradient(to bottom, #0d345f 0%, #0d345f 50%, #144d8b 51%, #144d8b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@subBgColor', endColorstr='lighten(@subBgColor, 10%);', GradientType=0);
  transition: all 0.3s;
  border-bottom: 1px solid #1a66b8;
}
#ab2d9a3555a0728 .menu-list .sub-menu a:last-child {
  border: none;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#afe99a52fda09fa .ab0f1ac279a8252 {
  overflow: hidden;
}
#afe99a52fda09fa .ab0f1ac279a8252 , #afe99a52fda09fa .ab0f1ac279a8252 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 16px;font-family: inherit;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#afe99a52fda09fa .a1739a52ffa3cec .img-wrap {
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
  border-bottom-left-radius: 200px;
  border-top-left-radius: 200px;
  border-right-width: 1px;
  border-right-color: rgba(255, 255, 255, 0.62);
  border-right-style: none;
  border-left-color: rgba(255, 255, 255, 0.62);
  border-bottom-color: rgba(255, 255, 255, 0.62);
  border-top-color: rgba(255, 255, 255, 0.62);
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#afe99a52fda09fa .a2fb9abb09aaf28 {
  overflow: hidden;
}
#afe99a52fda09fa .a2fb9abb09aaf28 , #afe99a52fda09fa .a2fb9abb09aaf28 > * {
        font-weight: normal;
        font-style: normal;
    text-align: left;font-family: inherit;color: rgba(107, 105, 105, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#afe99a52fda09fa .uk-grid > .uk-grid-margin {
  margin-top: 6px;
}
#afe99a52fda09fa .dynamic-list-item {
  background-color: #fcfcfc;
}
#afe99a52fda09fa .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #afe99a52fda09fa .uk-position-center-left-out {
    left: -30px;
  }
  #afe99a52fda09fa .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#abde3a00b7afbf9 .ele-wrap {border-color: #000;color: #5e5d5d;font-size: 12px;font-weight: 500;background-color: rgba(244, 247, 248, 1);border-radius: 5px;justify-content: center;border-style: solid;}#abde3a00b7afbf9 .ele-wrap:hover {background-color: #0483cc;}#a9b22a97ffa56a4 .ele-wrap {border-color: #000;color: #545252;font-size: 12px;font-weight: 500;background-color: rgba(242, 244, 246, 1);border-radius: 5px;justify-content: flex-start;border-style: solid;}#a9b22a97ffa56a4 .ele-wrap:hover {background-color: #0483cc;}#a07e2a6cd7aed88 .ele-wrap {border-color: #000;color: #545252;font-size: 12px;font-weight: 500;background-color: rgba(242, 244, 246, 1);border-radius: 5px;justify-content: flex-start;border-style: solid;}#a07e2a6cd7aed88 .ele-wrap:hover {background-color: #0483cc;}#ae6b4ae514a21b3 .ele-wrap {border-color: #000;color: #545252;font-size: 12px;font-weight: 500;background-color: rgba(242, 244, 246, 1);border-radius: 5px;justify-content: flex-start;border-style: solid;}#ae6b4ae514a21b3 .ele-wrap:hover {background-color: #0483cc;}#a3c13a758ea6ff2 > .ele-wrap {background-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad2fda4879afbcd .ele-wrap {border-color: #000;color: #545252;font-size: 12px;font-weight: 500;background-color: rgba(242, 244, 246, 1);border-radius: 5px;justify-content: flex-start;border-style: solid;}#ad2fda4879afbcd .ele-wrap:hover {background-color: #0483cc;}#adf60a823ba2746 .ele-wrap {border-color: #000;color: #545252;font-size: 12px;font-weight: 500;background-color: rgba(242, 244, 246, 1);border-radius: 5px;justify-content: flex-start;border-style: solid;}#adf60a823ba2746 .ele-wrap:hover {background-color: #0483cc;}#acf0ea9b41ac561 .ele-wrap {border-color: #000;color: #545252;font-size: 12px;font-weight: 500;background-color: rgba(242, 244, 246, 1);border-radius: 5px;justify-content: flex-start;border-style: solid;}#acf0ea9b41ac561 .ele-wrap:hover {background-color: #0483cc;}#a7b5fac196a6654 [data-item*=".abstract"], #a7b5fac196a6654 [data-item*=".abstract"] a {show: true;}#a7b5fac196a6654 [data-item*=".subTitle"], #a7b5fac196a6654 [data-item*=".subTitle"] a {show: true;}#a7b5fac196a6654 [data-item*=".category"], #a7b5fac196a6654 [data-item*=".category"] a {show: true;}#a7b5fac196a6654 [data-item="title"] {left: 48px;top: 197px; position: relative;}#a7b5fac196a6654 [data-item="items"] {left: 0px;top: 205px; position: relative;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#acdefa027aae673 .ele-wrap {font-size: 12px;justify-content: flex-start;border-style: solid;color: #ffffff;}#a348aa84b6afec3 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a348aa84b6afec3 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ae4aaa3ee3a5040 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a58a8a376eaf741 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#af748a1f03a23de .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#af748a1f03a23de .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#af748a1f03a23de .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a4a4a;
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
  border-bottom-left-radius: 200px;
  border-bottom-right-radius: 200px;
}
#af748a1f03a23de .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #4a4a4a;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#af748a1f03a23de .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #355db2;
}
#af748a1f03a23de .menu-list > li.active > a:before,
#af748a1f03a23de .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#af748a1f03a23de .menu-list > li ul li {
  position: relative;
}
#af748a1f03a23de .menu-list > li ul li:hover > a {
  color: #355db2;
}
#af748a1f03a23de .menu-list > li ul li a {
  color: #a3a7ad;
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  background: transparent;
}
#af748a1f03a23de .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #355db2;
  background-color: #40d4b3;
}
#af748a1f03a23de .menu-list li ul,
#af748a1f03a23de .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: #fff;
}
#af748a1f03a23de .menu-list li ul.menu-b > li,
#af748a1f03a23de .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#af748a1f03a23de .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#af748a1f03a23de .menu-list li:hover > ul {
  display: block;
}
#af748a1f03a23de .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#af568aad9ba0f73 .ap-category-filter ul li.active {
  border-color: #ffffff;
  color: #ffffff;
}
#af568aad9ba0f73 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#af568aad9ba0f73 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#af568aad9ba0f73 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#af568aad9ba0f73 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#af568aad9ba0f73 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#af568aad9ba0f73 .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;
}
#af568aad9ba0f73 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#af568aad9ba0f73 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#af568aad9ba0f73 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#af568aad9ba0f73 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#af568aad9ba0f73 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#af568aad9ba0f73 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#af568aad9ba0f73 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#af568aad9ba0f73 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#af568aad9ba0f73 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#af568aad9ba0f73 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#af568aad9ba0f73 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#af568aad9ba0f73 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#af568aad9ba0f73 .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;
  }
}
#af568aad9ba0f73 .ele-article-list .pic-article .time,
#af568aad9ba0f73 .ele-article-list .text-article .time {
  color: #c5c5c5;
}
#af568aad9ba0f73 .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}
#af568aad9ba0f73 .ele-article-list .pic-article .img_wrap {
  width: 40%;
  border-radius: 0px;
  overflow: hidden;
}
#af568aad9ba0f73 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#af568aad9ba0f73 .ele-article-list .pic-article .info h3 {
  font-size: 16px;
}
#af568aad9ba0f73 .ele-article-list .pic-article .info h3 a {
  color: #4a4a4a;
}
#af568aad9ba0f73 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#af568aad9ba0f73 .ele-article-list .pic-article:hover .info h3 a {
  color: auto;
}
#af568aad9ba0f73 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#af568aad9ba0f73 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#af568aad9ba0f73 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#af568aad9ba0f73 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#af568aad9ba0f73 .ele-article-list .text-article h3 {
  font-size: 16px;
}
#af568aad9ba0f73 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#af568aad9ba0f73 .ele-article-list .text-article:hover .info h3 a {
  color: auto;
}
#af568aad9ba0f73 .ele-article-list .text-article:hover .time {
  color: auto;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a2931a5325a6c2a .ap-category-filter ul li.active {
  border-color: #ffffff;
  color: #ffffff;
}
#a2931a5325a6c2a .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a2931a5325a6c2a .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a2931a5325a6c2a .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a2931a5325a6c2a .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a2931a5325a6c2a .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a2931a5325a6c2a .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;
}
#a2931a5325a6c2a .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a2931a5325a6c2a .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a2931a5325a6c2a .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a2931a5325a6c2a .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a2931a5325a6c2a .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a2931a5325a6c2a .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a2931a5325a6c2a .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a2931a5325a6c2a .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a2931a5325a6c2a .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a2931a5325a6c2a .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a2931a5325a6c2a .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a2931a5325a6c2a .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a2931a5325a6c2a .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;
  }
}
#a2931a5325a6c2a .ele-article-list .pic-article .time,
#a2931a5325a6c2a .ele-article-list .text-article .time {
  color: #c5c5c5;
}
#a2931a5325a6c2a .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}
#a2931a5325a6c2a .ele-article-list .pic-article .img_wrap {
  width: 40%;
  border-radius: 0px;
  overflow: hidden;
}
#a2931a5325a6c2a .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a2931a5325a6c2a .ele-article-list .pic-article .info h3 {
  font-size: 16px;
}
#a2931a5325a6c2a .ele-article-list .pic-article .info h3 a {
  color: #4a4a4a;
}
#a2931a5325a6c2a .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a2931a5325a6c2a .ele-article-list .pic-article:hover .info h3 a {
  color: auto;
}
#a2931a5325a6c2a .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a2931a5325a6c2a .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a2931a5325a6c2a .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a2931a5325a6c2a .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a2931a5325a6c2a .ele-article-list .text-article h3 {
  font-size: 16px;
}
#a2931a5325a6c2a .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a2931a5325a6c2a .ele-article-list .text-article:hover .info h3 a {
  color: auto;
}
#a2931a5325a6c2a .ele-article-list .text-article:hover .time {
  color: auto;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a52eca99f7a4426 .ap-category-filter ul li.active {
  border-color: #ffffff;
  color: #ffffff;
}
#a52eca99f7a4426 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a52eca99f7a4426 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a52eca99f7a4426 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a52eca99f7a4426 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a52eca99f7a4426 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a52eca99f7a4426 .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;
}
#a52eca99f7a4426 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a52eca99f7a4426 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a52eca99f7a4426 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a52eca99f7a4426 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a52eca99f7a4426 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a52eca99f7a4426 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a52eca99f7a4426 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a52eca99f7a4426 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a52eca99f7a4426 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a52eca99f7a4426 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a52eca99f7a4426 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a52eca99f7a4426 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a52eca99f7a4426 .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;
  }
}
#a52eca99f7a4426 .ele-article-list .pic-article .time,
#a52eca99f7a4426 .ele-article-list .text-article .time {
  color: #c5c5c5;
}
#a52eca99f7a4426 .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}
#a52eca99f7a4426 .ele-article-list .pic-article .img_wrap {
  width: 40%;
  border-radius: 0px;
  overflow: hidden;
}
#a52eca99f7a4426 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a52eca99f7a4426 .ele-article-list .pic-article .info h3 {
  font-size: 16px;
}
#a52eca99f7a4426 .ele-article-list .pic-article .info h3 a {
  color: #4a4a4a;
}
#a52eca99f7a4426 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a52eca99f7a4426 .ele-article-list .pic-article:hover .info h3 a {
  color: auto;
}
#a52eca99f7a4426 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a52eca99f7a4426 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a52eca99f7a4426 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a52eca99f7a4426 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a52eca99f7a4426 .ele-article-list .text-article h3 {
  font-size: 16px;
}
#a52eca99f7a4426 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a52eca99f7a4426 .ele-article-list .text-article:hover .info h3 a {
  color: auto;
}
#a52eca99f7a4426 .ele-article-list .text-article:hover .time {
  color: auto;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a7bc1af67ba83fe .ap-category-filter ul li.active {
  border-color: #ffffff;
  color: #ffffff;
}
#a7bc1af67ba83fe .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a7bc1af67ba83fe .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a7bc1af67ba83fe .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a7bc1af67ba83fe .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a7bc1af67ba83fe .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a7bc1af67ba83fe .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;
}
#a7bc1af67ba83fe .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a7bc1af67ba83fe .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a7bc1af67ba83fe .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a7bc1af67ba83fe .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a7bc1af67ba83fe .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a7bc1af67ba83fe .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a7bc1af67ba83fe .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a7bc1af67ba83fe .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a7bc1af67ba83fe .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a7bc1af67ba83fe .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a7bc1af67ba83fe .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a7bc1af67ba83fe .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a7bc1af67ba83fe .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;
  }
}
#a7bc1af67ba83fe .ele-article-list .pic-article .time,
#a7bc1af67ba83fe .ele-article-list .text-article .time {
  color: #c5c5c5;
}
#a7bc1af67ba83fe .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}
#a7bc1af67ba83fe .ele-article-list .pic-article .img_wrap {
  width: 40%;
  border-radius: 0px;
  overflow: hidden;
}
#a7bc1af67ba83fe .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a7bc1af67ba83fe .ele-article-list .pic-article .info h3 {
  font-size: 16px;
}
#a7bc1af67ba83fe .ele-article-list .pic-article .info h3 a {
  color: #4a4a4a;
}
#a7bc1af67ba83fe .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a7bc1af67ba83fe .ele-article-list .pic-article:hover .info h3 a {
  color: auto;
}
#a7bc1af67ba83fe .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a7bc1af67ba83fe .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a7bc1af67ba83fe .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a7bc1af67ba83fe .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a7bc1af67ba83fe .ele-article-list .text-article h3 {
  font-size: 16px;
}
#a7bc1af67ba83fe .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a7bc1af67ba83fe .ele-article-list .text-article:hover .info h3 a {
  color: auto;
}
#a7bc1af67ba83fe .ele-article-list .text-article:hover .time {
  color: auto;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a7a4fa091daf9b1 .ap-category-filter ul li.active {
  border-color: #ffffff;
  color: #ffffff;
}
#a7a4fa091daf9b1 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a7a4fa091daf9b1 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a7a4fa091daf9b1 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a7a4fa091daf9b1 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a7a4fa091daf9b1 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a7a4fa091daf9b1 .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;
}
#a7a4fa091daf9b1 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a7a4fa091daf9b1 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a7a4fa091daf9b1 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a7a4fa091daf9b1 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a7a4fa091daf9b1 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a7a4fa091daf9b1 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a7a4fa091daf9b1 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a7a4fa091daf9b1 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a7a4fa091daf9b1 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a7a4fa091daf9b1 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a7a4fa091daf9b1 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a7a4fa091daf9b1 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a7a4fa091daf9b1 .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;
  }
}
#a7a4fa091daf9b1 .ele-article-list .pic-article .time,
#a7a4fa091daf9b1 .ele-article-list .text-article .time {
  color: #c5c5c5;
}
#a7a4fa091daf9b1 .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}
#a7a4fa091daf9b1 .ele-article-list .pic-article .img_wrap {
  width: 40%;
  border-radius: 0px;
  overflow: hidden;
}
#a7a4fa091daf9b1 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a7a4fa091daf9b1 .ele-article-list .pic-article .info h3 {
  font-size: 16px;
}
#a7a4fa091daf9b1 .ele-article-list .pic-article .info h3 a {
  color: #4a4a4a;
}
#a7a4fa091daf9b1 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a7a4fa091daf9b1 .ele-article-list .pic-article:hover .info h3 a {
  color: auto;
}
#a7a4fa091daf9b1 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a7a4fa091daf9b1 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a7a4fa091daf9b1 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a7a4fa091daf9b1 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a7a4fa091daf9b1 .ele-article-list .text-article h3 {
  font-size: 16px;
}
#a7a4fa091daf9b1 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a7a4fa091daf9b1 .ele-article-list .text-article:hover .info h3 a {
  color: auto;
}
#a7a4fa091daf9b1 .ele-article-list .text-article:hover .time {
  color: auto;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ace9ca9799a1349 .ap-category-filter ul li.active {
  border-color: #ffffff;
  color: #ffffff;
}
#ace9ca9799a1349 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ace9ca9799a1349 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#ace9ca9799a1349 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#ace9ca9799a1349 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#ace9ca9799a1349 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#ace9ca9799a1349 .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;
}
#ace9ca9799a1349 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#ace9ca9799a1349 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#ace9ca9799a1349 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#ace9ca9799a1349 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#ace9ca9799a1349 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#ace9ca9799a1349 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#ace9ca9799a1349 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#ace9ca9799a1349 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#ace9ca9799a1349 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#ace9ca9799a1349 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#ace9ca9799a1349 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#ace9ca9799a1349 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#ace9ca9799a1349 .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;
  }
}
#ace9ca9799a1349 .ele-article-list .pic-article .time,
#ace9ca9799a1349 .ele-article-list .text-article .time {
  color: #c5c5c5;
}
#ace9ca9799a1349 .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}
#ace9ca9799a1349 .ele-article-list .pic-article .img_wrap {
  width: 40%;
  border-radius: 0px;
  overflow: hidden;
}
#ace9ca9799a1349 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#ace9ca9799a1349 .ele-article-list .pic-article .info h3 {
  font-size: 16px;
}
#ace9ca9799a1349 .ele-article-list .pic-article .info h3 a {
  color: #4a4a4a;
}
#ace9ca9799a1349 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ace9ca9799a1349 .ele-article-list .pic-article:hover .info h3 a {
  color: auto;
}
#ace9ca9799a1349 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#ace9ca9799a1349 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#ace9ca9799a1349 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#ace9ca9799a1349 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#ace9ca9799a1349 .ele-article-list .text-article h3 {
  font-size: 16px;
}
#ace9ca9799a1349 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ace9ca9799a1349 .ele-article-list .text-article:hover .info h3 a {
  color: auto;
}
#ace9ca9799a1349 .ele-article-list .text-article:hover .time {
  color: auto;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#acdefa027aae673 .ele-wrap {font-size: 12px;justify-content: flex-start;border-style: solid;color: #ffffff;}#a348aa84b6afec3 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a348aa84b6afec3 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ab898a7ca7ab8a1 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a855cae093a0d1f .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#af748a1f03a23de .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#af748a1f03a23de .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#af748a1f03a23de .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a4a4a;
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
  border-bottom-left-radius: 200px;
  border-bottom-right-radius: 200px;
}
#af748a1f03a23de .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #4a4a4a;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#af748a1f03a23de .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #355db2;
}
#af748a1f03a23de .menu-list > li.active > a:before,
#af748a1f03a23de .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#af748a1f03a23de .menu-list > li ul li {
  position: relative;
}
#af748a1f03a23de .menu-list > li ul li:hover > a {
  color: #355db2;
}
#af748a1f03a23de .menu-list > li ul li a {
  color: #a3a7ad;
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  background: transparent;
}
#af748a1f03a23de .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #355db2;
  background-color: #40d4b3;
}
#af748a1f03a23de .menu-list li ul,
#af748a1f03a23de .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: #fff;
}
#af748a1f03a23de .menu-list li ul.menu-b > li,
#af748a1f03a23de .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#af748a1f03a23de .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#af748a1f03a23de .menu-list li:hover > ul {
  display: block;
}
#af748a1f03a23de .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ade02a0fa8af359 > .ele-wrap {background-color: rgba(53, 93, 178, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#ade02a0fa8af359  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#afc08a5284a5205 .ele-wrap {border-color: rgba(255, 255, 255, 1);color: #ffffff;font-size: 14px;font-weight: 500;border-radius: 500px;border-style: solid;font-family: NotoSansSC-DemiLight;border-width: 1px;}#afc08a5284a5205 .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);color: #355db2;}#ae522a2a12ab27c , #ae522a2a12ab27c a{color: #8fb0f5;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ad784accf4a1118 > .ele-wrap {background-color: rgba(251, 251, 251, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#ad784accf4a1118  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#aa26fa6fcea680c > .ele-wrap {border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#aa26fa6fcea680c  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a6edbaa626a821d > .ele-wrap {border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a6edbaa626a821d  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#acdefa027aae673 .ele-wrap {font-size: 12px;justify-content: flex-start;border-style: solid;color: #ffffff;}#a348aa84b6afec3 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a348aa84b6afec3 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ab898a7ca7ab8a1 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac0e1a2f05af1e0 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#af748a1f03a23de .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#af748a1f03a23de .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#af748a1f03a23de .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a4a4a;
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
  border-bottom-left-radius: 200px;
  border-bottom-right-radius: 200px;
}
#af748a1f03a23de .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #4a4a4a;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#af748a1f03a23de .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #355db2;
}
#af748a1f03a23de .menu-list > li.active > a:before,
#af748a1f03a23de .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#af748a1f03a23de .menu-list > li ul li {
  position: relative;
}
#af748a1f03a23de .menu-list > li ul li:hover > a {
  color: #355db2;
}
#af748a1f03a23de .menu-list > li ul li a {
  color: #a3a7ad;
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  background: transparent;
}
#af748a1f03a23de .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #355db2;
  background-color: #40d4b3;
}
#af748a1f03a23de .menu-list li ul,
#af748a1f03a23de .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: #fff;
}
#af748a1f03a23de .menu-list li ul.menu-b > li,
#af748a1f03a23de .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#af748a1f03a23de .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#af748a1f03a23de .menu-list li:hover > ul {
  display: block;
}
#af748a1f03a23de .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#acdefa027aae673 .ele-wrap {font-size: 12px;justify-content: flex-start;border-style: solid;color: #ffffff;}#a348aa84b6afec3 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a348aa84b6afec3 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a530aa0d81a8a69 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ae18ba2a2ea68b9 {
  min-height: 500px;
  /* mobile */
}
#ae18ba2a2ea68b9 .search-highlight {
  background: yellow;
}
#ae18ba2a2ea68b9 .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#ae18ba2a2ea68b9 .el-title {
  margin-bottom: 20px;
}
#ae18ba2a2ea68b9 .el-item:hover .el-title {
  color: #0f6ecd;
}
#ae18ba2a2ea68b9 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#ae18ba2a2ea68b9 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#ae18ba2a2ea68b9 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#ae18ba2a2ea68b9 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#ae18ba2a2ea68b9 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#ae18ba2a2ea68b9 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #ae18ba2a2ea68b9 .el-title {
    margin-bottom: 0;
  }
  #ae18ba2a2ea68b9 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #ae18ba2a2ea68b9 .category {
    font-size: 12px;
  }
  #ae18ba2a2ea68b9 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a3f0fa297eaa79f .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#af748a1f03a23de .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#af748a1f03a23de .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#af748a1f03a23de .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a4a4a;
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
  border-bottom-left-radius: 200px;
  border-bottom-right-radius: 200px;
}
#af748a1f03a23de .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #4a4a4a;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#af748a1f03a23de .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #355db2;
}
#af748a1f03a23de .menu-list > li.active > a:before,
#af748a1f03a23de .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#af748a1f03a23de .menu-list > li ul li {
  position: relative;
}
#af748a1f03a23de .menu-list > li ul li:hover > a {
  color: #355db2;
}
#af748a1f03a23de .menu-list > li ul li a {
  color: #a3a7ad;
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  background: transparent;
}
#af748a1f03a23de .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #355db2;
  background-color: #40d4b3;
}
#af748a1f03a23de .menu-list li ul,
#af748a1f03a23de .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: #fff;
}
#af748a1f03a23de .menu-list li ul.menu-b > li,
#af748a1f03a23de .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#af748a1f03a23de .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#af748a1f03a23de .menu-list li:hover > ul {
  display: block;
}
#af748a1f03a23de .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#acdefa027aae673 .ele-wrap {font-size: 12px;justify-content: flex-start;border-style: solid;color: #ffffff;}#a348aa84b6afec3 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a348aa84b6afec3 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ab898a7ca7ab8a1 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a1c3cac08ea50ac {
  /* 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------------------------*/
}
#a1c3cac08ea50ac * {
  font-family: 'PT Sans Caption', sans-serif, 'arial', 'Times New Roman';
}
#a1c3cac08ea50ac .error .clip .shadow {
  height: 180px;
  /*Contrall*/
}
#a1c3cac08ea50ac .error .clip:nth-of-type(2) .shadow {
  width: 130px;
  /*Contrall play with javascript*/
}
#a1c3cac08ea50ac .error .clip:nth-of-type(1) .shadow,
#a1c3cac08ea50ac .error .clip:nth-of-type(3) .shadow {
  width: 250px;
  /*Contrall*/
}
#a1c3cac08ea50ac .error .digit {
  width: 150px;
  /*Contrall*/
  height: 150px;
  /*Contrall*/
  line-height: 150px;
  /*Contrall*/
  font-size: 120px;
  font-weight: bold;
}
#a1c3cac08ea50ac .error h2 {
  font-size: 32px;
}
#a1c3cac08ea50ac .error .msg {
  top: -190px;
  left: 30%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 32px;
}
#a1c3cac08ea50ac .error span.triangle {
  top: 70%;
  right: 0%;
  border-left: 20px solid #535353;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
#a1c3cac08ea50ac .error .container-error-404 {
  margin-top: 10%;
  position: relative;
  height: 250px;
  padding-top: 40px;
  text-align: center;
}
#a1c3cac08ea50ac .error .container-error-404 .clip {
  display: inline-block;
  transform: skew(-45deg);
}
#a1c3cac08ea50ac .error .clip .shadow {
  overflow: hidden;
}
#a1c3cac08ea50ac .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);
}
#a1c3cac08ea50ac .error .clip:nth-of-type(3) .shadow:after,
#a1c3cac08ea50ac .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%;
}
#a1c3cac08ea50ac .error .clip:nth-of-type(3) .shadow:after {
  left: -8px;
}
#a1c3cac08ea50ac .error .digit {
  position: relative;
  top: 8%;
  color: white;
  background: #07B3F9;
  border-radius: 50%;
  display: inline-block;
  transform: skew(45deg);
}
#a1c3cac08ea50ac .error .clip:nth-of-type(2) .digit {
  left: -10%;
}
#a1c3cac08ea50ac .error .clip:nth-of-type(1) .digit {
  right: -20%;
}
#a1c3cac08ea50ac .error .clip:nth-of-type(3) .digit {
  left: -20%;
}
#a1c3cac08ea50ac .error h2 {
  color: #A2A2A2;
  font-weight: bold;
  padding-bottom: 20px;
}
#a1c3cac08ea50ac .error .msg {
  position: relative;
  z-index: 9999;
  display: block;
  background: #535353;
  color: #A2A2A2;
  border-radius: 50%;
  font-style: italic;
}
#a1c3cac08ea50ac .error .triangle {
  position: absolute;
  z-index: 999;
  transform: rotate(45deg);
  content: "";
  width: 0;
  height: 0;
}
@media (max-width: 767px) {
  #a1c3cac08ea50ac {
    /* Error Page */
    /* Error Page */
  }
  #a1c3cac08ea50ac .error .clip .shadow {
    height: 100px;
    /*Contrall*/
  }
  #a1c3cac08ea50ac .error .clip:nth-of-type(2) .shadow {
    width: 80px;
    /*Contrall play with javascript*/
  }
  #a1c3cac08ea50ac .error .clip:nth-of-type(1) .shadow,
  #a1c3cac08ea50ac .error .clip:nth-of-type(3) .shadow {
    width: 100px;
    /*Contrall*/
  }
  #a1c3cac08ea50ac .error .digit {
    width: 80px;
    /*Contrall*/
    height: 80px;
    /*Contrall*/
    line-height: 80px;
    /*Contrall*/
    font-size: 52px;
  }
  #a1c3cac08ea50ac .error h2 {
    font-size: 24px;
  }
  #a1c3cac08ea50ac .error .msg {
    top: -110px;
    left: 15%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  #a1c3cac08ea50ac .error span.triangle {
    top: 70%;
    right: -3%;
    border-left: 10px solid #535353;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  #a1c3cac08ea50ac .error .container-error-404 {
    height: 150px;
  }
}
#a1c3cac08ea50ac .overlay {
  position: relative;
  z-index: 20;
}
#a1c3cac08ea50ac .ground-color {
  background: white;
}
#a1c3cac08ea50ac .item-bg-color {
  background: #EAEAEA;
}
#a1c3cac08ea50ac .padding-top {
  padding-top: 10px;
}
#a1c3cac08ea50ac .padding-bottom {
  padding-bottom: 10px;
}
#a1c3cac08ea50ac .padding-vertical {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a1c3cac08ea50ac .padding-horizontal {
  padding-left: 10px;
  padding-right: 10px;
}
#a1c3cac08ea50ac .padding-all {
  padding: 10px;
}
#a1c3cac08ea50ac .no-padding-left {
  padding-left: 0px;
}
#a1c3cac08ea50ac .no-padding-right {
  padding-right: 0px;
}
#a1c3cac08ea50ac .no-vertical-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
#a1c3cac08ea50ac .no-horizontal-padding {
  padding-left: 0px;
  padding-right: 0px;
}
#a1c3cac08ea50ac .no-padding {
  padding: 0px;
}
#a1c3cac08ea50ac .margin-top {
  margin-top: 10px;
}
#a1c3cac08ea50ac .margin-bottom {
  margin-bottom: 10px;
}
#a1c3cac08ea50ac .margin-right {
  margin-right: 10px;
}
#a1c3cac08ea50ac .margin-left {
  margin-left: 10px;
}
#a1c3cac08ea50ac .margin-horizontal {
  margin-left: 10px;
  margin-right: 10px;
}
#a1c3cac08ea50ac .margin-vertical {
  margin-top: 10px;
  margin-bottom: 10px;
}
#a1c3cac08ea50ac .margin-all {
  margin: 10px;
}
#a1c3cac08ea50ac .no-margin {
  margin: 0px;
}
#a1c3cac08ea50ac .no-vertical-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}
#a1c3cac08ea50ac .no-horizontal-margin {
  margin-left: 0px;
  margin-right: 0px;
}
#a1c3cac08ea50ac .inside-col-shrink {
  margin: 0px 20px;
}
#a1c3cac08ea50ac hr {
  margin: 0px;
  padding: 0px;
  border-top: 1px dashed #999;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ace31acaaea298e {
  /* 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------------------------*/
}
#ace31acaaea298e * {
  font-family: 'PT Sans Caption', sans-serif, 'arial', 'Times New Roman';
}
#ace31acaaea298e .error .clip .shadow {
  height: 180px;
  /*Contrall*/
}
#ace31acaaea298e .error .clip:nth-of-type(2) .shadow {
  width: 130px;
  /*Contrall play with javascript*/
}
#ace31acaaea298e .error .clip:nth-of-type(1) .shadow,
#ace31acaaea298e .error .clip:nth-of-type(3) .shadow {
  width: 250px;
  /*Contrall*/
}
#ace31acaaea298e .error .digit {
  width: 150px;
  /*Contrall*/
  height: 150px;
  /*Contrall*/
  line-height: 150px;
  /*Contrall*/
  font-size: 120px;
  font-weight: bold;
}
#ace31acaaea298e .error h2 {
  font-size: 32px;
}
#ace31acaaea298e .error .msg {
  top: -190px;
  left: 30%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 32px;
}
#ace31acaaea298e .error span.triangle {
  top: 70%;
  right: 0%;
  border-left: 20px solid #535353;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
#ace31acaaea298e .error .container-error-404 {
  margin-top: 10%;
  position: relative;
  height: 250px;
  padding-top: 40px;
  text-align: center;
}
#ace31acaaea298e .error .container-error-404 .clip {
  display: inline-block;
  transform: skew(-45deg);
}
#ace31acaaea298e .error .clip .shadow {
  overflow: hidden;
}
#ace31acaaea298e .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);
}
#ace31acaaea298e .error .clip:nth-of-type(3) .shadow:after,
#ace31acaaea298e .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%;
}
#ace31acaaea298e .error .clip:nth-of-type(3) .shadow:after {
  left: -8px;
}
#ace31acaaea298e .error .digit {
  position: relative;
  top: 8%;
  color: white;
  background: #07B3F9;
  border-radius: 50%;
  display: inline-block;
  transform: skew(45deg);
}
#ace31acaaea298e .error .clip:nth-of-type(2) .digit {
  left: -10%;
}
#ace31acaaea298e .error .clip:nth-of-type(1) .digit {
  right: -20%;
}
#ace31acaaea298e .error .clip:nth-of-type(3) .digit {
  left: -20%;
}
#ace31acaaea298e .error h2 {
  color: #A2A2A2;
  font-weight: bold;
  padding-bottom: 20px;
}
#ace31acaaea298e .error .msg {
  position: relative;
  z-index: 9999;
  display: block;
  background: #535353;
  color: #A2A2A2;
  border-radius: 50%;
  font-style: italic;
}
#ace31acaaea298e .error .triangle {
  position: absolute;
  z-index: 999;
  transform: rotate(45deg);
  content: "";
  width: 0;
  height: 0;
}
@media (max-width: 767px) {
  #ace31acaaea298e {
    /* Error Page */
    /* Error Page */
  }
  #ace31acaaea298e .error .clip .shadow {
    height: 100px;
    /*Contrall*/
  }
  #ace31acaaea298e .error .clip:nth-of-type(2) .shadow {
    width: 80px;
    /*Contrall play with javascript*/
  }
  #ace31acaaea298e .error .clip:nth-of-type(1) .shadow,
  #ace31acaaea298e .error .clip:nth-of-type(3) .shadow {
    width: 100px;
    /*Contrall*/
  }
  #ace31acaaea298e .error .digit {
    width: 80px;
    /*Contrall*/
    height: 80px;
    /*Contrall*/
    line-height: 80px;
    /*Contrall*/
    font-size: 52px;
  }
  #ace31acaaea298e .error h2 {
    font-size: 24px;
  }
  #ace31acaaea298e .error .msg {
    top: -110px;
    left: 15%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  #ace31acaaea298e .error span.triangle {
    top: 70%;
    right: -3%;
    border-left: 10px solid #535353;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  #ace31acaaea298e .error .container-error-404 {
    height: 150px;
  }
}
#ace31acaaea298e .overlay {
  position: relative;
  z-index: 20;
}
#ace31acaaea298e .ground-color {
  background: white;
}
#ace31acaaea298e .item-bg-color {
  background: #EAEAEA;
}
#ace31acaaea298e .padding-top {
  padding-top: 10px;
}
#ace31acaaea298e .padding-bottom {
  padding-bottom: 10px;
}
#ace31acaaea298e .padding-vertical {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ace31acaaea298e .padding-horizontal {
  padding-left: 10px;
  padding-right: 10px;
}
#ace31acaaea298e .padding-all {
  padding: 10px;
}
#ace31acaaea298e .no-padding-left {
  padding-left: 0px;
}
#ace31acaaea298e .no-padding-right {
  padding-right: 0px;
}
#ace31acaaea298e .no-vertical-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
#ace31acaaea298e .no-horizontal-padding {
  padding-left: 0px;
  padding-right: 0px;
}
#ace31acaaea298e .no-padding {
  padding: 0px;
}
#ace31acaaea298e .margin-top {
  margin-top: 10px;
}
#ace31acaaea298e .margin-bottom {
  margin-bottom: 10px;
}
#ace31acaaea298e .margin-right {
  margin-right: 10px;
}
#ace31acaaea298e .margin-left {
  margin-left: 10px;
}
#ace31acaaea298e .margin-horizontal {
  margin-left: 10px;
  margin-right: 10px;
}
#ace31acaaea298e .margin-vertical {
  margin-top: 10px;
  margin-bottom: 10px;
}
#ace31acaaea298e .margin-all {
  margin: 10px;
}
#ace31acaaea298e .no-margin {
  margin: 0px;
}
#ace31acaaea298e .no-vertical-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}
#ace31acaaea298e .no-horizontal-margin {
  margin-left: 0px;
  margin-right: 0px;
}
#ace31acaaea298e .inside-col-shrink {
  margin: 0px 20px;
}
#ace31acaaea298e hr {
  margin: 0px;
  padding: 0px;
  border-top: 1px dashed #999;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a50d0a2707a76cc .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#af748a1f03a23de .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#af748a1f03a23de .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#af748a1f03a23de .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a4a4a;
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
  border-bottom-left-radius: 200px;
  border-bottom-right-radius: 200px;
}
#af748a1f03a23de .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #4a4a4a;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#af748a1f03a23de .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #355db2;
}
#af748a1f03a23de .menu-list > li.active > a:before,
#af748a1f03a23de .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#af748a1f03a23de .menu-list > li ul li {
  position: relative;
}
#af748a1f03a23de .menu-list > li ul li:hover > a {
  color: #355db2;
}
#af748a1f03a23de .menu-list > li ul li a {
  color: #a3a7ad;
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  background: transparent;
}
#af748a1f03a23de .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #355db2;
  background-color: #40d4b3;
}
#af748a1f03a23de .menu-list li ul,
#af748a1f03a23de .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: #fff;
}
#af748a1f03a23de .menu-list li ul.menu-b > li,
#af748a1f03a23de .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#af748a1f03a23de .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#af748a1f03a23de .menu-list li:hover > ul {
  display: block;
}
#af748a1f03a23de .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#acdefa027aae673 .ele-wrap {font-size: 12px;justify-content: flex-start;border-style: solid;color: #ffffff;}#a348aa84b6afec3 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a348aa84b6afec3 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a530aa0d81a8a69 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#afc78ad6b3a1154 .login-main {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(12, 1, 4, 0.05);
}
#afc78ad6b3a1154 .switch_item {
  margin-right: 10px;
}
#afc78ad6b3a1154 a.switch_item:hover {
  text-decoration: underline;
}
#afc78ad6b3a1154 .slider {
  width: 420px;
  height: 600px;
}
#afc78ad6b3a1154 .uk-slideshow-items {
  height: 100%;
}
#afc78ad6b3a1154 .uk-slideshow-items a {
  width: 100%;
  height: 100%;
  display: block;
}
#afc78ad6b3a1154 .login-wrap {
  width: 100%;
  height: 100%;
}
#afc78ad6b3a1154 .uk-dotnav > * > * {
  background: #fff;
  border-color: #fff;
  opacity: .5;
}
#afc78ad6b3a1154 .uk-dotnav > .uk-active > * {
  border-color: #0076fe;
  background: #0076fe;
}
#afc78ad6b3a1154 .phone-login-box {
  margin: 40px auto 40px;
}
#afc78ad6b3a1154 .login-header {
  margin-bottom: 24px;
}
#afc78ad6b3a1154 .login-header h4 {
  font-size: 22px;
  font-weight: bolder;
  line-height: 1;
  padding-left: 20px;
  border-left: 4px solid #0076fe;
}
#afc78ad6b3a1154 .input-item {
  width: 330px;
  height: 45px;
  background-color: #f0f2f7;
  border-radius: 22px;
  border: solid 1px #e3e8f0;
  position: relative;
  overflow: hidden;
}
#afc78ad6b3a1154 .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;
}
#afc78ad6b3a1154 .forget_password {
  cursor: pointer;
}
#afc78ad6b3a1154 .forget_password:hover {
  color: #ffffff;
}
#afc78ad6b3a1154 .input-item input.error,
#afc78ad6b3a1154 .input-item input.error::placeholder {
  color: #fc4343;
}
#afc78ad6b3a1154 .input-item input::placeholder {
  color: #999;
}
#afc78ad6b3a1154 .input-item .icon {
  position: absolute;
  left: 10px;
  top: 12px;
  fill: #ccc;
  width: 20px;
}
#afc78ad6b3a1154 .form-item {
  margin: 24px 0;
}
#afc78ad6b3a1154 .verifycode-input .input-item {
  width: 200px;
  float: left;
}
#afc78ad6b3a1154 .send-code {
  float: left;
  margin-left: 20px;
}
#afc78ad6b3a1154 .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;
}
#afc78ad6b3a1154 .submit {
  width: 330px;
  height: 45px;
  background-color: #0076fe;
  border-radius: 22px;
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  cursor: pointer;
}
#afc78ad6b3a1154 .error {
  color: #fc4343;
  font-size: 12px;
  padding-left: 10px;
  display: block;
  max-width: 300px;
}
#afc78ad6b3a1154 .login_btn_wrap {
  text-align: center;
}
#afc78ad6b3a1154 .login_btn_wrap .submit {
  display: block;
  margin-bottom: 10px;
}
#afc78ad6b3a1154 .input-item .pwd-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  font-size: 16px;
  color: #999;
  cursor: pointer;
}
#afc78ad6b3a1154 .input-item .pwd-toggle:hover {
  color: currentColor;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ab1cea49b5afe2f .login-main {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(12, 1, 4, 0.05);
}
#ab1cea49b5afe2f .switch_item {
  margin-right: 10px;
}
#ab1cea49b5afe2f a.switch_item:hover {
  text-decoration: underline;
}
#ab1cea49b5afe2f .slider {
  width: 420px;
  height: 600px;
}
#ab1cea49b5afe2f .uk-slideshow-items {
  height: 100%;
}
#ab1cea49b5afe2f .uk-slideshow-items a {
  width: 100%;
  height: 100%;
  display: block;
}
#ab1cea49b5afe2f .login-wrap {
  width: 100%;
  height: 100%;
}
#ab1cea49b5afe2f .uk-dotnav > * > * {
  background: #fff;
  border-color: #fff;
  opacity: .5;
}
#ab1cea49b5afe2f .uk-dotnav > .uk-active > * {
  border-color: #0076fe;
  background: #0076fe;
}
#ab1cea49b5afe2f .phone-login-box {
  margin: 40px auto 40px;
}
#ab1cea49b5afe2f .login-header {
  margin-bottom: 24px;
}
#ab1cea49b5afe2f .login-header h4 {
  font-size: 22px;
  font-weight: bolder;
  line-height: 1;
  padding-left: 20px;
  border-left: 4px solid #0076fe;
}
#ab1cea49b5afe2f .input-item {
  width: 330px;
  height: 45px;
  background-color: #f0f2f7;
  border-radius: 22px;
  border: solid 1px #e3e8f0;
  position: relative;
  overflow: hidden;
}
#ab1cea49b5afe2f .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;
}
#ab1cea49b5afe2f .forget_password {
  cursor: pointer;
}
#ab1cea49b5afe2f .forget_password:hover {
  color: #ffffff;
}
#ab1cea49b5afe2f .input-item input.error,
#ab1cea49b5afe2f .input-item input.error::placeholder {
  color: #fc4343;
}
#ab1cea49b5afe2f .input-item input::placeholder {
  color: #999;
}
#ab1cea49b5afe2f .input-item .icon {
  position: absolute;
  left: 10px;
  top: 12px;
  fill: #ccc;
  width: 20px;
}
#ab1cea49b5afe2f .form-item {
  margin: 24px 0;
}
#ab1cea49b5afe2f .verifycode-input .input-item {
  width: 200px;
  float: left;
}
#ab1cea49b5afe2f .send-code {
  float: left;
  margin-left: 20px;
}
#ab1cea49b5afe2f .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;
}
#ab1cea49b5afe2f .submit {
  width: 330px;
  height: 45px;
  background-color: #0076fe;
  border-radius: 22px;
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  cursor: pointer;
}
#ab1cea49b5afe2f .error {
  color: #fc4343;
  font-size: 12px;
  padding-left: 10px;
  display: block;
  max-width: 300px;
}
#ab1cea49b5afe2f .login_btn_wrap {
  text-align: center;
}
#ab1cea49b5afe2f .login_btn_wrap .submit {
  display: block;
  margin-bottom: 10px;
}
#ab1cea49b5afe2f .input-item .pwd-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  font-size: 16px;
  color: #999;
  cursor: pointer;
}
#ab1cea49b5afe2f .input-item .pwd-toggle:hover {
  color: currentColor;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ada12a2b83a474e .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#af748a1f03a23de .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#af748a1f03a23de .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#af748a1f03a23de .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a4a4a;
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
  border-bottom-left-radius: 200px;
  border-bottom-right-radius: 200px;
}
#af748a1f03a23de .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #4a4a4a;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#af748a1f03a23de .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #355db2;
}
#af748a1f03a23de .menu-list > li.active > a:before,
#af748a1f03a23de .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#af748a1f03a23de .menu-list > li ul li {
  position: relative;
}
#af748a1f03a23de .menu-list > li ul li:hover > a {
  color: #355db2;
}
#af748a1f03a23de .menu-list > li ul li a {
  color: #a3a7ad;
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  background: transparent;
}
#af748a1f03a23de .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #355db2;
  background-color: #40d4b3;
}
#af748a1f03a23de .menu-list li ul,
#af748a1f03a23de .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: #fff;
}
#af748a1f03a23de .menu-list li ul.menu-b > li,
#af748a1f03a23de .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#af748a1f03a23de .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#af748a1f03a23de .menu-list li:hover > ul {
  display: block;
}
#af748a1f03a23de .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#acdefa027aae673 .ele-wrap {font-size: 12px;justify-content: flex-start;border-style: solid;color: #ffffff;}#a348aa84b6afec3 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a348aa84b6afec3 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a530aa0d81a8a69 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac511a6243a659f .sidebar {
  width: 150px;
  max-width: 150px;
  height: 100%;
}
#ac511a6243a659f .nav-items {
  background: #fafafa;
  min-height: 200px;
}
#ac511a6243a659f .phone-info {
  background: #fafafa;
  margin-top: 10px;
  font-size: 12px;
  padding: 22px 4px 20px 16px;
  line-height: 1.5;
  color: #666;
}
#ac511a6243a659f .phone-info .phone {
  line-height: 1.5;
  color: #333;
  font-size: 18px;
  font-family: Arial;
}
#ac511a6243a659f .nav-type {
  line-height: 37px;
  padding-left: 20px;
  cursor: pointer;
}
#ac511a6243a659f .nav-type.active {
  color: #FFF;
  cursor: default;
  background: #ff658c;
}
#ac511a6243a659f .content {
  padding-bottom: 60px;
  color: #666;
  border: 1px solid #f0f0f0;
  min-height: 400px;
}
#ac511a6243a659f .nav-list {
  padding: 0 20px;
}
#ac511a6243a659f .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;
}
#ac511a6243a659f .nav-list .nav-item.active {
  background-color: #ff5c89;
  color: #fff;
  cursor: default;
}
#ac511a6243a659f .order-item {
  margin-top: 10px;
  background: #fff;
  padding: 0 20px;
}
#ac511a6243a659f .order-item:hover {
  background: #f7f7f7;
}
#ac511a6243a659f .del-order {
  cursor: pointer;
}
#ac511a6243a659f .order-item .order-title {
  line-height: 40px;
  color: #666;
  font-size: 13px;
  border-bottom: 1px solid #f7f7f7;
}
#ac511a6243a659f .goods-item {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
}
#ac511a6243a659f .order-goods-list .goods-item:last-child {
  border-bottom: none;
}
#ac511a6243a659f .goods-item img {
  width: 100px;
  height: 100px;
  background: #f4f4f4;
}
#ac511a6243a659f .goods-item .goods-info {
  padding: 0 15px;
}
#ac511a6243a659f .appoint-time span {
  color: #e4393c;
  background-color: #f9eeee;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 2px;
  line-height: 1;
}
#ac511a6243a659f .appoint-time {
  margin-bottom: 4px;
}
#ac511a6243a659f .appoint-name {
  color: #333;
  font-size: 14px;
}
#ac511a6243a659f .appoint-info {
  padding: 0 15px;
  font-size: 12px;
  color: #888;
}
#ac511a6243a659f .goods-item .goods-name {
  color: #333;
}
#ac511a6243a659f .goods-item .sku-name {
  color: #999;
  font-size: 12px;
}
#ac511a6243a659f .order-total-info {
  padding-bottom: 10px;
  color: #999;
  font-size: 12px;
}
#ac511a6243a659f .order-total-info .total-price {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
}
#ac511a6243a659f .load-more {
  font-size: 12px;
  padding-bottom: 15px;
  color: #999;
}
#ac511a6243a659f .order-btns {
  padding: 10px 0;
  border-top: 1px solid #f7f7f7;
}
#ac511a6243a659f .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;
}
#ac511a6243a659f .order-btns .btn-warn {
  color: #fff;
  background: #eb3c3c;
  border-color: #eb3c3c;
  cursor: pointer;
}
#ac511a6243a659f .appoint-info .title {
  font-weight: bold;
  color: #333;
}
#ac511a6243a659f .coupon-item {
  margin: 10px 30px;
  display: inline-flex;
  width: 42%;
}
#ac511a6243a659f .setting-form {
  padding: 30px 20px;
}
#ac511a6243a659f .setting-item {
  margin-bottom: 20px;
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
#ac511a6243a659f .setting-item .label {
  display: inline-block;
  margin-right: 6px;
  text-align: right;
  min-width: 120px;
}
#ac511a6243a659f .setting-item .input-text {
  border: 1px solid #ccc;
  line-height: 28px;
  padding: 0 10px;
  min-width: 200px;
  font-size: 13px;
}
#ac511a6243a659f .setting-form .setting-btns {
  margin-left: 130px;
}
#ac511a6243a659f .setting-form .uk-button {
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
}
#ac511a6243a659f .setting-wrap {
  position: relative;
}
#ac511a6243a659f .user-info {
  border: 1px solid #ccc;
  width: 300px;
  position: absolute;
  right: 80px;
  top: 30px;
  color: #666;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
}
#ac511a6243a659f .user-info .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
#ac511a6243a659f .user-info .levels {
  color: #888;
  font-size: 12px;
}
#ac511a6243a659f .address-wrap {
  padding: 30px 20px;
}
#ac511a6243a659f .addr-header {
  font-size: 18px;
  color: #333;
  margin: 0;
}
#ac511a6243a659f .addr-detail {
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
}
#ac511a6243a659f .addr-list {
  min-height: 200px;
}
#ac511a6243a659f .addr-detail .addr-item-name,
#ac511a6243a659f .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;
}
#ac511a6243a659f .addr-detail .addr-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
#ac511a6243a659f .addr-detail .addr-item-name {
  color: #e93b3d;
  border-color: #e93b3d;
}
#ac511a6243a659f .addr-detail {
  padding: 12px 0;
  flex: 1;
}
#ac511a6243a659f .op-btns a {
  font-size: 12px;
  color: #e93b3d;
  margin-left: 6px;
}
#ac511a6243a659f .add-addr {
  height: 32px;
  line-height: 30px;
}
#ac511a6243a659f .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;
}
#ac511a6243a659f .publish-item {
  cursor: default;
  min-height: 120px;
}
#ac511a6243a659f .publish-item .status-0 {
  background-image: url(/resources/sys/img/icons/info-unread.png);
}
#ac511a6243a659f .publish-item .status-1 {
  background-image: url(/resources/sys/img/icons/info-fail.png);
}
#ac511a6243a659f .publish-item .btns a {
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 2px;
  color: #fff;
  background: #ffffff;
}
#ac511a6243a659f .publish-item .btns .del-info {
  background: #ccc;
  color: #999;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a5086ab4e2ac13c .sidebar {
  width: 150px;
  max-width: 150px;
  height: 100%;
}
#a5086ab4e2ac13c .nav-items {
  background: #fafafa;
  min-height: 200px;
}
#a5086ab4e2ac13c .phone-info {
  background: #fafafa;
  margin-top: 10px;
  font-size: 12px;
  padding: 22px 4px 20px 16px;
  line-height: 1.5;
  color: #666;
}
#a5086ab4e2ac13c .phone-info .phone {
  line-height: 1.5;
  color: #333;
  font-size: 18px;
  font-family: Arial;
}
#a5086ab4e2ac13c .nav-type {
  line-height: 37px;
  padding-left: 20px;
  cursor: pointer;
}
#a5086ab4e2ac13c .nav-type.active {
  color: #FFF;
  cursor: default;
  background: #ff658c;
}
#a5086ab4e2ac13c .content {
  padding-bottom: 60px;
  color: #666;
  border: 1px solid #f0f0f0;
  min-height: 400px;
}
#a5086ab4e2ac13c .nav-list {
  padding: 0 20px;
}
#a5086ab4e2ac13c .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;
}
#a5086ab4e2ac13c .nav-list .nav-item.active {
  background-color: #ff5c89;
  color: #fff;
  cursor: default;
}
#a5086ab4e2ac13c .order-item {
  margin-top: 10px;
  background: #fff;
  padding: 0 20px;
}
#a5086ab4e2ac13c .order-item:hover {
  background: #f7f7f7;
}
#a5086ab4e2ac13c .del-order {
  cursor: pointer;
}
#a5086ab4e2ac13c .order-item .order-title {
  line-height: 40px;
  color: #666;
  font-size: 13px;
  border-bottom: 1px solid #f7f7f7;
}
#a5086ab4e2ac13c .goods-item {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
}
#a5086ab4e2ac13c .order-goods-list .goods-item:last-child {
  border-bottom: none;
}
#a5086ab4e2ac13c .goods-item img {
  width: 100px;
  height: 100px;
  background: #f4f4f4;
}
#a5086ab4e2ac13c .goods-item .goods-info {
  padding: 0 15px;
}
#a5086ab4e2ac13c .appoint-time span {
  color: #e4393c;
  background-color: #f9eeee;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 2px;
  line-height: 1;
}
#a5086ab4e2ac13c .appoint-time {
  margin-bottom: 4px;
}
#a5086ab4e2ac13c .appoint-name {
  color: #333;
  font-size: 14px;
}
#a5086ab4e2ac13c .appoint-info {
  padding: 0 15px;
  font-size: 12px;
  color: #888;
}
#a5086ab4e2ac13c .goods-item .goods-name {
  color: #333;
}
#a5086ab4e2ac13c .goods-item .sku-name {
  color: #999;
  font-size: 12px;
}
#a5086ab4e2ac13c .order-total-info {
  padding-bottom: 10px;
  color: #999;
  font-size: 12px;
}
#a5086ab4e2ac13c .order-total-info .total-price {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
}
#a5086ab4e2ac13c .load-more {
  font-size: 12px;
  padding-bottom: 15px;
  color: #999;
}
#a5086ab4e2ac13c .order-btns {
  padding: 10px 0;
  border-top: 1px solid #f7f7f7;
}
#a5086ab4e2ac13c .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;
}
#a5086ab4e2ac13c .order-btns .btn-warn {
  color: #fff;
  background: #eb3c3c;
  border-color: #eb3c3c;
  cursor: pointer;
}
#a5086ab4e2ac13c .appoint-info .title {
  font-weight: bold;
  color: #333;
}
#a5086ab4e2ac13c .coupon-item {
  margin: 10px 30px;
  display: inline-flex;
  width: 42%;
}
#a5086ab4e2ac13c .setting-form {
  padding: 30px 20px;
}
#a5086ab4e2ac13c .setting-item {
  margin-bottom: 20px;
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
#a5086ab4e2ac13c .setting-item .label {
  display: inline-block;
  margin-right: 6px;
  text-align: right;
  min-width: 120px;
}
#a5086ab4e2ac13c .setting-item .input-text {
  border: 1px solid #ccc;
  line-height: 28px;
  padding: 0 10px;
  min-width: 200px;
  font-size: 13px;
}
#a5086ab4e2ac13c .setting-form .setting-btns {
  margin-left: 130px;
}
#a5086ab4e2ac13c .setting-form .uk-button {
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
}
#a5086ab4e2ac13c .setting-wrap {
  position: relative;
}
#a5086ab4e2ac13c .user-info {
  border: 1px solid #ccc;
  width: 300px;
  position: absolute;
  right: 80px;
  top: 30px;
  color: #666;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
}
#a5086ab4e2ac13c .user-info .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
#a5086ab4e2ac13c .user-info .levels {
  color: #888;
  font-size: 12px;
}
#a5086ab4e2ac13c .address-wrap {
  padding: 30px 20px;
}
#a5086ab4e2ac13c .addr-header {
  font-size: 18px;
  color: #333;
  margin: 0;
}
#a5086ab4e2ac13c .addr-detail {
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
}
#a5086ab4e2ac13c .addr-list {
  min-height: 200px;
}
#a5086ab4e2ac13c .addr-detail .addr-item-name,
#a5086ab4e2ac13c .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;
}
#a5086ab4e2ac13c .addr-detail .addr-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
#a5086ab4e2ac13c .addr-detail .addr-item-name {
  color: #e93b3d;
  border-color: #e93b3d;
}
#a5086ab4e2ac13c .addr-detail {
  padding: 12px 0;
  flex: 1;
}
#a5086ab4e2ac13c .op-btns a {
  font-size: 12px;
  color: #e93b3d;
  margin-left: 6px;
}
#a5086ab4e2ac13c .add-addr {
  height: 32px;
  line-height: 30px;
}
#a5086ab4e2ac13c .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;
}
#a5086ab4e2ac13c .publish-item {
  cursor: default;
  min-height: 120px;
}
#a5086ab4e2ac13c .publish-item .status-0 {
  background-image: url(/resources/sys/img/icons/info-unread.png);
}
#a5086ab4e2ac13c .publish-item .status-1 {
  background-image: url(/resources/sys/img/icons/info-fail.png);
}
#a5086ab4e2ac13c .publish-item .btns a {
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 2px;
  color: #fff;
  background: #ffffff;
}
#a5086ab4e2ac13c .publish-item .btns .del-info {
  background: #ccc;
  color: #999;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a4670a8b86a3544 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#af748a1f03a23de .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#af748a1f03a23de .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#af748a1f03a23de .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a4a4a;
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
  border-bottom-left-radius: 200px;
  border-bottom-right-radius: 200px;
}
#af748a1f03a23de .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #4a4a4a;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#af748a1f03a23de .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #355db2;
}
#af748a1f03a23de .menu-list > li.active > a:before,
#af748a1f03a23de .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#af748a1f03a23de .menu-list > li ul li {
  position: relative;
}
#af748a1f03a23de .menu-list > li ul li:hover > a {
  color: #355db2;
}
#af748a1f03a23de .menu-list > li ul li a {
  color: #a3a7ad;
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  background: transparent;
}
#af748a1f03a23de .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #355db2;
  background-color: #40d4b3;
}
#af748a1f03a23de .menu-list li ul,
#af748a1f03a23de .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: #fff;
}
#af748a1f03a23de .menu-list li ul.menu-b > li,
#af748a1f03a23de .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#af748a1f03a23de .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#af748a1f03a23de .menu-list li:hover > ul {
  display: block;
}
#af748a1f03a23de .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#acdefa027aae673 .ele-wrap {font-size: 12px;justify-content: flex-start;border-style: solid;color: #ffffff;}#a348aa84b6afec3 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a348aa84b6afec3 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a530aa0d81a8a69 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#af7bca14fcad532 {
  min-height: 500px;
  /* mobile */
}
#af7bca14fcad532 .search-highlight {
  background: yellow;
}
#af7bca14fcad532 .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#af7bca14fcad532 .el-title {
  margin-bottom: 20px;
}
#af7bca14fcad532 .el-item:hover .el-title {
  color: #0f6ecd;
}
#af7bca14fcad532 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#af7bca14fcad532 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#af7bca14fcad532 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#af7bca14fcad532 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#af7bca14fcad532 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#af7bca14fcad532 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #af7bca14fcad532 .el-title {
    margin-bottom: 0;
  }
  #af7bca14fcad532 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #af7bca14fcad532 .category {
    font-size: 12px;
  }
  #af7bca14fcad532 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aad6aaa986ad597 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#af748a1f03a23de .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#af748a1f03a23de .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#af748a1f03a23de .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a4a4a;
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
  border-bottom-left-radius: 200px;
  border-bottom-right-radius: 200px;
}
#af748a1f03a23de .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #4a4a4a;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#af748a1f03a23de .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #355db2;
}
#af748a1f03a23de .menu-list > li.active > a:before,
#af748a1f03a23de .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#af748a1f03a23de .menu-list > li ul li {
  position: relative;
}
#af748a1f03a23de .menu-list > li ul li:hover > a {
  color: #355db2;
}
#af748a1f03a23de .menu-list > li ul li a {
  color: #a3a7ad;
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  background: transparent;
}
#af748a1f03a23de .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #355db2;
  background-color: #40d4b3;
}
#af748a1f03a23de .menu-list li ul,
#af748a1f03a23de .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: #fff;
}
#af748a1f03a23de .menu-list li ul.menu-b > li,
#af748a1f03a23de .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#af748a1f03a23de .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#af748a1f03a23de .menu-list li:hover > ul {
  display: block;
}
#af748a1f03a23de .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#acdefa027aae673 .ele-wrap {font-size: 12px;justify-content: flex-start;border-style: solid;color: #ffffff;}#a348aa84b6afec3 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a348aa84b6afec3 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a530aa0d81a8a69 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#adcbaa5c1eafed6 .comment-detail {
  min-height: 600px;
}
#adcbaa5c1eafed6 table {
  background: #f9fdff;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#adcbaa5c1eafed6 table th,
#adcbaa5c1eafed6 table td {
  padding: 10px 20px;
  border: #ececec 1px solid;
  line-height: 1.8em;
}
#adcbaa5c1eafed6 table th {
  padding-left: 0;
  text-align: right;
  background: #eff7fe;
  font-weight: normal;
  color: #333;
}
#adcbaa5c1eafed6 .red {
  color: #F00!important;
}
#adcbaa5c1eafed6 .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:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a7fbda91b9a25c7 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#af748a1f03a23de .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#af748a1f03a23de .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#af748a1f03a23de .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a4a4a;
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
  border-bottom-left-radius: 200px;
  border-bottom-right-radius: 200px;
}
#af748a1f03a23de .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #4a4a4a;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#af748a1f03a23de .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #355db2;
}
#af748a1f03a23de .menu-list > li.active > a:before,
#af748a1f03a23de .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#af748a1f03a23de .menu-list > li ul li {
  position: relative;
}
#af748a1f03a23de .menu-list > li ul li:hover > a {
  color: #355db2;
}
#af748a1f03a23de .menu-list > li ul li a {
  color: #a3a7ad;
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  background: transparent;
}
#af748a1f03a23de .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #355db2;
  background-color: #40d4b3;
}
#af748a1f03a23de .menu-list li ul,
#af748a1f03a23de .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: #fff;
}
#af748a1f03a23de .menu-list li ul.menu-b > li,
#af748a1f03a23de .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#af748a1f03a23de .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#af748a1f03a23de .menu-list li:hover > ul {
  display: block;
}
#af748a1f03a23de .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#acdefa027aae673 .ele-wrap {font-size: 12px;justify-content: flex-start;border-style: solid;color: #ffffff;}#a348aa84b6afec3 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a348aa84b6afec3 .ele-wrap:hover {background-color: #0483cc;}