.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Microsoft Yahei";
}
/* ========================================================================
   Component: Base
 ========================================================================== */
/*
 * 1. Set `font-size` to support `rem` units
 *    Not using `font` property because a leading hyphen (e.g. -apple-system) causes the font to break in IE11 and Edge
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 * 3. Style
 */
html {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 3 */
  color: #666;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
/*
   * Removes default margin.
   */
body {
  margin: 0;
  font-size: 14px;
  color: #666;
  background-color: #f5f7f9;
}
/* Links
   ========================================================================== */
/*
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */
a {
  /* 1 */
  background-color: transparent;
  /* 2 */
  -webkit-text-decoration-skip: objects;
}
/*
   * Remove the outline on focused links when they are also active or hovered
   */
a:active,
a:hover {
  outline: none;
}
/*
   * Style
   */
a,
.uk-link {
  color: #6f6f6f;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.uk-link:hover {
  color: #078ef6;
}
/* 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: #078ef6;
}
/* Preformatted text
   ========================================================================== */
/*
   * 1. Contain overflow in all browsers.
   * 2. Override UA
   */
pre {
  background: #ffffff;
}
pre code {
  font-family: Consolas, monaco, monospace;
}
/* Selection pseudo-element
   ========================================================================== */
::-moz-selection {
  background: #078ef6;
  text-shadow: none;
}
::selection {
  background: #078ef6;
  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 #078ef6;
}
/* Small
   ========================================================================== */
/*
   * Reset child height, caused by `inline-block`
   */
.uk-divider-small {
  line-height: 0;
}
.uk-divider-small::after {
  border-top: 2px solid #078ef6;
}
/* ========================================================================
     Component: List
   ========================================================================== */
.uk-list,
.ap-child-list > ul {
  padding: 0;
  list-style: none;
}
.uk-list-striped > li:nth-of-type(odd) {
  background: #f8f8f8;
}
/* ========================================================================
     Component: Description list
   ========================================================================== */
/*
   * Term
   */
.uk-description-list > dd {
  font-size: 16px;
}
/* Caption
   ========================================================================== */
.uk-table caption {
  color: #999999;
}
/*
   * Striped
   */
.uk-table-striped > tr:nth-of-type(odd),
.uk-table-striped tbody tr:nth-of-type(odd) {
  background: #f8f8f8;
}
/* Style modifiers
   ========================================================================== */
/*
   * Link
   */
.uk-icon-link:hover,
.uk-icon-link:focus {
  color: #078ef6;
  outline: none;
}
/*
   * Button
   * 1. Center icon vertically and horizontally
   */
.uk-icon-button {
  background: #ffffff;
}
/* Hover + Focus */
.uk-icon-button:hover,
.uk-icon-button:focus {
  background-color: #ffffff;
  color: #078ef6;
  outline: none;
}
/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #078ef6;
  color: #ffffff;
}
/* Thumb
   ========================================================================== */
/*
   * 1. Reset
   * 2. Style
   */
/* Webkit */
.uk-range::-webkit-slider-thumb {
  background: #666;
}
/* Firefox */
.uk-range::-moz-range-thumb {
  background: #666;
}
/* Edge */
.uk-range::-ms-thumb {
  /* 1 */
  margin-top: 0;
}
/* IE11 */
.uk-range::-ms-thumb {
  background: #666;
}
.uk-input,
.uk-select,
.uk-textarea {
  background: #ffffff;
  color: #666;
}
/* Focus */
.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  outline: none;
  background-color: #ffffff;
}
/* Disabled */
.uk-input:disabled,
.uk-select:disabled,
.uk-textarea:disabled {
  background-color: #f8f8f8;
  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: #078ef6;
  border-color: transparent;
}
/* Label
   ========================================================================== */
/* Icons
   ========================================================================== */
.uk-form-icon {
  color: #999999;
}
/*
   * Required for `a`.
   */
.uk-form-icon:hover {
  color: #666;
}
/* OnClick + Active */
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-button-default {
  background-color: #ffffff;
}
/* Hover + Focus */
.uk-button-default:hover,
.uk-button-default:focus {
  background-color: #ffffff;
  color: #078ef6;
}
/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: #078ef6;
  color: #ffffff;
}
/*
   * Primary
   */
.uk-button-primary {
  background-color: #078ef6;
  color: #ffffff;
}
/* Hover + Focus */
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #078ef6;
  color: #ffffff;
}
/* OnClick + Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-button-secondary {
  color: #666;
  border: 1px solid #078ef6;
}
/* OnClick + Active */
.uk-button-secondary:active,
.uk-button-secondary.uk-active {
  background-color: #078ef6;
  color: #ffffff;
  border-color: #078ef6;
}
/*
   * 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: #f8f8f8;
  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: #078ef6;
}
/* 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: #6f6f6f;
}
/* Hover + Focus */
.uk-button-link:hover,
.uk-button-link:focus {
  color: #078ef6;
}
/* Disabled */
.uk-button-link:disabled {
  color: #999999;
  text-decoration: none;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-section-default,
.ap-container-default .uk-container {
  background: #ffffff;
}
/*
   * Primary
   */
.uk-section-primary,
.ap-container-primary .uk-container {
  background: #078ef6;
}
/*
   * Secondary
   */
.uk-section-secondary,
.ap-container-secondary .uk-container {
  background: #078ef6;
}
.uk-section-muted,
.ap-container-muted .uk-container {
  background: #f8f8f8;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-tile-default {
  background: #ffffff;
}
/*
   * Muted
   */
.uk-tile-muted {
  background: #f8f8f8;
}
/*
   * Primary
   */
.uk-tile-primary {
  background: #078ef6;
}
/*
   * Secondary
   */
.uk-tile-secondary {
  background: #078ef6;
}
/* ========================================================================
     Component: Card
   ========================================================================== */
/* Badge
   ========================================================================== */
.uk-card-badge {
  color: #666;
}
/*
   * Remove margin from adjacent element
   */
.uk-card-badge:first-child + * {
  margin-top: 0;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   * Note: Header and Footer are only implemented for the default style
   */
.uk-card-default {
  background: #ffffff;
  color: #666;
}
.uk-card-default.uk-card-hover:hover {
  background-color: #ffffff;
}
/*
   * Primary
   */
.uk-card-primary {
  background: #078ef6;
  color: #ffffff;
}
.uk-card-primary .uk-card-title {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-card-secondary {
  background: #078ef6;
  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: #078ef6;
  background-color: transparent;
}
/* ========================================================================
     Component: Marker
   ========================================================================== */
/*
   * Addopts `uk-icon`
   */
.uk-marker {
  padding: 5px;
  background: #078ef6;
  color: #ffffff;
}
/* Hover + Focus */
.uk-marker:hover,
.uk-marker:focus {
  color: #ffffff;
  outline: none;
}
/* ========================================================================
     Component: Alert
   ========================================================================== */
.uk-alert {
  position: relative;
  background: #ffffff;
  color: #333;
}
/* Style modifiers
   ========================================================================== */
/*
   * Primary
   */
.uk-alert-primary {
  background: #ffffff;
  color: #078ef6;
}
/*
   * Success
   */
.uk-alert-success {
  background: #ffffff;
  color: #32d296;
}
/*
   * Warning
   */
.uk-alert-warning {
  background: #ffffff;
  color: #faa05a;
}
/*
   * Danger
   */
.uk-alert-danger {
  background: #ffffff;
  color: #f0506e;
}
/* ========================================================================
     Component: Badge
   ========================================================================== */
/*
   * 1. Style
   * 2. Center child vertically and horizontally
   */
.uk-badge {
  /* 1 */
  background: #078ef6;
  color: #ffffff;
}
/*
   * Required for `a`
   */
.uk-badge:hover,
.uk-badge:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
/* ========================================================================
     Component: Label
   ========================================================================== */
.uk-label {
  background: #078ef6;
  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: #f8f8f8;
}
.uk-search-input:focus {
  outline: none;
}
/* Placeholder */
.uk-search-input:-ms-input-placeholder {
  color: #999999 !important;
}
.uk-search-input::-moz-placeholder {
  color: #999999;
}
.uk-search-input::-webkit-input-placeholder {
  color: #999999;
}
/* Icon (Adopts `uk-icon`)
   ========================================================================== */
/*
   * Remove default focus style
   */
.uk-search-icon:focus {
  outline: none;
}
.uk-search .uk-search-icon {
  color: #999999;
}
/*
   * Required for `a`.
   */
.uk-search .uk-search-icon:hover {
  color: #999999;
}
/* Focus */
.uk-search-default .uk-search-input:focus {
  background-color: #ffffff;
}
/* Toggle
   ========================================================================== */
.uk-search-toggle {
  color: #999999;
}
/* Hover + Focus */
.uk-search-toggle:hover,
.uk-search-toggle:focus {
  color: #666;
}
/* Parent icon modifier
   ========================================================================== */
.uk-nav-parent-icon > .uk-parent > a::after {
  content: "";
  width: 1.5 em;
  height: 1.5 em;
}
/*
   * Items
   */
.uk-nav-default > li > a {
  color: #999999;
}
/* Hover + Focus */
.uk-nav-default > li > a:hover,
.uk-nav-default > li > a:focus {
  color: #078ef6;
  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: #078ef6;
}
/* 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: #078ef6;
  outline: none;
}
.uk-navbar-nav > li > a:hover::before {
  background-color: currentColor;
}
/* OnClick */
.uk-navbar-nav > li.uk-active > a::before {
  background-color: #078ef6;
}
/* Item
   ========================================================================== */
.uk-navbar-item {
  color: #666;
}
/* Toggle
   ========================================================================== */
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus,
.uk-navbar-toggle.uk-open {
  color: #078ef6;
}
/* Dropdown
   ========================================================================== */
/*
   * Adopts `uk-dropdown`
   * 1. Hide by default
   * 2. Set position
   * 3. Set a default width
   * 4. Style
   */
.uk-navbar-dropdown {
  background: #ffffff;
  color: #666;
}
/*
   * Items
   */
.uk-navbar-dropdown-nav > li > a {
  color: #999999;
  padding: 5px 0;
}
/* Hover + Focus */
.uk-navbar-dropdown-nav > li > a:hover,
.uk-navbar-dropdown-nav > li > a:focus {
  color: #078ef6;
  background-color: transparent;
}
/* Active */
/*
   * Sublists
   */
.uk-navbar-dropdown-nav .uk-nav-sub a {
  color: #999999;
}
.uk-navbar-dropdown-nav .uk-nav-sub a:hover,
.uk-navbar-dropdown-nav .uk-nav-sub a:focus {
  color: #666;
}
/* Dropbar
   ========================================================================== */
.uk-navbar-dropbar {
  position: relative;
  background: #ffffff;
  overflow: hidden;
}
/* Items
   ========================================================================== */
/*
   * Items must target `a` elements to exclude other elements (e.g. dropdowns)
   * Using `:first-child` instead of `a` to support `span` elements for text
   * 1. Prevent gap if child element is `inline-block`, e.g. an icon
   * 2. Style
   */
.uk-subnav > * > :first-child {
  color: #999999;
}
/* Hover + Focus */
.uk-subnav > * > a:hover,
.uk-subnav > * > a:focus {
  color: #666;
  text-decoration: none;
  outline: none;
}
/* Active */
/* Pill modifier
   ========================================================================== */
.uk-subnav-pill > * > :first-child {
  color: #999999;
}
/* Hover + Focus */
.uk-subnav-pill > * > a:hover,
.uk-subnav-pill > * > a:focus {
  background-color: #ffffff;
  color: #666;
}
/* OnClick */
.uk-subnav-pill > * > a:active {
  background-color: #ffffff;
}
/* Active */
.uk-subnav-pill > .uk-active > a {
  background-color: #078ef6;
  color: #ffffff;
}
/* Disabled
   * The same for all style modifiers
   ========================================================================== */
.uk-subnav > .uk-disabled > a {
  color: #999999;
}
/* Items
   ========================================================================== */
.uk-breadcrumb > * > * {
  color: #999999;
}
/* Hover + Focus */
.uk-breadcrumb > * > :hover,
.uk-breadcrumb > * > :focus {
  color: #666;
  text-decoration: none;
}
/* Disabled */
.uk-breadcrumb > .uk-disabled > * {
  color: #999999;
}
/* Active */
/* Items
   ========================================================================== */
/*
   * 1. Prevent gap if child element is `inline-block`, e.g. an icon
   * 2. Style
   */
.uk-pagination > * > * {
  color: #999999;
}
/* Hover + Focus */
.uk-pagination > * > :hover,
.uk-pagination > * > :focus {
  background-color: #ffffff;
}
/* Active */
.uk-pagination > .uk-active > * {
  color: #078ef6;
  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: #078ef6;
}
/* 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: #078ef6;
  border-color: transparent;
}
/* Active */
.uk-dotnav > .uk-active > * {
  background-color: #078ef6;
  border-color: transparent;
}
/* ========================================================================
     Component: Dropdown
   ========================================================================== */
.uk-dropdown {
  background: #ffffff;
  color: #666;
}
/*
   * Items
   */
.uk-dropdown-nav > li > a {
  color: #999999;
}
/* Hover + Focus + Active */
.uk-dropdown-nav > li > a:hover,
.uk-dropdown-nav > li > a:focus,
.uk-dropdown-nav > li.uk-active > a {
  background-color: transparent;
}
/*
   * Header
   */
.uk-dropdown-nav .uk-nav-header {
  color: #078ef6;
}
/*
   * 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: #078ef6;
}
/* Dialog
   ========================================================================== */
/*
   * 1. Create position context for spinner and close button
   * 2. Dimensions
   * 3. Fix `max-width: 100%` not working in combination with flex and responsive images in IE11
   *    `!important` needed to overwrite `uk-width-auto`. See `#modal-media-image` in tests
   * 4. Style
   * 5. Slide-in transition
   */
.uk-modal-dialog {
  background: #ffffff;
}
/*
   * Open
   */
.uk-open > .uk-modal-dialog {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* Message
  ========================================================================== */
.uk-notification-message {
  background: #f8f8f8;
  color: #666;
}
/* Style modifiers
   ========================================================================== */
/*
   * Primary
   */
.uk-notification-message-primary {
  color: #078ef6;
}
/*
   * 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: #078ef6;
  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: #f8f8f8;
  border-radius: 500px;
  overflow: hidden;
}
/*
   * Progress bar
   * 1. Remove right border in IE11 and Edge
   */
.uk-progress::-webkit-progress-value {
  background-color: #078ef6;
}
.uk-progress::-moz-progress-bar {
  background-color: #078ef6;
}
.uk-progress::-ms-fill {
  background-color: #078ef6;
}
/* ========================================================================
     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: #078ef6 !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: #078ef6 !important;
}
@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #078ef6;
  }
}
/* ========================================================================
     Component: Background
   ========================================================================== */
/* Color
   ========================================================================== */
.uk-background-default {
  background-color: #ffffff;
}
.uk-background-muted {
  background-color: #f8f8f8;
}
.uk-background-primary {
  background-color: #078ef6;
}
.uk-background-secondary {
  background-color: #078ef6;
}
/* ========================================================================
     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: #078ef6;
  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: #078ef6;
  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: #078ef6;
  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: #f8f8f8;
  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: #078ef6;
}
.uk-light .uk-navbar-toggle,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-card-primary.uk-card-body .uk-navbar-toggle,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-toggle,
.uk-card-secondary.uk-card-body .uk-navbar-toggle,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-toggle,
.uk-overlay-primary .uk-navbar-toggle,
.ap-toolbar .uk-navbar-toggle {
  color: #ffffff;
}
.uk-light .uk-subnav > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-card-primary.uk-card-body .uk-subnav > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-subnav > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-subnav > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav > .uk-active > a,
.uk-overlay-primary .uk-subnav > .uk-active > a,
.ap-toolbar .uk-subnav > .uk-active > a {
  color: #ffffff;
}
.uk-light .uk-subnav-pill > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-card-primary.uk-card-body .uk-subnav-pill > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-subnav-pill > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-subnav-pill > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav-pill > .uk-active > a,
.uk-overlay-primary .uk-subnav-pill > .uk-active > a,
.ap-toolbar .uk-subnav-pill > .uk-active > a {
  background-color: #ffffff;
  box-shadow: none;
}
.uk-light .uk-tab > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-card-primary.uk-card-body .uk-tab > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-tab > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-tab > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-tab > .uk-active > a,
.uk-overlay-primary .uk-tab > .uk-active > a,
.ap-toolbar .uk-tab > .uk-active > a {
  color: #ffffff;
  border-color: #ffffff;
}
.uk-light .uk-dotnav > .uk-active > *,
.uk-section-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-card-primary.uk-card-body .uk-dotnav > .uk-active > *,
.uk-card-primary > :not([class*='uk-card-media']) .uk-dotnav > .uk-active > *,
.uk-card-secondary.uk-card-body .uk-dotnav > .uk-active > *,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-dotnav > .uk-active > *,
.uk-overlay-primary .uk-dotnav > .uk-active > *,
.ap-toolbar .uk-dotnav > .uk-active > * {
  background-color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-countdown-number,
.uk-light .uk-countdown-separator,
.uk-section-primary:not(.uk-preserve-color) .uk-countdown-number,
.uk-section-primary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-section-secondary:not(.uk-preserve-color) .uk-countdown-number,
.uk-section-secondary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-tile-primary:not(.uk-preserve-color) .uk-countdown-number,
.uk-tile-primary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-number,
.uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-card-primary.uk-card-body .uk-countdown-number,
.uk-card-primary.uk-card-body .uk-countdown-separator,
.uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-number,
.uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-separator,
.uk-card-secondary.uk-card-body .uk-countdown-number,
.uk-card-secondary.uk-card-body .uk-countdown-separator,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-number,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-separator,
.uk-overlay-primary .uk-countdown-number,
.uk-overlay-primary .uk-countdown-separator,
.ap-toolbar .uk-countdown-number,
.ap-toolbar .uk-countdown-separator {
  color: #ffffff;
}
.uk-light .uk-countdown-label,
.uk-section-primary:not(.uk-preserve-color) .uk-countdown-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-countdown-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-countdown-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-label,
.uk-card-primary.uk-card-body .uk-countdown-label,
.uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-label,
.uk-card-secondary.uk-card-body .uk-countdown-label,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-label,
.uk-overlay-primary .uk-countdown-label,
.ap-toolbar .uk-countdown-label {
  color: #ffffff;
}
.uk-light .uk-text-lead,
.uk-section-primary:not(.uk-preserve-color) .uk-text-lead,
.uk-section-secondary:not(.uk-preserve-color) .uk-text-lead,
.uk-tile-primary:not(.uk-preserve-color) .uk-text-lead,
.uk-tile-secondary:not(.uk-preserve-color) .uk-text-lead,
.uk-card-primary.uk-card-body .uk-text-lead,
.uk-card-primary > :not([class*='uk-card-media']) .uk-text-lead,
.uk-card-secondary.uk-card-body .uk-text-lead,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-text-lead,
.uk-overlay-primary .uk-text-lead,
.ap-toolbar .uk-text-lead {
  color: #ffffff;
}
/* Header
   ========================================================================== */
/*
   * Header
   */
/*
   * Headerbars
   */
.ap-headerbar-top {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #ffffff;
}
.ap-headerbar-bottom {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #ffffff;
}
.ap-header .uk-navbar-nav .menu-item a {
  position: relative;
}
.ap-header .uk-navbar-nav .menu-item a:hover,
.ap-header .uk-navbar-nav .uk-active a {
  font-weight: bolder;
}
.ap-header .uk-navbar-nav .menu-item a:hover::before,
.ap-header .uk-navbar-nav .uk-active a::before {
  right: 15px;
  display: block;
}
.ap-header-transparent {
  position: absolute;
  z-index: 980;
  left: 0;
  right: 0;
}
.ap-header-transparent .uk-navbar-nav .menu-item a {
  position: relative;
  color: #fff;
}
.ap-header-transparent .uk-navbar-nav .menu-item a:hover::before,
.ap-header-transparent .uk-navbar-nav .uk-active a::before {
  background-color: #fff;
}
.uk-navbar-transparent {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 80px;
  z-index: 100;
  transition: background-color 0.3s ease-in;
}
.uk-navbar-transparent.uk-sticky-below {
  z-index: 1000;
}
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li.uk-active > a,
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a:hover {
  color: #292929;
}
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a {
  color: #4f5260;
}
.uk-section-secondary .uk-navbar-transparent.uk-sticky-below,
.uk-section-secondary .uk-navbar-container:not(.uk-navbar-transparent) {
  background: rgba(7, 142, 246, 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: #078ef6;
}
.uk-section-muted .uk-navbar-container.uk-navbar-sticky {
  background-color: #f8f8f8;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #078ef6;
}
.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: #078ef6;
  border-color: #078ef6;
}
.category .uk-pagination li:hover,
.ap-pagination li:hover,
.dynamic-pagination li:hover {
  border-color: #078ef6;
}
/* ========================================================================
   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: #0671c4;
}
.ap-list-filter dd a.active {
  background-color: #078ef6;
  color: #fff;
  border-radius: 2px;
}
.ap-filter-dropdown .filter-item-wrap.open,
.ap-filter-dropdown .filter-item.active {
  color: #078ef6;
}
.category li a.active {
  color: #078ef6;
}
.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: #078ef6;
}
.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: #078ef6;
  border: 1px solid rgba(7, 142, 246, 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: #078ef6;
}
form .step .ui-step.active .ui-step-title {
  color: #078ef6;
}
/**************** 自定义版块样式 ********************/
.btn-effect-1 {
  border-color: #078ef6;
  background-color: #078ef6;
  color: #fff;
}
.header-effect-6 [data-item='title']::before {
  background-color: #078ef6;
}
.header-effect-7 [data-item='subTitle'] {
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  background-color: #078ef6;
  color: #fff !important;
}
.btn-effect-2 {
  background-color: transparent;
  border: 1px solid #078ef6;
  color: #078ef6;
}
.btn-effect-2:hover {
  background-color: #078ef6;
}
.uk-button.btn-effect-5 {
  background-color: #078ef6;
  box-shadow: 0 0 15px rgba(7, 142, 246, 0.8);
}
.header-effect-3 [data-item='title']::after {
  background: #078ef6;
}
.header-effect-6 [data-item='title']::before {
  background-color: #078ef6;
}
#ab287a9c30a9730 .logged {
  display: none;
}
#ab287a9c30a9730 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#ab287a9c30a9730 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ab287a9c30a9730 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#ab287a9c30a9730 .quick-menus > li:last-child::after {
  content: '';
}
#ab287a9c30a9730 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#ab287a9c30a9730 .site-header {
  height: 80px;
}
#ab287a9c30a9730 .uk-navbar-item,
#ab287a9c30a9730 .uk-navbar-nav > li > a,
#ab287a9c30a9730 .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#ab287a9c30a9730 .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #078ef6;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#ab287a9c30a9730 .uk-navbar-nav > li > a:hover::before,
#ab287a9c30a9730 .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#ab287a9c30a9730 .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#ab287a9c30a9730 .uk-navbar-nav > li.active > a {
  color: #078ef6;
}
#ab287a9c30a9730 .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#ab287a9c30a9730 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#ab287a9c30a9730 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#ab287a9c30a9730 .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#ab287a9c30a9730 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ab287a9c30a9730 .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#ab287a9c30a9730 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#ab287a9c30a9730 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#ab287a9c30a9730 .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#ab287a9c30a9730 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #078ef6;
}
#ab287a9c30a9730 .site-pc-navbar {
  background: #fff;
}
#ab287a9c30a9730 .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#ab287a9c30a9730 .logo {
  display: inline-block;
}
#ab287a9c30a9730 .menu-list {
  justify-content: center;
}
#ab287a9c30a9730 .submenu-items {
  display: inline-block;
}
#ab287a9c30a9730 .submenu-items .sub-menu-item:last-child svg,
#ab287a9c30a9730 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#a1c95a32ecaaac2 .uk-container {
  line-height: 2;
  color: #999;
}
#a1f15a3f1ca4b52 .ap-category-filter ul li.active {
  border-color: #078ef6;
  color: #078ef6;
}
#a1f15a3f1ca4b52 .uk-grid {
  margin-left: -12px;
}
#a1f15a3f1ca4b52 .uk-grid > * {
  padding-left: 12px;
}
#a1f15a3f1ca4b52 .uk-grid-margin {
  margin-top: 20px;
}
#a1f15a3f1ca4b52 .uk-card {
  transition: all .3s ease;
  background-color: #f6f6f6;
  position: relative;
}
#a1f15a3f1ca4b52 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a1f15a3f1ca4b52 .uk-card-media-top .img {
  transition: all .3s ease;
}
#a1f15a3f1ca4b52 .uk-card-body {
  display: block;
}
#a1f15a3f1ca4b52 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a1f15a3f1ca4b52 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  color: #fff;
}
#a1f15a3f1ca4b52 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a1f15a3f1ca4b52 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a1f15a3f1ca4b52 .uk-card .title {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-Medium;
  color: #555;
}
#a1f15a3f1ca4b52 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a1f15a3f1ca4b52 .uk-card:hover {
  background-color: #333333;
}
#a1f15a3f1ca4b52 .uk-card:hover .title {
  color: #fff;
}
#a1f15a3f1ca4b52 .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#a1f15a3f1ca4b52 .uk-card:hover .img {
  transform: scale(1.2);
}
#a1f15a3f1ca4b52 .uk-card:hover .abstract {
  color: #fff;
}
#a1f15a3f1ca4b52 .uk-card:hover .datetime {
  color: #d3b267;
}
#a1f15a3f1ca4b52 .uk-card:hover .category {
  color: #ffffff;
}
#a1f15a3f1ca4b52 .uk-card:hover .uk-button {
  color: #379654;
  background-color: #379654;
  border-color: #379654;
}
#a1f15a3f1ca4b52 .uk-pagination li a,
#a1f15a3f1ca4b52 .uk-pagination > .uk-disabled > * {
  color: #ffffff;
}
#abeaba2e82a6aeb .ap-category-filter ul li.active {
  border-color: #078ef6;
  color: #078ef6;
}
#abeaba2e82a6aeb .uk-grid {
  margin-left: -12px;
}
#abeaba2e82a6aeb .uk-grid > * {
  padding-left: 12px;
}
#abeaba2e82a6aeb .uk-grid-margin {
  margin-top: 20px;
}
#abeaba2e82a6aeb .uk-card {
  transition: all .3s ease;
  background-color: #f6f6f6;
  position: relative;
}
#abeaba2e82a6aeb .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#abeaba2e82a6aeb .uk-card-media-top .img {
  transition: all .3s ease;
}
#abeaba2e82a6aeb .uk-card-body {
  display: block;
}
#abeaba2e82a6aeb .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#abeaba2e82a6aeb .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #61c45b;
  color: #fff;
}
#abeaba2e82a6aeb .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#abeaba2e82a6aeb .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#abeaba2e82a6aeb .uk-card .title {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-Medium;
  color: #555;
}
#abeaba2e82a6aeb .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#abeaba2e82a6aeb .uk-card:hover {
  background-color: #333333;
}
#abeaba2e82a6aeb .uk-card:hover .title {
  color: #fff;
}
#abeaba2e82a6aeb .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#abeaba2e82a6aeb .uk-card:hover .img {
  transform: scale(1.2);
}
#abeaba2e82a6aeb .uk-card:hover .abstract {
  color: #fff;
}
#abeaba2e82a6aeb .uk-card:hover .datetime {
  color: #d3b267;
}
#abeaba2e82a6aeb .uk-card:hover .category {
  color: #ffffff;
}
#abeaba2e82a6aeb .uk-card:hover .uk-button {
  color: #379654;
  background-color: #379654;
  border-color: #379654;
}
#abeaba2e82a6aeb .uk-pagination li a,
#abeaba2e82a6aeb .uk-pagination > .uk-disabled > * {
  color: #777777;
}
#abeaba2e82a6aeb .uk-pagination li.uk-active a {
  color: #ffffff;
}
#acdbcaf360ad1e4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#acdbcaf360ad1e4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a111da6e4aa6cf1 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a111da6e4aa6cf1 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a567aa137aa68ce a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a567aa137aa68ce a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a85c3a04d0accec a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a85c3a04d0accec a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a6547aa7b8a45a2 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a6547aa7b8a45a2 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a4c9ba162aa7c58 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a4c9ba162aa7c58 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a73c7aced4a3c10 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a73c7aced4a3c10 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ad7c6aa965a8655 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#ad7c6aa965a8655 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a34c7aa763a9314 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a34c7aa763a9314 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#afd93aefffa1c78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#afd93aefffa1c78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a45dfaa7bea3f14 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a45dfaa7bea3f14 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a3514a8f90a19e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a3514a8f90a19e1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#abb58aa552ab710 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#abb58aa552ab710 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#acdadae575a5c9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 17px;}#acdadae575a5c9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a2482a8236abe29 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a2482a8236abe29 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a43c5a56cfa15c9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a43c5a56cfa15c9 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a3a00aab8fa8cff a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a3a00aab8fa8cff a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a16a9a9c12a0511 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a16a9a9c12a0511 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ab495a4f53a7e28 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#ab495a4f53a7e28 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ae0f2a12bba5d15 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#ae0f2a12bba5d15 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#afafea1f1caaf63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#afafea1f1caaf63 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a8a46a9a07a7347 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a8a46a9a07a7347 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#acef3afb81a1428 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#acef3afb81a1428 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#aa759a5d8daf6e6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#aa759a5d8daf6e6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a93eea70e1aa6f1 [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a93eea70e1aa6f1 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(253, 253, 253, 1);}#ab287a9c30a9730 .logged {
  display: none;
}
#ab287a9c30a9730 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#ab287a9c30a9730 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ab287a9c30a9730 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#ab287a9c30a9730 .quick-menus > li:last-child::after {
  content: '';
}
#ab287a9c30a9730 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#ab287a9c30a9730 .site-header {
  height: 80px;
}
#ab287a9c30a9730 .uk-navbar-item,
#ab287a9c30a9730 .uk-navbar-nav > li > a,
#ab287a9c30a9730 .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#ab287a9c30a9730 .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #078ef6;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#ab287a9c30a9730 .uk-navbar-nav > li > a:hover::before,
#ab287a9c30a9730 .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#ab287a9c30a9730 .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#ab287a9c30a9730 .uk-navbar-nav > li.active > a {
  color: #078ef6;
}
#ab287a9c30a9730 .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#ab287a9c30a9730 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#ab287a9c30a9730 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#ab287a9c30a9730 .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#ab287a9c30a9730 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ab287a9c30a9730 .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#ab287a9c30a9730 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#ab287a9c30a9730 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#ab287a9c30a9730 .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#ab287a9c30a9730 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #078ef6;
}
#ab287a9c30a9730 .site-pc-navbar {
  background: #fff;
}
#ab287a9c30a9730 .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#ab287a9c30a9730 .logo {
  display: inline-block;
}
#ab287a9c30a9730 .menu-list {
  justify-content: center;
}
#ab287a9c30a9730 .submenu-items {
  display: inline-block;
}
#ab287a9c30a9730 .submenu-items .sub-menu-item:last-child svg,
#ab287a9c30a9730 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#a178fa706ea7fda .detail-content .goods-params div {
  margin: 4px 0;
}
#a178fa706ea7fda .desc {
  white-space: pre-wrap;
}
#a178fa706ea7fda .video-box,
#a178fa706ea7fda .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#a178fa706ea7fda .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#a178fa706ea7fda .goods-slider {
  width: 430px;
  max-width: 100%;
}
#a178fa706ea7fda .preview-box img {
  width: 100%;
}
#a178fa706ea7fda .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;
}
#a178fa706ea7fda .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#a178fa706ea7fda .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#a178fa706ea7fda .thumb-box {
  width: 100%;
  position: relative;
}
#a178fa706ea7fda .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#a178fa706ea7fda .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#a178fa706ea7fda .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#a178fa706ea7fda .thumb-list {
  overflow: hidden;
}
#a178fa706ea7fda .thumb-list ul {
  width: 100000px;
}
#a178fa706ea7fda .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#a178fa706ea7fda .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#a178fa706ea7fda .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;
}
#a178fa706ea7fda .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#a178fa706ea7fda .thumb-list ul li.active img {
  border-color: #078ef6;
}
#a178fa706ea7fda .zoom-box {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 440px;
  top: 0;
  width: 500px;
  height: 500px;
  border: 1px solid #e4e4e4;
  z-index: 400;
  background: #fff;
}
#a178fa706ea7fda .zoom-box img {
  max-width: initial;
}
#a178fa706ea7fda .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#a178fa706ea7fda .goods-intro .desc {
  font-size: 14px;
  line-height: 20px;
  color: #999;
}
#a178fa706ea7fda .goods-intro .price {
  margin-top: 20px;
  background-color: #f5f3ef;
  border-top: 1px dotted #dedede;
  border-bottom: 1px dotted #dedede;
  padding: 16px 10px 13px;
  line-height: 24px;
  font-size: 13px;
  position: relative;
}
#a178fa706ea7fda .goods-intro .price span {
  line-height: 30px;
}
#a178fa706ea7fda .goods-intro .price .label {
  min-width: 55px;
  font-size: 13px;
  float: left;
  color: #666;
}
#a178fa706ea7fda .price .present-price {
  display: inline-block;
  font-weight: 700;
  margin-right: 1px;
  height: 30px;
  font-size: 28px;
  line-height: 30px;
  margin-left: 2px;
  color: #078ef6;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#a178fa706ea7fda .price .present-price .rmb {
  margin-left: 0;
  line-height: 30px;
  color: #078ef6;
  font-size: 18px;
}
#a178fa706ea7fda .price .origin-price {
  display: inline-block;
  font-size: 13px;
  color: #999;
  line-height: 24px;
}
#a178fa706ea7fda .line-through {
  text-decoration: line-through;
}
#a178fa706ea7fda .price hr {
  margin: 10px 20px 10px 0;
  overflow: hidden;
  border: none;
  height: 1px;
  border-bottom: 1px dashed #d2d2d2;
}
#a178fa706ea7fda .price .policy-info {
  margin-left: 65px;
  padding-top: 2px;
  line-height: 20px;
  color: #666;
  display: block;
}
#a178fa706ea7fda .price .policy-info li {
  display: inline-block;
  position: relative;
  margin-right: 30px;
  line-height: 24px;
}
#a178fa706ea7fda .price .policy-info li::before {
  content: '･ ';
  position: absolute;
  left: -10px;
  top: 0;
}
#a178fa706ea7fda .number {
  margin-top: 20px;
  margin-left: 10px;
}
#a178fa706ea7fda .number .name {
  line-height: 30px;
  width: 54px;
}
#a178fa706ea7fda .number .select-num {
  display: inline-block;
  border: 1px solid #ddd;
  overflow: hidden;
  line-height: 30px;
}
#a178fa706ea7fda .select-num .btn {
  position: relative;
  width: 36px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  text-align: center;
  color: #888;
  cursor: pointer;
}
#a178fa706ea7fda .select-num .btn.disable {
  cursor: not-allowed;
  color: #ececec;
}
#a178fa706ea7fda .select-num i {
  line-height: 30px;
}
#a178fa706ea7fda .select-num .less {
  float: left;
  border-right: 1px solid #ddd;
}
#a178fa706ea7fda .select-num .more {
  float: right;
  border-left: 1px solid #ddd;
}
#a178fa706ea7fda .select-num input {
  border: none;
  text-align: center;
  font-size: 12px;
  color: #333;
  width: 60px;
  height: 28px;
}
#a178fa706ea7fda .buttons {
  margin: 30px 0 0 12px;
}
#a178fa706ea7fda .buttons .button {
  display: inline-block;
  margin-right: 8px;
  width: 168px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  background-color: #078ef6;
  text-align: center;
  border-radius: 2px;
}
#a178fa706ea7fda .promote-goods {
  margin-top: 40px;
  border: 1px solid #e8e8e8;
}
#a178fa706ea7fda .promote-goods .price {
  color: #d62525;
  line-height: 22px;
}
#a178fa706ea7fda .promote-goods .promote-title {
  height: 44px;
  line-height: 44px;
  padding-left: 15px;
  font-size: 17px;
  position: relative;
  background-color: #f5f5f5;
}
#a178fa706ea7fda .promote-goods .uk-slider {
  padding: 10px 50px;
}
#a178fa706ea7fda .hot-list .img-wrap {
  display: block;
}
#a178fa706ea7fda .right {
  width: 298px;
  border: 1px solid #e8e8e8;
}
#a178fa706ea7fda .right .title {
  line-height: 40px;
  background-color: #f5f5f5;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #e8e8e8;
}
#a178fa706ea7fda .left .nav-wrap {
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  height: 44px;
}
#a178fa706ea7fda .left .detail-nav-tab .item {
  min-width: 120px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  border-right: 1px solid #e8e8e8;
  padding: 0 30px;
  text-align: center;
  float: left;
}
#a178fa706ea7fda .detail-nav-tab ul {
  display: flex;
  overflow: scroll;
  scrollbar-width: 0;
}
#a178fa706ea7fda ::-webkit-scrollbar {
  display: none;
}
#a178fa706ea7fda .left .detail-nav-tab .item a {
  color: #555;
  font-weight: 500;
  display: block;
}
#a178fa706ea7fda .left .detail-nav-tab .item.uk-active,
#a178fa706ea7fda .left .detail-nav-tab .item:hover {
  background: #fff;
  border-top: 3px solid #078ef6;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  line-height: 40px;
}
#a178fa706ea7fda .left .detail-nav-tab .item.uk-active a {
  color: #078ef6;
  cursor: default;
}
#a178fa706ea7fda .hot-list .item {
  margin: 24px 24px 0;
  border-bottom: 1px solid #e8e8e8;
}
#a178fa706ea7fda .hot-list .item:last-child {
  border-bottom: none;
}
#a178fa706ea7fda .hot-list .item .goods-title {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  max-width: 156px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #333;
  margin: 8px auto 6px;
}
#a178fa706ea7fda .hot-list .item .goods-title:hover {
  color: #078ef6;
}
#a178fa706ea7fda .hot-list .item .price {
  font-size: 14px;
  line-height: 1;
  color: #078ef6;
  text-align: center;
  font-weight: bolder;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#a178fa706ea7fda .hot-list .item .origin-price {
  text-decoration: line-through;
  color: #666;
}
#a178fa706ea7fda .hot-list .item .goods-info {
  padding: 0 5px 18px;
}
#a178fa706ea7fda .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
@media (max-width: 640px) {
  #a178fa706ea7fda .right {
    width: 100%;
  }
  #a178fa706ea7fda .preview-box img {
    height: 340px;
  }
  #a178fa706ea7fda .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;
  }
  #a178fa706ea7fda .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #a178fa706ea7fda .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#a25d5a50b4a526f .uk-container {
  line-height: 2;
  color: #999;
}
#acdbcaf360ad1e4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#acdbcaf360ad1e4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a111da6e4aa6cf1 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a111da6e4aa6cf1 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a567aa137aa68ce a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a567aa137aa68ce a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a85c3a04d0accec a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a85c3a04d0accec a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a6547aa7b8a45a2 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a6547aa7b8a45a2 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a4c9ba162aa7c58 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a4c9ba162aa7c58 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a73c7aced4a3c10 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a73c7aced4a3c10 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ad7c6aa965a8655 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#ad7c6aa965a8655 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a34c7aa763a9314 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a34c7aa763a9314 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#afd93aefffa1c78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#afd93aefffa1c78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a45dfaa7bea3f14 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a45dfaa7bea3f14 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a3514a8f90a19e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a3514a8f90a19e1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#abb58aa552ab710 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#abb58aa552ab710 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#acdadae575a5c9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 17px;}#acdadae575a5c9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a2482a8236abe29 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a2482a8236abe29 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a43c5a56cfa15c9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a43c5a56cfa15c9 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a3a00aab8fa8cff a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a3a00aab8fa8cff a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a16a9a9c12a0511 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a16a9a9c12a0511 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ab495a4f53a7e28 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#ab495a4f53a7e28 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ae0f2a12bba5d15 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#ae0f2a12bba5d15 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#afafea1f1caaf63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#afafea1f1caaf63 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a8a46a9a07a7347 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a8a46a9a07a7347 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#acef3afb81a1428 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#acef3afb81a1428 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#aa759a5d8daf6e6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#aa759a5d8daf6e6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a93eea70e1aa6f1 [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a93eea70e1aa6f1 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(253, 253, 253, 1);}#ab287a9c30a9730 .logged {
  display: none;
}
#ab287a9c30a9730 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#ab287a9c30a9730 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ab287a9c30a9730 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#ab287a9c30a9730 .quick-menus > li:last-child::after {
  content: '';
}
#ab287a9c30a9730 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#ab287a9c30a9730 .site-header {
  height: 80px;
}
#ab287a9c30a9730 .uk-navbar-item,
#ab287a9c30a9730 .uk-navbar-nav > li > a,
#ab287a9c30a9730 .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#ab287a9c30a9730 .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #078ef6;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#ab287a9c30a9730 .uk-navbar-nav > li > a:hover::before,
#ab287a9c30a9730 .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#ab287a9c30a9730 .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#ab287a9c30a9730 .uk-navbar-nav > li.active > a {
  color: #078ef6;
}
#ab287a9c30a9730 .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#ab287a9c30a9730 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#ab287a9c30a9730 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#ab287a9c30a9730 .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#ab287a9c30a9730 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ab287a9c30a9730 .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#ab287a9c30a9730 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#ab287a9c30a9730 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#ab287a9c30a9730 .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#ab287a9c30a9730 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #078ef6;
}
#ab287a9c30a9730 .site-pc-navbar {
  background: #fff;
}
#ab287a9c30a9730 .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#ab287a9c30a9730 .logo {
  display: inline-block;
}
#ab287a9c30a9730 .menu-list {
  justify-content: center;
}
#ab287a9c30a9730 .submenu-items {
  display: inline-block;
}
#ab287a9c30a9730 .submenu-items .sub-menu-item:last-child svg,
#ab287a9c30a9730 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#a2d0ba0fe3ac8dd .cus-btn:hover {
  background: #078ef6;
  color: #fff;
  border-color: #078ef6;
}
#ad772a571da4ebd .uk-container {
  line-height: 2;
  color: #999;
}
#a2d0ba0fe3ac8dd [data-item*=".abstract"], #a2d0ba0fe3ac8dd [data-item*=".abstract"] a {show: true;}#a2d0ba0fe3ac8dd [data-item*=".subTitle"], #a2d0ba0fe3ac8dd [data-item*=".subTitle"] a {show: true;}#a2d0ba0fe3ac8dd [data-item*=".category"], #a2d0ba0fe3ac8dd [data-item*=".category"] a {show: true;}#acdbcaf360ad1e4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#acdbcaf360ad1e4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a111da6e4aa6cf1 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a111da6e4aa6cf1 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a567aa137aa68ce a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a567aa137aa68ce a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a85c3a04d0accec a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a85c3a04d0accec a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a6547aa7b8a45a2 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a6547aa7b8a45a2 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a4c9ba162aa7c58 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a4c9ba162aa7c58 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a73c7aced4a3c10 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a73c7aced4a3c10 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ad7c6aa965a8655 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#ad7c6aa965a8655 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a34c7aa763a9314 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a34c7aa763a9314 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#afd93aefffa1c78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#afd93aefffa1c78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a45dfaa7bea3f14 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a45dfaa7bea3f14 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a3514a8f90a19e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a3514a8f90a19e1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#abb58aa552ab710 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#abb58aa552ab710 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#acdadae575a5c9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 17px;}#acdadae575a5c9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a2482a8236abe29 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a2482a8236abe29 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a43c5a56cfa15c9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a43c5a56cfa15c9 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a3a00aab8fa8cff a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a3a00aab8fa8cff a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a16a9a9c12a0511 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a16a9a9c12a0511 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ab495a4f53a7e28 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#ab495a4f53a7e28 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ae0f2a12bba5d15 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#ae0f2a12bba5d15 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#afafea1f1caaf63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#afafea1f1caaf63 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a8a46a9a07a7347 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a8a46a9a07a7347 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#acef3afb81a1428 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#acef3afb81a1428 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#aa759a5d8daf6e6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#aa759a5d8daf6e6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a93eea70e1aa6f1 [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a93eea70e1aa6f1 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(253, 253, 253, 1);}#ab287a9c30a9730 .logged {
  display: none;
}
#ab287a9c30a9730 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#ab287a9c30a9730 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ab287a9c30a9730 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#ab287a9c30a9730 .quick-menus > li:last-child::after {
  content: '';
}
#ab287a9c30a9730 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#ab287a9c30a9730 .site-header {
  height: 80px;
}
#ab287a9c30a9730 .uk-navbar-item,
#ab287a9c30a9730 .uk-navbar-nav > li > a,
#ab287a9c30a9730 .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#ab287a9c30a9730 .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #078ef6;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#ab287a9c30a9730 .uk-navbar-nav > li > a:hover::before,
#ab287a9c30a9730 .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#ab287a9c30a9730 .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#ab287a9c30a9730 .uk-navbar-nav > li.active > a {
  color: #078ef6;
}
#ab287a9c30a9730 .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#ab287a9c30a9730 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#ab287a9c30a9730 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#ab287a9c30a9730 .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#ab287a9c30a9730 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ab287a9c30a9730 .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#ab287a9c30a9730 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#ab287a9c30a9730 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#ab287a9c30a9730 .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#ab287a9c30a9730 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #078ef6;
}
#ab287a9c30a9730 .site-pc-navbar {
  background: #fff;
}
#ab287a9c30a9730 .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#ab287a9c30a9730 .logo {
  display: inline-block;
}
#ab287a9c30a9730 .menu-list {
  justify-content: center;
}
#ab287a9c30a9730 .submenu-items {
  display: inline-block;
}
#ab287a9c30a9730 .submenu-items .sub-menu-item:last-child svg,
#ab287a9c30a9730 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
@media (min-width: 1200px) {
  #abc97a77b3a5673 .uk-container {
    padding: 0 60px;
  }
}
#abc97a77b3a5673 .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 #078ef6;
}
#abc97a77b3a5673 .comments_count {
  display: block;
  padding: 14px 0 18px;
  text-align: center;
  background-color: #e7ecee;
}
#abc97a77b3a5673 .uk-card {
  padding: 10px;
}
#abc97a77b3a5673 .uk-list a {
  color: #4c4c4c;
}
#abc97a77b3a5673 .uk-list a:hover {
  color: #078ef6;
  text-decoration: none;
}
#abc97a77b3a5673 .prev,
#abc97a77b3a5673 .next {
  display: block;
}
#a225ea4e62a7469 .uk-container {
  line-height: 2;
  color: #999;
}
#acdbcaf360ad1e4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#acdbcaf360ad1e4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a111da6e4aa6cf1 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a111da6e4aa6cf1 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a567aa137aa68ce a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a567aa137aa68ce a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a85c3a04d0accec a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a85c3a04d0accec a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a6547aa7b8a45a2 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a6547aa7b8a45a2 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a4c9ba162aa7c58 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a4c9ba162aa7c58 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a73c7aced4a3c10 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a73c7aced4a3c10 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ad7c6aa965a8655 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#ad7c6aa965a8655 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a34c7aa763a9314 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a34c7aa763a9314 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#afd93aefffa1c78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#afd93aefffa1c78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a45dfaa7bea3f14 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a45dfaa7bea3f14 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a3514a8f90a19e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a3514a8f90a19e1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#abb58aa552ab710 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#abb58aa552ab710 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#acdadae575a5c9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 17px;}#acdadae575a5c9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a2482a8236abe29 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a2482a8236abe29 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a43c5a56cfa15c9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a43c5a56cfa15c9 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a3a00aab8fa8cff a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a3a00aab8fa8cff a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a16a9a9c12a0511 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a16a9a9c12a0511 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ab495a4f53a7e28 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#ab495a4f53a7e28 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ae0f2a12bba5d15 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#ae0f2a12bba5d15 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#afafea1f1caaf63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#afafea1f1caaf63 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a8a46a9a07a7347 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a8a46a9a07a7347 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#acef3afb81a1428 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#acef3afb81a1428 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#aa759a5d8daf6e6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#aa759a5d8daf6e6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a93eea70e1aa6f1 [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a93eea70e1aa6f1 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(253, 253, 253, 1);}#ab287a9c30a9730 .logged {
  display: none;
}
#ab287a9c30a9730 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#ab287a9c30a9730 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ab287a9c30a9730 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#ab287a9c30a9730 .quick-menus > li:last-child::after {
  content: '';
}
#ab287a9c30a9730 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#ab287a9c30a9730 .site-header {
  height: 80px;
}
#ab287a9c30a9730 .uk-navbar-item,
#ab287a9c30a9730 .uk-navbar-nav > li > a,
#ab287a9c30a9730 .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#ab287a9c30a9730 .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #078ef6;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#ab287a9c30a9730 .uk-navbar-nav > li > a:hover::before,
#ab287a9c30a9730 .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#ab287a9c30a9730 .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#ab287a9c30a9730 .uk-navbar-nav > li.active > a {
  color: #078ef6;
}
#ab287a9c30a9730 .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#ab287a9c30a9730 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#ab287a9c30a9730 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#ab287a9c30a9730 .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#ab287a9c30a9730 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ab287a9c30a9730 .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#ab287a9c30a9730 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#ab287a9c30a9730 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#ab287a9c30a9730 .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#ab287a9c30a9730 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #078ef6;
}
#ab287a9c30a9730 .site-pc-navbar {
  background: #fff;
}
#ab287a9c30a9730 .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#ab287a9c30a9730 .logo {
  display: inline-block;
}
#ab287a9c30a9730 .menu-list {
  justify-content: center;
}
#ab287a9c30a9730 .submenu-items {
  display: inline-block;
}
#ab287a9c30a9730 .submenu-items .sub-menu-item:last-child svg,
#ab287a9c30a9730 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#aca0facbaba3111 .uk-container {
  line-height: 2;
  color: #999;
}
#ade85ab1b7a7909 > div {
        font-weight: bold;
        font-style: normal;
    font-size: 60px;text-align: center;font-family: NotoSansSC-Black;color: rgba(7, 142, 246, 1);}#afbc5a8ab5aafea > div {
        font-weight: bold;
        font-style: normal;
    font-size: 60px;text-align: center;font-family: NotoSansSC-Black;color: rgba(7, 142, 246, 1);}#a0818a064ca90a3 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a0818a064ca90a3 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #ffffff;background-color: rgba(7, 142, 246, 1);}#ab885aea7daaa1b .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#ab885aea7daaa1b .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #ffffff;background-color: rgba(7, 142, 246, 1);}#a8639abcfea2b21 > div {
        font-weight: bold;
        font-style: normal;
    font-size: 60px;text-align: center;font-family: NotoSansSC-Black;color: rgba(7, 142, 246, 1);}#acb69ad148a08ed > div {
        font-weight: bold;
        font-style: normal;
    font-size: 60px;text-align: center;font-family: NotoSansSC-Black;color: rgba(7, 142, 246, 1);}#a412aa51bdac8c5 > div {
        font-weight: bold;
        font-style: normal;
    font-size: 60px;text-align: center;font-family: NotoSansSC-Black;color: rgba(7, 142, 246, 1);}#a5fbdacffba3bfe [data-item="buttons[1]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a5fbdacffba3bfe [data-item="buttons[1]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a5fbdacffba3bfe [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a5fbdacffba3bfe [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #444;}#a5a44abbbfa886d .ap-category-filter ul li.active {
  border-color: #078ef6;
  color: #078ef6;
}
#a5a44abbbfa886d .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a5a44abbbfa886d .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a5a44abbbfa886d .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a5a44abbbfa886d .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a5a44abbbfa886d .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a5a44abbbfa886d .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;
}
#a5a44abbbfa886d .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a5a44abbbfa886d .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a5a44abbbfa886d .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a5a44abbbfa886d .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a5a44abbbfa886d .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a5a44abbbfa886d .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a5a44abbbfa886d .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a5a44abbbfa886d .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a5a44abbbfa886d .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a5a44abbbfa886d .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a5a44abbbfa886d .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a5a44abbbfa886d .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a5a44abbbfa886d .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;
  }
}
#a5a44abbbfa886d .ele-article-list .pic-article {
  padding: 15px 15px;
  border-bottom: 1px solid #ececec;
}
#a5a44abbbfa886d .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a5a44abbbfa886d .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a5a44abbbfa886d .ele-article-list .pic-article:hover {
  background-color: #078ef6;
  border-bottom-color: #ffffff;
}
#a5a44abbbfa886d .ele-article-list .pic-article:hover .info h3 a {
  color: #ffffff;
}
#a5a44abbbfa886d .ele-article-list .pic-article:hover .category {
  color: #ffffff;
}
#a5a44abbbfa886d .ele-article-list .pic-article:hover .abstract {
  color: #ffffff;
}
#a5a44abbbfa886d .ele-article-list .pic-article:hover .time {
  color: #ffffff;
}
#a5a44abbbfa886d .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a5a44abbbfa886d .ele-article-list .text-article:hover {
  background-color: #078ef6;
  border-bottom-color: #ffffff;
}
#a5a44abbbfa886d .ele-article-list .text-article:hover .info h3 a {
  color: #ffffff;
}
#a5a44abbbfa886d .ele-article-list .text-article:hover .time {
  color: #ffffff;
}
#a86c4a5869a1fe0 .title {
  font-size: 16px;
}
#ad515a44fea23e2 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#ad515a44fea23e2 .ele-wrap:hover {background-color: #fff;color: #ffffff;background-color: rgba(7, 142, 246, 1);}#a3487af356a3707 .ele-wrap {border-width: 1px;border-style: solid;color: #7f7f7f;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a3487af356a3707 .ele-wrap:hover {background-color: #fff;color: #ffffff;background-color: rgba(7, 142, 246, 1);}#a3f78a4b63ac9f4 > .ele-wrap {background-image: url(/resources/upload/a91ffaa10fa5403/1702625907162.jpeg);border-radius: 10px;box-shadow: 3px 4px 3px 1px rgba(217, 217, 217, 1);}#a8f66a1b4fa323e > .ele-wrap {background-color: rgba(0, 0, 0, 0.65);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a6151aa440a2443 > .ele-wrap {background-image: url(/resources/upload/a91ffaa10fa5403/1702626255344.jpeg);border-radius: 10px;box-shadow: 3px 4px 3px 1px rgba(217, 217, 217, 1);}#a297ca6d0da5129 > .ele-wrap {background-color: rgba(0, 0, 0, 0.65);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ae5c8a1ca0a56d5 > .ele-wrap {background-image: url(/resources/upload/a91ffaa10fa5403/1704761009855.jpeg);border-radius: 10px;box-shadow: 3px 4px 3px 1px rgba(217, 217, 217, 1);}#a32baa1e57ae2a9 > .ele-wrap {background-color: rgba(0, 0, 0, 0.65);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aa68ea34e2a8391 > .ele-wrap {background-image: url(/resources/upload/a91ffaa10fa5403/1702626260156.jpeg);border-radius: 10px;box-shadow: 3px 4px 3px 1px rgba(217, 217, 217, 1);}#ad08ea5366ad4c7 > .ele-wrap {background-color: rgba(0, 0, 0, 0.65);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#acdbcaf360ad1e4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#acdbcaf360ad1e4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a111da6e4aa6cf1 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a111da6e4aa6cf1 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a567aa137aa68ce a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a567aa137aa68ce a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a85c3a04d0accec a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a85c3a04d0accec a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a6547aa7b8a45a2 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a6547aa7b8a45a2 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a4c9ba162aa7c58 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a4c9ba162aa7c58 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a73c7aced4a3c10 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a73c7aced4a3c10 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ad7c6aa965a8655 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#ad7c6aa965a8655 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a34c7aa763a9314 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a34c7aa763a9314 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#afd93aefffa1c78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#afd93aefffa1c78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a45dfaa7bea3f14 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a45dfaa7bea3f14 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a3514a8f90a19e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a3514a8f90a19e1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#abb58aa552ab710 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#abb58aa552ab710 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#acdadae575a5c9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 17px;}#acdadae575a5c9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a2482a8236abe29 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a2482a8236abe29 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a43c5a56cfa15c9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a43c5a56cfa15c9 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a3a00aab8fa8cff a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a3a00aab8fa8cff a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a16a9a9c12a0511 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a16a9a9c12a0511 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ab495a4f53a7e28 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#ab495a4f53a7e28 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ae0f2a12bba5d15 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#ae0f2a12bba5d15 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#afafea1f1caaf63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#afafea1f1caaf63 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a8a46a9a07a7347 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a8a46a9a07a7347 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#acef3afb81a1428 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#acef3afb81a1428 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#aa759a5d8daf6e6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#aa759a5d8daf6e6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a8f4aa57efa64b6 [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a8f4aa57efa64b6 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a1c2ca2075a8b81 .logged {
  display: none;
}
#a1c2ca2075a8b81 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a1c2ca2075a8b81 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a1c2ca2075a8b81 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a1c2ca2075a8b81 .quick-menus > li:last-child::after {
  content: '';
}
#a1c2ca2075a8b81 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a1c2ca2075a8b81 .site-header {
  height: 80px;
}
#a1c2ca2075a8b81 .uk-navbar-item,
#a1c2ca2075a8b81 .uk-navbar-nav > li > a,
#a1c2ca2075a8b81 .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a1c2ca2075a8b81 .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #078ef6;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#a1c2ca2075a8b81 .uk-navbar-nav > li > a:hover::before,
#a1c2ca2075a8b81 .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#a1c2ca2075a8b81 .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#a1c2ca2075a8b81 .uk-navbar-nav > li.active > a {
  color: #078ef6;
}
#a1c2ca2075a8b81 .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#a1c2ca2075a8b81 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a1c2ca2075a8b81 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a1c2ca2075a8b81 .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#a1c2ca2075a8b81 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a1c2ca2075a8b81 .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#a1c2ca2075a8b81 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a1c2ca2075a8b81 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a1c2ca2075a8b81 .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#a1c2ca2075a8b81 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #078ef6;
}
#a1c2ca2075a8b81 .site-pc-navbar {
  background: #fff;
}
#a1c2ca2075a8b81 .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a1c2ca2075a8b81 .logo {
  display: inline-block;
}
#a1c2ca2075a8b81 .menu-list {
  justify-content: center;
}
#a1c2ca2075a8b81 .submenu-items {
  display: inline-block;
}
#a1c2ca2075a8b81 .submenu-items .sub-menu-item:last-child svg,
#a1c2ca2075a8b81 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#af567ae1dba1690 .uk-container {
  line-height: 2;
  color: #999;
}
#ac76da1148a78e4 .ap-category-filter ul li {
  border-top-color: #eaedf5;
  border-left-style: solid;
  border-top-style: solid;
  border-top-width: 1px;
  border-right-color: #eaedf5;
  border-left-color: #eaedf5;
  border-bottom-color: #eaedf5;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
}
#ac76da1148a78e4 .ap-category-filter ul li.active {
  border-color: #078ef6;
  color: #078ef6;
}
#ac76da1148a78e4 .uk-grid {
  margin-left: -8px;
}
#ac76da1148a78e4 .uk-grid > * {
  padding-left: 8px;
}
#ac76da1148a78e4 .uk-grid-margin {
  margin-top: 20px;
}
#ac76da1148a78e4 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
  background-color: #ffffff;
  border-top-style: solid;
  border-top-color: #d2d4df;
  border-top-width: 1px;
  border-right-color: #d2d4df;
  border-left-color: #d2d4df;
  border-bottom-color: #d2d4df;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#ac76da1148a78e4 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#ac76da1148a78e4 .uk-card-media-top .img {
  transition: all .3s ease;
}
#ac76da1148a78e4 .uk-card-body {
  display: block;
}
#ac76da1148a78e4 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#ac76da1148a78e4 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #349cff;
  color: #fff;
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
  border-top-color: #672020;
  border-top-style: solid;
  border-right-color: #672020;
  border-bottom-color: #672020;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#ac76da1148a78e4 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#ac76da1148a78e4 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#ac76da1148a78e4 .uk-card .title {
  font-weight: bold;
  font-style: normal;
  font-size: 21px;
  font-family: NotoSansSC-Light;
  color: #078ef6;
  letter-spacing: 1px;
}
#ac76da1148a78e4 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#ac76da1148a78e4 .uk-card:hover {
  background-color: #333333;
}
#ac76da1148a78e4 .uk-card:hover .title {
  color: #fff;
}
#ac76da1148a78e4 .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#ac76da1148a78e4 .uk-card:hover .img {
  transform: scale(1.2);
}
#ac76da1148a78e4 .uk-card:hover .abstract {
  color: #fff;
}
#ac76da1148a78e4 .uk-card:hover .datetime {
  color: #d3b267;
}
#ac76da1148a78e4 .uk-card:hover .category {
  color: #d3b267;
}
#ac76da1148a78e4 .uk-card:hover .uk-button {
  color: #ffffff;
  background-color: #6d92d1;
  border-color: #6d92d1;
}
#a706ea2d95ad778 .ap-category-filter ul li.active {
  border-color: #078ef6;
  color: #078ef6;
}
#a706ea2d95ad778 .uk-grid {
  margin-left: -8px;
}
#a706ea2d95ad778 .uk-grid > * {
  padding-left: 8px;
}
#a706ea2d95ad778 .uk-grid-margin {
  margin-top: 20px;
}
#a706ea2d95ad778 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#a706ea2d95ad778 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a706ea2d95ad778 .uk-card-media-top .img {
  transition: all .3s ease;
}
#a706ea2d95ad778 .uk-card-body {
  display: block;
}
#a706ea2d95ad778 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a706ea2d95ad778 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #349cff;
  color: #fff;
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
}
#a706ea2d95ad778 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a706ea2d95ad778 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a706ea2d95ad778 .uk-card .title {
  font-weight: bold;
  font-style: normal;
  font-size: 21px;
  font-family: NotoSansSC-Light;
  color: #078ef6;
  letter-spacing: 1px;
}
#a706ea2d95ad778 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a706ea2d95ad778 .uk-card:hover {
  background-color: #333333;
}
#a706ea2d95ad778 .uk-card:hover .title {
  color: #fff;
}
#a706ea2d95ad778 .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#a706ea2d95ad778 .uk-card:hover .img {
  transform: scale(1.2);
}
#a706ea2d95ad778 .uk-card:hover .abstract {
  color: #fff;
}
#a706ea2d95ad778 .uk-card:hover .datetime {
  color: #d3b267;
}
#a706ea2d95ad778 .uk-card:hover .category {
  color: #d3b267;
}
#a706ea2d95ad778 .uk-card:hover .uk-button {
  color: #ffffff;
  background-color: #6d92d1;
  border-color: #6d92d1;
}
#a55e3abe17a7bd6 .ap-category-filter ul li {
  border-top-color: #eaedf5;
  border-left-style: solid;
  border-top-style: solid;
  border-top-width: 1px;
  border-right-color: #eaedf5;
  border-left-color: #eaedf5;
  border-bottom-color: #eaedf5;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
}
#a55e3abe17a7bd6 .ap-category-filter ul li.active {
  border-color: #078ef6;
  color: #078ef6;
}
#a55e3abe17a7bd6 .uk-grid {
  margin-left: -8px;
}
#a55e3abe17a7bd6 .uk-grid > * {
  padding-left: 8px;
}
#a55e3abe17a7bd6 .uk-grid-margin {
  margin-top: 20px;
}
#a55e3abe17a7bd6 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
  background-color: #ffffff;
  border-top-style: solid;
  border-top-color: #d2d4df;
  border-top-width: 1px;
  border-right-color: #d2d4df;
  border-left-color: #d2d4df;
  border-bottom-color: #d2d4df;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a55e3abe17a7bd6 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a55e3abe17a7bd6 .uk-card-media-top .img {
  transition: all .3s ease;
}
#a55e3abe17a7bd6 .uk-card-body {
  display: block;
}
#a55e3abe17a7bd6 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a55e3abe17a7bd6 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #349cff;
  color: #fff;
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
  border-top-color: #672020;
  border-top-style: solid;
  border-right-color: #672020;
  border-bottom-color: #672020;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a55e3abe17a7bd6 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a55e3abe17a7bd6 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a55e3abe17a7bd6 .uk-card .title {
  font-weight: bold;
  font-style: normal;
  font-size: 21px;
  font-family: NotoSansSC-Light;
  color: #078ef6;
  letter-spacing: 1px;
}
#a55e3abe17a7bd6 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a55e3abe17a7bd6 .uk-card:hover {
  background-color: #333333;
}
#a55e3abe17a7bd6 .uk-card:hover .title {
  color: #fff;
}
#a55e3abe17a7bd6 .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#a55e3abe17a7bd6 .uk-card:hover .img {
  transform: scale(1.2);
}
#a55e3abe17a7bd6 .uk-card:hover .abstract {
  color: #fff;
}
#a55e3abe17a7bd6 .uk-card:hover .datetime {
  color: #d3b267;
}
#a55e3abe17a7bd6 .uk-card:hover .category {
  color: #d3b267;
}
#a55e3abe17a7bd6 .uk-card:hover .uk-button {
  color: #ffffff;
  background-color: #6d92d1;
  border-color: #6d92d1;
}
#acdbcaf360ad1e4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#acdbcaf360ad1e4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a111da6e4aa6cf1 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a111da6e4aa6cf1 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a567aa137aa68ce a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a567aa137aa68ce a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a85c3a04d0accec a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a85c3a04d0accec a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a6547aa7b8a45a2 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a6547aa7b8a45a2 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a4c9ba162aa7c58 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a4c9ba162aa7c58 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a73c7aced4a3c10 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a73c7aced4a3c10 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ad7c6aa965a8655 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#ad7c6aa965a8655 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a34c7aa763a9314 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a34c7aa763a9314 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#afd93aefffa1c78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#afd93aefffa1c78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a45dfaa7bea3f14 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a45dfaa7bea3f14 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a3514a8f90a19e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a3514a8f90a19e1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#abb58aa552ab710 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#abb58aa552ab710 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#acdadae575a5c9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 17px;}#acdadae575a5c9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a2482a8236abe29 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a2482a8236abe29 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a43c5a56cfa15c9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a43c5a56cfa15c9 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a3a00aab8fa8cff a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a3a00aab8fa8cff a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a16a9a9c12a0511 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a16a9a9c12a0511 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ab495a4f53a7e28 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#ab495a4f53a7e28 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ae0f2a12bba5d15 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#ae0f2a12bba5d15 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#afafea1f1caaf63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#afafea1f1caaf63 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a8a46a9a07a7347 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a8a46a9a07a7347 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#acef3afb81a1428 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#acef3afb81a1428 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#aa759a5d8daf6e6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#aa759a5d8daf6e6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a42d4ae628aa47f [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a42d4ae628aa47f [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(253, 253, 253, 1);}#ab287a9c30a9730 .logged {
  display: none;
}
#ab287a9c30a9730 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#ab287a9c30a9730 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ab287a9c30a9730 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#ab287a9c30a9730 .quick-menus > li:last-child::after {
  content: '';
}
#ab287a9c30a9730 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#ab287a9c30a9730 .site-header {
  height: 80px;
}
#ab287a9c30a9730 .uk-navbar-item,
#ab287a9c30a9730 .uk-navbar-nav > li > a,
#ab287a9c30a9730 .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#ab287a9c30a9730 .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #078ef6;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#ab287a9c30a9730 .uk-navbar-nav > li > a:hover::before,
#ab287a9c30a9730 .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#ab287a9c30a9730 .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#ab287a9c30a9730 .uk-navbar-nav > li.active > a {
  color: #078ef6;
}
#ab287a9c30a9730 .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#ab287a9c30a9730 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#ab287a9c30a9730 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#ab287a9c30a9730 .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#ab287a9c30a9730 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ab287a9c30a9730 .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#ab287a9c30a9730 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#ab287a9c30a9730 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#ab287a9c30a9730 .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#ab287a9c30a9730 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #078ef6;
}
#ab287a9c30a9730 .site-pc-navbar {
  background: #fff;
}
#ab287a9c30a9730 .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#ab287a9c30a9730 .logo {
  display: inline-block;
}
#ab287a9c30a9730 .menu-list {
  justify-content: center;
}
#ab287a9c30a9730 .submenu-items {
  display: inline-block;
}
#ab287a9c30a9730 .submenu-items .sub-menu-item:last-child svg,
#ab287a9c30a9730 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#a8ce9adb98a7e1d .shadow {
  width: 100%;
  height: 100%;
  background: black;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .5;
}
#a8ce9adb98a7e1d .yun-main-hd {
  padding-top: 45px;
  text-align: center;
}
#a8ce9adb98a7e1d .yun-main-hd .yun-main-title {
  line-height: 44px;
  font-size: 32px;
  color: #0989c5;
}
#a8ce9adb98a7e1d .yun-main-hd .yun-main-des {
  margin-top: 10px;
  line-height: 36px;
  font-size: 18px;
  color: #666;
}
#a8ce9adb98a7e1d .yun-main-bd {
  padding-top: 30px;
}
#a8ce9adb98a7e1d .w {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#a8ce9adb98a7e1d .yun-solution-slider {
  margin-top: 30px;
}
#a8ce9adb98a7e1d .yun-solution-slider-content {
  position: relative;
}
#a8ce9adb98a7e1d .yun-solution-slider-content .yun-solution-wrap {
  position: relative;
  height: 475px;
}
#a8ce9adb98a7e1d .yun-solution-slider-content .yun-solution-item {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 475px;
  color: #fff;
  background-size: cover!important;
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
#a8ce9adb98a7e1d .yun-solution-slider-content .yun-solution-item.current {
  z-index: 2;
  opacity: 1;
  filter: alpha(opacity=100);
}
#a8ce9adb98a7e1d .yun-solution-slider-content .yun-solution-item-content {
  margin: 0 auto;
  padding-top: 130px;
  width: 91.66666666666667%;
  max-width: 1100px;
  position: relative;
  z-index: 100;
}
#a8ce9adb98a7e1d .yun-solution-slider-content .yun-solution-text-wrap {
  float: left;
  padding-right: 40px;
  width: 590px;
}
#a8ce9adb98a7e1d .yun-solution-slider-content .yun-solution-text-wrap .yun-solution-btn {
  margin-top: 15px;
  display: inline-block;
  box-sizing: border-box;
  min-width: 70px;
  background: #fff;
  color: #03004c;
  text-align: center;
  padding: 0 30px;
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
  font-size: 14px;
  opacity: .9;
  filter: alpha(opacity=90);
  -webkit-transition: all .25s ease;
  transition: all 0.25s ease;
}
#a8ce9adb98a7e1d .yun-solution-slider-content .yun-solution-text-wrap .yun-solution-btn:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  box-shadow: 0 0 10px 0 rgba(3, 0, 76, 0.3);
}
#a8ce9adb98a7e1d .yun-solution-slider-content .yun-solution-title {
  line-height: 44px;
  font-size: 24px;
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#a8ce9adb98a7e1d .yun-solution-slider-content .yun-solution-title b {
  font-size: 28px;
}
#a8ce9adb98a7e1d .yun-solution-slider-content .yun-solution-des {
  margin-top: 15px;
  max-height: 120px;
  line-height: 30px;
  overflow: hidden;
  font-size: 16px;
}
#a8ce9adb98a7e1d .yun-solution-slider-content .yun-solution-logo-wrap {
  float: left;
  margin-left: 40px;
  width: 420px;
  max-height: 230px;
  overflow: hidden;
  font-size: 0;
}
#a8ce9adb98a7e1d .yun-solution-slider-content .yun-solution-logo-wrap:after {
  content: "";
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
#a8ce9adb98a7e1d .yun-solution-slider-content .yun-solution-logo-list {
  display: inline-block;
}
#a8ce9adb98a7e1d .yun-solution-slider-content .yun-solution-logo-list li {
  display: inline-block;
  margin-top: 40px;
  width: 33%;
  vertical-align: middle;
  text-align: left;
}
#a8ce9adb98a7e1d .yun-solution-list-wrap {
  position: relative;
  height: 132px;
  overflow: hidden;
}
#a8ce9adb98a7e1d .yun-solution-list-wrap:hover .yun-solution-btn {
  display: block;
}
#a8ce9adb98a7e1d .yun-solution-list-wrap .yun-solution-btn {
  display: none;
  position: absolute;
  top: 60px;
  width: 40px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 40px;
  color: #078ef6;
  opacity: .6;
  filter: alpha(opacity=60);
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#a8ce9adb98a7e1d .yun-solution-list-wrap .yun-solution-btn:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
#a8ce9adb98a7e1d .yun-solution-list-wrap .yun-solution-btn.disabled {
  display: none;
}
#a8ce9adb98a7e1d .yun-solution-list-wrap .yun-solution-btn-prev {
  left: 0;
}
#a8ce9adb98a7e1d .yun-solution-list-wrap .yun-solution-btn-next {
  right: 0;
}
#a8ce9adb98a7e1d .yun-solution-list {
  padding-top: 35px;
  text-align: center;
  font-size: 0;
}
#a8ce9adb98a7e1d .yun-solution-list .yun-solution-list-item {
  display: inline-block;
  vertical-align: top;
  width: 12.5%;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}
#a8ce9adb98a7e1d .yun-solution-list .img-wrap {
  margin: 0 auto;
  width: 42px;
  height: 42px;
  overflow: hidden;
  background-size: 42px;
  background-position: 0 0;
}
#a8ce9adb98a7e1d .yun-solution-list .yun-solution-text {
  margin-top: 15px;
  line-height: 20px;
  color: #078ef6;
}
#a8ce9adb98a7e1d .yun-arrow-wrap {
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 0;
  display: table;
  width: 100%;
  height: 18px;
  overflow: hidden;
}
#a8ce9adb98a7e1d .yun-arrow-wrap .yun-arrow-item {
  display: table-cell;
  position: relative;
  width: auto;
  background-color: #fff;
}
#a8ce9adb98a7e1d .yun-arrow-wrap .yun-arrow-triangle {
  width: 1200px;
  height: 17px;
  background-color: transparent;
}
#a8ce9adb98a7e1d .yun-arrow-wrap .yun-arrow-triangle:after,
#a8ce9adb98a7e1d .yun-arrow-wrap .yun-arrow-triangle:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 50%;
  box-sizing: border-box;
}
#a8ce9adb98a7e1d .yun-arrow-wrap .yun-arrow-triangle:before {
  right: 50%;
  border-bottom: 18px solid #fff;
  border-right: 22px solid transparent;
}
#a8ce9adb98a7e1d .yun-arrow-wrap .yun-arrow-triangle:after {
  left: 50%;
  border-bottom: 18px solid #fff;
  border-left: 22px solid transparent;
}
#a8ce9adb98a7e1d .yun-arrow-wrap.yun-arrow-current1 .yun-arrow-triangle:before {
  right: 94%;
}
#a8ce9adb98a7e1d .yun-arrow-wrap.yun-arrow-current1 .yun-arrow-triangle:after {
  left: 6%;
  width: 94%;
}
#a8ce9adb98a7e1d .yun-arrow-wrap.yun-arrow-current2 .yun-arrow-triangle:before {
  right: 81%;
}
#a8ce9adb98a7e1d .yun-arrow-wrap.yun-arrow-current2 .yun-arrow-triangle:after {
  left: 19%;
  width: 81%;
}
#a8ce9adb98a7e1d .yun-arrow-wrap.yun-arrow-current3 .yun-arrow-triangle:before {
  right: 69%;
}
#a8ce9adb98a7e1d .yun-arrow-wrap.yun-arrow-current3 .yun-arrow-triangle:after {
  left: 31%;
  width: 69%;
}
#a8ce9adb98a7e1d .yun-arrow-wrap.yun-arrow-current4 .yun-arrow-triangle:before {
  right: 56%;
}
#a8ce9adb98a7e1d .yun-arrow-wrap.yun-arrow-current4 .yun-arrow-triangle:after {
  left: 44%;
  width: 56%;
}
#a8ce9adb98a7e1d .yun-arrow-wrap.yun-arrow-current5 .yun-arrow-triangle:before {
  right: 44%;
  width: 56%;
}
#a8ce9adb98a7e1d .yun-arrow-wrap.yun-arrow-current5 .yun-arrow-triangle:after {
  left: 56%;
}
#a8ce9adb98a7e1d .yun-arrow-wrap.yun-arrow-current6 .yun-arrow-triangle:before {
  right: 31%;
  width: 69%;
}
#a8ce9adb98a7e1d .yun-arrow-wrap.yun-arrow-current6 .yun-arrow-triangle:after {
  left: 69%;
}
#a8ce9adb98a7e1d .yun-arrow-wrap.yun-arrow-current7 .yun-arrow-triangle:before {
  right: 19%;
  width: 81%;
}
#a8ce9adb98a7e1d .yun-arrow-wrap.yun-arrow-current7 .yun-arrow-triangle:after {
  left: 81%;
}
#a8ce9adb98a7e1d .yun-arrow-wrap.yun-arrow-current8 .yun-arrow-triangle:before {
  right: 6%;
  width: 94%;
}
#a8ce9adb98a7e1d .yun-arrow-wrap.yun-arrow-current8 .yun-arrow-triangle:after {
  left: 94%;
}
#a8bdaa6526ab723 .uk-container {
  line-height: 2;
  color: #999;
}
#aaccca6138a4a53 .ap-category-filter ul li.active {
  border-color: #078ef6;
  color: #078ef6;
}
#aaccca6138a4a53 .uk-grid {
  margin-left: -8px;
}
#aaccca6138a4a53 .uk-grid > * {
  padding-left: 8px;
}
#aaccca6138a4a53 .uk-grid-margin {
  margin-top: 20px;
}
#aaccca6138a4a53 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#aaccca6138a4a53 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#aaccca6138a4a53 .uk-card-media-top .img {
  transition: all .3s ease;
}
#aaccca6138a4a53 .uk-card-body {
  display: block;
}
#aaccca6138a4a53 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#aaccca6138a4a53 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #349cff;
  color: #fff;
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
}
#aaccca6138a4a53 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#aaccca6138a4a53 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#aaccca6138a4a53 .uk-card .title {
  font-weight: bold;
  font-style: normal;
  font-size: 21px;
  font-family: NotoSansSC-Light;
  color: #078ef6;
  letter-spacing: 1px;
}
#aaccca6138a4a53 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#aaccca6138a4a53 .uk-card:hover {
  background-color: #333333;
}
#aaccca6138a4a53 .uk-card:hover .title {
  color: #fff;
}
#aaccca6138a4a53 .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#aaccca6138a4a53 .uk-card:hover .img {
  transform: scale(1.2);
}
#aaccca6138a4a53 .uk-card:hover .abstract {
  color: #fff;
}
#aaccca6138a4a53 .uk-card:hover .datetime {
  color: #d3b267;
}
#aaccca6138a4a53 .uk-card:hover .category {
  color: #d3b267;
}
#aaccca6138a4a53 .uk-card:hover .uk-button {
  color: #ffffff;
  background-color: #6d92d1;
  border-color: #6d92d1;
}
#a35bea30fbafa49 .ap-category-filter ul li {
  border-top-color: #eaedf5;
  border-left-style: solid;
  border-top-style: solid;
  border-top-width: 1px;
  border-right-color: #eaedf5;
  border-left-color: #eaedf5;
  border-bottom-color: #eaedf5;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
}
#a35bea30fbafa49 .ap-category-filter ul li.active {
  border-color: #078ef6;
  color: #078ef6;
}
#a35bea30fbafa49 .uk-grid {
  margin-left: -8px;
}
#a35bea30fbafa49 .uk-grid > * {
  padding-left: 8px;
}
#a35bea30fbafa49 .uk-grid-margin {
  margin-top: 20px;
}
#a35bea30fbafa49 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
  background-color: #ffffff;
  border-top-style: solid;
  border-top-color: #d2d4df;
  border-top-width: 1px;
  border-right-color: #d2d4df;
  border-left-color: #d2d4df;
  border-bottom-color: #d2d4df;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a35bea30fbafa49 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a35bea30fbafa49 .uk-card-media-top .img {
  transition: all .3s ease;
}
#a35bea30fbafa49 .uk-card-body {
  display: block;
}
#a35bea30fbafa49 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a35bea30fbafa49 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #349cff;
  color: #fff;
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
  border-top-color: #672020;
  border-top-style: solid;
  border-right-color: #672020;
  border-bottom-color: #672020;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a35bea30fbafa49 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a35bea30fbafa49 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a35bea30fbafa49 .uk-card .title {
  font-weight: bold;
  font-style: normal;
  font-size: 21px;
  font-family: NotoSansSC-Light;
  color: #078ef6;
  letter-spacing: 1px;
}
#a35bea30fbafa49 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a35bea30fbafa49 .uk-card:hover {
  background-color: #333333;
}
#a35bea30fbafa49 .uk-card:hover .title {
  color: #fff;
}
#a35bea30fbafa49 .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#a35bea30fbafa49 .uk-card:hover .img {
  transform: scale(1.2);
}
#a35bea30fbafa49 .uk-card:hover .abstract {
  color: #fff;
}
#a35bea30fbafa49 .uk-card:hover .datetime {
  color: #d3b267;
}
#a35bea30fbafa49 .uk-card:hover .category {
  color: #d3b267;
}
#a35bea30fbafa49 .uk-card:hover .uk-button {
  color: #ffffff;
  background-color: #6d92d1;
  border-color: #6d92d1;
}
#acdbcaf360ad1e4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#acdbcaf360ad1e4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a111da6e4aa6cf1 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a111da6e4aa6cf1 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a567aa137aa68ce a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a567aa137aa68ce a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a85c3a04d0accec a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a85c3a04d0accec a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a6547aa7b8a45a2 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a6547aa7b8a45a2 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a4c9ba162aa7c58 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a4c9ba162aa7c58 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a73c7aced4a3c10 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a73c7aced4a3c10 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ad7c6aa965a8655 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#ad7c6aa965a8655 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a34c7aa763a9314 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a34c7aa763a9314 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#afd93aefffa1c78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#afd93aefffa1c78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a45dfaa7bea3f14 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a45dfaa7bea3f14 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a3514a8f90a19e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a3514a8f90a19e1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#abb58aa552ab710 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#abb58aa552ab710 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#acdadae575a5c9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 17px;}#acdadae575a5c9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a2482a8236abe29 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a2482a8236abe29 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a43c5a56cfa15c9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a43c5a56cfa15c9 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a3a00aab8fa8cff a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a3a00aab8fa8cff a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a16a9a9c12a0511 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a16a9a9c12a0511 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ab495a4f53a7e28 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#ab495a4f53a7e28 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ae0f2a12bba5d15 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#ae0f2a12bba5d15 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#afafea1f1caaf63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#afafea1f1caaf63 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a8a46a9a07a7347 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a8a46a9a07a7347 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#acef3afb81a1428 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#acef3afb81a1428 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#aa759a5d8daf6e6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#aa759a5d8daf6e6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a8f4aa57efa64b6 [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a8f4aa57efa64b6 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a90a6abe1aac644 .logged {
  display: none;
}
#a90a6abe1aac644 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a90a6abe1aac644 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a90a6abe1aac644 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a90a6abe1aac644 .quick-menus > li:last-child::after {
  content: '';
}
#a90a6abe1aac644 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a90a6abe1aac644 .site-header {
  height: 80px;
}
#a90a6abe1aac644 .uk-navbar-item,
#a90a6abe1aac644 .uk-navbar-nav > li > a,
#a90a6abe1aac644 .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a90a6abe1aac644 .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #078ef6;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#a90a6abe1aac644 .uk-navbar-nav > li > a:hover::before,
#a90a6abe1aac644 .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#a90a6abe1aac644 .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#a90a6abe1aac644 .uk-navbar-nav > li.active > a {
  color: #078ef6;
}
#a90a6abe1aac644 .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#a90a6abe1aac644 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a90a6abe1aac644 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a90a6abe1aac644 .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#a90a6abe1aac644 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a90a6abe1aac644 .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#a90a6abe1aac644 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a90a6abe1aac644 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a90a6abe1aac644 .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#a90a6abe1aac644 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #078ef6;
}
#a90a6abe1aac644 .site-pc-navbar {
  background: #fff;
}
#a90a6abe1aac644 .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a90a6abe1aac644 .logo {
  display: inline-block;
}
#a90a6abe1aac644 .menu-list {
  justify-content: center;
}
#a90a6abe1aac644 .submenu-items {
  display: inline-block;
}
#a90a6abe1aac644 .submenu-items .sub-menu-item:last-child svg,
#a90a6abe1aac644 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#afabfa9e8fadb10 .post-cate {
  position: absolute;
  margin-left: 0;
  left: 30px;
  top: 0;
  padding: 0 10px;
  line-height: 20px;
  font-size: 12px;
  z-index: 100;
  background: #007bff;
  color: #fff;
}
#afabfa9e8fadb10 .new-list .uk-card {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 15px;
}
#afabfa9e8fadb10 .new-list .uk-cover-container {
  min-height: 80px;
}
#afabfa9e8fadb10 .new-list .uk-card:first-of-type {
  padding-top: 0;
}
#afabfa9e8fadb10 .new-list .uk-card:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
#afabfa9e8fadb10 .main-item::before {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.95)));
  /* background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.95) 100%); */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.95) 100%);
  /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.95) 100%); */
}
#afabfa9e8fadb10 .main-item::after {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  content: '';
  -webkit-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
}
#afabfa9e8fadb10 .main-item:hover::after {
  opacity: 1;
}
#afabfa9e8fadb10 .main-info {
  z-index: 100;
}
#a6182a8400a98c7 .uk-container {
  line-height: 2;
  color: #999;
}
#ad8f5a6a31ab166 [data-item="abstract"] {left: 0px;top: -1px; position: relative;}#ad8f5a6a31ab166 [data-item="title"] {left: 0px;top: 1px; position: relative;}#afabfa9e8fadb10 [data-item*=".abstract"], #afabfa9e8fadb10 [data-item*=".abstract"] a {show: true;}#afabfa9e8fadb10 [data-item*=".subTitle"], #afabfa9e8fadb10 [data-item*=".subTitle"] a {show: true;}#afabfa9e8fadb10 [data-item*=".category"], #afabfa9e8fadb10 [data-item*=".category"] a {show: true;}#acdbcaf360ad1e4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#acdbcaf360ad1e4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a111da6e4aa6cf1 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a111da6e4aa6cf1 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a567aa137aa68ce a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a567aa137aa68ce a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a85c3a04d0accec a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a85c3a04d0accec a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a6547aa7b8a45a2 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a6547aa7b8a45a2 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a4c9ba162aa7c58 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a4c9ba162aa7c58 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a73c7aced4a3c10 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a73c7aced4a3c10 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ad7c6aa965a8655 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#ad7c6aa965a8655 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a34c7aa763a9314 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a34c7aa763a9314 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#afd93aefffa1c78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#afd93aefffa1c78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a45dfaa7bea3f14 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a45dfaa7bea3f14 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a3514a8f90a19e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a3514a8f90a19e1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#abb58aa552ab710 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#abb58aa552ab710 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#acdadae575a5c9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 17px;}#acdadae575a5c9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a2482a8236abe29 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a2482a8236abe29 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a43c5a56cfa15c9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a43c5a56cfa15c9 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a3a00aab8fa8cff a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a3a00aab8fa8cff a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a16a9a9c12a0511 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a16a9a9c12a0511 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ab495a4f53a7e28 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#ab495a4f53a7e28 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ae0f2a12bba5d15 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#ae0f2a12bba5d15 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#afafea1f1caaf63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#afafea1f1caaf63 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a8a46a9a07a7347 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a8a46a9a07a7347 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#acef3afb81a1428 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#acef3afb81a1428 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#aa759a5d8daf6e6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#aa759a5d8daf6e6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a8a37a9a6aa4b63 [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a8a37a9a6aa4b63 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a826aae680aed57 .logged {
  display: none;
}
#a826aae680aed57 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a826aae680aed57 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a826aae680aed57 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a826aae680aed57 .quick-menus > li:last-child::after {
  content: '';
}
#a826aae680aed57 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a826aae680aed57 .site-header {
  height: 80px;
}
#a826aae680aed57 .uk-navbar-item,
#a826aae680aed57 .uk-navbar-nav > li > a,
#a826aae680aed57 .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a826aae680aed57 .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #078ef6;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#a826aae680aed57 .uk-navbar-nav > li > a:hover::before,
#a826aae680aed57 .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#a826aae680aed57 .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#a826aae680aed57 .uk-navbar-nav > li.active > a {
  color: #078ef6;
}
#a826aae680aed57 .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#a826aae680aed57 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a826aae680aed57 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a826aae680aed57 .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#a826aae680aed57 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a826aae680aed57 .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#a826aae680aed57 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a826aae680aed57 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a826aae680aed57 .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#a826aae680aed57 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #078ef6;
}
#a826aae680aed57 .site-pc-navbar {
  background: #fff;
}
#a826aae680aed57 .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a826aae680aed57 .logo {
  display: inline-block;
}
#a826aae680aed57 .menu-list {
  justify-content: center;
}
#a826aae680aed57 .submenu-items {
  display: inline-block;
}
#a826aae680aed57 .submenu-items .sub-menu-item:last-child svg,
#a826aae680aed57 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#af246a721aa0a71 .post-cate {
  position: absolute;
  margin-left: 0;
  left: 30px;
  top: 0;
  padding: 0 10px;
  line-height: 20px;
  font-size: 12px;
  z-index: 100;
  background: #007bff;
  color: #fff;
}
#af246a721aa0a71 .new-list .uk-card {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 15px;
}
#af246a721aa0a71 .new-list .uk-cover-container {
  min-height: 80px;
}
#af246a721aa0a71 .new-list .uk-card:first-of-type {
  padding-top: 0;
}
#af246a721aa0a71 .new-list .uk-card:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
#af246a721aa0a71 .main-item::before {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.95)));
  /* background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.95) 100%); */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.95) 100%);
  /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.95) 100%); */
}
#af246a721aa0a71 .main-item::after {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  content: '';
  -webkit-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
}
#af246a721aa0a71 .main-item:hover::after {
  opacity: 1;
}
#af246a721aa0a71 .main-info {
  z-index: 100;
}
#ac9aaaae8ead779 .uk-container {
  line-height: 2;
  color: #999;
}
#ab1ddae492a61d1 [data-item="abstract"] {left: 0px;top: -1px; position: relative;}#ab1ddae492a61d1 [data-item="title"] {left: 0px;top: 1px; position: relative;}#af246a721aa0a71 [data-item*=".abstract"], #af246a721aa0a71 [data-item*=".abstract"] a {show: true;}#af246a721aa0a71 [data-item*=".subTitle"], #af246a721aa0a71 [data-item*=".subTitle"] a {show: true;}#af246a721aa0a71 [data-item*=".category"], #af246a721aa0a71 [data-item*=".category"] a {show: true;}#acdbcaf360ad1e4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#acdbcaf360ad1e4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a111da6e4aa6cf1 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a111da6e4aa6cf1 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a567aa137aa68ce a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a567aa137aa68ce a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a85c3a04d0accec a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a85c3a04d0accec a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a6547aa7b8a45a2 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a6547aa7b8a45a2 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a4c9ba162aa7c58 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a4c9ba162aa7c58 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a73c7aced4a3c10 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a73c7aced4a3c10 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ad7c6aa965a8655 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#ad7c6aa965a8655 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a34c7aa763a9314 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a34c7aa763a9314 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#afd93aefffa1c78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#afd93aefffa1c78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a45dfaa7bea3f14 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a45dfaa7bea3f14 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a3514a8f90a19e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a3514a8f90a19e1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#abb58aa552ab710 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#abb58aa552ab710 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#acdadae575a5c9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 17px;}#acdadae575a5c9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a2482a8236abe29 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a2482a8236abe29 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a43c5a56cfa15c9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a43c5a56cfa15c9 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a3a00aab8fa8cff a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a3a00aab8fa8cff a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a16a9a9c12a0511 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a16a9a9c12a0511 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ab495a4f53a7e28 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#ab495a4f53a7e28 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ae0f2a12bba5d15 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#ae0f2a12bba5d15 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#afafea1f1caaf63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#afafea1f1caaf63 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a8a46a9a07a7347 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a8a46a9a07a7347 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#acef3afb81a1428 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#acef3afb81a1428 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#aa759a5d8daf6e6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#aa759a5d8daf6e6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#afd34a8945a57c2 [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#afd34a8945a57c2 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a2ce5a0a3aa4e1e .logged {
  display: none;
}
#a2ce5a0a3aa4e1e .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a2ce5a0a3aa4e1e .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a2ce5a0a3aa4e1e .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a2ce5a0a3aa4e1e .quick-menus > li:last-child::after {
  content: '';
}
#a2ce5a0a3aa4e1e .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a2ce5a0a3aa4e1e .site-header {
  height: 80px;
}
#a2ce5a0a3aa4e1e .uk-navbar-item,
#a2ce5a0a3aa4e1e .uk-navbar-nav > li > a,
#a2ce5a0a3aa4e1e .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a2ce5a0a3aa4e1e .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #078ef6;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#a2ce5a0a3aa4e1e .uk-navbar-nav > li > a:hover::before,
#a2ce5a0a3aa4e1e .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#a2ce5a0a3aa4e1e .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#a2ce5a0a3aa4e1e .uk-navbar-nav > li.active > a {
  color: #078ef6;
}
#a2ce5a0a3aa4e1e .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#a2ce5a0a3aa4e1e .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a2ce5a0a3aa4e1e .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a2ce5a0a3aa4e1e .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#a2ce5a0a3aa4e1e .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a2ce5a0a3aa4e1e .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#a2ce5a0a3aa4e1e .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a2ce5a0a3aa4e1e .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a2ce5a0a3aa4e1e .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#a2ce5a0a3aa4e1e .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #078ef6;
}
#a2ce5a0a3aa4e1e .site-pc-navbar {
  background: #fff;
}
#a2ce5a0a3aa4e1e .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a2ce5a0a3aa4e1e .logo {
  display: inline-block;
}
#a2ce5a0a3aa4e1e .menu-list {
  justify-content: center;
}
#a2ce5a0a3aa4e1e .submenu-items {
  display: inline-block;
}
#a2ce5a0a3aa4e1e .submenu-items .sub-menu-item:last-child svg,
#a2ce5a0a3aa4e1e .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#a3ecbabe50aacf5 .post-cate {
  position: absolute;
  margin-left: 0;
  left: 30px;
  top: 0;
  padding: 0 10px;
  line-height: 20px;
  font-size: 12px;
  z-index: 100;
  background: #007bff;
  color: #fff;
}
#a3ecbabe50aacf5 .new-list .uk-card {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 15px;
}
#a3ecbabe50aacf5 .new-list .uk-cover-container {
  min-height: 80px;
}
#a3ecbabe50aacf5 .new-list .uk-card:first-of-type {
  padding-top: 0;
}
#a3ecbabe50aacf5 .new-list .uk-card:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
#a3ecbabe50aacf5 .main-item::before {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.95)));
  /* background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.95) 100%); */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.95) 100%);
  /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.95) 100%); */
}
#a3ecbabe50aacf5 .main-item::after {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  content: '';
  -webkit-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
}
#a3ecbabe50aacf5 .main-item:hover::after {
  opacity: 1;
}
#a3ecbabe50aacf5 .main-info {
  z-index: 100;
}
#af9a4a1f42a5a3c .uk-container {
  line-height: 2;
  color: #999;
}
#adf4fa0e78a32c4 [data-item="abstract"] {left: 0px;top: -1px; position: relative;}#adf4fa0e78a32c4 [data-item="title"] {left: 0px;top: 1px; position: relative;}#a3ecbabe50aacf5 [data-item*=".abstract"], #a3ecbabe50aacf5 [data-item*=".abstract"] a {show: true;}#a3ecbabe50aacf5 [data-item*=".subTitle"], #a3ecbabe50aacf5 [data-item*=".subTitle"] a {show: true;}#a3ecbabe50aacf5 [data-item*=".category"], #a3ecbabe50aacf5 [data-item*=".category"] a {show: true;}#acdbcaf360ad1e4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#acdbcaf360ad1e4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a111da6e4aa6cf1 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a111da6e4aa6cf1 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a567aa137aa68ce a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a567aa137aa68ce a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a85c3a04d0accec a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a85c3a04d0accec a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a6547aa7b8a45a2 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a6547aa7b8a45a2 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a4c9ba162aa7c58 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a4c9ba162aa7c58 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a73c7aced4a3c10 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a73c7aced4a3c10 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ad7c6aa965a8655 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#ad7c6aa965a8655 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a34c7aa763a9314 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a34c7aa763a9314 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#afd93aefffa1c78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#afd93aefffa1c78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a45dfaa7bea3f14 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a45dfaa7bea3f14 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a3514a8f90a19e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a3514a8f90a19e1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#abb58aa552ab710 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#abb58aa552ab710 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#acdadae575a5c9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 17px;}#acdadae575a5c9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a2482a8236abe29 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a2482a8236abe29 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a43c5a56cfa15c9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a43c5a56cfa15c9 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a3a00aab8fa8cff a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a3a00aab8fa8cff a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a16a9a9c12a0511 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a16a9a9c12a0511 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ab495a4f53a7e28 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#ab495a4f53a7e28 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ae0f2a12bba5d15 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#ae0f2a12bba5d15 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#afafea1f1caaf63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#afafea1f1caaf63 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a8a46a9a07a7347 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a8a46a9a07a7347 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#acef3afb81a1428 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#acef3afb81a1428 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#aa759a5d8daf6e6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#aa759a5d8daf6e6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a17e1a4cbfa1509 [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a17e1a4cbfa1509 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a4a8ea7371ada62 .logged {
  display: none;
}
#a4a8ea7371ada62 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a4a8ea7371ada62 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a4a8ea7371ada62 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a4a8ea7371ada62 .quick-menus > li:last-child::after {
  content: '';
}
#a4a8ea7371ada62 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a4a8ea7371ada62 .site-header {
  height: 80px;
}
#a4a8ea7371ada62 .uk-navbar-item,
#a4a8ea7371ada62 .uk-navbar-nav > li > a,
#a4a8ea7371ada62 .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a4a8ea7371ada62 .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #078ef6;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#a4a8ea7371ada62 .uk-navbar-nav > li > a:hover::before,
#a4a8ea7371ada62 .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#a4a8ea7371ada62 .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#a4a8ea7371ada62 .uk-navbar-nav > li.active > a {
  color: #078ef6;
}
#a4a8ea7371ada62 .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#a4a8ea7371ada62 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a4a8ea7371ada62 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a4a8ea7371ada62 .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#a4a8ea7371ada62 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a4a8ea7371ada62 .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#a4a8ea7371ada62 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a4a8ea7371ada62 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a4a8ea7371ada62 .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#a4a8ea7371ada62 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #078ef6;
}
#a4a8ea7371ada62 .site-pc-navbar {
  background: #fff;
}
#a4a8ea7371ada62 .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a4a8ea7371ada62 .logo {
  display: inline-block;
}
#a4a8ea7371ada62 .menu-list {
  justify-content: center;
}
#a4a8ea7371ada62 .submenu-items {
  display: inline-block;
}
#a4a8ea7371ada62 .submenu-items .sub-menu-item:last-child svg,
#a4a8ea7371ada62 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#a56cda9614ab776 .post-cate {
  position: absolute;
  margin-left: 0;
  left: 30px;
  top: 0;
  padding: 0 10px;
  line-height: 20px;
  font-size: 12px;
  z-index: 100;
  background: #007bff;
  color: #fff;
}
#a56cda9614ab776 .new-list .uk-card {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 15px;
}
#a56cda9614ab776 .new-list .uk-cover-container {
  min-height: 80px;
}
#a56cda9614ab776 .new-list .uk-card:first-of-type {
  padding-top: 0;
}
#a56cda9614ab776 .new-list .uk-card:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
#a56cda9614ab776 .main-item::before {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.95)));
  /* background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.95) 100%); */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.95) 100%);
  /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.95) 100%); */
}
#a56cda9614ab776 .main-item::after {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  content: '';
  -webkit-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
}
#a56cda9614ab776 .main-item:hover::after {
  opacity: 1;
}
#a56cda9614ab776 .main-info {
  z-index: 100;
}
#affdaa27f4a0986 .uk-container {
  line-height: 2;
  color: #999;
}
#a4a91aaa63a7665 [data-item="abstract"] {left: 0px;top: -1px; position: relative;}#a4a91aaa63a7665 [data-item="title"] {left: 0px;top: 1px; position: relative;}#a56cda9614ab776 [data-item*=".abstract"], #a56cda9614ab776 [data-item*=".abstract"] a {show: true;}#a56cda9614ab776 [data-item*=".subTitle"], #a56cda9614ab776 [data-item*=".subTitle"] a {show: true;}#a56cda9614ab776 [data-item*=".category"], #a56cda9614ab776 [data-item*=".category"] a {show: true;}#acdbcaf360ad1e4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#acdbcaf360ad1e4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a111da6e4aa6cf1 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a111da6e4aa6cf1 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a567aa137aa68ce a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a567aa137aa68ce a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a85c3a04d0accec a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a85c3a04d0accec a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a6547aa7b8a45a2 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a6547aa7b8a45a2 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a4c9ba162aa7c58 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a4c9ba162aa7c58 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a73c7aced4a3c10 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a73c7aced4a3c10 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ad7c6aa965a8655 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#ad7c6aa965a8655 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a34c7aa763a9314 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a34c7aa763a9314 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#afd93aefffa1c78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#afd93aefffa1c78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a45dfaa7bea3f14 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a45dfaa7bea3f14 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a3514a8f90a19e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a3514a8f90a19e1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#abb58aa552ab710 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#abb58aa552ab710 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#acdadae575a5c9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 17px;}#acdadae575a5c9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a2482a8236abe29 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a2482a8236abe29 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a43c5a56cfa15c9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a43c5a56cfa15c9 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a3a00aab8fa8cff a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a3a00aab8fa8cff a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a16a9a9c12a0511 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a16a9a9c12a0511 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ab495a4f53a7e28 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#ab495a4f53a7e28 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ae0f2a12bba5d15 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#ae0f2a12bba5d15 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#afafea1f1caaf63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#afafea1f1caaf63 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a8a46a9a07a7347 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a8a46a9a07a7347 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#acef3afb81a1428 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#acef3afb81a1428 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#aa759a5d8daf6e6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#aa759a5d8daf6e6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a637eaa515ac454 [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a637eaa515ac454 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a02b0a9498ae929 .logged {
  display: none;
}
#a02b0a9498ae929 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a02b0a9498ae929 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a02b0a9498ae929 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a02b0a9498ae929 .quick-menus > li:last-child::after {
  content: '';
}
#a02b0a9498ae929 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a02b0a9498ae929 .site-header {
  height: 80px;
}
#a02b0a9498ae929 .uk-navbar-item,
#a02b0a9498ae929 .uk-navbar-nav > li > a,
#a02b0a9498ae929 .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a02b0a9498ae929 .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #078ef6;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#a02b0a9498ae929 .uk-navbar-nav > li > a:hover::before,
#a02b0a9498ae929 .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#a02b0a9498ae929 .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#a02b0a9498ae929 .uk-navbar-nav > li.active > a {
  color: #078ef6;
}
#a02b0a9498ae929 .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#a02b0a9498ae929 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a02b0a9498ae929 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a02b0a9498ae929 .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#a02b0a9498ae929 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a02b0a9498ae929 .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#a02b0a9498ae929 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a02b0a9498ae929 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a02b0a9498ae929 .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#a02b0a9498ae929 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #078ef6;
}
#a02b0a9498ae929 .site-pc-navbar {
  background: #fff;
}
#a02b0a9498ae929 .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a02b0a9498ae929 .logo {
  display: inline-block;
}
#a02b0a9498ae929 .menu-list {
  justify-content: center;
}
#a02b0a9498ae929 .submenu-items {
  display: inline-block;
}
#a02b0a9498ae929 .submenu-items .sub-menu-item:last-child svg,
#a02b0a9498ae929 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#ac82ea8ccba0035 .tags {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 10;
}
#ac82ea8ccba0035 .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #078ef6;
  margin-right: 4px;
  display: inline-block;
}
#a7716a91a4a0b45 .tags {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 10;
}
#a7716a91a4a0b45 .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #078ef6;
  margin-right: 4px;
  display: inline-block;
}
#aaa17a914bab294 .tags {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 10;
}
#aaa17a914bab294 .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #078ef6;
  margin-right: 4px;
  display: inline-block;
}
#af3d4a5f69ac530 .uk-container {
  line-height: 2;
  color: #999;
}
#a14d5a1680aa645 [data-item="abstract"] {left: 0px;top: -1px; position: relative;}#a14d5a1680aa645 [data-item="title"] {left: 0px;top: 1px; position: relative;}#ac82ea8ccba0035 [data-item="items"] .uk-card-body {padding: 0px}@media (min-width: 1200px) {
                #ac82ea8ccba0035 [data-item="items"] .uk-card-body {padding: 0px}
            }@media (max-width: 640px) {
                #ac82ea8ccba0035 [data-item="items"] .uk-card-body {padding: 0px}
            }#ac82ea8ccba0035 [data-item="items"] .uk-card {
                border: 1px solid rgba(200, 200, 200, 1);
            }#ac82ea8ccba0035 [data-item="items"] .uk-card {
                border-radius: 1px !important; overflow: hidden;
            } #ac82ea8ccba0035 [data-item*=".title"], #ac82ea8ccba0035 [data-item*=".title"] a {font-size: 22px;font-weight: bold;color: rgba(7, 142, 246, 1);font-family: NotoSansSC-Light;}#ac82ea8ccba0035 [data-item*=".abstract"], #ac82ea8ccba0035 [data-item*=".abstract"] a {show: false;}#ac82ea8ccba0035 [data-item*=".subTitle"], #ac82ea8ccba0035 [data-item*=".subTitle"] a {show: false;}#ac82ea8ccba0035 [data-item*=".category"], #ac82ea8ccba0035 [data-item*=".category"] a {show: true;}#ac82ea8ccba0035 [data-item="items"] {left: 0px;top: 1px; position: relative;}#ac82ea8ccba0035 [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#ac82ea8ccba0035 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#a7716a91a4a0b45 [data-item*=".title"], #a7716a91a4a0b45 [data-item*=".title"] a {font-size: 22px;font-weight: bold;color: rgba(7, 142, 246, 1);font-family: NotoSansSC-Light;}#a7716a91a4a0b45 [data-item*=".abstract"], #a7716a91a4a0b45 [data-item*=".abstract"] a {show: false;}#a7716a91a4a0b45 [data-item*=".subTitle"], #a7716a91a4a0b45 [data-item*=".subTitle"] a {show: false;}#a7716a91a4a0b45 [data-item*=".category"], #a7716a91a4a0b45 [data-item*=".category"] a {show: true;}#a7716a91a4a0b45 [data-item="items"] {left: 0px;top: -1px; position: relative;}#a7716a91a4a0b45 [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#a7716a91a4a0b45 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#aaa17a914bab294 [data-item="items"] .uk-card {
                border: 1px solid rgba(200, 200, 200, 1);
            }#aaa17a914bab294 [data-item="items"] .uk-card {
                border-radius: 1px !important; overflow: hidden;
            } #aaa17a914bab294 [data-item*=".title"], #aaa17a914bab294 [data-item*=".title"] a {font-size: 22px;font-weight: bold;color: rgba(7, 142, 246, 1);font-family: NotoSansSC-Light;}#aaa17a914bab294 [data-item*=".abstract"], #aaa17a914bab294 [data-item*=".abstract"] a {show: false;}#aaa17a914bab294 [data-item*=".subTitle"], #aaa17a914bab294 [data-item*=".subTitle"] a {show: false;}#aaa17a914bab294 [data-item*=".category"], #aaa17a914bab294 [data-item*=".category"] a {show: true;}#aaa17a914bab294 [data-item="items"] {left: 0px;top: -1px; position: relative;}#aaa17a914bab294 [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#aaa17a914bab294 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#acdbcaf360ad1e4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#acdbcaf360ad1e4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a111da6e4aa6cf1 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a111da6e4aa6cf1 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a567aa137aa68ce a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a567aa137aa68ce a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a85c3a04d0accec a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a85c3a04d0accec a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a6547aa7b8a45a2 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a6547aa7b8a45a2 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a4c9ba162aa7c58 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a4c9ba162aa7c58 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a73c7aced4a3c10 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a73c7aced4a3c10 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ad7c6aa965a8655 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#ad7c6aa965a8655 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a34c7aa763a9314 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a34c7aa763a9314 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#afd93aefffa1c78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#afd93aefffa1c78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a45dfaa7bea3f14 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a45dfaa7bea3f14 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a3514a8f90a19e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a3514a8f90a19e1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#abb58aa552ab710 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#abb58aa552ab710 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#acdadae575a5c9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 17px;}#acdadae575a5c9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a2482a8236abe29 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a2482a8236abe29 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a43c5a56cfa15c9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a43c5a56cfa15c9 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a3a00aab8fa8cff a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a3a00aab8fa8cff a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a16a9a9c12a0511 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a16a9a9c12a0511 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ab495a4f53a7e28 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#ab495a4f53a7e28 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ae0f2a12bba5d15 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#ae0f2a12bba5d15 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#afafea1f1caaf63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#afafea1f1caaf63 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a8a46a9a07a7347 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a8a46a9a07a7347 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#acef3afb81a1428 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#acef3afb81a1428 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#aa759a5d8daf6e6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#aa759a5d8daf6e6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#accdaad1c8a74fd [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#accdaad1c8a74fd [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a4440a6f41aee9a .logged {
  display: none;
}
#a4440a6f41aee9a .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a4440a6f41aee9a .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a4440a6f41aee9a .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a4440a6f41aee9a .quick-menus > li:last-child::after {
  content: '';
}
#a4440a6f41aee9a .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a4440a6f41aee9a .site-header {
  height: 80px;
}
#a4440a6f41aee9a .uk-navbar-item,
#a4440a6f41aee9a .uk-navbar-nav > li > a,
#a4440a6f41aee9a .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a4440a6f41aee9a .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #078ef6;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#a4440a6f41aee9a .uk-navbar-nav > li > a:hover::before,
#a4440a6f41aee9a .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#a4440a6f41aee9a .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#a4440a6f41aee9a .uk-navbar-nav > li.active > a {
  color: #078ef6;
}
#a4440a6f41aee9a .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#a4440a6f41aee9a .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a4440a6f41aee9a .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a4440a6f41aee9a .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#a4440a6f41aee9a .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a4440a6f41aee9a .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#a4440a6f41aee9a .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a4440a6f41aee9a .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a4440a6f41aee9a .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#a4440a6f41aee9a .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #078ef6;
}
#a4440a6f41aee9a .site-pc-navbar {
  background: #fff;
}
#a4440a6f41aee9a .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a4440a6f41aee9a .logo {
  display: inline-block;
}
#a4440a6f41aee9a .menu-list {
  justify-content: center;
}
#a4440a6f41aee9a .submenu-items {
  display: inline-block;
}
#a4440a6f41aee9a .submenu-items .sub-menu-item:last-child svg,
#a4440a6f41aee9a .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#a974aae9a2a627a .tags {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 10;
}
#a974aae9a2a627a .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #078ef6;
  margin-right: 4px;
  display: inline-block;
}
#a4094a9472abd40 .uk-container {
  line-height: 2;
  color: #999;
}
#a2f44a924da3430 [data-item="abstract"] {left: 0px;top: -1px; position: relative;}#a2f44a924da3430 [data-item="title"] {left: 0px;top: 1px; position: relative;}#a974aae9a2a627a [data-item*=".title"], #a974aae9a2a627a [data-item*=".title"] a {font-size: 22px;font-weight: bold;color: rgba(7, 142, 246, 1);font-family: NotoSansSC-Light;}#a974aae9a2a627a [data-item*=".abstract"], #a974aae9a2a627a [data-item*=".abstract"] a {show: false;}#a974aae9a2a627a [data-item*=".subTitle"], #a974aae9a2a627a [data-item*=".subTitle"] a {show: false;}#a974aae9a2a627a [data-item*=".category"], #a974aae9a2a627a [data-item*=".category"] a {show: true;}#a974aae9a2a627a [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#acdbcaf360ad1e4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#acdbcaf360ad1e4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a111da6e4aa6cf1 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a111da6e4aa6cf1 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a567aa137aa68ce a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a567aa137aa68ce a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a85c3a04d0accec a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a85c3a04d0accec a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a6547aa7b8a45a2 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a6547aa7b8a45a2 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a4c9ba162aa7c58 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a4c9ba162aa7c58 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a73c7aced4a3c10 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a73c7aced4a3c10 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ad7c6aa965a8655 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#ad7c6aa965a8655 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a34c7aa763a9314 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a34c7aa763a9314 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#afd93aefffa1c78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#afd93aefffa1c78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a45dfaa7bea3f14 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a45dfaa7bea3f14 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a3514a8f90a19e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a3514a8f90a19e1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#abb58aa552ab710 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#abb58aa552ab710 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#acdadae575a5c9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 17px;}#acdadae575a5c9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a2482a8236abe29 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a2482a8236abe29 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a43c5a56cfa15c9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a43c5a56cfa15c9 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a3a00aab8fa8cff a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a3a00aab8fa8cff a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a16a9a9c12a0511 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a16a9a9c12a0511 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ab495a4f53a7e28 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#ab495a4f53a7e28 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ae0f2a12bba5d15 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#ae0f2a12bba5d15 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#afafea1f1caaf63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#afafea1f1caaf63 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a8a46a9a07a7347 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a8a46a9a07a7347 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#acef3afb81a1428 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#acef3afb81a1428 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#aa759a5d8daf6e6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#aa759a5d8daf6e6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a3ac2a6896a4bb2 [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a3ac2a6896a4bb2 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a148ea61dcabd57 .logged {
  display: none;
}
#a148ea61dcabd57 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a148ea61dcabd57 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a148ea61dcabd57 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a148ea61dcabd57 .quick-menus > li:last-child::after {
  content: '';
}
#a148ea61dcabd57 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a148ea61dcabd57 .site-header {
  height: 80px;
}
#a148ea61dcabd57 .uk-navbar-item,
#a148ea61dcabd57 .uk-navbar-nav > li > a,
#a148ea61dcabd57 .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a148ea61dcabd57 .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #078ef6;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#a148ea61dcabd57 .uk-navbar-nav > li > a:hover::before,
#a148ea61dcabd57 .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#a148ea61dcabd57 .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#a148ea61dcabd57 .uk-navbar-nav > li.active > a {
  color: #078ef6;
}
#a148ea61dcabd57 .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#a148ea61dcabd57 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a148ea61dcabd57 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a148ea61dcabd57 .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#a148ea61dcabd57 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a148ea61dcabd57 .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#a148ea61dcabd57 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a148ea61dcabd57 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a148ea61dcabd57 .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#a148ea61dcabd57 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #078ef6;
}
#a148ea61dcabd57 .site-pc-navbar {
  background: #fff;
}
#a148ea61dcabd57 .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a148ea61dcabd57 .logo {
  display: inline-block;
}
#a148ea61dcabd57 .menu-list {
  justify-content: center;
}
#a148ea61dcabd57 .submenu-items {
  display: inline-block;
}
#a148ea61dcabd57 .submenu-items .sub-menu-item:last-child svg,
#a148ea61dcabd57 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#a8fa6ab378a5c77 .tags {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 10;
}
#a8fa6ab378a5c77 .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #078ef6;
  margin-right: 4px;
  display: inline-block;
}
#a500ca7195a692f .uk-container {
  line-height: 2;
  color: #999;
}
#ace8ca44eea3b93 [data-item="abstract"] {left: 0px;top: -1px; position: relative;}#ace8ca44eea3b93 [data-item="title"] {left: 0px;top: 1px; position: relative;}#a8fa6ab378a5c77 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#acdbcaf360ad1e4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#acdbcaf360ad1e4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a111da6e4aa6cf1 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a111da6e4aa6cf1 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a567aa137aa68ce a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a567aa137aa68ce a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a85c3a04d0accec a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a85c3a04d0accec a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a6547aa7b8a45a2 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a6547aa7b8a45a2 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a4c9ba162aa7c58 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a4c9ba162aa7c58 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a73c7aced4a3c10 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a73c7aced4a3c10 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ad7c6aa965a8655 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#ad7c6aa965a8655 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a34c7aa763a9314 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a34c7aa763a9314 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#afd93aefffa1c78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#afd93aefffa1c78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a45dfaa7bea3f14 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a45dfaa7bea3f14 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a3514a8f90a19e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a3514a8f90a19e1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#abb58aa552ab710 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#abb58aa552ab710 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#acdadae575a5c9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 17px;}#acdadae575a5c9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a2482a8236abe29 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a2482a8236abe29 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a43c5a56cfa15c9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a43c5a56cfa15c9 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a3a00aab8fa8cff a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a3a00aab8fa8cff a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a16a9a9c12a0511 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a16a9a9c12a0511 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ab495a4f53a7e28 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#ab495a4f53a7e28 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ae0f2a12bba5d15 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#ae0f2a12bba5d15 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#afafea1f1caaf63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#afafea1f1caaf63 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a8a46a9a07a7347 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a8a46a9a07a7347 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#acef3afb81a1428 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#acef3afb81a1428 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#aa759a5d8daf6e6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#aa759a5d8daf6e6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#af2a0ab037a103a [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#af2a0ab037a103a [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(253, 253, 253, 1);}#afd6eae604a8ca7 .logged {
  display: none;
}
#afd6eae604a8ca7 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#afd6eae604a8ca7 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#afd6eae604a8ca7 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#afd6eae604a8ca7 .quick-menus > li:last-child::after {
  content: '';
}
#afd6eae604a8ca7 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#afd6eae604a8ca7 .site-header {
  height: 80px;
}
#afd6eae604a8ca7 .uk-navbar-item,
#afd6eae604a8ca7 .uk-navbar-nav > li > a,
#afd6eae604a8ca7 .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#afd6eae604a8ca7 .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #078ef6;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#afd6eae604a8ca7 .uk-navbar-nav > li > a:hover::before,
#afd6eae604a8ca7 .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#afd6eae604a8ca7 .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#afd6eae604a8ca7 .uk-navbar-nav > li.active > a {
  color: #078ef6;
}
#afd6eae604a8ca7 .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#afd6eae604a8ca7 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#afd6eae604a8ca7 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#afd6eae604a8ca7 .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#afd6eae604a8ca7 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#afd6eae604a8ca7 .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#afd6eae604a8ca7 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#afd6eae604a8ca7 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#afd6eae604a8ca7 .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#afd6eae604a8ca7 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #078ef6;
}
#afd6eae604a8ca7 .site-pc-navbar {
  background: #fff;
}
#afd6eae604a8ca7 .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#afd6eae604a8ca7 .logo {
  display: inline-block;
}
#afd6eae604a8ca7 .menu-list {
  justify-content: center;
}
#afd6eae604a8ca7 .submenu-items {
  display: inline-block;
}
#afd6eae604a8ca7 .submenu-items .sub-menu-item:last-child svg,
#afd6eae604a8ca7 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#a14cfa3277a621f .tags {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 10;
}
#a14cfa3277a621f .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #078ef6;
  margin-right: 4px;
  display: inline-block;
}
#a79dda0306a0965 .uk-container {
  line-height: 2;
  color: #999;
}
#ae465a5045a6f4f [data-item="abstract"] {left: 0px;top: -1px; position: relative;}#ae465a5045a6f4f [data-item="title"] {left: 0px;top: 1px; position: relative;}#a14cfa3277a621f [data-item*=".title"], #a14cfa3277a621f [data-item*=".title"] a {font-size: 22px;font-weight: bold;color: rgba(7, 142, 246, 1);font-family: NotoSansSC-Light;}#a14cfa3277a621f [data-item*=".abstract"], #a14cfa3277a621f [data-item*=".abstract"] a {show: false;}#a14cfa3277a621f [data-item*=".subTitle"], #a14cfa3277a621f [data-item*=".subTitle"] a {show: false;}#a14cfa3277a621f [data-item*=".category"], #a14cfa3277a621f [data-item*=".category"] a {show: true;}#a14cfa3277a621f [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#acdbcaf360ad1e4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#acdbcaf360ad1e4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a111da6e4aa6cf1 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a111da6e4aa6cf1 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a567aa137aa68ce a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a567aa137aa68ce a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a85c3a04d0accec a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a85c3a04d0accec a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a6547aa7b8a45a2 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a6547aa7b8a45a2 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a4c9ba162aa7c58 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a4c9ba162aa7c58 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a73c7aced4a3c10 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a73c7aced4a3c10 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ad7c6aa965a8655 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#ad7c6aa965a8655 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a34c7aa763a9314 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a34c7aa763a9314 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#afd93aefffa1c78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#afd93aefffa1c78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a45dfaa7bea3f14 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a45dfaa7bea3f14 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a3514a8f90a19e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a3514a8f90a19e1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#abb58aa552ab710 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#abb58aa552ab710 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#acdadae575a5c9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 17px;}#acdadae575a5c9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a2482a8236abe29 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a2482a8236abe29 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a43c5a56cfa15c9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a43c5a56cfa15c9 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a3a00aab8fa8cff a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a3a00aab8fa8cff a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a16a9a9c12a0511 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a16a9a9c12a0511 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ab495a4f53a7e28 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#ab495a4f53a7e28 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ae0f2a12bba5d15 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#ae0f2a12bba5d15 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#afafea1f1caaf63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#afafea1f1caaf63 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a8a46a9a07a7347 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a8a46a9a07a7347 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#acef3afb81a1428 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#acef3afb81a1428 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#aa759a5d8daf6e6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#aa759a5d8daf6e6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a65c2a8baba9b49 [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a65c2a8baba9b49 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a4f89a5683adbae .logged {
  display: none;
}
#a4f89a5683adbae .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a4f89a5683adbae .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a4f89a5683adbae .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a4f89a5683adbae .quick-menus > li:last-child::after {
  content: '';
}
#a4f89a5683adbae .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a4f89a5683adbae .site-header {
  height: 80px;
}
#a4f89a5683adbae .uk-navbar-item,
#a4f89a5683adbae .uk-navbar-nav > li > a,
#a4f89a5683adbae .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a4f89a5683adbae .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #078ef6;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#a4f89a5683adbae .uk-navbar-nav > li > a:hover::before,
#a4f89a5683adbae .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#a4f89a5683adbae .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#a4f89a5683adbae .uk-navbar-nav > li.active > a {
  color: #078ef6;
}
#a4f89a5683adbae .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#a4f89a5683adbae .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a4f89a5683adbae .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a4f89a5683adbae .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#a4f89a5683adbae .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a4f89a5683adbae .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#a4f89a5683adbae .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a4f89a5683adbae .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a4f89a5683adbae .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#a4f89a5683adbae .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #078ef6;
}
#a4f89a5683adbae .site-pc-navbar {
  background: #fff;
}
#a4f89a5683adbae .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a4f89a5683adbae .logo {
  display: inline-block;
}
#a4f89a5683adbae .menu-list {
  justify-content: center;
}
#a4f89a5683adbae .submenu-items {
  display: inline-block;
}
#a4f89a5683adbae .submenu-items .sub-menu-item:last-child svg,
#a4f89a5683adbae .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#af22aa0928af3f0 .tags {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 10;
}
#af22aa0928af3f0 .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #078ef6;
  margin-right: 4px;
  display: inline-block;
}
#ac1b0acf0aa7f0a .uk-container {
  line-height: 2;
  color: #999;
}
#a5e40a8c69a68c9 [data-item="abstract"] {left: 0px;top: -1px; position: relative;}#a5e40a8c69a68c9 [data-item="title"] {left: 0px;top: 1px; position: relative;}#af22aa0928af3f0 [data-item*=".title"], #af22aa0928af3f0 [data-item*=".title"] a {font-size: 22px;font-weight: bold;color: rgba(7, 142, 246, 1);font-family: NotoSansSC-Light;}#af22aa0928af3f0 [data-item*=".abstract"], #af22aa0928af3f0 [data-item*=".abstract"] a {show: false;}#af22aa0928af3f0 [data-item*=".subTitle"], #af22aa0928af3f0 [data-item*=".subTitle"] a {show: false;}#af22aa0928af3f0 [data-item*=".category"], #af22aa0928af3f0 [data-item*=".category"] a {show: true;}#af22aa0928af3f0 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#acdbcaf360ad1e4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#acdbcaf360ad1e4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a111da6e4aa6cf1 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a111da6e4aa6cf1 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a567aa137aa68ce a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a567aa137aa68ce a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a85c3a04d0accec a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a85c3a04d0accec a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a6547aa7b8a45a2 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a6547aa7b8a45a2 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a4c9ba162aa7c58 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a4c9ba162aa7c58 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a73c7aced4a3c10 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a73c7aced4a3c10 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ad7c6aa965a8655 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#ad7c6aa965a8655 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a34c7aa763a9314 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a34c7aa763a9314 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#afd93aefffa1c78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#afd93aefffa1c78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a45dfaa7bea3f14 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a45dfaa7bea3f14 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a3514a8f90a19e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a3514a8f90a19e1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#abb58aa552ab710 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#abb58aa552ab710 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#acdadae575a5c9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 17px;}#acdadae575a5c9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a2482a8236abe29 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a2482a8236abe29 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a43c5a56cfa15c9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a43c5a56cfa15c9 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a3a00aab8fa8cff a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a3a00aab8fa8cff a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a16a9a9c12a0511 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a16a9a9c12a0511 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ab495a4f53a7e28 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#ab495a4f53a7e28 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ae0f2a12bba5d15 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#ae0f2a12bba5d15 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#afafea1f1caaf63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#afafea1f1caaf63 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a8a46a9a07a7347 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a8a46a9a07a7347 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#acef3afb81a1428 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#acef3afb81a1428 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#aa759a5d8daf6e6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#aa759a5d8daf6e6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#af795a60d9ab222 [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#af795a60d9ab222 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a82e6ad159a6afb .logged {
  display: none;
}
#a82e6ad159a6afb .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a82e6ad159a6afb .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a82e6ad159a6afb .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a82e6ad159a6afb .quick-menus > li:last-child::after {
  content: '';
}
#a82e6ad159a6afb .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a82e6ad159a6afb .site-header {
  height: 80px;
}
#a82e6ad159a6afb .uk-navbar-item,
#a82e6ad159a6afb .uk-navbar-nav > li > a,
#a82e6ad159a6afb .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a82e6ad159a6afb .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #078ef6;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#a82e6ad159a6afb .uk-navbar-nav > li > a:hover::before,
#a82e6ad159a6afb .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#a82e6ad159a6afb .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#a82e6ad159a6afb .uk-navbar-nav > li.active > a {
  color: #078ef6;
}
#a82e6ad159a6afb .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#a82e6ad159a6afb .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a82e6ad159a6afb .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a82e6ad159a6afb .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#a82e6ad159a6afb .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a82e6ad159a6afb .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#a82e6ad159a6afb .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a82e6ad159a6afb .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a82e6ad159a6afb .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#a82e6ad159a6afb .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #078ef6;
}
#a82e6ad159a6afb .site-pc-navbar {
  background: #fff;
}
#a82e6ad159a6afb .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a82e6ad159a6afb .logo {
  display: inline-block;
}
#a82e6ad159a6afb .menu-list {
  justify-content: center;
}
#a82e6ad159a6afb .submenu-items {
  display: inline-block;
}
#a82e6ad159a6afb .submenu-items .sub-menu-item:last-child svg,
#a82e6ad159a6afb .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#acee1a0b90a0674 .tags {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 10;
}
#acee1a0b90a0674 .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #078ef6;
  margin-right: 4px;
  display: inline-block;
}
#a3f3bab9ccada0b .uk-container {
  line-height: 2;
  color: #999;
}
#ac124a71d4a9731 [data-item="abstract"] {left: 0px;top: -1px; position: relative;}#ac124a71d4a9731 [data-item="title"] {left: 0px;top: 1px; position: relative;}#acee1a0b90a0674 [data-item*=".title"], #acee1a0b90a0674 [data-item*=".title"] a {font-size: 22px;font-weight: bold;color: rgba(7, 142, 246, 1);font-family: NotoSansSC-Light;}#acee1a0b90a0674 [data-item*=".abstract"], #acee1a0b90a0674 [data-item*=".abstract"] a {show: false;}#acee1a0b90a0674 [data-item*=".subTitle"], #acee1a0b90a0674 [data-item*=".subTitle"] a {show: false;}#acee1a0b90a0674 [data-item*=".category"], #acee1a0b90a0674 [data-item*=".category"] a {show: true;}#acee1a0b90a0674 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;border-radius: 20px;}#acdbcaf360ad1e4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#acdbcaf360ad1e4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a111da6e4aa6cf1 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a111da6e4aa6cf1 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a567aa137aa68ce a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a567aa137aa68ce a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a85c3a04d0accec a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a85c3a04d0accec a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a6547aa7b8a45a2 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a6547aa7b8a45a2 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a4c9ba162aa7c58 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a4c9ba162aa7c58 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a73c7aced4a3c10 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a73c7aced4a3c10 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ad7c6aa965a8655 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#ad7c6aa965a8655 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a34c7aa763a9314 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a34c7aa763a9314 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#afd93aefffa1c78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#afd93aefffa1c78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a45dfaa7bea3f14 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a45dfaa7bea3f14 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a3514a8f90a19e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a3514a8f90a19e1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#abb58aa552ab710 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#abb58aa552ab710 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#acdadae575a5c9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 17px;}#acdadae575a5c9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a2482a8236abe29 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a2482a8236abe29 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a43c5a56cfa15c9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a43c5a56cfa15c9 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a3a00aab8fa8cff a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a3a00aab8fa8cff a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a16a9a9c12a0511 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a16a9a9c12a0511 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ab495a4f53a7e28 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#ab495a4f53a7e28 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ae0f2a12bba5d15 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#ae0f2a12bba5d15 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#afafea1f1caaf63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#afafea1f1caaf63 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a8a46a9a07a7347 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a8a46a9a07a7347 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#acef3afb81a1428 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#acef3afb81a1428 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#aa759a5d8daf6e6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#aa759a5d8daf6e6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a17d4a73daa9fbd [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a17d4a73daa9fbd [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(253, 253, 253, 1);}#ab287a9c30a9730 .logged {
  display: none;
}
#ab287a9c30a9730 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#ab287a9c30a9730 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ab287a9c30a9730 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#ab287a9c30a9730 .quick-menus > li:last-child::after {
  content: '';
}
#ab287a9c30a9730 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#ab287a9c30a9730 .site-header {
  height: 80px;
}
#ab287a9c30a9730 .uk-navbar-item,
#ab287a9c30a9730 .uk-navbar-nav > li > a,
#ab287a9c30a9730 .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#ab287a9c30a9730 .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #078ef6;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#ab287a9c30a9730 .uk-navbar-nav > li > a:hover::before,
#ab287a9c30a9730 .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#ab287a9c30a9730 .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#ab287a9c30a9730 .uk-navbar-nav > li.active > a {
  color: #078ef6;
}
#ab287a9c30a9730 .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#ab287a9c30a9730 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#ab287a9c30a9730 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#ab287a9c30a9730 .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#ab287a9c30a9730 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ab287a9c30a9730 .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#ab287a9c30a9730 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#ab287a9c30a9730 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#ab287a9c30a9730 .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#ab287a9c30a9730 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #078ef6;
}
#ab287a9c30a9730 .site-pc-navbar {
  background: #fff;
}
#ab287a9c30a9730 .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#ab287a9c30a9730 .logo {
  display: inline-block;
}
#ab287a9c30a9730 .menu-list {
  justify-content: center;
}
#ab287a9c30a9730 .submenu-items {
  display: inline-block;
}
#ab287a9c30a9730 .submenu-items .sub-menu-item:last-child svg,
#ab287a9c30a9730 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#adb3da28e9ad0da .post-cate {
  position: absolute;
  margin-left: 0;
  left: 30px;
  top: 0;
  padding: 0 10px;
  line-height: 20px;
  font-size: 12px;
  z-index: 100;
  background: #007bff;
  color: #fff;
}
#adb3da28e9ad0da .new-list .uk-card {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 15px;
}
#adb3da28e9ad0da .new-list .uk-cover-container {
  min-height: 80px;
}
#adb3da28e9ad0da .new-list .uk-card:first-of-type {
  padding-top: 0;
}
#adb3da28e9ad0da .new-list .uk-card:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
#adb3da28e9ad0da .main-item::before {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.95)));
  /* background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.95) 100%); */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.95) 100%);
  /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.95) 100%); */
}
#adb3da28e9ad0da .main-item::after {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  content: '';
  -webkit-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
}
#adb3da28e9ad0da .main-item:hover::after {
  opacity: 1;
}
#adb3da28e9ad0da .main-info {
  z-index: 100;
}
#a5665ab7a8abf40 .uk-container {
  line-height: 2;
  color: #999;
}
#afa35a376ea7e76 [data-item="abstract"] {left: 0px;top: -1px; position: relative;}#afa35a376ea7e76 [data-item="title"] {left: 0px;top: 1px; position: relative;}#adb3da28e9ad0da [data-item*=".abstract"], #adb3da28e9ad0da [data-item*=".abstract"] a {show: true;}#adb3da28e9ad0da [data-item*=".subTitle"], #adb3da28e9ad0da [data-item*=".subTitle"] a {show: true;}#adb3da28e9ad0da [data-item*=".category"], #adb3da28e9ad0da [data-item*=".category"] a {show: true;}#acdbcaf360ad1e4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#acdbcaf360ad1e4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a111da6e4aa6cf1 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a111da6e4aa6cf1 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a567aa137aa68ce a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a567aa137aa68ce a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a85c3a04d0accec a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a85c3a04d0accec a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a6547aa7b8a45a2 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a6547aa7b8a45a2 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a4c9ba162aa7c58 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a4c9ba162aa7c58 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a73c7aced4a3c10 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a73c7aced4a3c10 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ad7c6aa965a8655 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#ad7c6aa965a8655 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a34c7aa763a9314 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a34c7aa763a9314 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#afd93aefffa1c78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#afd93aefffa1c78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a45dfaa7bea3f14 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a45dfaa7bea3f14 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a3514a8f90a19e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a3514a8f90a19e1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#abb58aa552ab710 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#abb58aa552ab710 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#acdadae575a5c9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 17px;}#acdadae575a5c9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a2482a8236abe29 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a2482a8236abe29 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a43c5a56cfa15c9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a43c5a56cfa15c9 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a3a00aab8fa8cff a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a3a00aab8fa8cff a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a16a9a9c12a0511 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a16a9a9c12a0511 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ab495a4f53a7e28 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#ab495a4f53a7e28 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ae0f2a12bba5d15 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#ae0f2a12bba5d15 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#afafea1f1caaf63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#afafea1f1caaf63 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a8a46a9a07a7347 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a8a46a9a07a7347 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#acef3afb81a1428 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#acef3afb81a1428 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#aa759a5d8daf6e6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#aa759a5d8daf6e6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a93eea70e1aa6f1 [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a93eea70e1aa6f1 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a7e74a74faaaf36 .logged {
  display: none;
}
#a7e74a74faaaf36 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a7e74a74faaaf36 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a7e74a74faaaf36 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a7e74a74faaaf36 .quick-menus > li:last-child::after {
  content: '';
}
#a7e74a74faaaf36 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a7e74a74faaaf36 .site-header {
  height: 80px;
}
#a7e74a74faaaf36 .uk-navbar-item,
#a7e74a74faaaf36 .uk-navbar-nav > li > a,
#a7e74a74faaaf36 .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a7e74a74faaaf36 .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #078ef6;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#a7e74a74faaaf36 .uk-navbar-nav > li > a:hover::before,
#a7e74a74faaaf36 .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#a7e74a74faaaf36 .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#a7e74a74faaaf36 .uk-navbar-nav > li.active > a {
  color: #078ef6;
}
#a7e74a74faaaf36 .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#a7e74a74faaaf36 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a7e74a74faaaf36 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a7e74a74faaaf36 .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#a7e74a74faaaf36 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a7e74a74faaaf36 .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#a7e74a74faaaf36 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a7e74a74faaaf36 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a7e74a74faaaf36 .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#a7e74a74faaaf36 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #078ef6;
}
#a7e74a74faaaf36 .site-pc-navbar {
  background: #fff;
}
#a7e74a74faaaf36 .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a7e74a74faaaf36 .logo {
  display: inline-block;
}
#a7e74a74faaaf36 .menu-list {
  justify-content: center;
}
#a7e74a74faaaf36 .submenu-items {
  display: inline-block;
}
#a7e74a74faaaf36 .submenu-items .sub-menu-item:last-child svg,
#a7e74a74faaaf36 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#ae35bab11eaa196 .uk-tab li a {
  padding: 18px 16px;
  min-width: 200px;
  display: block;
}
#ae35bab11eaa196 .uk-tab li {
  width: 100%;
}
#ae35bab11eaa196 .uk-tab > .uk-active > a {
  background-color: #045593;
  border-right: none;
  border-color: transparent;
}
#ae35bab11eaa196 .uk-switcher li {
  list-style: decimal;
}
#a6741aac21a15ef .timeline-item {
  position: relative;
  padding-top: 60px;
  margin-top: 15px;
}
#a6741aac21a15ef .timeline-item:before {
  background-color: #078ef6;
  position: absolute;
  content: "";
  top: 0;
  left: -7.5px;
  width: calc(130%);
  height: 1px;
  z-index: 3;
}
#a6741aac21a15ef .timeline-item:after {
  position: absolute;
  font-family: 'FontAwesome';
  content: '';
  right: -32px;
  top: -9.5px;
  transform: translateX(-50%);
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: transparent;
  font-size: 10px;
  line-height: 17px;
  text-align: center;
  color: #fff;
  border: 1px solid #078ef6;
  background: #f8f8f8;
  z-index: 5;
}
#a6741aac21a15ef .timeline-item-active:after {
  background: #32d296;
  content: '\f00c';
}
#a6741aac21a15ef .timeline-item-date:after {
  display: block;
  position: absolute;
  right: -12px;
  top: 12px;
  height: 70px;
  width: 1px;
  background: #078ef6;
  content: "";
}
#a6741aac21a15ef a,
#a6741aac21a15ef .uk-link {
  color: inherit;
}
#af27dac9eea9784 .uk-container {
  line-height: 2;
  color: #999;
}
#a1b8ea333aa32cd [data-item="items"] {left: 0px;top: 1px; position: relative;}#ae82aaae7da5afd .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#ae82aaae7da5afd .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #ffffff;background-color: rgba(7, 142, 246, 1);}#a212ba936ca735b [data-item="subTitle"] {left: 0px;top: -1px; position: relative;}#a212ba936ca735b [data-item="abstract"] {left: 0px;top: -1px; position: relative;}#a212ba936ca735b [data-item="title"] {left: 0px;top: -1px; position: relative;}#a212ba936ca735b [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#a212ba936ca735b [data-item="buttons[1]"] {left: 0px;top: -1px; position: relative;}#a212ba936ca735b [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a212ba936ca735b [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #ffffff;background-color: rgba(7, 142, 246, 1);}#a6741aac21a15ef [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a6741aac21a15ef [data-item="buttons[0]"]:hover {border-color: rgba(7, 142, 246, 1);background-color: #fff;color: #ffffff;background-color: rgba(7, 142, 246, 1);}#acdbcaf360ad1e4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#acdbcaf360ad1e4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a111da6e4aa6cf1 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a111da6e4aa6cf1 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a567aa137aa68ce a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a567aa137aa68ce a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a85c3a04d0accec a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a85c3a04d0accec a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a6547aa7b8a45a2 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a6547aa7b8a45a2 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a4c9ba162aa7c58 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a4c9ba162aa7c58 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a73c7aced4a3c10 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a73c7aced4a3c10 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ad7c6aa965a8655 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#ad7c6aa965a8655 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a34c7aa763a9314 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a34c7aa763a9314 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#afd93aefffa1c78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#afd93aefffa1c78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a45dfaa7bea3f14 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a45dfaa7bea3f14 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a3514a8f90a19e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a3514a8f90a19e1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#abb58aa552ab710 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#abb58aa552ab710 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#acdadae575a5c9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 17px;}#acdadae575a5c9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a2482a8236abe29 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a2482a8236abe29 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a43c5a56cfa15c9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a43c5a56cfa15c9 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a3a00aab8fa8cff a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a3a00aab8fa8cff a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a16a9a9c12a0511 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a16a9a9c12a0511 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ab495a4f53a7e28 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#ab495a4f53a7e28 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ae0f2a12bba5d15 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#ae0f2a12bba5d15 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#afafea1f1caaf63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#afafea1f1caaf63 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a8a46a9a07a7347 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a8a46a9a07a7347 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#acef3afb81a1428 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#acef3afb81a1428 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#aa759a5d8daf6e6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#aa759a5d8daf6e6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#aaa64afebfac3ff [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#aaa64afebfac3ff [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(253, 253, 253, 1);}#ab287a9c30a9730 .logged {
  display: none;
}
#ab287a9c30a9730 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#ab287a9c30a9730 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ab287a9c30a9730 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#ab287a9c30a9730 .quick-menus > li:last-child::after {
  content: '';
}
#ab287a9c30a9730 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#ab287a9c30a9730 .site-header {
  height: 80px;
}
#ab287a9c30a9730 .uk-navbar-item,
#ab287a9c30a9730 .uk-navbar-nav > li > a,
#ab287a9c30a9730 .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#ab287a9c30a9730 .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #078ef6;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#ab287a9c30a9730 .uk-navbar-nav > li > a:hover::before,
#ab287a9c30a9730 .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#ab287a9c30a9730 .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#ab287a9c30a9730 .uk-navbar-nav > li.active > a {
  color: #078ef6;
}
#ab287a9c30a9730 .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#ab287a9c30a9730 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#ab287a9c30a9730 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#ab287a9c30a9730 .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#ab287a9c30a9730 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ab287a9c30a9730 .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#ab287a9c30a9730 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#ab287a9c30a9730 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#ab287a9c30a9730 .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#ab287a9c30a9730 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #078ef6;
}
#ab287a9c30a9730 .site-pc-navbar {
  background: #fff;
}
#ab287a9c30a9730 .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#ab287a9c30a9730 .logo {
  display: inline-block;
}
#ab287a9c30a9730 .menu-list {
  justify-content: center;
}
#ab287a9c30a9730 .submenu-items {
  display: inline-block;
}
#ab287a9c30a9730 .submenu-items .sub-menu-item:last-child svg,
#ab287a9c30a9730 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#a3cabac3e1af320 .uk-tab li a {
  padding: 18px 16px;
  min-width: 200px;
  display: block;
}
#a3cabac3e1af320 .uk-tab li {
  width: 100%;
}
#a3cabac3e1af320 .uk-tab > .uk-active > a {
  background-color: #045593;
  border-right: none;
  border-color: transparent;
}
#a3cabac3e1af320 .uk-switcher li {
  list-style: decimal;
}
#ae9dcafc77adc77 .timeline-item {
  position: relative;
  padding-top: 60px;
  margin-top: 15px;
}
#ae9dcafc77adc77 .timeline-item:before {
  background-color: #078ef6;
  position: absolute;
  content: "";
  top: 0;
  left: -7.5px;
  width: calc(130%);
  height: 1px;
  z-index: 3;
}
#ae9dcafc77adc77 .timeline-item:after {
  position: absolute;
  font-family: 'FontAwesome';
  content: '';
  right: -32px;
  top: -9.5px;
  transform: translateX(-50%);
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: transparent;
  font-size: 10px;
  line-height: 17px;
  text-align: center;
  color: #fff;
  border: 1px solid #078ef6;
  background: #f8f8f8;
  z-index: 5;
}
#ae9dcafc77adc77 .timeline-item-active:after {
  background: #32d296;
  content: '\f00c';
}
#ae9dcafc77adc77 .timeline-item-date:after {
  display: block;
  position: absolute;
  right: -12px;
  top: 12px;
  height: 70px;
  width: 1px;
  background: #078ef6;
  content: "";
}
#ae9dcafc77adc77 a,
#ae9dcafc77adc77 .uk-link {
  color: inherit;
}
#afbd6a4c6aa395c .uk-container {
  line-height: 2;
  color: #999;
}
#a2b76a0dd8a8c35 [data-item="items"] {left: 0px;top: 1px; position: relative;}#a9ce5ab2d0a12f5 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a9ce5ab2d0a12f5 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #ffffff;background-color: rgba(7, 142, 246, 1);}#abb60add68a4ece [data-item="subTitle"] {left: 0px;top: -1px; position: relative;}#abb60add68a4ece [data-item="abstract"] {left: 0px;top: -1px; position: relative;}#abb60add68a4ece [data-item="title"] {left: 0px;top: -1px; position: relative;}#abb60add68a4ece [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#abb60add68a4ece [data-item="buttons[1]"] {left: 0px;top: -1px; position: relative;}#abb60add68a4ece [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#abb60add68a4ece [data-item="buttons[0]"]:hover {border-color: #ccc;background-color: #fff;color: #ffffff;background-color: rgba(7, 142, 246, 1);}#ae9dcafc77adc77 [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#ae9dcafc77adc77 [data-item="buttons[0]"]:hover {border-color: rgba(7, 142, 246, 1);background-color: #fff;color: #ffffff;background-color: rgba(7, 142, 246, 1);}#acdbcaf360ad1e4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#acdbcaf360ad1e4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a111da6e4aa6cf1 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a111da6e4aa6cf1 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a567aa137aa68ce a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a567aa137aa68ce a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a85c3a04d0accec a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a85c3a04d0accec a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a6547aa7b8a45a2 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a6547aa7b8a45a2 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a4c9ba162aa7c58 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a4c9ba162aa7c58 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a73c7aced4a3c10 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a73c7aced4a3c10 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ad7c6aa965a8655 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#ad7c6aa965a8655 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a34c7aa763a9314 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a34c7aa763a9314 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#afd93aefffa1c78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#afd93aefffa1c78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a45dfaa7bea3f14 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a45dfaa7bea3f14 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a3514a8f90a19e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a3514a8f90a19e1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#abb58aa552ab710 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#abb58aa552ab710 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#acdadae575a5c9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 17px;}#acdadae575a5c9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a2482a8236abe29 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a2482a8236abe29 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a43c5a56cfa15c9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a43c5a56cfa15c9 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a3a00aab8fa8cff a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a3a00aab8fa8cff a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a16a9a9c12a0511 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a16a9a9c12a0511 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ab495a4f53a7e28 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#ab495a4f53a7e28 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ae0f2a12bba5d15 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#ae0f2a12bba5d15 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#afafea1f1caaf63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#afafea1f1caaf63 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a8a46a9a07a7347 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a8a46a9a07a7347 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#acef3afb81a1428 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#acef3afb81a1428 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#aa759a5d8daf6e6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#aa759a5d8daf6e6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a93eea70e1aa6f1 [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a93eea70e1aa6f1 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(253, 253, 253, 1);}#ab287a9c30a9730 .logged {
  display: none;
}
#ab287a9c30a9730 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#ab287a9c30a9730 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ab287a9c30a9730 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#ab287a9c30a9730 .quick-menus > li:last-child::after {
  content: '';
}
#ab287a9c30a9730 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#ab287a9c30a9730 .site-header {
  height: 80px;
}
#ab287a9c30a9730 .uk-navbar-item,
#ab287a9c30a9730 .uk-navbar-nav > li > a,
#ab287a9c30a9730 .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#ab287a9c30a9730 .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #078ef6;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#ab287a9c30a9730 .uk-navbar-nav > li > a:hover::before,
#ab287a9c30a9730 .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#ab287a9c30a9730 .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#ab287a9c30a9730 .uk-navbar-nav > li.active > a {
  color: #078ef6;
}
#ab287a9c30a9730 .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#ab287a9c30a9730 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#ab287a9c30a9730 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#ab287a9c30a9730 .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#ab287a9c30a9730 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ab287a9c30a9730 .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#ab287a9c30a9730 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#ab287a9c30a9730 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#ab287a9c30a9730 .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#ab287a9c30a9730 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #078ef6;
}
#ab287a9c30a9730 .site-pc-navbar {
  background: #fff;
}
#ab287a9c30a9730 .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#ab287a9c30a9730 .logo {
  display: inline-block;
}
#ab287a9c30a9730 .menu-list {
  justify-content: center;
}
#ab287a9c30a9730 .submenu-items {
  display: inline-block;
}
#ab287a9c30a9730 .submenu-items .sub-menu-item:last-child svg,
#ab287a9c30a9730 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#ac13faedf8a74b9 .uk-container {
  line-height: 2;
  color: #999;
}
#a4d1caa1a3a5454 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;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;}#a4d1caa1a3a5454  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#aea90a7e30aac8a > .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;}#aea90a7e30aac8a  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#acdbcaf360ad1e4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#acdbcaf360ad1e4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a111da6e4aa6cf1 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a111da6e4aa6cf1 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a567aa137aa68ce a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a567aa137aa68ce a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a85c3a04d0accec a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a85c3a04d0accec a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a6547aa7b8a45a2 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a6547aa7b8a45a2 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a4c9ba162aa7c58 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a4c9ba162aa7c58 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a73c7aced4a3c10 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a73c7aced4a3c10 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ad7c6aa965a8655 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#ad7c6aa965a8655 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a34c7aa763a9314 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a34c7aa763a9314 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#afd93aefffa1c78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#afd93aefffa1c78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a45dfaa7bea3f14 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a45dfaa7bea3f14 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a3514a8f90a19e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a3514a8f90a19e1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#abb58aa552ab710 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#abb58aa552ab710 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#acdadae575a5c9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 17px;}#acdadae575a5c9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a2482a8236abe29 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a2482a8236abe29 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a43c5a56cfa15c9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a43c5a56cfa15c9 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a3a00aab8fa8cff a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a3a00aab8fa8cff a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a16a9a9c12a0511 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a16a9a9c12a0511 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ab495a4f53a7e28 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#ab495a4f53a7e28 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ae0f2a12bba5d15 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#ae0f2a12bba5d15 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#afafea1f1caaf63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#afafea1f1caaf63 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a8a46a9a07a7347 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a8a46a9a07a7347 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#acef3afb81a1428 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#acef3afb81a1428 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#aa759a5d8daf6e6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#aa759a5d8daf6e6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a93eea70e1aa6f1 [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a93eea70e1aa6f1 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(253, 253, 253, 1);}#ab287a9c30a9730 .logged {
  display: none;
}
#ab287a9c30a9730 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#ab287a9c30a9730 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ab287a9c30a9730 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#ab287a9c30a9730 .quick-menus > li:last-child::after {
  content: '';
}
#ab287a9c30a9730 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#ab287a9c30a9730 .site-header {
  height: 80px;
}
#ab287a9c30a9730 .uk-navbar-item,
#ab287a9c30a9730 .uk-navbar-nav > li > a,
#ab287a9c30a9730 .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#ab287a9c30a9730 .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #078ef6;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#ab287a9c30a9730 .uk-navbar-nav > li > a:hover::before,
#ab287a9c30a9730 .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#ab287a9c30a9730 .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#ab287a9c30a9730 .uk-navbar-nav > li.active > a {
  color: #078ef6;
}
#ab287a9c30a9730 .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#ab287a9c30a9730 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#ab287a9c30a9730 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#ab287a9c30a9730 .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#ab287a9c30a9730 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ab287a9c30a9730 .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#ab287a9c30a9730 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#ab287a9c30a9730 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#ab287a9c30a9730 .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#ab287a9c30a9730 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #078ef6;
}
#ab287a9c30a9730 .site-pc-navbar {
  background: #fff;
}
#ab287a9c30a9730 .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#ab287a9c30a9730 .logo {
  display: inline-block;
}
#ab287a9c30a9730 .menu-list {
  justify-content: center;
}
#ab287a9c30a9730 .submenu-items {
  display: inline-block;
}
#ab287a9c30a9730 .submenu-items .sub-menu-item:last-child svg,
#ab287a9c30a9730 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#a42b5afecbaf039 .uk-container {
  line-height: 2;
  color: #999;
}
#ac755a7f18a9392 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 6px 2px rgba(233, 233, 233, 1);}#ac755a7f18a9392  > .ele-wrap:hover {border-top-width: 2px;border-top-color: #ffb167;}#a3d80a50aea850e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 6px 2px rgba(233, 233, 233, 1);}#a3d80a50aea850e  > .ele-wrap:hover {border-top-width: 2px;border-top-color: #ffb167;}#ae431a68baa05a3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 6px 2px rgba(233, 233, 233, 1);}#ae431a68baa05a3  > .ele-wrap:hover {border-top-width: 2px;border-top-color: #ffb167;}#acdbcaf360ad1e4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#acdbcaf360ad1e4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a111da6e4aa6cf1 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a111da6e4aa6cf1 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a567aa137aa68ce a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a567aa137aa68ce a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a85c3a04d0accec a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a85c3a04d0accec a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a6547aa7b8a45a2 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a6547aa7b8a45a2 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a4c9ba162aa7c58 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a4c9ba162aa7c58 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a73c7aced4a3c10 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a73c7aced4a3c10 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ad7c6aa965a8655 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#ad7c6aa965a8655 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a34c7aa763a9314 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a34c7aa763a9314 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#afd93aefffa1c78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#afd93aefffa1c78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a45dfaa7bea3f14 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a45dfaa7bea3f14 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a3514a8f90a19e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a3514a8f90a19e1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#abb58aa552ab710 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#abb58aa552ab710 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#acdadae575a5c9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 17px;}#acdadae575a5c9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a2482a8236abe29 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a2482a8236abe29 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a43c5a56cfa15c9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a43c5a56cfa15c9 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a3a00aab8fa8cff a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a3a00aab8fa8cff a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a16a9a9c12a0511 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a16a9a9c12a0511 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ab495a4f53a7e28 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#ab495a4f53a7e28 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ae0f2a12bba5d15 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#ae0f2a12bba5d15 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#afafea1f1caaf63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#afafea1f1caaf63 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a8a46a9a07a7347 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a8a46a9a07a7347 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#acef3afb81a1428 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#acef3afb81a1428 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#aa759a5d8daf6e6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#aa759a5d8daf6e6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a93eea70e1aa6f1 [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a93eea70e1aa6f1 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(253, 253, 253, 1);}#ab287a9c30a9730 .logged {
  display: none;
}
#ab287a9c30a9730 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#ab287a9c30a9730 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ab287a9c30a9730 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#ab287a9c30a9730 .quick-menus > li:last-child::after {
  content: '';
}
#ab287a9c30a9730 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#ab287a9c30a9730 .site-header {
  height: 80px;
}
#ab287a9c30a9730 .uk-navbar-item,
#ab287a9c30a9730 .uk-navbar-nav > li > a,
#ab287a9c30a9730 .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#ab287a9c30a9730 .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #078ef6;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#ab287a9c30a9730 .uk-navbar-nav > li > a:hover::before,
#ab287a9c30a9730 .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#ab287a9c30a9730 .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#ab287a9c30a9730 .uk-navbar-nav > li.active > a {
  color: #078ef6;
}
#ab287a9c30a9730 .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#ab287a9c30a9730 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#ab287a9c30a9730 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#ab287a9c30a9730 .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#ab287a9c30a9730 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ab287a9c30a9730 .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#ab287a9c30a9730 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#ab287a9c30a9730 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#ab287a9c30a9730 .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#ab287a9c30a9730 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #078ef6;
}
#ab287a9c30a9730 .site-pc-navbar {
  background: #fff;
}
#ab287a9c30a9730 .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#ab287a9c30a9730 .logo {
  display: inline-block;
}
#ab287a9c30a9730 .menu-list {
  justify-content: center;
}
#ab287a9c30a9730 .submenu-items {
  display: inline-block;
}
#ab287a9c30a9730 .submenu-items .sub-menu-item:last-child svg,
#ab287a9c30a9730 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#aad0fa04a8a4138 .testimonial-avatar {
  width: 110px;
  height: 110px;
  border-radius: 50%;
}
#a9fcea5f2aa17da .uk-container {
  line-height: 2;
  color: #999;
}
#aa456abbfaa9922 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 7px;border-top-color: rgba(7, 142, 246, 1);box-shadow: 0px 2px 7px 0px rgba(238, 238, 238, 1);}#a1e04aa48ea6e74 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 7px;border-top-color: rgba(7, 142, 246, 1);box-shadow: 0px 2px 7px 0px rgba(238, 238, 238, 1);}#a7b3bae4cca579c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 7px;border-top-color: rgba(7, 142, 246, 1);box-shadow: 0px 2px 7px 0px rgba(238, 238, 238, 1);}#acdbcaf360ad1e4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#acdbcaf360ad1e4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a111da6e4aa6cf1 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a111da6e4aa6cf1 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a567aa137aa68ce a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a567aa137aa68ce a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a85c3a04d0accec a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a85c3a04d0accec a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a6547aa7b8a45a2 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a6547aa7b8a45a2 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a4c9ba162aa7c58 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a4c9ba162aa7c58 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a73c7aced4a3c10 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a73c7aced4a3c10 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ad7c6aa965a8655 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#ad7c6aa965a8655 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a34c7aa763a9314 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a34c7aa763a9314 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#afd93aefffa1c78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#afd93aefffa1c78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a45dfaa7bea3f14 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a45dfaa7bea3f14 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a3514a8f90a19e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a3514a8f90a19e1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#abb58aa552ab710 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#abb58aa552ab710 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#acdadae575a5c9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 17px;}#acdadae575a5c9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a2482a8236abe29 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a2482a8236abe29 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a43c5a56cfa15c9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a43c5a56cfa15c9 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a3a00aab8fa8cff a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a3a00aab8fa8cff a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a16a9a9c12a0511 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a16a9a9c12a0511 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ab495a4f53a7e28 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#ab495a4f53a7e28 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ae0f2a12bba5d15 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#ae0f2a12bba5d15 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#afafea1f1caaf63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#afafea1f1caaf63 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a8a46a9a07a7347 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a8a46a9a07a7347 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#acef3afb81a1428 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#acef3afb81a1428 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#aa759a5d8daf6e6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#aa759a5d8daf6e6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a8f4aa57efa64b6 [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a8f4aa57efa64b6 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a5954a9eaaab5a4 .logged {
  display: none;
}
#a5954a9eaaab5a4 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a5954a9eaaab5a4 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a5954a9eaaab5a4 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a5954a9eaaab5a4 .quick-menus > li:last-child::after {
  content: '';
}
#a5954a9eaaab5a4 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a5954a9eaaab5a4 .site-header {
  height: 80px;
}
#a5954a9eaaab5a4 .uk-navbar-item,
#a5954a9eaaab5a4 .uk-navbar-nav > li > a,
#a5954a9eaaab5a4 .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a5954a9eaaab5a4 .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #078ef6;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#a5954a9eaaab5a4 .uk-navbar-nav > li > a:hover::before,
#a5954a9eaaab5a4 .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#a5954a9eaaab5a4 .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#a5954a9eaaab5a4 .uk-navbar-nav > li.active > a {
  color: #078ef6;
}
#a5954a9eaaab5a4 .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#a5954a9eaaab5a4 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a5954a9eaaab5a4 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a5954a9eaaab5a4 .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#a5954a9eaaab5a4 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a5954a9eaaab5a4 .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#a5954a9eaaab5a4 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a5954a9eaaab5a4 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a5954a9eaaab5a4 .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#a5954a9eaaab5a4 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #078ef6;
}
#a5954a9eaaab5a4 .site-pc-navbar {
  background: #fff;
}
#a5954a9eaaab5a4 .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a5954a9eaaab5a4 .logo {
  display: inline-block;
}
#a5954a9eaaab5a4 .menu-list {
  justify-content: center;
}
#a5954a9eaaab5a4 .submenu-items {
  display: inline-block;
}
#a5954a9eaaab5a4 .submenu-items .sub-menu-item:last-child svg,
#a5954a9eaaab5a4 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#a368fa0de1a903a .slider-picture {
  min-height: 200px;
}
#a368fa0de1a903a .slider-item {
  transition: transform 0.2s ease-in-out;
}
#a368fa0de1a903a .uk-active {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
#a72d7ab87fa1aa8 .uk-container {
  line-height: 2;
  color: #999;
}
#aabc5a63b7a97a5 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#aabc5a63b7a97a5 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a3ed3add5aaef7d .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a3ed3add5aaef7d .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#acdbcaf360ad1e4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#acdbcaf360ad1e4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a111da6e4aa6cf1 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a111da6e4aa6cf1 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a567aa137aa68ce a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a567aa137aa68ce a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a85c3a04d0accec a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a85c3a04d0accec a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a6547aa7b8a45a2 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a6547aa7b8a45a2 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a4c9ba162aa7c58 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a4c9ba162aa7c58 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a73c7aced4a3c10 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a73c7aced4a3c10 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ad7c6aa965a8655 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#ad7c6aa965a8655 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a34c7aa763a9314 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a34c7aa763a9314 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#afd93aefffa1c78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#afd93aefffa1c78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a45dfaa7bea3f14 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a45dfaa7bea3f14 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a3514a8f90a19e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a3514a8f90a19e1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#abb58aa552ab710 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#abb58aa552ab710 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#acdadae575a5c9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 17px;}#acdadae575a5c9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a2482a8236abe29 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a2482a8236abe29 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a43c5a56cfa15c9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a43c5a56cfa15c9 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a3a00aab8fa8cff a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a3a00aab8fa8cff a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a16a9a9c12a0511 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a16a9a9c12a0511 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ab495a4f53a7e28 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#ab495a4f53a7e28 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ae0f2a12bba5d15 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#ae0f2a12bba5d15 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#afafea1f1caaf63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#afafea1f1caaf63 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a8a46a9a07a7347 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a8a46a9a07a7347 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#acef3afb81a1428 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#acef3afb81a1428 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#aa759a5d8daf6e6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#aa759a5d8daf6e6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a50f6a9fc1a4868 [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a50f6a9fc1a4868 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(253, 253, 253, 1);}#ad0beaf872af8b5 .logged {
  display: none;
}
#ad0beaf872af8b5 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#ad0beaf872af8b5 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ad0beaf872af8b5 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#ad0beaf872af8b5 .quick-menus > li:last-child::after {
  content: '';
}
#ad0beaf872af8b5 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#ad0beaf872af8b5 .site-header {
  height: 80px;
}
#ad0beaf872af8b5 .uk-navbar-item,
#ad0beaf872af8b5 .uk-navbar-nav > li > a,
#ad0beaf872af8b5 .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#ad0beaf872af8b5 .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #078ef6;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#ad0beaf872af8b5 .uk-navbar-nav > li > a:hover::before,
#ad0beaf872af8b5 .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#ad0beaf872af8b5 .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#ad0beaf872af8b5 .uk-navbar-nav > li.active > a {
  color: #078ef6;
}
#ad0beaf872af8b5 .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#ad0beaf872af8b5 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#ad0beaf872af8b5 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#ad0beaf872af8b5 .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#ad0beaf872af8b5 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ad0beaf872af8b5 .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#ad0beaf872af8b5 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#ad0beaf872af8b5 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#ad0beaf872af8b5 .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#ad0beaf872af8b5 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #078ef6;
}
#ad0beaf872af8b5 .site-pc-navbar {
  background: #fff;
}
#ad0beaf872af8b5 .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#ad0beaf872af8b5 .logo {
  display: inline-block;
}
#ad0beaf872af8b5 .menu-list {
  justify-content: center;
}
#ad0beaf872af8b5 .submenu-items {
  display: inline-block;
}
#ad0beaf872af8b5 .submenu-items .sub-menu-item:last-child svg,
#ad0beaf872af8b5 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#a05d6a8862a5394 .uk-container {
  line-height: 2;
  color: #999;
}
#a9c2bacf5da7c31 > .ele-wrap {background-image: url(/resources/upload/a91ffaa10fa5403/1705645862694.png);}#ad0d3a8c3ea4567 > .ele-wrap {background-color: rgba(0, 0, 0, 0.65);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a56b4a25a6ab851 > .ele-wrap {background-image: url(/resources/upload/a91ffaa10fa5403/1705645862694.png);}#a8a9ea2664a6fae > .ele-wrap {background-color: rgba(0, 0, 0, 0.65);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a14faa3725a67df > .ele-wrap {background-image: url(/resources/upload/a91ffaa10fa5403/1705645862694.png);}#ad132abb01a28b2 > .ele-wrap {background-color: rgba(0, 0, 0, 0.65);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#af619a4de6a5c08 > .ele-wrap {background-image: url(/resources/upload/a91ffaa10fa5403/1705645862694.png);}#ac4b5a01faa8a2a > .ele-wrap {background-color: rgba(0, 0, 0, 0.65);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ab4feae9c3ab168 > .ele-wrap {background-image: url(/resources/upload/a91ffaa10fa5403/1705645862694.png);}#a78ffa661ca9703 > .ele-wrap {background-color: rgba(0, 0, 0, 0.65);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a020daa7e9a8a3f > .ele-wrap {background-image: url(/resources/upload/a91ffaa10fa5403/1705645862694.png);}#ad6c1a6de4abd67 > .ele-wrap {background-color: rgba(0, 0, 0, 0.65);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ada7cae35ca2b69 > .ele-wrap {background-image: url(/resources/upload/a91ffaa10fa5403/1705645862694.png);}#a4daca2c65ade7f > .ele-wrap {background-color: rgba(0, 0, 0, 0.65);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#af14ea7b89a7698 > .ele-wrap {background-image: url(/resources/upload/a91ffaa10fa5403/1705645862694.png);}#a471cabcd9a8b99 > .ele-wrap {background-color: rgba(0, 0, 0, 0.65);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#acd79a36d7afcc7 > .ele-wrap {background-image: url(/resources/upload/a91ffaa10fa5403/1705645862694.png);}#a4ac0a34aaa3bde > .ele-wrap {background-color: rgba(0, 0, 0, 0.65);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a9d71ad3e2aaeb4 > .ele-wrap {background-image: url(/resources/upload/a91ffaa10fa5403/1705645862694.png);}#a636ea3cf9a16b3 > .ele-wrap {background-color: rgba(0, 0, 0, 0.65);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a1baeac922ae0d2 > .ele-wrap {background-image: url(/resources/upload/a91ffaa10fa5403/1705645862694.png);}#a44e1a6789a7bcd > .ele-wrap {background-color: rgba(0, 0, 0, 0.65);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#af281af159a157c > .ele-wrap {background-image: url(/resources/upload/a91ffaa10fa5403/1705645862694.png);}#a2483abdcca99c2 > .ele-wrap {background-color: rgba(0, 0, 0, 0.65);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a9c2bab8e0afb9f > .ele-wrap {background-image: url(/resources/upload/a91ffaa10fa5403/1705645862694.png);}#ac42fa63cda3927 > .ele-wrap {background-color: rgba(0, 0, 0, 0.65);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a17c8a3907a69a0 > .ele-wrap {background-image: url(/resources/upload/a91ffaa10fa5403/1705645862694.png);}#a62c6a82dca198b > .ele-wrap {background-color: rgba(0, 0, 0, 0.65);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ae772aa603a5767 > .ele-wrap {background-image: url(/resources/upload/a91ffaa10fa5403/1705645862694.png);}#a39a0a2632a83bd > .ele-wrap {background-color: rgba(0, 0, 0, 0.65);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a7709ad8ddacd1c > .ele-wrap {background-image: url(/resources/upload/a91ffaa10fa5403/1705645862694.png);}#ae82ea7165a90fe > .ele-wrap {background-color: rgba(0, 0, 0, 0.65);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aa1d5ab3d1a4fd2 > .ele-wrap {background-image: url(/resources/upload/a91ffaa10fa5403/1705645862694.png);}#a82d6a7573a0de9 > .ele-wrap {background-color: rgba(0, 0, 0, 0.65);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#acdbcaf360ad1e4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#acdbcaf360ad1e4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a111da6e4aa6cf1 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a111da6e4aa6cf1 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a567aa137aa68ce a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a567aa137aa68ce a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a85c3a04d0accec a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a85c3a04d0accec a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a6547aa7b8a45a2 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a6547aa7b8a45a2 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a4c9ba162aa7c58 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a4c9ba162aa7c58 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a73c7aced4a3c10 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a73c7aced4a3c10 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ad7c6aa965a8655 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#ad7c6aa965a8655 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a34c7aa763a9314 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a34c7aa763a9314 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#afd93aefffa1c78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#afd93aefffa1c78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a45dfaa7bea3f14 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a45dfaa7bea3f14 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a3514a8f90a19e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a3514a8f90a19e1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#abb58aa552ab710 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#abb58aa552ab710 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#acdadae575a5c9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 17px;}#acdadae575a5c9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a2482a8236abe29 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a2482a8236abe29 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a43c5a56cfa15c9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a43c5a56cfa15c9 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a3a00aab8fa8cff a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a3a00aab8fa8cff a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a16a9a9c12a0511 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a16a9a9c12a0511 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ab495a4f53a7e28 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#ab495a4f53a7e28 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ae0f2a12bba5d15 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#ae0f2a12bba5d15 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#afafea1f1caaf63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#afafea1f1caaf63 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a8a46a9a07a7347 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a8a46a9a07a7347 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#acef3afb81a1428 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#acef3afb81a1428 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#aa759a5d8daf6e6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#aa759a5d8daf6e6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ab3c2a4b7facb38 [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#ab3c2a4b7facb38 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(253, 253, 253, 1);}#aa98bae144a6cc4 .logged {
  display: none;
}
#aa98bae144a6cc4 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#aa98bae144a6cc4 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#aa98bae144a6cc4 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#aa98bae144a6cc4 .quick-menus > li:last-child::after {
  content: '';
}
#aa98bae144a6cc4 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#aa98bae144a6cc4 .site-header {
  height: 80px;
}
#aa98bae144a6cc4 .uk-navbar-item,
#aa98bae144a6cc4 .uk-navbar-nav > li > a,
#aa98bae144a6cc4 .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#aa98bae144a6cc4 .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #078ef6;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#aa98bae144a6cc4 .uk-navbar-nav > li > a:hover::before,
#aa98bae144a6cc4 .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#aa98bae144a6cc4 .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#aa98bae144a6cc4 .uk-navbar-nav > li.active > a {
  color: #078ef6;
}
#aa98bae144a6cc4 .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#aa98bae144a6cc4 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#aa98bae144a6cc4 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#aa98bae144a6cc4 .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#aa98bae144a6cc4 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#aa98bae144a6cc4 .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#aa98bae144a6cc4 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#aa98bae144a6cc4 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#aa98bae144a6cc4 .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#aa98bae144a6cc4 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #078ef6;
}
#aa98bae144a6cc4 .site-pc-navbar {
  background: #fff;
}
#aa98bae144a6cc4 .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#aa98bae144a6cc4 .logo {
  display: inline-block;
}
#aa98bae144a6cc4 .menu-list {
  justify-content: center;
}
#aa98bae144a6cc4 .submenu-items {
  display: inline-block;
}
#aa98bae144a6cc4 .submenu-items .sub-menu-item:last-child svg,
#aa98bae144a6cc4 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#a4bf4ac9bbaef6f .uk-container {
  line-height: 2;
  color: #999;
}
#acdbcaf360ad1e4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#acdbcaf360ad1e4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a111da6e4aa6cf1 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a111da6e4aa6cf1 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a567aa137aa68ce a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a567aa137aa68ce a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a85c3a04d0accec a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a85c3a04d0accec a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a6547aa7b8a45a2 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a6547aa7b8a45a2 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a4c9ba162aa7c58 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a4c9ba162aa7c58 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a73c7aced4a3c10 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a73c7aced4a3c10 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ad7c6aa965a8655 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#ad7c6aa965a8655 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a34c7aa763a9314 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a34c7aa763a9314 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#afd93aefffa1c78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#afd93aefffa1c78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a45dfaa7bea3f14 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a45dfaa7bea3f14 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a3514a8f90a19e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a3514a8f90a19e1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#abb58aa552ab710 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#abb58aa552ab710 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#acdadae575a5c9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 17px;}#acdadae575a5c9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a2482a8236abe29 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a2482a8236abe29 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a43c5a56cfa15c9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a43c5a56cfa15c9 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a3a00aab8fa8cff a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a3a00aab8fa8cff a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a16a9a9c12a0511 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a16a9a9c12a0511 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ab495a4f53a7e28 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#ab495a4f53a7e28 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ae0f2a12bba5d15 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#ae0f2a12bba5d15 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#afafea1f1caaf63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#afafea1f1caaf63 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a8a46a9a07a7347 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a8a46a9a07a7347 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#acef3afb81a1428 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#acef3afb81a1428 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#aa759a5d8daf6e6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#aa759a5d8daf6e6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a4e2ba6752a3613 [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a4e2ba6752a3613 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a6940a776fa31ea .logged {
  display: none;
}
#a6940a776fa31ea .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a6940a776fa31ea .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a6940a776fa31ea .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a6940a776fa31ea .quick-menus > li:last-child::after {
  content: '';
}
#a6940a776fa31ea .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a6940a776fa31ea .site-header {
  height: 80px;
}
#a6940a776fa31ea .uk-navbar-item,
#a6940a776fa31ea .uk-navbar-nav > li > a,
#a6940a776fa31ea .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a6940a776fa31ea .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #078ef6;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#a6940a776fa31ea .uk-navbar-nav > li > a:hover::before,
#a6940a776fa31ea .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#a6940a776fa31ea .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#a6940a776fa31ea .uk-navbar-nav > li.active > a {
  color: #078ef6;
}
#a6940a776fa31ea .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#a6940a776fa31ea .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a6940a776fa31ea .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a6940a776fa31ea .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#a6940a776fa31ea .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a6940a776fa31ea .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#a6940a776fa31ea .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a6940a776fa31ea .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a6940a776fa31ea .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#a6940a776fa31ea .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #078ef6;
}
#a6940a776fa31ea .site-pc-navbar {
  background: #fff;
}
#a6940a776fa31ea .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a6940a776fa31ea .logo {
  display: inline-block;
}
#a6940a776fa31ea .menu-list {
  justify-content: center;
}
#a6940a776fa31ea .submenu-items {
  display: inline-block;
}
#a6940a776fa31ea .submenu-items .sub-menu-item:last-child svg,
#a6940a776fa31ea .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#a6bf4ac2e7abe87 .uk-container {
  line-height: 2;
  color: #999;
}
#acdbcaf360ad1e4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#acdbcaf360ad1e4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a111da6e4aa6cf1 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a111da6e4aa6cf1 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a567aa137aa68ce a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a567aa137aa68ce a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a85c3a04d0accec a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a85c3a04d0accec a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a6547aa7b8a45a2 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a6547aa7b8a45a2 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a4c9ba162aa7c58 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a4c9ba162aa7c58 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a73c7aced4a3c10 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a73c7aced4a3c10 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ad7c6aa965a8655 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#ad7c6aa965a8655 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a34c7aa763a9314 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a34c7aa763a9314 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#afd93aefffa1c78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#afd93aefffa1c78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a45dfaa7bea3f14 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a45dfaa7bea3f14 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a3514a8f90a19e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a3514a8f90a19e1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#abb58aa552ab710 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#abb58aa552ab710 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#acdadae575a5c9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 17px;}#acdadae575a5c9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a2482a8236abe29 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a2482a8236abe29 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a43c5a56cfa15c9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a43c5a56cfa15c9 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a3a00aab8fa8cff a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a3a00aab8fa8cff a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a16a9a9c12a0511 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a16a9a9c12a0511 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ab495a4f53a7e28 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#ab495a4f53a7e28 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ae0f2a12bba5d15 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#ae0f2a12bba5d15 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#afafea1f1caaf63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#afafea1f1caaf63 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a8a46a9a07a7347 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a8a46a9a07a7347 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#acef3afb81a1428 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#acef3afb81a1428 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#aa759a5d8daf6e6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#aa759a5d8daf6e6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a724aa07b7a0dff [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a724aa07b7a0dff [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a77e8aa901a009c .logged {
  display: none;
}
#a77e8aa901a009c .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a77e8aa901a009c .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a77e8aa901a009c .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a77e8aa901a009c .quick-menus > li:last-child::after {
  content: '';
}
#a77e8aa901a009c .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a77e8aa901a009c .site-header {
  height: 80px;
}
#a77e8aa901a009c .uk-navbar-item,
#a77e8aa901a009c .uk-navbar-nav > li > a,
#a77e8aa901a009c .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a77e8aa901a009c .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #078ef6;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#a77e8aa901a009c .uk-navbar-nav > li > a:hover::before,
#a77e8aa901a009c .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#a77e8aa901a009c .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#a77e8aa901a009c .uk-navbar-nav > li.active > a {
  color: #078ef6;
}
#a77e8aa901a009c .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#a77e8aa901a009c .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a77e8aa901a009c .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a77e8aa901a009c .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#a77e8aa901a009c .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a77e8aa901a009c .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#a77e8aa901a009c .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a77e8aa901a009c .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a77e8aa901a009c .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#a77e8aa901a009c .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #078ef6;
}
#a77e8aa901a009c .site-pc-navbar {
  background: #fff;
}
#a77e8aa901a009c .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a77e8aa901a009c .logo {
  display: inline-block;
}
#a77e8aa901a009c .menu-list {
  justify-content: center;
}
#a77e8aa901a009c .submenu-items {
  display: inline-block;
}
#a77e8aa901a009c .submenu-items .sub-menu-item:last-child svg,
#a77e8aa901a009c .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#abea9a8b53a03a8 .uk-container {
  line-height: 2;
  color: #999;
}
#a5e54a69b3a7816 > .ele-wrap {background-image: url(/resources/upload/a91ffaa10fa5403/1705645862694.png);}#a07e6a8c15aa608 > .ele-wrap {background-color: rgba(0, 0, 0, 0.65);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aa512aa74bab8ad > .ele-wrap {background-image: url(/resources/upload/a91ffaa10fa5403/1705645862694.png);}#a35b9af704aff16 > .ele-wrap {background-color: rgba(0, 0, 0, 0.65);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a13a0acb15af3cc > .ele-wrap {background-image: url(/resources/upload/a91ffaa10fa5403/1705645862694.png);}#a2b18a4bb6a69be > .ele-wrap {background-color: rgba(0, 0, 0, 0.65);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a0c97a6590a52d3 > .ele-wrap {background-image: url(/resources/upload/a91ffaa10fa5403/1705645862694.png);}#af677a766aa763f > .ele-wrap {background-color: rgba(0, 0, 0, 0.65);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a96a6aff7ea2cea > .ele-wrap {background-image: url(/resources/upload/a91ffaa10fa5403/1705645862694.png);}#ad33eae5c1abcec > .ele-wrap {background-color: rgba(0, 0, 0, 0.65);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a3678ac1f3a70ab > .ele-wrap {background-image: url(/resources/upload/a91ffaa10fa5403/1705645862694.png);}#ac6f0ad6bfa058c > .ele-wrap {background-color: rgba(0, 0, 0, 0.65);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aa67ba5c13a67ca > .ele-wrap {background-image: url(/resources/upload/a91ffaa10fa5403/1705645862694.png);}#a1506a4e6eab973 > .ele-wrap {background-color: rgba(0, 0, 0, 0.65);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a4987a9ae0abb72 > .ele-wrap {background-image: url(/resources/upload/a91ffaa10fa5403/1705645862694.png);}#af5cdad755a034d > .ele-wrap {background-color: rgba(0, 0, 0, 0.65);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#af291ae5c9a4bde > .ele-wrap {background-image: url(/resources/upload/a91ffaa10fa5403/1705645862694.png);}#a0f5ba736fa9f78 > .ele-wrap {background-color: rgba(0, 0, 0, 0.65);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a5397a3fe9a46a7 > .ele-wrap {background-image: url(/resources/upload/a91ffaa10fa5403/1705645862694.png);}#a203ba400da71b5 > .ele-wrap {background-color: rgba(0, 0, 0, 0.65);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#abf8cad437a5c1b > .ele-wrap {background-image: url(/resources/upload/a91ffaa10fa5403/1705645862694.png);}#a3108abc24a6de4 > .ele-wrap {background-color: rgba(0, 0, 0, 0.65);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a2deaa2f02ace48 > .ele-wrap {background-image: url(/resources/upload/a91ffaa10fa5403/1705645862694.png);}#a670bac1e3a34f8 > .ele-wrap {background-color: rgba(0, 0, 0, 0.65);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a84a0ac9b9a745b > .ele-wrap {background-image: url(/resources/upload/a91ffaa10fa5403/1705645862694.png);}#ac969a2ab9a9344 > .ele-wrap {background-color: rgba(0, 0, 0, 0.65);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ab09bac4b2a0d86 > .ele-wrap {background-image: url(/resources/upload/a91ffaa10fa5403/1705645862694.png);}#a3718aedfdab845 > .ele-wrap {background-color: rgba(0, 0, 0, 0.65);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a2927a3cadad596 > .ele-wrap {background-image: url(/resources/upload/a91ffaa10fa5403/1705645862694.png);}#a48c3a1cdfa5591 > .ele-wrap {background-color: rgba(0, 0, 0, 0.65);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ab502acd29a4819 > .ele-wrap {background-image: url(/resources/upload/a91ffaa10fa5403/1705645862694.png);}#abde6acd49abdf2 > .ele-wrap {background-color: rgba(0, 0, 0, 0.65);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a512faba58a2aa1 > .ele-wrap {background-image: url(/resources/upload/a91ffaa10fa5403/1705645862694.png);}#ae2eaaa57aa1c5a > .ele-wrap {background-color: rgba(0, 0, 0, 0.65);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#acdbcaf360ad1e4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#acdbcaf360ad1e4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a111da6e4aa6cf1 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a111da6e4aa6cf1 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a567aa137aa68ce a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a567aa137aa68ce a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a85c3a04d0accec a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a85c3a04d0accec a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a6547aa7b8a45a2 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a6547aa7b8a45a2 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a4c9ba162aa7c58 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a4c9ba162aa7c58 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a73c7aced4a3c10 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a73c7aced4a3c10 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ad7c6aa965a8655 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#ad7c6aa965a8655 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a34c7aa763a9314 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a34c7aa763a9314 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#afd93aefffa1c78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#afd93aefffa1c78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a45dfaa7bea3f14 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a45dfaa7bea3f14 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a3514a8f90a19e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a3514a8f90a19e1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#abb58aa552ab710 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#abb58aa552ab710 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#acdadae575a5c9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 17px;}#acdadae575a5c9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a2482a8236abe29 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a2482a8236abe29 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a43c5a56cfa15c9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a43c5a56cfa15c9 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a3a00aab8fa8cff a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a3a00aab8fa8cff a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a16a9a9c12a0511 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a16a9a9c12a0511 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ab495a4f53a7e28 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#ab495a4f53a7e28 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ae0f2a12bba5d15 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#ae0f2a12bba5d15 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#afafea1f1caaf63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#afafea1f1caaf63 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a8a46a9a07a7347 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a8a46a9a07a7347 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#acef3afb81a1428 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#acef3afb81a1428 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#aa759a5d8daf6e6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#aa759a5d8daf6e6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ae23faefeface55 [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#ae23faefeface55 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(253, 253, 253, 1);}#ab287a9c30a9730 .logged {
  display: none;
}
#ab287a9c30a9730 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#ab287a9c30a9730 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ab287a9c30a9730 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#ab287a9c30a9730 .quick-menus > li:last-child::after {
  content: '';
}
#ab287a9c30a9730 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#ab287a9c30a9730 .site-header {
  height: 80px;
}
#ab287a9c30a9730 .uk-navbar-item,
#ab287a9c30a9730 .uk-navbar-nav > li > a,
#ab287a9c30a9730 .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#ab287a9c30a9730 .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #078ef6;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#ab287a9c30a9730 .uk-navbar-nav > li > a:hover::before,
#ab287a9c30a9730 .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#ab287a9c30a9730 .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#ab287a9c30a9730 .uk-navbar-nav > li.active > a {
  color: #078ef6;
}
#ab287a9c30a9730 .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#ab287a9c30a9730 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#ab287a9c30a9730 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#ab287a9c30a9730 .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#ab287a9c30a9730 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ab287a9c30a9730 .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#ab287a9c30a9730 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#ab287a9c30a9730 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#ab287a9c30a9730 .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#ab287a9c30a9730 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #078ef6;
}
#ab287a9c30a9730 .site-pc-navbar {
  background: #fff;
}
#ab287a9c30a9730 .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#ab287a9c30a9730 .logo {
  display: inline-block;
}
#ab287a9c30a9730 .menu-list {
  justify-content: center;
}
#ab287a9c30a9730 .submenu-items {
  display: inline-block;
}
#ab287a9c30a9730 .submenu-items .sub-menu-item:last-child svg,
#ab287a9c30a9730 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#ae53dac74dae1a5 .uk-container {
  line-height: 2;
  color: #999;
}
#acdbcaf360ad1e4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#acdbcaf360ad1e4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a111da6e4aa6cf1 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a111da6e4aa6cf1 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a567aa137aa68ce a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a567aa137aa68ce a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a85c3a04d0accec a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a85c3a04d0accec a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a6547aa7b8a45a2 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a6547aa7b8a45a2 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a4c9ba162aa7c58 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a4c9ba162aa7c58 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a73c7aced4a3c10 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a73c7aced4a3c10 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ad7c6aa965a8655 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#ad7c6aa965a8655 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a34c7aa763a9314 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a34c7aa763a9314 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#afd93aefffa1c78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#afd93aefffa1c78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a45dfaa7bea3f14 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a45dfaa7bea3f14 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a3514a8f90a19e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a3514a8f90a19e1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#abb58aa552ab710 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#abb58aa552ab710 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#acdadae575a5c9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 17px;}#acdadae575a5c9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a2482a8236abe29 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a2482a8236abe29 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a43c5a56cfa15c9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a43c5a56cfa15c9 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a3a00aab8fa8cff a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a3a00aab8fa8cff a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a16a9a9c12a0511 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a16a9a9c12a0511 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ab495a4f53a7e28 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#ab495a4f53a7e28 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ae0f2a12bba5d15 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#ae0f2a12bba5d15 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#afafea1f1caaf63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#afafea1f1caaf63 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a8a46a9a07a7347 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a8a46a9a07a7347 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#acef3afb81a1428 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#acef3afb81a1428 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#aa759a5d8daf6e6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#aa759a5d8daf6e6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a8f4aa57efa64b6 [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a8f4aa57efa64b6 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(253, 253, 253, 1);}#ab287a9c30a9730 .logged {
  display: none;
}
#ab287a9c30a9730 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#ab287a9c30a9730 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ab287a9c30a9730 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#ab287a9c30a9730 .quick-menus > li:last-child::after {
  content: '';
}
#ab287a9c30a9730 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#ab287a9c30a9730 .site-header {
  height: 80px;
}
#ab287a9c30a9730 .uk-navbar-item,
#ab287a9c30a9730 .uk-navbar-nav > li > a,
#ab287a9c30a9730 .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#ab287a9c30a9730 .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #078ef6;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#ab287a9c30a9730 .uk-navbar-nav > li > a:hover::before,
#ab287a9c30a9730 .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#ab287a9c30a9730 .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#ab287a9c30a9730 .uk-navbar-nav > li.active > a {
  color: #078ef6;
}
#ab287a9c30a9730 .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#ab287a9c30a9730 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#ab287a9c30a9730 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#ab287a9c30a9730 .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#ab287a9c30a9730 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ab287a9c30a9730 .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#ab287a9c30a9730 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#ab287a9c30a9730 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#ab287a9c30a9730 .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#ab287a9c30a9730 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #078ef6;
}
#ab287a9c30a9730 .site-pc-navbar {
  background: #fff;
}
#ab287a9c30a9730 .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#ab287a9c30a9730 .logo {
  display: inline-block;
}
#ab287a9c30a9730 .menu-list {
  justify-content: center;
}
#ab287a9c30a9730 .submenu-items {
  display: inline-block;
}
#ab287a9c30a9730 .submenu-items .sub-menu-item:last-child svg,
#ab287a9c30a9730 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#a0f9dae45fa16d2 .uk-container {
  line-height: 2;
  color: #999;
}
#acdbcaf360ad1e4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#acdbcaf360ad1e4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a111da6e4aa6cf1 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a111da6e4aa6cf1 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a567aa137aa68ce a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a567aa137aa68ce a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a85c3a04d0accec a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a85c3a04d0accec a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a6547aa7b8a45a2 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a6547aa7b8a45a2 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a4c9ba162aa7c58 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a4c9ba162aa7c58 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a73c7aced4a3c10 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a73c7aced4a3c10 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ad7c6aa965a8655 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#ad7c6aa965a8655 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a34c7aa763a9314 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a34c7aa763a9314 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#afd93aefffa1c78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#afd93aefffa1c78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a45dfaa7bea3f14 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a45dfaa7bea3f14 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a3514a8f90a19e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a3514a8f90a19e1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#abb58aa552ab710 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#abb58aa552ab710 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#acdadae575a5c9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 17px;}#acdadae575a5c9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a2482a8236abe29 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a2482a8236abe29 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a43c5a56cfa15c9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a43c5a56cfa15c9 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a3a00aab8fa8cff a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a3a00aab8fa8cff a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a16a9a9c12a0511 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a16a9a9c12a0511 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ab495a4f53a7e28 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#ab495a4f53a7e28 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ae0f2a12bba5d15 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#ae0f2a12bba5d15 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#afafea1f1caaf63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#afafea1f1caaf63 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a8a46a9a07a7347 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a8a46a9a07a7347 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#acef3afb81a1428 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#acef3afb81a1428 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#aa759a5d8daf6e6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#aa759a5d8daf6e6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a8f4aa57efa64b6 [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a8f4aa57efa64b6 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(253, 253, 253, 1);}#ab287a9c30a9730 .logged {
  display: none;
}
#ab287a9c30a9730 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#ab287a9c30a9730 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ab287a9c30a9730 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#ab287a9c30a9730 .quick-menus > li:last-child::after {
  content: '';
}
#ab287a9c30a9730 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#ab287a9c30a9730 .site-header {
  height: 80px;
}
#ab287a9c30a9730 .uk-navbar-item,
#ab287a9c30a9730 .uk-navbar-nav > li > a,
#ab287a9c30a9730 .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#ab287a9c30a9730 .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #078ef6;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#ab287a9c30a9730 .uk-navbar-nav > li > a:hover::before,
#ab287a9c30a9730 .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#ab287a9c30a9730 .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#ab287a9c30a9730 .uk-navbar-nav > li.active > a {
  color: #078ef6;
}
#ab287a9c30a9730 .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#ab287a9c30a9730 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#ab287a9c30a9730 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#ab287a9c30a9730 .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#ab287a9c30a9730 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ab287a9c30a9730 .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#ab287a9c30a9730 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#ab287a9c30a9730 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#ab287a9c30a9730 .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#ab287a9c30a9730 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #078ef6;
}
#ab287a9c30a9730 .site-pc-navbar {
  background: #fff;
}
#ab287a9c30a9730 .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#ab287a9c30a9730 .logo {
  display: inline-block;
}
#ab287a9c30a9730 .menu-list {
  justify-content: center;
}
#ab287a9c30a9730 .submenu-items {
  display: inline-block;
}
#ab287a9c30a9730 .submenu-items .sub-menu-item:last-child svg,
#ab287a9c30a9730 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#a5dbfae990aef3d {
  min-height: 90vh;
  /* mobile */
}
#a5dbfae990aef3d .search-highlight {
  background: yellow;
}
#a5dbfae990aef3d .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a5dbfae990aef3d .el-title {
  margin-bottom: 20px;
}
#a5dbfae990aef3d .el-item:hover .el-title {
  color: #078ef6;
}
#a5dbfae990aef3d .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a5dbfae990aef3d .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a5dbfae990aef3d .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a5dbfae990aef3d .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a5dbfae990aef3d .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a5dbfae990aef3d .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a5dbfae990aef3d .el-title {
    margin-bottom: 0;
  }
  #a5dbfae990aef3d .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a5dbfae990aef3d .category {
    font-size: 12px;
  }
  #a5dbfae990aef3d .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#ad727a58aaa6131 .uk-container {
  line-height: 2;
  color: #999;
}
#acdbcaf360ad1e4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#acdbcaf360ad1e4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a111da6e4aa6cf1 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a111da6e4aa6cf1 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a567aa137aa68ce a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a567aa137aa68ce a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a85c3a04d0accec a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a85c3a04d0accec a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a6547aa7b8a45a2 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a6547aa7b8a45a2 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a4c9ba162aa7c58 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a4c9ba162aa7c58 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a73c7aced4a3c10 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a73c7aced4a3c10 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ad7c6aa965a8655 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#ad7c6aa965a8655 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a34c7aa763a9314 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a34c7aa763a9314 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#afd93aefffa1c78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#afd93aefffa1c78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a45dfaa7bea3f14 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a45dfaa7bea3f14 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a3514a8f90a19e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a3514a8f90a19e1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#abb58aa552ab710 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#abb58aa552ab710 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#acdadae575a5c9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 17px;}#acdadae575a5c9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a2482a8236abe29 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a2482a8236abe29 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a43c5a56cfa15c9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a43c5a56cfa15c9 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a3a00aab8fa8cff a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a3a00aab8fa8cff a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a16a9a9c12a0511 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a16a9a9c12a0511 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ab495a4f53a7e28 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#ab495a4f53a7e28 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ae0f2a12bba5d15 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#ae0f2a12bba5d15 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#afafea1f1caaf63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#afafea1f1caaf63 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a8a46a9a07a7347 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a8a46a9a07a7347 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#acef3afb81a1428 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#acef3afb81a1428 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#aa759a5d8daf6e6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#aa759a5d8daf6e6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a93eea70e1aa6f1 [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a93eea70e1aa6f1 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(253, 253, 253, 1);}#ab287a9c30a9730 .logged {
  display: none;
}
#ab287a9c30a9730 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#ab287a9c30a9730 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ab287a9c30a9730 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#ab287a9c30a9730 .quick-menus > li:last-child::after {
  content: '';
}
#ab287a9c30a9730 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#ab287a9c30a9730 .site-header {
  height: 80px;
}
#ab287a9c30a9730 .uk-navbar-item,
#ab287a9c30a9730 .uk-navbar-nav > li > a,
#ab287a9c30a9730 .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#ab287a9c30a9730 .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #078ef6;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#ab287a9c30a9730 .uk-navbar-nav > li > a:hover::before,
#ab287a9c30a9730 .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#ab287a9c30a9730 .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#ab287a9c30a9730 .uk-navbar-nav > li.active > a {
  color: #078ef6;
}
#ab287a9c30a9730 .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#ab287a9c30a9730 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#ab287a9c30a9730 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#ab287a9c30a9730 .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#ab287a9c30a9730 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ab287a9c30a9730 .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#ab287a9c30a9730 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#ab287a9c30a9730 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#ab287a9c30a9730 .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#ab287a9c30a9730 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #078ef6;
}
#ab287a9c30a9730 .site-pc-navbar {
  background: #fff;
}
#ab287a9c30a9730 .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#ab287a9c30a9730 .logo {
  display: inline-block;
}
#ab287a9c30a9730 .menu-list {
  justify-content: center;
}
#ab287a9c30a9730 .submenu-items {
  display: inline-block;
}
#ab287a9c30a9730 .submenu-items .sub-menu-item:last-child svg,
#ab287a9c30a9730 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#acb91aadd3a66e1 {
  /* 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------------------------*/
}
#acb91aadd3a66e1 * {
  font-family: 'PT Sans Caption', sans-serif, 'arial', 'Times New Roman';
}
#acb91aadd3a66e1 .error .clip .shadow {
  height: 180px;
  /*Contrall*/
}
#acb91aadd3a66e1 .error .clip:nth-of-type(2) .shadow {
  width: 130px;
  /*Contrall play with javascript*/
}
#acb91aadd3a66e1 .error .clip:nth-of-type(1) .shadow,
#acb91aadd3a66e1 .error .clip:nth-of-type(3) .shadow {
  width: 250px;
  /*Contrall*/
}
#acb91aadd3a66e1 .error .digit {
  width: 150px;
  /*Contrall*/
  height: 150px;
  /*Contrall*/
  line-height: 150px;
  /*Contrall*/
  font-size: 120px;
  font-weight: bold;
}
#acb91aadd3a66e1 .error h2 {
  font-size: 32px;
}
#acb91aadd3a66e1 .error .msg {
  top: -190px;
  left: 30%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 32px;
}
#acb91aadd3a66e1 .error span.triangle {
  top: 70%;
  right: 0%;
  border-left: 20px solid #535353;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
#acb91aadd3a66e1 .error .container-error-404 {
  margin-top: 10%;
  position: relative;
  height: 250px;
  padding-top: 40px;
  text-align: center;
}
#acb91aadd3a66e1 .error .container-error-404 .clip {
  display: inline-block;
  transform: skew(-45deg);
}
#acb91aadd3a66e1 .error .clip .shadow {
  overflow: hidden;
}
#acb91aadd3a66e1 .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);
}
#acb91aadd3a66e1 .error .clip:nth-of-type(3) .shadow:after,
#acb91aadd3a66e1 .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%;
}
#acb91aadd3a66e1 .error .clip:nth-of-type(3) .shadow:after {
  left: -8px;
}
#acb91aadd3a66e1 .error .digit {
  position: relative;
  top: 8%;
  color: white;
  background: #07B3F9;
  border-radius: 50%;
  display: inline-block;
  transform: skew(45deg);
}
#acb91aadd3a66e1 .error .clip:nth-of-type(2) .digit {
  left: -10%;
}
#acb91aadd3a66e1 .error .clip:nth-of-type(1) .digit {
  right: -20%;
}
#acb91aadd3a66e1 .error .clip:nth-of-type(3) .digit {
  left: -20%;
}
#acb91aadd3a66e1 .error h2 {
  color: #A2A2A2;
  font-weight: bold;
  padding-bottom: 20px;
}
#acb91aadd3a66e1 .error .msg {
  position: relative;
  z-index: 9999;
  display: block;
  background: #535353;
  color: #A2A2A2;
  border-radius: 50%;
  font-style: italic;
}
#acb91aadd3a66e1 .error .triangle {
  position: absolute;
  z-index: 999;
  transform: rotate(45deg);
  content: "";
  width: 0;
  height: 0;
}
@media (max-width: 767px) {
  #acb91aadd3a66e1 {
    /* Error Page */
    /* Error Page */
  }
  #acb91aadd3a66e1 .error .clip .shadow {
    height: 100px;
    /*Contrall*/
  }
  #acb91aadd3a66e1 .error .clip:nth-of-type(2) .shadow {
    width: 80px;
    /*Contrall play with javascript*/
  }
  #acb91aadd3a66e1 .error .clip:nth-of-type(1) .shadow,
  #acb91aadd3a66e1 .error .clip:nth-of-type(3) .shadow {
    width: 100px;
    /*Contrall*/
  }
  #acb91aadd3a66e1 .error .digit {
    width: 80px;
    /*Contrall*/
    height: 80px;
    /*Contrall*/
    line-height: 80px;
    /*Contrall*/
    font-size: 52px;
  }
  #acb91aadd3a66e1 .error h2 {
    font-size: 24px;
  }
  #acb91aadd3a66e1 .error .msg {
    top: -110px;
    left: 15%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  #acb91aadd3a66e1 .error span.triangle {
    top: 70%;
    right: -3%;
    border-left: 10px solid #535353;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  #acb91aadd3a66e1 .error .container-error-404 {
    height: 150px;
  }
}
#acb91aadd3a66e1 .overlay {
  position: relative;
  z-index: 20;
}
#acb91aadd3a66e1 .ground-color {
  background: white;
}
#acb91aadd3a66e1 .item-bg-color {
  background: #EAEAEA;
}
#acb91aadd3a66e1 .padding-top {
  padding-top: 10px;
}
#acb91aadd3a66e1 .padding-bottom {
  padding-bottom: 10px;
}
#acb91aadd3a66e1 .padding-vertical {
  padding-top: 10px;
  padding-bottom: 10px;
}
#acb91aadd3a66e1 .padding-horizontal {
  padding-left: 10px;
  padding-right: 10px;
}
#acb91aadd3a66e1 .padding-all {
  padding: 10px;
}
#acb91aadd3a66e1 .no-padding-left {
  padding-left: 0px;
}
#acb91aadd3a66e1 .no-padding-right {
  padding-right: 0px;
}
#acb91aadd3a66e1 .no-vertical-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
#acb91aadd3a66e1 .no-horizontal-padding {
  padding-left: 0px;
  padding-right: 0px;
}
#acb91aadd3a66e1 .no-padding {
  padding: 0px;
}
#acb91aadd3a66e1 .margin-top {
  margin-top: 10px;
}
#acb91aadd3a66e1 .margin-bottom {
  margin-bottom: 10px;
}
#acb91aadd3a66e1 .margin-right {
  margin-right: 10px;
}
#acb91aadd3a66e1 .margin-left {
  margin-left: 10px;
}
#acb91aadd3a66e1 .margin-horizontal {
  margin-left: 10px;
  margin-right: 10px;
}
#acb91aadd3a66e1 .margin-vertical {
  margin-top: 10px;
  margin-bottom: 10px;
}
#acb91aadd3a66e1 .margin-all {
  margin: 10px;
}
#acb91aadd3a66e1 .no-margin {
  margin: 0px;
}
#acb91aadd3a66e1 .no-vertical-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}
#acb91aadd3a66e1 .no-horizontal-margin {
  margin-left: 0px;
  margin-right: 0px;
}
#acb91aadd3a66e1 .inside-col-shrink {
  margin: 0px 20px;
}
#acb91aadd3a66e1 hr {
  margin: 0px;
  padding: 0px;
  border-top: 1px dashed #999;
}
#acf9eacfbaac2c6 .uk-container {
  line-height: 2;
  color: #999;
}
#acdbcaf360ad1e4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#acdbcaf360ad1e4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a111da6e4aa6cf1 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a111da6e4aa6cf1 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a567aa137aa68ce a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a567aa137aa68ce a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a85c3a04d0accec a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a85c3a04d0accec a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a6547aa7b8a45a2 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a6547aa7b8a45a2 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a4c9ba162aa7c58 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a4c9ba162aa7c58 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a73c7aced4a3c10 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a73c7aced4a3c10 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ad7c6aa965a8655 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#ad7c6aa965a8655 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a34c7aa763a9314 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a34c7aa763a9314 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#afd93aefffa1c78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#afd93aefffa1c78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a45dfaa7bea3f14 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a45dfaa7bea3f14 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a3514a8f90a19e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a3514a8f90a19e1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#abb58aa552ab710 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#abb58aa552ab710 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#acdadae575a5c9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 17px;}#acdadae575a5c9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a2482a8236abe29 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a2482a8236abe29 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a43c5a56cfa15c9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a43c5a56cfa15c9 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a3a00aab8fa8cff a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a3a00aab8fa8cff a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a16a9a9c12a0511 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a16a9a9c12a0511 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ab495a4f53a7e28 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#ab495a4f53a7e28 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ae0f2a12bba5d15 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#ae0f2a12bba5d15 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#afafea1f1caaf63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#afafea1f1caaf63 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a8a46a9a07a7347 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a8a46a9a07a7347 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#acef3afb81a1428 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#acef3afb81a1428 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#aa759a5d8daf6e6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#aa759a5d8daf6e6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a93eea70e1aa6f1 [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a93eea70e1aa6f1 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(253, 253, 253, 1);}#ab287a9c30a9730 .logged {
  display: none;
}
#ab287a9c30a9730 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#ab287a9c30a9730 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ab287a9c30a9730 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#ab287a9c30a9730 .quick-menus > li:last-child::after {
  content: '';
}
#ab287a9c30a9730 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#ab287a9c30a9730 .site-header {
  height: 80px;
}
#ab287a9c30a9730 .uk-navbar-item,
#ab287a9c30a9730 .uk-navbar-nav > li > a,
#ab287a9c30a9730 .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#ab287a9c30a9730 .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #078ef6;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#ab287a9c30a9730 .uk-navbar-nav > li > a:hover::before,
#ab287a9c30a9730 .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#ab287a9c30a9730 .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#ab287a9c30a9730 .uk-navbar-nav > li.active > a {
  color: #078ef6;
}
#ab287a9c30a9730 .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#ab287a9c30a9730 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#ab287a9c30a9730 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#ab287a9c30a9730 .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#ab287a9c30a9730 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ab287a9c30a9730 .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#ab287a9c30a9730 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#ab287a9c30a9730 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#ab287a9c30a9730 .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#ab287a9c30a9730 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #078ef6;
}
#ab287a9c30a9730 .site-pc-navbar {
  background: #fff;
}
#ab287a9c30a9730 .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#ab287a9c30a9730 .logo {
  display: inline-block;
}
#ab287a9c30a9730 .menu-list {
  justify-content: center;
}
#ab287a9c30a9730 .submenu-items {
  display: inline-block;
}
#ab287a9c30a9730 .submenu-items .sub-menu-item:last-child svg,
#ab287a9c30a9730 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#ab795ac635af0a2 .login-main {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(12, 1, 4, 0.05);
}
#ab795ac635af0a2 .switch_item {
  margin-right: 10px;
}
#ab795ac635af0a2 a.switch_item:hover {
  text-decoration: underline;
}
#ab795ac635af0a2 .slider {
  width: 420px;
  height: 600px;
}
#ab795ac635af0a2 .uk-slideshow-items {
  height: 100%;
}
#ab795ac635af0a2 .uk-slideshow-items a {
  width: 100%;
  height: 100%;
  display: block;
}
#ab795ac635af0a2 .login-wrap {
  width: 100%;
  height: 100%;
}
#ab795ac635af0a2 .uk-dotnav > * > * {
  background: #fff;
  border-color: #fff;
  opacity: .5;
}
#ab795ac635af0a2 .uk-dotnav > .uk-active > * {
  border-color: #0076fe;
  background: #0076fe;
}
#ab795ac635af0a2 .phone-login-box {
  margin: 40px auto 40px;
}
#ab795ac635af0a2 .login-header {
  margin-bottom: 24px;
}
#ab795ac635af0a2 .login-header h4 {
  font-size: 22px;
  font-weight: bolder;
  line-height: 1;
  padding-left: 20px;
  border-left: 4px solid #0076fe;
}
#ab795ac635af0a2 .input-item {
  width: 330px;
  height: 45px;
  background-color: #f0f2f7;
  border-radius: 22px;
  border: solid 1px #e3e8f0;
  position: relative;
  overflow: hidden;
}
#ab795ac635af0a2 .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;
}
#ab795ac635af0a2 .forget_password {
  cursor: pointer;
}
#ab795ac635af0a2 .forget_password:hover {
  color: #078ef6;
}
#ab795ac635af0a2 .input-item input.error,
#ab795ac635af0a2 .input-item input.error::placeholder {
  color: #fc4343;
}
#ab795ac635af0a2 .input-item input::placeholder {
  color: #999;
}
#ab795ac635af0a2 .input-item .icon {
  position: absolute;
  left: 10px;
  top: 12px;
  fill: #ccc;
  width: 20px;
}
#ab795ac635af0a2 .form-item {
  margin: 24px 0;
}
#ab795ac635af0a2 .verifycode-input .input-item {
  width: 200px;
  float: left;
}
#ab795ac635af0a2 .send-code {
  float: left;
  margin-left: 20px;
}
#ab795ac635af0a2 .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;
}
#ab795ac635af0a2 .submit {
  width: 330px;
  height: 45px;
  background-color: #0076fe;
  border-radius: 22px;
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  cursor: pointer;
}
#ab795ac635af0a2 .error {
  color: #fc4343;
  font-size: 12px;
  padding-left: 10px;
  display: block;
  max-width: 300px;
}
#ab795ac635af0a2 .login_btn_wrap {
  text-align: center;
}
#ab795ac635af0a2 .login_btn_wrap .submit {
  display: block;
  margin-bottom: 10px;
}
#ab795ac635af0a2 .input-item .pwd-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  font-size: 16px;
  color: #999;
  cursor: pointer;
}
#ab795ac635af0a2 .input-item .pwd-toggle:hover {
  color: currentColor;
}
#ae7fca2297ab295 .login-main {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(12, 1, 4, 0.05);
}
#ae7fca2297ab295 .switch_item {
  margin-right: 10px;
}
#ae7fca2297ab295 a.switch_item:hover {
  text-decoration: underline;
}
#ae7fca2297ab295 .slider {
  width: 420px;
  height: 600px;
}
#ae7fca2297ab295 .uk-slideshow-items {
  height: 100%;
}
#ae7fca2297ab295 .uk-slideshow-items a {
  width: 100%;
  height: 100%;
  display: block;
}
#ae7fca2297ab295 .login-wrap {
  width: 100%;
  height: 100%;
}
#ae7fca2297ab295 .uk-dotnav > * > * {
  background: #fff;
  border-color: #fff;
  opacity: .5;
}
#ae7fca2297ab295 .uk-dotnav > .uk-active > * {
  border-color: #0076fe;
  background: #0076fe;
}
#ae7fca2297ab295 .phone-login-box {
  margin: 40px auto 40px;
}
#ae7fca2297ab295 .login-header {
  margin-bottom: 24px;
}
#ae7fca2297ab295 .login-header h4 {
  font-size: 22px;
  font-weight: bolder;
  line-height: 1;
  padding-left: 20px;
  border-left: 4px solid #0076fe;
}
#ae7fca2297ab295 .input-item {
  width: 330px;
  height: 45px;
  background-color: #f0f2f7;
  border-radius: 22px;
  border: solid 1px #e3e8f0;
  position: relative;
  overflow: hidden;
}
#ae7fca2297ab295 .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;
}
#ae7fca2297ab295 .forget_password {
  cursor: pointer;
}
#ae7fca2297ab295 .forget_password:hover {
  color: #078ef6;
}
#ae7fca2297ab295 .input-item input.error,
#ae7fca2297ab295 .input-item input.error::placeholder {
  color: #fc4343;
}
#ae7fca2297ab295 .input-item input::placeholder {
  color: #999;
}
#ae7fca2297ab295 .input-item .icon {
  position: absolute;
  left: 10px;
  top: 12px;
  fill: #ccc;
  width: 20px;
}
#ae7fca2297ab295 .form-item {
  margin: 24px 0;
}
#ae7fca2297ab295 .verifycode-input .input-item {
  width: 200px;
  float: left;
}
#ae7fca2297ab295 .send-code {
  float: left;
  margin-left: 20px;
}
#ae7fca2297ab295 .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;
}
#ae7fca2297ab295 .submit {
  width: 330px;
  height: 45px;
  background-color: #0076fe;
  border-radius: 22px;
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  cursor: pointer;
}
#ae7fca2297ab295 .error {
  color: #fc4343;
  font-size: 12px;
  padding-left: 10px;
  display: block;
  max-width: 300px;
}
#ae7fca2297ab295 .login_btn_wrap {
  text-align: center;
}
#ae7fca2297ab295 .login_btn_wrap .submit {
  display: block;
  margin-bottom: 10px;
}
#ae7fca2297ab295 .input-item .pwd-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  font-size: 16px;
  color: #999;
  cursor: pointer;
}
#ae7fca2297ab295 .input-item .pwd-toggle:hover {
  color: currentColor;
}
#a382ca9f02afb42 .uk-container {
  line-height: 2;
  color: #999;
}
#acdbcaf360ad1e4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#acdbcaf360ad1e4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a111da6e4aa6cf1 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a111da6e4aa6cf1 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a567aa137aa68ce a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a567aa137aa68ce a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a85c3a04d0accec a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a85c3a04d0accec a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a6547aa7b8a45a2 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a6547aa7b8a45a2 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a4c9ba162aa7c58 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a4c9ba162aa7c58 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a73c7aced4a3c10 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a73c7aced4a3c10 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ad7c6aa965a8655 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#ad7c6aa965a8655 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a34c7aa763a9314 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a34c7aa763a9314 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#afd93aefffa1c78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#afd93aefffa1c78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a45dfaa7bea3f14 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a45dfaa7bea3f14 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a3514a8f90a19e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a3514a8f90a19e1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#abb58aa552ab710 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#abb58aa552ab710 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#acdadae575a5c9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 17px;}#acdadae575a5c9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a2482a8236abe29 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a2482a8236abe29 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a43c5a56cfa15c9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a43c5a56cfa15c9 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a3a00aab8fa8cff a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a3a00aab8fa8cff a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a16a9a9c12a0511 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a16a9a9c12a0511 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ab495a4f53a7e28 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#ab495a4f53a7e28 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ae0f2a12bba5d15 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#ae0f2a12bba5d15 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#afafea1f1caaf63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#afafea1f1caaf63 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a8a46a9a07a7347 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a8a46a9a07a7347 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#acef3afb81a1428 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#acef3afb81a1428 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#aa759a5d8daf6e6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#aa759a5d8daf6e6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a8f4aa57efa64b6 [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a8f4aa57efa64b6 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(253, 253, 253, 1);}#ab287a9c30a9730 .logged {
  display: none;
}
#ab287a9c30a9730 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#ab287a9c30a9730 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ab287a9c30a9730 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#ab287a9c30a9730 .quick-menus > li:last-child::after {
  content: '';
}
#ab287a9c30a9730 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#ab287a9c30a9730 .site-header {
  height: 80px;
}
#ab287a9c30a9730 .uk-navbar-item,
#ab287a9c30a9730 .uk-navbar-nav > li > a,
#ab287a9c30a9730 .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#ab287a9c30a9730 .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #078ef6;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#ab287a9c30a9730 .uk-navbar-nav > li > a:hover::before,
#ab287a9c30a9730 .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#ab287a9c30a9730 .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#ab287a9c30a9730 .uk-navbar-nav > li.active > a {
  color: #078ef6;
}
#ab287a9c30a9730 .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#ab287a9c30a9730 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#ab287a9c30a9730 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#ab287a9c30a9730 .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#ab287a9c30a9730 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ab287a9c30a9730 .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#ab287a9c30a9730 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#ab287a9c30a9730 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#ab287a9c30a9730 .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#ab287a9c30a9730 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #078ef6;
}
#ab287a9c30a9730 .site-pc-navbar {
  background: #fff;
}
#ab287a9c30a9730 .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#ab287a9c30a9730 .logo {
  display: inline-block;
}
#ab287a9c30a9730 .menu-list {
  justify-content: center;
}
#ab287a9c30a9730 .submenu-items {
  display: inline-block;
}
#ab287a9c30a9730 .submenu-items .sub-menu-item:last-child svg,
#ab287a9c30a9730 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#a076eab428a8615 .sidebar {
  width: 150px;
  max-width: 150px;
  height: 100%;
}
#a076eab428a8615 .nav-items {
  background: #fafafa;
  min-height: 200px;
}
#a076eab428a8615 .phone-info {
  background: #fafafa;
  margin-top: 10px;
  font-size: 12px;
  padding: 22px 4px 20px 16px;
  line-height: 1.5;
  color: #666;
}
#a076eab428a8615 .phone-info .phone {
  line-height: 1.5;
  color: #333;
  font-size: 18px;
  font-family: Arial;
}
#a076eab428a8615 .nav-type {
  line-height: 37px;
  padding-left: 20px;
  cursor: pointer;
}
#a076eab428a8615 .nav-type.active {
  color: #FFF;
  cursor: default;
  background: #ff658c;
}
#a076eab428a8615 .content {
  padding-bottom: 60px;
  color: #666;
  border: 1px solid #f0f0f0;
  min-height: 400px;
}
#a076eab428a8615 .nav-list {
  padding: 0 20px;
}
#a076eab428a8615 .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;
}
#a076eab428a8615 .nav-list .nav-item.active {
  background-color: #ff5c89;
  color: #fff;
  cursor: default;
}
#a076eab428a8615 .order-item {
  margin-top: 10px;
  background: #fff;
  padding: 0 20px;
}
#a076eab428a8615 .order-item:hover {
  background: #f7f7f7;
}
#a076eab428a8615 .del-order {
  cursor: pointer;
}
#a076eab428a8615 .order-item .order-title {
  line-height: 40px;
  color: #666;
  font-size: 13px;
  border-bottom: 1px solid #f7f7f7;
}
#a076eab428a8615 .goods-item {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
}
#a076eab428a8615 .order-goods-list .goods-item:last-child {
  border-bottom: none;
}
#a076eab428a8615 .goods-item img {
  width: 100px;
  height: 100px;
  background: #f4f4f4;
}
#a076eab428a8615 .goods-item .goods-info {
  padding: 0 15px;
}
#a076eab428a8615 .appoint-time span {
  color: #e4393c;
  background-color: #f9eeee;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 2px;
  line-height: 1;
}
#a076eab428a8615 .appoint-time {
  margin-bottom: 4px;
}
#a076eab428a8615 .appoint-name {
  color: #333;
  font-size: 14px;
}
#a076eab428a8615 .appoint-info {
  padding: 0 15px;
  font-size: 12px;
  color: #888;
}
#a076eab428a8615 .goods-item .goods-name {
  color: #333;
}
#a076eab428a8615 .goods-item .sku-name {
  color: #999;
  font-size: 12px;
}
#a076eab428a8615 .order-total-info {
  padding-bottom: 10px;
  color: #999;
  font-size: 12px;
}
#a076eab428a8615 .order-total-info .total-price {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
}
#a076eab428a8615 .load-more {
  font-size: 12px;
  padding-bottom: 15px;
  color: #999;
}
#a076eab428a8615 .order-btns {
  padding: 10px 0;
  border-top: 1px solid #f7f7f7;
}
#a076eab428a8615 .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;
}
#a076eab428a8615 .order-btns .btn-warn {
  color: #fff;
  background: #eb3c3c;
  border-color: #eb3c3c;
  cursor: pointer;
}
#a076eab428a8615 .appoint-info .title {
  font-weight: bold;
  color: #333;
}
#a076eab428a8615 .coupon-item {
  margin: 10px 30px;
  display: inline-flex;
  width: 42%;
}
#a076eab428a8615 .setting-form {
  padding: 30px 20px;
}
#a076eab428a8615 .setting-item {
  margin-bottom: 20px;
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
#a076eab428a8615 .setting-item .label {
  display: inline-block;
  margin-right: 6px;
  text-align: right;
  min-width: 120px;
}
#a076eab428a8615 .setting-item .input-text {
  border: 1px solid #ccc;
  line-height: 28px;
  padding: 0 10px;
  min-width: 200px;
  font-size: 13px;
}
#a076eab428a8615 .setting-form .setting-btns {
  margin-left: 130px;
}
#a076eab428a8615 .setting-form .uk-button {
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
}
#a076eab428a8615 .setting-wrap {
  position: relative;
}
#a076eab428a8615 .user-info {
  border: 1px solid #ccc;
  width: 300px;
  position: absolute;
  right: 80px;
  top: 30px;
  color: #666;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
}
#a076eab428a8615 .user-info .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
#a076eab428a8615 .user-info .levels {
  color: #888;
  font-size: 12px;
}
#a076eab428a8615 .address-wrap {
  padding: 30px 20px;
}
#a076eab428a8615 .addr-header {
  font-size: 18px;
  color: #333;
  margin: 0;
}
#a076eab428a8615 .addr-detail {
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
}
#a076eab428a8615 .addr-list {
  min-height: 200px;
}
#a076eab428a8615 .addr-detail .addr-item-name,
#a076eab428a8615 .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;
}
#a076eab428a8615 .addr-detail .addr-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
#a076eab428a8615 .addr-detail .addr-item-name {
  color: #e93b3d;
  border-color: #e93b3d;
}
#a076eab428a8615 .addr-detail {
  padding: 12px 0;
  flex: 1;
}
#a076eab428a8615 .op-btns a {
  font-size: 12px;
  color: #e93b3d;
  margin-left: 6px;
}
#a076eab428a8615 .add-addr {
  height: 32px;
  line-height: 30px;
}
#a076eab428a8615 .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;
}
#a076eab428a8615 .publish-item {
  cursor: default;
  min-height: 120px;
}
#a076eab428a8615 .publish-item .status-0 {
  background-image: url(/resources/sys/img/icons/info-unread.png);
}
#a076eab428a8615 .publish-item .status-1 {
  background-image: url(/resources/sys/img/icons/info-fail.png);
}
#a076eab428a8615 .publish-item .btns a {
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 2px;
  color: #fff;
  background: #078ef6;
}
#a076eab428a8615 .publish-item .btns .del-info {
  background: #ccc;
  color: #999;
}
#a738aad2b9ab40c .sidebar {
  width: 150px;
  max-width: 150px;
  height: 100%;
}
#a738aad2b9ab40c .nav-items {
  background: #fafafa;
  min-height: 200px;
}
#a738aad2b9ab40c .phone-info {
  background: #fafafa;
  margin-top: 10px;
  font-size: 12px;
  padding: 22px 4px 20px 16px;
  line-height: 1.5;
  color: #666;
}
#a738aad2b9ab40c .phone-info .phone {
  line-height: 1.5;
  color: #333;
  font-size: 18px;
  font-family: Arial;
}
#a738aad2b9ab40c .nav-type {
  line-height: 37px;
  padding-left: 20px;
  cursor: pointer;
}
#a738aad2b9ab40c .nav-type.active {
  color: #FFF;
  cursor: default;
  background: #ff658c;
}
#a738aad2b9ab40c .content {
  padding-bottom: 60px;
  color: #666;
  border: 1px solid #f0f0f0;
  min-height: 400px;
}
#a738aad2b9ab40c .nav-list {
  padding: 0 20px;
}
#a738aad2b9ab40c .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;
}
#a738aad2b9ab40c .nav-list .nav-item.active {
  background-color: #ff5c89;
  color: #fff;
  cursor: default;
}
#a738aad2b9ab40c .order-item {
  margin-top: 10px;
  background: #fff;
  padding: 0 20px;
}
#a738aad2b9ab40c .order-item:hover {
  background: #f7f7f7;
}
#a738aad2b9ab40c .del-order {
  cursor: pointer;
}
#a738aad2b9ab40c .order-item .order-title {
  line-height: 40px;
  color: #666;
  font-size: 13px;
  border-bottom: 1px solid #f7f7f7;
}
#a738aad2b9ab40c .goods-item {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
}
#a738aad2b9ab40c .order-goods-list .goods-item:last-child {
  border-bottom: none;
}
#a738aad2b9ab40c .goods-item img {
  width: 100px;
  height: 100px;
  background: #f4f4f4;
}
#a738aad2b9ab40c .goods-item .goods-info {
  padding: 0 15px;
}
#a738aad2b9ab40c .appoint-time span {
  color: #e4393c;
  background-color: #f9eeee;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 2px;
  line-height: 1;
}
#a738aad2b9ab40c .appoint-time {
  margin-bottom: 4px;
}
#a738aad2b9ab40c .appoint-name {
  color: #333;
  font-size: 14px;
}
#a738aad2b9ab40c .appoint-info {
  padding: 0 15px;
  font-size: 12px;
  color: #888;
}
#a738aad2b9ab40c .goods-item .goods-name {
  color: #333;
}
#a738aad2b9ab40c .goods-item .sku-name {
  color: #999;
  font-size: 12px;
}
#a738aad2b9ab40c .order-total-info {
  padding-bottom: 10px;
  color: #999;
  font-size: 12px;
}
#a738aad2b9ab40c .order-total-info .total-price {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
}
#a738aad2b9ab40c .load-more {
  font-size: 12px;
  padding-bottom: 15px;
  color: #999;
}
#a738aad2b9ab40c .order-btns {
  padding: 10px 0;
  border-top: 1px solid #f7f7f7;
}
#a738aad2b9ab40c .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;
}
#a738aad2b9ab40c .order-btns .btn-warn {
  color: #fff;
  background: #eb3c3c;
  border-color: #eb3c3c;
  cursor: pointer;
}
#a738aad2b9ab40c .appoint-info .title {
  font-weight: bold;
  color: #333;
}
#a738aad2b9ab40c .coupon-item {
  margin: 10px 30px;
  display: inline-flex;
  width: 42%;
}
#a738aad2b9ab40c .setting-form {
  padding: 30px 20px;
}
#a738aad2b9ab40c .setting-item {
  margin-bottom: 20px;
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
#a738aad2b9ab40c .setting-item .label {
  display: inline-block;
  margin-right: 6px;
  text-align: right;
  min-width: 120px;
}
#a738aad2b9ab40c .setting-item .input-text {
  border: 1px solid #ccc;
  line-height: 28px;
  padding: 0 10px;
  min-width: 200px;
  font-size: 13px;
}
#a738aad2b9ab40c .setting-form .setting-btns {
  margin-left: 130px;
}
#a738aad2b9ab40c .setting-form .uk-button {
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
}
#a738aad2b9ab40c .setting-wrap {
  position: relative;
}
#a738aad2b9ab40c .user-info {
  border: 1px solid #ccc;
  width: 300px;
  position: absolute;
  right: 80px;
  top: 30px;
  color: #666;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
}
#a738aad2b9ab40c .user-info .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
#a738aad2b9ab40c .user-info .levels {
  color: #888;
  font-size: 12px;
}
#a738aad2b9ab40c .address-wrap {
  padding: 30px 20px;
}
#a738aad2b9ab40c .addr-header {
  font-size: 18px;
  color: #333;
  margin: 0;
}
#a738aad2b9ab40c .addr-detail {
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
}
#a738aad2b9ab40c .addr-list {
  min-height: 200px;
}
#a738aad2b9ab40c .addr-detail .addr-item-name,
#a738aad2b9ab40c .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;
}
#a738aad2b9ab40c .addr-detail .addr-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
#a738aad2b9ab40c .addr-detail .addr-item-name {
  color: #e93b3d;
  border-color: #e93b3d;
}
#a738aad2b9ab40c .addr-detail {
  padding: 12px 0;
  flex: 1;
}
#a738aad2b9ab40c .op-btns a {
  font-size: 12px;
  color: #e93b3d;
  margin-left: 6px;
}
#a738aad2b9ab40c .add-addr {
  height: 32px;
  line-height: 30px;
}
#a738aad2b9ab40c .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;
}
#a738aad2b9ab40c .publish-item {
  cursor: default;
  min-height: 120px;
}
#a738aad2b9ab40c .publish-item .status-0 {
  background-image: url(/resources/sys/img/icons/info-unread.png);
}
#a738aad2b9ab40c .publish-item .status-1 {
  background-image: url(/resources/sys/img/icons/info-fail.png);
}
#a738aad2b9ab40c .publish-item .btns a {
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 2px;
  color: #fff;
  background: #078ef6;
}
#a738aad2b9ab40c .publish-item .btns .del-info {
  background: #ccc;
  color: #999;
}
#a64cbae97ba3ff6 .uk-container {
  line-height: 2;
  color: #999;
}
#acdbcaf360ad1e4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#acdbcaf360ad1e4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a111da6e4aa6cf1 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a111da6e4aa6cf1 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a567aa137aa68ce a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a567aa137aa68ce a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a85c3a04d0accec a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a85c3a04d0accec a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a6547aa7b8a45a2 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a6547aa7b8a45a2 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a4c9ba162aa7c58 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a4c9ba162aa7c58 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a73c7aced4a3c10 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a73c7aced4a3c10 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ad7c6aa965a8655 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#ad7c6aa965a8655 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a34c7aa763a9314 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a34c7aa763a9314 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#afd93aefffa1c78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#afd93aefffa1c78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a45dfaa7bea3f14 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a45dfaa7bea3f14 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a3514a8f90a19e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a3514a8f90a19e1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#abb58aa552ab710 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#abb58aa552ab710 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#acdadae575a5c9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 17px;}#acdadae575a5c9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a2482a8236abe29 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a2482a8236abe29 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a43c5a56cfa15c9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a43c5a56cfa15c9 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a3a00aab8fa8cff a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a3a00aab8fa8cff a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a16a9a9c12a0511 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a16a9a9c12a0511 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ab495a4f53a7e28 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#ab495a4f53a7e28 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ae0f2a12bba5d15 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#ae0f2a12bba5d15 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#afafea1f1caaf63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#afafea1f1caaf63 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a8a46a9a07a7347 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a8a46a9a07a7347 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#acef3afb81a1428 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#acef3afb81a1428 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#aa759a5d8daf6e6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#aa759a5d8daf6e6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a8f4aa57efa64b6 [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a8f4aa57efa64b6 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(253, 253, 253, 1);}#ab287a9c30a9730 .logged {
  display: none;
}
#ab287a9c30a9730 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#ab287a9c30a9730 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ab287a9c30a9730 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#ab287a9c30a9730 .quick-menus > li:last-child::after {
  content: '';
}
#ab287a9c30a9730 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#ab287a9c30a9730 .site-header {
  height: 80px;
}
#ab287a9c30a9730 .uk-navbar-item,
#ab287a9c30a9730 .uk-navbar-nav > li > a,
#ab287a9c30a9730 .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#ab287a9c30a9730 .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #078ef6;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#ab287a9c30a9730 .uk-navbar-nav > li > a:hover::before,
#ab287a9c30a9730 .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#ab287a9c30a9730 .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#ab287a9c30a9730 .uk-navbar-nav > li.active > a {
  color: #078ef6;
}
#ab287a9c30a9730 .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#ab287a9c30a9730 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#ab287a9c30a9730 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#ab287a9c30a9730 .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#ab287a9c30a9730 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ab287a9c30a9730 .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#ab287a9c30a9730 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#ab287a9c30a9730 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#ab287a9c30a9730 .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#ab287a9c30a9730 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #078ef6;
}
#ab287a9c30a9730 .site-pc-navbar {
  background: #fff;
}
#ab287a9c30a9730 .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#ab287a9c30a9730 .logo {
  display: inline-block;
}
#ab287a9c30a9730 .menu-list {
  justify-content: center;
}
#ab287a9c30a9730 .submenu-items {
  display: inline-block;
}
#ab287a9c30a9730 .submenu-items .sub-menu-item:last-child svg,
#ab287a9c30a9730 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#a7ef6ada2ea9584 {
  min-height: 90vh;
  /* mobile */
}
#a7ef6ada2ea9584 .search-highlight {
  background: yellow;
}
#a7ef6ada2ea9584 .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a7ef6ada2ea9584 .el-title {
  margin-bottom: 20px;
}
#a7ef6ada2ea9584 .el-item:hover .el-title {
  color: #078ef6;
}
#a7ef6ada2ea9584 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a7ef6ada2ea9584 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a7ef6ada2ea9584 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a7ef6ada2ea9584 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a7ef6ada2ea9584 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a7ef6ada2ea9584 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a7ef6ada2ea9584 .el-title {
    margin-bottom: 0;
  }
  #a7ef6ada2ea9584 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a7ef6ada2ea9584 .category {
    font-size: 12px;
  }
  #a7ef6ada2ea9584 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#abb71a8099a3f65 .uk-container {
  line-height: 2;
  color: #999;
}
#acdbcaf360ad1e4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#acdbcaf360ad1e4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a111da6e4aa6cf1 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a111da6e4aa6cf1 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a567aa137aa68ce a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a567aa137aa68ce a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a85c3a04d0accec a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a85c3a04d0accec a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a6547aa7b8a45a2 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a6547aa7b8a45a2 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a4c9ba162aa7c58 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a4c9ba162aa7c58 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a73c7aced4a3c10 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a73c7aced4a3c10 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ad7c6aa965a8655 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#ad7c6aa965a8655 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a34c7aa763a9314 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a34c7aa763a9314 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#afd93aefffa1c78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#afd93aefffa1c78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a45dfaa7bea3f14 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a45dfaa7bea3f14 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a3514a8f90a19e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a3514a8f90a19e1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#abb58aa552ab710 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#abb58aa552ab710 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#acdadae575a5c9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 17px;}#acdadae575a5c9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a2482a8236abe29 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a2482a8236abe29 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a43c5a56cfa15c9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a43c5a56cfa15c9 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a3a00aab8fa8cff a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a3a00aab8fa8cff a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a16a9a9c12a0511 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a16a9a9c12a0511 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ab495a4f53a7e28 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#ab495a4f53a7e28 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ae0f2a12bba5d15 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#ae0f2a12bba5d15 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#afafea1f1caaf63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#afafea1f1caaf63 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a8a46a9a07a7347 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a8a46a9a07a7347 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#acef3afb81a1428 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#acef3afb81a1428 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#aa759a5d8daf6e6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#aa759a5d8daf6e6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a8f4aa57efa64b6 [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a8f4aa57efa64b6 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(253, 253, 253, 1);}#ab287a9c30a9730 .logged {
  display: none;
}
#ab287a9c30a9730 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#ab287a9c30a9730 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ab287a9c30a9730 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#ab287a9c30a9730 .quick-menus > li:last-child::after {
  content: '';
}
#ab287a9c30a9730 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#ab287a9c30a9730 .site-header {
  height: 80px;
}
#ab287a9c30a9730 .uk-navbar-item,
#ab287a9c30a9730 .uk-navbar-nav > li > a,
#ab287a9c30a9730 .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#ab287a9c30a9730 .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #078ef6;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#ab287a9c30a9730 .uk-navbar-nav > li > a:hover::before,
#ab287a9c30a9730 .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#ab287a9c30a9730 .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#ab287a9c30a9730 .uk-navbar-nav > li.active > a {
  color: #078ef6;
}
#ab287a9c30a9730 .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#ab287a9c30a9730 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#ab287a9c30a9730 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#ab287a9c30a9730 .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#ab287a9c30a9730 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ab287a9c30a9730 .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#ab287a9c30a9730 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#ab287a9c30a9730 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#ab287a9c30a9730 .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#ab287a9c30a9730 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #078ef6;
}
#ab287a9c30a9730 .site-pc-navbar {
  background: #fff;
}
#ab287a9c30a9730 .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#ab287a9c30a9730 .logo {
  display: inline-block;
}
#ab287a9c30a9730 .menu-list {
  justify-content: center;
}
#ab287a9c30a9730 .submenu-items {
  display: inline-block;
}
#ab287a9c30a9730 .submenu-items .sub-menu-item:last-child svg,
#ab287a9c30a9730 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#a7a07abb0da612a .comment-detail {
  min-height: 600px;
}
#a7a07abb0da612a table {
  background: #f9fdff;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#a7a07abb0da612a table th,
#a7a07abb0da612a table td {
  padding: 10px 20px;
  border: #ececec 1px solid;
  line-height: 1.8em;
}
#a7a07abb0da612a table th {
  padding-left: 0;
  text-align: right;
  background: #eff7fe;
  font-weight: normal;
  color: #333;
}
#a7a07abb0da612a .red {
  color: #F00!important;
}
#a7a07abb0da612a .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;
}
#a7a6aa4464a4618 .uk-container {
  line-height: 2;
  color: #999;
}
#acdbcaf360ad1e4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#acdbcaf360ad1e4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a111da6e4aa6cf1 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a111da6e4aa6cf1 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a567aa137aa68ce a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a567aa137aa68ce a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a85c3a04d0accec a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a85c3a04d0accec a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a6547aa7b8a45a2 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a6547aa7b8a45a2 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(253, 253, 253, 1);}#a4c9ba162aa7c58 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a4c9ba162aa7c58 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a73c7aced4a3c10 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a73c7aced4a3c10 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ad7c6aa965a8655 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#ad7c6aa965a8655 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a34c7aa763a9314 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#a34c7aa763a9314 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#afd93aefffa1c78 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;}#afd93aefffa1c78 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a45dfaa7bea3f14 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a45dfaa7bea3f14 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a3514a8f90a19e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a3514a8f90a19e1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#abb58aa552ab710 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#abb58aa552ab710 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#acdadae575a5c9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 17px;}#acdadae575a5c9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a2482a8236abe29 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a2482a8236abe29 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a43c5a56cfa15c9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a43c5a56cfa15c9 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a3a00aab8fa8cff a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a3a00aab8fa8cff a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a16a9a9c12a0511 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a16a9a9c12a0511 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ab495a4f53a7e28 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#ab495a4f53a7e28 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ae0f2a12bba5d15 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#ae0f2a12bba5d15 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#afafea1f1caaf63 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#afafea1f1caaf63 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a8a46a9a07a7347 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#a8a46a9a07a7347 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#acef3afb81a1428 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#acef3afb81a1428 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#aa759a5d8daf6e6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: NotoSansSC-Thin;color: rgba(162, 208, 246, 1);letter-spacing: 1px;line-height: 1px;}#aa759a5d8daf6e6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a8f4aa57efa64b6 [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 1px;line-height: 1px;}#a8f4aa57efa64b6 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(253, 253, 253, 1);}