.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: #1e87f0;
  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: #1e87f0;
  text-shadow: none;
}
::selection {
  background: #1e87f0;
  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 #1e87f0;
}
/* Small
   ========================================================================== */
/*
   * Reset child height, caused by `inline-block`
   */
.uk-divider-small {
  line-height: 0;
}
.uk-divider-small::after {
  border-top: 2px solid #1e87f0;
}
/* ========================================================================
     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: #1e87f0;
  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: #1e87f0;
  outline: none;
}
/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #1e87f0;
  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: #1e87f0;
  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: #1e87f0;
}
/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: #1e87f0;
  color: #ffffff;
}
/*
   * Primary
   */
.uk-button-primary {
  background-color: #1e87f0;
  color: #ffffff;
}
/* Hover + Focus */
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #222222;
  color: #ffffff;
}
/* OnClick + Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-button-secondary {
  color: #666;
  border: 1px solid #222222;
}
/* OnClick + Active */
.uk-button-secondary:active,
.uk-button-secondary.uk-active {
  background-color: #1e87f0;
  color: #ffffff;
  border-color: #1e87f0;
}
/*
   * 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: #1e87f0;
}
/* 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: #1e87f0;
}
/* 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: #1e87f0;
}
/*
   * Secondary
   */
.uk-section-secondary,
.ap-container-secondary .uk-container {
  background: #222222;
}
.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: #1e87f0;
}
/*
   * Secondary
   */
.uk-tile-secondary {
  background: #222222;
}
/* ========================================================================
     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: #1e87f0;
  color: #ffffff;
}
.uk-card-primary .uk-card-title {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-card-secondary {
  background: #222222;
  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: #1e87f0;
  background-color: transparent;
}
/* ========================================================================
     Component: Marker
   ========================================================================== */
/*
   * Addopts `uk-icon`
   */
.uk-marker {
  padding: 5px;
  background: #222222;
  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: #1e87f0;
}
/*
   * 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: #1e87f0;
  color: #ffffff;
}
/*
   * Required for `a`
   */
.uk-badge:hover,
.uk-badge:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
/* ========================================================================
     Component: Label
   ========================================================================== */
.uk-label {
  background: #1e87f0;
  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: #1e87f0;
  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: #1e87f0;
}
/* 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: #1e87f0;
  outline: none;
}
.uk-navbar-nav > li > a:hover::before {
  background-color: currentColor;
}
/* OnClick */
.uk-navbar-nav > li.uk-active > a::before {
  background-color: #1e87f0;
}
/* Item
   ========================================================================== */
.uk-navbar-item {
  color: #666;
}
/* Toggle
   ========================================================================== */
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus,
.uk-navbar-toggle.uk-open {
  color: #1e87f0;
}
/* 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: #1e87f0;
  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: #1e87f0;
  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: #1e87f0;
  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: #1e87f0;
}
/* 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: #1e87f0;
  border-color: transparent;
}
/* Active */
.uk-dotnav > .uk-active > * {
  background-color: #1e87f0;
  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: #1e87f0;
}
/*
   * 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: #1e87f0;
}
/* 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: #1e87f0;
}
/*
   * 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: #1e87f0;
  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: #1e87f0;
}
.uk-progress::-moz-progress-bar {
  background-color: #1e87f0;
}
.uk-progress::-ms-fill {
  background-color: #1e87f0;
}
/* ========================================================================
     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: #1e87f0 !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: #1e87f0 !important;
}
@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #1e87f0;
  }
}
/* ========================================================================
     Component: Background
   ========================================================================== */
/* Color
   ========================================================================== */
.uk-background-default {
  background-color: #ffffff;
}
.uk-background-muted {
  background-color: #f8f8f8;
}
.uk-background-primary {
  background-color: #1e87f0;
}
.uk-background-secondary {
  background-color: #222222;
}
/* ========================================================================
     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: #1e87f0;
  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: #1e87f0;
  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: #1e87f0;
  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: #1e87f0;
}
.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: #1e87f0;
}
.uk-section-muted .uk-navbar-container.uk-navbar-sticky {
  background-color: #f8f8f8;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #1e87f0;
}
.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: #1e87f0;
  border-color: #1e87f0;
}
.category .uk-pagination li:hover,
.ap-pagination li:hover,
.dynamic-pagination li:hover {
  border-color: #1e87f0;
}
/* ========================================================================
   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: #0e6dcd;
}
.ap-list-filter dd a.active {
  background-color: #1e87f0;
  color: #fff;
  border-radius: 2px;
}
.ap-filter-dropdown .filter-item-wrap.open,
.ap-filter-dropdown .filter-item.active {
  color: #1e87f0;
}
.category li a.active {
  color: #1e87f0;
}
.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: #1e87f0;
}
.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: #1e87f0;
  border: 1px solid rgba(30, 135, 240, 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: #1e87f0;
}
form .step .ui-step.active .ui-step-title {
  color: #1e87f0;
}
/**************** 自定义版块样式 ********************/
.btn-effect-1 {
  border-color: #1e87f0;
  background-color: #1e87f0;
  color: #fff;
}
.header-effect-6 [data-item='title']::before {
  background-color: #1e87f0;
}
.header-effect-7 [data-item='subTitle'] {
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  background-color: #1e87f0;
  color: #fff !important;
}
.btn-effect-2 {
  background-color: transparent;
  border: 1px solid #1e87f0;
  color: #1e87f0;
}
.btn-effect-2:hover {
  background-color: #1e87f0;
}
.uk-button.btn-effect-5 {
  background-color: #1e87f0;
  box-shadow: 0 0 15px rgba(30, 135, 240, 0.8);
}
.header-effect-3 [data-item='title']::after {
  background: #1e87f0;
}
.header-effect-6 [data-item='title']::before {
  background-color: #1e87f0;
}
#ac947ab899a883f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ad8f2a4b7aa6466 .sidebar {
  width: 300px;
  margin-left: 20px;
}
#ad8f2a4b7aa6466 .sidebar.left {
  margin-left: 0;
  margin-right: 20px;
}
@media (max-width: 640px) {
  #ad8f2a4b7aa6466 .sidebar {
    width: 100%;
    margin: 0 0 15px;
  }
}
#ad8f2a4b7aa6466 .data-list .uk-card {
  cursor: pointer !important;
}
#ad8f2a4b7aa6466 .data-list .uk-card img {
  max-height: 300px;
}
#ad8f2a4b7aa6466 .data-list .uk-card:hover {
  background: #fafafa;
}
#ad8f2a4b7aa6466 .data-list .uk-card:hover .uk-h4 {
  color: #0f6ecd;
}
#ad8f2a4b7aa6466 .data-list .uk-card .uk-card-media-left img {
  transition: all .3s ease;
}
#ad8f2a4b7aa6466 .data-list .uk-card .uk-card-media-left:hover img {
  transform: scale(1.05);
}
#ad8f2a4b7aa6466 .data-list .uk-card-media-left {
  border-radius: 4px;
  overflow: hidden;
}
#ad8f2a4b7aa6466 .search-form {
  position: relative;
  overflow: hidden;
  background: #fff;
  display: block;
}
#ad8f2a4b7aa6466 .search-form input.search-input {
  width: 100%;
  height: 34px;
  padding: 5px 52px 5px 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #efefef;
}
#ad8f2a4b7aa6466 .search-form .submit {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  width: 42px;
  height: 34px;
  padding: 0;
  font-family: FontAwesome;
  content: '\f13d';
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background-color: #1e87f0;
  cursor: pointer;
}
#ad8f2a4b7aa6466 .uk-card .category {
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 5px 6px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  background-color: #000;
  filter: alpha(opacity=60);
  background: rgba(0, 0, 0, 0.6);
  border-radius: 2px;
  transition: all .3s ease;
}
#ad8f2a4b7aa6466 .uk-card .category:hover {
  background: #1e87f0;
}
#ad8f2a4b7aa6466 .accordion-menu {
  width: 100%;
}
#ad8f2a4b7aa6466 .accordion-menu ul ul.submenu,
#ad8f2a4b7aa6466 .accordion-menu ul ul.submenu li ul.submenu {
  background: transparent;
}
#ad8f2a4b7aa6466 .accordion-menu-header {
  padding: 10px 10px 0;
  border-bottom: 1px solid #ececec;
}
#ad8f2a4b7aa6466 .accordion-menu ul li a {
  margin-bottom: 1px;
  color: #555;
  display: block;
  width: 100%;
  padding: 0 40px;
  line-height: 40px;
  background: #ececec;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: color .2s linear,background .2s linear;
  font-size: 13px;
  border: none;
}
#ad8f2a4b7aa6466 .accordion-menu > ul > li > a {
  background: #fff;
  font-size: 14px;
  border-bottom: 1px solid #ececec;
}
#ad8f2a4b7aa6466 .accordion-menu .menu-item.active > a {
  background: #1e87f0;
  color: #fff;
}
#ad8f2a4b7aa6466 .accordion-menu li a:hover {
  background-color: #1e87f0;
  color: #fff;
  border: none;
}
#ad8f2a4b7aa6466 .accordion-menu .submenu-indicator {
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  line-height: 40px;
  padding: 0 20px;
  right: 0;
}
#ad8f2a4b7aa6466 .phone {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
#ad8f2a4b7aa6466 .hot-list,
#ad8f2a4b7aa6466 .new-list {
  padding: 12px;
}
#ad8f2a4b7aa6466 .new-list a:hover,
#ad8f2a4b7aa6466 .hot-list a:hover {
  color: #0f6ecd;
}
#ad8f2a4b7aa6466 .hot-item .thumb {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
#ad8f2a4b7aa6466 .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#ad8f2a4b7aa6466 .hot-item:hover a {
  color: #0f6ecd;
}
#ad8f2a4b7aa6466 .panel-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#ad8f2a4b7aa6466 .panel-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #1e87f0;
  content: "";
}
#ad8f2a4b7aa6466 .content-header {
  padding-bottom: 10px;
}
#ad8f2a4b7aa6466 .item-title {
  color: #333;
}
#ad8f2a4b7aa6466 input::placeholder {
  color: #999;
}
#ad8f2a4b7aa6466 .datetime {
  color: #999;
}
#ad8f2a4b7aa6466 .new-item a {
  padding-left: 25px;
}
#ad8f2a4b7aa6466 .new-item span {
  background-color: #f0f0f0;
  display: inline-block;
  font-size: 13px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #999;
  text-align: center;
  position: absolute;
  left: 0;
  top: 3px;
}
#a9397aaf0aa85cf .uk-container {
  line-height: 2;
  color: #999;
}
#a9d22ae616a0174 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d22ae616a0174 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d22ae616a0174 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
}
#a9d22ae616a0174 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #4a4a4a;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d22ae616a0174 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d53216;
}
#a9d22ae616a0174 .menu-list > li.active > a:before,
#a9d22ae616a0174 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d22ae616a0174 .menu-list > li ul li {
  position: relative;
}
#a9d22ae616a0174 .menu-list > li ul li:hover > a {
  color: #d53216;
}
#a9d22ae616a0174 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: null;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a9d22ae616a0174 .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d53216;
}
#a9d22ae616a0174 .menu-list li ul li a:active,
#a9d22ae616a0174 .menu-list li ul li a.active,
#a9d22ae616a0174 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a9d22ae616a0174 .menu-list li ul,
#a9d22ae616a0174 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a9d22ae616a0174 .menu-list li ul.menu-b > li,
#a9d22ae616a0174 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d22ae616a0174 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d22ae616a0174 .menu-list li:hover > ul {
  display: block;
}
#a9d22ae616a0174 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6311abebfacbb8 .ele-wrap {color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(213, 50, 22, 1);border-radius: 25px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#a6311abebfacbb8 .ele-wrap:hover {background-color: #509c49;background-color: rgba(228, 54, 24, 1);}#ad8f2a4b7aa6466 [data-item*=".abstract"], #ad8f2a4b7aa6466 [data-item*=".abstract"] a {show: true;}#ad8f2a4b7aa6466 [data-item*=".subTitle"], #ad8f2a4b7aa6466 [data-item*=".subTitle"] a {show: true;}#ad8f2a4b7aa6466 [data-item*=".category"], #ad8f2a4b7aa6466 [data-item*=".category"] a {show: true;}#ad1f8ab077a64c7 .img-wrap {
  box-shadow: NaNpx NaNpx 0px 0px #ffffff;
}
#a163ba0ccca5f96 > .ele-wrap {background-color: rgba(238, 235, 235, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa079a1e9dad919 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8077ab653a9148 [data-item="undefined"] {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2ae5a1f3ea0c04 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ac4efaf374a24b3 .layer img {
  display: inline-block;
  position: absolute;
}
#ac4efaf374a24b3 .layer {
  width: 100%;
  height: 100%;
}
#af4a2a74eba144e .sidebar {
  width: 300px;
  margin-left: 20px;
}
#af4a2a74eba144e .sidebar.left {
  margin-left: 0;
  margin-right: 20px;
}
#af4a2a74eba144e .abstract {
  white-space: pre-wrap;
}
@media (max-width: 640px) {
  #af4a2a74eba144e .sidebar {
    width: 100%;
    margin: 0 0 15px;
  }
  #af4a2a74eba144e .uk-container {
    padding: 0;
  }
  #af4a2a74eba144e .sidebar {
    padding: 10px;
  }
}
#af4a2a74eba144e .search-form {
  position: relative;
  overflow: hidden;
  background: #fff;
  display: block;
}
#af4a2a74eba144e .search-form .search-input {
  width: 100%;
  height: 34px;
  padding: 5px 52px 5px 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #efefef;
}
#af4a2a74eba144e .search-form .submit {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  width: 42px;
  height: 34px;
  padding: 0;
  font-family: FontAwesome;
  content: '\f13d';
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background-color: #1e87f0;
  cursor: pointer;
}
#af4a2a74eba144e .content-tags a {
  display: inline-block;
  margin: 0 10px 5px 0;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 1.2;
  color: #666;
  border: 1px solid #999;
  border-radius: 3px;
  transition: all .3s ease;
}
#af4a2a74eba144e .content-tags a:hover {
  background: #1e87f0;
  color: #fff;
  border-color: #1e87f0;
}
#af4a2a74eba144e .abstract,
#af4a2a74eba144e .copyright {
  margin: 15px 0;
  font-size: 14px;
  line-height: 1.6;
  color: #999;
  border: 1px solid #efefef;
  background: #fbfbfb;
  border-radius: 3px;
}
#af4a2a74eba144e .copyright a {
  color: #999;
  word-break: break-all;
}
#af4a2a74eba144e .detail-content {
  font-size: 16px;
  color: #444;
}
#af4a2a74eba144e .detail-content img {
  margin-bottom: 10px;
}
#af4a2a74eba144e .detail-content table {
  font-size: 13px;
}
#af4a2a74eba144e .phone {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
#af4a2a74eba144e .hot-list,
#af4a2a74eba144e .new-list {
  padding: 12px;
}
#af4a2a74eba144e .new-list a:hover,
#af4a2a74eba144e .hot-list a:hover {
  color: #0f6ecd;
}
#af4a2a74eba144e .hot-item .thumb {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
#af4a2a74eba144e .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#af4a2a74eba144e .hot-item:hover a {
  color: #0f6ecd;
}
#af4a2a74eba144e .panel-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#af4a2a74eba144e .panel-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #1e87f0;
  content: "";
}
#af4a2a74eba144e .content-header {
  padding-bottom: 10px;
}
#af4a2a74eba144e .item-title {
  color: #333;
}
#af4a2a74eba144e input::placeholder {
  color: #999;
}
#af4a2a74eba144e .datetime {
  color: #999;
}
#af4a2a74eba144e .new-item a {
  padding-left: 25px;
}
#af4a2a74eba144e .new-item span {
  background-color: #f0f0f0;
  display: inline-block;
  font-size: 13px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #999;
  text-align: center;
  position: absolute;
  left: 0;
  top: 3px;
}
#af4a2a74eba144e .siblings a {
  color: #444;
  line-height: 2;
}
#af4a2a74eba144e .siblings a:hover {
  color: #0f6ecd;
}
#abbdcac7f3a2679 .uk-container {
  line-height: 2;
  color: #999;
}
#a9d22ae616a0174 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d22ae616a0174 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d22ae616a0174 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
}
#a9d22ae616a0174 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #4a4a4a;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d22ae616a0174 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d53216;
}
#a9d22ae616a0174 .menu-list > li.active > a:before,
#a9d22ae616a0174 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d22ae616a0174 .menu-list > li ul li {
  position: relative;
}
#a9d22ae616a0174 .menu-list > li ul li:hover > a {
  color: #d53216;
}
#a9d22ae616a0174 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: null;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a9d22ae616a0174 .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d53216;
}
#a9d22ae616a0174 .menu-list li ul li a:active,
#a9d22ae616a0174 .menu-list li ul li a.active,
#a9d22ae616a0174 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a9d22ae616a0174 .menu-list li ul,
#a9d22ae616a0174 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a9d22ae616a0174 .menu-list li ul.menu-b > li,
#a9d22ae616a0174 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d22ae616a0174 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d22ae616a0174 .menu-list li:hover > ul {
  display: block;
}
#a9d22ae616a0174 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6311abebfacbb8 .ele-wrap {color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(213, 50, 22, 1);border-radius: 25px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#a6311abebfacbb8 .ele-wrap:hover {background-color: #509c49;background-color: rgba(228, 54, 24, 1);}#ad1f8ab077a64c7 .img-wrap {
  box-shadow: NaNpx NaNpx 0px 0px #ffffff;
}
#a163ba0ccca5f96 > .ele-wrap {background-color: rgba(238, 235, 235, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa079a1e9dad919 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae349a4412a4a9f [data-item="undefined"] {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2f14a6c1ea5a96 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5912a6d41aaf70 .layer img {
  display: inline-block;
  position: absolute;
}
#a5912a6d41aaf70 .layer {
  width: 100%;
  height: 100%;
}
#a94b9afa3eabf18 {
  min-height: 300px;
}
#ad3c7a9478aec04 .uk-container {
  line-height: 2;
  color: #999;
}
#a9d22ae616a0174 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d22ae616a0174 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d22ae616a0174 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
}
#a9d22ae616a0174 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #4a4a4a;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d22ae616a0174 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d53216;
}
#a9d22ae616a0174 .menu-list > li.active > a:before,
#a9d22ae616a0174 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d22ae616a0174 .menu-list > li ul li {
  position: relative;
}
#a9d22ae616a0174 .menu-list > li ul li:hover > a {
  color: #d53216;
}
#a9d22ae616a0174 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: null;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a9d22ae616a0174 .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d53216;
}
#a9d22ae616a0174 .menu-list li ul li a:active,
#a9d22ae616a0174 .menu-list li ul li a.active,
#a9d22ae616a0174 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a9d22ae616a0174 .menu-list li ul,
#a9d22ae616a0174 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a9d22ae616a0174 .menu-list li ul.menu-b > li,
#a9d22ae616a0174 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d22ae616a0174 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d22ae616a0174 .menu-list li:hover > ul {
  display: block;
}
#a9d22ae616a0174 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6311abebfacbb8 .ele-wrap {color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(213, 50, 22, 1);border-radius: 25px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#a6311abebfacbb8 .ele-wrap:hover {background-color: #509c49;background-color: rgba(228, 54, 24, 1);}#abbfca9cb2ab704 {
  overflow: hidden;
}
#abbfca9cb2ab704 , #abbfca9cb2ab704 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 46px;text-align: center;font-family: inherit;color: rgba(247, 247, 247, 1);}#a2258ae5e6a9b72 {
  overflow: hidden;
}
#a2258ae5e6a9b72 , #a2258ae5e6a9b72 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#ac589aa2e2aa5b9 .inner-detail {
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
}
#ad1f8ab077a64c7 .img-wrap {
  box-shadow: NaNpx NaNpx 0px 0px #ffffff;
}
#a163ba0ccca5f96 > .ele-wrap {background-color: rgba(238, 235, 235, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa079a1e9dad919 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac4d3a2f9fa9e2f [data-item="undefined"] {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2ae5a1f3ea0c04 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5355a21e5a2460 .uk-container {
  line-height: 2;
  color: #999;
}
#a9d22ae616a0174 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d22ae616a0174 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d22ae616a0174 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
}
#a9d22ae616a0174 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #4a4a4a;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d22ae616a0174 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d53216;
}
#a9d22ae616a0174 .menu-list > li.active > a:before,
#a9d22ae616a0174 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d22ae616a0174 .menu-list > li ul li {
  position: relative;
}
#a9d22ae616a0174 .menu-list > li ul li:hover > a {
  color: #d53216;
}
#a9d22ae616a0174 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: null;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a9d22ae616a0174 .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d53216;
}
#a9d22ae616a0174 .menu-list li ul li a:active,
#a9d22ae616a0174 .menu-list li ul li a.active,
#a9d22ae616a0174 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a9d22ae616a0174 .menu-list li ul,
#a9d22ae616a0174 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a9d22ae616a0174 .menu-list li ul.menu-b > li,
#a9d22ae616a0174 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d22ae616a0174 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d22ae616a0174 .menu-list li:hover > ul {
  display: block;
}
#a9d22ae616a0174 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6311abebfacbb8 .ele-wrap {color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(213, 50, 22, 1);border-radius: 25px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#a6311abebfacbb8 .ele-wrap:hover {background-color: #509c49;background-color: rgba(228, 54, 24, 1);}#a1cf7ad951a27cb .a0102a6b13a2c9b {
  overflow: hidden;
}
#a1cf7ad951a27cb .a0102a6b13a2c9b , #a1cf7ad951a27cb .a0102a6b13a2c9b > * {
        font-weight: normal;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a1cf7ad951a27cb .a0adca77cea7675 > .ele-wrap {background-color: rgba(203, 203, 203, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1cf7ad951a27cb .a23eca195ea49af > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1cf7ad951a27cb .a8f04af69aa79c2 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#a1cf7ad951a27cb .a8f04af69aa79c2 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a1cf7ad951a27cb .dynamic-list-item {
  background-color: #ffffff;
}
#a1cf7ad951a27cb .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a1cf7ad951a27cb .uk-position-center-left-out {
    left: -30px;
  }
  #a1cf7ad951a27cb .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a1c02a3eedabbcf .ele-wrap {color: #444;background-color: rgba(255, 255, 255, 1);font-size: 16px;justify-content: center;border-style: solid;}#a1c02a3eedabbcf .ele-wrap:hover {color: #f47920;border-color: rgba(231, 202, 144, 1);}#aa844a2af0a2398 .ele-wrap {color: #444;background-color: rgba(255, 255, 255, 1);font-size: 16px;justify-content: center;border-style: solid;}#aa844a2af0a2398 .ele-wrap:hover {color: #f47920;}#a9d7ca2113a6eef .ele-wrap {color: #444;background-color: rgba(255, 255, 255, 1);font-size: 16px;justify-content: center;border-style: solid;}#a9d7ca2113a6eef .ele-wrap:hover {color: #f47920;}#ad1f8ab077a64c7 .img-wrap {
  box-shadow: NaNpx NaNpx 0px 0px #ffffff;
}
#a163ba0ccca5f96 > .ele-wrap {background-color: rgba(238, 235, 235, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa079a1e9dad919 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae349a4412a4a9f [data-item="undefined"] {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7496a4717a8e24 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5778aeedca8384 {
  min-height: 300px;
}
#a4e96a7eeaa2505 .uk-container {
  line-height: 2;
  color: #999;
}
#a9d22ae616a0174 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d22ae616a0174 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d22ae616a0174 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
}
#a9d22ae616a0174 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #4a4a4a;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d22ae616a0174 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d53216;
}
#a9d22ae616a0174 .menu-list > li.active > a:before,
#a9d22ae616a0174 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d22ae616a0174 .menu-list > li ul li {
  position: relative;
}
#a9d22ae616a0174 .menu-list > li ul li:hover > a {
  color: #d53216;
}
#a9d22ae616a0174 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: null;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a9d22ae616a0174 .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d53216;
}
#a9d22ae616a0174 .menu-list li ul li a:active,
#a9d22ae616a0174 .menu-list li ul li a.active,
#a9d22ae616a0174 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a9d22ae616a0174 .menu-list li ul,
#a9d22ae616a0174 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a9d22ae616a0174 .menu-list li ul.menu-b > li,
#a9d22ae616a0174 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d22ae616a0174 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d22ae616a0174 .menu-list li:hover > ul {
  display: block;
}
#a9d22ae616a0174 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6311abebfacbb8 .ele-wrap {color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(213, 50, 22, 1);border-radius: 25px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#a6311abebfacbb8 .ele-wrap:hover {background-color: #509c49;background-color: rgba(228, 54, 24, 1);}#ad64fadf6eaa5e8 {
  overflow: hidden;
}
#ad64fadf6eaa5e8 , #ad64fadf6eaa5e8 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 46px;text-align: center;font-family: inherit;color: rgba(245, 245, 245, 1);}#a4efcad90aada1c {
  overflow: hidden;
}
#a4efcad90aada1c , #a4efcad90aada1c > * {
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#a8985ad3d9aed85 .video-box,
#a8985ad3d9aed85 .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#a8985ad3d9aed85 .ap-detail-slider {
  width: 100%;
  max-width: 100%;
}
#a8985ad3d9aed85 .video-box video,
#a8985ad3d9aed85 .video-box img .preview-box img {
  width: 100%;
  max-height: 500px;
}
#a8985ad3d9aed85 .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#a8985ad3d9aed85 .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;
}
#a8985ad3d9aed85 .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#a8985ad3d9aed85 .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#a8985ad3d9aed85 .thumb-box {
  width: 100%;
  position: relative;
}
#a8985ad3d9aed85 .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#a8985ad3d9aed85 .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#a8985ad3d9aed85 .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#a8985ad3d9aed85 .thumb-list {
  overflow: hidden;
}
#a8985ad3d9aed85 .thumb-list ul {
  width: 100000px;
}
#a8985ad3d9aed85 .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#a8985ad3d9aed85 .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;
}
#a8985ad3d9aed85 .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#a8985ad3d9aed85 .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#a8985ad3d9aed85 .thumb-list ul li.active img {
  border-color: #df3033;
}
#a8985ad3d9aed85 .zoom-box {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 100%;
  top: 0;
  width: 500px;
  height: 500px;
  border: 1px solid #e4e4e4;
  z-index: 400;
  background: #fff;
}
#a8985ad3d9aed85 .zoom-box img {
  max-width: initial;
}
#a8985ad3d9aed85 .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#a8985ad3d9aed85 .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
#a8985ad3d9aed85 .simple .slider-nav {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: inline-block;
  background-color: rgba(100, 100, 100, 0.6);
  border-radius: 10px;
  padding: 0 10px;
  line-height: 20px;
  height: 20px;
  color: #fff;
}
#a8985ad3d9aed85 .simple .slider-nav li {
  display: none;
  font-size: 12px;
}
#a8985ad3d9aed85 .simple .slider-nav li.uk-active {
  display: inline-block;
}
@media (max-width: 640px) {
  #a8985ad3d9aed85 .right {
    width: 100%;
  }
  #a8985ad3d9aed85 .goods-intro .buttons {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 0;
    z-index: 900;
    margin: 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e8e8e8;
  }
  #a8985ad3d9aed85 .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #a8985ad3d9aed85 .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#aa697a07eca5e10 > .ele-wrap {background-color: rgba(215, 20, 24, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a86cda7c50a5c67 {
  overflow: hidden;
}
#a86cda7c50a5c67 , #a86cda7c50a5c67 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(0, 0, 0, 1);line-height: 30px;}#a74c1a9e7eaeb7f > .ele-wrap {background-color: rgba(79, 83, 88, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3fb1a33f1a07a2 , #a3fb1a33f1a07a2 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4d55a8b22af33c , #a4d55a8b22af33c .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a90ffab65ba2d0f , #a90ffab65ba2d0f .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a193aa8158af9ff .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(208, 2, 27, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a193aa8158af9ff .ele-wrap:hover {background-color: #0483cc;}#a8eb4ae600a10a3 .ele-wrap {border-color: rgba(0, 0, 0, 1);color: #d0021b;font-size: 16px;font-weight: 500;border-radius: 5px;justify-content: center;border-style: solid;border-width: 1px;}#a8eb4ae600a10a3 .ele-wrap:hover {background-color: #0483cc;}#ad1f8ab077a64c7 .img-wrap {
  box-shadow: NaNpx NaNpx 0px 0px #ffffff;
}
#a163ba0ccca5f96 > .ele-wrap {background-color: rgba(238, 235, 235, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa079a1e9dad919 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab78fac5d7a1601 [data-item="undefined"] {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aac91a14c2a2a57 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a3b47a20fda7a28 {
  min-height: 300px;
}
#a35eda882ba68e6 .uk-container {
  line-height: 2;
  color: #999;
}
#a9d22ae616a0174 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d22ae616a0174 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d22ae616a0174 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
}
#a9d22ae616a0174 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #4a4a4a;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d22ae616a0174 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d53216;
}
#a9d22ae616a0174 .menu-list > li.active > a:before,
#a9d22ae616a0174 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d22ae616a0174 .menu-list > li ul li {
  position: relative;
}
#a9d22ae616a0174 .menu-list > li ul li:hover > a {
  color: #d53216;
}
#a9d22ae616a0174 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: null;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a9d22ae616a0174 .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d53216;
}
#a9d22ae616a0174 .menu-list li ul li a:active,
#a9d22ae616a0174 .menu-list li ul li a.active,
#a9d22ae616a0174 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a9d22ae616a0174 .menu-list li ul,
#a9d22ae616a0174 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a9d22ae616a0174 .menu-list li ul.menu-b > li,
#a9d22ae616a0174 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d22ae616a0174 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d22ae616a0174 .menu-list li:hover > ul {
  display: block;
}
#a9d22ae616a0174 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6311abebfacbb8 .ele-wrap {color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(213, 50, 22, 1);border-radius: 25px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#a6311abebfacbb8 .ele-wrap:hover {background-color: #509c49;background-color: rgba(228, 54, 24, 1);}#a2be3a2668af2a1 {
  overflow: hidden;
}
#a2be3a2668af2a1 , #a2be3a2668af2a1 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 46px;text-align: center;font-family: inherit;color: rgba(245, 245, 245, 1);}#a4abbac383a7437 {
  overflow: hidden;
}
#a4abbac383a7437 , #a4abbac383a7437 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#a5704a8fb3a62b4 .video-box,
#a5704a8fb3a62b4 .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#a5704a8fb3a62b4 .ap-detail-slider {
  width: 100%;
  max-width: 100%;
}
#a5704a8fb3a62b4 .video-box video,
#a5704a8fb3a62b4 .video-box img .preview-box img {
  width: 100%;
  max-height: 500px;
}
#a5704a8fb3a62b4 .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#a5704a8fb3a62b4 .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;
}
#a5704a8fb3a62b4 .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#a5704a8fb3a62b4 .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#a5704a8fb3a62b4 .thumb-box {
  width: 100%;
  position: relative;
}
#a5704a8fb3a62b4 .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#a5704a8fb3a62b4 .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#a5704a8fb3a62b4 .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#a5704a8fb3a62b4 .thumb-list {
  overflow: hidden;
}
#a5704a8fb3a62b4 .thumb-list ul {
  width: 100000px;
}
#a5704a8fb3a62b4 .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#a5704a8fb3a62b4 .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;
}
#a5704a8fb3a62b4 .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#a5704a8fb3a62b4 .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#a5704a8fb3a62b4 .thumb-list ul li.active img {
  border-color: #df3033;
}
#a5704a8fb3a62b4 .zoom-box {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 100%;
  top: 0;
  width: 500px;
  height: 500px;
  border: 1px solid #e4e4e4;
  z-index: 400;
  background: #fff;
}
#a5704a8fb3a62b4 .zoom-box img {
  max-width: initial;
}
#a5704a8fb3a62b4 .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#a5704a8fb3a62b4 .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
#a5704a8fb3a62b4 .simple .slider-nav {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: inline-block;
  background-color: rgba(100, 100, 100, 0.6);
  border-radius: 10px;
  padding: 0 10px;
  line-height: 20px;
  height: 20px;
  color: #fff;
}
#a5704a8fb3a62b4 .simple .slider-nav li {
  display: none;
  font-size: 12px;
}
#a5704a8fb3a62b4 .simple .slider-nav li.uk-active {
  display: inline-block;
}
@media (max-width: 640px) {
  #a5704a8fb3a62b4 .right {
    width: 100%;
  }
  #a5704a8fb3a62b4 .goods-intro .buttons {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 0;
    z-index: 900;
    margin: 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e8e8e8;
  }
  #a5704a8fb3a62b4 .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #a5704a8fb3a62b4 .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#a8b3fa428aa4c90 > .ele-wrap {background-color: rgba(215, 20, 24, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7d46a7140aebf8 {
  overflow: hidden;
}
#a7d46a7140aebf8 , #a7d46a7140aebf8 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;line-height: 30px;}#a0b0daecf0a1da0 > .ele-wrap {background-color: rgba(0, 31, 56, 0.85);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad422aedd0a95cc , #ad422aedd0a95cc .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa40aad11fab3c8 , #aa40aad11fab3c8 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0e49a2acca63bb , #a0e49a2acca63bb .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4cd6ab981a87d9 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(208, 2, 27, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a4cd6ab981a87d9 .ele-wrap:hover {background-color: #0483cc;}#a0095a8156a0772 .ele-wrap {border-color: rgba(0, 0, 0, 1);color: #d0021b;font-size: 16px;font-weight: 500;border-radius: 5px;justify-content: center;border-style: solid;border-width: 1px;}#a0095a8156a0772 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(255, 255, 255, 1);}#ad1f8ab077a64c7 .img-wrap {
  box-shadow: NaNpx NaNpx 0px 0px #ffffff;
}
#a163ba0ccca5f96 > .ele-wrap {background-color: rgba(238, 235, 235, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa079a1e9dad919 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3c5ea5c9da7808 [data-item="undefined"] {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad8f4acafea3bb8 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#abaada74f7ac1ac .uk-container {
  line-height: 2;
  color: #999;
}
#a9d22ae616a0174 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d22ae616a0174 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d22ae616a0174 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
}
#a9d22ae616a0174 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #4a4a4a;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d22ae616a0174 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d53216;
}
#a9d22ae616a0174 .menu-list > li.active > a:before,
#a9d22ae616a0174 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d22ae616a0174 .menu-list > li ul li {
  position: relative;
}
#a9d22ae616a0174 .menu-list > li ul li:hover > a {
  color: #d53216;
}
#a9d22ae616a0174 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: null;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a9d22ae616a0174 .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d53216;
}
#a9d22ae616a0174 .menu-list li ul li a:active,
#a9d22ae616a0174 .menu-list li ul li a.active,
#a9d22ae616a0174 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a9d22ae616a0174 .menu-list li ul,
#a9d22ae616a0174 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a9d22ae616a0174 .menu-list li ul.menu-b > li,
#a9d22ae616a0174 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d22ae616a0174 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d22ae616a0174 .menu-list li:hover > ul {
  display: block;
}
#a9d22ae616a0174 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6311abebfacbb8 .ele-wrap {color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(213, 50, 22, 1);border-radius: 25px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#a6311abebfacbb8 .ele-wrap:hover {background-color: #509c49;background-color: rgba(228, 54, 24, 1);}#a2efaa2d66a9a96 .ele-wrap {color: #fff;font-size: 32px;font-weight: 500;background-color: rgba(172, 48, 32, 1);border-radius: 0px;justify-content: center;border-style: solid;font-family: NotoSansSC-DemiLight;}#a2efaa2d66a9a96 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(181, 65, 40, 1);}#aa235a3ce2accad > div {
        font-weight: bold;
        font-style: normal;
    font-size: 58px;text-align: right;font-family: NotoSansSC-Bold;color: rgba(215, 7, 25, 1);}#a49dda1c1aaf93a > div {
        font-weight: bold;
        font-style: normal;
    font-size: 58px;text-align: right;font-family: NotoSansSC-Bold;color: rgba(215, 7, 25, 1);}#a27dba5effa5d25 > div {
        font-weight: bold;
        font-style: normal;
    font-size: 58px;text-align: right;font-family: NotoSansSC-Bold;color: rgba(215, 7, 25, 1);}#a02e4a6ebea743c .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/a9396afc3aabab7/1757397216722.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a02e4a6ebea743c .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/a9396afc3aabab7/1757397216475.png);}#a0eb9a3917ae00c .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;border-radius: 25px;font-size: 14px;background-color: transparent;}#a0eb9a3917ae00c .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a3706a75d2a6a7b {
  overflow: hidden;
  pointer-events: none;
}
#a3706a75d2a6a7b > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a3706a75d2a6a7b > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a3706a75d2a6a7b > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3706a75d2a6a7b > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a3706a75d2a6a7b > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a3706a75d2a6a7b > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3706a75d2a6a7b > .tab-wrap > div > .tab-nav,
#a3706a75d2a6a7b > .tab-nav,
#a3706a75d2a6a7b > .tab-tabs > .tab-wrap > div > .tab-nav,
#a3706a75d2a6a7b > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
  border-right-color: rgba(204, 204, 204, 0.39);
  border-left-color: rgba(204, 204, 204, 0.39);
  border-top-color: rgba(204, 204, 204, 0.39);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3706a75d2a6a7b > .tab-wrap > div > .tab-nav-horizontal,
#a3706a75d2a6a7b > .tab-nav-horizontal,
#a3706a75d2a6a7b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a3706a75d2a6a7b > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a3706a75d2a6a7b > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3706a75d2a6a7b > .tab-nav-horizontal::-webkit-scrollbar,
#a3706a75d2a6a7b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3706a75d2a6a7b > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a3706a75d2a6a7b > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3706a75d2a6a7b > .tab-nav-horizontal.tagScroll,
#a3706a75d2a6a7b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3706a75d2a6a7b > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 10px;
  overflow-x: auto;
}
#a3706a75d2a6a7b > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3706a75d2a6a7b > .tab-nav-horizontal.tagScroll li a,
#a3706a75d2a6a7b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3706a75d2a6a7b > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a3706a75d2a6a7b > .tab-wrap > div > .tab-nav a,
#a3706a75d2a6a7b > .tab-nav a,
#a3706a75d2a6a7b > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a3706a75d2a6a7b > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a3706a75d2a6a7b > .tab-wrap > div > .tab-nav li a,
#a3706a75d2a6a7b > .tab-nav li a,
#a3706a75d2a6a7b > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a3706a75d2a6a7b > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 9px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 10px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
}
#a3706a75d2a6a7b > .tab-wrap > div > .tab-nav li a svg,
#a3706a75d2a6a7b > .tab-nav li a svg,
#a3706a75d2a6a7b > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a3706a75d2a6a7b > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a3706a75d2a6a7b > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3706a75d2a6a7b > .tab-nav li a .ap_icon,
#a3706a75d2a6a7b > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3706a75d2a6a7b > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a3706a75d2a6a7b > .tab-wrap > div > .tab-nav li a:hover,
#a3706a75d2a6a7b > .tab-nav li a:hover,
#a3706a75d2a6a7b > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a3706a75d2a6a7b > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a3706a75d2a6a7b > .tab-wrap > div > .tab-nav li.uk-active a,
#a3706a75d2a6a7b > .tab-nav li.uk-active a,
#a3706a75d2a6a7b > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a3706a75d2a6a7b > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a3706a75d2a6a7b .layout-left li,
#a3706a75d2a6a7b .layout-center li,
#a3706a75d2a6a7b .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a3706a75d2a6a7b .layout-left li a,
#a3706a75d2a6a7b .layout-center li a,
#a3706a75d2a6a7b .layout-right li a {
  height: 100%;
}
#a3706a75d2a6a7b > .tab-tabs .layout-left {
  text-align: left;
}
#a3706a75d2a6a7b > .tab-tabs .layout-center {
  text-align: center;
}
#a3706a75d2a6a7b > .tab-tabs .layout-right {
  text-align: right;
}
#a3706a75d2a6a7b .tab-contents {
  height: 100%;
  height: calc(100% - 10px);
}
#a3706a75d2a6a7b .tab-content-wrap {
  background-color: transparent;
}
#a3706a75d2a6a7b .tab-contents,
#a3706a75d2a6a7b .tab-contents-wrap {
  pointer-events: none;
}
#a3706a75d2a6a7b .tab-content,
#a3706a75d2a6a7b .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a3706a75d2a6a7b .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a3706a75d2a6a7b .tab-wrap .tab-contents {
  height: 100%;
}
#a3706a75d2a6a7b .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a3706a75d2a6a7b .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a3706a75d2a6a7b .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a0c09ad7eba0a23 > .ele-wrap {background-image: url(/resources/upload/a9396afc3aabab7/1757410431111.png);background-position: center center;background-size: contain;background-repeat: no-repeat;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(79, 79, 79, 0.2);border-left-color: rgba(79, 79, 79, 0.2);border-bottom-color: rgba(79, 79, 79, 0.2);border-top-color: rgba(79, 79, 79, 0.2);}#a4ec0a9348a3ebc > .ele-wrap {background-image: url(/resources/upload/a9396afc3aabab7/1759125354316.png);background-position: center center;background-size: contain;background-repeat: no-repeat;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(79, 79, 79, 0.2);border-left-color: rgba(79, 79, 79, 0.2);border-bottom-color: rgba(79, 79, 79, 0.2);border-top-color: rgba(79, 79, 79, 0.2);}#abd41a47fca9a53 > .ele-wrap {background-image: url(/resources/upload/a9396afc3aabab7/1759125353258.png);background-position: center center;background-size: contain;background-repeat: no-repeat;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(79, 79, 79, 0.2);border-left-color: rgba(79, 79, 79, 0.2);border-bottom-color: rgba(79, 79, 79, 0.2);border-top-color: rgba(79, 79, 79, 0.2);}#af880a683da0d88 > .ele-wrap {background-image: url(/resources/upload/a9396afc3aabab7/1759125949740.png);background-position: center center;background-size: contain;background-repeat: no-repeat;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(79, 79, 79, 0.2);border-left-color: rgba(79, 79, 79, 0.2);border-bottom-color: rgba(79, 79, 79, 0.2);border-top-color: rgba(79, 79, 79, 0.2);}#a1760a8199abcf6 .ele-wrap {color: #fff;font-size: 24px;font-weight: 500;background-color: rgba(213, 50, 22, 1);border-radius: 99px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;padding-right: 15px;}#a1760a8199abcf6 .ele-wrap:hover {background-color: #509c49;background-color: rgba(228, 54, 24, 1);}#a560bab4aaa83fd {
  overflow: hidden;
  pointer-events: none;
}
#a560bab4aaa83fd > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a560bab4aaa83fd > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a560bab4aaa83fd > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a560bab4aaa83fd > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a560bab4aaa83fd > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a560bab4aaa83fd > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a560bab4aaa83fd > .tab-wrap > div > .tab-nav,
#a560bab4aaa83fd > .tab-nav,
#a560bab4aaa83fd > .tab-tabs > .tab-wrap > div > .tab-nav,
#a560bab4aaa83fd > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
  border-right-color: rgba(204, 204, 204, 0.39);
  border-left-color: rgba(204, 204, 204, 0.39);
  border-top-color: rgba(204, 204, 204, 0.39);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a560bab4aaa83fd > .tab-wrap > div > .tab-nav-horizontal,
#a560bab4aaa83fd > .tab-nav-horizontal,
#a560bab4aaa83fd > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a560bab4aaa83fd > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a560bab4aaa83fd > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a560bab4aaa83fd > .tab-nav-horizontal::-webkit-scrollbar,
#a560bab4aaa83fd > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a560bab4aaa83fd > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a560bab4aaa83fd > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a560bab4aaa83fd > .tab-nav-horizontal.tagScroll,
#a560bab4aaa83fd > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a560bab4aaa83fd > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 10px;
  overflow-x: auto;
}
#a560bab4aaa83fd > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a560bab4aaa83fd > .tab-nav-horizontal.tagScroll li a,
#a560bab4aaa83fd > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a560bab4aaa83fd > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a560bab4aaa83fd > .tab-wrap > div > .tab-nav a,
#a560bab4aaa83fd > .tab-nav a,
#a560bab4aaa83fd > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a560bab4aaa83fd > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a560bab4aaa83fd > .tab-wrap > div > .tab-nav li a,
#a560bab4aaa83fd > .tab-nav li a,
#a560bab4aaa83fd > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a560bab4aaa83fd > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 9px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 10px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
}
#a560bab4aaa83fd > .tab-wrap > div > .tab-nav li a svg,
#a560bab4aaa83fd > .tab-nav li a svg,
#a560bab4aaa83fd > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a560bab4aaa83fd > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a560bab4aaa83fd > .tab-wrap > div > .tab-nav li a .ap_icon,
#a560bab4aaa83fd > .tab-nav li a .ap_icon,
#a560bab4aaa83fd > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a560bab4aaa83fd > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a560bab4aaa83fd > .tab-wrap > div > .tab-nav li a:hover,
#a560bab4aaa83fd > .tab-nav li a:hover,
#a560bab4aaa83fd > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a560bab4aaa83fd > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a560bab4aaa83fd > .tab-wrap > div > .tab-nav li.uk-active a,
#a560bab4aaa83fd > .tab-nav li.uk-active a,
#a560bab4aaa83fd > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a560bab4aaa83fd > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a560bab4aaa83fd .layout-left li,
#a560bab4aaa83fd .layout-center li,
#a560bab4aaa83fd .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a560bab4aaa83fd .layout-left li a,
#a560bab4aaa83fd .layout-center li a,
#a560bab4aaa83fd .layout-right li a {
  height: 100%;
}
#a560bab4aaa83fd > .tab-tabs .layout-left {
  text-align: left;
}
#a560bab4aaa83fd > .tab-tabs .layout-center {
  text-align: center;
}
#a560bab4aaa83fd > .tab-tabs .layout-right {
  text-align: right;
}
#a560bab4aaa83fd .tab-contents {
  height: 100%;
  height: calc(100% - 10px);
}
#a560bab4aaa83fd .tab-content-wrap {
  background-color: transparent;
}
#a560bab4aaa83fd .tab-contents,
#a560bab4aaa83fd .tab-contents-wrap {
  pointer-events: none;
}
#a560bab4aaa83fd .tab-content,
#a560bab4aaa83fd .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a560bab4aaa83fd .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a560bab4aaa83fd .tab-wrap .tab-contents {
  height: 100%;
}
#a560bab4aaa83fd .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a560bab4aaa83fd .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a560bab4aaa83fd .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8baba60eda5ca7 > .ele-wrap {background-image: url(/resources/upload/a9396afc3aabab7/1759126521220.png);background-position: center center;background-size: contain;background-repeat: no-repeat;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(79, 79, 79, 0.2);border-left-color: rgba(79, 79, 79, 0.2);border-bottom-color: rgba(79, 79, 79, 0.2);border-top-color: rgba(79, 79, 79, 0.2);}#a2b79a7e09a9132 > .ele-wrap {background-image: url(/resources/upload/a9396afc3aabab7/1759203844654.png);background-position: center center;background-size: contain;background-repeat: no-repeat;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(79, 79, 79, 0.2);border-left-color: rgba(79, 79, 79, 0.2);border-bottom-color: rgba(79, 79, 79, 0.2);border-top-color: rgba(79, 79, 79, 0.2);}#ad7faa4e6ba9836 .ele-wrap {color: #fff;font-size: 24px;font-weight: 500;background-color: rgba(213, 50, 22, 1);border-radius: 99px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;padding-right: 15px;}#ad7faa4e6ba9836 .ele-wrap:hover {background-color: #509c49;background-color: rgba(228, 54, 24, 1);}#ac991abefba8b6f > .ele-wrap {background-image: url(/resources/upload/a9396afc3aabab7/1759126522210.png);background-position: center center;background-size: contain;background-repeat: no-repeat;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(79, 79, 79, 0.2);border-left-color: rgba(79, 79, 79, 0.2);border-bottom-color: rgba(79, 79, 79, 0.2);border-top-color: rgba(79, 79, 79, 0.2);}#a5fb6a403daea1e {
  overflow: hidden;
  pointer-events: none;
}
#a5fb6a403daea1e > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5fb6a403daea1e > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a5fb6a403daea1e > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5fb6a403daea1e > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5fb6a403daea1e > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a5fb6a403daea1e > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5fb6a403daea1e > .tab-wrap > div > .tab-nav,
#a5fb6a403daea1e > .tab-nav,
#a5fb6a403daea1e > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5fb6a403daea1e > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
  border-right-color: rgba(204, 204, 204, 0.39);
  border-left-color: rgba(204, 204, 204, 0.39);
  border-top-color: rgba(204, 204, 204, 0.39);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5fb6a403daea1e > .tab-wrap > div > .tab-nav-horizontal,
#a5fb6a403daea1e > .tab-nav-horizontal,
#a5fb6a403daea1e > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5fb6a403daea1e > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5fb6a403daea1e > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5fb6a403daea1e > .tab-nav-horizontal::-webkit-scrollbar,
#a5fb6a403daea1e > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5fb6a403daea1e > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5fb6a403daea1e > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5fb6a403daea1e > .tab-nav-horizontal.tagScroll,
#a5fb6a403daea1e > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5fb6a403daea1e > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 10px;
  overflow-x: auto;
}
#a5fb6a403daea1e > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5fb6a403daea1e > .tab-nav-horizontal.tagScroll li a,
#a5fb6a403daea1e > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5fb6a403daea1e > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5fb6a403daea1e > .tab-wrap > div > .tab-nav a,
#a5fb6a403daea1e > .tab-nav a,
#a5fb6a403daea1e > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5fb6a403daea1e > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a5fb6a403daea1e > .tab-wrap > div > .tab-nav li a,
#a5fb6a403daea1e > .tab-nav li a,
#a5fb6a403daea1e > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5fb6a403daea1e > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 9px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 10px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
}
#a5fb6a403daea1e > .tab-wrap > div > .tab-nav li a svg,
#a5fb6a403daea1e > .tab-nav li a svg,
#a5fb6a403daea1e > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5fb6a403daea1e > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5fb6a403daea1e > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5fb6a403daea1e > .tab-nav li a .ap_icon,
#a5fb6a403daea1e > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5fb6a403daea1e > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5fb6a403daea1e > .tab-wrap > div > .tab-nav li a:hover,
#a5fb6a403daea1e > .tab-nav li a:hover,
#a5fb6a403daea1e > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5fb6a403daea1e > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a5fb6a403daea1e > .tab-wrap > div > .tab-nav li.uk-active a,
#a5fb6a403daea1e > .tab-nav li.uk-active a,
#a5fb6a403daea1e > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5fb6a403daea1e > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a5fb6a403daea1e .layout-left li,
#a5fb6a403daea1e .layout-center li,
#a5fb6a403daea1e .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5fb6a403daea1e .layout-left li a,
#a5fb6a403daea1e .layout-center li a,
#a5fb6a403daea1e .layout-right li a {
  height: 100%;
}
#a5fb6a403daea1e > .tab-tabs .layout-left {
  text-align: left;
}
#a5fb6a403daea1e > .tab-tabs .layout-center {
  text-align: center;
}
#a5fb6a403daea1e > .tab-tabs .layout-right {
  text-align: right;
}
#a5fb6a403daea1e .tab-contents {
  height: 100%;
  height: calc(100% - 10px);
}
#a5fb6a403daea1e .tab-content-wrap {
  background-color: transparent;
}
#a5fb6a403daea1e .tab-contents,
#a5fb6a403daea1e .tab-contents-wrap {
  pointer-events: none;
}
#a5fb6a403daea1e .tab-content,
#a5fb6a403daea1e .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5fb6a403daea1e .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5fb6a403daea1e .tab-wrap .tab-contents {
  height: 100%;
}
#a5fb6a403daea1e .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5fb6a403daea1e .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5fb6a403daea1e .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a2e4eaac80a8a47 > .ele-wrap {background-image: url(/resources/upload/a9396afc3aabab7/1759125293456.png);background-position: center center;background-size: contain;background-repeat: no-repeat;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(79, 79, 79, 0.2);border-left-color: rgba(79, 79, 79, 0.2);border-bottom-color: rgba(79, 79, 79, 0.2);border-top-color: rgba(79, 79, 79, 0.2);}#a78a1aa5caa9bc8 > .ele-wrap {background-image: url(/resources/upload/a9396afc3aabab7/1759125356278.png);background-position: center center;background-size: contain;background-repeat: no-repeat;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(79, 79, 79, 0.2);border-left-color: rgba(79, 79, 79, 0.2);border-bottom-color: rgba(79, 79, 79, 0.2);border-top-color: rgba(79, 79, 79, 0.2);}#a9233ab476a0e7f > .ele-wrap {background-image: url(/resources/upload/a9396afc3aabab7/1759133387809.png);background-position: center center;background-size: contain;background-repeat: no-repeat;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(79, 79, 79, 0.2);border-left-color: rgba(79, 79, 79, 0.2);border-bottom-color: rgba(79, 79, 79, 0.2);border-top-color: rgba(79, 79, 79, 0.2);}#a23feaf184ac450 .ele-wrap {color: #fff;font-size: 24px;font-weight: 500;background-color: rgba(213, 50, 22, 1);border-radius: 99px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;padding-right: 15px;}#a23feaf184ac450 .ele-wrap:hover {background-color: #509c49;background-color: rgba(228, 54, 24, 1);}#a9713a969faa7d6 {
  overflow: hidden;
  pointer-events: none;
}
#a9713a969faa7d6 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9713a969faa7d6 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a9713a969faa7d6 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9713a969faa7d6 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9713a969faa7d6 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a9713a969faa7d6 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9713a969faa7d6 > .tab-wrap > div > .tab-nav,
#a9713a969faa7d6 > .tab-nav,
#a9713a969faa7d6 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9713a969faa7d6 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
  border-right-color: rgba(204, 204, 204, 0.39);
  border-left-color: rgba(204, 204, 204, 0.39);
  border-top-color: rgba(204, 204, 204, 0.39);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9713a969faa7d6 > .tab-wrap > div > .tab-nav-horizontal,
#a9713a969faa7d6 > .tab-nav-horizontal,
#a9713a969faa7d6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9713a969faa7d6 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9713a969faa7d6 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9713a969faa7d6 > .tab-nav-horizontal::-webkit-scrollbar,
#a9713a969faa7d6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9713a969faa7d6 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9713a969faa7d6 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9713a969faa7d6 > .tab-nav-horizontal.tagScroll,
#a9713a969faa7d6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9713a969faa7d6 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 10px;
  overflow-x: auto;
}
#a9713a969faa7d6 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9713a969faa7d6 > .tab-nav-horizontal.tagScroll li a,
#a9713a969faa7d6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9713a969faa7d6 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9713a969faa7d6 > .tab-wrap > div > .tab-nav a,
#a9713a969faa7d6 > .tab-nav a,
#a9713a969faa7d6 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9713a969faa7d6 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a9713a969faa7d6 > .tab-wrap > div > .tab-nav li a,
#a9713a969faa7d6 > .tab-nav li a,
#a9713a969faa7d6 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9713a969faa7d6 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 9px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 10px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
  margin-bottom: 0;
}
#a9713a969faa7d6 > .tab-wrap > div > .tab-nav li a svg,
#a9713a969faa7d6 > .tab-nav li a svg,
#a9713a969faa7d6 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9713a969faa7d6 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9713a969faa7d6 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9713a969faa7d6 > .tab-nav li a .ap_icon,
#a9713a969faa7d6 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9713a969faa7d6 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9713a969faa7d6 > .tab-wrap > div > .tab-nav li a:hover,
#a9713a969faa7d6 > .tab-nav li a:hover,
#a9713a969faa7d6 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9713a969faa7d6 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a9713a969faa7d6 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9713a969faa7d6 > .tab-nav li.uk-active a,
#a9713a969faa7d6 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9713a969faa7d6 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a9713a969faa7d6 .layout-left li,
#a9713a969faa7d6 .layout-center li,
#a9713a969faa7d6 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9713a969faa7d6 .layout-left li a,
#a9713a969faa7d6 .layout-center li a,
#a9713a969faa7d6 .layout-right li a {
  height: 100%;
}
#a9713a969faa7d6 > .tab-tabs .layout-left {
  text-align: left;
}
#a9713a969faa7d6 > .tab-tabs .layout-center {
  text-align: center;
}
#a9713a969faa7d6 > .tab-tabs .layout-right {
  text-align: right;
}
#a9713a969faa7d6 .tab-contents {
  height: 100%;
  height: calc(100% - 10px);
}
#a9713a969faa7d6 .tab-content-wrap {
  background-color: transparent;
}
#a9713a969faa7d6 .tab-contents,
#a9713a969faa7d6 .tab-contents-wrap {
  pointer-events: none;
}
#a9713a969faa7d6 .tab-content,
#a9713a969faa7d6 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9713a969faa7d6 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9713a969faa7d6 .tab-wrap .tab-contents {
  height: 100%;
}
#a9713a969faa7d6 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9713a969faa7d6 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9713a969faa7d6 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#afd6dacbcbaf864 {
  overflow: hidden;
  pointer-events: none;
}
#afd6dacbcbaf864 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 40px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#afd6dacbcbaf864 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#afd6dacbcbaf864 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#afd6dacbcbaf864 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 40px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#afd6dacbcbaf864 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#afd6dacbcbaf864 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#afd6dacbcbaf864 > .tab-wrap > div > .tab-nav,
#afd6dacbcbaf864 > .tab-nav,
#afd6dacbcbaf864 > .tab-tabs > .tab-wrap > div > .tab-nav,
#afd6dacbcbaf864 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
  border-right-color: rgba(204, 204, 204, 0.39);
  border-left-color: rgba(204, 204, 204, 0.39);
  border-top-color: rgba(204, 204, 204, 0.39);
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#afd6dacbcbaf864 > .tab-wrap > div > .tab-nav-horizontal,
#afd6dacbcbaf864 > .tab-nav-horizontal,
#afd6dacbcbaf864 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#afd6dacbcbaf864 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#afd6dacbcbaf864 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#afd6dacbcbaf864 > .tab-nav-horizontal::-webkit-scrollbar,
#afd6dacbcbaf864 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#afd6dacbcbaf864 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#afd6dacbcbaf864 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#afd6dacbcbaf864 > .tab-nav-horizontal.tagScroll,
#afd6dacbcbaf864 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#afd6dacbcbaf864 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 40px;
  overflow-x: auto;
}
#afd6dacbcbaf864 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#afd6dacbcbaf864 > .tab-nav-horizontal.tagScroll li a,
#afd6dacbcbaf864 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#afd6dacbcbaf864 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#afd6dacbcbaf864 > .tab-wrap > div > .tab-nav a,
#afd6dacbcbaf864 > .tab-nav a,
#afd6dacbcbaf864 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#afd6dacbcbaf864 > .tab-tabs > .tab-nav a {
  padding: 0 33px;
}
#afd6dacbcbaf864 > .tab-wrap > div > .tab-nav li a,
#afd6dacbcbaf864 > .tab-nav li a,
#afd6dacbcbaf864 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#afd6dacbcbaf864 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 39px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 40px;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: NotoSansSC-DemiLight;
  color: #333333;
  border-right-style: solid;
  margin-right: 18px;
  margin-left: 0;
  border-top-right-radius: 99px;
  border-bottom-right-radius: 99px;
  border-bottom-left-radius: 99px;
  border-top-left-radius: 99px;
  border-right-width: 1px;
  border-right-color: #f1111c;
  border-left-color: #f1111c;
  border-bottom-color: #f1111c;
  border-top-color: #f1111c;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  margin-top: 10px;
  padding: 0 33px;
}
#afd6dacbcbaf864 > .tab-wrap > div > .tab-nav li a svg,
#afd6dacbcbaf864 > .tab-nav li a svg,
#afd6dacbcbaf864 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#afd6dacbcbaf864 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#afd6dacbcbaf864 > .tab-wrap > div > .tab-nav li a .ap_icon,
#afd6dacbcbaf864 > .tab-nav li a .ap_icon,
#afd6dacbcbaf864 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#afd6dacbcbaf864 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#afd6dacbcbaf864 > .tab-wrap > div > .tab-nav li a:hover,
#afd6dacbcbaf864 > .tab-nav li a:hover,
#afd6dacbcbaf864 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#afd6dacbcbaf864 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f1111c;
  border-bottom-width: 1px;
  border-bottom-color: #f1111c;
  border-bottom-style: solid;
  border-right-color: #f1111c;
  border-left-color: #f1111c;
  border-top-color: #f1111c;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#afd6dacbcbaf864 > .tab-wrap > div > .tab-nav li.uk-active a,
#afd6dacbcbaf864 > .tab-nav li.uk-active a,
#afd6dacbcbaf864 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#afd6dacbcbaf864 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Bold;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: none;
  background-color: #f1111c;
}
#afd6dacbcbaf864 .layout-left li,
#afd6dacbcbaf864 .layout-center li,
#afd6dacbcbaf864 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#afd6dacbcbaf864 .layout-left li a,
#afd6dacbcbaf864 .layout-center li a,
#afd6dacbcbaf864 .layout-right li a {
  height: 100%;
}
#afd6dacbcbaf864 > .tab-tabs .layout-left {
  text-align: left;
}
#afd6dacbcbaf864 > .tab-tabs .layout-center {
  text-align: center;
}
#afd6dacbcbaf864 > .tab-tabs .layout-right {
  text-align: right;
}
#afd6dacbcbaf864 .tab-contents {
  height: 100%;
  height: calc(100% - 40px);
}
#afd6dacbcbaf864 .tab-content-wrap {
  background-color: transparent;
}
#afd6dacbcbaf864 .tab-contents,
#afd6dacbcbaf864 .tab-contents-wrap {
  pointer-events: none;
}
#afd6dacbcbaf864 .tab-content,
#afd6dacbcbaf864 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#afd6dacbcbaf864 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#afd6dacbcbaf864 .tab-wrap .tab-contents {
  height: 100%;
}
#afd6dacbcbaf864 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#afd6dacbcbaf864 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#afd6dacbcbaf864 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aedc5a00e7a4cc2 .a39b1ada63a8f32 > .ele-wrap {border-radius: 10px;border-right-width: 2px;border-right-color: rgba(196, 47, 31, 1);border-right-style: solid;border-left-color: rgba(196, 47, 31, 1);border-bottom-color: rgba(196, 47, 31, 1);border-top-color: rgba(196, 47, 31, 1);border-left-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#aedc5a00e7a4cc2 .a39b1ada63a8f32  > .ele-wrap:hover {background-color: rgba(196, 47, 31, 1);}#aedc5a00e7a4cc2 .a0335a5781a1acf .img-wrap {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
#aedc5a00e7a4cc2 .a3a31a35caa8199 {
  overflow: hidden;
}
#aedc5a00e7a4cc2 .a3a31a35caa8199 , #aedc5a00e7a4cc2 .a3a31a35caa8199 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;text-align: center;font-family: NotoSansSC-Medium;color: rgba(79, 79, 79, 1);}#aedc5a00e7a4cc2 .a58aeae246af6f2 {
  overflow: hidden;
}
#aedc5a00e7a4cc2 .a58aeae246af6f2 , #aedc5a00e7a4cc2 .a58aeae246af6f2 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(79, 79, 79, 1);}#aedc5a00e7a4cc2 .a641cab4d7ae349 .ele-wrap {color: #4f4f4f;border-width: 0px;border-style: solid;font-size: 18px;justify-content: center;font-family: NotoSansSC-Medium;background-color: transparent;}#aedc5a00e7a4cc2 .a481fad1a5a8386 .img-wrap {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#aedc5a00e7a4cc2 .ad0aea4bbca9fda {
  overflow: hidden;
}
#aedc5a00e7a4cc2 .ad0aea4bbca9fda , #aedc5a00e7a4cc2 .ad0aea4bbca9fda > * {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;text-align: center;font-family: NotoSansSC-Medium;color: rgba(255, 255, 255, 1);}#aedc5a00e7a4cc2 .a20ebaa191aac41 {
  overflow: hidden;
}
#aedc5a00e7a4cc2 .a20ebaa191aac41 , #aedc5a00e7a4cc2 .a20ebaa191aac41 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aedc5a00e7a4cc2 .a9be5aed87ae2be .ele-wrap {color: #ffffff;border-width: 0px;border-style: solid;font-size: 18px;justify-content: center;font-family: NotoSansSC-Medium;background-color: transparent;}#aedc5a00e7a4cc2 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aedc5a00e7a4cc2 .uk-position-center-left-out {
    left: -30px;
  }
  #aedc5a00e7a4cc2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a2108a9d25a2881 .a9c4ea4cafafca5 > .ele-wrap {border-radius: 10px;border-right-width: 2px;border-right-color: rgba(196, 47, 31, 1);border-right-style: solid;border-left-color: rgba(196, 47, 31, 1);border-bottom-color: rgba(196, 47, 31, 1);border-top-color: rgba(196, 47, 31, 1);border-left-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a2108a9d25a2881 .a9c4ea4cafafca5  > .ele-wrap:hover {background-color: rgba(196, 47, 31, 1);}#a2108a9d25a2881 .aeaddabc29a7b65 .img-wrap {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
#a2108a9d25a2881 .a0e25ad17dacf15 {
  overflow: hidden;
}
#a2108a9d25a2881 .a0e25ad17dacf15 , #a2108a9d25a2881 .a0e25ad17dacf15 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;text-align: center;font-family: NotoSansSC-Medium;color: rgba(79, 79, 79, 1);}#a2108a9d25a2881 .aaeeda6b46adcc7 {
  overflow: hidden;
}
#a2108a9d25a2881 .aaeeda6b46adcc7 , #a2108a9d25a2881 .aaeeda6b46adcc7 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(79, 79, 79, 1);}#a2108a9d25a2881 .a1141a63a0ad1e3 .ele-wrap {color: #4f4f4f;border-width: 0px;border-style: solid;font-size: 18px;justify-content: center;font-family: NotoSansSC-Medium;background-color: transparent;}#a2108a9d25a2881 .aeebcae8d8aaafe .img-wrap {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#a2108a9d25a2881 .aed8caef86ad844 {
  overflow: hidden;
}
#a2108a9d25a2881 .aed8caef86ad844 , #a2108a9d25a2881 .aed8caef86ad844 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;text-align: center;font-family: NotoSansSC-Medium;color: rgba(255, 255, 255, 1);}#a2108a9d25a2881 .a7c1ca117eac487 {
  overflow: hidden;
}
#a2108a9d25a2881 .a7c1ca117eac487 , #a2108a9d25a2881 .a7c1ca117eac487 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2108a9d25a2881 .a4bbba5155afcf9 .ele-wrap {color: #ffffff;border-width: 0px;border-style: solid;font-size: 18px;justify-content: center;font-family: NotoSansSC-Medium;background-color: transparent;}#a2108a9d25a2881 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a2108a9d25a2881 .uk-position-center-left-out {
    left: -30px;
  }
  #a2108a9d25a2881 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a31a2a7e34aac3b .a3e82a403facc62 > .ele-wrap {border-radius: 10px;border-right-width: 2px;border-right-color: rgba(196, 47, 31, 1);border-right-style: solid;border-left-color: rgba(196, 47, 31, 1);border-bottom-color: rgba(196, 47, 31, 1);border-top-color: rgba(196, 47, 31, 1);border-left-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a31a2a7e34aac3b .a3e82a403facc62  > .ele-wrap:hover {background-color: rgba(196, 47, 31, 1);}#a31a2a7e34aac3b .ab890aaf49aebfd .img-wrap {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
#a31a2a7e34aac3b .a0d83a72aba9caf {
  overflow: hidden;
}
#a31a2a7e34aac3b .a0d83a72aba9caf , #a31a2a7e34aac3b .a0d83a72aba9caf > * {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;text-align: center;font-family: NotoSansSC-Medium;color: rgba(79, 79, 79, 1);}#a31a2a7e34aac3b .a6588aa5efa0365 {
  overflow: hidden;
}
#a31a2a7e34aac3b .a6588aa5efa0365 , #a31a2a7e34aac3b .a6588aa5efa0365 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(79, 79, 79, 1);}#a31a2a7e34aac3b .a6c9ba209fa307f .ele-wrap {color: #4f4f4f;border-width: 0px;border-style: solid;font-size: 18px;justify-content: center;font-family: NotoSansSC-Medium;background-color: transparent;}#a31a2a7e34aac3b .a0824ac3e9a491f .img-wrap {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#a31a2a7e34aac3b .a3a63a44aaa11f1 {
  overflow: hidden;
}
#a31a2a7e34aac3b .a3a63a44aaa11f1 , #a31a2a7e34aac3b .a3a63a44aaa11f1 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;text-align: center;font-family: NotoSansSC-Medium;color: rgba(255, 255, 255, 1);}#a31a2a7e34aac3b .ab599a5949a9695 {
  overflow: hidden;
}
#a31a2a7e34aac3b .ab599a5949a9695 , #a31a2a7e34aac3b .ab599a5949a9695 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a31a2a7e34aac3b .a431ea4690ae524 .ele-wrap {color: #ffffff;border-width: 0px;border-style: solid;font-size: 18px;justify-content: center;font-family: NotoSansSC-Medium;background-color: transparent;}#a31a2a7e34aac3b .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a31a2a7e34aac3b .uk-position-center-left-out {
    left: -30px;
  }
  #a31a2a7e34aac3b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ae9f6ae3a4a8156 .a0d2aa81c8a00e2 > .ele-wrap {border-radius: 10px;border-right-width: 2px;border-right-color: rgba(196, 47, 31, 1);border-right-style: solid;border-left-color: rgba(196, 47, 31, 1);border-bottom-color: rgba(196, 47, 31, 1);border-top-color: rgba(196, 47, 31, 1);border-left-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ae9f6ae3a4a8156 .a0d2aa81c8a00e2  > .ele-wrap:hover {background-color: rgba(196, 47, 31, 1);}#ae9f6ae3a4a8156 .a7c7fa1c6faa84d .img-wrap {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
#ae9f6ae3a4a8156 .a50dfa7095a5abd {
  overflow: hidden;
}
#ae9f6ae3a4a8156 .a50dfa7095a5abd , #ae9f6ae3a4a8156 .a50dfa7095a5abd > * {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;text-align: center;font-family: NotoSansSC-Medium;color: rgba(79, 79, 79, 1);}#ae9f6ae3a4a8156 .a9db7adde2aa563 {
  overflow: hidden;
}
#ae9f6ae3a4a8156 .a9db7adde2aa563 , #ae9f6ae3a4a8156 .a9db7adde2aa563 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(79, 79, 79, 1);}#ae9f6ae3a4a8156 .ac4d0a4110a48d5 .ele-wrap {color: #4f4f4f;border-width: 0px;border-style: solid;font-size: 18px;justify-content: center;font-family: NotoSansSC-Medium;background-color: transparent;}#ae9f6ae3a4a8156 .a8beca1176a63d5 .img-wrap {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#ae9f6ae3a4a8156 .a4c41a8452a75cd {
  overflow: hidden;
}
#ae9f6ae3a4a8156 .a4c41a8452a75cd , #ae9f6ae3a4a8156 .a4c41a8452a75cd > * {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;text-align: center;font-family: NotoSansSC-Medium;color: rgba(255, 255, 255, 1);}#ae9f6ae3a4a8156 .a0081af0f6ad1c9 {
  overflow: hidden;
}
#ae9f6ae3a4a8156 .a0081af0f6ad1c9 , #ae9f6ae3a4a8156 .a0081af0f6ad1c9 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae9f6ae3a4a8156 .ace2bad019af5c4 .ele-wrap {color: #ffffff;border-width: 0px;border-style: solid;font-size: 18px;justify-content: center;font-family: NotoSansSC-Medium;background-color: transparent;}#ae9f6ae3a4a8156 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ae9f6ae3a4a8156 .uk-position-center-left-out {
    left: -30px;
  }
  #ae9f6ae3a4a8156 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#abab7ac133a633a .aabdaa1de7aadc3 > .ele-wrap {border-radius: 10px;border-right-width: 2px;border-right-color: rgba(196, 47, 31, 1);border-right-style: solid;border-left-color: rgba(196, 47, 31, 1);border-bottom-color: rgba(196, 47, 31, 1);border-top-color: rgba(196, 47, 31, 1);border-left-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#abab7ac133a633a .aabdaa1de7aadc3  > .ele-wrap:hover {background-color: rgba(196, 47, 31, 1);}#abab7ac133a633a .ab982a2e6fa3f6f .img-wrap {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
#abab7ac133a633a .aef7fa5634a6441 {
  overflow: hidden;
}
#abab7ac133a633a .aef7fa5634a6441 , #abab7ac133a633a .aef7fa5634a6441 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;text-align: center;font-family: NotoSansSC-Medium;color: rgba(79, 79, 79, 1);}#abab7ac133a633a .a4642a0240a41f6 {
  overflow: hidden;
}
#abab7ac133a633a .a4642a0240a41f6 , #abab7ac133a633a .a4642a0240a41f6 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(79, 79, 79, 1);}#abab7ac133a633a .a90dba3d3fad7af .ele-wrap {color: #4f4f4f;border-width: 0px;border-style: solid;font-size: 18px;justify-content: center;font-family: NotoSansSC-Medium;background-color: transparent;}#abab7ac133a633a .adb7da9351a30cb .img-wrap {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#abab7ac133a633a .a228aab646a71e7 {
  overflow: hidden;
}
#abab7ac133a633a .a228aab646a71e7 , #abab7ac133a633a .a228aab646a71e7 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;text-align: center;font-family: NotoSansSC-Medium;color: rgba(255, 255, 255, 1);}#abab7ac133a633a .a6fb5aa35aace31 {
  overflow: hidden;
}
#abab7ac133a633a .a6fb5aa35aace31 , #abab7ac133a633a .a6fb5aa35aace31 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abab7ac133a633a .ad570a8061a680d .ele-wrap {color: #ffffff;border-width: 0px;border-style: solid;font-size: 18px;justify-content: center;font-family: NotoSansSC-Medium;background-color: transparent;}#abab7ac133a633a .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #abab7ac133a633a .uk-position-center-left-out {
    left: -30px;
  }
  #abab7ac133a633a .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ad9b5ad00ca3444 .abe26adce8a69a1 > .ele-wrap {border-radius: 10px;border-right-width: 2px;border-right-color: rgba(196, 47, 31, 1);border-right-style: solid;border-left-color: rgba(196, 47, 31, 1);border-bottom-color: rgba(196, 47, 31, 1);border-top-color: rgba(196, 47, 31, 1);border-left-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ad9b5ad00ca3444 .abe26adce8a69a1  > .ele-wrap:hover {background-color: rgba(196, 47, 31, 1);}#ad9b5ad00ca3444 .a313ba4795ac87d .img-wrap {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
#ad9b5ad00ca3444 .a67fba95a7af661 {
  overflow: hidden;
}
#ad9b5ad00ca3444 .a67fba95a7af661 , #ad9b5ad00ca3444 .a67fba95a7af661 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;text-align: center;font-family: NotoSansSC-Medium;color: rgba(79, 79, 79, 1);}#ad9b5ad00ca3444 .a5354a7eeead86c {
  overflow: hidden;
}
#ad9b5ad00ca3444 .a5354a7eeead86c , #ad9b5ad00ca3444 .a5354a7eeead86c > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(79, 79, 79, 1);}#ad9b5ad00ca3444 .a5c42a66abab15f .ele-wrap {color: #4f4f4f;border-width: 0px;border-style: solid;font-size: 18px;justify-content: center;font-family: NotoSansSC-Medium;background-color: transparent;}#ad9b5ad00ca3444 .ab9f0a1460af39e .img-wrap {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#ad9b5ad00ca3444 .ae946a5034a0f94 {
  overflow: hidden;
}
#ad9b5ad00ca3444 .ae946a5034a0f94 , #ad9b5ad00ca3444 .ae946a5034a0f94 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;text-align: center;font-family: NotoSansSC-Medium;color: rgba(255, 255, 255, 1);}#ad9b5ad00ca3444 .ab4a8a4f40aefaf {
  overflow: hidden;
}
#ad9b5ad00ca3444 .ab4a8a4f40aefaf , #ad9b5ad00ca3444 .ab4a8a4f40aefaf > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad9b5ad00ca3444 .a87a6a11fcae984 .ele-wrap {color: #ffffff;border-width: 0px;border-style: solid;font-size: 18px;justify-content: center;font-family: NotoSansSC-Medium;background-color: transparent;}#ad9b5ad00ca3444 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ad9b5ad00ca3444 .uk-position-center-left-out {
    left: -30px;
  }
  #ad9b5ad00ca3444 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a4608a0cdbadbd6 .a29c4a03f8ae141 > .ele-wrap {border-radius: 10px;border-right-width: 2px;border-right-color: rgba(196, 47, 31, 1);border-right-style: solid;border-left-color: rgba(196, 47, 31, 1);border-bottom-color: rgba(196, 47, 31, 1);border-top-color: rgba(196, 47, 31, 1);border-left-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a4608a0cdbadbd6 .a29c4a03f8ae141  > .ele-wrap:hover {background-color: rgba(196, 47, 31, 1);}#a4608a0cdbadbd6 .acff6a1379aaade .img-wrap {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
#a4608a0cdbadbd6 .a24fba3194a78ad {
  overflow: hidden;
}
#a4608a0cdbadbd6 .a24fba3194a78ad , #a4608a0cdbadbd6 .a24fba3194a78ad > * {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;text-align: center;font-family: NotoSansSC-Medium;color: rgba(79, 79, 79, 1);}#a4608a0cdbadbd6 .a93e8a92caa158c {
  overflow: hidden;
}
#a4608a0cdbadbd6 .a93e8a92caa158c , #a4608a0cdbadbd6 .a93e8a92caa158c > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(79, 79, 79, 1);}#a4608a0cdbadbd6 .ad209aad79a18cc .ele-wrap {color: #4f4f4f;border-width: 0px;border-style: solid;font-size: 18px;justify-content: center;font-family: NotoSansSC-Medium;background-color: transparent;}#a4608a0cdbadbd6 .a141aa1012aa27e .img-wrap {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#a4608a0cdbadbd6 .a2e34a493ba3dce {
  overflow: hidden;
}
#a4608a0cdbadbd6 .a2e34a493ba3dce , #a4608a0cdbadbd6 .a2e34a493ba3dce > * {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;text-align: center;font-family: NotoSansSC-Medium;color: rgba(255, 255, 255, 1);}#a4608a0cdbadbd6 .a0f59af3f7a9d81 {
  overflow: hidden;
}
#a4608a0cdbadbd6 .a0f59af3f7a9d81 , #a4608a0cdbadbd6 .a0f59af3f7a9d81 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4608a0cdbadbd6 .a23bea93b2a2c26 .ele-wrap {color: #ffffff;border-width: 0px;border-style: solid;font-size: 18px;justify-content: center;font-family: NotoSansSC-Medium;background-color: transparent;}#a4608a0cdbadbd6 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a4608a0cdbadbd6 .uk-position-center-left-out {
    left: -30px;
  }
  #a4608a0cdbadbd6 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8b2ea7391af0c7 .a0518ac49ca2626 > .ele-wrap {border-radius: 10px;border-right-width: 2px;border-right-color: rgba(196, 47, 31, 1);border-right-style: solid;border-left-color: rgba(196, 47, 31, 1);border-bottom-color: rgba(196, 47, 31, 1);border-top-color: rgba(196, 47, 31, 1);border-left-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a8b2ea7391af0c7 .a0518ac49ca2626  > .ele-wrap:hover {background-color: rgba(196, 47, 31, 1);}#a8b2ea7391af0c7 .a1e95a3006a99ef .img-wrap {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
#a8b2ea7391af0c7 .aa077a3edfa8b4a {
  overflow: hidden;
}
#a8b2ea7391af0c7 .aa077a3edfa8b4a , #a8b2ea7391af0c7 .aa077a3edfa8b4a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;text-align: center;font-family: NotoSansSC-Medium;color: rgba(79, 79, 79, 1);}#a8b2ea7391af0c7 .a6606a696ba6bd0 {
  overflow: hidden;
}
#a8b2ea7391af0c7 .a6606a696ba6bd0 , #a8b2ea7391af0c7 .a6606a696ba6bd0 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(79, 79, 79, 1);}#a8b2ea7391af0c7 .abf17ac312a2ce0 .ele-wrap {color: #4f4f4f;border-width: 0px;border-style: solid;font-size: 18px;justify-content: center;font-family: NotoSansSC-Medium;background-color: transparent;}#a8b2ea7391af0c7 .a03d8aa90aa5699 .img-wrap {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#a8b2ea7391af0c7 .a49f5ae8adaf020 {
  overflow: hidden;
}
#a8b2ea7391af0c7 .a49f5ae8adaf020 , #a8b2ea7391af0c7 .a49f5ae8adaf020 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;text-align: center;font-family: NotoSansSC-Medium;color: rgba(255, 255, 255, 1);}#a8b2ea7391af0c7 .a44b0ad21ba78eb {
  overflow: hidden;
}
#a8b2ea7391af0c7 .a44b0ad21ba78eb , #a8b2ea7391af0c7 .a44b0ad21ba78eb > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8b2ea7391af0c7 .af9cda565da4411 .ele-wrap {color: #ffffff;border-width: 0px;border-style: solid;font-size: 18px;justify-content: center;font-family: NotoSansSC-Medium;background-color: transparent;}#a8b2ea7391af0c7 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a8b2ea7391af0c7 .uk-position-center-left-out {
    left: -30px;
  }
  #a8b2ea7391af0c7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ae529a90d3a9304 .a92f7ae1e9ae39c > .ele-wrap {border-radius: 10px;border-right-width: 2px;border-right-color: rgba(196, 47, 31, 1);border-right-style: solid;border-left-color: rgba(196, 47, 31, 1);border-bottom-color: rgba(196, 47, 31, 1);border-top-color: rgba(196, 47, 31, 1);border-left-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ae529a90d3a9304 .a92f7ae1e9ae39c  > .ele-wrap:hover {background-color: rgba(196, 47, 31, 1);}#ae529a90d3a9304 .a0370ac748a66f2 .img-wrap {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
#ae529a90d3a9304 .a1b89a679da9544 {
  overflow: hidden;
}
#ae529a90d3a9304 .a1b89a679da9544 , #ae529a90d3a9304 .a1b89a679da9544 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;text-align: center;font-family: NotoSansSC-Medium;color: rgba(79, 79, 79, 1);}#ae529a90d3a9304 .ad6c6a8578a03aa {
  overflow: hidden;
}
#ae529a90d3a9304 .ad6c6a8578a03aa , #ae529a90d3a9304 .ad6c6a8578a03aa > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(79, 79, 79, 1);}#ae529a90d3a9304 .a7f5fad0c3ae486 .ele-wrap {color: #4f4f4f;border-width: 0px;border-style: solid;font-size: 18px;justify-content: center;font-family: NotoSansSC-Medium;background-color: transparent;}#ae529a90d3a9304 .afa41ade4aa89bc .img-wrap {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#ae529a90d3a9304 .a2385ab16aa1dfb {
  overflow: hidden;
}
#ae529a90d3a9304 .a2385ab16aa1dfb , #ae529a90d3a9304 .a2385ab16aa1dfb > * {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;text-align: center;font-family: NotoSansSC-Medium;color: rgba(255, 255, 255, 1);}#ae529a90d3a9304 .a004ba6500aecd8 {
  overflow: hidden;
}
#ae529a90d3a9304 .a004ba6500aecd8 , #ae529a90d3a9304 .a004ba6500aecd8 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae529a90d3a9304 .a75bda8430aa4b4 .ele-wrap {color: #ffffff;border-width: 0px;border-style: solid;font-size: 18px;justify-content: center;font-family: NotoSansSC-Medium;background-color: transparent;}#ae529a90d3a9304 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ae529a90d3a9304 .uk-position-center-left-out {
    left: -30px;
  }
  #ae529a90d3a9304 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aef8ca8aaca9473 .aa8c2a1261aae7a > .ele-wrap {border-radius: 10px;border-right-width: 2px;border-right-color: rgba(196, 47, 31, 1);border-right-style: solid;border-left-color: rgba(196, 47, 31, 1);border-bottom-color: rgba(196, 47, 31, 1);border-top-color: rgba(196, 47, 31, 1);border-left-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#aef8ca8aaca9473 .aa8c2a1261aae7a  > .ele-wrap:hover {background-color: rgba(196, 47, 31, 1);}#aef8ca8aaca9473 .a1bfaafbb6a18ce .img-wrap {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
#aef8ca8aaca9473 .aca63a2ebaa773c {
  overflow: hidden;
}
#aef8ca8aaca9473 .aca63a2ebaa773c , #aef8ca8aaca9473 .aca63a2ebaa773c > * {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;text-align: center;font-family: NotoSansSC-Medium;color: rgba(79, 79, 79, 1);}#aef8ca8aaca9473 .a63dea725aaa5d8 {
  overflow: hidden;
}
#aef8ca8aaca9473 .a63dea725aaa5d8 , #aef8ca8aaca9473 .a63dea725aaa5d8 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(79, 79, 79, 1);}#aef8ca8aaca9473 .a6947ab7dca6ad3 .ele-wrap {color: #4f4f4f;border-width: 0px;border-style: solid;font-size: 18px;justify-content: center;font-family: NotoSansSC-Medium;background-color: transparent;}#aef8ca8aaca9473 .a5fb3a0dd3a5c5e .img-wrap {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#aef8ca8aaca9473 .aa93ba1793ae09e {
  overflow: hidden;
}
#aef8ca8aaca9473 .aa93ba1793ae09e , #aef8ca8aaca9473 .aa93ba1793ae09e > * {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;text-align: center;font-family: NotoSansSC-Medium;color: rgba(255, 255, 255, 1);}#aef8ca8aaca9473 .ac484a4ed7a58da {
  overflow: hidden;
}
#aef8ca8aaca9473 .ac484a4ed7a58da , #aef8ca8aaca9473 .ac484a4ed7a58da > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aef8ca8aaca9473 .a7585a5289a1f9b .ele-wrap {color: #ffffff;border-width: 0px;border-style: solid;font-size: 18px;justify-content: center;font-family: NotoSansSC-Medium;background-color: transparent;}#aef8ca8aaca9473 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aef8ca8aaca9473 .uk-position-center-left-out {
    left: -30px;
  }
  #aef8ca8aaca9473 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ad47da39c7aa7e3 .a3517aa1f0af616 > .ele-wrap {border-radius: 10px;border-right-width: 2px;border-right-color: rgba(196, 47, 31, 1);border-right-style: solid;border-left-color: rgba(196, 47, 31, 1);border-bottom-color: rgba(196, 47, 31, 1);border-top-color: rgba(196, 47, 31, 1);border-left-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ad47da39c7aa7e3 .a3517aa1f0af616  > .ele-wrap:hover {background-color: rgba(196, 47, 31, 1);}#ad47da39c7aa7e3 .ae0b7a2e91ac55a .img-wrap {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
#ad47da39c7aa7e3 .a6623a952bac34d {
  overflow: hidden;
}
#ad47da39c7aa7e3 .a6623a952bac34d , #ad47da39c7aa7e3 .a6623a952bac34d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;text-align: center;font-family: NotoSansSC-Medium;color: rgba(79, 79, 79, 1);}#ad47da39c7aa7e3 .a5f9aa0ab8a97d8 {
  overflow: hidden;
}
#ad47da39c7aa7e3 .a5f9aa0ab8a97d8 , #ad47da39c7aa7e3 .a5f9aa0ab8a97d8 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(79, 79, 79, 1);}#ad47da39c7aa7e3 .a215ea9cfea988e .ele-wrap {color: #4f4f4f;border-width: 0px;border-style: solid;font-size: 18px;justify-content: center;font-family: NotoSansSC-Medium;background-color: transparent;}#ad47da39c7aa7e3 .a7963a466fabd47 .img-wrap {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#ad47da39c7aa7e3 .a94aeae002ab7aa {
  overflow: hidden;
}
#ad47da39c7aa7e3 .a94aeae002ab7aa , #ad47da39c7aa7e3 .a94aeae002ab7aa > * {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;text-align: center;font-family: NotoSansSC-Medium;color: rgba(255, 255, 255, 1);}#ad47da39c7aa7e3 .a0f8da102dac126 {
  overflow: hidden;
}
#ad47da39c7aa7e3 .a0f8da102dac126 , #ad47da39c7aa7e3 .a0f8da102dac126 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad47da39c7aa7e3 .a016aa2202ae48b .ele-wrap {color: #ffffff;border-width: 0px;border-style: solid;font-size: 18px;justify-content: center;font-family: NotoSansSC-Medium;background-color: transparent;}#ad47da39c7aa7e3 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ad47da39c7aa7e3 .uk-position-center-left-out {
    left: -30px;
  }
  #ad47da39c7aa7e3 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa4f5ab48da90b5 .a0333ae132ac864 > .ele-wrap {border-radius: 10px;border-right-width: 2px;border-right-color: rgba(196, 47, 31, 1);border-right-style: solid;border-left-color: rgba(196, 47, 31, 1);border-bottom-color: rgba(196, 47, 31, 1);border-top-color: rgba(196, 47, 31, 1);border-left-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#aa4f5ab48da90b5 .a0333ae132ac864  > .ele-wrap:hover {background-color: rgba(196, 47, 31, 1);}#aa4f5ab48da90b5 .a577ca313da00f8 .img-wrap {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
#aa4f5ab48da90b5 .afe5da958cabbbb {
  overflow: hidden;
}
#aa4f5ab48da90b5 .afe5da958cabbbb , #aa4f5ab48da90b5 .afe5da958cabbbb > * {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;text-align: center;font-family: NotoSansSC-Medium;color: rgba(79, 79, 79, 1);}#aa4f5ab48da90b5 .ae47da88cea54a8 {
  overflow: hidden;
}
#aa4f5ab48da90b5 .ae47da88cea54a8 , #aa4f5ab48da90b5 .ae47da88cea54a8 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(79, 79, 79, 1);}#aa4f5ab48da90b5 .a1045a89c7a23eb .ele-wrap {color: #4f4f4f;border-width: 0px;border-style: solid;font-size: 18px;justify-content: center;font-family: NotoSansSC-Medium;background-color: transparent;}#aa4f5ab48da90b5 .ac34ea4ba9a2dfe .img-wrap {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#aa4f5ab48da90b5 .a73a1a7a7ca773e {
  overflow: hidden;
}
#aa4f5ab48da90b5 .a73a1a7a7ca773e , #aa4f5ab48da90b5 .a73a1a7a7ca773e > * {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;text-align: center;font-family: NotoSansSC-Medium;color: rgba(255, 255, 255, 1);}#aa4f5ab48da90b5 .a383eac03bafb2d {
  overflow: hidden;
}
#aa4f5ab48da90b5 .a383eac03bafb2d , #aa4f5ab48da90b5 .a383eac03bafb2d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa4f5ab48da90b5 .a9ec9a4c8aac5af .ele-wrap {color: #ffffff;border-width: 0px;border-style: solid;font-size: 18px;justify-content: center;font-family: NotoSansSC-Medium;background-color: transparent;}#aa4f5ab48da90b5 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aa4f5ab48da90b5 .uk-position-center-left-out {
    left: -30px;
  }
  #aa4f5ab48da90b5 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a76e4a21aba6188 {
  overflow: hidden;
  pointer-events: none;
}
#a76e4a21aba6188 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a76e4a21aba6188 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a76e4a21aba6188 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a76e4a21aba6188 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a76e4a21aba6188 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a76e4a21aba6188 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a76e4a21aba6188 > .tab-wrap > div > .tab-nav,
#a76e4a21aba6188 > .tab-nav,
#a76e4a21aba6188 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a76e4a21aba6188 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
  border-right-color: rgba(204, 204, 204, 0.39);
  border-left-color: rgba(204, 204, 204, 0.39);
  border-top-color: rgba(204, 204, 204, 0.39);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a76e4a21aba6188 > .tab-wrap > div > .tab-nav-horizontal,
#a76e4a21aba6188 > .tab-nav-horizontal,
#a76e4a21aba6188 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a76e4a21aba6188 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a76e4a21aba6188 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a76e4a21aba6188 > .tab-nav-horizontal::-webkit-scrollbar,
#a76e4a21aba6188 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a76e4a21aba6188 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a76e4a21aba6188 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a76e4a21aba6188 > .tab-nav-horizontal.tagScroll,
#a76e4a21aba6188 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a76e4a21aba6188 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 10px;
  overflow-x: auto;
}
#a76e4a21aba6188 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a76e4a21aba6188 > .tab-nav-horizontal.tagScroll li a,
#a76e4a21aba6188 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a76e4a21aba6188 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a76e4a21aba6188 > .tab-wrap > div > .tab-nav a,
#a76e4a21aba6188 > .tab-nav a,
#a76e4a21aba6188 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a76e4a21aba6188 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a76e4a21aba6188 > .tab-wrap > div > .tab-nav li a,
#a76e4a21aba6188 > .tab-nav li a,
#a76e4a21aba6188 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a76e4a21aba6188 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 9px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 10px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
}
#a76e4a21aba6188 > .tab-wrap > div > .tab-nav li a svg,
#a76e4a21aba6188 > .tab-nav li a svg,
#a76e4a21aba6188 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a76e4a21aba6188 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a76e4a21aba6188 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a76e4a21aba6188 > .tab-nav li a .ap_icon,
#a76e4a21aba6188 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a76e4a21aba6188 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a76e4a21aba6188 > .tab-wrap > div > .tab-nav li a:hover,
#a76e4a21aba6188 > .tab-nav li a:hover,
#a76e4a21aba6188 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a76e4a21aba6188 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a76e4a21aba6188 > .tab-wrap > div > .tab-nav li.uk-active a,
#a76e4a21aba6188 > .tab-nav li.uk-active a,
#a76e4a21aba6188 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a76e4a21aba6188 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a76e4a21aba6188 .layout-left li,
#a76e4a21aba6188 .layout-center li,
#a76e4a21aba6188 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a76e4a21aba6188 .layout-left li a,
#a76e4a21aba6188 .layout-center li a,
#a76e4a21aba6188 .layout-right li a {
  height: 100%;
}
#a76e4a21aba6188 > .tab-tabs .layout-left {
  text-align: left;
}
#a76e4a21aba6188 > .tab-tabs .layout-center {
  text-align: center;
}
#a76e4a21aba6188 > .tab-tabs .layout-right {
  text-align: right;
}
#a76e4a21aba6188 .tab-contents {
  height: 100%;
  height: calc(100% - 10px);
}
#a76e4a21aba6188 .tab-content-wrap {
  background-color: transparent;
}
#a76e4a21aba6188 .tab-contents,
#a76e4a21aba6188 .tab-contents-wrap {
  pointer-events: none;
}
#a76e4a21aba6188 .tab-content,
#a76e4a21aba6188 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a76e4a21aba6188 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a76e4a21aba6188 .tab-wrap .tab-contents {
  height: 100%;
}
#a76e4a21aba6188 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a76e4a21aba6188 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a76e4a21aba6188 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a707fa7863a546b > .ele-wrap {background-color: rgba(217, 217, 217, 1);border-radius: 99px;}#a707fa7863a546b  > .ele-wrap:hover {background-color: rgba(196, 47, 31, 1);}#af12aa69b7a3850 > .ele-wrap {background-color: rgba(217, 217, 217, 1);border-radius: 99px;}#af12aa69b7a3850  > .ele-wrap:hover {background-color: rgba(196, 47, 31, 1);}#af36eaed5dabde1 .ele-wrap {color: #fff;font-size: 24px;font-weight: 500;background-color: rgba(213, 50, 22, 1);border-radius: 99px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;padding-right: 15px;}#af36eaed5dabde1 .ele-wrap:hover {background-color: #509c49;background-color: rgba(228, 54, 24, 1);}#a0c2ba3132a4d94 > .ele-wrap {box-shadow: 0px 0px 0px 0px undefined;}#a120ba3d4aadd21 > .ele-wrap {border-top-width: 1px;border-top-style: solid;border-top-color: rgba(255, 255, 255, 1);border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-radius: 99px;background-color: rgba(255, 255, 255, 1);}#a120ba3d4aadd21  > .ele-wrap:hover {background-color: rgba(231, 2, 0, 1);border-color: rgba(255, 255, 255, 0.1);}#a120ba3d4aadd21 .hover-content-wrap:nth-child(2)
                            {}#a320aac202a5aa1 .a56fea38f3ad59c > .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;}#a320aac202a5aa1 .afb94a01dca25c4 {
  overflow: hidden;
}
#a320aac202a5aa1 .afb94a01dca25c4 , #a320aac202a5aa1 .afb94a01dca25c4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: NotoSansSC-Regular;color: rgba(255, 255, 255, 1);}#a320aac202a5aa1 .a1d8fa9a37a45a9 {
  overflow: hidden;
}
#a320aac202a5aa1 .aa506a8f05ade6d .ele-wrap {border-color: #333;color: #333;border-width: 0px;border-style: none;font-size: 14px;justify-content: center;background-image: url(/resources/upload/a9396afc3aabab7/1757495237698.png);background-position: center center;background-size: contain;background-color: transparent;}#a320aac202a5aa1 .uk-grid {
  margin-left: -23.5px;
}
#a320aac202a5aa1 .uk-grid > * {
  padding-left: 23.5px;
}
#a320aac202a5aa1 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a320aac202a5aa1 .uk-position-center-left-out {
    left: -30px;
  }
  #a320aac202a5aa1 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8f1da1853af958 .ele-wrap {color: #fff;font-size: 24px;font-weight: 500;background-color: rgba(213, 50, 22, 1);border-radius: 99px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;padding-right: 15px;}#a8f1da1853af958 .ele-wrap:hover {background-color: #509c49;background-color: rgba(228, 54, 24, 1);}#aad55ac61ba69f5 > .ele-wrap {border-top-width: 1px;border-top-style: solid;border-top-color: rgba(255, 255, 255, 1);border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-radius: 99px;background-color: rgba(255, 255, 255, 1);}#aad55ac61ba69f5  > .ele-wrap:hover {background-color: rgba(231, 2, 0, 1);border-color: rgba(255, 255, 255, 0.1);}#aad55ac61ba69f5 .hover-content-wrap:nth-child(2)
                            {}#a029fa7126a1a48 .aeecfab41dac9d8 > .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;box-shadow: 0px 0px 0px 0px undefined;}#a029fa7126a1a48 .abd5aa8d03a2a60 {
  overflow: hidden;
}
#a029fa7126a1a48 .abd5aa8d03a2a60 , #a029fa7126a1a48 .abd5aa8d03a2a60 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;font-family: NotoSansSC-Regular;color: rgba(79, 79, 79, 1);}#a029fa7126a1a48 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a029fa7126a1a48 .uk-position-center-left-out {
    left: -30px;
  }
  #a029fa7126a1a48 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ab875ab66fa2802 .a938daf587ac6d9 > .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;box-shadow: 0px 0px 0px 0px undefined;}#ab875ab66fa2802 .ad712a05b6af28b {
  overflow: hidden;
}
#ab875ab66fa2802 .ad712a05b6af28b , #ab875ab66fa2802 .ad712a05b6af28b > * {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;font-family: NotoSansSC-Regular;color: rgba(79, 79, 79, 1);}#ab875ab66fa2802 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ab875ab66fa2802 .uk-position-center-left-out {
    left: -30px;
  }
  #ab875ab66fa2802 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a7639adfd9a04c3 .a40cca048ba2c48 > .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;box-shadow: 0px 0px 0px 0px undefined;}#a7639adfd9a04c3 .a6662a36d5a4a72 {
  overflow: hidden;
}
#a7639adfd9a04c3 .a6662a36d5a4a72 , #a7639adfd9a04c3 .a6662a36d5a4a72 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;font-family: NotoSansSC-Regular;color: rgba(79, 79, 79, 1);}#a7639adfd9a04c3 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a7639adfd9a04c3 .uk-position-center-left-out {
    left: -30px;
  }
  #a7639adfd9a04c3 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a87f8ae11ba395b {
  overflow: hidden;
  pointer-events: none;
}
#a87f8ae11ba395b > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a87f8ae11ba395b > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a87f8ae11ba395b > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a87f8ae11ba395b > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a87f8ae11ba395b > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a87f8ae11ba395b > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a87f8ae11ba395b > .tab-wrap > div > .tab-nav,
#a87f8ae11ba395b > .tab-nav,
#a87f8ae11ba395b > .tab-tabs > .tab-wrap > div > .tab-nav,
#a87f8ae11ba395b > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-color: rgba(204, 204, 204, 0.39);
  border-left-color: rgba(204, 204, 204, 0.39);
  border-top-color: rgba(204, 204, 204, 0.39);
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a87f8ae11ba395b > .tab-wrap > div > .tab-nav-horizontal,
#a87f8ae11ba395b > .tab-nav-horizontal,
#a87f8ae11ba395b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a87f8ae11ba395b > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a87f8ae11ba395b > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a87f8ae11ba395b > .tab-nav-horizontal::-webkit-scrollbar,
#a87f8ae11ba395b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a87f8ae11ba395b > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a87f8ae11ba395b > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a87f8ae11ba395b > .tab-nav-horizontal.tagScroll,
#a87f8ae11ba395b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a87f8ae11ba395b > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 10px;
  overflow-x: auto;
}
#a87f8ae11ba395b > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a87f8ae11ba395b > .tab-nav-horizontal.tagScroll li a,
#a87f8ae11ba395b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a87f8ae11ba395b > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a87f8ae11ba395b > .tab-wrap > div > .tab-nav a,
#a87f8ae11ba395b > .tab-nav a,
#a87f8ae11ba395b > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a87f8ae11ba395b > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a87f8ae11ba395b > .tab-wrap > div > .tab-nav li a,
#a87f8ae11ba395b > .tab-nav li a,
#a87f8ae11ba395b > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a87f8ae11ba395b > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 9px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 10px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
}
#a87f8ae11ba395b > .tab-wrap > div > .tab-nav li a svg,
#a87f8ae11ba395b > .tab-nav li a svg,
#a87f8ae11ba395b > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a87f8ae11ba395b > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a87f8ae11ba395b > .tab-wrap > div > .tab-nav li a .ap_icon,
#a87f8ae11ba395b > .tab-nav li a .ap_icon,
#a87f8ae11ba395b > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a87f8ae11ba395b > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a87f8ae11ba395b > .tab-wrap > div > .tab-nav li a:hover,
#a87f8ae11ba395b > .tab-nav li a:hover,
#a87f8ae11ba395b > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a87f8ae11ba395b > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a87f8ae11ba395b > .tab-wrap > div > .tab-nav li.uk-active a,
#a87f8ae11ba395b > .tab-nav li.uk-active a,
#a87f8ae11ba395b > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a87f8ae11ba395b > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a87f8ae11ba395b .layout-left li,
#a87f8ae11ba395b .layout-center li,
#a87f8ae11ba395b .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a87f8ae11ba395b .layout-left li a,
#a87f8ae11ba395b .layout-center li a,
#a87f8ae11ba395b .layout-right li a {
  height: 100%;
}
#a87f8ae11ba395b > .tab-tabs .layout-left {
  text-align: left;
}
#a87f8ae11ba395b > .tab-tabs .layout-center {
  text-align: center;
}
#a87f8ae11ba395b > .tab-tabs .layout-right {
  text-align: right;
}
#a87f8ae11ba395b .tab-contents {
  height: 100%;
  height: calc(100% - 10px);
}
#a87f8ae11ba395b .tab-content-wrap {
  background-color: transparent;
}
#a87f8ae11ba395b .tab-contents,
#a87f8ae11ba395b .tab-contents-wrap {
  pointer-events: none;
}
#a87f8ae11ba395b .tab-content,
#a87f8ae11ba395b .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a87f8ae11ba395b .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a87f8ae11ba395b .tab-wrap .tab-contents {
  height: 100%;
}
#a87f8ae11ba395b .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a87f8ae11ba395b .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a87f8ae11ba395b .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a667ea778ba7e17 {
  overflow: hidden;
  pointer-events: none;
}
#a667ea778ba7e17 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 36px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a667ea778ba7e17 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a667ea778ba7e17 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a667ea778ba7e17 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 36px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a667ea778ba7e17 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a667ea778ba7e17 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a667ea778ba7e17 > .tab-wrap > div > .tab-nav,
#a667ea778ba7e17 > .tab-nav,
#a667ea778ba7e17 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a667ea778ba7e17 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a667ea778ba7e17 > .tab-wrap > div > .tab-nav-horizontal,
#a667ea778ba7e17 > .tab-nav-horizontal,
#a667ea778ba7e17 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a667ea778ba7e17 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a667ea778ba7e17 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a667ea778ba7e17 > .tab-nav-horizontal::-webkit-scrollbar,
#a667ea778ba7e17 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a667ea778ba7e17 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a667ea778ba7e17 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a667ea778ba7e17 > .tab-nav-horizontal.tagScroll,
#a667ea778ba7e17 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a667ea778ba7e17 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 36px;
  overflow-x: auto;
}
#a667ea778ba7e17 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a667ea778ba7e17 > .tab-nav-horizontal.tagScroll li a,
#a667ea778ba7e17 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a667ea778ba7e17 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a667ea778ba7e17 > .tab-wrap > div > .tab-nav a,
#a667ea778ba7e17 > .tab-nav a,
#a667ea778ba7e17 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a667ea778ba7e17 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a667ea778ba7e17 > .tab-wrap > div > .tab-nav li a,
#a667ea778ba7e17 > .tab-nav li a,
#a667ea778ba7e17 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a667ea778ba7e17 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 35px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 36px;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  text-align: center;
  font-family: NotoSansSC-Regular;
  color: #333333;
  margin-top: 0;
}
#a667ea778ba7e17 > .tab-wrap > div > .tab-nav li a svg,
#a667ea778ba7e17 > .tab-nav li a svg,
#a667ea778ba7e17 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a667ea778ba7e17 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a667ea778ba7e17 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a667ea778ba7e17 > .tab-nav li a .ap_icon,
#a667ea778ba7e17 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a667ea778ba7e17 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a667ea778ba7e17 > .tab-wrap > div > .tab-nav li a:hover,
#a667ea778ba7e17 > .tab-nav li a:hover,
#a667ea778ba7e17 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a667ea778ba7e17 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #1d9177;
}
#a667ea778ba7e17 > .tab-wrap > div > .tab-nav li.uk-active a,
#a667ea778ba7e17 > .tab-nav li.uk-active a,
#a667ea778ba7e17 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a667ea778ba7e17 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: NotoSansSC-Bold;
  color: #c42f1f;
  border-bottom-width: 2px;
  border-bottom-color: #c42f1f;
  border-bottom-style: solid;
}
#a667ea778ba7e17 .layout-left li,
#a667ea778ba7e17 .layout-center li,
#a667ea778ba7e17 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a667ea778ba7e17 .layout-left li a,
#a667ea778ba7e17 .layout-center li a,
#a667ea778ba7e17 .layout-right li a {
  height: 100%;
}
#a667ea778ba7e17 > .tab-tabs .layout-left {
  text-align: left;
}
#a667ea778ba7e17 > .tab-tabs .layout-center {
  text-align: center;
}
#a667ea778ba7e17 > .tab-tabs .layout-right {
  text-align: right;
}
#a667ea778ba7e17 .tab-contents {
  height: 100%;
  height: calc(100% - 36px);
}
#a667ea778ba7e17 .tab-content-wrap {
  background-color: transparent;
}
#a667ea778ba7e17 .tab-contents,
#a667ea778ba7e17 .tab-contents-wrap {
  pointer-events: none;
}
#a667ea778ba7e17 .tab-content,
#a667ea778ba7e17 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a667ea778ba7e17 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a667ea778ba7e17 .tab-wrap .tab-contents {
  height: 100%;
}
#a667ea778ba7e17 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a667ea778ba7e17 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a667ea778ba7e17 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a6575aa68ca98ce .ele-wrap {color: #fff;font-size: 24px;font-weight: 500;background-color: rgba(213, 50, 22, 1);border-radius: 99px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;padding-right: 15px;}#a6575aa68ca98ce .ele-wrap:hover {background-color: #509c49;background-color: rgba(228, 54, 24, 1);}#ad1f8ab077a64c7 .img-wrap {
  box-shadow: NaNpx NaNpx 0px 0px #ffffff;
}
#a163ba0ccca5f96 > .ele-wrap {background-color: rgba(238, 235, 235, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa079a1e9dad919 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a16d5a8e96a7164 [data-item="undefined"] {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2ae5a1f3ea0c04 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a464aa34e2a8b7e .post-cate {
  position: absolute;
  margin-left: 0;
  left: 30px;
  top: 0;
  padding: 0 10px;
  line-height: 20px;
  font-size: 12px;
  z-index: 100;
  background: #007bff;
  color: #fff;
}
#a464aa34e2a8b7e .new-list .uk-card {
  border-bottom: 1px solid #e7e7e7;
}
#a464aa34e2a8b7e .new-list .uk-card:first-of-type {
  padding-top: 0;
}
#a464aa34e2a8b7e .new-list .uk-card:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
#a464aa34e2a8b7e .main-item::before {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.95)));
  /* background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.95) 100%); */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.95) 100%);
  /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.95) 100%); */
}
#a464aa34e2a8b7e .main-item::after {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  content: '';
  -webkit-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
}
#a464aa34e2a8b7e .main-item:hover::after {
  opacity: 1;
}
#a464aa34e2a8b7e .main-info {
  z-index: 100;
}
#a07fbafd8fa6300 .uk-container {
  line-height: 2;
  color: #999;
}
#a9d22ae616a0174 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d22ae616a0174 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d22ae616a0174 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
}
#a9d22ae616a0174 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #4a4a4a;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d22ae616a0174 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d53216;
}
#a9d22ae616a0174 .menu-list > li.active > a:before,
#a9d22ae616a0174 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d22ae616a0174 .menu-list > li ul li {
  position: relative;
}
#a9d22ae616a0174 .menu-list > li ul li:hover > a {
  color: #d53216;
}
#a9d22ae616a0174 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: null;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a9d22ae616a0174 .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d53216;
}
#a9d22ae616a0174 .menu-list li ul li a:active,
#a9d22ae616a0174 .menu-list li ul li a.active,
#a9d22ae616a0174 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a9d22ae616a0174 .menu-list li ul,
#a9d22ae616a0174 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a9d22ae616a0174 .menu-list li ul.menu-b > li,
#a9d22ae616a0174 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d22ae616a0174 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d22ae616a0174 .menu-list li:hover > ul {
  display: block;
}
#a9d22ae616a0174 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6311abebfacbb8 .ele-wrap {color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(213, 50, 22, 1);border-radius: 25px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#a6311abebfacbb8 .ele-wrap:hover {background-color: #509c49;background-color: rgba(228, 54, 24, 1);}#ad3c7af729ae68e .uk-container {max-width: 1500px;}#afd8ca80feaea61 .ele-wrap {color: #fff;font-size: 16px;background-color: #0095eb;border-radius: 5px;justify-content: center;border-style: solid;font-weight: 500;}#aa25da15f1ab756 .ad352ae471afbe7 > .ele-wrap {border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;}#aa25da15f1ab756 .ad4fbacb12a1167 {
  overflow: hidden;
}
#aa25da15f1ab756 .ad4fbacb12a1167 .img-wrap {
  box-shadow: 0px 0px 0px 0px #4a4a4a;
  border-right-color: #767676;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #767676;
  border-bottom-color: #767676;
  border-top-color: #767676;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  transition: all 0.3s ease-in;
}
#aa25da15f1ab756 .ad4fbacb12a1167 .img-wrap:hover {
  transform: scale(1.2);
}
#aa25da15f1ab756 .a84b5a5588a7057 {
  overflow: hidden;
}
#aa25da15f1ab756 .a84b5a5588a7057 , #aa25da15f1ab756 .a84b5a5588a7057 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: left;font-family: inherit;color: rgba(0, 0, 0, 1);}#aa25da15f1ab756 .dynamic-list-item:hover {
  background-color: #ffffff;
}
/* mobile */
@media (max-width: 640px) {
  #aa25da15f1ab756 .uk-position-center-left-out {
    left: -30px;
  }
  #aa25da15f1ab756 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a1cf8aceeea9b78 .ele-wrap {border-color: rgba(0, 0, 0, 1);color: #000000;border-width: 1px;border-style: solid;font-size: 16px;background-color: transparent;border-radius: 3px;justify-content: center;}#a1cf8aceeea9b78 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(0, 154, 91, 1);border-color: rgba(255, 255, 255, 1);}#a78d5a0bfeadda4 .a93b0abe8aaf278 > .ele-wrap {border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;}#a78d5a0bfeadda4 .a6bcda2c50a69ad {
  overflow: hidden;
}
#a78d5a0bfeadda4 .a6bcda2c50a69ad .img-wrap {
  border-right-color: #767676;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #767676;
  border-bottom-color: #767676;
  border-top-color: #767676;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  transition: all 0.3s ease-in;
}
#a78d5a0bfeadda4 .a6bcda2c50a69ad .img-wrap:hover {
  transform: scale(1.2);
}
#a78d5a0bfeadda4 .ad625a64d1a7fad {
  overflow: hidden;
}
#a78d5a0bfeadda4 .ad625a64d1a7fad , #a78d5a0bfeadda4 .ad625a64d1a7fad > * {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: left;font-family: inherit;color: rgba(0, 0, 0, 1);}#a78d5a0bfeadda4 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a78d5a0bfeadda4 .uk-position-center-left-out {
    left: -30px;
  }
  #a78d5a0bfeadda4 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a9263aee4fa580c .ele-wrap {border-color: rgba(0, 0, 0, 1);color: #000000;border-width: 1px;border-style: solid;font-size: 16px;background-color: transparent;border-radius: 3px;justify-content: center;}#a9263aee4fa580c .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(0, 154, 91, 1);border-color: rgba(255, 255, 255, 1);}#a82e3a8cfcabf1e .aaf13a3ed0a9e7b > .ele-wrap {border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;}#a82e3a8cfcabf1e .ae2d7ac9a1add0f {
  overflow: hidden;
}
#a82e3a8cfcabf1e .ae2d7ac9a1add0f .img-wrap {
  border-right-width: 1px;
  border-right-color: #767676;
  border-right-style: solid;
  border-left-color: #767676;
  border-bottom-color: #767676;
  border-top-color: #767676;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  transition: all 0.3s ease-in;
}
#a82e3a8cfcabf1e .ae2d7ac9a1add0f .img-wrap:hover {
  transform: scale(1.2);
}
#a82e3a8cfcabf1e .a018faec39a6585 {
  overflow: hidden;
}
#a82e3a8cfcabf1e .a018faec39a6585 , #a82e3a8cfcabf1e .a018faec39a6585 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: left;font-family: inherit;color: rgba(51, 51, 51, 1);}#a82e3a8cfcabf1e .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a82e3a8cfcabf1e .uk-position-center-left-out {
    left: -30px;
  }
  #a82e3a8cfcabf1e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6efaa95adabeca .ele-wrap {border-color: rgba(0, 0, 0, 1);color: #000000;border-width: 1px;border-style: solid;font-size: 16px;background-color: transparent;border-radius: 3px;justify-content: center;}#a6efaa95adabeca .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(255, 255, 255, 1);background-color: rgba(0, 154, 91, 1);}#a212ca4ba1a63cb {
  overflow: hidden;
  pointer-events: none;
}
#a212ca4ba1a63cb > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 36px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a212ca4ba1a63cb > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a212ca4ba1a63cb > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a212ca4ba1a63cb > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 36px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a212ca4ba1a63cb > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a212ca4ba1a63cb > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a212ca4ba1a63cb > .tab-wrap > div > .tab-nav,
#a212ca4ba1a63cb > .tab-nav,
#a212ca4ba1a63cb > .tab-tabs > .tab-wrap > div > .tab-nav,
#a212ca4ba1a63cb > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #f8f8f8;
}
#a212ca4ba1a63cb > .tab-wrap > div > .tab-nav-horizontal,
#a212ca4ba1a63cb > .tab-nav-horizontal,
#a212ca4ba1a63cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a212ca4ba1a63cb > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a212ca4ba1a63cb > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a212ca4ba1a63cb > .tab-nav-horizontal::-webkit-scrollbar,
#a212ca4ba1a63cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a212ca4ba1a63cb > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a212ca4ba1a63cb > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a212ca4ba1a63cb > .tab-nav-horizontal.tagScroll,
#a212ca4ba1a63cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a212ca4ba1a63cb > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 36px;
  overflow-x: auto;
}
#a212ca4ba1a63cb > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a212ca4ba1a63cb > .tab-nav-horizontal.tagScroll li a,
#a212ca4ba1a63cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a212ca4ba1a63cb > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a212ca4ba1a63cb > .tab-wrap > div > .tab-nav a,
#a212ca4ba1a63cb > .tab-nav a,
#a212ca4ba1a63cb > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a212ca4ba1a63cb > .tab-tabs > .tab-nav a {
  padding: 0 50px;
}
#a212ca4ba1a63cb > .tab-wrap > div > .tab-nav li a,
#a212ca4ba1a63cb > .tab-nav li a,
#a212ca4ba1a63cb > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a212ca4ba1a63cb > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 35px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 36px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #0d0d0d;
  margin-top: 10px;
  padding: 0 50px;
}
#a212ca4ba1a63cb > .tab-wrap > div > .tab-nav li a svg,
#a212ca4ba1a63cb > .tab-nav li a svg,
#a212ca4ba1a63cb > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a212ca4ba1a63cb > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a212ca4ba1a63cb > .tab-wrap > div > .tab-nav li a .ap_icon,
#a212ca4ba1a63cb > .tab-nav li a .ap_icon,
#a212ca4ba1a63cb > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a212ca4ba1a63cb > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a212ca4ba1a63cb > .tab-wrap > div > .tab-nav li a:hover,
#a212ca4ba1a63cb > .tab-nav li a:hover,
#a212ca4ba1a63cb > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a212ca4ba1a63cb > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#a212ca4ba1a63cb > .tab-wrap > div > .tab-nav li.uk-active a,
#a212ca4ba1a63cb > .tab-nav li.uk-active a,
#a212ca4ba1a63cb > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a212ca4ba1a63cb > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #5160e2;
}
#a212ca4ba1a63cb .layout-left li,
#a212ca4ba1a63cb .layout-center li,
#a212ca4ba1a63cb .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a212ca4ba1a63cb .layout-left li a,
#a212ca4ba1a63cb .layout-center li a,
#a212ca4ba1a63cb .layout-right li a {
  height: 100%;
}
#a212ca4ba1a63cb > .tab-tabs .layout-left {
  text-align: left;
}
#a212ca4ba1a63cb > .tab-tabs .layout-center {
  text-align: center;
}
#a212ca4ba1a63cb > .tab-tabs .layout-right {
  text-align: right;
}
#a212ca4ba1a63cb .tab-contents {
  height: 100%;
  height: calc(100% - 36px);
}
#a212ca4ba1a63cb .tab-content-wrap {
  background-color: #f8f8f8;
}
#a212ca4ba1a63cb .tab-contents,
#a212ca4ba1a63cb .tab-contents-wrap {
  pointer-events: none;
}
#a212ca4ba1a63cb .tab-content,
#a212ca4ba1a63cb .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a212ca4ba1a63cb .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a212ca4ba1a63cb .tab-wrap .tab-contents {
  height: 100%;
}
#a212ca4ba1a63cb .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a212ca4ba1a63cb .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a212ca4ba1a63cb .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a463dabb4faf07a > .ele-wrap {border-bottom-width: 0px;border-bottom-style: none;}#a463dabb4faf07a .hover-content-wrap:nth-child(1)
                            {background-color: rgba(0, 154, 91, 1);}#a463dabb4faf07a .hover-content-wrap:nth-child(2)
                            {background-color: rgba(248, 248, 248, 1);}#abdf3a95b5ae70b .hover-content-wrap:nth-child(1)
                            {background-color: rgba(248, 248, 248, 1);}#abdf3a95b5ae70b .hover-content-wrap:nth-child(2)
                            {background-color: rgba(0, 154, 91, 1);}#a6468a1a08a5329 .hover-content-wrap:nth-child(1)
                            {background-color: rgba(248, 248, 248, 1);}#a6468a1a08a5329 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(0, 154, 91, 1);}#acb07a0d54a1371 .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;background-color: transparent;border-radius: 0px;font-size: 14px;justify-content: center;}#acb07a0d54a1371 .ele-wrap:hover {border-color: rgba(0, 48, 120, 1);background-color: #fff;color: #ffffff;background-color: rgba(0, 48, 120, 1);}#ab08aae5c7ab77e > .ele-wrap {background-color: rgba(255, 255, 255, 0.3);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5c7baaae7adf34 .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;background-color: transparent;border-radius: 0px;font-size: 14px;justify-content: center;}#a5c7baaae7adf34 .ele-wrap:hover {border-color: rgba(0, 48, 120, 1);background-color: #fff;color: #ffffff;background-color: rgba(0, 48, 120, 1);}#a7995a4844a59a4 > .ele-wrap {background-color: rgba(255, 255, 255, 0.3);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7e46aa1e8ace98 .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;background-color: transparent;border-radius: 0px;font-size: 14px;justify-content: center;}#a7e46aa1e8ace98 .ele-wrap:hover {border-color: rgba(0, 48, 120, 1);background-color: #fff;color: #ffffff;background-color: rgba(0, 48, 120, 1);}#a1bf5a61dfada52 > .ele-wrap {background-color: rgba(255, 255, 255, 0.3);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af8c7a440aae55e .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;background-color: transparent;border-radius: 0px;font-size: 14px;justify-content: center;}#af8c7a440aae55e .ele-wrap:hover {border-color: rgba(0, 48, 120, 1);background-color: #fff;color: #ffffff;background-color: rgba(0, 48, 120, 1);}#a2178ad077a0899 > .ele-wrap {background-color: rgba(255, 255, 255, 0.3);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a857ba00afac22b .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;background-color: transparent;border-radius: 0px;font-size: 14px;justify-content: center;}#a857ba00afac22b .ele-wrap:hover {border-color: rgba(0, 48, 120, 1);background-color: #fff;color: #ffffff;background-color: rgba(0, 48, 120, 1);}#a8244aac87aee61 > .ele-wrap {background-color: rgba(255, 255, 255, 0.3);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aabd0a000dad957 .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;background-color: transparent;border-radius: 0px;font-size: 14px;justify-content: center;}#aabd0a000dad957 .ele-wrap:hover {border-color: rgba(0, 48, 120, 1);background-color: #fff;color: #ffffff;background-color: rgba(0, 48, 120, 1);}#a5e12a229bacd31 > .ele-wrap {background-color: rgba(255, 255, 255, 0.3);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae0c9a299fa8239 {
  overflow: hidden;
  pointer-events: none;
}
#ae0c9a299fa8239 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ae0c9a299fa8239 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#ae0c9a299fa8239 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ae0c9a299fa8239 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ae0c9a299fa8239 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#ae0c9a299fa8239 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ae0c9a299fa8239 > .tab-wrap > div > .tab-nav,
#ae0c9a299fa8239 > .tab-nav,
#ae0c9a299fa8239 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ae0c9a299fa8239 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff;
  border-bottom-style: solid;
}
#ae0c9a299fa8239 > .tab-wrap > div > .tab-nav-horizontal,
#ae0c9a299fa8239 > .tab-nav-horizontal,
#ae0c9a299fa8239 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ae0c9a299fa8239 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ae0c9a299fa8239 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ae0c9a299fa8239 > .tab-nav-horizontal::-webkit-scrollbar,
#ae0c9a299fa8239 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ae0c9a299fa8239 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ae0c9a299fa8239 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ae0c9a299fa8239 > .tab-nav-horizontal.tagScroll,
#ae0c9a299fa8239 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ae0c9a299fa8239 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#ae0c9a299fa8239 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ae0c9a299fa8239 > .tab-nav-horizontal.tagScroll li a,
#ae0c9a299fa8239 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ae0c9a299fa8239 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ae0c9a299fa8239 > .tab-wrap > div > .tab-nav a,
#ae0c9a299fa8239 > .tab-nav a,
#ae0c9a299fa8239 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ae0c9a299fa8239 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ae0c9a299fa8239 > .tab-wrap > div > .tab-nav li a,
#ae0c9a299fa8239 > .tab-nav li a,
#ae0c9a299fa8239 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ae0c9a299fa8239 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  margin-right: 170px;
  margin-left: 0;
}
#ae0c9a299fa8239 > .tab-wrap > div > .tab-nav li a svg,
#ae0c9a299fa8239 > .tab-nav li a svg,
#ae0c9a299fa8239 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ae0c9a299fa8239 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ae0c9a299fa8239 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ae0c9a299fa8239 > .tab-nav li a .ap_icon,
#ae0c9a299fa8239 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ae0c9a299fa8239 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ae0c9a299fa8239 > .tab-wrap > div > .tab-nav li a:hover,
#ae0c9a299fa8239 > .tab-nav li a:hover,
#ae0c9a299fa8239 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ae0c9a299fa8239 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: none;
}
#ae0c9a299fa8239 > .tab-wrap > div > .tab-nav li.uk-active a,
#ae0c9a299fa8239 > .tab-nav li.uk-active a,
#ae0c9a299fa8239 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ae0c9a299fa8239 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 4px;
  border-bottom-color: #ffffff;
  border-bottom-style: solid;
}
#ae0c9a299fa8239 .layout-left li,
#ae0c9a299fa8239 .layout-center li,
#ae0c9a299fa8239 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ae0c9a299fa8239 .layout-left li a,
#ae0c9a299fa8239 .layout-center li a,
#ae0c9a299fa8239 .layout-right li a {
  height: 100%;
}
#ae0c9a299fa8239 > .tab-tabs .layout-left {
  text-align: left;
}
#ae0c9a299fa8239 > .tab-tabs .layout-center {
  text-align: center;
}
#ae0c9a299fa8239 > .tab-tabs .layout-right {
  text-align: right;
}
#ae0c9a299fa8239 .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#ae0c9a299fa8239 .tab-content-wrap {
  background-color: transparent;
}
#ae0c9a299fa8239 .tab-contents,
#ae0c9a299fa8239 .tab-contents-wrap {
  pointer-events: none;
}
#ae0c9a299fa8239 .tab-content,
#ae0c9a299fa8239 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ae0c9a299fa8239 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ae0c9a299fa8239 .tab-wrap .tab-contents {
  height: 100%;
}
#ae0c9a299fa8239 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ae0c9a299fa8239 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ae0c9a299fa8239 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a2109a6fa4a1bd1 .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;background-color: transparent;border-radius: 0px;font-size: 14px;justify-content: center;}#a2109a6fa4a1bd1 .ele-wrap:hover {border-color: rgba(0, 48, 120, 1);background-color: #fff;color: #ffffff;background-color: rgba(0, 48, 120, 1);}#add4ba6d05aa57a .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#add4ba6d05aa57a .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a062eae4a8ac0e7 > .ele-wrap {background-color: rgba(187, 187, 187, 1);background-image: url(/resources/upload/a9396afc3aabab7/1690438799910.jpeg);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 1px 4px 1px rgba(255, 255, 255, 1);}#a4258a95c3a17a6 .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;background-color: transparent;border-radius: 0px;font-size: 14px;justify-content: center;}#a4258a95c3a17a6 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a464aa34e2a8b7e [data-item="items"] {left: 0px;top: -1px; position: relative;}#a464aa34e2a8b7e [data-item="buttons[0]"] {left: 0px;top: 1px; position: relative;}#af865a4059abcf6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a2defa69b2aaf54 .form-agree {
  display: flex;
  align-items: center;
}
#a2defa69b2aaf54 .uk-form .form-submit-btn {
  width: 340px;
}
#a2defa69b2aaf54 .submit-wrap {
  text-align: center;
}
#a2defa69b2aaf54 .submit-wrap button {
  background-color: #004e8b;
}
#a2defa69b2aaf54 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a2defa69b2aaf54 .form-item .uk-input,
#a2defa69b2aaf54 .form-item .uk-select,
#a2defa69b2aaf54 .form-item .uk-textarea {
  width: autopx;
}
#a2defa69b2aaf54 .form-item .auto-height {
  height: auto;
}
#ad1f8ab077a64c7 .img-wrap {
  box-shadow: NaNpx NaNpx 0px 0px #ffffff;
}
#a163ba0ccca5f96 > .ele-wrap {background-color: rgba(238, 235, 235, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa079a1e9dad919 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae349a4412a4a9f [data-item="undefined"] {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2ae5a1f3ea0c04 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ad29aa3ba8a11f3 .uk-container {
  line-height: 2;
  color: #999;
}
#a9d22ae616a0174 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d22ae616a0174 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d22ae616a0174 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
}
#a9d22ae616a0174 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #4a4a4a;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d22ae616a0174 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d53216;
}
#a9d22ae616a0174 .menu-list > li.active > a:before,
#a9d22ae616a0174 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d22ae616a0174 .menu-list > li ul li {
  position: relative;
}
#a9d22ae616a0174 .menu-list > li ul li:hover > a {
  color: #d53216;
}
#a9d22ae616a0174 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: null;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a9d22ae616a0174 .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d53216;
}
#a9d22ae616a0174 .menu-list li ul li a:active,
#a9d22ae616a0174 .menu-list li ul li a.active,
#a9d22ae616a0174 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a9d22ae616a0174 .menu-list li ul,
#a9d22ae616a0174 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a9d22ae616a0174 .menu-list li ul.menu-b > li,
#a9d22ae616a0174 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d22ae616a0174 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d22ae616a0174 .menu-list li:hover > ul {
  display: block;
}
#a9d22ae616a0174 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6311abebfacbb8 .ele-wrap {color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(213, 50, 22, 1);border-radius: 25px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#a6311abebfacbb8 .ele-wrap:hover {background-color: #509c49;background-color: rgba(228, 54, 24, 1);}#a322fa869aab8f2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a2b20aa636a7744 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a2b20aa636a7744 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a2b20aa636a7744 .ap-icon {
  margin-right: 6px;
}
#a2b20aa636a7744 .indicator {
  margin-left: 4px;
}
#a2b20aa636a7744 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 50px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4c4c4c;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
}
#a2b20aa636a7744 .menu-list li:hover > a,
#a2b20aa636a7744 .menu-list li.active > a {
  background: #0f4b94;
  background-color: #0f4b94;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a2b20aa636a7744 .menu-list li.active > a {
  background-color: #0f4b94;
}
#a2b20aa636a7744 .menu-list ul,
#a2b20aa636a7744 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a2b20aa636a7744 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a2b20aa636a7744 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2b20aa636a7744 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2b20aa636a7744 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#adc23a2c87adfd8 .a0f39ae9afae85b > .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;box-shadow: 0px 0px 4px 1px rgba(155, 155, 155, 1);}#adc23a2c87adfd8 .a0f39ae9afae85b  > .ele-wrap:hover {box-shadow: 0px 0px 8px 1px undefined;}#adc23a2c87adfd8 .afe18a5de9a67ea {
  overflow: hidden;
}
#adc23a2c87adfd8 .afe18a5de9a67ea , #adc23a2c87adfd8 .afe18a5de9a67ea > * {
        font-weight: bold;
        font-style: normal;
    font-size: 23px;font-family: NotoSansSC-Bold;color: rgba(51, 51, 51, 1);letter-spacing: 1px;}#adc23a2c87adfd8 .a74ffa9fe6a13e3 , #adc23a2c87adfd8 .a74ffa9fe6a13e3 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: NotoSansSC-Medium;color: rgba(0, 0, 0, 1);}#adc23a2c87adfd8 .ac19ba9eada3d8a .ele-wrap {font-size: 14px;justify-content: center;border-style: solid;border-color: rgba(155, 155, 155, 1);color: #0453ac;border-width: 1px;}#adc23a2c87adfd8 .uk-grid {
  margin-left: -30px;
}
#adc23a2c87adfd8 .uk-grid > * {
  padding-left: 30px;
}
#adc23a2c87adfd8 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#adc23a2c87adfd8 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #adc23a2c87adfd8 .uk-position-center-left-out {
    left: -30px;
  }
  #adc23a2c87adfd8 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ad1f8ab077a64c7 .img-wrap {
  box-shadow: NaNpx NaNpx 0px 0px #ffffff;
}
#a163ba0ccca5f96 > .ele-wrap {background-color: rgba(238, 235, 235, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa079a1e9dad919 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae349a4412a4a9f [data-item="undefined"] {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a84edac670a2d4f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5dcfa99c1a2d93 .uk-container {
  line-height: 2;
  color: #999;
}
#a9d22ae616a0174 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d22ae616a0174 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d22ae616a0174 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
}
#a9d22ae616a0174 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #4a4a4a;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d22ae616a0174 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d53216;
}
#a9d22ae616a0174 .menu-list > li.active > a:before,
#a9d22ae616a0174 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d22ae616a0174 .menu-list > li ul li {
  position: relative;
}
#a9d22ae616a0174 .menu-list > li ul li:hover > a {
  color: #d53216;
}
#a9d22ae616a0174 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: null;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a9d22ae616a0174 .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d53216;
}
#a9d22ae616a0174 .menu-list li ul li a:active,
#a9d22ae616a0174 .menu-list li ul li a.active,
#a9d22ae616a0174 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a9d22ae616a0174 .menu-list li ul,
#a9d22ae616a0174 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a9d22ae616a0174 .menu-list li ul.menu-b > li,
#a9d22ae616a0174 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d22ae616a0174 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d22ae616a0174 .menu-list li:hover > ul {
  display: block;
}
#a9d22ae616a0174 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6311abebfacbb8 .ele-wrap {color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(213, 50, 22, 1);border-radius: 25px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#a6311abebfacbb8 .ele-wrap:hover {background-color: #509c49;background-color: rgba(228, 54, 24, 1);}#a8775a973ba0e34 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aba06af646a65d1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#aba06af646a65d1 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aba06af646a65d1 .ap-icon {
  margin-right: 6px;
}
#aba06af646a65d1 .indicator {
  margin-left: 4px;
}
#aba06af646a65d1 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 50px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4c4c4c;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
}
#aba06af646a65d1 .menu-list li:hover > a,
#aba06af646a65d1 .menu-list li.active > a {
  background: #0f4b94;
  background-color: #0f4b94;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aba06af646a65d1 .menu-list li.active > a {
  background-color: #0f4b94;
}
#aba06af646a65d1 .menu-list ul,
#aba06af646a65d1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aba06af646a65d1 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#aba06af646a65d1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aba06af646a65d1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aba06af646a65d1 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a7589af46fa1273 .abcf9a4113a8ae9 {
  overflow: hidden;
}
#a7589af46fa1273 .abcf9a4113a8ae9 , #a7589af46fa1273 .abcf9a4113a8ae9 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a7589af46fa1273 .ad120a9822a9117 {
  overflow: hidden;
}
#a7589af46fa1273 .ad120a9822a9117 , #a7589af46fa1273 .ad120a9822a9117 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a7589af46fa1273 .a5591aee83ab4b2  {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(146, 143, 143, 1);}#a7589af46fa1273 .a7c0eaf6b6ad352 .ele-wrap {border-color: rgba(102, 102, 102, 1);color: #666666;border-width: 1px;border-style: solid;font-size: 14px;background-color: transparent;justify-content: center;border-radius: 30px;}#a7589af46fa1273 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a7589af46fa1273 .uk-position-center-left-out {
    left: -30px;
  }
  #a7589af46fa1273 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a0358a9bcca1f1e .a860daf864a4b7b {
  overflow: hidden;
}
#a0358a9bcca1f1e .a860daf864a4b7b , #a0358a9bcca1f1e .a860daf864a4b7b > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a0358a9bcca1f1e .a0762a6523a8be4  {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(146, 143, 143, 1);}#a0358a9bcca1f1e .a8fe3a17e9a4bb8 .ele-wrap {border-color: rgba(102, 102, 102, 1);color: #666666;border-width: 1px;border-style: solid;font-size: 14px;background-color: transparent;justify-content: center;border-radius: 30px;}#a0358a9bcca1f1e .uk-grid {
  margin-left: -35px;
}
#a0358a9bcca1f1e .uk-grid > * {
  padding-left: 35px;
}
#a0358a9bcca1f1e .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a0358a9bcca1f1e .uk-position-center-left-out {
    left: -30px;
  }
  #a0358a9bcca1f1e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ad1f8ab077a64c7 .img-wrap {
  box-shadow: NaNpx NaNpx 0px 0px #ffffff;
}
#a163ba0ccca5f96 > .ele-wrap {background-color: rgba(238, 235, 235, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa079a1e9dad919 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acd49a0f62a4944 [data-item="undefined"] {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3ad9a171ca92ae .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ae135ae70aa5ba9 .uk-container {
  line-height: 2;
  color: #999;
}
#a9d22ae616a0174 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d22ae616a0174 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d22ae616a0174 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
}
#a9d22ae616a0174 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #4a4a4a;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d22ae616a0174 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d53216;
}
#a9d22ae616a0174 .menu-list > li.active > a:before,
#a9d22ae616a0174 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d22ae616a0174 .menu-list > li ul li {
  position: relative;
}
#a9d22ae616a0174 .menu-list > li ul li:hover > a {
  color: #d53216;
}
#a9d22ae616a0174 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: null;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a9d22ae616a0174 .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d53216;
}
#a9d22ae616a0174 .menu-list li ul li a:active,
#a9d22ae616a0174 .menu-list li ul li a.active,
#a9d22ae616a0174 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a9d22ae616a0174 .menu-list li ul,
#a9d22ae616a0174 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a9d22ae616a0174 .menu-list li ul.menu-b > li,
#a9d22ae616a0174 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d22ae616a0174 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d22ae616a0174 .menu-list li:hover > ul {
  display: block;
}
#a9d22ae616a0174 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6311abebfacbb8 .ele-wrap {color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(213, 50, 22, 1);border-radius: 25px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#a6311abebfacbb8 .ele-wrap:hover {background-color: #509c49;background-color: rgba(228, 54, 24, 1);}#a322fa869aab8f2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a2b20aa636a7744 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a2b20aa636a7744 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a2b20aa636a7744 .ap-icon {
  margin-right: 6px;
}
#a2b20aa636a7744 .indicator {
  margin-left: 4px;
}
#a2b20aa636a7744 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 50px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4c4c4c;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
}
#a2b20aa636a7744 .menu-list li:hover > a,
#a2b20aa636a7744 .menu-list li.active > a {
  background: #0f4b94;
  background-color: #0f4b94;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a2b20aa636a7744 .menu-list li.active > a {
  background-color: #0f4b94;
}
#a2b20aa636a7744 .menu-list ul,
#a2b20aa636a7744 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a2b20aa636a7744 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a2b20aa636a7744 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2b20aa636a7744 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2b20aa636a7744 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a0167ad8dea6ce4 .a3ce5a7bf8a8e94 > .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;box-shadow: 0px 0px 4px 1px rgba(155, 155, 155, 1);}#a0167ad8dea6ce4 .a3ce5a7bf8a8e94  > .ele-wrap:hover {box-shadow: 0px 0px 8px 1px undefined;}#a0167ad8dea6ce4 .aeceda5742ac2aa {
  overflow: hidden;
}
#a0167ad8dea6ce4 .aeceda5742ac2aa , #a0167ad8dea6ce4 .aeceda5742ac2aa > * {
        font-weight: bold;
        font-style: normal;
    font-size: 23px;font-family: NotoSansSC-Bold;color: rgba(51, 51, 51, 1);letter-spacing: 1px;}#a0167ad8dea6ce4 .a146ca5e7aa80f3 .ele-wrap {font-size: 14px;justify-content: center;border-style: solid;border-color: rgba(155, 155, 155, 1);color: #0453ac;border-width: 1px;}#a0167ad8dea6ce4 .uk-grid {
  margin-left: -30px;
}
#a0167ad8dea6ce4 .uk-grid > * {
  padding-left: 30px;
}
#a0167ad8dea6ce4 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a0167ad8dea6ce4 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a0167ad8dea6ce4 .uk-position-center-left-out {
    left: -30px;
  }
  #a0167ad8dea6ce4 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ad1f8ab077a64c7 .img-wrap {
  box-shadow: NaNpx NaNpx 0px 0px #ffffff;
}
#a163ba0ccca5f96 > .ele-wrap {background-color: rgba(238, 235, 235, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa079a1e9dad919 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a23f1a62c8a14cf [data-item="undefined"] {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2592a6b39a6f3d .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a785fa9393a25b6 .uk-container {
  line-height: 2;
  color: #999;
}
#a9d22ae616a0174 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d22ae616a0174 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d22ae616a0174 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
}
#a9d22ae616a0174 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #4a4a4a;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d22ae616a0174 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d53216;
}
#a9d22ae616a0174 .menu-list > li.active > a:before,
#a9d22ae616a0174 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d22ae616a0174 .menu-list > li ul li {
  position: relative;
}
#a9d22ae616a0174 .menu-list > li ul li:hover > a {
  color: #d53216;
}
#a9d22ae616a0174 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: null;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a9d22ae616a0174 .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d53216;
}
#a9d22ae616a0174 .menu-list li ul li a:active,
#a9d22ae616a0174 .menu-list li ul li a.active,
#a9d22ae616a0174 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a9d22ae616a0174 .menu-list li ul,
#a9d22ae616a0174 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a9d22ae616a0174 .menu-list li ul.menu-b > li,
#a9d22ae616a0174 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d22ae616a0174 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d22ae616a0174 .menu-list li:hover > ul {
  display: block;
}
#a9d22ae616a0174 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6311abebfacbb8 .ele-wrap {color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(213, 50, 22, 1);border-radius: 25px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#a6311abebfacbb8 .ele-wrap:hover {background-color: #509c49;background-color: rgba(228, 54, 24, 1);}#a8775a973ba0e34 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aba06af646a65d1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#aba06af646a65d1 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aba06af646a65d1 .ap-icon {
  margin-right: 6px;
}
#aba06af646a65d1 .indicator {
  margin-left: 4px;
}
#aba06af646a65d1 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 50px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4c4c4c;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
}
#aba06af646a65d1 .menu-list li:hover > a,
#aba06af646a65d1 .menu-list li.active > a {
  background: #0f4b94;
  background-color: #0f4b94;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aba06af646a65d1 .menu-list li.active > a {
  background-color: #0f4b94;
}
#aba06af646a65d1 .menu-list ul,
#aba06af646a65d1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aba06af646a65d1 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#aba06af646a65d1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aba06af646a65d1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aba06af646a65d1 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a4f35a3caaa8849 .ad0d5ad021a0914 {
  overflow: hidden;
}
#a4f35a3caaa8849 .ad0d5ad021a0914 , #a4f35a3caaa8849 .ad0d5ad021a0914 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a4f35a3caaa8849 .a8fcea561da565f  {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(146, 143, 143, 1);}#a4f35a3caaa8849 .af1bfac744a6396 .ele-wrap {border-color: rgba(102, 102, 102, 1);color: #666666;border-width: 1px;border-style: solid;font-size: 14px;background-color: transparent;justify-content: center;border-radius: 30px;}#a4f35a3caaa8849 .uk-grid {
  margin-left: -35px;
}
#a4f35a3caaa8849 .uk-grid > * {
  padding-left: 35px;
}
#a4f35a3caaa8849 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a4f35a3caaa8849 .uk-position-center-left-out {
    left: -30px;
  }
  #a4f35a3caaa8849 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ad1f8ab077a64c7 .img-wrap {
  box-shadow: NaNpx NaNpx 0px 0px #ffffff;
}
#a163ba0ccca5f96 > .ele-wrap {background-color: rgba(238, 235, 235, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa079a1e9dad919 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#adc1aa33e0a2a09 [data-item="undefined"] {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4c08af11da4072 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a570da2289ad62d .uk-container {
  line-height: 2;
  color: #999;
}
#a9d22ae616a0174 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d22ae616a0174 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d22ae616a0174 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
}
#a9d22ae616a0174 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #4a4a4a;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d22ae616a0174 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d53216;
}
#a9d22ae616a0174 .menu-list > li.active > a:before,
#a9d22ae616a0174 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d22ae616a0174 .menu-list > li ul li {
  position: relative;
}
#a9d22ae616a0174 .menu-list > li ul li:hover > a {
  color: #d53216;
}
#a9d22ae616a0174 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: null;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a9d22ae616a0174 .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d53216;
}
#a9d22ae616a0174 .menu-list li ul li a:active,
#a9d22ae616a0174 .menu-list li ul li a.active,
#a9d22ae616a0174 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a9d22ae616a0174 .menu-list li ul,
#a9d22ae616a0174 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a9d22ae616a0174 .menu-list li ul.menu-b > li,
#a9d22ae616a0174 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d22ae616a0174 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d22ae616a0174 .menu-list li:hover > ul {
  display: block;
}
#a9d22ae616a0174 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6311abebfacbb8 .ele-wrap {color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(213, 50, 22, 1);border-radius: 25px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#a6311abebfacbb8 .ele-wrap:hover {background-color: #509c49;background-color: rgba(228, 54, 24, 1);}#a322fa869aab8f2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a2b20aa636a7744 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a2b20aa636a7744 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a2b20aa636a7744 .ap-icon {
  margin-right: 6px;
}
#a2b20aa636a7744 .indicator {
  margin-left: 4px;
}
#a2b20aa636a7744 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 50px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4c4c4c;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
}
#a2b20aa636a7744 .menu-list li:hover > a,
#a2b20aa636a7744 .menu-list li.active > a {
  background: #0f4b94;
  background-color: #0f4b94;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a2b20aa636a7744 .menu-list li.active > a {
  background-color: #0f4b94;
}
#a2b20aa636a7744 .menu-list ul,
#a2b20aa636a7744 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a2b20aa636a7744 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a2b20aa636a7744 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2b20aa636a7744 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2b20aa636a7744 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a94bcacec9a2f25 .aea45aa5c2a383f > .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;box-shadow: 0px 0px 4px 1px rgba(155, 155, 155, 1);}#a94bcacec9a2f25 .aea45aa5c2a383f  > .ele-wrap:hover {box-shadow: 0px 0px 8px 1px undefined;}#a94bcacec9a2f25 .a165ea83c3ab484 {
  overflow: hidden;
}
#a94bcacec9a2f25 .a165ea83c3ab484 , #a94bcacec9a2f25 .a165ea83c3ab484 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 23px;font-family: NotoSansSC-Bold;color: rgba(51, 51, 51, 1);letter-spacing: 1px;}#a94bcacec9a2f25 .a2070a4a3ea856c , #a94bcacec9a2f25 .a2070a4a3ea856c .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: NotoSansSC-Medium;color: rgba(0, 0, 0, 1);}#a94bcacec9a2f25 .aa4cea82a0a9f1b .ele-wrap {font-size: 14px;justify-content: center;border-style: solid;border-color: rgba(155, 155, 155, 1);color: #0453ac;border-width: 1px;}#a94bcacec9a2f25 .uk-grid {
  margin-left: -30px;
}
#a94bcacec9a2f25 .uk-grid > * {
  padding-left: 30px;
}
#a94bcacec9a2f25 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a94bcacec9a2f25 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a94bcacec9a2f25 .uk-position-center-left-out {
    left: -30px;
  }
  #a94bcacec9a2f25 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ad1f8ab077a64c7 .img-wrap {
  box-shadow: NaNpx NaNpx 0px 0px #ffffff;
}
#a163ba0ccca5f96 > .ele-wrap {background-color: rgba(238, 235, 235, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa079a1e9dad919 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aac3badd7da82b8 [data-item="undefined"] {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a698dafc7ea9efa .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a1652a3da7a4290 .uk-container {
  line-height: 2;
  color: #999;
}
#a9d22ae616a0174 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d22ae616a0174 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d22ae616a0174 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
}
#a9d22ae616a0174 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #4a4a4a;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d22ae616a0174 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d53216;
}
#a9d22ae616a0174 .menu-list > li.active > a:before,
#a9d22ae616a0174 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d22ae616a0174 .menu-list > li ul li {
  position: relative;
}
#a9d22ae616a0174 .menu-list > li ul li:hover > a {
  color: #d53216;
}
#a9d22ae616a0174 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: null;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a9d22ae616a0174 .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d53216;
}
#a9d22ae616a0174 .menu-list li ul li a:active,
#a9d22ae616a0174 .menu-list li ul li a.active,
#a9d22ae616a0174 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a9d22ae616a0174 .menu-list li ul,
#a9d22ae616a0174 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a9d22ae616a0174 .menu-list li ul.menu-b > li,
#a9d22ae616a0174 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d22ae616a0174 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d22ae616a0174 .menu-list li:hover > ul {
  display: block;
}
#a9d22ae616a0174 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6311abebfacbb8 .ele-wrap {color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(213, 50, 22, 1);border-radius: 25px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#a6311abebfacbb8 .ele-wrap:hover {background-color: #509c49;background-color: rgba(228, 54, 24, 1);}#a322fa869aab8f2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a2b20aa636a7744 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a2b20aa636a7744 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a2b20aa636a7744 .ap-icon {
  margin-right: 6px;
}
#a2b20aa636a7744 .indicator {
  margin-left: 4px;
}
#a2b20aa636a7744 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 50px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4c4c4c;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
}
#a2b20aa636a7744 .menu-list li:hover > a,
#a2b20aa636a7744 .menu-list li.active > a {
  background: #0f4b94;
  background-color: #0f4b94;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a2b20aa636a7744 .menu-list li.active > a {
  background-color: #0f4b94;
}
#a2b20aa636a7744 .menu-list ul,
#a2b20aa636a7744 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a2b20aa636a7744 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a2b20aa636a7744 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2b20aa636a7744 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2b20aa636a7744 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a0205a3ba3a57b8 .a2656adedfab92a > .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;box-shadow: 0px 0px 4px 1px rgba(155, 155, 155, 1);}#a0205a3ba3a57b8 .a2656adedfab92a  > .ele-wrap:hover {box-shadow: 0px 0px 8px 1px undefined;}#a0205a3ba3a57b8 .ab1daa62a3a4d9e {
  overflow: hidden;
}
#a0205a3ba3a57b8 .ab1daa62a3a4d9e , #a0205a3ba3a57b8 .ab1daa62a3a4d9e > * {
        font-weight: bold;
        font-style: normal;
    font-size: 23px;font-family: NotoSansSC-Bold;color: rgba(51, 51, 51, 1);letter-spacing: 1px;}#a0205a3ba3a57b8 .a341fae787a80f4 .ele-wrap {font-size: 14px;justify-content: center;border-style: solid;border-color: rgba(155, 155, 155, 1);color: #0453ac;border-width: 1px;}#a0205a3ba3a57b8 .uk-grid {
  margin-left: -30px;
}
#a0205a3ba3a57b8 .uk-grid > * {
  padding-left: 30px;
}
#a0205a3ba3a57b8 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a0205a3ba3a57b8 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a0205a3ba3a57b8 .uk-position-center-left-out {
    left: -30px;
  }
  #a0205a3ba3a57b8 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ad1f8ab077a64c7 .img-wrap {
  box-shadow: NaNpx NaNpx 0px 0px #ffffff;
}
#a163ba0ccca5f96 > .ele-wrap {background-color: rgba(238, 235, 235, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa079a1e9dad919 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad153ac7a3a29f4 [data-item="undefined"] {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8d25abbdba5016 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aafa4aa9aca9db7 .uk-container {
  line-height: 2;
  color: #999;
}
#a9d22ae616a0174 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d22ae616a0174 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d22ae616a0174 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
}
#a9d22ae616a0174 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #4a4a4a;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d22ae616a0174 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d53216;
}
#a9d22ae616a0174 .menu-list > li.active > a:before,
#a9d22ae616a0174 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d22ae616a0174 .menu-list > li ul li {
  position: relative;
}
#a9d22ae616a0174 .menu-list > li ul li:hover > a {
  color: #d53216;
}
#a9d22ae616a0174 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: null;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a9d22ae616a0174 .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d53216;
}
#a9d22ae616a0174 .menu-list li ul li a:active,
#a9d22ae616a0174 .menu-list li ul li a.active,
#a9d22ae616a0174 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a9d22ae616a0174 .menu-list li ul,
#a9d22ae616a0174 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a9d22ae616a0174 .menu-list li ul.menu-b > li,
#a9d22ae616a0174 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d22ae616a0174 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d22ae616a0174 .menu-list li:hover > ul {
  display: block;
}
#a9d22ae616a0174 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6311abebfacbb8 .ele-wrap {color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(213, 50, 22, 1);border-radius: 25px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#a6311abebfacbb8 .ele-wrap:hover {background-color: #509c49;background-color: rgba(228, 54, 24, 1);}#a0a11ab1d4af50e {
  overflow: hidden;
  pointer-events: none;
}
#a0a11ab1d4af50e > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a0a11ab1d4af50e > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a0a11ab1d4af50e > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a0a11ab1d4af50e > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a0a11ab1d4af50e > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a0a11ab1d4af50e > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a0a11ab1d4af50e > .tab-wrap > div > .tab-nav,
#a0a11ab1d4af50e > .tab-nav,
#a0a11ab1d4af50e > .tab-tabs > .tab-wrap > div > .tab-nav,
#a0a11ab1d4af50e > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#a0a11ab1d4af50e > .tab-wrap > div > .tab-nav-horizontal,
#a0a11ab1d4af50e > .tab-nav-horizontal,
#a0a11ab1d4af50e > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a0a11ab1d4af50e > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a0a11ab1d4af50e > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a0a11ab1d4af50e > .tab-nav-horizontal::-webkit-scrollbar,
#a0a11ab1d4af50e > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a0a11ab1d4af50e > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a0a11ab1d4af50e > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a0a11ab1d4af50e > .tab-nav-horizontal.tagScroll,
#a0a11ab1d4af50e > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a0a11ab1d4af50e > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a0a11ab1d4af50e > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a0a11ab1d4af50e > .tab-nav-horizontal.tagScroll li a,
#a0a11ab1d4af50e > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a0a11ab1d4af50e > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a0a11ab1d4af50e > .tab-wrap > div > .tab-nav a,
#a0a11ab1d4af50e > .tab-nav a,
#a0a11ab1d4af50e > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a0a11ab1d4af50e > .tab-tabs > .tab-nav a {
  padding: 0 35px;
}
#a0a11ab1d4af50e > .tab-wrap > div > .tab-nav li a,
#a0a11ab1d4af50e > .tab-nav li a,
#a0a11ab1d4af50e > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a0a11ab1d4af50e > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  background-color: #ffffff;
  padding: 0 35px;
}
#a0a11ab1d4af50e > .tab-wrap > div > .tab-nav li a svg,
#a0a11ab1d4af50e > .tab-nav li a svg,
#a0a11ab1d4af50e > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a0a11ab1d4af50e > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a0a11ab1d4af50e > .tab-wrap > div > .tab-nav li a .ap_icon,
#a0a11ab1d4af50e > .tab-nav li a .ap_icon,
#a0a11ab1d4af50e > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a0a11ab1d4af50e > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a0a11ab1d4af50e > .tab-wrap > div > .tab-nav li a:hover,
#a0a11ab1d4af50e > .tab-nav li a:hover,
#a0a11ab1d4af50e > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a0a11ab1d4af50e > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-bottom-width: 0;
  border-bottom-color: #4a90e2;
  border-bottom-style: none;
}
#a0a11ab1d4af50e > .tab-wrap > div > .tab-nav li.uk-active a,
#a0a11ab1d4af50e > .tab-nav li.uk-active a,
#a0a11ab1d4af50e > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a0a11ab1d4af50e > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 0;
  border-bottom-color: #4a90e2;
  border-bottom-style: none;
  background-color: #e60012;
}
#a0a11ab1d4af50e > .tab-wrap > div > .tab-nav li:last-child a,
#a0a11ab1d4af50e > .tab-nav li:last-child a,
#a0a11ab1d4af50e > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a0a11ab1d4af50e > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a0a11ab1d4af50e .layout-left li,
#a0a11ab1d4af50e .layout-center li,
#a0a11ab1d4af50e .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a0a11ab1d4af50e .layout-left li a,
#a0a11ab1d4af50e .layout-center li a,
#a0a11ab1d4af50e .layout-right li a {
  height: 100%;
}
#a0a11ab1d4af50e > .tab-tabs .layout-left {
  text-align: left;
}
#a0a11ab1d4af50e > .tab-tabs .layout-center {
  text-align: center;
}
#a0a11ab1d4af50e > .tab-tabs .layout-right {
  text-align: right;
}
#a0a11ab1d4af50e .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a0a11ab1d4af50e .tab-content-wrap {
  background-color: transparent;
}
#a0a11ab1d4af50e .tab-contents,
#a0a11ab1d4af50e .tab-contents-wrap {
  pointer-events: none;
}
#a0a11ab1d4af50e .tab-content,
#a0a11ab1d4af50e .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a0a11ab1d4af50e .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a0a11ab1d4af50e .tab-wrap .tab-contents {
  height: 100%;
}
#a0a11ab1d4af50e .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a0a11ab1d4af50e .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a0a11ab1d4af50e .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a55c6ab7cfafad9 .aab30a16bfa0be5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);color: #000000;}#a55c6ab7cfafad9 .aab30a16bfa0be5 * {color: #000000 }
                            #a55c6ab7cfafad9 .aab30a16bfa0be5 .line{border-color: #000000 }#a55c6ab7cfafad9 .aab30a16bfa0be5  > .ele-wrap:hover {box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);}#a55c6ab7cfafad9 .ac1c2a7ae9a5ce3 {
  overflow: hidden;
}
#a55c6ab7cfafad9 .ac1c2a7ae9a5ce3 , #a55c6ab7cfafad9 .ac1c2a7ae9a5ce3 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 27px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a55c6ab7cfafad9 .aee03aa472a05d2 .img-wrap {
  column: 3px;
  column-space: 0;
  mode: list;
  target: _blank;
}
#a55c6ab7cfafad9 .aaafcae368a6d54 {
  overflow: hidden;
}
#a55c6ab7cfafad9 .aaafcae368a6d54 , #a55c6ab7cfafad9 .aaafcae368a6d54 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a55c6ab7cfafad9 .aafe0adfe7a7823 .ele-wrap {font-size: 14px;justify-content: center;border-style: solid;border-color: rgba(0, 154, 91, 1);border-width: 1px;color: #000000;width: 140px;height: 40px;}#a55c6ab7cfafad9 .aafe0adfe7a7823 .ele-wrap:hover {color: #000000;border-color: rgba(208, 2, 27, 1);}#a55c6ab7cfafad9 .uk-grid {
  margin-left: -nullpx;
}
#a55c6ab7cfafad9 .uk-grid > * {
  padding-left: nullpx;
}
#a55c6ab7cfafad9 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a55c6ab7cfafad9 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a55c6ab7cfafad9 .uk-position-center-left-out {
    left: -30px;
  }
  #a55c6ab7cfafad9 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ab41ea2bcca71ab .a8f41abf77a43b6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);color: #000000;}#ab41ea2bcca71ab .a8f41abf77a43b6 * {color: #000000 }
                            #ab41ea2bcca71ab .a8f41abf77a43b6 .line{border-color: #000000 }#ab41ea2bcca71ab .a8f41abf77a43b6  > .ele-wrap:hover {box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);}#ab41ea2bcca71ab .a9fd2ab17ea93e1 {
  overflow: hidden;
}
#ab41ea2bcca71ab .a9fd2ab17ea93e1 , #ab41ea2bcca71ab .a9fd2ab17ea93e1 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 27px;font-family: inherit;color: rgba(0, 0, 0, 1);}#ab41ea2bcca71ab .a3e86ad925ac025 .img-wrap {
  column: 3px;
  column-space: 0;
  mode: list;
  target: _blank;
}
#ab41ea2bcca71ab .a32a6aa280abb99 {
  overflow: hidden;
}
#ab41ea2bcca71ab .a32a6aa280abb99 , #ab41ea2bcca71ab .a32a6aa280abb99 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(0, 0, 0, 1);}#ab41ea2bcca71ab .aca73a8f10a0d28 .ele-wrap {font-size: 14px;justify-content: center;border-style: solid;border-color: rgba(0, 154, 91, 1);border-width: 1px;color: #000000;width: 140px;height: 40px;}#ab41ea2bcca71ab .aca73a8f10a0d28 .ele-wrap:hover {color: #000000;border-color: rgba(208, 2, 27, 1);}#ab41ea2bcca71ab .uk-grid {
  margin-left: -nullpx;
}
#ab41ea2bcca71ab .uk-grid > * {
  padding-left: nullpx;
}
#ab41ea2bcca71ab .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ab41ea2bcca71ab .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ab41ea2bcca71ab .uk-position-center-left-out {
    left: -30px;
  }
  #ab41ea2bcca71ab .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3141a1d4aab5e9 .a1ed7a12ffafda7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);color: #000000;}#a3141a1d4aab5e9 .a1ed7a12ffafda7 * {color: #000000 }
                            #a3141a1d4aab5e9 .a1ed7a12ffafda7 .line{border-color: #000000 }#a3141a1d4aab5e9 .a1ed7a12ffafda7  > .ele-wrap:hover {box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);}#a3141a1d4aab5e9 .a1033a112ca7c70 {
  overflow: hidden;
}
#a3141a1d4aab5e9 .a1033a112ca7c70 , #a3141a1d4aab5e9 .a1033a112ca7c70 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 27px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a3141a1d4aab5e9 .a20d9ae54ea0174 .img-wrap {
  column: 3px;
  column-space: 0;
  mode: list;
  target: _blank;
}
#a3141a1d4aab5e9 .a0782a54b2a2b78 {
  overflow: hidden;
}
#a3141a1d4aab5e9 .a0782a54b2a2b78 , #a3141a1d4aab5e9 .a0782a54b2a2b78 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a3141a1d4aab5e9 .a78bea055ea8e2f .ele-wrap {font-size: 14px;justify-content: center;border-style: solid;border-color: rgba(0, 154, 91, 1);border-width: 1px;color: #000000;width: 140px;height: 40px;}#a3141a1d4aab5e9 .a78bea055ea8e2f .ele-wrap:hover {color: #000000;border-color: rgba(208, 2, 27, 1);}#a3141a1d4aab5e9 .uk-grid {
  margin-left: -nullpx;
}
#a3141a1d4aab5e9 .uk-grid > * {
  padding-left: nullpx;
}
#a3141a1d4aab5e9 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a3141a1d4aab5e9 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a3141a1d4aab5e9 .uk-position-center-left-out {
    left: -30px;
  }
  #a3141a1d4aab5e9 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a130ba84f6a2fdf .aeb17a10b4a5870 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);color: #000000;}#a130ba84f6a2fdf .aeb17a10b4a5870 * {color: #000000 }
                            #a130ba84f6a2fdf .aeb17a10b4a5870 .line{border-color: #000000 }#a130ba84f6a2fdf .aeb17a10b4a5870  > .ele-wrap:hover {box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);}#a130ba84f6a2fdf .a0699a9aa1aeed1 {
  overflow: hidden;
}
#a130ba84f6a2fdf .a0699a9aa1aeed1 , #a130ba84f6a2fdf .a0699a9aa1aeed1 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 27px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a130ba84f6a2fdf .a011ea228aa8caa .img-wrap {
  column: 3px;
  column-space: 0;
  mode: list;
  target: _blank;
}
#a130ba84f6a2fdf .a39b5a511ea67ab {
  overflow: hidden;
}
#a130ba84f6a2fdf .a39b5a511ea67ab , #a130ba84f6a2fdf .a39b5a511ea67ab > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a130ba84f6a2fdf .ab4b8ab812a644f .ele-wrap {font-size: 14px;justify-content: center;border-style: solid;border-color: rgba(0, 154, 91, 1);border-width: 1px;color: #000000;width: 140px;height: 40px;}#a130ba84f6a2fdf .ab4b8ab812a644f .ele-wrap:hover {color: #000000;border-color: rgba(208, 2, 27, 1);}#a130ba84f6a2fdf .uk-grid {
  margin-left: -nullpx;
}
#a130ba84f6a2fdf .uk-grid > * {
  padding-left: nullpx;
}
#a130ba84f6a2fdf .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a130ba84f6a2fdf .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a130ba84f6a2fdf .uk-position-center-left-out {
    left: -30px;
  }
  #a130ba84f6a2fdf .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a354ea6077a176d .aa021a633da49c3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);color: #000000;}#a354ea6077a176d .aa021a633da49c3 * {color: #000000 }
                            #a354ea6077a176d .aa021a633da49c3 .line{border-color: #000000 }#a354ea6077a176d .aa021a633da49c3  > .ele-wrap:hover {box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);}#a354ea6077a176d .a599ca5f3fa5893 {
  overflow: hidden;
}
#a354ea6077a176d .a599ca5f3fa5893 , #a354ea6077a176d .a599ca5f3fa5893 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 27px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a354ea6077a176d .a0f15a4623a5592 .img-wrap {
  column: 3px;
  column-space: 0;
  mode: list;
  target: _blank;
}
#a354ea6077a176d .a448ea4bf3a2c40 {
  overflow: hidden;
}
#a354ea6077a176d .a448ea4bf3a2c40 , #a354ea6077a176d .a448ea4bf3a2c40 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a354ea6077a176d .a6bd9a6d53aeafd .ele-wrap {font-size: 14px;justify-content: center;border-style: solid;border-color: rgba(0, 154, 91, 1);border-width: 1px;color: #000000;width: 140px;height: 40px;}#a354ea6077a176d .a6bd9a6d53aeafd .ele-wrap:hover {color: #000000;border-color: rgba(208, 2, 27, 1);}#a354ea6077a176d .uk-grid {
  margin-left: -nullpx;
}
#a354ea6077a176d .uk-grid > * {
  padding-left: nullpx;
}
#a354ea6077a176d .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a354ea6077a176d .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a354ea6077a176d .uk-position-center-left-out {
    left: -30px;
  }
  #a354ea6077a176d .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5814a7941a0864 .uk-grid {
  margin-left: -nullpx;
}
#a5814a7941a0864 .uk-grid > * {
  padding-left: nullpx;
}
#a5814a7941a0864 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a5814a7941a0864 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a5814a7941a0864 .uk-position-center-left-out {
    left: -30px;
  }
  #a5814a7941a0864 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a86cfa2614a563a .ab896ad2c3a5d9f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);color: #000000;}#a86cfa2614a563a .ab896ad2c3a5d9f * {color: #000000 }
                            #a86cfa2614a563a .ab896ad2c3a5d9f .line{border-color: #000000 }#a86cfa2614a563a .ab896ad2c3a5d9f  > .ele-wrap:hover {box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);}#a86cfa2614a563a .a4247adc3ba9277 {
  overflow: hidden;
}
#a86cfa2614a563a .a4247adc3ba9277 , #a86cfa2614a563a .a4247adc3ba9277 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 27px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a86cfa2614a563a .aa079adfdda460c .img-wrap {
  column: 3px;
  column-space: 0;
  mode: list;
  target: _blank;
}
#a86cfa2614a563a .a762daeacca1c3b {
  overflow: hidden;
}
#a86cfa2614a563a .a762daeacca1c3b , #a86cfa2614a563a .a762daeacca1c3b > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a86cfa2614a563a .aa42fa5b46ad49b .ele-wrap {font-size: 14px;justify-content: center;border-style: solid;border-color: rgba(0, 154, 91, 1);border-width: 1px;color: #000000;width: 140px;height: 40px;}#a86cfa2614a563a .aa42fa5b46ad49b .ele-wrap:hover {color: #000000;border-color: rgba(208, 2, 27, 1);}#a86cfa2614a563a .uk-grid {
  margin-left: -nullpx;
}
#a86cfa2614a563a .uk-grid > * {
  padding-left: nullpx;
}
#a86cfa2614a563a .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a86cfa2614a563a .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a86cfa2614a563a .uk-position-center-left-out {
    left: -30px;
  }
  #a86cfa2614a563a .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3f5aa4fe4ab3cd .uk-grid {
  margin-left: -nullpx;
}
#a3f5aa4fe4ab3cd .uk-grid > * {
  padding-left: nullpx;
}
#a3f5aa4fe4ab3cd .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a3f5aa4fe4ab3cd .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a3f5aa4fe4ab3cd .uk-position-center-left-out {
    left: -30px;
  }
  #a3f5aa4fe4ab3cd .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3d01a3b6eacd37 .aa304a02a9a9442 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);color: #000000;}#a3d01a3b6eacd37 .aa304a02a9a9442 * {color: #000000 }
                            #a3d01a3b6eacd37 .aa304a02a9a9442 .line{border-color: #000000 }#a3d01a3b6eacd37 .aa304a02a9a9442  > .ele-wrap:hover {box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);}#a3d01a3b6eacd37 .a1526afdc7a14d8 {
  overflow: hidden;
}
#a3d01a3b6eacd37 .a1526afdc7a14d8 , #a3d01a3b6eacd37 .a1526afdc7a14d8 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 27px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a3d01a3b6eacd37 .a3b50a6927a24af .img-wrap {
  column: 3px;
  column-space: 0;
  mode: list;
  target: _blank;
}
#a3d01a3b6eacd37 .a56e0af42eaa767 {
  overflow: hidden;
}
#a3d01a3b6eacd37 .a56e0af42eaa767 , #a3d01a3b6eacd37 .a56e0af42eaa767 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a3d01a3b6eacd37 .a933ca69c0a6d41 .ele-wrap {font-size: 14px;justify-content: center;border-style: solid;border-color: rgba(0, 154, 91, 1);border-width: 1px;color: #000000;width: 140px;height: 40px;}#a3d01a3b6eacd37 .a933ca69c0a6d41 .ele-wrap:hover {color: #000000;border-color: rgba(208, 2, 27, 1);}#a3d01a3b6eacd37 .uk-grid {
  margin-left: -nullpx;
}
#a3d01a3b6eacd37 .uk-grid > * {
  padding-left: nullpx;
}
#a3d01a3b6eacd37 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a3d01a3b6eacd37 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a3d01a3b6eacd37 .uk-position-center-left-out {
    left: -30px;
  }
  #a3d01a3b6eacd37 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a74dfa9305a30fc .a8633aa68da7d2f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);color: #000000;}#a74dfa9305a30fc .a8633aa68da7d2f * {color: #000000 }
                            #a74dfa9305a30fc .a8633aa68da7d2f .line{border-color: #000000 }#a74dfa9305a30fc .a8633aa68da7d2f  > .ele-wrap:hover {box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);}#a74dfa9305a30fc .adfecac281a87f2 {
  overflow: hidden;
}
#a74dfa9305a30fc .adfecac281a87f2 , #a74dfa9305a30fc .adfecac281a87f2 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 27px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a74dfa9305a30fc .ab4aea8eedacc09 .img-wrap {
  column: 3px;
  column-space: 0;
  mode: list;
  target: _blank;
}
#a74dfa9305a30fc .aa157a6614a913a {
  overflow: hidden;
}
#a74dfa9305a30fc .aa157a6614a913a , #a74dfa9305a30fc .aa157a6614a913a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a74dfa9305a30fc .a2b12a7745aafa5 .ele-wrap {font-size: 14px;justify-content: center;border-style: solid;border-color: rgba(0, 154, 91, 1);border-width: 1px;color: #000000;width: 140px;height: 40px;}#a74dfa9305a30fc .a2b12a7745aafa5 .ele-wrap:hover {color: #000000;border-color: rgba(208, 2, 27, 1);}#a74dfa9305a30fc .uk-grid {
  margin-left: -nullpx;
}
#a74dfa9305a30fc .uk-grid > * {
  padding-left: nullpx;
}
#a74dfa9305a30fc .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a74dfa9305a30fc .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a74dfa9305a30fc .uk-position-center-left-out {
    left: -30px;
  }
  #a74dfa9305a30fc .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a88a8a49f6a7af0 .aa993a4dfaa8a96 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);color: #000000;}#a88a8a49f6a7af0 .aa993a4dfaa8a96 * {color: #000000 }
                            #a88a8a49f6a7af0 .aa993a4dfaa8a96 .line{border-color: #000000 }#a88a8a49f6a7af0 .aa993a4dfaa8a96  > .ele-wrap:hover {box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);}#a88a8a49f6a7af0 .a8af9ad008a1706 {
  overflow: hidden;
}
#a88a8a49f6a7af0 .a8af9ad008a1706 , #a88a8a49f6a7af0 .a8af9ad008a1706 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 27px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a88a8a49f6a7af0 .aafb6a09f1a01c8 .img-wrap {
  column: 3px;
  column-space: 0;
  mode: list;
  target: _blank;
}
#a88a8a49f6a7af0 .ae32caf1b2a4032 {
  overflow: hidden;
}
#a88a8a49f6a7af0 .ae32caf1b2a4032 , #a88a8a49f6a7af0 .ae32caf1b2a4032 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a88a8a49f6a7af0 .ac2f9afe1ba8493 .ele-wrap {font-size: 14px;justify-content: center;border-style: solid;border-color: rgba(0, 154, 91, 1);border-width: 1px;color: #000000;width: 140px;height: 40px;}#a88a8a49f6a7af0 .ac2f9afe1ba8493 .ele-wrap:hover {color: #000000;border-color: rgba(208, 2, 27, 1);}#a88a8a49f6a7af0 .uk-grid {
  margin-left: -nullpx;
}
#a88a8a49f6a7af0 .uk-grid > * {
  padding-left: nullpx;
}
#a88a8a49f6a7af0 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a88a8a49f6a7af0 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a88a8a49f6a7af0 .uk-position-center-left-out {
    left: -30px;
  }
  #a88a8a49f6a7af0 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6182ad0c6ab976 {
  overflow: hidden;
  pointer-events: none;
}
#a6182ad0c6ab976 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a6182ad0c6ab976 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a6182ad0c6ab976 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a6182ad0c6ab976 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a6182ad0c6ab976 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a6182ad0c6ab976 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a6182ad0c6ab976 > .tab-wrap > div > .tab-nav,
#a6182ad0c6ab976 > .tab-nav,
#a6182ad0c6ab976 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a6182ad0c6ab976 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
  border-right-color: rgba(204, 204, 204, 0.39);
  border-left-color: rgba(204, 204, 204, 0.39);
  border-top-color: rgba(204, 204, 204, 0.39);
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6182ad0c6ab976 > .tab-wrap > div > .tab-nav-horizontal,
#a6182ad0c6ab976 > .tab-nav-horizontal,
#a6182ad0c6ab976 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a6182ad0c6ab976 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a6182ad0c6ab976 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a6182ad0c6ab976 > .tab-nav-horizontal::-webkit-scrollbar,
#a6182ad0c6ab976 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a6182ad0c6ab976 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a6182ad0c6ab976 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a6182ad0c6ab976 > .tab-nav-horizontal.tagScroll,
#a6182ad0c6ab976 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a6182ad0c6ab976 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a6182ad0c6ab976 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a6182ad0c6ab976 > .tab-nav-horizontal.tagScroll li a,
#a6182ad0c6ab976 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a6182ad0c6ab976 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a6182ad0c6ab976 > .tab-wrap > div > .tab-nav a,
#a6182ad0c6ab976 > .tab-nav a,
#a6182ad0c6ab976 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a6182ad0c6ab976 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a6182ad0c6ab976 > .tab-wrap > div > .tab-nav li a,
#a6182ad0c6ab976 > .tab-nav li a,
#a6182ad0c6ab976 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a6182ad0c6ab976 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
}
#a6182ad0c6ab976 > .tab-wrap > div > .tab-nav li a svg,
#a6182ad0c6ab976 > .tab-nav li a svg,
#a6182ad0c6ab976 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a6182ad0c6ab976 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a6182ad0c6ab976 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a6182ad0c6ab976 > .tab-nav li a .ap_icon,
#a6182ad0c6ab976 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a6182ad0c6ab976 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a6182ad0c6ab976 > .tab-wrap > div > .tab-nav li a:hover,
#a6182ad0c6ab976 > .tab-nav li a:hover,
#a6182ad0c6ab976 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a6182ad0c6ab976 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a6182ad0c6ab976 > .tab-wrap > div > .tab-nav li.uk-active a,
#a6182ad0c6ab976 > .tab-nav li.uk-active a,
#a6182ad0c6ab976 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a6182ad0c6ab976 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a6182ad0c6ab976 .layout-left li,
#a6182ad0c6ab976 .layout-center li,
#a6182ad0c6ab976 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a6182ad0c6ab976 .layout-left li a,
#a6182ad0c6ab976 .layout-center li a,
#a6182ad0c6ab976 .layout-right li a {
  height: 100%;
}
#a6182ad0c6ab976 > .tab-tabs .layout-left {
  text-align: left;
}
#a6182ad0c6ab976 > .tab-tabs .layout-center {
  text-align: center;
}
#a6182ad0c6ab976 > .tab-tabs .layout-right {
  text-align: right;
}
#a6182ad0c6ab976 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a6182ad0c6ab976 .tab-content-wrap {
  background-color: transparent;
}
#a6182ad0c6ab976 .tab-contents,
#a6182ad0c6ab976 .tab-contents-wrap {
  pointer-events: none;
}
#a6182ad0c6ab976 .tab-content,
#a6182ad0c6ab976 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a6182ad0c6ab976 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a6182ad0c6ab976 .tab-wrap .tab-contents {
  height: 100%;
}
#a6182ad0c6ab976 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a6182ad0c6ab976 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a6182ad0c6ab976 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ad362a04dea55e8 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad1f8ab077a64c7 .img-wrap {
  box-shadow: NaNpx NaNpx 0px 0px #ffffff;
}
#a163ba0ccca5f96 > .ele-wrap {background-color: rgba(238, 235, 235, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa079a1e9dad919 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac8f4aee1ba33a3 [data-item="undefined"] {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a266caddffa6a0f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a4393a0bc8a8b24 .uk-container {
  line-height: 2;
  color: #999;
}
#a9d22ae616a0174 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d22ae616a0174 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d22ae616a0174 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
}
#a9d22ae616a0174 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #4a4a4a;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d22ae616a0174 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d53216;
}
#a9d22ae616a0174 .menu-list > li.active > a:before,
#a9d22ae616a0174 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d22ae616a0174 .menu-list > li ul li {
  position: relative;
}
#a9d22ae616a0174 .menu-list > li ul li:hover > a {
  color: #d53216;
}
#a9d22ae616a0174 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: null;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a9d22ae616a0174 .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d53216;
}
#a9d22ae616a0174 .menu-list li ul li a:active,
#a9d22ae616a0174 .menu-list li ul li a.active,
#a9d22ae616a0174 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a9d22ae616a0174 .menu-list li ul,
#a9d22ae616a0174 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a9d22ae616a0174 .menu-list li ul.menu-b > li,
#a9d22ae616a0174 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d22ae616a0174 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d22ae616a0174 .menu-list li:hover > ul {
  display: block;
}
#a9d22ae616a0174 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6311abebfacbb8 .ele-wrap {color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(213, 50, 22, 1);border-radius: 25px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#a6311abebfacbb8 .ele-wrap:hover {background-color: #509c49;background-color: rgba(228, 54, 24, 1);}#a558da1eeca400d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;}#a8029acd03a777a > .ele-wrap {background-color: rgba(0, 154, 91, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7756ad963a24ac .abe2faeee9ac6ea > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);}#a7756ad963a24ac .abe2faeee9ac6ea  > .ele-wrap:hover {box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);}#a7756ad963a24ac .a2241a25e4ae635 {
  overflow: hidden;
}
#a7756ad963a24ac .a2241a25e4ae635 , #a7756ad963a24ac .a2241a25e4ae635 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 24px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#a7756ad963a24ac .afe9baee3eae8eb .img-wrap {
  column: 3px;
  column-space: 0;
  mode: list;
  target: _blank;
}
#a7756ad963a24ac .a53a9ac69caecf6 .ele-wrap {font-size: 14px;justify-content: center;border-style: solid;color: #ffffff;background-color: rgba(0, 154, 91, 1);}#a7756ad963a24ac .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a7756ad963a24ac .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a7756ad963a24ac .uk-position-center-left-out {
    left: -30px;
  }
  #a7756ad963a24ac .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a52b0a6f67a4d5a .aee51a65a9a33d9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);}#a52b0a6f67a4d5a .aee51a65a9a33d9  > .ele-wrap:hover {box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);}#a52b0a6f67a4d5a .a5841aff27a38fe {
  overflow: hidden;
}
#a52b0a6f67a4d5a .a5841aff27a38fe , #a52b0a6f67a4d5a .a5841aff27a38fe > * {
        font-weight: bold;
        font-style: normal;
    font-size: 24px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#a52b0a6f67a4d5a .a58d1a4360a346b .img-wrap {
  column: 3px;
  column-space: 0;
  mode: list;
  target: _blank;
}
#a52b0a6f67a4d5a .ab770a3b3ea3396 .ele-wrap {font-size: 14px;justify-content: center;border-style: solid;color: #ffffff;background-color: rgba(0, 154, 91, 1);}#a52b0a6f67a4d5a .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a52b0a6f67a4d5a .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a52b0a6f67a4d5a .uk-position-center-left-out {
    left: -30px;
  }
  #a52b0a6f67a4d5a .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a4060a482cac33f .acea2a1ec4a176a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);}#a4060a482cac33f .acea2a1ec4a176a  > .ele-wrap:hover {box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);}#a4060a482cac33f .a9780abc07af062 {
  overflow: hidden;
}
#a4060a482cac33f .a9780abc07af062 , #a4060a482cac33f .a9780abc07af062 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 24px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#a4060a482cac33f .a87c7ab1e4a305e .img-wrap {
  column: 3px;
  column-space: 0;
  mode: list;
  target: _blank;
}
#a4060a482cac33f .af8ecac53aa0017 .ele-wrap {font-size: 14px;justify-content: center;border-style: solid;color: #ffffff;background-color: rgba(0, 154, 91, 1);}#a4060a482cac33f .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4060a482cac33f .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a4060a482cac33f .uk-position-center-left-out {
    left: -30px;
  }
  #a4060a482cac33f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a30e6a02cda30d0 .af3daa538ea58c3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);}#a30e6a02cda30d0 .af3daa538ea58c3  > .ele-wrap:hover {box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);}#a30e6a02cda30d0 .a1da7aad81a719c {
  overflow: hidden;
}
#a30e6a02cda30d0 .a1da7aad81a719c , #a30e6a02cda30d0 .a1da7aad81a719c > * {
        font-weight: bold;
        font-style: normal;
    font-size: 24px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#a30e6a02cda30d0 .a5596adc21a1bc4 .img-wrap {
  column: 3px;
  column-space: 0;
  mode: list;
  target: _blank;
}
#a30e6a02cda30d0 .af69aaead5a5135 .ele-wrap {font-size: 14px;justify-content: center;border-style: solid;color: #ffffff;background-color: rgba(0, 154, 91, 1);}#a30e6a02cda30d0 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a30e6a02cda30d0 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a30e6a02cda30d0 .uk-position-center-left-out {
    left: -30px;
  }
  #a30e6a02cda30d0 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a7b68af81aa8263 .a8aafaca17a5bfe > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);}#a7b68af81aa8263 .a8aafaca17a5bfe  > .ele-wrap:hover {box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);}#a7b68af81aa8263 .a06ffa72d9a9aec {
  overflow: hidden;
}
#a7b68af81aa8263 .a06ffa72d9a9aec , #a7b68af81aa8263 .a06ffa72d9a9aec > * {
        font-weight: bold;
        font-style: normal;
    font-size: 24px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#a7b68af81aa8263 .a924fafe57a405d .img-wrap {
  column: 3px;
  column-space: 0;
  mode: list;
  target: _blank;
}
#a7b68af81aa8263 .acae4a3309ab0d7 .ele-wrap {font-size: 14px;justify-content: center;border-style: solid;color: #ffffff;background-color: rgba(0, 154, 91, 1);}#a7b68af81aa8263 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a7b68af81aa8263 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a7b68af81aa8263 .uk-position-center-left-out {
    left: -30px;
  }
  #a7b68af81aa8263 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#afa64aa7afa37a2 .ae92aa499ca8851 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);}#afa64aa7afa37a2 .ae92aa499ca8851  > .ele-wrap:hover {box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);}#afa64aa7afa37a2 .a13dda5e6cacebe {
  overflow: hidden;
}
#afa64aa7afa37a2 .a13dda5e6cacebe , #afa64aa7afa37a2 .a13dda5e6cacebe > * {
        font-weight: bold;
        font-style: normal;
    font-size: 24px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#afa64aa7afa37a2 .acdfda4f10a9bc6 .img-wrap {
  column: 3px;
  column-space: 0;
  mode: list;
  target: _blank;
}
#afa64aa7afa37a2 .acd49aab39a6b73 .ele-wrap {font-size: 14px;justify-content: center;border-style: solid;color: #ffffff;background-color: rgba(0, 154, 91, 1);}#afa64aa7afa37a2 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#afa64aa7afa37a2 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #afa64aa7afa37a2 .uk-position-center-left-out {
    left: -30px;
  }
  #afa64aa7afa37a2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ab658acaaaa25ab .a8e6ea3ff5ab262 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);}#ab658acaaaa25ab .a8e6ea3ff5ab262  > .ele-wrap:hover {box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);}#ab658acaaaa25ab .a11a5a531da181d {
  overflow: hidden;
}
#ab658acaaaa25ab .a11a5a531da181d , #ab658acaaaa25ab .a11a5a531da181d > * {
        font-weight: bold;
        font-style: normal;
    font-size: 24px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#ab658acaaaa25ab .ab08ba4c1ba3284 .img-wrap {
  column: 3px;
  column-space: 0;
  mode: list;
  target: _blank;
}
#ab658acaaaa25ab .ac0aeaeba7ab141 .ele-wrap {font-size: 14px;justify-content: center;border-style: solid;color: #ffffff;background-color: rgba(0, 154, 91, 1);}#ab658acaaaa25ab .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ab658acaaaa25ab .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ab658acaaaa25ab .uk-position-center-left-out {
    left: -30px;
  }
  #ab658acaaaa25ab .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a4e4aadf16aad46 .ac607a30cfa99a5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);}#a4e4aadf16aad46 .ac607a30cfa99a5  > .ele-wrap:hover {box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);}#a4e4aadf16aad46 .a56eaaefd2a32a5 {
  overflow: hidden;
}
#a4e4aadf16aad46 .a56eaaefd2a32a5 , #a4e4aadf16aad46 .a56eaaefd2a32a5 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 24px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#a4e4aadf16aad46 .a110caef03addfb .img-wrap {
  column: 3px;
  column-space: 0;
  mode: list;
  target: _blank;
}
#a4e4aadf16aad46 .adc1da2317aebc4 .ele-wrap {font-size: 14px;justify-content: center;border-style: solid;color: #ffffff;background-color: rgba(0, 154, 91, 1);}#a4e4aadf16aad46 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4e4aadf16aad46 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a4e4aadf16aad46 .uk-position-center-left-out {
    left: -30px;
  }
  #a4e4aadf16aad46 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6fc8a0337a8251 .a4c67af807af2a4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);}#a6fc8a0337a8251 .a4c67af807af2a4  > .ele-wrap:hover {box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);}#a6fc8a0337a8251 .aea68ab8a2af39f {
  overflow: hidden;
}
#a6fc8a0337a8251 .aea68ab8a2af39f , #a6fc8a0337a8251 .aea68ab8a2af39f > * {
        font-weight: bold;
        font-style: normal;
    font-size: 24px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#a6fc8a0337a8251 .a0d7fa7d36a2826 .img-wrap {
  column: 3px;
  column-space: 0;
  mode: list;
  target: _blank;
}
#a6fc8a0337a8251 .a51bea6deaa9f99 .ele-wrap {font-size: 14px;justify-content: center;border-style: solid;color: #ffffff;background-color: rgba(0, 154, 91, 1);}#a6fc8a0337a8251 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a6fc8a0337a8251 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a6fc8a0337a8251 .uk-position-center-left-out {
    left: -30px;
  }
  #a6fc8a0337a8251 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ada4ba7c06ae7a9 .a21cca8c8eae1c0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);}#ada4ba7c06ae7a9 .a21cca8c8eae1c0  > .ele-wrap:hover {box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);}#ada4ba7c06ae7a9 .a0d77a75adab5c1 {
  overflow: hidden;
}
#ada4ba7c06ae7a9 .a0d77a75adab5c1 , #ada4ba7c06ae7a9 .a0d77a75adab5c1 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 24px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#ada4ba7c06ae7a9 .a516bac467ade80 .img-wrap {
  column: 3px;
  column-space: 0;
  mode: list;
  target: _blank;
}
#ada4ba7c06ae7a9 .a1a29a5d3ea7643 .ele-wrap {font-size: 14px;justify-content: center;border-style: solid;color: #ffffff;background-color: rgba(0, 154, 91, 1);}#ada4ba7c06ae7a9 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ada4ba7c06ae7a9 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ada4ba7c06ae7a9 .uk-position-center-left-out {
    left: -30px;
  }
  #ada4ba7c06ae7a9 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a4a4aa586aa6f4e .a7e23ad9cca32a5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);}#a4a4aa586aa6f4e .a7e23ad9cca32a5  > .ele-wrap:hover {box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);}#a4a4aa586aa6f4e .af920a96cea4526 {
  overflow: hidden;
}
#a4a4aa586aa6f4e .af920a96cea4526 , #a4a4aa586aa6f4e .af920a96cea4526 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 24px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#a4a4aa586aa6f4e .ab670a9d5aab412 .img-wrap {
  column: 3px;
  column-space: 0;
  mode: list;
  target: _blank;
}
#a4a4aa586aa6f4e .a2bc8ab586a7bf6 .ele-wrap {font-size: 14px;justify-content: center;border-style: solid;color: #ffffff;background-color: rgba(0, 154, 91, 1);}#a4a4aa586aa6f4e .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4a4aa586aa6f4e .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a4a4aa586aa6f4e .uk-position-center-left-out {
    left: -30px;
  }
  #a4a4aa586aa6f4e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa3e0a21f5aa65a .a8beaab576a16e4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);}#aa3e0a21f5aa65a .a8beaab576a16e4  > .ele-wrap:hover {box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);}#aa3e0a21f5aa65a .af3d5a4272ae5ad {
  overflow: hidden;
}
#aa3e0a21f5aa65a .af3d5a4272ae5ad , #aa3e0a21f5aa65a .af3d5a4272ae5ad > * {
        font-weight: bold;
        font-style: normal;
    font-size: 24px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#aa3e0a21f5aa65a .a9ffea5ebfaf96a .img-wrap {
  column: 3px;
  column-space: 0;
  mode: list;
  target: _blank;
}
#aa3e0a21f5aa65a .a0848a90aeafe2d .ele-wrap {font-size: 14px;justify-content: center;border-style: solid;color: #ffffff;background-color: rgba(0, 154, 91, 1);}#aa3e0a21f5aa65a .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aa3e0a21f5aa65a .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aa3e0a21f5aa65a .uk-position-center-left-out {
    left: -30px;
  }
  #aa3e0a21f5aa65a .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aee67a0c35a7879 {
  overflow: hidden;
  pointer-events: none;
}
#aee67a0c35a7879 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 35px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aee67a0c35a7879 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aee67a0c35a7879 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aee67a0c35a7879 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 35px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aee67a0c35a7879 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aee67a0c35a7879 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aee67a0c35a7879 > .tab-wrap > div > .tab-nav,
#aee67a0c35a7879 > .tab-nav,
#aee67a0c35a7879 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aee67a0c35a7879 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#aee67a0c35a7879 > .tab-wrap > div > .tab-nav-horizontal,
#aee67a0c35a7879 > .tab-nav-horizontal,
#aee67a0c35a7879 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aee67a0c35a7879 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aee67a0c35a7879 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aee67a0c35a7879 > .tab-nav-horizontal::-webkit-scrollbar,
#aee67a0c35a7879 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aee67a0c35a7879 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aee67a0c35a7879 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aee67a0c35a7879 > .tab-nav-horizontal.tagScroll,
#aee67a0c35a7879 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aee67a0c35a7879 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 35px;
  overflow-x: auto;
}
#aee67a0c35a7879 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aee67a0c35a7879 > .tab-nav-horizontal.tagScroll li a,
#aee67a0c35a7879 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aee67a0c35a7879 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aee67a0c35a7879 > .tab-wrap > div > .tab-nav a,
#aee67a0c35a7879 > .tab-nav a,
#aee67a0c35a7879 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aee67a0c35a7879 > .tab-tabs > .tab-nav a {
  padding: 0 50px;
}
#aee67a0c35a7879 > .tab-wrap > div > .tab-nav li a,
#aee67a0c35a7879 > .tab-nav li a,
#aee67a0c35a7879 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aee67a0c35a7879 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 34px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 35px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  margin-top: 10px;
  padding: 0 50px;
}
#aee67a0c35a7879 > .tab-wrap > div > .tab-nav li a svg,
#aee67a0c35a7879 > .tab-nav li a svg,
#aee67a0c35a7879 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aee67a0c35a7879 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aee67a0c35a7879 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aee67a0c35a7879 > .tab-nav li a .ap_icon,
#aee67a0c35a7879 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aee67a0c35a7879 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aee67a0c35a7879 > .tab-wrap > div > .tab-nav li a:hover,
#aee67a0c35a7879 > .tab-nav li a:hover,
#aee67a0c35a7879 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aee67a0c35a7879 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #333333;
}
#aee67a0c35a7879 > .tab-wrap > div > .tab-nav li.uk-active a,
#aee67a0c35a7879 > .tab-nav li.uk-active a,
#aee67a0c35a7879 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aee67a0c35a7879 > .tab-tabs > .tab-nav li.uk-active a {
  background-image: url(/resources/upload/a9396afc3aabab7/1689651773785.png);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  border-right-style: none;
  border-bottom-width: 2px;
  border-bottom-color: #1051a0;
  border-bottom-style: none;
}
#aee67a0c35a7879 .layout-left li,
#aee67a0c35a7879 .layout-center li,
#aee67a0c35a7879 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aee67a0c35a7879 .layout-left li a,
#aee67a0c35a7879 .layout-center li a,
#aee67a0c35a7879 .layout-right li a {
  height: 100%;
}
#aee67a0c35a7879 > .tab-tabs .layout-left {
  text-align: left;
}
#aee67a0c35a7879 > .tab-tabs .layout-center {
  text-align: center;
}
#aee67a0c35a7879 > .tab-tabs .layout-right {
  text-align: right;
}
#aee67a0c35a7879 .tab-contents {
  height: 100%;
  height: calc(100% - 35px);
}
#aee67a0c35a7879 .tab-content-wrap {
  background-color: transparent;
}
#aee67a0c35a7879 .tab-contents,
#aee67a0c35a7879 .tab-contents-wrap {
  pointer-events: none;
}
#aee67a0c35a7879 .tab-content,
#aee67a0c35a7879 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aee67a0c35a7879 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aee67a0c35a7879 .tab-wrap .tab-contents {
  height: 100%;
}
#aee67a0c35a7879 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aee67a0c35a7879 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aee67a0c35a7879 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a76caa7623ac6fa a {
        font-weight: normal;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4835a7452a3947 > .ele-wrap {background-color: rgba(0, 154, 91, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9893a80fca4b87 > .ele-wrap {background-color: rgba(0, 154, 91, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0d20aaedba29cd [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(0, 64, 136, 1);}#ad1f8ab077a64c7 .img-wrap {
  box-shadow: NaNpx NaNpx 0px 0px #ffffff;
}
#a163ba0ccca5f96 > .ele-wrap {background-color: rgba(238, 235, 235, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa079a1e9dad919 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac1fba79b5a8b0f [data-item="undefined"] {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac947ab899a883f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a99e8a838ca9317 .uk-container {
  line-height: 2;
  color: #999;
}
#a9d22ae616a0174 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d22ae616a0174 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d22ae616a0174 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
}
#a9d22ae616a0174 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #4a4a4a;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d22ae616a0174 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d53216;
}
#a9d22ae616a0174 .menu-list > li.active > a:before,
#a9d22ae616a0174 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d22ae616a0174 .menu-list > li ul li {
  position: relative;
}
#a9d22ae616a0174 .menu-list > li ul li:hover > a {
  color: #d53216;
}
#a9d22ae616a0174 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: null;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a9d22ae616a0174 .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d53216;
}
#a9d22ae616a0174 .menu-list li ul li a:active,
#a9d22ae616a0174 .menu-list li ul li a.active,
#a9d22ae616a0174 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a9d22ae616a0174 .menu-list li ul,
#a9d22ae616a0174 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a9d22ae616a0174 .menu-list li ul.menu-b > li,
#a9d22ae616a0174 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d22ae616a0174 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d22ae616a0174 .menu-list li:hover > ul {
  display: block;
}
#a9d22ae616a0174 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6311abebfacbb8 .ele-wrap {color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(213, 50, 22, 1);border-radius: 25px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#a6311abebfacbb8 .ele-wrap:hover {background-color: #509c49;background-color: rgba(228, 54, 24, 1);}#a0ef9a4ff2a6b58 .af33da3e31a3e3d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);}#a0ef9a4ff2a6b58 .af33da3e31a3e3d  > .ele-wrap:hover {box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);}#a0ef9a4ff2a6b58 .a486baf2b8ac64c {
  overflow: hidden;
}
#a0ef9a4ff2a6b58 .a486baf2b8ac64c , #a0ef9a4ff2a6b58 .a486baf2b8ac64c > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a0ef9a4ff2a6b58 .a1adca77caae995 .img-wrap {
  column: 3px;
  column-space: 0;
  mode: list;
  target: _blank;
}
#a0ef9a4ff2a6b58 .af865ab2c0a111e > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(174, 174, 174, 1);border-right-color: rgba(174, 174, 174, 1);border-left-color: rgba(174, 174, 174, 1);border-bottom-color: rgba(174, 174, 174, 1);}#a0ef9a4ff2a6b58 .uk-grid {
  margin-left: -30px;
}
#a0ef9a4ff2a6b58 .uk-grid > * {
  padding-left: 30px;
}
#a0ef9a4ff2a6b58 .uk-grid > .uk-grid-margin {
  margin-top: 40px;
}
#a0ef9a4ff2a6b58 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a0ef9a4ff2a6b58 .uk-position-center-left-out {
    left: -30px;
  }
  #a0ef9a4ff2a6b58 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a7906abc12ad2ec .abfbba23cea4c40 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);}#a7906abc12ad2ec .abfbba23cea4c40  > .ele-wrap:hover {box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);}#a7906abc12ad2ec .a9633a8d62add34 {
  overflow: hidden;
}
#a7906abc12ad2ec .a9633a8d62add34 , #a7906abc12ad2ec .a9633a8d62add34 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a7906abc12ad2ec .a0c3ba48f4a24d4 .img-wrap {
  column: 3px;
  column-space: 0;
  mode: list;
  target: _blank;
}
#a7906abc12ad2ec .a3e25aa635a84ee > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(174, 174, 174, 1);border-right-color: rgba(174, 174, 174, 1);border-left-color: rgba(174, 174, 174, 1);border-bottom-color: rgba(174, 174, 174, 1);}#a7906abc12ad2ec .uk-grid {
  margin-left: -30px;
}
#a7906abc12ad2ec .uk-grid > * {
  padding-left: 30px;
}
#a7906abc12ad2ec .uk-grid > .uk-grid-margin {
  margin-top: 40px;
}
#a7906abc12ad2ec .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a7906abc12ad2ec .uk-position-center-left-out {
    left: -30px;
  }
  #a7906abc12ad2ec .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a4a07a8f93a26e0 .ab14ba0426ab8ba > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);}#a4a07a8f93a26e0 .ab14ba0426ab8ba  > .ele-wrap:hover {box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);}#a4a07a8f93a26e0 .abb88a7548a94c1 {
  overflow: hidden;
}
#a4a07a8f93a26e0 .abb88a7548a94c1 , #a4a07a8f93a26e0 .abb88a7548a94c1 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a4a07a8f93a26e0 .a64eeacfcca3005 .img-wrap {
  column: 3px;
  column-space: 0;
  mode: list;
  target: _blank;
}
#a4a07a8f93a26e0 .ac4b4aa87ca4c95 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(174, 174, 174, 1);border-right-color: rgba(174, 174, 174, 1);border-left-color: rgba(174, 174, 174, 1);border-bottom-color: rgba(174, 174, 174, 1);}#a4a07a8f93a26e0 .uk-grid {
  margin-left: -30px;
}
#a4a07a8f93a26e0 .uk-grid > * {
  padding-left: 30px;
}
#a4a07a8f93a26e0 .uk-grid > .uk-grid-margin {
  margin-top: 40px;
}
#a4a07a8f93a26e0 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a4a07a8f93a26e0 .uk-position-center-left-out {
    left: -30px;
  }
  #a4a07a8f93a26e0 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a46b8af5d9a79d1 .a39dfa3a2fa6fbe > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);}#a46b8af5d9a79d1 .a39dfa3a2fa6fbe  > .ele-wrap:hover {box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);}#a46b8af5d9a79d1 .a032da1bd4a13f2 {
  overflow: hidden;
}
#a46b8af5d9a79d1 .a032da1bd4a13f2 , #a46b8af5d9a79d1 .a032da1bd4a13f2 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a46b8af5d9a79d1 .a80faaedbba9a3e .img-wrap {
  column: 3px;
  column-space: 0;
  mode: list;
  target: _blank;
}
#a46b8af5d9a79d1 .ac4d2a2a25a49dc > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(174, 174, 174, 1);border-right-color: rgba(174, 174, 174, 1);border-left-color: rgba(174, 174, 174, 1);border-bottom-color: rgba(174, 174, 174, 1);}#a46b8af5d9a79d1 .uk-grid {
  margin-left: -30px;
}
#a46b8af5d9a79d1 .uk-grid > * {
  padding-left: 30px;
}
#a46b8af5d9a79d1 .uk-grid > .uk-grid-margin {
  margin-top: 40px;
}
#a46b8af5d9a79d1 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a46b8af5d9a79d1 .uk-position-center-left-out {
    left: -30px;
  }
  #a46b8af5d9a79d1 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ae9dfaa760a3dfb .a0c09a6991a0d4f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);}#ae9dfaa760a3dfb .a0c09a6991a0d4f  > .ele-wrap:hover {box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);}#ae9dfaa760a3dfb .ace60adfa3aba00 {
  overflow: hidden;
}
#ae9dfaa760a3dfb .ace60adfa3aba00 , #ae9dfaa760a3dfb .ace60adfa3aba00 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(51, 51, 51, 1);}#ae9dfaa760a3dfb .a2ec5a2ac3aac71 .img-wrap {
  column: 3px;
  column-space: 0;
  mode: list;
  target: _blank;
}
#ae9dfaa760a3dfb .ac87da4f39aca8d > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(174, 174, 174, 1);border-right-color: rgba(174, 174, 174, 1);border-left-color: rgba(174, 174, 174, 1);border-bottom-color: rgba(174, 174, 174, 1);}#ae9dfaa760a3dfb .uk-grid {
  margin-left: -30px;
}
#ae9dfaa760a3dfb .uk-grid > * {
  padding-left: 30px;
}
#ae9dfaa760a3dfb .uk-grid > .uk-grid-margin {
  margin-top: 40px;
}
#ae9dfaa760a3dfb .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ae9dfaa760a3dfb .uk-position-center-left-out {
    left: -30px;
  }
  #ae9dfaa760a3dfb .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a2862a695baccf6 .af635a7968a3ce4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);}#a2862a695baccf6 .af635a7968a3ce4  > .ele-wrap:hover {box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);}#a2862a695baccf6 .aee27ac57ca5be7 {
  overflow: hidden;
}
#a2862a695baccf6 .aee27ac57ca5be7 , #a2862a695baccf6 .aee27ac57ca5be7 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a2862a695baccf6 .a3b67a6b7daddf3 .img-wrap {
  column: 3px;
  column-space: 0;
  mode: list;
  target: _blank;
}
#a2862a695baccf6 .a31aba7548a9239 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(174, 174, 174, 1);border-right-color: rgba(174, 174, 174, 1);border-left-color: rgba(174, 174, 174, 1);border-bottom-color: rgba(174, 174, 174, 1);}#a2862a695baccf6 .uk-grid {
  margin-left: -30px;
}
#a2862a695baccf6 .uk-grid > * {
  padding-left: 30px;
}
#a2862a695baccf6 .uk-grid > .uk-grid-margin {
  margin-top: 40px;
}
#a2862a695baccf6 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a2862a695baccf6 .uk-position-center-left-out {
    left: -30px;
  }
  #a2862a695baccf6 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa3ebaa131a6c4e .a7e5ca8514a7a74 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);}#aa3ebaa131a6c4e .a7e5ca8514a7a74  > .ele-wrap:hover {box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);}#aa3ebaa131a6c4e .aa78fa2e7aa2161 {
  overflow: hidden;
}
#aa3ebaa131a6c4e .aa78fa2e7aa2161 , #aa3ebaa131a6c4e .aa78fa2e7aa2161 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(51, 51, 51, 1);}#aa3ebaa131a6c4e .a9fb0ab8f9a66f2 .img-wrap {
  column: 3px;
  column-space: 0;
  mode: list;
  target: _blank;
}
#aa3ebaa131a6c4e .a0064a69cda4abb > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(174, 174, 174, 1);border-right-color: rgba(174, 174, 174, 1);border-left-color: rgba(174, 174, 174, 1);border-bottom-color: rgba(174, 174, 174, 1);}#aa3ebaa131a6c4e .uk-grid {
  margin-left: -30px;
}
#aa3ebaa131a6c4e .uk-grid > * {
  padding-left: 30px;
}
#aa3ebaa131a6c4e .uk-grid > .uk-grid-margin {
  margin-top: 40px;
}
#aa3ebaa131a6c4e .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aa3ebaa131a6c4e .uk-position-center-left-out {
    left: -30px;
  }
  #aa3ebaa131a6c4e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ab216a6872a7540 {
  overflow: hidden;
  pointer-events: none;
}
#ab216a6872a7540 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ab216a6872a7540 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#ab216a6872a7540 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab216a6872a7540 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ab216a6872a7540 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#ab216a6872a7540 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab216a6872a7540 > .tab-wrap > div > .tab-nav,
#ab216a6872a7540 > .tab-nav,
#ab216a6872a7540 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab216a6872a7540 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#ab216a6872a7540 > .tab-wrap > div > .tab-nav-horizontal,
#ab216a6872a7540 > .tab-nav-horizontal,
#ab216a6872a7540 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab216a6872a7540 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab216a6872a7540 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab216a6872a7540 > .tab-nav-horizontal::-webkit-scrollbar,
#ab216a6872a7540 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab216a6872a7540 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab216a6872a7540 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab216a6872a7540 > .tab-nav-horizontal.tagScroll,
#ab216a6872a7540 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab216a6872a7540 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#ab216a6872a7540 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab216a6872a7540 > .tab-nav-horizontal.tagScroll li a,
#ab216a6872a7540 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab216a6872a7540 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab216a6872a7540 > .tab-wrap > div > .tab-nav a,
#ab216a6872a7540 > .tab-nav a,
#ab216a6872a7540 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab216a6872a7540 > .tab-tabs > .tab-nav a {
  padding: 0 35px;
}
#ab216a6872a7540 > .tab-wrap > div > .tab-nav li a,
#ab216a6872a7540 > .tab-nav li a,
#ab216a6872a7540 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab216a6872a7540 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  background-color: #ffffff;
  padding: 0 35px;
}
#ab216a6872a7540 > .tab-wrap > div > .tab-nav li a svg,
#ab216a6872a7540 > .tab-nav li a svg,
#ab216a6872a7540 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab216a6872a7540 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab216a6872a7540 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab216a6872a7540 > .tab-nav li a .ap_icon,
#ab216a6872a7540 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab216a6872a7540 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab216a6872a7540 > .tab-wrap > div > .tab-nav li a:hover,
#ab216a6872a7540 > .tab-nav li a:hover,
#ab216a6872a7540 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab216a6872a7540 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-bottom-width: 0;
  border-bottom-color: #4a90e2;
  border-bottom-style: none;
}
#ab216a6872a7540 > .tab-wrap > div > .tab-nav li.uk-active a,
#ab216a6872a7540 > .tab-nav li.uk-active a,
#ab216a6872a7540 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab216a6872a7540 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 0;
  border-bottom-color: #4a90e2;
  border-bottom-style: none;
  background-color: #e60012;
}
#ab216a6872a7540 .layout-left li,
#ab216a6872a7540 .layout-center li,
#ab216a6872a7540 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab216a6872a7540 .layout-left li a,
#ab216a6872a7540 .layout-center li a,
#ab216a6872a7540 .layout-right li a {
  height: 100%;
}
#ab216a6872a7540 > .tab-tabs .layout-left {
  text-align: left;
}
#ab216a6872a7540 > .tab-tabs .layout-center {
  text-align: center;
}
#ab216a6872a7540 > .tab-tabs .layout-right {
  text-align: right;
}
#ab216a6872a7540 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#ab216a6872a7540 .tab-content-wrap {
  background-color: transparent;
}
#ab216a6872a7540 .tab-contents,
#ab216a6872a7540 .tab-contents-wrap {
  pointer-events: none;
}
#ab216a6872a7540 .tab-content,
#ab216a6872a7540 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab216a6872a7540 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab216a6872a7540 .tab-wrap .tab-contents {
  height: 100%;
}
#ab216a6872a7540 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab216a6872a7540 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab216a6872a7540 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ac3eaa0d63ae63b [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(0, 64, 136, 1);}#ad1f8ab077a64c7 .img-wrap {
  box-shadow: NaNpx NaNpx 0px 0px #ffffff;
}
#a163ba0ccca5f96 > .ele-wrap {background-color: rgba(238, 235, 235, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa079a1e9dad919 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8077ab653a9148 [data-item="undefined"] {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8d51a7dc5a0fec .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a4cbea10a6ac81a .timeline-item {
  position: relative;
  padding-top: 60px;
  margin-top: 15px;
}
#a4cbea10a6ac81a .timeline-item:before {
  background-color: #1e87f0;
  position: absolute;
  content: "";
  top: 0;
  left: -7.5px;
  width: calc(130%);
  height: 1px;
  z-index: 3;
}
#a4cbea10a6ac81a .timeline-item:after {
  position: absolute;
  font-family: 'FontAwesome';
  content: '';
  right: -32px;
  top: -9.5px;
  transform: translateX(-50%);
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: transparent;
  font-size: 10px;
  line-height: 17px;
  text-align: center;
  color: #fff;
  border: 1px solid #1e87f0;
  background: #f8f8f8;
  z-index: 5;
}
#a4cbea10a6ac81a .timeline-item-active:after {
  background: #32d296;
  content: '\f00c';
}
#a4cbea10a6ac81a .timeline-item-date:after {
  display: block;
  position: absolute;
  right: -12px;
  top: 12px;
  height: 70px;
  width: 1px;
  background: #1e87f0;
  content: "";
}
#a4cbea10a6ac81a a,
#a4cbea10a6ac81a .uk-link {
  color: inherit;
}
#a5370a6ad5abdfa .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #1e87f0;
  color: #1e87f0;
  display: inline-block;
  cursor: pointer;
}
#a5370a6ad5abdfa .filter-nav li.uk-active {
  color: #fff;
  background-color: #1e87f0;
}
#a5370a6ad5abdfa .text-style figure {
  background: transparent;
}
#a5370a6ad5abdfa .text-style:hover figure {
  background: #1e87f0;
}
#a5370a6ad5abdfa .text-style.text-style-7 img {
  opacity: .9;
}
#a5eeba4e26a2aa9 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #1e87f0;
  color: #1e87f0;
  display: inline-block;
  cursor: pointer;
}
#a5eeba4e26a2aa9 .filter-nav li.uk-active {
  color: #fff;
  background-color: #1e87f0;
}
#a5eeba4e26a2aa9 .text-style figure {
  background: transparent;
}
#a5eeba4e26a2aa9 .text-style:hover figure {
  background: #1e87f0;
}
#a5eeba4e26a2aa9 .gallery-item img {
  opacity: 1 !important;
}
#a5eeba4e26a2aa9 .gallery-item:hover figure img {
  opacity: .6 !important;
}
#afe98aff54ab169 .uk-container {
  line-height: 2;
  color: #999;
}
#a9d22ae616a0174 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d22ae616a0174 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d22ae616a0174 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
}
#a9d22ae616a0174 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #4a4a4a;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d22ae616a0174 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d53216;
}
#a9d22ae616a0174 .menu-list > li.active > a:before,
#a9d22ae616a0174 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d22ae616a0174 .menu-list > li ul li {
  position: relative;
}
#a9d22ae616a0174 .menu-list > li ul li:hover > a {
  color: #d53216;
}
#a9d22ae616a0174 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: null;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a9d22ae616a0174 .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d53216;
}
#a9d22ae616a0174 .menu-list li ul li a:active,
#a9d22ae616a0174 .menu-list li ul li a.active,
#a9d22ae616a0174 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a9d22ae616a0174 .menu-list li ul,
#a9d22ae616a0174 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a9d22ae616a0174 .menu-list li ul.menu-b > li,
#a9d22ae616a0174 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d22ae616a0174 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d22ae616a0174 .menu-list li:hover > ul {
  display: block;
}
#a9d22ae616a0174 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6311abebfacbb8 .ele-wrap {color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(213, 50, 22, 1);border-radius: 25px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#a6311abebfacbb8 .ele-wrap:hover {background-color: #509c49;background-color: rgba(228, 54, 24, 1);}#ab4cda3541a8df0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a7442a582da389a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a7442a582da389a .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a7442a582da389a .ap-icon {
  margin-right: 6px;
}
#a7442a582da389a .indicator {
  margin-left: 4px;
}
#a7442a582da389a .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 50px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4c4c4c;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
}
#a7442a582da389a .menu-list li:hover > a,
#a7442a582da389a .menu-list li.active > a {
  background: #0f4b94;
  background-color: #0f4b94;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a7442a582da389a .menu-list li.active > a {
  background-color: #0f4b94;
}
#a7442a582da389a .menu-list ul,
#a7442a582da389a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a7442a582da389a .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a7442a582da389a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7442a582da389a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7442a582da389a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ad1f8ab077a64c7 .img-wrap {
  box-shadow: NaNpx NaNpx 0px 0px #ffffff;
}
#a163ba0ccca5f96 > .ele-wrap {background-color: rgba(238, 235, 235, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa079a1e9dad919 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9e1fa3d42a6c63 [data-item="undefined"] {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a57daa1954a3422 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a80a2a6969a58d2 .uk-container {
  line-height: 2;
  color: #999;
}
#a9d22ae616a0174 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d22ae616a0174 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d22ae616a0174 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
}
#a9d22ae616a0174 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #4a4a4a;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d22ae616a0174 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d53216;
}
#a9d22ae616a0174 .menu-list > li.active > a:before,
#a9d22ae616a0174 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d22ae616a0174 .menu-list > li ul li {
  position: relative;
}
#a9d22ae616a0174 .menu-list > li ul li:hover > a {
  color: #d53216;
}
#a9d22ae616a0174 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: null;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a9d22ae616a0174 .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d53216;
}
#a9d22ae616a0174 .menu-list li ul li a:active,
#a9d22ae616a0174 .menu-list li ul li a.active,
#a9d22ae616a0174 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a9d22ae616a0174 .menu-list li ul,
#a9d22ae616a0174 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a9d22ae616a0174 .menu-list li ul.menu-b > li,
#a9d22ae616a0174 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d22ae616a0174 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d22ae616a0174 .menu-list li:hover > ul {
  display: block;
}
#a9d22ae616a0174 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6311abebfacbb8 .ele-wrap {color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(213, 50, 22, 1);border-radius: 25px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#a6311abebfacbb8 .ele-wrap:hover {background-color: #509c49;background-color: rgba(228, 54, 24, 1);}#ab4cda3541a8df0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a7442a582da389a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a7442a582da389a .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a7442a582da389a .ap-icon {
  margin-right: 6px;
}
#a7442a582da389a .indicator {
  margin-left: 4px;
}
#a7442a582da389a .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 50px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4c4c4c;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
}
#a7442a582da389a .menu-list li:hover > a,
#a7442a582da389a .menu-list li.active > a {
  background: #0f4b94;
  background-color: #0f4b94;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a7442a582da389a .menu-list li.active > a {
  background-color: #0f4b94;
}
#a7442a582da389a .menu-list ul,
#a7442a582da389a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a7442a582da389a .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a7442a582da389a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7442a582da389a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7442a582da389a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ad57aa663ca080f .ae587a085eaf97e {
  overflow: hidden;
}
#ad57aa663ca080f .ae587a085eaf97e , #ad57aa663ca080f .ae587a085eaf97e > * {
        font-weight: normal;
        font-style: normal;
    text-align: center;font-family: inherit;color: rgba(136, 136, 136, 1);}#ad57aa663ca080f .ae587a085eaf97e:hover , #ad57aa663ca080f .ae587a085eaf97e *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#ad57aa663ca080f .uk-grid {
  margin-left: 0px;
}
#ad57aa663ca080f .uk-grid > * {
  padding-left: 0px;
}
#ad57aa663ca080f .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#ad57aa663ca080f .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ad57aa663ca080f .uk-position-center-left-out {
    left: -30px;
  }
  #ad57aa663ca080f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a4495a712ea95da .a7b1ea05bfaa747 {
  overflow: hidden;
}
#a4495a712ea95da .a7b1ea05bfaa747 , #a4495a712ea95da .a7b1ea05bfaa747 > * {
        font-weight: normal;
        font-style: normal;
    text-align: center;font-family: inherit;color: rgba(136, 136, 136, 1);}#a4495a712ea95da .a7b1ea05bfaa747:hover , #a4495a712ea95da .a7b1ea05bfaa747 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#a4495a712ea95da .uk-grid {
  margin-left: 0px;
}
#a4495a712ea95da .uk-grid > * {
  padding-left: 0px;
}
#a4495a712ea95da .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a4495a712ea95da .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a4495a712ea95da .uk-position-center-left-out {
    left: -30px;
  }
  #a4495a712ea95da .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a9ab0ab949a9e85 .a3968adb14ac3a4 {
  overflow: hidden;
}
#a9ab0ab949a9e85 .a3968adb14ac3a4 , #a9ab0ab949a9e85 .a3968adb14ac3a4 > * {
        font-weight: normal;
        font-style: normal;
    text-align: center;font-family: inherit;color: rgba(136, 136, 136, 1);}#a9ab0ab949a9e85 .a3968adb14ac3a4:hover , #a9ab0ab949a9e85 .a3968adb14ac3a4 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#a9ab0ab949a9e85 .uk-grid {
  margin-left: 0px;
}
#a9ab0ab949a9e85 .uk-grid > * {
  padding-left: 0px;
}
#a9ab0ab949a9e85 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a9ab0ab949a9e85 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a9ab0ab949a9e85 .uk-position-center-left-out {
    left: -30px;
  }
  #a9ab0ab949a9e85 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aac71a6c7fa0e7b .adc33ae019a585f {
  overflow: hidden;
}
#aac71a6c7fa0e7b .adc33ae019a585f , #aac71a6c7fa0e7b .adc33ae019a585f > * {
        font-weight: normal;
        font-style: normal;
    text-align: center;font-family: inherit;color: rgba(136, 136, 136, 1);}#aac71a6c7fa0e7b .adc33ae019a585f:hover , #aac71a6c7fa0e7b .adc33ae019a585f *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#aac71a6c7fa0e7b .uk-grid {
  margin-left: 0px;
}
#aac71a6c7fa0e7b .uk-grid > * {
  padding-left: 0px;
}
#aac71a6c7fa0e7b .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#aac71a6c7fa0e7b .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aac71a6c7fa0e7b .uk-position-center-left-out {
    left: -30px;
  }
  #aac71a6c7fa0e7b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6ed9ae884a6a35 .uk-grid {
  margin-left: -3px;
}
#a6ed9ae884a6a35 .uk-grid > * {
  padding-left: 3px;
}
#a6ed9ae884a6a35 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a6ed9ae884a6a35 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a6ed9ae884a6a35 .uk-position-center-left-out {
    left: -30px;
  }
  #a6ed9ae884a6a35 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ad1f8ab077a64c7 .img-wrap {
  box-shadow: NaNpx NaNpx 0px 0px #ffffff;
}
#a163ba0ccca5f96 > .ele-wrap {background-color: rgba(238, 235, 235, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa079a1e9dad919 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a81e0a3c07a365e [data-item="undefined"] {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a80f5a22e8a233c .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#abfd2ac547ac0ec .i-wrap {
  width: calc(100.1%);
  position: relative;
  left: -0.05rem;
  overflow: hidden;
}
#abfd2ac547ac0ec .i-bn {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
}
#abfd2ac547ac0ec .i-s {
  position: relative;
  font-size: 0;
}
#abfd2ac547ac0ec .i-item {
  display: inline-block;
  vertical-align: top;
  width: 19.23%;
  margin: 0.385%;
  height: 100px;
  border: 1px solid #dcdcdc;
  border-radius: .1rem;
  position: relative;
  background-color: #fff;
  transition: all .3s;
  overflow: hidden;
}
#abfd2ac547ac0ec .i-img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  max-width: 96%;
  max-height: 96%;
  transition: all .3s;
}
#abfd2ac547ac0ec .i-arrow {
  width: 20px;
  height: 40px;
  margin-top: -20px;
  background-image: url(/resources/sys/img/section/arrow-24.png);
  background-size: 100% 100%;
  cursor: pointer;
  position: absolute;
  top: 50%;
}
#abfd2ac547ac0ec .i-arrow.swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
}
#abfd2ac547ac0ec .i-prev {
  left: -30px;
}
#abfd2ac547ac0ec .i-next {
  right: -30px;
  transform: rotate(180deg);
}
#abfd2ac547ac0ec .i-bn .swiper-wrapper {
  display: inline-block;
  white-space: nowrap;
  overflow: visible;
  width: auto;
  height: auto;
}
#abfd2ac547ac0ec .i-bn .swiper-slide {
  display: inline-block;
  width: 1200px;
  height: auto;
  white-space: normal;
}
#abfd2ac547ac0ec .i-item:hover {
  border-color: #1e87f0;
}
#abfd2ac547ac0ec .swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
#a7bbba5372a4909 .uk-container {
  line-height: 2;
  color: #999;
}
#a9d22ae616a0174 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d22ae616a0174 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d22ae616a0174 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
}
#a9d22ae616a0174 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #4a4a4a;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d22ae616a0174 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d53216;
}
#a9d22ae616a0174 .menu-list > li.active > a:before,
#a9d22ae616a0174 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d22ae616a0174 .menu-list > li ul li {
  position: relative;
}
#a9d22ae616a0174 .menu-list > li ul li:hover > a {
  color: #d53216;
}
#a9d22ae616a0174 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: null;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a9d22ae616a0174 .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d53216;
}
#a9d22ae616a0174 .menu-list li ul li a:active,
#a9d22ae616a0174 .menu-list li ul li a.active,
#a9d22ae616a0174 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a9d22ae616a0174 .menu-list li ul,
#a9d22ae616a0174 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a9d22ae616a0174 .menu-list li ul.menu-b > li,
#a9d22ae616a0174 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d22ae616a0174 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d22ae616a0174 .menu-list li:hover > ul {
  display: block;
}
#a9d22ae616a0174 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6311abebfacbb8 .ele-wrap {color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(213, 50, 22, 1);border-radius: 25px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#a6311abebfacbb8 .ele-wrap:hover {background-color: #509c49;background-color: rgba(228, 54, 24, 1);}#ab4cda3541a8df0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a7442a582da389a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a7442a582da389a .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a7442a582da389a .ap-icon {
  margin-right: 6px;
}
#a7442a582da389a .indicator {
  margin-left: 4px;
}
#a7442a582da389a .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 50px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4c4c4c;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
}
#a7442a582da389a .menu-list li:hover > a,
#a7442a582da389a .menu-list li.active > a {
  background: #0f4b94;
  background-color: #0f4b94;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a7442a582da389a .menu-list li.active > a {
  background-color: #0f4b94;
}
#a7442a582da389a .menu-list ul,
#a7442a582da389a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a7442a582da389a .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a7442a582da389a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7442a582da389a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7442a582da389a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#abfd2ac547ac0ec .uk-container {max-width: 1400px;}#ad1f8ab077a64c7 .img-wrap {
  box-shadow: NaNpx NaNpx 0px 0px #ffffff;
}
#a163ba0ccca5f96 > .ele-wrap {background-color: rgba(238, 235, 235, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa079a1e9dad919 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac17dae985aa7c0 [data-item="undefined"] {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad8a3a48a8af39e .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@media (min-width: 960px) {
  #a4bdea5e8ea5857 .uk-card {
    position: absolute;
    top: 20%;
    right: 0;
  }
}
@media (max-width: 740px) {
  #a4bdea5e8ea5857 .uk-width-large {
    width: auto;
    margin-top: 20px;
  }
}
#a7e42af563aae2a .uk-container {
  line-height: 2;
  color: #999;
}
#a9d22ae616a0174 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d22ae616a0174 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d22ae616a0174 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
}
#a9d22ae616a0174 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #4a4a4a;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d22ae616a0174 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d53216;
}
#a9d22ae616a0174 .menu-list > li.active > a:before,
#a9d22ae616a0174 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d22ae616a0174 .menu-list > li ul li {
  position: relative;
}
#a9d22ae616a0174 .menu-list > li ul li:hover > a {
  color: #d53216;
}
#a9d22ae616a0174 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: null;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a9d22ae616a0174 .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d53216;
}
#a9d22ae616a0174 .menu-list li ul li a:active,
#a9d22ae616a0174 .menu-list li ul li a.active,
#a9d22ae616a0174 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a9d22ae616a0174 .menu-list li ul,
#a9d22ae616a0174 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a9d22ae616a0174 .menu-list li ul.menu-b > li,
#a9d22ae616a0174 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d22ae616a0174 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d22ae616a0174 .menu-list li:hover > ul {
  display: block;
}
#a9d22ae616a0174 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6311abebfacbb8 .ele-wrap {color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(213, 50, 22, 1);border-radius: 25px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#a6311abebfacbb8 .ele-wrap:hover {background-color: #509c49;background-color: rgba(228, 54, 24, 1);}#ab4cda3541a8df0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a7442a582da389a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a7442a582da389a .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a7442a582da389a .ap-icon {
  margin-right: 6px;
}
#a7442a582da389a .indicator {
  margin-left: 4px;
}
#a7442a582da389a .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 50px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4c4c4c;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
}
#a7442a582da389a .menu-list li:hover > a,
#a7442a582da389a .menu-list li.active > a {
  background: #0f4b94;
  background-color: #0f4b94;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a7442a582da389a .menu-list li.active > a {
  background-color: #0f4b94;
}
#a7442a582da389a .menu-list ul,
#a7442a582da389a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a7442a582da389a .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a7442a582da389a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7442a582da389a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7442a582da389a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a4bdea5e8ea5857 .uk-container {max-width: 1400px;}#a073baf041a3a27 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a073baf041a3a27 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#ad1f8ab077a64c7 .img-wrap {
  box-shadow: NaNpx NaNpx 0px 0px #ffffff;
}
#a163ba0ccca5f96 > .ele-wrap {background-color: rgba(238, 235, 235, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa079a1e9dad919 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af759a5548aa126 [data-item="undefined"] {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8736aea5fa53d5 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ade58ac4c9ac939 .uk-container {
  line-height: 2;
  color: #999;
}
#a9d22ae616a0174 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d22ae616a0174 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d22ae616a0174 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
}
#a9d22ae616a0174 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #4a4a4a;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d22ae616a0174 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d53216;
}
#a9d22ae616a0174 .menu-list > li.active > a:before,
#a9d22ae616a0174 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d22ae616a0174 .menu-list > li ul li {
  position: relative;
}
#a9d22ae616a0174 .menu-list > li ul li:hover > a {
  color: #d53216;
}
#a9d22ae616a0174 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: null;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a9d22ae616a0174 .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d53216;
}
#a9d22ae616a0174 .menu-list li ul li a:active,
#a9d22ae616a0174 .menu-list li ul li a.active,
#a9d22ae616a0174 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a9d22ae616a0174 .menu-list li ul,
#a9d22ae616a0174 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a9d22ae616a0174 .menu-list li ul.menu-b > li,
#a9d22ae616a0174 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d22ae616a0174 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d22ae616a0174 .menu-list li:hover > ul {
  display: block;
}
#a9d22ae616a0174 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6311abebfacbb8 .ele-wrap {color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(213, 50, 22, 1);border-radius: 25px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#a6311abebfacbb8 .ele-wrap:hover {background-color: #509c49;background-color: rgba(228, 54, 24, 1);}#ab4cda3541a8df0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a7442a582da389a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a7442a582da389a .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a7442a582da389a .ap-icon {
  margin-right: 6px;
}
#a7442a582da389a .indicator {
  margin-left: 4px;
}
#a7442a582da389a .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 50px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4c4c4c;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
}
#a7442a582da389a .menu-list li:hover > a,
#a7442a582da389a .menu-list li.active > a {
  background: #0f4b94;
  background-color: #0f4b94;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a7442a582da389a .menu-list li.active > a {
  background-color: #0f4b94;
}
#a7442a582da389a .menu-list ul,
#a7442a582da389a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a7442a582da389a .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a7442a582da389a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7442a582da389a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7442a582da389a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a942daa825ae15c > .ele-wrap {background-color: rgba(245, 248, 250, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad1f8ab077a64c7 .img-wrap {
  box-shadow: NaNpx NaNpx 0px 0px #ffffff;
}
#a163ba0ccca5f96 > .ele-wrap {background-color: rgba(238, 235, 235, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa079a1e9dad919 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1fa9ab0e1a0be4 [data-item="undefined"] {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acff5ad3c8aa025 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a3597aea7baa269 .uk-container {
  line-height: 2;
  color: #999;
}
#a9d22ae616a0174 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d22ae616a0174 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d22ae616a0174 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
}
#a9d22ae616a0174 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #4a4a4a;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d22ae616a0174 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d53216;
}
#a9d22ae616a0174 .menu-list > li.active > a:before,
#a9d22ae616a0174 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d22ae616a0174 .menu-list > li ul li {
  position: relative;
}
#a9d22ae616a0174 .menu-list > li ul li:hover > a {
  color: #d53216;
}
#a9d22ae616a0174 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: null;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a9d22ae616a0174 .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d53216;
}
#a9d22ae616a0174 .menu-list li ul li a:active,
#a9d22ae616a0174 .menu-list li ul li a.active,
#a9d22ae616a0174 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a9d22ae616a0174 .menu-list li ul,
#a9d22ae616a0174 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a9d22ae616a0174 .menu-list li ul.menu-b > li,
#a9d22ae616a0174 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d22ae616a0174 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d22ae616a0174 .menu-list li:hover > ul {
  display: block;
}
#a9d22ae616a0174 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6311abebfacbb8 .ele-wrap {color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(213, 50, 22, 1);border-radius: 25px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#a6311abebfacbb8 .ele-wrap:hover {background-color: #509c49;background-color: rgba(228, 54, 24, 1);}#ab4cda3541a8df0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a7442a582da389a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a7442a582da389a .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a7442a582da389a .ap-icon {
  margin-right: 6px;
}
#a7442a582da389a .indicator {
  margin-left: 4px;
}
#a7442a582da389a .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 50px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4c4c4c;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
}
#a7442a582da389a .menu-list li:hover > a,
#a7442a582da389a .menu-list li.active > a {
  background: #0f4b94;
  background-color: #0f4b94;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a7442a582da389a .menu-list li.active > a {
  background-color: #0f4b94;
}
#a7442a582da389a .menu-list ul,
#a7442a582da389a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a7442a582da389a .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a7442a582da389a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7442a582da389a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7442a582da389a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a28f1a4f18ad476 .aebfeadb5faf47b  {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(146, 143, 143, 1);}#a28f1a4f18ad476 .ad46ca095ea828e {
  overflow: hidden;
}
#a28f1a4f18ad476 .ad46ca095ea828e , #a28f1a4f18ad476 .ad46ca095ea828e > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(85, 85, 85, 1);}#a28f1a4f18ad476 .ad46ca095ea828e:hover , #a28f1a4f18ad476 .ad46ca095ea828e *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#a28f1a4f18ad476 .uk-grid {
  margin-left: 0px;
}
#a28f1a4f18ad476 .uk-grid > * {
  padding-left: 0px;
}
#a28f1a4f18ad476 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a28f1a4f18ad476 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a28f1a4f18ad476 .uk-position-center-left-out {
    left: -30px;
  }
  #a28f1a4f18ad476 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ad1f8ab077a64c7 .img-wrap {
  box-shadow: NaNpx NaNpx 0px 0px #ffffff;
}
#a163ba0ccca5f96 > .ele-wrap {background-color: rgba(238, 235, 235, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa079a1e9dad919 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7b38a6872a9307 [data-item="undefined"] {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af84aac7c0a3777 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a7d52ac53caa13a .uk-container {
  line-height: 2;
  color: #999;
}
#a9d22ae616a0174 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d22ae616a0174 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d22ae616a0174 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
}
#a9d22ae616a0174 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #4a4a4a;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d22ae616a0174 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d53216;
}
#a9d22ae616a0174 .menu-list > li.active > a:before,
#a9d22ae616a0174 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d22ae616a0174 .menu-list > li ul li {
  position: relative;
}
#a9d22ae616a0174 .menu-list > li ul li:hover > a {
  color: #d53216;
}
#a9d22ae616a0174 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: null;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a9d22ae616a0174 .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d53216;
}
#a9d22ae616a0174 .menu-list li ul li a:active,
#a9d22ae616a0174 .menu-list li ul li a.active,
#a9d22ae616a0174 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a9d22ae616a0174 .menu-list li ul,
#a9d22ae616a0174 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a9d22ae616a0174 .menu-list li ul.menu-b > li,
#a9d22ae616a0174 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d22ae616a0174 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d22ae616a0174 .menu-list li:hover > ul {
  display: block;
}
#a9d22ae616a0174 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6311abebfacbb8 .ele-wrap {color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(213, 50, 22, 1);border-radius: 25px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#a6311abebfacbb8 .ele-wrap:hover {background-color: #509c49;background-color: rgba(228, 54, 24, 1);}#a8775a973ba0e34 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aba06af646a65d1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#aba06af646a65d1 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aba06af646a65d1 .ap-icon {
  margin-right: 6px;
}
#aba06af646a65d1 .indicator {
  margin-left: 4px;
}
#aba06af646a65d1 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 50px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4c4c4c;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
}
#aba06af646a65d1 .menu-list li:hover > a,
#aba06af646a65d1 .menu-list li.active > a {
  background: #0f4b94;
  background-color: #0f4b94;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aba06af646a65d1 .menu-list li.active > a {
  background-color: #0f4b94;
}
#aba06af646a65d1 .menu-list ul,
#aba06af646a65d1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aba06af646a65d1 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#aba06af646a65d1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aba06af646a65d1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aba06af646a65d1 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aa795a262dae43e .aa9c0aacbbabc82 {
  overflow: hidden;
}
#aa795a262dae43e .aa9c0aacbbabc82 , #aa795a262dae43e .aa9c0aacbbabc82 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(51, 51, 51, 1);}#aa795a262dae43e .a70eca771fa4d77 {
  overflow: hidden;
}
#aa795a262dae43e .a70eca771fa4d77 , #aa795a262dae43e .a70eca771fa4d77 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#aa795a262dae43e .ac704a4516a9e86  {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(146, 143, 143, 1);}#aa795a262dae43e .a4d7ca1b77ac4ca .ele-wrap {border-color: rgba(102, 102, 102, 1);color: #666666;border-width: 1px;border-style: solid;font-size: 14px;background-color: transparent;justify-content: center;border-radius: 30px;}#aa795a262dae43e .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aa795a262dae43e .uk-position-center-left-out {
    left: -30px;
  }
  #aa795a262dae43e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a0017a0076a9327 .a3dedab97eab051 {
  overflow: hidden;
}
#a0017a0076a9327 .a3dedab97eab051 , #a0017a0076a9327 .a3dedab97eab051 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a0017a0076a9327 .a2e09a462ca6f00  {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(146, 143, 143, 1);}#a0017a0076a9327 .ac3a6a8851a15e6 .ele-wrap {border-color: rgba(102, 102, 102, 1);color: #666666;border-width: 1px;border-style: solid;font-size: 14px;background-color: transparent;justify-content: center;border-radius: 30px;}#a0017a0076a9327 .uk-grid {
  margin-left: -35px;
}
#a0017a0076a9327 .uk-grid > * {
  padding-left: 35px;
}
#a0017a0076a9327 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a0017a0076a9327 .uk-position-center-left-out {
    left: -30px;
  }
  #a0017a0076a9327 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ad1f8ab077a64c7 .img-wrap {
  box-shadow: NaNpx NaNpx 0px 0px #ffffff;
}
#a163ba0ccca5f96 > .ele-wrap {background-color: rgba(238, 235, 235, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa079a1e9dad919 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae6faad024a98de [data-item="undefined"] {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae5c8adc0ca3944 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#af083a55a6a9e50 .uk-container {
  line-height: 2;
  color: #999;
}
#a9d22ae616a0174 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d22ae616a0174 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d22ae616a0174 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
}
#a9d22ae616a0174 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #4a4a4a;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d22ae616a0174 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d53216;
}
#a9d22ae616a0174 .menu-list > li.active > a:before,
#a9d22ae616a0174 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d22ae616a0174 .menu-list > li ul li {
  position: relative;
}
#a9d22ae616a0174 .menu-list > li ul li:hover > a {
  color: #d53216;
}
#a9d22ae616a0174 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: null;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a9d22ae616a0174 .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d53216;
}
#a9d22ae616a0174 .menu-list li ul li a:active,
#a9d22ae616a0174 .menu-list li ul li a.active,
#a9d22ae616a0174 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a9d22ae616a0174 .menu-list li ul,
#a9d22ae616a0174 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a9d22ae616a0174 .menu-list li ul.menu-b > li,
#a9d22ae616a0174 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d22ae616a0174 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d22ae616a0174 .menu-list li:hover > ul {
  display: block;
}
#a9d22ae616a0174 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6311abebfacbb8 .ele-wrap {color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(213, 50, 22, 1);border-radius: 25px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#a6311abebfacbb8 .ele-wrap:hover {background-color: #509c49;background-color: rgba(228, 54, 24, 1);}#ac41aa7ff0ae467 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a4897acab3a6609 .form-agree {
  display: flex;
  align-items: center;
}
#a4897acab3a6609 .uk-form .form-submit-btn {
  width: 340px;
}
#a4897acab3a6609 .submit-wrap {
  text-align: center;
}
#a4897acab3a6609 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a4897acab3a6609 .form-item .uk-input,
#a4897acab3a6609 .form-item .uk-select,
#a4897acab3a6609 .form-item .uk-textarea {
  width: autopx;
}
#a4897acab3a6609 .form-item .auto-height {
  height: auto;
}
#aa909a0af9a95e8 .uk-container {max-width: 1400px;}#ad1f8ab077a64c7 .img-wrap {
  box-shadow: NaNpx NaNpx 0px 0px #ffffff;
}
#a163ba0ccca5f96 > .ele-wrap {background-color: rgba(238, 235, 235, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa079a1e9dad919 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aeb61aa884ac1ac [data-item="undefined"] {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6c45a520eadcc8 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a6c56a9cb2a8a8f .uk-container {
  line-height: 2;
  color: #999;
}
#a9d22ae616a0174 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d22ae616a0174 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d22ae616a0174 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
}
#a9d22ae616a0174 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #4a4a4a;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d22ae616a0174 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d53216;
}
#a9d22ae616a0174 .menu-list > li.active > a:before,
#a9d22ae616a0174 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d22ae616a0174 .menu-list > li ul li {
  position: relative;
}
#a9d22ae616a0174 .menu-list > li ul li:hover > a {
  color: #d53216;
}
#a9d22ae616a0174 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: null;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a9d22ae616a0174 .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d53216;
}
#a9d22ae616a0174 .menu-list li ul li a:active,
#a9d22ae616a0174 .menu-list li ul li a.active,
#a9d22ae616a0174 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a9d22ae616a0174 .menu-list li ul,
#a9d22ae616a0174 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a9d22ae616a0174 .menu-list li ul.menu-b > li,
#a9d22ae616a0174 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d22ae616a0174 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d22ae616a0174 .menu-list li:hover > ul {
  display: block;
}
#a9d22ae616a0174 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6311abebfacbb8 .ele-wrap {color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(213, 50, 22, 1);border-radius: 25px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#a6311abebfacbb8 .ele-wrap:hover {background-color: #509c49;background-color: rgba(228, 54, 24, 1);}#a6fd7a31f9a63c8 > .ele-wrap {background-color: rgba(253, 253, 253, 1);}#ae2cea80faa313f .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ae2cea80faa313f .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ae2cea80faa313f .ap-icon {
  margin-right: 6px;
}
#ae2cea80faa313f .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 140px;
  height: 70px;
}
#ae2cea80faa313f .menu-list > li.icon-bottom > a,
#ae2cea80faa313f .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ae2cea80faa313f .menu-list > li.icon-bottom > a .ap-icon,
#ae2cea80faa313f .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ae2cea80faa313f .menu-list > li.icon-bottom > a .ap-icon svg,
#ae2cea80faa313f .menu-list > li.icon-top > a .ap-icon svg,
#ae2cea80faa313f .menu-list > li.icon-bottom > a .ap-icon img,
#ae2cea80faa313f .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ae2cea80faa313f .menu-list > li.icon-right > a .ap-icon,
#ae2cea80faa313f .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ae2cea80faa313f .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ae2cea80faa313f .menu-list > li:hover > a,
#ae2cea80faa313f .menu-list > li.active > a {
  background: #e60012;
  background-color: #e60012;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-top-color: #1e87f0;
  border-top-style: none;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ae2cea80faa313f .menu-list > li.active > a {
  background-color: #e60012;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#ae2cea80faa313f .menu-list ul,
#ae2cea80faa313f .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ae2cea80faa313f .menu-list ul {
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
}
#ae2cea80faa313f .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae2cea80faa313f .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae2cea80faa313f .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ad151a04e9a9dda .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad151a04e9a9dda .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad151a04e9a9dda .ap-icon {
  margin-right: 6px;
}
#ad151a04e9a9dda .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 140px;
  height: 70px;
}
#ad151a04e9a9dda .menu-list > li.icon-bottom > a,
#ad151a04e9a9dda .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad151a04e9a9dda .menu-list > li.icon-bottom > a .ap-icon,
#ad151a04e9a9dda .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad151a04e9a9dda .menu-list > li.icon-bottom > a .ap-icon svg,
#ad151a04e9a9dda .menu-list > li.icon-top > a .ap-icon svg,
#ad151a04e9a9dda .menu-list > li.icon-bottom > a .ap-icon img,
#ad151a04e9a9dda .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad151a04e9a9dda .menu-list > li.icon-right > a .ap-icon,
#ad151a04e9a9dda .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad151a04e9a9dda .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad151a04e9a9dda .menu-list > li:hover > a,
#ad151a04e9a9dda .menu-list > li.active > a {
  background: #e60012;
  background-color: #e60012;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-top-color: #1e87f0;
  border-top-style: none;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad151a04e9a9dda .menu-list > li.active > a {
  background-color: #e60012;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#ad151a04e9a9dda .menu-list ul,
#ad151a04e9a9dda .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad151a04e9a9dda .menu-list ul {
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
}
#ad151a04e9a9dda .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad151a04e9a9dda .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad151a04e9a9dda .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ad407ab8d7a0407 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad407ab8d7a0407 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad407ab8d7a0407 .ap-icon {
  margin-right: 6px;
}
#ad407ab8d7a0407 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 140px;
  height: 70px;
}
#ad407ab8d7a0407 .menu-list > li.icon-bottom > a,
#ad407ab8d7a0407 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad407ab8d7a0407 .menu-list > li.icon-bottom > a .ap-icon,
#ad407ab8d7a0407 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad407ab8d7a0407 .menu-list > li.icon-bottom > a .ap-icon svg,
#ad407ab8d7a0407 .menu-list > li.icon-top > a .ap-icon svg,
#ad407ab8d7a0407 .menu-list > li.icon-bottom > a .ap-icon img,
#ad407ab8d7a0407 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad407ab8d7a0407 .menu-list > li.icon-right > a .ap-icon,
#ad407ab8d7a0407 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad407ab8d7a0407 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad407ab8d7a0407 .menu-list > li:hover > a,
#ad407ab8d7a0407 .menu-list > li.active > a {
  background: #e60012;
  background-color: #e60012;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-top-color: #1e87f0;
  border-top-style: none;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad407ab8d7a0407 .menu-list > li.active > a {
  background-color: #e60012;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#ad407ab8d7a0407 .menu-list ul,
#ad407ab8d7a0407 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad407ab8d7a0407 .menu-list ul {
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
}
#ad407ab8d7a0407 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad407ab8d7a0407 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad407ab8d7a0407 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aade6ae202ac8fc .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#aade6ae202ac8fc .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#aade6ae202ac8fc .ap-icon {
  margin-right: 6px;
}
#aade6ae202ac8fc .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 140px;
  height: 70px;
}
#aade6ae202ac8fc .menu-list > li.icon-bottom > a,
#aade6ae202ac8fc .menu-list > li.icon-top > a {
  flex-direction: column;
}
#aade6ae202ac8fc .menu-list > li.icon-bottom > a .ap-icon,
#aade6ae202ac8fc .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#aade6ae202ac8fc .menu-list > li.icon-bottom > a .ap-icon svg,
#aade6ae202ac8fc .menu-list > li.icon-top > a .ap-icon svg,
#aade6ae202ac8fc .menu-list > li.icon-bottom > a .ap-icon img,
#aade6ae202ac8fc .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#aade6ae202ac8fc .menu-list > li.icon-right > a .ap-icon,
#aade6ae202ac8fc .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#aade6ae202ac8fc .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#aade6ae202ac8fc .menu-list > li:hover > a,
#aade6ae202ac8fc .menu-list > li.active > a {
  background: #e60012;
  background-color: #e60012;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-top-color: #1e87f0;
  border-top-style: none;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#aade6ae202ac8fc .menu-list > li.active > a {
  background-color: #e60012;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#aade6ae202ac8fc .menu-list ul,
#aade6ae202ac8fc .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#aade6ae202ac8fc .menu-list ul {
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
}
#aade6ae202ac8fc .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aade6ae202ac8fc .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aade6ae202ac8fc .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ad32fa3da6ae8a8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad32fa3da6ae8a8 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad32fa3da6ae8a8 .ap-icon {
  margin-right: 6px;
}
#ad32fa3da6ae8a8 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 140px;
  height: 70px;
}
#ad32fa3da6ae8a8 .menu-list > li.icon-bottom > a,
#ad32fa3da6ae8a8 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad32fa3da6ae8a8 .menu-list > li.icon-bottom > a .ap-icon,
#ad32fa3da6ae8a8 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad32fa3da6ae8a8 .menu-list > li.icon-bottom > a .ap-icon svg,
#ad32fa3da6ae8a8 .menu-list > li.icon-top > a .ap-icon svg,
#ad32fa3da6ae8a8 .menu-list > li.icon-bottom > a .ap-icon img,
#ad32fa3da6ae8a8 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad32fa3da6ae8a8 .menu-list > li.icon-right > a .ap-icon,
#ad32fa3da6ae8a8 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad32fa3da6ae8a8 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad32fa3da6ae8a8 .menu-list > li:hover > a,
#ad32fa3da6ae8a8 .menu-list > li.active > a {
  background: #e60012;
  background-color: #e60012;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-top-color: #1e87f0;
  border-top-style: none;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad32fa3da6ae8a8 .menu-list > li.active > a {
  background-color: #e60012;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#ad32fa3da6ae8a8 .menu-list ul,
#ad32fa3da6ae8a8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad32fa3da6ae8a8 .menu-list ul {
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
}
#ad32fa3da6ae8a8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad32fa3da6ae8a8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad32fa3da6ae8a8 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a5af5ae5b2ae2a9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a5af5ae5b2ae2a9 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a5af5ae5b2ae2a9 .ap-icon {
  margin-right: 6px;
}
#a5af5ae5b2ae2a9 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 140px;
  height: 70px;
}
#a5af5ae5b2ae2a9 .menu-list > li.icon-bottom > a,
#a5af5ae5b2ae2a9 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a5af5ae5b2ae2a9 .menu-list > li.icon-bottom > a .ap-icon,
#a5af5ae5b2ae2a9 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a5af5ae5b2ae2a9 .menu-list > li.icon-bottom > a .ap-icon svg,
#a5af5ae5b2ae2a9 .menu-list > li.icon-top > a .ap-icon svg,
#a5af5ae5b2ae2a9 .menu-list > li.icon-bottom > a .ap-icon img,
#a5af5ae5b2ae2a9 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a5af5ae5b2ae2a9 .menu-list > li.icon-right > a .ap-icon,
#a5af5ae5b2ae2a9 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a5af5ae5b2ae2a9 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a5af5ae5b2ae2a9 .menu-list > li:hover > a,
#a5af5ae5b2ae2a9 .menu-list > li.active > a {
  background: #e60012;
  background-color: #e60012;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-top-color: #1e87f0;
  border-top-style: none;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a5af5ae5b2ae2a9 .menu-list > li.active > a {
  background-color: #e60012;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a5af5ae5b2ae2a9 .menu-list ul,
#a5af5ae5b2ae2a9 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a5af5ae5b2ae2a9 .menu-list ul {
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
}
#a5af5ae5b2ae2a9 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a5af5ae5b2ae2a9 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a5af5ae5b2ae2a9 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#add25aa71aabd09 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#add25aa71aabd09 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#add25aa71aabd09 .ap-icon {
  margin-right: 6px;
}
#add25aa71aabd09 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 140px;
  height: 70px;
}
#add25aa71aabd09 .menu-list > li.icon-bottom > a,
#add25aa71aabd09 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#add25aa71aabd09 .menu-list > li.icon-bottom > a .ap-icon,
#add25aa71aabd09 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#add25aa71aabd09 .menu-list > li.icon-bottom > a .ap-icon svg,
#add25aa71aabd09 .menu-list > li.icon-top > a .ap-icon svg,
#add25aa71aabd09 .menu-list > li.icon-bottom > a .ap-icon img,
#add25aa71aabd09 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#add25aa71aabd09 .menu-list > li.icon-right > a .ap-icon,
#add25aa71aabd09 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#add25aa71aabd09 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#add25aa71aabd09 .menu-list > li:hover > a,
#add25aa71aabd09 .menu-list > li.active > a {
  background: #e60012;
  background-color: #e60012;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-top-color: #1e87f0;
  border-top-style: none;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#add25aa71aabd09 .menu-list > li.active > a {
  background-color: #e60012;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#add25aa71aabd09 .menu-list ul,
#add25aa71aabd09 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#add25aa71aabd09 .menu-list ul {
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
}
#add25aa71aabd09 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#add25aa71aabd09 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#add25aa71aabd09 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae49bae7c1a9d9e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ae49bae7c1a9d9e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ae49bae7c1a9d9e .ap-icon {
  margin-right: 6px;
}
#ae49bae7c1a9d9e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 140px;
  height: 70px;
}
#ae49bae7c1a9d9e .menu-list > li.icon-bottom > a,
#ae49bae7c1a9d9e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ae49bae7c1a9d9e .menu-list > li.icon-bottom > a .ap-icon,
#ae49bae7c1a9d9e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ae49bae7c1a9d9e .menu-list > li.icon-bottom > a .ap-icon svg,
#ae49bae7c1a9d9e .menu-list > li.icon-top > a .ap-icon svg,
#ae49bae7c1a9d9e .menu-list > li.icon-bottom > a .ap-icon img,
#ae49bae7c1a9d9e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ae49bae7c1a9d9e .menu-list > li.icon-right > a .ap-icon,
#ae49bae7c1a9d9e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ae49bae7c1a9d9e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ae49bae7c1a9d9e .menu-list > li:hover > a,
#ae49bae7c1a9d9e .menu-list > li.active > a {
  background: #e60012;
  background-color: #e60012;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-top-color: #1e87f0;
  border-top-style: none;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ae49bae7c1a9d9e .menu-list > li.active > a {
  background-color: #e60012;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#ae49bae7c1a9d9e .menu-list ul,
#ae49bae7c1a9d9e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ae49bae7c1a9d9e .menu-list ul {
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
}
#ae49bae7c1a9d9e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae49bae7c1a9d9e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae49bae7c1a9d9e .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a91f4aab89ac3d3 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a91f4aab89ac3d3 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a91f4aab89ac3d3 .ap-icon {
  margin-right: 6px;
}
#a91f4aab89ac3d3 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 140px;
  height: 70px;
}
#a91f4aab89ac3d3 .menu-list > li.icon-bottom > a,
#a91f4aab89ac3d3 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a91f4aab89ac3d3 .menu-list > li.icon-bottom > a .ap-icon,
#a91f4aab89ac3d3 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a91f4aab89ac3d3 .menu-list > li.icon-bottom > a .ap-icon svg,
#a91f4aab89ac3d3 .menu-list > li.icon-top > a .ap-icon svg,
#a91f4aab89ac3d3 .menu-list > li.icon-bottom > a .ap-icon img,
#a91f4aab89ac3d3 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a91f4aab89ac3d3 .menu-list > li.icon-right > a .ap-icon,
#a91f4aab89ac3d3 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a91f4aab89ac3d3 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a91f4aab89ac3d3 .menu-list > li:hover > a,
#a91f4aab89ac3d3 .menu-list > li.active > a {
  background: #e60012;
  background-color: #e60012;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-top-color: #1e87f0;
  border-top-style: none;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a91f4aab89ac3d3 .menu-list > li.active > a {
  background-color: #e60012;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a91f4aab89ac3d3 .menu-list ul,
#a91f4aab89ac3d3 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a91f4aab89ac3d3 .menu-list ul {
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
}
#a91f4aab89ac3d3 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a91f4aab89ac3d3 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a91f4aab89ac3d3 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a4025add4ca4a60 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a4025add4ca4a60 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a4025add4ca4a60 .ap-icon {
  margin-right: 6px;
}
#a4025add4ca4a60 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 140px;
  height: 70px;
}
#a4025add4ca4a60 .menu-list > li.icon-bottom > a,
#a4025add4ca4a60 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a4025add4ca4a60 .menu-list > li.icon-bottom > a .ap-icon,
#a4025add4ca4a60 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a4025add4ca4a60 .menu-list > li.icon-bottom > a .ap-icon svg,
#a4025add4ca4a60 .menu-list > li.icon-top > a .ap-icon svg,
#a4025add4ca4a60 .menu-list > li.icon-bottom > a .ap-icon img,
#a4025add4ca4a60 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a4025add4ca4a60 .menu-list > li.icon-right > a .ap-icon,
#a4025add4ca4a60 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a4025add4ca4a60 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a4025add4ca4a60 .menu-list > li:hover > a,
#a4025add4ca4a60 .menu-list > li.active > a {
  background: #e60012;
  background-color: #e60012;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-top-color: #1e87f0;
  border-top-style: none;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a4025add4ca4a60 .menu-list > li.active > a {
  background-color: #e60012;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a4025add4ca4a60 .menu-list ul,
#a4025add4ca4a60 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a4025add4ca4a60 .menu-list ul {
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
}
#a4025add4ca4a60 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a4025add4ca4a60 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a4025add4ca4a60 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aa0a0a7183a2bce .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#aa0a0a7183a2bce .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#aa0a0a7183a2bce .ap-icon {
  margin-right: 6px;
}
#aa0a0a7183a2bce .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 140px;
  height: 70px;
}
#aa0a0a7183a2bce .menu-list > li.icon-bottom > a,
#aa0a0a7183a2bce .menu-list > li.icon-top > a {
  flex-direction: column;
}
#aa0a0a7183a2bce .menu-list > li.icon-bottom > a .ap-icon,
#aa0a0a7183a2bce .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#aa0a0a7183a2bce .menu-list > li.icon-bottom > a .ap-icon svg,
#aa0a0a7183a2bce .menu-list > li.icon-top > a .ap-icon svg,
#aa0a0a7183a2bce .menu-list > li.icon-bottom > a .ap-icon img,
#aa0a0a7183a2bce .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#aa0a0a7183a2bce .menu-list > li.icon-right > a .ap-icon,
#aa0a0a7183a2bce .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#aa0a0a7183a2bce .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#aa0a0a7183a2bce .menu-list > li:hover > a,
#aa0a0a7183a2bce .menu-list > li.active > a {
  background: #e60012;
  background-color: #e60012;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-top-color: #1e87f0;
  border-top-style: none;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#aa0a0a7183a2bce .menu-list > li.active > a {
  background-color: #e60012;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#aa0a0a7183a2bce .menu-list ul,
#aa0a0a7183a2bce .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#aa0a0a7183a2bce .menu-list ul {
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
}
#aa0a0a7183a2bce .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa0a0a7183a2bce .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa0a0a7183a2bce .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1612abaa0ac343 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a1612abaa0ac343 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a1612abaa0ac343 .uk-position-center-left-out {
    left: -30px;
  }
  #a1612abaa0ac343 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a9cd5a7fd5a3855 {
  overflow: hidden;
  pointer-events: none;
}
#a9cd5a7fd5a3855 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9cd5a7fd5a3855 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a9cd5a7fd5a3855 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9cd5a7fd5a3855 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9cd5a7fd5a3855 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a9cd5a7fd5a3855 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9cd5a7fd5a3855 > .tab-wrap > div > .tab-nav,
#a9cd5a7fd5a3855 > .tab-nav,
#a9cd5a7fd5a3855 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9cd5a7fd5a3855 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
  border-right-color: rgba(204, 204, 204, 0.39);
  border-left-color: rgba(204, 204, 204, 0.39);
  border-top-color: rgba(204, 204, 204, 0.39);
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9cd5a7fd5a3855 > .tab-wrap > div > .tab-nav-horizontal,
#a9cd5a7fd5a3855 > .tab-nav-horizontal,
#a9cd5a7fd5a3855 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9cd5a7fd5a3855 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9cd5a7fd5a3855 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9cd5a7fd5a3855 > .tab-nav-horizontal::-webkit-scrollbar,
#a9cd5a7fd5a3855 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9cd5a7fd5a3855 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9cd5a7fd5a3855 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9cd5a7fd5a3855 > .tab-nav-horizontal.tagScroll,
#a9cd5a7fd5a3855 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9cd5a7fd5a3855 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a9cd5a7fd5a3855 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9cd5a7fd5a3855 > .tab-nav-horizontal.tagScroll li a,
#a9cd5a7fd5a3855 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9cd5a7fd5a3855 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9cd5a7fd5a3855 > .tab-wrap > div > .tab-nav a,
#a9cd5a7fd5a3855 > .tab-nav a,
#a9cd5a7fd5a3855 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9cd5a7fd5a3855 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a9cd5a7fd5a3855 > .tab-wrap > div > .tab-nav li a,
#a9cd5a7fd5a3855 > .tab-nav li a,
#a9cd5a7fd5a3855 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9cd5a7fd5a3855 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
}
#a9cd5a7fd5a3855 > .tab-wrap > div > .tab-nav li a svg,
#a9cd5a7fd5a3855 > .tab-nav li a svg,
#a9cd5a7fd5a3855 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9cd5a7fd5a3855 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9cd5a7fd5a3855 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9cd5a7fd5a3855 > .tab-nav li a .ap_icon,
#a9cd5a7fd5a3855 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9cd5a7fd5a3855 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9cd5a7fd5a3855 > .tab-wrap > div > .tab-nav li a:hover,
#a9cd5a7fd5a3855 > .tab-nav li a:hover,
#a9cd5a7fd5a3855 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9cd5a7fd5a3855 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a9cd5a7fd5a3855 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9cd5a7fd5a3855 > .tab-nav li.uk-active a,
#a9cd5a7fd5a3855 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9cd5a7fd5a3855 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a9cd5a7fd5a3855 .layout-left li,
#a9cd5a7fd5a3855 .layout-center li,
#a9cd5a7fd5a3855 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9cd5a7fd5a3855 .layout-left li a,
#a9cd5a7fd5a3855 .layout-center li a,
#a9cd5a7fd5a3855 .layout-right li a {
  height: 100%;
}
#a9cd5a7fd5a3855 > .tab-tabs .layout-left {
  text-align: left;
}
#a9cd5a7fd5a3855 > .tab-tabs .layout-center {
  text-align: center;
}
#a9cd5a7fd5a3855 > .tab-tabs .layout-right {
  text-align: right;
}
#a9cd5a7fd5a3855 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a9cd5a7fd5a3855 .tab-content-wrap {
  background-color: transparent;
}
#a9cd5a7fd5a3855 .tab-contents,
#a9cd5a7fd5a3855 .tab-contents-wrap {
  pointer-events: none;
}
#a9cd5a7fd5a3855 .tab-content,
#a9cd5a7fd5a3855 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9cd5a7fd5a3855 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9cd5a7fd5a3855 .tab-wrap .tab-contents {
  height: 100%;
}
#a9cd5a7fd5a3855 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9cd5a7fd5a3855 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9cd5a7fd5a3855 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a6b58abf3ea9eb2 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9c04a7e72af29c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.02);}#a9529a3190a0d15 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(0, 64, 136, 1);}#a8215a6f39a5d17 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.02);}#af505a967da0ef5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(0, 64, 136, 1);}#a9009aa24aab6ff > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.02);}#a6bb3ab027a95d8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(0, 64, 136, 1);}#aa16aa80baa0f2c {
  overflow: hidden;
  pointer-events: none;
}
#aa16aa80baa0f2c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa16aa80baa0f2c > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aa16aa80baa0f2c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa16aa80baa0f2c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa16aa80baa0f2c > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aa16aa80baa0f2c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa16aa80baa0f2c > .tab-wrap > div > .tab-nav,
#aa16aa80baa0f2c > .tab-nav,
#aa16aa80baa0f2c > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa16aa80baa0f2c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
  border-right-color: rgba(204, 204, 204, 0.39);
  border-left-color: rgba(204, 204, 204, 0.39);
  border-top-color: rgba(204, 204, 204, 0.39);
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa16aa80baa0f2c > .tab-wrap > div > .tab-nav-horizontal,
#aa16aa80baa0f2c > .tab-nav-horizontal,
#aa16aa80baa0f2c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa16aa80baa0f2c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa16aa80baa0f2c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa16aa80baa0f2c > .tab-nav-horizontal::-webkit-scrollbar,
#aa16aa80baa0f2c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa16aa80baa0f2c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa16aa80baa0f2c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa16aa80baa0f2c > .tab-nav-horizontal.tagScroll,
#aa16aa80baa0f2c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa16aa80baa0f2c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#aa16aa80baa0f2c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa16aa80baa0f2c > .tab-nav-horizontal.tagScroll li a,
#aa16aa80baa0f2c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa16aa80baa0f2c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa16aa80baa0f2c > .tab-wrap > div > .tab-nav a,
#aa16aa80baa0f2c > .tab-nav a,
#aa16aa80baa0f2c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa16aa80baa0f2c > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#aa16aa80baa0f2c > .tab-wrap > div > .tab-nav li a,
#aa16aa80baa0f2c > .tab-nav li a,
#aa16aa80baa0f2c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa16aa80baa0f2c > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
}
#aa16aa80baa0f2c > .tab-wrap > div > .tab-nav li a svg,
#aa16aa80baa0f2c > .tab-nav li a svg,
#aa16aa80baa0f2c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa16aa80baa0f2c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa16aa80baa0f2c > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa16aa80baa0f2c > .tab-nav li a .ap_icon,
#aa16aa80baa0f2c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa16aa80baa0f2c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa16aa80baa0f2c > .tab-wrap > div > .tab-nav li a:hover,
#aa16aa80baa0f2c > .tab-nav li a:hover,
#aa16aa80baa0f2c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa16aa80baa0f2c > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#aa16aa80baa0f2c > .tab-wrap > div > .tab-nav li.uk-active a,
#aa16aa80baa0f2c > .tab-nav li.uk-active a,
#aa16aa80baa0f2c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa16aa80baa0f2c > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#aa16aa80baa0f2c .layout-left li,
#aa16aa80baa0f2c .layout-center li,
#aa16aa80baa0f2c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa16aa80baa0f2c .layout-left li a,
#aa16aa80baa0f2c .layout-center li a,
#aa16aa80baa0f2c .layout-right li a {
  height: 100%;
}
#aa16aa80baa0f2c > .tab-tabs .layout-left {
  text-align: left;
}
#aa16aa80baa0f2c > .tab-tabs .layout-center {
  text-align: center;
}
#aa16aa80baa0f2c > .tab-tabs .layout-right {
  text-align: right;
}
#aa16aa80baa0f2c .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#aa16aa80baa0f2c .tab-content-wrap {
  background-color: transparent;
}
#aa16aa80baa0f2c .tab-contents,
#aa16aa80baa0f2c .tab-contents-wrap {
  pointer-events: none;
}
#aa16aa80baa0f2c .tab-content,
#aa16aa80baa0f2c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa16aa80baa0f2c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa16aa80baa0f2c .tab-wrap .tab-contents {
  height: 100%;
}
#aa16aa80baa0f2c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa16aa80baa0f2c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa16aa80baa0f2c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a3acfaf86dab747 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a466ca910da48bc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.02);}#a737da2a6da0057 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(0, 64, 136, 1);}#abf47afb8fa2569 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.02);}#a892ca0927aaf4c a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(0, 64, 136, 1);}#a9aa4acd7ba046b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.02);}#a9e00a2589aa1ad a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(0, 64, 136, 1);}#acfd7a727ca15dc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.02);}#a8ba1a433aaf5ff a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(0, 64, 136, 1);}#a4279a711fab86a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.02);}#a048ea306ca510f a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(0, 64, 136, 1);}#a8461a295caa6a9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.02);}#a44bdab1faa6155 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(0, 64, 136, 1);}#a5c62a2dd0a2ab3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.02);}#afd90ae715ab5c1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(0, 64, 136, 1);}#af4e6a3440a75ea > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.02);}#a42eca5f3fa0c48 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(0, 64, 136, 1);}#a30cfaaa71a1b7c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.02);}#aace1ab113a7ff8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(0, 64, 136, 1);}#a70bda1e6ea29e1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.02);}#aa434adb95a044d a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(0, 64, 136, 1);}#ac2f5a67b1aa9a3 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(0, 64, 136, 1);}#ad1f8ab077a64c7 .img-wrap {
  box-shadow: NaNpx NaNpx 0px 0px #ffffff;
}
#a163ba0ccca5f96 > .ele-wrap {background-color: rgba(238, 235, 235, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa079a1e9dad919 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#adbd4a67cdad93d [data-item="undefined"] {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a145aa0f9dae7a5 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@media (min-width: 960px) {
  #a091ca895ca176c .uk-card {
    position: absolute;
    top: 20%;
    right: 0;
  }
}
@media (max-width: 740px) {
  #a091ca895ca176c .uk-width-large {
    width: auto;
    margin-top: 20px;
  }
}
#a7b46ab7d9a6c01 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #1e87f0;
  color: #1e87f0;
  display: inline-block;
  cursor: pointer;
}
#a7b46ab7d9a6c01 .filter-nav li.uk-active {
  color: #fff;
  background-color: #1e87f0;
}
#a7b46ab7d9a6c01 .text-style figure {
  background: transparent;
}
#a7b46ab7d9a6c01 .text-style:hover figure {
  background: #1e87f0;
}
#a7b46ab7d9a6c01 .gallery-item img {
  opacity: 1 !important;
}
#a7b46ab7d9a6c01 .gallery-item:hover figure img {
  opacity: .6 !important;
}
#ad883af492a27c1 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #1e87f0;
  color: #1e87f0;
  display: inline-block;
  cursor: pointer;
}
#ad883af492a27c1 .filter-nav li.uk-active {
  color: #fff;
  background-color: #1e87f0;
}
#ad883af492a27c1 .text-style figure {
  background: transparent;
}
#ad883af492a27c1 .text-style:hover figure {
  background: #1e87f0;
}
#ad883af492a27c1 .gallery-item img {
  opacity: 1 !important;
}
#ad883af492a27c1 .gallery-item:hover figure img {
  opacity: .6 !important;
}
#acfcaa44d2aec03 .uk-container {
  line-height: 2;
  color: #999;
}
#a9d22ae616a0174 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d22ae616a0174 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d22ae616a0174 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
}
#a9d22ae616a0174 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #4a4a4a;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d22ae616a0174 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d53216;
}
#a9d22ae616a0174 .menu-list > li.active > a:before,
#a9d22ae616a0174 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d22ae616a0174 .menu-list > li ul li {
  position: relative;
}
#a9d22ae616a0174 .menu-list > li ul li:hover > a {
  color: #d53216;
}
#a9d22ae616a0174 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: null;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a9d22ae616a0174 .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d53216;
}
#a9d22ae616a0174 .menu-list li ul li a:active,
#a9d22ae616a0174 .menu-list li ul li a.active,
#a9d22ae616a0174 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a9d22ae616a0174 .menu-list li ul,
#a9d22ae616a0174 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a9d22ae616a0174 .menu-list li ul.menu-b > li,
#a9d22ae616a0174 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d22ae616a0174 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d22ae616a0174 .menu-list li:hover > ul {
  display: block;
}
#a9d22ae616a0174 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6311abebfacbb8 .ele-wrap {color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(213, 50, 22, 1);border-radius: 25px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#a6311abebfacbb8 .ele-wrap:hover {background-color: #509c49;background-color: rgba(228, 54, 24, 1);}#ab4cda3541a8df0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a7442a582da389a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a7442a582da389a .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a7442a582da389a .ap-icon {
  margin-right: 6px;
}
#a7442a582da389a .indicator {
  margin-left: 4px;
}
#a7442a582da389a .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 50px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4c4c4c;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
}
#a7442a582da389a .menu-list li:hover > a,
#a7442a582da389a .menu-list li.active > a {
  background: #0f4b94;
  background-color: #0f4b94;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a7442a582da389a .menu-list li.active > a {
  background-color: #0f4b94;
}
#a7442a582da389a .menu-list ul,
#a7442a582da389a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a7442a582da389a .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a7442a582da389a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7442a582da389a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7442a582da389a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a091ca895ca176c .uk-container {max-width: 1400px;}#a7b46ab7d9a6c01 .uk-container {max-width: 1400px;}#ad883af492a27c1 .uk-container {max-width: 1400px;}#ad1f8ab077a64c7 .img-wrap {
  box-shadow: NaNpx NaNpx 0px 0px #ffffff;
}
#a163ba0ccca5f96 > .ele-wrap {background-color: rgba(238, 235, 235, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa079a1e9dad919 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad3f8a76a2ae632 [data-item="undefined"] {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad8f4acafea3bb8 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#adc3da0650a726c .uk-card .img:hover {
  transform: scale(1.2);
  transition: all ease-in-out 0.5s;
}
#adc3da0650a726c .uk-card:hover .img {
  transform: scale(1.2);
  transition: all ease-in-out 0.5s;
}
#adc3da0650a726c .uk-card-body {
  padding-top: 10px;
  padding-bottom: 0;
}
@media screen and (max-width: 750px) {
  #adc3da0650a726c .uk-card-body {
    padding-bottom: 10px;
  }
}
#ab1fba05daa2818 .uk-container {
  line-height: 2;
  color: #999;
}
#a9d22ae616a0174 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d22ae616a0174 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d22ae616a0174 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
}
#a9d22ae616a0174 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #4a4a4a;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d22ae616a0174 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d53216;
}
#a9d22ae616a0174 .menu-list > li.active > a:before,
#a9d22ae616a0174 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d22ae616a0174 .menu-list > li ul li {
  position: relative;
}
#a9d22ae616a0174 .menu-list > li ul li:hover > a {
  color: #d53216;
}
#a9d22ae616a0174 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: null;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a9d22ae616a0174 .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d53216;
}
#a9d22ae616a0174 .menu-list li ul li a:active,
#a9d22ae616a0174 .menu-list li ul li a.active,
#a9d22ae616a0174 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a9d22ae616a0174 .menu-list li ul,
#a9d22ae616a0174 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a9d22ae616a0174 .menu-list li ul.menu-b > li,
#a9d22ae616a0174 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d22ae616a0174 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d22ae616a0174 .menu-list li:hover > ul {
  display: block;
}
#a9d22ae616a0174 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6311abebfacbb8 .ele-wrap {color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(213, 50, 22, 1);border-radius: 25px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#a6311abebfacbb8 .ele-wrap:hover {background-color: #509c49;background-color: rgba(228, 54, 24, 1);}#a690baf6a2a34cf > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a2a6aa09b2a7f0c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a2a6aa09b2a7f0c .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a2a6aa09b2a7f0c .ap-icon {
  margin-right: 6px;
}
#a2a6aa09b2a7f0c .indicator {
  margin-left: 4px;
}
#a2a6aa09b2a7f0c .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 50px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4c4c4c;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
}
#a2a6aa09b2a7f0c .menu-list li:hover > a,
#a2a6aa09b2a7f0c .menu-list li.active > a {
  background: #0f4b94;
  background-color: #0f4b94;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a2a6aa09b2a7f0c .menu-list li.active > a {
  background-color: #0f4b94;
}
#a2a6aa09b2a7f0c .menu-list ul,
#a2a6aa09b2a7f0c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a2a6aa09b2a7f0c .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a2a6aa09b2a7f0c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2a6aa09b2a7f0c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2a6aa09b2a7f0c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#adc3da0650a726c [data-item*=".abstract"], #adc3da0650a726c [data-item*=".abstract"] a {show: true;}#adc3da0650a726c [data-item*=".subTitle"], #adc3da0650a726c [data-item*=".subTitle"] a {show: true;}#adc3da0650a726c [data-item*=".category"], #adc3da0650a726c [data-item*=".category"] a {show: true;}#ad1f8ab077a64c7 .img-wrap {
  box-shadow: NaNpx NaNpx 0px 0px #ffffff;
}
#a163ba0ccca5f96 > .ele-wrap {background-color: rgba(238, 235, 235, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa079a1e9dad919 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a16d5a8e96a7164 [data-item="undefined"] {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad8f4acafea3bb8 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ae560a7353a5976 .uk-card .img:hover {
  transform: scale(1.2);
  transition: all ease-in-out 0.5s;
}
#ae560a7353a5976 .uk-card:hover .img {
  transform: scale(1.2);
  transition: all ease-in-out 0.5s;
}
#ae560a7353a5976 .uk-card-body {
  padding-top: 10px;
  padding-bottom: 0;
}
@media screen and (max-width: 750px) {
  #ae560a7353a5976 .uk-card-body {
    padding-bottom: 10px;
  }
}
#a25faa22dea5058 .uk-container {
  line-height: 2;
  color: #999;
}
#a9d22ae616a0174 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d22ae616a0174 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d22ae616a0174 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
}
#a9d22ae616a0174 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #4a4a4a;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d22ae616a0174 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d53216;
}
#a9d22ae616a0174 .menu-list > li.active > a:before,
#a9d22ae616a0174 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d22ae616a0174 .menu-list > li ul li {
  position: relative;
}
#a9d22ae616a0174 .menu-list > li ul li:hover > a {
  color: #d53216;
}
#a9d22ae616a0174 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: null;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a9d22ae616a0174 .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d53216;
}
#a9d22ae616a0174 .menu-list li ul li a:active,
#a9d22ae616a0174 .menu-list li ul li a.active,
#a9d22ae616a0174 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a9d22ae616a0174 .menu-list li ul,
#a9d22ae616a0174 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a9d22ae616a0174 .menu-list li ul.menu-b > li,
#a9d22ae616a0174 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d22ae616a0174 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d22ae616a0174 .menu-list li:hover > ul {
  display: block;
}
#a9d22ae616a0174 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6311abebfacbb8 .ele-wrap {color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(213, 50, 22, 1);border-radius: 25px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#a6311abebfacbb8 .ele-wrap:hover {background-color: #509c49;background-color: rgba(228, 54, 24, 1);}#ae7f3a21e3ace8c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a1acca2bfda4e3b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a1acca2bfda4e3b .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a1acca2bfda4e3b .ap-icon {
  margin-right: 6px;
}
#a1acca2bfda4e3b .indicator {
  margin-left: 4px;
}
#a1acca2bfda4e3b .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 50px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4c4c4c;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
}
#a1acca2bfda4e3b .menu-list li:hover > a,
#a1acca2bfda4e3b .menu-list li.active > a {
  background: #0f4b94;
  background-color: #0f4b94;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a1acca2bfda4e3b .menu-list li.active > a {
  background-color: #0f4b94;
}
#a1acca2bfda4e3b .menu-list ul,
#a1acca2bfda4e3b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a1acca2bfda4e3b .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a1acca2bfda4e3b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1acca2bfda4e3b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1acca2bfda4e3b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae560a7353a5976 [data-item*=".abstract"], #ae560a7353a5976 [data-item*=".abstract"] a {show: true;}#ae560a7353a5976 [data-item*=".subTitle"], #ae560a7353a5976 [data-item*=".subTitle"] a {show: true;}#ae560a7353a5976 [data-item*=".category"], #ae560a7353a5976 [data-item*=".category"] a {show: true;}#ad1f8ab077a64c7 .img-wrap {
  box-shadow: NaNpx NaNpx 0px 0px #ffffff;
}
#a163ba0ccca5f96 > .ele-wrap {background-color: rgba(238, 235, 235, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa079a1e9dad919 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a16d5a8e96a7164 [data-item="undefined"] {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad8f4acafea3bb8 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a08eaaacfea32b1 .separator-line {
  width: 50px;
  border-bottom: 2px solid #1e87f0;
}
#a97f0abfe7a39bb .uk-card-media-left {
  min-height: 200px;
}
#a97f0abfe7a39bb .h-float .uk-card {
  transition: all .3s ease;
}
@media (min-width: 960px) {
  #a5717a8ae6abe95 .uk-card {
    position: absolute;
    top: 20%;
    right: 0;
  }
}
@media (max-width: 740px) {
  #a5717a8ae6abe95 .uk-width-large {
    width: auto;
    margin-top: 20px;
  }
}
#ab334a6a64ae097 .uk-container {
  line-height: 2;
  color: #999;
}
#a9d22ae616a0174 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d22ae616a0174 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d22ae616a0174 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
}
#a9d22ae616a0174 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #4a4a4a;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d22ae616a0174 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d53216;
}
#a9d22ae616a0174 .menu-list > li.active > a:before,
#a9d22ae616a0174 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d22ae616a0174 .menu-list > li ul li {
  position: relative;
}
#a9d22ae616a0174 .menu-list > li ul li:hover > a {
  color: #d53216;
}
#a9d22ae616a0174 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: null;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a9d22ae616a0174 .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d53216;
}
#a9d22ae616a0174 .menu-list li ul li a:active,
#a9d22ae616a0174 .menu-list li ul li a.active,
#a9d22ae616a0174 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a9d22ae616a0174 .menu-list li ul,
#a9d22ae616a0174 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a9d22ae616a0174 .menu-list li ul.menu-b > li,
#a9d22ae616a0174 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d22ae616a0174 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d22ae616a0174 .menu-list li:hover > ul {
  display: block;
}
#a9d22ae616a0174 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6311abebfacbb8 .ele-wrap {color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(213, 50, 22, 1);border-radius: 25px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#a6311abebfacbb8 .ele-wrap:hover {background-color: #509c49;background-color: rgba(228, 54, 24, 1);}#ad1f8ab077a64c7 .img-wrap {
  box-shadow: NaNpx NaNpx 0px 0px #ffffff;
}
#a163ba0ccca5f96 > .ele-wrap {background-color: rgba(238, 235, 235, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa079a1e9dad919 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a16d5a8e96a7164 [data-item="undefined"] {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8d51a7dc5a0fec .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a884da875aa7bb8 .uk-container {
  line-height: 2;
  color: #999;
}
#a9d22ae616a0174 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d22ae616a0174 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d22ae616a0174 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
}
#a9d22ae616a0174 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #4a4a4a;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d22ae616a0174 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d53216;
}
#a9d22ae616a0174 .menu-list > li.active > a:before,
#a9d22ae616a0174 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d22ae616a0174 .menu-list > li ul li {
  position: relative;
}
#a9d22ae616a0174 .menu-list > li ul li:hover > a {
  color: #d53216;
}
#a9d22ae616a0174 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: null;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a9d22ae616a0174 .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d53216;
}
#a9d22ae616a0174 .menu-list li ul li a:active,
#a9d22ae616a0174 .menu-list li ul li a.active,
#a9d22ae616a0174 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a9d22ae616a0174 .menu-list li ul,
#a9d22ae616a0174 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a9d22ae616a0174 .menu-list li ul.menu-b > li,
#a9d22ae616a0174 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d22ae616a0174 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d22ae616a0174 .menu-list li:hover > ul {
  display: block;
}
#a9d22ae616a0174 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6311abebfacbb8 .ele-wrap {color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(213, 50, 22, 1);border-radius: 25px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#a6311abebfacbb8 .ele-wrap:hover {background-color: #509c49;background-color: rgba(228, 54, 24, 1);}#ad1f8ab077a64c7 .img-wrap {
  box-shadow: NaNpx NaNpx 0px 0px #ffffff;
}
#a163ba0ccca5f96 > .ele-wrap {background-color: rgba(238, 235, 235, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa079a1e9dad919 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9e1fa3d42a6c63 [data-item="undefined"] {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7496a4717a8e24 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a2f4ca13d1a6a5a {
  min-height: 90vh;
  /* mobile */
}
#a2f4ca13d1a6a5a .search-highlight {
  background: yellow;
}
#a2f4ca13d1a6a5a .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a2f4ca13d1a6a5a .el-title {
  margin-bottom: 20px;
}
#a2f4ca13d1a6a5a .el-item:hover .el-title {
  color: #0f6ecd;
}
#a2f4ca13d1a6a5a .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a2f4ca13d1a6a5a .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a2f4ca13d1a6a5a .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a2f4ca13d1a6a5a .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a2f4ca13d1a6a5a .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a2f4ca13d1a6a5a .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a2f4ca13d1a6a5a .el-title {
    margin-bottom: 0;
  }
  #a2f4ca13d1a6a5a .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a2f4ca13d1a6a5a .category {
    font-size: 12px;
  }
  #a2f4ca13d1a6a5a .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#a96d5a3abcaaac8 .uk-container {
  line-height: 2;
  color: #999;
}
#a9d22ae616a0174 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d22ae616a0174 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d22ae616a0174 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
}
#a9d22ae616a0174 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #4a4a4a;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d22ae616a0174 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d53216;
}
#a9d22ae616a0174 .menu-list > li.active > a:before,
#a9d22ae616a0174 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d22ae616a0174 .menu-list > li ul li {
  position: relative;
}
#a9d22ae616a0174 .menu-list > li ul li:hover > a {
  color: #d53216;
}
#a9d22ae616a0174 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: null;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a9d22ae616a0174 .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d53216;
}
#a9d22ae616a0174 .menu-list li ul li a:active,
#a9d22ae616a0174 .menu-list li ul li a.active,
#a9d22ae616a0174 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a9d22ae616a0174 .menu-list li ul,
#a9d22ae616a0174 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a9d22ae616a0174 .menu-list li ul.menu-b > li,
#a9d22ae616a0174 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d22ae616a0174 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d22ae616a0174 .menu-list li:hover > ul {
  display: block;
}
#a9d22ae616a0174 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6311abebfacbb8 .ele-wrap {color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(213, 50, 22, 1);border-radius: 25px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#a6311abebfacbb8 .ele-wrap:hover {background-color: #509c49;background-color: rgba(228, 54, 24, 1);}#ad1f8ab077a64c7 .img-wrap {
  box-shadow: NaNpx NaNpx 0px 0px #ffffff;
}
#a163ba0ccca5f96 > .ele-wrap {background-color: rgba(238, 235, 235, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa079a1e9dad919 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab78fac5d7a1601 [data-item="undefined"] {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac947ab899a883f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a1059a40b4a0c4f {
  /* Error Page */
  /* Error Page */
  /*--------------------------------------------Framework --------------------------------*/
  /*done*/
  /*done*/
  /*done*/
  /* Padding Section*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /* Padding Section*/
  /* Margin section */
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done - For the inside sections that has also Title section*/
  /* Margin section */
  /*--------------------------------------------FrameWork------------------------*/
}
#a1059a40b4a0c4f * {
  font-family: 'PT Sans Caption', sans-serif, 'arial', 'Times New Roman';
}
#a1059a40b4a0c4f .error .clip .shadow {
  height: 180px;
  /*Contrall*/
}
#a1059a40b4a0c4f .error .clip:nth-of-type(2) .shadow {
  width: 130px;
  /*Contrall play with javascript*/
}
#a1059a40b4a0c4f .error .clip:nth-of-type(1) .shadow,
#a1059a40b4a0c4f .error .clip:nth-of-type(3) .shadow {
  width: 250px;
  /*Contrall*/
}
#a1059a40b4a0c4f .error .digit {
  width: 150px;
  /*Contrall*/
  height: 150px;
  /*Contrall*/
  line-height: 150px;
  /*Contrall*/
  font-size: 120px;
  font-weight: bold;
}
#a1059a40b4a0c4f .error h2 {
  font-size: 32px;
}
#a1059a40b4a0c4f .error .msg {
  top: -190px;
  left: 30%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 32px;
}
#a1059a40b4a0c4f .error span.triangle {
  top: 70%;
  right: 0%;
  border-left: 20px solid #535353;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
#a1059a40b4a0c4f .error .container-error-404 {
  margin-top: 10%;
  position: relative;
  height: 250px;
  padding-top: 40px;
  text-align: center;
}
#a1059a40b4a0c4f .error .container-error-404 .clip {
  display: inline-block;
  transform: skew(-45deg);
}
#a1059a40b4a0c4f .error .clip .shadow {
  overflow: hidden;
}
#a1059a40b4a0c4f .error .clip:nth-of-type(2) .shadow {
  overflow: hidden;
  position: relative;
  box-shadow: inset 20px 0px 20px -15px rgba(150, 150, 150, 0.8), 20px 0px 20px -15px rgba(150, 150, 150, 0.8);
}
#a1059a40b4a0c4f .error .clip:nth-of-type(3) .shadow:after,
#a1059a40b4a0c4f .error .clip:nth-of-type(1) .shadow:after {
  content: "";
  position: absolute;
  right: -8px;
  bottom: 0px;
  z-index: 9999;
  height: 100%;
  width: 10px;
  background: linear-gradient(90deg, transparent, rgba(173, 173, 173, 0.8), transparent);
  border-radius: 50%;
}
#a1059a40b4a0c4f .error .clip:nth-of-type(3) .shadow:after {
  left: -8px;
}
#a1059a40b4a0c4f .error .digit {
  position: relative;
  top: 8%;
  color: white;
  background: #07B3F9;
  border-radius: 50%;
  display: inline-block;
  transform: skew(45deg);
}
#a1059a40b4a0c4f .error .clip:nth-of-type(2) .digit {
  left: -10%;
}
#a1059a40b4a0c4f .error .clip:nth-of-type(1) .digit {
  right: -20%;
}
#a1059a40b4a0c4f .error .clip:nth-of-type(3) .digit {
  left: -20%;
}
#a1059a40b4a0c4f .error h2 {
  color: #A2A2A2;
  font-weight: bold;
  padding-bottom: 20px;
}
#a1059a40b4a0c4f .error .msg {
  position: relative;
  z-index: 9999;
  display: block;
  background: #535353;
  color: #A2A2A2;
  border-radius: 50%;
  font-style: italic;
}
#a1059a40b4a0c4f .error .triangle {
  position: absolute;
  z-index: 999;
  transform: rotate(45deg);
  content: "";
  width: 0;
  height: 0;
}
@media (max-width: 767px) {
  #a1059a40b4a0c4f {
    /* Error Page */
    /* Error Page */
  }
  #a1059a40b4a0c4f .error .clip .shadow {
    height: 100px;
    /*Contrall*/
  }
  #a1059a40b4a0c4f .error .clip:nth-of-type(2) .shadow {
    width: 80px;
    /*Contrall play with javascript*/
  }
  #a1059a40b4a0c4f .error .clip:nth-of-type(1) .shadow,
  #a1059a40b4a0c4f .error .clip:nth-of-type(3) .shadow {
    width: 100px;
    /*Contrall*/
  }
  #a1059a40b4a0c4f .error .digit {
    width: 80px;
    /*Contrall*/
    height: 80px;
    /*Contrall*/
    line-height: 80px;
    /*Contrall*/
    font-size: 52px;
  }
  #a1059a40b4a0c4f .error h2 {
    font-size: 24px;
  }
  #a1059a40b4a0c4f .error .msg {
    top: -110px;
    left: 15%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  #a1059a40b4a0c4f .error span.triangle {
    top: 70%;
    right: -3%;
    border-left: 10px solid #535353;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  #a1059a40b4a0c4f .error .container-error-404 {
    height: 150px;
  }
}
#a1059a40b4a0c4f .overlay {
  position: relative;
  z-index: 20;
}
#a1059a40b4a0c4f .ground-color {
  background: white;
}
#a1059a40b4a0c4f .item-bg-color {
  background: #EAEAEA;
}
#a1059a40b4a0c4f .padding-top {
  padding-top: 10px;
}
#a1059a40b4a0c4f .padding-bottom {
  padding-bottom: 10px;
}
#a1059a40b4a0c4f .padding-vertical {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a1059a40b4a0c4f .padding-horizontal {
  padding-left: 10px;
  padding-right: 10px;
}
#a1059a40b4a0c4f .padding-all {
  padding: 10px;
}
#a1059a40b4a0c4f .no-padding-left {
  padding-left: 0px;
}
#a1059a40b4a0c4f .no-padding-right {
  padding-right: 0px;
}
#a1059a40b4a0c4f .no-vertical-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
#a1059a40b4a0c4f .no-horizontal-padding {
  padding-left: 0px;
  padding-right: 0px;
}
#a1059a40b4a0c4f .no-padding {
  padding: 0px;
}
#a1059a40b4a0c4f .margin-top {
  margin-top: 10px;
}
#a1059a40b4a0c4f .margin-bottom {
  margin-bottom: 10px;
}
#a1059a40b4a0c4f .margin-right {
  margin-right: 10px;
}
#a1059a40b4a0c4f .margin-left {
  margin-left: 10px;
}
#a1059a40b4a0c4f .margin-horizontal {
  margin-left: 10px;
  margin-right: 10px;
}
#a1059a40b4a0c4f .margin-vertical {
  margin-top: 10px;
  margin-bottom: 10px;
}
#a1059a40b4a0c4f .margin-all {
  margin: 10px;
}
#a1059a40b4a0c4f .no-margin {
  margin: 0px;
}
#a1059a40b4a0c4f .no-vertical-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}
#a1059a40b4a0c4f .no-horizontal-margin {
  margin-left: 0px;
  margin-right: 0px;
}
#a1059a40b4a0c4f .inside-col-shrink {
  margin: 0px 20px;
}
#a1059a40b4a0c4f hr {
  margin: 0px;
  padding: 0px;
  border-top: 1px dashed #999;
}
#a3bd9a69e1acc5a .uk-container {
  line-height: 2;
  color: #999;
}
#a9d22ae616a0174 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d22ae616a0174 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d22ae616a0174 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
}
#a9d22ae616a0174 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #4a4a4a;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d22ae616a0174 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d53216;
}
#a9d22ae616a0174 .menu-list > li.active > a:before,
#a9d22ae616a0174 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d22ae616a0174 .menu-list > li ul li {
  position: relative;
}
#a9d22ae616a0174 .menu-list > li ul li:hover > a {
  color: #d53216;
}
#a9d22ae616a0174 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: null;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a9d22ae616a0174 .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d53216;
}
#a9d22ae616a0174 .menu-list li ul li a:active,
#a9d22ae616a0174 .menu-list li ul li a.active,
#a9d22ae616a0174 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a9d22ae616a0174 .menu-list li ul,
#a9d22ae616a0174 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a9d22ae616a0174 .menu-list li ul.menu-b > li,
#a9d22ae616a0174 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d22ae616a0174 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d22ae616a0174 .menu-list li:hover > ul {
  display: block;
}
#a9d22ae616a0174 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6311abebfacbb8 .ele-wrap {color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(213, 50, 22, 1);border-radius: 25px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#a6311abebfacbb8 .ele-wrap:hover {background-color: #509c49;background-color: rgba(228, 54, 24, 1);}#ad1f8ab077a64c7 .img-wrap {
  box-shadow: NaNpx NaNpx 0px 0px #ffffff;
}
#a163ba0ccca5f96 > .ele-wrap {background-color: rgba(238, 235, 235, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa079a1e9dad919 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8077ab653a9148 [data-item="undefined"] {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7496a4717a8e24 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a8b1ba85c7a8cf3 .login-main {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(12, 1, 4, 0.05);
}
#a8b1ba85c7a8cf3 .switch_item {
  margin-right: 10px;
}
#a8b1ba85c7a8cf3 a.switch_item:hover {
  text-decoration: underline;
}
#a8b1ba85c7a8cf3 .slider {
  width: 420px;
  height: 600px;
}
#a8b1ba85c7a8cf3 .uk-slideshow-items {
  height: 100%;
}
#a8b1ba85c7a8cf3 .uk-slideshow-items a {
  width: 100%;
  height: 100%;
  display: block;
}
#a8b1ba85c7a8cf3 .login-wrap {
  width: 100%;
  height: 100%;
}
#a8b1ba85c7a8cf3 .uk-dotnav > * > * {
  background: #fff;
  border-color: #fff;
  opacity: .5;
}
#a8b1ba85c7a8cf3 .uk-dotnav > .uk-active > * {
  border-color: #0076fe;
  background: #0076fe;
}
#a8b1ba85c7a8cf3 .phone-login-box {
  margin: 40px auto 40px;
}
#a8b1ba85c7a8cf3 .login-header {
  margin-bottom: 24px;
}
#a8b1ba85c7a8cf3 .login-header h4 {
  font-size: 22px;
  font-weight: bolder;
  line-height: 1;
  padding-left: 20px;
  border-left: 4px solid #0076fe;
}
#a8b1ba85c7a8cf3 .input-item {
  width: 330px;
  height: 45px;
  background-color: #f0f2f7;
  border-radius: 22px;
  border: solid 1px #e3e8f0;
  position: relative;
  overflow: hidden;
}
#a8b1ba85c7a8cf3 .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;
}
#a8b1ba85c7a8cf3 .forget_password {
  cursor: pointer;
}
#a8b1ba85c7a8cf3 .forget_password:hover {
  color: #1e87f0;
}
#a8b1ba85c7a8cf3 .input-item input.error,
#a8b1ba85c7a8cf3 .input-item input.error::placeholder {
  color: #fc4343;
}
#a8b1ba85c7a8cf3 .input-item input::placeholder {
  color: #999;
}
#a8b1ba85c7a8cf3 .input-item .icon {
  position: absolute;
  left: 10px;
  top: 12px;
  fill: #ccc;
  width: 20px;
}
#a8b1ba85c7a8cf3 .form-item {
  margin: 24px 0;
}
#a8b1ba85c7a8cf3 .verifycode-input .input-item {
  width: 200px;
  float: left;
}
#a8b1ba85c7a8cf3 .send-code {
  float: left;
  margin-left: 20px;
}
#a8b1ba85c7a8cf3 .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;
}
#a8b1ba85c7a8cf3 .submit {
  width: 330px;
  height: 45px;
  background-color: #0076fe;
  border-radius: 22px;
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  cursor: pointer;
}
#a8b1ba85c7a8cf3 .error {
  color: #fc4343;
  font-size: 12px;
  padding-left: 10px;
  display: block;
  max-width: 300px;
}
#a8b1ba85c7a8cf3 .login_btn_wrap {
  text-align: center;
}
#a8b1ba85c7a8cf3 .login_btn_wrap .submit {
  display: block;
  margin-bottom: 10px;
}
#a8b1ba85c7a8cf3 .input-item .pwd-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  font-size: 16px;
  color: #999;
  cursor: pointer;
}
#a8b1ba85c7a8cf3 .input-item .pwd-toggle:hover {
  color: currentColor;
}
#ae2e9a0651aff90 .uk-container {
  line-height: 2;
  color: #999;
}
#a9d22ae616a0174 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d22ae616a0174 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d22ae616a0174 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
}
#a9d22ae616a0174 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #4a4a4a;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d22ae616a0174 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d53216;
}
#a9d22ae616a0174 .menu-list > li.active > a:before,
#a9d22ae616a0174 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d22ae616a0174 .menu-list > li ul li {
  position: relative;
}
#a9d22ae616a0174 .menu-list > li ul li:hover > a {
  color: #d53216;
}
#a9d22ae616a0174 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: null;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a9d22ae616a0174 .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d53216;
}
#a9d22ae616a0174 .menu-list li ul li a:active,
#a9d22ae616a0174 .menu-list li ul li a.active,
#a9d22ae616a0174 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a9d22ae616a0174 .menu-list li ul,
#a9d22ae616a0174 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a9d22ae616a0174 .menu-list li ul.menu-b > li,
#a9d22ae616a0174 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d22ae616a0174 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d22ae616a0174 .menu-list li:hover > ul {
  display: block;
}
#a9d22ae616a0174 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6311abebfacbb8 .ele-wrap {color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(213, 50, 22, 1);border-radius: 25px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#a6311abebfacbb8 .ele-wrap:hover {background-color: #509c49;background-color: rgba(228, 54, 24, 1);}#ad1f8ab077a64c7 .img-wrap {
  box-shadow: NaNpx NaNpx 0px 0px #ffffff;
}
#a163ba0ccca5f96 > .ele-wrap {background-color: rgba(238, 235, 235, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa079a1e9dad919 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab78fac5d7a1601 [data-item="undefined"] {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7496a4717a8e24 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a93a5aa2a9a9128 .sidebar {
  width: 150px;
  max-width: 150px;
  height: 100%;
}
#a93a5aa2a9a9128 .nav-items {
  background: #fafafa;
  min-height: 200px;
}
#a93a5aa2a9a9128 .phone-info {
  background: #fafafa;
  margin-top: 10px;
  font-size: 12px;
  padding: 22px 4px 20px 16px;
  line-height: 1.5;
  color: #666;
}
#a93a5aa2a9a9128 .phone-info .phone {
  line-height: 1.5;
  color: #333;
  font-size: 18px;
  font-family: Arial;
}
#a93a5aa2a9a9128 .nav-type {
  line-height: 37px;
  padding-left: 20px;
  cursor: pointer;
}
#a93a5aa2a9a9128 .nav-type.active {
  color: #FFF;
  cursor: default;
  background: #ff658c;
}
#a93a5aa2a9a9128 .content {
  padding-bottom: 60px;
  color: #666;
  border: 1px solid #f0f0f0;
  min-height: 400px;
}
#a93a5aa2a9a9128 .nav-list {
  padding: 0 20px;
}
#a93a5aa2a9a9128 .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;
}
#a93a5aa2a9a9128 .nav-list .nav-item.active {
  background-color: #ff5c89;
  color: #fff;
  cursor: default;
}
#a93a5aa2a9a9128 .order-item {
  margin-top: 10px;
  background: #fff;
  padding: 0 20px;
}
#a93a5aa2a9a9128 .order-item:hover {
  background: #f7f7f7;
}
#a93a5aa2a9a9128 .del-order {
  cursor: pointer;
}
#a93a5aa2a9a9128 .order-item .order-title {
  line-height: 40px;
  color: #666;
  font-size: 13px;
  border-bottom: 1px solid #f7f7f7;
}
#a93a5aa2a9a9128 .goods-item {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
}
#a93a5aa2a9a9128 .order-goods-list .goods-item:last-child {
  border-bottom: none;
}
#a93a5aa2a9a9128 .goods-item img {
  width: 100px;
  height: 100px;
  background: #f4f4f4;
}
#a93a5aa2a9a9128 .goods-item .goods-info {
  padding: 0 15px;
}
#a93a5aa2a9a9128 .appoint-time span {
  color: #e4393c;
  background-color: #f9eeee;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 2px;
  line-height: 1;
}
#a93a5aa2a9a9128 .appoint-time {
  margin-bottom: 4px;
}
#a93a5aa2a9a9128 .appoint-name {
  color: #333;
  font-size: 14px;
}
#a93a5aa2a9a9128 .appoint-info {
  padding: 0 15px;
  font-size: 12px;
  color: #888;
}
#a93a5aa2a9a9128 .goods-item .goods-name {
  color: #333;
}
#a93a5aa2a9a9128 .goods-item .sku-name {
  color: #999;
  font-size: 12px;
}
#a93a5aa2a9a9128 .order-total-info {
  padding-bottom: 10px;
  color: #999;
  font-size: 12px;
}
#a93a5aa2a9a9128 .order-total-info .total-price {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
}
#a93a5aa2a9a9128 .load-more {
  font-size: 12px;
  padding-bottom: 15px;
  color: #999;
}
#a93a5aa2a9a9128 .order-btns {
  padding: 10px 0;
  border-top: 1px solid #f7f7f7;
}
#a93a5aa2a9a9128 .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;
}
#a93a5aa2a9a9128 .order-btns .btn-warn {
  color: #fff;
  background: #eb3c3c;
  border-color: #eb3c3c;
  cursor: pointer;
}
#a93a5aa2a9a9128 .appoint-info .title {
  font-weight: bold;
  color: #333;
}
#a93a5aa2a9a9128 .coupon-item {
  margin: 10px 30px;
  display: inline-flex;
  width: 42%;
}
#a93a5aa2a9a9128 .setting-form {
  padding: 30px 20px;
}
#a93a5aa2a9a9128 .setting-item {
  margin-bottom: 20px;
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
#a93a5aa2a9a9128 .setting-item .label {
  display: inline-block;
  margin-right: 6px;
  text-align: right;
  min-width: 120px;
}
#a93a5aa2a9a9128 .setting-item .input-text {
  border: 1px solid #ccc;
  line-height: 28px;
  padding: 0 10px;
  min-width: 200px;
  font-size: 13px;
}
#a93a5aa2a9a9128 .setting-form .setting-btns {
  margin-left: 130px;
}
#a93a5aa2a9a9128 .setting-form .uk-button {
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
}
#a93a5aa2a9a9128 .setting-wrap {
  position: relative;
}
#a93a5aa2a9a9128 .user-info {
  border: 1px solid #ccc;
  width: 300px;
  position: absolute;
  right: 80px;
  top: 30px;
  color: #666;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
}
#a93a5aa2a9a9128 .user-info .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
#a93a5aa2a9a9128 .user-info .levels {
  color: #888;
  font-size: 12px;
}
#a93a5aa2a9a9128 .address-wrap {
  padding: 30px 20px;
}
#a93a5aa2a9a9128 .addr-header {
  font-size: 18px;
  color: #333;
  margin: 0;
}
#a93a5aa2a9a9128 .addr-detail {
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
}
#a93a5aa2a9a9128 .addr-list {
  min-height: 200px;
}
#a93a5aa2a9a9128 .addr-detail .addr-item-name,
#a93a5aa2a9a9128 .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;
}
#a93a5aa2a9a9128 .addr-detail .addr-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
#a93a5aa2a9a9128 .addr-detail .addr-item-name {
  color: #e93b3d;
  border-color: #e93b3d;
}
#a93a5aa2a9a9128 .addr-detail {
  padding: 12px 0;
  flex: 1;
}
#a93a5aa2a9a9128 .op-btns a {
  font-size: 12px;
  color: #e93b3d;
  margin-left: 6px;
}
#a93a5aa2a9a9128 .add-addr {
  height: 32px;
  line-height: 30px;
}
#a93a5aa2a9a9128 .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;
}
#a93a5aa2a9a9128 .publish-item {
  cursor: default;
  min-height: 120px;
}
#a93a5aa2a9a9128 .publish-item .status-0 {
  background-image: url(/resources/sys/img/icons/info-unread.png);
}
#a93a5aa2a9a9128 .publish-item .status-1 {
  background-image: url(/resources/sys/img/icons/info-fail.png);
}
#a93a5aa2a9a9128 .publish-item .btns a {
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 2px;
  color: #fff;
  background: #1e87f0;
}
#a93a5aa2a9a9128 .publish-item .btns .del-info {
  background: #ccc;
  color: #999;
}
#a78b0ab8efa60fe .uk-container {
  line-height: 2;
  color: #999;
}
#a9d22ae616a0174 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d22ae616a0174 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d22ae616a0174 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
}
#a9d22ae616a0174 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #4a4a4a;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d22ae616a0174 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d53216;
}
#a9d22ae616a0174 .menu-list > li.active > a:before,
#a9d22ae616a0174 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d22ae616a0174 .menu-list > li ul li {
  position: relative;
}
#a9d22ae616a0174 .menu-list > li ul li:hover > a {
  color: #d53216;
}
#a9d22ae616a0174 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: null;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a9d22ae616a0174 .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d53216;
}
#a9d22ae616a0174 .menu-list li ul li a:active,
#a9d22ae616a0174 .menu-list li ul li a.active,
#a9d22ae616a0174 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a9d22ae616a0174 .menu-list li ul,
#a9d22ae616a0174 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a9d22ae616a0174 .menu-list li ul.menu-b > li,
#a9d22ae616a0174 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d22ae616a0174 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d22ae616a0174 .menu-list li:hover > ul {
  display: block;
}
#a9d22ae616a0174 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6311abebfacbb8 .ele-wrap {color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(213, 50, 22, 1);border-radius: 25px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#a6311abebfacbb8 .ele-wrap:hover {background-color: #509c49;background-color: rgba(228, 54, 24, 1);}#ad1f8ab077a64c7 .img-wrap {
  box-shadow: NaNpx NaNpx 0px 0px #ffffff;
}
#a163ba0ccca5f96 > .ele-wrap {background-color: rgba(238, 235, 235, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa079a1e9dad919 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab78fac5d7a1601 [data-item="undefined"] {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7496a4717a8e24 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a33cfa9f7ea50c1 {
  min-height: 90vh;
  /* mobile */
}
#a33cfa9f7ea50c1 .search-highlight {
  background: yellow;
}
#a33cfa9f7ea50c1 .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a33cfa9f7ea50c1 .el-title {
  margin-bottom: 20px;
}
#a33cfa9f7ea50c1 .el-item:hover .el-title {
  color: #0f6ecd;
}
#a33cfa9f7ea50c1 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a33cfa9f7ea50c1 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a33cfa9f7ea50c1 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a33cfa9f7ea50c1 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a33cfa9f7ea50c1 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a33cfa9f7ea50c1 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a33cfa9f7ea50c1 .el-title {
    margin-bottom: 0;
  }
  #a33cfa9f7ea50c1 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a33cfa9f7ea50c1 .category {
    font-size: 12px;
  }
  #a33cfa9f7ea50c1 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#a6a62adf18a94d5 .uk-container {
  line-height: 2;
  color: #999;
}
#a9d22ae616a0174 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d22ae616a0174 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d22ae616a0174 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
}
#a9d22ae616a0174 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #4a4a4a;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d22ae616a0174 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d53216;
}
#a9d22ae616a0174 .menu-list > li.active > a:before,
#a9d22ae616a0174 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d22ae616a0174 .menu-list > li ul li {
  position: relative;
}
#a9d22ae616a0174 .menu-list > li ul li:hover > a {
  color: #d53216;
}
#a9d22ae616a0174 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: null;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a9d22ae616a0174 .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d53216;
}
#a9d22ae616a0174 .menu-list li ul li a:active,
#a9d22ae616a0174 .menu-list li ul li a.active,
#a9d22ae616a0174 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a9d22ae616a0174 .menu-list li ul,
#a9d22ae616a0174 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a9d22ae616a0174 .menu-list li ul.menu-b > li,
#a9d22ae616a0174 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d22ae616a0174 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d22ae616a0174 .menu-list li:hover > ul {
  display: block;
}
#a9d22ae616a0174 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6311abebfacbb8 .ele-wrap {color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(213, 50, 22, 1);border-radius: 25px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#a6311abebfacbb8 .ele-wrap:hover {background-color: #509c49;background-color: rgba(228, 54, 24, 1);}#ad1f8ab077a64c7 .img-wrap {
  box-shadow: NaNpx NaNpx 0px 0px #ffffff;
}
#a163ba0ccca5f96 > .ele-wrap {background-color: rgba(238, 235, 235, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa079a1e9dad919 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab78fac5d7a1601 [data-item="undefined"] {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7496a4717a8e24 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ac132a1078a8e1e .comment-detail {
  min-height: 600px;
}
#ac132a1078a8e1e table {
  background: #f9fdff;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#ac132a1078a8e1e table th,
#ac132a1078a8e1e table td {
  padding: 10px 20px;
  border: #ececec 1px solid;
  line-height: 1.8em;
}
#ac132a1078a8e1e table th {
  padding-left: 0;
  text-align: right;
  background: #eff7fe;
  font-weight: normal;
  color: #333;
}
#ac132a1078a8e1e .red {
  color: #F00!important;
}
#ac132a1078a8e1e .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;
}
#a9091ab939a1ffb .uk-container {
  line-height: 2;
  color: #999;
}
#a9d22ae616a0174 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9d22ae616a0174 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9d22ae616a0174 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
}
#a9d22ae616a0174 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #4a4a4a;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9d22ae616a0174 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d53216;
}
#a9d22ae616a0174 .menu-list > li.active > a:before,
#a9d22ae616a0174 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9d22ae616a0174 .menu-list > li ul li {
  position: relative;
}
#a9d22ae616a0174 .menu-list > li ul li:hover > a {
  color: #d53216;
}
#a9d22ae616a0174 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: null;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a9d22ae616a0174 .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d53216;
}
#a9d22ae616a0174 .menu-list li ul li a:active,
#a9d22ae616a0174 .menu-list li ul li a.active,
#a9d22ae616a0174 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a9d22ae616a0174 .menu-list li ul,
#a9d22ae616a0174 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a9d22ae616a0174 .menu-list li ul.menu-b > li,
#a9d22ae616a0174 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9d22ae616a0174 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9d22ae616a0174 .menu-list li:hover > ul {
  display: block;
}
#a9d22ae616a0174 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6311abebfacbb8 .ele-wrap {color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(213, 50, 22, 1);border-radius: 25px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#a6311abebfacbb8 .ele-wrap:hover {background-color: #509c49;background-color: rgba(228, 54, 24, 1);}#ad1f8ab077a64c7 .img-wrap {
  box-shadow: NaNpx NaNpx 0px 0px #ffffff;
}
#a163ba0ccca5f96 > .ele-wrap {background-color: rgba(238, 235, 235, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa079a1e9dad919 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab78fac5d7a1601 [data-item="undefined"] {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}