.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: 15px;
  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: #4a4a4a;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.uk-link:hover {
  color: #1364d8;
}
/* 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: #1364d8;
}
/* 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: #1364d8;
  text-shadow: none;
}
::selection {
  background: #1364d8;
  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 #1364d8;
}
/* Small
   ========================================================================== */
/*
   * Reset child height, caused by `inline-block`
   */
.uk-divider-small {
  line-height: 0;
}
.uk-divider-small::after {
  border-top: 2px solid #1364d8;
}
/* ========================================================================
     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: 15px;
}
/* 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: #1364d8;
  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: #1364d8;
  outline: none;
}
/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #1364d8;
  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: #1364d8;
  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: #1364d8;
}
/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: #1364d8;
  color: #ffffff;
}
/*
   * Primary
   */
.uk-button-primary {
  background-color: #1364d8;
  color: #ffffff;
}
/* Hover + Focus */
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #fafafa;
  color: #ffffff;
}
/* OnClick + Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-button-secondary {
  color: #666;
  border: 1px solid #fafafa;
}
/* OnClick + Active */
.uk-button-secondary:active,
.uk-button-secondary.uk-active {
  background-color: #1364d8;
  color: #ffffff;
  border-color: #1364d8;
}
/*
   * 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: #1364d8;
}
/* 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: #4a4a4a;
}
/* Hover + Focus */
.uk-button-link:hover,
.uk-button-link:focus {
  color: #1364d8;
}
/* 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: #1364d8;
}
/*
   * Secondary
   */
.uk-section-secondary,
.ap-container-secondary .uk-container {
  background: #fafafa;
}
.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: #1364d8;
}
/*
   * Secondary
   */
.uk-tile-secondary {
  background: #fafafa;
}
/* ========================================================================
     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: #1364d8;
  color: #ffffff;
}
.uk-card-primary .uk-card-title {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-card-secondary {
  background: #fafafa;
  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: #1364d8;
  background-color: transparent;
}
/* ========================================================================
     Component: Marker
   ========================================================================== */
/*
   * Addopts `uk-icon`
   */
.uk-marker {
  padding: 5px;
  background: #fafafa;
  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: #1364d8;
}
/*
   * 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: #1364d8;
  color: #ffffff;
}
/*
   * Required for `a`
   */
.uk-badge:hover,
.uk-badge:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
/* ========================================================================
     Component: Label
   ========================================================================== */
.uk-label {
  background: #1364d8;
  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: #1364d8;
  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: #1364d8;
}
/* 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: #1364d8;
  outline: none;
}
.uk-navbar-nav > li > a:hover::before {
  background-color: currentColor;
}
/* OnClick */
.uk-navbar-nav > li.uk-active > a::before {
  background-color: #1364d8;
}
/* Item
   ========================================================================== */
.uk-navbar-item {
  color: #666;
}
/* Toggle
   ========================================================================== */
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus,
.uk-navbar-toggle.uk-open {
  color: #1364d8;
}
/* 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: #1364d8;
  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: #1364d8;
  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: #1364d8;
  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: #1364d8;
}
/* 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: #1364d8;
  border-color: transparent;
}
/* Active */
.uk-dotnav > .uk-active > * {
  background-color: #1364d8;
  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: #1364d8;
}
/*
   * 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: #1364d8;
}
/* 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: #1364d8;
}
/*
   * 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: #1364d8;
  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: #1364d8;
}
.uk-progress::-moz-progress-bar {
  background-color: #1364d8;
}
.uk-progress::-ms-fill {
  background-color: #1364d8;
}
/* ========================================================================
     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: #1364d8 !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: #1364d8 !important;
}
@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #1364d8;
  }
}
/* ========================================================================
     Component: Background
   ========================================================================== */
/* Color
   ========================================================================== */
.uk-background-default {
  background-color: #ffffff;
}
.uk-background-muted {
  background-color: #f8f8f8;
}
.uk-background-primary {
  background-color: #1364d8;
}
.uk-background-secondary {
  background-color: #fafafa;
}
/* ========================================================================
     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: #1364d8;
  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: #1364d8;
  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: #1364d8;
  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: #1364d8;
}
.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(250, 250, 250, 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: #1364d8;
}
.uk-section-muted .uk-navbar-container.uk-navbar-sticky {
  background-color: #f8f8f8;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #1364d8;
}
.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: #1364d8;
  border-color: #1364d8;
}
.category .uk-pagination li:hover,
.ap-pagination li:hover,
.dynamic-pagination li:hover {
  border-color: #1364d8;
}
/* ========================================================================
   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: #0f4ea9;
}
.ap-list-filter dd a.active {
  background-color: #1364d8;
  color: #fff;
  border-radius: 2px;
}
.ap-filter-dropdown .filter-item-wrap.open,
.ap-filter-dropdown .filter-item.active {
  color: #1364d8;
}
.category li a.active {
  color: #1364d8;
}
.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: #1364d8;
}
.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: #1364d8;
  border: 1px solid rgba(19, 100, 216, 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: #1364d8;
}
form .step .ui-step.active .ui-step-title {
  color: #1364d8;
}
/**************** 自定义版块样式 ********************/
.btn-effect-1 {
  border-color: #1364d8;
  background-color: #1364d8;
  color: #fff;
}
.header-effect-6 [data-item='title']::before {
  background-color: #1364d8;
}
.header-effect-7 [data-item='subTitle'] {
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  background-color: #1364d8;
  color: #fff !important;
}
.btn-effect-2 {
  background-color: transparent;
  border: 1px solid #1364d8;
  color: #1364d8;
}
.btn-effect-2:hover {
  background-color: #1364d8;
}
.uk-button.btn-effect-5 {
  background-color: #1364d8;
  box-shadow: 0 0 15px rgba(19, 100, 216, 0.8);
}
.header-effect-3 [data-item='title']::after {
  background: #1364d8;
}
.header-effect-6 [data-item='title']::before {
  background-color: #1364d8;
}
#aefcca0912a1fb1 .uk-navbar-item,
#aefcca0912a1fb1 .uk-navbar-nav > li > a,
#aefcca0912a1fb1 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#aefcca0912a1fb1 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#aefcca0912a1fb1 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#aefcca0912a1fb1 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#aefcca0912a1fb1 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #fafafa;
  color: #eee;
}
#aefcca0912a1fb1 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#aefcca0912a1fb1 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1364d8;
}
#aefcca0912a1fb1 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#aefcca0912a1fb1 .logo {
  display: inline-block;
}
#aefcca0912a1fb1 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #aefcca0912a1fb1 .ap-header-top {
    padding: 15px 10px;
  }
}
#ab34ea4b11abcbc .sidebar {
  width: 320px;
}
@media (max-width: 640px) {
  #ab34ea4b11abcbc .sidebar {
    width: 100%;
  }
}
#ab34ea4b11abcbc .menu-header h4 {
  color: #fff;
  font-weight: 500;
  line-height: 70px;
  padding-left: 20px;
}
#ab34ea4b11abcbc .menu-header h4 span {
  font-size: 12px;
}
#ab34ea4b11abcbc .menu-level-1 {
  border: 1px solid #ECECEC;
  margin-bottom: 15px;
}
#ab34ea4b11abcbc .menu-item a {
  color: #666;
  display: block;
  padding: 0 20px;
  line-height: 50px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: color .2s linear,background .2s linear;
  font-size: 14px;
  border-bottom: 1px solid #ECECEC;
}
#ab34ea4b11abcbc .menu-item a .indicator {
  position: absolute;
  right: 20px;
  top: 15px;
  width: 25px;
  height: 25px;
  background: url(/resources/sys/img/icons/menu_icon.png) center center no-repeat;
}
#ab34ea4b11abcbc .menu-item a:hover {
  color: #1364d8;
}
#ab34ea4b11abcbc .menu-item a:hover > .indicator {
  background-image: url(/resources/sys/img/icons/menu_icon_hover.png);
}
#ab34ea4b11abcbc .menu-level-1 > a {
  color: #333;
  font-size: 18px;
  position: relative;
  background: #eaeaea;
}
#ab34ea4b11abcbc .menu-level-3 {
  padding-left: 15px;
}
#ab34ea4b11abcbc .accordion-menu > ul > li > a {
  background: #ddd;
  font-size: 16px;
}
#ab34ea4b11abcbc .accordion-menu li a:hover {
  background-color: #1364d8;
  color: #fff;
  border: none;
}
#ab34ea4b11abcbc .accordion-menu .submenu-indicator {
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  line-height: 50px;
  padding: 0 20px;
  right: 0;
}
#ab34ea4b11abcbc .contact-phone {
  padding: 15px 0 15px 70px;
  color: #333;
}
#ab34ea4b11abcbc .contact-icon {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  font-size: 20px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
}
#ab34ea4b11abcbc .contact-info {
  border-top: 1px solid #ECECEC;
}
#ab34ea4b11abcbc .contact-info p {
  margin: 0;
}
#ab34ea4b11abcbc .phone {
  font-size: 24px;
  font-family: arial;
  line-height: 1;
}
#ab34ea4b11abcbc .hot-list {
  padding: 15px;
}
#ab34ea4b11abcbc .hot-list a {
  color: #777;
}
#ab34ea4b11abcbc .hot-list a:hover {
  color: #1364d8;
}
#ab34ea4b11abcbc .hot-item .thumb {
  display: block;
  overflow: hidden;
}
#ab34ea4b11abcbc .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#ab34ea4b11abcbc .hot-item:hover a {
  color: #1364d8;
}
#ab34ea4b11abcbc .hot-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#ab34ea4b11abcbc .hot-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #1364d8;
  content: "";
}
#ab34ea4b11abcbc .content-header {
  padding-bottom: 10px;
}
#ab34ea4b11abcbc .uk-button-group .uk-button {
  font-size: 12px;
  height: 30px;
  padding: 0 15px;
  line-height: 30px;
}
#ab34ea4b11abcbc .uk-button-group .uk-button:first-child {
  border-radius: 15px 0 0 15px;
}
#ab34ea4b11abcbc .uk-button-group .uk-button:last-child {
  border-radius: 0 15px 15px 0;
}
@media (max-width: 640px) {
  #ab34ea4b11abcbc .uk-padding-small {
    padding: 0;
  }
}
#a37b4a3d47af145 .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#ad91aaed88a969c form {
  width: 100%;
  height: 100%;
}
#ad91aaed88a969c .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#ad91aaed88a969c .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ad91aaed88a969c .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ad91aaed88a969c .search-box .search-type.show {
  display: block;
}
#ad91aaed88a969c .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#ad91aaed88a969c .search-box .search-type li:hover {
  color: #126e82;
}
#ad91aaed88a969c .search-box .search-type li.active {
  color: #126e82;
}
#ad91aaed88a969c .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #ffffff;
  overflow: hidden;
  border-right-style: solid;
  border-right-color: #cdcdcd;
  border-right-width: 1px;
  border-left-color: #cdcdcd;
  border-bottom-color: #cdcdcd;
  border-top-color: #cdcdcd;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ad91aaed88a969c .inner-form .input-field {
  height: 100%;
}
#ad91aaed88a969c .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #9b9b9b;
}
#ad91aaed88a969c .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#ad91aaed88a969c .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#ad91aaed88a969c .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#ad91aaed88a969c .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ad91aaed88a969c .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#ad91aaed88a969c .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ad91aaed88a969c .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #9b9b9b;
  margin: 0 15px;
}
#ad91aaed88a969c .inner-form .input-field.second-wrap {
  min-width: 80px;
}
#ad91aaed88a969c .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #1e9eb3;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  overflow: hidden;
  font-size: 15px;
}
#ad91aaed88a969c .btn-search:hover {
  background: #126e82;
}
#ad91aaed88a969c .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#ab34ea4b11abcbc .uk-grid {margin-left: -20px;}@media (min-width: 1200px) {
                    #ab34ea4b11abcbc .uk-grid { margin-left: -20px;}
                }@media (max-width: 640) {
                    #ab34ea4b11abcbc .uk-grid { margin-left: -20px;}
                }#ab34ea4b11abcbc .uk-grid>* {padding-left: 20px;}@media (min-width: 1200px) {
                    #ab34ea4b11abcbc .uk-grid>* { padding-left: 20px;}
                }@media (max-width: 640) {#ab34ea4b11abcbc .uk-grid>* {
                    padding-left: 20px;}
                }#ab34ea4b11abcbc .uk-grid>.uk-grid-margin {margin-top: 20px;}@media (min-width: 1200px) {
                    #ab34ea4b11abcbc .uk-grid>.uk-grid-margin {margin-top: 20px;}
                }@media (max-width: 640) {
                    #ab34ea4b11abcbc .uk-grid>.uk-grid-margin {margin-top: 20px;}
                }#ab34ea4b11abcbc [data-item="items"] .uk-card-body {padding: 22px}@media (min-width: 1200px) {
                #ab34ea4b11abcbc [data-item="items"] .uk-card-body {padding: 22px}
            }@media (max-width: 640px) {
                #ab34ea4b11abcbc [data-item="items"] .uk-card-body {padding: 22px}
            }#ab34ea4b11abcbc [data-item="items"] .uk-card {
                border-radius: 5px !important; overflow: hidden;
            } #ab34ea4b11abcbc [data-item="items"] .uk-card {background-color: rgba(255, 255, 255, 1)}#ab34ea4b11abcbc [data-item*=".title"], #ab34ea4b11abcbc [data-item*=".title"] a {text-align: left;max-line: 1;font-weight: bold;color: rgba(74, 74, 74, 1);font-size: 15px;}#ab34ea4b11abcbc [data-item*=".abstract"], #ab34ea4b11abcbc [data-item*=".abstract"] a {show: false;}#ab34ea4b11abcbc [data-item*=".subTitle"], #ab34ea4b11abcbc [data-item*=".subTitle"] a {show: false;}#ab34ea4b11abcbc [data-item*=".category"], #ab34ea4b11abcbc [data-item*=".category"] a {show: false;}#aefcca0912a1fb1 .uk-navbar-item,
#aefcca0912a1fb1 .uk-navbar-nav > li > a,
#aefcca0912a1fb1 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#aefcca0912a1fb1 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#aefcca0912a1fb1 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#aefcca0912a1fb1 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#aefcca0912a1fb1 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #fafafa;
  color: #eee;
}
#aefcca0912a1fb1 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#aefcca0912a1fb1 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1364d8;
}
#aefcca0912a1fb1 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#aefcca0912a1fb1 .logo {
  display: inline-block;
}
#aefcca0912a1fb1 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #aefcca0912a1fb1 .ap-header-top {
    padding: 15px 10px;
  }
}
#af1a9a8e3baa468 {
  min-height: 300px;
}
#a37b4a3d47af145 .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#aacc1ab4ffa103b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a864aa0caca35fb {
  overflow: hidden;
}
#a864aa0caca35fb , #a864aa0caca35fb > * {
        font-weight: normal;
        font-style: normal;
    font-size: 25px;font-family: Verdana;color: rgba(0, 0, 0, 1);line-height: 35px;}#a864aa0caca35fb:hover , #a864aa0caca35fb *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 25px;font-family: Verdana;color: rgba(0, 0, 0, 1);line-height: 35px;}#ac145a87d2a3a5b a, #ac145a87d2a3a5b {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(0, 0, 0, 1);}#afcd4a65a1a0f1e .ele-wrap {border-color: rgba(1, 117, 95, 1);color: #f5f5f5;border-width: 1px;border-style: solid;font-size: 18px;background-color: #1364d8;border-radius: 3px;justify-content: center;}#afcd4a65a1a0f1e .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;background-color: #1364d8;border-color: rgba(255, 255, 255, 0);}#aa4a1a4294a7344 {
  overflow: hidden;
}
#aa4a1a4294a7344 , #aa4a1a4294a7344 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: Verdana;color: rgba(74, 74, 74, 1);}#af1a9a8e3baa468 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 22px;font-family: Verdana;color: rgba(74, 74, 74, 1);}#af1a9a8e3baa468 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a40a8ab670a953b .inner-detail {
  font-weight: normal;
  font-style: normal;
  font-family: Verdana;
  color: #000000;
}
#a8355a920da72d3 > .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;}#ad99eab1ecad3ef > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-right-style: none;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-top-right-radius: 0px;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;border-left-color: rgba(215, 215, 215, 1);}#aa00dae88ca3f97 > .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;border-right-style: none;border-right-width: 1px;border-left-width: 1px;border-bottom-width: 0px;border-top-width: 1px;border-left-style: none;border-bottom-style: none;border-top-style: solid;border-right-color: rgba(225, 225, 225, 1);border-left-color: rgba(225, 225, 225, 1);border-top-color: rgba(225, 225, 225, 1);}#aac15af984ae429 > .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;border-right-style: none;border-right-width: 0px;border-top-color: rgba(225, 225, 225, 1);border-left-width: 1px;border-bottom-width: 0px;border-top-width: 1px;border-left-style: none;border-bottom-style: none;border-top-style: solid;border-left-color: rgba(225, 225, 225, 1);}#aefcca0912a1fb1 .uk-navbar-item,
#aefcca0912a1fb1 .uk-navbar-nav > li > a,
#aefcca0912a1fb1 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#aefcca0912a1fb1 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#aefcca0912a1fb1 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#aefcca0912a1fb1 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#aefcca0912a1fb1 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #fafafa;
  color: #eee;
}
#aefcca0912a1fb1 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#aefcca0912a1fb1 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1364d8;
}
#aefcca0912a1fb1 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#aefcca0912a1fb1 .logo {
  display: inline-block;
}
#aefcca0912a1fb1 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #aefcca0912a1fb1 .ap-header-top {
    padding: 15px 10px;
  }
}
#a37b4a3d47af145 .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#ae1d8a1972ad587 form {
  width: 100%;
  height: 100%;
}
#ae1d8a1972ad587 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#ae1d8a1972ad587 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ae1d8a1972ad587 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ae1d8a1972ad587 .search-box .search-type.show {
  display: block;
}
#ae1d8a1972ad587 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#ae1d8a1972ad587 .search-box .search-type li:hover {
  color: #126e82;
}
#ae1d8a1972ad587 .search-box .search-type li.active {
  color: #126e82;
}
#ae1d8a1972ad587 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #ffffff;
  overflow: hidden;
  border-right-style: solid;
  border-right-color: #cdcdcd;
  border-right-width: 1px;
  border-left-color: #cdcdcd;
  border-bottom-color: #cdcdcd;
  border-top-color: #cdcdcd;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ae1d8a1972ad587 .inner-form .input-field {
  height: 100%;
}
#ae1d8a1972ad587 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #9b9b9b;
}
#ae1d8a1972ad587 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#ae1d8a1972ad587 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#ae1d8a1972ad587 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#ae1d8a1972ad587 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ae1d8a1972ad587 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#ae1d8a1972ad587 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ae1d8a1972ad587 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #9b9b9b;
  margin: 0 15px;
}
#ae1d8a1972ad587 .inner-form .input-field.second-wrap {
  min-width: 80px;
}
#ae1d8a1972ad587 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #1e9eb3;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  overflow: hidden;
  font-size: 15px;
}
#ae1d8a1972ad587 .btn-search:hover {
  background: #126e82;
}
#ae1d8a1972ad587 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a3d85a6d35a98b2 {
  overflow: hidden;
}
#a28beaebf6afde5 a, #a28beaebf6afde5 {
        font-weight: bold;
        font-style: normal;
    font-size: 25px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a5b33a0047ae272 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a5b33a0047ae272 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(208, 2, 27, 1);}#afb8bae947af68a .aba64afb26a1fef {
  overflow: hidden;
}
#afb8bae947af68a .aba64afb26a1fef , #afb8bae947af68a .aba64afb26a1fef > * {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(74, 74, 74, 1);}#afb8bae947af68a .aba64afb26a1fef:hover , #afb8bae947af68a .aba64afb26a1fef *:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(208, 2, 27, 1);}#afb8bae947af68a .ab894a1c12a8fa2  {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}#afb8bae947af68a .a2fb5a3b67a61fa a, #afb8bae947af68a .a2fb5a3b67a61fa span {border-top-width: 1px;border-top-color: rgba(155, 155, 155, 1);border-top-style: solid;border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 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-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;padding-right: 5px;padding-left: 5px;padding-top: 1px;padding-bottom: 1px;
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: center;font-family: inherit;color: rgba(155, 155, 155, 1);}#afb8bae947af68a .a47f9ab151afddd {
  overflow: hidden;
}
#afb8bae947af68a .a47f9ab151afddd , #afb8bae947af68a .a47f9ab151afddd > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(74, 74, 74, 1);}#afb8bae947af68a .uk-grid {
  margin-left: 0px;
}
#afb8bae947af68a .uk-grid > * {
  padding-left: 0px;
}
#afb8bae947af68a .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#afb8bae947af68a .dynamic-list-item {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ebebeb;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  background-color: #ffffff;
}
#afb8bae947af68a .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #afb8bae947af68a .uk-position-center-left-out {
    left: -30px;
  }
  #afb8bae947af68a .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a4ae9a97e3a1e0c [data-item*=".abstract"], #a4ae9a97e3a1e0c [data-item*=".abstract"] a {show: true;}#a4ae9a97e3a1e0c [data-item*=".subTitle"], #a4ae9a97e3a1e0c [data-item*=".subTitle"] a {show: true;}#a4ae9a97e3a1e0c [data-item*=".category"], #a4ae9a97e3a1e0c [data-item*=".category"] a {show: true;}#a4ae9a97e3a1e0c [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a4ae9a97e3a1e0c [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(208, 2, 27, 1);}#aefcca0912a1fb1 .uk-navbar-item,
#aefcca0912a1fb1 .uk-navbar-nav > li > a,
#aefcca0912a1fb1 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#aefcca0912a1fb1 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#aefcca0912a1fb1 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#aefcca0912a1fb1 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#aefcca0912a1fb1 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #fafafa;
  color: #eee;
}
#aefcca0912a1fb1 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#aefcca0912a1fb1 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1364d8;
}
#aefcca0912a1fb1 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#aefcca0912a1fb1 .logo {
  display: inline-block;
}
#aefcca0912a1fb1 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #aefcca0912a1fb1 .ap-header-top {
    padding: 15px 10px;
  }
}
#a4cccaa236acf8f {
  min-height: 300px;
}
#a37b4a3d47af145 .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#aacada5877a25db > .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;}#ab00daca72ac63a {
  overflow: hidden;
}
#ab00daca72ac63a , #ab00daca72ac63a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 34px;text-align: center;font-family: NotoSansSC-Bold;color: rgba(0, 0, 0, 1);letter-spacing: 1px;}#a6343af304a95f0  {
        font-weight: normal;
        font-style: normal;
    text-align: center;font-family: inherit;}#a45efac680ad428 .inner-detail {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-Regular;
  color: #000000;
  line-height: 30px;
}
#a266da8882a0723 , #a266da8882a0723 .param-tag {
        font-weight: bold;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(74, 74, 74, 1);}#a4cccaa236acf8f [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#ac982a4f18a07ab .uk-navbar-item,
#ac982a4f18a07ab .uk-navbar-nav > li > a,
#ac982a4f18a07ab .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#ac982a4f18a07ab .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ac982a4f18a07ab .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#ac982a4f18a07ab [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ac982a4f18a07ab .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #fafafa;
  color: #eee;
}
#ac982a4f18a07ab .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#ac982a4f18a07ab .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1364d8;
}
#ac982a4f18a07ab .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#ac982a4f18a07ab .logo {
  display: inline-block;
}
#ac982a4f18a07ab .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #ac982a4f18a07ab .ap-header-top {
    padding: 15px 10px;
  }
}
#a03e6ad974adb8e .promotion-card {
  position: absolute;
  right: 20px;
  left: 0;
  bottom: 100px;
}
@media (min-width: 960px) {
  #a03e6ad974adb8e .promotion-card {
    width: 70%;
    left: auto;
  }
}
#a03e6ad974adb8e .promotion-card * {
  margin: 0;
}
#a03e6ad974adb8e .promotion-card .promotion-card-icon {
  width: 80px;
  background-color: #1364d8;
  color: #fff;
  font-size: 30px;
  position: relative;
}
#a03e6ad974adb8e .promotion-card .promotion-card-icon::before {
  content: ' ';
  position: absolute;
  right: -16px;
  top: 30%;
  border: 8px solid transparent;
  border-left-color: #1364d8;
}
#a03e6ad974adb8e .promotion-card .promotion-card-detail {
  padding: 30px 20px;
  color: #fff;
  font-weight: bold;
  background: #07234b;
  background: linear-gradient(to right, #07234b 55%, #1364d8 95%) !important;
}
#a37b4a3d47af145 .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#a03e6ad974adb8e [data-item="buttons[0]"] {font-size: 16px;justify-content: center;border-style: solid;padding-left: 20px;padding-right: 20px;border-radius: 2px;font-weight: 500;font-family: Verdana;background-color: #1364d8;}#a03e6ad974adb8e [data-item="buttons[0]"]:hover {color: #ffffff;background-color: #1364d8;}#a03e6ad974adb8e [data-item="undefined"] {flex-grow: 0;}#a7c47a3d4ba50d5 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a554ea0b93adb2b > .ele-wrap {background-color: rgba(74, 74, 74, 1);background-image: url(/resources/upload/ad1cfa3e21a0b3d/1755053994396.jpeg);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af1f5ace79a3113 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.3),
                rgba(255, 255, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af1f5ace79a3113  > .ele-wrap:hover {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.7),
                rgba(255, 255, 255, 0));
            color: #ffffff;border-bottom-width: 0px;border-bottom-style: none;}#af1f5ace79a3113:hover * {color: #ffffff  !important}
                            #af1f5ace79a3113:hover .line{border-color: #ffffff  !important}#aad88a3517a96d9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(255, 255, 255, 0);}#aad88a3517a96d9 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(208, 2, 27, 1);}#a04f9a10bca45fc > .ele-wrap {background-color: rgba(74, 74, 74, 1);background-image: url(/resources/upload/ad1cfa3e21a0b3d/1755139678969.png);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9e27aa40da0129 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.3),
                rgba(255, 255, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9e27aa40da0129  > .ele-wrap:hover {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.7),
                rgba(255, 255, 255, 0));
            color: #ffffff;border-bottom-width: 0px;border-bottom-style: none;}#a9e27aa40da0129:hover * {color: #ffffff  !important}
                            #a9e27aa40da0129:hover .line{border-color: #ffffff  !important}#a2e10a1c2fa858b a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(255, 255, 255, 0);}#a2e10a1c2fa858b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(208, 2, 27, 1);}#a1efea0373ae7a0 > .ele-wrap {background-color: rgba(74, 74, 74, 1);background-image: url(/resources/upload/ad1cfa3e21a0b3d/1734061567002.jpeg);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af4e7ac98fa9797 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.3),
                rgba(255, 255, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af4e7ac98fa9797  > .ele-wrap:hover {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.7),
                rgba(255, 255, 255, 0));
            color: #ffffff;border-bottom-width: 0px;border-bottom-style: none;}#af4e7ac98fa9797:hover * {color: #ffffff  !important}
                            #af4e7ac98fa9797:hover .line{border-color: #ffffff  !important}#aaaeaa5cd1a366e a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(255, 255, 255, 0);}#aaaeaa5cd1a366e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(208, 2, 27, 1);}#a271fa48e5aedf8 > .ele-wrap {background-color: rgba(74, 74, 74, 1);background-image: url(/resources/upload/ad1cfa3e21a0b3d/1744262022080.webp);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4865a8b00abc5d > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.3),
                rgba(255, 255, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4865a8b00abc5d  > .ele-wrap:hover {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.7),
                rgba(255, 255, 255, 0));
            color: #ffffff;border-bottom-width: 0px;border-bottom-style: none;}#a4865a8b00abc5d:hover * {color: #ffffff  !important}
                            #a4865a8b00abc5d:hover .line{border-color: #ffffff  !important}#a211fac01aabb05 > .ele-wrap {background-color: rgba(74, 74, 74, 1);background-image: url(/resources/upload/ad1cfa3e21a0b3d/1734059438939.jpeg);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a10a9a531aaf31e > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.3),
                rgba(255, 255, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a10a9a531aaf31e  > .ele-wrap:hover {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.7),
                rgba(255, 255, 255, 0));
            color: #ffffff;border-bottom-width: 0px;border-bottom-style: none;}#a10a9a531aaf31e:hover * {color: #ffffff  !important}
                            #a10a9a531aaf31e:hover .line{border-color: #ffffff  !important}#a39cbad6bea5ac4 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(255, 255, 255, 0);}#a39cbad6bea5ac4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(208, 2, 27, 1);}#ae485acc99adbf5 > .ele-wrap {background-color: rgba(74, 74, 74, 1);background-image: url(/resources/upload/ad1cfa3e21a0b3d/1739860253888.jpeg);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5e3eaceb1ab63c > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.3),
                rgba(255, 255, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5e3eaceb1ab63c  > .ele-wrap:hover {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.7),
                rgba(255, 255, 255, 0));
            color: #ffffff;border-bottom-width: 0px;border-bottom-style: none;}#a5e3eaceb1ab63c:hover * {color: #ffffff  !important}
                            #a5e3eaceb1ab63c:hover .line{border-color: #ffffff  !important}#af9faab4b1a24c0 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(255, 255, 255, 0);}#af9faab4b1a24c0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(208, 2, 27, 1);}#addffaeb9ea4fe9 > .ele-wrap {background-color: rgba(74, 74, 74, 1);background-image: url(/resources/upload/ad1cfa3e21a0b3d/1739859827408.jpeg);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a74a7ac63fa8978 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.3),
                rgba(255, 255, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a74a7ac63fa8978  > .ele-wrap:hover {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.7),
                rgba(255, 255, 255, 0));
            color: #ffffff;border-bottom-width: 0px;border-bottom-style: none;}#a74a7ac63fa8978:hover * {color: #ffffff  !important}
                            #a74a7ac63fa8978:hover .line{border-color: #ffffff  !important}#ade45a9521a1667 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(255, 255, 255, 0);}#ade45a9521a1667 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(208, 2, 27, 1);}#af4baa6d61a6624  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a44bcae221a8dc1  {flex-grow: 1;}#a651aa2205a9400  {flex: 1;}#a52dba5c60ae219  {flex-grow: 1;}#a8604a2c87a547a > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa20baa274a9003 .ap-category-filter ul li.active {
  border-color: #1364d8;
  color: #1364d8;
}
#aa20baa274a9003 .uk-grid {
  margin-left: -10px;
}
#aa20baa274a9003 .uk-grid > * {
  padding-left: 10px;
}
#aa20baa274a9003 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#aa20baa274a9003 .uk-card {
  background-color: #2265ff;
  transition: all .3s ease;
  background-color: #fafafa;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#aa20baa274a9003 .uk-card-media-top {
  overflow: hidden;
}
#aa20baa274a9003 .uk-card-media-top .img {
  transition: all .3s ease;
}
#aa20baa274a9003 .info {
  flex: 1;
  overflow: hidden;
  min-width: 1px;
  width: 0;
}
#aa20baa274a9003 .datetime {
  padding: 4px;
  margin-right: 6px;
  flex-shrink: 0;
  font-size: 12px;
  color: #4a4a4a;
  font-family: Arial;
}
#aa20baa274a9003 .datetime b {
  font-size: 24px;
  font-weight: bolder;
  display: block;
}
#aa20baa274a9003 .uk-card-body {
  padding: 15px 10px 8px;
}
#aa20baa274a9003 hr {
  border-top-color: #e7e7e7;
  margin: 0 0 10px;
}
#aa20baa274a9003 .uk-button {
  border: 1px solid #ececec;
}
#aa20baa274a9003 .uk-card .article-category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #9b9b9b;
}
#aa20baa274a9003 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #4a4a4a;
}
#aa20baa274a9003 .uk-card .abstract {
  margin: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #646464;
  line-height: 21px;
}
#aa20baa274a9003 .uk-card:hover {
  background-color: #f0f0f0;
}
#aa20baa274a9003 .uk-card:hover .title {
  color: #000000;
}
#aa20baa274a9003 .uk-card:hover hr {
  border-top-color: #ffffff;
}
#aa20baa274a9003 .uk-card:hover .img {
  transform: scale(1.2);
}
#aa20baa274a9003 .uk-card:hover .abstract {
  color: #4a4a4a;
}
#aa20baa274a9003 .uk-card:hover .datetime {
  color: #4a4a4a;
}
#aa20baa274a9003 .uk-card:hover .category {
  color: #d3b267;
}
#aa20baa274a9003 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#ae49eacbc5ae04c .ele-wrap {border-color: rgba(248, 158, 35, 0);color: #ffffff;border-width: 0px;border-style: none;font-size: 12px;background-color: #1364d8;border-radius: 3px;justify-content: center;padding-left: 5px;padding-right: 5px;}#ae49eacbc5ae04c .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;background-color: #1364d8;}#a5dfea47b3a173c > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5dfea47b3a173c  > .ele-wrap:hover {background-color: rgba(240, 240, 240, 1);}#a8169a5be6a58f1 {
  overflow: hidden;
}
#a8169a5be6a58f1 .img-wrap {
  transition: all 0.3s ease-in;
}
#a8169a5be6a58f1 .img-wrap:hover {
  transform: scale(1.1);
}
#ac3fba77cfab08d .ele-wrap {border-color: rgba(248, 158, 35, 0);color: #ffffff;border-width: 0px;border-style: none;font-size: 12px;background-color: #1364d8;border-radius: 3px;justify-content: center;padding-left: 5px;padding-right: 5px;}#ac3fba77cfab08d .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;background-color: rgba(18, 110, 130, 0.8);}#abc2eac95da025c  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ad194add1eaee90 > .ele-wrap {background-color: rgba(250, 250, 250, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-right-radius: 2px;border-top-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ad194add1eaee90  > .ele-wrap:hover {border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a1d0fac446a091a .ele-wrap {border-color: rgba(248, 158, 35, 0);color: #ffffff;border-width: 0px;border-style: none;font-size: 12px;background-color: #1364d8;border-radius: 3px;justify-content: center;padding-left: 5px;padding-right: 5px;}#a1d0fac446a091a .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;background-color: #1364d8;}#a3666afe87a0ec4 .ab603a5af3a4a35 {
  overflow: hidden;
}
#a3666afe87a0ec4 .ab603a5af3a4a35 , #a3666afe87a0ec4 .ab603a5af3a4a35 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3666afe87a0ec4 .ab603a5af3a4a35:hover , #a3666afe87a0ec4 .ab603a5af3a4a35 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3666afe87a0ec4 .ae0b5a9cbeadb1b  {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: Verdana;color: rgba(146, 143, 143, 1);}#a3666afe87a0ec4 .a16c2a7e41a0382 a, #a3666afe87a0ec4 .a16c2a7e41a0382 {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: Verdana;color: rgba(155, 155, 155, 1);}#a3666afe87a0ec4 .a16c2a7e41a0382 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3666afe87a0ec4 .uk-grid {
  margin-left: 0px;
}
#a3666afe87a0ec4 .uk-grid > * {
  padding-left: 0px;
}
#a3666afe87a0ec4 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a3666afe87a0ec4 .dynamic-list-item {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #f0f0f0;
}
#a3666afe87a0ec4 .dynamic-list-item:hover {
  background-color: #f0f0f0;
}
/* mobile */
@media (max-width: 640px) {
  #a3666afe87a0ec4 .uk-position-center-left-out {
    left: -30px;
  }
  #a3666afe87a0ec4 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a7ac0ab0a6a3caf  {flex-grow: 1;}#abe0ca917aafeac  {flex: 1;}#a2e1ea9027abd13  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-right: 15px;margin-top: 40px;margin-bottom: 40px;}#a2f29a884eac0c7 .ele-wrap {border-color: rgba(74, 74, 74, 1);color: #4a4a4a;border-width: 1px;border-style: solid;font-size: 14px;background-color: transparent;border-radius: 1px;justify-content: center;font-family: Verdana;font-weight: 500;}#a2f29a884eac0c7 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #000000;background-color: #fafafa;border-color: rgba(18, 110, 130, 1);}#a2bbda1987afc23  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-left: 15px;margin-top: 40px;margin-bottom: 40px;}#a54fea02d9a2f19 .ele-wrap {border-color: rgba(74, 74, 74, 1);color: #4a4a4a;border-width: 1px;border-style: solid;font-size: 14px;background-color: transparent;border-radius: 1px;justify-content: center;font-family: Verdana;font-weight: 500;}#a54fea02d9a2f19 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #000000;background-color: #fafafa;border-color: rgba(18, 110, 130, 1);}#abad2a62d7a713f .uk-navbar-item,
#abad2a62d7a713f .uk-navbar-nav > li > a,
#abad2a62d7a713f .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#abad2a62d7a713f .ap-search-form {
  display: inline-block;
  width: 100%;
}
#abad2a62d7a713f .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#abad2a62d7a713f [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#abad2a62d7a713f .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #fafafa;
  color: #eee;
}
#abad2a62d7a713f .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#abad2a62d7a713f .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1364d8;
}
#abad2a62d7a713f .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#abad2a62d7a713f .logo {
  display: inline-block;
}
#abad2a62d7a713f .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #abad2a62d7a713f .ap-header-top {
    padding: 15px 10px;
  }
}
#a2456a1817af15d .round-icon {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  margin: -5rem 0 1.25rem 0;
  background: #1364d8;
  font-size: 28px;
}
#a2456a1817af15d .round-icon img,
#a2456a1817af15d .round-icon i {
  font-size: 2rem;
  display: inline-block;
  color: #fff;
}
#af84ba1dfaa8f59 .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#a8f00a893caec17 {
  border-radius: 5px;
  overflow: hidden;
}
#a8f00a893caec17 .ele-slideshow .uk-dotnav li a {
  background: #ffffff;
}
#a8f00a893caec17 .ele-slideshow .uk-dotnav > .uk-active a {
  background: #01755f;
}
#a8f00a893caec17 .ele-slideshow .uk-slidenav {
  background-color: rgba(65, 117, 5, 0);
}
#a8f00a893caec17 .ele-slideshow .uk-slidenav {
  color: #f5a623;
}
#a8f00a893caec17 .ele-slideshow .uk-slidenav:hover {
  background-color: rgba(255, 255, 255, 0);
}
#a9274aedb5a04b7 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad2dea5d45a02da > .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);}#a2f88ad521a3dfa > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a03d5a41ceaeb6f > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 1px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);}#af52fa5767af918 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ace24a4c8ba7e8d > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 1px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);}#a16afac14baa0ef > .ele-wrap {border-left-width: -1px;border-bottom-width: -1px;border-right-width: -1px;border-top-width: -1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a51d7a93e3a328c > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-left-color: rgba(235, 235, 235, 1);}#ad3ddab49aa9173  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a4454a1782a2f63  {flex-grow: 1;}#ad4f3adb48a184a  {flex: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 0px;padding-bottom: 50px;padding-top: 50px;}#a20f1a3baea85de  {flex-grow: 1;}#a43d5a8e61a3b77 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acff3affa1a3797  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 50px;}#aa0faab00caa873 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a104dad054a1656  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-left: 50px;}#a96faa5d24a7305 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa099af399a9129  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#ab808a30c2a20aa  {flex-grow: 1;}#acc82a5934a5d29  {flex: 1;}#a0a87abf29a1a84  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 20px;}#a7858af573a17ef  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;}#aadf9aded5a4c1a  {flex-grow: 1;}#a92f2a8cd0ae45a  {flex: 1;}#a0d81aa194aee8c  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;}#af982a5a85abc2c .ele-wrap {color: #ffffff;border-width: 0px;border-style: solid;font-size: 15px;background-color: #1364d8;border-radius: 3px;justify-content: center;font-family: Verdana;}#af982a5a85abc2c .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(1, 117, 95, 0.8);}#a941ea6f1ca2499  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 40px;}#ac5e6a5cb6acf38  {flex: 1;}#a8b36ad362ad5e1 .uk-grid {
  margin-left: -10px;
}
#a8b36ad362ad5e1 .uk-grid > * {
  padding-left: 10px;
}
#a8b36ad362ad5e1 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a8b36ad362ad5e1 .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#a8b36ad362ad5e1 .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #a8b36ad362ad5e1 .uk-position-center-left-out {
    left: -30px;
  }
  #a8b36ad362ad5e1 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ab0b1a1403a46df  {flex: 1;}#a0383ad4baadeb4 .uk-grid {
  margin-left: -10px;
}
#a0383ad4baadeb4 .uk-grid > * {
  padding-left: 10px;
}
#a0383ad4baadeb4 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a0383ad4baadeb4 .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#a0383ad4baadeb4 .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #a0383ad4baadeb4 .uk-position-center-left-out {
    left: -30px;
  }
  #a0383ad4baadeb4 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aaa2aa3758aee83 {
  overflow: hidden;
  pointer-events: none;
}
#aaa2aa3758aee83 > .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;
}
#aaa2aa3758aee83 > .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;
}
#aaa2aa3758aee83 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aaa2aa3758aee83 > .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;
}
#aaa2aa3758aee83 > .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;
}
#aaa2aa3758aee83 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aaa2aa3758aee83 > .tab-wrap > div > .tab-nav,
#aaa2aa3758aee83 > .tab-nav,
#aaa2aa3758aee83 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aaa2aa3758aee83 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaa2aa3758aee83 > .tab-wrap > div > .tab-nav-horizontal,
#aaa2aa3758aee83 > .tab-nav-horizontal,
#aaa2aa3758aee83 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aaa2aa3758aee83 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aaa2aa3758aee83 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aaa2aa3758aee83 > .tab-nav-horizontal::-webkit-scrollbar,
#aaa2aa3758aee83 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aaa2aa3758aee83 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aaa2aa3758aee83 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aaa2aa3758aee83 > .tab-nav-horizontal.tagScroll,
#aaa2aa3758aee83 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aaa2aa3758aee83 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 10px;
  overflow-x: auto;
}
#aaa2aa3758aee83 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aaa2aa3758aee83 > .tab-nav-horizontal.tagScroll li a,
#aaa2aa3758aee83 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aaa2aa3758aee83 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aaa2aa3758aee83 > .tab-wrap > div > .tab-nav a,
#aaa2aa3758aee83 > .tab-nav a,
#aaa2aa3758aee83 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aaa2aa3758aee83 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#aaa2aa3758aee83 > .tab-wrap > div > .tab-nav li a,
#aaa2aa3758aee83 > .tab-nav li a,
#aaa2aa3758aee83 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aaa2aa3758aee83 > .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: 12px;
  font-family: inherit;
  color: rgba(255, 255, 255, 0);
  border-right-style: none;
}
#aaa2aa3758aee83 > .tab-wrap > div > .tab-nav li a svg,
#aaa2aa3758aee83 > .tab-nav li a svg,
#aaa2aa3758aee83 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aaa2aa3758aee83 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aaa2aa3758aee83 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aaa2aa3758aee83 > .tab-nav li a .ap_icon,
#aaa2aa3758aee83 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aaa2aa3758aee83 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aaa2aa3758aee83 > .tab-wrap > div > .tab-nav li a:hover,
#aaa2aa3758aee83 > .tab-nav li a:hover,
#aaa2aa3758aee83 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aaa2aa3758aee83 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaa2aa3758aee83 > .tab-wrap > div > .tab-nav li.uk-active a,
#aaa2aa3758aee83 > .tab-nav li.uk-active a,
#aaa2aa3758aee83 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aaa2aa3758aee83 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaa2aa3758aee83 .layout-left li,
#aaa2aa3758aee83 .layout-center li,
#aaa2aa3758aee83 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aaa2aa3758aee83 .layout-left li a,
#aaa2aa3758aee83 .layout-center li a,
#aaa2aa3758aee83 .layout-right li a {
  height: 100%;
}
#aaa2aa3758aee83 > .tab-tabs .layout-left {
  text-align: left;
}
#aaa2aa3758aee83 > .tab-tabs .layout-center {
  text-align: center;
}
#aaa2aa3758aee83 > .tab-tabs .layout-right {
  text-align: right;
}
#aaa2aa3758aee83 .tab-contents {
  height: 100%;
  height: calc(100% - 10px);
}
#aaa2aa3758aee83 .tab-content-wrap {
  background-color: transparent;
}
#aaa2aa3758aee83 .tab-contents,
#aaa2aa3758aee83 .tab-contents-wrap {
  pointer-events: none;
}
#aaa2aa3758aee83 .tab-content,
#aaa2aa3758aee83 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aaa2aa3758aee83 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aaa2aa3758aee83 .tab-wrap .tab-contents {
  height: 100%;
}
#aaa2aa3758aee83 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aaa2aa3758aee83 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aaa2aa3758aee83 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1db7a43c2a594d .uk-navbar-item,
#a1db7a43c2a594d .uk-navbar-nav > li > a,
#a1db7a43c2a594d .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a1db7a43c2a594d .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a1db7a43c2a594d .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a1db7a43c2a594d [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a1db7a43c2a594d .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #fafafa;
  color: #eee;
}
#a1db7a43c2a594d .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a1db7a43c2a594d .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1364d8;
}
#a1db7a43c2a594d .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a1db7a43c2a594d .logo {
  display: inline-block;
}
#a1db7a43c2a594d .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a1db7a43c2a594d .ap-header-top {
    padding: 15px 10px;
  }
}
#aeaacafbb6af938 .icon-round {
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  position: absolute;
  left: -3rem;
  top: .5rem;
  text-align: center;
  line-height: 4rem;
  background: #1364d8;
  color: #fff;
}
#aeaacafbb6af938 .icon-round i,
#aeaacafbb6af938 .icon-round img {
  width: 2rem;
  height: 2rem;
  font-size: 1.5rem;
  line-height: 4rem;
}
#a4a15a0510a1f43 .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#a2e58a1440a9c5b  {flex: 1;}#a3353af2cca4a77  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 30px;margin-bottom: 70px;}#a8e33a6f67aa84f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4eaca59bba7384 .ele-wrap {border-color: rgba(1, 117, 95, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 16px;background-color: #1364d8;border-radius: 3px;justify-content: center;}#a4eaca59bba7384 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;border-color: rgba(17, 138, 158, 1);background-color: rgba(9, 107, 123, 1);}#ad751afa3eadb37  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-top: 30px;margin-bottom: 70px;}#a19bbad123a59b2 {
  border-radius: 5px;
  overflow: hidden;
}
#a19bbad123a59b2 .ele-slideshow .uk-dotnav li a {
  background: #ffffff;
}
#a19bbad123a59b2 .ele-slideshow .uk-dotnav > .uk-active a {
  background: #01755f;
}
#a19bbad123a59b2 .ele-slideshow .uk-slidenav {
  background-color: rgba(65, 117, 5, 0);
}
#a19bbad123a59b2 .ele-slideshow .uk-slidenav {
  color: #f5a623;
}
#a19bbad123a59b2 .ele-slideshow .uk-slidenav:hover {
  background-color: rgba(255, 255, 255, 0);
}
#af9cfae19face12 > .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);}#a5be5a968fa3112 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af508aa961a322f > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 1px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);}#a922ca2cf2a3a4e > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aca6da3b6fa491b > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 1px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);}#a8540a23f3ad671 > .ele-wrap {border-left-width: -1px;border-bottom-width: -1px;border-right-width: -1px;border-top-width: -1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8ad9a238ba12e4 > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-left-color: rgba(235, 235, 235, 1);}#af367ac100ad23f  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#aba2aa2916a7ccf  {flex-grow: 1;}#a8a39af1cca4202  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#af4dca92edaf3ef  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 50px;padding-bottom: 0px;}#a090ba2763a7c8c  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 20px;padding-top: 15px;}#a8dabab06cab3eb  {flex-grow: 1;}#a85b5a2681a575a  {flex: 1;}#a3d00ac074ad1ee  {flex-grow: 1;}#ac16ca9f08acb90  {flex: 1;}#aaa6faa1d2ab32c  {flex-grow: 1;}#ae5fead26aad10a  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a4955aa5d1a28a9  {flex-grow: 1;}#af303adc10aca32  {flex: 1;}#a2442a7dd2a035c  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 20px;}#a2879af29aa01ae , #a2879af29aa01ae a{flex-grow: 0;}#a752da4380a425f  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 20px;}#ac546a7ebeac65a , #ac546a7ebeac65a a{flex-grow: 0;}#af860aebdda1b74  {flex-grow: 1;}#a4304aa845a9e1a  {flex: 1;}#af240a6672aac99  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 65px;}#aff5ca8c45aec85  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 65px;}#a639aa1d47ac208  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 50px;}#aed09aea25a8391 .img-wrap {
  flex-grow: 0;
}
#acf78a75abad60c > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/ad1cfa3e21a0b3d/1757559124358.jpeg);background-size: cover;background-position: top center;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab993a4718a3623 .ele-wrap {color: #01755f;border-width: 0px;border-style: solid;font-size: 12px;background-color: transparent;border-radius: 3px;justify-content: flex-start;font-family: Verdana;padding-left: 1px;padding-right: 1px;}#ab993a4718a3623 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #000000;background-color: rgba(255, 255, 255, 0);}#aa954af69fa8805 {
  overflow: hidden;
  pointer-events: none;
}
#aa954af69fa8805 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa954af69fa8805 > .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;
}
#aa954af69fa8805 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa954af69fa8805 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa954af69fa8805 > .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;
}
#aa954af69fa8805 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa954af69fa8805 > .tab-wrap > div > .tab-nav,
#aa954af69fa8805 > .tab-nav,
#aa954af69fa8805 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa954af69fa8805 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#aa954af69fa8805 > .tab-wrap > div > .tab-nav-horizontal,
#aa954af69fa8805 > .tab-nav-horizontal,
#aa954af69fa8805 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa954af69fa8805 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa954af69fa8805 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa954af69fa8805 > .tab-nav-horizontal::-webkit-scrollbar,
#aa954af69fa8805 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa954af69fa8805 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa954af69fa8805 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa954af69fa8805 > .tab-nav-horizontal.tagScroll,
#aa954af69fa8805 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa954af69fa8805 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 20px;
  overflow-x: auto;
}
#aa954af69fa8805 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa954af69fa8805 > .tab-nav-horizontal.tagScroll li a,
#aa954af69fa8805 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa954af69fa8805 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa954af69fa8805 > .tab-wrap > div > .tab-nav a,
#aa954af69fa8805 > .tab-nav a,
#aa954af69fa8805 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa954af69fa8805 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#aa954af69fa8805 > .tab-wrap > div > .tab-nav li a,
#aa954af69fa8805 > .tab-nav li a,
#aa954af69fa8805 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa954af69fa8805 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #1364d8;
  background-color: rgba(35, 143, 202, 0);
  margin-top: 0;
  margin-right: 10px;
  margin-left: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #1364d8;
}
#aa954af69fa8805 > .tab-wrap > div > .tab-nav li a svg,
#aa954af69fa8805 > .tab-nav li a svg,
#aa954af69fa8805 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa954af69fa8805 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa954af69fa8805 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa954af69fa8805 > .tab-nav li a .ap_icon,
#aa954af69fa8805 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa954af69fa8805 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa954af69fa8805 > .tab-wrap > div > .tab-nav li a:hover,
#aa954af69fa8805 > .tab-nav li a:hover,
#aa954af69fa8805 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa954af69fa8805 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff;
  border-bottom-style: solid;
}
#aa954af69fa8805 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa954af69fa8805 > .tab-nav li.uk-active a,
#aa954af69fa8805 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa954af69fa8805 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #ffffff;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
  border-bottom-width: 1px;
}
#aa954af69fa8805 .layout-left li,
#aa954af69fa8805 .layout-center li,
#aa954af69fa8805 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa954af69fa8805 .layout-left li a,
#aa954af69fa8805 .layout-center li a,
#aa954af69fa8805 .layout-right li a {
  height: 100%;
}
#aa954af69fa8805 > .tab-tabs .layout-left {
  text-align: left;
}
#aa954af69fa8805 > .tab-tabs .layout-center {
  text-align: center;
}
#aa954af69fa8805 > .tab-tabs .layout-right {
  text-align: right;
}
#aa954af69fa8805 .tab-contents {
  height: 100%;
  height: calc(100% - 20px);
}
#aa954af69fa8805 .tab-content-wrap {
  background-color: #ffffff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
}
#aa954af69fa8805 .tab-contents,
#aa954af69fa8805 .tab-contents-wrap {
  pointer-events: none;
}
#aa954af69fa8805 .tab-content,
#aa954af69fa8805 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa954af69fa8805 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa954af69fa8805 .tab-wrap .tab-contents {
  height: 100%;
}
#aa954af69fa8805 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa954af69fa8805 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa954af69fa8805 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#af8c7adee3a186b  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a4633aa6b0a07ec  {flex-grow: 1;}#a7a20a627caabd2  {flex: 1;}#acda2a0b9da3b6c  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 20px;}#a7e46a7106aca4b  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;}#a8a0ead1cda7d9f  {flex-grow: 1;}#aa257a4f48ab7ab  {flex: 1;}#aa2e1a9c59ad13b  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;}#a7573afcfea43ab .ele-wrap {color: #ffffff;border-width: 0px;border-style: solid;font-size: 15px;background-color: #1364d8;border-radius: 3px;justify-content: center;font-family: Verdana;}#a7573afcfea43ab .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(1, 117, 95, 0.8);}#aa160ae34faa2cb  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;}#af706a6807afde2 .ele-wrap {color: #ffffff;border-width: 0px;border-style: solid;font-size: 15px;background-color: #1364d8;border-radius: 3px;justify-content: center;font-family: Verdana;}#af706a6807afde2 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(1, 117, 95, 0.8);}#a2c12a8274a0aed  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 40px;}#aeb77aaf55a27ef  {flex: 1;}#ab6c1a9e4aab0fa .a81c9a9d9fac4eb {
  overflow: hidden;
}
#ab6c1a9e4aab0fa .a81c9a9d9fac4eb , #ab6c1a9e4aab0fa .a81c9a9d9fac4eb > * {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#ab6c1a9e4aab0fa .a81c9a9d9fac4eb:hover , #ab6c1a9e4aab0fa .a81c9a9d9fac4eb *:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ab6c1a9e4aab0fa .aad0baf528a421f {
  overflow: hidden;
}
#ab6c1a9e4aab0fa .aad0baf528a421f , #ab6c1a9e4aab0fa .aad0baf528a421f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: Verdana;color: rgba(225, 225, 225, 1);}#ab6c1a9e4aab0fa .a1665a098fa48c8 {
  overflow: hidden;
}
#ab6c1a9e4aab0fa .a1665a098fa48c8 , #ab6c1a9e4aab0fa .a1665a098fa48c8 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 13px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#ab6c1a9e4aab0fa .uk-grid {
  margin-left: -10px;
}
#ab6c1a9e4aab0fa .uk-grid > * {
  padding-left: 10px;
}
#ab6c1a9e4aab0fa .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#ab6c1a9e4aab0fa .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#ab6c1a9e4aab0fa .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #ab6c1a9e4aab0fa .uk-position-center-left-out {
    left: -30px;
  }
  #ab6c1a9e4aab0fa .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa025a7e1dabdc2  {flex: 1;}#af034ac4edac333 .uk-grid {
  margin-left: -10px;
}
#af034ac4edac333 .uk-grid > * {
  padding-left: 10px;
}
#af034ac4edac333 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#af034ac4edac333 .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#af034ac4edac333 .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #af034ac4edac333 .uk-position-center-left-out {
    left: -30px;
  }
  #af034ac4edac333 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#af4ceaa2f0a4ad1 {
  overflow: hidden;
  pointer-events: none;
}
#af4ceaa2f0a4ad1 > .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;
}
#af4ceaa2f0a4ad1 > .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;
}
#af4ceaa2f0a4ad1 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#af4ceaa2f0a4ad1 > .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;
}
#af4ceaa2f0a4ad1 > .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;
}
#af4ceaa2f0a4ad1 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#af4ceaa2f0a4ad1 > .tab-wrap > div > .tab-nav,
#af4ceaa2f0a4ad1 > .tab-nav,
#af4ceaa2f0a4ad1 > .tab-tabs > .tab-wrap > div > .tab-nav,
#af4ceaa2f0a4ad1 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af4ceaa2f0a4ad1 > .tab-wrap > div > .tab-nav-horizontal,
#af4ceaa2f0a4ad1 > .tab-nav-horizontal,
#af4ceaa2f0a4ad1 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#af4ceaa2f0a4ad1 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#af4ceaa2f0a4ad1 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#af4ceaa2f0a4ad1 > .tab-nav-horizontal::-webkit-scrollbar,
#af4ceaa2f0a4ad1 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#af4ceaa2f0a4ad1 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#af4ceaa2f0a4ad1 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#af4ceaa2f0a4ad1 > .tab-nav-horizontal.tagScroll,
#af4ceaa2f0a4ad1 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#af4ceaa2f0a4ad1 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 10px;
  overflow-x: auto;
}
#af4ceaa2f0a4ad1 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#af4ceaa2f0a4ad1 > .tab-nav-horizontal.tagScroll li a,
#af4ceaa2f0a4ad1 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#af4ceaa2f0a4ad1 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#af4ceaa2f0a4ad1 > .tab-wrap > div > .tab-nav a,
#af4ceaa2f0a4ad1 > .tab-nav a,
#af4ceaa2f0a4ad1 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#af4ceaa2f0a4ad1 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#af4ceaa2f0a4ad1 > .tab-wrap > div > .tab-nav li a,
#af4ceaa2f0a4ad1 > .tab-nav li a,
#af4ceaa2f0a4ad1 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#af4ceaa2f0a4ad1 > .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: 12px;
  font-family: inherit;
  color: rgba(255, 255, 255, 0);
  border-right-style: none;
}
#af4ceaa2f0a4ad1 > .tab-wrap > div > .tab-nav li a svg,
#af4ceaa2f0a4ad1 > .tab-nav li a svg,
#af4ceaa2f0a4ad1 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#af4ceaa2f0a4ad1 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#af4ceaa2f0a4ad1 > .tab-wrap > div > .tab-nav li a .ap_icon,
#af4ceaa2f0a4ad1 > .tab-nav li a .ap_icon,
#af4ceaa2f0a4ad1 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#af4ceaa2f0a4ad1 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#af4ceaa2f0a4ad1 > .tab-wrap > div > .tab-nav li a:hover,
#af4ceaa2f0a4ad1 > .tab-nav li a:hover,
#af4ceaa2f0a4ad1 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#af4ceaa2f0a4ad1 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af4ceaa2f0a4ad1 > .tab-wrap > div > .tab-nav li.uk-active a,
#af4ceaa2f0a4ad1 > .tab-nav li.uk-active a,
#af4ceaa2f0a4ad1 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#af4ceaa2f0a4ad1 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af4ceaa2f0a4ad1 .layout-left li,
#af4ceaa2f0a4ad1 .layout-center li,
#af4ceaa2f0a4ad1 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#af4ceaa2f0a4ad1 .layout-left li a,
#af4ceaa2f0a4ad1 .layout-center li a,
#af4ceaa2f0a4ad1 .layout-right li a {
  height: 100%;
}
#af4ceaa2f0a4ad1 > .tab-tabs .layout-left {
  text-align: left;
}
#af4ceaa2f0a4ad1 > .tab-tabs .layout-center {
  text-align: center;
}
#af4ceaa2f0a4ad1 > .tab-tabs .layout-right {
  text-align: right;
}
#af4ceaa2f0a4ad1 .tab-contents {
  height: 100%;
  height: calc(100% - 10px);
}
#af4ceaa2f0a4ad1 .tab-content-wrap {
  background-color: transparent;
}
#af4ceaa2f0a4ad1 .tab-contents,
#af4ceaa2f0a4ad1 .tab-contents-wrap {
  pointer-events: none;
}
#af4ceaa2f0a4ad1 .tab-content,
#af4ceaa2f0a4ad1 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#af4ceaa2f0a4ad1 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#af4ceaa2f0a4ad1 .tab-wrap .tab-contents {
  height: 100%;
}
#af4ceaa2f0a4ad1 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#af4ceaa2f0a4ad1 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#af4ceaa2f0a4ad1 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a0ab4aa956a4c43 .uk-navbar-item,
#a0ab4aa956a4c43 .uk-navbar-nav > li > a,
#a0ab4aa956a4c43 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a0ab4aa956a4c43 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a0ab4aa956a4c43 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a0ab4aa956a4c43 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a0ab4aa956a4c43 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #fafafa;
  color: #eee;
}
#a0ab4aa956a4c43 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a0ab4aa956a4c43 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1364d8;
}
#a0ab4aa956a4c43 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a0ab4aa956a4c43 .logo {
  display: inline-block;
}
#a0ab4aa956a4c43 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a0ab4aa956a4c43 .ap-header-top {
    padding: 15px 10px;
  }
}
#a10d4a9d32aff1e .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #1364d8;
  color: #1364d8;
  display: inline-block;
  cursor: pointer;
}
#a10d4a9d32aff1e .filter-nav li.uk-active {
  color: #fff;
  background-color: #1364d8;
}
#a10d4a9d32aff1e .text-style figure {
  background: transparent;
}
#a10d4a9d32aff1e .text-style:hover figure {
  background: #1364d8;
}
#a10d4a9d32aff1e .gallery-item img {
  opacity: 1 !important;
}
#a10d4a9d32aff1e .gallery-item:hover figure img {
  opacity: .6 !important;
}
#a0040a6260a307e .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#a6c11a4c47a64dd  {flex: 1;}#a05edaf19fa9390  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 30px;}#a7cefaf160a444d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afbcbad087a2525 .ele-wrap {border-color: rgba(1, 117, 95, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 16px;background-color: #1364d8;border-radius: 3px;justify-content: center;}#afbcbad087a2525 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;border-color: rgba(17, 138, 158, 1);background-color: rgba(9, 107, 123, 1);}#a38e6a7ca9aa2b5  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 30px;}#a0d4bac5d6a4558 {
  border-radius: 5px;
  overflow: hidden;
}
#a0d4bac5d6a4558 .ele-slideshow .uk-dotnav li a {
  background: #ffffff;
}
#a0d4bac5d6a4558 .ele-slideshow .uk-dotnav > .uk-active a {
  background: #01755f;
}
#a0d4bac5d6a4558 .ele-slideshow .uk-slidenav {
  background-color: rgba(65, 117, 5, 0);
}
#a0d4bac5d6a4558 .ele-slideshow .uk-slidenav {
  color: #f5a623;
}
#a0d4bac5d6a4558 .ele-slideshow .uk-slidenav:hover {
  background-color: rgba(255, 255, 255, 0);
}
#a5407a8b05aecc4 > .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);}#a8a7aa7060aa646 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a04dba1b54a9ffd > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 1px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);}#a1731a78b7a97bf > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af48fa7c36ad2d8 > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 1px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);}#ae61caf40ca5595 > .ele-wrap {border-left-width: -1px;border-bottom-width: -1px;border-right-width: -1px;border-top-width: -1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae91fab390ae2bf > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-left-color: rgba(235, 235, 235, 1);}#a4df2a7668ab5a7  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a584fadaf1aa143  {flex-grow: 1;}#ae838a8c12a44cc  {flex: 1;}#acb0aa01b0acabe  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 20px;}#a7796a03eaa7ce9  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;}#a54eea62baafdfc  {flex-grow: 1;}#ae776ac2f6a1ace  {flex: 1;}#a5a9aa7fc1af293  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;}#a9b11ac09dad115 .ele-wrap {color: #ffffff;border-width: 0px;border-style: solid;font-size: 15px;background-color: #1364d8;border-radius: 3px;justify-content: center;font-family: Verdana;}#a9b11ac09dad115 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(1, 117, 95, 0.8);}#a6a1ca4040ab2b6  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;}#a9d70ac63ea1c32 .ele-wrap {color: #ffffff;border-width: 0px;border-style: solid;font-size: 15px;background-color: #1364d8;border-radius: 3px;justify-content: center;font-family: Verdana;}#a9d70ac63ea1c32 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(1, 117, 95, 0.8);}#a1eeea7680a1efb  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 40px;}#a1bfba10f9a9232  {flex: 1;}#a6b88ae402ab40e .a3ce6a2bccac9fe {
  overflow: hidden;
}
#a6b88ae402ab40e .a3ce6a2bccac9fe , #a6b88ae402ab40e .a3ce6a2bccac9fe > * {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a6b88ae402ab40e .a3ce6a2bccac9fe:hover , #a6b88ae402ab40e .a3ce6a2bccac9fe *:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a6b88ae402ab40e .af4daaf2fda986d {
  overflow: hidden;
}
#a6b88ae402ab40e .af4daaf2fda986d , #a6b88ae402ab40e .af4daaf2fda986d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: Verdana;color: rgba(225, 225, 225, 1);}#a6b88ae402ab40e .a7bc0a02baa55df {
  overflow: hidden;
}
#a6b88ae402ab40e .a7bc0a02baa55df , #a6b88ae402ab40e .a7bc0a02baa55df > * {
        font-weight: bold;
        font-style: normal;
    font-size: 13px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a6b88ae402ab40e .uk-grid {
  margin-left: -10px;
}
#a6b88ae402ab40e .uk-grid > * {
  padding-left: 10px;
}
#a6b88ae402ab40e .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a6b88ae402ab40e .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#a6b88ae402ab40e .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #a6b88ae402ab40e .uk-position-center-left-out {
    left: -30px;
  }
  #a6b88ae402ab40e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a84c9a6f71a6e1b  {flex: 1;}#abd23a1f50a4d98 .uk-grid {
  margin-left: -10px;
}
#abd23a1f50a4d98 .uk-grid > * {
  padding-left: 10px;
}
#abd23a1f50a4d98 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#abd23a1f50a4d98 .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#abd23a1f50a4d98 .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #abd23a1f50a4d98 .uk-position-center-left-out {
    left: -30px;
  }
  #abd23a1f50a4d98 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#af7bbad9fda8cf9 {
  overflow: hidden;
  pointer-events: none;
}
#af7bbad9fda8cf9 > .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;
}
#af7bbad9fda8cf9 > .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;
}
#af7bbad9fda8cf9 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#af7bbad9fda8cf9 > .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;
}
#af7bbad9fda8cf9 > .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;
}
#af7bbad9fda8cf9 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#af7bbad9fda8cf9 > .tab-wrap > div > .tab-nav,
#af7bbad9fda8cf9 > .tab-nav,
#af7bbad9fda8cf9 > .tab-tabs > .tab-wrap > div > .tab-nav,
#af7bbad9fda8cf9 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af7bbad9fda8cf9 > .tab-wrap > div > .tab-nav-horizontal,
#af7bbad9fda8cf9 > .tab-nav-horizontal,
#af7bbad9fda8cf9 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#af7bbad9fda8cf9 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#af7bbad9fda8cf9 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#af7bbad9fda8cf9 > .tab-nav-horizontal::-webkit-scrollbar,
#af7bbad9fda8cf9 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#af7bbad9fda8cf9 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#af7bbad9fda8cf9 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#af7bbad9fda8cf9 > .tab-nav-horizontal.tagScroll,
#af7bbad9fda8cf9 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#af7bbad9fda8cf9 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 10px;
  overflow-x: auto;
}
#af7bbad9fda8cf9 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#af7bbad9fda8cf9 > .tab-nav-horizontal.tagScroll li a,
#af7bbad9fda8cf9 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#af7bbad9fda8cf9 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#af7bbad9fda8cf9 > .tab-wrap > div > .tab-nav a,
#af7bbad9fda8cf9 > .tab-nav a,
#af7bbad9fda8cf9 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#af7bbad9fda8cf9 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#af7bbad9fda8cf9 > .tab-wrap > div > .tab-nav li a,
#af7bbad9fda8cf9 > .tab-nav li a,
#af7bbad9fda8cf9 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#af7bbad9fda8cf9 > .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: 12px;
  font-family: inherit;
  color: rgba(255, 255, 255, 0);
  border-right-style: none;
}
#af7bbad9fda8cf9 > .tab-wrap > div > .tab-nav li a svg,
#af7bbad9fda8cf9 > .tab-nav li a svg,
#af7bbad9fda8cf9 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#af7bbad9fda8cf9 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#af7bbad9fda8cf9 > .tab-wrap > div > .tab-nav li a .ap_icon,
#af7bbad9fda8cf9 > .tab-nav li a .ap_icon,
#af7bbad9fda8cf9 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#af7bbad9fda8cf9 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#af7bbad9fda8cf9 > .tab-wrap > div > .tab-nav li a:hover,
#af7bbad9fda8cf9 > .tab-nav li a:hover,
#af7bbad9fda8cf9 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#af7bbad9fda8cf9 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af7bbad9fda8cf9 > .tab-wrap > div > .tab-nav li.uk-active a,
#af7bbad9fda8cf9 > .tab-nav li.uk-active a,
#af7bbad9fda8cf9 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#af7bbad9fda8cf9 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af7bbad9fda8cf9 .layout-left li,
#af7bbad9fda8cf9 .layout-center li,
#af7bbad9fda8cf9 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#af7bbad9fda8cf9 .layout-left li a,
#af7bbad9fda8cf9 .layout-center li a,
#af7bbad9fda8cf9 .layout-right li a {
  height: 100%;
}
#af7bbad9fda8cf9 > .tab-tabs .layout-left {
  text-align: left;
}
#af7bbad9fda8cf9 > .tab-tabs .layout-center {
  text-align: center;
}
#af7bbad9fda8cf9 > .tab-tabs .layout-right {
  text-align: right;
}
#af7bbad9fda8cf9 .tab-contents {
  height: 100%;
  height: calc(100% - 10px);
}
#af7bbad9fda8cf9 .tab-content-wrap {
  background-color: transparent;
}
#af7bbad9fda8cf9 .tab-contents,
#af7bbad9fda8cf9 .tab-contents-wrap {
  pointer-events: none;
}
#af7bbad9fda8cf9 .tab-content,
#af7bbad9fda8cf9 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#af7bbad9fda8cf9 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#af7bbad9fda8cf9 .tab-wrap .tab-contents {
  height: 100%;
}
#af7bbad9fda8cf9 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#af7bbad9fda8cf9 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#af7bbad9fda8cf9 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aef7ba194ea2722  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a4359acd98a4681  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 10px;}#aa121af99ca62fd > .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;flex-grow: 0;}#aa3a4a5e08a0533 > .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;border-top-right-radius: 80px;border-bottom-right-radius: 80px;box-shadow: 1px 1px 4px 2px rgba(235, 235, 235, 1);}#ac9ecaf574a9c88 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 80px;border-bottom-right-radius: 80px;border-bottom-left-radius: 80px;border-top-left-radius: 80px;border-right-color: rgba(126, 211, 33, 1);border-left-color: rgba(126, 211, 33, 1);border-bottom-color: rgba(126, 211, 33, 1);border-top-color: rgba(126, 211, 33, 1);}#a44e8a9e7daa19a > .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;border-top-right-radius: 0px;border-bottom-right-radius: 0px;border-bottom-left-radius: 80px;border-top-left-radius: 80px;box-shadow: 1px 1px 4px 2px rgba(235, 235, 235, 1);}#ab8f8a7108a83cf > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 80px;border-bottom-right-radius: 80px;border-bottom-left-radius: 80px;border-top-left-radius: 80px;border-right-color: rgba(187, 105, 105, 1);border-left-color: rgba(187, 105, 105, 1);border-bottom-color: rgba(187, 105, 105, 1);border-top-color: rgba(187, 105, 105, 1);}#adc1fa086facd65 > .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;border-top-right-radius: 0px;border-bottom-right-radius: 0px;border-bottom-left-radius: 80px;border-top-left-radius: 80px;box-shadow: 1px 1px 4px 2px rgba(235, 235, 235, 1);}#a2c72a6d20a2121 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 80px;border-bottom-right-radius: 80px;border-bottom-left-radius: 80px;border-top-left-radius: 80px;border-right-color: rgba(80, 86, 254, 1);border-left-color: rgba(80, 86, 254, 1);border-bottom-color: rgba(80, 86, 254, 1);border-top-color: rgba(80, 86, 254, 1);}#a0b25a168eae6a2 > .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;border-top-right-radius: 0px;border-bottom-right-radius: 0px;border-bottom-left-radius: 80px;border-top-left-radius: 80px;box-shadow: 1px 1px 4px 2px rgba(235, 235, 235, 1);}#a047aa8545ac861 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 80px;border-bottom-right-radius: 80px;border-bottom-left-radius: 80px;border-top-left-radius: 80px;border-right-color: rgba(80, 227, 194, 1);border-left-color: rgba(80, 227, 194, 1);border-bottom-color: rgba(80, 227, 194, 1);border-top-color: rgba(80, 227, 194, 1);}#ab087a1440a7838 > .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;border-top-right-radius: 80px;border-bottom-right-radius: 80px;box-shadow: 1px 1px 4px 2px rgba(235, 235, 235, 1);}#a4756aab72acd15 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 80px;border-bottom-right-radius: 80px;border-bottom-left-radius: 80px;border-top-left-radius: 80px;border-right-color: rgba(74, 144, 226, 1);border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 1);border-top-color: rgba(74, 144, 226, 1);}#a4d71a0e96a4211 > .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;border-top-right-radius: 80px;border-bottom-right-radius: 80px;box-shadow: 1px 1px 4px 2px rgba(235, 235, 235, 1);}#af0b3a3798a23d9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 80px;border-bottom-right-radius: 80px;border-bottom-left-radius: 80px;border-top-left-radius: 80px;border-right-color: rgba(248, 231, 28, 1);border-left-color: rgba(248, 231, 28, 1);border-bottom-color: rgba(248, 231, 28, 1);border-top-color: rgba(248, 231, 28, 1);}#ac982a4f18a07ab .uk-navbar-item,
#ac982a4f18a07ab .uk-navbar-nav > li > a,
#ac982a4f18a07ab .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#ac982a4f18a07ab .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ac982a4f18a07ab .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#ac982a4f18a07ab [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ac982a4f18a07ab .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #fafafa;
  color: #eee;
}
#ac982a4f18a07ab .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#ac982a4f18a07ab .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1364d8;
}
#ac982a4f18a07ab .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#ac982a4f18a07ab .logo {
  display: inline-block;
}
#ac982a4f18a07ab .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #ac982a4f18a07ab .ap-header-top {
    padding: 15px 10px;
  }
}
#aa825ae915aa63b .uk-card {
  overflow: hidden;
  height: 400px;
}
#aa825ae915aa63b .uk-link-reset {
  cursor: default;
}
#aa825ae915aa63b .uk-card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#aa825ae915aa63b .uk-card .abstract {
  position: relative;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  margin-top: 10px;
  color: #fff;
  font-size: 16px;
  padding: 0 15px;
}
#aa825ae915aa63b .uk-card .item-logo {
  position: relative;
  margin-top: 120px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#aa825ae915aa63b .uk-card .item-logo .ap-icon {
  width: 55px;
  height: 55px;
  color: #fff;
  font-size: 45px;
}
#aa825ae915aa63b .uk-card .title {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 20px 0;
  position: relative;
}
#aa825ae915aa63b .uk-card .title::before {
  content: "";
  position: relative;
  display: block;
  width: 20px;
  border-bottom: 2px solid #fff;
  margin: 0 auto 20px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#aa825ae915aa63b .uk-card .uk-h5,
#aa825ae915aa63b .uk-card .ap-icon {
  color: #666666;
}
#aa825ae915aa63b .uk-card:hover::before {
  background: rgba(19, 100, 216, 0.9);
}
#aa825ae915aa63b .uk-card:hover .item-logo {
  margin-top: 80px;
}
#aa825ae915aa63b .uk-card:hover .title::before {
  opacity: 0;
  margin-bottom: 0;
}
#aa825ae915aa63b .uk-card:hover .abstract {
  display: block;
  opacity: 1;
  margin-top: 0;
}
#a37b4a3d47af145 .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#a4592ac4cda6845 .uk-navbar-item,
#a4592ac4cda6845 .uk-navbar-nav > li > a,
#a4592ac4cda6845 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a4592ac4cda6845 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a4592ac4cda6845 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a4592ac4cda6845 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a4592ac4cda6845 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #fafafa;
  color: #eee;
}
#a4592ac4cda6845 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a4592ac4cda6845 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1364d8;
}
#a4592ac4cda6845 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a4592ac4cda6845 .logo {
  display: inline-block;
}
#a4592ac4cda6845 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a4592ac4cda6845 .ap-header-top {
    padding: 15px 10px;
  }
}
#aae39a0257ae976 .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#a7dccacd36ad578  {flex: 1;}#a69f4ab821a50d1  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 30px;}#a4b99a39a0aa354 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a01c1a8d39a14dc .ele-wrap {border-color: rgba(1, 117, 95, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 16px;background-color: #1364d8;border-radius: 3px;justify-content: center;}#a01c1a8d39a14dc .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;border-color: rgba(17, 138, 158, 1);background-color: rgba(9, 107, 123, 1);}#ab643a38eea4893  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 30px;}#aed10ab00cab997 {
  border-radius: 5px;
  overflow: hidden;
}
#aed10ab00cab997 .ele-slideshow .uk-dotnav li a {
  background: #ffffff;
}
#aed10ab00cab997 .ele-slideshow .uk-dotnav > .uk-active a {
  background: #01755f;
}
#aed10ab00cab997 .ele-slideshow .uk-slidenav {
  background-color: rgba(65, 117, 5, 0);
}
#aed10ab00cab997 .ele-slideshow .uk-slidenav {
  color: #f5a623;
}
#aed10ab00cab997 .ele-slideshow .uk-slidenav:hover {
  background-color: rgba(255, 255, 255, 0);
}
#a496ba69f3a23d4 > .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);}#ab5dca1561a4316 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a79a0a700baaf63 > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 1px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);}#a8defa135faf3f6 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1d77a4b40aeb56 > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 1px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);}#a9112a034ba5cfb > .ele-wrap {border-left-width: -1px;border-bottom-width: -1px;border-right-width: -1px;border-top-width: -1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a82d4aa688ab23a > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-left-color: rgba(235, 235, 235, 1);}#aa5f7abf91a771a > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/ad1cfa3e21a0b3d/1758611485008.jpeg);background-size: cover;background-position: center left;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac7f7af3f0a923c .ele-wrap {color: #01755f;border-width: 0px;border-style: solid;font-size: 12px;background-color: transparent;border-radius: 3px;justify-content: flex-start;font-family: Verdana;padding-left: 1px;padding-right: 1px;}#ac7f7af3f0a923c .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #000000;background-color: rgba(255, 255, 255, 0);}#a7f24a0be6ae1bb {
  overflow: hidden;
  pointer-events: none;
}
#a7f24a0be6ae1bb > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a7f24a0be6ae1bb > .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;
}
#a7f24a0be6ae1bb > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a7f24a0be6ae1bb > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a7f24a0be6ae1bb > .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;
}
#a7f24a0be6ae1bb > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a7f24a0be6ae1bb > .tab-wrap > div > .tab-nav,
#a7f24a0be6ae1bb > .tab-nav,
#a7f24a0be6ae1bb > .tab-tabs > .tab-wrap > div > .tab-nav,
#a7f24a0be6ae1bb > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a7f24a0be6ae1bb > .tab-wrap > div > .tab-nav-horizontal,
#a7f24a0be6ae1bb > .tab-nav-horizontal,
#a7f24a0be6ae1bb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a7f24a0be6ae1bb > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a7f24a0be6ae1bb > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a7f24a0be6ae1bb > .tab-nav-horizontal::-webkit-scrollbar,
#a7f24a0be6ae1bb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a7f24a0be6ae1bb > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a7f24a0be6ae1bb > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a7f24a0be6ae1bb > .tab-nav-horizontal.tagScroll,
#a7f24a0be6ae1bb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a7f24a0be6ae1bb > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 20px;
  overflow-x: auto;
}
#a7f24a0be6ae1bb > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a7f24a0be6ae1bb > .tab-nav-horizontal.tagScroll li a,
#a7f24a0be6ae1bb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a7f24a0be6ae1bb > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a7f24a0be6ae1bb > .tab-wrap > div > .tab-nav a,
#a7f24a0be6ae1bb > .tab-nav a,
#a7f24a0be6ae1bb > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a7f24a0be6ae1bb > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a7f24a0be6ae1bb > .tab-wrap > div > .tab-nav li a,
#a7f24a0be6ae1bb > .tab-nav li a,
#a7f24a0be6ae1bb > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a7f24a0be6ae1bb > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #1364d8;
  background-color: rgba(35, 143, 202, 0);
  margin-top: 0;
  margin-right: 10px;
  margin-left: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff;
}
#a7f24a0be6ae1bb > .tab-wrap > div > .tab-nav li a svg,
#a7f24a0be6ae1bb > .tab-nav li a svg,
#a7f24a0be6ae1bb > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a7f24a0be6ae1bb > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a7f24a0be6ae1bb > .tab-wrap > div > .tab-nav li a .ap_icon,
#a7f24a0be6ae1bb > .tab-nav li a .ap_icon,
#a7f24a0be6ae1bb > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a7f24a0be6ae1bb > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a7f24a0be6ae1bb > .tab-wrap > div > .tab-nav li a:hover,
#a7f24a0be6ae1bb > .tab-nav li a:hover,
#a7f24a0be6ae1bb > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a7f24a0be6ae1bb > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
}
#a7f24a0be6ae1bb > .tab-wrap > div > .tab-nav li.uk-active a,
#a7f24a0be6ae1bb > .tab-nav li.uk-active a,
#a7f24a0be6ae1bb > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a7f24a0be6ae1bb > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #000000;
  border-bottom-style: none;
  border-bottom-width: 0;
}
#a7f24a0be6ae1bb .layout-left li,
#a7f24a0be6ae1bb .layout-center li,
#a7f24a0be6ae1bb .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a7f24a0be6ae1bb .layout-left li a,
#a7f24a0be6ae1bb .layout-center li a,
#a7f24a0be6ae1bb .layout-right li a {
  height: 100%;
}
#a7f24a0be6ae1bb > .tab-tabs .layout-left {
  text-align: left;
}
#a7f24a0be6ae1bb > .tab-tabs .layout-center {
  text-align: center;
}
#a7f24a0be6ae1bb > .tab-tabs .layout-right {
  text-align: right;
}
#a7f24a0be6ae1bb .tab-contents {
  height: 100%;
  height: calc(100% - 20px);
}
#a7f24a0be6ae1bb .tab-content-wrap {
  background-color: #ffffff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
}
#a7f24a0be6ae1bb .tab-contents,
#a7f24a0be6ae1bb .tab-contents-wrap {
  pointer-events: none;
}
#a7f24a0be6ae1bb .tab-content,
#a7f24a0be6ae1bb .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a7f24a0be6ae1bb .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a7f24a0be6ae1bb .tab-wrap .tab-contents {
  height: 100%;
}
#a7f24a0be6ae1bb .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a7f24a0be6ae1bb .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a7f24a0be6ae1bb .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a004ba5832ab8cb .ele-wrap {color: #01755f;border-width: 0px;border-style: solid;font-size: 12px;background-color: transparent;border-radius: 3px;justify-content: flex-start;font-family: Verdana;padding-left: 1px;padding-right: 1px;}#a004ba5832ab8cb .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #000000;background-color: rgba(255, 255, 255, 0);}#ac94cad1f0aba0f {
  overflow: hidden;
  pointer-events: none;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ac94cad1f0aba0f > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac94cad1f0aba0f > .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;
}
#ac94cad1f0aba0f > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac94cad1f0aba0f > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac94cad1f0aba0f > .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;
}
#ac94cad1f0aba0f > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac94cad1f0aba0f > .tab-wrap > div > .tab-nav,
#ac94cad1f0aba0f > .tab-nav,
#ac94cad1f0aba0f > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac94cad1f0aba0f > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#ac94cad1f0aba0f > .tab-wrap > div > .tab-nav-horizontal,
#ac94cad1f0aba0f > .tab-nav-horizontal,
#ac94cad1f0aba0f > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac94cad1f0aba0f > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac94cad1f0aba0f > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac94cad1f0aba0f > .tab-nav-horizontal::-webkit-scrollbar,
#ac94cad1f0aba0f > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac94cad1f0aba0f > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac94cad1f0aba0f > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac94cad1f0aba0f > .tab-nav-horizontal.tagScroll,
#ac94cad1f0aba0f > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac94cad1f0aba0f > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 20px;
  overflow-x: auto;
}
#ac94cad1f0aba0f > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac94cad1f0aba0f > .tab-nav-horizontal.tagScroll li a,
#ac94cad1f0aba0f > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac94cad1f0aba0f > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac94cad1f0aba0f > .tab-wrap > div > .tab-nav a,
#ac94cad1f0aba0f > .tab-nav a,
#ac94cad1f0aba0f > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac94cad1f0aba0f > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ac94cad1f0aba0f > .tab-wrap > div > .tab-nav li a,
#ac94cad1f0aba0f > .tab-nav li a,
#ac94cad1f0aba0f > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac94cad1f0aba0f > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #1364d8;
  background-color: rgba(35, 143, 202, 0);
  margin-top: 0;
  margin-right: 10px;
  margin-left: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff;
  margin-bottom: 0;
}
#ac94cad1f0aba0f > .tab-wrap > div > .tab-nav li a svg,
#ac94cad1f0aba0f > .tab-nav li a svg,
#ac94cad1f0aba0f > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac94cad1f0aba0f > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac94cad1f0aba0f > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac94cad1f0aba0f > .tab-nav li a .ap_icon,
#ac94cad1f0aba0f > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac94cad1f0aba0f > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac94cad1f0aba0f > .tab-wrap > div > .tab-nav li a:hover,
#ac94cad1f0aba0f > .tab-nav li a:hover,
#ac94cad1f0aba0f > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac94cad1f0aba0f > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #000000;
  border-bottom-style: solid;
  border-bottom-color: #4a4a4a;
  border-bottom-width: 1px;
}
#ac94cad1f0aba0f > .tab-wrap > div > .tab-nav li.uk-active a,
#ac94cad1f0aba0f > .tab-nav li.uk-active a,
#ac94cad1f0aba0f > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac94cad1f0aba0f > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #000000;
}
#ac94cad1f0aba0f .layout-left li,
#ac94cad1f0aba0f .layout-center li,
#ac94cad1f0aba0f .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac94cad1f0aba0f .layout-left li a,
#ac94cad1f0aba0f .layout-center li a,
#ac94cad1f0aba0f .layout-right li a {
  height: 100%;
}
#ac94cad1f0aba0f > .tab-tabs .layout-left {
  text-align: left;
}
#ac94cad1f0aba0f > .tab-tabs .layout-center {
  text-align: center;
}
#ac94cad1f0aba0f > .tab-tabs .layout-right {
  text-align: right;
}
#ac94cad1f0aba0f .tab-contents {
  height: 100%;
  height: calc(100% - 20px);
}
#ac94cad1f0aba0f .tab-content-wrap {
  background-color: #ffffff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#ac94cad1f0aba0f .tab-contents,
#ac94cad1f0aba0f .tab-contents-wrap {
  pointer-events: none;
}
#ac94cad1f0aba0f .tab-content,
#ac94cad1f0aba0f .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac94cad1f0aba0f .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac94cad1f0aba0f .tab-wrap .tab-contents {
  height: 100%;
}
#ac94cad1f0aba0f .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac94cad1f0aba0f .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac94cad1f0aba0f .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8caba83c1ac2cb .ele-wrap {color: #01755f;border-width: 0px;border-style: solid;font-size: 12px;background-color: transparent;border-radius: 3px;justify-content: flex-start;font-family: Verdana;padding-left: 1px;padding-right: 1px;}#a8caba83c1ac2cb .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #000000;background-color: rgba(255, 255, 255, 0);}#a5729a7922a49dc {
  overflow: hidden;
  pointer-events: none;
}
#a5729a7922a49dc > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5729a7922a49dc > .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;
}
#a5729a7922a49dc > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5729a7922a49dc > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5729a7922a49dc > .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;
}
#a5729a7922a49dc > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5729a7922a49dc > .tab-wrap > div > .tab-nav,
#a5729a7922a49dc > .tab-nav,
#a5729a7922a49dc > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5729a7922a49dc > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a5729a7922a49dc > .tab-wrap > div > .tab-nav-horizontal,
#a5729a7922a49dc > .tab-nav-horizontal,
#a5729a7922a49dc > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5729a7922a49dc > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5729a7922a49dc > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5729a7922a49dc > .tab-nav-horizontal::-webkit-scrollbar,
#a5729a7922a49dc > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5729a7922a49dc > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5729a7922a49dc > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5729a7922a49dc > .tab-nav-horizontal.tagScroll,
#a5729a7922a49dc > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5729a7922a49dc > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 20px;
  overflow-x: auto;
}
#a5729a7922a49dc > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5729a7922a49dc > .tab-nav-horizontal.tagScroll li a,
#a5729a7922a49dc > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5729a7922a49dc > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5729a7922a49dc > .tab-wrap > div > .tab-nav a,
#a5729a7922a49dc > .tab-nav a,
#a5729a7922a49dc > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5729a7922a49dc > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a5729a7922a49dc > .tab-wrap > div > .tab-nav li a,
#a5729a7922a49dc > .tab-nav li a,
#a5729a7922a49dc > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5729a7922a49dc > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #1364d8;
  background-color: rgba(35, 143, 202, 0);
  margin-top: 0;
  margin-right: 10px;
  margin-left: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff;
}
#a5729a7922a49dc > .tab-wrap > div > .tab-nav li a svg,
#a5729a7922a49dc > .tab-nav li a svg,
#a5729a7922a49dc > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5729a7922a49dc > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5729a7922a49dc > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5729a7922a49dc > .tab-nav li a .ap_icon,
#a5729a7922a49dc > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5729a7922a49dc > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5729a7922a49dc > .tab-wrap > div > .tab-nav li a:hover,
#a5729a7922a49dc > .tab-nav li a:hover,
#a5729a7922a49dc > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5729a7922a49dc > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff;
  border-bottom-style: solid;
}
#a5729a7922a49dc > .tab-wrap > div > .tab-nav li.uk-active a,
#a5729a7922a49dc > .tab-nav li.uk-active a,
#a5729a7922a49dc > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5729a7922a49dc > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #000000;
  border-bottom-style: none;
  border-bottom-width: 0;
}
#a5729a7922a49dc .layout-left li,
#a5729a7922a49dc .layout-center li,
#a5729a7922a49dc .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5729a7922a49dc .layout-left li a,
#a5729a7922a49dc .layout-center li a,
#a5729a7922a49dc .layout-right li a {
  height: 100%;
}
#a5729a7922a49dc > .tab-tabs .layout-left {
  text-align: left;
}
#a5729a7922a49dc > .tab-tabs .layout-center {
  text-align: center;
}
#a5729a7922a49dc > .tab-tabs .layout-right {
  text-align: right;
}
#a5729a7922a49dc .tab-contents {
  height: 100%;
  height: calc(100% - 20px);
}
#a5729a7922a49dc .tab-content-wrap {
  background-color: #ffffff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
}
#a5729a7922a49dc .tab-contents,
#a5729a7922a49dc .tab-contents-wrap {
  pointer-events: none;
}
#a5729a7922a49dc .tab-content,
#a5729a7922a49dc .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5729a7922a49dc .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5729a7922a49dc .tab-wrap .tab-contents {
  height: 100%;
}
#a5729a7922a49dc .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5729a7922a49dc .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5729a7922a49dc .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ae5f3af924af947  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#aed66a5df1abbb6  {flex-grow: 1;}#a0916af2abab1f7  {flex: 1;}#aa498ae26eafc95  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 20px;}#a3e71a85b6aab91  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;}#aa4e9a57a0a3ee2  {flex-grow: 1;}#a78e9ac5e6af949  {flex: 1;}#a83fbad440ab6b2  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;}#a9187a8cc8a1e89 .ele-wrap {color: #ffffff;border-width: 0px;border-style: solid;font-size: 15px;background-color: #1364d8;border-radius: 3px;justify-content: center;font-family: Verdana;}#a9187a8cc8a1e89 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(1, 117, 95, 0.8);}#abe2aafbb3a85df  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;}#ae589a8b57a9324 .ele-wrap {color: #ffffff;border-width: 0px;border-style: solid;font-size: 15px;background-color: #1364d8;border-radius: 3px;justify-content: center;font-family: Verdana;}#ae589a8b57a9324 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(1, 117, 95, 0.8);}#ac8fca2213a12f1  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 40px;}#ac649ad5bfa40d1  {flex: 1;}#a2692a440cad7fe .ae09ea032ca4372 {
  overflow: hidden;
}
#a2692a440cad7fe .ae09ea032ca4372 , #a2692a440cad7fe .ae09ea032ca4372 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a2692a440cad7fe .ae09ea032ca4372:hover , #a2692a440cad7fe .ae09ea032ca4372 *:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a2692a440cad7fe .a767fa571ea288e {
  overflow: hidden;
}
#a2692a440cad7fe .a767fa571ea288e , #a2692a440cad7fe .a767fa571ea288e > * {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: Verdana;color: rgba(225, 225, 225, 1);}#a2692a440cad7fe .a1feda0655a8a5b {
  overflow: hidden;
}
#a2692a440cad7fe .a1feda0655a8a5b , #a2692a440cad7fe .a1feda0655a8a5b > * {
        font-weight: bold;
        font-style: normal;
    font-size: 13px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a2692a440cad7fe .uk-grid {
  margin-left: -10px;
}
#a2692a440cad7fe .uk-grid > * {
  padding-left: 10px;
}
#a2692a440cad7fe .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a2692a440cad7fe .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#a2692a440cad7fe .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #a2692a440cad7fe .uk-position-center-left-out {
    left: -30px;
  }
  #a2692a440cad7fe .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a50c7ac589ab9cb  {flex: 1;}#a4ab2a7352a1609 .uk-grid {
  margin-left: -10px;
}
#a4ab2a7352a1609 .uk-grid > * {
  padding-left: 10px;
}
#a4ab2a7352a1609 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a4ab2a7352a1609 .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#a4ab2a7352a1609 .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #a4ab2a7352a1609 .uk-position-center-left-out {
    left: -30px;
  }
  #a4ab2a7352a1609 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ab441a18b2a2790 {
  overflow: hidden;
  pointer-events: none;
}
#ab441a18b2a2790 > .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;
}
#ab441a18b2a2790 > .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;
}
#ab441a18b2a2790 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab441a18b2a2790 > .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;
}
#ab441a18b2a2790 > .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;
}
#ab441a18b2a2790 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab441a18b2a2790 > .tab-wrap > div > .tab-nav,
#ab441a18b2a2790 > .tab-nav,
#ab441a18b2a2790 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab441a18b2a2790 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab441a18b2a2790 > .tab-wrap > div > .tab-nav-horizontal,
#ab441a18b2a2790 > .tab-nav-horizontal,
#ab441a18b2a2790 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab441a18b2a2790 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab441a18b2a2790 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab441a18b2a2790 > .tab-nav-horizontal::-webkit-scrollbar,
#ab441a18b2a2790 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab441a18b2a2790 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab441a18b2a2790 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab441a18b2a2790 > .tab-nav-horizontal.tagScroll,
#ab441a18b2a2790 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab441a18b2a2790 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 10px;
  overflow-x: auto;
}
#ab441a18b2a2790 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab441a18b2a2790 > .tab-nav-horizontal.tagScroll li a,
#ab441a18b2a2790 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab441a18b2a2790 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab441a18b2a2790 > .tab-wrap > div > .tab-nav a,
#ab441a18b2a2790 > .tab-nav a,
#ab441a18b2a2790 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab441a18b2a2790 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ab441a18b2a2790 > .tab-wrap > div > .tab-nav li a,
#ab441a18b2a2790 > .tab-nav li a,
#ab441a18b2a2790 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab441a18b2a2790 > .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: 12px;
  font-family: inherit;
  color: rgba(255, 255, 255, 0);
  border-right-style: none;
}
#ab441a18b2a2790 > .tab-wrap > div > .tab-nav li a svg,
#ab441a18b2a2790 > .tab-nav li a svg,
#ab441a18b2a2790 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab441a18b2a2790 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab441a18b2a2790 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab441a18b2a2790 > .tab-nav li a .ap_icon,
#ab441a18b2a2790 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab441a18b2a2790 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab441a18b2a2790 > .tab-wrap > div > .tab-nav li a:hover,
#ab441a18b2a2790 > .tab-nav li a:hover,
#ab441a18b2a2790 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab441a18b2a2790 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab441a18b2a2790 > .tab-wrap > div > .tab-nav li.uk-active a,
#ab441a18b2a2790 > .tab-nav li.uk-active a,
#ab441a18b2a2790 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab441a18b2a2790 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab441a18b2a2790 .layout-left li,
#ab441a18b2a2790 .layout-center li,
#ab441a18b2a2790 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab441a18b2a2790 .layout-left li a,
#ab441a18b2a2790 .layout-center li a,
#ab441a18b2a2790 .layout-right li a {
  height: 100%;
}
#ab441a18b2a2790 > .tab-tabs .layout-left {
  text-align: left;
}
#ab441a18b2a2790 > .tab-tabs .layout-center {
  text-align: center;
}
#ab441a18b2a2790 > .tab-tabs .layout-right {
  text-align: right;
}
#ab441a18b2a2790 .tab-contents {
  height: 100%;
  height: calc(100% - 10px);
}
#ab441a18b2a2790 .tab-content-wrap {
  background-color: transparent;
}
#ab441a18b2a2790 .tab-contents,
#ab441a18b2a2790 .tab-contents-wrap {
  pointer-events: none;
}
#ab441a18b2a2790 .tab-content,
#ab441a18b2a2790 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab441a18b2a2790 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab441a18b2a2790 .tab-wrap .tab-contents {
  height: 100%;
}
#ab441a18b2a2790 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab441a18b2a2790 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab441a18b2a2790 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1cd7ac04dad988 .uk-navbar-item,
#a1cd7ac04dad988 .uk-navbar-nav > li > a,
#a1cd7ac04dad988 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a1cd7ac04dad988 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a1cd7ac04dad988 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a1cd7ac04dad988 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a1cd7ac04dad988 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #fafafa;
  color: #eee;
}
#a1cd7ac04dad988 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a1cd7ac04dad988 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1364d8;
}
#a1cd7ac04dad988 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a1cd7ac04dad988 .logo {
  display: inline-block;
}
#a1cd7ac04dad988 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a1cd7ac04dad988 .ap-header-top {
    padding: 15px 10px;
  }
}
#abba4a0697ae4d1 .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#aa8d4a03b8aa40f  {flex: 1;}#a86a9a9e1faf766  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 30px;}#af31aa7dada5bf8 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a32d8a2aaca42ee .ele-wrap {border-color: rgba(1, 117, 95, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 16px;background-color: #1364d8;border-radius: 3px;justify-content: center;}#a32d8a2aaca42ee .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;border-color: rgba(17, 138, 158, 1);background-color: rgba(9, 107, 123, 1);}#a58b0a4a5fa4767  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 30px;}#a1552a604aa9e07 {
  border-radius: 5px;
  overflow: hidden;
}
#a1552a604aa9e07 .ele-slideshow .uk-dotnav li a {
  background: #ffffff;
}
#a1552a604aa9e07 .ele-slideshow .uk-dotnav > .uk-active a {
  background: #01755f;
}
#a1552a604aa9e07 .ele-slideshow .uk-slidenav {
  background-color: rgba(65, 117, 5, 0);
}
#a1552a604aa9e07 .ele-slideshow .uk-slidenav {
  color: #f5a623;
}
#a1552a604aa9e07 .ele-slideshow .uk-slidenav:hover {
  background-color: rgba(255, 255, 255, 0);
}
#abbedad3f1a62e3  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#ad2d2ab38ca8542  {flex-grow: 1;}#a19f7ae6b8a5fc6  {flex: 1;}#a5fb9aa14cad27a  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 20px;}#a35c2a701ea29a6  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;}#ae1b7a33a3a7966  {flex-grow: 1;}#af8f2a87a9afbba  {flex: 1;}#ad0d1a0bacab057  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;}#a8046a2b20a6177 .ele-wrap {color: #ffffff;border-width: 0px;border-style: solid;font-size: 15px;background-color: #1364d8;border-radius: 3px;justify-content: center;font-family: Verdana;}#a8046a2b20a6177 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(1, 117, 95, 0.8);}#a4154a4795a7480  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;}#aa1aba1f5ca4474 .ele-wrap {color: #ffffff;border-width: 0px;border-style: solid;font-size: 15px;background-color: #1364d8;border-radius: 3px;justify-content: center;font-family: Verdana;}#aa1aba1f5ca4474 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(1, 117, 95, 0.8);}#ab8a6a59f3aa1af  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 40px;}#ae0d9af9d5a25f3  {flex: 1;}#ad79da6f2dae7d2 .a53d5a97d0a13f4 {
  overflow: hidden;
}
#ad79da6f2dae7d2 .a53d5a97d0a13f4 , #ad79da6f2dae7d2 .a53d5a97d0a13f4 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#ad79da6f2dae7d2 .a53d5a97d0a13f4:hover , #ad79da6f2dae7d2 .a53d5a97d0a13f4 *:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ad79da6f2dae7d2 .a02dface0eaa6ec {
  overflow: hidden;
}
#ad79da6f2dae7d2 .a02dface0eaa6ec , #ad79da6f2dae7d2 .a02dface0eaa6ec > * {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: Verdana;color: rgba(225, 225, 225, 1);}#ad79da6f2dae7d2 .a7f2ca6a19a984e {
  overflow: hidden;
}
#ad79da6f2dae7d2 .a7f2ca6a19a984e , #ad79da6f2dae7d2 .a7f2ca6a19a984e > * {
        font-weight: bold;
        font-style: normal;
    font-size: 13px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#ad79da6f2dae7d2 .uk-grid {
  margin-left: -10px;
}
#ad79da6f2dae7d2 .uk-grid > * {
  padding-left: 10px;
}
#ad79da6f2dae7d2 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#ad79da6f2dae7d2 .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#ad79da6f2dae7d2 .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #ad79da6f2dae7d2 .uk-position-center-left-out {
    left: -30px;
  }
  #ad79da6f2dae7d2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a0365afb3ea138f  {flex: 1;}#acdf7a34d6aba9f .uk-grid {
  margin-left: -10px;
}
#acdf7a34d6aba9f .uk-grid > * {
  padding-left: 10px;
}
#acdf7a34d6aba9f .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#acdf7a34d6aba9f .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#acdf7a34d6aba9f .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #acdf7a34d6aba9f .uk-position-center-left-out {
    left: -30px;
  }
  #acdf7a34d6aba9f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6235ac90fa3d01 {
  overflow: hidden;
  pointer-events: none;
}
#a6235ac90fa3d01 > .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;
}
#a6235ac90fa3d01 > .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;
}
#a6235ac90fa3d01 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a6235ac90fa3d01 > .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;
}
#a6235ac90fa3d01 > .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;
}
#a6235ac90fa3d01 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a6235ac90fa3d01 > .tab-wrap > div > .tab-nav,
#a6235ac90fa3d01 > .tab-nav,
#a6235ac90fa3d01 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a6235ac90fa3d01 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6235ac90fa3d01 > .tab-wrap > div > .tab-nav-horizontal,
#a6235ac90fa3d01 > .tab-nav-horizontal,
#a6235ac90fa3d01 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a6235ac90fa3d01 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a6235ac90fa3d01 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a6235ac90fa3d01 > .tab-nav-horizontal::-webkit-scrollbar,
#a6235ac90fa3d01 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a6235ac90fa3d01 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a6235ac90fa3d01 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a6235ac90fa3d01 > .tab-nav-horizontal.tagScroll,
#a6235ac90fa3d01 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a6235ac90fa3d01 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 10px;
  overflow-x: auto;
}
#a6235ac90fa3d01 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a6235ac90fa3d01 > .tab-nav-horizontal.tagScroll li a,
#a6235ac90fa3d01 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a6235ac90fa3d01 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a6235ac90fa3d01 > .tab-wrap > div > .tab-nav a,
#a6235ac90fa3d01 > .tab-nav a,
#a6235ac90fa3d01 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a6235ac90fa3d01 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a6235ac90fa3d01 > .tab-wrap > div > .tab-nav li a,
#a6235ac90fa3d01 > .tab-nav li a,
#a6235ac90fa3d01 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a6235ac90fa3d01 > .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: 12px;
  font-family: inherit;
  color: rgba(255, 255, 255, 0);
  border-right-style: none;
}
#a6235ac90fa3d01 > .tab-wrap > div > .tab-nav li a svg,
#a6235ac90fa3d01 > .tab-nav li a svg,
#a6235ac90fa3d01 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a6235ac90fa3d01 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a6235ac90fa3d01 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a6235ac90fa3d01 > .tab-nav li a .ap_icon,
#a6235ac90fa3d01 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a6235ac90fa3d01 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a6235ac90fa3d01 > .tab-wrap > div > .tab-nav li a:hover,
#a6235ac90fa3d01 > .tab-nav li a:hover,
#a6235ac90fa3d01 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a6235ac90fa3d01 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6235ac90fa3d01 > .tab-wrap > div > .tab-nav li.uk-active a,
#a6235ac90fa3d01 > .tab-nav li.uk-active a,
#a6235ac90fa3d01 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a6235ac90fa3d01 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6235ac90fa3d01 .layout-left li,
#a6235ac90fa3d01 .layout-center li,
#a6235ac90fa3d01 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a6235ac90fa3d01 .layout-left li a,
#a6235ac90fa3d01 .layout-center li a,
#a6235ac90fa3d01 .layout-right li a {
  height: 100%;
}
#a6235ac90fa3d01 > .tab-tabs .layout-left {
  text-align: left;
}
#a6235ac90fa3d01 > .tab-tabs .layout-center {
  text-align: center;
}
#a6235ac90fa3d01 > .tab-tabs .layout-right {
  text-align: right;
}
#a6235ac90fa3d01 .tab-contents {
  height: 100%;
  height: calc(100% - 10px);
}
#a6235ac90fa3d01 .tab-content-wrap {
  background-color: transparent;
}
#a6235ac90fa3d01 .tab-contents,
#a6235ac90fa3d01 .tab-contents-wrap {
  pointer-events: none;
}
#a6235ac90fa3d01 .tab-content,
#a6235ac90fa3d01 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a6235ac90fa3d01 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a6235ac90fa3d01 .tab-wrap .tab-contents {
  height: 100%;
}
#a6235ac90fa3d01 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a6235ac90fa3d01 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a6235ac90fa3d01 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a54b8aa79fa8b08 > .ele-wrap {background-color: #1364d8;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af17fa77eba0a38 .img-wrap {
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-left-width: 2px;
  border-bottom-width: 2px;
  border-top-width: 2px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
}
#adf3aa0efaa8f87 .img-wrap {
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-left-width: 2px;
  border-bottom-width: 2px;
  border-top-width: 2px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
}
#abbdea325ca59a7 .img-wrap {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
  border-right-width: 2px;
  border-right-style: solid;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-left-width: 2px;
  border-bottom-width: 2px;
  border-top-width: 2px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a4800ab347ab1d4 .uk-navbar-item,
#a4800ab347ab1d4 .uk-navbar-nav > li > a,
#a4800ab347ab1d4 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a4800ab347ab1d4 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a4800ab347ab1d4 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a4800ab347ab1d4 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a4800ab347ab1d4 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #fafafa;
  color: #eee;
}
#a4800ab347ab1d4 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a4800ab347ab1d4 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1364d8;
}
#a4800ab347ab1d4 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a4800ab347ab1d4 .logo {
  display: inline-block;
}
#a4800ab347ab1d4 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a4800ab347ab1d4 .ap-header-top {
    padding: 15px 10px;
  }
}
#aba89aaf45a93af .list-item.uk-first-column {
  border-right: 1px solid #ececec;
}
#a4d1bad4f7ad36a .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#a81fea476ca9efd  {flex: 1;}#aa6f3a39c9a5a94  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 30px;}#afcbba23f0a0ccc > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7936a563fad1d6 .ele-wrap {border-color: rgba(1, 117, 95, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 16px;background-color: #1364d8;border-radius: 3px;justify-content: center;}#a7936a563fad1d6 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;border-color: rgba(17, 138, 158, 1);background-color: rgba(9, 107, 123, 1);}#a627da50bea8f1a  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 50px;}#a3df0a418ca39d6 {
  border-radius: 5px;
  overflow: hidden;
}
#a3df0a418ca39d6 .ele-slideshow .uk-dotnav li a {
  background: #ffffff;
}
#a3df0a418ca39d6 .ele-slideshow .uk-dotnav > .uk-active a {
  background: #01755f;
}
#a3df0a418ca39d6 .ele-slideshow .uk-slidenav {
  background-color: rgba(65, 117, 5, 0);
}
#a3df0a418ca39d6 .ele-slideshow .uk-slidenav {
  color: #f5a623;
}
#a3df0a418ca39d6 .ele-slideshow .uk-slidenav:hover {
  background-color: rgba(255, 255, 255, 0);
}
#a6d96a8946a3e9b > .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);}#a83dda7748a6151 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad564a5a7ba8fb2 > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 1px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);}#a15e2ad5f1aa749 > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 1px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);}#a1f9ba5751a496c > .ele-wrap {border-left-width: -1px;border-bottom-width: -1px;border-right-width: -1px;border-top-width: -1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aad94a9d60a08c7  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a7b09ae79ba35c9  {flex-grow: 1;}#a7432a737ba5d8e  {flex: 1;}#a0246afa66a7968  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 20px;}#ae974af082a415a  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;}#a7810a2a7eadc5d  {flex-grow: 1;}#a705da789da274d  {flex: 1;}#ab55eacd6eac308  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;}#acb9dab9a2a9d9f .ele-wrap {color: #ffffff;border-width: 0px;border-style: solid;font-size: 15px;background-color: #1364d8;border-radius: 3px;justify-content: center;font-family: Verdana;}#acb9dab9a2a9d9f .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(1, 117, 95, 0.8);}#ab400ab6c4a1bd8  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;}#a86c9a43a5a88df .ele-wrap {color: #ffffff;border-width: 0px;border-style: solid;font-size: 15px;background-color: #1364d8;border-radius: 3px;justify-content: center;font-family: Verdana;}#a86c9a43a5a88df .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(1, 117, 95, 0.8);}#a8a79ac30ba45d0  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 40px;}#add07abd68a257f  {flex: 1;}#a57e4aa7bea5663 .ae605ac1f1ae66e {
  overflow: hidden;
}
#a57e4aa7bea5663 .ae605ac1f1ae66e , #a57e4aa7bea5663 .ae605ac1f1ae66e > * {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a57e4aa7bea5663 .ae605ac1f1ae66e:hover , #a57e4aa7bea5663 .ae605ac1f1ae66e *:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a57e4aa7bea5663 .a3052ad5afabd82 {
  overflow: hidden;
}
#a57e4aa7bea5663 .a3052ad5afabd82 , #a57e4aa7bea5663 .a3052ad5afabd82 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: Verdana;color: rgba(225, 225, 225, 1);}#a57e4aa7bea5663 .afc15abed6a35ce {
  overflow: hidden;
}
#a57e4aa7bea5663 .afc15abed6a35ce , #a57e4aa7bea5663 .afc15abed6a35ce > * {
        font-weight: bold;
        font-style: normal;
    font-size: 13px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a57e4aa7bea5663 .uk-grid {
  margin-left: -10px;
}
#a57e4aa7bea5663 .uk-grid > * {
  padding-left: 10px;
}
#a57e4aa7bea5663 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a57e4aa7bea5663 .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#a57e4aa7bea5663 .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #a57e4aa7bea5663 .uk-position-center-left-out {
    left: -30px;
  }
  #a57e4aa7bea5663 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa560ab3a4a7ae9  {flex: 1;}#aacf6a5a83a4f57 .uk-grid {
  margin-left: -10px;
}
#aacf6a5a83a4f57 .uk-grid > * {
  padding-left: 10px;
}
#aacf6a5a83a4f57 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#aacf6a5a83a4f57 .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#aacf6a5a83a4f57 .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #aacf6a5a83a4f57 .uk-position-center-left-out {
    left: -30px;
  }
  #aacf6a5a83a4f57 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aaf02a58a8a946d {
  overflow: hidden;
  pointer-events: none;
}
#aaf02a58a8a946d > .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;
}
#aaf02a58a8a946d > .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;
}
#aaf02a58a8a946d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aaf02a58a8a946d > .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;
}
#aaf02a58a8a946d > .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;
}
#aaf02a58a8a946d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aaf02a58a8a946d > .tab-wrap > div > .tab-nav,
#aaf02a58a8a946d > .tab-nav,
#aaf02a58a8a946d > .tab-tabs > .tab-wrap > div > .tab-nav,
#aaf02a58a8a946d > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf02a58a8a946d > .tab-wrap > div > .tab-nav-horizontal,
#aaf02a58a8a946d > .tab-nav-horizontal,
#aaf02a58a8a946d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aaf02a58a8a946d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aaf02a58a8a946d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aaf02a58a8a946d > .tab-nav-horizontal::-webkit-scrollbar,
#aaf02a58a8a946d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aaf02a58a8a946d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aaf02a58a8a946d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aaf02a58a8a946d > .tab-nav-horizontal.tagScroll,
#aaf02a58a8a946d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aaf02a58a8a946d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 10px;
  overflow-x: auto;
}
#aaf02a58a8a946d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aaf02a58a8a946d > .tab-nav-horizontal.tagScroll li a,
#aaf02a58a8a946d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aaf02a58a8a946d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aaf02a58a8a946d > .tab-wrap > div > .tab-nav a,
#aaf02a58a8a946d > .tab-nav a,
#aaf02a58a8a946d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aaf02a58a8a946d > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#aaf02a58a8a946d > .tab-wrap > div > .tab-nav li a,
#aaf02a58a8a946d > .tab-nav li a,
#aaf02a58a8a946d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aaf02a58a8a946d > .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: 12px;
  font-family: inherit;
  color: rgba(255, 255, 255, 0);
  border-right-style: none;
}
#aaf02a58a8a946d > .tab-wrap > div > .tab-nav li a svg,
#aaf02a58a8a946d > .tab-nav li a svg,
#aaf02a58a8a946d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aaf02a58a8a946d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aaf02a58a8a946d > .tab-wrap > div > .tab-nav li a .ap_icon,
#aaf02a58a8a946d > .tab-nav li a .ap_icon,
#aaf02a58a8a946d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aaf02a58a8a946d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aaf02a58a8a946d > .tab-wrap > div > .tab-nav li a:hover,
#aaf02a58a8a946d > .tab-nav li a:hover,
#aaf02a58a8a946d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aaf02a58a8a946d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf02a58a8a946d > .tab-wrap > div > .tab-nav li.uk-active a,
#aaf02a58a8a946d > .tab-nav li.uk-active a,
#aaf02a58a8a946d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aaf02a58a8a946d > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf02a58a8a946d .layout-left li,
#aaf02a58a8a946d .layout-center li,
#aaf02a58a8a946d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aaf02a58a8a946d .layout-left li a,
#aaf02a58a8a946d .layout-center li a,
#aaf02a58a8a946d .layout-right li a {
  height: 100%;
}
#aaf02a58a8a946d > .tab-tabs .layout-left {
  text-align: left;
}
#aaf02a58a8a946d > .tab-tabs .layout-center {
  text-align: center;
}
#aaf02a58a8a946d > .tab-tabs .layout-right {
  text-align: right;
}
#aaf02a58a8a946d .tab-contents {
  height: 100%;
  height: calc(100% - 10px);
}
#aaf02a58a8a946d .tab-content-wrap {
  background-color: transparent;
}
#aaf02a58a8a946d .tab-contents,
#aaf02a58a8a946d .tab-contents-wrap {
  pointer-events: none;
}
#aaf02a58a8a946d .tab-content,
#aaf02a58a8a946d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aaf02a58a8a946d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aaf02a58a8a946d .tab-wrap .tab-contents {
  height: 100%;
}
#aaf02a58a8a946d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aaf02a58a8a946d .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aaf02a58a8a946d .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a5d46a42fca7d8f  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#af5b6adfebac8c7  {flex-grow: 0;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 40px;}#ae8bba2f1ba3f86  {flex-grow: 0;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a92a9ae8c7a73c2  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 60px;}#ae23fa3cebae4ec  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 60px;}#ac982a4f18a07ab .uk-navbar-item,
#ac982a4f18a07ab .uk-navbar-nav > li > a,
#ac982a4f18a07ab .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#ac982a4f18a07ab .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ac982a4f18a07ab .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#ac982a4f18a07ab [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ac982a4f18a07ab .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #fafafa;
  color: #eee;
}
#ac982a4f18a07ab .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#ac982a4f18a07ab .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1364d8;
}
#ac982a4f18a07ab .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#ac982a4f18a07ab .logo {
  display: inline-block;
}
#ac982a4f18a07ab .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #ac982a4f18a07ab .ap-header-top {
    padding: 15px 10px;
  }
}
#a6614a27ffa0748 .uk-card {
  overflow: hidden;
  height: 400px;
}
#a6614a27ffa0748 .uk-link-reset {
  cursor: default;
}
#a6614a27ffa0748 .uk-card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#a6614a27ffa0748 .uk-card .abstract {
  position: relative;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  margin-top: 10px;
  color: #fff;
  font-size: 16px;
  padding: 0 15px;
}
#a6614a27ffa0748 .uk-card .item-logo {
  position: relative;
  margin-top: 120px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#a6614a27ffa0748 .uk-card .item-logo .ap-icon {
  width: 55px;
  height: 55px;
  color: #fff;
  font-size: 45px;
}
#a6614a27ffa0748 .uk-card .title {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 20px 0;
  position: relative;
}
#a6614a27ffa0748 .uk-card .title::before {
  content: "";
  position: relative;
  display: block;
  width: 20px;
  border-bottom: 2px solid #fff;
  margin: 0 auto 20px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#a6614a27ffa0748 .uk-card .uk-h5,
#a6614a27ffa0748 .uk-card .ap-icon {
  color: #666666;
}
#a6614a27ffa0748 .uk-card:hover::before {
  background: rgba(19, 100, 216, 0.9);
}
#a6614a27ffa0748 .uk-card:hover .item-logo {
  margin-top: 80px;
}
#a6614a27ffa0748 .uk-card:hover .title::before {
  opacity: 0;
  margin-bottom: 0;
}
#a6614a27ffa0748 .uk-card:hover .abstract {
  display: block;
  opacity: 1;
  margin-top: 0;
}
#a37b4a3d47af145 .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#a6aa7a17e8af2d7 .uk-navbar-item,
#a6aa7a17e8af2d7 .uk-navbar-nav > li > a,
#a6aa7a17e8af2d7 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a6aa7a17e8af2d7 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a6aa7a17e8af2d7 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a6aa7a17e8af2d7 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a6aa7a17e8af2d7 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #fafafa;
  color: #eee;
}
#a6aa7a17e8af2d7 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a6aa7a17e8af2d7 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1364d8;
}
#a6aa7a17e8af2d7 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a6aa7a17e8af2d7 .logo {
  display: inline-block;
}
#a6aa7a17e8af2d7 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a6aa7a17e8af2d7 .ap-header-top {
    padding: 15px 10px;
  }
}
#a6e33a56f5a1a56 .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#abc8caa95ca2acc  {flex: 1;}#a379ea8dfca2113  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 30px;}#ab712a161ba25ad > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0085acecda3d2f .ele-wrap {border-color: rgba(1, 117, 95, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 16px;background-color: #1364d8;border-radius: 3px;justify-content: center;}#a0085acecda3d2f .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;border-color: rgba(17, 138, 158, 1);background-color: rgba(9, 107, 123, 1);}#a5555a3741a5424  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 30px;}#a5445acd4ca8dd4 {
  border-radius: 5px;
  overflow: hidden;
}
#a5445acd4ca8dd4 .ele-slideshow .uk-dotnav li a {
  background: #ffffff;
}
#a5445acd4ca8dd4 .ele-slideshow .uk-dotnav > .uk-active a {
  background: #01755f;
}
#a5445acd4ca8dd4 .ele-slideshow .uk-slidenav {
  background-color: rgba(65, 117, 5, 0);
}
#a5445acd4ca8dd4 .ele-slideshow .uk-slidenav {
  color: #f5a623;
}
#a5445acd4ca8dd4 .ele-slideshow .uk-slidenav:hover {
  background-color: rgba(255, 255, 255, 0);
}
#a69e1aa274ac255  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a92aea0958a82d5  {flex-grow: 1;}#a1c41af7e4a86d1  {flex: 1;}#a692aa27b9a73d5  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 20px;}#ad01eaca26a8b21  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;}#ac24aa99dbadc84  {flex-grow: 1;}#aa9c6a2cc6ad193  {flex: 1;}#a9d44a84b3a3aa9  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;}#a36a0a9302ab5a3 .ele-wrap {color: #ffffff;border-width: 0px;border-style: solid;font-size: 15px;background-color: #1364d8;border-radius: 3px;justify-content: center;font-family: Verdana;}#a36a0a9302ab5a3 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(1, 117, 95, 0.8);}#a5f44ac95ea53bf  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 40px;}#a4461a98c5ae5a7  {flex: 1;}#a2990a51f5a7bad .uk-grid {
  margin-left: -10px;
}
#a2990a51f5a7bad .uk-grid > * {
  padding-left: 10px;
}
#a2990a51f5a7bad .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a2990a51f5a7bad .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#a2990a51f5a7bad .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #a2990a51f5a7bad .uk-position-center-left-out {
    left: -30px;
  }
  #a2990a51f5a7bad .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a19dcaadc1a206b  {flex: 1;}#a95fcad8dea2855 .uk-grid {
  margin-left: -10px;
}
#a95fcad8dea2855 .uk-grid > * {
  padding-left: 10px;
}
#a95fcad8dea2855 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a95fcad8dea2855 .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#a95fcad8dea2855 .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #a95fcad8dea2855 .uk-position-center-left-out {
    left: -30px;
  }
  #a95fcad8dea2855 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa0c7a2716aea40 {
  overflow: hidden;
  pointer-events: none;
}
#aa0c7a2716aea40 > .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;
}
#aa0c7a2716aea40 > .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;
}
#aa0c7a2716aea40 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa0c7a2716aea40 > .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;
}
#aa0c7a2716aea40 > .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;
}
#aa0c7a2716aea40 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa0c7a2716aea40 > .tab-wrap > div > .tab-nav,
#aa0c7a2716aea40 > .tab-nav,
#aa0c7a2716aea40 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa0c7a2716aea40 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa0c7a2716aea40 > .tab-wrap > div > .tab-nav-horizontal,
#aa0c7a2716aea40 > .tab-nav-horizontal,
#aa0c7a2716aea40 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa0c7a2716aea40 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa0c7a2716aea40 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa0c7a2716aea40 > .tab-nav-horizontal::-webkit-scrollbar,
#aa0c7a2716aea40 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa0c7a2716aea40 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa0c7a2716aea40 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa0c7a2716aea40 > .tab-nav-horizontal.tagScroll,
#aa0c7a2716aea40 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa0c7a2716aea40 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 10px;
  overflow-x: auto;
}
#aa0c7a2716aea40 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa0c7a2716aea40 > .tab-nav-horizontal.tagScroll li a,
#aa0c7a2716aea40 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa0c7a2716aea40 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa0c7a2716aea40 > .tab-wrap > div > .tab-nav a,
#aa0c7a2716aea40 > .tab-nav a,
#aa0c7a2716aea40 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa0c7a2716aea40 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#aa0c7a2716aea40 > .tab-wrap > div > .tab-nav li a,
#aa0c7a2716aea40 > .tab-nav li a,
#aa0c7a2716aea40 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa0c7a2716aea40 > .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: 12px;
  font-family: inherit;
  color: rgba(255, 255, 255, 0);
  border-right-style: none;
}
#aa0c7a2716aea40 > .tab-wrap > div > .tab-nav li a svg,
#aa0c7a2716aea40 > .tab-nav li a svg,
#aa0c7a2716aea40 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa0c7a2716aea40 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa0c7a2716aea40 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa0c7a2716aea40 > .tab-nav li a .ap_icon,
#aa0c7a2716aea40 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa0c7a2716aea40 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa0c7a2716aea40 > .tab-wrap > div > .tab-nav li a:hover,
#aa0c7a2716aea40 > .tab-nav li a:hover,
#aa0c7a2716aea40 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa0c7a2716aea40 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa0c7a2716aea40 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa0c7a2716aea40 > .tab-nav li.uk-active a,
#aa0c7a2716aea40 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa0c7a2716aea40 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa0c7a2716aea40 .layout-left li,
#aa0c7a2716aea40 .layout-center li,
#aa0c7a2716aea40 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa0c7a2716aea40 .layout-left li a,
#aa0c7a2716aea40 .layout-center li a,
#aa0c7a2716aea40 .layout-right li a {
  height: 100%;
}
#aa0c7a2716aea40 > .tab-tabs .layout-left {
  text-align: left;
}
#aa0c7a2716aea40 > .tab-tabs .layout-center {
  text-align: center;
}
#aa0c7a2716aea40 > .tab-tabs .layout-right {
  text-align: right;
}
#aa0c7a2716aea40 .tab-contents {
  height: 100%;
  height: calc(100% - 10px);
}
#aa0c7a2716aea40 .tab-content-wrap {
  background-color: transparent;
}
#aa0c7a2716aea40 .tab-contents,
#aa0c7a2716aea40 .tab-contents-wrap {
  pointer-events: none;
}
#aa0c7a2716aea40 .tab-content,
#aa0c7a2716aea40 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa0c7a2716aea40 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa0c7a2716aea40 .tab-wrap .tab-contents {
  height: 100%;
}
#aa0c7a2716aea40 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa0c7a2716aea40 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa0c7a2716aea40 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a09ffab1f5af677 > .ele-wrap {background-image: url(/resources/upload/ad1cfa3e21a0b3d/1758702827192.webp);background-position: center center;background-size: cover;border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;}#a0920a17feaafe7 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/ad1cfa3e21a0b3d/1758703476678.jpeg);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a9f16a114ba1a65 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/ad1cfa3e21a0b3d/1758703478368.jpeg);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a610aa1b27a97d7 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/ad1cfa3e21a0b3d/1758703477480.jpeg);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a467cabfe0a22be > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/ad1cfa3e21a0b3d/1758703479516.jpeg);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a8b05a0758a5203 .uk-navbar-item,
#a8b05a0758a5203 .uk-navbar-nav > li > a,
#a8b05a0758a5203 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a8b05a0758a5203 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a8b05a0758a5203 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a8b05a0758a5203 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a8b05a0758a5203 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #fafafa;
  color: #eee;
}
#a8b05a0758a5203 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a8b05a0758a5203 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1364d8;
}
#a8b05a0758a5203 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a8b05a0758a5203 .logo {
  display: inline-block;
}
#a8b05a0758a5203 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a8b05a0758a5203 .ap-header-top {
    padding: 15px 10px;
  }
}
#a4bbcaef0ea0cf2 .ap-background-container::after {
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: transparent;
  background-image: linear-gradient(90deg, #000 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 1;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
#a6f62ae176a437e .ap-background-container::after {
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: transparent;
  background-image: linear-gradient(90deg, #000 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 1;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
#a3f38a6687ab83d .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#a4eeaaeb6daebfa  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#aacc2a864bab365  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 70px;padding-bottom: 50px;padding-right: 40px;padding-left: 0px;}#a614aafb11a5a7e  {flex-grow: 1;}#af938acafea9f86  {flex: 1;}#a6785aac50a31f3  {flex-grow: 1;}#af804ad30fa7bf7  {flex-grow: 1;}#aa2d8a0c60a8e3b  {flex: 1;flex-direction: column;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;}#aec7fa3d70a71f8  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;}#a6473a7ee2a3829 .img-wrap {
  flex-grow: 0;
}
#a578aaf536aad84  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 20px;}#a1a81a4b9fa8991  {flex-grow: 1;}#af499a2e55a3447  {flex: 1;flex-direction: column;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;}#ad26aa8dceabb75  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;}#aacd0a0315abd5c .img-wrap {
  flex-grow: 0;
}
#ab759a3727a1d02  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 20px;}#ac343ac508a66ad  {flex: 1;}#a03bdae939a09a8  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 30px;}#a512da4e9caa14d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5237a3fddabbd8  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 50px;}#a12f9ac61da031b {
  border-radius: 5px;
  overflow: hidden;
}
#a12f9ac61da031b .ele-slideshow .uk-dotnav li a {
  background: #ffffff;
}
#a12f9ac61da031b .ele-slideshow .uk-dotnav > .uk-active a {
  background: #01755f;
}
#a12f9ac61da031b .ele-slideshow .uk-slidenav {
  background-color: rgba(65, 117, 5, 0);
}
#a12f9ac61da031b .ele-slideshow .uk-slidenav {
  color: #f5a623;
}
#a12f9ac61da031b .ele-slideshow .uk-slidenav:hover {
  background-color: rgba(255, 255, 255, 0);
}
#ab35da95b4ac069  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a0aa9acb54a1aef  {flex-grow: 1;}#ae445a1b5ea1ed6  {flex: 1;}#ab445a6a11a58b1  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 15px;}#a6468a5d8fa2084 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 1px 9px 4px rgba(235, 235, 235, 1);}#a8021a7cb3ae9cd  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 15px;}#a82e9a0b77ab99d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 1px 9px 4px rgba(235, 235, 235, 1);}#a5d5ea1338afd55  {flex-grow: 1;}#a0c0fa6ffca11d9  {flex: 1;}#a9f8cadcabac66b  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-top: 40px;margin-bottom: 70px;}#a6c63acbfba9168 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 1px 9px 4px rgba(235, 235, 235, 1);}#a3b5da4c1ba7fb4  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-top: 40px;margin-bottom: 70px;}#ad705a3488a2e50 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 1px 9px 4px rgba(235, 235, 235, 1);}#a31e8acf50aab54 > .ele-wrap {background-image: url(/resources/upload/ad1cfa3e21a0b3d/1759031744626.webp);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2822a2887a2602 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afd37a7b2baf7eb > .ele-wrap {background-image: url(/resources/upload/ad1cfa3e21a0b3d/1759045946540.webp);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aee15ae38ea1a0a  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#aff38aea48ad4f1  {flex-grow: 1;}#ab3f4aaac2ac976  {flex: 1;}#ae6b4ac83da905b  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 20px;}#ac0d7adbbfaec46  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;}#ab287af55ea3026  {flex-grow: 1;}#a5aeca1224a1c4e  {flex: 1;}#a37cca570ea9bc6  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;}#a2b48a7380aa2dd .ele-wrap {color: #ffffff;border-width: 0px;border-style: solid;font-size: 15px;background-color: #1364d8;border-radius: 3px;justify-content: center;font-family: Verdana;}#a2b48a7380aa2dd .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(1, 117, 95, 0.8);}#a0848a8d01a4d7e  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 40px;}#a3d30ae0caa52c3  {flex: 1;}#afe4ca61b3a9339 .uk-grid {
  margin-left: -10px;
}
#afe4ca61b3a9339 .uk-grid > * {
  padding-left: 10px;
}
#afe4ca61b3a9339 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#afe4ca61b3a9339 .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#afe4ca61b3a9339 .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #afe4ca61b3a9339 .uk-position-center-left-out {
    left: -30px;
  }
  #afe4ca61b3a9339 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a97eba3cfbab30e  {flex: 1;}#a503ea5384a0a9b .uk-grid {
  margin-left: -10px;
}
#a503ea5384a0a9b .uk-grid > * {
  padding-left: 10px;
}
#a503ea5384a0a9b .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a503ea5384a0a9b .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#a503ea5384a0a9b .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #a503ea5384a0a9b .uk-position-center-left-out {
    left: -30px;
  }
  #a503ea5384a0a9b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a2689a9ac9a0c9d {
  overflow: hidden;
  pointer-events: none;
}
#a2689a9ac9a0c9d > .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;
}
#a2689a9ac9a0c9d > .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;
}
#a2689a9ac9a0c9d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2689a9ac9a0c9d > .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;
}
#a2689a9ac9a0c9d > .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;
}
#a2689a9ac9a0c9d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2689a9ac9a0c9d > .tab-wrap > div > .tab-nav,
#a2689a9ac9a0c9d > .tab-nav,
#a2689a9ac9a0c9d > .tab-tabs > .tab-wrap > div > .tab-nav,
#a2689a9ac9a0c9d > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2689a9ac9a0c9d > .tab-wrap > div > .tab-nav-horizontal,
#a2689a9ac9a0c9d > .tab-nav-horizontal,
#a2689a9ac9a0c9d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a2689a9ac9a0c9d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a2689a9ac9a0c9d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2689a9ac9a0c9d > .tab-nav-horizontal::-webkit-scrollbar,
#a2689a9ac9a0c9d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2689a9ac9a0c9d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a2689a9ac9a0c9d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2689a9ac9a0c9d > .tab-nav-horizontal.tagScroll,
#a2689a9ac9a0c9d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2689a9ac9a0c9d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 10px;
  overflow-x: auto;
}
#a2689a9ac9a0c9d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2689a9ac9a0c9d > .tab-nav-horizontal.tagScroll li a,
#a2689a9ac9a0c9d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2689a9ac9a0c9d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a2689a9ac9a0c9d > .tab-wrap > div > .tab-nav a,
#a2689a9ac9a0c9d > .tab-nav a,
#a2689a9ac9a0c9d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a2689a9ac9a0c9d > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a2689a9ac9a0c9d > .tab-wrap > div > .tab-nav li a,
#a2689a9ac9a0c9d > .tab-nav li a,
#a2689a9ac9a0c9d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a2689a9ac9a0c9d > .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: 12px;
  font-family: inherit;
  color: rgba(255, 255, 255, 0);
  border-right-style: none;
}
#a2689a9ac9a0c9d > .tab-wrap > div > .tab-nav li a svg,
#a2689a9ac9a0c9d > .tab-nav li a svg,
#a2689a9ac9a0c9d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a2689a9ac9a0c9d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a2689a9ac9a0c9d > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2689a9ac9a0c9d > .tab-nav li a .ap_icon,
#a2689a9ac9a0c9d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2689a9ac9a0c9d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a2689a9ac9a0c9d > .tab-wrap > div > .tab-nav li a:hover,
#a2689a9ac9a0c9d > .tab-nav li a:hover,
#a2689a9ac9a0c9d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a2689a9ac9a0c9d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2689a9ac9a0c9d > .tab-wrap > div > .tab-nav li.uk-active a,
#a2689a9ac9a0c9d > .tab-nav li.uk-active a,
#a2689a9ac9a0c9d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a2689a9ac9a0c9d > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2689a9ac9a0c9d .layout-left li,
#a2689a9ac9a0c9d .layout-center li,
#a2689a9ac9a0c9d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a2689a9ac9a0c9d .layout-left li a,
#a2689a9ac9a0c9d .layout-center li a,
#a2689a9ac9a0c9d .layout-right li a {
  height: 100%;
}
#a2689a9ac9a0c9d > .tab-tabs .layout-left {
  text-align: left;
}
#a2689a9ac9a0c9d > .tab-tabs .layout-center {
  text-align: center;
}
#a2689a9ac9a0c9d > .tab-tabs .layout-right {
  text-align: right;
}
#a2689a9ac9a0c9d .tab-contents {
  height: 100%;
  height: calc(100% - 10px);
}
#a2689a9ac9a0c9d .tab-content-wrap {
  background-color: transparent;
}
#a2689a9ac9a0c9d .tab-contents,
#a2689a9ac9a0c9d .tab-contents-wrap {
  pointer-events: none;
}
#a2689a9ac9a0c9d .tab-content,
#a2689a9ac9a0c9d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a2689a9ac9a0c9d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a2689a9ac9a0c9d .tab-wrap .tab-contents {
  height: 100%;
}
#a2689a9ac9a0c9d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a2689a9ac9a0c9d .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a2689a9ac9a0c9d .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aa35cad0aba513e .uk-navbar-item,
#aa35cad0aba513e .uk-navbar-nav > li > a,
#aa35cad0aba513e .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#aa35cad0aba513e .ap-search-form {
  display: inline-block;
  width: 100%;
}
#aa35cad0aba513e .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#aa35cad0aba513e [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#aa35cad0aba513e .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #fafafa;
  color: #eee;
}
#aa35cad0aba513e .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#aa35cad0aba513e .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1364d8;
}
#aa35cad0aba513e .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#aa35cad0aba513e .logo {
  display: inline-block;
}
#aa35cad0aba513e .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #aa35cad0aba513e .ap-header-top {
    padding: 15px 10px;
  }
}
#a9631a2a43a6166 .ap-background-container::after {
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: transparent;
  background-image: linear-gradient(90deg, #000 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 1;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
#a78b9af72ea64b8 .ap-background-container::after {
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: transparent;
  background-image: linear-gradient(90deg, #000 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 1;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
#a2cf9a9550a8db4 .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#a0f23a69dcaa443  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#afc4ea6559aeed4  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 70px;padding-bottom: 50px;padding-right: 40px;padding-left: 0px;}#a0d56ab597acc5a  {flex-grow: 1;}#ab5aaa0daea0040  {flex: 1;}#ae5faa7e14a9827  {flex-grow: 1;}#aa00ea4755afaaa  {flex-grow: 1;}#a3f24a87f1a6ba7  {flex: 1;flex-direction: column;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;}#a898ea830ea9045  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;}#ab634a3d9bab5d0 .img-wrap {
  flex-grow: 0;
}
#abbf1a9db9aa4f0  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 20px;}#a3968abd18afa5b  {flex-grow: 1;}#a75a2a0ec0a9a49  {flex: 1;flex-direction: column;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;}#ac70ca2d38a79a4  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;}#acc3eabdc6a90e5 .img-wrap {
  flex-grow: 0;
}
#ae734aa91ea4b49  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 20px;}#a3346a4809af154  {flex: 1;}#acb9fad707a44d1  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 30px;}#a7552a6be5a8c7d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa782a5542a6552  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 50px;}#a6c33ab8eea5fbd {
  border-radius: 5px;
  overflow: hidden;
}
#a6c33ab8eea5fbd .ele-slideshow .uk-dotnav li a {
  background: #ffffff;
}
#a6c33ab8eea5fbd .ele-slideshow .uk-dotnav > .uk-active a {
  background: #01755f;
}
#a6c33ab8eea5fbd .ele-slideshow .uk-slidenav {
  background-color: rgba(65, 117, 5, 0);
}
#a6c33ab8eea5fbd .ele-slideshow .uk-slidenav {
  color: #f5a623;
}
#a6c33ab8eea5fbd .ele-slideshow .uk-slidenav:hover {
  background-color: rgba(255, 255, 255, 0);
}
#a0e1dacdb5ad8e2  {flex: 1;}#a60efa56abaf2ad  {flex-grow: 1;}#a7922a58d8ac21e  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#af468a22b8a0c9e  {flex-grow: 1;}#a5f6ea30f6a8b86  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a26b0a9d4fa1f6b  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 10px;}#a66c8a6bdbadd6a  {flex-grow: 1;}#af016aa9e4a1bfd  {flex-grow: 1;}#ade7cacfcfa2d17  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a91d3a8a55aefef  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 50px;padding-bottom: 10px;}#a9ccba55aeafdb9  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 70px;}#a21d5aea8da95f4  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;}#a9bfbad3ccaddee  {flex-grow: 1;}#a38b6ac2f0a70e3  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#aabdca8c05aed01  {flex-grow: 1;}#a8407afc44a8fed  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a9ea3a3e72a573b  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 10px;}#a5fbeada6baf7e3  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ab447a07cfa0ed6  {flex-grow: 1;}#a6c49ae3a9aa583  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a6556a4262a1093  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 50px;padding-bottom: 10px;}#aedb4a7fbca79bd  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 70px;}#a50e3a9437ac143  {flex: 1;}#a9863a74c2a273a  {flex-grow: 1;}#aacd2a823eaafdb  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a6b2da0382ac07a  {flex-grow: 1;}#a86e2a90b0a3a9f  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a9412ab1c9a194d  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 10px;}#a44a2adee2a5a48  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a289cab528a32a0  {flex-grow: 1;}#ad808a0d9ba2877  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a0f7fa5c77ab7e8  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 50px;padding-bottom: 10px;}#a359baf194a0288  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 70px;}#ab9baa7ee9a8690  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;padding-right: 40px;padding-left: 40px;padding-bottom: 30px;padding-top: 30px;}#ae3bba489fa7294  {flex-grow: 1;}#a8620a5ae7ad045  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a5ddca47b1a43da  {flex-grow: 1;}#a21a7af618af16a  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a0c3ba0280a337e  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 10px;}#ab1b4a319daf101  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ac0c6a8b2fae3b8  {flex-grow: 1;}#ac71da5f3ba048d  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a6f1ba65a9ae918  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 50px;padding-bottom: 10px;}#a9035a4970a27f5  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 70px;}#a4a23a7298a90d8  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a9c4aacd66a2d68  {flex-grow: 1;}#a25f4ac920a0c67  {flex: 1;}#a6b57ad03fa17f0  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 20px;}#add16a859da3574  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;}#a6600a533fa24f2  {flex-grow: 1;}#af957a9bbca53d6  {flex: 1;}#a4c59a5d8da7360  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;}#a9125ab91ca2a8b .ele-wrap {color: #ffffff;border-width: 0px;border-style: solid;font-size: 15px;background-color: #1364d8;border-radius: 3px;justify-content: center;font-family: Verdana;}#a9125ab91ca2a8b .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(1, 117, 95, 0.8);}#aab25a0046ad546  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;}#adfc1a69c0a0642 .ele-wrap {color: #ffffff;border-width: 0px;border-style: solid;font-size: 15px;background-color: #1364d8;border-radius: 3px;justify-content: center;font-family: Verdana;}#adfc1a69c0a0642 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(1, 117, 95, 0.8);}#a195cae4f5a8807  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 40px;}#aa8eaa45c5a55ea  {flex: 1;}#aa23aa2033ae212 .a081ea65bfa74f4 {
  overflow: hidden;
}
#aa23aa2033ae212 .a081ea65bfa74f4 , #aa23aa2033ae212 .a081ea65bfa74f4 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#aa23aa2033ae212 .a081ea65bfa74f4:hover , #aa23aa2033ae212 .a081ea65bfa74f4 *:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(0, 0, 0, 1);}#aa23aa2033ae212 .a7b1da29cba5606 {
  overflow: hidden;
}
#aa23aa2033ae212 .a7b1da29cba5606 , #aa23aa2033ae212 .a7b1da29cba5606 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: Verdana;color: rgba(225, 225, 225, 1);}#aa23aa2033ae212 .aeabba5bc1a5995 {
  overflow: hidden;
}
#aa23aa2033ae212 .aeabba5bc1a5995 , #aa23aa2033ae212 .aeabba5bc1a5995 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 13px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#aa23aa2033ae212 .uk-grid {
  margin-left: -10px;
}
#aa23aa2033ae212 .uk-grid > * {
  padding-left: 10px;
}
#aa23aa2033ae212 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#aa23aa2033ae212 .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#aa23aa2033ae212 .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #aa23aa2033ae212 .uk-position-center-left-out {
    left: -30px;
  }
  #aa23aa2033ae212 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#af3a5aa643a9418  {flex: 1;}#a96c6a7d4ca2f5b .uk-grid {
  margin-left: -10px;
}
#a96c6a7d4ca2f5b .uk-grid > * {
  padding-left: 10px;
}
#a96c6a7d4ca2f5b .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a96c6a7d4ca2f5b .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#a96c6a7d4ca2f5b .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #a96c6a7d4ca2f5b .uk-position-center-left-out {
    left: -30px;
  }
  #a96c6a7d4ca2f5b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac4cba9cd5a5af7 {
  overflow: hidden;
  pointer-events: none;
}
#ac4cba9cd5a5af7 > .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;
}
#ac4cba9cd5a5af7 > .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;
}
#ac4cba9cd5a5af7 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac4cba9cd5a5af7 > .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;
}
#ac4cba9cd5a5af7 > .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;
}
#ac4cba9cd5a5af7 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac4cba9cd5a5af7 > .tab-wrap > div > .tab-nav,
#ac4cba9cd5a5af7 > .tab-nav,
#ac4cba9cd5a5af7 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac4cba9cd5a5af7 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ac4cba9cd5a5af7 > .tab-wrap > div > .tab-nav-horizontal,
#ac4cba9cd5a5af7 > .tab-nav-horizontal,
#ac4cba9cd5a5af7 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac4cba9cd5a5af7 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac4cba9cd5a5af7 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac4cba9cd5a5af7 > .tab-nav-horizontal::-webkit-scrollbar,
#ac4cba9cd5a5af7 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac4cba9cd5a5af7 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac4cba9cd5a5af7 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac4cba9cd5a5af7 > .tab-nav-horizontal.tagScroll,
#ac4cba9cd5a5af7 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac4cba9cd5a5af7 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 10px;
  overflow-x: auto;
}
#ac4cba9cd5a5af7 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac4cba9cd5a5af7 > .tab-nav-horizontal.tagScroll li a,
#ac4cba9cd5a5af7 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac4cba9cd5a5af7 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac4cba9cd5a5af7 > .tab-wrap > div > .tab-nav a,
#ac4cba9cd5a5af7 > .tab-nav a,
#ac4cba9cd5a5af7 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac4cba9cd5a5af7 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ac4cba9cd5a5af7 > .tab-wrap > div > .tab-nav li a,
#ac4cba9cd5a5af7 > .tab-nav li a,
#ac4cba9cd5a5af7 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac4cba9cd5a5af7 > .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: 12px;
  font-family: inherit;
  color: rgba(255, 255, 255, 0);
  border-right-style: none;
}
#ac4cba9cd5a5af7 > .tab-wrap > div > .tab-nav li a svg,
#ac4cba9cd5a5af7 > .tab-nav li a svg,
#ac4cba9cd5a5af7 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac4cba9cd5a5af7 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac4cba9cd5a5af7 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac4cba9cd5a5af7 > .tab-nav li a .ap_icon,
#ac4cba9cd5a5af7 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac4cba9cd5a5af7 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac4cba9cd5a5af7 > .tab-wrap > div > .tab-nav li a:hover,
#ac4cba9cd5a5af7 > .tab-nav li a:hover,
#ac4cba9cd5a5af7 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac4cba9cd5a5af7 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ac4cba9cd5a5af7 > .tab-wrap > div > .tab-nav li.uk-active a,
#ac4cba9cd5a5af7 > .tab-nav li.uk-active a,
#ac4cba9cd5a5af7 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac4cba9cd5a5af7 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ac4cba9cd5a5af7 .layout-left li,
#ac4cba9cd5a5af7 .layout-center li,
#ac4cba9cd5a5af7 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac4cba9cd5a5af7 .layout-left li a,
#ac4cba9cd5a5af7 .layout-center li a,
#ac4cba9cd5a5af7 .layout-right li a {
  height: 100%;
}
#ac4cba9cd5a5af7 > .tab-tabs .layout-left {
  text-align: left;
}
#ac4cba9cd5a5af7 > .tab-tabs .layout-center {
  text-align: center;
}
#ac4cba9cd5a5af7 > .tab-tabs .layout-right {
  text-align: right;
}
#ac4cba9cd5a5af7 .tab-contents {
  height: 100%;
  height: calc(100% - 10px);
}
#ac4cba9cd5a5af7 .tab-content-wrap {
  background-color: transparent;
}
#ac4cba9cd5a5af7 .tab-contents,
#ac4cba9cd5a5af7 .tab-contents-wrap {
  pointer-events: none;
}
#ac4cba9cd5a5af7 .tab-content,
#ac4cba9cd5a5af7 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac4cba9cd5a5af7 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac4cba9cd5a5af7 .tab-wrap .tab-contents {
  height: 100%;
}
#ac4cba9cd5a5af7 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac4cba9cd5a5af7 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac4cba9cd5a5af7 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ad74fa7bfea3c57 .uk-navbar-item,
#ad74fa7bfea3c57 .uk-navbar-nav > li > a,
#ad74fa7bfea3c57 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#ad74fa7bfea3c57 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ad74fa7bfea3c57 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#ad74fa7bfea3c57 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ad74fa7bfea3c57 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #fafafa;
  color: #eee;
}
#ad74fa7bfea3c57 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#ad74fa7bfea3c57 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1364d8;
}
#ad74fa7bfea3c57 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#ad74fa7bfea3c57 .logo {
  display: inline-block;
}
#ad74fa7bfea3c57 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #ad74fa7bfea3c57 .ap-header-top {
    padding: 15px 10px;
  }
}
#a437ca9f6ca1920 .uk-card {
  overflow: hidden;
  height: 400px;
}
#a437ca9f6ca1920 .uk-link-reset {
  cursor: default;
}
#a437ca9f6ca1920 .uk-card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#a437ca9f6ca1920 .uk-card .abstract {
  position: relative;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  margin-top: 10px;
  color: #fff;
  font-size: 16px;
  padding: 0 15px;
}
#a437ca9f6ca1920 .uk-card .item-logo {
  position: relative;
  margin-top: 120px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#a437ca9f6ca1920 .uk-card .item-logo .ap-icon {
  width: 55px;
  height: 55px;
  color: #fff;
  font-size: 45px;
}
#a437ca9f6ca1920 .uk-card .title {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 20px 0;
  position: relative;
}
#a437ca9f6ca1920 .uk-card .title::before {
  content: "";
  position: relative;
  display: block;
  width: 20px;
  border-bottom: 2px solid #fff;
  margin: 0 auto 20px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#a437ca9f6ca1920 .uk-card .uk-h5,
#a437ca9f6ca1920 .uk-card .ap-icon {
  color: #666666;
}
#a437ca9f6ca1920 .uk-card:hover::before {
  background: rgba(19, 100, 216, 0.9);
}
#a437ca9f6ca1920 .uk-card:hover .item-logo {
  margin-top: 80px;
}
#a437ca9f6ca1920 .uk-card:hover .title::before {
  opacity: 0;
  margin-bottom: 0;
}
#a437ca9f6ca1920 .uk-card:hover .abstract {
  display: block;
  opacity: 1;
  margin-top: 0;
}
#a50cbaf420a87af .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#ac982a4f18a07ab .uk-navbar-item,
#ac982a4f18a07ab .uk-navbar-nav > li > a,
#ac982a4f18a07ab .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#ac982a4f18a07ab .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ac982a4f18a07ab .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#ac982a4f18a07ab [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ac982a4f18a07ab .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #fafafa;
  color: #eee;
}
#ac982a4f18a07ab .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#ac982a4f18a07ab .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1364d8;
}
#ac982a4f18a07ab .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#ac982a4f18a07ab .logo {
  display: inline-block;
}
#ac982a4f18a07ab .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #ac982a4f18a07ab .ap-header-top {
    padding: 15px 10px;
  }
}
#aa6e0a422baf056 .list-icon {
  color: #1364d8;
}
#aa6e0a422baf056 .uk-button {
  padding: 0px 60px;
  border: 1px solid #fff;
  background: none;
  font-weight: bold;
  font-size: 18px;
  transition: all 0.2s ease-in;
}
#aa6e0a422baf056 .uk-button:hover {
  background: #fff;
  color: #1364d8;
}
#aa6e0a422baf056 .uk-button i {
  margin-left: 10px;
  display: inline-block;
}
#a37b4a3d47af145 .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#a6efaa5a85a98d4  {flex: 1;}#af4c7aaebfa1053  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 30px;}#ac2aca04caabeed > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a737daee6eacf2e .ele-wrap {border-color: rgba(1, 117, 95, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 16px;background-color: #1364d8;border-radius: 3px;justify-content: center;}#a737daee6eacf2e .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;border-color: rgba(17, 138, 158, 1);background-color: rgba(9, 107, 123, 1);}#a5afea96f8ae504  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 50px;}#a332aafe16a9f2e {
  border-radius: 5px;
  overflow: hidden;
}
#a332aafe16a9f2e .ele-slideshow .uk-dotnav li a {
  background: #ffffff;
}
#a332aafe16a9f2e .ele-slideshow .uk-dotnav > .uk-active a {
  background: #01755f;
}
#a332aafe16a9f2e .ele-slideshow .uk-slidenav {
  background-color: rgba(65, 117, 5, 0);
}
#a332aafe16a9f2e .ele-slideshow .uk-slidenav {
  color: #f5a623;
}
#a332aafe16a9f2e .ele-slideshow .uk-slidenav:hover {
  background-color: rgba(255, 255, 255, 0);
}
#a4ceda42dfabba1 > .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);}#a6f3fad653a3c2f > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a993cad1bda0d51 > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 1px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);}#a3702a1215a45fc > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6012a105dac487 > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 1px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);}#aa200ad061a99b1 > .ele-wrap {border-left-width: -1px;border-bottom-width: -1px;border-right-width: -1px;border-top-width: -1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aab20a8521aaec6 > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-left-color: rgba(235, 235, 235, 1);}#a7ab6a8d0aa84f0  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a7050adccba499d  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 10px;padding-bottom: 30px;}#aacf7abf4ea58d4 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/ad1cfa3e21a0b3d/1756090598134.jpeg);background-position: center left;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac544a11adab8fc .ele-wrap {color: #01755f;border-width: 0px;border-style: solid;font-size: 12px;background-color: transparent;border-radius: 3px;justify-content: flex-start;font-family: Verdana;padding-left: 1px;padding-right: 1px;}#ac544a11adab8fc .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #000000;background-color: rgba(255, 255, 255, 0);}#ae607aabf8a8f3c {
  overflow: hidden;
  pointer-events: none;
}
#ae607aabf8a8f3c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ae607aabf8a8f3c > .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;
}
#ae607aabf8a8f3c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ae607aabf8a8f3c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ae607aabf8a8f3c > .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;
}
#ae607aabf8a8f3c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ae607aabf8a8f3c > .tab-wrap > div > .tab-nav,
#ae607aabf8a8f3c > .tab-nav,
#ae607aabf8a8f3c > .tab-tabs > .tab-wrap > div > .tab-nav,
#ae607aabf8a8f3c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#ae607aabf8a8f3c > .tab-wrap > div > .tab-nav-horizontal,
#ae607aabf8a8f3c > .tab-nav-horizontal,
#ae607aabf8a8f3c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ae607aabf8a8f3c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ae607aabf8a8f3c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ae607aabf8a8f3c > .tab-nav-horizontal::-webkit-scrollbar,
#ae607aabf8a8f3c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ae607aabf8a8f3c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ae607aabf8a8f3c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ae607aabf8a8f3c > .tab-nav-horizontal.tagScroll,
#ae607aabf8a8f3c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ae607aabf8a8f3c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 20px;
  overflow-x: auto;
}
#ae607aabf8a8f3c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ae607aabf8a8f3c > .tab-nav-horizontal.tagScroll li a,
#ae607aabf8a8f3c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ae607aabf8a8f3c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ae607aabf8a8f3c > .tab-wrap > div > .tab-nav a,
#ae607aabf8a8f3c > .tab-nav a,
#ae607aabf8a8f3c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ae607aabf8a8f3c > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ae607aabf8a8f3c > .tab-wrap > div > .tab-nav li a,
#ae607aabf8a8f3c > .tab-nav li a,
#ae607aabf8a8f3c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ae607aabf8a8f3c > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #1364d8;
  background-color: rgba(35, 143, 202, 0);
  margin-top: 0;
  margin-right: 10px;
  margin-left: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #1364d8;
}
#ae607aabf8a8f3c > .tab-wrap > div > .tab-nav li a svg,
#ae607aabf8a8f3c > .tab-nav li a svg,
#ae607aabf8a8f3c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ae607aabf8a8f3c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ae607aabf8a8f3c > .tab-wrap > div > .tab-nav li a .ap_icon,
#ae607aabf8a8f3c > .tab-nav li a .ap_icon,
#ae607aabf8a8f3c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ae607aabf8a8f3c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ae607aabf8a8f3c > .tab-wrap > div > .tab-nav li a:hover,
#ae607aabf8a8f3c > .tab-nav li a:hover,
#ae607aabf8a8f3c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ae607aabf8a8f3c > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #1364d8;
}
#ae607aabf8a8f3c > .tab-wrap > div > .tab-nav li.uk-active a,
#ae607aabf8a8f3c > .tab-nav li.uk-active a,
#ae607aabf8a8f3c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ae607aabf8a8f3c > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #000000;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #1364d8;
}
#ae607aabf8a8f3c .layout-left li,
#ae607aabf8a8f3c .layout-center li,
#ae607aabf8a8f3c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ae607aabf8a8f3c .layout-left li a,
#ae607aabf8a8f3c .layout-center li a,
#ae607aabf8a8f3c .layout-right li a {
  height: 100%;
}
#ae607aabf8a8f3c > .tab-tabs .layout-left {
  text-align: left;
}
#ae607aabf8a8f3c > .tab-tabs .layout-center {
  text-align: center;
}
#ae607aabf8a8f3c > .tab-tabs .layout-right {
  text-align: right;
}
#ae607aabf8a8f3c .tab-contents {
  height: 100%;
  height: calc(100% - 20px);
}
#ae607aabf8a8f3c .tab-content-wrap {
  background-color: #ffffff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  border-top-style: none;
  border-top-width: 0;
}
#ae607aabf8a8f3c .tab-contents,
#ae607aabf8a8f3c .tab-contents-wrap {
  pointer-events: none;
}
#ae607aabf8a8f3c .tab-content,
#ae607aabf8a8f3c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ae607aabf8a8f3c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ae607aabf8a8f3c .tab-wrap .tab-contents {
  height: 100%;
}
#ae607aabf8a8f3c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ae607aabf8a8f3c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ae607aabf8a8f3c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a3d91aaa68ab723 .ele-wrap {color: #01755f;border-width: 0px;border-style: solid;font-size: 12px;background-color: transparent;border-radius: 3px;justify-content: flex-start;font-family: Verdana;padding-left: 1px;padding-right: 1px;}#a3d91aaa68ab723 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #000000;background-color: rgba(255, 255, 255, 0);}#abaa0a1d5ba1a94 {
  overflow: hidden;
  pointer-events: none;
}
#abaa0a1d5ba1a94 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#abaa0a1d5ba1a94 > .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;
}
#abaa0a1d5ba1a94 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#abaa0a1d5ba1a94 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#abaa0a1d5ba1a94 > .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;
}
#abaa0a1d5ba1a94 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#abaa0a1d5ba1a94 > .tab-wrap > div > .tab-nav,
#abaa0a1d5ba1a94 > .tab-nav,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-wrap > div > .tab-nav,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#abaa0a1d5ba1a94 > .tab-wrap > div > .tab-nav-horizontal,
#abaa0a1d5ba1a94 > .tab-nav-horizontal,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#abaa0a1d5ba1a94 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#abaa0a1d5ba1a94 > .tab-nav-horizontal::-webkit-scrollbar,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#abaa0a1d5ba1a94 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#abaa0a1d5ba1a94 > .tab-nav-horizontal.tagScroll,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 20px;
  overflow-x: auto;
}
#abaa0a1d5ba1a94 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#abaa0a1d5ba1a94 > .tab-nav-horizontal.tagScroll li a,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#abaa0a1d5ba1a94 > .tab-wrap > div > .tab-nav a,
#abaa0a1d5ba1a94 > .tab-nav a,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#abaa0a1d5ba1a94 > .tab-wrap > div > .tab-nav li a,
#abaa0a1d5ba1a94 > .tab-nav li a,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #1364d8;
  background-color: rgba(35, 143, 202, 0);
  margin-top: 0;
  margin-right: 10px;
  margin-left: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #1364d8;
}
#abaa0a1d5ba1a94 > .tab-wrap > div > .tab-nav li a svg,
#abaa0a1d5ba1a94 > .tab-nav li a svg,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#abaa0a1d5ba1a94 > .tab-wrap > div > .tab-nav li a .ap_icon,
#abaa0a1d5ba1a94 > .tab-nav li a .ap_icon,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#abaa0a1d5ba1a94 > .tab-wrap > div > .tab-nav li a:hover,
#abaa0a1d5ba1a94 > .tab-nav li a:hover,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
}
#abaa0a1d5ba1a94 > .tab-wrap > div > .tab-nav li.uk-active a,
#abaa0a1d5ba1a94 > .tab-nav li.uk-active a,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #ffffff;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff;
}
#abaa0a1d5ba1a94 .layout-left li,
#abaa0a1d5ba1a94 .layout-center li,
#abaa0a1d5ba1a94 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#abaa0a1d5ba1a94 .layout-left li a,
#abaa0a1d5ba1a94 .layout-center li a,
#abaa0a1d5ba1a94 .layout-right li a {
  height: 100%;
}
#abaa0a1d5ba1a94 > .tab-tabs .layout-left {
  text-align: left;
}
#abaa0a1d5ba1a94 > .tab-tabs .layout-center {
  text-align: center;
}
#abaa0a1d5ba1a94 > .tab-tabs .layout-right {
  text-align: right;
}
#abaa0a1d5ba1a94 .tab-contents {
  height: 100%;
  height: calc(100% - 20px);
}
#abaa0a1d5ba1a94 .tab-content-wrap {
  background-color: #ffffff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  border-top-style: none;
  border-top-width: 0;
}
#abaa0a1d5ba1a94 .tab-contents,
#abaa0a1d5ba1a94 .tab-contents-wrap {
  pointer-events: none;
}
#abaa0a1d5ba1a94 .tab-content,
#abaa0a1d5ba1a94 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#abaa0a1d5ba1a94 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#abaa0a1d5ba1a94 .tab-wrap .tab-contents {
  height: 100%;
}
#abaa0a1d5ba1a94 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#abaa0a1d5ba1a94 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#abaa0a1d5ba1a94 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a03f0a451eaa055 .ele-wrap {color: #01755f;border-width: 0px;border-style: solid;font-size: 12px;background-color: transparent;border-radius: 3px;justify-content: flex-start;font-family: Verdana;padding-left: 1px;padding-right: 1px;}#a03f0a451eaa055 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #000000;background-color: rgba(255, 255, 255, 0);}#ad289ac399a968e {
  overflow: hidden;
  pointer-events: none;
}
#ad289ac399a968e > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ad289ac399a968e > .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;
}
#ad289ac399a968e > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ad289ac399a968e > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ad289ac399a968e > .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;
}
#ad289ac399a968e > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ad289ac399a968e > .tab-wrap > div > .tab-nav,
#ad289ac399a968e > .tab-nav,
#ad289ac399a968e > .tab-tabs > .tab-wrap > div > .tab-nav,
#ad289ac399a968e > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#ad289ac399a968e > .tab-wrap > div > .tab-nav-horizontal,
#ad289ac399a968e > .tab-nav-horizontal,
#ad289ac399a968e > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ad289ac399a968e > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ad289ac399a968e > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ad289ac399a968e > .tab-nav-horizontal::-webkit-scrollbar,
#ad289ac399a968e > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ad289ac399a968e > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ad289ac399a968e > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ad289ac399a968e > .tab-nav-horizontal.tagScroll,
#ad289ac399a968e > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ad289ac399a968e > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 20px;
  overflow-x: auto;
}
#ad289ac399a968e > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ad289ac399a968e > .tab-nav-horizontal.tagScroll li a,
#ad289ac399a968e > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ad289ac399a968e > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ad289ac399a968e > .tab-wrap > div > .tab-nav a,
#ad289ac399a968e > .tab-nav a,
#ad289ac399a968e > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ad289ac399a968e > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ad289ac399a968e > .tab-wrap > div > .tab-nav li a,
#ad289ac399a968e > .tab-nav li a,
#ad289ac399a968e > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ad289ac399a968e > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #1364d8;
  background-color: rgba(35, 143, 202, 0);
  margin-top: 0;
  margin-right: 10px;
  margin-left: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #1364d8;
}
#ad289ac399a968e > .tab-wrap > div > .tab-nav li a svg,
#ad289ac399a968e > .tab-nav li a svg,
#ad289ac399a968e > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ad289ac399a968e > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ad289ac399a968e > .tab-wrap > div > .tab-nav li a .ap_icon,
#ad289ac399a968e > .tab-nav li a .ap_icon,
#ad289ac399a968e > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ad289ac399a968e > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ad289ac399a968e > .tab-wrap > div > .tab-nav li a:hover,
#ad289ac399a968e > .tab-nav li a:hover,
#ad289ac399a968e > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ad289ac399a968e > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
}
#ad289ac399a968e > .tab-wrap > div > .tab-nav li.uk-active a,
#ad289ac399a968e > .tab-nav li.uk-active a,
#ad289ac399a968e > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ad289ac399a968e > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #ffffff;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff;
}
#ad289ac399a968e .layout-left li,
#ad289ac399a968e .layout-center li,
#ad289ac399a968e .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ad289ac399a968e .layout-left li a,
#ad289ac399a968e .layout-center li a,
#ad289ac399a968e .layout-right li a {
  height: 100%;
}
#ad289ac399a968e > .tab-tabs .layout-left {
  text-align: left;
}
#ad289ac399a968e > .tab-tabs .layout-center {
  text-align: center;
}
#ad289ac399a968e > .tab-tabs .layout-right {
  text-align: right;
}
#ad289ac399a968e .tab-contents {
  height: 100%;
  height: calc(100% - 20px);
}
#ad289ac399a968e .tab-content-wrap {
  background-color: #ffffff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  border-top-style: none;
  border-top-width: 0;
}
#ad289ac399a968e .tab-contents,
#ad289ac399a968e .tab-contents-wrap {
  pointer-events: none;
}
#ad289ac399a968e .tab-content,
#ad289ac399a968e .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ad289ac399a968e .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ad289ac399a968e .tab-wrap .tab-contents {
  height: 100%;
}
#ad289ac399a968e .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ad289ac399a968e .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ad289ac399a968e .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aff6ca71d2af32d .ele-wrap {color: #01755f;border-width: 0px;border-style: solid;font-size: 12px;background-color: transparent;border-radius: 3px;justify-content: flex-start;font-family: Verdana;padding-left: 1px;padding-right: 1px;}#aff6ca71d2af32d .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #000000;background-color: rgba(255, 255, 255, 0);}#abab7a29a6a4940 {
  overflow: hidden;
  pointer-events: none;
}
#abab7a29a6a4940 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#abab7a29a6a4940 > .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;
}
#abab7a29a6a4940 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#abab7a29a6a4940 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#abab7a29a6a4940 > .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;
}
#abab7a29a6a4940 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#abab7a29a6a4940 > .tab-wrap > div > .tab-nav,
#abab7a29a6a4940 > .tab-nav,
#abab7a29a6a4940 > .tab-tabs > .tab-wrap > div > .tab-nav,
#abab7a29a6a4940 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#abab7a29a6a4940 > .tab-wrap > div > .tab-nav-horizontal,
#abab7a29a6a4940 > .tab-nav-horizontal,
#abab7a29a6a4940 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#abab7a29a6a4940 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#abab7a29a6a4940 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#abab7a29a6a4940 > .tab-nav-horizontal::-webkit-scrollbar,
#abab7a29a6a4940 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#abab7a29a6a4940 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#abab7a29a6a4940 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#abab7a29a6a4940 > .tab-nav-horizontal.tagScroll,
#abab7a29a6a4940 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#abab7a29a6a4940 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 20px;
  overflow-x: auto;
}
#abab7a29a6a4940 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#abab7a29a6a4940 > .tab-nav-horizontal.tagScroll li a,
#abab7a29a6a4940 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#abab7a29a6a4940 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#abab7a29a6a4940 > .tab-wrap > div > .tab-nav a,
#abab7a29a6a4940 > .tab-nav a,
#abab7a29a6a4940 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#abab7a29a6a4940 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#abab7a29a6a4940 > .tab-wrap > div > .tab-nav li a,
#abab7a29a6a4940 > .tab-nav li a,
#abab7a29a6a4940 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#abab7a29a6a4940 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #1364d8;
  background-color: rgba(35, 143, 202, 0);
  margin-top: 0;
  margin-right: 10px;
  margin-left: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #1364d8;
}
#abab7a29a6a4940 > .tab-wrap > div > .tab-nav li a svg,
#abab7a29a6a4940 > .tab-nav li a svg,
#abab7a29a6a4940 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#abab7a29a6a4940 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#abab7a29a6a4940 > .tab-wrap > div > .tab-nav li a .ap_icon,
#abab7a29a6a4940 > .tab-nav li a .ap_icon,
#abab7a29a6a4940 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#abab7a29a6a4940 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#abab7a29a6a4940 > .tab-wrap > div > .tab-nav li a:hover,
#abab7a29a6a4940 > .tab-nav li a:hover,
#abab7a29a6a4940 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#abab7a29a6a4940 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
}
#abab7a29a6a4940 > .tab-wrap > div > .tab-nav li.uk-active a,
#abab7a29a6a4940 > .tab-nav li.uk-active a,
#abab7a29a6a4940 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#abab7a29a6a4940 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #ffffff;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff;
}
#abab7a29a6a4940 .layout-left li,
#abab7a29a6a4940 .layout-center li,
#abab7a29a6a4940 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#abab7a29a6a4940 .layout-left li a,
#abab7a29a6a4940 .layout-center li a,
#abab7a29a6a4940 .layout-right li a {
  height: 100%;
}
#abab7a29a6a4940 > .tab-tabs .layout-left {
  text-align: left;
}
#abab7a29a6a4940 > .tab-tabs .layout-center {
  text-align: center;
}
#abab7a29a6a4940 > .tab-tabs .layout-right {
  text-align: right;
}
#abab7a29a6a4940 .tab-contents {
  height: 100%;
  height: calc(100% - 20px);
}
#abab7a29a6a4940 .tab-content-wrap {
  background-color: #ffffff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  border-top-style: none;
  border-top-width: 0;
}
#abab7a29a6a4940 .tab-contents,
#abab7a29a6a4940 .tab-contents-wrap {
  pointer-events: none;
}
#abab7a29a6a4940 .tab-content,
#abab7a29a6a4940 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#abab7a29a6a4940 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#abab7a29a6a4940 .tab-wrap .tab-contents {
  height: 100%;
}
#abab7a29a6a4940 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#abab7a29a6a4940 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#abab7a29a6a4940 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8d0aa0d51ab95e .ele-wrap {color: #01755f;border-width: 0px;border-style: solid;font-size: 12px;background-color: transparent;border-radius: 3px;justify-content: flex-start;font-family: Verdana;padding-left: 1px;padding-right: 1px;}#a8d0aa0d51ab95e .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #000000;background-color: rgba(255, 255, 255, 0);}#a1ec6a9afeaa7ba {
  overflow: hidden;
  pointer-events: none;
}
#a1ec6a9afeaa7ba > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a1ec6a9afeaa7ba > .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;
}
#a1ec6a9afeaa7ba > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a1ec6a9afeaa7ba > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a1ec6a9afeaa7ba > .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;
}
#a1ec6a9afeaa7ba > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a1ec6a9afeaa7ba > .tab-wrap > div > .tab-nav,
#a1ec6a9afeaa7ba > .tab-nav,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-wrap > div > .tab-nav,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a1ec6a9afeaa7ba > .tab-wrap > div > .tab-nav-horizontal,
#a1ec6a9afeaa7ba > .tab-nav-horizontal,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a1ec6a9afeaa7ba > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a1ec6a9afeaa7ba > .tab-nav-horizontal::-webkit-scrollbar,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a1ec6a9afeaa7ba > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a1ec6a9afeaa7ba > .tab-nav-horizontal.tagScroll,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 20px;
  overflow-x: auto;
}
#a1ec6a9afeaa7ba > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a1ec6a9afeaa7ba > .tab-nav-horizontal.tagScroll li a,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a1ec6a9afeaa7ba > .tab-wrap > div > .tab-nav a,
#a1ec6a9afeaa7ba > .tab-nav a,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a1ec6a9afeaa7ba > .tab-wrap > div > .tab-nav li a,
#a1ec6a9afeaa7ba > .tab-nav li a,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #1364d8;
  background-color: rgba(35, 143, 202, 0);
  margin-top: 0;
  margin-left: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #1364d8;
}
#a1ec6a9afeaa7ba > .tab-wrap > div > .tab-nav li a svg,
#a1ec6a9afeaa7ba > .tab-nav li a svg,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a1ec6a9afeaa7ba > .tab-wrap > div > .tab-nav li a .ap_icon,
#a1ec6a9afeaa7ba > .tab-nav li a .ap_icon,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a1ec6a9afeaa7ba > .tab-wrap > div > .tab-nav li a:hover,
#a1ec6a9afeaa7ba > .tab-nav li a:hover,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #000000;
}
#a1ec6a9afeaa7ba > .tab-wrap > div > .tab-nav li.uk-active a,
#a1ec6a9afeaa7ba > .tab-nav li.uk-active a,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #000000;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #000000;
}
#a1ec6a9afeaa7ba .layout-left li,
#a1ec6a9afeaa7ba .layout-center li,
#a1ec6a9afeaa7ba .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a1ec6a9afeaa7ba .layout-left li a,
#a1ec6a9afeaa7ba .layout-center li a,
#a1ec6a9afeaa7ba .layout-right li a {
  height: 100%;
}
#a1ec6a9afeaa7ba > .tab-tabs .layout-left {
  text-align: left;
}
#a1ec6a9afeaa7ba > .tab-tabs .layout-center {
  text-align: center;
}
#a1ec6a9afeaa7ba > .tab-tabs .layout-right {
  text-align: right;
}
#a1ec6a9afeaa7ba .tab-contents {
  height: 100%;
  height: calc(100% - 20px);
}
#a1ec6a9afeaa7ba .tab-content-wrap {
  background-color: #ffffff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  border-top-style: none;
  border-top-width: 0;
}
#a1ec6a9afeaa7ba .tab-contents,
#a1ec6a9afeaa7ba .tab-contents-wrap {
  pointer-events: none;
}
#a1ec6a9afeaa7ba .tab-content,
#a1ec6a9afeaa7ba .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a1ec6a9afeaa7ba .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a1ec6a9afeaa7ba .tab-wrap .tab-contents {
  height: 100%;
}
#a1ec6a9afeaa7ba .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a1ec6a9afeaa7ba .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a1ec6a9afeaa7ba .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a704ba7cafa4633 .ele-wrap {color: #01755f;border-width: 0px;border-style: solid;font-size: 12px;background-color: transparent;border-radius: 3px;justify-content: flex-start;font-family: Verdana;padding-left: 1px;padding-right: 1px;}#a704ba7cafa4633 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #000000;background-color: rgba(255, 255, 255, 0);}#a9bd6a4916a2714 {
  overflow: hidden;
  pointer-events: none;
}
#a9bd6a4916a2714 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9bd6a4916a2714 > .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;
}
#a9bd6a4916a2714 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9bd6a4916a2714 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9bd6a4916a2714 > .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;
}
#a9bd6a4916a2714 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9bd6a4916a2714 > .tab-wrap > div > .tab-nav,
#a9bd6a4916a2714 > .tab-nav,
#a9bd6a4916a2714 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9bd6a4916a2714 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a9bd6a4916a2714 > .tab-wrap > div > .tab-nav-horizontal,
#a9bd6a4916a2714 > .tab-nav-horizontal,
#a9bd6a4916a2714 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9bd6a4916a2714 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9bd6a4916a2714 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9bd6a4916a2714 > .tab-nav-horizontal::-webkit-scrollbar,
#a9bd6a4916a2714 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9bd6a4916a2714 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9bd6a4916a2714 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9bd6a4916a2714 > .tab-nav-horizontal.tagScroll,
#a9bd6a4916a2714 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9bd6a4916a2714 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 20px;
  overflow-x: auto;
}
#a9bd6a4916a2714 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9bd6a4916a2714 > .tab-nav-horizontal.tagScroll li a,
#a9bd6a4916a2714 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9bd6a4916a2714 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9bd6a4916a2714 > .tab-wrap > div > .tab-nav a,
#a9bd6a4916a2714 > .tab-nav a,
#a9bd6a4916a2714 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9bd6a4916a2714 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a9bd6a4916a2714 > .tab-wrap > div > .tab-nav li a,
#a9bd6a4916a2714 > .tab-nav li a,
#a9bd6a4916a2714 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9bd6a4916a2714 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #1364d8;
  background-color: rgba(35, 143, 202, 0);
  margin-top: 0;
  margin-left: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #1364d8;
}
#a9bd6a4916a2714 > .tab-wrap > div > .tab-nav li a svg,
#a9bd6a4916a2714 > .tab-nav li a svg,
#a9bd6a4916a2714 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9bd6a4916a2714 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9bd6a4916a2714 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9bd6a4916a2714 > .tab-nav li a .ap_icon,
#a9bd6a4916a2714 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9bd6a4916a2714 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9bd6a4916a2714 > .tab-wrap > div > .tab-nav li a:hover,
#a9bd6a4916a2714 > .tab-nav li a:hover,
#a9bd6a4916a2714 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9bd6a4916a2714 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #000000;
}
#a9bd6a4916a2714 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9bd6a4916a2714 > .tab-nav li.uk-active a,
#a9bd6a4916a2714 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9bd6a4916a2714 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #000000;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #000000;
}
#a9bd6a4916a2714 .layout-left li,
#a9bd6a4916a2714 .layout-center li,
#a9bd6a4916a2714 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9bd6a4916a2714 .layout-left li a,
#a9bd6a4916a2714 .layout-center li a,
#a9bd6a4916a2714 .layout-right li a {
  height: 100%;
}
#a9bd6a4916a2714 > .tab-tabs .layout-left {
  text-align: left;
}
#a9bd6a4916a2714 > .tab-tabs .layout-center {
  text-align: center;
}
#a9bd6a4916a2714 > .tab-tabs .layout-right {
  text-align: right;
}
#a9bd6a4916a2714 .tab-contents {
  height: 100%;
  height: calc(100% - 20px);
}
#a9bd6a4916a2714 .tab-content-wrap {
  background-color: #ffffff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  border-top-style: none;
  border-top-width: 0;
}
#a9bd6a4916a2714 .tab-contents,
#a9bd6a4916a2714 .tab-contents-wrap {
  pointer-events: none;
}
#a9bd6a4916a2714 .tab-content,
#a9bd6a4916a2714 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9bd6a4916a2714 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9bd6a4916a2714 .tab-wrap .tab-contents {
  height: 100%;
}
#a9bd6a4916a2714 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9bd6a4916a2714 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9bd6a4916a2714 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a664cab3d2a611b .ele-wrap {color: #01755f;border-width: 0px;border-style: solid;font-size: 12px;background-color: transparent;border-radius: 3px;justify-content: flex-start;font-family: Verdana;padding-left: 1px;padding-right: 1px;}#a664cab3d2a611b .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #000000;background-color: rgba(255, 255, 255, 0);}#afc4dacc1fa77bd {
  overflow: hidden;
  pointer-events: none;
}
#afc4dacc1fa77bd > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#afc4dacc1fa77bd > .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;
}
#afc4dacc1fa77bd > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#afc4dacc1fa77bd > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#afc4dacc1fa77bd > .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;
}
#afc4dacc1fa77bd > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#afc4dacc1fa77bd > .tab-wrap > div > .tab-nav,
#afc4dacc1fa77bd > .tab-nav,
#afc4dacc1fa77bd > .tab-tabs > .tab-wrap > div > .tab-nav,
#afc4dacc1fa77bd > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#afc4dacc1fa77bd > .tab-wrap > div > .tab-nav-horizontal,
#afc4dacc1fa77bd > .tab-nav-horizontal,
#afc4dacc1fa77bd > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#afc4dacc1fa77bd > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#afc4dacc1fa77bd > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#afc4dacc1fa77bd > .tab-nav-horizontal::-webkit-scrollbar,
#afc4dacc1fa77bd > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#afc4dacc1fa77bd > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#afc4dacc1fa77bd > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#afc4dacc1fa77bd > .tab-nav-horizontal.tagScroll,
#afc4dacc1fa77bd > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#afc4dacc1fa77bd > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 20px;
  overflow-x: auto;
}
#afc4dacc1fa77bd > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#afc4dacc1fa77bd > .tab-nav-horizontal.tagScroll li a,
#afc4dacc1fa77bd > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#afc4dacc1fa77bd > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#afc4dacc1fa77bd > .tab-wrap > div > .tab-nav a,
#afc4dacc1fa77bd > .tab-nav a,
#afc4dacc1fa77bd > .tab-tabs > .tab-wrap > div > .tab-nav a,
#afc4dacc1fa77bd > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#afc4dacc1fa77bd > .tab-wrap > div > .tab-nav li a,
#afc4dacc1fa77bd > .tab-nav li a,
#afc4dacc1fa77bd > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#afc4dacc1fa77bd > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #1364d8;
  background-color: rgba(35, 143, 202, 0);
  margin-top: 0;
  margin-right: 5px;
  margin-left: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #1364d8;
}
#afc4dacc1fa77bd > .tab-wrap > div > .tab-nav li a svg,
#afc4dacc1fa77bd > .tab-nav li a svg,
#afc4dacc1fa77bd > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#afc4dacc1fa77bd > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#afc4dacc1fa77bd > .tab-wrap > div > .tab-nav li a .ap_icon,
#afc4dacc1fa77bd > .tab-nav li a .ap_icon,
#afc4dacc1fa77bd > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#afc4dacc1fa77bd > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#afc4dacc1fa77bd > .tab-wrap > div > .tab-nav li a:hover,
#afc4dacc1fa77bd > .tab-nav li a:hover,
#afc4dacc1fa77bd > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#afc4dacc1fa77bd > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #000000;
}
#afc4dacc1fa77bd > .tab-wrap > div > .tab-nav li.uk-active a,
#afc4dacc1fa77bd > .tab-nav li.uk-active a,
#afc4dacc1fa77bd > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#afc4dacc1fa77bd > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #000000;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #000000;
}
#afc4dacc1fa77bd .layout-left li,
#afc4dacc1fa77bd .layout-center li,
#afc4dacc1fa77bd .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#afc4dacc1fa77bd .layout-left li a,
#afc4dacc1fa77bd .layout-center li a,
#afc4dacc1fa77bd .layout-right li a {
  height: 100%;
}
#afc4dacc1fa77bd > .tab-tabs .layout-left {
  text-align: left;
}
#afc4dacc1fa77bd > .tab-tabs .layout-center {
  text-align: center;
}
#afc4dacc1fa77bd > .tab-tabs .layout-right {
  text-align: right;
}
#afc4dacc1fa77bd .tab-contents {
  height: 100%;
  height: calc(100% - 20px);
}
#afc4dacc1fa77bd .tab-content-wrap {
  background-color: #ffffff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-style: none;
  border-top-width: 0;
}
#afc4dacc1fa77bd .tab-contents,
#afc4dacc1fa77bd .tab-contents-wrap {
  pointer-events: none;
}
#afc4dacc1fa77bd .tab-content,
#afc4dacc1fa77bd .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#afc4dacc1fa77bd .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#afc4dacc1fa77bd .tab-wrap .tab-contents {
  height: 100%;
}
#afc4dacc1fa77bd .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#afc4dacc1fa77bd .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#afc4dacc1fa77bd .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a3b0faa63fa40bc .ele-wrap {color: #01755f;border-width: 0px;border-style: solid;font-size: 12px;background-color: transparent;border-radius: 3px;justify-content: flex-start;font-family: Verdana;padding-left: 1px;padding-right: 1px;}#a3b0faa63fa40bc .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #000000;background-color: rgba(255, 255, 255, 0);}#a7ac0acdbba1756 {
  overflow: hidden;
  pointer-events: none;
}
#a7ac0acdbba1756 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a7ac0acdbba1756 > .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;
}
#a7ac0acdbba1756 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a7ac0acdbba1756 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a7ac0acdbba1756 > .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;
}
#a7ac0acdbba1756 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a7ac0acdbba1756 > .tab-wrap > div > .tab-nav,
#a7ac0acdbba1756 > .tab-nav,
#a7ac0acdbba1756 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a7ac0acdbba1756 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a7ac0acdbba1756 > .tab-wrap > div > .tab-nav-horizontal,
#a7ac0acdbba1756 > .tab-nav-horizontal,
#a7ac0acdbba1756 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a7ac0acdbba1756 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a7ac0acdbba1756 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a7ac0acdbba1756 > .tab-nav-horizontal::-webkit-scrollbar,
#a7ac0acdbba1756 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a7ac0acdbba1756 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a7ac0acdbba1756 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a7ac0acdbba1756 > .tab-nav-horizontal.tagScroll,
#a7ac0acdbba1756 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a7ac0acdbba1756 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 20px;
  overflow-x: auto;
}
#a7ac0acdbba1756 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a7ac0acdbba1756 > .tab-nav-horizontal.tagScroll li a,
#a7ac0acdbba1756 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a7ac0acdbba1756 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a7ac0acdbba1756 > .tab-wrap > div > .tab-nav a,
#a7ac0acdbba1756 > .tab-nav a,
#a7ac0acdbba1756 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a7ac0acdbba1756 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a7ac0acdbba1756 > .tab-wrap > div > .tab-nav li a,
#a7ac0acdbba1756 > .tab-nav li a,
#a7ac0acdbba1756 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a7ac0acdbba1756 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #1364d8;
  background-color: rgba(35, 143, 202, 0);
  margin-top: 0;
  margin-left: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #1364d8;
}
#a7ac0acdbba1756 > .tab-wrap > div > .tab-nav li a svg,
#a7ac0acdbba1756 > .tab-nav li a svg,
#a7ac0acdbba1756 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a7ac0acdbba1756 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a7ac0acdbba1756 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a7ac0acdbba1756 > .tab-nav li a .ap_icon,
#a7ac0acdbba1756 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a7ac0acdbba1756 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a7ac0acdbba1756 > .tab-wrap > div > .tab-nav li a:hover,
#a7ac0acdbba1756 > .tab-nav li a:hover,
#a7ac0acdbba1756 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a7ac0acdbba1756 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
}
#a7ac0acdbba1756 > .tab-wrap > div > .tab-nav li.uk-active a,
#a7ac0acdbba1756 > .tab-nav li.uk-active a,
#a7ac0acdbba1756 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a7ac0acdbba1756 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #ffffff;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff;
}
#a7ac0acdbba1756 .layout-left li,
#a7ac0acdbba1756 .layout-center li,
#a7ac0acdbba1756 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a7ac0acdbba1756 .layout-left li a,
#a7ac0acdbba1756 .layout-center li a,
#a7ac0acdbba1756 .layout-right li a {
  height: 100%;
}
#a7ac0acdbba1756 > .tab-tabs .layout-left {
  text-align: left;
}
#a7ac0acdbba1756 > .tab-tabs .layout-center {
  text-align: center;
}
#a7ac0acdbba1756 > .tab-tabs .layout-right {
  text-align: right;
}
#a7ac0acdbba1756 .tab-contents {
  height: 100%;
  height: calc(100% - 20px);
}
#a7ac0acdbba1756 .tab-content-wrap {
  background-color: #ffffff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-style: none;
  border-top-width: 0;
}
#a7ac0acdbba1756 .tab-contents,
#a7ac0acdbba1756 .tab-contents-wrap {
  pointer-events: none;
}
#a7ac0acdbba1756 .tab-content,
#a7ac0acdbba1756 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a7ac0acdbba1756 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a7ac0acdbba1756 .tab-wrap .tab-contents {
  height: 100%;
}
#a7ac0acdbba1756 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a7ac0acdbba1756 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a7ac0acdbba1756 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a5bb2a21b6ae4fe  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a2d8aae499aa978  {flex-grow: 1;}#a92a8a27feac891  {flex: 1;}#ad252ae69bae906  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 20px;}#ad8a8a9d31a7a56  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;}#a3bd4abe22aa4d3  {flex-grow: 1;}#a2fa4a91aea5143  {flex: 1;}#ae6f5ad37ba05ed  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;}#a4975aea77ab740 .ele-wrap {color: #ffffff;border-width: 0px;border-style: solid;font-size: 15px;background-color: #1364d8;border-radius: 3px;justify-content: center;font-family: Verdana;}#a4975aea77ab740 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(1, 117, 95, 0.8);}#a99dfad58ea5ee6  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;}#a8a05a092ea520d .ele-wrap {color: #ffffff;border-width: 0px;border-style: solid;font-size: 15px;background-color: #1364d8;border-radius: 3px;justify-content: center;font-family: Verdana;}#a8a05a092ea520d .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(1, 117, 95, 0.8);}#a0518a6cbba1f40  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 40px;}#ac6a7a7b6ba147b  {flex: 1;}#aaf0cad842a9530 .a76fba0982a59f8 {
  overflow: hidden;
}
#aaf0cad842a9530 .a76fba0982a59f8 , #aaf0cad842a9530 .a76fba0982a59f8 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#aaf0cad842a9530 .a76fba0982a59f8:hover , #aaf0cad842a9530 .a76fba0982a59f8 *:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(0, 0, 0, 1);}#aaf0cad842a9530 .a0884a9580a2414 {
  overflow: hidden;
}
#aaf0cad842a9530 .a0884a9580a2414 , #aaf0cad842a9530 .a0884a9580a2414 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: Verdana;color: rgba(225, 225, 225, 1);}#aaf0cad842a9530 .a3c3ba81bea061b {
  overflow: hidden;
}
#aaf0cad842a9530 .a3c3ba81bea061b , #aaf0cad842a9530 .a3c3ba81bea061b > * {
        font-weight: bold;
        font-style: normal;
    font-size: 13px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#aaf0cad842a9530 .uk-grid {
  margin-left: -10px;
}
#aaf0cad842a9530 .uk-grid > * {
  padding-left: 10px;
}
#aaf0cad842a9530 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#aaf0cad842a9530 .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#aaf0cad842a9530 .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #aaf0cad842a9530 .uk-position-center-left-out {
    left: -30px;
  }
  #aaf0cad842a9530 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a65cea0e6aae8aa  {flex: 1;}#af00bab966a0919 .uk-grid {
  margin-left: -10px;
}
#af00bab966a0919 .uk-grid > * {
  padding-left: 10px;
}
#af00bab966a0919 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#af00bab966a0919 .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#af00bab966a0919 .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #af00bab966a0919 .uk-position-center-left-out {
    left: -30px;
  }
  #af00bab966a0919 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ad535a889ea6fff {
  overflow: hidden;
  pointer-events: none;
}
#ad535a889ea6fff > .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;
}
#ad535a889ea6fff > .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;
}
#ad535a889ea6fff > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ad535a889ea6fff > .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;
}
#ad535a889ea6fff > .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;
}
#ad535a889ea6fff > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ad535a889ea6fff > .tab-wrap > div > .tab-nav,
#ad535a889ea6fff > .tab-nav,
#ad535a889ea6fff > .tab-tabs > .tab-wrap > div > .tab-nav,
#ad535a889ea6fff > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ad535a889ea6fff > .tab-wrap > div > .tab-nav-horizontal,
#ad535a889ea6fff > .tab-nav-horizontal,
#ad535a889ea6fff > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ad535a889ea6fff > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ad535a889ea6fff > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ad535a889ea6fff > .tab-nav-horizontal::-webkit-scrollbar,
#ad535a889ea6fff > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ad535a889ea6fff > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ad535a889ea6fff > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ad535a889ea6fff > .tab-nav-horizontal.tagScroll,
#ad535a889ea6fff > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ad535a889ea6fff > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 10px;
  overflow-x: auto;
}
#ad535a889ea6fff > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ad535a889ea6fff > .tab-nav-horizontal.tagScroll li a,
#ad535a889ea6fff > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ad535a889ea6fff > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ad535a889ea6fff > .tab-wrap > div > .tab-nav a,
#ad535a889ea6fff > .tab-nav a,
#ad535a889ea6fff > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ad535a889ea6fff > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ad535a889ea6fff > .tab-wrap > div > .tab-nav li a,
#ad535a889ea6fff > .tab-nav li a,
#ad535a889ea6fff > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ad535a889ea6fff > .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: 12px;
  font-family: inherit;
  color: rgba(255, 255, 255, 0);
  border-right-style: none;
}
#ad535a889ea6fff > .tab-wrap > div > .tab-nav li a svg,
#ad535a889ea6fff > .tab-nav li a svg,
#ad535a889ea6fff > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ad535a889ea6fff > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ad535a889ea6fff > .tab-wrap > div > .tab-nav li a .ap_icon,
#ad535a889ea6fff > .tab-nav li a .ap_icon,
#ad535a889ea6fff > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ad535a889ea6fff > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ad535a889ea6fff > .tab-wrap > div > .tab-nav li a:hover,
#ad535a889ea6fff > .tab-nav li a:hover,
#ad535a889ea6fff > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ad535a889ea6fff > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ad535a889ea6fff > .tab-wrap > div > .tab-nav li.uk-active a,
#ad535a889ea6fff > .tab-nav li.uk-active a,
#ad535a889ea6fff > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ad535a889ea6fff > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ad535a889ea6fff .layout-left li,
#ad535a889ea6fff .layout-center li,
#ad535a889ea6fff .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ad535a889ea6fff .layout-left li a,
#ad535a889ea6fff .layout-center li a,
#ad535a889ea6fff .layout-right li a {
  height: 100%;
}
#ad535a889ea6fff > .tab-tabs .layout-left {
  text-align: left;
}
#ad535a889ea6fff > .tab-tabs .layout-center {
  text-align: center;
}
#ad535a889ea6fff > .tab-tabs .layout-right {
  text-align: right;
}
#ad535a889ea6fff .tab-contents {
  height: 100%;
  height: calc(100% - 10px);
}
#ad535a889ea6fff .tab-content-wrap {
  background-color: transparent;
}
#ad535a889ea6fff .tab-contents,
#ad535a889ea6fff .tab-contents-wrap {
  pointer-events: none;
}
#ad535a889ea6fff .tab-content,
#ad535a889ea6fff .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ad535a889ea6fff .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ad535a889ea6fff .tab-wrap .tab-contents {
  height: 100%;
}
#ad535a889ea6fff .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ad535a889ea6fff .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ad535a889ea6fff .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aeebca01e9a498b  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#adf63a75c0a3192  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 10px;padding-bottom: 10px;}#ab6daa95f4a0905 > .ele-wrap {background-color: #1364d8;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ade2ca1bd9abe70 > .ele-wrap {background-color: rgba(245, 242, 227, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a38a6acbb5a39f1 .uk-navbar-item,
#a38a6acbb5a39f1 .uk-navbar-nav > li > a,
#a38a6acbb5a39f1 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a38a6acbb5a39f1 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a38a6acbb5a39f1 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a38a6acbb5a39f1 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a38a6acbb5a39f1 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #fafafa;
  color: #eee;
}
#a38a6acbb5a39f1 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a38a6acbb5a39f1 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1364d8;
}
#a38a6acbb5a39f1 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a38a6acbb5a39f1 .logo {
  display: inline-block;
}
#a38a6acbb5a39f1 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a38a6acbb5a39f1 .ap-header-top {
    padding: 15px 10px;
  }
}
#a78c9aa66cacab3 .list-icon {
  color: #1364d8;
}
#a78c9aa66cacab3 .uk-button {
  padding: 0px 60px;
  border: 1px solid #fff;
  background: none;
  font-weight: bold;
  font-size: 18px;
  transition: all 0.2s ease-in;
}
#a78c9aa66cacab3 .uk-button:hover {
  background: #fff;
  color: #1364d8;
}
#a78c9aa66cacab3 .uk-button i {
  margin-left: 10px;
  display: inline-block;
}
#a78e9ad088ae22b .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#a0ebba0fd0a8c07  {flex: 1;}#a081daced0a889b  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 30px;}#a918da54baac0ef > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a63f2afcd2a0938 .ele-wrap {border-color: rgba(1, 117, 95, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 16px;background-color: #1364d8;border-radius: 3px;justify-content: center;}#a63f2afcd2a0938 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;border-color: rgba(17, 138, 158, 1);background-color: rgba(9, 107, 123, 1);}#aefc5af120aa3ef  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 50px;}#a7fd9a45d1a47cc {
  border-radius: 5px;
  overflow: hidden;
}
#a7fd9a45d1a47cc .ele-slideshow .uk-dotnav li a {
  background: #ffffff;
}
#a7fd9a45d1a47cc .ele-slideshow .uk-dotnav > .uk-active a {
  background: #01755f;
}
#a7fd9a45d1a47cc .ele-slideshow .uk-slidenav {
  background-color: rgba(65, 117, 5, 0);
}
#a7fd9a45d1a47cc .ele-slideshow .uk-slidenav {
  color: #f5a623;
}
#a7fd9a45d1a47cc .ele-slideshow .uk-slidenav:hover {
  background-color: rgba(255, 255, 255, 0);
}
#a19f1af0dbab3e1 > .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);}#a9632ad07ca9971 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac20ca1715a42d1 > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 1px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);}#a75f4ad062ade50 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6e5aa87b6a7bcc > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 1px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);}#af9d6aeedeacdfa > .ele-wrap {border-left-width: -1px;border-bottom-width: -1px;border-right-width: -1px;border-top-width: -1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac07ea567ba2196 > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-left-color: rgba(235, 235, 235, 1);}#ac217aabf0a7c03  {flex: 1;}#ab80baf160ac28f  {flex-grow: 1;}#a13f0a5216a7437  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a881bac65fa8cd5  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 0px;padding-bottom: 20px;padding-right: 0px;padding-left: 0px;}#ad7d4a0b4da9141 .img-wrap {
  flex-grow: 0;
}
#aefa2a47f5a9941  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;padding-bottom: 60px;}#ada5da8fdca2864  {flex-grow: 1;}#a5827a63baae4d6  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a1cf1a6098a5b20  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 0px;padding-bottom: 20px;padding-right: 0px;padding-left: 0px;}#a49e4aa9d8a5798 .img-wrap {
  flex-grow: 0;
}
#ac562aac1dab90f  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;padding-bottom: 60px;}#ab22fa2077a2a7e  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#ae254a939aa0d60  {flex-grow: 1;}#adb8ba49eea3f8c  {flex: 1;}#a2dd2a5d9ca1015  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 20px;}#a597aab171a3f20  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;}#afc9dac9a4ab44d  {flex-grow: 1;}#a64ccadaf6aff6f  {flex: 1;}#ace66acc94a0d2c  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;}#a5a7fa9d2aa9330 .ele-wrap {color: #ffffff;border-width: 0px;border-style: solid;font-size: 15px;background-color: #1364d8;border-radius: 3px;justify-content: center;font-family: Verdana;}#a5a7fa9d2aa9330 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(1, 117, 95, 0.8);}#af8dda5701ac2dc  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;}#af5e1a9bcbac504 .ele-wrap {color: #ffffff;border-width: 0px;border-style: solid;font-size: 15px;background-color: #1364d8;border-radius: 3px;justify-content: center;font-family: Verdana;}#af5e1a9bcbac504 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(1, 117, 95, 0.8);}#a0fe7a35bba9306  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 40px;}#a8732af454a449b  {flex: 1;}#aa3a9ac20aa1c52 .a7f50ac35da5b5f {
  overflow: hidden;
}
#aa3a9ac20aa1c52 .a7f50ac35da5b5f , #aa3a9ac20aa1c52 .a7f50ac35da5b5f > * {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#aa3a9ac20aa1c52 .a7f50ac35da5b5f:hover , #aa3a9ac20aa1c52 .a7f50ac35da5b5f *:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(0, 0, 0, 1);}#aa3a9ac20aa1c52 .ad1fda1e28ab7ca {
  overflow: hidden;
}
#aa3a9ac20aa1c52 .ad1fda1e28ab7ca , #aa3a9ac20aa1c52 .ad1fda1e28ab7ca > * {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: Verdana;color: rgba(225, 225, 225, 1);}#aa3a9ac20aa1c52 .ae64aaf5b4a0edd {
  overflow: hidden;
}
#aa3a9ac20aa1c52 .ae64aaf5b4a0edd , #aa3a9ac20aa1c52 .ae64aaf5b4a0edd > * {
        font-weight: bold;
        font-style: normal;
    font-size: 13px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#aa3a9ac20aa1c52 .uk-grid {
  margin-left: -10px;
}
#aa3a9ac20aa1c52 .uk-grid > * {
  padding-left: 10px;
}
#aa3a9ac20aa1c52 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#aa3a9ac20aa1c52 .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#aa3a9ac20aa1c52 .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #aa3a9ac20aa1c52 .uk-position-center-left-out {
    left: -30px;
  }
  #aa3a9ac20aa1c52 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a67bba916aaab3d  {flex: 1;}#acb31a6810a7354 .uk-grid {
  margin-left: -10px;
}
#acb31a6810a7354 .uk-grid > * {
  padding-left: 10px;
}
#acb31a6810a7354 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#acb31a6810a7354 .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#acb31a6810a7354 .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #acb31a6810a7354 .uk-position-center-left-out {
    left: -30px;
  }
  #acb31a6810a7354 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ae7ccaa3f5ae785 {
  overflow: hidden;
  pointer-events: none;
}
#ae7ccaa3f5ae785 > .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;
}
#ae7ccaa3f5ae785 > .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;
}
#ae7ccaa3f5ae785 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ae7ccaa3f5ae785 > .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;
}
#ae7ccaa3f5ae785 > .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;
}
#ae7ccaa3f5ae785 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ae7ccaa3f5ae785 > .tab-wrap > div > .tab-nav,
#ae7ccaa3f5ae785 > .tab-nav,
#ae7ccaa3f5ae785 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ae7ccaa3f5ae785 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ae7ccaa3f5ae785 > .tab-wrap > div > .tab-nav-horizontal,
#ae7ccaa3f5ae785 > .tab-nav-horizontal,
#ae7ccaa3f5ae785 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ae7ccaa3f5ae785 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ae7ccaa3f5ae785 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ae7ccaa3f5ae785 > .tab-nav-horizontal::-webkit-scrollbar,
#ae7ccaa3f5ae785 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ae7ccaa3f5ae785 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ae7ccaa3f5ae785 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ae7ccaa3f5ae785 > .tab-nav-horizontal.tagScroll,
#ae7ccaa3f5ae785 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ae7ccaa3f5ae785 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 10px;
  overflow-x: auto;
}
#ae7ccaa3f5ae785 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ae7ccaa3f5ae785 > .tab-nav-horizontal.tagScroll li a,
#ae7ccaa3f5ae785 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ae7ccaa3f5ae785 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ae7ccaa3f5ae785 > .tab-wrap > div > .tab-nav a,
#ae7ccaa3f5ae785 > .tab-nav a,
#ae7ccaa3f5ae785 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ae7ccaa3f5ae785 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ae7ccaa3f5ae785 > .tab-wrap > div > .tab-nav li a,
#ae7ccaa3f5ae785 > .tab-nav li a,
#ae7ccaa3f5ae785 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ae7ccaa3f5ae785 > .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: 12px;
  font-family: inherit;
  color: rgba(255, 255, 255, 0);
  border-right-style: none;
}
#ae7ccaa3f5ae785 > .tab-wrap > div > .tab-nav li a svg,
#ae7ccaa3f5ae785 > .tab-nav li a svg,
#ae7ccaa3f5ae785 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ae7ccaa3f5ae785 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ae7ccaa3f5ae785 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ae7ccaa3f5ae785 > .tab-nav li a .ap_icon,
#ae7ccaa3f5ae785 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ae7ccaa3f5ae785 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ae7ccaa3f5ae785 > .tab-wrap > div > .tab-nav li a:hover,
#ae7ccaa3f5ae785 > .tab-nav li a:hover,
#ae7ccaa3f5ae785 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ae7ccaa3f5ae785 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ae7ccaa3f5ae785 > .tab-wrap > div > .tab-nav li.uk-active a,
#ae7ccaa3f5ae785 > .tab-nav li.uk-active a,
#ae7ccaa3f5ae785 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ae7ccaa3f5ae785 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ae7ccaa3f5ae785 .layout-left li,
#ae7ccaa3f5ae785 .layout-center li,
#ae7ccaa3f5ae785 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ae7ccaa3f5ae785 .layout-left li a,
#ae7ccaa3f5ae785 .layout-center li a,
#ae7ccaa3f5ae785 .layout-right li a {
  height: 100%;
}
#ae7ccaa3f5ae785 > .tab-tabs .layout-left {
  text-align: left;
}
#ae7ccaa3f5ae785 > .tab-tabs .layout-center {
  text-align: center;
}
#ae7ccaa3f5ae785 > .tab-tabs .layout-right {
  text-align: right;
}
#ae7ccaa3f5ae785 .tab-contents {
  height: 100%;
  height: calc(100% - 10px);
}
#ae7ccaa3f5ae785 .tab-content-wrap {
  background-color: transparent;
}
#ae7ccaa3f5ae785 .tab-contents,
#ae7ccaa3f5ae785 .tab-contents-wrap {
  pointer-events: none;
}
#ae7ccaa3f5ae785 .tab-content,
#ae7ccaa3f5ae785 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ae7ccaa3f5ae785 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ae7ccaa3f5ae785 .tab-wrap .tab-contents {
  height: 100%;
}
#ae7ccaa3f5ae785 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ae7ccaa3f5ae785 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ae7ccaa3f5ae785 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#af22fa4949acb92 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;font-family: Verdana;}#a8419a8d13a66a4 .uk-navbar-item,
#a8419a8d13a66a4 .uk-navbar-nav > li > a,
#a8419a8d13a66a4 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a8419a8d13a66a4 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a8419a8d13a66a4 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a8419a8d13a66a4 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a8419a8d13a66a4 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #fafafa;
  color: #eee;
}
#a8419a8d13a66a4 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a8419a8d13a66a4 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1364d8;
}
#a8419a8d13a66a4 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a8419a8d13a66a4 .logo {
  display: inline-block;
}
#a8419a8d13a66a4 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a8419a8d13a66a4 .ap-header-top {
    padding: 15px 10px;
  }
}
#ae753a5d70a4e0a .list-item.uk-first-column {
  border-right: 1px solid #ececec;
}
#a35d1a307cabcfd .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#a15c4a113ea90f8  {flex: 1;}#a7ce2a468ba0649  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 30px;}#aa1c5a4cb1a275d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6f5fa1d8aa1562  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 50px;}#aeb81a3efaa7465 {
  border-radius: 5px;
  overflow: hidden;
}
#aeb81a3efaa7465 .ele-slideshow .uk-dotnav li a {
  background: #ffffff;
}
#aeb81a3efaa7465 .ele-slideshow .uk-dotnav > .uk-active a {
  background: #01755f;
}
#aeb81a3efaa7465 .ele-slideshow .uk-slidenav {
  background-color: rgba(65, 117, 5, 0);
}
#aeb81a3efaa7465 .ele-slideshow .uk-slidenav {
  color: #f5a623;
}
#aeb81a3efaa7465 .ele-slideshow .uk-slidenav:hover {
  background-color: rgba(255, 255, 255, 0);
}
#a5942a06e6a3d76 > .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);}#a2535ad4a3af777 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7380ae38ca2a60 > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 1px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);}#aa491a3c67a83c4 > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-left-color: rgba(235, 235, 235, 1);}#ac024a8208a210e > .ele-wrap {border-left-width: -1px;border-bottom-width: -1px;border-right-width: -1px;border-top-width: -1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a44dcab63dafc89 > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-left-color: rgba(235, 235, 235, 1);}#a782ba5bd9a1583  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a9dc0aa056ab682  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 0px;padding-bottom: 40px;}#ac5a1adf64a8a18 > .ele-wrap {background-image: url(/resources/upload/ad1cfa3e21a0b3d/1758865046324.webp);background-position: center center;background-size: cover;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae333ac033a0415  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a7c7bac4d7a5cad  {flex-grow: 1;}#aac45a03b9a5123  {flex: 1;}#ae46aa464ea7c9e  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 20px;}#ae6f4a1911a6fc6  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;}#ab489af707abfd5  {flex-grow: 1;}#ab6a4abb7baa8f9  {flex: 1;}#a84eea6e28ac1ef  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;}#a8c8babe96a150b .ele-wrap {color: #ffffff;border-width: 0px;border-style: solid;font-size: 15px;background-color: #1364d8;border-radius: 3px;justify-content: center;font-family: Verdana;}#a8c8babe96a150b .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(1, 117, 95, 0.8);}#a0dc6ad12daf811  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 40px;}#a627da2e68a17c8  {flex: 1;}#aa8f3a85fbace3a .a5c96aa2bca45bb {
  overflow: hidden;
}
#aa8f3a85fbace3a .a5c96aa2bca45bb , #aa8f3a85fbace3a .a5c96aa2bca45bb > * {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#aa8f3a85fbace3a .a5c96aa2bca45bb:hover , #aa8f3a85fbace3a .a5c96aa2bca45bb *:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(0, 0, 0, 1);}#aa8f3a85fbace3a .ae811a1daba72ea {
  overflow: hidden;
}
#aa8f3a85fbace3a .ae811a1daba72ea , #aa8f3a85fbace3a .ae811a1daba72ea > * {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: Verdana;color: rgba(225, 225, 225, 1);}#aa8f3a85fbace3a .a21f6a3b80a1d77 {
  overflow: hidden;
}
#aa8f3a85fbace3a .a21f6a3b80a1d77 , #aa8f3a85fbace3a .a21f6a3b80a1d77 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 13px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#aa8f3a85fbace3a .uk-grid {
  margin-left: -10px;
}
#aa8f3a85fbace3a .uk-grid > * {
  padding-left: 10px;
}
#aa8f3a85fbace3a .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#aa8f3a85fbace3a .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#aa8f3a85fbace3a .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #aa8f3a85fbace3a .uk-position-center-left-out {
    left: -30px;
  }
  #aa8f3a85fbace3a .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aef90a64e3ae329  {flex: 1;}#aa5ccaaf20a268d .uk-grid {
  margin-left: -10px;
}
#aa5ccaaf20a268d .uk-grid > * {
  padding-left: 10px;
}
#aa5ccaaf20a268d .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#aa5ccaaf20a268d .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#aa5ccaaf20a268d .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #aa5ccaaf20a268d .uk-position-center-left-out {
    left: -30px;
  }
  #aa5ccaaf20a268d .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a272da404ba69b8 {
  overflow: hidden;
  pointer-events: none;
}
#a272da404ba69b8 > .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;
}
#a272da404ba69b8 > .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;
}
#a272da404ba69b8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a272da404ba69b8 > .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;
}
#a272da404ba69b8 > .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;
}
#a272da404ba69b8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a272da404ba69b8 > .tab-wrap > div > .tab-nav,
#a272da404ba69b8 > .tab-nav,
#a272da404ba69b8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a272da404ba69b8 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a272da404ba69b8 > .tab-wrap > div > .tab-nav-horizontal,
#a272da404ba69b8 > .tab-nav-horizontal,
#a272da404ba69b8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a272da404ba69b8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a272da404ba69b8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a272da404ba69b8 > .tab-nav-horizontal::-webkit-scrollbar,
#a272da404ba69b8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a272da404ba69b8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a272da404ba69b8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a272da404ba69b8 > .tab-nav-horizontal.tagScroll,
#a272da404ba69b8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a272da404ba69b8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 10px;
  overflow-x: auto;
}
#a272da404ba69b8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a272da404ba69b8 > .tab-nav-horizontal.tagScroll li a,
#a272da404ba69b8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a272da404ba69b8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a272da404ba69b8 > .tab-wrap > div > .tab-nav a,
#a272da404ba69b8 > .tab-nav a,
#a272da404ba69b8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a272da404ba69b8 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a272da404ba69b8 > .tab-wrap > div > .tab-nav li a,
#a272da404ba69b8 > .tab-nav li a,
#a272da404ba69b8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a272da404ba69b8 > .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: 12px;
  font-family: inherit;
  color: rgba(255, 255, 255, 0);
  border-right-style: none;
}
#a272da404ba69b8 > .tab-wrap > div > .tab-nav li a svg,
#a272da404ba69b8 > .tab-nav li a svg,
#a272da404ba69b8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a272da404ba69b8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a272da404ba69b8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a272da404ba69b8 > .tab-nav li a .ap_icon,
#a272da404ba69b8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a272da404ba69b8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a272da404ba69b8 > .tab-wrap > div > .tab-nav li a:hover,
#a272da404ba69b8 > .tab-nav li a:hover,
#a272da404ba69b8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a272da404ba69b8 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a272da404ba69b8 > .tab-wrap > div > .tab-nav li.uk-active a,
#a272da404ba69b8 > .tab-nav li.uk-active a,
#a272da404ba69b8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a272da404ba69b8 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a272da404ba69b8 .layout-left li,
#a272da404ba69b8 .layout-center li,
#a272da404ba69b8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a272da404ba69b8 .layout-left li a,
#a272da404ba69b8 .layout-center li a,
#a272da404ba69b8 .layout-right li a {
  height: 100%;
}
#a272da404ba69b8 > .tab-tabs .layout-left {
  text-align: left;
}
#a272da404ba69b8 > .tab-tabs .layout-center {
  text-align: center;
}
#a272da404ba69b8 > .tab-tabs .layout-right {
  text-align: right;
}
#a272da404ba69b8 .tab-contents {
  height: 100%;
  height: calc(100% - 10px);
}
#a272da404ba69b8 .tab-content-wrap {
  background-color: transparent;
}
#a272da404ba69b8 .tab-contents,
#a272da404ba69b8 .tab-contents-wrap {
  pointer-events: none;
}
#a272da404ba69b8 .tab-content,
#a272da404ba69b8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a272da404ba69b8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a272da404ba69b8 .tab-wrap .tab-contents {
  height: 100%;
}
#a272da404ba69b8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a272da404ba69b8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a272da404ba69b8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a7a9da84c9affe5  {flex: 1;}#a250da7a81a754c  {flex-grow: 1;}#ac4f6a14ada82c8  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a53e6ae7b4a12fd  {flex-grow: 1;}#a164dac31caa14d  {flex: 1;}#a4072a6ef3ac2fc  {flex-grow: 1;}#af801ab7b5a2126  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a73dda80b6a479b  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 30px;padding-bottom: 30px;}#a72a6a6fbaa0278  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;}#a41ffa650ba6faa  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;}#a90b5add51a59fc  {flex-grow: 1;}#a9448a8226ab53e  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;padding-bottom: 20px;}#a3a41a19ffa5f12  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-right: 50px;}#aaeb8af2d0ad7b0 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abe23aa79ca7139  {flex-grow: 1;}#a4542a863fa59ee  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a3f37ad3a6a679f  {flex-grow: 1;}#a02d0a6467a19b4  {flex: 1;}#a5e2ca8185ab1ba  {flex-grow: 1;}#a5536ae15cad9ba  {flex: 1;}#adeefaf746afa4d  {flex-grow: 1;}#ae7f4ac9f7a2bf2  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a2638a5d0da0872  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-left: 30px;padding-top: 30px;padding-bottom: 30px;}#a51dcac75fa230c  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-left: 30px;margin-bottom: 20px;}#aaf09a0777a4d7a  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;}#ab99ca6756a3cbd  {flex-grow: 1;}#a30ffa4e6daa5de  {flex: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-left: 30px;padding-bottom: 20px;}#a66fcac987aaef6 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#ac02fa130dabd5c .uk-navbar-item,
#ac02fa130dabd5c .uk-navbar-nav > li > a,
#ac02fa130dabd5c .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#ac02fa130dabd5c .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ac02fa130dabd5c .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#ac02fa130dabd5c [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ac02fa130dabd5c .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #fafafa;
  color: #eee;
}
#ac02fa130dabd5c .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#ac02fa130dabd5c .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1364d8;
}
#ac02fa130dabd5c .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#ac02fa130dabd5c .logo {
  display: inline-block;
}
#ac02fa130dabd5c .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #ac02fa130dabd5c .ap-header-top {
    padding: 15px 10px;
  }
}
#ab967a9c03a9ca4 .uk-card {
  overflow: hidden;
  height: 400px;
}
#ab967a9c03a9ca4 .uk-link-reset {
  cursor: default;
}
#ab967a9c03a9ca4 .uk-card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#ab967a9c03a9ca4 .uk-card .abstract {
  position: relative;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  margin-top: 10px;
  color: #fff;
  font-size: 16px;
  padding: 0 15px;
}
#ab967a9c03a9ca4 .uk-card .item-logo {
  position: relative;
  margin-top: 120px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#ab967a9c03a9ca4 .uk-card .item-logo .ap-icon {
  width: 55px;
  height: 55px;
  color: #fff;
  font-size: 45px;
}
#ab967a9c03a9ca4 .uk-card .title {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 20px 0;
  position: relative;
}
#ab967a9c03a9ca4 .uk-card .title::before {
  content: "";
  position: relative;
  display: block;
  width: 20px;
  border-bottom: 2px solid #fff;
  margin: 0 auto 20px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#ab967a9c03a9ca4 .uk-card .uk-h5,
#ab967a9c03a9ca4 .uk-card .ap-icon {
  color: #666666;
}
#ab967a9c03a9ca4 .uk-card:hover::before {
  background: rgba(19, 100, 216, 0.9);
}
#ab967a9c03a9ca4 .uk-card:hover .item-logo {
  margin-top: 80px;
}
#ab967a9c03a9ca4 .uk-card:hover .title::before {
  opacity: 0;
  margin-bottom: 0;
}
#ab967a9c03a9ca4 .uk-card:hover .abstract {
  display: block;
  opacity: 1;
  margin-top: 0;
}
#a7310a339ba71b5 .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#a1536af6a1ad6bf .uk-navbar-item,
#a1536af6a1ad6bf .uk-navbar-nav > li > a,
#a1536af6a1ad6bf .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a1536af6a1ad6bf .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a1536af6a1ad6bf .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a1536af6a1ad6bf [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a1536af6a1ad6bf .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #fafafa;
  color: #eee;
}
#a1536af6a1ad6bf .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a1536af6a1ad6bf .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1364d8;
}
#a1536af6a1ad6bf .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a1536af6a1ad6bf .logo {
  display: inline-block;
}
#a1536af6a1ad6bf .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a1536af6a1ad6bf .ap-header-top {
    padding: 15px 10px;
  }
}
#a3312a4f52a63be .icon-round {
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  position: absolute;
  left: -3rem;
  top: .5rem;
  text-align: center;
  line-height: 4rem;
  background: #1364d8;
  color: #fff;
}
#a3312a4f52a63be .icon-round i,
#a3312a4f52a63be .icon-round img {
  width: 2rem;
  height: 2rem;
  font-size: 1.5rem;
  line-height: 4rem;
}
#a650da0cb3aec63 .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#af52da95bca2b9a {
  border-radius: 5px;
  overflow: hidden;
}
#af52da95bca2b9a .ele-slideshow .uk-dotnav li a {
  background: #ffffff;
}
#af52da95bca2b9a .ele-slideshow .uk-dotnav > .uk-active a {
  background: #01755f;
}
#af52da95bca2b9a .ele-slideshow .uk-slidenav {
  background-color: rgba(65, 117, 5, 0);
}
#af52da95bca2b9a .ele-slideshow .uk-slidenav {
  color: #f5a623;
}
#af52da95bca2b9a .ele-slideshow .uk-slidenav:hover {
  background-color: rgba(255, 255, 255, 0);
}
#a9e9fa3f92ac56c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a41a1aa136a1f71 .ele-wrap {border-color: rgba(1, 117, 95, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 16px;background-color: #1364d8;border-radius: 3px;justify-content: center;}#a41a1aa136a1f71 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;border-color: rgba(17, 138, 158, 1);background-color: rgba(9, 107, 123, 1);}#aefaaa7d6fa4470 > .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);}#a9ad6a0e80aa0a1 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae346aceafa7d5d > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 1px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);}#a0a64a1759aaeb4 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0042a9685afa55 > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 1px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);}#ad9c2a9a32ac73c > .ele-wrap {border-left-width: -1px;border-bottom-width: -1px;border-right-width: -1px;border-top-width: -1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab436a4dedadcd8 > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-left-color: rgba(235, 235, 235, 1);}#a084ca1cc2a06e2  {flex: 1;}#a97b4a7081ab2c2  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-right: 40px;}#adc54a2ba8a350f  {flex: 1;flex-direction: column;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;max-width: 600px;}#a0b8dad1e2aa537  {flex: 1;flex-direction: column;justify-content: flex-start;align-items: stretch;overflow-x: visible;overflow-y: visible;}#ab4aaae9c0adad3  {flex-grow: 0;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a69eaa8c4ba097e  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a0293a3bf3af02a  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;min-width: 500px;padding-bottom: 30px;}#a4335afc7caf3cc  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;min-width: 500px;padding-bottom: 40px;}#a379ba14d4aa699  {flex-grow: 0;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a6f4aa8e46adb81  {flex-grow: 1;}#a0899a6332a7fc5  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a7ddba8587a3dd7  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 15px;min-width: 200px;}#a6e66a1195afbf4  {flex-grow: 1;}#a27c4a9c44a235c  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#ad8c5a492da4e9c  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 15px;max-width: 250px;}#ae9e9a2f3aa5c6d  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-right: 30px;}#ad967a28d6a03b7  {flex-grow: 1;}#a1584a5ebea25f9  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a1ac3a1ebda622f  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 15px;min-width: 200px;}#a090ea9272abdae  {flex-grow: 1;}#a73cba75d7aba8b  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a1516acf1ba2363  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 10px;}#a27dda7054ae52b  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-right: 30px;}#a37bca2ff9aacac  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;max-width: 600px;padding-top: 60px;margin-bottom: 30px;min-width: 500px;}#a73e5a5c18ac123 > .ele-wrap {background-image: url(/resources/upload/ad1cfa3e21a0b3d/1757573368494.webp);background-position: center center;background-size: contain;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#ab4e1aac2fa33b6 > .ele-wrap {background-image: url(/resources/upload/ad1cfa3e21a0b3d/1757559124358.jpeg);background-size: cover;background-position: top center;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a44daa1dc4a067e .ele-wrap {color: #01755f;border-width: 0px;border-style: solid;font-size: 12px;background-color: transparent;border-radius: 3px;justify-content: flex-start;font-family: Verdana;padding-left: 1px;padding-right: 1px;}#a44daa1dc4a067e .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #000000;background-color: rgba(255, 255, 255, 0);}#ad662ab69aa0479 {
  overflow: hidden;
  pointer-events: none;
}
#ad662ab69aa0479 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ad662ab69aa0479 > .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;
}
#ad662ab69aa0479 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ad662ab69aa0479 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ad662ab69aa0479 > .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;
}
#ad662ab69aa0479 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ad662ab69aa0479 > .tab-wrap > div > .tab-nav,
#ad662ab69aa0479 > .tab-nav,
#ad662ab69aa0479 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ad662ab69aa0479 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#ad662ab69aa0479 > .tab-wrap > div > .tab-nav-horizontal,
#ad662ab69aa0479 > .tab-nav-horizontal,
#ad662ab69aa0479 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ad662ab69aa0479 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ad662ab69aa0479 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ad662ab69aa0479 > .tab-nav-horizontal::-webkit-scrollbar,
#ad662ab69aa0479 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ad662ab69aa0479 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ad662ab69aa0479 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ad662ab69aa0479 > .tab-nav-horizontal.tagScroll,
#ad662ab69aa0479 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ad662ab69aa0479 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 20px;
  overflow-x: auto;
}
#ad662ab69aa0479 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ad662ab69aa0479 > .tab-nav-horizontal.tagScroll li a,
#ad662ab69aa0479 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ad662ab69aa0479 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ad662ab69aa0479 > .tab-wrap > div > .tab-nav a,
#ad662ab69aa0479 > .tab-nav a,
#ad662ab69aa0479 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ad662ab69aa0479 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ad662ab69aa0479 > .tab-wrap > div > .tab-nav li a,
#ad662ab69aa0479 > .tab-nav li a,
#ad662ab69aa0479 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ad662ab69aa0479 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #ffffff;
  background-color: rgba(35, 143, 202, 0);
  margin-top: 0;
  margin-right: 10px;
  margin-left: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff;
}
#ad662ab69aa0479 > .tab-wrap > div > .tab-nav li a svg,
#ad662ab69aa0479 > .tab-nav li a svg,
#ad662ab69aa0479 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ad662ab69aa0479 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ad662ab69aa0479 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ad662ab69aa0479 > .tab-nav li a .ap_icon,
#ad662ab69aa0479 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ad662ab69aa0479 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ad662ab69aa0479 > .tab-wrap > div > .tab-nav li a:hover,
#ad662ab69aa0479 > .tab-nav li a:hover,
#ad662ab69aa0479 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ad662ab69aa0479 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #1364d8;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #1364d8;
}
#ad662ab69aa0479 > .tab-wrap > div > .tab-nav li.uk-active a,
#ad662ab69aa0479 > .tab-nav li.uk-active a,
#ad662ab69aa0479 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ad662ab69aa0479 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #1364d8;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #1364d8;
}
#ad662ab69aa0479 .layout-left li,
#ad662ab69aa0479 .layout-center li,
#ad662ab69aa0479 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ad662ab69aa0479 .layout-left li a,
#ad662ab69aa0479 .layout-center li a,
#ad662ab69aa0479 .layout-right li a {
  height: 100%;
}
#ad662ab69aa0479 > .tab-tabs .layout-left {
  text-align: left;
}
#ad662ab69aa0479 > .tab-tabs .layout-center {
  text-align: center;
}
#ad662ab69aa0479 > .tab-tabs .layout-right {
  text-align: right;
}
#ad662ab69aa0479 .tab-contents {
  height: 100%;
  height: calc(100% - 20px);
}
#ad662ab69aa0479 .tab-content-wrap {
  background-color: #ffffff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-style: none;
  border-top-width: 0;
}
#ad662ab69aa0479 .tab-contents,
#ad662ab69aa0479 .tab-contents-wrap {
  pointer-events: none;
}
#ad662ab69aa0479 .tab-content,
#ad662ab69aa0479 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ad662ab69aa0479 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ad662ab69aa0479 .tab-wrap .tab-contents {
  height: 100%;
}
#ad662ab69aa0479 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ad662ab69aa0479 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ad662ab69aa0479 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a7ce0aeceda6625 .ele-wrap {color: #01755f;border-width: 0px;border-style: solid;font-size: 12px;background-color: transparent;border-radius: 3px;justify-content: flex-start;font-family: Verdana;padding-left: 1px;padding-right: 1px;}#a7ce0aeceda6625 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #000000;background-color: rgba(255, 255, 255, 0);}#a64c4a2ce2a83f0 .ele-wrap {color: #01755f;border-width: 0px;border-style: solid;font-size: 12px;background-color: transparent;border-radius: 3px;justify-content: flex-start;font-family: Verdana;padding-left: 1px;padding-right: 1px;}#a64c4a2ce2a83f0 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #000000;background-color: rgba(255, 255, 255, 0);}#a3257ac58da7822 {
  overflow: hidden;
  pointer-events: none;
}
#a3257ac58da7822 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a3257ac58da7822 > .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;
}
#a3257ac58da7822 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3257ac58da7822 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a3257ac58da7822 > .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;
}
#a3257ac58da7822 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3257ac58da7822 > .tab-wrap > div > .tab-nav,
#a3257ac58da7822 > .tab-nav,
#a3257ac58da7822 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a3257ac58da7822 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a3257ac58da7822 > .tab-wrap > div > .tab-nav-horizontal,
#a3257ac58da7822 > .tab-nav-horizontal,
#a3257ac58da7822 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a3257ac58da7822 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a3257ac58da7822 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3257ac58da7822 > .tab-nav-horizontal::-webkit-scrollbar,
#a3257ac58da7822 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3257ac58da7822 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a3257ac58da7822 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3257ac58da7822 > .tab-nav-horizontal.tagScroll,
#a3257ac58da7822 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3257ac58da7822 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 20px;
  overflow-x: auto;
}
#a3257ac58da7822 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3257ac58da7822 > .tab-nav-horizontal.tagScroll li a,
#a3257ac58da7822 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3257ac58da7822 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a3257ac58da7822 > .tab-wrap > div > .tab-nav a,
#a3257ac58da7822 > .tab-nav a,
#a3257ac58da7822 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a3257ac58da7822 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a3257ac58da7822 > .tab-wrap > div > .tab-nav li a,
#a3257ac58da7822 > .tab-nav li a,
#a3257ac58da7822 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a3257ac58da7822 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #ffffff;
  background-color: rgba(35, 143, 202, 0);
  margin-top: 0;
  margin-right: 10px;
  margin-left: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff;
}
#a3257ac58da7822 > .tab-wrap > div > .tab-nav li a svg,
#a3257ac58da7822 > .tab-nav li a svg,
#a3257ac58da7822 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a3257ac58da7822 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a3257ac58da7822 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3257ac58da7822 > .tab-nav li a .ap_icon,
#a3257ac58da7822 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3257ac58da7822 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a3257ac58da7822 > .tab-wrap > div > .tab-nav li a:hover,
#a3257ac58da7822 > .tab-nav li a:hover,
#a3257ac58da7822 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a3257ac58da7822 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
}
#a3257ac58da7822 > .tab-wrap > div > .tab-nav li.uk-active a,
#a3257ac58da7822 > .tab-nav li.uk-active a,
#a3257ac58da7822 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a3257ac58da7822 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #ffffff;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff;
}
#a3257ac58da7822 .layout-left li,
#a3257ac58da7822 .layout-center li,
#a3257ac58da7822 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a3257ac58da7822 .layout-left li a,
#a3257ac58da7822 .layout-center li a,
#a3257ac58da7822 .layout-right li a {
  height: 100%;
}
#a3257ac58da7822 > .tab-tabs .layout-left {
  text-align: left;
}
#a3257ac58da7822 > .tab-tabs .layout-center {
  text-align: center;
}
#a3257ac58da7822 > .tab-tabs .layout-right {
  text-align: right;
}
#a3257ac58da7822 .tab-contents {
  height: 100%;
  height: calc(100% - 20px);
}
#a3257ac58da7822 .tab-content-wrap {
  background-color: #ffffff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a3257ac58da7822 .tab-contents,
#a3257ac58da7822 .tab-contents-wrap {
  pointer-events: none;
}
#a3257ac58da7822 .tab-content,
#a3257ac58da7822 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a3257ac58da7822 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a3257ac58da7822 .tab-wrap .tab-contents {
  height: 100%;
}
#a3257ac58da7822 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a3257ac58da7822 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a3257ac58da7822 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ad635a9073a5eb0 .ele-wrap {color: #01755f;border-width: 0px;border-style: solid;font-size: 12px;background-color: transparent;border-radius: 3px;justify-content: flex-start;font-family: Verdana;padding-left: 1px;padding-right: 1px;}#ad635a9073a5eb0 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #000000;background-color: rgba(255, 255, 255, 0);}#ae312a6bc1a1fa5 {
  overflow: hidden;
  pointer-events: none;
}
#ae312a6bc1a1fa5 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ae312a6bc1a1fa5 > .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;
}
#ae312a6bc1a1fa5 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ae312a6bc1a1fa5 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ae312a6bc1a1fa5 > .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;
}
#ae312a6bc1a1fa5 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ae312a6bc1a1fa5 > .tab-wrap > div > .tab-nav,
#ae312a6bc1a1fa5 > .tab-nav,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#ae312a6bc1a1fa5 > .tab-wrap > div > .tab-nav-horizontal,
#ae312a6bc1a1fa5 > .tab-nav-horizontal,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ae312a6bc1a1fa5 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ae312a6bc1a1fa5 > .tab-nav-horizontal::-webkit-scrollbar,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ae312a6bc1a1fa5 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ae312a6bc1a1fa5 > .tab-nav-horizontal.tagScroll,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 20px;
  overflow-x: auto;
}
#ae312a6bc1a1fa5 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ae312a6bc1a1fa5 > .tab-nav-horizontal.tagScroll li a,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ae312a6bc1a1fa5 > .tab-wrap > div > .tab-nav a,
#ae312a6bc1a1fa5 > .tab-nav a,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ae312a6bc1a1fa5 > .tab-wrap > div > .tab-nav li a,
#ae312a6bc1a1fa5 > .tab-nav li a,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #ffffff;
  background-color: rgba(35, 143, 202, 0);
  margin-top: 0;
  margin-right: 10px;
  margin-left: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff;
}
#ae312a6bc1a1fa5 > .tab-wrap > div > .tab-nav li a svg,
#ae312a6bc1a1fa5 > .tab-nav li a svg,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ae312a6bc1a1fa5 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ae312a6bc1a1fa5 > .tab-nav li a .ap_icon,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ae312a6bc1a1fa5 > .tab-wrap > div > .tab-nav li a:hover,
#ae312a6bc1a1fa5 > .tab-nav li a:hover,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
}
#ae312a6bc1a1fa5 > .tab-wrap > div > .tab-nav li.uk-active a,
#ae312a6bc1a1fa5 > .tab-nav li.uk-active a,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #ffffff;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff;
}
#ae312a6bc1a1fa5 .layout-left li,
#ae312a6bc1a1fa5 .layout-center li,
#ae312a6bc1a1fa5 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ae312a6bc1a1fa5 .layout-left li a,
#ae312a6bc1a1fa5 .layout-center li a,
#ae312a6bc1a1fa5 .layout-right li a {
  height: 100%;
}
#ae312a6bc1a1fa5 > .tab-tabs .layout-left {
  text-align: left;
}
#ae312a6bc1a1fa5 > .tab-tabs .layout-center {
  text-align: center;
}
#ae312a6bc1a1fa5 > .tab-tabs .layout-right {
  text-align: right;
}
#ae312a6bc1a1fa5 .tab-contents {
  height: 100%;
  height: calc(100% - 20px);
}
#ae312a6bc1a1fa5 .tab-content-wrap {
  background-color: #ffffff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
}
#ae312a6bc1a1fa5 .tab-contents,
#ae312a6bc1a1fa5 .tab-contents-wrap {
  pointer-events: none;
}
#ae312a6bc1a1fa5 .tab-content,
#ae312a6bc1a1fa5 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ae312a6bc1a1fa5 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ae312a6bc1a1fa5 .tab-wrap .tab-contents {
  height: 100%;
}
#ae312a6bc1a1fa5 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ae312a6bc1a1fa5 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ae312a6bc1a1fa5 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a3899ab83da05fb  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#aa35ba4074a29db  {flex-grow: 1;}#af8f8a18b6ad1ed  {flex: 1;}#af278a4eb9aa1c0  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 20px;}#aa33da25e3af738  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;}#aa13aa0a85ab720  {flex-grow: 1;}#a6a5ca45b4a2169  {flex: 1;}#ab9baa1393a2036  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;}#a620bad59ba8251 .ele-wrap {color: #ffffff;border-width: 0px;border-style: solid;font-size: 15px;background-color: #1364d8;border-radius: 3px;justify-content: center;font-family: Verdana;}#a620bad59ba8251 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(1, 117, 95, 0.8);}#a7d9ca22a5a02ea  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;}#a49a4afbbfa4cbf .ele-wrap {color: #ffffff;border-width: 0px;border-style: solid;font-size: 15px;background-color: #1364d8;border-radius: 3px;justify-content: center;font-family: Verdana;}#a49a4afbbfa4cbf .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(1, 117, 95, 0.8);}#a4f7da7b3caa0e2  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 40px;}#a4458a5821ab966  {flex: 1;}#a460ea26d9a0564 .a19f7acb57a7c30 {
  overflow: hidden;
}
#a460ea26d9a0564 .a19f7acb57a7c30 , #a460ea26d9a0564 .a19f7acb57a7c30 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a460ea26d9a0564 .a19f7acb57a7c30:hover , #a460ea26d9a0564 .a19f7acb57a7c30 *:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a460ea26d9a0564 .ab578a5231af523 {
  overflow: hidden;
}
#a460ea26d9a0564 .ab578a5231af523 , #a460ea26d9a0564 .ab578a5231af523 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: Verdana;color: rgba(225, 225, 225, 1);}#a460ea26d9a0564 .a77fea5c86aa783 {
  overflow: hidden;
}
#a460ea26d9a0564 .a77fea5c86aa783 , #a460ea26d9a0564 .a77fea5c86aa783 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 13px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a460ea26d9a0564 .uk-grid {
  margin-left: -10px;
}
#a460ea26d9a0564 .uk-grid > * {
  padding-left: 10px;
}
#a460ea26d9a0564 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a460ea26d9a0564 .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#a460ea26d9a0564 .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #a460ea26d9a0564 .uk-position-center-left-out {
    left: -30px;
  }
  #a460ea26d9a0564 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a38a6a163fa7158  {flex: 1;}#a8fb0a77a8a15cf .uk-grid {
  margin-left: -10px;
}
#a8fb0a77a8a15cf .uk-grid > * {
  padding-left: 10px;
}
#a8fb0a77a8a15cf .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a8fb0a77a8a15cf .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#a8fb0a77a8a15cf .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #a8fb0a77a8a15cf .uk-position-center-left-out {
    left: -30px;
  }
  #a8fb0a77a8a15cf .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a1109a2939a5c2f {
  overflow: hidden;
  pointer-events: none;
}
#a1109a2939a5c2f > .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;
}
#a1109a2939a5c2f > .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;
}
#a1109a2939a5c2f > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a1109a2939a5c2f > .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;
}
#a1109a2939a5c2f > .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;
}
#a1109a2939a5c2f > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a1109a2939a5c2f > .tab-wrap > div > .tab-nav,
#a1109a2939a5c2f > .tab-nav,
#a1109a2939a5c2f > .tab-tabs > .tab-wrap > div > .tab-nav,
#a1109a2939a5c2f > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a1109a2939a5c2f > .tab-wrap > div > .tab-nav-horizontal,
#a1109a2939a5c2f > .tab-nav-horizontal,
#a1109a2939a5c2f > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a1109a2939a5c2f > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a1109a2939a5c2f > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a1109a2939a5c2f > .tab-nav-horizontal::-webkit-scrollbar,
#a1109a2939a5c2f > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a1109a2939a5c2f > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a1109a2939a5c2f > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a1109a2939a5c2f > .tab-nav-horizontal.tagScroll,
#a1109a2939a5c2f > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a1109a2939a5c2f > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 10px;
  overflow-x: auto;
}
#a1109a2939a5c2f > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a1109a2939a5c2f > .tab-nav-horizontal.tagScroll li a,
#a1109a2939a5c2f > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a1109a2939a5c2f > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a1109a2939a5c2f > .tab-wrap > div > .tab-nav a,
#a1109a2939a5c2f > .tab-nav a,
#a1109a2939a5c2f > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a1109a2939a5c2f > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a1109a2939a5c2f > .tab-wrap > div > .tab-nav li a,
#a1109a2939a5c2f > .tab-nav li a,
#a1109a2939a5c2f > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a1109a2939a5c2f > .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: 12px;
  font-family: inherit;
  color: rgba(255, 255, 255, 0);
  border-right-style: none;
}
#a1109a2939a5c2f > .tab-wrap > div > .tab-nav li a svg,
#a1109a2939a5c2f > .tab-nav li a svg,
#a1109a2939a5c2f > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a1109a2939a5c2f > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a1109a2939a5c2f > .tab-wrap > div > .tab-nav li a .ap_icon,
#a1109a2939a5c2f > .tab-nav li a .ap_icon,
#a1109a2939a5c2f > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a1109a2939a5c2f > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a1109a2939a5c2f > .tab-wrap > div > .tab-nav li a:hover,
#a1109a2939a5c2f > .tab-nav li a:hover,
#a1109a2939a5c2f > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a1109a2939a5c2f > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a1109a2939a5c2f > .tab-wrap > div > .tab-nav li.uk-active a,
#a1109a2939a5c2f > .tab-nav li.uk-active a,
#a1109a2939a5c2f > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a1109a2939a5c2f > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a1109a2939a5c2f .layout-left li,
#a1109a2939a5c2f .layout-center li,
#a1109a2939a5c2f .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a1109a2939a5c2f .layout-left li a,
#a1109a2939a5c2f .layout-center li a,
#a1109a2939a5c2f .layout-right li a {
  height: 100%;
}
#a1109a2939a5c2f > .tab-tabs .layout-left {
  text-align: left;
}
#a1109a2939a5c2f > .tab-tabs .layout-center {
  text-align: center;
}
#a1109a2939a5c2f > .tab-tabs .layout-right {
  text-align: right;
}
#a1109a2939a5c2f .tab-contents {
  height: 100%;
  height: calc(100% - 10px);
}
#a1109a2939a5c2f .tab-content-wrap {
  background-color: transparent;
}
#a1109a2939a5c2f .tab-contents,
#a1109a2939a5c2f .tab-contents-wrap {
  pointer-events: none;
}
#a1109a2939a5c2f .tab-content,
#a1109a2939a5c2f .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a1109a2939a5c2f .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a1109a2939a5c2f .tab-wrap .tab-contents {
  height: 100%;
}
#a1109a2939a5c2f .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a1109a2939a5c2f .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a1109a2939a5c2f .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ac118a18a4a92d1  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a5f21aff63a0a98  {flex-grow: 1;}#a1123aeb53aaf8d  {flex: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;background-color: rgba(255, 255, 255, 0);padding-top: 15px;padding-bottom: 20px;border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;}#af453a9e48a220a .ac343ac248ab89c {
  overflow: hidden;
}
#af453a9e48a220a .ac343ac248ab89c , #af453a9e48a220a .ac343ac248ab89c > * {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 13px;font-family: Verdana;color: rgba(0, 0, 0, 1);}#af453a9e48a220a .aaaa4ad30ea44bd {
  overflow: hidden;
}
#af453a9e48a220a .aaaa4ad30ea44bd , #af453a9e48a220a .aaaa4ad30ea44bd > * {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: Verdana;color: rgba(100, 100, 100, 1);}#af453a9e48a220a .ad111a6d13aa473 {
  overflow: hidden;
}
#af453a9e48a220a .ad111a6d13aa473 , #af453a9e48a220a .ad111a6d13aa473 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 12px;font-family: Verdana;color: rgba(0, 0, 0, 1);}#af453a9e48a220a .uk-grid {
  margin-left: -50px;
}
#af453a9e48a220a .uk-grid > * {
  padding-left: 50px;
}
#af453a9e48a220a .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#af453a9e48a220a .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #af453a9e48a220a .uk-position-center-left-out {
    left: -30px;
  }
  #af453a9e48a220a .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa8b4a6fbeaa59c {
  overflow: hidden;
  pointer-events: none;
}
#aa8b4a6fbeaa59c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa8b4a6fbeaa59c > .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;
}
#aa8b4a6fbeaa59c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa8b4a6fbeaa59c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa8b4a6fbeaa59c > .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;
}
#aa8b4a6fbeaa59c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa8b4a6fbeaa59c > .tab-wrap > div > .tab-nav,
#aa8b4a6fbeaa59c > .tab-nav,
#aa8b4a6fbeaa59c > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa8b4a6fbeaa59c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(185, 185, 185, 0.39);
  border-bottom-style: solid;
}
#aa8b4a6fbeaa59c > .tab-wrap > div > .tab-nav-horizontal,
#aa8b4a6fbeaa59c > .tab-nav-horizontal,
#aa8b4a6fbeaa59c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa8b4a6fbeaa59c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa8b4a6fbeaa59c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa8b4a6fbeaa59c > .tab-nav-horizontal::-webkit-scrollbar,
#aa8b4a6fbeaa59c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa8b4a6fbeaa59c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa8b4a6fbeaa59c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa8b4a6fbeaa59c > .tab-nav-horizontal.tagScroll,
#aa8b4a6fbeaa59c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa8b4a6fbeaa59c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 20px;
  overflow-x: auto;
}
#aa8b4a6fbeaa59c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa8b4a6fbeaa59c > .tab-nav-horizontal.tagScroll li a,
#aa8b4a6fbeaa59c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa8b4a6fbeaa59c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa8b4a6fbeaa59c > .tab-wrap > div > .tab-nav a,
#aa8b4a6fbeaa59c > .tab-nav a,
#aa8b4a6fbeaa59c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa8b4a6fbeaa59c > .tab-tabs > .tab-nav a {
  padding: 0 5px;
}
#aa8b4a6fbeaa59c > .tab-wrap > div > .tab-nav li a,
#aa8b4a6fbeaa59c > .tab-nav li a,
#aa8b4a6fbeaa59c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa8b4a6fbeaa59c > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 20px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-bottom: 10px;
  margin-top: 10px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  padding: 0 5px;
}
#aa8b4a6fbeaa59c > .tab-wrap > div > .tab-nav li a svg,
#aa8b4a6fbeaa59c > .tab-nav li a svg,
#aa8b4a6fbeaa59c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa8b4a6fbeaa59c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa8b4a6fbeaa59c > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa8b4a6fbeaa59c > .tab-nav li a .ap_icon,
#aa8b4a6fbeaa59c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa8b4a6fbeaa59c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa8b4a6fbeaa59c > .tab-wrap > div > .tab-nav li a:hover,
#aa8b4a6fbeaa59c > .tab-nav li a:hover,
#aa8b4a6fbeaa59c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa8b4a6fbeaa59c > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #1364d8;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa8b4a6fbeaa59c > .tab-wrap > div > .tab-nav li.uk-active a,
#aa8b4a6fbeaa59c > .tab-nav li.uk-active a,
#aa8b4a6fbeaa59c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa8b4a6fbeaa59c > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #1364d8;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa8b4a6fbeaa59c .layout-left li,
#aa8b4a6fbeaa59c .layout-center li,
#aa8b4a6fbeaa59c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa8b4a6fbeaa59c .layout-left li a,
#aa8b4a6fbeaa59c .layout-center li a,
#aa8b4a6fbeaa59c .layout-right li a {
  height: 100%;
}
#aa8b4a6fbeaa59c > .tab-tabs .layout-left {
  text-align: left;
}
#aa8b4a6fbeaa59c > .tab-tabs .layout-center {
  text-align: center;
}
#aa8b4a6fbeaa59c > .tab-tabs .layout-right {
  text-align: right;
}
#aa8b4a6fbeaa59c .tab-contents {
  height: 100%;
  height: calc(100% - 20px);
}
#aa8b4a6fbeaa59c .tab-content-wrap {
  background-color: transparent;
}
#aa8b4a6fbeaa59c .tab-contents,
#aa8b4a6fbeaa59c .tab-contents-wrap {
  pointer-events: none;
}
#aa8b4a6fbeaa59c .tab-content,
#aa8b4a6fbeaa59c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa8b4a6fbeaa59c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa8b4a6fbeaa59c .tab-wrap .tab-contents {
  height: 100%;
}
#aa8b4a6fbeaa59c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa8b4a6fbeaa59c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa8b4a6fbeaa59c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ae32ca26f8a9a76  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a55dbaa8c5aede8  {flex-grow: 1;}#a59b2a1d50a67d6  {flex: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;background-color: rgba(255, 255, 255, 0);padding-top: 15px;padding-bottom: 20px;border-bottom-style: none;border-bottom-width: 0px;}#acc80a31aea5ea5 .uk-grid {
  margin-left: -30px;
}
#acc80a31aea5ea5 .uk-grid > * {
  padding-left: 30px;
}
#acc80a31aea5ea5 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#acc80a31aea5ea5 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #acc80a31aea5ea5 .uk-position-center-left-out {
    left: -30px;
  }
  #acc80a31aea5ea5 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a23d7a0f5ead827 {
  overflow: hidden;
  pointer-events: none;
}
#a23d7a0f5ead827 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a23d7a0f5ead827 > .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;
}
#a23d7a0f5ead827 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a23d7a0f5ead827 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a23d7a0f5ead827 > .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;
}
#a23d7a0f5ead827 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a23d7a0f5ead827 > .tab-wrap > div > .tab-nav,
#a23d7a0f5ead827 > .tab-nav,
#a23d7a0f5ead827 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a23d7a0f5ead827 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(185, 185, 185, 0.39);
  border-bottom-style: solid;
}
#a23d7a0f5ead827 > .tab-wrap > div > .tab-nav-horizontal,
#a23d7a0f5ead827 > .tab-nav-horizontal,
#a23d7a0f5ead827 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a23d7a0f5ead827 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a23d7a0f5ead827 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a23d7a0f5ead827 > .tab-nav-horizontal::-webkit-scrollbar,
#a23d7a0f5ead827 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a23d7a0f5ead827 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a23d7a0f5ead827 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a23d7a0f5ead827 > .tab-nav-horizontal.tagScroll,
#a23d7a0f5ead827 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a23d7a0f5ead827 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 20px;
  overflow-x: auto;
}
#a23d7a0f5ead827 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a23d7a0f5ead827 > .tab-nav-horizontal.tagScroll li a,
#a23d7a0f5ead827 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a23d7a0f5ead827 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a23d7a0f5ead827 > .tab-wrap > div > .tab-nav a,
#a23d7a0f5ead827 > .tab-nav a,
#a23d7a0f5ead827 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a23d7a0f5ead827 > .tab-tabs > .tab-nav a {
  padding: 0 5px;
}
#a23d7a0f5ead827 > .tab-wrap > div > .tab-nav li a,
#a23d7a0f5ead827 > .tab-nav li a,
#a23d7a0f5ead827 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a23d7a0f5ead827 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 20px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-bottom: 10px;
  margin-top: 10px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  padding: 0 5px;
}
#a23d7a0f5ead827 > .tab-wrap > div > .tab-nav li a svg,
#a23d7a0f5ead827 > .tab-nav li a svg,
#a23d7a0f5ead827 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a23d7a0f5ead827 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a23d7a0f5ead827 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a23d7a0f5ead827 > .tab-nav li a .ap_icon,
#a23d7a0f5ead827 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a23d7a0f5ead827 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a23d7a0f5ead827 > .tab-wrap > div > .tab-nav li a:hover,
#a23d7a0f5ead827 > .tab-nav li a:hover,
#a23d7a0f5ead827 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a23d7a0f5ead827 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #1364d8;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a23d7a0f5ead827 > .tab-wrap > div > .tab-nav li.uk-active a,
#a23d7a0f5ead827 > .tab-nav li.uk-active a,
#a23d7a0f5ead827 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a23d7a0f5ead827 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #1364d8;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a23d7a0f5ead827 .layout-left li,
#a23d7a0f5ead827 .layout-center li,
#a23d7a0f5ead827 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a23d7a0f5ead827 .layout-left li a,
#a23d7a0f5ead827 .layout-center li a,
#a23d7a0f5ead827 .layout-right li a {
  height: 100%;
}
#a23d7a0f5ead827 > .tab-tabs .layout-left {
  text-align: left;
}
#a23d7a0f5ead827 > .tab-tabs .layout-center {
  text-align: center;
}
#a23d7a0f5ead827 > .tab-tabs .layout-right {
  text-align: right;
}
#a23d7a0f5ead827 .tab-contents {
  height: 100%;
  height: calc(100% - 20px);
}
#a23d7a0f5ead827 .tab-content-wrap {
  background-color: transparent;
}
#a23d7a0f5ead827 .tab-contents,
#a23d7a0f5ead827 .tab-contents-wrap {
  pointer-events: none;
}
#a23d7a0f5ead827 .tab-content,
#a23d7a0f5ead827 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a23d7a0f5ead827 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a23d7a0f5ead827 .tab-wrap .tab-contents {
  height: 100%;
}
#a23d7a0f5ead827 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a23d7a0f5ead827 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a23d7a0f5ead827 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#acf47a1bfba6c1b .uk-navbar-item,
#acf47a1bfba6c1b .uk-navbar-nav > li > a,
#acf47a1bfba6c1b .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#acf47a1bfba6c1b .ap-search-form {
  display: inline-block;
  width: 100%;
}
#acf47a1bfba6c1b .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#acf47a1bfba6c1b [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#acf47a1bfba6c1b .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #fafafa;
  color: #eee;
}
#acf47a1bfba6c1b .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#acf47a1bfba6c1b .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1364d8;
}
#acf47a1bfba6c1b .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#acf47a1bfba6c1b .logo {
  display: inline-block;
}
#acf47a1bfba6c1b .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #acf47a1bfba6c1b .ap-header-top {
    padding: 15px 10px;
  }
}
#a7376a2888a8242 .list-item.uk-first-column {
  border-right: 1px solid #ececec;
}
#a09aca0664aa518 .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#a14a9aa4faa723b  {flex: 1;}#a6008a151fa2c43  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 30px;}#a3547a9f80a6c62 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac581addada4f1b .ele-wrap {border-color: rgba(1, 117, 95, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 16px;background-color: #1364d8;border-radius: 3px;justify-content: center;}#ac581addada4f1b .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;border-color: rgba(17, 138, 158, 1);background-color: rgba(9, 107, 123, 1);}#addb4a19d3a3269  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 50px;}#a4bcea4f2ba47b8 {
  border-radius: 5px;
  overflow: hidden;
}
#a4bcea4f2ba47b8 .ele-slideshow .uk-dotnav li a {
  background: #ffffff;
}
#a4bcea4f2ba47b8 .ele-slideshow .uk-dotnav > .uk-active a {
  background: #01755f;
}
#a4bcea4f2ba47b8 .ele-slideshow .uk-slidenav {
  background-color: rgba(65, 117, 5, 0);
}
#a4bcea4f2ba47b8 .ele-slideshow .uk-slidenav {
  color: #f5a623;
}
#a4bcea4f2ba47b8 .ele-slideshow .uk-slidenav:hover {
  background-color: rgba(255, 255, 255, 0);
}
#ab10da4f9fa5d00 > .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);}#a59e0a6629a092c > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a287aa7ec9a4215 > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 1px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);}#aadfea8540af56a > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 1px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);}#a6473a176eaea6a > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 1px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);}#a5d0aa0952a3d8f > .ele-wrap {border-left-width: -1px;border-bottom-width: -1px;border-right-width: -1px;border-top-width: -1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2ff4aa590ab1a9  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a7977a7dacab4c2  {flex-grow: 1;}#a0c93add83a20a1  {flex: 1;}#ac7a0ab4f0aa37d  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 20px;}#a3b3cae3eba90af  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;}#a8be5aa6a0a98d3  {flex-grow: 1;}#a09ebaa149a0c95  {flex: 1;}#a47dfa07c2a1a41  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;}#a1ebfaa372a7843 .ele-wrap {color: #ffffff;border-width: 0px;border-style: solid;font-size: 15px;background-color: #1364d8;border-radius: 3px;justify-content: center;font-family: Verdana;}#a1ebfaa372a7843 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(1, 117, 95, 0.8);}#adc54a1eeda06c7  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;}#a0f37a2bc8a30ee .ele-wrap {color: #ffffff;border-width: 0px;border-style: solid;font-size: 15px;background-color: #1364d8;border-radius: 3px;justify-content: center;font-family: Verdana;}#a0f37a2bc8a30ee .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(1, 117, 95, 0.8);}#a0af5ad57ca6c1a  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 40px;}#a2cb1a3847ae86d  {flex: 1;}#a0a47a6889a318d .a6704a028aa383f {
  overflow: hidden;
}
#a0a47a6889a318d .a6704a028aa383f , #a0a47a6889a318d .a6704a028aa383f > * {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a0a47a6889a318d .a6704a028aa383f:hover , #a0a47a6889a318d .a6704a028aa383f *:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a0a47a6889a318d .a362eafcfca7474 {
  overflow: hidden;
}
#a0a47a6889a318d .a362eafcfca7474 , #a0a47a6889a318d .a362eafcfca7474 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: Verdana;color: rgba(225, 225, 225, 1);}#a0a47a6889a318d .a0c0caca0aa0175 {
  overflow: hidden;
}
#a0a47a6889a318d .a0c0caca0aa0175 , #a0a47a6889a318d .a0c0caca0aa0175 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 13px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a0a47a6889a318d .uk-grid {
  margin-left: -10px;
}
#a0a47a6889a318d .uk-grid > * {
  padding-left: 10px;
}
#a0a47a6889a318d .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a0a47a6889a318d .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#a0a47a6889a318d .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #a0a47a6889a318d .uk-position-center-left-out {
    left: -30px;
  }
  #a0a47a6889a318d .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a85f2ad278ad0fc  {flex: 1;}#af72da3fa5a7015 .uk-grid {
  margin-left: -10px;
}
#af72da3fa5a7015 .uk-grid > * {
  padding-left: 10px;
}
#af72da3fa5a7015 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#af72da3fa5a7015 .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#af72da3fa5a7015 .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #af72da3fa5a7015 .uk-position-center-left-out {
    left: -30px;
  }
  #af72da3fa5a7015 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ae590a464dadbff {
  overflow: hidden;
  pointer-events: none;
}
#ae590a464dadbff > .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;
}
#ae590a464dadbff > .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;
}
#ae590a464dadbff > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ae590a464dadbff > .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;
}
#ae590a464dadbff > .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;
}
#ae590a464dadbff > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ae590a464dadbff > .tab-wrap > div > .tab-nav,
#ae590a464dadbff > .tab-nav,
#ae590a464dadbff > .tab-tabs > .tab-wrap > div > .tab-nav,
#ae590a464dadbff > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ae590a464dadbff > .tab-wrap > div > .tab-nav-horizontal,
#ae590a464dadbff > .tab-nav-horizontal,
#ae590a464dadbff > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ae590a464dadbff > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ae590a464dadbff > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ae590a464dadbff > .tab-nav-horizontal::-webkit-scrollbar,
#ae590a464dadbff > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ae590a464dadbff > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ae590a464dadbff > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ae590a464dadbff > .tab-nav-horizontal.tagScroll,
#ae590a464dadbff > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ae590a464dadbff > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 10px;
  overflow-x: auto;
}
#ae590a464dadbff > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ae590a464dadbff > .tab-nav-horizontal.tagScroll li a,
#ae590a464dadbff > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ae590a464dadbff > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ae590a464dadbff > .tab-wrap > div > .tab-nav a,
#ae590a464dadbff > .tab-nav a,
#ae590a464dadbff > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ae590a464dadbff > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ae590a464dadbff > .tab-wrap > div > .tab-nav li a,
#ae590a464dadbff > .tab-nav li a,
#ae590a464dadbff > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ae590a464dadbff > .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: 12px;
  font-family: inherit;
  color: rgba(255, 255, 255, 0);
  border-right-style: none;
}
#ae590a464dadbff > .tab-wrap > div > .tab-nav li a svg,
#ae590a464dadbff > .tab-nav li a svg,
#ae590a464dadbff > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ae590a464dadbff > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ae590a464dadbff > .tab-wrap > div > .tab-nav li a .ap_icon,
#ae590a464dadbff > .tab-nav li a .ap_icon,
#ae590a464dadbff > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ae590a464dadbff > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ae590a464dadbff > .tab-wrap > div > .tab-nav li a:hover,
#ae590a464dadbff > .tab-nav li a:hover,
#ae590a464dadbff > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ae590a464dadbff > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ae590a464dadbff > .tab-wrap > div > .tab-nav li.uk-active a,
#ae590a464dadbff > .tab-nav li.uk-active a,
#ae590a464dadbff > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ae590a464dadbff > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ae590a464dadbff .layout-left li,
#ae590a464dadbff .layout-center li,
#ae590a464dadbff .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ae590a464dadbff .layout-left li a,
#ae590a464dadbff .layout-center li a,
#ae590a464dadbff .layout-right li a {
  height: 100%;
}
#ae590a464dadbff > .tab-tabs .layout-left {
  text-align: left;
}
#ae590a464dadbff > .tab-tabs .layout-center {
  text-align: center;
}
#ae590a464dadbff > .tab-tabs .layout-right {
  text-align: right;
}
#ae590a464dadbff .tab-contents {
  height: 100%;
  height: calc(100% - 10px);
}
#ae590a464dadbff .tab-content-wrap {
  background-color: transparent;
}
#ae590a464dadbff .tab-contents,
#ae590a464dadbff .tab-contents-wrap {
  pointer-events: none;
}
#ae590a464dadbff .tab-content,
#ae590a464dadbff .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ae590a464dadbff .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ae590a464dadbff .tab-wrap .tab-contents {
  height: 100%;
}
#ae590a464dadbff .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ae590a464dadbff .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ae590a464dadbff .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a45b7a9ebeaba8a .uk-navbar-item,
#a45b7a9ebeaba8a .uk-navbar-nav > li > a,
#a45b7a9ebeaba8a .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a45b7a9ebeaba8a .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a45b7a9ebeaba8a .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a45b7a9ebeaba8a [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a45b7a9ebeaba8a .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #fafafa;
  color: #eee;
}
#a45b7a9ebeaba8a .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a45b7a9ebeaba8a .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1364d8;
}
#a45b7a9ebeaba8a .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a45b7a9ebeaba8a .logo {
  display: inline-block;
}
#a45b7a9ebeaba8a .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a45b7a9ebeaba8a .ap-header-top {
    padding: 15px 10px;
  }
}
#a796babe96a59ce .list-icon {
  color: #1364d8;
}
#a796babe96a59ce .uk-button {
  padding: 0px 60px;
  border: 1px solid #fff;
  background: none;
  font-weight: bold;
  font-size: 18px;
  transition: all 0.2s ease-in;
}
#a796babe96a59ce .uk-button:hover {
  background: #fff;
  color: #1364d8;
}
#a796babe96a59ce .uk-button i {
  margin-left: 10px;
  display: inline-block;
}
#a1510ae252ac4f0 .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#a6dc0a5e5fa6229  {flex: 1;}#a7e4ba246ba8e3f  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 30px;}#a31ebacaaaaab3c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1dcaa08e4a9af6 .ele-wrap {border-color: rgba(1, 117, 95, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 16px;background-color: #1364d8;border-radius: 3px;justify-content: center;}#a1dcaa08e4a9af6 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;border-color: rgba(17, 138, 158, 1);background-color: rgba(9, 107, 123, 1);}#ac51da0210a0d7b  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 30px;}#aa2baa930faeb3f {
  border-radius: 5px;
  overflow: hidden;
}
#aa2baa930faeb3f .ele-slideshow .uk-dotnav li a {
  background: #ffffff;
}
#aa2baa930faeb3f .ele-slideshow .uk-dotnav > .uk-active a {
  background: #01755f;
}
#aa2baa930faeb3f .ele-slideshow .uk-slidenav {
  background-color: rgba(65, 117, 5, 0);
}
#aa2baa930faeb3f .ele-slideshow .uk-slidenav {
  color: #f5a623;
}
#aa2baa930faeb3f .ele-slideshow .uk-slidenav:hover {
  background-color: rgba(255, 255, 255, 0);
}
#ac514a92e9a6683 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7305a79cca85cd > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/ad1cfa3e21a0b3d/1760159755930.jpeg);background-position: center center;background-size: cover;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1775ac6a7a57cc  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a6116ae345a2628  {flex-grow: 1;}#aff96a1bcfaa305  {flex: 1;}#aa80fadd05a6dea  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 20px;}#a3d12a9830ae49f  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;}#a316ba5434adddd  {flex-grow: 1;}#a4dd9a7c82a6a42  {flex: 1;}#af6b4a5dfba1e0a  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;}#a1928a19f2a5c91 .ele-wrap {color: #ffffff;border-width: 0px;border-style: solid;font-size: 15px;background-color: #1364d8;border-radius: 3px;justify-content: center;font-family: Verdana;}#a1928a19f2a5c91 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(1, 117, 95, 0.8);}#adf16aa2f5a92fb  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;}#a7376ade13a00e7 .ele-wrap {color: #ffffff;border-width: 0px;border-style: solid;font-size: 15px;background-color: #1364d8;border-radius: 3px;justify-content: center;font-family: Verdana;}#a7376ade13a00e7 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(1, 117, 95, 0.8);}#a9cada72f5a3b69  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 40px;}#a4a3ca194ba9a70  {flex: 1;}#a00c6a078ba8598 .a7e2eaba8aaa192 {
  overflow: hidden;
}
#a00c6a078ba8598 .a7e2eaba8aaa192 , #a00c6a078ba8598 .a7e2eaba8aaa192 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a00c6a078ba8598 .a7e2eaba8aaa192:hover , #a00c6a078ba8598 .a7e2eaba8aaa192 *:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a00c6a078ba8598 .a323da2f67ac4fb {
  overflow: hidden;
}
#a00c6a078ba8598 .a323da2f67ac4fb , #a00c6a078ba8598 .a323da2f67ac4fb > * {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: Verdana;color: rgba(225, 225, 225, 1);}#a00c6a078ba8598 .ade54a00a7aeb41 {
  overflow: hidden;
}
#a00c6a078ba8598 .ade54a00a7aeb41 , #a00c6a078ba8598 .ade54a00a7aeb41 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 13px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a00c6a078ba8598 .uk-grid {
  margin-left: -10px;
}
#a00c6a078ba8598 .uk-grid > * {
  padding-left: 10px;
}
#a00c6a078ba8598 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a00c6a078ba8598 .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#a00c6a078ba8598 .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #a00c6a078ba8598 .uk-position-center-left-out {
    left: -30px;
  }
  #a00c6a078ba8598 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a875fa1ec2a39c1  {flex: 1;}#a5c9aa68b4ae4f1 .uk-grid {
  margin-left: -10px;
}
#a5c9aa68b4ae4f1 .uk-grid > * {
  padding-left: 10px;
}
#a5c9aa68b4ae4f1 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a5c9aa68b4ae4f1 .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#a5c9aa68b4ae4f1 .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #a5c9aa68b4ae4f1 .uk-position-center-left-out {
    left: -30px;
  }
  #a5c9aa68b4ae4f1 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#afc98aed4caf5d9 {
  overflow: hidden;
  pointer-events: none;
}
#afc98aed4caf5d9 > .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;
}
#afc98aed4caf5d9 > .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;
}
#afc98aed4caf5d9 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#afc98aed4caf5d9 > .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;
}
#afc98aed4caf5d9 > .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;
}
#afc98aed4caf5d9 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#afc98aed4caf5d9 > .tab-wrap > div > .tab-nav,
#afc98aed4caf5d9 > .tab-nav,
#afc98aed4caf5d9 > .tab-tabs > .tab-wrap > div > .tab-nav,
#afc98aed4caf5d9 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#afc98aed4caf5d9 > .tab-wrap > div > .tab-nav-horizontal,
#afc98aed4caf5d9 > .tab-nav-horizontal,
#afc98aed4caf5d9 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#afc98aed4caf5d9 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#afc98aed4caf5d9 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#afc98aed4caf5d9 > .tab-nav-horizontal::-webkit-scrollbar,
#afc98aed4caf5d9 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#afc98aed4caf5d9 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#afc98aed4caf5d9 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#afc98aed4caf5d9 > .tab-nav-horizontal.tagScroll,
#afc98aed4caf5d9 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#afc98aed4caf5d9 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 10px;
  overflow-x: auto;
}
#afc98aed4caf5d9 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#afc98aed4caf5d9 > .tab-nav-horizontal.tagScroll li a,
#afc98aed4caf5d9 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#afc98aed4caf5d9 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#afc98aed4caf5d9 > .tab-wrap > div > .tab-nav a,
#afc98aed4caf5d9 > .tab-nav a,
#afc98aed4caf5d9 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#afc98aed4caf5d9 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#afc98aed4caf5d9 > .tab-wrap > div > .tab-nav li a,
#afc98aed4caf5d9 > .tab-nav li a,
#afc98aed4caf5d9 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#afc98aed4caf5d9 > .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: 12px;
  font-family: inherit;
  color: rgba(255, 255, 255, 0);
  border-right-style: none;
}
#afc98aed4caf5d9 > .tab-wrap > div > .tab-nav li a svg,
#afc98aed4caf5d9 > .tab-nav li a svg,
#afc98aed4caf5d9 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#afc98aed4caf5d9 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#afc98aed4caf5d9 > .tab-wrap > div > .tab-nav li a .ap_icon,
#afc98aed4caf5d9 > .tab-nav li a .ap_icon,
#afc98aed4caf5d9 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#afc98aed4caf5d9 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#afc98aed4caf5d9 > .tab-wrap > div > .tab-nav li a:hover,
#afc98aed4caf5d9 > .tab-nav li a:hover,
#afc98aed4caf5d9 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#afc98aed4caf5d9 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#afc98aed4caf5d9 > .tab-wrap > div > .tab-nav li.uk-active a,
#afc98aed4caf5d9 > .tab-nav li.uk-active a,
#afc98aed4caf5d9 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#afc98aed4caf5d9 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#afc98aed4caf5d9 .layout-left li,
#afc98aed4caf5d9 .layout-center li,
#afc98aed4caf5d9 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#afc98aed4caf5d9 .layout-left li a,
#afc98aed4caf5d9 .layout-center li a,
#afc98aed4caf5d9 .layout-right li a {
  height: 100%;
}
#afc98aed4caf5d9 > .tab-tabs .layout-left {
  text-align: left;
}
#afc98aed4caf5d9 > .tab-tabs .layout-center {
  text-align: center;
}
#afc98aed4caf5d9 > .tab-tabs .layout-right {
  text-align: right;
}
#afc98aed4caf5d9 .tab-contents {
  height: 100%;
  height: calc(100% - 10px);
}
#afc98aed4caf5d9 .tab-content-wrap {
  background-color: transparent;
}
#afc98aed4caf5d9 .tab-contents,
#afc98aed4caf5d9 .tab-contents-wrap {
  pointer-events: none;
}
#afc98aed4caf5d9 .tab-content,
#afc98aed4caf5d9 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#afc98aed4caf5d9 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#afc98aed4caf5d9 .tab-wrap .tab-contents {
  height: 100%;
}
#afc98aed4caf5d9 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#afc98aed4caf5d9 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#afc98aed4caf5d9 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ae773aca72a2f04 .uk-navbar-item,
#ae773aca72a2f04 .uk-navbar-nav > li > a,
#ae773aca72a2f04 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#ae773aca72a2f04 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ae773aca72a2f04 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#ae773aca72a2f04 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ae773aca72a2f04 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #fafafa;
  color: #eee;
}
#ae773aca72a2f04 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#ae773aca72a2f04 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1364d8;
}
#ae773aca72a2f04 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#ae773aca72a2f04 .logo {
  display: inline-block;
}
#ae773aca72a2f04 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #ae773aca72a2f04 .ap-header-top {
    padding: 15px 10px;
  }
}
#af563a059fa5366 .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#ae9e4a9bb5ad7b5 .uk-navbar-item,
#ae9e4a9bb5ad7b5 .uk-navbar-nav > li > a,
#ae9e4a9bb5ad7b5 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#ae9e4a9bb5ad7b5 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ae9e4a9bb5ad7b5 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#ae9e4a9bb5ad7b5 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ae9e4a9bb5ad7b5 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #fafafa;
  color: #eee;
}
#ae9e4a9bb5ad7b5 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#ae9e4a9bb5ad7b5 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1364d8;
}
#ae9e4a9bb5ad7b5 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#ae9e4a9bb5ad7b5 .logo {
  display: inline-block;
}
#ae9e4a9bb5ad7b5 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #ae9e4a9bb5ad7b5 .ap-header-top {
    padding: 15px 10px;
  }
}
#abe6ba61a0a4280 .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#ac018a267ba68c4  {flex: 1;}#a3a9ba34d0ae888  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 30px;}#ad858ac9eeab19a > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a65caa8690a847c .ele-wrap {border-color: rgba(1, 117, 95, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 16px;background-color: #1364d8;border-radius: 3px;justify-content: center;}#a65caa8690a847c .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;border-color: rgba(17, 138, 158, 1);background-color: rgba(9, 107, 123, 1);}#a9663a26fcaaa04  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 50px;}#a098cac2c4a4d23 {
  border-radius: 5px;
  overflow: hidden;
}
#a098cac2c4a4d23 .ele-slideshow .uk-dotnav li a {
  background: #ffffff;
}
#a098cac2c4a4d23 .ele-slideshow .uk-dotnav > .uk-active a {
  background: #01755f;
}
#a098cac2c4a4d23 .ele-slideshow .uk-slidenav {
  background-color: rgba(65, 117, 5, 0);
}
#a098cac2c4a4d23 .ele-slideshow .uk-slidenav {
  color: #f5a623;
}
#a098cac2c4a4d23 .ele-slideshow .uk-slidenav:hover {
  background-color: rgba(255, 255, 255, 0);
}
#a31fca4e18a0a78 > .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);}#a8f6ead1faaabb0 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af614a6621aa8e4 > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 1px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);}#a90ebaec28a67c0 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a22b0abab8a4ed8 > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 1px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);}#a0aaca24daa97d0 > .ele-wrap {border-left-width: -1px;border-bottom-width: -1px;border-right-width: -1px;border-top-width: -1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aeedba1d1aabd40 > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-left-color: rgba(235, 235, 235, 1);}#ace00a2435aaa26 > .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;}#a7472ab348a9f1e > .ele-wrap {background-image: url(/resources/upload/ad1cfa3e21a0b3d/1759109857847.webp);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3a3ba1cf7a10bc  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a0a96a076ea999a  {flex-grow: 1;}#a3181a06faa8ca4  {flex: 1;}#a555fa18d5ad5e7  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 20px;}#ad83ca8f95a5fbf  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;}#ae5aca7caaa0134  {flex-grow: 1;}#ada96a4e04ab494  {flex: 1;}#ab65aa3608a6124  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;}#ac187a99deaeefb .ele-wrap {color: #ffffff;border-width: 0px;border-style: solid;font-size: 15px;background-color: #1364d8;border-radius: 3px;justify-content: center;font-family: Verdana;}#ac187a99deaeefb .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(1, 117, 95, 0.8);}#ac057a618ca72f0  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;}#a9937a93efa9f64 .ele-wrap {color: #ffffff;border-width: 0px;border-style: solid;font-size: 15px;background-color: #1364d8;border-radius: 3px;justify-content: center;font-family: Verdana;}#a9937a93efa9f64 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(1, 117, 95, 0.8);}#a1873a1ffcaee55  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 40px;}#ae763a38d7aeb02  {flex: 1;}#a2a2ea883fa65f6 .a30d2a967ba8ecc {
  overflow: hidden;
}
#a2a2ea883fa65f6 .a30d2a967ba8ecc , #a2a2ea883fa65f6 .a30d2a967ba8ecc > * {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a2a2ea883fa65f6 .a30d2a967ba8ecc:hover , #a2a2ea883fa65f6 .a30d2a967ba8ecc *:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a2a2ea883fa65f6 .a24a7a8d55acc7e {
  overflow: hidden;
}
#a2a2ea883fa65f6 .a24a7a8d55acc7e , #a2a2ea883fa65f6 .a24a7a8d55acc7e > * {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: Verdana;color: rgba(225, 225, 225, 1);}#a2a2ea883fa65f6 .a71e8a237ea9691 {
  overflow: hidden;
}
#a2a2ea883fa65f6 .a71e8a237ea9691 , #a2a2ea883fa65f6 .a71e8a237ea9691 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 13px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a2a2ea883fa65f6 .uk-grid {
  margin-left: -10px;
}
#a2a2ea883fa65f6 .uk-grid > * {
  padding-left: 10px;
}
#a2a2ea883fa65f6 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a2a2ea883fa65f6 .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#a2a2ea883fa65f6 .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #a2a2ea883fa65f6 .uk-position-center-left-out {
    left: -30px;
  }
  #a2a2ea883fa65f6 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a0831aa469a50e5  {flex: 1;}#a598ba31a8a7c87 .uk-grid {
  margin-left: -10px;
}
#a598ba31a8a7c87 .uk-grid > * {
  padding-left: 10px;
}
#a598ba31a8a7c87 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a598ba31a8a7c87 .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#a598ba31a8a7c87 .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #a598ba31a8a7c87 .uk-position-center-left-out {
    left: -30px;
  }
  #a598ba31a8a7c87 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ad959a4109a3cde {
  overflow: hidden;
  pointer-events: none;
}
#ad959a4109a3cde > .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;
}
#ad959a4109a3cde > .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;
}
#ad959a4109a3cde > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ad959a4109a3cde > .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;
}
#ad959a4109a3cde > .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;
}
#ad959a4109a3cde > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ad959a4109a3cde > .tab-wrap > div > .tab-nav,
#ad959a4109a3cde > .tab-nav,
#ad959a4109a3cde > .tab-tabs > .tab-wrap > div > .tab-nav,
#ad959a4109a3cde > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ad959a4109a3cde > .tab-wrap > div > .tab-nav-horizontal,
#ad959a4109a3cde > .tab-nav-horizontal,
#ad959a4109a3cde > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ad959a4109a3cde > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ad959a4109a3cde > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ad959a4109a3cde > .tab-nav-horizontal::-webkit-scrollbar,
#ad959a4109a3cde > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ad959a4109a3cde > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ad959a4109a3cde > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ad959a4109a3cde > .tab-nav-horizontal.tagScroll,
#ad959a4109a3cde > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ad959a4109a3cde > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 10px;
  overflow-x: auto;
}
#ad959a4109a3cde > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ad959a4109a3cde > .tab-nav-horizontal.tagScroll li a,
#ad959a4109a3cde > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ad959a4109a3cde > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ad959a4109a3cde > .tab-wrap > div > .tab-nav a,
#ad959a4109a3cde > .tab-nav a,
#ad959a4109a3cde > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ad959a4109a3cde > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ad959a4109a3cde > .tab-wrap > div > .tab-nav li a,
#ad959a4109a3cde > .tab-nav li a,
#ad959a4109a3cde > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ad959a4109a3cde > .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: 12px;
  font-family: inherit;
  color: rgba(255, 255, 255, 0);
  border-right-style: none;
}
#ad959a4109a3cde > .tab-wrap > div > .tab-nav li a svg,
#ad959a4109a3cde > .tab-nav li a svg,
#ad959a4109a3cde > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ad959a4109a3cde > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ad959a4109a3cde > .tab-wrap > div > .tab-nav li a .ap_icon,
#ad959a4109a3cde > .tab-nav li a .ap_icon,
#ad959a4109a3cde > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ad959a4109a3cde > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ad959a4109a3cde > .tab-wrap > div > .tab-nav li a:hover,
#ad959a4109a3cde > .tab-nav li a:hover,
#ad959a4109a3cde > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ad959a4109a3cde > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ad959a4109a3cde > .tab-wrap > div > .tab-nav li.uk-active a,
#ad959a4109a3cde > .tab-nav li.uk-active a,
#ad959a4109a3cde > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ad959a4109a3cde > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ad959a4109a3cde .layout-left li,
#ad959a4109a3cde .layout-center li,
#ad959a4109a3cde .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ad959a4109a3cde .layout-left li a,
#ad959a4109a3cde .layout-center li a,
#ad959a4109a3cde .layout-right li a {
  height: 100%;
}
#ad959a4109a3cde > .tab-tabs .layout-left {
  text-align: left;
}
#ad959a4109a3cde > .tab-tabs .layout-center {
  text-align: center;
}
#ad959a4109a3cde > .tab-tabs .layout-right {
  text-align: right;
}
#ad959a4109a3cde .tab-contents {
  height: 100%;
  height: calc(100% - 10px);
}
#ad959a4109a3cde .tab-content-wrap {
  background-color: transparent;
}
#ad959a4109a3cde .tab-contents,
#ad959a4109a3cde .tab-contents-wrap {
  pointer-events: none;
}
#ad959a4109a3cde .tab-content,
#ad959a4109a3cde .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ad959a4109a3cde .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ad959a4109a3cde .tab-wrap .tab-contents {
  height: 100%;
}
#ad959a4109a3cde .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ad959a4109a3cde .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ad959a4109a3cde .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a0deaad1bda5996 .uk-navbar-item,
#a0deaad1bda5996 .uk-navbar-nav > li > a,
#a0deaad1bda5996 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a0deaad1bda5996 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a0deaad1bda5996 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a0deaad1bda5996 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a0deaad1bda5996 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #fafafa;
  color: #eee;
}
#a0deaad1bda5996 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a0deaad1bda5996 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1364d8;
}
#a0deaad1bda5996 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a0deaad1bda5996 .logo {
  display: inline-block;
}
#a0deaad1bda5996 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a0deaad1bda5996 .ap-header-top {
    padding: 15px 10px;
  }
}
#a3c56a95a3a81b3 .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#aabbfadbe4a8ccb  {flex: 1;}#ae8fba8e87a1a65  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 30px;}#a3f49a1618aaa76 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3c17a870cac489 .ele-wrap {border-color: rgba(1, 117, 95, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 16px;background-color: #1364d8;border-radius: 3px;justify-content: center;}#a3c17a870cac489 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;border-color: rgba(17, 138, 158, 1);background-color: rgba(9, 107, 123, 1);}#a5b5ea0b13a1875  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 30px;}#adb9aab44eafcdb {
  border-radius: 5px;
  overflow: hidden;
}
#adb9aab44eafcdb .ele-slideshow .uk-dotnav li a {
  background: #ffffff;
}
#adb9aab44eafcdb .ele-slideshow .uk-dotnav > .uk-active a {
  background: #01755f;
}
#adb9aab44eafcdb .ele-slideshow .uk-slidenav {
  background-color: rgba(65, 117, 5, 0);
}
#adb9aab44eafcdb .ele-slideshow .uk-slidenav {
  color: #f5a623;
}
#adb9aab44eafcdb .ele-slideshow .uk-slidenav:hover {
  background-color: rgba(255, 255, 255, 0);
}
#ab189a527baa4b6 > .ele-wrap {background-image: url(/resources/upload/ad1cfa3e21a0b3d/1760162463138.jpeg);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a958faa665a8e69  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#ae771a8217a4933  {flex-grow: 1;}#a3fcda83bdad2ed  {flex: 1;}#a3efaa746ba21a7  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 20px;}#a808ca90b7a634f  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;}#afe13a7ffdafdab  {flex-grow: 1;}#ac166a36f5aa4b7  {flex: 1;}#a004ca2167a8289  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;}#a8092ac266afa20 .ele-wrap {color: #ffffff;border-width: 0px;border-style: solid;font-size: 15px;background-color: #1364d8;border-radius: 3px;justify-content: center;font-family: Verdana;}#a8092ac266afa20 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(1, 117, 95, 0.8);}#a2bd4a54bba5819  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 40px;}#a959daea1caec43  {flex: 1;}#a9769a2f84a54f4 .uk-grid {
  margin-left: -10px;
}
#a9769a2f84a54f4 .uk-grid > * {
  padding-left: 10px;
}
#a9769a2f84a54f4 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a9769a2f84a54f4 .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#a9769a2f84a54f4 .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #a9769a2f84a54f4 .uk-position-center-left-out {
    left: -30px;
  }
  #a9769a2f84a54f4 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa179adb1da850c  {flex: 1;}#a2b3aa3844ae2c1 .uk-grid {
  margin-left: -10px;
}
#a2b3aa3844ae2c1 .uk-grid > * {
  padding-left: 10px;
}
#a2b3aa3844ae2c1 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a2b3aa3844ae2c1 .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#a2b3aa3844ae2c1 .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #a2b3aa3844ae2c1 .uk-position-center-left-out {
    left: -30px;
  }
  #a2b3aa3844ae2c1 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ab347a2731ad84b {
  overflow: hidden;
  pointer-events: none;
}
#ab347a2731ad84b > .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;
}
#ab347a2731ad84b > .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;
}
#ab347a2731ad84b > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab347a2731ad84b > .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;
}
#ab347a2731ad84b > .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;
}
#ab347a2731ad84b > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab347a2731ad84b > .tab-wrap > div > .tab-nav,
#ab347a2731ad84b > .tab-nav,
#ab347a2731ad84b > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab347a2731ad84b > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab347a2731ad84b > .tab-wrap > div > .tab-nav-horizontal,
#ab347a2731ad84b > .tab-nav-horizontal,
#ab347a2731ad84b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab347a2731ad84b > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab347a2731ad84b > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab347a2731ad84b > .tab-nav-horizontal::-webkit-scrollbar,
#ab347a2731ad84b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab347a2731ad84b > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab347a2731ad84b > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab347a2731ad84b > .tab-nav-horizontal.tagScroll,
#ab347a2731ad84b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab347a2731ad84b > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 10px;
  overflow-x: auto;
}
#ab347a2731ad84b > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab347a2731ad84b > .tab-nav-horizontal.tagScroll li a,
#ab347a2731ad84b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab347a2731ad84b > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab347a2731ad84b > .tab-wrap > div > .tab-nav a,
#ab347a2731ad84b > .tab-nav a,
#ab347a2731ad84b > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab347a2731ad84b > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ab347a2731ad84b > .tab-wrap > div > .tab-nav li a,
#ab347a2731ad84b > .tab-nav li a,
#ab347a2731ad84b > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab347a2731ad84b > .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: 12px;
  font-family: inherit;
  color: rgba(255, 255, 255, 0);
  border-right-style: none;
}
#ab347a2731ad84b > .tab-wrap > div > .tab-nav li a svg,
#ab347a2731ad84b > .tab-nav li a svg,
#ab347a2731ad84b > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab347a2731ad84b > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab347a2731ad84b > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab347a2731ad84b > .tab-nav li a .ap_icon,
#ab347a2731ad84b > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab347a2731ad84b > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab347a2731ad84b > .tab-wrap > div > .tab-nav li a:hover,
#ab347a2731ad84b > .tab-nav li a:hover,
#ab347a2731ad84b > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab347a2731ad84b > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab347a2731ad84b > .tab-wrap > div > .tab-nav li.uk-active a,
#ab347a2731ad84b > .tab-nav li.uk-active a,
#ab347a2731ad84b > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab347a2731ad84b > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab347a2731ad84b .layout-left li,
#ab347a2731ad84b .layout-center li,
#ab347a2731ad84b .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab347a2731ad84b .layout-left li a,
#ab347a2731ad84b .layout-center li a,
#ab347a2731ad84b .layout-right li a {
  height: 100%;
}
#ab347a2731ad84b > .tab-tabs .layout-left {
  text-align: left;
}
#ab347a2731ad84b > .tab-tabs .layout-center {
  text-align: center;
}
#ab347a2731ad84b > .tab-tabs .layout-right {
  text-align: right;
}
#ab347a2731ad84b .tab-contents {
  height: 100%;
  height: calc(100% - 10px);
}
#ab347a2731ad84b .tab-content-wrap {
  background-color: transparent;
}
#ab347a2731ad84b .tab-contents,
#ab347a2731ad84b .tab-contents-wrap {
  pointer-events: none;
}
#ab347a2731ad84b .tab-content,
#ab347a2731ad84b .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab347a2731ad84b .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab347a2731ad84b .tab-wrap .tab-contents {
  height: 100%;
}
#ab347a2731ad84b .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab347a2731ad84b .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab347a2731ad84b .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a0463a2717a7c07 .uk-navbar-item,
#a0463a2717a7c07 .uk-navbar-nav > li > a,
#a0463a2717a7c07 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a0463a2717a7c07 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a0463a2717a7c07 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a0463a2717a7c07 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a0463a2717a7c07 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #fafafa;
  color: #eee;
}
#a0463a2717a7c07 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a0463a2717a7c07 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1364d8;
}
#a0463a2717a7c07 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a0463a2717a7c07 .logo {
  display: inline-block;
}
#a0463a2717a7c07 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a0463a2717a7c07 .ap-header-top {
    padding: 15px 10px;
  }
}
#ab94fa5d22afaa1 .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#a9a34a151bad575 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;background-color: rgba(255, 255, 255, 0);border-width: 1px;border-color: rgba(255, 255, 255, 1);}#a7c2ca3e4aa1c3b .uk-navbar-item,
#a7c2ca3e4aa1c3b .uk-navbar-nav > li > a,
#a7c2ca3e4aa1c3b .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a7c2ca3e4aa1c3b .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a7c2ca3e4aa1c3b .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a7c2ca3e4aa1c3b [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a7c2ca3e4aa1c3b .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #fafafa;
  color: #eee;
}
#a7c2ca3e4aa1c3b .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a7c2ca3e4aa1c3b .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1364d8;
}
#a7c2ca3e4aa1c3b .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a7c2ca3e4aa1c3b .logo {
  display: inline-block;
}
#a7c2ca3e4aa1c3b .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a7c2ca3e4aa1c3b .ap-header-top {
    padding: 15px 10px;
  }
}
#ad5eaa153aae2fe .separator-line {
  width: 50px;
  border-bottom: 2px solid #1364d8;
}
#aa916a7fe4a3b8d .uk-card-media-left {
  min-height: 200px;
}
#aa916a7fe4a3b8d .h-float .uk-card {
  transition: all .3s ease;
}
#a998caec9ea313e .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#ad450af7cfaf0be .uk-navbar-item,
#ad450af7cfaf0be .uk-navbar-nav > li > a,
#ad450af7cfaf0be .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#ad450af7cfaf0be .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ad450af7cfaf0be .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#ad450af7cfaf0be [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ad450af7cfaf0be .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #fafafa;
  color: #eee;
}
#ad450af7cfaf0be .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#ad450af7cfaf0be .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1364d8;
}
#ad450af7cfaf0be .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#ad450af7cfaf0be .logo {
  display: inline-block;
}
#ad450af7cfaf0be .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #ad450af7cfaf0be .ap-header-top {
    padding: 15px 10px;
  }
}
#a37b4a3d47af145 .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#a9ee1a3bc0a2725 > .ele-wrap {background-color: orange;background-image: url(/resources/upload/2c01a12dbcee/1570692205609.png);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a9ee1a3bc0a2725  > .ele-wrap:hover {border-bottom-color: #0372ff;border-bottom-width: 3px;border-bottom-style: solid;}#aaf43a8a9aa77cf .img-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#aa4dda6dbca8682 > .ele-wrap {background-color: orange;background-image: url(/resources/upload/2c01a12dbcee/1570692205609.png);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aa4dda6dbca8682  > .ele-wrap:hover {border-bottom-color: #0372ff;border-bottom-width: 3px;border-bottom-style: solid;}#a8f51ae94ba19bc .img-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a9fb8a901aafd88 > .ele-wrap {background-color: orange;background-image: url(/resources/upload/2c01a12dbcee/1570692205609.png);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a9fb8a901aafd88  > .ele-wrap:hover {border-bottom-color: #0372ff;border-bottom-width: 3px;border-bottom-style: solid;}#a8896a4a27a4e81 .img-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#ac9a2a3eeaacbae .ele-wrap {border-color: rgba(68, 158, 255, 1);border-width: 1px;border-style: solid;color: #449eff;border-radius: 25px;background-color: transparent;font-size: 15px;justify-content: center;font-family: Verdana;}#ac9a2a3eeaacbae .ele-wrap:hover {border-color: rgba(204, 204, 204, 0);background-color: rgba(68, 158, 255, 1);color: #ffffff;}#aefcca0912a1fb1 .uk-navbar-item,
#aefcca0912a1fb1 .uk-navbar-nav > li > a,
#aefcca0912a1fb1 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#aefcca0912a1fb1 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#aefcca0912a1fb1 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#aefcca0912a1fb1 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#aefcca0912a1fb1 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #fafafa;
  color: #eee;
}
#aefcca0912a1fb1 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#aefcca0912a1fb1 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1364d8;
}
#aefcca0912a1fb1 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#aefcca0912a1fb1 .logo {
  display: inline-block;
}
#aefcca0912a1fb1 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #aefcca0912a1fb1 .ap-header-top {
    padding: 15px 10px;
  }
}
#a37b4a3d47af145 .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#a3f49a0019acfc6  {flex: 1;}#a1961aa1eea48b0  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 65px;}#af695a7df4a7f56 > .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;}#a7901aa340a6384  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 50px;padding-bottom: 20px;}#a9ccaa9504adb64 > .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;}#ab76ca3697aec63 .form-agree {
  display: flex;
  align-items: center;
}
#ab76ca3697aec63 .uk-form .form-submit-btn {
  width: 440px;
}
#ab76ca3697aec63 .submit-wrap {
  text-align: center;
}
#ab76ca3697aec63 .submit-wrap button:hover {
  background-color: #01755f;
}
#ab76ca3697aec63 .submit-wrap button {
  font-size: 14px;
}
#ab76ca3697aec63 .submit-wrap button {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab76ca3697aec63 form {
  border-top-width: 0;
  border-top-style: none;
  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: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  padding-top: nullpx;
  padding-bottom: nullpx;
  padding-left: nullpx;
  padding-right: nullpx;
}
#ab76ca3697aec63 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#ab76ca3697aec63 .form-item {
  margin-top: nullpx !important;
}
#ab76ca3697aec63 .form-item .uk-input,
#ab76ca3697aec63 .form-item .uk-select,
#ab76ca3697aec63 .form-item .uk-textarea {
  width: autopx;
  height: 30px;
  line-height: 30px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  margin-top: 5px;
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
  border-top-left-radius: 1px;
  border-right-width: 1px;
  border-right-color: #9b9b9b;
  border-right-style: solid;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ab76ca3697aec63 .form-item .uk-input::-webkit-input-placeholder,
#ab76ca3697aec63 .form-item .uk-select::-webkit-input-placeholder,
#ab76ca3697aec63 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #9b9b9b;
}
#ab76ca3697aec63 .form-item .uk-input:-ms-input-placeholder,
#ab76ca3697aec63 .form-item .uk-select:-ms-input-placeholder,
#ab76ca3697aec63 .form-item .uk-textarea:-ms-input-placeholder {
  color: #9b9b9b;
}
#ab76ca3697aec63 .form-item .uk-input::-moz-placeholder,
#ab76ca3697aec63 .form-item .uk-select::-moz-placeholder,
#ab76ca3697aec63 .form-item .uk-textarea::-moz-placeholder {
  color: #9b9b9b;
}
#ab76ca3697aec63 .form-item .uk-input::placeholder,
#ab76ca3697aec63 .form-item .uk-select::placeholder,
#ab76ca3697aec63 .form-item .uk-textarea::placeholder {
  color: #9b9b9b;
}
#ab76ca3697aec63 .form-item .auto-height {
  height: auto;
}
#ab76ca3697aec63 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
}
#ab76ca3697aec63 .form-item .send-code {
  bottom: -5px;
}
#ab76ca3697aec63 .form-item .uk-textarea {
  height: 60px;
  line-height: 1.5;
}
#ab76ca3697aec63 .uk-form-label,
#ab76ca3697aec63 .form-agree,
#ab76ca3697aec63 .uk-h3,
#ab76ca3697aec63 p {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #000000;
}
#ad450af7cfaf0be .uk-navbar-item,
#ad450af7cfaf0be .uk-navbar-nav > li > a,
#ad450af7cfaf0be .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#ad450af7cfaf0be .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ad450af7cfaf0be .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#ad450af7cfaf0be [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ad450af7cfaf0be .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #fafafa;
  color: #eee;
}
#ad450af7cfaf0be .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#ad450af7cfaf0be .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1364d8;
}
#ad450af7cfaf0be .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#ad450af7cfaf0be .logo {
  display: inline-block;
}
#ad450af7cfaf0be .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #ad450af7cfaf0be .ap-header-top {
    padding: 15px 10px;
  }
}
#a37b4a3d47af145 .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#a652da4157a6b8b > .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;border-top-right-radius: 7px;border-bottom-right-radius: 7px;border-bottom-left-radius: 7px;border-top-left-radius: 7px;}#a652da4157a6b8b  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(255, 255, 255, 1);}#a5826a1c5da4ad8 {
  position: relative;
  cursor: pointer;
  z-index: 2000;
}
#a5826a1c5da4ad8 .ap-login-info {
  text-align: center;
  height: 100%;
  z-index: 10;
  font-size: 12px;
  color: #b0b0b0;
  line-height: 1;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #4a4a4a;
  letter-spacing: 1px;
  padding-right: 60px;
}
#a5826a1c5da4ad8 .ap-login-info .fa {
  margin-left: 2px;
}
#a5826a1c5da4ad8 .ap-login-info .login-icon svg,
#a5826a1c5da4ad8 .ap-login-info .login-icon img {
  height: 1em;
  display: inline-block;
  margin-right: 4px;
  fill: currentColor;
}
#a5826a1c5da4ad8 .ap-login-info .display-name {
  display: none;
  white-space: nowrap;
}
#a5826a1c5da4ad8 .ap-login-info .login-btn {
  color: inherit;
  white-space: nowrap;
}
#a5826a1c5da4ad8 .ap-login-info.ap-logged .login-btn {
  display: none;
}
#a5826a1c5da4ad8 .ap-login-info.ap-logged .fa {
  display: inline-block;
}
#a5826a1c5da4ad8 .ap-login-info.ap-logged .display-name {
  display: inline-block;
}
#a5826a1c5da4ad8 .ap-login-info:hover {
  color: #ed5f5f;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  letter-spacing: 1px;
}
#a5826a1c5da4ad8 .ap-login-info.ap-logged:hover {
  background-color: ;
}
#a5826a1c5da4ad8 .ap-login-info.ap-logged:hover .user-dropdown {
  display: block;
}
#a5826a1c5da4ad8 .user-dropdown {
  position: absolute;
  background-color: #fff;
  left: 0;
  top: 39px;
  border: 1px solid #ececec;
  width: 220px;
  padding: 20px 10px 10px;
  text-align: left;
  z-index: -1;
}
#a5826a1c5da4ad8.right .user-dropdown {
  left: auto;
  right: 0;
}
#a5826a1c5da4ad8 .portrait {
  width: 60px;
  height: 60px;
  display: inline-block;
  margin-right: 10px;
}
#a5826a1c5da4ad8 .user-info-wrap {
  font-size: 12px;
  color: #666;
  line-height: 1.5;
  padding-top: 10px;
}
#a5826a1c5da4ad8 .actions {
  position: absolute;
  top: 10px;
  right: 10px;
}
#a5826a1c5da4ad8 .actions a {
  color: #999;
  font-size: 12px;
  display: inline-block;
  margin-left: 6px;
}
#a5826a1c5da4ad8 .actions a:hover {
  color: #1364d8;
}
#a33acaba3aaf939 > .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;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a33acaba3aaf939  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(255, 255, 255, 1);}#af47aa33daa1337 {
  border-radius: 4px;
  overflow: hidden;
}
#abaeda185da1b97 > .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;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#abaeda185da1b97  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(255, 255, 255, 1);}#ade6caa8e0ab058 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: ;
  overflow: hidden;
  transition: all .3s ease;
}
#ade6caa8e0ab058 .marquee-wrap .marquee-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#ade6caa8e0ab058 .marquee-wrap .marquee-item .datetime {
  flex-shrink: 0;
  margin-left: 10px;
}
#ade6caa8e0ab058 .marquee-wrap .marquee-item .title {
  text-align: left;
  flex: 1;
}
#ade6caa8e0ab058 .marquee-wrap .marquee-item svg,
#ade6caa8e0ab058 .marquee-wrap .marquee-item .list-icon {
  width: 14px;
  fill: currentColor;
  display: inline-block;
  margin-right: 6px;
}
#ade6caa8e0ab058 .marquee-wrap:hover {
  background: ;
}
#ade6caa8e0ab058 .marquee-wrap .content {
  position: absolute;
}
#ade6caa8e0ab058 .marquee-wrap.vertical .marquee-item {
  display: flex;
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  line-height: 1.5;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  line-height: 22px;
}
#ade6caa8e0ab058 .marquee-wrap.horizontal .marquee-item {
  display: inline-flex;
  font-size: 14px;
  color: #666;
  height: 100%;
  width: 309px;
  overflow: hidden;
  line-height: 225px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  line-height: 22px;
}
#ade6caa8e0ab058 .marquee-wrap.horizontal .marquee-item span {
  line-height: 225px;
}
#a9c11a7c5fa8f71 > .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;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a77b2ac692a77c6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);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-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);border-bottom-color: rgba(235, 235, 235, 1);border-top-color: rgba(235, 235, 235, 1);}#a77b2ac692a77c6  > .ele-wrap:hover {border-top-width: 1px;border-top-style: solid;border-top-color: rgba(74, 144, 226, 1);border-right-color: rgba(74, 144, 226, 1);border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 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-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a1460a6309a5972 > .ele-wrap {background-color: rgba(255, 255, 255, 1);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-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);border-bottom-color: rgba(235, 235, 235, 1);border-top-color: rgba(235, 235, 235, 1);}#a1460a6309a5972  > .ele-wrap:hover {border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;border-right-style: solid;border-right-color: rgba(74, 144, 226, 1);border-right-width: 1px;border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 1);border-top-color: rgba(74, 144, 226, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a221dac924a4ee4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);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-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);border-bottom-color: rgba(235, 235, 235, 1);border-top-color: rgba(235, 235, 235, 1);}#a221dac924a4ee4  > .ele-wrap:hover {border-top-width: 1px;border-top-color: rgba(74, 144, 226, 1);border-top-style: solid;border-right-color: rgba(74, 144, 226, 1);border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 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-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#aded7aaf41a159b > .ele-wrap {background-color: rgba(255, 255, 255, 1);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-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);border-bottom-color: rgba(235, 235, 235, 1);border-top-color: rgba(235, 235, 235, 1);}#aded7aaf41a159b  > .ele-wrap:hover {border-top-width: 1px;border-top-style: solid;border-top-color: rgba(74, 144, 226, 1);border-right-color: rgba(74, 144, 226, 1);border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 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-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a327ba39a6a7c3d > .ele-wrap {background-color: rgba(255, 255, 255, 1);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-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);border-bottom-color: rgba(235, 235, 235, 1);border-top-color: rgba(235, 235, 235, 1);}#a327ba39a6a7c3d  > .ele-wrap:hover {border-top-width: 1px;border-top-style: solid;border-top-color: rgba(74, 144, 226, 1);border-right-color: rgba(74, 144, 226, 1);border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 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-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a7d7badb95a1cfa > .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;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a141ca1122a83a8 > .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;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a28c5a6c3ea1e24 form {
  width: 100%;
  height: 100%;
}
#a28c5a6c3ea1e24 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 13px;
  height: 100%;
}
#a28c5a6c3ea1e24 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a28c5a6c3ea1e24 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a28c5a6c3ea1e24 .search-box .search-type.show {
  display: block;
}
#a28c5a6c3ea1e24 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a28c5a6c3ea1e24 .search-box .search-type li:hover {
  color: #d0021b;
}
#a28c5a6c3ea1e24 .search-box .search-type li.active {
  color: #d0021b;
}
#a28c5a6c3ea1e24 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-top-color: #d7d7d7;
  border-top-width: 1px;
  border-right-color: #d7d7d7;
  border-left-color: #d7d7d7;
  border-bottom-color: #d7d7d7;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a28c5a6c3ea1e24 .inner-form .input-field {
  height: 100%;
}
#a28c5a6c3ea1e24 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #9b9b9b;
}
#a28c5a6c3ea1e24 .inner-form .input-field input.placeholder {
  font-size: 13px;
  color: #c1c1c1;
}
#a28c5a6c3ea1e24 .inner-form .input-field input:-moz-placeholder {
  font-size: 13px;
  color: #c1c1c1;
}
#a28c5a6c3ea1e24 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 13px;
  color: #c1c1c1;
}
#a28c5a6c3ea1e24 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a28c5a6c3ea1e24 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a28c5a6c3ea1e24 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a28c5a6c3ea1e24 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #9b9b9b;
  margin: 0 15px;
}
#a28c5a6c3ea1e24 .inner-form .input-field.second-wrap {
  min-width: 80px;
}
#a28c5a6c3ea1e24 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #d0021b;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  overflow: hidden;
  font-size: 14px;
}
#a28c5a6c3ea1e24 .btn-search:hover {
  background: #d0021b;
}
#a28c5a6c3ea1e24 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#ad450af7cfaf0be .uk-navbar-item,
#ad450af7cfaf0be .uk-navbar-nav > li > a,
#ad450af7cfaf0be .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#ad450af7cfaf0be .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ad450af7cfaf0be .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#ad450af7cfaf0be [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ad450af7cfaf0be .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #fafafa;
  color: #eee;
}
#ad450af7cfaf0be .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#ad450af7cfaf0be .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1364d8;
}
#ad450af7cfaf0be .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#ad450af7cfaf0be .logo {
  display: inline-block;
}
#ad450af7cfaf0be .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #ad450af7cfaf0be .ap-header-top {
    padding: 15px 10px;
  }
}
#a37b4a3d47af145 .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#ab212addd6a3fb6  {flex: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a371fa7bd6aa4de  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: scroll;margin-top: 50px;padding-top: 0px;padding-bottom: 0px;padding-right: 0px;padding-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-left: 0px;max-height: 550px;}#ad0eca7703a16d2  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: scroll;padding-top: 0px;padding-bottom: 0px;padding-right: 0px;padding-left: 0px;margin-top: 50px;max-height: 550px;}#a6b8baa924a30bb  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: scroll;padding-top: 0px;padding-bottom: 0px;padding-right: 0px;padding-left: 0px;margin-top: 50px;margin-bottom: 0px;margin-right: 0px;margin-left: 0px;max-height: 550px;}#a0a58a6386ad89e {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
}
#a0a58a6386ad89e > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a0a58a6386ad89e > .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;
}
#a0a58a6386ad89e > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a0a58a6386ad89e > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a0a58a6386ad89e > .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;
}
#a0a58a6386ad89e > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a0a58a6386ad89e > .tab-wrap > div > .tab-nav,
#a0a58a6386ad89e > .tab-nav,
#a0a58a6386ad89e > .tab-tabs > .tab-wrap > div > .tab-nav,
#a0a58a6386ad89e > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
  border-bottom-style: solid;
}
#a0a58a6386ad89e > .tab-wrap > div > .tab-nav-horizontal,
#a0a58a6386ad89e > .tab-nav-horizontal,
#a0a58a6386ad89e > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a0a58a6386ad89e > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a0a58a6386ad89e > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a0a58a6386ad89e > .tab-nav-horizontal::-webkit-scrollbar,
#a0a58a6386ad89e > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a0a58a6386ad89e > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a0a58a6386ad89e > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a0a58a6386ad89e > .tab-nav-horizontal.tagScroll,
#a0a58a6386ad89e > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a0a58a6386ad89e > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a0a58a6386ad89e > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a0a58a6386ad89e > .tab-nav-horizontal.tagScroll li a,
#a0a58a6386ad89e > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a0a58a6386ad89e > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a0a58a6386ad89e > .tab-wrap > div > .tab-nav a,
#a0a58a6386ad89e > .tab-nav a,
#a0a58a6386ad89e > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a0a58a6386ad89e > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#a0a58a6386ad89e > .tab-wrap > div > .tab-nav li a,
#a0a58a6386ad89e > .tab-nav li a,
#a0a58a6386ad89e > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a0a58a6386ad89e > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 30px;
  border-bottom-style: none;
  border-bottom-width: 0;
  padding: 0 20px;
}
#a0a58a6386ad89e > .tab-wrap > div > .tab-nav li a svg,
#a0a58a6386ad89e > .tab-nav li a svg,
#a0a58a6386ad89e > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a0a58a6386ad89e > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a0a58a6386ad89e > .tab-wrap > div > .tab-nav li a .ap_icon,
#a0a58a6386ad89e > .tab-nav li a .ap_icon,
#a0a58a6386ad89e > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a0a58a6386ad89e > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a0a58a6386ad89e > .tab-wrap > div > .tab-nav li a:hover,
#a0a58a6386ad89e > .tab-nav li a:hover,
#a0a58a6386ad89e > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a0a58a6386ad89e > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a0a58a6386ad89e > .tab-wrap > div > .tab-nav li.uk-active a,
#a0a58a6386ad89e > .tab-nav li.uk-active a,
#a0a58a6386ad89e > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a0a58a6386ad89e > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  background-color: #01755f;
}
#a0a58a6386ad89e .layout-left li,
#a0a58a6386ad89e .layout-center li,
#a0a58a6386ad89e .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a0a58a6386ad89e .layout-left li a,
#a0a58a6386ad89e .layout-center li a,
#a0a58a6386ad89e .layout-right li a {
  height: 100%;
}
#a0a58a6386ad89e > .tab-tabs .layout-left {
  text-align: left;
}
#a0a58a6386ad89e > .tab-tabs .layout-center {
  text-align: center;
}
#a0a58a6386ad89e > .tab-tabs .layout-right {
  text-align: right;
}
#a0a58a6386ad89e .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a0a58a6386ad89e .tab-content-wrap {
  background-color: #ffffff;
}
#a0a58a6386ad89e .tab-contents,
#a0a58a6386ad89e .tab-contents-wrap {
  pointer-events: none;
}
#a0a58a6386ad89e .tab-content,
#a0a58a6386ad89e .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a0a58a6386ad89e .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a0a58a6386ad89e .tab-wrap .tab-contents {
  height: 100%;
}
#a0a58a6386ad89e .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a0a58a6386ad89e .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a0a58a6386ad89e .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ad450af7cfaf0be .uk-navbar-item,
#ad450af7cfaf0be .uk-navbar-nav > li > a,
#ad450af7cfaf0be .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#ad450af7cfaf0be .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ad450af7cfaf0be .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#ad450af7cfaf0be [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ad450af7cfaf0be .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #fafafa;
  color: #eee;
}
#ad450af7cfaf0be .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#ad450af7cfaf0be .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1364d8;
}
#ad450af7cfaf0be .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#ad450af7cfaf0be .logo {
  display: inline-block;
}
#ad450af7cfaf0be .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #ad450af7cfaf0be .ap-header-top {
    padding: 15px 10px;
  }
}
#a48a4a31f0af538 .uk-slider {
  padding-top: 30px;
}
#a48a4a31f0af538 .uk-slider-nav {
  position: absolute;
  right: 0;
  top: 10px;
}
#a48a4a31f0af538 .uk-card-media-top {
  overflow: hidden;
}
#a48a4a31f0af538 .img-wrap {
  overflow: hidden;
  transition: all 0.2s ease-in;
}
#a48a4a31f0af538 .uk-card:hover .img-wrap {
  transform: scale(1.2);
}
#a48a4a31f0af538 .uk-card {
  border: 1px solid #ececec;
}
#a48a4a31f0af538 .uk-dotnav > * {
  padding-left: 6px;
}
#a48a4a31f0af538 .uk-dotnav > * > * {
  width: 6px;
  height: 6px;
  border: none;
  transform: all .2s ease;
  background-color: #8fb9f5;
}
#a48a4a31f0af538 .uk-dotnav > .uk-active > * {
  width: 10px;
  height: 10px;
  margin-top: -2px;
  background-color: #1364d8;
}
#a37b4a3d47af145 .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#a1a8fad7feaf894 > .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;border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;box-shadow: 0px 1px 2px 1px rgba(155, 155, 155, 1);}#ae110abdb8abdbd > .ele-wrap {
                background-image: linear-gradient(246deg,
                rgba(144, 19, 254, 1),
                rgba(74, 144, 226, 1));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 20px;border-top-left-radius: 20px;}#ad993af37ea748c > .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;}#ad993af37ea748c  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#afbcca8dfbad4a2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/ad1cfa3e21a0b3d/1756690455701.webp);background-position: center center;background-size: contain;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4f8ca8713afbca , #a4f8ca8713afbca a{color: rgba(123, 43, 121, 1);}#a033baae2eaba8a .ele-wrap {border-color: rgba(123, 43, 121, 1);color: #ffffff;border-width: 1px;border-style: solid;font-size: 16px;background-color: rgba(140, 99, 174, 1);border-radius: 5px;justify-content: center;font-weight: 500;}#a033baae2eaba8a .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(144, 19, 254, 0);background-color: rgba(140, 99, 174, 1);}#a48a4a31f0af538 .uk-grid {margin-left: -20px;}@media (min-width: 1200px) {
                    #a48a4a31f0af538 .uk-grid { margin-left: -20px;}
                }@media (max-width: 640) {
                    #a48a4a31f0af538 .uk-grid { margin-left: -20px;}
                }#a48a4a31f0af538 .uk-grid>* {padding-left: 20px;}@media (min-width: 1200px) {
                    #a48a4a31f0af538 .uk-grid>* { padding-left: 20px;}
                }@media (max-width: 640) {#a48a4a31f0af538 .uk-grid>* {
                    padding-left: 20px;}
                }#a48a4a31f0af538 .uk-grid>.uk-grid-margin {margin-top: 20px;}@media (min-width: 1200px) {
                    #a48a4a31f0af538 .uk-grid>.uk-grid-margin {margin-top: 20px;}
                }@media (max-width: 640) {
                    #a48a4a31f0af538 .uk-grid>.uk-grid-margin {margin-top: 20px;}
                }#a48a4a31f0af538 [data-item*=".title"], #a48a4a31f0af538 [data-item*=".title"] a {font-family: Verdana;bold: false;font-size: 14px;max-words: null;color: rgba(0, 0, 0, 1);max-line: 4;}#a48a4a31f0af538 [data-item*=".abstract"], #a48a4a31f0af538 [data-item*=".abstract"] a {show: false;}#a48a4a31f0af538 [data-item*=".subTitle"], #a48a4a31f0af538 [data-item*=".subTitle"] a {show: false;}#a48a4a31f0af538 [data-item*=".category"], #a48a4a31f0af538 [data-item*=".category"] a {show: false;}#ad450af7cfaf0be .uk-navbar-item,
#ad450af7cfaf0be .uk-navbar-nav > li > a,
#ad450af7cfaf0be .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#ad450af7cfaf0be .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ad450af7cfaf0be .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#ad450af7cfaf0be [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ad450af7cfaf0be .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #fafafa;
  color: #eee;
}
#ad450af7cfaf0be .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#ad450af7cfaf0be .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1364d8;
}
#ad450af7cfaf0be .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#ad450af7cfaf0be .logo {
  display: inline-block;
}
#ad450af7cfaf0be .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #ad450af7cfaf0be .ap-header-top {
    padding: 15px 10px;
  }
}
#a1ca5ae345af76e {
  min-height: 90vh;
  /* mobile */
}
#a1ca5ae345af76e .search-highlight {
  background: yellow;
}
#a1ca5ae345af76e .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a1ca5ae345af76e .el-title {
  margin-bottom: 20px;
}
#a1ca5ae345af76e .el-item:hover .el-title {
  color: #1364d8;
}
#a1ca5ae345af76e .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a1ca5ae345af76e .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a1ca5ae345af76e .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a1ca5ae345af76e .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a1ca5ae345af76e .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a1ca5ae345af76e .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a1ca5ae345af76e .el-title {
    margin-bottom: 0;
  }
  #a1ca5ae345af76e .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a1ca5ae345af76e .category {
    font-size: 12px;
  }
  #a1ca5ae345af76e .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#a37b4a3d47af145 .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#ad450af7cfaf0be .uk-navbar-item,
#ad450af7cfaf0be .uk-navbar-nav > li > a,
#ad450af7cfaf0be .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#ad450af7cfaf0be .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ad450af7cfaf0be .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#ad450af7cfaf0be [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ad450af7cfaf0be .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #fafafa;
  color: #eee;
}
#ad450af7cfaf0be .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#ad450af7cfaf0be .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1364d8;
}
#ad450af7cfaf0be .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#ad450af7cfaf0be .logo {
  display: inline-block;
}
#ad450af7cfaf0be .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #ad450af7cfaf0be .ap-header-top {
    padding: 15px 10px;
  }
}
#a37b4a3d47af145 .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#aefcca0912a1fb1 .uk-navbar-item,
#aefcca0912a1fb1 .uk-navbar-nav > li > a,
#aefcca0912a1fb1 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#aefcca0912a1fb1 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#aefcca0912a1fb1 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#aefcca0912a1fb1 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#aefcca0912a1fb1 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #fafafa;
  color: #eee;
}
#aefcca0912a1fb1 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#aefcca0912a1fb1 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1364d8;
}
#aefcca0912a1fb1 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#aefcca0912a1fb1 .logo {
  display: inline-block;
}
#aefcca0912a1fb1 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #aefcca0912a1fb1 .ap-header-top {
    padding: 15px 10px;
  }
}
#aa491a3181ad91b {
  min-height: 90vh;
  /* mobile */
}
#aa491a3181ad91b .search-highlight {
  background: yellow;
}
#aa491a3181ad91b .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#aa491a3181ad91b .el-title {
  margin-bottom: 20px;
}
#aa491a3181ad91b .el-item:hover .el-title {
  color: #1364d8;
}
#aa491a3181ad91b .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#aa491a3181ad91b .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#aa491a3181ad91b .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#aa491a3181ad91b .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#aa491a3181ad91b .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#aa491a3181ad91b .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #aa491a3181ad91b .el-title {
    margin-bottom: 0;
  }
  #aa491a3181ad91b .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #aa491a3181ad91b .category {
    font-size: 12px;
  }
  #aa491a3181ad91b .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#a37b4a3d47af145 .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#aa852a44c5aa3c5 .uk-navbar-item,
#aa852a44c5aa3c5 .uk-navbar-nav > li > a,
#aa852a44c5aa3c5 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#aa852a44c5aa3c5 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#aa852a44c5aa3c5 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#aa852a44c5aa3c5 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#aa852a44c5aa3c5 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #fafafa;
  color: #eee;
}
#aa852a44c5aa3c5 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#aa852a44c5aa3c5 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1364d8;
}
#aa852a44c5aa3c5 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#aa852a44c5aa3c5 .logo {
  display: inline-block;
}
#aa852a44c5aa3c5 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #aa852a44c5aa3c5 .ap-header-top {
    padding: 15px 10px;
  }
}
#afe42a304dac4e0 .comment-detail {
  min-height: 600px;
}
#afe42a304dac4e0 table {
  background: #f9fdff;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#afe42a304dac4e0 table th,
#afe42a304dac4e0 table td {
  padding: 10px 20px;
  border: #ececec 1px solid;
  line-height: 1.8em;
}
#afe42a304dac4e0 table th {
  padding-left: 0;
  text-align: right;
  background: #eff7fe;
  font-weight: normal;
  color: #333;
}
#afe42a304dac4e0 .red {
  color: #F00!important;
}
#afe42a304dac4e0 .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;
}
#a4b7aacf78a432d .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
