@to TopIcon:/resources/sys/img/totop-default.svg;
.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Microsoft Yahei";
}
/* ========================================================================
   Component: Base
 ========================================================================== */
/*
 * 1. Set `font-size` to support `rem` units
 *    Not using `font` property because a leading hyphen (e.g. -apple-system) causes the font to break in IE11 and Edge
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 * 3. Style
 */
html {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 3 */
  color: #666;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
/*
   * Removes default margin.
   */
body {
  margin: 0;
  font-size: 14px;
  color: #666;
  background-color: #ffffff;
}
/* Links
   ========================================================================== */
/*
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */
a {
  /* 1 */
  background-color: transparent;
  /* 2 */
  -webkit-text-decoration-skip: objects;
}
/*
   * Remove the outline on focused links when they are also active or hovered
   */
a:active,
a:hover {
  outline: none;
}
/*
   * Style
   */
a,
.uk-link {
  color: #f0542c;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.uk-link:hover {
  color: #0f6ecd;
}
/* Text-level semantics
   ========================================================================== */
/*
   * 1. Remove the bottom border in Firefox 39-.
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/*
   * 1. Prevent the duplicate application of `bolder` by the next rule in Safari 6.
   * 2. Add the correct font weight in Chrome, Edge, and Safari.
   */
/* 1 */
b,
strong {
  font-weight: inherit;
}
/* 2 */
b,
strong {
  font-weight: bolder;
}
/*
   * 1. Correct the odd `em` font sizing in all browsers.
   * 2. Consolas has a better baseline in running text compared to `Courier`
   * 3. Style
   */
:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
  /* 1 */
  font-size: 11px;
  /* 2 */
  font-family: Consolas, monaco, monospace;
  /* 3 */
  color: #435DBA;
  white-space: nowrap;
  padding: 2px 6px;
  border: 1px solid #EBEBED;
  border-radius: 3px;
}
/*
   * Emphasize
   */
em {
  color: #0f6ecd;
}
/* Preformatted text
   ========================================================================== */
/*
   * 1. Contain overflow in all browsers.
   * 2. Override UA
   */
pre {
  background: #ffffff;
}
pre code {
  font-family: Consolas, monaco, monospace;
}
/* Selection pseudo-element
   ========================================================================== */
::-moz-selection {
  background: #353535;
  text-shadow: none;
}
::selection {
  background: #353535;
  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 #353535;
}
/* Small
   ========================================================================== */
/*
   * Reset child height, caused by `inline-block`
   */
.uk-divider-small {
  line-height: 0;
}
.uk-divider-small::after {
  border-top: 2px solid #353535;
}
/* ========================================================================
     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: #353535;
  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: #353535;
  outline: none;
}
/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #353535;
  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: #353535;
  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: #353535;
}
/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: #353535;
  color: #ffffff;
}
/*
   * Primary
   */
.uk-button-primary {
  background-color: #353535;
  color: #ffffff;
}
/* Hover + Focus */
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #222;
  color: #ffffff;
}
/* OnClick + Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-button-secondary {
  color: #666;
  border: 1px solid #222;
}
/* OnClick + Active */
.uk-button-secondary:active,
.uk-button-secondary.uk-active {
  background-color: #353535;
  color: #ffffff;
  border-color: #353535;
}
/*
   * 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: #353535;
}
/* 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: #f0542c;
}
/* Hover + Focus */
.uk-button-link:hover,
.uk-button-link:focus {
  color: #0f6ecd;
}
/* Disabled */
.uk-button-link:disabled {
  color: #999999;
  text-decoration: none;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-section-default,
.ap-container-default .uk-container {
  background: #ffffff;
}
/*
   * Primary
   */
.uk-section-primary,
.ap-container-primary .uk-container {
  background: #353535;
}
/*
   * Secondary
   */
.uk-section-secondary,
.ap-container-secondary .uk-container {
  background: #222;
}
.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: #353535;
}
/*
   * Secondary
   */
.uk-tile-secondary {
  background: #222;
}
/* ========================================================================
     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: #353535;
  color: #ffffff;
}
.uk-card-primary .uk-card-title {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-card-secondary {
  background: #222;
  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: #353535;
  background-color: transparent;
}
/* ========================================================================
     Component: Marker
   ========================================================================== */
/*
   * Addopts `uk-icon`
   */
.uk-marker {
  padding: 5px;
  background: #222;
  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: #353535;
}
/*
   * 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: #353535;
  color: #ffffff;
}
/*
   * Required for `a`
   */
.uk-badge:hover,
.uk-badge:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
/* ========================================================================
     Component: Label
   ========================================================================== */
.uk-label {
  background: #353535;
  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: #353535;
  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: #353535;
}
/* 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: #353535;
  outline: none;
}
.uk-navbar-nav > li > a:hover::before {
  background-color: currentColor;
}
/* OnClick */
.uk-navbar-nav > li.uk-active > a::before {
  background-color: #353535;
}
/* Item
   ========================================================================== */
.uk-navbar-item {
  color: #666;
}
/* Toggle
   ========================================================================== */
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus,
.uk-navbar-toggle.uk-open {
  color: #353535;
}
/* 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: #353535;
  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: #353535;
  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: #353535;
  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: #353535;
}
/* 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: #353535;
  border-color: transparent;
}
/* Active */
.uk-dotnav > .uk-active > * {
  background-color: #353535;
  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: #353535;
}
/*
   * 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: #353535;
}
/* 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: #353535;
}
/*
   * 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: #353535;
  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: #353535;
}
.uk-progress::-moz-progress-bar {
  background-color: #353535;
}
.uk-progress::-ms-fill {
  background-color: #353535;
}
/* ========================================================================
     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: #353535 !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: #353535 !important;
}
@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #353535;
  }
}
/* ========================================================================
     Component: Background
   ========================================================================== */
/* Color
   ========================================================================== */
.uk-background-default {
  background-color: #ffffff;
}
.uk-background-muted {
  background-color: #f8f8f8;
}
.uk-background-primary {
  background-color: #353535;
}
.uk-background-secondary {
  background-color: #222;
}
/* ========================================================================
     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: #353535;
  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: #353535;
  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: #353535;
  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: #353535;
}
.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(34, 34, 34, 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: #353535;
}
.uk-section-muted .uk-navbar-container.uk-navbar-sticky {
  background-color: #f8f8f8;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #353535;
}
.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: #353535;
  border-color: #353535;
}
.category .uk-pagination li:hover,
.ap-pagination li:hover,
.dynamic-pagination li:hover {
  border-color: #353535;
}
/* ========================================================================
   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: #1c1c1c;
}
.ap-list-filter dd a.active {
  background-color: #353535;
  color: #fff;
  border-radius: 2px;
}
.ap-filter-dropdown .filter-item-wrap.open,
.ap-filter-dropdown .filter-item.active {
  color: #353535;
}
.category li a.active {
  color: #353535;
}
.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: #353535;
}
.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: #353535;
  border: 1px solid rgba(53, 53, 53, 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: #353535;
}
form .step .ui-step.active .ui-step-title {
  color: #353535;
}
/**************** 自定义版块样式 ********************/
.btn-effect-1 {
  border-color: #353535;
  background-color: #353535;
  color: #fff;
}
.header-effect-6 [data-item='title']::before {
  background-color: #353535;
}
.header-effect-7 [data-item='subTitle'] {
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  background-color: #353535;
  color: #fff !important;
}
.btn-effect-2 {
  background-color: transparent;
  border: 1px solid #353535;
  color: #353535;
}
.btn-effect-2:hover {
  background-color: #353535;
}
.uk-button.btn-effect-5 {
  background-color: #353535;
  box-shadow: 0 0 15px rgba(53, 53, 53, 0.8);
}
.header-effect-3 [data-item='title']::after {
  background: #353535;
}
.header-effect-6 [data-item='title']::before {
  background-color: #353535;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af40aa7410ac857 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@media (min-width: 1200px) {
  #a71d3a5598ab9c1 .uk-container {
    padding: 0 60px;
  }
}
#a71d3a5598ab9c1 .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 #353535;
}
#a71d3a5598ab9c1 .comments_count {
  display: block;
  padding: 14px 0 18px;
  text-align: center;
  background-color: #e7ecee;
}
#a71d3a5598ab9c1 .uk-card {
  padding: 10px;
}
#a71d3a5598ab9c1 .tag-link {
  background-color: #919292;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  font-size: 13px !important;
}
#a71d3a5598ab9c1 .uk-list a.active,
#a71d3a5598ab9c1 .uk-list a:hover {
  color: #353535;
  text-decoration: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa84eaeeb9aefb5 .uk-card {
  background: rgba(102, 102, 102, 0.2);
}
#aa84eaeeb9aefb5.uk-section .uk-button-primary:hover {
  background-color: #020202;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a58a1a6fcaa651a .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a680aae101a9a76 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a680aae101a9a76 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a680aae101a9a76 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #27348b;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a680aae101a9a76 .menu-list > li > a {
  padding: 0 35px;
}
#a680aae101a9a76 .menu-list > li:hover:before {
  height: 100%;
}
#a680aae101a9a76 .menu-list > li:hover:after {
  color: auto;
}
#a680aae101a9a76 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #3a3a3a;
  font-weight: 400;
  content: "|";
}
#a680aae101a9a76 .menu-list > li:first-child:after {
  content: "";
}
#a680aae101a9a76 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a680aae101a9a76 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a680aae101a9a76 .menu-list > li ul li {
  position: relative;
}
#a680aae101a9a76 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a680aae101a9a76 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3a3a3a;
}
#a680aae101a9a76 .menu-list > li:hover > a {
  background-color: #27348b;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a680aae101a9a76 li ul li:hover > a {
  background-color: #46bfe4;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a680aae101a9a76 li ul,
#a680aae101a9a76 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a680aae101a9a76 li:hover > ul {
  left: auto;
}
#a680aae101a9a76 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3964a848ea9ce0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a3964a848ea9ce0 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a3964a848ea9ce0 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #27348b;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a3964a848ea9ce0 .menu-list > li > a {
  padding: 0 35px;
}
#a3964a848ea9ce0 .menu-list > li:hover:before {
  height: 100%;
}
#a3964a848ea9ce0 .menu-list > li:hover:after {
  color: auto;
}
#a3964a848ea9ce0 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #3a3a3a;
  font-weight: 400;
  content: "|";
}
#a3964a848ea9ce0 .menu-list > li:first-child:after {
  content: "";
}
#a3964a848ea9ce0 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a3964a848ea9ce0 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a3964a848ea9ce0 .menu-list > li ul li {
  position: relative;
}
#a3964a848ea9ce0 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 2px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 143px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a3964a848ea9ce0 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3a3a3a;
}
#a3964a848ea9ce0 .menu-list > li:hover > a {
  background-color: #27348b;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a3964a848ea9ce0 li ul li:hover > a {
  background-color: #46bfe4;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a3964a848ea9ce0 li ul,
#a3964a848ea9ce0 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a3964a848ea9ce0 li:hover > ul {
  left: auto;
}
#a3964a848ea9ce0 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4558aa755a73f4 form {
  width: 100%;
  height: 100%;
}
#a4558aa755a73f4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4558aa755a73f4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4558aa755a73f4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4558aa755a73f4 .search-box .search-type.show {
  display: block;
}
#a4558aa755a73f4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4558aa755a73f4 .search-box .search-type li:hover {
  color: #005fea;
}
#a4558aa755a73f4 .search-box .search-type li.active {
  color: #005fea;
}
#a4558aa755a73f4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #0c3c8e;
  border-right-color: #0c3c8e;
  border-left-color: #0c3c8e;
  border-bottom-color: #0c3c8e;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a4558aa755a73f4 .inner-form .input-field {
  height: 100%;
}
#a4558aa755a73f4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a4558aa755a73f4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a4558aa755a73f4 .inner-form .input-field.second-wrap {
  min-width: 67px;
}
#a4558aa755a73f4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #005fea;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 16px;
}
#a4558aa755a73f4 .btn-search:hover {
  background: #005fea;
}
#a4558aa755a73f4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a80cfaa561aba92 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af40aa7410ac857 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@media (min-width: 1200px) {
  #aba33a6dd1ad915 .uk-container {
    padding: 0 60px;
  }
}
@media (min-width: 980px) {
  #aba33a6dd1ad915 .sidebar {
    width: 300px;
    padding: 1;
  }
}
#aba33a6dd1ad915 .author-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin-right: 15px;
}
#aba33a6dd1ad915 .rich-img-wrap {
  display: block;
}
#aba33a6dd1ad915 .author-name {
  color: #262626;
  display: block;
  font-size: 20px;
  height: 28px;
  line-height: 28px;
}
#aba33a6dd1ad915 .author-info span {
  background: #9b9b9b;
  border: 1px solid #353535;
  color: #353535;
  display: inline-block;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  margin-top: 4px;
  padding: 0 6px;
  text-align: center;
}
#aba33a6dd1ad915 .sidebar .border-1 {
  padding: 15px 16px 40px;
  border-radius: 3px;
  overflow: hidden;
  border-top: 3px solid #353535;
}
#aba33a6dd1ad915 .new-list {
  padding: 15px 0 0;
  border-top: 1px solid #ececec;
}
#aba33a6dd1ad915 .sidebar .uk-h4 {
  color: #262626;
  font-size: 14px;
  margin: 0;
}
#aba33a6dd1ad915 .sidebar .uk-h4:before {
  background: #353535;
  content: "";
  display: inline-block;
  height: 10px;
  margin: 0 6px 0 0;
  width: 2px;
}
#aba33a6dd1ad915 .author-wrapper {
  position: relative;
}
#aba33a6dd1ad915 .sidebar h3 {
  font-size: 16px;
  line-height: 25px;
  color: #262626;
}
#aba33a6dd1ad915 .sidebar h3::after {
  border: .5px solid #ddd;
  content: "";
  display: block;
  height: 0;
  margin-top: 10px;
  width: 20px;
}
#aba33a6dd1ad915 .sidebar .footer-tip {
  text-align: center;
  line-height: 40px;
  color: #fff;
  height: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
#aba33a6dd1ad915 .new-list li {
  padding: 5px 0 15px;
}
#aba33a6dd1ad915 .sidebar a {
  font-size: 14px;
  color: #262626;
  line-height: 20px;
  padding-bottom: 4px;
  display: block;
}
#aba33a6dd1ad915 .sidebar a:hover {
  color: #494949;
}
#aba33a6dd1ad915 .new-list li span {
  font-size: 12px;
  color: #a7a7a7;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa84eaeeb9aefb5 .uk-card {
  background: rgba(102, 102, 102, 0.2);
}
#aa84eaeeb9aefb5.uk-section .uk-button-primary:hover {
  background-color: #020202;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6259a02b4a5937 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a680aae101a9a76 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a680aae101a9a76 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a680aae101a9a76 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #27348b;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a680aae101a9a76 .menu-list > li > a {
  padding: 0 35px;
}
#a680aae101a9a76 .menu-list > li:hover:before {
  height: 100%;
}
#a680aae101a9a76 .menu-list > li:hover:after {
  color: auto;
}
#a680aae101a9a76 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #3a3a3a;
  font-weight: 400;
  content: "|";
}
#a680aae101a9a76 .menu-list > li:first-child:after {
  content: "";
}
#a680aae101a9a76 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a680aae101a9a76 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a680aae101a9a76 .menu-list > li ul li {
  position: relative;
}
#a680aae101a9a76 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a680aae101a9a76 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3a3a3a;
}
#a680aae101a9a76 .menu-list > li:hover > a {
  background-color: #27348b;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a680aae101a9a76 li ul li:hover > a {
  background-color: #46bfe4;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a680aae101a9a76 li ul,
#a680aae101a9a76 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a680aae101a9a76 li:hover > ul {
  left: auto;
}
#a680aae101a9a76 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3964a848ea9ce0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a3964a848ea9ce0 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a3964a848ea9ce0 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #27348b;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a3964a848ea9ce0 .menu-list > li > a {
  padding: 0 35px;
}
#a3964a848ea9ce0 .menu-list > li:hover:before {
  height: 100%;
}
#a3964a848ea9ce0 .menu-list > li:hover:after {
  color: auto;
}
#a3964a848ea9ce0 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #3a3a3a;
  font-weight: 400;
  content: "|";
}
#a3964a848ea9ce0 .menu-list > li:first-child:after {
  content: "";
}
#a3964a848ea9ce0 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a3964a848ea9ce0 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a3964a848ea9ce0 .menu-list > li ul li {
  position: relative;
}
#a3964a848ea9ce0 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 2px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 143px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a3964a848ea9ce0 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3a3a3a;
}
#a3964a848ea9ce0 .menu-list > li:hover > a {
  background-color: #27348b;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a3964a848ea9ce0 li ul li:hover > a {
  background-color: #46bfe4;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a3964a848ea9ce0 li ul,
#a3964a848ea9ce0 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a3964a848ea9ce0 li:hover > ul {
  left: auto;
}
#a3964a848ea9ce0 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4558aa755a73f4 form {
  width: 100%;
  height: 100%;
}
#a4558aa755a73f4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4558aa755a73f4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4558aa755a73f4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4558aa755a73f4 .search-box .search-type.show {
  display: block;
}
#a4558aa755a73f4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4558aa755a73f4 .search-box .search-type li:hover {
  color: #005fea;
}
#a4558aa755a73f4 .search-box .search-type li.active {
  color: #005fea;
}
#a4558aa755a73f4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #0c3c8e;
  border-right-color: #0c3c8e;
  border-left-color: #0c3c8e;
  border-bottom-color: #0c3c8e;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a4558aa755a73f4 .inner-form .input-field {
  height: 100%;
}
#a4558aa755a73f4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a4558aa755a73f4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a4558aa755a73f4 .inner-form .input-field.second-wrap {
  min-width: 67px;
}
#a4558aa755a73f4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #005fea;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 16px;
}
#a4558aa755a73f4 .btn-search:hover {
  background: #005fea;
}
#a4558aa755a73f4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a80cfaa561aba92 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af40aa7410ac857 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@media (min-width: 1200px) {
  #a24ddafd43a31c1 .uk-container {
    padding: 0 60px;
  }
}
@media (min-width: 980px) {
  #a24ddafd43a31c1 .sidebar {
    width: 28.5%;
    padding-left: 32px;
    border-left: 1px solid #ececec;
    margin-left: 32px;
  }
}
#a24ddafd43a31c1 .sidebar .uk-h3 {
  position: relative;
  padding-bottom: 12px;
  font-size: 18px;
}
#a24ddafd43a31c1 .sidebar .uk-h3:before {
  content: ' ';
  position: absolute;
  width: 3px;
  height: 100%;
  left: -33px;
  top: 0;
  background-color: #353535;
}
#a24ddafd43a31c1 .sidebar .uk-h3:after {
  content: ' ';
  position: absolute;
  width: 35px;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #666666;
}
#a24ddafd43a31c1 .uk-list li::before {
  color: #353535;
}
#a24ddafd43a31c1 .uk-list a {
  color: #4c4c4c;
}
#a24ddafd43a31c1 .uk-list a.active,
#a24ddafd43a31c1 .uk-list a:hover {
  color: #353535;
  text-decoration: none;
}
#a24ddafd43a31c1 .post-sidebar-image {
  width: 90px;
  height: auto;
  margin-right: 15px;
}
#a24ddafd43a31c1 .tag {
  display: inline-block;
  margin: 0 8px 10px 0;
  border: 1px solid #ececec;
}
#a24ddafd43a31c1 .tag a {
  line-height: 32px;
  padding: 0 12px;
  font-size: 14px;
  color: #666666;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa84eaeeb9aefb5 .uk-card {
  background: rgba(102, 102, 102, 0.2);
}
#aa84eaeeb9aefb5.uk-section .uk-button-primary:hover {
  background-color: #020202;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a061ba623fae478 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a680aae101a9a76 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a680aae101a9a76 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a680aae101a9a76 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #27348b;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a680aae101a9a76 .menu-list > li > a {
  padding: 0 35px;
}
#a680aae101a9a76 .menu-list > li:hover:before {
  height: 100%;
}
#a680aae101a9a76 .menu-list > li:hover:after {
  color: auto;
}
#a680aae101a9a76 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #3a3a3a;
  font-weight: 400;
  content: "|";
}
#a680aae101a9a76 .menu-list > li:first-child:after {
  content: "";
}
#a680aae101a9a76 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a680aae101a9a76 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a680aae101a9a76 .menu-list > li ul li {
  position: relative;
}
#a680aae101a9a76 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a680aae101a9a76 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3a3a3a;
}
#a680aae101a9a76 .menu-list > li:hover > a {
  background-color: #27348b;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a680aae101a9a76 li ul li:hover > a {
  background-color: #46bfe4;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a680aae101a9a76 li ul,
#a680aae101a9a76 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a680aae101a9a76 li:hover > ul {
  left: auto;
}
#a680aae101a9a76 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3964a848ea9ce0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a3964a848ea9ce0 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a3964a848ea9ce0 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #27348b;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a3964a848ea9ce0 .menu-list > li > a {
  padding: 0 35px;
}
#a3964a848ea9ce0 .menu-list > li:hover:before {
  height: 100%;
}
#a3964a848ea9ce0 .menu-list > li:hover:after {
  color: auto;
}
#a3964a848ea9ce0 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #3a3a3a;
  font-weight: 400;
  content: "|";
}
#a3964a848ea9ce0 .menu-list > li:first-child:after {
  content: "";
}
#a3964a848ea9ce0 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a3964a848ea9ce0 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a3964a848ea9ce0 .menu-list > li ul li {
  position: relative;
}
#a3964a848ea9ce0 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 2px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 143px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a3964a848ea9ce0 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3a3a3a;
}
#a3964a848ea9ce0 .menu-list > li:hover > a {
  background-color: #27348b;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a3964a848ea9ce0 li ul li:hover > a {
  background-color: #46bfe4;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a3964a848ea9ce0 li ul,
#a3964a848ea9ce0 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a3964a848ea9ce0 li:hover > ul {
  left: auto;
}
#a3964a848ea9ce0 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4558aa755a73f4 form {
  width: 100%;
  height: 100%;
}
#a4558aa755a73f4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4558aa755a73f4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4558aa755a73f4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4558aa755a73f4 .search-box .search-type.show {
  display: block;
}
#a4558aa755a73f4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4558aa755a73f4 .search-box .search-type li:hover {
  color: #005fea;
}
#a4558aa755a73f4 .search-box .search-type li.active {
  color: #005fea;
}
#a4558aa755a73f4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #0c3c8e;
  border-right-color: #0c3c8e;
  border-left-color: #0c3c8e;
  border-bottom-color: #0c3c8e;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a4558aa755a73f4 .inner-form .input-field {
  height: 100%;
}
#a4558aa755a73f4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a4558aa755a73f4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a4558aa755a73f4 .inner-form .input-field.second-wrap {
  min-width: 67px;
}
#a4558aa755a73f4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #005fea;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 16px;
}
#a4558aa755a73f4 .btn-search:hover {
  background: #005fea;
}
#a4558aa755a73f4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a80cfaa561aba92 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a24ddafd43a31c1 [data-item*=".abstract"], #a24ddafd43a31c1 [data-item*=".abstract"] a {show: true;}#a24ddafd43a31c1 [data-item*=".subTitle"], #a24ddafd43a31c1 [data-item*=".subTitle"] a {show: true;}#a24ddafd43a31c1 [data-item*=".category"], #a24ddafd43a31c1 [data-item*=".category"] a {show: true;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af40aa7410ac857 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a34c9a80cea0bbd .phone-info {
  font-size: 28px;
  color: #296fb7;
  font-family: 'helvetica';
  padding-top: 5px;
  font-weight: bold;
  line-height: 1;
}
#a34c9a80cea0bbd .phone-info span {
  font-size: 13px;
  font-weight: 400;
  display: block;
}
#a34c9a80cea0bbd .abstract {
  white-space: pre-wrap;
}
#a34c9a80cea0bbd .product-main {
  margin: 15px 0;
}
#a34c9a80cea0bbd .disable-imglink .rich-img-wrap {
  cursor: default;
}
#a34c9a80cea0bbd .video-box,
#a34c9a80cea0bbd .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
  text-align: center;
}
#a34c9a80cea0bbd .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#a34c9a80cea0bbd .goods-slider {
  width: 430px;
  max-width: 100%;
}
#a34c9a80cea0bbd .preview-box img {
  width: 100%;
}
#a34c9a80cea0bbd .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;
}
#a34c9a80cea0bbd .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#a34c9a80cea0bbd .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#a34c9a80cea0bbd .thumb-box {
  width: 100%;
  position: relative;
}
#a34c9a80cea0bbd .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#a34c9a80cea0bbd .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#a34c9a80cea0bbd .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#a34c9a80cea0bbd .thumb-list {
  overflow: hidden;
}
#a34c9a80cea0bbd .thumb-list ul {
  width: 100000px;
}
#a34c9a80cea0bbd .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#a34c9a80cea0bbd .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#a34c9a80cea0bbd .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;
}
#a34c9a80cea0bbd .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#a34c9a80cea0bbd .thumb-list ul li.active img {
  border-color: #353535;
}
#a34c9a80cea0bbd .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;
}
#a34c9a80cea0bbd .zoom-box img {
  max-width: initial;
}
#a34c9a80cea0bbd .uk-button-primary {
  font-size: 16px;
}
#a34c9a80cea0bbd .questions .question {
  font-size: 16px;
  font-weight: 400;
  color: #333;
}
#a34c9a80cea0bbd .questions .answer {
  font-size: 13px;
  color: #999;
}
#a34c9a80cea0bbd .questions .fa {
  line-height: 24px;
}
@media (max-width: 640px) {
  #a34c9a80cea0bbd .content-wrap {
    padding: 0;
  }
  #a34c9a80cea0bbd .title {
    font-size: 18px;
    font-weight: bolder;
  }
  #a34c9a80cea0bbd .content-wrap .rich-img-wrap {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa84eaeeb9aefb5 .uk-card {
  background: rgba(102, 102, 102, 0.2);
}
#aa84eaeeb9aefb5.uk-section .uk-button-primary:hover {
  background-color: #020202;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a258ba82c9a1733 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a680aae101a9a76 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a680aae101a9a76 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a680aae101a9a76 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #27348b;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a680aae101a9a76 .menu-list > li > a {
  padding: 0 35px;
}
#a680aae101a9a76 .menu-list > li:hover:before {
  height: 100%;
}
#a680aae101a9a76 .menu-list > li:hover:after {
  color: auto;
}
#a680aae101a9a76 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #3a3a3a;
  font-weight: 400;
  content: "|";
}
#a680aae101a9a76 .menu-list > li:first-child:after {
  content: "";
}
#a680aae101a9a76 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a680aae101a9a76 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a680aae101a9a76 .menu-list > li ul li {
  position: relative;
}
#a680aae101a9a76 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a680aae101a9a76 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3a3a3a;
}
#a680aae101a9a76 .menu-list > li:hover > a {
  background-color: #27348b;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a680aae101a9a76 li ul li:hover > a {
  background-color: #46bfe4;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a680aae101a9a76 li ul,
#a680aae101a9a76 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a680aae101a9a76 li:hover > ul {
  left: auto;
}
#a680aae101a9a76 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3964a848ea9ce0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a3964a848ea9ce0 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a3964a848ea9ce0 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #27348b;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a3964a848ea9ce0 .menu-list > li > a {
  padding: 0 35px;
}
#a3964a848ea9ce0 .menu-list > li:hover:before {
  height: 100%;
}
#a3964a848ea9ce0 .menu-list > li:hover:after {
  color: auto;
}
#a3964a848ea9ce0 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #3a3a3a;
  font-weight: 400;
  content: "|";
}
#a3964a848ea9ce0 .menu-list > li:first-child:after {
  content: "";
}
#a3964a848ea9ce0 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a3964a848ea9ce0 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a3964a848ea9ce0 .menu-list > li ul li {
  position: relative;
}
#a3964a848ea9ce0 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 2px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 143px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a3964a848ea9ce0 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3a3a3a;
}
#a3964a848ea9ce0 .menu-list > li:hover > a {
  background-color: #27348b;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a3964a848ea9ce0 li ul li:hover > a {
  background-color: #46bfe4;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a3964a848ea9ce0 li ul,
#a3964a848ea9ce0 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a3964a848ea9ce0 li:hover > ul {
  left: auto;
}
#a3964a848ea9ce0 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4558aa755a73f4 form {
  width: 100%;
  height: 100%;
}
#a4558aa755a73f4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4558aa755a73f4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4558aa755a73f4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4558aa755a73f4 .search-box .search-type.show {
  display: block;
}
#a4558aa755a73f4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4558aa755a73f4 .search-box .search-type li:hover {
  color: #005fea;
}
#a4558aa755a73f4 .search-box .search-type li.active {
  color: #005fea;
}
#a4558aa755a73f4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #0c3c8e;
  border-right-color: #0c3c8e;
  border-left-color: #0c3c8e;
  border-bottom-color: #0c3c8e;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a4558aa755a73f4 .inner-form .input-field {
  height: 100%;
}
#a4558aa755a73f4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a4558aa755a73f4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a4558aa755a73f4 .inner-form .input-field.second-wrap {
  min-width: 67px;
}
#a4558aa755a73f4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #005fea;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 16px;
}
#a4558aa755a73f4 .btn-search:hover {
  background: #005fea;
}
#a4558aa755a73f4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a80cfaa561aba92 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6dc3afcf7aacc0 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#abdf2acc80af824 .uk-card {
  background: rgba(102, 102, 102, 0.2);
}
#abdf2acc80af824.uk-section .uk-button-primary:hover {
  background-color: #020202;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab0e6a0b9ca04b8 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a680aae101a9a76 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a680aae101a9a76 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a680aae101a9a76 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #27348b;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a680aae101a9a76 .menu-list > li > a {
  padding: 0 35px;
}
#a680aae101a9a76 .menu-list > li:hover:before {
  height: 100%;
}
#a680aae101a9a76 .menu-list > li:hover:after {
  color: auto;
}
#a680aae101a9a76 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #3a3a3a;
  font-weight: 400;
  content: "|";
}
#a680aae101a9a76 .menu-list > li:first-child:after {
  content: "";
}
#a680aae101a9a76 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a680aae101a9a76 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a680aae101a9a76 .menu-list > li ul li {
  position: relative;
}
#a680aae101a9a76 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a680aae101a9a76 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3a3a3a;
}
#a680aae101a9a76 .menu-list > li:hover > a {
  background-color: #27348b;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a680aae101a9a76 li ul li:hover > a {
  background-color: #46bfe4;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a680aae101a9a76 li ul,
#a680aae101a9a76 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a680aae101a9a76 li:hover > ul {
  left: auto;
}
#a680aae101a9a76 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3964a848ea9ce0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a3964a848ea9ce0 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a3964a848ea9ce0 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #27348b;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a3964a848ea9ce0 .menu-list > li > a {
  padding: 0 35px;
}
#a3964a848ea9ce0 .menu-list > li:hover:before {
  height: 100%;
}
#a3964a848ea9ce0 .menu-list > li:hover:after {
  color: auto;
}
#a3964a848ea9ce0 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #3a3a3a;
  font-weight: 400;
  content: "|";
}
#a3964a848ea9ce0 .menu-list > li:first-child:after {
  content: "";
}
#a3964a848ea9ce0 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a3964a848ea9ce0 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a3964a848ea9ce0 .menu-list > li ul li {
  position: relative;
}
#a3964a848ea9ce0 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 2px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 143px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a3964a848ea9ce0 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3a3a3a;
}
#a3964a848ea9ce0 .menu-list > li:hover > a {
  background-color: #27348b;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a3964a848ea9ce0 li ul li:hover > a {
  background-color: #46bfe4;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a3964a848ea9ce0 li ul,
#a3964a848ea9ce0 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a3964a848ea9ce0 li:hover > ul {
  left: auto;
}
#a3964a848ea9ce0 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4558aa755a73f4 form {
  width: 100%;
  height: 100%;
}
#a4558aa755a73f4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4558aa755a73f4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4558aa755a73f4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4558aa755a73f4 .search-box .search-type.show {
  display: block;
}
#a4558aa755a73f4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4558aa755a73f4 .search-box .search-type li:hover {
  color: #005fea;
}
#a4558aa755a73f4 .search-box .search-type li.active {
  color: #005fea;
}
#a4558aa755a73f4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #0c3c8e;
  border-right-color: #0c3c8e;
  border-left-color: #0c3c8e;
  border-bottom-color: #0c3c8e;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a4558aa755a73f4 .inner-form .input-field {
  height: 100%;
}
#a4558aa755a73f4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a4558aa755a73f4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a4558aa755a73f4 .inner-form .input-field.second-wrap {
  min-width: 67px;
}
#a4558aa755a73f4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #005fea;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 16px;
}
#a4558aa755a73f4 .btn-search:hover {
  background: #005fea;
}
#a4558aa755a73f4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a80cfaa561aba92 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7ad6ad1bca30f7 > .ele-wrap {background-color: rgba(12, 60, 142, 0.5);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1494a52c9a051e > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a137dadd45a91ad > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aacb8ad9b3a247a > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3f89a23e0a2cf3 .ele-wrap {color: #ffffff;font-size: 19px;font-weight: 500;background-color: rgba(70, 191, 228, 1);border-radius: 100px;justify-content: center;border-style: solid;font-family: NotoSansSC-DemiLight;border-color: rgba(255, 255, 255, 1);}#a3f89a23e0a2cf3 .ele-wrap:hover {background-color: #509c49;color: #ffffff;background-color: rgba(12, 60, 142, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab286a73a9ac7bc .ele-wrap {color: #ffffff;font-size: 19px;font-weight: 500;background-color: rgba(70, 191, 228, 1);border-radius: 100px;justify-content: center;border-style: solid;font-family: NotoSansSC-DemiLight;border-color: rgba(255, 255, 255, 1);}#ab286a73a9ac7bc .ele-wrap:hover {background-color: #509c49;color: #ffffff;background-color: rgba(12, 60, 142, 1);}#a68e4a4e11a2c7a > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5bcda7a36a9d37 > div {
        font-weight: bold;
        font-style: normal;
    font-size: 47px;text-align: right;font-family: inherit;color: rgba(12, 60, 142, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a44a8a0d41a58cc > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a660fa865cabdb6 > div {
        font-weight: bold;
        font-style: normal;
    font-size: 47px;text-align: right;font-family: inherit;color: rgba(12, 60, 142, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad911a2154acd00 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7545ae2e7ae8d9 > div {
        font-weight: bold;
        font-style: normal;
    font-size: 47px;text-align: right;font-family: inherit;color: rgba(12, 60, 142, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0be3a096aa7e50 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8fdba31b6ad030 > div {
        font-weight: bold;
        font-style: normal;
    font-size: 47px;text-align: right;font-family: inherit;color: rgba(12, 60, 142, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a19aaa67adaffc9 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}
#af8c7aa98dac7df .ele-wrap {color: #ffffff;font-size: 19px;font-weight: 500;background-color: rgba(70, 191, 228, 1);border-radius: 100px;justify-content: center;border-style: solid;font-family: NotoSansSC-DemiLight;border-color: rgba(255, 255, 255, 1);}#af8c7aa98dac7df .ele-wrap:hover {background-color: #509c49;color: #ffffff;background-color: rgba(12, 60, 142, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aced1af183ac428 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a18d5a06a5afab6 .ele-wrap {color: #ffffff;font-size: 19px;font-weight: 500;background-color: rgba(70, 191, 228, 1);border-radius: 100px;justify-content: center;border-style: solid;font-family: NotoSansSC-Medium;border-color: rgba(255, 255, 255, 1);}#a18d5a06a5afab6 .ele-wrap:hover {background-color: #509c49;color: #ffffff;background-color: rgba(12, 60, 142, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa06ea8189a1c50 .ap-category-filter ul li.active {
  border-color: #353535;
  color: #353535;
}
#aa06ea8189a1c50 .uk-grid {
  margin-left: -35px;
}
#aa06ea8189a1c50 .uk-grid > * {
  padding-left: 35px;
}
#aa06ea8189a1c50 .uk-grid > .uk-grid-margin {
  margin-top: 15px;
}
#aa06ea8189a1c50 .uk-card {
  background-color: #e2f0ff;
  transition: all .3s ease;
}
#aa06ea8189a1c50 .uk-card-media-top {
  overflow: hidden;
}
#aa06ea8189a1c50 .uk-card-media-top .img {
  transition: all .3s ease;
}
#aa06ea8189a1c50 .info {
  flex: 1;
  overflow: hidden;
  min-width: 1px;
  width: 0;
}
#aa06ea8189a1c50 .datetime {
  padding: 4px;
  margin-right: 6px;
  flex-shrink: 0;
  font-size: 12px;
  color: #fff;
  font-family: Arial;
}
#aa06ea8189a1c50 .datetime b {
  font-size: 24px;
  font-weight: bolder;
  display: block;
}
#aa06ea8189a1c50 .uk-card-body {
  padding: 15px 10px 8px;
}
#aa06ea8189a1c50 hr {
  border-top-color: #ffffff;
  margin: 0 0 10px;
}
#aa06ea8189a1c50 .uk-button {
  border: 1px solid #ececec;
}
#aa06ea8189a1c50 .uk-card .title {
  font-weight: bold;
  font-style: normal;
  font-size: 17px;
  font-family: NotoSansSC-Regular;
  color: #333333;
}
#aa06ea8189a1c50 .uk-card .abstract {
  margin: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Medium;
  color: #8bbaff;
}
#aa06ea8189a1c50 .uk-card:hover {
  background-color: #333333;
}
#aa06ea8189a1c50 .uk-card:hover .title {
  color: #fff;
}
#aa06ea8189a1c50 .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#aa06ea8189a1c50 .uk-card:hover .img {
  transform: scale(1.2);
}
#aa06ea8189a1c50 .uk-card:hover .abstract {
  color: #fff;
}
#aa06ea8189a1c50 .uk-card:hover .datetime {
  color: #d3b267;
}
#aa06ea8189a1c50 .uk-card:hover .category {
  color: #d3b267;
}
#aa06ea8189a1c50 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#ab8c2ab9d4a09f3 [data-item="items[6].abstract"] {left: 0px;top: -1px; position: relative;}#ab8c2ab9d4a09f3 [data-item="items[7].abstract"] {left: 0px;top: -1px; position: relative;}#ab8c2ab9d4a09f3 [data-item="items[5].abstract"] {left: 0px;top: -1px; position: relative;}#ab8c2ab9d4a09f3 [data-item="items[4].abstract"] {left: 0px;top: -1px; position: relative;}#ab8c2ab9d4a09f3 [data-item="items[2].abstract"] {left: 0px;top: -1px; position: relative;}#ab8c2ab9d4a09f3 [data-item="items[3].abstract"] {left: 0px;top: -1px; position: relative;}#ab8c2ab9d4a09f3 [data-item="items[1].abstract"] {left: 0px;top: -1px; position: relative;}#ab8c2ab9d4a09f3 [data-item="items[0].abstract"] {left: 0px;top: -1px; position: relative;}#ab8c2ab9d4a09f3 [data-item="items[0].title"] {left: -3px;top: 1px; position: relative;}#ab8c2ab9d4a09f3 [data-item="items[1].title"] {left: 0px;top: 1px; position: relative;}#ab8c2ab9d4a09f3 [data-item="items[2].title"] {left: 0px;top: 1px; position: relative;}#ab8c2ab9d4a09f3 [data-item="items[3].title"] {left: 0px;top: 1px; position: relative;}#ab8c2ab9d4a09f3 [data-item="items[4].title"] {left: 0px;top: 1px; position: relative;}#ab8c2ab9d4a09f3 [data-item="items[5].title"] {left: 0px;top: 1px; position: relative;}#ab8c2ab9d4a09f3 [data-item="items[6].title"] {left: 0px;top: 1px; position: relative;}#ab8c2ab9d4a09f3 [data-item="items[7].title"] {left: 0px;top: 1px; position: relative;}#ab8c2ab9d4a09f3 [data-item="items[0]"] {left: 0px;top: -1px; position: relative;}#ab8c2ab9d4a09f3 [data-item="items[1]"] {left: 0px;top: -1px; position: relative;}#ab8c2ab9d4a09f3 [data-item="items[3]"] {left: 0px;top: -1px; position: relative;}#ab8c2ab9d4a09f3 [data-item="items[2]"] {left: 0px;top: -1px; position: relative;}#ab8c2ab9d4a09f3 [data-item="items[4]"] {left: 0px;top: -1px; position: relative;}#ab8c2ab9d4a09f3 [data-item="items[5]"] {left: 0px;top: -1px; position: relative;}#ab8c2ab9d4a09f3 [data-item="items[7]"] {left: 0px;top: -1px; position: relative;}#ab8c2ab9d4a09f3 [data-item="items[6]"] {left: 0px;top: -1px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa36aad1e7aa615 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2398ac83dac700 .uk-card {
  background: rgba(102, 102, 102, 0.2);
}
#a2398ac83dac700.uk-section .uk-button-primary:hover {
  background-color: #020202;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae929ad54aaeff5 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a680aae101a9a76 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a680aae101a9a76 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a680aae101a9a76 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #27348b;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a680aae101a9a76 .menu-list > li > a {
  padding: 0 35px;
}
#a680aae101a9a76 .menu-list > li:hover:before {
  height: 100%;
}
#a680aae101a9a76 .menu-list > li:hover:after {
  color: auto;
}
#a680aae101a9a76 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #3a3a3a;
  font-weight: 400;
  content: "|";
}
#a680aae101a9a76 .menu-list > li:first-child:after {
  content: "";
}
#a680aae101a9a76 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a680aae101a9a76 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a680aae101a9a76 .menu-list > li ul li {
  position: relative;
}
#a680aae101a9a76 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a680aae101a9a76 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3a3a3a;
}
#a680aae101a9a76 .menu-list > li:hover > a {
  background-color: #27348b;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a680aae101a9a76 li ul li:hover > a {
  background-color: #46bfe4;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a680aae101a9a76 li ul,
#a680aae101a9a76 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a680aae101a9a76 li:hover > ul {
  left: auto;
}
#a680aae101a9a76 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3964a848ea9ce0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a3964a848ea9ce0 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a3964a848ea9ce0 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #27348b;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a3964a848ea9ce0 .menu-list > li > a {
  padding: 0 35px;
}
#a3964a848ea9ce0 .menu-list > li:hover:before {
  height: 100%;
}
#a3964a848ea9ce0 .menu-list > li:hover:after {
  color: auto;
}
#a3964a848ea9ce0 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #3a3a3a;
  font-weight: 400;
  content: "|";
}
#a3964a848ea9ce0 .menu-list > li:first-child:after {
  content: "";
}
#a3964a848ea9ce0 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a3964a848ea9ce0 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a3964a848ea9ce0 .menu-list > li ul li {
  position: relative;
}
#a3964a848ea9ce0 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 2px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 143px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a3964a848ea9ce0 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3a3a3a;
}
#a3964a848ea9ce0 .menu-list > li:hover > a {
  background-color: #27348b;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a3964a848ea9ce0 li ul li:hover > a {
  background-color: #46bfe4;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a3964a848ea9ce0 li ul,
#a3964a848ea9ce0 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a3964a848ea9ce0 li:hover > ul {
  left: auto;
}
#a3964a848ea9ce0 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4558aa755a73f4 form {
  width: 100%;
  height: 100%;
}
#a4558aa755a73f4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4558aa755a73f4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4558aa755a73f4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4558aa755a73f4 .search-box .search-type.show {
  display: block;
}
#a4558aa755a73f4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4558aa755a73f4 .search-box .search-type li:hover {
  color: #005fea;
}
#a4558aa755a73f4 .search-box .search-type li.active {
  color: #005fea;
}
#a4558aa755a73f4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #0c3c8e;
  border-right-color: #0c3c8e;
  border-left-color: #0c3c8e;
  border-bottom-color: #0c3c8e;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a4558aa755a73f4 .inner-form .input-field {
  height: 100%;
}
#a4558aa755a73f4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a4558aa755a73f4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a4558aa755a73f4 .inner-form .input-field.second-wrap {
  min-width: 67px;
}
#a4558aa755a73f4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #005fea;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 16px;
}
#a4558aa755a73f4 .btn-search:hover {
  background: #005fea;
}
#a4558aa755a73f4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a80cfaa561aba92 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3feaabdbaa8dfe > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a837fa882ba4718 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7e97af3b5a3d9d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae83ea2312ac56d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2797acaf5a55ab > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9134ae53fa17a3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4681ac558a1fc7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad499a9c07a2b83 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3e27a8872ab689 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aeddea3398a65ee .uk-card {
  background: rgba(102, 102, 102, 0.2);
}
#aeddea3398a65ee.uk-section .uk-button-primary:hover {
  background-color: #020202;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#abd79a1660a7540 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a680aae101a9a76 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a680aae101a9a76 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a680aae101a9a76 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #27348b;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a680aae101a9a76 .menu-list > li > a {
  padding: 0 35px;
}
#a680aae101a9a76 .menu-list > li:hover:before {
  height: 100%;
}
#a680aae101a9a76 .menu-list > li:hover:after {
  color: auto;
}
#a680aae101a9a76 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #3a3a3a;
  font-weight: 400;
  content: "|";
}
#a680aae101a9a76 .menu-list > li:first-child:after {
  content: "";
}
#a680aae101a9a76 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a680aae101a9a76 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a680aae101a9a76 .menu-list > li ul li {
  position: relative;
}
#a680aae101a9a76 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a680aae101a9a76 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3a3a3a;
}
#a680aae101a9a76 .menu-list > li:hover > a {
  background-color: #27348b;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a680aae101a9a76 li ul li:hover > a {
  background-color: #46bfe4;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a680aae101a9a76 li ul,
#a680aae101a9a76 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a680aae101a9a76 li:hover > ul {
  left: auto;
}
#a680aae101a9a76 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3964a848ea9ce0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a3964a848ea9ce0 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a3964a848ea9ce0 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #27348b;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a3964a848ea9ce0 .menu-list > li > a {
  padding: 0 35px;
}
#a3964a848ea9ce0 .menu-list > li:hover:before {
  height: 100%;
}
#a3964a848ea9ce0 .menu-list > li:hover:after {
  color: auto;
}
#a3964a848ea9ce0 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #3a3a3a;
  font-weight: 400;
  content: "|";
}
#a3964a848ea9ce0 .menu-list > li:first-child:after {
  content: "";
}
#a3964a848ea9ce0 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a3964a848ea9ce0 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a3964a848ea9ce0 .menu-list > li ul li {
  position: relative;
}
#a3964a848ea9ce0 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 2px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 143px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a3964a848ea9ce0 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3a3a3a;
}
#a3964a848ea9ce0 .menu-list > li:hover > a {
  background-color: #27348b;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a3964a848ea9ce0 li ul li:hover > a {
  background-color: #46bfe4;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a3964a848ea9ce0 li ul,
#a3964a848ea9ce0 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a3964a848ea9ce0 li:hover > ul {
  left: auto;
}
#a3964a848ea9ce0 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4558aa755a73f4 form {
  width: 100%;
  height: 100%;
}
#a4558aa755a73f4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4558aa755a73f4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4558aa755a73f4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4558aa755a73f4 .search-box .search-type.show {
  display: block;
}
#a4558aa755a73f4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4558aa755a73f4 .search-box .search-type li:hover {
  color: #005fea;
}
#a4558aa755a73f4 .search-box .search-type li.active {
  color: #005fea;
}
#a4558aa755a73f4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #0c3c8e;
  border-right-color: #0c3c8e;
  border-left-color: #0c3c8e;
  border-bottom-color: #0c3c8e;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a4558aa755a73f4 .inner-form .input-field {
  height: 100%;
}
#a4558aa755a73f4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a4558aa755a73f4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a4558aa755a73f4 .inner-form .input-field.second-wrap {
  min-width: 67px;
}
#a4558aa755a73f4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #005fea;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 16px;
}
#a4558aa755a73f4 .btn-search:hover {
  background: #005fea;
}
#a4558aa755a73f4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a80cfaa561aba92 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4e70acc75a1837 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9e59ae516aac0a .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a9e59ae516aac0a .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4b4bae6dfa0459 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a4b4bae6dfa0459 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a1ce0a649aafd3e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5419a626fa2ea4 > div {
        font-weight: normal;
        font-style: normal;
    font-size: 70px;text-align: right;font-family: inherit;color: rgba(0, 95, 234, 1);}#afea5a31caae0cb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3a90a7a73ae5a5 > div {
        font-weight: normal;
        font-style: normal;
    font-size: 70px;text-align: right;font-family: inherit;color: rgba(0, 95, 234, 1);}#a834da7468a7862 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aad79aadeca1005 > div {
        font-weight: normal;
        font-style: normal;
    font-size: 70px;text-align: right;font-family: inherit;color: rgba(0, 95, 234, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af40aa7410ac857 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa84eaeeb9aefb5 .uk-card {
  background: rgba(102, 102, 102, 0.2);
}
#aa84eaeeb9aefb5.uk-section .uk-button-primary:hover {
  background-color: #020202;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab9eea2ef4ac17d .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a680aae101a9a76 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a680aae101a9a76 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a680aae101a9a76 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #27348b;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a680aae101a9a76 .menu-list > li > a {
  padding: 0 35px;
}
#a680aae101a9a76 .menu-list > li:hover:before {
  height: 100%;
}
#a680aae101a9a76 .menu-list > li:hover:after {
  color: auto;
}
#a680aae101a9a76 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #3a3a3a;
  font-weight: 400;
  content: "|";
}
#a680aae101a9a76 .menu-list > li:first-child:after {
  content: "";
}
#a680aae101a9a76 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a680aae101a9a76 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a680aae101a9a76 .menu-list > li ul li {
  position: relative;
}
#a680aae101a9a76 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a680aae101a9a76 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3a3a3a;
}
#a680aae101a9a76 .menu-list > li:hover > a {
  background-color: #27348b;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a680aae101a9a76 li ul li:hover > a {
  background-color: #46bfe4;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a680aae101a9a76 li ul,
#a680aae101a9a76 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a680aae101a9a76 li:hover > ul {
  left: auto;
}
#a680aae101a9a76 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3964a848ea9ce0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a3964a848ea9ce0 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a3964a848ea9ce0 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #27348b;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a3964a848ea9ce0 .menu-list > li > a {
  padding: 0 35px;
}
#a3964a848ea9ce0 .menu-list > li:hover:before {
  height: 100%;
}
#a3964a848ea9ce0 .menu-list > li:hover:after {
  color: auto;
}
#a3964a848ea9ce0 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #3a3a3a;
  font-weight: 400;
  content: "|";
}
#a3964a848ea9ce0 .menu-list > li:first-child:after {
  content: "";
}
#a3964a848ea9ce0 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a3964a848ea9ce0 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a3964a848ea9ce0 .menu-list > li ul li {
  position: relative;
}
#a3964a848ea9ce0 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 2px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 143px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a3964a848ea9ce0 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3a3a3a;
}
#a3964a848ea9ce0 .menu-list > li:hover > a {
  background-color: #27348b;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a3964a848ea9ce0 li ul li:hover > a {
  background-color: #46bfe4;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a3964a848ea9ce0 li ul,
#a3964a848ea9ce0 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a3964a848ea9ce0 li:hover > ul {
  left: auto;
}
#a3964a848ea9ce0 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4558aa755a73f4 form {
  width: 100%;
  height: 100%;
}
#a4558aa755a73f4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4558aa755a73f4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4558aa755a73f4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4558aa755a73f4 .search-box .search-type.show {
  display: block;
}
#a4558aa755a73f4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4558aa755a73f4 .search-box .search-type li:hover {
  color: #005fea;
}
#a4558aa755a73f4 .search-box .search-type li.active {
  color: #005fea;
}
#a4558aa755a73f4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #0c3c8e;
  border-right-color: #0c3c8e;
  border-left-color: #0c3c8e;
  border-bottom-color: #0c3c8e;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a4558aa755a73f4 .inner-form .input-field {
  height: 100%;
}
#a4558aa755a73f4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a4558aa755a73f4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a4558aa755a73f4 .inner-form .input-field.second-wrap {
  min-width: 67px;
}
#a4558aa755a73f4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #005fea;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 16px;
}
#a4558aa755a73f4 .btn-search:hover {
  background: #005fea;
}
#a4558aa755a73f4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a80cfaa561aba92 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8bbcacef4afaa9 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9a24ab89ea757f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 0px;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;}#aee2eaf806a52ce > .ele-wrap {background-color: rgba(0, 95, 234, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af0f9a0232a5e20 .img-wrap {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
#ae4baa7bfaae5b0 > .ele-wrap {background-color: rgba(0, 95, 234, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a21e3ad112afd6d > .ele-wrap {background-color: rgba(226, 240, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a667bae3bba2fe8 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 0px;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;}#a7d61ab41cabebd > .ele-wrap {background-color: rgba(0, 95, 234, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad09da91cca9ae8 .img-wrap {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
#aa3d0a5433aa524 > .ele-wrap {background-color: rgba(0, 95, 234, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6f00a55d7afed4 > .ele-wrap {background-color: rgba(226, 240, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab4cda7c5aa39f4 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 0px;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;}#a8d02ab6c8af456 > .ele-wrap {background-color: rgba(0, 95, 234, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6303af728a93c6 .img-wrap {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
#a7fbba4e85aacaf > .ele-wrap {background-color: rgba(0, 95, 234, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a94a7a9eb7a3dbc > .ele-wrap {background-color: rgba(226, 240, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abbf7a496ca5be6 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 0px;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;}#a83dda2e83aa25c > .ele-wrap {background-color: rgba(0, 95, 234, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af6cbaf52ea5ccb .img-wrap {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
#ac8dda56f2a3bac > .ele-wrap {background-color: rgba(0, 95, 234, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad47aaa070a7ce5 > .ele-wrap {background-color: rgba(226, 240, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7683a2d41a8d76 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 0px;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;}#a3ddea31b4a493f > .ele-wrap {background-color: rgba(0, 95, 234, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac7e7a2fe2a6286 .img-wrap {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
#ab7b8a20d6abb3a > .ele-wrap {background-color: rgba(0, 95, 234, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0196ad59faeeaf > .ele-wrap {background-color: rgba(226, 240, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af31aa7140a42e8 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 0px;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;}#a4a71a7562a86b1 > .ele-wrap {background-color: rgba(0, 95, 234, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af237a10f8ab805 .img-wrap {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
#a316aa6a05a593f > .ele-wrap {background-color: rgba(0, 95, 234, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aede0a75e3ae3a6 > .ele-wrap {background-color: rgba(226, 240, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3bf6ab123abaa6 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a744da2b87acc5f .uk-card {
  background: rgba(102, 102, 102, 0.2);
}
#a744da2b87acc5f.uk-section .uk-button-primary:hover {
  background-color: #020202;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0fcea5e51a180d .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a680aae101a9a76 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a680aae101a9a76 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a680aae101a9a76 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #27348b;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a680aae101a9a76 .menu-list > li > a {
  padding: 0 35px;
}
#a680aae101a9a76 .menu-list > li:hover:before {
  height: 100%;
}
#a680aae101a9a76 .menu-list > li:hover:after {
  color: auto;
}
#a680aae101a9a76 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #3a3a3a;
  font-weight: 400;
  content: "|";
}
#a680aae101a9a76 .menu-list > li:first-child:after {
  content: "";
}
#a680aae101a9a76 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a680aae101a9a76 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a680aae101a9a76 .menu-list > li ul li {
  position: relative;
}
#a680aae101a9a76 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a680aae101a9a76 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3a3a3a;
}
#a680aae101a9a76 .menu-list > li:hover > a {
  background-color: #27348b;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a680aae101a9a76 li ul li:hover > a {
  background-color: #46bfe4;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a680aae101a9a76 li ul,
#a680aae101a9a76 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a680aae101a9a76 li:hover > ul {
  left: auto;
}
#a680aae101a9a76 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3964a848ea9ce0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a3964a848ea9ce0 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a3964a848ea9ce0 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #27348b;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a3964a848ea9ce0 .menu-list > li > a {
  padding: 0 35px;
}
#a3964a848ea9ce0 .menu-list > li:hover:before {
  height: 100%;
}
#a3964a848ea9ce0 .menu-list > li:hover:after {
  color: auto;
}
#a3964a848ea9ce0 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #3a3a3a;
  font-weight: 400;
  content: "|";
}
#a3964a848ea9ce0 .menu-list > li:first-child:after {
  content: "";
}
#a3964a848ea9ce0 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a3964a848ea9ce0 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a3964a848ea9ce0 .menu-list > li ul li {
  position: relative;
}
#a3964a848ea9ce0 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 2px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 143px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a3964a848ea9ce0 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3a3a3a;
}
#a3964a848ea9ce0 .menu-list > li:hover > a {
  background-color: #27348b;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a3964a848ea9ce0 li ul li:hover > a {
  background-color: #46bfe4;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a3964a848ea9ce0 li ul,
#a3964a848ea9ce0 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a3964a848ea9ce0 li:hover > ul {
  left: auto;
}
#a3964a848ea9ce0 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4558aa755a73f4 form {
  width: 100%;
  height: 100%;
}
#a4558aa755a73f4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4558aa755a73f4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4558aa755a73f4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4558aa755a73f4 .search-box .search-type.show {
  display: block;
}
#a4558aa755a73f4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4558aa755a73f4 .search-box .search-type li:hover {
  color: #005fea;
}
#a4558aa755a73f4 .search-box .search-type li.active {
  color: #005fea;
}
#a4558aa755a73f4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #0c3c8e;
  border-right-color: #0c3c8e;
  border-left-color: #0c3c8e;
  border-bottom-color: #0c3c8e;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a4558aa755a73f4 .inner-form .input-field {
  height: 100%;
}
#a4558aa755a73f4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a4558aa755a73f4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a4558aa755a73f4 .inner-form .input-field.second-wrap {
  min-width: 67px;
}
#a4558aa755a73f4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #005fea;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 16px;
}
#a4558aa755a73f4 .btn-search:hover {
  background: #005fea;
}
#a4558aa755a73f4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a80cfaa561aba92 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4206adc6aad347 > .ele-wrap {background-color: rgba(176, 209, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a36d6ad557a1b4e > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adc24a8f56a8689 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0304aa990a86a1 .uk-card {
  background: rgba(102, 102, 102, 0.2);
}
#a0304aa990a86a1.uk-section .uk-button-primary:hover {
  background-color: #020202;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af945a5841acb59 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a680aae101a9a76 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a680aae101a9a76 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a680aae101a9a76 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #27348b;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a680aae101a9a76 .menu-list > li > a {
  padding: 0 35px;
}
#a680aae101a9a76 .menu-list > li:hover:before {
  height: 100%;
}
#a680aae101a9a76 .menu-list > li:hover:after {
  color: auto;
}
#a680aae101a9a76 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #3a3a3a;
  font-weight: 400;
  content: "|";
}
#a680aae101a9a76 .menu-list > li:first-child:after {
  content: "";
}
#a680aae101a9a76 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a680aae101a9a76 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a680aae101a9a76 .menu-list > li ul li {
  position: relative;
}
#a680aae101a9a76 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a680aae101a9a76 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3a3a3a;
}
#a680aae101a9a76 .menu-list > li:hover > a {
  background-color: #27348b;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a680aae101a9a76 li ul li:hover > a {
  background-color: #46bfe4;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a680aae101a9a76 li ul,
#a680aae101a9a76 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a680aae101a9a76 li:hover > ul {
  left: auto;
}
#a680aae101a9a76 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3964a848ea9ce0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a3964a848ea9ce0 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a3964a848ea9ce0 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #27348b;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a3964a848ea9ce0 .menu-list > li > a {
  padding: 0 35px;
}
#a3964a848ea9ce0 .menu-list > li:hover:before {
  height: 100%;
}
#a3964a848ea9ce0 .menu-list > li:hover:after {
  color: auto;
}
#a3964a848ea9ce0 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #3a3a3a;
  font-weight: 400;
  content: "|";
}
#a3964a848ea9ce0 .menu-list > li:first-child:after {
  content: "";
}
#a3964a848ea9ce0 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a3964a848ea9ce0 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a3964a848ea9ce0 .menu-list > li ul li {
  position: relative;
}
#a3964a848ea9ce0 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 2px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 143px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a3964a848ea9ce0 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3a3a3a;
}
#a3964a848ea9ce0 .menu-list > li:hover > a {
  background-color: #27348b;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a3964a848ea9ce0 li ul li:hover > a {
  background-color: #46bfe4;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a3964a848ea9ce0 li ul,
#a3964a848ea9ce0 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a3964a848ea9ce0 li:hover > ul {
  left: auto;
}
#a3964a848ea9ce0 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4558aa755a73f4 form {
  width: 100%;
  height: 100%;
}
#a4558aa755a73f4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4558aa755a73f4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4558aa755a73f4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4558aa755a73f4 .search-box .search-type.show {
  display: block;
}
#a4558aa755a73f4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4558aa755a73f4 .search-box .search-type li:hover {
  color: #005fea;
}
#a4558aa755a73f4 .search-box .search-type li.active {
  color: #005fea;
}
#a4558aa755a73f4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #0c3c8e;
  border-right-color: #0c3c8e;
  border-left-color: #0c3c8e;
  border-bottom-color: #0c3c8e;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a4558aa755a73f4 .inner-form .input-field {
  height: 100%;
}
#a4558aa755a73f4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a4558aa755a73f4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a4558aa755a73f4 .inner-form .input-field.second-wrap {
  min-width: 67px;
}
#a4558aa755a73f4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #005fea;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 16px;
}
#a4558aa755a73f4 .btn-search:hover {
  background: #005fea;
}
#a4558aa755a73f4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a80cfaa561aba92 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a21a6acb0ea5336 > .ele-wrap {background-color: rgba(0, 95, 234, 0.5);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a176fa1c03ac6d5 .ap-category-filter ul li.active {
  border-color: #353535;
  color: #353535;
}
#a176fa1c03ac6d5 .product-item {
  border-top-width: 1px;
  border-top-color: #27348b;
  border-top-style: solid;
  border-right-color: #27348b;
  border-left-color: #27348b;
  border-bottom-color: #27348b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a176fa1c03ac6d5 .grid-list .product-item {
  overflow: hidden;
}
#a176fa1c03ac6d5 .grid-list .product-preview .img {
  display: block;
}
#a176fa1c03ac6d5 .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#a176fa1c03ac6d5 .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#a176fa1c03ac6d5 .grid-list .product-info {
  min-height: 110px;
}
#a176fa1c03ac6d5 .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#a176fa1c03ac6d5 .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#a176fa1c03ac6d5 .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#a176fa1c03ac6d5 .grid-list .category-name {
  font-size: 12px;
}
#a176fa1c03ac6d5 .grid-list .category-name a {
  color: #777;
}
#a176fa1c03ac6d5 .grid-list .title,
#a176fa1c03ac6d5 .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#a176fa1c03ac6d5 .grid-list .title a,
#a176fa1c03ac6d5 .grid-list .subTitle a {
  color: #191919;
}
#a176fa1c03ac6d5 .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#a176fa1c03ac6d5 .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#a176fa1c03ac6d5 .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#a176fa1c03ac6d5 .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#a176fa1c03ac6d5 .grid-list .product-btn {
  background-color: #27348b;
}
#a176fa1c03ac6d5 .grid-list .title a {
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  font-family: inherit;
  color: #7a7a7a;
}
#a176fa1c03ac6d5 .grid-list .product:hover {
  background-color: auto;
}
#a176fa1c03ac6d5 .grid-list .product:hover .title a {
  color: #444;
}
#a176fa1c03ac6d5 .grid-list .product:hover .subTitle {
  color: auto;
}
#a176fa1c03ac6d5 .grid-list .product:hover .category {
  color: auto;
}
#a176fa1c03ac6d5 .grid-list .product:hover .abstract {
  color: auto;
}
#a176fa1c03ac6d5 .grid-list .product:hover .product-btn {
  color: auto;
}
@media (max-width: 640px) {
  #a176fa1c03ac6d5 .grid-list .product-info {
    min-height: 0;
  }
  #a176fa1c03ac6d5 .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #a176fa1c03ac6d5 .grid-list .product-buttons {
    display: none;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6e99a35f1a0f40 .ap-category-filter ul li.active {
  border-color: #353535;
  color: #353535;
}
#a6e99a35f1a0f40 .product-item {
  border-top-color: #27348b;
  border-right-color: #27348b;
  border-left-color: #27348b;
  border-bottom-color: #27348b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a6e99a35f1a0f40 .grid-list .product-item {
  overflow: hidden;
}
#a6e99a35f1a0f40 .grid-list .product-preview .img {
  display: block;
}
#a6e99a35f1a0f40 .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#a6e99a35f1a0f40 .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#a6e99a35f1a0f40 .grid-list .product-info {
  min-height: 110px;
}
#a6e99a35f1a0f40 .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#a6e99a35f1a0f40 .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#a6e99a35f1a0f40 .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#a6e99a35f1a0f40 .grid-list .category-name {
  font-size: 12px;
}
#a6e99a35f1a0f40 .grid-list .category-name a {
  color: #777;
}
#a6e99a35f1a0f40 .grid-list .title,
#a6e99a35f1a0f40 .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#a6e99a35f1a0f40 .grid-list .title a,
#a6e99a35f1a0f40 .grid-list .subTitle a {
  color: #191919;
}
#a6e99a35f1a0f40 .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#a6e99a35f1a0f40 .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#a6e99a35f1a0f40 .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#a6e99a35f1a0f40 .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#a6e99a35f1a0f40 .grid-list .product-btn {
  background-color: #27348b;
}
#a6e99a35f1a0f40 .grid-list .title a {
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  font-family: inherit;
  color: #7a7a7a;
}
#a6e99a35f1a0f40 .grid-list .product:hover {
  background-color: auto;
}
#a6e99a35f1a0f40 .grid-list .product:hover .title a {
  color: #444;
}
#a6e99a35f1a0f40 .grid-list .product:hover .subTitle {
  color: auto;
}
#a6e99a35f1a0f40 .grid-list .product:hover .category {
  color: auto;
}
#a6e99a35f1a0f40 .grid-list .product:hover .abstract {
  color: auto;
}
#a6e99a35f1a0f40 .grid-list .product:hover .product-btn {
  color: auto;
}
@media (max-width: 640px) {
  #a6e99a35f1a0f40 .grid-list .product-info {
    min-height: 0;
  }
  #a6e99a35f1a0f40 .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #a6e99a35f1a0f40 .grid-list .product-buttons {
    display: none;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8e1ea3b8aaed4e .ap-category-filter ul li.active {
  border-color: #353535;
  color: #353535;
}
#a8e1ea3b8aaed4e .product-item {
  border-top-color: #27348b;
  border-top-width: 1px;
  border-top-style: solid;
  border-right-color: #27348b;
  border-left-color: #27348b;
  border-bottom-color: #27348b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a8e1ea3b8aaed4e .grid-list .product-item {
  overflow: hidden;
}
#a8e1ea3b8aaed4e .grid-list .product-preview .img {
  display: block;
}
#a8e1ea3b8aaed4e .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#a8e1ea3b8aaed4e .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#a8e1ea3b8aaed4e .grid-list .product-info {
  min-height: 110px;
}
#a8e1ea3b8aaed4e .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#a8e1ea3b8aaed4e .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#a8e1ea3b8aaed4e .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#a8e1ea3b8aaed4e .grid-list .category-name {
  font-size: 12px;
}
#a8e1ea3b8aaed4e .grid-list .category-name a {
  color: #777;
}
#a8e1ea3b8aaed4e .grid-list .title,
#a8e1ea3b8aaed4e .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#a8e1ea3b8aaed4e .grid-list .title a,
#a8e1ea3b8aaed4e .grid-list .subTitle a {
  color: #191919;
}
#a8e1ea3b8aaed4e .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#a8e1ea3b8aaed4e .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#a8e1ea3b8aaed4e .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#a8e1ea3b8aaed4e .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#a8e1ea3b8aaed4e .grid-list .product-btn {
  background-color: #27348b;
}
#a8e1ea3b8aaed4e .grid-list .title a {
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  font-family: inherit;
  color: #7a7a7a;
}
#a8e1ea3b8aaed4e .grid-list .product:hover {
  background-color: auto;
}
#a8e1ea3b8aaed4e .grid-list .product:hover .title a {
  color: #444;
}
#a8e1ea3b8aaed4e .grid-list .product:hover .subTitle {
  color: auto;
}
#a8e1ea3b8aaed4e .grid-list .product:hover .category {
  color: auto;
}
#a8e1ea3b8aaed4e .grid-list .product:hover .abstract {
  color: auto;
}
#a8e1ea3b8aaed4e .grid-list .product:hover .product-btn {
  color: auto;
}
@media (max-width: 640px) {
  #a8e1ea3b8aaed4e .grid-list .product-info {
    min-height: 0;
  }
  #a8e1ea3b8aaed4e .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #a8e1ea3b8aaed4e .grid-list .product-buttons {
    display: none;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adddcadb8fa7928 .ap-category-filter ul li.active {
  border-color: #353535;
  color: #353535;
}
#adddcadb8fa7928 .product-item {
  border-top-width: 1px;
  border-top-color: #27348b;
  border-top-style: solid;
  border-right-color: #27348b;
  border-left-color: #27348b;
  border-bottom-color: #27348b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#adddcadb8fa7928 .grid-list .product-item {
  overflow: hidden;
}
#adddcadb8fa7928 .grid-list .product-preview .img {
  display: block;
}
#adddcadb8fa7928 .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#adddcadb8fa7928 .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#adddcadb8fa7928 .grid-list .product-info {
  min-height: 110px;
}
#adddcadb8fa7928 .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#adddcadb8fa7928 .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#adddcadb8fa7928 .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#adddcadb8fa7928 .grid-list .category-name {
  font-size: 12px;
}
#adddcadb8fa7928 .grid-list .category-name a {
  color: #777;
}
#adddcadb8fa7928 .grid-list .title,
#adddcadb8fa7928 .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#adddcadb8fa7928 .grid-list .title a,
#adddcadb8fa7928 .grid-list .subTitle a {
  color: #191919;
}
#adddcadb8fa7928 .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#adddcadb8fa7928 .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#adddcadb8fa7928 .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#adddcadb8fa7928 .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#adddcadb8fa7928 .grid-list .product-btn {
  background-color: #27348b;
}
#adddcadb8fa7928 .grid-list .title a {
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  font-family: inherit;
  color: #7a7a7a;
}
#adddcadb8fa7928 .grid-list .product:hover {
  background-color: auto;
}
#adddcadb8fa7928 .grid-list .product:hover .title a {
  color: #444;
}
#adddcadb8fa7928 .grid-list .product:hover .subTitle {
  color: auto;
}
#adddcadb8fa7928 .grid-list .product:hover .category {
  color: auto;
}
#adddcadb8fa7928 .grid-list .product:hover .abstract {
  color: auto;
}
#adddcadb8fa7928 .grid-list .product:hover .product-btn {
  color: auto;
}
@media (max-width: 640px) {
  #adddcadb8fa7928 .grid-list .product-info {
    min-height: 0;
  }
  #adddcadb8fa7928 .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #adddcadb8fa7928 .grid-list .product-buttons {
    display: none;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6ed1aa55ba0f35 .ap-category-filter ul li.active {
  border-color: #353535;
  color: #353535;
}
#a6ed1aa55ba0f35 .product-item {
  border-top-color: #27348b;
  border-top-width: 1px;
  border-top-style: solid;
  border-right-color: #27348b;
  border-left-color: #27348b;
  border-bottom-color: #27348b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a6ed1aa55ba0f35 .grid-list .product-item {
  overflow: hidden;
}
#a6ed1aa55ba0f35 .grid-list .product-preview .img {
  display: block;
}
#a6ed1aa55ba0f35 .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#a6ed1aa55ba0f35 .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#a6ed1aa55ba0f35 .grid-list .product-info {
  min-height: 110px;
}
#a6ed1aa55ba0f35 .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#a6ed1aa55ba0f35 .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#a6ed1aa55ba0f35 .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#a6ed1aa55ba0f35 .grid-list .category-name {
  font-size: 12px;
}
#a6ed1aa55ba0f35 .grid-list .category-name a {
  color: #777;
}
#a6ed1aa55ba0f35 .grid-list .title,
#a6ed1aa55ba0f35 .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#a6ed1aa55ba0f35 .grid-list .title a,
#a6ed1aa55ba0f35 .grid-list .subTitle a {
  color: #191919;
}
#a6ed1aa55ba0f35 .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#a6ed1aa55ba0f35 .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#a6ed1aa55ba0f35 .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#a6ed1aa55ba0f35 .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#a6ed1aa55ba0f35 .grid-list .product-btn {
  background-color: #27348b;
}
#a6ed1aa55ba0f35 .grid-list .title a {
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  font-family: inherit;
  color: #7a7a7a;
}
#a6ed1aa55ba0f35 .grid-list .product:hover {
  background-color: auto;
}
#a6ed1aa55ba0f35 .grid-list .product:hover .title a {
  color: #444;
}
#a6ed1aa55ba0f35 .grid-list .product:hover .subTitle {
  color: auto;
}
#a6ed1aa55ba0f35 .grid-list .product:hover .category {
  color: auto;
}
#a6ed1aa55ba0f35 .grid-list .product:hover .abstract {
  color: auto;
}
#a6ed1aa55ba0f35 .grid-list .product:hover .product-btn {
  color: auto;
}
@media (max-width: 640px) {
  #a6ed1aa55ba0f35 .grid-list .product-info {
    min-height: 0;
  }
  #a6ed1aa55ba0f35 .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #a6ed1aa55ba0f35 .grid-list .product-buttons {
    display: none;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5096ae38aa8430 .ap-category-filter ul li.active {
  border-color: #353535;
  color: #353535;
}
#a5096ae38aa8430 .product-item {
  border-top-color: #27348b;
  border-top-width: 1px;
  border-right-color: #27348b;
  border-left-color: #27348b;
  border-bottom-color: #27348b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a5096ae38aa8430 .grid-list .product-item {
  overflow: hidden;
}
#a5096ae38aa8430 .grid-list .product-preview .img {
  display: block;
}
#a5096ae38aa8430 .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#a5096ae38aa8430 .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#a5096ae38aa8430 .grid-list .product-info {
  min-height: 110px;
}
#a5096ae38aa8430 .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#a5096ae38aa8430 .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#a5096ae38aa8430 .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#a5096ae38aa8430 .grid-list .category-name {
  font-size: 12px;
}
#a5096ae38aa8430 .grid-list .category-name a {
  color: #777;
}
#a5096ae38aa8430 .grid-list .title,
#a5096ae38aa8430 .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#a5096ae38aa8430 .grid-list .title a,
#a5096ae38aa8430 .grid-list .subTitle a {
  color: #191919;
}
#a5096ae38aa8430 .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#a5096ae38aa8430 .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#a5096ae38aa8430 .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#a5096ae38aa8430 .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#a5096ae38aa8430 .grid-list .product-btn {
  background-color: #27348b;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a5096ae38aa8430 .grid-list .title a {
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  font-family: inherit;
  color: #7a7a7a;
}
#a5096ae38aa8430 .grid-list .product:hover {
  background-color: auto;
}
#a5096ae38aa8430 .grid-list .product:hover .title a {
  color: #444;
}
#a5096ae38aa8430 .grid-list .product:hover .subTitle {
  color: auto;
}
#a5096ae38aa8430 .grid-list .product:hover .category {
  color: auto;
}
#a5096ae38aa8430 .grid-list .product:hover .abstract {
  color: auto;
}
#a5096ae38aa8430 .grid-list .product:hover .product-btn {
  color: auto;
}
@media (max-width: 640px) {
  #a5096ae38aa8430 .grid-list .product-info {
    min-height: 0;
  }
  #a5096ae38aa8430 .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #a5096ae38aa8430 .grid-list .product-buttons {
    display: none;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aeb5ba751ca4050 .ap-category-filter ul li.active {
  border-color: #353535;
  color: #353535;
}
#aeb5ba751ca4050 .product-item {
  border-top-color: #27348b;
  border-top-width: 1px;
  border-top-style: solid;
  border-right-color: #27348b;
  border-left-color: #27348b;
  border-bottom-color: #27348b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aeb5ba751ca4050 .grid-list .product-item {
  overflow: hidden;
}
#aeb5ba751ca4050 .grid-list .product-preview .img {
  display: block;
}
#aeb5ba751ca4050 .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#aeb5ba751ca4050 .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#aeb5ba751ca4050 .grid-list .product-info {
  min-height: 110px;
}
#aeb5ba751ca4050 .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#aeb5ba751ca4050 .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#aeb5ba751ca4050 .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#aeb5ba751ca4050 .grid-list .category-name {
  font-size: 12px;
}
#aeb5ba751ca4050 .grid-list .category-name a {
  color: #777;
}
#aeb5ba751ca4050 .grid-list .title,
#aeb5ba751ca4050 .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#aeb5ba751ca4050 .grid-list .title a,
#aeb5ba751ca4050 .grid-list .subTitle a {
  color: #191919;
}
#aeb5ba751ca4050 .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#aeb5ba751ca4050 .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#aeb5ba751ca4050 .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#aeb5ba751ca4050 .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#aeb5ba751ca4050 .grid-list .product-btn {
  background-color: #27348b;
}
#aeb5ba751ca4050 .grid-list .title a {
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  font-family: inherit;
  color: #7a7a7a;
}
#aeb5ba751ca4050 .grid-list .product:hover {
  background-color: auto;
}
#aeb5ba751ca4050 .grid-list .product:hover .title a {
  color: #444;
}
#aeb5ba751ca4050 .grid-list .product:hover .subTitle {
  color: auto;
}
#aeb5ba751ca4050 .grid-list .product:hover .category {
  color: auto;
}
#aeb5ba751ca4050 .grid-list .product:hover .abstract {
  color: auto;
}
#aeb5ba751ca4050 .grid-list .product:hover .product-btn {
  color: auto;
}
@media (max-width: 640px) {
  #aeb5ba751ca4050 .grid-list .product-info {
    min-height: 0;
  }
  #aeb5ba751ca4050 .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #aeb5ba751ca4050 .grid-list .product-buttons {
    display: none;
  }
}
#a6f35a9844a9537 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 700;background-color: rgba(39, 52, 139, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a6f35a9844a9537 .ele-wrap:hover {background-color: #0483cc;}#ac6eca64c0a92cf > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aca1bac671a6c48 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#abf05ade92a3914 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a547ea4e7fabfab > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6340a697aaef95 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a48faa4867ae541 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ace03ab9c6a9d49 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3d4faf8e2ac993 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af40aa7410ac857 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa84eaeeb9aefb5 .uk-card {
  background: rgba(102, 102, 102, 0.2);
}
#aa84eaeeb9aefb5.uk-section .uk-button-primary:hover {
  background-color: #020202;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a319ba696fa1cb7 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a680aae101a9a76 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a680aae101a9a76 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a680aae101a9a76 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #27348b;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a680aae101a9a76 .menu-list > li > a {
  padding: 0 35px;
}
#a680aae101a9a76 .menu-list > li:hover:before {
  height: 100%;
}
#a680aae101a9a76 .menu-list > li:hover:after {
  color: auto;
}
#a680aae101a9a76 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #3a3a3a;
  font-weight: 400;
  content: "|";
}
#a680aae101a9a76 .menu-list > li:first-child:after {
  content: "";
}
#a680aae101a9a76 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a680aae101a9a76 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a680aae101a9a76 .menu-list > li ul li {
  position: relative;
}
#a680aae101a9a76 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a680aae101a9a76 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3a3a3a;
}
#a680aae101a9a76 .menu-list > li:hover > a {
  background-color: #27348b;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a680aae101a9a76 li ul li:hover > a {
  background-color: #46bfe4;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a680aae101a9a76 li ul,
#a680aae101a9a76 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a680aae101a9a76 li:hover > ul {
  left: auto;
}
#a680aae101a9a76 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3964a848ea9ce0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a3964a848ea9ce0 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a3964a848ea9ce0 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #27348b;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a3964a848ea9ce0 .menu-list > li > a {
  padding: 0 35px;
}
#a3964a848ea9ce0 .menu-list > li:hover:before {
  height: 100%;
}
#a3964a848ea9ce0 .menu-list > li:hover:after {
  color: auto;
}
#a3964a848ea9ce0 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #3a3a3a;
  font-weight: 400;
  content: "|";
}
#a3964a848ea9ce0 .menu-list > li:first-child:after {
  content: "";
}
#a3964a848ea9ce0 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a3964a848ea9ce0 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a3964a848ea9ce0 .menu-list > li ul li {
  position: relative;
}
#a3964a848ea9ce0 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 2px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 143px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a3964a848ea9ce0 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3a3a3a;
}
#a3964a848ea9ce0 .menu-list > li:hover > a {
  background-color: #27348b;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a3964a848ea9ce0 li ul li:hover > a {
  background-color: #46bfe4;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a3964a848ea9ce0 li ul,
#a3964a848ea9ce0 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a3964a848ea9ce0 li:hover > ul {
  left: auto;
}
#a3964a848ea9ce0 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4558aa755a73f4 form {
  width: 100%;
  height: 100%;
}
#a4558aa755a73f4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4558aa755a73f4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4558aa755a73f4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4558aa755a73f4 .search-box .search-type.show {
  display: block;
}
#a4558aa755a73f4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4558aa755a73f4 .search-box .search-type li:hover {
  color: #005fea;
}
#a4558aa755a73f4 .search-box .search-type li.active {
  color: #005fea;
}
#a4558aa755a73f4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #0c3c8e;
  border-right-color: #0c3c8e;
  border-left-color: #0c3c8e;
  border-bottom-color: #0c3c8e;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a4558aa755a73f4 .inner-form .input-field {
  height: 100%;
}
#a4558aa755a73f4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a4558aa755a73f4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a4558aa755a73f4 .inner-form .input-field.second-wrap {
  min-width: 67px;
}
#a4558aa755a73f4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #005fea;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 16px;
}
#a4558aa755a73f4 .btn-search:hover {
  background: #005fea;
}
#a4558aa755a73f4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a80cfaa561aba92 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2240a9c83a6b06 > .ele-wrap {background-color: rgba(226, 240, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 30px;border-bottom-right-radius: 30px;border-top-right-radius: 30px;border-bottom-left-radius: 30px;}#add25abe0ca72e4 > .ele-wrap {background-color: rgba(226, 240, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 30px;border-bottom-right-radius: 30px;border-top-right-radius: 30px;border-bottom-left-radius: 30px;}#a61a8a5538a6920 > .ele-wrap {background-color: rgba(226, 240, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 30px;border-bottom-right-radius: 30px;border-top-right-radius: 30px;border-bottom-left-radius: 30px;}#a65d8a935da7a05 > .ele-wrap {background-color: rgba(226, 240, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 30px;border-bottom-right-radius: 30px;border-top-right-radius: 30px;border-bottom-left-radius: 30px;}#adcdcacd92a89d3 > .ele-wrap {background-color: rgba(226, 240, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 30px;border-bottom-right-radius: 30px;border-top-right-radius: 30px;border-bottom-left-radius: 30px;}#a582fa2a41a04cf > .ele-wrap {background-color: rgba(226, 240, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 30px;border-bottom-right-radius: 30px;border-top-right-radius: 30px;border-bottom-left-radius: 30px;}#ab22ca5309affb7 > .ele-wrap {background-color: rgba(226, 240, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 30px;border-bottom-right-radius: 30px;border-bottom-left-radius: 30px;border-top-left-radius: 30px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aacb1a8950a23e1 .ele-wrap {color: #ffffff;font-size: 19px;font-weight: 500;background-color: rgba(70, 191, 228, 1);border-radius: 100px;justify-content: center;border-style: solid;font-family: NotoSansSC-DemiLight;border-color: rgba(255, 255, 255, 1);}#aacb1a8950a23e1 .ele-wrap:hover {background-color: #509c49;color: #ffffff;background-color: rgba(12, 60, 142, 1);}#a4f60a7af9aaf92 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4f60a7af9aaf92  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab52faec55a048a > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 0px;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;}#a00bfa1824a0c1c > .ele-wrap {background-color: rgba(0, 95, 234, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acc39a58b9a2bf2 .img-wrap {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
#aa982a8f54a3e1c > .ele-wrap {background-color: rgba(0, 95, 234, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9a02a3eb9aac39 > .ele-wrap {background-color: rgba(226, 240, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a51dfaae71ac2a1 .ap-category-filter ul li.active {
  border-color: #353535;
  color: #353535;
}
#a51dfaae71ac2a1 .grid-list .product-item {
  overflow: hidden;
}
#a51dfaae71ac2a1 .grid-list .product-preview .img {
  display: block;
}
#a51dfaae71ac2a1 .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#a51dfaae71ac2a1 .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#a51dfaae71ac2a1 .grid-list .product-info {
  min-height: 110px;
}
#a51dfaae71ac2a1 .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#a51dfaae71ac2a1 .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#a51dfaae71ac2a1 .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#a51dfaae71ac2a1 .grid-list .category-name {
  font-size: 12px;
}
#a51dfaae71ac2a1 .grid-list .category-name a {
  color: #777;
}
#a51dfaae71ac2a1 .grid-list .title,
#a51dfaae71ac2a1 .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#a51dfaae71ac2a1 .grid-list .title a,
#a51dfaae71ac2a1 .grid-list .subTitle a {
  color: #191919;
}
#a51dfaae71ac2a1 .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#a51dfaae71ac2a1 .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#a51dfaae71ac2a1 .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#a51dfaae71ac2a1 .grid-list {
  margin-left: -1px;
}
#a51dfaae71ac2a1 .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#a51dfaae71ac2a1 .grid-list.uk-grid-small > * {
  padding-left: 1px;
}
#a51dfaae71ac2a1 .grid-list > .uk-grid-margin {
  margin-top: 1px;
}
#a51dfaae71ac2a1 .grid-list .product:hover {
  background-color: auto;
}
#a51dfaae71ac2a1 .grid-list .product:hover .title a {
  color: #444;
}
#a51dfaae71ac2a1 .grid-list .product:hover .subTitle {
  color: auto;
}
#a51dfaae71ac2a1 .grid-list .product:hover .category {
  color: auto;
}
#a51dfaae71ac2a1 .grid-list .product:hover .abstract {
  color: auto;
}
#a51dfaae71ac2a1 .grid-list .product:hover .product-btn {
  color: auto;
}
#a51dfaae71ac2a1 .uk-pagination li a {
  font-size: 12px;
}
@media (max-width: 640px) {
  #a51dfaae71ac2a1 .grid-list .product-info {
    min-height: 0;
  }
  #a51dfaae71ac2a1 .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #a51dfaae71ac2a1 .grid-list .product-buttons {
    display: none;
  }
}
#a6270aebeda2efc > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 0px;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;}#ab3d5a6c95afd6b > .ele-wrap {background-color: rgba(0, 95, 234, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac726aa94ea2653 .img-wrap {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
#a6328a506aad238 > .ele-wrap {background-color: rgba(0, 95, 234, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab304a6f94ab289 > .ele-wrap {background-color: rgba(226, 240, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a652bae76fac765 .ap-category-filter ul li.active {
  border-color: #353535;
  color: #353535;
}
#a652bae76fac765 .grid-list .product-item {
  overflow: hidden;
}
#a652bae76fac765 .grid-list .product-preview .img {
  display: block;
}
#a652bae76fac765 .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#a652bae76fac765 .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#a652bae76fac765 .grid-list .product-info {
  min-height: 110px;
}
#a652bae76fac765 .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#a652bae76fac765 .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#a652bae76fac765 .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#a652bae76fac765 .grid-list .category-name {
  font-size: 12px;
}
#a652bae76fac765 .grid-list .category-name a {
  color: #777;
}
#a652bae76fac765 .grid-list .title,
#a652bae76fac765 .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#a652bae76fac765 .grid-list .title a,
#a652bae76fac765 .grid-list .subTitle a {
  color: #191919;
}
#a652bae76fac765 .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#a652bae76fac765 .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#a652bae76fac765 .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#a652bae76fac765 .grid-list {
  margin-left: -1px;
}
#a652bae76fac765 .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#a652bae76fac765 .grid-list.uk-grid-small > * {
  padding-left: 1px;
}
#a652bae76fac765 .grid-list > .uk-grid-margin {
  margin-top: 1px;
}
#a652bae76fac765 .grid-list .product:hover {
  background-color: auto;
}
#a652bae76fac765 .grid-list .product:hover .title a {
  color: #444;
}
#a652bae76fac765 .grid-list .product:hover .subTitle {
  color: auto;
}
#a652bae76fac765 .grid-list .product:hover .category {
  color: auto;
}
#a652bae76fac765 .grid-list .product:hover .abstract {
  color: auto;
}
#a652bae76fac765 .grid-list .product:hover .product-btn {
  color: auto;
}
#a652bae76fac765 .uk-pagination li a {
  font-size: 12px;
}
@media (max-width: 640px) {
  #a652bae76fac765 .grid-list .product-info {
    min-height: 0;
  }
  #a652bae76fac765 .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #a652bae76fac765 .grid-list .product-buttons {
    display: none;
  }
}
#a0cb1ad766a5b9c [data-item="undefined"] {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#aa874a620ca37af > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 0px;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;}#a1d0fa3553a7d42 > .ele-wrap {background-color: rgba(0, 95, 234, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a903dacfb9aec49 .img-wrap {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
#a9215afd50a6094 > .ele-wrap {background-color: rgba(0, 95, 234, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4e48a2964a3825 > .ele-wrap {background-color: rgba(226, 240, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0e0ba22eaad3b6 .ap-category-filter ul li.active {
  border-color: #353535;
  color: #353535;
}
#a0e0ba22eaad3b6 .grid-list .product-item {
  overflow: hidden;
}
#a0e0ba22eaad3b6 .grid-list .product-preview .img {
  display: block;
}
#a0e0ba22eaad3b6 .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#a0e0ba22eaad3b6 .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#a0e0ba22eaad3b6 .grid-list .product-info {
  min-height: 110px;
}
#a0e0ba22eaad3b6 .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#a0e0ba22eaad3b6 .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#a0e0ba22eaad3b6 .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#a0e0ba22eaad3b6 .grid-list .category-name {
  font-size: 12px;
}
#a0e0ba22eaad3b6 .grid-list .category-name a {
  color: #777;
}
#a0e0ba22eaad3b6 .grid-list .title,
#a0e0ba22eaad3b6 .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#a0e0ba22eaad3b6 .grid-list .title a,
#a0e0ba22eaad3b6 .grid-list .subTitle a {
  color: #191919;
}
#a0e0ba22eaad3b6 .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#a0e0ba22eaad3b6 .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#a0e0ba22eaad3b6 .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#a0e0ba22eaad3b6 .grid-list {
  margin-left: -1px;
}
#a0e0ba22eaad3b6 .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#a0e0ba22eaad3b6 .grid-list.uk-grid-small > * {
  padding-left: 1px;
}
#a0e0ba22eaad3b6 .grid-list > .uk-grid-margin {
  margin-top: 1px;
}
#a0e0ba22eaad3b6 .grid-list .product:hover {
  background-color: auto;
}
#a0e0ba22eaad3b6 .grid-list .product:hover .title a {
  color: #444;
}
#a0e0ba22eaad3b6 .grid-list .product:hover .subTitle {
  color: auto;
}
#a0e0ba22eaad3b6 .grid-list .product:hover .category {
  color: auto;
}
#a0e0ba22eaad3b6 .grid-list .product:hover .abstract {
  color: auto;
}
#a0e0ba22eaad3b6 .grid-list .product:hover .product-btn {
  color: auto;
}
#a0e0ba22eaad3b6 .uk-pagination li a {
  font-size: 12px;
}
@media (max-width: 640px) {
  #a0e0ba22eaad3b6 .grid-list .product-info {
    min-height: 0;
  }
  #a0e0ba22eaad3b6 .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #a0e0ba22eaad3b6 .grid-list .product-buttons {
    display: none;
  }
}
#a4218a38f0aaac1 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 0px;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;}#af6c4acc6ea0b0c > .ele-wrap {background-color: rgba(0, 95, 234, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8b87a076ba5068 .img-wrap {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
#af5e9a9de0a95d8 > .ele-wrap {background-color: rgba(0, 95, 234, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac9c7afab1a5197 > .ele-wrap {background-color: rgba(226, 240, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a409ea5dcaab93b .ap-category-filter ul li.active {
  border-color: #353535;
  color: #353535;
}
#a409ea5dcaab93b .grid-list .product-item {
  overflow: hidden;
}
#a409ea5dcaab93b .grid-list .product-preview .img {
  display: block;
}
#a409ea5dcaab93b .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#a409ea5dcaab93b .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#a409ea5dcaab93b .grid-list .product-info {
  min-height: 110px;
}
#a409ea5dcaab93b .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#a409ea5dcaab93b .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#a409ea5dcaab93b .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#a409ea5dcaab93b .grid-list .category-name {
  font-size: 12px;
}
#a409ea5dcaab93b .grid-list .category-name a {
  color: #777;
}
#a409ea5dcaab93b .grid-list .title,
#a409ea5dcaab93b .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#a409ea5dcaab93b .grid-list .title a,
#a409ea5dcaab93b .grid-list .subTitle a {
  color: #191919;
}
#a409ea5dcaab93b .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#a409ea5dcaab93b .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#a409ea5dcaab93b .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#a409ea5dcaab93b .grid-list {
  margin-left: -1px;
}
#a409ea5dcaab93b .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#a409ea5dcaab93b .grid-list.uk-grid-small > * {
  padding-left: 1px;
}
#a409ea5dcaab93b .grid-list > .uk-grid-margin {
  margin-top: 1px;
}
#a409ea5dcaab93b .grid-list .product:hover {
  background-color: auto;
}
#a409ea5dcaab93b .grid-list .product:hover .title a {
  color: #444;
}
#a409ea5dcaab93b .grid-list .product:hover .subTitle {
  color: auto;
}
#a409ea5dcaab93b .grid-list .product:hover .category {
  color: auto;
}
#a409ea5dcaab93b .grid-list .product:hover .abstract {
  color: auto;
}
#a409ea5dcaab93b .grid-list .product:hover .product-btn {
  color: auto;
}
#a409ea5dcaab93b .uk-pagination li a {
  font-size: 12px;
}
@media (max-width: 640px) {
  #a409ea5dcaab93b .grid-list .product-info {
    min-height: 0;
  }
  #a409ea5dcaab93b .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #a409ea5dcaab93b .grid-list .product-buttons {
    display: none;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8569af3f1a765f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aafb5a3d65a092b .uk-card {
  background: rgba(102, 102, 102, 0.2);
}
#aafb5a3d65a092b.uk-section .uk-button-primary:hover {
  background-color: #020202;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5d5da7bf3ae838 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a680aae101a9a76 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a680aae101a9a76 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a680aae101a9a76 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #27348b;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a680aae101a9a76 .menu-list > li > a {
  padding: 0 35px;
}
#a680aae101a9a76 .menu-list > li:hover:before {
  height: 100%;
}
#a680aae101a9a76 .menu-list > li:hover:after {
  color: auto;
}
#a680aae101a9a76 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #3a3a3a;
  font-weight: 400;
  content: "|";
}
#a680aae101a9a76 .menu-list > li:first-child:after {
  content: "";
}
#a680aae101a9a76 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a680aae101a9a76 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a680aae101a9a76 .menu-list > li ul li {
  position: relative;
}
#a680aae101a9a76 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a680aae101a9a76 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3a3a3a;
}
#a680aae101a9a76 .menu-list > li:hover > a {
  background-color: #27348b;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a680aae101a9a76 li ul li:hover > a {
  background-color: #46bfe4;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a680aae101a9a76 li ul,
#a680aae101a9a76 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a680aae101a9a76 li:hover > ul {
  left: auto;
}
#a680aae101a9a76 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3964a848ea9ce0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a3964a848ea9ce0 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a3964a848ea9ce0 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #27348b;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a3964a848ea9ce0 .menu-list > li > a {
  padding: 0 35px;
}
#a3964a848ea9ce0 .menu-list > li:hover:before {
  height: 100%;
}
#a3964a848ea9ce0 .menu-list > li:hover:after {
  color: auto;
}
#a3964a848ea9ce0 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #3a3a3a;
  font-weight: 400;
  content: "|";
}
#a3964a848ea9ce0 .menu-list > li:first-child:after {
  content: "";
}
#a3964a848ea9ce0 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a3964a848ea9ce0 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a3964a848ea9ce0 .menu-list > li ul li {
  position: relative;
}
#a3964a848ea9ce0 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 2px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 143px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a3964a848ea9ce0 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3a3a3a;
}
#a3964a848ea9ce0 .menu-list > li:hover > a {
  background-color: #27348b;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a3964a848ea9ce0 li ul li:hover > a {
  background-color: #46bfe4;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a3964a848ea9ce0 li ul,
#a3964a848ea9ce0 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a3964a848ea9ce0 li:hover > ul {
  left: auto;
}
#a3964a848ea9ce0 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4558aa755a73f4 form {
  width: 100%;
  height: 100%;
}
#a4558aa755a73f4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4558aa755a73f4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4558aa755a73f4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4558aa755a73f4 .search-box .search-type.show {
  display: block;
}
#a4558aa755a73f4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4558aa755a73f4 .search-box .search-type li:hover {
  color: #005fea;
}
#a4558aa755a73f4 .search-box .search-type li.active {
  color: #005fea;
}
#a4558aa755a73f4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #0c3c8e;
  border-right-color: #0c3c8e;
  border-left-color: #0c3c8e;
  border-bottom-color: #0c3c8e;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a4558aa755a73f4 .inner-form .input-field {
  height: 100%;
}
#a4558aa755a73f4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a4558aa755a73f4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a4558aa755a73f4 .inner-form .input-field.second-wrap {
  min-width: 67px;
}
#a4558aa755a73f4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #005fea;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 16px;
}
#a4558aa755a73f4 .btn-search:hover {
  background: #005fea;
}
#a4558aa755a73f4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a80cfaa561aba92 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad1e9a6b70a9a3d .ap-category-filter ul li.active {
  border-color: #353535;
  color: #353535;
}
#ad1e9a6b70a9a3d .grid-list .product-item {
  overflow: hidden;
}
#ad1e9a6b70a9a3d .grid-list .product-preview .img {
  display: block;
}
#ad1e9a6b70a9a3d .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#ad1e9a6b70a9a3d .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#ad1e9a6b70a9a3d .grid-list .product-info {
  min-height: 110px;
}
#ad1e9a6b70a9a3d .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#ad1e9a6b70a9a3d .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#ad1e9a6b70a9a3d .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#ad1e9a6b70a9a3d .grid-list .category-name {
  font-size: 12px;
}
#ad1e9a6b70a9a3d .grid-list .category-name a {
  color: #777;
}
#ad1e9a6b70a9a3d .grid-list .title,
#ad1e9a6b70a9a3d .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#ad1e9a6b70a9a3d .grid-list .title a,
#ad1e9a6b70a9a3d .grid-list .subTitle a {
  color: #191919;
}
#ad1e9a6b70a9a3d .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#ad1e9a6b70a9a3d .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#ad1e9a6b70a9a3d .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#ad1e9a6b70a9a3d .grid-list {
  margin-left: -1px;
}
#ad1e9a6b70a9a3d .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#ad1e9a6b70a9a3d .grid-list.uk-grid-small > * {
  padding-left: 1px;
}
#ad1e9a6b70a9a3d .grid-list > .uk-grid-margin {
  margin-top: 1px;
}
#ad1e9a6b70a9a3d .grid-list .product:hover {
  background-color: auto;
}
#ad1e9a6b70a9a3d .grid-list .product:hover .title a {
  color: #444;
}
#ad1e9a6b70a9a3d .grid-list .product:hover .subTitle {
  color: auto;
}
#ad1e9a6b70a9a3d .grid-list .product:hover .category {
  color: auto;
}
#ad1e9a6b70a9a3d .grid-list .product:hover .abstract {
  color: auto;
}
#ad1e9a6b70a9a3d .grid-list .product:hover .product-btn {
  color: auto;
}
#ad1e9a6b70a9a3d .uk-pagination li a {
  font-size: 12px;
}
@media (max-width: 640px) {
  #ad1e9a6b70a9a3d .grid-list .product-info {
    min-height: 0;
  }
  #ad1e9a6b70a9a3d .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #ad1e9a6b70a9a3d .grid-list .product-buttons {
    display: none;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af960aac47ae25c .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6da2ad97aa9721 .uk-card {
  background: rgba(102, 102, 102, 0.2);
}
#a6da2ad97aa9721.uk-section .uk-button-primary:hover {
  background-color: #020202;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aadf9a09c3a7584 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a680aae101a9a76 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a680aae101a9a76 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a680aae101a9a76 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #27348b;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a680aae101a9a76 .menu-list > li > a {
  padding: 0 35px;
}
#a680aae101a9a76 .menu-list > li:hover:before {
  height: 100%;
}
#a680aae101a9a76 .menu-list > li:hover:after {
  color: auto;
}
#a680aae101a9a76 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #3a3a3a;
  font-weight: 400;
  content: "|";
}
#a680aae101a9a76 .menu-list > li:first-child:after {
  content: "";
}
#a680aae101a9a76 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a680aae101a9a76 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a680aae101a9a76 .menu-list > li ul li {
  position: relative;
}
#a680aae101a9a76 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a680aae101a9a76 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3a3a3a;
}
#a680aae101a9a76 .menu-list > li:hover > a {
  background-color: #27348b;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a680aae101a9a76 li ul li:hover > a {
  background-color: #46bfe4;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a680aae101a9a76 li ul,
#a680aae101a9a76 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a680aae101a9a76 li:hover > ul {
  left: auto;
}
#a680aae101a9a76 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3964a848ea9ce0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a3964a848ea9ce0 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a3964a848ea9ce0 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #27348b;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a3964a848ea9ce0 .menu-list > li > a {
  padding: 0 35px;
}
#a3964a848ea9ce0 .menu-list > li:hover:before {
  height: 100%;
}
#a3964a848ea9ce0 .menu-list > li:hover:after {
  color: auto;
}
#a3964a848ea9ce0 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #3a3a3a;
  font-weight: 400;
  content: "|";
}
#a3964a848ea9ce0 .menu-list > li:first-child:after {
  content: "";
}
#a3964a848ea9ce0 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a3964a848ea9ce0 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a3964a848ea9ce0 .menu-list > li ul li {
  position: relative;
}
#a3964a848ea9ce0 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 2px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 143px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a3964a848ea9ce0 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3a3a3a;
}
#a3964a848ea9ce0 .menu-list > li:hover > a {
  background-color: #27348b;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a3964a848ea9ce0 li ul li:hover > a {
  background-color: #46bfe4;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a3964a848ea9ce0 li ul,
#a3964a848ea9ce0 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a3964a848ea9ce0 li:hover > ul {
  left: auto;
}
#a3964a848ea9ce0 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4558aa755a73f4 form {
  width: 100%;
  height: 100%;
}
#a4558aa755a73f4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4558aa755a73f4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4558aa755a73f4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4558aa755a73f4 .search-box .search-type.show {
  display: block;
}
#a4558aa755a73f4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4558aa755a73f4 .search-box .search-type li:hover {
  color: #005fea;
}
#a4558aa755a73f4 .search-box .search-type li.active {
  color: #005fea;
}
#a4558aa755a73f4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #0c3c8e;
  border-right-color: #0c3c8e;
  border-left-color: #0c3c8e;
  border-bottom-color: #0c3c8e;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a4558aa755a73f4 .inner-form .input-field {
  height: 100%;
}
#a4558aa755a73f4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a4558aa755a73f4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a4558aa755a73f4 .inner-form .input-field.second-wrap {
  min-width: 67px;
}
#a4558aa755a73f4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #005fea;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 16px;
}
#a4558aa755a73f4 .btn-search:hover {
  background: #005fea;
}
#a4558aa755a73f4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a80cfaa561aba92 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a63c4a6af2a6d8a > .ele-wrap {background-color: rgba(226, 240, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 30px;border-bottom-right-radius: 30px;border-top-right-radius: 30px;border-bottom-left-radius: 30px;}#a1895ae847a4102 > .ele-wrap {background-color: rgba(226, 240, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 30px;border-bottom-right-radius: 30px;border-top-right-radius: 30px;border-bottom-left-radius: 30px;}#a7e2aab84eac617 > .ele-wrap {background-color: rgba(226, 240, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 30px;border-bottom-right-radius: 30px;border-top-right-radius: 30px;border-bottom-left-radius: 30px;}#a9bb0a1d2baacac > .ele-wrap {background-color: rgba(226, 240, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 30px;border-bottom-right-radius: 30px;border-top-right-radius: 30px;border-bottom-left-radius: 30px;}#a5521a07fba3b83 > .ele-wrap {background-color: rgba(226, 240, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 30px;border-bottom-right-radius: 30px;border-top-right-radius: 30px;border-bottom-left-radius: 30px;}#abb69ac70ba082b > .ele-wrap {background-color: rgba(226, 240, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 30px;border-bottom-right-radius: 30px;border-top-right-radius: 30px;border-bottom-left-radius: 30px;}#a580ba2bedae6df > .ele-wrap {background-color: rgba(226, 240, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 30px;border-bottom-right-radius: 30px;border-top-right-radius: 30px;border-bottom-left-radius: 30px;}#a9db8a31dfa9329 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4c43aec8cac0ba > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad6e3afec1a9d33 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acc9bae614a9717 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1620ac251a5259 .uk-card {
  background: rgba(102, 102, 102, 0.2);
}
#a1620ac251a5259.uk-section .uk-button-primary:hover {
  background-color: #020202;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1d93aeed5a909e .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a680aae101a9a76 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a680aae101a9a76 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a680aae101a9a76 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #27348b;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a680aae101a9a76 .menu-list > li > a {
  padding: 0 35px;
}
#a680aae101a9a76 .menu-list > li:hover:before {
  height: 100%;
}
#a680aae101a9a76 .menu-list > li:hover:after {
  color: auto;
}
#a680aae101a9a76 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #3a3a3a;
  font-weight: 400;
  content: "|";
}
#a680aae101a9a76 .menu-list > li:first-child:after {
  content: "";
}
#a680aae101a9a76 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a680aae101a9a76 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a680aae101a9a76 .menu-list > li ul li {
  position: relative;
}
#a680aae101a9a76 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a680aae101a9a76 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3a3a3a;
}
#a680aae101a9a76 .menu-list > li:hover > a {
  background-color: #27348b;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a680aae101a9a76 li ul li:hover > a {
  background-color: #46bfe4;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a680aae101a9a76 li ul,
#a680aae101a9a76 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a680aae101a9a76 li:hover > ul {
  left: auto;
}
#a680aae101a9a76 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3964a848ea9ce0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a3964a848ea9ce0 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a3964a848ea9ce0 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #27348b;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a3964a848ea9ce0 .menu-list > li > a {
  padding: 0 35px;
}
#a3964a848ea9ce0 .menu-list > li:hover:before {
  height: 100%;
}
#a3964a848ea9ce0 .menu-list > li:hover:after {
  color: auto;
}
#a3964a848ea9ce0 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #3a3a3a;
  font-weight: 400;
  content: "|";
}
#a3964a848ea9ce0 .menu-list > li:first-child:after {
  content: "";
}
#a3964a848ea9ce0 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a3964a848ea9ce0 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a3964a848ea9ce0 .menu-list > li ul li {
  position: relative;
}
#a3964a848ea9ce0 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 2px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 143px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a3964a848ea9ce0 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3a3a3a;
}
#a3964a848ea9ce0 .menu-list > li:hover > a {
  background-color: #27348b;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a3964a848ea9ce0 li ul li:hover > a {
  background-color: #46bfe4;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a3964a848ea9ce0 li ul,
#a3964a848ea9ce0 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a3964a848ea9ce0 li:hover > ul {
  left: auto;
}
#a3964a848ea9ce0 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4558aa755a73f4 form {
  width: 100%;
  height: 100%;
}
#a4558aa755a73f4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4558aa755a73f4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4558aa755a73f4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4558aa755a73f4 .search-box .search-type.show {
  display: block;
}
#a4558aa755a73f4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4558aa755a73f4 .search-box .search-type li:hover {
  color: #005fea;
}
#a4558aa755a73f4 .search-box .search-type li.active {
  color: #005fea;
}
#a4558aa755a73f4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #0c3c8e;
  border-right-color: #0c3c8e;
  border-left-color: #0c3c8e;
  border-bottom-color: #0c3c8e;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a4558aa755a73f4 .inner-form .input-field {
  height: 100%;
}
#a4558aa755a73f4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a4558aa755a73f4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a4558aa755a73f4 .inner-form .input-field.second-wrap {
  min-width: 67px;
}
#a4558aa755a73f4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #005fea;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 16px;
}
#a4558aa755a73f4 .btn-search:hover {
  background: #005fea;
}
#a4558aa755a73f4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a80cfaa561aba92 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9012ab8baa0e2f > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4322a7640ac37e > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 0px;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;}#ab34dab396a05fe > .ele-wrap {background-color: rgba(0, 95, 234, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad649aeb8bae0eb .img-wrap {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
#aba78a7502a8d88 > .ele-wrap {background-color: rgba(0, 95, 234, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0e22a2809a6e86 > .ele-wrap {background-color: rgba(226, 240, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a017eacdeba1723 .ap-category-filter ul li.active {
  border-color: #353535;
  color: #353535;
}
#a017eacdeba1723 .grid-list .product-item {
  overflow: hidden;
}
#a017eacdeba1723 .grid-list .product-preview .img {
  display: block;
}
#a017eacdeba1723 .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#a017eacdeba1723 .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#a017eacdeba1723 .grid-list .product-info {
  min-height: 110px;
}
#a017eacdeba1723 .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#a017eacdeba1723 .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#a017eacdeba1723 .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#a017eacdeba1723 .grid-list .category-name {
  font-size: 12px;
}
#a017eacdeba1723 .grid-list .category-name a {
  color: #777;
}
#a017eacdeba1723 .grid-list .title,
#a017eacdeba1723 .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#a017eacdeba1723 .grid-list .title a,
#a017eacdeba1723 .grid-list .subTitle a {
  color: #191919;
}
#a017eacdeba1723 .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#a017eacdeba1723 .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#a017eacdeba1723 .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#a017eacdeba1723 .grid-list {
  margin-left: -1px;
}
#a017eacdeba1723 .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#a017eacdeba1723 .grid-list.uk-grid-small > * {
  padding-left: 1px;
}
#a017eacdeba1723 .grid-list > .uk-grid-margin {
  margin-top: 1px;
}
#a017eacdeba1723 .grid-list .product:hover {
  background-color: auto;
}
#a017eacdeba1723 .grid-list .product:hover .title a {
  color: #444;
}
#a017eacdeba1723 .grid-list .product:hover .subTitle {
  color: auto;
}
#a017eacdeba1723 .grid-list .product:hover .category {
  color: auto;
}
#a017eacdeba1723 .grid-list .product:hover .abstract {
  color: auto;
}
#a017eacdeba1723 .grid-list .product:hover .product-btn {
  color: auto;
}
#a017eacdeba1723 .uk-pagination li a {
  font-size: 12px;
}
@media (max-width: 640px) {
  #a017eacdeba1723 .grid-list .product-info {
    min-height: 0;
  }
  #a017eacdeba1723 .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #a017eacdeba1723 .grid-list .product-buttons {
    display: none;
  }
}
#a5dafac06ca77ce > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5ed7a29b5aa6f8 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(0, 149, 235, 1);border-radius: 5px;justify-content: center;border-style: solid;font-family: NotoSansSC-DemiLight;}#a5ed7a29b5aa6f8 .ele-wrap:hover {background-color: #0483cc;}#a943ba414ea82e7 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;justify-content: center;border-style: solid;font-family: NotoSansSC-DemiLight;}#a943ba414ea82e7 .ele-wrap:hover {background-color: #0483cc;}#abe37ab95aadbed .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(0, 95, 234, 1);border-radius: 5px;justify-content: center;border-style: solid;font-family: NotoSansSC-DemiLight;}#abe37ab95aadbed .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac6b2a77f4ad7ca .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a51dba0960a209e .uk-card {
  background: rgba(102, 102, 102, 0.2);
}
#a51dba0960a209e.uk-section .uk-button-primary:hover {
  background-color: #020202;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3124a3709affd4 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a680aae101a9a76 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a680aae101a9a76 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a680aae101a9a76 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #27348b;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a680aae101a9a76 .menu-list > li > a {
  padding: 0 35px;
}
#a680aae101a9a76 .menu-list > li:hover:before {
  height: 100%;
}
#a680aae101a9a76 .menu-list > li:hover:after {
  color: auto;
}
#a680aae101a9a76 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #3a3a3a;
  font-weight: 400;
  content: "|";
}
#a680aae101a9a76 .menu-list > li:first-child:after {
  content: "";
}
#a680aae101a9a76 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a680aae101a9a76 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a680aae101a9a76 .menu-list > li ul li {
  position: relative;
}
#a680aae101a9a76 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a680aae101a9a76 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3a3a3a;
}
#a680aae101a9a76 .menu-list > li:hover > a {
  background-color: #27348b;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a680aae101a9a76 li ul li:hover > a {
  background-color: #46bfe4;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a680aae101a9a76 li ul,
#a680aae101a9a76 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a680aae101a9a76 li:hover > ul {
  left: auto;
}
#a680aae101a9a76 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3964a848ea9ce0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a3964a848ea9ce0 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a3964a848ea9ce0 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #27348b;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a3964a848ea9ce0 .menu-list > li > a {
  padding: 0 35px;
}
#a3964a848ea9ce0 .menu-list > li:hover:before {
  height: 100%;
}
#a3964a848ea9ce0 .menu-list > li:hover:after {
  color: auto;
}
#a3964a848ea9ce0 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #3a3a3a;
  font-weight: 400;
  content: "|";
}
#a3964a848ea9ce0 .menu-list > li:first-child:after {
  content: "";
}
#a3964a848ea9ce0 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a3964a848ea9ce0 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a3964a848ea9ce0 .menu-list > li ul li {
  position: relative;
}
#a3964a848ea9ce0 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 2px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 143px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a3964a848ea9ce0 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3a3a3a;
}
#a3964a848ea9ce0 .menu-list > li:hover > a {
  background-color: #27348b;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a3964a848ea9ce0 li ul li:hover > a {
  background-color: #46bfe4;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a3964a848ea9ce0 li ul,
#a3964a848ea9ce0 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a3964a848ea9ce0 li:hover > ul {
  left: auto;
}
#a3964a848ea9ce0 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4558aa755a73f4 form {
  width: 100%;
  height: 100%;
}
#a4558aa755a73f4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4558aa755a73f4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4558aa755a73f4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4558aa755a73f4 .search-box .search-type.show {
  display: block;
}
#a4558aa755a73f4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4558aa755a73f4 .search-box .search-type li:hover {
  color: #005fea;
}
#a4558aa755a73f4 .search-box .search-type li.active {
  color: #005fea;
}
#a4558aa755a73f4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #0c3c8e;
  border-right-color: #0c3c8e;
  border-left-color: #0c3c8e;
  border-bottom-color: #0c3c8e;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a4558aa755a73f4 .inner-form .input-field {
  height: 100%;
}
#a4558aa755a73f4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a4558aa755a73f4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a4558aa755a73f4 .inner-form .input-field.second-wrap {
  min-width: 67px;
}
#a4558aa755a73f4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #005fea;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 16px;
}
#a4558aa755a73f4 .btn-search:hover {
  background: #005fea;
}
#a4558aa755a73f4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a80cfaa561aba92 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0372af8f7a7aa1 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aaf5ea663dab515 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 0px;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;}#a365da8594a0b04 > .ele-wrap {background-color: rgba(0, 95, 234, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9abdaa129aa5e7 .img-wrap {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
#acd50aeb4eafcad > .ele-wrap {background-color: rgba(0, 95, 234, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5a14ae3e2a4288 > .ele-wrap {background-color: rgba(226, 240, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae338a9935a39b9 .ap-category-filter ul li.active {
  border-color: #353535;
  color: #353535;
}
#ae338a9935a39b9 .grid-list .product-item {
  overflow: hidden;
}
#ae338a9935a39b9 .grid-list .product-preview .img {
  display: block;
}
#ae338a9935a39b9 .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#ae338a9935a39b9 .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#ae338a9935a39b9 .grid-list .product-info {
  min-height: 110px;
}
#ae338a9935a39b9 .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#ae338a9935a39b9 .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#ae338a9935a39b9 .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#ae338a9935a39b9 .grid-list .category-name {
  font-size: 12px;
}
#ae338a9935a39b9 .grid-list .category-name a {
  color: #777;
}
#ae338a9935a39b9 .grid-list .title,
#ae338a9935a39b9 .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#ae338a9935a39b9 .grid-list .title a,
#ae338a9935a39b9 .grid-list .subTitle a {
  color: #191919;
}
#ae338a9935a39b9 .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#ae338a9935a39b9 .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#ae338a9935a39b9 .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#ae338a9935a39b9 .grid-list {
  margin-left: -1px;
}
#ae338a9935a39b9 .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#ae338a9935a39b9 .grid-list.uk-grid-small > * {
  padding-left: 1px;
}
#ae338a9935a39b9 .grid-list > .uk-grid-margin {
  margin-top: 1px;
}
#ae338a9935a39b9 .grid-list .product:hover {
  background-color: auto;
}
#ae338a9935a39b9 .grid-list .product:hover .title a {
  color: #444;
}
#ae338a9935a39b9 .grid-list .product:hover .subTitle {
  color: auto;
}
#ae338a9935a39b9 .grid-list .product:hover .category {
  color: auto;
}
#ae338a9935a39b9 .grid-list .product:hover .abstract {
  color: auto;
}
#ae338a9935a39b9 .grid-list .product:hover .product-btn {
  color: auto;
}
#ae338a9935a39b9 .uk-pagination li a {
  font-size: 12px;
}
@media (max-width: 640px) {
  #ae338a9935a39b9 .grid-list .product-info {
    min-height: 0;
  }
  #ae338a9935a39b9 .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #ae338a9935a39b9 .grid-list .product-buttons {
    display: none;
  }
}
#a0b49ac077aa6dc > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aefa7ad7fbac7b4 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(0, 95, 234, 1);border-radius: 5px;justify-content: center;border-style: solid;font-family: NotoSansSC-DemiLight;}#aefa7ad7fbac7b4 .ele-wrap:hover {background-color: #0483cc;}#a9550a090baaa83 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;justify-content: center;border-style: solid;font-family: NotoSansSC-DemiLight;}#a9550a090baaa83 .ele-wrap:hover {background-color: #0483cc;}#ad2faa5590a08c2 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;justify-content: center;border-style: solid;font-family: NotoSansSC-DemiLight;}#ad2faa5590a08c2 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5afbab9f6a290c .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae8e3a66b1a8175 .uk-card {
  background: rgba(102, 102, 102, 0.2);
}
#ae8e3a66b1a8175.uk-section .uk-button-primary:hover {
  background-color: #020202;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a75fca9d35a8c12 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a680aae101a9a76 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a680aae101a9a76 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a680aae101a9a76 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #27348b;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a680aae101a9a76 .menu-list > li > a {
  padding: 0 35px;
}
#a680aae101a9a76 .menu-list > li:hover:before {
  height: 100%;
}
#a680aae101a9a76 .menu-list > li:hover:after {
  color: auto;
}
#a680aae101a9a76 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #3a3a3a;
  font-weight: 400;
  content: "|";
}
#a680aae101a9a76 .menu-list > li:first-child:after {
  content: "";
}
#a680aae101a9a76 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a680aae101a9a76 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a680aae101a9a76 .menu-list > li ul li {
  position: relative;
}
#a680aae101a9a76 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a680aae101a9a76 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3a3a3a;
}
#a680aae101a9a76 .menu-list > li:hover > a {
  background-color: #27348b;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a680aae101a9a76 li ul li:hover > a {
  background-color: #46bfe4;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a680aae101a9a76 li ul,
#a680aae101a9a76 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a680aae101a9a76 li:hover > ul {
  left: auto;
}
#a680aae101a9a76 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3964a848ea9ce0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a3964a848ea9ce0 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a3964a848ea9ce0 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #27348b;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a3964a848ea9ce0 .menu-list > li > a {
  padding: 0 35px;
}
#a3964a848ea9ce0 .menu-list > li:hover:before {
  height: 100%;
}
#a3964a848ea9ce0 .menu-list > li:hover:after {
  color: auto;
}
#a3964a848ea9ce0 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #3a3a3a;
  font-weight: 400;
  content: "|";
}
#a3964a848ea9ce0 .menu-list > li:first-child:after {
  content: "";
}
#a3964a848ea9ce0 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a3964a848ea9ce0 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a3964a848ea9ce0 .menu-list > li ul li {
  position: relative;
}
#a3964a848ea9ce0 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 2px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 143px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a3964a848ea9ce0 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3a3a3a;
}
#a3964a848ea9ce0 .menu-list > li:hover > a {
  background-color: #27348b;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a3964a848ea9ce0 li ul li:hover > a {
  background-color: #46bfe4;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a3964a848ea9ce0 li ul,
#a3964a848ea9ce0 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a3964a848ea9ce0 li:hover > ul {
  left: auto;
}
#a3964a848ea9ce0 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4558aa755a73f4 form {
  width: 100%;
  height: 100%;
}
#a4558aa755a73f4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4558aa755a73f4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4558aa755a73f4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4558aa755a73f4 .search-box .search-type.show {
  display: block;
}
#a4558aa755a73f4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4558aa755a73f4 .search-box .search-type li:hover {
  color: #005fea;
}
#a4558aa755a73f4 .search-box .search-type li.active {
  color: #005fea;
}
#a4558aa755a73f4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #0c3c8e;
  border-right-color: #0c3c8e;
  border-left-color: #0c3c8e;
  border-bottom-color: #0c3c8e;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a4558aa755a73f4 .inner-form .input-field {
  height: 100%;
}
#a4558aa755a73f4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a4558aa755a73f4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a4558aa755a73f4 .inner-form .input-field.second-wrap {
  min-width: 67px;
}
#a4558aa755a73f4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #005fea;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 16px;
}
#a4558aa755a73f4 .btn-search:hover {
  background: #005fea;
}
#a4558aa755a73f4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a80cfaa561aba92 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a355ba31cca8d07 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a725faec7ba1e89 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 0px;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;}#a5995af5e2a21e2 > .ele-wrap {background-color: rgba(0, 95, 234, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa248ae33aaf71c .img-wrap {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
#a1cc5a9fdca294a > .ele-wrap {background-color: rgba(0, 95, 234, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9d37ae2d5a5396 > .ele-wrap {background-color: rgba(226, 240, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4bdeae50ca1ae2 .ap-category-filter ul li.active {
  border-color: #353535;
  color: #353535;
}
#a4bdeae50ca1ae2 .grid-list .product-item {
  overflow: hidden;
}
#a4bdeae50ca1ae2 .grid-list .product-preview .img {
  display: block;
}
#a4bdeae50ca1ae2 .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#a4bdeae50ca1ae2 .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#a4bdeae50ca1ae2 .grid-list .product-info {
  min-height: 110px;
}
#a4bdeae50ca1ae2 .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#a4bdeae50ca1ae2 .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#a4bdeae50ca1ae2 .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#a4bdeae50ca1ae2 .grid-list .category-name {
  font-size: 12px;
}
#a4bdeae50ca1ae2 .grid-list .category-name a {
  color: #777;
}
#a4bdeae50ca1ae2 .grid-list .title,
#a4bdeae50ca1ae2 .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#a4bdeae50ca1ae2 .grid-list .title a,
#a4bdeae50ca1ae2 .grid-list .subTitle a {
  color: #191919;
}
#a4bdeae50ca1ae2 .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#a4bdeae50ca1ae2 .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#a4bdeae50ca1ae2 .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#a4bdeae50ca1ae2 .grid-list {
  margin-left: -1px;
}
#a4bdeae50ca1ae2 .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#a4bdeae50ca1ae2 .grid-list.uk-grid-small > * {
  padding-left: 1px;
}
#a4bdeae50ca1ae2 .grid-list > .uk-grid-margin {
  margin-top: 1px;
}
#a4bdeae50ca1ae2 .grid-list .product:hover {
  background-color: auto;
}
#a4bdeae50ca1ae2 .grid-list .product:hover .title a {
  color: #444;
}
#a4bdeae50ca1ae2 .grid-list .product:hover .subTitle {
  color: auto;
}
#a4bdeae50ca1ae2 .grid-list .product:hover .category {
  color: auto;
}
#a4bdeae50ca1ae2 .grid-list .product:hover .abstract {
  color: auto;
}
#a4bdeae50ca1ae2 .grid-list .product:hover .product-btn {
  color: auto;
}
#a4bdeae50ca1ae2 .uk-pagination li a {
  font-size: 12px;
}
@media (max-width: 640px) {
  #a4bdeae50ca1ae2 .grid-list .product-info {
    min-height: 0;
  }
  #a4bdeae50ca1ae2 .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #a4bdeae50ca1ae2 .grid-list .product-buttons {
    display: none;
  }
}
#a4510a4bf7a25b9 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a28f6a4ba4a2934 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(0, 149, 235, 1);border-radius: 5px;justify-content: center;border-style: solid;font-family: NotoSansSC-DemiLight;}#a28f6a4ba4a2934 .ele-wrap:hover {background-color: #0483cc;}#a8e2aafd4dac398 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(0, 95, 234, 1);border-radius: 5px;justify-content: center;border-style: solid;font-family: NotoSansSC-DemiLight;}#a8e2aafd4dac398 .ele-wrap:hover {background-color: #0483cc;}#aceefa9e4fa45b3 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(0, 149, 235, 1);border-radius: 5px;justify-content: center;border-style: solid;font-family: NotoSansSC-DemiLight;}#aceefa9e4fa45b3 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aca64a63edaa07b .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5af2a6ab6a7fed .uk-card {
  background: rgba(102, 102, 102, 0.2);
}
#a5af2a6ab6a7fed.uk-section .uk-button-primary:hover {
  background-color: #020202;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab85baa2c4afa1f .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a680aae101a9a76 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a680aae101a9a76 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a680aae101a9a76 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #27348b;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a680aae101a9a76 .menu-list > li > a {
  padding: 0 35px;
}
#a680aae101a9a76 .menu-list > li:hover:before {
  height: 100%;
}
#a680aae101a9a76 .menu-list > li:hover:after {
  color: auto;
}
#a680aae101a9a76 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #3a3a3a;
  font-weight: 400;
  content: "|";
}
#a680aae101a9a76 .menu-list > li:first-child:after {
  content: "";
}
#a680aae101a9a76 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a680aae101a9a76 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a680aae101a9a76 .menu-list > li ul li {
  position: relative;
}
#a680aae101a9a76 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a680aae101a9a76 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3a3a3a;
}
#a680aae101a9a76 .menu-list > li:hover > a {
  background-color: #27348b;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a680aae101a9a76 li ul li:hover > a {
  background-color: #46bfe4;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a680aae101a9a76 li ul,
#a680aae101a9a76 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a680aae101a9a76 li:hover > ul {
  left: auto;
}
#a680aae101a9a76 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3964a848ea9ce0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a3964a848ea9ce0 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a3964a848ea9ce0 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #27348b;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a3964a848ea9ce0 .menu-list > li > a {
  padding: 0 35px;
}
#a3964a848ea9ce0 .menu-list > li:hover:before {
  height: 100%;
}
#a3964a848ea9ce0 .menu-list > li:hover:after {
  color: auto;
}
#a3964a848ea9ce0 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #3a3a3a;
  font-weight: 400;
  content: "|";
}
#a3964a848ea9ce0 .menu-list > li:first-child:after {
  content: "";
}
#a3964a848ea9ce0 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a3964a848ea9ce0 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a3964a848ea9ce0 .menu-list > li ul li {
  position: relative;
}
#a3964a848ea9ce0 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 2px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 143px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a3964a848ea9ce0 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3a3a3a;
}
#a3964a848ea9ce0 .menu-list > li:hover > a {
  background-color: #27348b;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a3964a848ea9ce0 li ul li:hover > a {
  background-color: #46bfe4;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a3964a848ea9ce0 li ul,
#a3964a848ea9ce0 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a3964a848ea9ce0 li:hover > ul {
  left: auto;
}
#a3964a848ea9ce0 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4558aa755a73f4 form {
  width: 100%;
  height: 100%;
}
#a4558aa755a73f4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4558aa755a73f4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4558aa755a73f4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4558aa755a73f4 .search-box .search-type.show {
  display: block;
}
#a4558aa755a73f4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4558aa755a73f4 .search-box .search-type li:hover {
  color: #005fea;
}
#a4558aa755a73f4 .search-box .search-type li.active {
  color: #005fea;
}
#a4558aa755a73f4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #0c3c8e;
  border-right-color: #0c3c8e;
  border-left-color: #0c3c8e;
  border-bottom-color: #0c3c8e;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a4558aa755a73f4 .inner-form .input-field {
  height: 100%;
}
#a4558aa755a73f4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a4558aa755a73f4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a4558aa755a73f4 .inner-form .input-field.second-wrap {
  min-width: 67px;
}
#a4558aa755a73f4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #005fea;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 16px;
}
#a4558aa755a73f4 .btn-search:hover {
  background: #005fea;
}
#a4558aa755a73f4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a80cfaa561aba92 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a92a9a51ada8671 > .ele-wrap {background-color: rgba(226, 240, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 30px;border-bottom-right-radius: 30px;border-top-right-radius: 30px;border-bottom-left-radius: 30px;}#ae7f1ada51aa2ea > .ele-wrap {background-color: rgba(226, 240, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 30px;border-bottom-right-radius: 30px;border-top-right-radius: 30px;border-bottom-left-radius: 30px;}#a57aca7c59abb92 > .ele-wrap {background-color: rgba(226, 240, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 30px;border-bottom-right-radius: 30px;border-top-right-radius: 30px;border-bottom-left-radius: 30px;}#a5a35ae827a86e5 > .ele-wrap {background-color: rgba(226, 240, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 30px;border-bottom-right-radius: 30px;border-top-right-radius: 30px;border-bottom-left-radius: 30px;}#af0f4ad1c9ab3cb > .ele-wrap {background-color: rgba(226, 240, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 30px;border-bottom-right-radius: 30px;border-top-right-radius: 30px;border-bottom-left-radius: 30px;}#a7bb8a6591aa627 > .ele-wrap {background-color: rgba(226, 240, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 30px;border-bottom-right-radius: 30px;border-top-right-radius: 30px;border-bottom-left-radius: 30px;}#acbeaad67ca185a > .ele-wrap {background-color: rgba(226, 240, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 30px;border-bottom-right-radius: 30px;border-top-right-radius: 30px;border-bottom-left-radius: 30px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9969ae786a513a .ap-category-filter ul li.active {
  border-color: #353535;
  color: #353535;
}
#a9969ae786a513a .grid-list .product-item {
  overflow: hidden;
}
#a9969ae786a513a .grid-list .product-preview .img {
  display: block;
}
#a9969ae786a513a .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#a9969ae786a513a .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#a9969ae786a513a .grid-list .product-info {
  min-height: 110px;
}
#a9969ae786a513a .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#a9969ae786a513a .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#a9969ae786a513a .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#a9969ae786a513a .grid-list .category-name {
  font-size: 12px;
}
#a9969ae786a513a .grid-list .category-name a {
  color: #777;
}
#a9969ae786a513a .grid-list .title,
#a9969ae786a513a .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#a9969ae786a513a .grid-list .title a,
#a9969ae786a513a .grid-list .subTitle a {
  color: #191919;
}
#a9969ae786a513a .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#a9969ae786a513a .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#a9969ae786a513a .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#a9969ae786a513a .grid-list {
  margin-left: -1px;
}
#a9969ae786a513a .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#a9969ae786a513a .grid-list.uk-grid-small > * {
  padding-left: 1px;
}
#a9969ae786a513a .grid-list > .uk-grid-margin {
  margin-top: 1px;
}
#a9969ae786a513a .grid-list .product:hover {
  background-color: auto;
}
#a9969ae786a513a .grid-list .product:hover .title a {
  color: #444;
}
#a9969ae786a513a .grid-list .product:hover .subTitle {
  color: auto;
}
#a9969ae786a513a .grid-list .product:hover .category {
  color: auto;
}
#a9969ae786a513a .grid-list .product:hover .abstract {
  color: auto;
}
#a9969ae786a513a .grid-list .product:hover .product-btn {
  color: auto;
}
#a9969ae786a513a .uk-pagination li a {
  font-size: 12px;
}
@media (max-width: 640px) {
  #a9969ae786a513a .grid-list .product-info {
    min-height: 0;
  }
  #a9969ae786a513a .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #a9969ae786a513a .grid-list .product-buttons {
    display: none;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae79caf17fab330 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1621a2418a7a2a .uk-card {
  background: rgba(102, 102, 102, 0.2);
}
#a1621a2418a7a2a.uk-section .uk-button-primary:hover {
  background-color: #020202;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#afd30afa44ae377 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a680aae101a9a76 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a680aae101a9a76 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a680aae101a9a76 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #27348b;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a680aae101a9a76 .menu-list > li > a {
  padding: 0 35px;
}
#a680aae101a9a76 .menu-list > li:hover:before {
  height: 100%;
}
#a680aae101a9a76 .menu-list > li:hover:after {
  color: auto;
}
#a680aae101a9a76 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #3a3a3a;
  font-weight: 400;
  content: "|";
}
#a680aae101a9a76 .menu-list > li:first-child:after {
  content: "";
}
#a680aae101a9a76 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a680aae101a9a76 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a680aae101a9a76 .menu-list > li ul li {
  position: relative;
}
#a680aae101a9a76 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a680aae101a9a76 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3a3a3a;
}
#a680aae101a9a76 .menu-list > li:hover > a {
  background-color: #27348b;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a680aae101a9a76 li ul li:hover > a {
  background-color: #46bfe4;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a680aae101a9a76 li ul,
#a680aae101a9a76 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a680aae101a9a76 li:hover > ul {
  left: auto;
}
#a680aae101a9a76 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3964a848ea9ce0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a3964a848ea9ce0 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a3964a848ea9ce0 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #27348b;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a3964a848ea9ce0 .menu-list > li > a {
  padding: 0 35px;
}
#a3964a848ea9ce0 .menu-list > li:hover:before {
  height: 100%;
}
#a3964a848ea9ce0 .menu-list > li:hover:after {
  color: auto;
}
#a3964a848ea9ce0 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #3a3a3a;
  font-weight: 400;
  content: "|";
}
#a3964a848ea9ce0 .menu-list > li:first-child:after {
  content: "";
}
#a3964a848ea9ce0 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a3964a848ea9ce0 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a3964a848ea9ce0 .menu-list > li ul li {
  position: relative;
}
#a3964a848ea9ce0 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 2px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 143px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a3964a848ea9ce0 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3a3a3a;
}
#a3964a848ea9ce0 .menu-list > li:hover > a {
  background-color: #27348b;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a3964a848ea9ce0 li ul li:hover > a {
  background-color: #46bfe4;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a3964a848ea9ce0 li ul,
#a3964a848ea9ce0 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a3964a848ea9ce0 li:hover > ul {
  left: auto;
}
#a3964a848ea9ce0 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4558aa755a73f4 form {
  width: 100%;
  height: 100%;
}
#a4558aa755a73f4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4558aa755a73f4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4558aa755a73f4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4558aa755a73f4 .search-box .search-type.show {
  display: block;
}
#a4558aa755a73f4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4558aa755a73f4 .search-box .search-type li:hover {
  color: #005fea;
}
#a4558aa755a73f4 .search-box .search-type li.active {
  color: #005fea;
}
#a4558aa755a73f4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #0c3c8e;
  border-right-color: #0c3c8e;
  border-left-color: #0c3c8e;
  border-bottom-color: #0c3c8e;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a4558aa755a73f4 .inner-form .input-field {
  height: 100%;
}
#a4558aa755a73f4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a4558aa755a73f4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a4558aa755a73f4 .inner-form .input-field.second-wrap {
  min-width: 67px;
}
#a4558aa755a73f4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #005fea;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 16px;
}
#a4558aa755a73f4 .btn-search:hover {
  background: #005fea;
}
#a4558aa755a73f4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a80cfaa561aba92 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac1bca3b3da9f72 > .ele-wrap {background-color: rgba(226, 240, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 30px;border-bottom-right-radius: 30px;border-top-right-radius: 30px;border-bottom-left-radius: 30px;}#aa933adfa4a6274 > .ele-wrap {background-color: rgba(226, 240, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 30px;border-bottom-right-radius: 30px;border-top-right-radius: 30px;border-bottom-left-radius: 30px;}#a0110a9433abec2 > .ele-wrap {background-color: rgba(226, 240, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 30px;border-bottom-right-radius: 30px;border-top-right-radius: 30px;border-bottom-left-radius: 30px;}#ad49ca4babae33f > .ele-wrap {background-color: rgba(226, 240, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 30px;border-bottom-right-radius: 30px;border-top-right-radius: 30px;border-bottom-left-radius: 30px;}#a7489a92ada60ed > .ele-wrap {background-color: rgba(226, 240, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 30px;border-bottom-right-radius: 30px;border-top-right-radius: 30px;border-bottom-left-radius: 30px;}#a39c5a4a16a6748 > .ele-wrap {background-color: rgba(226, 240, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 30px;border-bottom-right-radius: 30px;border-top-right-radius: 30px;border-bottom-left-radius: 30px;}#a8006a0d09a6422 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 0px;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;}#af4a5ac4a2a6336 > .ele-wrap {background-color: rgba(0, 95, 234, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8d25af98ca6fe2 .img-wrap {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
#a41a1aab8ba71e4 > .ele-wrap {background-color: rgba(0, 95, 234, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5727a024aadaab > .ele-wrap {background-color: rgba(226, 240, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a23a9a4e4ca76fd .ap-category-filter ul li.active {
  border-color: #353535;
  color: #353535;
}
#a23a9a4e4ca76fd .grid-list .product-item {
  overflow: hidden;
}
#a23a9a4e4ca76fd .grid-list .product-preview .img {
  display: block;
}
#a23a9a4e4ca76fd .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#a23a9a4e4ca76fd .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#a23a9a4e4ca76fd .grid-list .product-info {
  min-height: 110px;
}
#a23a9a4e4ca76fd .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#a23a9a4e4ca76fd .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#a23a9a4e4ca76fd .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#a23a9a4e4ca76fd .grid-list .category-name {
  font-size: 12px;
}
#a23a9a4e4ca76fd .grid-list .category-name a {
  color: #777;
}
#a23a9a4e4ca76fd .grid-list .title,
#a23a9a4e4ca76fd .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#a23a9a4e4ca76fd .grid-list .title a,
#a23a9a4e4ca76fd .grid-list .subTitle a {
  color: #191919;
}
#a23a9a4e4ca76fd .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#a23a9a4e4ca76fd .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#a23a9a4e4ca76fd .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#a23a9a4e4ca76fd .grid-list {
  margin-left: -1px;
}
#a23a9a4e4ca76fd .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#a23a9a4e4ca76fd .grid-list.uk-grid-small > * {
  padding-left: 1px;
}
#a23a9a4e4ca76fd .grid-list > .uk-grid-margin {
  margin-top: 1px;
}
#a23a9a4e4ca76fd .grid-list .product:hover {
  background-color: auto;
}
#a23a9a4e4ca76fd .grid-list .product:hover .title a {
  color: #444;
}
#a23a9a4e4ca76fd .grid-list .product:hover .subTitle {
  color: auto;
}
#a23a9a4e4ca76fd .grid-list .product:hover .category {
  color: auto;
}
#a23a9a4e4ca76fd .grid-list .product:hover .abstract {
  color: auto;
}
#a23a9a4e4ca76fd .grid-list .product:hover .product-btn {
  color: auto;
}
#a23a9a4e4ca76fd .uk-pagination li a {
  font-size: 12px;
}
@media (max-width: 640px) {
  #a23a9a4e4ca76fd .grid-list .product-info {
    min-height: 0;
  }
  #a23a9a4e4ca76fd .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #a23a9a4e4ca76fd .grid-list .product-buttons {
    display: none;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a559ca9bedabbf6 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a60cfa689eadd2d .uk-card {
  background: rgba(102, 102, 102, 0.2);
}
#a60cfa689eadd2d.uk-section .uk-button-primary:hover {
  background-color: #020202;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0000aaf1aa99c9 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a680aae101a9a76 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a680aae101a9a76 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a680aae101a9a76 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #27348b;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a680aae101a9a76 .menu-list > li > a {
  padding: 0 35px;
}
#a680aae101a9a76 .menu-list > li:hover:before {
  height: 100%;
}
#a680aae101a9a76 .menu-list > li:hover:after {
  color: auto;
}
#a680aae101a9a76 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #3a3a3a;
  font-weight: 400;
  content: "|";
}
#a680aae101a9a76 .menu-list > li:first-child:after {
  content: "";
}
#a680aae101a9a76 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a680aae101a9a76 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a680aae101a9a76 .menu-list > li ul li {
  position: relative;
}
#a680aae101a9a76 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a680aae101a9a76 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3a3a3a;
}
#a680aae101a9a76 .menu-list > li:hover > a {
  background-color: #27348b;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a680aae101a9a76 li ul li:hover > a {
  background-color: #46bfe4;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a680aae101a9a76 li ul,
#a680aae101a9a76 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a680aae101a9a76 li:hover > ul {
  left: auto;
}
#a680aae101a9a76 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3964a848ea9ce0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a3964a848ea9ce0 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a3964a848ea9ce0 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #27348b;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a3964a848ea9ce0 .menu-list > li > a {
  padding: 0 35px;
}
#a3964a848ea9ce0 .menu-list > li:hover:before {
  height: 100%;
}
#a3964a848ea9ce0 .menu-list > li:hover:after {
  color: auto;
}
#a3964a848ea9ce0 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #3a3a3a;
  font-weight: 400;
  content: "|";
}
#a3964a848ea9ce0 .menu-list > li:first-child:after {
  content: "";
}
#a3964a848ea9ce0 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a3964a848ea9ce0 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a3964a848ea9ce0 .menu-list > li ul li {
  position: relative;
}
#a3964a848ea9ce0 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 2px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 143px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a3964a848ea9ce0 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3a3a3a;
}
#a3964a848ea9ce0 .menu-list > li:hover > a {
  background-color: #27348b;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a3964a848ea9ce0 li ul li:hover > a {
  background-color: #46bfe4;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a3964a848ea9ce0 li ul,
#a3964a848ea9ce0 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a3964a848ea9ce0 li:hover > ul {
  left: auto;
}
#a3964a848ea9ce0 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4558aa755a73f4 form {
  width: 100%;
  height: 100%;
}
#a4558aa755a73f4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4558aa755a73f4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4558aa755a73f4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4558aa755a73f4 .search-box .search-type.show {
  display: block;
}
#a4558aa755a73f4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4558aa755a73f4 .search-box .search-type li:hover {
  color: #005fea;
}
#a4558aa755a73f4 .search-box .search-type li.active {
  color: #005fea;
}
#a4558aa755a73f4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #0c3c8e;
  border-right-color: #0c3c8e;
  border-left-color: #0c3c8e;
  border-bottom-color: #0c3c8e;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a4558aa755a73f4 .inner-form .input-field {
  height: 100%;
}
#a4558aa755a73f4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a4558aa755a73f4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a4558aa755a73f4 .inner-form .input-field.second-wrap {
  min-width: 67px;
}
#a4558aa755a73f4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #005fea;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 16px;
}
#a4558aa755a73f4 .btn-search:hover {
  background: #005fea;
}
#a4558aa755a73f4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a80cfaa561aba92 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#abf9bac227ae289 > .ele-wrap {background-color: rgba(226, 240, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 30px;border-bottom-right-radius: 30px;border-top-right-radius: 30px;border-bottom-left-radius: 30px;}#af542a6d5fa70ed > .ele-wrap {background-color: rgba(226, 240, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 30px;border-bottom-right-radius: 30px;border-top-right-radius: 30px;border-bottom-left-radius: 30px;}#ac58baa48ca3bdc > .ele-wrap {background-color: rgba(226, 240, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 30px;border-bottom-right-radius: 30px;border-top-right-radius: 30px;border-bottom-left-radius: 30px;}#acb0fadc47a0835 > .ele-wrap {background-color: rgba(226, 240, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 30px;border-bottom-right-radius: 30px;border-top-right-radius: 30px;border-bottom-left-radius: 30px;}#aa778ad189a918a > .ele-wrap {background-color: rgba(226, 240, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 30px;border-bottom-right-radius: 30px;border-top-right-radius: 30px;border-bottom-left-radius: 30px;}#a14f8a9bf4a2c68 > .ele-wrap {background-color: rgba(226, 240, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 30px;border-bottom-right-radius: 30px;border-top-right-radius: 30px;border-bottom-left-radius: 30px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2811af747aefe5 .ap-category-filter ul li.active {
  border-color: #353535;
  color: #353535;
}
#a2811af747aefe5 .grid-list .product-item {
  overflow: hidden;
}
#a2811af747aefe5 .grid-list .product-preview .img {
  display: block;
}
#a2811af747aefe5 .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#a2811af747aefe5 .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#a2811af747aefe5 .grid-list .product-info {
  min-height: 110px;
}
#a2811af747aefe5 .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#a2811af747aefe5 .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#a2811af747aefe5 .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#a2811af747aefe5 .grid-list .category-name {
  font-size: 12px;
}
#a2811af747aefe5 .grid-list .category-name a {
  color: #777;
}
#a2811af747aefe5 .grid-list .title,
#a2811af747aefe5 .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#a2811af747aefe5 .grid-list .title a,
#a2811af747aefe5 .grid-list .subTitle a {
  color: #191919;
}
#a2811af747aefe5 .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#a2811af747aefe5 .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#a2811af747aefe5 .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#a2811af747aefe5 .grid-list {
  margin-left: -1px;
}
#a2811af747aefe5 .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#a2811af747aefe5 .grid-list.uk-grid-small > * {
  padding-left: 1px;
}
#a2811af747aefe5 .grid-list > .uk-grid-margin {
  margin-top: 1px;
}
#a2811af747aefe5 .grid-list .product:hover {
  background-color: auto;
}
#a2811af747aefe5 .grid-list .product:hover .title a {
  color: #444;
}
#a2811af747aefe5 .grid-list .product:hover .subTitle {
  color: auto;
}
#a2811af747aefe5 .grid-list .product:hover .category {
  color: auto;
}
#a2811af747aefe5 .grid-list .product:hover .abstract {
  color: auto;
}
#a2811af747aefe5 .grid-list .product:hover .product-btn {
  color: auto;
}
#a2811af747aefe5 .uk-pagination li a {
  font-size: 12px;
}
@media (max-width: 640px) {
  #a2811af747aefe5 .grid-list .product-info {
    min-height: 0;
  }
  #a2811af747aefe5 .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #a2811af747aefe5 .grid-list .product-buttons {
    display: none;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#abbd7aaec8a9676 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0ed9aeb8da5485 .uk-card {
  background: rgba(102, 102, 102, 0.2);
}
#a0ed9aeb8da5485.uk-section .uk-button-primary:hover {
  background-color: #020202;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0ca5a9fa7a90dd .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a680aae101a9a76 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a680aae101a9a76 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a680aae101a9a76 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #27348b;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a680aae101a9a76 .menu-list > li > a {
  padding: 0 35px;
}
#a680aae101a9a76 .menu-list > li:hover:before {
  height: 100%;
}
#a680aae101a9a76 .menu-list > li:hover:after {
  color: auto;
}
#a680aae101a9a76 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #3a3a3a;
  font-weight: 400;
  content: "|";
}
#a680aae101a9a76 .menu-list > li:first-child:after {
  content: "";
}
#a680aae101a9a76 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a680aae101a9a76 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a680aae101a9a76 .menu-list > li ul li {
  position: relative;
}
#a680aae101a9a76 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a680aae101a9a76 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3a3a3a;
}
#a680aae101a9a76 .menu-list > li:hover > a {
  background-color: #27348b;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a680aae101a9a76 li ul li:hover > a {
  background-color: #46bfe4;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a680aae101a9a76 li ul,
#a680aae101a9a76 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a680aae101a9a76 li:hover > ul {
  left: auto;
}
#a680aae101a9a76 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3964a848ea9ce0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a3964a848ea9ce0 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a3964a848ea9ce0 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #27348b;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a3964a848ea9ce0 .menu-list > li > a {
  padding: 0 35px;
}
#a3964a848ea9ce0 .menu-list > li:hover:before {
  height: 100%;
}
#a3964a848ea9ce0 .menu-list > li:hover:after {
  color: auto;
}
#a3964a848ea9ce0 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #3a3a3a;
  font-weight: 400;
  content: "|";
}
#a3964a848ea9ce0 .menu-list > li:first-child:after {
  content: "";
}
#a3964a848ea9ce0 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a3964a848ea9ce0 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a3964a848ea9ce0 .menu-list > li ul li {
  position: relative;
}
#a3964a848ea9ce0 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 2px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 143px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a3964a848ea9ce0 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3a3a3a;
}
#a3964a848ea9ce0 .menu-list > li:hover > a {
  background-color: #27348b;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a3964a848ea9ce0 li ul li:hover > a {
  background-color: #46bfe4;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a3964a848ea9ce0 li ul,
#a3964a848ea9ce0 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a3964a848ea9ce0 li:hover > ul {
  left: auto;
}
#a3964a848ea9ce0 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4558aa755a73f4 form {
  width: 100%;
  height: 100%;
}
#a4558aa755a73f4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4558aa755a73f4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4558aa755a73f4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4558aa755a73f4 .search-box .search-type.show {
  display: block;
}
#a4558aa755a73f4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4558aa755a73f4 .search-box .search-type li:hover {
  color: #005fea;
}
#a4558aa755a73f4 .search-box .search-type li.active {
  color: #005fea;
}
#a4558aa755a73f4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #0c3c8e;
  border-right-color: #0c3c8e;
  border-left-color: #0c3c8e;
  border-bottom-color: #0c3c8e;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a4558aa755a73f4 .inner-form .input-field {
  height: 100%;
}
#a4558aa755a73f4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a4558aa755a73f4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a4558aa755a73f4 .inner-form .input-field.second-wrap {
  min-width: 67px;
}
#a4558aa755a73f4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #005fea;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 16px;
}
#a4558aa755a73f4 .btn-search:hover {
  background: #005fea;
}
#a4558aa755a73f4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a80cfaa561aba92 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa2a3a9e90a09c9 > .ele-wrap {background-color: rgba(226, 240, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 30px;border-bottom-right-radius: 30px;border-top-right-radius: 30px;border-bottom-left-radius: 30px;}#a894ba58c2a8e62 > .ele-wrap {background-color: rgba(226, 240, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 30px;border-bottom-right-radius: 30px;border-top-right-radius: 30px;border-bottom-left-radius: 30px;}#abf6fa893fafdcd > .ele-wrap {background-color: rgba(226, 240, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 30px;border-bottom-right-radius: 30px;border-top-right-radius: 30px;border-bottom-left-radius: 30px;}#abb5ea8fbfad4ea > .ele-wrap {background-color: rgba(226, 240, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 30px;border-bottom-right-radius: 30px;border-top-right-radius: 30px;border-bottom-left-radius: 30px;}#ac60face40afbb5 > .ele-wrap {background-color: rgba(226, 240, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 30px;border-bottom-right-radius: 30px;border-top-right-radius: 30px;border-bottom-left-radius: 30px;}#aa1e0a0cd8a4c02 > .ele-wrap {background-color: rgba(226, 240, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 30px;border-bottom-right-radius: 30px;border-top-right-radius: 30px;border-bottom-left-radius: 30px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac3fcaff03a55a7 .ap-category-filter ul li.active {
  border-color: #353535;
  color: #353535;
}
#ac3fcaff03a55a7 .grid-list .product-item {
  overflow: hidden;
}
#ac3fcaff03a55a7 .grid-list .product-preview .img {
  display: block;
}
#ac3fcaff03a55a7 .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#ac3fcaff03a55a7 .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#ac3fcaff03a55a7 .grid-list .product-info {
  min-height: 110px;
}
#ac3fcaff03a55a7 .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#ac3fcaff03a55a7 .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#ac3fcaff03a55a7 .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#ac3fcaff03a55a7 .grid-list .category-name {
  font-size: 12px;
}
#ac3fcaff03a55a7 .grid-list .category-name a {
  color: #777;
}
#ac3fcaff03a55a7 .grid-list .title,
#ac3fcaff03a55a7 .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#ac3fcaff03a55a7 .grid-list .title a,
#ac3fcaff03a55a7 .grid-list .subTitle a {
  color: #191919;
}
#ac3fcaff03a55a7 .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#ac3fcaff03a55a7 .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#ac3fcaff03a55a7 .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#ac3fcaff03a55a7 .grid-list {
  margin-left: -1px;
}
#ac3fcaff03a55a7 .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#ac3fcaff03a55a7 .grid-list.uk-grid-small > * {
  padding-left: 1px;
}
#ac3fcaff03a55a7 .grid-list > .uk-grid-margin {
  margin-top: 1px;
}
#ac3fcaff03a55a7 .grid-list .product:hover {
  background-color: auto;
}
#ac3fcaff03a55a7 .grid-list .product:hover .title a {
  color: #444;
}
#ac3fcaff03a55a7 .grid-list .product:hover .subTitle {
  color: auto;
}
#ac3fcaff03a55a7 .grid-list .product:hover .category {
  color: auto;
}
#ac3fcaff03a55a7 .grid-list .product:hover .abstract {
  color: auto;
}
#ac3fcaff03a55a7 .grid-list .product:hover .product-btn {
  color: auto;
}
#ac3fcaff03a55a7 .uk-pagination li a {
  font-size: 12px;
}
@media (max-width: 640px) {
  #ac3fcaff03a55a7 .grid-list .product-info {
    min-height: 0;
  }
  #ac3fcaff03a55a7 .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #ac3fcaff03a55a7 .grid-list .product-buttons {
    display: none;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af7c4a154aad697 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4b20a1be1af421 .uk-card {
  background: rgba(102, 102, 102, 0.2);
}
#a4b20a1be1af421.uk-section .uk-button-primary:hover {
  background-color: #020202;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8866aa18fa0f6f .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a680aae101a9a76 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a680aae101a9a76 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a680aae101a9a76 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #27348b;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a680aae101a9a76 .menu-list > li > a {
  padding: 0 35px;
}
#a680aae101a9a76 .menu-list > li:hover:before {
  height: 100%;
}
#a680aae101a9a76 .menu-list > li:hover:after {
  color: auto;
}
#a680aae101a9a76 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #3a3a3a;
  font-weight: 400;
  content: "|";
}
#a680aae101a9a76 .menu-list > li:first-child:after {
  content: "";
}
#a680aae101a9a76 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a680aae101a9a76 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a680aae101a9a76 .menu-list > li ul li {
  position: relative;
}
#a680aae101a9a76 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a680aae101a9a76 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3a3a3a;
}
#a680aae101a9a76 .menu-list > li:hover > a {
  background-color: #27348b;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a680aae101a9a76 li ul li:hover > a {
  background-color: #46bfe4;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a680aae101a9a76 li ul,
#a680aae101a9a76 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a680aae101a9a76 li:hover > ul {
  left: auto;
}
#a680aae101a9a76 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3964a848ea9ce0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a3964a848ea9ce0 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a3964a848ea9ce0 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #27348b;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a3964a848ea9ce0 .menu-list > li > a {
  padding: 0 35px;
}
#a3964a848ea9ce0 .menu-list > li:hover:before {
  height: 100%;
}
#a3964a848ea9ce0 .menu-list > li:hover:after {
  color: auto;
}
#a3964a848ea9ce0 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #3a3a3a;
  font-weight: 400;
  content: "|";
}
#a3964a848ea9ce0 .menu-list > li:first-child:after {
  content: "";
}
#a3964a848ea9ce0 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a3964a848ea9ce0 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a3964a848ea9ce0 .menu-list > li ul li {
  position: relative;
}
#a3964a848ea9ce0 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 2px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 143px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a3964a848ea9ce0 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3a3a3a;
}
#a3964a848ea9ce0 .menu-list > li:hover > a {
  background-color: #27348b;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a3964a848ea9ce0 li ul li:hover > a {
  background-color: #46bfe4;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a3964a848ea9ce0 li ul,
#a3964a848ea9ce0 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a3964a848ea9ce0 li:hover > ul {
  left: auto;
}
#a3964a848ea9ce0 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4558aa755a73f4 form {
  width: 100%;
  height: 100%;
}
#a4558aa755a73f4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4558aa755a73f4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4558aa755a73f4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4558aa755a73f4 .search-box .search-type.show {
  display: block;
}
#a4558aa755a73f4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4558aa755a73f4 .search-box .search-type li:hover {
  color: #005fea;
}
#a4558aa755a73f4 .search-box .search-type li.active {
  color: #005fea;
}
#a4558aa755a73f4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #0c3c8e;
  border-right-color: #0c3c8e;
  border-left-color: #0c3c8e;
  border-bottom-color: #0c3c8e;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a4558aa755a73f4 .inner-form .input-field {
  height: 100%;
}
#a4558aa755a73f4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a4558aa755a73f4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a4558aa755a73f4 .inner-form .input-field.second-wrap {
  min-width: 67px;
}
#a4558aa755a73f4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #005fea;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 16px;
}
#a4558aa755a73f4 .btn-search:hover {
  background: #005fea;
}
#a4558aa755a73f4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a80cfaa561aba92 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a160da7302a957e > .ele-wrap {background-color: rgba(226, 240, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 30px;border-bottom-right-radius: 30px;border-top-right-radius: 30px;border-bottom-left-radius: 30px;}#abb40a59e6aebf4 > .ele-wrap {background-color: rgba(226, 240, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 30px;border-bottom-right-radius: 30px;border-top-right-radius: 30px;border-bottom-left-radius: 30px;}#a4ce9a295eaf221 > .ele-wrap {background-color: rgba(226, 240, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 30px;border-bottom-right-radius: 30px;border-top-right-radius: 30px;border-bottom-left-radius: 30px;}#aeef5a1e54aae82 > .ele-wrap {background-color: rgba(226, 240, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 30px;border-bottom-right-radius: 30px;border-top-right-radius: 30px;border-bottom-left-radius: 30px;}#a4ed3ae570aeae0 > .ele-wrap {background-color: rgba(226, 240, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 30px;border-bottom-right-radius: 30px;border-top-right-radius: 30px;border-bottom-left-radius: 30px;}#a1d4ead510a4b56 > .ele-wrap {background-color: rgba(226, 240, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 30px;border-bottom-right-radius: 30px;border-top-right-radius: 30px;border-bottom-left-radius: 30px;}#a2815a0fe2a77d6 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 0px;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;}#a85c1ada79aa9d3 > .ele-wrap {background-color: rgba(0, 95, 234, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a59dfab398adbb8 .img-wrap {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
#a97aaa2b34a1329 > .ele-wrap {background-color: rgba(0, 95, 234, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a47d4a84d6a9c69 > .ele-wrap {background-color: rgba(226, 240, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2eddaba51ab5fa .ap-category-filter ul li.active {
  border-color: #353535;
  color: #353535;
}
#a2eddaba51ab5fa .grid-list .product-item {
  overflow: hidden;
}
#a2eddaba51ab5fa .grid-list .product-preview .img {
  display: block;
}
#a2eddaba51ab5fa .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#a2eddaba51ab5fa .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#a2eddaba51ab5fa .grid-list .product-info {
  min-height: 110px;
}
#a2eddaba51ab5fa .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#a2eddaba51ab5fa .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#a2eddaba51ab5fa .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#a2eddaba51ab5fa .grid-list .category-name {
  font-size: 12px;
}
#a2eddaba51ab5fa .grid-list .category-name a {
  color: #777;
}
#a2eddaba51ab5fa .grid-list .title,
#a2eddaba51ab5fa .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#a2eddaba51ab5fa .grid-list .title a,
#a2eddaba51ab5fa .grid-list .subTitle a {
  color: #191919;
}
#a2eddaba51ab5fa .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#a2eddaba51ab5fa .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#a2eddaba51ab5fa .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#a2eddaba51ab5fa .grid-list {
  margin-left: -1px;
}
#a2eddaba51ab5fa .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#a2eddaba51ab5fa .grid-list.uk-grid-small > * {
  padding-left: 1px;
}
#a2eddaba51ab5fa .grid-list > .uk-grid-margin {
  margin-top: 1px;
}
#a2eddaba51ab5fa .grid-list .product:hover {
  background-color: auto;
}
#a2eddaba51ab5fa .grid-list .product:hover .title a {
  color: #444;
}
#a2eddaba51ab5fa .grid-list .product:hover .subTitle {
  color: auto;
}
#a2eddaba51ab5fa .grid-list .product:hover .category {
  color: auto;
}
#a2eddaba51ab5fa .grid-list .product:hover .abstract {
  color: auto;
}
#a2eddaba51ab5fa .grid-list .product:hover .product-btn {
  color: auto;
}
#a2eddaba51ab5fa .uk-pagination li a {
  font-size: 12px;
}
@media (max-width: 640px) {
  #a2eddaba51ab5fa .grid-list .product-info {
    min-height: 0;
  }
  #a2eddaba51ab5fa .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #a2eddaba51ab5fa .grid-list .product-buttons {
    display: none;
  }
}
#aedefa97a1a135d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 0px;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;}#a2681a8ca0a7442 > .ele-wrap {background-color: rgba(0, 95, 234, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5e43aa7eba4ea8 .img-wrap {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
#a61ccaee39a4a02 > .ele-wrap {background-color: rgba(0, 95, 234, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a35a2a3f91addd1 > .ele-wrap {background-color: rgba(226, 240, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a72c1a7639ad89b .ap-category-filter ul li.active {
  border-color: #353535;
  color: #353535;
}
#a72c1a7639ad89b .grid-list .product-item {
  overflow: hidden;
}
#a72c1a7639ad89b .grid-list .product-preview .img {
  display: block;
}
#a72c1a7639ad89b .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#a72c1a7639ad89b .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#a72c1a7639ad89b .grid-list .product-info {
  min-height: 110px;
}
#a72c1a7639ad89b .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#a72c1a7639ad89b .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#a72c1a7639ad89b .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#a72c1a7639ad89b .grid-list .category-name {
  font-size: 12px;
}
#a72c1a7639ad89b .grid-list .category-name a {
  color: #777;
}
#a72c1a7639ad89b .grid-list .title,
#a72c1a7639ad89b .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#a72c1a7639ad89b .grid-list .title a,
#a72c1a7639ad89b .grid-list .subTitle a {
  color: #191919;
}
#a72c1a7639ad89b .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#a72c1a7639ad89b .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#a72c1a7639ad89b .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#a72c1a7639ad89b .grid-list {
  margin-left: -1px;
}
#a72c1a7639ad89b .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#a72c1a7639ad89b .grid-list.uk-grid-small > * {
  padding-left: 1px;
}
#a72c1a7639ad89b .grid-list > .uk-grid-margin {
  margin-top: 1px;
}
#a72c1a7639ad89b .grid-list .product:hover {
  background-color: auto;
}
#a72c1a7639ad89b .grid-list .product:hover .title a {
  color: #444;
}
#a72c1a7639ad89b .grid-list .product:hover .subTitle {
  color: auto;
}
#a72c1a7639ad89b .grid-list .product:hover .category {
  color: auto;
}
#a72c1a7639ad89b .grid-list .product:hover .abstract {
  color: auto;
}
#a72c1a7639ad89b .grid-list .product:hover .product-btn {
  color: auto;
}
#a72c1a7639ad89b .uk-pagination li a {
  font-size: 12px;
}
@media (max-width: 640px) {
  #a72c1a7639ad89b .grid-list .product-info {
    min-height: 0;
  }
  #a72c1a7639ad89b .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #a72c1a7639ad89b .grid-list .product-buttons {
    display: none;
  }
}
#a1080a2575a3c76 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 0px;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;}#a9fcdae16da70f3 > .ele-wrap {background-color: rgba(0, 95, 234, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a52dfaf301ad11e .img-wrap {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
#a1b4ba74b2ab790 > .ele-wrap {background-color: rgba(0, 95, 234, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad22da2276a75f7 > .ele-wrap {background-color: rgba(226, 240, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9b11a3273aef45 .ap-category-filter ul li.active {
  border-color: #353535;
  color: #353535;
}
#a9b11a3273aef45 .grid-list .product-item {
  overflow: hidden;
}
#a9b11a3273aef45 .grid-list .product-preview .img {
  display: block;
}
#a9b11a3273aef45 .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#a9b11a3273aef45 .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#a9b11a3273aef45 .grid-list .product-info {
  min-height: 110px;
}
#a9b11a3273aef45 .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#a9b11a3273aef45 .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#a9b11a3273aef45 .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#a9b11a3273aef45 .grid-list .category-name {
  font-size: 12px;
}
#a9b11a3273aef45 .grid-list .category-name a {
  color: #777;
}
#a9b11a3273aef45 .grid-list .title,
#a9b11a3273aef45 .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#a9b11a3273aef45 .grid-list .title a,
#a9b11a3273aef45 .grid-list .subTitle a {
  color: #191919;
}
#a9b11a3273aef45 .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#a9b11a3273aef45 .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#a9b11a3273aef45 .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#a9b11a3273aef45 .grid-list {
  margin-left: -1px;
}
#a9b11a3273aef45 .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#a9b11a3273aef45 .grid-list.uk-grid-small > * {
  padding-left: 1px;
}
#a9b11a3273aef45 .grid-list > .uk-grid-margin {
  margin-top: 1px;
}
#a9b11a3273aef45 .grid-list .product:hover {
  background-color: auto;
}
#a9b11a3273aef45 .grid-list .product:hover .title a {
  color: #444;
}
#a9b11a3273aef45 .grid-list .product:hover .subTitle {
  color: auto;
}
#a9b11a3273aef45 .grid-list .product:hover .category {
  color: auto;
}
#a9b11a3273aef45 .grid-list .product:hover .abstract {
  color: auto;
}
#a9b11a3273aef45 .grid-list .product:hover .product-btn {
  color: auto;
}
#a9b11a3273aef45 .uk-pagination li a {
  font-size: 12px;
}
@media (max-width: 640px) {
  #a9b11a3273aef45 .grid-list .product-info {
    min-height: 0;
  }
  #a9b11a3273aef45 .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #a9b11a3273aef45 .grid-list .product-buttons {
    display: none;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab16fafc14adaeb .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af37fa4fcea0127 .uk-card {
  background: rgba(102, 102, 102, 0.2);
}
#af37fa4fcea0127.uk-section .uk-button-primary:hover {
  background-color: #020202;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2e22a04e5aca29 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a680aae101a9a76 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a680aae101a9a76 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a680aae101a9a76 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #27348b;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a680aae101a9a76 .menu-list > li > a {
  padding: 0 35px;
}
#a680aae101a9a76 .menu-list > li:hover:before {
  height: 100%;
}
#a680aae101a9a76 .menu-list > li:hover:after {
  color: auto;
}
#a680aae101a9a76 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #3a3a3a;
  font-weight: 400;
  content: "|";
}
#a680aae101a9a76 .menu-list > li:first-child:after {
  content: "";
}
#a680aae101a9a76 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a680aae101a9a76 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a680aae101a9a76 .menu-list > li ul li {
  position: relative;
}
#a680aae101a9a76 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a680aae101a9a76 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3a3a3a;
}
#a680aae101a9a76 .menu-list > li:hover > a {
  background-color: #27348b;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a680aae101a9a76 li ul li:hover > a {
  background-color: #46bfe4;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a680aae101a9a76 li ul,
#a680aae101a9a76 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a680aae101a9a76 li:hover > ul {
  left: auto;
}
#a680aae101a9a76 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3964a848ea9ce0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a3964a848ea9ce0 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a3964a848ea9ce0 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #27348b;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a3964a848ea9ce0 .menu-list > li > a {
  padding: 0 35px;
}
#a3964a848ea9ce0 .menu-list > li:hover:before {
  height: 100%;
}
#a3964a848ea9ce0 .menu-list > li:hover:after {
  color: auto;
}
#a3964a848ea9ce0 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #3a3a3a;
  font-weight: 400;
  content: "|";
}
#a3964a848ea9ce0 .menu-list > li:first-child:after {
  content: "";
}
#a3964a848ea9ce0 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a3964a848ea9ce0 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a3964a848ea9ce0 .menu-list > li ul li {
  position: relative;
}
#a3964a848ea9ce0 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 2px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 143px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a3964a848ea9ce0 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3a3a3a;
}
#a3964a848ea9ce0 .menu-list > li:hover > a {
  background-color: #27348b;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a3964a848ea9ce0 li ul li:hover > a {
  background-color: #46bfe4;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a3964a848ea9ce0 li ul,
#a3964a848ea9ce0 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a3964a848ea9ce0 li:hover > ul {
  left: auto;
}
#a3964a848ea9ce0 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4558aa755a73f4 form {
  width: 100%;
  height: 100%;
}
#a4558aa755a73f4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4558aa755a73f4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4558aa755a73f4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4558aa755a73f4 .search-box .search-type.show {
  display: block;
}
#a4558aa755a73f4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4558aa755a73f4 .search-box .search-type li:hover {
  color: #005fea;
}
#a4558aa755a73f4 .search-box .search-type li.active {
  color: #005fea;
}
#a4558aa755a73f4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #0c3c8e;
  border-right-color: #0c3c8e;
  border-left-color: #0c3c8e;
  border-bottom-color: #0c3c8e;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a4558aa755a73f4 .inner-form .input-field {
  height: 100%;
}
#a4558aa755a73f4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a4558aa755a73f4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a4558aa755a73f4 .inner-form .input-field.second-wrap {
  min-width: 67px;
}
#a4558aa755a73f4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #005fea;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 16px;
}
#a4558aa755a73f4 .btn-search:hover {
  background: #005fea;
}
#a4558aa755a73f4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a80cfaa561aba92 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ada95a1144a91fa > .ele-wrap {background-color: rgba(226, 240, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 30px;border-bottom-right-radius: 30px;border-top-right-radius: 30px;border-bottom-left-radius: 30px;}#a7fedac651aac93 > .ele-wrap {background-color: rgba(226, 240, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 30px;border-bottom-right-radius: 30px;border-top-right-radius: 30px;border-bottom-left-radius: 30px;}#a6b8bae98aab73a > .ele-wrap {background-color: rgba(226, 240, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 30px;border-bottom-right-radius: 30px;border-top-right-radius: 30px;border-bottom-left-radius: 30px;}#ad4a6aee21a4671 > .ele-wrap {background-color: rgba(226, 240, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 30px;border-bottom-right-radius: 30px;border-top-right-radius: 30px;border-bottom-left-radius: 30px;}#afffca2438a1a73 > .ele-wrap {background-color: rgba(226, 240, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 30px;border-bottom-right-radius: 30px;border-top-right-radius: 30px;border-bottom-left-radius: 30px;}#a2e95a5826ae256 > .ele-wrap {background-color: rgba(226, 240, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 30px;border-bottom-right-radius: 30px;border-top-right-radius: 30px;border-bottom-left-radius: 30px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6db3a7968ac1e2 .ap-category-filter ul li.active {
  border-color: #353535;
  color: #353535;
}
#a6db3a7968ac1e2 .grid-list .product-item {
  overflow: hidden;
}
#a6db3a7968ac1e2 .grid-list .product-preview .img {
  display: block;
}
#a6db3a7968ac1e2 .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#a6db3a7968ac1e2 .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#a6db3a7968ac1e2 .grid-list .product-info {
  min-height: 110px;
}
#a6db3a7968ac1e2 .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#a6db3a7968ac1e2 .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#a6db3a7968ac1e2 .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#a6db3a7968ac1e2 .grid-list .category-name {
  font-size: 12px;
}
#a6db3a7968ac1e2 .grid-list .category-name a {
  color: #777;
}
#a6db3a7968ac1e2 .grid-list .title,
#a6db3a7968ac1e2 .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#a6db3a7968ac1e2 .grid-list .title a,
#a6db3a7968ac1e2 .grid-list .subTitle a {
  color: #191919;
}
#a6db3a7968ac1e2 .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#a6db3a7968ac1e2 .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#a6db3a7968ac1e2 .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#a6db3a7968ac1e2 .grid-list {
  margin-left: -1px;
}
#a6db3a7968ac1e2 .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#a6db3a7968ac1e2 .grid-list.uk-grid-small > * {
  padding-left: 1px;
}
#a6db3a7968ac1e2 .grid-list > .uk-grid-margin {
  margin-top: 1px;
}
#a6db3a7968ac1e2 .grid-list .product:hover {
  background-color: auto;
}
#a6db3a7968ac1e2 .grid-list .product:hover .title a {
  color: #444;
}
#a6db3a7968ac1e2 .grid-list .product:hover .subTitle {
  color: auto;
}
#a6db3a7968ac1e2 .grid-list .product:hover .category {
  color: auto;
}
#a6db3a7968ac1e2 .grid-list .product:hover .abstract {
  color: auto;
}
#a6db3a7968ac1e2 .grid-list .product:hover .product-btn {
  color: auto;
}
#a6db3a7968ac1e2 .uk-pagination li a {
  font-size: 12px;
}
@media (max-width: 640px) {
  #a6db3a7968ac1e2 .grid-list .product-info {
    min-height: 0;
  }
  #a6db3a7968ac1e2 .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #a6db3a7968ac1e2 .grid-list .product-buttons {
    display: none;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af40aa7410ac857 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa84eaeeb9aefb5 .uk-card {
  background: rgba(102, 102, 102, 0.2);
}
#aa84eaeeb9aefb5.uk-section .uk-button-primary:hover {
  background-color: #020202;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7c5fa3edea0c82 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a680aae101a9a76 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a680aae101a9a76 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a680aae101a9a76 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #27348b;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a680aae101a9a76 .menu-list > li > a {
  padding: 0 35px;
}
#a680aae101a9a76 .menu-list > li:hover:before {
  height: 100%;
}
#a680aae101a9a76 .menu-list > li:hover:after {
  color: auto;
}
#a680aae101a9a76 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #3a3a3a;
  font-weight: 400;
  content: "|";
}
#a680aae101a9a76 .menu-list > li:first-child:after {
  content: "";
}
#a680aae101a9a76 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a680aae101a9a76 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a680aae101a9a76 .menu-list > li ul li {
  position: relative;
}
#a680aae101a9a76 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a680aae101a9a76 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3a3a3a;
}
#a680aae101a9a76 .menu-list > li:hover > a {
  background-color: #27348b;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a680aae101a9a76 li ul li:hover > a {
  background-color: #46bfe4;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a680aae101a9a76 li ul,
#a680aae101a9a76 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a680aae101a9a76 li:hover > ul {
  left: auto;
}
#a680aae101a9a76 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3964a848ea9ce0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a3964a848ea9ce0 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a3964a848ea9ce0 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #27348b;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a3964a848ea9ce0 .menu-list > li > a {
  padding: 0 35px;
}
#a3964a848ea9ce0 .menu-list > li:hover:before {
  height: 100%;
}
#a3964a848ea9ce0 .menu-list > li:hover:after {
  color: auto;
}
#a3964a848ea9ce0 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #3a3a3a;
  font-weight: 400;
  content: "|";
}
#a3964a848ea9ce0 .menu-list > li:first-child:after {
  content: "";
}
#a3964a848ea9ce0 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a3964a848ea9ce0 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a3964a848ea9ce0 .menu-list > li ul li {
  position: relative;
}
#a3964a848ea9ce0 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 2px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 143px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a3964a848ea9ce0 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3a3a3a;
}
#a3964a848ea9ce0 .menu-list > li:hover > a {
  background-color: #27348b;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a3964a848ea9ce0 li ul li:hover > a {
  background-color: #46bfe4;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a3964a848ea9ce0 li ul,
#a3964a848ea9ce0 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a3964a848ea9ce0 li:hover > ul {
  left: auto;
}
#a3964a848ea9ce0 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4558aa755a73f4 form {
  width: 100%;
  height: 100%;
}
#a4558aa755a73f4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4558aa755a73f4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4558aa755a73f4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4558aa755a73f4 .search-box .search-type.show {
  display: block;
}
#a4558aa755a73f4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4558aa755a73f4 .search-box .search-type li:hover {
  color: #005fea;
}
#a4558aa755a73f4 .search-box .search-type li.active {
  color: #005fea;
}
#a4558aa755a73f4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #0c3c8e;
  border-right-color: #0c3c8e;
  border-left-color: #0c3c8e;
  border-bottom-color: #0c3c8e;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a4558aa755a73f4 .inner-form .input-field {
  height: 100%;
}
#a4558aa755a73f4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a4558aa755a73f4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a4558aa755a73f4 .inner-form .input-field.second-wrap {
  min-width: 67px;
}
#a4558aa755a73f4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #005fea;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 16px;
}
#a4558aa755a73f4 .btn-search:hover {
  background: #005fea;
}
#a4558aa755a73f4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a80cfaa561aba92 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af347a5111a75e0 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0eaca9424aa142 .ap-category-filter ul li.active {
  border-color: #353535;
  color: #353535;
}
#a0eaca9424aa142 .uk-grid {
  margin-left: -4px;
}
#a0eaca9424aa142 .uk-grid > * {
  padding-left: 4px;
}
#a0eaca9424aa142 .uk-grid > .uk-grid-margin {
  margin-top: 15px;
}
#a0eaca9424aa142 .uk-card {
  background-color: #e2f0ff;
  transition: all .3s ease;
}
#a0eaca9424aa142 .uk-card-media-top {
  overflow: hidden;
}
#a0eaca9424aa142 .uk-card-media-top .img {
  transition: all .3s ease;
}
#a0eaca9424aa142 .info {
  flex: 1;
  overflow: hidden;
  min-width: 1px;
  width: 0;
}
#a0eaca9424aa142 .datetime {
  padding: 4px;
  margin-right: 6px;
  flex-shrink: 0;
  font-size: 12px;
  color: #fff;
  font-family: Arial;
}
#a0eaca9424aa142 .datetime b {
  font-size: 24px;
  font-weight: bolder;
  display: block;
}
#a0eaca9424aa142 .uk-card-body {
  padding: 15px 10px 8px;
}
#a0eaca9424aa142 hr {
  border-top-color: #ffffff;
  margin: 0 0 10px;
}
#a0eaca9424aa142 .uk-button {
  border: 1px solid #ececec;
}
#a0eaca9424aa142 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: NotoSansSC-Regular;
  color: #333333;
}
#a0eaca9424aa142 .uk-card .abstract {
  margin: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #8bbaff;
}
#a0eaca9424aa142 .uk-card:hover {
  background-color: #333333;
}
#a0eaca9424aa142 .uk-card:hover .title {
  color: #fff;
}
#a0eaca9424aa142 .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#a0eaca9424aa142 .uk-card:hover .img {
  transform: scale(1.2);
}
#a0eaca9424aa142 .uk-card:hover .abstract {
  color: #fff;
}
#a0eaca9424aa142 .uk-card:hover .datetime {
  color: #d3b267;
}
#a0eaca9424aa142 .uk-card:hover .category {
  color: #d3b267;
}
#a0eaca9424aa142 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a454bad41da895d .uk-grid {
  margin-left: -15px;
}
#a454bad41da895d .uk-grid > * {
  padding-left: 15px;
}
#a454bad41da895d .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a454bad41da895d .ap-category-filter ul li.active {
  border-color: #353535;
  color: #353535;
}
#a454bad41da895d .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 2px;
  border-bottom-style: solid;
}
#a454bad41da895d .article .info {
  padding: 20px 10px;
  position: relative;
}
#a454bad41da895d .article .info p {
  margin: 10px 0 10px;
}
#a454bad41da895d .article svg {
  fill: currentColor;
}
#a454bad41da895d .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 20px;
  width: 20px;
  color: #b4b4b4;
}
#a454bad41da895d .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 20px;
  color: #b4b4b4;
}
#a454bad41da895d .article.list-icon .info {
  padding-left: 25px;
}
#a454bad41da895d .article .datetime {
  position: absolute;
  right: 10px;
  top: 20px;
}
#a454bad41da895d .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-Regular;
  color: #333333;
}
#a454bad41da895d .article .datetime {
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Regular;
}
#a454bad41da895d .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#a454bad41da895d .article:hover .title {
  color: #626262;
}
#a454bad41da895d .article:hover .datetime {
  color: #b6b6b6;
}
#a454bad41da895d .article:hover .category {
  color: #b6b6b6;
}
#a454bad41da895d .article:hover .abstract {
  color: #b6b6b6;
}
#a454bad41da895d .article:hover .btn_icon {
  color: #b6b6b6;
}
#a454bad41da895d .article:hover .list_icon {
  color: #b6b6b6;
}
#a3b60a62a3afffb > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac9c2a643fa2f69 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af40aa7410ac857 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa84eaeeb9aefb5 .uk-card {
  background: rgba(102, 102, 102, 0.2);
}
#aa84eaeeb9aefb5.uk-section .uk-button-primary:hover {
  background-color: #020202;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6d0da8069a46d1 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a680aae101a9a76 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a680aae101a9a76 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a680aae101a9a76 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #27348b;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a680aae101a9a76 .menu-list > li > a {
  padding: 0 35px;
}
#a680aae101a9a76 .menu-list > li:hover:before {
  height: 100%;
}
#a680aae101a9a76 .menu-list > li:hover:after {
  color: auto;
}
#a680aae101a9a76 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #3a3a3a;
  font-weight: 400;
  content: "|";
}
#a680aae101a9a76 .menu-list > li:first-child:after {
  content: "";
}
#a680aae101a9a76 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a680aae101a9a76 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a680aae101a9a76 .menu-list > li ul li {
  position: relative;
}
#a680aae101a9a76 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a680aae101a9a76 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3a3a3a;
}
#a680aae101a9a76 .menu-list > li:hover > a {
  background-color: #27348b;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a680aae101a9a76 li ul li:hover > a {
  background-color: #46bfe4;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a680aae101a9a76 li ul,
#a680aae101a9a76 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a680aae101a9a76 li:hover > ul {
  left: auto;
}
#a680aae101a9a76 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3964a848ea9ce0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a3964a848ea9ce0 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a3964a848ea9ce0 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #27348b;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a3964a848ea9ce0 .menu-list > li > a {
  padding: 0 35px;
}
#a3964a848ea9ce0 .menu-list > li:hover:before {
  height: 100%;
}
#a3964a848ea9ce0 .menu-list > li:hover:after {
  color: auto;
}
#a3964a848ea9ce0 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #3a3a3a;
  font-weight: 400;
  content: "|";
}
#a3964a848ea9ce0 .menu-list > li:first-child:after {
  content: "";
}
#a3964a848ea9ce0 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a3964a848ea9ce0 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a3964a848ea9ce0 .menu-list > li ul li {
  position: relative;
}
#a3964a848ea9ce0 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 2px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 143px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a3964a848ea9ce0 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3a3a3a;
}
#a3964a848ea9ce0 .menu-list > li:hover > a {
  background-color: #27348b;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a3964a848ea9ce0 li ul li:hover > a {
  background-color: #46bfe4;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a3964a848ea9ce0 li ul,
#a3964a848ea9ce0 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a3964a848ea9ce0 li:hover > ul {
  left: auto;
}
#a3964a848ea9ce0 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4558aa755a73f4 form {
  width: 100%;
  height: 100%;
}
#a4558aa755a73f4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4558aa755a73f4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4558aa755a73f4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4558aa755a73f4 .search-box .search-type.show {
  display: block;
}
#a4558aa755a73f4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4558aa755a73f4 .search-box .search-type li:hover {
  color: #005fea;
}
#a4558aa755a73f4 .search-box .search-type li.active {
  color: #005fea;
}
#a4558aa755a73f4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #0c3c8e;
  border-right-color: #0c3c8e;
  border-left-color: #0c3c8e;
  border-bottom-color: #0c3c8e;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a4558aa755a73f4 .inner-form .input-field {
  height: 100%;
}
#a4558aa755a73f4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a4558aa755a73f4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a4558aa755a73f4 .inner-form .input-field.second-wrap {
  min-width: 67px;
}
#a4558aa755a73f4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #005fea;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 16px;
}
#a4558aa755a73f4 .btn-search:hover {
  background: #005fea;
}
#a4558aa755a73f4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a80cfaa561aba92 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a851fa73bea3b59 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae220abf31a812e > .ele-wrap {background-color: rgba(0, 95, 234, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#afacba3047ad3e2 .ap-category-filter ul li.active {
  border-color: #353535;
  color: #353535;
}
#afacba3047ad3e2 .uk-grid {
  margin-left: -4px;
}
#afacba3047ad3e2 .uk-grid > * {
  padding-left: 4px;
}
#afacba3047ad3e2 .uk-grid > .uk-grid-margin {
  margin-top: 15px;
}
#afacba3047ad3e2 .uk-card {
  background-color: #e2f0ff;
  transition: all .3s ease;
}
#afacba3047ad3e2 .uk-card-media-top {
  overflow: hidden;
}
#afacba3047ad3e2 .uk-card-media-top .img {
  transition: all .3s ease;
}
#afacba3047ad3e2 .info {
  flex: 1;
  overflow: hidden;
  min-width: 1px;
  width: 0;
}
#afacba3047ad3e2 .datetime {
  padding: 4px;
  margin-right: 6px;
  flex-shrink: 0;
  font-size: 12px;
  color: #fff;
  font-family: Arial;
}
#afacba3047ad3e2 .datetime b {
  font-size: 24px;
  font-weight: bolder;
  display: block;
}
#afacba3047ad3e2 .uk-card-body {
  padding: 15px 10px 8px;
}
#afacba3047ad3e2 hr {
  border-top-color: #ffffff;
  margin: 0 0 10px;
}
#afacba3047ad3e2 .uk-button {
  border: 1px solid #ececec;
}
#afacba3047ad3e2 .uk-card .title {
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-DemiLight;
  color: #333333;
}
#afacba3047ad3e2 .uk-card .abstract {
  margin: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-Medium;
  color: #4a4a4a;
}
#afacba3047ad3e2 .uk-card:hover {
  background-color: #333333;
}
#afacba3047ad3e2 .uk-card:hover .title {
  color: #fff;
}
#afacba3047ad3e2 .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#afacba3047ad3e2 .uk-card:hover .img {
  transform: scale(1.2);
}
#afacba3047ad3e2 .uk-card:hover .abstract {
  color: #fff;
}
#afacba3047ad3e2 .uk-card:hover .datetime {
  color: #d3b267;
}
#afacba3047ad3e2 .uk-card:hover .category {
  color: #d3b267;
}
#afacba3047ad3e2 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac74aa7206a1cdb .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac277a26bcae831 .uk-card {
  background: rgba(102, 102, 102, 0.2);
}
#ac277a26bcae831.uk-section .uk-button-primary:hover {
  background-color: #020202;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa693a756aa5c99 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a680aae101a9a76 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a680aae101a9a76 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a680aae101a9a76 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #27348b;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a680aae101a9a76 .menu-list > li > a {
  padding: 0 35px;
}
#a680aae101a9a76 .menu-list > li:hover:before {
  height: 100%;
}
#a680aae101a9a76 .menu-list > li:hover:after {
  color: auto;
}
#a680aae101a9a76 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #3a3a3a;
  font-weight: 400;
  content: "|";
}
#a680aae101a9a76 .menu-list > li:first-child:after {
  content: "";
}
#a680aae101a9a76 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a680aae101a9a76 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a680aae101a9a76 .menu-list > li ul li {
  position: relative;
}
#a680aae101a9a76 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a680aae101a9a76 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3a3a3a;
}
#a680aae101a9a76 .menu-list > li:hover > a {
  background-color: #27348b;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a680aae101a9a76 li ul li:hover > a {
  background-color: #46bfe4;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a680aae101a9a76 li ul,
#a680aae101a9a76 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a680aae101a9a76 li:hover > ul {
  left: auto;
}
#a680aae101a9a76 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3964a848ea9ce0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a3964a848ea9ce0 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a3964a848ea9ce0 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #27348b;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a3964a848ea9ce0 .menu-list > li > a {
  padding: 0 35px;
}
#a3964a848ea9ce0 .menu-list > li:hover:before {
  height: 100%;
}
#a3964a848ea9ce0 .menu-list > li:hover:after {
  color: auto;
}
#a3964a848ea9ce0 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #3a3a3a;
  font-weight: 400;
  content: "|";
}
#a3964a848ea9ce0 .menu-list > li:first-child:after {
  content: "";
}
#a3964a848ea9ce0 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a3964a848ea9ce0 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a3964a848ea9ce0 .menu-list > li ul li {
  position: relative;
}
#a3964a848ea9ce0 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 2px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 143px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a3964a848ea9ce0 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3a3a3a;
}
#a3964a848ea9ce0 .menu-list > li:hover > a {
  background-color: #27348b;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a3964a848ea9ce0 li ul li:hover > a {
  background-color: #46bfe4;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a3964a848ea9ce0 li ul,
#a3964a848ea9ce0 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a3964a848ea9ce0 li:hover > ul {
  left: auto;
}
#a3964a848ea9ce0 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4558aa755a73f4 form {
  width: 100%;
  height: 100%;
}
#a4558aa755a73f4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4558aa755a73f4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4558aa755a73f4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4558aa755a73f4 .search-box .search-type.show {
  display: block;
}
#a4558aa755a73f4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4558aa755a73f4 .search-box .search-type li:hover {
  color: #005fea;
}
#a4558aa755a73f4 .search-box .search-type li.active {
  color: #005fea;
}
#a4558aa755a73f4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #0c3c8e;
  border-right-color: #0c3c8e;
  border-left-color: #0c3c8e;
  border-bottom-color: #0c3c8e;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a4558aa755a73f4 .inner-form .input-field {
  height: 100%;
}
#a4558aa755a73f4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a4558aa755a73f4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a4558aa755a73f4 .inner-form .input-field.second-wrap {
  min-width: 67px;
}
#a4558aa755a73f4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #005fea;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 16px;
}
#a4558aa755a73f4 .btn-search:hover {
  background: #005fea;
}
#a4558aa755a73f4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a80cfaa561aba92 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aacc4ade8ba0ecb > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2876a5342a2f5f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae724a39d8aef4b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aabeaaa814a301e .form-agree {
  display: flex;
  align-items: center;
}
#aabeaaa814a301e form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#aabeaaa814a301e .form-item .uk-input,
#aabeaaa814a301e .form-item .uk-select,
#aabeaaa814a301e .form-item .uk-textarea {
  width: autopx;
}
#aabeaaa814a301e .form-item .auto-height {
  height: auto;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af40aa7410ac857 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa84eaeeb9aefb5 .uk-card {
  background: rgba(102, 102, 102, 0.2);
}
#aa84eaeeb9aefb5.uk-section .uk-button-primary:hover {
  background-color: #020202;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae09ea8aa6a1b89 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a680aae101a9a76 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a680aae101a9a76 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a680aae101a9a76 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #27348b;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a680aae101a9a76 .menu-list > li > a {
  padding: 0 35px;
}
#a680aae101a9a76 .menu-list > li:hover:before {
  height: 100%;
}
#a680aae101a9a76 .menu-list > li:hover:after {
  color: auto;
}
#a680aae101a9a76 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #3a3a3a;
  font-weight: 400;
  content: "|";
}
#a680aae101a9a76 .menu-list > li:first-child:after {
  content: "";
}
#a680aae101a9a76 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a680aae101a9a76 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a680aae101a9a76 .menu-list > li ul li {
  position: relative;
}
#a680aae101a9a76 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a680aae101a9a76 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3a3a3a;
}
#a680aae101a9a76 .menu-list > li:hover > a {
  background-color: #27348b;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a680aae101a9a76 li ul li:hover > a {
  background-color: #46bfe4;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a680aae101a9a76 li ul,
#a680aae101a9a76 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a680aae101a9a76 li:hover > ul {
  left: auto;
}
#a680aae101a9a76 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3964a848ea9ce0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a3964a848ea9ce0 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a3964a848ea9ce0 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #27348b;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a3964a848ea9ce0 .menu-list > li > a {
  padding: 0 35px;
}
#a3964a848ea9ce0 .menu-list > li:hover:before {
  height: 100%;
}
#a3964a848ea9ce0 .menu-list > li:hover:after {
  color: auto;
}
#a3964a848ea9ce0 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #3a3a3a;
  font-weight: 400;
  content: "|";
}
#a3964a848ea9ce0 .menu-list > li:first-child:after {
  content: "";
}
#a3964a848ea9ce0 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a3964a848ea9ce0 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a3964a848ea9ce0 .menu-list > li ul li {
  position: relative;
}
#a3964a848ea9ce0 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 2px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 143px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a3964a848ea9ce0 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3a3a3a;
}
#a3964a848ea9ce0 .menu-list > li:hover > a {
  background-color: #27348b;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a3964a848ea9ce0 li ul li:hover > a {
  background-color: #46bfe4;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a3964a848ea9ce0 li ul,
#a3964a848ea9ce0 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a3964a848ea9ce0 li:hover > ul {
  left: auto;
}
#a3964a848ea9ce0 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4558aa755a73f4 form {
  width: 100%;
  height: 100%;
}
#a4558aa755a73f4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4558aa755a73f4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4558aa755a73f4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4558aa755a73f4 .search-box .search-type.show {
  display: block;
}
#a4558aa755a73f4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4558aa755a73f4 .search-box .search-type li:hover {
  color: #005fea;
}
#a4558aa755a73f4 .search-box .search-type li.active {
  color: #005fea;
}
#a4558aa755a73f4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #0c3c8e;
  border-right-color: #0c3c8e;
  border-left-color: #0c3c8e;
  border-bottom-color: #0c3c8e;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a4558aa755a73f4 .inner-form .input-field {
  height: 100%;
}
#a4558aa755a73f4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a4558aa755a73f4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a4558aa755a73f4 .inner-form .input-field.second-wrap {
  min-width: 67px;
}
#a4558aa755a73f4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #005fea;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 16px;
}
#a4558aa755a73f4 .btn-search:hover {
  background: #005fea;
}
#a4558aa755a73f4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a80cfaa561aba92 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a96faa6fb1a6500 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adc74afa8aa4e18 .form-agree {
  display: flex;
  align-items: center;
}
#adc74afa8aa4e18 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#adc74afa8aa4e18 .form-item .uk-input,
#adc74afa8aa4e18 .form-item .uk-select,
#adc74afa8aa4e18 .form-item .uk-textarea {
  width: autopx;
}
#adc74afa8aa4e18 .form-item .auto-height {
  height: auto;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af7c4a154aad697 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4b20a1be1af421 .uk-card {
  background: rgba(102, 102, 102, 0.2);
}
#a4b20a1be1af421.uk-section .uk-button-primary:hover {
  background-color: #020202;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a95c5a0934ae8cf .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a680aae101a9a76 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a680aae101a9a76 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a680aae101a9a76 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #27348b;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a680aae101a9a76 .menu-list > li > a {
  padding: 0 35px;
}
#a680aae101a9a76 .menu-list > li:hover:before {
  height: 100%;
}
#a680aae101a9a76 .menu-list > li:hover:after {
  color: auto;
}
#a680aae101a9a76 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #3a3a3a;
  font-weight: 400;
  content: "|";
}
#a680aae101a9a76 .menu-list > li:first-child:after {
  content: "";
}
#a680aae101a9a76 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a680aae101a9a76 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a680aae101a9a76 .menu-list > li ul li {
  position: relative;
}
#a680aae101a9a76 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a680aae101a9a76 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3a3a3a;
}
#a680aae101a9a76 .menu-list > li:hover > a {
  background-color: #27348b;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a680aae101a9a76 li ul li:hover > a {
  background-color: #46bfe4;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a680aae101a9a76 li ul,
#a680aae101a9a76 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a680aae101a9a76 li:hover > ul {
  left: auto;
}
#a680aae101a9a76 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3964a848ea9ce0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a3964a848ea9ce0 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a3964a848ea9ce0 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #27348b;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a3964a848ea9ce0 .menu-list > li > a {
  padding: 0 35px;
}
#a3964a848ea9ce0 .menu-list > li:hover:before {
  height: 100%;
}
#a3964a848ea9ce0 .menu-list > li:hover:after {
  color: auto;
}
#a3964a848ea9ce0 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #3a3a3a;
  font-weight: 400;
  content: "|";
}
#a3964a848ea9ce0 .menu-list > li:first-child:after {
  content: "";
}
#a3964a848ea9ce0 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a3964a848ea9ce0 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a3964a848ea9ce0 .menu-list > li ul li {
  position: relative;
}
#a3964a848ea9ce0 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 2px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 143px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a3964a848ea9ce0 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3a3a3a;
}
#a3964a848ea9ce0 .menu-list > li:hover > a {
  background-color: #27348b;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a3964a848ea9ce0 li ul li:hover > a {
  background-color: #46bfe4;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a3964a848ea9ce0 li ul,
#a3964a848ea9ce0 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a3964a848ea9ce0 li:hover > ul {
  left: auto;
}
#a3964a848ea9ce0 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4558aa755a73f4 form {
  width: 100%;
  height: 100%;
}
#a4558aa755a73f4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4558aa755a73f4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4558aa755a73f4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4558aa755a73f4 .search-box .search-type.show {
  display: block;
}
#a4558aa755a73f4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4558aa755a73f4 .search-box .search-type li:hover {
  color: #005fea;
}
#a4558aa755a73f4 .search-box .search-type li.active {
  color: #005fea;
}
#a4558aa755a73f4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #0c3c8e;
  border-right-color: #0c3c8e;
  border-left-color: #0c3c8e;
  border-bottom-color: #0c3c8e;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a4558aa755a73f4 .inner-form .input-field {
  height: 100%;
}
#a4558aa755a73f4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a4558aa755a73f4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a4558aa755a73f4 .inner-form .input-field.second-wrap {
  min-width: 67px;
}
#a4558aa755a73f4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #005fea;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 16px;
}
#a4558aa755a73f4 .btn-search:hover {
  background: #005fea;
}
#a4558aa755a73f4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a80cfaa561aba92 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af40aa7410ac857 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8d76ab217a83bb {
  min-height: 90vh;
  /* mobile */
}
#a8d76ab217a83bb .search-highlight {
  background: yellow;
}
#a8d76ab217a83bb .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a8d76ab217a83bb .el-title {
  margin-bottom: 20px;
}
#a8d76ab217a83bb .el-item:hover .el-title {
  color: #0f6ecd;
}
#a8d76ab217a83bb .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a8d76ab217a83bb .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a8d76ab217a83bb .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a8d76ab217a83bb .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a8d76ab217a83bb .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a8d76ab217a83bb .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a8d76ab217a83bb .el-title {
    margin-bottom: 0;
  }
  #a8d76ab217a83bb .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a8d76ab217a83bb .category {
    font-size: 12px;
  }
  #a8d76ab217a83bb .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa84eaeeb9aefb5 .uk-card {
  background: rgba(102, 102, 102, 0.2);
}
#aa84eaeeb9aefb5.uk-section .uk-button-primary:hover {
  background-color: #020202;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aeeccab74aaa2be .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a680aae101a9a76 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a680aae101a9a76 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a680aae101a9a76 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #27348b;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a680aae101a9a76 .menu-list > li > a {
  padding: 0 35px;
}
#a680aae101a9a76 .menu-list > li:hover:before {
  height: 100%;
}
#a680aae101a9a76 .menu-list > li:hover:after {
  color: auto;
}
#a680aae101a9a76 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #3a3a3a;
  font-weight: 400;
  content: "|";
}
#a680aae101a9a76 .menu-list > li:first-child:after {
  content: "";
}
#a680aae101a9a76 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a680aae101a9a76 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a680aae101a9a76 .menu-list > li ul li {
  position: relative;
}
#a680aae101a9a76 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a680aae101a9a76 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3a3a3a;
}
#a680aae101a9a76 .menu-list > li:hover > a {
  background-color: #27348b;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a680aae101a9a76 li ul li:hover > a {
  background-color: #46bfe4;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a680aae101a9a76 li ul,
#a680aae101a9a76 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a680aae101a9a76 li:hover > ul {
  left: auto;
}
#a680aae101a9a76 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3964a848ea9ce0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a3964a848ea9ce0 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a3964a848ea9ce0 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #27348b;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a3964a848ea9ce0 .menu-list > li > a {
  padding: 0 35px;
}
#a3964a848ea9ce0 .menu-list > li:hover:before {
  height: 100%;
}
#a3964a848ea9ce0 .menu-list > li:hover:after {
  color: auto;
}
#a3964a848ea9ce0 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #3a3a3a;
  font-weight: 400;
  content: "|";
}
#a3964a848ea9ce0 .menu-list > li:first-child:after {
  content: "";
}
#a3964a848ea9ce0 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a3964a848ea9ce0 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a3964a848ea9ce0 .menu-list > li ul li {
  position: relative;
}
#a3964a848ea9ce0 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 2px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 143px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a3964a848ea9ce0 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3a3a3a;
}
#a3964a848ea9ce0 .menu-list > li:hover > a {
  background-color: #27348b;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a3964a848ea9ce0 li ul li:hover > a {
  background-color: #46bfe4;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a3964a848ea9ce0 li ul,
#a3964a848ea9ce0 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a3964a848ea9ce0 li:hover > ul {
  left: auto;
}
#a3964a848ea9ce0 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4558aa755a73f4 form {
  width: 100%;
  height: 100%;
}
#a4558aa755a73f4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4558aa755a73f4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4558aa755a73f4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4558aa755a73f4 .search-box .search-type.show {
  display: block;
}
#a4558aa755a73f4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4558aa755a73f4 .search-box .search-type li:hover {
  color: #005fea;
}
#a4558aa755a73f4 .search-box .search-type li.active {
  color: #005fea;
}
#a4558aa755a73f4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #0c3c8e;
  border-right-color: #0c3c8e;
  border-left-color: #0c3c8e;
  border-bottom-color: #0c3c8e;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a4558aa755a73f4 .inner-form .input-field {
  height: 100%;
}
#a4558aa755a73f4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a4558aa755a73f4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a4558aa755a73f4 .inner-form .input-field.second-wrap {
  min-width: 67px;
}
#a4558aa755a73f4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #005fea;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 16px;
}
#a4558aa755a73f4 .btn-search:hover {
  background: #005fea;
}
#a4558aa755a73f4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a80cfaa561aba92 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af40aa7410ac857 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa84eaeeb9aefb5 .uk-card {
  background: rgba(102, 102, 102, 0.2);
}
#aa84eaeeb9aefb5.uk-section .uk-button-primary:hover {
  background-color: #020202;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a46c4a0072a0a30 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a680aae101a9a76 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a680aae101a9a76 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a680aae101a9a76 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #27348b;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a680aae101a9a76 .menu-list > li > a {
  padding: 0 35px;
}
#a680aae101a9a76 .menu-list > li:hover:before {
  height: 100%;
}
#a680aae101a9a76 .menu-list > li:hover:after {
  color: auto;
}
#a680aae101a9a76 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #3a3a3a;
  font-weight: 400;
  content: "|";
}
#a680aae101a9a76 .menu-list > li:first-child:after {
  content: "";
}
#a680aae101a9a76 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a680aae101a9a76 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a680aae101a9a76 .menu-list > li ul li {
  position: relative;
}
#a680aae101a9a76 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a680aae101a9a76 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3a3a3a;
}
#a680aae101a9a76 .menu-list > li:hover > a {
  background-color: #27348b;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a680aae101a9a76 li ul li:hover > a {
  background-color: #46bfe4;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a680aae101a9a76 li ul,
#a680aae101a9a76 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a680aae101a9a76 li:hover > ul {
  left: auto;
}
#a680aae101a9a76 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3964a848ea9ce0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a3964a848ea9ce0 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a3964a848ea9ce0 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #27348b;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a3964a848ea9ce0 .menu-list > li > a {
  padding: 0 35px;
}
#a3964a848ea9ce0 .menu-list > li:hover:before {
  height: 100%;
}
#a3964a848ea9ce0 .menu-list > li:hover:after {
  color: auto;
}
#a3964a848ea9ce0 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #3a3a3a;
  font-weight: 400;
  content: "|";
}
#a3964a848ea9ce0 .menu-list > li:first-child:after {
  content: "";
}
#a3964a848ea9ce0 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a3964a848ea9ce0 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a3964a848ea9ce0 .menu-list > li ul li {
  position: relative;
}
#a3964a848ea9ce0 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 2px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 143px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a3964a848ea9ce0 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3a3a3a;
}
#a3964a848ea9ce0 .menu-list > li:hover > a {
  background-color: #27348b;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a3964a848ea9ce0 li ul li:hover > a {
  background-color: #46bfe4;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a3964a848ea9ce0 li ul,
#a3964a848ea9ce0 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a3964a848ea9ce0 li:hover > ul {
  left: auto;
}
#a3964a848ea9ce0 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4558aa755a73f4 form {
  width: 100%;
  height: 100%;
}
#a4558aa755a73f4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4558aa755a73f4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4558aa755a73f4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4558aa755a73f4 .search-box .search-type.show {
  display: block;
}
#a4558aa755a73f4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4558aa755a73f4 .search-box .search-type li:hover {
  color: #005fea;
}
#a4558aa755a73f4 .search-box .search-type li.active {
  color: #005fea;
}
#a4558aa755a73f4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #0c3c8e;
  border-right-color: #0c3c8e;
  border-left-color: #0c3c8e;
  border-bottom-color: #0c3c8e;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a4558aa755a73f4 .inner-form .input-field {
  height: 100%;
}
#a4558aa755a73f4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a4558aa755a73f4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a4558aa755a73f4 .inner-form .input-field.second-wrap {
  min-width: 67px;
}
#a4558aa755a73f4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #005fea;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 16px;
}
#a4558aa755a73f4 .btn-search:hover {
  background: #005fea;
}
#a4558aa755a73f4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a80cfaa561aba92 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af40aa7410ac857 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#abdcead330a41e5 .login-main {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(12, 1, 4, 0.05);
}
#abdcead330a41e5 .switch_item {
  margin-right: 10px;
}
#abdcead330a41e5 a.switch_item:hover {
  text-decoration: underline;
}
#abdcead330a41e5 .slider {
  width: 420px;
  height: 600px;
}
#abdcead330a41e5 .uk-slideshow-items {
  height: 100%;
}
#abdcead330a41e5 .uk-slideshow-items a {
  width: 100%;
  height: 100%;
  display: block;
}
#abdcead330a41e5 .login-wrap {
  width: 100%;
  height: 100%;
}
#abdcead330a41e5 .uk-dotnav > * > * {
  background: #fff;
  border-color: #fff;
  opacity: .5;
}
#abdcead330a41e5 .uk-dotnav > .uk-active > * {
  border-color: #0076fe;
  background: #0076fe;
}
#abdcead330a41e5 .phone-login-box {
  margin: 40px auto 40px;
}
#abdcead330a41e5 .login-header {
  margin-bottom: 24px;
}
#abdcead330a41e5 .login-header h4 {
  font-size: 22px;
  font-weight: bolder;
  line-height: 1;
  padding-left: 20px;
  border-left: 4px solid #0076fe;
}
#abdcead330a41e5 .input-item {
  width: 330px;
  height: 45px;
  background-color: #f0f2f7;
  border-radius: 22px;
  border: solid 1px #e3e8f0;
  position: relative;
  overflow: hidden;
}
#abdcead330a41e5 .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;
}
#abdcead330a41e5 .forget_password {
  cursor: pointer;
}
#abdcead330a41e5 .forget_password:hover {
  color: #353535;
}
#abdcead330a41e5 .input-item input.error,
#abdcead330a41e5 .input-item input.error::placeholder {
  color: #fc4343;
}
#abdcead330a41e5 .input-item input::placeholder {
  color: #999;
}
#abdcead330a41e5 .input-item .icon {
  position: absolute;
  left: 10px;
  top: 12px;
  fill: #ccc;
  width: 20px;
}
#abdcead330a41e5 .form-item {
  margin: 24px 0;
}
#abdcead330a41e5 .verifycode-input .input-item {
  width: 200px;
  float: left;
}
#abdcead330a41e5 .send-code {
  float: left;
  margin-left: 20px;
}
#abdcead330a41e5 .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;
}
#abdcead330a41e5 .submit {
  width: 330px;
  height: 45px;
  background-color: #0076fe;
  border-radius: 22px;
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  cursor: pointer;
}
#abdcead330a41e5 .error {
  color: #fc4343;
  font-size: 12px;
  padding-left: 10px;
  display: block;
  max-width: 300px;
}
#abdcead330a41e5 .login_btn_wrap {
  text-align: center;
}
#abdcead330a41e5 .login_btn_wrap .submit {
  display: block;
  margin-bottom: 10px;
}
#abdcead330a41e5 .input-item .pwd-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  font-size: 16px;
  color: #999;
  cursor: pointer;
}
#abdcead330a41e5 .input-item .pwd-toggle:hover {
  color: currentColor;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa84eaeeb9aefb5 .uk-card {
  background: rgba(102, 102, 102, 0.2);
}
#aa84eaeeb9aefb5.uk-section .uk-button-primary:hover {
  background-color: #020202;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2763a8ac1aa51b .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a680aae101a9a76 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a680aae101a9a76 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a680aae101a9a76 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #27348b;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a680aae101a9a76 .menu-list > li > a {
  padding: 0 35px;
}
#a680aae101a9a76 .menu-list > li:hover:before {
  height: 100%;
}
#a680aae101a9a76 .menu-list > li:hover:after {
  color: auto;
}
#a680aae101a9a76 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #3a3a3a;
  font-weight: 400;
  content: "|";
}
#a680aae101a9a76 .menu-list > li:first-child:after {
  content: "";
}
#a680aae101a9a76 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a680aae101a9a76 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a680aae101a9a76 .menu-list > li ul li {
  position: relative;
}
#a680aae101a9a76 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a680aae101a9a76 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3a3a3a;
}
#a680aae101a9a76 .menu-list > li:hover > a {
  background-color: #27348b;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a680aae101a9a76 li ul li:hover > a {
  background-color: #46bfe4;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a680aae101a9a76 li ul,
#a680aae101a9a76 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a680aae101a9a76 li:hover > ul {
  left: auto;
}
#a680aae101a9a76 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3964a848ea9ce0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a3964a848ea9ce0 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a3964a848ea9ce0 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #27348b;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a3964a848ea9ce0 .menu-list > li > a {
  padding: 0 35px;
}
#a3964a848ea9ce0 .menu-list > li:hover:before {
  height: 100%;
}
#a3964a848ea9ce0 .menu-list > li:hover:after {
  color: auto;
}
#a3964a848ea9ce0 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #3a3a3a;
  font-weight: 400;
  content: "|";
}
#a3964a848ea9ce0 .menu-list > li:first-child:after {
  content: "";
}
#a3964a848ea9ce0 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a3964a848ea9ce0 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a3964a848ea9ce0 .menu-list > li ul li {
  position: relative;
}
#a3964a848ea9ce0 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 2px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 143px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a3964a848ea9ce0 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3a3a3a;
}
#a3964a848ea9ce0 .menu-list > li:hover > a {
  background-color: #27348b;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a3964a848ea9ce0 li ul li:hover > a {
  background-color: #46bfe4;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a3964a848ea9ce0 li ul,
#a3964a848ea9ce0 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a3964a848ea9ce0 li:hover > ul {
  left: auto;
}
#a3964a848ea9ce0 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4558aa755a73f4 form {
  width: 100%;
  height: 100%;
}
#a4558aa755a73f4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4558aa755a73f4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4558aa755a73f4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4558aa755a73f4 .search-box .search-type.show {
  display: block;
}
#a4558aa755a73f4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4558aa755a73f4 .search-box .search-type li:hover {
  color: #005fea;
}
#a4558aa755a73f4 .search-box .search-type li.active {
  color: #005fea;
}
#a4558aa755a73f4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #0c3c8e;
  border-right-color: #0c3c8e;
  border-left-color: #0c3c8e;
  border-bottom-color: #0c3c8e;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a4558aa755a73f4 .inner-form .input-field {
  height: 100%;
}
#a4558aa755a73f4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a4558aa755a73f4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a4558aa755a73f4 .inner-form .input-field.second-wrap {
  min-width: 67px;
}
#a4558aa755a73f4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #005fea;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 16px;
}
#a4558aa755a73f4 .btn-search:hover {
  background: #005fea;
}
#a4558aa755a73f4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a80cfaa561aba92 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af40aa7410ac857 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2eccaf5f4a2acd .sidebar {
  width: 150px;
  max-width: 150px;
  height: 100%;
}
#a2eccaf5f4a2acd .nav-items {
  background: #fafafa;
  min-height: 200px;
}
#a2eccaf5f4a2acd .phone-info {
  background: #fafafa;
  margin-top: 10px;
  font-size: 12px;
  padding: 22px 4px 20px 16px;
  line-height: 1.5;
  color: #666;
}
#a2eccaf5f4a2acd .phone-info .phone {
  line-height: 1.5;
  color: #333;
  font-size: 18px;
  font-family: Arial;
}
#a2eccaf5f4a2acd .nav-type {
  line-height: 37px;
  padding-left: 20px;
  cursor: pointer;
}
#a2eccaf5f4a2acd .nav-type.active {
  color: #FFF;
  cursor: default;
  background: #ff658c;
}
#a2eccaf5f4a2acd .content {
  padding-bottom: 60px;
  color: #666;
  border: 1px solid #f0f0f0;
  min-height: 400px;
}
#a2eccaf5f4a2acd .nav-list {
  padding: 0 20px;
}
#a2eccaf5f4a2acd .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;
}
#a2eccaf5f4a2acd .nav-list .nav-item.active {
  background-color: #ff5c89;
  color: #fff;
  cursor: default;
}
#a2eccaf5f4a2acd .order-item {
  margin-top: 10px;
  background: #fff;
  padding: 0 20px;
}
#a2eccaf5f4a2acd .order-item:hover {
  background: #f7f7f7;
}
#a2eccaf5f4a2acd .del-order {
  cursor: pointer;
}
#a2eccaf5f4a2acd .order-item .order-title {
  line-height: 40px;
  color: #666;
  font-size: 13px;
  border-bottom: 1px solid #f7f7f7;
}
#a2eccaf5f4a2acd .goods-item {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
}
#a2eccaf5f4a2acd .order-goods-list .goods-item:last-child {
  border-bottom: none;
}
#a2eccaf5f4a2acd .goods-item img {
  width: 100px;
  height: 100px;
  background: #f4f4f4;
}
#a2eccaf5f4a2acd .goods-item .goods-info {
  padding: 0 15px;
}
#a2eccaf5f4a2acd .appoint-time span {
  color: #e4393c;
  background-color: #f9eeee;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 2px;
  line-height: 1;
}
#a2eccaf5f4a2acd .appoint-time {
  margin-bottom: 4px;
}
#a2eccaf5f4a2acd .appoint-name {
  color: #333;
  font-size: 14px;
}
#a2eccaf5f4a2acd .appoint-info {
  padding: 0 15px;
  font-size: 12px;
  color: #888;
}
#a2eccaf5f4a2acd .goods-item .goods-name {
  color: #333;
}
#a2eccaf5f4a2acd .goods-item .sku-name {
  color: #999;
  font-size: 12px;
}
#a2eccaf5f4a2acd .order-total-info {
  padding-bottom: 10px;
  color: #999;
  font-size: 12px;
}
#a2eccaf5f4a2acd .order-total-info .total-price {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
}
#a2eccaf5f4a2acd .load-more {
  font-size: 12px;
  padding-bottom: 15px;
  color: #999;
}
#a2eccaf5f4a2acd .order-btns {
  padding: 10px 0;
  border-top: 1px solid #f7f7f7;
}
#a2eccaf5f4a2acd .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;
}
#a2eccaf5f4a2acd .order-btns .btn-warn {
  color: #fff;
  background: #eb3c3c;
  border-color: #eb3c3c;
  cursor: pointer;
}
#a2eccaf5f4a2acd .appoint-info .title {
  font-weight: bold;
  color: #333;
}
#a2eccaf5f4a2acd .coupon-item {
  margin: 10px 30px;
  display: inline-flex;
  width: 42%;
}
#a2eccaf5f4a2acd .setting-form {
  padding: 30px 20px;
}
#a2eccaf5f4a2acd .setting-item {
  margin-bottom: 20px;
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
#a2eccaf5f4a2acd .setting-item .label {
  display: inline-block;
  margin-right: 6px;
  text-align: right;
  min-width: 120px;
}
#a2eccaf5f4a2acd .setting-item .input-text {
  border: 1px solid #ccc;
  line-height: 28px;
  padding: 0 10px;
  min-width: 200px;
  font-size: 13px;
}
#a2eccaf5f4a2acd .setting-form .setting-btns {
  margin-left: 130px;
}
#a2eccaf5f4a2acd .setting-form .uk-button {
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
}
#a2eccaf5f4a2acd .setting-wrap {
  position: relative;
}
#a2eccaf5f4a2acd .user-info {
  border: 1px solid #ccc;
  width: 300px;
  position: absolute;
  right: 80px;
  top: 30px;
  color: #666;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
}
#a2eccaf5f4a2acd .user-info .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
#a2eccaf5f4a2acd .user-info .levels {
  color: #888;
  font-size: 12px;
}
#a2eccaf5f4a2acd .address-wrap {
  padding: 30px 20px;
}
#a2eccaf5f4a2acd .addr-header {
  font-size: 18px;
  color: #333;
  margin: 0;
}
#a2eccaf5f4a2acd .addr-detail {
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
}
#a2eccaf5f4a2acd .addr-list {
  min-height: 200px;
}
#a2eccaf5f4a2acd .addr-detail .addr-item-name,
#a2eccaf5f4a2acd .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;
}
#a2eccaf5f4a2acd .addr-detail .addr-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
#a2eccaf5f4a2acd .addr-detail .addr-item-name {
  color: #e93b3d;
  border-color: #e93b3d;
}
#a2eccaf5f4a2acd .addr-detail {
  padding: 12px 0;
  flex: 1;
}
#a2eccaf5f4a2acd .op-btns a {
  font-size: 12px;
  color: #e93b3d;
  margin-left: 6px;
}
#a2eccaf5f4a2acd .add-addr {
  height: 32px;
  line-height: 30px;
}
#a2eccaf5f4a2acd .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;
}
#a2eccaf5f4a2acd .publish-item {
  cursor: default;
  min-height: 120px;
}
#a2eccaf5f4a2acd .publish-item .status-0 {
  background-image: url(/resources/sys/img/icons/info-unread.png);
}
#a2eccaf5f4a2acd .publish-item .status-1 {
  background-image: url(/resources/sys/img/icons/info-fail.png);
}
#a2eccaf5f4a2acd .publish-item .btns a {
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 2px;
  color: #fff;
  background: #353535;
}
#a2eccaf5f4a2acd .publish-item .btns .del-info {
  background: #ccc;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa84eaeeb9aefb5 .uk-card {
  background: rgba(102, 102, 102, 0.2);
}
#aa84eaeeb9aefb5.uk-section .uk-button-primary:hover {
  background-color: #020202;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab914a4dbda74db .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a680aae101a9a76 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a680aae101a9a76 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a680aae101a9a76 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #27348b;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a680aae101a9a76 .menu-list > li > a {
  padding: 0 35px;
}
#a680aae101a9a76 .menu-list > li:hover:before {
  height: 100%;
}
#a680aae101a9a76 .menu-list > li:hover:after {
  color: auto;
}
#a680aae101a9a76 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #3a3a3a;
  font-weight: 400;
  content: "|";
}
#a680aae101a9a76 .menu-list > li:first-child:after {
  content: "";
}
#a680aae101a9a76 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a680aae101a9a76 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a680aae101a9a76 .menu-list > li ul li {
  position: relative;
}
#a680aae101a9a76 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a680aae101a9a76 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3a3a3a;
}
#a680aae101a9a76 .menu-list > li:hover > a {
  background-color: #27348b;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a680aae101a9a76 li ul li:hover > a {
  background-color: #46bfe4;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a680aae101a9a76 li ul,
#a680aae101a9a76 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a680aae101a9a76 li:hover > ul {
  left: auto;
}
#a680aae101a9a76 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3964a848ea9ce0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a3964a848ea9ce0 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a3964a848ea9ce0 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #27348b;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a3964a848ea9ce0 .menu-list > li > a {
  padding: 0 35px;
}
#a3964a848ea9ce0 .menu-list > li:hover:before {
  height: 100%;
}
#a3964a848ea9ce0 .menu-list > li:hover:after {
  color: auto;
}
#a3964a848ea9ce0 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #3a3a3a;
  font-weight: 400;
  content: "|";
}
#a3964a848ea9ce0 .menu-list > li:first-child:after {
  content: "";
}
#a3964a848ea9ce0 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a3964a848ea9ce0 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a3964a848ea9ce0 .menu-list > li ul li {
  position: relative;
}
#a3964a848ea9ce0 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 2px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 143px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a3964a848ea9ce0 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3a3a3a;
}
#a3964a848ea9ce0 .menu-list > li:hover > a {
  background-color: #27348b;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a3964a848ea9ce0 li ul li:hover > a {
  background-color: #46bfe4;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a3964a848ea9ce0 li ul,
#a3964a848ea9ce0 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a3964a848ea9ce0 li:hover > ul {
  left: auto;
}
#a3964a848ea9ce0 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4558aa755a73f4 form {
  width: 100%;
  height: 100%;
}
#a4558aa755a73f4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4558aa755a73f4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4558aa755a73f4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4558aa755a73f4 .search-box .search-type.show {
  display: block;
}
#a4558aa755a73f4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4558aa755a73f4 .search-box .search-type li:hover {
  color: #005fea;
}
#a4558aa755a73f4 .search-box .search-type li.active {
  color: #005fea;
}
#a4558aa755a73f4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #0c3c8e;
  border-right-color: #0c3c8e;
  border-left-color: #0c3c8e;
  border-bottom-color: #0c3c8e;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a4558aa755a73f4 .inner-form .input-field {
  height: 100%;
}
#a4558aa755a73f4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a4558aa755a73f4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a4558aa755a73f4 .inner-form .input-field.second-wrap {
  min-width: 67px;
}
#a4558aa755a73f4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #005fea;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 16px;
}
#a4558aa755a73f4 .btn-search:hover {
  background: #005fea;
}
#a4558aa755a73f4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a80cfaa561aba92 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af40aa7410ac857 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a54ecadc81a9ae3 {
  min-height: 90vh;
  /* mobile */
}
#a54ecadc81a9ae3 .search-highlight {
  background: yellow;
}
#a54ecadc81a9ae3 .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a54ecadc81a9ae3 .el-title {
  margin-bottom: 20px;
}
#a54ecadc81a9ae3 .el-item:hover .el-title {
  color: #0f6ecd;
}
#a54ecadc81a9ae3 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a54ecadc81a9ae3 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a54ecadc81a9ae3 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a54ecadc81a9ae3 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a54ecadc81a9ae3 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a54ecadc81a9ae3 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a54ecadc81a9ae3 .el-title {
    margin-bottom: 0;
  }
  #a54ecadc81a9ae3 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a54ecadc81a9ae3 .category {
    font-size: 12px;
  }
  #a54ecadc81a9ae3 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa84eaeeb9aefb5 .uk-card {
  background: rgba(102, 102, 102, 0.2);
}
#aa84eaeeb9aefb5.uk-section .uk-button-primary:hover {
  background-color: #020202;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a438ba9e1ba1743 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a680aae101a9a76 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a680aae101a9a76 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a680aae101a9a76 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #27348b;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a680aae101a9a76 .menu-list > li > a {
  padding: 0 35px;
}
#a680aae101a9a76 .menu-list > li:hover:before {
  height: 100%;
}
#a680aae101a9a76 .menu-list > li:hover:after {
  color: auto;
}
#a680aae101a9a76 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #3a3a3a;
  font-weight: 400;
  content: "|";
}
#a680aae101a9a76 .menu-list > li:first-child:after {
  content: "";
}
#a680aae101a9a76 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a680aae101a9a76 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a680aae101a9a76 .menu-list > li ul li {
  position: relative;
}
#a680aae101a9a76 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a680aae101a9a76 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3a3a3a;
}
#a680aae101a9a76 .menu-list > li:hover > a {
  background-color: #27348b;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a680aae101a9a76 li ul li:hover > a {
  background-color: #46bfe4;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a680aae101a9a76 li ul,
#a680aae101a9a76 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a680aae101a9a76 li:hover > ul {
  left: auto;
}
#a680aae101a9a76 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3964a848ea9ce0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a3964a848ea9ce0 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a3964a848ea9ce0 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #27348b;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a3964a848ea9ce0 .menu-list > li > a {
  padding: 0 35px;
}
#a3964a848ea9ce0 .menu-list > li:hover:before {
  height: 100%;
}
#a3964a848ea9ce0 .menu-list > li:hover:after {
  color: auto;
}
#a3964a848ea9ce0 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #3a3a3a;
  font-weight: 400;
  content: "|";
}
#a3964a848ea9ce0 .menu-list > li:first-child:after {
  content: "";
}
#a3964a848ea9ce0 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a3964a848ea9ce0 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a3964a848ea9ce0 .menu-list > li ul li {
  position: relative;
}
#a3964a848ea9ce0 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 2px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 143px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a3964a848ea9ce0 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3a3a3a;
}
#a3964a848ea9ce0 .menu-list > li:hover > a {
  background-color: #27348b;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a3964a848ea9ce0 li ul li:hover > a {
  background-color: #46bfe4;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a3964a848ea9ce0 li ul,
#a3964a848ea9ce0 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a3964a848ea9ce0 li:hover > ul {
  left: auto;
}
#a3964a848ea9ce0 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4558aa755a73f4 form {
  width: 100%;
  height: 100%;
}
#a4558aa755a73f4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4558aa755a73f4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4558aa755a73f4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4558aa755a73f4 .search-box .search-type.show {
  display: block;
}
#a4558aa755a73f4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4558aa755a73f4 .search-box .search-type li:hover {
  color: #005fea;
}
#a4558aa755a73f4 .search-box .search-type li.active {
  color: #005fea;
}
#a4558aa755a73f4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #0c3c8e;
  border-right-color: #0c3c8e;
  border-left-color: #0c3c8e;
  border-bottom-color: #0c3c8e;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a4558aa755a73f4 .inner-form .input-field {
  height: 100%;
}
#a4558aa755a73f4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a4558aa755a73f4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a4558aa755a73f4 .inner-form .input-field.second-wrap {
  min-width: 67px;
}
#a4558aa755a73f4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #005fea;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 16px;
}
#a4558aa755a73f4 .btn-search:hover {
  background: #005fea;
}
#a4558aa755a73f4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a80cfaa561aba92 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af40aa7410ac857 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af1f1a3574a8b35 .comment-detail {
  min-height: 600px;
}
#af1f1a3574a8b35 table {
  background: #f9fdff;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#af1f1a3574a8b35 table th,
#af1f1a3574a8b35 table td {
  padding: 10px 20px;
  border: #ececec 1px solid;
  line-height: 1.8em;
}
#af1f1a3574a8b35 table th {
  padding-left: 0;
  text-align: right;
  background: #eff7fe;
  font-weight: normal;
  color: #333;
}
#af1f1a3574a8b35 .red {
  color: #F00!important;
}
#af1f1a3574a8b35 .table-title span {
  display: inline-block;
  padding: 0 40px;
  line-height: 40px;
  color: #274589;
  font-size: 16px;
  font-weight: bold;
  background: url(/resources/sys/img/icons/title_icon.png) 0 center no-repeat;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa84eaeeb9aefb5 .uk-card {
  background: rgba(102, 102, 102, 0.2);
}
#aa84eaeeb9aefb5.uk-section .uk-button-primary:hover {
  background-color: #020202;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a042ba836ba37bf .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a680aae101a9a76 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a680aae101a9a76 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a680aae101a9a76 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #27348b;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a680aae101a9a76 .menu-list > li > a {
  padding: 0 35px;
}
#a680aae101a9a76 .menu-list > li:hover:before {
  height: 100%;
}
#a680aae101a9a76 .menu-list > li:hover:after {
  color: auto;
}
#a680aae101a9a76 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #3a3a3a;
  font-weight: 400;
  content: "|";
}
#a680aae101a9a76 .menu-list > li:first-child:after {
  content: "";
}
#a680aae101a9a76 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a680aae101a9a76 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a680aae101a9a76 .menu-list > li ul li {
  position: relative;
}
#a680aae101a9a76 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a680aae101a9a76 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3a3a3a;
}
#a680aae101a9a76 .menu-list > li:hover > a {
  background-color: #27348b;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a680aae101a9a76 li ul li:hover > a {
  background-color: #46bfe4;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a680aae101a9a76 li ul,
#a680aae101a9a76 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a680aae101a9a76 li:hover > ul {
  left: auto;
}
#a680aae101a9a76 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3964a848ea9ce0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a3964a848ea9ce0 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a3964a848ea9ce0 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #27348b;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a3964a848ea9ce0 .menu-list > li > a {
  padding: 0 35px;
}
#a3964a848ea9ce0 .menu-list > li:hover:before {
  height: 100%;
}
#a3964a848ea9ce0 .menu-list > li:hover:after {
  color: auto;
}
#a3964a848ea9ce0 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #3a3a3a;
  font-weight: 400;
  content: "|";
}
#a3964a848ea9ce0 .menu-list > li:first-child:after {
  content: "";
}
#a3964a848ea9ce0 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a3964a848ea9ce0 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a3964a848ea9ce0 .menu-list > li ul li {
  position: relative;
}
#a3964a848ea9ce0 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 2px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 143px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a3964a848ea9ce0 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3a3a3a;
}
#a3964a848ea9ce0 .menu-list > li:hover > a {
  background-color: #27348b;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a3964a848ea9ce0 li ul li:hover > a {
  background-color: #46bfe4;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a3964a848ea9ce0 li ul,
#a3964a848ea9ce0 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a3964a848ea9ce0 li:hover > ul {
  left: auto;
}
#a3964a848ea9ce0 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4558aa755a73f4 form {
  width: 100%;
  height: 100%;
}
#a4558aa755a73f4 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a4558aa755a73f4 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a4558aa755a73f4 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a4558aa755a73f4 .search-box .search-type.show {
  display: block;
}
#a4558aa755a73f4 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a4558aa755a73f4 .search-box .search-type li:hover {
  color: #005fea;
}
#a4558aa755a73f4 .search-box .search-type li.active {
  color: #005fea;
}
#a4558aa755a73f4 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #0c3c8e;
  border-right-color: #0c3c8e;
  border-left-color: #0c3c8e;
  border-bottom-color: #0c3c8e;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a4558aa755a73f4 .inner-form .input-field {
  height: 100%;
}
#a4558aa755a73f4 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a4558aa755a73f4 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a4558aa755a73f4 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a4558aa755a73f4 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a4558aa755a73f4 .inner-form .input-field.second-wrap {
  min-width: 67px;
}
#a4558aa755a73f4 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #005fea;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 16px;
}
#a4558aa755a73f4 .btn-search:hover {
  background: #005fea;
}
#a4558aa755a73f4 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a80cfaa561aba92 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}