.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Microsoft Yahei";
}
/* ========================================================================
   Component: Base
 ========================================================================== */
/*
 * 1. Set `font-size` to support `rem` units
 *    Not using `font` property because a leading hyphen (e.g. -apple-system) causes the font to break in IE11 and Edge
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 * 3. Style
 */
html {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 3 */
  color: #666;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
/*
   * Removes default margin.
   */
body {
  margin: 0;
  font-size: 14px;
  color: #666;
  background-color: #ffffff;
}
/* Links
   ========================================================================== */
/*
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */
a {
  /* 1 */
  background-color: transparent;
  /* 2 */
  -webkit-text-decoration-skip: objects;
}
/*
   * Remove the outline on focused links when they are also active or hovered
   */
a:active,
a:hover {
  outline: none;
}
/*
   * Style
   */
a,
.uk-link {
  color: #4a90e2;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.uk-link:hover {
  color: #0f6ecd;
}
/* Text-level semantics
   ========================================================================== */
/*
   * 1. Remove the bottom border in Firefox 39-.
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/*
   * 1. Prevent the duplicate application of `bolder` by the next rule in Safari 6.
   * 2. Add the correct font weight in Chrome, Edge, and Safari.
   */
/* 1 */
b,
strong {
  font-weight: inherit;
}
/* 2 */
b,
strong {
  font-weight: bolder;
}
/*
   * 1. Correct the odd `em` font sizing in all browsers.
   * 2. Consolas has a better baseline in running text compared to `Courier`
   * 3. Style
   */
:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
  /* 1 */
  font-size: 11px;
  /* 2 */
  font-family: Consolas, monaco, monospace;
  /* 3 */
  color: #435DBA;
  white-space: nowrap;
  padding: 2px 6px;
  border: 1px solid #EBEBED;
  border-radius: 3px;
}
/*
   * Emphasize
   */
em {
  color: #0f6ecd;
}
/* Preformatted text
   ========================================================================== */
/*
   * 1. Contain overflow in all browsers.
   * 2. Override UA
   */
pre {
  background: #ffffff;
}
pre code {
  font-family: Consolas, monaco, monospace;
}
/* Selection pseudo-element
   ========================================================================== */
::-moz-selection {
  background: #4a90e2;
  text-shadow: none;
}
::selection {
  background: #4a90e2;
  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 #4a90e2;
}
/* Small
   ========================================================================== */
/*
   * Reset child height, caused by `inline-block`
   */
.uk-divider-small {
  line-height: 0;
}
.uk-divider-small::after {
  border-top: 2px solid #4a90e2;
}
/* ========================================================================
     Component: List
   ========================================================================== */
.uk-list,
.ap-child-list > ul {
  padding: 0;
  list-style: none;
}
.uk-list-striped > li:nth-of-type(odd) {
  background: #f8f8f8;
}
/* ========================================================================
     Component: Description list
   ========================================================================== */
/*
   * Term
   */
.uk-description-list > dd {
  font-size: 16px;
}
/* Caption
   ========================================================================== */
.uk-table caption {
  color: #999999;
}
/*
   * Striped
   */
.uk-table-striped > tr:nth-of-type(odd),
.uk-table-striped tbody tr:nth-of-type(odd) {
  background: #f8f8f8;
}
/* Style modifiers
   ========================================================================== */
/*
   * Link
   */
.uk-icon-link:hover,
.uk-icon-link:focus {
  color: #4a90e2;
  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: #4a90e2;
  outline: none;
}
/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #4a90e2;
  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: #4a90e2;
  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: #4a90e2;
}
/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: #4a90e2;
  color: #ffffff;
}
/*
   * Primary
   */
.uk-button-primary {
  background-color: #4a90e2;
  color: #ffffff;
}
/* Hover + Focus */
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #222222;
  color: #ffffff;
}
/* OnClick + Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-button-secondary {
  color: #666;
  border: 1px solid #222222;
}
/* OnClick + Active */
.uk-button-secondary:active,
.uk-button-secondary.uk-active {
  background-color: #4a90e2;
  color: #ffffff;
  border-color: #4a90e2;
}
/*
   * 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: #4a90e2;
}
/* 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: #4a90e2;
}
/* Hover + Focus */
.uk-button-link:hover,
.uk-button-link:focus {
  color: #0f6ecd;
}
/* Disabled */
.uk-button-link:disabled {
  color: #999999;
  text-decoration: none;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-section-default,
.ap-container-default .uk-container {
  background: #ffffff;
}
/*
   * Primary
   */
.uk-section-primary,
.ap-container-primary .uk-container {
  background: #4a90e2;
}
/*
   * Secondary
   */
.uk-section-secondary,
.ap-container-secondary .uk-container {
  background: #222222;
}
.uk-section-muted,
.ap-container-muted .uk-container {
  background: #f8f8f8;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-tile-default {
  background: #ffffff;
}
/*
   * Muted
   */
.uk-tile-muted {
  background: #f8f8f8;
}
/*
   * Primary
   */
.uk-tile-primary {
  background: #4a90e2;
}
/*
   * Secondary
   */
.uk-tile-secondary {
  background: #222222;
}
/* ========================================================================
     Component: Card
   ========================================================================== */
/* Badge
   ========================================================================== */
.uk-card-badge {
  color: #666;
}
/*
   * Remove margin from adjacent element
   */
.uk-card-badge:first-child + * {
  margin-top: 0;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   * Note: Header and Footer are only implemented for the default style
   */
.uk-card-default {
  background: #ffffff;
  color: #666;
}
.uk-card-default.uk-card-hover:hover {
  background-color: #ffffff;
}
/*
   * Primary
   */
.uk-card-primary {
  background: #4a90e2;
  color: #ffffff;
}
.uk-card-primary .uk-card-title {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-card-secondary {
  background: #222222;
  color: #ffffff;
}
.uk-card-secondary .uk-card-title {
  color: #ffffff;
}
/* ========================================================================
     Component: Close
   ========================================================================== */
/* Hover + Focus */
/* Hover + Focus */
.uk-totop:hover,
.uk-totop:focus {
  outline: none;
  background-color: transparent;
}
/* OnClick */
.uk-totop:active {
  color: #4a90e2;
  background-color: transparent;
}
/* ========================================================================
     Component: Marker
   ========================================================================== */
/*
   * Addopts `uk-icon`
   */
.uk-marker {
  padding: 5px;
  background: #222222;
  color: #ffffff;
}
/* Hover + Focus */
.uk-marker:hover,
.uk-marker:focus {
  color: #ffffff;
  outline: none;
}
/* ========================================================================
     Component: Alert
   ========================================================================== */
.uk-alert {
  position: relative;
  background: #ffffff;
  color: #333;
}
/* Style modifiers
   ========================================================================== */
/*
   * Primary
   */
.uk-alert-primary {
  background: #ffffff;
  color: #4a90e2;
}
/*
   * 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: #4a90e2;
  color: #ffffff;
}
/*
   * Required for `a`
   */
.uk-badge:hover,
.uk-badge:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
/* ========================================================================
     Component: Label
   ========================================================================== */
.uk-label {
  background: #4a90e2;
  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: #4a90e2;
  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: #4a90e2;
}
/* 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: #4a90e2;
  outline: none;
}
.uk-navbar-nav > li > a:hover::before {
  background-color: currentColor;
}
/* OnClick */
.uk-navbar-nav > li.uk-active > a::before {
  background-color: #4a90e2;
}
/* Item
   ========================================================================== */
.uk-navbar-item {
  color: #666;
}
/* Toggle
   ========================================================================== */
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus,
.uk-navbar-toggle.uk-open {
  color: #4a90e2;
}
/* 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: #4a90e2;
  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: #4a90e2;
  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: #4a90e2;
  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: #4a90e2;
}
/* 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: #4a90e2;
  border-color: transparent;
}
/* Active */
.uk-dotnav > .uk-active > * {
  background-color: #4a90e2;
  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: #4a90e2;
}
/*
   * 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: #4a90e2;
}
/* 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: #4a90e2;
}
/*
   * 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: #4a90e2;
  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: #4a90e2;
}
.uk-progress::-moz-progress-bar {
  background-color: #4a90e2;
}
.uk-progress::-ms-fill {
  background-color: #4a90e2;
}
/* ========================================================================
     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: #4a90e2 !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: #4a90e2 !important;
}
@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #4a90e2;
  }
}
/* ========================================================================
     Component: Background
   ========================================================================== */
/* Color
   ========================================================================== */
.uk-background-default {
  background-color: #ffffff;
}
.uk-background-muted {
  background-color: #f8f8f8;
}
.uk-background-primary {
  background-color: #4a90e2;
}
.uk-background-secondary {
  background-color: #222222;
}
/* ========================================================================
     Component: Inverse
   ========================================================================== */
.uk-light a,
.uk-light .uk-link,
.uk-section-primary:not(.uk-preserve-color) a,
.uk-section-primary:not(.uk-preserve-color) .uk-link,
.uk-section-secondary:not(.uk-preserve-color) a,
.uk-section-secondary:not(.uk-preserve-color) .uk-link,
.uk-tile-primary:not(.uk-preserve-color) a,
.uk-tile-primary:not(.uk-preserve-color) .uk-link,
.uk-tile-secondary:not(.uk-preserve-color) a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link,
.uk-card-primary.uk-card-body a,
.uk-card-primary.uk-card-body .uk-link,
.uk-card-primary > :not([class*='uk-card-media']) a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-link,
.uk-card-secondary.uk-card-body a,
.uk-card-secondary.uk-card-body .uk-link,
.uk-card-secondary > :not([class*='uk-card-media']) a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link,
.uk-overlay-primary a,
.uk-overlay-primary .uk-link,
.ap-toolbar a,
.ap-toolbar .uk-link {
  color: #ffffff;
}
.uk-light a:hover,
.uk-light .uk-link:hover,
.uk-section-primary:not(.uk-preserve-color) a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link:hover,
.uk-section-secondary:not(.uk-preserve-color) a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link:hover,
.uk-tile-primary:not(.uk-preserve-color) a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link:hover,
.uk-tile-secondary:not(.uk-preserve-color) a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link:hover,
.uk-card-primary.uk-card-body a:hover,
.uk-card-primary.uk-card-body .uk-link:hover,
.uk-card-primary > :not([class*='uk-card-media']) a:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-link:hover,
.uk-card-secondary.uk-card-body a:hover,
.uk-card-secondary.uk-card-body .uk-link:hover,
.uk-card-secondary > :not([class*='uk-card-media']) a:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link:hover,
.uk-overlay-primary a:hover,
.uk-overlay-primary .uk-link:hover,
.ap-toolbar a:hover,
.ap-toolbar .uk-link:hover {
  color: #ffffff;
}
.uk-light em,
.uk-section-primary:not(.uk-preserve-color) em,
.uk-section-secondary:not(.uk-preserve-color) em,
.uk-tile-primary:not(.uk-preserve-color) em,
.uk-tile-secondary:not(.uk-preserve-color) em,
.uk-card-primary.uk-card-body em,
.uk-card-primary > :not([class*='uk-card-media']) em,
.uk-card-secondary.uk-card-body em,
.uk-card-secondary > :not([class*='uk-card-media']) em,
.uk-overlay-primary em,
.ap-toolbar em {
  color: #ffffff;
}
.uk-light h1,
.uk-light .uk-h1,
.uk-light h2,
.uk-light .uk-h2,
.uk-light h3,
.uk-light .uk-h3,
.uk-light h4,
.uk-light .uk-h4,
.uk-light h5,
.uk-light .uk-h5,
.uk-light h6,
.uk-light .uk-h6,
.uk-section-primary:not(.uk-preserve-color) h1,
.uk-section-primary:not(.uk-preserve-color) .uk-h1,
.uk-section-primary:not(.uk-preserve-color) h2,
.uk-section-primary:not(.uk-preserve-color) .uk-h2,
.uk-section-primary:not(.uk-preserve-color) h3,
.uk-section-primary:not(.uk-preserve-color) .uk-h3,
.uk-section-primary:not(.uk-preserve-color) h4,
.uk-section-primary:not(.uk-preserve-color) .uk-h4,
.uk-section-primary:not(.uk-preserve-color) h5,
.uk-section-primary:not(.uk-preserve-color) .uk-h5,
.uk-section-primary:not(.uk-preserve-color) h6,
.uk-section-primary:not(.uk-preserve-color) .uk-h6,
.uk-section-secondary:not(.uk-preserve-color) h1,
.uk-section-secondary:not(.uk-preserve-color) .uk-h1,
.uk-section-secondary:not(.uk-preserve-color) h2,
.uk-section-secondary:not(.uk-preserve-color) .uk-h2,
.uk-section-secondary:not(.uk-preserve-color) h3,
.uk-section-secondary:not(.uk-preserve-color) .uk-h3,
.uk-section-secondary:not(.uk-preserve-color) h4,
.uk-section-secondary:not(.uk-preserve-color) .uk-h4,
.uk-section-secondary:not(.uk-preserve-color) h5,
.uk-section-secondary:not(.uk-preserve-color) .uk-h5,
.uk-section-secondary:not(.uk-preserve-color) h6,
.uk-section-secondary:not(.uk-preserve-color) .uk-h6,
.uk-tile-primary:not(.uk-preserve-color) h1,
.uk-tile-primary:not(.uk-preserve-color) .uk-h1,
.uk-tile-primary:not(.uk-preserve-color) h2,
.uk-tile-primary:not(.uk-preserve-color) .uk-h2,
.uk-tile-primary:not(.uk-preserve-color) h3,
.uk-tile-primary:not(.uk-preserve-color) .uk-h3,
.uk-tile-primary:not(.uk-preserve-color) h4,
.uk-tile-primary:not(.uk-preserve-color) .uk-h4,
.uk-tile-primary:not(.uk-preserve-color) h5,
.uk-tile-primary:not(.uk-preserve-color) .uk-h5,
.uk-tile-primary:not(.uk-preserve-color) h6,
.uk-tile-primary:not(.uk-preserve-color) .uk-h6,
.uk-tile-secondary:not(.uk-preserve-color) h1,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h1,
.uk-tile-secondary:not(.uk-preserve-color) h2,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h2,
.uk-tile-secondary:not(.uk-preserve-color) h3,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h3,
.uk-tile-secondary:not(.uk-preserve-color) h4,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h4,
.uk-tile-secondary:not(.uk-preserve-color) h5,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h5,
.uk-tile-secondary:not(.uk-preserve-color) h6,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h6,
.uk-card-primary.uk-card-body h1,
.uk-card-primary.uk-card-body .uk-h1,
.uk-card-primary.uk-card-body h2,
.uk-card-primary.uk-card-body .uk-h2,
.uk-card-primary.uk-card-body h3,
.uk-card-primary.uk-card-body .uk-h3,
.uk-card-primary.uk-card-body h4,
.uk-card-primary.uk-card-body .uk-h4,
.uk-card-primary.uk-card-body h5,
.uk-card-primary.uk-card-body .uk-h5,
.uk-card-primary.uk-card-body h6,
.uk-card-primary.uk-card-body .uk-h6,
.uk-card-primary > :not([class*='uk-card-media']) h1,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h1,
.uk-card-primary > :not([class*='uk-card-media']) h2,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h2,
.uk-card-primary > :not([class*='uk-card-media']) h3,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h3,
.uk-card-primary > :not([class*='uk-card-media']) h4,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h4,
.uk-card-primary > :not([class*='uk-card-media']) h5,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h5,
.uk-card-primary > :not([class*='uk-card-media']) h6,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h6,
.uk-card-secondary.uk-card-body h1,
.uk-card-secondary.uk-card-body .uk-h1,
.uk-card-secondary.uk-card-body h2,
.uk-card-secondary.uk-card-body .uk-h2,
.uk-card-secondary.uk-card-body h3,
.uk-card-secondary.uk-card-body .uk-h3,
.uk-card-secondary.uk-card-body h4,
.uk-card-secondary.uk-card-body .uk-h4,
.uk-card-secondary.uk-card-body h5,
.uk-card-secondary.uk-card-body .uk-h5,
.uk-card-secondary.uk-card-body h6,
.uk-card-secondary.uk-card-body .uk-h6,
.uk-card-secondary > :not([class*='uk-card-media']) h1,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h1,
.uk-card-secondary > :not([class*='uk-card-media']) h2,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h2,
.uk-card-secondary > :not([class*='uk-card-media']) h3,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h3,
.uk-card-secondary > :not([class*='uk-card-media']) h4,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h4,
.uk-card-secondary > :not([class*='uk-card-media']) h5,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h5,
.uk-card-secondary > :not([class*='uk-card-media']) h6,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h6,
.uk-overlay-primary h1,
.uk-overlay-primary .uk-h1,
.uk-overlay-primary h2,
.uk-overlay-primary .uk-h2,
.uk-overlay-primary h3,
.uk-overlay-primary .uk-h3,
.uk-overlay-primary h4,
.uk-overlay-primary .uk-h4,
.uk-overlay-primary h5,
.uk-overlay-primary .uk-h5,
.uk-overlay-primary h6,
.uk-overlay-primary .uk-h6,
.ap-toolbar h1,
.ap-toolbar .uk-h1,
.ap-toolbar h2,
.ap-toolbar .uk-h2,
.ap-toolbar h3,
.ap-toolbar .uk-h3,
.ap-toolbar h4,
.ap-toolbar .uk-h4,
.ap-toolbar h5,
.ap-toolbar .uk-h5,
.ap-toolbar h6,
.ap-toolbar .uk-h6 {
  color: #ffffff;
}
.uk-light blockquote,
.uk-section-primary:not(.uk-preserve-color) blockquote,
.uk-section-secondary:not(.uk-preserve-color) blockquote,
.uk-tile-primary:not(.uk-preserve-color) blockquote,
.uk-tile-secondary:not(.uk-preserve-color) blockquote,
.uk-card-primary.uk-card-body blockquote,
.uk-card-primary > :not([class*='uk-card-media']) blockquote,
.uk-card-secondary.uk-card-body blockquote,
.uk-card-secondary > :not([class*='uk-card-media']) blockquote,
.uk-overlay-primary blockquote,
.ap-toolbar blockquote {
  color: #ffffff;
}
.uk-light .uk-heading-primary,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-primary,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-primary,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-primary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-primary,
.uk-card-primary.uk-card-body .uk-heading-primary,
.uk-card-primary > :not([class*='uk-card-media']) .uk-heading-primary,
.uk-card-secondary.uk-card-body .uk-heading-primary,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-primary,
.uk-overlay-primary .uk-heading-primary,
.ap-toolbar .uk-heading-primary {
  color: #ffffff;
}
.uk-light .uk-heading-hero,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-hero,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-hero,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-hero,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-hero,
.uk-card-primary.uk-card-body .uk-heading-hero,
.uk-card-primary > :not([class*='uk-card-media']) .uk-heading-hero,
.uk-card-secondary.uk-card-body .uk-heading-hero,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-hero,
.uk-overlay-primary .uk-heading-hero,
.ap-toolbar .uk-heading-hero {
  color: #ffffff;
}
.uk-light .uk-icon-button,
.uk-section-primary:not(.uk-preserve-color) .uk-icon-button,
.uk-section-secondary:not(.uk-preserve-color) .uk-icon-button,
.uk-tile-primary:not(.uk-preserve-color) .uk-icon-button,
.uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button,
.uk-card-primary.uk-card-body .uk-icon-button,
.uk-card-primary > :not([class*='uk-card-media']) .uk-icon-button,
.uk-card-secondary.uk-card-body .uk-icon-button,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-icon-button,
.uk-overlay-primary .uk-icon-button,
.ap-toolbar .uk-icon-button {
  background-color: #ffffff;
  background-image: none;
}
.uk-light .uk-radio:checked,
.uk-light .uk-checkbox:checked,
.uk-light .uk-checkbox:indeterminate,
.uk-section-primary:not(.uk-preserve-color) .uk-radio:checked,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-tile-primary:not(.uk-preserve-color) .uk-radio:checked,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-tile-secondary:not(.uk-preserve-color) .uk-radio:checked,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-card-primary.uk-card-body .uk-radio:checked,
.uk-card-primary.uk-card-body .uk-checkbox:checked,
.uk-card-primary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-primary > :not([class*='uk-card-media']) .uk-radio:checked,
.uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:checked,
.uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate,
.uk-card-secondary.uk-card-body .uk-radio:checked,
.uk-card-secondary.uk-card-body .uk-checkbox:checked,
.uk-card-secondary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-radio:checked,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:checked,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate,
.uk-overlay-primary .uk-radio:checked,
.uk-overlay-primary .uk-checkbox:checked,
.uk-overlay-primary .uk-checkbox:indeterminate,
.ap-toolbar .uk-radio:checked,
.ap-toolbar .uk-checkbox:checked,
.ap-toolbar .uk-checkbox:indeterminate {
  background-color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-form-label,
.uk-section-primary:not(.uk-preserve-color) .uk-form-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-form-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-form-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-form-label,
.uk-card-primary.uk-card-body .uk-form-label,
.uk-card-primary > :not([class*='uk-card-media']) .uk-form-label,
.uk-card-secondary.uk-card-body .uk-form-label,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-form-label,
.uk-overlay-primary .uk-form-label,
.ap-toolbar .uk-form-label {
  color: #ffffff;
}
.uk-light .uk-button-default,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default,
.uk-card-primary.uk-card-body .uk-button-default,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default,
.uk-card-secondary.uk-card-body .uk-button-default,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default,
.uk-overlay-primary .uk-button-default,
.ap-toolbar .uk-button-default {
  background-color: #ffffff;
  color: #333;
  border-color: transparent;
  background-image: none;
  box-shadow: none;
}
.uk-light .uk-button-default:hover,
.uk-light .uk-button-default:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-card-primary.uk-card-body .uk-button-default:hover,
.uk-card-primary.uk-card-body .uk-button-default:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:focus,
.uk-card-secondary.uk-card-body .uk-button-default:hover,
.uk-card-secondary.uk-card-body .uk-button-default:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:focus,
.uk-overlay-primary .uk-button-default:hover,
.uk-overlay-primary .uk-button-default:focus,
.ap-toolbar .uk-button-default:hover,
.ap-toolbar .uk-button-default:focus {
  background-color: #ffffff;
  color: #4a90e2;
  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: #4a90e2;
  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: #4a90e2;
  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: #4a90e2;
}
.uk-light .uk-navbar-toggle,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-card-primary.uk-card-body .uk-navbar-toggle,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-toggle,
.uk-card-secondary.uk-card-body .uk-navbar-toggle,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-toggle,
.uk-overlay-primary .uk-navbar-toggle,
.ap-toolbar .uk-navbar-toggle {
  color: #ffffff;
}
.uk-light .uk-subnav > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-card-primary.uk-card-body .uk-subnav > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-subnav > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-subnav > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav > .uk-active > a,
.uk-overlay-primary .uk-subnav > .uk-active > a,
.ap-toolbar .uk-subnav > .uk-active > a {
  color: #ffffff;
}
.uk-light .uk-subnav-pill > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-card-primary.uk-card-body .uk-subnav-pill > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-subnav-pill > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-subnav-pill > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav-pill > .uk-active > a,
.uk-overlay-primary .uk-subnav-pill > .uk-active > a,
.ap-toolbar .uk-subnav-pill > .uk-active > a {
  background-color: #ffffff;
  box-shadow: none;
}
.uk-light .uk-tab > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-card-primary.uk-card-body .uk-tab > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-tab > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-tab > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-tab > .uk-active > a,
.uk-overlay-primary .uk-tab > .uk-active > a,
.ap-toolbar .uk-tab > .uk-active > a {
  color: #ffffff;
  border-color: #ffffff;
}
.uk-light .uk-dotnav > .uk-active > *,
.uk-section-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-card-primary.uk-card-body .uk-dotnav > .uk-active > *,
.uk-card-primary > :not([class*='uk-card-media']) .uk-dotnav > .uk-active > *,
.uk-card-secondary.uk-card-body .uk-dotnav > .uk-active > *,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-dotnav > .uk-active > *,
.uk-overlay-primary .uk-dotnav > .uk-active > *,
.ap-toolbar .uk-dotnav > .uk-active > * {
  background-color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-countdown-number,
.uk-light .uk-countdown-separator,
.uk-section-primary:not(.uk-preserve-color) .uk-countdown-number,
.uk-section-primary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-section-secondary:not(.uk-preserve-color) .uk-countdown-number,
.uk-section-secondary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-tile-primary:not(.uk-preserve-color) .uk-countdown-number,
.uk-tile-primary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-number,
.uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-card-primary.uk-card-body .uk-countdown-number,
.uk-card-primary.uk-card-body .uk-countdown-separator,
.uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-number,
.uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-separator,
.uk-card-secondary.uk-card-body .uk-countdown-number,
.uk-card-secondary.uk-card-body .uk-countdown-separator,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-number,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-separator,
.uk-overlay-primary .uk-countdown-number,
.uk-overlay-primary .uk-countdown-separator,
.ap-toolbar .uk-countdown-number,
.ap-toolbar .uk-countdown-separator {
  color: #ffffff;
}
.uk-light .uk-countdown-label,
.uk-section-primary:not(.uk-preserve-color) .uk-countdown-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-countdown-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-countdown-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-label,
.uk-card-primary.uk-card-body .uk-countdown-label,
.uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-label,
.uk-card-secondary.uk-card-body .uk-countdown-label,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-label,
.uk-overlay-primary .uk-countdown-label,
.ap-toolbar .uk-countdown-label {
  color: #ffffff;
}
.uk-light .uk-text-lead,
.uk-section-primary:not(.uk-preserve-color) .uk-text-lead,
.uk-section-secondary:not(.uk-preserve-color) .uk-text-lead,
.uk-tile-primary:not(.uk-preserve-color) .uk-text-lead,
.uk-tile-secondary:not(.uk-preserve-color) .uk-text-lead,
.uk-card-primary.uk-card-body .uk-text-lead,
.uk-card-primary > :not([class*='uk-card-media']) .uk-text-lead,
.uk-card-secondary.uk-card-body .uk-text-lead,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-text-lead,
.uk-overlay-primary .uk-text-lead,
.ap-toolbar .uk-text-lead {
  color: #ffffff;
}
/* Header
   ========================================================================== */
/*
   * Header
   */
/*
   * Headerbars
   */
.ap-headerbar-top {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #ffffff;
}
.ap-headerbar-bottom {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #ffffff;
}
.ap-header .uk-navbar-nav .menu-item a {
  position: relative;
}
.ap-header .uk-navbar-nav .menu-item a:hover,
.ap-header .uk-navbar-nav .uk-active a {
  font-weight: bolder;
}
.ap-header .uk-navbar-nav .menu-item a:hover::before,
.ap-header .uk-navbar-nav .uk-active a::before {
  right: 15px;
  display: block;
}
.ap-header-transparent {
  position: absolute;
  z-index: 980;
  left: 0;
  right: 0;
}
.ap-header-transparent .uk-navbar-nav .menu-item a {
  position: relative;
  color: #fff;
}
.ap-header-transparent .uk-navbar-nav .menu-item a:hover::before,
.ap-header-transparent .uk-navbar-nav .uk-active a::before {
  background-color: #fff;
}
.uk-navbar-transparent {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 80px;
  z-index: 100;
  transition: background-color 0.3s ease-in;
}
.uk-navbar-transparent.uk-sticky-below {
  z-index: 1000;
}
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li.uk-active > a,
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a:hover {
  color: #292929;
}
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a {
  color: #4f5260;
}
.uk-section-secondary .uk-navbar-transparent.uk-sticky-below,
.uk-section-secondary .uk-navbar-container:not(.uk-navbar-transparent) {
  background: rgba(34, 34, 34, 0.94);
}
.uk-section-secondary .uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a,
.uk-section-secondary .uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a:hover {
  color: #fff;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #4a90e2;
}
.uk-section-muted .uk-navbar-container.uk-navbar-sticky {
  background-color: #f8f8f8;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #4a90e2;
}
.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: #4a90e2;
  border-color: #4a90e2;
}
.category .uk-pagination li:hover,
.ap-pagination li:hover,
.dynamic-pagination li:hover {
  border-color: #4a90e2;
}
/* ========================================================================
   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: #2275d7;
}
.ap-list-filter dd a.active {
  background-color: #4a90e2;
  color: #fff;
  border-radius: 2px;
}
.ap-filter-dropdown .filter-item-wrap.open,
.ap-filter-dropdown .filter-item.active {
  color: #4a90e2;
}
.category li a.active {
  color: #4a90e2;
}
.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: #4a90e2;
}
.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: #4a90e2;
  border: 1px solid rgba(74, 144, 226, 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: #4a90e2;
}
form .step .ui-step.active .ui-step-title {
  color: #4a90e2;
}
/**************** 自定义版块样式 ********************/
.btn-effect-1 {
  border-color: #4a90e2;
  background-color: #4a90e2;
  color: #fff;
}
.header-effect-6 [data-item='title']::before {
  background-color: #4a90e2;
}
.header-effect-7 [data-item='subTitle'] {
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  background-color: #4a90e2;
  color: #fff !important;
}
.btn-effect-2 {
  background-color: transparent;
  border: 1px solid #4a90e2;
  color: #4a90e2;
}
.btn-effect-2:hover {
  background-color: #4a90e2;
}
.uk-button.btn-effect-5 {
  background-color: #4a90e2;
  box-shadow: 0 0 15px rgba(74, 144, 226, 0.8);
}
.header-effect-3 [data-item='title']::after {
  background: #4a90e2;
}
.header-effect-6 [data-item='title']::before {
  background-color: #4a90e2;
}
#aa1d1a3b97a076b .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a6d59a5c53a27f5 .sidebar {
  width: 300px;
  margin-left: 20px;
}
#a6d59a5c53a27f5 .sidebar.left {
  margin-left: 0;
  margin-right: 20px;
}
@media (max-width: 640px) {
  #a6d59a5c53a27f5 .sidebar {
    width: 100%;
    margin: 0 0 15px;
  }
}
#a6d59a5c53a27f5 .data-list .uk-card {
  cursor: pointer !important;
}
#a6d59a5c53a27f5 .data-list .uk-card img {
  max-height: 300px;
}
#a6d59a5c53a27f5 .data-list .uk-card:hover {
  background: #fafafa;
}
#a6d59a5c53a27f5 .data-list .uk-card:hover .uk-h4 {
  color: #0f6ecd;
}
#a6d59a5c53a27f5 .data-list .uk-card .uk-card-media-left img {
  transition: all .3s ease;
}
#a6d59a5c53a27f5 .data-list .uk-card .uk-card-media-left:hover img {
  transform: scale(1.05);
}
#a6d59a5c53a27f5 .data-list .uk-card-media-left {
  border-radius: 4px;
  overflow: hidden;
}
#a6d59a5c53a27f5 .search-form {
  position: relative;
  overflow: hidden;
  background: #fff;
  display: block;
}
#a6d59a5c53a27f5 .search-form input.search-input {
  width: 100%;
  height: 34px;
  padding: 5px 52px 5px 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #efefef;
}
#a6d59a5c53a27f5 .search-form .submit {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  width: 42px;
  height: 34px;
  padding: 0;
  font-family: FontAwesome;
  content: '\f13d';
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background-color: #4a90e2;
  cursor: pointer;
}
#a6d59a5c53a27f5 .uk-card .category {
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 5px 6px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  background-color: #000;
  filter: alpha(opacity=60);
  background: rgba(0, 0, 0, 0.6);
  border-radius: 2px;
  transition: all .3s ease;
}
#a6d59a5c53a27f5 .uk-card .category:hover {
  background: #4a90e2;
}
#a6d59a5c53a27f5 .accordion-menu {
  width: 100%;
}
#a6d59a5c53a27f5 .accordion-menu ul ul.submenu,
#a6d59a5c53a27f5 .accordion-menu ul ul.submenu li ul.submenu {
  background: transparent;
}
#a6d59a5c53a27f5 .accordion-menu-header {
  padding: 10px 10px 0;
  border-bottom: 1px solid #ececec;
}
#a6d59a5c53a27f5 .accordion-menu ul li a {
  margin-bottom: 1px;
  color: #555;
  display: block;
  width: 100%;
  padding: 0 40px;
  line-height: 40px;
  background: #ececec;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: color .2s linear,background .2s linear;
  font-size: 13px;
  border: none;
}
#a6d59a5c53a27f5 .accordion-menu > ul > li > a {
  background: #fff;
  font-size: 14px;
  border-bottom: 1px solid #ececec;
}
#a6d59a5c53a27f5 .accordion-menu .menu-item.active > a {
  background: #4a90e2;
  color: #fff;
}
#a6d59a5c53a27f5 .accordion-menu li a:hover {
  background-color: #4a90e2;
  color: #fff;
  border: none;
}
#a6d59a5c53a27f5 .accordion-menu .submenu-indicator {
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  line-height: 40px;
  padding: 0 20px;
  right: 0;
}
#a6d59a5c53a27f5 .phone {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
#a6d59a5c53a27f5 .hot-list,
#a6d59a5c53a27f5 .new-list {
  padding: 12px;
}
#a6d59a5c53a27f5 .new-list a:hover,
#a6d59a5c53a27f5 .hot-list a:hover {
  color: #0f6ecd;
}
#a6d59a5c53a27f5 .hot-item .thumb {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
#a6d59a5c53a27f5 .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#a6d59a5c53a27f5 .hot-item:hover a {
  color: #0f6ecd;
}
#a6d59a5c53a27f5 .panel-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#a6d59a5c53a27f5 .panel-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #4a90e2;
  content: "";
}
#a6d59a5c53a27f5 .content-header {
  padding-bottom: 10px;
}
#a6d59a5c53a27f5 .item-title {
  color: #333;
}
#a6d59a5c53a27f5 input::placeholder {
  color: #999;
}
#a6d59a5c53a27f5 .datetime {
  color: #999;
}
#a6d59a5c53a27f5 .new-item a {
  padding-left: 25px;
}
#a6d59a5c53a27f5 .new-item span {
  background-color: #f0f0f0;
  display: inline-block;
  font-size: 13px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #999;
  text-align: center;
  position: absolute;
  left: 0;
  top: 3px;
}
#aace8aa611ae88b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#aace8aa611ae88b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#aace8aa611ae88b .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#aace8aa611ae88b .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#aace8aa611ae88b .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#aace8aa611ae88b .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#aace8aa611ae88b .menu-list > li.active > a:before,
#aace8aa611ae88b .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#aace8aa611ae88b .menu-list > li ul li {
  position: relative;
}
#aace8aa611ae88b .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#aace8aa611ae88b .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#aace8aa611ae88b .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aace8aa611ae88b .menu-list li ul li a:active,
#aace8aa611ae88b .menu-list li ul li a.active,
#aace8aa611ae88b .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#aace8aa611ae88b .menu-list li ul,
#aace8aa611ae88b .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#aace8aa611ae88b .menu-list li ul.menu-b > li,
#aace8aa611ae88b .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#aace8aa611ae88b .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#aace8aa611ae88b .menu-list li:hover > ul {
  display: block;
}
#aace8aa611ae88b .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6ea1a7a90aa04f , #a6ea1a7a90aa04f a{color: rgba(74, 144, 226, 1);}#a8263a22d0abc0c > .ele-wrap {background-color: 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: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#acc65ad8aba82c1 .site-language-menu a {
  font-size: 14;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#acc65ad8aba82c1 .site-language-menu a:hover {
  color: #000000;
}
#acc65ad8aba82c1 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#acc65ad8aba82c1 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#acc65ad8aba82c1 .uk-dropdown li a {
  font-size: 14;
  color: #444;
}
#acc65ad8aba82c1 .uk-dropdown li a:hover {
  color: #222;
}
#acc65ad8aba82c1 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a5e9ba8361a1e1b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a5e9ba8361a1e1b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a5e9ba8361a1e1b .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
}
#a5e9ba8361a1e1b .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a5e9ba8361a1e1b .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  background-color: rgba(255, 255, 255, 0);
}
#a5e9ba8361a1e1b .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  background-color: rgba(255, 255, 255, 0);
}
#a5e9ba8361a1e1b .menu-list > li.active > a:before,
#a5e9ba8361a1e1b .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a5e9ba8361a1e1b .menu-list > li ul li {
  position: relative;
}
#a5e9ba8361a1e1b .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a5e9ba8361a1e1b .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a5e9ba8361a1e1b .menu-list li ul li:hover > a {
  background-color: rgba(121, 163, 243, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a5e9ba8361a1e1b .menu-list li ul li a:active,
#a5e9ba8361a1e1b .menu-list li ul li a.active,
#a5e9ba8361a1e1b .menu-list li ul li.active > a {
  background-color: rgba(121, 163, 243, 0);
}
#a5e9ba8361a1e1b .menu-list li ul,
#a5e9ba8361a1e1b .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a5e9ba8361a1e1b .menu-list li ul.menu-b > li,
#a5e9ba8361a1e1b .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a5e9ba8361a1e1b .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a5e9ba8361a1e1b .menu-list li:hover > ul {
  display: block;
}
#a5e9ba8361a1e1b .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#aa1d1a3b97a076b .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5f9aa00cdaff02 .sidebar {
  width: 300px;
  margin-left: 20px;
}
#a5f9aa00cdaff02 .sidebar.left {
  margin-left: 0;
  margin-right: 20px;
}
#a5f9aa00cdaff02 .abstract {
  white-space: pre-wrap;
}
@media (max-width: 640px) {
  #a5f9aa00cdaff02 .sidebar {
    width: 100%;
    margin: 0 0 15px;
  }
  #a5f9aa00cdaff02 .uk-container {
    padding: 0;
  }
  #a5f9aa00cdaff02 .sidebar {
    padding: 10px;
  }
}
#a5f9aa00cdaff02 .search-form {
  position: relative;
  overflow: hidden;
  background: #fff;
  display: block;
}
#a5f9aa00cdaff02 .search-form .search-input {
  width: 100%;
  height: 34px;
  padding: 5px 52px 5px 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #efefef;
}
#a5f9aa00cdaff02 .search-form .submit {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  width: 42px;
  height: 34px;
  padding: 0;
  font-family: FontAwesome;
  content: '\f13d';
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background-color: #4a90e2;
  cursor: pointer;
}
#a5f9aa00cdaff02 .content-tags a {
  display: inline-block;
  margin: 0 10px 5px 0;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 1.2;
  color: #666;
  border: 1px solid #999;
  border-radius: 3px;
  transition: all .3s ease;
}
#a5f9aa00cdaff02 .content-tags a:hover {
  background: #4a90e2;
  color: #fff;
  border-color: #4a90e2;
}
#a5f9aa00cdaff02 .abstract,
#a5f9aa00cdaff02 .copyright {
  margin: 15px 0;
  font-size: 14px;
  line-height: 1.6;
  color: #999;
  border: 1px solid #efefef;
  background: #fbfbfb;
  border-radius: 3px;
}
#a5f9aa00cdaff02 .copyright a {
  color: #999;
  word-break: break-all;
}
#a5f9aa00cdaff02 .detail-content {
  font-size: 16px;
  color: #444;
}
#a5f9aa00cdaff02 .detail-content img {
  margin-bottom: 10px;
}
#a5f9aa00cdaff02 .detail-content table {
  font-size: 13px;
}
#a5f9aa00cdaff02 .phone {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
#a5f9aa00cdaff02 .hot-list,
#a5f9aa00cdaff02 .new-list {
  padding: 12px;
}
#a5f9aa00cdaff02 .new-list a:hover,
#a5f9aa00cdaff02 .hot-list a:hover {
  color: #0f6ecd;
}
#a5f9aa00cdaff02 .hot-item .thumb {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
#a5f9aa00cdaff02 .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#a5f9aa00cdaff02 .hot-item:hover a {
  color: #0f6ecd;
}
#a5f9aa00cdaff02 .panel-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#a5f9aa00cdaff02 .panel-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #4a90e2;
  content: "";
}
#a5f9aa00cdaff02 .content-header {
  padding-bottom: 10px;
}
#a5f9aa00cdaff02 .item-title {
  color: #333;
}
#a5f9aa00cdaff02 input::placeholder {
  color: #999;
}
#a5f9aa00cdaff02 .datetime {
  color: #999;
}
#a5f9aa00cdaff02 .new-item a {
  padding-left: 25px;
}
#a5f9aa00cdaff02 .new-item span {
  background-color: #f0f0f0;
  display: inline-block;
  font-size: 13px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #999;
  text-align: center;
  position: absolute;
  left: 0;
  top: 3px;
}
#a5f9aa00cdaff02 .siblings a {
  color: #444;
  line-height: 2;
}
#a5f9aa00cdaff02 .siblings a:hover {
  color: #0f6ecd;
}
#aace8aa611ae88b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#aace8aa611ae88b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#aace8aa611ae88b .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#aace8aa611ae88b .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#aace8aa611ae88b .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#aace8aa611ae88b .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#aace8aa611ae88b .menu-list > li.active > a:before,
#aace8aa611ae88b .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#aace8aa611ae88b .menu-list > li ul li {
  position: relative;
}
#aace8aa611ae88b .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#aace8aa611ae88b .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#aace8aa611ae88b .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aace8aa611ae88b .menu-list li ul li a:active,
#aace8aa611ae88b .menu-list li ul li a.active,
#aace8aa611ae88b .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#aace8aa611ae88b .menu-list li ul,
#aace8aa611ae88b .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#aace8aa611ae88b .menu-list li ul.menu-b > li,
#aace8aa611ae88b .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#aace8aa611ae88b .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#aace8aa611ae88b .menu-list li:hover > ul {
  display: block;
}
#aace8aa611ae88b .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6ea1a7a90aa04f , #a6ea1a7a90aa04f a{color: rgba(74, 144, 226, 1);}#a8263a22d0abc0c > .ele-wrap {background-color: 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: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#acc65ad8aba82c1 .site-language-menu a {
  font-size: 14;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#acc65ad8aba82c1 .site-language-menu a:hover {
  color: #000000;
}
#acc65ad8aba82c1 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#acc65ad8aba82c1 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#acc65ad8aba82c1 .uk-dropdown li a {
  font-size: 14;
  color: #444;
}
#acc65ad8aba82c1 .uk-dropdown li a:hover {
  color: #222;
}
#acc65ad8aba82c1 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a5e9ba8361a1e1b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a5e9ba8361a1e1b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a5e9ba8361a1e1b .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
}
#a5e9ba8361a1e1b .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a5e9ba8361a1e1b .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  background-color: rgba(255, 255, 255, 0);
}
#a5e9ba8361a1e1b .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  background-color: rgba(255, 255, 255, 0);
}
#a5e9ba8361a1e1b .menu-list > li.active > a:before,
#a5e9ba8361a1e1b .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a5e9ba8361a1e1b .menu-list > li ul li {
  position: relative;
}
#a5e9ba8361a1e1b .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a5e9ba8361a1e1b .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a5e9ba8361a1e1b .menu-list li ul li:hover > a {
  background-color: rgba(121, 163, 243, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a5e9ba8361a1e1b .menu-list li ul li a:active,
#a5e9ba8361a1e1b .menu-list li ul li a.active,
#a5e9ba8361a1e1b .menu-list li ul li.active > a {
  background-color: rgba(121, 163, 243, 0);
}
#a5e9ba8361a1e1b .menu-list li ul,
#a5e9ba8361a1e1b .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a5e9ba8361a1e1b .menu-list li ul.menu-b > li,
#a5e9ba8361a1e1b .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a5e9ba8361a1e1b .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a5e9ba8361a1e1b .menu-list li:hover > ul {
  display: block;
}
#a5e9ba8361a1e1b .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#aa1d1a3b97a076b .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a7abcacd29ad483 .sidebar {
  width: 280px;
}
@media (max-width: 640px) {
  #a7abcacd29ad483 .sidebar {
    width: 100%;
  }
}
#a7abcacd29ad483 .accordion-menu,
#a7abcacd29ad483 .accordion-menu ul ul.submenu,
#a7abcacd29ad483 .accordion-menu ul ul.submenu li ul.submenu {
  background: transparent;
}
#a7abcacd29ad483 .accordion-menu-header h4 {
  color: #fff;
  font-weight: 500;
  line-height: 50px;
}
#a7abcacd29ad483 .accordion-menu ul li a {
  margin-bottom: 1px;
  color: #555;
  background-color: #ECECEC;
  display: block;
  width: 100%;
  padding: 0 40px;
  line-height: 50px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: color .2s linear,background .2s linear;
  font-size: 14px;
  border: none;
  text-overflow: ellipsis;
}
#a7abcacd29ad483 .accordion-menu > ul > li > a {
  background: #ddd;
  font-size: 16px;
}
#a7abcacd29ad483 .accordion-menu li a:hover {
  background-color: #4a90e2;
  color: #fff;
  border: none;
}
#a7abcacd29ad483 .accordion-menu .submenu-indicator {
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  line-height: 50px;
  padding: 0 20px;
  right: 0;
}
#a7abcacd29ad483 .contact {
  color: #fff;
}
#a7abcacd29ad483 .phone {
  display: block;
  font-size: 28px;
  font-weight: bold;
}
#a7abcacd29ad483 .hot-list {
  background: #f7f8f9;
  padding: 15px;
}
#a7abcacd29ad483 .hot-list a {
  color: #777;
}
#a7abcacd29ad483 .hot-list a:hover {
  color: #0f6ecd;
}
#a7abcacd29ad483 .hot-item .thumb {
  display: block;
  overflow: hidden;
}
#a7abcacd29ad483 .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#a7abcacd29ad483 .hot-item:hover a {
  color: #0f6ecd;
}
#a7abcacd29ad483 .hot-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#a7abcacd29ad483 .hot-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #4a90e2;
  content: "";
}
#a7abcacd29ad483 .content-header {
  padding-bottom: 10px;
}
#aace8aa611ae88b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#aace8aa611ae88b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#aace8aa611ae88b .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#aace8aa611ae88b .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#aace8aa611ae88b .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#aace8aa611ae88b .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#aace8aa611ae88b .menu-list > li.active > a:before,
#aace8aa611ae88b .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#aace8aa611ae88b .menu-list > li ul li {
  position: relative;
}
#aace8aa611ae88b .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#aace8aa611ae88b .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#aace8aa611ae88b .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aace8aa611ae88b .menu-list li ul li a:active,
#aace8aa611ae88b .menu-list li ul li a.active,
#aace8aa611ae88b .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#aace8aa611ae88b .menu-list li ul,
#aace8aa611ae88b .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#aace8aa611ae88b .menu-list li ul.menu-b > li,
#aace8aa611ae88b .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#aace8aa611ae88b .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#aace8aa611ae88b .menu-list li:hover > ul {
  display: block;
}
#aace8aa611ae88b .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6ea1a7a90aa04f , #a6ea1a7a90aa04f a{color: rgba(74, 144, 226, 1);}#a8263a22d0abc0c > .ele-wrap {background-color: 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: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#acc65ad8aba82c1 .site-language-menu a {
  font-size: 14;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#acc65ad8aba82c1 .site-language-menu a:hover {
  color: #000000;
}
#acc65ad8aba82c1 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#acc65ad8aba82c1 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#acc65ad8aba82c1 .uk-dropdown li a {
  font-size: 14;
  color: #444;
}
#acc65ad8aba82c1 .uk-dropdown li a:hover {
  color: #222;
}
#acc65ad8aba82c1 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a5e9ba8361a1e1b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a5e9ba8361a1e1b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a5e9ba8361a1e1b .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
}
#a5e9ba8361a1e1b .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a5e9ba8361a1e1b .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  background-color: rgba(255, 255, 255, 0);
}
#a5e9ba8361a1e1b .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  background-color: rgba(255, 255, 255, 0);
}
#a5e9ba8361a1e1b .menu-list > li.active > a:before,
#a5e9ba8361a1e1b .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a5e9ba8361a1e1b .menu-list > li ul li {
  position: relative;
}
#a5e9ba8361a1e1b .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a5e9ba8361a1e1b .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a5e9ba8361a1e1b .menu-list li ul li:hover > a {
  background-color: rgba(121, 163, 243, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a5e9ba8361a1e1b .menu-list li ul li a:active,
#a5e9ba8361a1e1b .menu-list li ul li a.active,
#a5e9ba8361a1e1b .menu-list li ul li.active > a {
  background-color: rgba(121, 163, 243, 0);
}
#a5e9ba8361a1e1b .menu-list li ul,
#a5e9ba8361a1e1b .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a5e9ba8361a1e1b .menu-list li ul.menu-b > li,
#a5e9ba8361a1e1b .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a5e9ba8361a1e1b .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a5e9ba8361a1e1b .menu-list li:hover > ul {
  display: block;
}
#a5e9ba8361a1e1b .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#aa1d1a3b97a076b .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ad638af727afbbc .detail-content .goods-params div {
  margin: 4px 0;
}
#ad638af727afbbc .desc {
  white-space: pre-wrap;
}
#ad638af727afbbc .video-box,
#ad638af727afbbc .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#ad638af727afbbc .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#ad638af727afbbc .goods-slider {
  width: 430px;
  max-width: 100%;
}
#ad638af727afbbc .preview-box img {
  width: 100%;
}
#ad638af727afbbc .preview-box .zoom-hover {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 180px;
  height: 180px;
  border: 1px solid #aaa;
  background: #0099ff;
  background-color: rgba(133, 111, 41, 0.3);
  opacity: .5;
  cursor: move;
}
#ad638af727afbbc .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#ad638af727afbbc .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#ad638af727afbbc .thumb-box {
  width: 100%;
  position: relative;
}
#ad638af727afbbc .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#ad638af727afbbc .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#ad638af727afbbc .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#ad638af727afbbc .thumb-list {
  overflow: hidden;
}
#ad638af727afbbc .thumb-list ul {
  width: 100000px;
}
#ad638af727afbbc .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#ad638af727afbbc .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#ad638af727afbbc .thumb-list ul li.thumb-video::after {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  background: url(/resources/sys/img/play-light.svg) center center no-repeat;
  background-size: 30px;
  position: absolute;
  opacity: .8;
  transition: all .2s ease;
}
#ad638af727afbbc .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#ad638af727afbbc .thumb-list ul li.active img {
  border-color: #4a90e2;
}
#ad638af727afbbc .zoom-box {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 440px;
  top: 0;
  width: 500px;
  height: 500px;
  border: 1px solid #e4e4e4;
  z-index: 400;
  background: #fff;
}
#ad638af727afbbc .zoom-box img {
  max-width: initial;
}
#ad638af727afbbc .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#ad638af727afbbc .goods-intro .desc {
  font-size: 14px;
  line-height: 20px;
  color: #999;
}
#ad638af727afbbc .goods-intro .price {
  margin-top: 20px;
  background-color: #f5f3ef;
  border-top: 1px dotted #dedede;
  border-bottom: 1px dotted #dedede;
  padding: 16px 10px 13px;
  line-height: 24px;
  font-size: 13px;
  position: relative;
}
#ad638af727afbbc .goods-intro .price span {
  line-height: 30px;
}
#ad638af727afbbc .goods-intro .price .label {
  min-width: 55px;
  font-size: 13px;
  float: left;
  color: #666;
}
#ad638af727afbbc .price .present-price {
  display: inline-block;
  font-weight: 700;
  margin-right: 1px;
  height: 30px;
  font-size: 28px;
  line-height: 30px;
  margin-left: 2px;
  color: #4a90e2;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#ad638af727afbbc .price .present-price .rmb {
  margin-left: 0;
  line-height: 30px;
  color: #4a90e2;
  font-size: 18px;
}
#ad638af727afbbc .price .origin-price {
  display: inline-block;
  font-size: 13px;
  color: #999;
  line-height: 24px;
}
#ad638af727afbbc .line-through {
  text-decoration: line-through;
}
#ad638af727afbbc .price hr {
  margin: 10px 20px 10px 0;
  overflow: hidden;
  border: none;
  height: 1px;
  border-bottom: 1px dashed #d2d2d2;
}
#ad638af727afbbc .price .policy-info {
  margin-left: 65px;
  padding-top: 2px;
  line-height: 20px;
  color: #666;
  display: block;
}
#ad638af727afbbc .price .policy-info li {
  display: inline-block;
  position: relative;
  margin-right: 30px;
  line-height: 24px;
}
#ad638af727afbbc .price .policy-info li::before {
  content: '･ ';
  position: absolute;
  left: -10px;
  top: 0;
}
#ad638af727afbbc .number {
  margin-top: 20px;
  margin-left: 10px;
}
#ad638af727afbbc .number .name {
  line-height: 30px;
  width: 54px;
}
#ad638af727afbbc .number .select-num {
  display: inline-block;
  border: 1px solid #ddd;
  overflow: hidden;
  line-height: 30px;
}
#ad638af727afbbc .select-num .btn {
  position: relative;
  width: 36px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  text-align: center;
  color: #888;
  cursor: pointer;
}
#ad638af727afbbc .select-num .btn.disable {
  cursor: not-allowed;
  color: #ececec;
}
#ad638af727afbbc .select-num i {
  line-height: 30px;
}
#ad638af727afbbc .select-num .less {
  float: left;
  border-right: 1px solid #ddd;
}
#ad638af727afbbc .select-num .more {
  float: right;
  border-left: 1px solid #ddd;
}
#ad638af727afbbc .select-num input {
  border: none;
  text-align: center;
  font-size: 12px;
  color: #333;
  width: 60px;
  height: 28px;
}
#ad638af727afbbc .buttons {
  margin: 30px 0 0 12px;
}
#ad638af727afbbc .buttons .button {
  display: inline-block;
  margin-right: 8px;
  width: 168px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  background-color: #4a90e2;
  text-align: center;
  border-radius: 2px;
}
#ad638af727afbbc .promote-goods {
  margin-top: 40px;
  border: 1px solid #e8e8e8;
}
#ad638af727afbbc .promote-goods .price {
  color: #d62525;
  line-height: 22px;
}
#ad638af727afbbc .promote-goods .promote-title {
  height: 44px;
  line-height: 44px;
  padding-left: 15px;
  font-size: 17px;
  position: relative;
  background-color: #f5f5f5;
}
#ad638af727afbbc .promote-goods .uk-slider {
  padding: 10px 50px;
}
#ad638af727afbbc .hot-list .img-wrap {
  display: block;
}
#ad638af727afbbc .right {
  width: 298px;
  border: 1px solid #e8e8e8;
}
#ad638af727afbbc .right .title {
  line-height: 40px;
  background-color: #f5f5f5;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #e8e8e8;
}
#ad638af727afbbc .left .nav-wrap {
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  height: 44px;
}
#ad638af727afbbc .left .detail-nav-tab .item {
  min-width: 120px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  border-right: 1px solid #e8e8e8;
  padding: 0 30px;
  text-align: center;
  float: left;
}
#ad638af727afbbc .detail-nav-tab ul {
  display: flex;
  overflow: scroll;
  scrollbar-width: 0;
}
#ad638af727afbbc ::-webkit-scrollbar {
  display: none;
}
#ad638af727afbbc .left .detail-nav-tab .item a {
  color: #555;
  font-weight: 500;
  display: block;
}
#ad638af727afbbc .left .detail-nav-tab .item.uk-active,
#ad638af727afbbc .left .detail-nav-tab .item:hover {
  background: #fff;
  border-top: 3px solid #4a90e2;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  line-height: 40px;
}
#ad638af727afbbc .left .detail-nav-tab .item.uk-active a {
  color: #4a90e2;
  cursor: default;
}
#ad638af727afbbc .hot-list .item {
  margin: 24px 24px 0;
  border-bottom: 1px solid #e8e8e8;
}
#ad638af727afbbc .hot-list .item:last-child {
  border-bottom: none;
}
#ad638af727afbbc .hot-list .item .goods-title {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  max-width: 156px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #333;
  margin: 8px auto 6px;
}
#ad638af727afbbc .hot-list .item .goods-title:hover {
  color: #4a90e2;
}
#ad638af727afbbc .hot-list .item .price {
  font-size: 14px;
  line-height: 1;
  color: #4a90e2;
  text-align: center;
  font-weight: bolder;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#ad638af727afbbc .hot-list .item .origin-price {
  text-decoration: line-through;
  color: #666;
}
#ad638af727afbbc .hot-list .item .goods-info {
  padding: 0 5px 18px;
}
#ad638af727afbbc .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
@media (max-width: 640px) {
  #ad638af727afbbc .right {
    width: 100%;
  }
  #ad638af727afbbc .preview-box img {
    height: 340px;
  }
  #ad638af727afbbc .goods-intro .buttons {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 0;
    z-index: 900;
    margin: 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e8e8e8;
  }
  #ad638af727afbbc .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #ad638af727afbbc .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#aace8aa611ae88b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#aace8aa611ae88b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#aace8aa611ae88b .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#aace8aa611ae88b .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#aace8aa611ae88b .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#aace8aa611ae88b .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#aace8aa611ae88b .menu-list > li.active > a:before,
#aace8aa611ae88b .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#aace8aa611ae88b .menu-list > li ul li {
  position: relative;
}
#aace8aa611ae88b .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#aace8aa611ae88b .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#aace8aa611ae88b .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aace8aa611ae88b .menu-list li ul li a:active,
#aace8aa611ae88b .menu-list li ul li a.active,
#aace8aa611ae88b .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#aace8aa611ae88b .menu-list li ul,
#aace8aa611ae88b .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#aace8aa611ae88b .menu-list li ul.menu-b > li,
#aace8aa611ae88b .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#aace8aa611ae88b .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#aace8aa611ae88b .menu-list li:hover > ul {
  display: block;
}
#aace8aa611ae88b .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6ea1a7a90aa04f , #a6ea1a7a90aa04f a{color: rgba(74, 144, 226, 1);}#a8263a22d0abc0c > .ele-wrap {background-color: 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: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#acc65ad8aba82c1 .site-language-menu a {
  font-size: 14;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#acc65ad8aba82c1 .site-language-menu a:hover {
  color: #000000;
}
#acc65ad8aba82c1 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#acc65ad8aba82c1 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#acc65ad8aba82c1 .uk-dropdown li a {
  font-size: 14;
  color: #444;
}
#acc65ad8aba82c1 .uk-dropdown li a:hover {
  color: #222;
}
#acc65ad8aba82c1 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a5e9ba8361a1e1b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a5e9ba8361a1e1b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a5e9ba8361a1e1b .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
}
#a5e9ba8361a1e1b .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a5e9ba8361a1e1b .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  background-color: rgba(255, 255, 255, 0);
}
#a5e9ba8361a1e1b .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  background-color: rgba(255, 255, 255, 0);
}
#a5e9ba8361a1e1b .menu-list > li.active > a:before,
#a5e9ba8361a1e1b .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a5e9ba8361a1e1b .menu-list > li ul li {
  position: relative;
}
#a5e9ba8361a1e1b .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a5e9ba8361a1e1b .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a5e9ba8361a1e1b .menu-list li ul li:hover > a {
  background-color: rgba(121, 163, 243, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a5e9ba8361a1e1b .menu-list li ul li a:active,
#a5e9ba8361a1e1b .menu-list li ul li a.active,
#a5e9ba8361a1e1b .menu-list li ul li.active > a {
  background-color: rgba(121, 163, 243, 0);
}
#a5e9ba8361a1e1b .menu-list li ul,
#a5e9ba8361a1e1b .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a5e9ba8361a1e1b .menu-list li ul.menu-b > li,
#a5e9ba8361a1e1b .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a5e9ba8361a1e1b .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a5e9ba8361a1e1b .menu-list li:hover > ul {
  display: block;
}
#a5e9ba8361a1e1b .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#aa1d1a3b97a076b .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aace8aa611ae88b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#aace8aa611ae88b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#aace8aa611ae88b .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#aace8aa611ae88b .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#aace8aa611ae88b .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#aace8aa611ae88b .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#aace8aa611ae88b .menu-list > li.active > a:before,
#aace8aa611ae88b .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#aace8aa611ae88b .menu-list > li ul li {
  position: relative;
}
#aace8aa611ae88b .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#aace8aa611ae88b .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#aace8aa611ae88b .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aace8aa611ae88b .menu-list li ul li a:active,
#aace8aa611ae88b .menu-list li ul li a.active,
#aace8aa611ae88b .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#aace8aa611ae88b .menu-list li ul,
#aace8aa611ae88b .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#aace8aa611ae88b .menu-list li ul.menu-b > li,
#aace8aa611ae88b .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#aace8aa611ae88b .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#aace8aa611ae88b .menu-list li:hover > ul {
  display: block;
}
#aace8aa611ae88b .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6ea1a7a90aa04f , #a6ea1a7a90aa04f a{color: rgba(74, 144, 226, 1);}#a8263a22d0abc0c > .ele-wrap {background-color: 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: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#acc65ad8aba82c1 .site-language-menu a {
  font-size: 14;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#acc65ad8aba82c1 .site-language-menu a:hover {
  color: #000000;
}
#acc65ad8aba82c1 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#acc65ad8aba82c1 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#acc65ad8aba82c1 .uk-dropdown li a {
  font-size: 14;
  color: #444;
}
#acc65ad8aba82c1 .uk-dropdown li a:hover {
  color: #222;
}
#acc65ad8aba82c1 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a02f8a7440a063a > .ele-wrap {background-color: rgba(0, 0, 0, 0.68);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae1eaa4960ae42d > .ele-wrap {border-left-width: 6px;border-bottom-width: 6px;border-right-width: 6px;border-top-width: 6px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(255, 255, 255, 0.67);border-left-color: rgba(255, 255, 255, 0.67);border-bottom-color: rgba(255, 255, 255, 0.67);border-top-color: rgba(255, 255, 255, 0.67);}#aab3ea3ceda33be > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;border-top-left-radius: 20px;border-top-right-radius: 20px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ad429aca26a36d1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;border-top-left-radius: 20px;border-top-right-radius: 20px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a7cd6a5217a1102 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;border-top-left-radius: 20px;border-top-right-radius: 20px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a101fa7f6fa9595 > .ele-wrap {background-color: rgba(0, 0, 0, 0.5);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a62afa0952a34d5 > .ele-wrap {background-color: rgba(74, 144, 226, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#adf94a4a62a3be3 > .ele-wrap {background-color: rgba(250, 216, 138, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0827aeea4a73d9 [data-item="undefined"] {background-color: rgba(0, 0, 0, 0.61);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8dfda6795afa04 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-radius: 20px;}#a8dfda6795afa04 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(74, 144, 226, 1);}#ac658a68f0a54b9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-radius: 20px;}#ac658a68f0a54b9 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(74, 144, 226, 1);}#acbe0abcf4a775b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-radius: 20px;}#acbe0abcf4a775b .hover-content-wrap:nth-child(2)
                            {background-color: rgba(74, 144, 226, 1);}#a65d0afdc9a550f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-radius: 20px;}#a65d0afdc9a550f .hover-content-wrap:nth-child(2)
                            {background-color: rgba(74, 144, 226, 1);}#a3d3aaf55da88a2 {
  overflow: hidden;
  pointer-events: none;
}
#a3d3aaf55da88a2 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a3d3aaf55da88a2 > .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;
}
#a3d3aaf55da88a2 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3d3aaf55da88a2 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a3d3aaf55da88a2 > .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;
}
#a3d3aaf55da88a2 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3d3aaf55da88a2 > .tab-wrap > div > .tab-nav,
#a3d3aaf55da88a2 > .tab-nav,
#a3d3aaf55da88a2 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a3d3aaf55da88a2 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
}
#a3d3aaf55da88a2 > .tab-wrap > div > .tab-nav-horizontal,
#a3d3aaf55da88a2 > .tab-nav-horizontal,
#a3d3aaf55da88a2 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a3d3aaf55da88a2 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a3d3aaf55da88a2 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3d3aaf55da88a2 > .tab-nav-horizontal::-webkit-scrollbar,
#a3d3aaf55da88a2 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3d3aaf55da88a2 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a3d3aaf55da88a2 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3d3aaf55da88a2 > .tab-nav-horizontal.tagScroll,
#a3d3aaf55da88a2 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3d3aaf55da88a2 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a3d3aaf55da88a2 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3d3aaf55da88a2 > .tab-nav-horizontal.tagScroll li a,
#a3d3aaf55da88a2 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3d3aaf55da88a2 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a3d3aaf55da88a2 > .tab-wrap > div > .tab-nav a,
#a3d3aaf55da88a2 > .tab-nav a,
#a3d3aaf55da88a2 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a3d3aaf55da88a2 > .tab-tabs > .tab-nav a {
  padding: 0 44px;
}
#a3d3aaf55da88a2 > .tab-wrap > div > .tab-nav li a,
#a3d3aaf55da88a2 > .tab-nav li a,
#a3d3aaf55da88a2 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a3d3aaf55da88a2 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: solid;
  margin-right: 10px;
  margin-left: 0;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-bottom-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  padding: 0 44px;
}
#a3d3aaf55da88a2 > .tab-wrap > div > .tab-nav li a svg,
#a3d3aaf55da88a2 > .tab-nav li a svg,
#a3d3aaf55da88a2 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a3d3aaf55da88a2 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a3d3aaf55da88a2 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3d3aaf55da88a2 > .tab-nav li a .ap_icon,
#a3d3aaf55da88a2 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3d3aaf55da88a2 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a3d3aaf55da88a2 > .tab-wrap > div > .tab-nav li a:hover,
#a3d3aaf55da88a2 > .tab-nav li a:hover,
#a3d3aaf55da88a2 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a3d3aaf55da88a2 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 1px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
  border-right-color: #4a90e2;
  border-left-color: #4a90e2;
  border-top-color: #4a90e2;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a3d3aaf55da88a2 > .tab-wrap > div > .tab-nav li.uk-active a,
#a3d3aaf55da88a2 > .tab-nav li.uk-active a,
#a3d3aaf55da88a2 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a3d3aaf55da88a2 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
  border-right-color: #4a90e2;
  border-left-color: #4a90e2;
  border-top-color: #4a90e2;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
  background-color: #4a90e2;
}
#a3d3aaf55da88a2 .layout-left li,
#a3d3aaf55da88a2 .layout-center li,
#a3d3aaf55da88a2 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a3d3aaf55da88a2 .layout-left li a,
#a3d3aaf55da88a2 .layout-center li a,
#a3d3aaf55da88a2 .layout-right li a {
  height: 100%;
}
#a3d3aaf55da88a2 > .tab-tabs .layout-left {
  text-align: left;
}
#a3d3aaf55da88a2 > .tab-tabs .layout-center {
  text-align: center;
}
#a3d3aaf55da88a2 > .tab-tabs .layout-right {
  text-align: right;
}
#a3d3aaf55da88a2 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a3d3aaf55da88a2 .tab-content-wrap {
  background-color: transparent;
}
#a3d3aaf55da88a2 .tab-contents,
#a3d3aaf55da88a2 .tab-contents-wrap {
  pointer-events: none;
}
#a3d3aaf55da88a2 .tab-content,
#a3d3aaf55da88a2 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a3d3aaf55da88a2 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a3d3aaf55da88a2 .tab-wrap .tab-contents {
  height: 100%;
}
#a3d3aaf55da88a2 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a3d3aaf55da88a2 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a3d3aaf55da88a2 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a4370afa4aa5a56 > .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;}#a72d8af267a4072 > .ele-wrap {
                background-image: linear-gradient(-90deg,
                transparent,
                rgba(255, 255, 255, 1));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2469a6f1ba4b8a > .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;}#a6100aa736a846c > .ele-wrap {
                background-image: linear-gradient(-90deg,
                transparent,
                rgba(255, 255, 255, 1));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5413a078fa9d97 > .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;}#a6109a001bab37e > .ele-wrap {
                background-image: linear-gradient(-90deg,
                transparent,
                rgba(255, 255, 255, 1));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a46c6a7a67a9883 > .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;}#a58fca22b9a2e4c > .ele-wrap {
                background-image: linear-gradient(-90deg,
                transparent,
                rgba(255, 255, 255, 1));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a804ba5d6ca5a95 {
  overflow: hidden;
  pointer-events: none;
}
#a804ba5d6ca5a95 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a804ba5d6ca5a95 > .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;
}
#a804ba5d6ca5a95 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a804ba5d6ca5a95 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a804ba5d6ca5a95 > .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;
}
#a804ba5d6ca5a95 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a804ba5d6ca5a95 > .tab-wrap > div > .tab-nav,
#a804ba5d6ca5a95 > .tab-nav,
#a804ba5d6ca5a95 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a804ba5d6ca5a95 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
}
#a804ba5d6ca5a95 > .tab-wrap > div > .tab-nav-horizontal,
#a804ba5d6ca5a95 > .tab-nav-horizontal,
#a804ba5d6ca5a95 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a804ba5d6ca5a95 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a804ba5d6ca5a95 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a804ba5d6ca5a95 > .tab-nav-horizontal::-webkit-scrollbar,
#a804ba5d6ca5a95 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a804ba5d6ca5a95 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a804ba5d6ca5a95 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a804ba5d6ca5a95 > .tab-nav-horizontal.tagScroll,
#a804ba5d6ca5a95 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a804ba5d6ca5a95 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a804ba5d6ca5a95 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a804ba5d6ca5a95 > .tab-nav-horizontal.tagScroll li a,
#a804ba5d6ca5a95 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a804ba5d6ca5a95 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a804ba5d6ca5a95 > .tab-wrap > div > .tab-nav a,
#a804ba5d6ca5a95 > .tab-nav a,
#a804ba5d6ca5a95 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a804ba5d6ca5a95 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a804ba5d6ca5a95 > .tab-wrap > div > .tab-nav li a,
#a804ba5d6ca5a95 > .tab-nav li a,
#a804ba5d6ca5a95 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a804ba5d6ca5a95 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
}
#a804ba5d6ca5a95 > .tab-wrap > div > .tab-nav li a svg,
#a804ba5d6ca5a95 > .tab-nav li a svg,
#a804ba5d6ca5a95 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a804ba5d6ca5a95 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a804ba5d6ca5a95 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a804ba5d6ca5a95 > .tab-nav li a .ap_icon,
#a804ba5d6ca5a95 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a804ba5d6ca5a95 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a804ba5d6ca5a95 > .tab-wrap > div > .tab-nav li a:hover,
#a804ba5d6ca5a95 > .tab-nav li a:hover,
#a804ba5d6ca5a95 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a804ba5d6ca5a95 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a804ba5d6ca5a95 > .tab-wrap > div > .tab-nav li.uk-active a,
#a804ba5d6ca5a95 > .tab-nav li.uk-active a,
#a804ba5d6ca5a95 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a804ba5d6ca5a95 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a804ba5d6ca5a95 .layout-left li,
#a804ba5d6ca5a95 .layout-center li,
#a804ba5d6ca5a95 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a804ba5d6ca5a95 .layout-left li a,
#a804ba5d6ca5a95 .layout-center li a,
#a804ba5d6ca5a95 .layout-right li a {
  height: 100%;
}
#a804ba5d6ca5a95 > .tab-tabs .layout-left {
  text-align: left;
}
#a804ba5d6ca5a95 > .tab-tabs .layout-center {
  text-align: center;
}
#a804ba5d6ca5a95 > .tab-tabs .layout-right {
  text-align: right;
}
#a804ba5d6ca5a95 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a804ba5d6ca5a95 .tab-content-wrap {
  background-color: transparent;
}
#a804ba5d6ca5a95 .tab-contents,
#a804ba5d6ca5a95 .tab-contents-wrap {
  pointer-events: none;
}
#a804ba5d6ca5a95 .tab-content,
#a804ba5d6ca5a95 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a804ba5d6ca5a95 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a804ba5d6ca5a95 .tab-wrap .tab-contents {
  height: 100%;
}
#a804ba5d6ca5a95 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a804ba5d6ca5a95 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a804ba5d6ca5a95 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#af24daa143ab0e9 .ae9a8ae769ad737 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-radius: 10px;box-shadow: 0px 4px 12px 0px rgba(34, 25, 77, 0.1);}#af24daa143ab0e9 .ae9a8ae769ad737 .hover-content-wrap:nth-child(1)
                            {}#af24daa143ab0e9 .ae9a8ae769ad737  > .ele-wrap:hover {background-color: rgba(74, 144, 226, 1);}#af24daa143ab0e9 .ae0bea01c0a5e05 {
  overflow: hidden;
}
#af24daa143ab0e9 .ae0bea01c0a5e05 , #af24daa143ab0e9 .ae0bea01c0a5e05 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#af24daa143ab0e9 .a1153aef6ea2025 {
  overflow: hidden;
}
#af24daa143ab0e9 .a1153aef6ea2025 , #af24daa143ab0e9 .a1153aef6ea2025 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#af24daa143ab0e9 .a50fbab907a467b {
  overflow: hidden;
}
#af24daa143ab0e9 .a50fbab907a467b , #af24daa143ab0e9 .a50fbab907a467b > * {
        font-weight: normal;
        font-style: normal;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#af24daa143ab0e9 .a77d1a5eb2aaa9a .ele-wrap {border-color: rgba(255, 255, 255, 1);color: #ffffff;border-width: 1px;border-style: solid;font-size: 14px;background-color: transparent;justify-content: center;}#af24daa143ab0e9 .a77d1a5eb2aaa9a .ele-wrap:hover {color: #ffffff;border-color: rgba(255, 255, 255, 1);}#af24daa143ab0e9 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #af24daa143ab0e9 .uk-position-center-left-out {
    left: -30px;
  }
  #af24daa143ab0e9 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a0953a692da61f0 .af53da690faa662 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-radius: 10px;box-shadow: 0px 4px 12px 0px rgba(34, 25, 77, 0.1);}#a0953a692da61f0 .af53da690faa662  > .ele-wrap:hover {background-color: rgba(74, 144, 226, 1);}#a0953a692da61f0 .a5e9ea08d4a2a24 {
  overflow: hidden;
}
#a0953a692da61f0 .a5e9ea08d4a2a24 , #a0953a692da61f0 .a5e9ea08d4a2a24 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#a0953a692da61f0 .a64afaad5daa8ca {
  overflow: hidden;
}
#a0953a692da61f0 .a64afaad5daa8ca , #a0953a692da61f0 .a64afaad5daa8ca > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0953a692da61f0 .ac477a895faaba3 {
  overflow: hidden;
}
#a0953a692da61f0 .ac477a895faaba3 , #a0953a692da61f0 .ac477a895faaba3 > * {
        font-weight: normal;
        font-style: normal;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0953a692da61f0 .af76ca5db4a9473 .ele-wrap {border-color: rgba(255, 255, 255, 1);color: #ffffff;border-width: 1px;border-style: solid;font-size: 14px;background-color: transparent;justify-content: center;}#a0953a692da61f0 .af76ca5db4a9473 .ele-wrap:hover {color: #ffffff;border-color: rgba(255, 255, 255, 1);}#a0953a692da61f0 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a0953a692da61f0 .uk-position-center-left-out {
    left: -30px;
  }
  #a0953a692da61f0 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a97dea1ba1af1ee .a9457af789aea91 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-radius: 10px;box-shadow: 0px 4px 12px 0px rgba(34, 25, 77, 0.1);}#a97dea1ba1af1ee .a9457af789aea91  > .ele-wrap:hover {background-color: rgba(74, 144, 226, 1);}#a97dea1ba1af1ee .af324add3dac58c {
  overflow: hidden;
}
#a97dea1ba1af1ee .af324add3dac58c , #a97dea1ba1af1ee .af324add3dac58c > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#a97dea1ba1af1ee .ae56aa4d9aa5bc5 {
  overflow: hidden;
}
#a97dea1ba1af1ee .ae56aa4d9aa5bc5 , #a97dea1ba1af1ee .ae56aa4d9aa5bc5 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a97dea1ba1af1ee .a921ba2707a3cbf {
  overflow: hidden;
}
#a97dea1ba1af1ee .a921ba2707a3cbf , #a97dea1ba1af1ee .a921ba2707a3cbf > * {
        font-weight: normal;
        font-style: normal;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a97dea1ba1af1ee .af2f2a96bea6c14 .ele-wrap {border-color: rgba(255, 255, 255, 1);color: #ffffff;border-width: 1px;border-style: solid;font-size: 14px;background-color: transparent;justify-content: center;}#a97dea1ba1af1ee .af2f2a96bea6c14 .ele-wrap:hover {color: #ffffff;border-color: rgba(255, 255, 255, 1);}#a97dea1ba1af1ee .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a97dea1ba1af1ee .uk-position-center-left-out {
    left: -30px;
  }
  #a97dea1ba1af1ee .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a16feadf89a361d .acfe0a837cabfed > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-radius: 10px;box-shadow: 0px 4px 12px 0px rgba(34, 25, 77, 0.1);}#a16feadf89a361d .acfe0a837cabfed  > .ele-wrap:hover {background-color: rgba(74, 144, 226, 1);}#a16feadf89a361d .af739abd97a13d0 {
  overflow: hidden;
}
#a16feadf89a361d .af739abd97a13d0 , #a16feadf89a361d .af739abd97a13d0 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#a16feadf89a361d .ac359ad059a9079 {
  overflow: hidden;
}
#a16feadf89a361d .ac359ad059a9079 , #a16feadf89a361d .ac359ad059a9079 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a16feadf89a361d .a054da9453a9d03 {
  overflow: hidden;
}
#a16feadf89a361d .a054da9453a9d03 , #a16feadf89a361d .a054da9453a9d03 > * {
        font-weight: normal;
        font-style: normal;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a16feadf89a361d .a9ea3a8cdaab7e6 .ele-wrap {border-color: rgba(255, 255, 255, 1);color: #ffffff;border-width: 1px;border-style: solid;font-size: 14px;background-color: transparent;justify-content: center;}#a16feadf89a361d .a9ea3a8cdaab7e6 .ele-wrap:hover {color: #ffffff;border-color: rgba(255, 255, 255, 1);}#a16feadf89a361d .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a16feadf89a361d .uk-position-center-left-out {
    left: -30px;
  }
  #a16feadf89a361d .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a85f9aaa42ad5e6 .a4053a64b2ae432 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-radius: 10px;box-shadow: 0px 4px 12px 0px rgba(34, 25, 77, 0.1);}#a85f9aaa42ad5e6 .a4053a64b2ae432  > .ele-wrap:hover {background-color: rgba(74, 144, 226, 1);}#a85f9aaa42ad5e6 .a0311a6a06a98ed {
  overflow: hidden;
}
#a85f9aaa42ad5e6 .a0311a6a06a98ed , #a85f9aaa42ad5e6 .a0311a6a06a98ed > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#a85f9aaa42ad5e6 .a10b0a4b74a6808 {
  overflow: hidden;
}
#a85f9aaa42ad5e6 .a10b0a4b74a6808 , #a85f9aaa42ad5e6 .a10b0a4b74a6808 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a85f9aaa42ad5e6 .a4fa0a37f2a999a {
  overflow: hidden;
}
#a85f9aaa42ad5e6 .a4fa0a37f2a999a , #a85f9aaa42ad5e6 .a4fa0a37f2a999a > * {
        font-weight: normal;
        font-style: normal;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a85f9aaa42ad5e6 .a022eac9f1a49a5 .ele-wrap {border-color: rgba(255, 255, 255, 1);color: #ffffff;border-width: 1px;border-style: solid;font-size: 14px;background-color: transparent;justify-content: center;}#a85f9aaa42ad5e6 .a022eac9f1a49a5 .ele-wrap:hover {color: #ffffff;border-color: rgba(255, 255, 255, 1);}#a85f9aaa42ad5e6 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a85f9aaa42ad5e6 .uk-position-center-left-out {
    left: -30px;
  }
  #a85f9aaa42ad5e6 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3245a8bb9a2a7b .a53aaafa6daf6e9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-radius: 10px;box-shadow: 0px 4px 12px 0px rgba(34, 25, 77, 0.1);}#a3245a8bb9a2a7b .a53aaafa6daf6e9  > .ele-wrap:hover {background-color: rgba(74, 144, 226, 1);}#a3245a8bb9a2a7b .a9989aeca2aa6a4 {
  overflow: hidden;
}
#a3245a8bb9a2a7b .a9989aeca2aa6a4 , #a3245a8bb9a2a7b .a9989aeca2aa6a4 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#a3245a8bb9a2a7b .a8a4baa5eaa8e91 {
  overflow: hidden;
}
#a3245a8bb9a2a7b .a8a4baa5eaa8e91 , #a3245a8bb9a2a7b .a8a4baa5eaa8e91 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3245a8bb9a2a7b .abea9a48deaead9 {
  overflow: hidden;
}
#a3245a8bb9a2a7b .abea9a48deaead9 , #a3245a8bb9a2a7b .abea9a48deaead9 > * {
        font-weight: normal;
        font-style: normal;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3245a8bb9a2a7b .aa155a0ff7a838b .ele-wrap {border-color: rgba(255, 255, 255, 1);color: #ffffff;border-width: 1px;border-style: solid;font-size: 14px;background-color: transparent;justify-content: center;}#a3245a8bb9a2a7b .aa155a0ff7a838b .ele-wrap:hover {color: #ffffff;border-color: rgba(255, 255, 255, 1);}#a3245a8bb9a2a7b .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a3245a8bb9a2a7b .uk-position-center-left-out {
    left: -30px;
  }
  #a3245a8bb9a2a7b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac34da244fa553c .a3c6faf22ea7e21 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-radius: 10px;box-shadow: 0px 4px 12px 0px rgba(34, 25, 77, 0.1);}#ac34da244fa553c .a3c6faf22ea7e21  > .ele-wrap:hover {background-color: rgba(74, 144, 226, 1);}#ac34da244fa553c .a34aea1a89a17cf {
  overflow: hidden;
}
#ac34da244fa553c .a34aea1a89a17cf , #ac34da244fa553c .a34aea1a89a17cf > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#ac34da244fa553c .a6dcaa6464a24e5 {
  overflow: hidden;
}
#ac34da244fa553c .a6dcaa6464a24e5 , #ac34da244fa553c .a6dcaa6464a24e5 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac34da244fa553c .a13ecaf977ada22 {
  overflow: hidden;
}
#ac34da244fa553c .a13ecaf977ada22 , #ac34da244fa553c .a13ecaf977ada22 > * {
        font-weight: normal;
        font-style: normal;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac34da244fa553c .a8e45a04b9ad004 .ele-wrap {border-color: rgba(255, 255, 255, 1);color: #ffffff;border-width: 1px;border-style: solid;font-size: 14px;background-color: transparent;justify-content: center;}#ac34da244fa553c .a8e45a04b9ad004 .ele-wrap:hover {color: #ffffff;border-color: rgba(255, 255, 255, 1);}#ac34da244fa553c .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ac34da244fa553c .uk-position-center-left-out {
    left: -30px;
  }
  #ac34da244fa553c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aad0baeebaa5bd1 .a7a00ad9dca69e0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-radius: 10px;box-shadow: 0px 4px 12px 0px rgba(34, 25, 77, 0.1);}#aad0baeebaa5bd1 .a7a00ad9dca69e0  > .ele-wrap:hover {background-color: rgba(74, 144, 226, 1);}#aad0baeebaa5bd1 .a965bac9ebadeb5 {
  overflow: hidden;
}
#aad0baeebaa5bd1 .a965bac9ebadeb5 , #aad0baeebaa5bd1 .a965bac9ebadeb5 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#aad0baeebaa5bd1 .a87cba1360aa15d {
  overflow: hidden;
}
#aad0baeebaa5bd1 .a87cba1360aa15d , #aad0baeebaa5bd1 .a87cba1360aa15d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#aad0baeebaa5bd1 .a3ab1a2998a9753 {
  overflow: hidden;
}
#aad0baeebaa5bd1 .a3ab1a2998a9753 , #aad0baeebaa5bd1 .a3ab1a2998a9753 > * {
        font-weight: normal;
        font-style: normal;
    text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#aad0baeebaa5bd1 .a1f2caa881a6ccf .ele-wrap {border-color: rgba(255, 255, 255, 1);color: #ffffff;border-width: 1px;border-style: solid;font-size: 14px;background-color: transparent;justify-content: center;}#aad0baeebaa5bd1 .a1f2caa881a6ccf .ele-wrap:hover {color: #ffffff;border-color: rgba(255, 255, 255, 1);}#aad0baeebaa5bd1 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aad0baeebaa5bd1 .uk-position-center-left-out {
    left: -30px;
  }
  #aad0baeebaa5bd1 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a77c4a3b0cade34 {
  overflow: hidden;
  pointer-events: none;
}
#a77c4a3b0cade34 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a77c4a3b0cade34 > .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;
}
#a77c4a3b0cade34 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a77c4a3b0cade34 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a77c4a3b0cade34 > .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;
}
#a77c4a3b0cade34 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a77c4a3b0cade34 > .tab-wrap > div > .tab-nav,
#a77c4a3b0cade34 > .tab-nav,
#a77c4a3b0cade34 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a77c4a3b0cade34 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
}
#a77c4a3b0cade34 > .tab-wrap > div > .tab-nav-horizontal,
#a77c4a3b0cade34 > .tab-nav-horizontal,
#a77c4a3b0cade34 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a77c4a3b0cade34 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a77c4a3b0cade34 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a77c4a3b0cade34 > .tab-nav-horizontal::-webkit-scrollbar,
#a77c4a3b0cade34 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a77c4a3b0cade34 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a77c4a3b0cade34 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a77c4a3b0cade34 > .tab-nav-horizontal.tagScroll,
#a77c4a3b0cade34 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a77c4a3b0cade34 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a77c4a3b0cade34 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a77c4a3b0cade34 > .tab-nav-horizontal.tagScroll li a,
#a77c4a3b0cade34 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a77c4a3b0cade34 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a77c4a3b0cade34 > .tab-wrap > div > .tab-nav a,
#a77c4a3b0cade34 > .tab-nav a,
#a77c4a3b0cade34 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a77c4a3b0cade34 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a77c4a3b0cade34 > .tab-wrap > div > .tab-nav li a,
#a77c4a3b0cade34 > .tab-nav li a,
#a77c4a3b0cade34 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a77c4a3b0cade34 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #cccccc;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
}
#a77c4a3b0cade34 > .tab-wrap > div > .tab-nav li a svg,
#a77c4a3b0cade34 > .tab-nav li a svg,
#a77c4a3b0cade34 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a77c4a3b0cade34 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a77c4a3b0cade34 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a77c4a3b0cade34 > .tab-nav li a .ap_icon,
#a77c4a3b0cade34 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a77c4a3b0cade34 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a77c4a3b0cade34 > .tab-wrap > div > .tab-nav li a:hover,
#a77c4a3b0cade34 > .tab-nav li a:hover,
#a77c4a3b0cade34 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a77c4a3b0cade34 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a77c4a3b0cade34 > .tab-wrap > div > .tab-nav li.uk-active a,
#a77c4a3b0cade34 > .tab-nav li.uk-active a,
#a77c4a3b0cade34 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a77c4a3b0cade34 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a77c4a3b0cade34 .layout-left li,
#a77c4a3b0cade34 .layout-center li,
#a77c4a3b0cade34 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a77c4a3b0cade34 .layout-left li a,
#a77c4a3b0cade34 .layout-center li a,
#a77c4a3b0cade34 .layout-right li a {
  height: 100%;
}
#a77c4a3b0cade34 > .tab-tabs .layout-left {
  text-align: left;
}
#a77c4a3b0cade34 > .tab-tabs .layout-center {
  text-align: center;
}
#a77c4a3b0cade34 > .tab-tabs .layout-right {
  text-align: right;
}
#a77c4a3b0cade34 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a77c4a3b0cade34 .tab-content-wrap {
  background-color: transparent;
}
#a77c4a3b0cade34 .tab-contents,
#a77c4a3b0cade34 .tab-contents-wrap {
  pointer-events: none;
}
#a77c4a3b0cade34 .tab-content,
#a77c4a3b0cade34 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a77c4a3b0cade34 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a77c4a3b0cade34 .tab-wrap .tab-contents {
  height: 100%;
}
#a77c4a3b0cade34 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a77c4a3b0cade34 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a77c4a3b0cade34 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a0971ad7aeab949 .a377ea4713a3c0c {
  overflow: hidden;
}
#a0971ad7aeab949 .a377ea4713a3c0c , #a0971ad7aeab949 .a377ea4713a3c0c > * {
        font-weight: normal;
        font-style: normal;
    text-align: center;font-family: inherit;color: rgba(136, 136, 136, 1);}#a0971ad7aeab949 .a377ea4713a3c0c:hover , #a0971ad7aeab949 .a377ea4713a3c0c *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#a0971ad7aeab949 .ae243a74bbaff0a .img-wrap {
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 80px;
  border-top-left-radius: 80px;
}
#a0971ad7aeab949 .uk-grid {
  margin-left: -15px;
}
#a0971ad7aeab949 .uk-grid > * {
  padding-left: 15px;
}
#a0971ad7aeab949 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a0971ad7aeab949 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a0971ad7aeab949 .uk-position-center-left-out {
    left: -30px;
  }
  #a0971ad7aeab949 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8d5ca0ca8a5a1b .ab75da1ab0a663e {
  overflow: hidden;
}
#a8d5ca0ca8a5a1b .ab75da1ab0a663e , #a8d5ca0ca8a5a1b .ab75da1ab0a663e > * {
        font-weight: normal;
        font-style: normal;
    text-align: center;font-family: inherit;color: rgba(136, 136, 136, 1);}#a8d5ca0ca8a5a1b .ab75da1ab0a663e:hover , #a8d5ca0ca8a5a1b .ab75da1ab0a663e *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#a8d5ca0ca8a5a1b .a358ca1cb7a742d .img-wrap {
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 80px;
  border-top-left-radius: 80px;
}
#a8d5ca0ca8a5a1b .uk-grid {
  margin-left: -15px;
}
#a8d5ca0ca8a5a1b .uk-grid > * {
  padding-left: 15px;
}
#a8d5ca0ca8a5a1b .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a8d5ca0ca8a5a1b .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a8d5ca0ca8a5a1b .uk-position-center-left-out {
    left: -30px;
  }
  #a8d5ca0ca8a5a1b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ae05fab7cea9731 .ad761a67b0ab87c {
  overflow: hidden;
}
#ae05fab7cea9731 .ad761a67b0ab87c , #ae05fab7cea9731 .ad761a67b0ab87c > * {
        font-weight: normal;
        font-style: normal;
    text-align: center;font-family: inherit;color: rgba(136, 136, 136, 1);}#ae05fab7cea9731 .ad761a67b0ab87c:hover , #ae05fab7cea9731 .ad761a67b0ab87c *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#ae05fab7cea9731 .a93eaa72b6af987 .img-wrap {
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 80px;
  border-top-left-radius: 80px;
}
#ae05fab7cea9731 .uk-grid {
  margin-left: -15px;
}
#ae05fab7cea9731 .uk-grid > * {
  padding-left: 15px;
}
#ae05fab7cea9731 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#ae05fab7cea9731 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ae05fab7cea9731 .uk-position-center-left-out {
    left: -30px;
  }
  #ae05fab7cea9731 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8ae5ab8d9a41bc .ab53ca257ba9913 {
  overflow: hidden;
}
#a8ae5ab8d9a41bc .ab53ca257ba9913 , #a8ae5ab8d9a41bc .ab53ca257ba9913 > * {
        font-weight: normal;
        font-style: normal;
    text-align: center;font-family: inherit;color: rgba(136, 136, 136, 1);}#a8ae5ab8d9a41bc .ab53ca257ba9913:hover , #a8ae5ab8d9a41bc .ab53ca257ba9913 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#a8ae5ab8d9a41bc .a3387afa2ea40c8 .img-wrap {
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 80px;
  border-top-left-radius: 80px;
}
#a8ae5ab8d9a41bc .uk-grid {
  margin-left: -15px;
}
#a8ae5ab8d9a41bc .uk-grid > * {
  padding-left: 15px;
}
#a8ae5ab8d9a41bc .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a8ae5ab8d9a41bc .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a8ae5ab8d9a41bc .uk-position-center-left-out {
    left: -30px;
  }
  #a8ae5ab8d9a41bc .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a62e0a6e24a18c0 .aa9e7a4893ac481 {
  overflow: hidden;
}
#a62e0a6e24a18c0 .aa9e7a4893ac481 , #a62e0a6e24a18c0 .aa9e7a4893ac481 > * {
        font-weight: normal;
        font-style: normal;
    text-align: center;font-family: inherit;color: rgba(136, 136, 136, 1);}#a62e0a6e24a18c0 .aa9e7a4893ac481:hover , #a62e0a6e24a18c0 .aa9e7a4893ac481 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#a62e0a6e24a18c0 .aa397ae4e4af924 .img-wrap {
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 80px;
  border-top-left-radius: 80px;
}
#a62e0a6e24a18c0 .uk-grid {
  margin-left: -15px;
}
#a62e0a6e24a18c0 .uk-grid > * {
  padding-left: 15px;
}
#a62e0a6e24a18c0 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a62e0a6e24a18c0 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a62e0a6e24a18c0 .uk-position-center-left-out {
    left: -30px;
  }
  #a62e0a6e24a18c0 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ad7eca64f9a1039 .aedcda80ccaecf9 {
  overflow: hidden;
}
#ad7eca64f9a1039 .aedcda80ccaecf9 , #ad7eca64f9a1039 .aedcda80ccaecf9 > * {
        font-weight: normal;
        font-style: normal;
    text-align: center;font-family: inherit;color: rgba(136, 136, 136, 1);}#ad7eca64f9a1039 .aedcda80ccaecf9:hover , #ad7eca64f9a1039 .aedcda80ccaecf9 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#ad7eca64f9a1039 .a46f8a7968a89ac .img-wrap {
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 80px;
  border-top-left-radius: 80px;
}
#ad7eca64f9a1039 .uk-grid {
  margin-left: -15px;
}
#ad7eca64f9a1039 .uk-grid > * {
  padding-left: 15px;
}
#ad7eca64f9a1039 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#ad7eca64f9a1039 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ad7eca64f9a1039 .uk-position-center-left-out {
    left: -30px;
  }
  #ad7eca64f9a1039 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a0767aa7c1a5511 {
  overflow: hidden;
  pointer-events: none;
}
#a0767aa7c1a5511 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a0767aa7c1a5511 > .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;
}
#a0767aa7c1a5511 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a0767aa7c1a5511 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a0767aa7c1a5511 > .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;
}
#a0767aa7c1a5511 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a0767aa7c1a5511 > .tab-wrap > div > .tab-nav,
#a0767aa7c1a5511 > .tab-nav,
#a0767aa7c1a5511 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a0767aa7c1a5511 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
}
#a0767aa7c1a5511 > .tab-wrap > div > .tab-nav-horizontal,
#a0767aa7c1a5511 > .tab-nav-horizontal,
#a0767aa7c1a5511 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a0767aa7c1a5511 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a0767aa7c1a5511 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a0767aa7c1a5511 > .tab-nav-horizontal::-webkit-scrollbar,
#a0767aa7c1a5511 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a0767aa7c1a5511 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a0767aa7c1a5511 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a0767aa7c1a5511 > .tab-nav-horizontal.tagScroll,
#a0767aa7c1a5511 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a0767aa7c1a5511 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a0767aa7c1a5511 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a0767aa7c1a5511 > .tab-nav-horizontal.tagScroll li a,
#a0767aa7c1a5511 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a0767aa7c1a5511 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a0767aa7c1a5511 > .tab-wrap > div > .tab-nav a,
#a0767aa7c1a5511 > .tab-nav a,
#a0767aa7c1a5511 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a0767aa7c1a5511 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a0767aa7c1a5511 > .tab-wrap > div > .tab-nav li a,
#a0767aa7c1a5511 > .tab-nav li a,
#a0767aa7c1a5511 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a0767aa7c1a5511 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
}
#a0767aa7c1a5511 > .tab-wrap > div > .tab-nav li a svg,
#a0767aa7c1a5511 > .tab-nav li a svg,
#a0767aa7c1a5511 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a0767aa7c1a5511 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a0767aa7c1a5511 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a0767aa7c1a5511 > .tab-nav li a .ap_icon,
#a0767aa7c1a5511 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a0767aa7c1a5511 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a0767aa7c1a5511 > .tab-wrap > div > .tab-nav li a:hover,
#a0767aa7c1a5511 > .tab-nav li a:hover,
#a0767aa7c1a5511 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a0767aa7c1a5511 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a0767aa7c1a5511 > .tab-wrap > div > .tab-nav li.uk-active a,
#a0767aa7c1a5511 > .tab-nav li.uk-active a,
#a0767aa7c1a5511 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a0767aa7c1a5511 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a0767aa7c1a5511 .layout-left li,
#a0767aa7c1a5511 .layout-center li,
#a0767aa7c1a5511 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a0767aa7c1a5511 .layout-left li a,
#a0767aa7c1a5511 .layout-center li a,
#a0767aa7c1a5511 .layout-right li a {
  height: 100%;
}
#a0767aa7c1a5511 > .tab-tabs .layout-left {
  text-align: left;
}
#a0767aa7c1a5511 > .tab-tabs .layout-center {
  text-align: center;
}
#a0767aa7c1a5511 > .tab-tabs .layout-right {
  text-align: right;
}
#a0767aa7c1a5511 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a0767aa7c1a5511 .tab-content-wrap {
  background-color: transparent;
}
#a0767aa7c1a5511 .tab-contents,
#a0767aa7c1a5511 .tab-contents-wrap {
  pointer-events: none;
}
#a0767aa7c1a5511 .tab-content,
#a0767aa7c1a5511 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a0767aa7c1a5511 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a0767aa7c1a5511 .tab-wrap .tab-contents {
  height: 100%;
}
#a0767aa7c1a5511 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a0767aa7c1a5511 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a0767aa7c1a5511 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a5d37a33dba9f9d > .ele-wrap {border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;}#ac792aa85ca1c84 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/afd40ad725aa88c/1722567504730.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#ac792aa85ca1c84 .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/afd40ad725aa88c/1722567504435.png);}#a0ae2a8ae6a0a80 > .ele-wrap {border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;}#aa8bbaa788a6c0e .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/afd40ad725aa88c/1722568331000.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#aa8bbaa788a6c0e .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/afd40ad725aa88c/1722568330780.png);}#a98d7aa1aaaa694 > .ele-wrap {border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;}#a485aa04d2aa50d .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/afd40ad725aa88c/1722568479397.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a485aa04d2aa50d .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/afd40ad725aa88c/1722568479150.png);}#a916aacc18a7536 > .ele-wrap {border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;}#a01d7abeaea8209 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/afd40ad725aa88c/1722568517033.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a01d7abeaea8209 .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/afd40ad725aa88c/1722568516746.png);}#a73fda3dcaaf9fe > .ele-wrap {border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;}#a0f8ea8800a3a6d .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/afd40ad725aa88c/1722568564143.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a0f8ea8800a3a6d .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/afd40ad725aa88c/1722568563810.png);}#a96e9ae465a16ea > .ele-wrap {border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;}#a31e5a99c8a874a .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/afd40ad725aa88c/1722568587715.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a31e5a99c8a874a .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/afd40ad725aa88c/1722568587394.png);}#a201da108ca26bf [data-item="undefined"] {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.09);}#a5e9ba8361a1e1b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a5e9ba8361a1e1b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a5e9ba8361a1e1b .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
}
#a5e9ba8361a1e1b .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a5e9ba8361a1e1b .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  background-color: rgba(255, 255, 255, 0);
}
#a5e9ba8361a1e1b .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  background-color: rgba(255, 255, 255, 0);
}
#a5e9ba8361a1e1b .menu-list > li.active > a:before,
#a5e9ba8361a1e1b .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a5e9ba8361a1e1b .menu-list > li ul li {
  position: relative;
}
#a5e9ba8361a1e1b .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a5e9ba8361a1e1b .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a5e9ba8361a1e1b .menu-list li ul li:hover > a {
  background-color: rgba(121, 163, 243, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a5e9ba8361a1e1b .menu-list li ul li a:active,
#a5e9ba8361a1e1b .menu-list li ul li a.active,
#a5e9ba8361a1e1b .menu-list li ul li.active > a {
  background-color: rgba(121, 163, 243, 0);
}
#a5e9ba8361a1e1b .menu-list li ul,
#a5e9ba8361a1e1b .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a5e9ba8361a1e1b .menu-list li ul.menu-b > li,
#a5e9ba8361a1e1b .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a5e9ba8361a1e1b .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a5e9ba8361a1e1b .menu-list li:hover > ul {
  display: block;
}
#a5e9ba8361a1e1b .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#aff92ab6fdacb5a .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aace8aa611ae88b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#aace8aa611ae88b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#aace8aa611ae88b .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#aace8aa611ae88b .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#aace8aa611ae88b .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#aace8aa611ae88b .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#aace8aa611ae88b .menu-list > li.active > a:before,
#aace8aa611ae88b .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#aace8aa611ae88b .menu-list > li ul li {
  position: relative;
}
#aace8aa611ae88b .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#aace8aa611ae88b .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#aace8aa611ae88b .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aace8aa611ae88b .menu-list li ul li a:active,
#aace8aa611ae88b .menu-list li ul li a.active,
#aace8aa611ae88b .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#aace8aa611ae88b .menu-list li ul,
#aace8aa611ae88b .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#aace8aa611ae88b .menu-list li ul.menu-b > li,
#aace8aa611ae88b .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#aace8aa611ae88b .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#aace8aa611ae88b .menu-list li:hover > ul {
  display: block;
}
#aace8aa611ae88b .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6ea1a7a90aa04f , #a6ea1a7a90aa04f a{color: rgba(74, 144, 226, 1);}#a8263a22d0abc0c > .ele-wrap {background-color: 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: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#acc65ad8aba82c1 .site-language-menu a {
  font-size: 14;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#acc65ad8aba82c1 .site-language-menu a:hover {
  color: #000000;
}
#acc65ad8aba82c1 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#acc65ad8aba82c1 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#acc65ad8aba82c1 .uk-dropdown li a {
  font-size: 14;
  color: #444;
}
#acc65ad8aba82c1 .uk-dropdown li a:hover {
  color: #222;
}
#acc65ad8aba82c1 .uk-dropdown li:last-child {
  border-bottom: none;
}
#ab57cac6cfaecf8 > .ele-wrap {
                background-image: linear-gradient(90deg,
                rgba(248, 206, 136, 1),
                rgba(219, 175, 101, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;}#a7b40aa404accaf .img-wrap {
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  border-bottom-left-radius: 90px;
  border-top-left-radius: 90px;
}
#a32d4a59f0a5ccd > .ele-wrap {
                background-image: linear-gradient(90deg,
                rgba(248, 206, 136, 1),
                rgba(219, 175, 101, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;}#ae506ae154ab4d3 .img-wrap {
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  border-bottom-left-radius: 90px;
  border-top-left-radius: 90px;
}
#aa631a4cb0af56d > .ele-wrap {
                background-image: linear-gradient(90deg,
                rgba(248, 206, 136, 1),
                rgba(219, 175, 101, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;}#a6611a596fa753a .img-wrap {
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  border-bottom-left-radius: 90px;
  border-top-left-radius: 90px;
}
#aad44adc35aa063 > .ele-wrap {
                background-image: linear-gradient(90deg,
                rgba(248, 206, 136, 1),
                rgba(219, 175, 101, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;}#a5951a4af8a2ab8 .img-wrap {
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  border-bottom-left-radius: 90px;
  border-top-left-radius: 90px;
}
#a6953a174fa7684 > .ele-wrap {
                background-image: linear-gradient(90deg,
                rgba(248, 206, 136, 1),
                rgba(219, 175, 101, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;}#af594a2613abc55 .img-wrap {
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  border-bottom-left-radius: 90px;
  border-top-left-radius: 90px;
}
#a4591a07ffa5263 .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/afd40ad725aa88c/1723599020441.jpeg);}#aa1bda8a47adff4 .img-wrap {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#a0909a9c70a7283 > .ele-wrap {background-color: rgba(0, 0, 0, 0.58);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6b94abf81aa219 > .ele-wrap {background-color: rgba(0, 0, 0, 0.58);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa30ea48a8a390d .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/afd40ad725aa88c/1723599020441.jpeg);}#a1726a422aae240 .img-wrap {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#a3e08ab4b3aef27 > .ele-wrap {background-color: rgba(0, 0, 0, 0.58);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac46aa8885a801b > .ele-wrap {background-color: rgba(0, 0, 0, 0.58);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af3eea8619a7326 .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/afd40ad725aa88c/1723599020441.jpeg);}#ad133ac53baf803 .img-wrap {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#a46dda3f68ad45b > .ele-wrap {background-color: rgba(0, 0, 0, 0.58);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa8e9aa3f8a8844 > .ele-wrap {background-color: rgba(0, 0, 0, 0.58);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac894ad309ad31c .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/afd40ad725aa88c/1723599020441.jpeg);}#a5c40a3e29ab124 .img-wrap {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#a8017a2303aba56 > .ele-wrap {background-color: rgba(0, 0, 0, 0.58);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa9e6a0135a97c2 > .ele-wrap {background-color: rgba(0, 0, 0, 0.58);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2d09a4dffab753 .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/afd40ad725aa88c/1723599020441.jpeg);}#a5ac0af026a7e0e .img-wrap {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#a6608a4001ae197 > .ele-wrap {background-color: rgba(0, 0, 0, 0.58);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7925a2ff3a3a38 > .ele-wrap {background-color: rgba(0, 0, 0, 0.58);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a45a8ae2c1a2121 .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/afd40ad725aa88c/1723599020441.jpeg);}#ae73fa7246a9911 .img-wrap {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#a8f90a1f2ea0c23 > .ele-wrap {background-color: rgba(0, 0, 0, 0.58);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1f62a5fe4afebf > .ele-wrap {background-color: rgba(0, 0, 0, 0.58);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a492da7ac3a91cc .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/afd40ad725aa88c/1723599020441.jpeg);}#af025ad4b0ae9c8 .img-wrap {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#ac41bae000ab7f5 > .ele-wrap {background-color: rgba(0, 0, 0, 0.58);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4940a0b7fa2da5 > .ele-wrap {background-color: rgba(0, 0, 0, 0.58);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a320faa629ab709 .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/afd40ad725aa88c/1723599020441.jpeg);}#af1d9afd4eacb2f .img-wrap {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#abb2da0f55a4ffb > .ele-wrap {background-color: rgba(0, 0, 0, 0.58);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3d6fa3abfa286f > .ele-wrap {background-color: rgba(0, 0, 0, 0.58);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1e38acb10a9380 > .ele-wrap {background-color: rgba(0, 0, 0, 0.62);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae0c6a60f5a9907 > .ele-wrap {background-color: rgba(0, 0, 0, 0.62);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6756ad194a483f > .ele-wrap {background-color: rgba(0, 0, 0, 0.62);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9165af549a7061 > .ele-wrap {background-color: rgba(0, 0, 0, 0.62);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a19cda7924a0ae6 > .ele-wrap {background-color: rgba(0, 0, 0, 0.62);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aae89ab6b8aaaef > .ele-wrap {background-color: rgba(0, 0, 0, 0.62);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7972a999caa5d8 {
  overflow: hidden;
  pointer-events: none;
}
#a7972a999caa5d8 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a7972a999caa5d8 > .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;
}
#a7972a999caa5d8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a7972a999caa5d8 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a7972a999caa5d8 > .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;
}
#a7972a999caa5d8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a7972a999caa5d8 > .tab-wrap > div > .tab-nav,
#a7972a999caa5d8 > .tab-nav,
#a7972a999caa5d8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a7972a999caa5d8 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a7972a999caa5d8 > .tab-wrap > div > .tab-nav-horizontal,
#a7972a999caa5d8 > .tab-nav-horizontal,
#a7972a999caa5d8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a7972a999caa5d8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a7972a999caa5d8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a7972a999caa5d8 > .tab-nav-horizontal::-webkit-scrollbar,
#a7972a999caa5d8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a7972a999caa5d8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a7972a999caa5d8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a7972a999caa5d8 > .tab-nav-horizontal.tagScroll,
#a7972a999caa5d8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a7972a999caa5d8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#a7972a999caa5d8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a7972a999caa5d8 > .tab-nav-horizontal.tagScroll li a,
#a7972a999caa5d8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a7972a999caa5d8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a7972a999caa5d8 > .tab-wrap > div > .tab-nav a,
#a7972a999caa5d8 > .tab-nav a,
#a7972a999caa5d8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a7972a999caa5d8 > .tab-tabs > .tab-nav a {
  padding: 0 50px;
}
#a7972a999caa5d8 > .tab-wrap > div > .tab-nav li a,
#a7972a999caa5d8 > .tab-nav li a,
#a7972a999caa5d8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a7972a999caa5d8 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 80px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  background-color: #f4f4f4;
  margin-top: 0;
  margin-bottom: 4px;
  padding: 0 50px;
}
#a7972a999caa5d8 > .tab-wrap > div > .tab-nav li a svg,
#a7972a999caa5d8 > .tab-nav li a svg,
#a7972a999caa5d8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a7972a999caa5d8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a7972a999caa5d8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a7972a999caa5d8 > .tab-nav li a .ap_icon,
#a7972a999caa5d8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a7972a999caa5d8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a7972a999caa5d8 > .tab-wrap > div > .tab-nav li a:hover,
#a7972a999caa5d8 > .tab-nav li a:hover,
#a7972a999caa5d8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a7972a999caa5d8 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#a7972a999caa5d8 > .tab-wrap > div > .tab-nav li.uk-active a,
#a7972a999caa5d8 > .tab-nav li.uk-active a,
#a7972a999caa5d8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a7972a999caa5d8 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a7972a999caa5d8 .layout-left li,
#a7972a999caa5d8 .layout-center li,
#a7972a999caa5d8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a7972a999caa5d8 .layout-left li a,
#a7972a999caa5d8 .layout-center li a,
#a7972a999caa5d8 .layout-right li a {
  height: 100%;
}
#a7972a999caa5d8 > .tab-tabs .layout-left {
  text-align: left;
}
#a7972a999caa5d8 > .tab-tabs .layout-center {
  text-align: center;
}
#a7972a999caa5d8 > .tab-tabs .layout-right {
  text-align: right;
}
#a7972a999caa5d8 .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#a7972a999caa5d8 .tab-content-wrap {
  background-color: #ffffff;
}
#a7972a999caa5d8 .tab-contents,
#a7972a999caa5d8 .tab-contents-wrap {
  pointer-events: none;
}
#a7972a999caa5d8 .tab-content,
#a7972a999caa5d8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a7972a999caa5d8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a7972a999caa5d8 .tab-wrap .tab-contents {
  height: 100%;
}
#a7972a999caa5d8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a7972a999caa5d8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a7972a999caa5d8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#af3abab0b7ad422 > .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;}#ac41ca9420a6f0e .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ac41ca9420a6f0e .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#aebe2ac701a84d7 > .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;}#a103aa85a1a34e3 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a103aa85a1a34e3 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#aad71a66ebabd42 > .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;}#a5746ab9e8a2a94 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a5746ab9e8a2a94 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a194aad8caa0be2 > .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;}#a77e8adcf1aa3a2 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a77e8adcf1aa3a2 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a9cc7a8edba1a9a > .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;}#ad0b9af168a397c .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ad0b9af168a397c .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#ab7e0a8b8eaffd0 > .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;}#a1d9baa658adcaf .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a1d9baa658adcaf .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a9f9cad8a4a7346 > .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;}#a7378a7432a205b .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a7378a7432a205b .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a3056a40f8a84ad > .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;}#ae8d4ade9fabfde .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ae8d4ade9fabfde .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a5a53af4b1af905 {
  overflow: hidden;
  pointer-events: none;
}
#a5a53af4b1af905 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5a53af4b1af905 > .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;
}
#a5a53af4b1af905 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5a53af4b1af905 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5a53af4b1af905 > .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;
}
#a5a53af4b1af905 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5a53af4b1af905 > .tab-wrap > div > .tab-nav,
#a5a53af4b1af905 > .tab-nav,
#a5a53af4b1af905 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5a53af4b1af905 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
}
#a5a53af4b1af905 > .tab-wrap > div > .tab-nav-horizontal,
#a5a53af4b1af905 > .tab-nav-horizontal,
#a5a53af4b1af905 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5a53af4b1af905 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5a53af4b1af905 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5a53af4b1af905 > .tab-nav-horizontal::-webkit-scrollbar,
#a5a53af4b1af905 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5a53af4b1af905 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5a53af4b1af905 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5a53af4b1af905 > .tab-nav-horizontal.tagScroll,
#a5a53af4b1af905 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5a53af4b1af905 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a5a53af4b1af905 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5a53af4b1af905 > .tab-nav-horizontal.tagScroll li a,
#a5a53af4b1af905 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5a53af4b1af905 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5a53af4b1af905 > .tab-wrap > div > .tab-nav a,
#a5a53af4b1af905 > .tab-nav a,
#a5a53af4b1af905 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5a53af4b1af905 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a5a53af4b1af905 > .tab-wrap > div > .tab-nav li a,
#a5a53af4b1af905 > .tab-nav li a,
#a5a53af4b1af905 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5a53af4b1af905 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
}
#a5a53af4b1af905 > .tab-wrap > div > .tab-nav li a svg,
#a5a53af4b1af905 > .tab-nav li a svg,
#a5a53af4b1af905 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5a53af4b1af905 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5a53af4b1af905 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5a53af4b1af905 > .tab-nav li a .ap_icon,
#a5a53af4b1af905 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5a53af4b1af905 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5a53af4b1af905 > .tab-wrap > div > .tab-nav li a:hover,
#a5a53af4b1af905 > .tab-nav li a:hover,
#a5a53af4b1af905 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5a53af4b1af905 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a5a53af4b1af905 > .tab-wrap > div > .tab-nav li.uk-active a,
#a5a53af4b1af905 > .tab-nav li.uk-active a,
#a5a53af4b1af905 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5a53af4b1af905 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a5a53af4b1af905 .layout-left li,
#a5a53af4b1af905 .layout-center li,
#a5a53af4b1af905 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5a53af4b1af905 .layout-left li a,
#a5a53af4b1af905 .layout-center li a,
#a5a53af4b1af905 .layout-right li a {
  height: 100%;
}
#a5a53af4b1af905 > .tab-tabs .layout-left {
  text-align: left;
}
#a5a53af4b1af905 > .tab-tabs .layout-center {
  text-align: center;
}
#a5a53af4b1af905 > .tab-tabs .layout-right {
  text-align: right;
}
#a5a53af4b1af905 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a5a53af4b1af905 .tab-content-wrap {
  background-color: transparent;
}
#a5a53af4b1af905 .tab-contents,
#a5a53af4b1af905 .tab-contents-wrap {
  pointer-events: none;
}
#a5a53af4b1af905 .tab-content,
#a5a53af4b1af905 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5a53af4b1af905 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5a53af4b1af905 .tab-wrap .tab-contents {
  height: 100%;
}
#a5a53af4b1af905 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5a53af4b1af905 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5a53af4b1af905 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a7489af251a922c > .ele-wrap {border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;}#a66b7a7a3ea85f0 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/afd40ad725aa88c/1722567504730.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a66b7a7a3ea85f0 .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/afd40ad725aa88c/1722567504435.png);}#a9dcaa9976a10c2 > .ele-wrap {border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;}#a5671ab80fa570e .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/afd40ad725aa88c/1722568331000.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a5671ab80fa570e .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/afd40ad725aa88c/1722568330780.png);}#a8c49a570daacff > .ele-wrap {border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;}#aee57a3bb4ac83c .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/afd40ad725aa88c/1722568479397.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#aee57a3bb4ac83c .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/afd40ad725aa88c/1722568479150.png);}#a32b2afab8ab118 > .ele-wrap {border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;}#ac35ea2fc5a76a9 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/afd40ad725aa88c/1722568517033.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#ac35ea2fc5a76a9 .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/afd40ad725aa88c/1722568516746.png);}#ad9bbac585adb57 > .ele-wrap {border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;}#a7d22aafb9a2f53 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/afd40ad725aa88c/1722568564143.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a7d22aafb9a2f53 .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/afd40ad725aa88c/1722568563810.png);}#a4dc4a2bf0a8ed5 > .ele-wrap {border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;}#a64fdac0f6a7014 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/afd40ad725aa88c/1722568587715.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a64fdac0f6a7014 .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/afd40ad725aa88c/1722568587394.png);}#a5d59a0bfaa43a7 .a5dbea754da3a14 {
  overflow: hidden;
}
#a5d59a0bfaa43a7 .a5dbea754da3a14 , #a5d59a0bfaa43a7 .a5dbea754da3a14 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#a5d59a0bfaa43a7 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a5d59a0bfaa43a7 .uk-position-center-left-out {
    left: -30px;
  }
  #a5d59a0bfaa43a7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a902eabaaba82f6 .ele-wrap {border-color: rgba(74, 144, 226, 1);border-width: 1px;border-style: solid;color: #4a90e2;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a902eabaaba82f6 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a273cadb66abaa4 .ele-wrap {border-color: rgba(74, 144, 226, 1);border-width: 1px;border-style: solid;color: #4a90e2;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a273cadb66abaa4 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#aa37aa1dbfa2a4c .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: ;
  overflow: hidden;
  transition: all .3s ease;
}
#aa37aa1dbfa2a4c .marquee-wrap .marquee-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#aa37aa1dbfa2a4c .marquee-wrap .marquee-item .datetime {
  flex-shrink: 0;
  margin-left: 10px;
}
#aa37aa1dbfa2a4c .marquee-wrap .marquee-item .title {
  text-align: left;
  flex: 1;
}
#aa37aa1dbfa2a4c .marquee-wrap .marquee-item svg,
#aa37aa1dbfa2a4c .marquee-wrap .marquee-item .list-icon {
  width: 14px;
  fill: currentColor;
  display: inline-block;
  margin-right: 6px;
}
#aa37aa1dbfa2a4c .marquee-wrap:hover {
  background: ;
}
#aa37aa1dbfa2a4c .marquee-wrap .content {
  position: absolute;
}
#aa37aa1dbfa2a4c .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: 16px;
  font-family: inherit;
  color: #000000;
}
#aa37aa1dbfa2a4c .marquee-wrap.vertical .marquee-item:hover {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#aa37aa1dbfa2a4c .marquee-wrap.horizontal .marquee-item {
  display: inline-flex;
  font-size: 14px;
  color: #666;
  height: 100%;
  width: 580px;
  overflow: hidden;
  line-height: 345px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
}
#aa37aa1dbfa2a4c .marquee-wrap.horizontal .marquee-item span {
  line-height: 345px;
}
#aa37aa1dbfa2a4c .marquee-wrap.horizontal .marquee-item:hover {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#a5e9ba8361a1e1b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a5e9ba8361a1e1b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a5e9ba8361a1e1b .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
}
#a5e9ba8361a1e1b .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a5e9ba8361a1e1b .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  background-color: rgba(255, 255, 255, 0);
}
#a5e9ba8361a1e1b .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  background-color: rgba(255, 255, 255, 0);
}
#a5e9ba8361a1e1b .menu-list > li.active > a:before,
#a5e9ba8361a1e1b .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a5e9ba8361a1e1b .menu-list > li ul li {
  position: relative;
}
#a5e9ba8361a1e1b .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a5e9ba8361a1e1b .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a5e9ba8361a1e1b .menu-list li ul li:hover > a {
  background-color: rgba(121, 163, 243, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a5e9ba8361a1e1b .menu-list li ul li a:active,
#a5e9ba8361a1e1b .menu-list li ul li a.active,
#a5e9ba8361a1e1b .menu-list li ul li.active > a {
  background-color: rgba(121, 163, 243, 0);
}
#a5e9ba8361a1e1b .menu-list li ul,
#a5e9ba8361a1e1b .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a5e9ba8361a1e1b .menu-list li ul.menu-b > li,
#a5e9ba8361a1e1b .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a5e9ba8361a1e1b .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a5e9ba8361a1e1b .menu-list li:hover > ul {
  display: block;
}
#a5e9ba8361a1e1b .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a0515a48f5aa576 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a02d9a8c23a8ed2 .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
#a02d9a8c23a8ed2 .t_yiqiduan p {
  color: #666;
  font-size: 18px;
  line-height: 1.75;
}
#a02d9a8c23a8ed2 .t_yiqiduan.t_yiqiduan_1 p {
  color: #fff;
}
#a02d9a8c23a8ed2 .t_jiah3 h3 {
  color: #fff;
  font-size: 30px;
  line-height: 1.5;
  font-weight: bold;
}
#a02d9a8c23a8ed2 .t_yimorezi {
  font-size: 14px;
  color: #fff;
  line-height: 46px;
  margin-right: 26px;
  transition: all 0.36s;
}
#a02d9a8c23a8ed2 .t_yimoreicon {
  width: 24px;
  line-height: 46px;
}
#a02d9a8c23a8ed2 .t_yimoreicon img {
  width: 100%;
  transition: all 0.36s;
}
#a02d9a8c23a8ed2 .t_yibtn {
  width: 100%;
  display: inline-block;
  position: relative;
}
#a02d9a8c23a8ed2 .g_cpt2 {
  position: relative;
}
#a02d9a8c23a8ed2 .g_cpt2toptu.act {
  display: block;
}
#a02d9a8c23a8ed2 .g_cpt2toptu {
  display: none;
}
#a02d9a8c23a8ed2 .g_cpt2toptu img {
  width: 100%;
}
#a02d9a8c23a8ed2 .g_cpt2bot {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#a02d9a8c23a8ed2 .item {
  z-index: 1;
  overflow: hidden;
}
#a02d9a8c23a8ed2 .item {
  position: relative;
  height: 100%;
  transition: all .36s ease;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
#a02d9a8c23a8ed2 .item a {
  display: block;
  padding: 80px 90px;
  position: absolute;
  z-index: 10;
  height: 100%;
}
#a02d9a8c23a8ed2 .item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #e33228;
  transition: all .36s ease;
  opacity: 0;
}
#a02d9a8c23a8ed2 .item.act .t_yiqiduan p {
  opacity: 1;
}
#a02d9a8c23a8ed2 .g_cpt2botbox {
  transition: all .36s ease;
}
#a02d9a8c23a8ed2 .g_cpt2boticon {
  width: 39px;
  margin-bottom: 22px;
  transition: all .36s ease;
  opacity: 1;
}
#a02d9a8c23a8ed2 .g_cpt2boticon img {
  width: 100%;
}
#a02d9a8c23a8ed2 .g_cpt2 .t_jiah3 h3 {
  margin-bottom: 30px;
}
#a02d9a8c23a8ed2 .item .t_yiqiduan p {
  opacity: 0;
  transition: all 0.36s;
}
#a02d9a8c23a8ed2 .g_cpt2bottu {
  margin-top: 28px;
  transition: all .36s ease;
  opacity: 0;
}
#a02d9a8c23a8ed2 .g_cpt2bottu img {
  width: 100%;
}
#a02d9a8c23a8ed2 .item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  transition: all .36s ease;
  opacity: 0;
}
#a02d9a8c23a8ed2 .g_cpt2botbox {
  transform: translateY(46px);
}
#a02d9a8c23a8ed2 .t_jiah3 h3 {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
#a02d9a8c23a8ed2 .t_yiqiduan p {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
#a02d9a8c23a8ed2 .g_cpt2botbox {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
#a02d9a8c23a8ed2 .totop1 {
  -webkit-animation: totop 1s ease both;
  animation: totop 1s ease both;
  animation-delay: 0.4s;
}
#a02d9a8c23a8ed2 .totop2 {
  -webkit-animation: totop 1s ease both;
  animation: totop 1s ease both;
  animation-delay: 0.5s;
}
#a02d9a8c23a8ed2 .totop3 {
  -webkit-animation: totop 1s ease both;
  animation: totop 1s ease both;
  animation-delay: 0.6s;
}
#a02d9a8c23a8ed2 .item.act .g_cpt2botbox {
  transform: translateY(0);
}
#a02d9a8c23a8ed2 .item.act .g_cpt2bottu {
  opacity: 1;
}
@media screen and (max-width: 1680px) {
  #a02d9a8c23a8ed2 .t_yimorezi {
    line-height: 44px;
    margin-right: 20px;
  }
  #a02d9a8c23a8ed2 .t_yimoreicon {
    line-height: 44px;
  }
  #a02d9a8c23a8ed2 .item a {
    padding: 70px 60px;
  }
  #a02d9a8c23a8ed2 .g_cpt2botbox {
    transform: translateY(20px);
  }
  #a02d9a8c23a8ed2 .g_cpt2boticon {
    width: 38px;
    margin-bottom: 20px;
  }
  #a02d9a8c23a8ed2 .t_jiah3 h3 {
    font-size: 28px;
  }
  #a02d9a8c23a8ed2 .g_cpt2 .t_jiah3 h3 {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1440px) {
  #a02d9a8c23a8ed2 .item a {
    padding: 60px 50px;
  }
  #a02d9a8c23a8ed2 .g_cpt2botbox {
    transform: translateY(12px);
  }
  #a02d9a8c23a8ed2 .t_jiah3 h3 {
    font-size: 26px;
  }
  #a02d9a8c23a8ed2 .g_cpt2boticon {
    width: 36px;
    margin-bottom: 18px;
  }
  #a02d9a8c23a8ed2 .t_yiqiduan p {
    font-size: 16px;
  }
  #a02d9a8c23a8ed2 .g_cpt2bottu {
    margin-top: 24px;
  }
}
@media screen and (max-width: 1366px) {
  #a02d9a8c23a8ed2 .t_yimoreicon {
    line-height: 40px;
    width: 20px;
  }
  #a02d9a8c23a8ed2 .t_yimorezi {
    line-height: 40px;
  }
  #a02d9a8c23a8ed2 .t_jiah3 h3 {
    font-size: 24px;
  }
  #a02d9a8c23a8ed2 .g_cpt2 .t_jiah3 h3 {
    margin-bottom: 22px;
  }
  #a02d9a8c23a8ed2 .item a {
    padding: 50px 40px;
  }
  #a02d9a8c23a8ed2 .g_cpt2bottu {
    margin-top: 24px;
  }
  #a02d9a8c23a8ed2 .g_cpt2bottu {
    margin-top: 20px;
  }
  #a02d9a8c23a8ed2 .g_cpt2boticon {
    width: 34px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1280px) {
  #a02d9a8c23a8ed2 .t_jiah3 h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1199px) {
  #a02d9a8c23a8ed2 .item a {
    padding: 36px 30px;
  }
  #a02d9a8c23a8ed2 .t_yiqiduan p {
    line-height: 1.5;
  }
  #a02d9a8c23a8ed2 .g_cpt2boticon {
    width: 32px;
  }
  #a02d9a8c23a8ed2 .g_cpt2 .t_jiah3 h3 {
    margin-bottom: 18px;
  }
  #a02d9a8c23a8ed2 .g_cpt2bottu {
    margin-top: 18px;
  }
  #a02d9a8c23a8ed2 .t_yimorezi {
    margin-right: 18px;
  }
  #a02d9a8c23a8ed2 .g_cpt2bottu {
    margin-top: 16px;
  }
}
@media screen and (max-width: 1024px) {
  #a02d9a8c23a8ed2 .g_cpt2top {
    height: 400px;
    position: relative;
  }
  #a02d9a8c23a8ed2 .g_cpt2toptu {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #a02d9a8c23a8ed2 .g_cpt2toptu img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 950px) {
  #a02d9a8c23a8ed2 .t_jiah3 h3 {
    font-size: 20px;
  }
  #a02d9a8c23a8ed2 .item a {
    padding: 26px 20px;
  }
  #a02d9a8c23a8ed2 .item .t_yiqiduan p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #a02d9a8c23a8ed2 .t_yimorezi {
    line-height: 36px;
  }
  #a02d9a8c23a8ed2 .t_yimoreicon {
    line-height: 36px;
    width: 18px;
  }
  #a02d9a8c23a8ed2 .t_yimorezi {
    margin-right: 16px;
  }
  #a02d9a8c23a8ed2 .item {
    width: 100%;
  }
  #a02d9a8c23a8ed2 .g_cpt2toptu {
    position: relative;
    min-height: 222px;
  }
  #a02d9a8c23a8ed2 .g_cpt2toptu {
    display: block;
    overflow: hidden;
  }
  #a02d9a8c23a8ed2 .g_cpt2top {
    height: auto;
  }
  #a02d9a8c23a8ed2 .item a {
    width: 100%;
    top: 0;
    left: 0;
  }
  #a02d9a8c23a8ed2 .g_cpt2boticon {
    width: 28px;
    margin-bottom: 12px;
  }
  #a02d9a8c23a8ed2 .item .g_cpt2botbox {
    transform: translateY(0);
  }
  #a02d9a8c23a8ed2 .item .g_cpt2boticon {
    margin-bottom: 10px;
  }
  #a02d9a8c23a8ed2 .item .t_yiqiduan p {
    opacity: 1;
  }
  #a02d9a8c23a8ed2 .item .g_cpt2bottu {
    opacity: 1;
  }
  #a02d9a8c23a8ed2 .g_cpt2bottu {
    margin-top: 6px;
  }
  #a02d9a8c23a8ed2 .t_jiah3 h3 {
    font-size: 18px;
  }
  #a02d9a8c23a8ed2 .g_cpt2 .t_jiah3 h3 {
    margin-bottom: 12px;
  }
  #a02d9a8c23a8ed2 .item .t_yiqiduan p {
    max-height: 63px;
    overflow: hidden;
  }
  #a02d9a8c23a8ed2 .item::before {
    display: none;
  }
  #a02d9a8c23a8ed2 .t_syk2 .item .g_cpt2botbox {
    transform: translateY(0);
  }
  #a02d9a8c23a8ed2 .t_syk2 .item .g_cpt2boticon {
    margin-bottom: 10px;
  }
  #a02d9a8c23a8ed2 .t_syk2 .item .t_yiqiduan p {
    opacity: 1;
  }
  #a02d9a8c23a8ed2 .t_syk2 .item .g_cpt2bottu {
    opacity: 1;
  }
}
@media screen and (max-width: 480px) {
  #a02d9a8c23a8ed2 .t_yimorezi {
    font-size: 12px;
    line-height: 34px;
  }
  #a02d9a8c23a8ed2 .t_yimoreicon {
    line-height: 34px;
    width: 16px;
  }
  #a02d9a8c23a8ed2 .t_yimorezi {
    margin-right: 14px;
  }
  #a02d9a8c23a8ed2 .t_yiqiduan p {
    font-size: 14px;
  }
  #a02d9a8c23a8ed2 .item .t_yiqiduan p {
    max-height: 84px;
  }
  #a02d9a8c23a8ed2 .g_cpt2toptu {
    min-height: 240px;
  }
}
@keyframes totop {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
#aace8aa611ae88b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#aace8aa611ae88b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#aace8aa611ae88b .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#aace8aa611ae88b .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#aace8aa611ae88b .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#aace8aa611ae88b .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#aace8aa611ae88b .menu-list > li.active > a:before,
#aace8aa611ae88b .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#aace8aa611ae88b .menu-list > li ul li {
  position: relative;
}
#aace8aa611ae88b .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#aace8aa611ae88b .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#aace8aa611ae88b .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aace8aa611ae88b .menu-list li ul li a:active,
#aace8aa611ae88b .menu-list li ul li a.active,
#aace8aa611ae88b .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#aace8aa611ae88b .menu-list li ul,
#aace8aa611ae88b .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#aace8aa611ae88b .menu-list li ul.menu-b > li,
#aace8aa611ae88b .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#aace8aa611ae88b .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#aace8aa611ae88b .menu-list li:hover > ul {
  display: block;
}
#aace8aa611ae88b .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6ea1a7a90aa04f , #a6ea1a7a90aa04f a{color: rgba(74, 144, 226, 1);}#a8263a22d0abc0c > .ele-wrap {background-color: 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: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#acc65ad8aba82c1 .site-language-menu a {
  font-size: 14;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#acc65ad8aba82c1 .site-language-menu a:hover {
  color: #000000;
}
#acc65ad8aba82c1 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#acc65ad8aba82c1 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#acc65ad8aba82c1 .uk-dropdown li a {
  font-size: 14;
  color: #444;
}
#acc65ad8aba82c1 .uk-dropdown li a:hover {
  color: #222;
}
#acc65ad8aba82c1 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a9c2cad072a7e7b > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(0, 0, 0, 1);border-left-color: rgba(0, 0, 0, 1);border-bottom-color: rgba(0, 0, 0, 1);border-top-color: rgba(0, 0, 0, 1);}#a9c2cad072a7e7b  > .ele-wrap:hover {border-right-width: 1px;border-right-color: rgba(0, 0, 0, 1);border-left-color: rgba(0, 0, 0, 1);border-bottom-color: rgba(0, 0, 0, 1);border-top-color: rgba(0, 0, 0, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#ab686a4e9bae231 > .ele-wrap {background-color: rgba(0, 0, 0, 0.62);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3540ae190abb78 > .ele-wrap {background-color: rgba(0, 0, 0, 0.62);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4a4badea1a9ff1 > .ele-wrap {background-color: rgba(0, 0, 0, 0.62);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac125a7d1faf615 > .ele-wrap {background-color: rgba(0, 0, 0, 0.62);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef93a87e9a5583 > .ele-wrap {background-color: rgba(0, 0, 0, 0.62);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1508aec5ea4114 > .ele-wrap {background-color: rgba(0, 0, 0, 0.62);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af3e7a3b4aaa50c > .ele-wrap {background-color: rgba(0, 0, 0, 0.62);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7337ac9afad906 > .ele-wrap {background-color: rgba(0, 0, 0, 0.62);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6900a809fa77fc > .ele-wrap {background-color: rgba(0, 0, 0, 0.62);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0892ae3aaa56c8 > .ele-wrap {background-color: rgba(0, 0, 0, 0.62);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3a97a0335a5b7d > .ele-wrap {background-color: rgba(0, 0, 0, 0.62);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2a48a4b2ba9e83 > .ele-wrap {background-color: rgba(0, 0, 0, 0.62);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af62eaafd6af2d6 {
  overflow: hidden;
  pointer-events: none;
}
#af62eaafd6af2d6 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 100px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#af62eaafd6af2d6 > .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;
}
#af62eaafd6af2d6 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#af62eaafd6af2d6 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 100px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#af62eaafd6af2d6 > .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;
}
#af62eaafd6af2d6 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#af62eaafd6af2d6 > .tab-wrap > div > .tab-nav,
#af62eaafd6af2d6 > .tab-nav,
#af62eaafd6af2d6 > .tab-tabs > .tab-wrap > div > .tab-nav,
#af62eaafd6af2d6 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#af62eaafd6af2d6 > .tab-wrap > div > .tab-nav-horizontal,
#af62eaafd6af2d6 > .tab-nav-horizontal,
#af62eaafd6af2d6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#af62eaafd6af2d6 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#af62eaafd6af2d6 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#af62eaafd6af2d6 > .tab-nav-horizontal::-webkit-scrollbar,
#af62eaafd6af2d6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#af62eaafd6af2d6 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#af62eaafd6af2d6 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#af62eaafd6af2d6 > .tab-nav-horizontal.tagScroll,
#af62eaafd6af2d6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#af62eaafd6af2d6 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 100px;
  overflow-x: auto;
}
#af62eaafd6af2d6 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#af62eaafd6af2d6 > .tab-nav-horizontal.tagScroll li a,
#af62eaafd6af2d6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#af62eaafd6af2d6 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#af62eaafd6af2d6 > .tab-wrap > div > .tab-nav a,
#af62eaafd6af2d6 > .tab-nav a,
#af62eaafd6af2d6 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#af62eaafd6af2d6 > .tab-tabs > .tab-nav a {
  padding: 0 70px;
}
#af62eaafd6af2d6 > .tab-wrap > div > .tab-nav li a,
#af62eaafd6af2d6 > .tab-nav li a,
#af62eaafd6af2d6 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#af62eaafd6af2d6 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 99px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 100px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  margin-top: 0;
  margin-bottom: 30px;
  padding: 0 70px;
}
#af62eaafd6af2d6 > .tab-wrap > div > .tab-nav li a svg,
#af62eaafd6af2d6 > .tab-nav li a svg,
#af62eaafd6af2d6 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#af62eaafd6af2d6 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#af62eaafd6af2d6 > .tab-wrap > div > .tab-nav li a .ap_icon,
#af62eaafd6af2d6 > .tab-nav li a .ap_icon,
#af62eaafd6af2d6 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#af62eaafd6af2d6 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#af62eaafd6af2d6 > .tab-wrap > div > .tab-nav li a:hover,
#af62eaafd6af2d6 > .tab-nav li a:hover,
#af62eaafd6af2d6 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#af62eaafd6af2d6 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#af62eaafd6af2d6 > .tab-wrap > div > .tab-nav li.uk-active a,
#af62eaafd6af2d6 > .tab-nav li.uk-active a,
#af62eaafd6af2d6 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#af62eaafd6af2d6 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#af62eaafd6af2d6 .layout-left li,
#af62eaafd6af2d6 .layout-center li,
#af62eaafd6af2d6 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#af62eaafd6af2d6 .layout-left li a,
#af62eaafd6af2d6 .layout-center li a,
#af62eaafd6af2d6 .layout-right li a {
  height: 100%;
}
#af62eaafd6af2d6 > .tab-tabs .layout-left {
  text-align: left;
}
#af62eaafd6af2d6 > .tab-tabs .layout-center {
  text-align: center;
}
#af62eaafd6af2d6 > .tab-tabs .layout-right {
  text-align: right;
}
#af62eaafd6af2d6 .tab-contents {
  height: 100%;
  height: calc(100% - 100px);
}
#af62eaafd6af2d6 .tab-content-wrap {
  background-color: #ffffff;
}
#af62eaafd6af2d6 .tab-contents,
#af62eaafd6af2d6 .tab-contents-wrap {
  pointer-events: none;
}
#af62eaafd6af2d6 .tab-content,
#af62eaafd6af2d6 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#af62eaafd6af2d6 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#af62eaafd6af2d6 .tab-wrap .tab-contents {
  height: 100%;
}
#af62eaafd6af2d6 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#af62eaafd6af2d6 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#af62eaafd6af2d6 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1d70aa134a8e8c .aa432a82b9afa0e .img-wrap {
  border-top-right-radius: 92px;
  border-bottom-right-radius: 92px;
  border-bottom-left-radius: 92px;
  border-top-left-radius: 92px;
}
#a1d70aa134a8e8c .uk-grid {
  margin-left: -15px;
}
#a1d70aa134a8e8c .uk-grid > * {
  padding-left: 15px;
}
#a1d70aa134a8e8c .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a1d70aa134a8e8c .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a1d70aa134a8e8c .uk-position-center-left-out {
    left: -30px;
  }
  #a1d70aa134a8e8c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a7b34ac467a8b9e .a9804a080da63bc .img-wrap {
  border-top-right-radius: 92px;
  border-bottom-right-radius: 92px;
  border-bottom-left-radius: 92px;
  border-top-left-radius: 92px;
}
#a7b34ac467a8b9e .uk-grid {
  margin-left: -15px;
}
#a7b34ac467a8b9e .uk-grid > * {
  padding-left: 15px;
}
#a7b34ac467a8b9e .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a7b34ac467a8b9e .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a7b34ac467a8b9e .uk-position-center-left-out {
    left: -30px;
  }
  #a7b34ac467a8b9e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5457a2f9aaae11 .a1390ae9f7a32fa .img-wrap {
  border-top-right-radius: 92px;
  border-bottom-right-radius: 92px;
  border-bottom-left-radius: 92px;
  border-top-left-radius: 92px;
}
#a5457a2f9aaae11 .uk-grid {
  margin-left: -15px;
}
#a5457a2f9aaae11 .uk-grid > * {
  padding-left: 15px;
}
#a5457a2f9aaae11 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a5457a2f9aaae11 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a5457a2f9aaae11 .uk-position-center-left-out {
    left: -30px;
  }
  #a5457a2f9aaae11 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac720afceaa3f84 .a8879a6bfca28ac .img-wrap {
  border-top-right-radius: 92px;
  border-bottom-right-radius: 92px;
  border-bottom-left-radius: 92px;
  border-top-left-radius: 92px;
}
#ac720afceaa3f84 .uk-grid {
  margin-left: -15px;
}
#ac720afceaa3f84 .uk-grid > * {
  padding-left: 15px;
}
#ac720afceaa3f84 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#ac720afceaa3f84 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ac720afceaa3f84 .uk-position-center-left-out {
    left: -30px;
  }
  #ac720afceaa3f84 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a2baaa0522a5aa2 .adb89abd61a31be .img-wrap {
  border-top-right-radius: 92px;
  border-bottom-right-radius: 92px;
  border-bottom-left-radius: 92px;
  border-top-left-radius: 92px;
}
#a2baaa0522a5aa2 .uk-grid {
  margin-left: -15px;
}
#a2baaa0522a5aa2 .uk-grid > * {
  padding-left: 15px;
}
#a2baaa0522a5aa2 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a2baaa0522a5aa2 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a2baaa0522a5aa2 .uk-position-center-left-out {
    left: -30px;
  }
  #a2baaa0522a5aa2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a4b06a7371ae102 .a7959a9f07a5d1b .img-wrap {
  border-top-right-radius: 92px;
  border-bottom-right-radius: 92px;
  border-bottom-left-radius: 92px;
  border-top-left-radius: 92px;
}
#a4b06a7371ae102 .uk-grid {
  margin-left: -15px;
}
#a4b06a7371ae102 .uk-grid > * {
  padding-left: 15px;
}
#a4b06a7371ae102 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a4b06a7371ae102 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a4b06a7371ae102 .uk-position-center-left-out {
    left: -30px;
  }
  #a4b06a7371ae102 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#add74ac58caa3c4 .a3fb7ab4f2adcbc .img-wrap {
  border-top-right-radius: 92px;
  border-bottom-right-radius: 92px;
  border-bottom-left-radius: 92px;
  border-top-left-radius: 92px;
}
#add74ac58caa3c4 .uk-grid {
  margin-left: -15px;
}
#add74ac58caa3c4 .uk-grid > * {
  padding-left: 15px;
}
#add74ac58caa3c4 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#add74ac58caa3c4 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #add74ac58caa3c4 .uk-position-center-left-out {
    left: -30px;
  }
  #add74ac58caa3c4 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ab03fa3cc8a292c {
  overflow: hidden;
  pointer-events: none;
}
#ab03fa3cc8a292c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ab03fa3cc8a292c > .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;
}
#ab03fa3cc8a292c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab03fa3cc8a292c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ab03fa3cc8a292c > .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;
}
#ab03fa3cc8a292c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab03fa3cc8a292c > .tab-wrap > div > .tab-nav,
#ab03fa3cc8a292c > .tab-nav,
#ab03fa3cc8a292c > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab03fa3cc8a292c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#ab03fa3cc8a292c > .tab-wrap > div > .tab-nav-horizontal,
#ab03fa3cc8a292c > .tab-nav-horizontal,
#ab03fa3cc8a292c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab03fa3cc8a292c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab03fa3cc8a292c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab03fa3cc8a292c > .tab-nav-horizontal::-webkit-scrollbar,
#ab03fa3cc8a292c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab03fa3cc8a292c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab03fa3cc8a292c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab03fa3cc8a292c > .tab-nav-horizontal.tagScroll,
#ab03fa3cc8a292c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab03fa3cc8a292c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#ab03fa3cc8a292c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab03fa3cc8a292c > .tab-nav-horizontal.tagScroll li a,
#ab03fa3cc8a292c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab03fa3cc8a292c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab03fa3cc8a292c > .tab-wrap > div > .tab-nav a,
#ab03fa3cc8a292c > .tab-nav a,
#ab03fa3cc8a292c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab03fa3cc8a292c > .tab-tabs > .tab-nav a {
  padding: 0 50px;
}
#ab03fa3cc8a292c > .tab-wrap > div > .tab-nav li a,
#ab03fa3cc8a292c > .tab-nav li a,
#ab03fa3cc8a292c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab03fa3cc8a292c > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 50px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
  margin-top: 10px;
  padding: 0 50px;
}
#ab03fa3cc8a292c > .tab-wrap > div > .tab-nav li a svg,
#ab03fa3cc8a292c > .tab-nav li a svg,
#ab03fa3cc8a292c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab03fa3cc8a292c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab03fa3cc8a292c > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab03fa3cc8a292c > .tab-nav li a .ap_icon,
#ab03fa3cc8a292c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab03fa3cc8a292c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab03fa3cc8a292c > .tab-wrap > div > .tab-nav li a:hover,
#ab03fa3cc8a292c > .tab-nav li a:hover,
#ab03fa3cc8a292c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab03fa3cc8a292c > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#ab03fa3cc8a292c > .tab-wrap > div > .tab-nav li.uk-active a,
#ab03fa3cc8a292c > .tab-nav li.uk-active a,
#ab03fa3cc8a292c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab03fa3cc8a292c > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#ab03fa3cc8a292c .layout-left li,
#ab03fa3cc8a292c .layout-center li,
#ab03fa3cc8a292c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab03fa3cc8a292c .layout-left li a,
#ab03fa3cc8a292c .layout-center li a,
#ab03fa3cc8a292c .layout-right li a {
  height: 100%;
}
#ab03fa3cc8a292c > .tab-tabs .layout-left {
  text-align: left;
}
#ab03fa3cc8a292c > .tab-tabs .layout-center {
  text-align: center;
}
#ab03fa3cc8a292c > .tab-tabs .layout-right {
  text-align: right;
}
#ab03fa3cc8a292c .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#ab03fa3cc8a292c .tab-content-wrap {
  background-color: transparent;
}
#ab03fa3cc8a292c .tab-contents,
#ab03fa3cc8a292c .tab-contents-wrap {
  pointer-events: none;
}
#ab03fa3cc8a292c .tab-content,
#ab03fa3cc8a292c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab03fa3cc8a292c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab03fa3cc8a292c .tab-wrap .tab-contents {
  height: 100%;
}
#ab03fa3cc8a292c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab03fa3cc8a292c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab03fa3cc8a292c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a746eae137a9420 .a1bf2a04a7a65e1 .img-wrap {
  border-top-right-radius: 92px;
  border-bottom-right-radius: 92px;
  border-bottom-left-radius: 92px;
  border-top-left-radius: 92px;
}
#a746eae137a9420 .uk-grid {
  margin-left: -15px;
}
#a746eae137a9420 .uk-grid > * {
  padding-left: 15px;
}
#a746eae137a9420 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a746eae137a9420 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a746eae137a9420 .uk-position-center-left-out {
    left: -30px;
  }
  #a746eae137a9420 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#afb81a36e6aac2c .a323fa39cbae377 .img-wrap {
  border-top-right-radius: 92px;
  border-bottom-right-radius: 92px;
  border-bottom-left-radius: 92px;
  border-top-left-radius: 92px;
}
#afb81a36e6aac2c .uk-grid {
  margin-left: -15px;
}
#afb81a36e6aac2c .uk-grid > * {
  padding-left: 15px;
}
#afb81a36e6aac2c .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#afb81a36e6aac2c .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #afb81a36e6aac2c .uk-position-center-left-out {
    left: -30px;
  }
  #afb81a36e6aac2c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac94dafb31a6b6d .a49f6a0f5ca5d4d .img-wrap {
  border-top-right-radius: 92px;
  border-bottom-right-radius: 92px;
  border-bottom-left-radius: 92px;
  border-top-left-radius: 92px;
}
#ac94dafb31a6b6d .uk-grid {
  margin-left: -15px;
}
#ac94dafb31a6b6d .uk-grid > * {
  padding-left: 15px;
}
#ac94dafb31a6b6d .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#ac94dafb31a6b6d .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ac94dafb31a6b6d .uk-position-center-left-out {
    left: -30px;
  }
  #ac94dafb31a6b6d .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ab429a0c8fabf7a .a73aaa3dfba406a .img-wrap {
  border-top-right-radius: 92px;
  border-bottom-right-radius: 92px;
  border-bottom-left-radius: 92px;
  border-top-left-radius: 92px;
}
#ab429a0c8fabf7a .uk-grid {
  margin-left: -15px;
}
#ab429a0c8fabf7a .uk-grid > * {
  padding-left: 15px;
}
#ab429a0c8fabf7a .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#ab429a0c8fabf7a .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ab429a0c8fabf7a .uk-position-center-left-out {
    left: -30px;
  }
  #ab429a0c8fabf7a .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a0145aebb9a1316 .a462faa2d4a3ea1 .img-wrap {
  border-top-right-radius: 92px;
  border-bottom-right-radius: 92px;
  border-bottom-left-radius: 92px;
  border-top-left-radius: 92px;
}
#a0145aebb9a1316 .uk-grid {
  margin-left: -15px;
}
#a0145aebb9a1316 .uk-grid > * {
  padding-left: 15px;
}
#a0145aebb9a1316 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a0145aebb9a1316 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a0145aebb9a1316 .uk-position-center-left-out {
    left: -30px;
  }
  #a0145aebb9a1316 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#af848a0129a0938 .a7426ac028a8a85 .img-wrap {
  border-top-right-radius: 92px;
  border-bottom-right-radius: 92px;
  border-bottom-left-radius: 92px;
  border-top-left-radius: 92px;
}
#af848a0129a0938 .uk-grid {
  margin-left: -15px;
}
#af848a0129a0938 .uk-grid > * {
  padding-left: 15px;
}
#af848a0129a0938 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#af848a0129a0938 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #af848a0129a0938 .uk-position-center-left-out {
    left: -30px;
  }
  #af848a0129a0938 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aac0da10efacbbc .a4a7ca87dda169d .img-wrap {
  border-top-right-radius: 92px;
  border-bottom-right-radius: 92px;
  border-bottom-left-radius: 92px;
  border-top-left-radius: 92px;
}
#aac0da10efacbbc .uk-grid {
  margin-left: -15px;
}
#aac0da10efacbbc .uk-grid > * {
  padding-left: 15px;
}
#aac0da10efacbbc .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#aac0da10efacbbc .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aac0da10efacbbc .uk-position-center-left-out {
    left: -30px;
  }
  #aac0da10efacbbc .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a4daca2f20afd3a {
  overflow: hidden;
  pointer-events: none;
}
#a4daca2f20afd3a > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4daca2f20afd3a > .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;
}
#a4daca2f20afd3a > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4daca2f20afd3a > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4daca2f20afd3a > .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;
}
#a4daca2f20afd3a > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4daca2f20afd3a > .tab-wrap > div > .tab-nav,
#a4daca2f20afd3a > .tab-nav,
#a4daca2f20afd3a > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4daca2f20afd3a > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a4daca2f20afd3a > .tab-wrap > div > .tab-nav-horizontal,
#a4daca2f20afd3a > .tab-nav-horizontal,
#a4daca2f20afd3a > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4daca2f20afd3a > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4daca2f20afd3a > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4daca2f20afd3a > .tab-nav-horizontal::-webkit-scrollbar,
#a4daca2f20afd3a > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4daca2f20afd3a > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4daca2f20afd3a > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4daca2f20afd3a > .tab-nav-horizontal.tagScroll,
#a4daca2f20afd3a > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4daca2f20afd3a > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a4daca2f20afd3a > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4daca2f20afd3a > .tab-nav-horizontal.tagScroll li a,
#a4daca2f20afd3a > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4daca2f20afd3a > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4daca2f20afd3a > .tab-wrap > div > .tab-nav a,
#a4daca2f20afd3a > .tab-nav a,
#a4daca2f20afd3a > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4daca2f20afd3a > .tab-tabs > .tab-nav a {
  padding: 0 50px;
}
#a4daca2f20afd3a > .tab-wrap > div > .tab-nav li a,
#a4daca2f20afd3a > .tab-nav li a,
#a4daca2f20afd3a > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4daca2f20afd3a > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 50px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
  margin-top: 10px;
  padding: 0 50px;
}
#a4daca2f20afd3a > .tab-wrap > div > .tab-nav li a svg,
#a4daca2f20afd3a > .tab-nav li a svg,
#a4daca2f20afd3a > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4daca2f20afd3a > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4daca2f20afd3a > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4daca2f20afd3a > .tab-nav li a .ap_icon,
#a4daca2f20afd3a > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4daca2f20afd3a > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4daca2f20afd3a > .tab-wrap > div > .tab-nav li a:hover,
#a4daca2f20afd3a > .tab-nav li a:hover,
#a4daca2f20afd3a > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4daca2f20afd3a > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#a4daca2f20afd3a > .tab-wrap > div > .tab-nav li.uk-active a,
#a4daca2f20afd3a > .tab-nav li.uk-active a,
#a4daca2f20afd3a > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4daca2f20afd3a > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a4daca2f20afd3a .layout-left li,
#a4daca2f20afd3a .layout-center li,
#a4daca2f20afd3a .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4daca2f20afd3a .layout-left li a,
#a4daca2f20afd3a .layout-center li a,
#a4daca2f20afd3a .layout-right li a {
  height: 100%;
}
#a4daca2f20afd3a > .tab-tabs .layout-left {
  text-align: left;
}
#a4daca2f20afd3a > .tab-tabs .layout-center {
  text-align: center;
}
#a4daca2f20afd3a > .tab-tabs .layout-right {
  text-align: right;
}
#a4daca2f20afd3a .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a4daca2f20afd3a .tab-content-wrap {
  background-color: transparent;
}
#a4daca2f20afd3a .tab-contents,
#a4daca2f20afd3a .tab-contents-wrap {
  pointer-events: none;
}
#a4daca2f20afd3a .tab-content,
#a4daca2f20afd3a .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4daca2f20afd3a .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4daca2f20afd3a .tab-wrap .tab-contents {
  height: 100%;
}
#a4daca2f20afd3a .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4daca2f20afd3a .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4daca2f20afd3a .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#abb0ea9c90a7b18 .a955ba146da1590 .img-wrap {
  border-top-right-radius: 92px;
  border-bottom-right-radius: 92px;
  border-bottom-left-radius: 92px;
  border-top-left-radius: 92px;
}
#abb0ea9c90a7b18 .uk-grid {
  margin-left: -15px;
}
#abb0ea9c90a7b18 .uk-grid > * {
  padding-left: 15px;
}
#abb0ea9c90a7b18 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#abb0ea9c90a7b18 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #abb0ea9c90a7b18 .uk-position-center-left-out {
    left: -30px;
  }
  #abb0ea9c90a7b18 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a75a5a972ca3804 .ac33fa4585afea7 .img-wrap {
  border-top-right-radius: 92px;
  border-bottom-right-radius: 92px;
  border-bottom-left-radius: 92px;
  border-top-left-radius: 92px;
}
#a75a5a972ca3804 .uk-grid {
  margin-left: -15px;
}
#a75a5a972ca3804 .uk-grid > * {
  padding-left: 15px;
}
#a75a5a972ca3804 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a75a5a972ca3804 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a75a5a972ca3804 .uk-position-center-left-out {
    left: -30px;
  }
  #a75a5a972ca3804 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#af9c3a9bf6a995e .ae2bdadf6da71a9 .img-wrap {
  border-top-right-radius: 92px;
  border-bottom-right-radius: 92px;
  border-bottom-left-radius: 92px;
  border-top-left-radius: 92px;
}
#af9c3a9bf6a995e .uk-grid {
  margin-left: -15px;
}
#af9c3a9bf6a995e .uk-grid > * {
  padding-left: 15px;
}
#af9c3a9bf6a995e .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#af9c3a9bf6a995e .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #af9c3a9bf6a995e .uk-position-center-left-out {
    left: -30px;
  }
  #af9c3a9bf6a995e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ab053a230fae59a .a33c6aea06aec61 .img-wrap {
  border-top-right-radius: 92px;
  border-bottom-right-radius: 92px;
  border-bottom-left-radius: 92px;
  border-top-left-radius: 92px;
}
#ab053a230fae59a .uk-grid {
  margin-left: -15px;
}
#ab053a230fae59a .uk-grid > * {
  padding-left: 15px;
}
#ab053a230fae59a .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#ab053a230fae59a .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ab053a230fae59a .uk-position-center-left-out {
    left: -30px;
  }
  #ab053a230fae59a .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3696a6610a8de4 .ab895aaea8a2645 .img-wrap {
  border-top-right-radius: 92px;
  border-bottom-right-radius: 92px;
  border-bottom-left-radius: 92px;
  border-top-left-radius: 92px;
}
#a3696a6610a8de4 .uk-grid {
  margin-left: -15px;
}
#a3696a6610a8de4 .uk-grid > * {
  padding-left: 15px;
}
#a3696a6610a8de4 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a3696a6610a8de4 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a3696a6610a8de4 .uk-position-center-left-out {
    left: -30px;
  }
  #a3696a6610a8de4 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#adc1ead0c8ac2f5 .ac2a6a294faaf0f .img-wrap {
  border-top-right-radius: 92px;
  border-bottom-right-radius: 92px;
  border-bottom-left-radius: 92px;
  border-top-left-radius: 92px;
}
#adc1ead0c8ac2f5 .uk-grid {
  margin-left: -15px;
}
#adc1ead0c8ac2f5 .uk-grid > * {
  padding-left: 15px;
}
#adc1ead0c8ac2f5 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#adc1ead0c8ac2f5 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #adc1ead0c8ac2f5 .uk-position-center-left-out {
    left: -30px;
  }
  #adc1ead0c8ac2f5 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a77f7a2a01aecb1 .abc31a87f4a5c71 .img-wrap {
  border-top-right-radius: 92px;
  border-bottom-right-radius: 92px;
  border-bottom-left-radius: 92px;
  border-top-left-radius: 92px;
}
#a77f7a2a01aecb1 .uk-grid {
  margin-left: -15px;
}
#a77f7a2a01aecb1 .uk-grid > * {
  padding-left: 15px;
}
#a77f7a2a01aecb1 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a77f7a2a01aecb1 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a77f7a2a01aecb1 .uk-position-center-left-out {
    left: -30px;
  }
  #a77f7a2a01aecb1 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa086ab669aee8c {
  overflow: hidden;
  pointer-events: none;
}
#aa086ab669aee8c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa086ab669aee8c > .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;
}
#aa086ab669aee8c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa086ab669aee8c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa086ab669aee8c > .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;
}
#aa086ab669aee8c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa086ab669aee8c > .tab-wrap > div > .tab-nav,
#aa086ab669aee8c > .tab-nav,
#aa086ab669aee8c > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa086ab669aee8c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#aa086ab669aee8c > .tab-wrap > div > .tab-nav-horizontal,
#aa086ab669aee8c > .tab-nav-horizontal,
#aa086ab669aee8c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa086ab669aee8c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa086ab669aee8c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa086ab669aee8c > .tab-nav-horizontal::-webkit-scrollbar,
#aa086ab669aee8c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa086ab669aee8c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa086ab669aee8c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa086ab669aee8c > .tab-nav-horizontal.tagScroll,
#aa086ab669aee8c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa086ab669aee8c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#aa086ab669aee8c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa086ab669aee8c > .tab-nav-horizontal.tagScroll li a,
#aa086ab669aee8c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa086ab669aee8c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa086ab669aee8c > .tab-wrap > div > .tab-nav a,
#aa086ab669aee8c > .tab-nav a,
#aa086ab669aee8c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa086ab669aee8c > .tab-tabs > .tab-nav a {
  padding: 0 50px;
}
#aa086ab669aee8c > .tab-wrap > div > .tab-nav li a,
#aa086ab669aee8c > .tab-nav li a,
#aa086ab669aee8c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa086ab669aee8c > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 50px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
  margin-top: 10px;
  padding: 0 50px;
}
#aa086ab669aee8c > .tab-wrap > div > .tab-nav li a svg,
#aa086ab669aee8c > .tab-nav li a svg,
#aa086ab669aee8c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa086ab669aee8c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa086ab669aee8c > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa086ab669aee8c > .tab-nav li a .ap_icon,
#aa086ab669aee8c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa086ab669aee8c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa086ab669aee8c > .tab-wrap > div > .tab-nav li a:hover,
#aa086ab669aee8c > .tab-nav li a:hover,
#aa086ab669aee8c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa086ab669aee8c > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#aa086ab669aee8c > .tab-wrap > div > .tab-nav li.uk-active a,
#aa086ab669aee8c > .tab-nav li.uk-active a,
#aa086ab669aee8c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa086ab669aee8c > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aa086ab669aee8c .layout-left li,
#aa086ab669aee8c .layout-center li,
#aa086ab669aee8c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa086ab669aee8c .layout-left li a,
#aa086ab669aee8c .layout-center li a,
#aa086ab669aee8c .layout-right li a {
  height: 100%;
}
#aa086ab669aee8c > .tab-tabs .layout-left {
  text-align: left;
}
#aa086ab669aee8c > .tab-tabs .layout-center {
  text-align: center;
}
#aa086ab669aee8c > .tab-tabs .layout-right {
  text-align: right;
}
#aa086ab669aee8c .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#aa086ab669aee8c .tab-content-wrap {
  background-color: transparent;
}
#aa086ab669aee8c .tab-contents,
#aa086ab669aee8c .tab-contents-wrap {
  pointer-events: none;
}
#aa086ab669aee8c .tab-content,
#aa086ab669aee8c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa086ab669aee8c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa086ab669aee8c .tab-wrap .tab-contents {
  height: 100%;
}
#aa086ab669aee8c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa086ab669aee8c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa086ab669aee8c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8366a2821aba0c .a48d0aec26a6d96 .img-wrap {
  border-top-right-radius: 92px;
  border-bottom-right-radius: 92px;
  border-bottom-left-radius: 92px;
  border-top-left-radius: 92px;
}
#a8366a2821aba0c .uk-grid {
  margin-left: -15px;
}
#a8366a2821aba0c .uk-grid > * {
  padding-left: 15px;
}
#a8366a2821aba0c .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a8366a2821aba0c .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a8366a2821aba0c .uk-position-center-left-out {
    left: -30px;
  }
  #a8366a2821aba0c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3ed5a49dba9802 .a8c43a814aaa4ee .img-wrap {
  border-top-right-radius: 92px;
  border-bottom-right-radius: 92px;
  border-bottom-left-radius: 92px;
  border-top-left-radius: 92px;
}
#a3ed5a49dba9802 .uk-grid {
  margin-left: -15px;
}
#a3ed5a49dba9802 .uk-grid > * {
  padding-left: 15px;
}
#a3ed5a49dba9802 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a3ed5a49dba9802 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a3ed5a49dba9802 .uk-position-center-left-out {
    left: -30px;
  }
  #a3ed5a49dba9802 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac5a7a7107a3d77 .a1446aa62fa78e6 .img-wrap {
  border-top-right-radius: 92px;
  border-bottom-right-radius: 92px;
  border-bottom-left-radius: 92px;
  border-top-left-radius: 92px;
}
#ac5a7a7107a3d77 .uk-grid {
  margin-left: -15px;
}
#ac5a7a7107a3d77 .uk-grid > * {
  padding-left: 15px;
}
#ac5a7a7107a3d77 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#ac5a7a7107a3d77 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ac5a7a7107a3d77 .uk-position-center-left-out {
    left: -30px;
  }
  #ac5a7a7107a3d77 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aadd3aadafa7e39 .ae1aea4708adfcc .img-wrap {
  border-top-right-radius: 92px;
  border-bottom-right-radius: 92px;
  border-bottom-left-radius: 92px;
  border-top-left-radius: 92px;
}
#aadd3aadafa7e39 .uk-grid {
  margin-left: -15px;
}
#aadd3aadafa7e39 .uk-grid > * {
  padding-left: 15px;
}
#aadd3aadafa7e39 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#aadd3aadafa7e39 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aadd3aadafa7e39 .uk-position-center-left-out {
    left: -30px;
  }
  #aadd3aadafa7e39 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac643a6a5bac3dc .a848aaf77dad80b .img-wrap {
  border-top-right-radius: 92px;
  border-bottom-right-radius: 92px;
  border-bottom-left-radius: 92px;
  border-top-left-radius: 92px;
}
#ac643a6a5bac3dc .uk-grid {
  margin-left: -15px;
}
#ac643a6a5bac3dc .uk-grid > * {
  padding-left: 15px;
}
#ac643a6a5bac3dc .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#ac643a6a5bac3dc .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ac643a6a5bac3dc .uk-position-center-left-out {
    left: -30px;
  }
  #ac643a6a5bac3dc .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac5f4a52c3a9163 .a5e68ac5eea2e8a .img-wrap {
  border-top-right-radius: 92px;
  border-bottom-right-radius: 92px;
  border-bottom-left-radius: 92px;
  border-top-left-radius: 92px;
}
#ac5f4a52c3a9163 .uk-grid {
  margin-left: -15px;
}
#ac5f4a52c3a9163 .uk-grid > * {
  padding-left: 15px;
}
#ac5f4a52c3a9163 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#ac5f4a52c3a9163 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ac5f4a52c3a9163 .uk-position-center-left-out {
    left: -30px;
  }
  #ac5f4a52c3a9163 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac5d8afa82aa5f9 .a2cb1a09dbae292 .img-wrap {
  border-top-right-radius: 92px;
  border-bottom-right-radius: 92px;
  border-bottom-left-radius: 92px;
  border-top-left-radius: 92px;
}
#ac5d8afa82aa5f9 .uk-grid {
  margin-left: -15px;
}
#ac5d8afa82aa5f9 .uk-grid > * {
  padding-left: 15px;
}
#ac5d8afa82aa5f9 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#ac5d8afa82aa5f9 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ac5d8afa82aa5f9 .uk-position-center-left-out {
    left: -30px;
  }
  #ac5d8afa82aa5f9 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a43cfa1062a0f80 {
  overflow: hidden;
  pointer-events: none;
}
#a43cfa1062a0f80 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a43cfa1062a0f80 > .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;
}
#a43cfa1062a0f80 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a43cfa1062a0f80 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a43cfa1062a0f80 > .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;
}
#a43cfa1062a0f80 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a43cfa1062a0f80 > .tab-wrap > div > .tab-nav,
#a43cfa1062a0f80 > .tab-nav,
#a43cfa1062a0f80 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a43cfa1062a0f80 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a43cfa1062a0f80 > .tab-wrap > div > .tab-nav-horizontal,
#a43cfa1062a0f80 > .tab-nav-horizontal,
#a43cfa1062a0f80 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a43cfa1062a0f80 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a43cfa1062a0f80 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a43cfa1062a0f80 > .tab-nav-horizontal::-webkit-scrollbar,
#a43cfa1062a0f80 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a43cfa1062a0f80 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a43cfa1062a0f80 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a43cfa1062a0f80 > .tab-nav-horizontal.tagScroll,
#a43cfa1062a0f80 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a43cfa1062a0f80 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a43cfa1062a0f80 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a43cfa1062a0f80 > .tab-nav-horizontal.tagScroll li a,
#a43cfa1062a0f80 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a43cfa1062a0f80 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a43cfa1062a0f80 > .tab-wrap > div > .tab-nav a,
#a43cfa1062a0f80 > .tab-nav a,
#a43cfa1062a0f80 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a43cfa1062a0f80 > .tab-tabs > .tab-nav a {
  padding: 0 50px;
}
#a43cfa1062a0f80 > .tab-wrap > div > .tab-nav li a,
#a43cfa1062a0f80 > .tab-nav li a,
#a43cfa1062a0f80 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a43cfa1062a0f80 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 50px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
  margin-top: 10px;
  padding: 0 50px;
}
#a43cfa1062a0f80 > .tab-wrap > div > .tab-nav li a svg,
#a43cfa1062a0f80 > .tab-nav li a svg,
#a43cfa1062a0f80 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a43cfa1062a0f80 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a43cfa1062a0f80 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a43cfa1062a0f80 > .tab-nav li a .ap_icon,
#a43cfa1062a0f80 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a43cfa1062a0f80 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a43cfa1062a0f80 > .tab-wrap > div > .tab-nav li a:hover,
#a43cfa1062a0f80 > .tab-nav li a:hover,
#a43cfa1062a0f80 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a43cfa1062a0f80 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#a43cfa1062a0f80 > .tab-wrap > div > .tab-nav li.uk-active a,
#a43cfa1062a0f80 > .tab-nav li.uk-active a,
#a43cfa1062a0f80 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a43cfa1062a0f80 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a43cfa1062a0f80 .layout-left li,
#a43cfa1062a0f80 .layout-center li,
#a43cfa1062a0f80 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a43cfa1062a0f80 .layout-left li a,
#a43cfa1062a0f80 .layout-center li a,
#a43cfa1062a0f80 .layout-right li a {
  height: 100%;
}
#a43cfa1062a0f80 > .tab-tabs .layout-left {
  text-align: left;
}
#a43cfa1062a0f80 > .tab-tabs .layout-center {
  text-align: center;
}
#a43cfa1062a0f80 > .tab-tabs .layout-right {
  text-align: right;
}
#a43cfa1062a0f80 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a43cfa1062a0f80 .tab-content-wrap {
  background-color: transparent;
}
#a43cfa1062a0f80 .tab-contents,
#a43cfa1062a0f80 .tab-contents-wrap {
  pointer-events: none;
}
#a43cfa1062a0f80 .tab-content,
#a43cfa1062a0f80 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a43cfa1062a0f80 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a43cfa1062a0f80 .tab-wrap .tab-contents {
  height: 100%;
}
#a43cfa1062a0f80 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a43cfa1062a0f80 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a43cfa1062a0f80 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8867a20eda3cc6 .a221aae402ad361 .img-wrap {
  border-top-right-radius: 92px;
  border-bottom-right-radius: 92px;
  border-bottom-left-radius: 92px;
  border-top-left-radius: 92px;
}
#a8867a20eda3cc6 .uk-grid {
  margin-left: -15px;
}
#a8867a20eda3cc6 .uk-grid > * {
  padding-left: 15px;
}
#a8867a20eda3cc6 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a8867a20eda3cc6 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a8867a20eda3cc6 .uk-position-center-left-out {
    left: -30px;
  }
  #a8867a20eda3cc6 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a985fa1c9aa59a6 .a62e2ab1baa0330 .img-wrap {
  border-top-right-radius: 92px;
  border-bottom-right-radius: 92px;
  border-bottom-left-radius: 92px;
  border-top-left-radius: 92px;
}
#a985fa1c9aa59a6 .uk-grid {
  margin-left: -15px;
}
#a985fa1c9aa59a6 .uk-grid > * {
  padding-left: 15px;
}
#a985fa1c9aa59a6 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a985fa1c9aa59a6 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a985fa1c9aa59a6 .uk-position-center-left-out {
    left: -30px;
  }
  #a985fa1c9aa59a6 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5e89a5e48a7ed1 .aa152a25b3add8e .img-wrap {
  border-top-right-radius: 92px;
  border-bottom-right-radius: 92px;
  border-bottom-left-radius: 92px;
  border-top-left-radius: 92px;
}
#a5e89a5e48a7ed1 .uk-grid {
  margin-left: -15px;
}
#a5e89a5e48a7ed1 .uk-grid > * {
  padding-left: 15px;
}
#a5e89a5e48a7ed1 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a5e89a5e48a7ed1 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a5e89a5e48a7ed1 .uk-position-center-left-out {
    left: -30px;
  }
  #a5e89a5e48a7ed1 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a28e8aae1cadd9f .a429cad141aa180 .img-wrap {
  border-top-right-radius: 92px;
  border-bottom-right-radius: 92px;
  border-bottom-left-radius: 92px;
  border-top-left-radius: 92px;
}
#a28e8aae1cadd9f .uk-grid {
  margin-left: -15px;
}
#a28e8aae1cadd9f .uk-grid > * {
  padding-left: 15px;
}
#a28e8aae1cadd9f .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a28e8aae1cadd9f .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a28e8aae1cadd9f .uk-position-center-left-out {
    left: -30px;
  }
  #a28e8aae1cadd9f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6a70a77e7aafab .a0794a4d8da82b8 .img-wrap {
  border-top-right-radius: 92px;
  border-bottom-right-radius: 92px;
  border-bottom-left-radius: 92px;
  border-top-left-radius: 92px;
}
#a6a70a77e7aafab .uk-grid {
  margin-left: -15px;
}
#a6a70a77e7aafab .uk-grid > * {
  padding-left: 15px;
}
#a6a70a77e7aafab .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a6a70a77e7aafab .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a6a70a77e7aafab .uk-position-center-left-out {
    left: -30px;
  }
  #a6a70a77e7aafab .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a26d9a2da8ae297 .a8faeaa88ea2abd .img-wrap {
  border-top-right-radius: 92px;
  border-bottom-right-radius: 92px;
  border-bottom-left-radius: 92px;
  border-top-left-radius: 92px;
}
#a26d9a2da8ae297 .uk-grid {
  margin-left: -15px;
}
#a26d9a2da8ae297 .uk-grid > * {
  padding-left: 15px;
}
#a26d9a2da8ae297 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a26d9a2da8ae297 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a26d9a2da8ae297 .uk-position-center-left-out {
    left: -30px;
  }
  #a26d9a2da8ae297 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a2033af881a27ba .a75f4a2fd4a109b .img-wrap {
  border-top-right-radius: 92px;
  border-bottom-right-radius: 92px;
  border-bottom-left-radius: 92px;
  border-top-left-radius: 92px;
}
#a2033af881a27ba .uk-grid {
  margin-left: -15px;
}
#a2033af881a27ba .uk-grid > * {
  padding-left: 15px;
}
#a2033af881a27ba .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a2033af881a27ba .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a2033af881a27ba .uk-position-center-left-out {
    left: -30px;
  }
  #a2033af881a27ba .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a05c1acfe5add93 {
  overflow: hidden;
  pointer-events: none;
}
#a05c1acfe5add93 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a05c1acfe5add93 > .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;
}
#a05c1acfe5add93 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a05c1acfe5add93 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a05c1acfe5add93 > .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;
}
#a05c1acfe5add93 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a05c1acfe5add93 > .tab-wrap > div > .tab-nav,
#a05c1acfe5add93 > .tab-nav,
#a05c1acfe5add93 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a05c1acfe5add93 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a05c1acfe5add93 > .tab-wrap > div > .tab-nav-horizontal,
#a05c1acfe5add93 > .tab-nav-horizontal,
#a05c1acfe5add93 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a05c1acfe5add93 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a05c1acfe5add93 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a05c1acfe5add93 > .tab-nav-horizontal::-webkit-scrollbar,
#a05c1acfe5add93 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a05c1acfe5add93 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a05c1acfe5add93 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a05c1acfe5add93 > .tab-nav-horizontal.tagScroll,
#a05c1acfe5add93 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a05c1acfe5add93 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a05c1acfe5add93 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a05c1acfe5add93 > .tab-nav-horizontal.tagScroll li a,
#a05c1acfe5add93 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a05c1acfe5add93 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a05c1acfe5add93 > .tab-wrap > div > .tab-nav a,
#a05c1acfe5add93 > .tab-nav a,
#a05c1acfe5add93 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a05c1acfe5add93 > .tab-tabs > .tab-nav a {
  padding: 0 50px;
}
#a05c1acfe5add93 > .tab-wrap > div > .tab-nav li a,
#a05c1acfe5add93 > .tab-nav li a,
#a05c1acfe5add93 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a05c1acfe5add93 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 50px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
  margin-top: 10px;
  padding: 0 50px;
}
#a05c1acfe5add93 > .tab-wrap > div > .tab-nav li a svg,
#a05c1acfe5add93 > .tab-nav li a svg,
#a05c1acfe5add93 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a05c1acfe5add93 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a05c1acfe5add93 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a05c1acfe5add93 > .tab-nav li a .ap_icon,
#a05c1acfe5add93 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a05c1acfe5add93 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a05c1acfe5add93 > .tab-wrap > div > .tab-nav li a:hover,
#a05c1acfe5add93 > .tab-nav li a:hover,
#a05c1acfe5add93 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a05c1acfe5add93 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#a05c1acfe5add93 > .tab-wrap > div > .tab-nav li.uk-active a,
#a05c1acfe5add93 > .tab-nav li.uk-active a,
#a05c1acfe5add93 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a05c1acfe5add93 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a05c1acfe5add93 .layout-left li,
#a05c1acfe5add93 .layout-center li,
#a05c1acfe5add93 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a05c1acfe5add93 .layout-left li a,
#a05c1acfe5add93 .layout-center li a,
#a05c1acfe5add93 .layout-right li a {
  height: 100%;
}
#a05c1acfe5add93 > .tab-tabs .layout-left {
  text-align: left;
}
#a05c1acfe5add93 > .tab-tabs .layout-center {
  text-align: center;
}
#a05c1acfe5add93 > .tab-tabs .layout-right {
  text-align: right;
}
#a05c1acfe5add93 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a05c1acfe5add93 .tab-content-wrap {
  background-color: transparent;
}
#a05c1acfe5add93 .tab-contents,
#a05c1acfe5add93 .tab-contents-wrap {
  pointer-events: none;
}
#a05c1acfe5add93 .tab-content,
#a05c1acfe5add93 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a05c1acfe5add93 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a05c1acfe5add93 .tab-wrap .tab-contents {
  height: 100%;
}
#a05c1acfe5add93 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a05c1acfe5add93 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a05c1acfe5add93 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1d59ad707a2f14 .ae66da431fa6207 .img-wrap {
  border-top-right-radius: 92px;
  border-bottom-right-radius: 92px;
  border-bottom-left-radius: 92px;
  border-top-left-radius: 92px;
}
#a1d59ad707a2f14 .uk-grid {
  margin-left: -15px;
}
#a1d59ad707a2f14 .uk-grid > * {
  padding-left: 15px;
}
#a1d59ad707a2f14 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a1d59ad707a2f14 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a1d59ad707a2f14 .uk-position-center-left-out {
    left: -30px;
  }
  #a1d59ad707a2f14 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a67e9a29a0a4107 .a91efa012fa9986 .img-wrap {
  border-top-right-radius: 92px;
  border-bottom-right-radius: 92px;
  border-bottom-left-radius: 92px;
  border-top-left-radius: 92px;
}
#a67e9a29a0a4107 .uk-grid {
  margin-left: -15px;
}
#a67e9a29a0a4107 .uk-grid > * {
  padding-left: 15px;
}
#a67e9a29a0a4107 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a67e9a29a0a4107 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a67e9a29a0a4107 .uk-position-center-left-out {
    left: -30px;
  }
  #a67e9a29a0a4107 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a10ada4975a569f .a082daf2d0aa27c .img-wrap {
  border-top-right-radius: 92px;
  border-bottom-right-radius: 92px;
  border-bottom-left-radius: 92px;
  border-top-left-radius: 92px;
}
#a10ada4975a569f .uk-grid {
  margin-left: -15px;
}
#a10ada4975a569f .uk-grid > * {
  padding-left: 15px;
}
#a10ada4975a569f .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a10ada4975a569f .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a10ada4975a569f .uk-position-center-left-out {
    left: -30px;
  }
  #a10ada4975a569f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3cedaeaa9a212c .af5e2a916fac1d5 .img-wrap {
  border-top-right-radius: 92px;
  border-bottom-right-radius: 92px;
  border-bottom-left-radius: 92px;
  border-top-left-radius: 92px;
}
#a3cedaeaa9a212c .uk-grid {
  margin-left: -15px;
}
#a3cedaeaa9a212c .uk-grid > * {
  padding-left: 15px;
}
#a3cedaeaa9a212c .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a3cedaeaa9a212c .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a3cedaeaa9a212c .uk-position-center-left-out {
    left: -30px;
  }
  #a3cedaeaa9a212c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a7338afa33a72d9 .a317da91b5a8bd4 .img-wrap {
  border-top-right-radius: 92px;
  border-bottom-right-radius: 92px;
  border-bottom-left-radius: 92px;
  border-top-left-radius: 92px;
}
#a7338afa33a72d9 .uk-grid {
  margin-left: -15px;
}
#a7338afa33a72d9 .uk-grid > * {
  padding-left: 15px;
}
#a7338afa33a72d9 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a7338afa33a72d9 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a7338afa33a72d9 .uk-position-center-left-out {
    left: -30px;
  }
  #a7338afa33a72d9 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a4847a71e1ad6a5 .a9ffcab583af146 .img-wrap {
  border-top-right-radius: 92px;
  border-bottom-right-radius: 92px;
  border-bottom-left-radius: 92px;
  border-top-left-radius: 92px;
}
#a4847a71e1ad6a5 .uk-grid {
  margin-left: -15px;
}
#a4847a71e1ad6a5 .uk-grid > * {
  padding-left: 15px;
}
#a4847a71e1ad6a5 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a4847a71e1ad6a5 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a4847a71e1ad6a5 .uk-position-center-left-out {
    left: -30px;
  }
  #a4847a71e1ad6a5 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a72b7a8231ac52a .a0ef9af087ab9a6 .img-wrap {
  border-top-right-radius: 92px;
  border-bottom-right-radius: 92px;
  border-bottom-left-radius: 92px;
  border-top-left-radius: 92px;
}
#a72b7a8231ac52a .uk-grid {
  margin-left: -15px;
}
#a72b7a8231ac52a .uk-grid > * {
  padding-left: 15px;
}
#a72b7a8231ac52a .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a72b7a8231ac52a .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a72b7a8231ac52a .uk-position-center-left-out {
    left: -30px;
  }
  #a72b7a8231ac52a .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a744ea3e0ca4c67 {
  overflow: hidden;
  pointer-events: none;
}
#a744ea3e0ca4c67 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a744ea3e0ca4c67 > .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;
}
#a744ea3e0ca4c67 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a744ea3e0ca4c67 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a744ea3e0ca4c67 > .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;
}
#a744ea3e0ca4c67 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a744ea3e0ca4c67 > .tab-wrap > div > .tab-nav,
#a744ea3e0ca4c67 > .tab-nav,
#a744ea3e0ca4c67 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a744ea3e0ca4c67 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a744ea3e0ca4c67 > .tab-wrap > div > .tab-nav-horizontal,
#a744ea3e0ca4c67 > .tab-nav-horizontal,
#a744ea3e0ca4c67 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a744ea3e0ca4c67 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a744ea3e0ca4c67 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a744ea3e0ca4c67 > .tab-nav-horizontal::-webkit-scrollbar,
#a744ea3e0ca4c67 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a744ea3e0ca4c67 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a744ea3e0ca4c67 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a744ea3e0ca4c67 > .tab-nav-horizontal.tagScroll,
#a744ea3e0ca4c67 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a744ea3e0ca4c67 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a744ea3e0ca4c67 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a744ea3e0ca4c67 > .tab-nav-horizontal.tagScroll li a,
#a744ea3e0ca4c67 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a744ea3e0ca4c67 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a744ea3e0ca4c67 > .tab-wrap > div > .tab-nav a,
#a744ea3e0ca4c67 > .tab-nav a,
#a744ea3e0ca4c67 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a744ea3e0ca4c67 > .tab-tabs > .tab-nav a {
  padding: 0 50px;
}
#a744ea3e0ca4c67 > .tab-wrap > div > .tab-nav li a,
#a744ea3e0ca4c67 > .tab-nav li a,
#a744ea3e0ca4c67 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a744ea3e0ca4c67 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 50px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
  margin-top: 10px;
  padding: 0 50px;
}
#a744ea3e0ca4c67 > .tab-wrap > div > .tab-nav li a svg,
#a744ea3e0ca4c67 > .tab-nav li a svg,
#a744ea3e0ca4c67 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a744ea3e0ca4c67 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a744ea3e0ca4c67 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a744ea3e0ca4c67 > .tab-nav li a .ap_icon,
#a744ea3e0ca4c67 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a744ea3e0ca4c67 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a744ea3e0ca4c67 > .tab-wrap > div > .tab-nav li a:hover,
#a744ea3e0ca4c67 > .tab-nav li a:hover,
#a744ea3e0ca4c67 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a744ea3e0ca4c67 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#a744ea3e0ca4c67 > .tab-wrap > div > .tab-nav li.uk-active a,
#a744ea3e0ca4c67 > .tab-nav li.uk-active a,
#a744ea3e0ca4c67 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a744ea3e0ca4c67 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a744ea3e0ca4c67 .layout-left li,
#a744ea3e0ca4c67 .layout-center li,
#a744ea3e0ca4c67 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a744ea3e0ca4c67 .layout-left li a,
#a744ea3e0ca4c67 .layout-center li a,
#a744ea3e0ca4c67 .layout-right li a {
  height: 100%;
}
#a744ea3e0ca4c67 > .tab-tabs .layout-left {
  text-align: left;
}
#a744ea3e0ca4c67 > .tab-tabs .layout-center {
  text-align: center;
}
#a744ea3e0ca4c67 > .tab-tabs .layout-right {
  text-align: right;
}
#a744ea3e0ca4c67 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a744ea3e0ca4c67 .tab-content-wrap {
  background-color: transparent;
}
#a744ea3e0ca4c67 .tab-contents,
#a744ea3e0ca4c67 .tab-contents-wrap {
  pointer-events: none;
}
#a744ea3e0ca4c67 .tab-content,
#a744ea3e0ca4c67 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a744ea3e0ca4c67 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a744ea3e0ca4c67 .tab-wrap .tab-contents {
  height: 100%;
}
#a744ea3e0ca4c67 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a744ea3e0ca4c67 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a744ea3e0ca4c67 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a155bac7efab47f .a4009acd9cab1b6 .img-wrap {
  border-top-right-radius: 92px;
  border-bottom-right-radius: 92px;
  border-bottom-left-radius: 92px;
  border-top-left-radius: 92px;
}
#a155bac7efab47f .uk-grid {
  margin-left: -15px;
}
#a155bac7efab47f .uk-grid > * {
  padding-left: 15px;
}
#a155bac7efab47f .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a155bac7efab47f .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a155bac7efab47f .uk-position-center-left-out {
    left: -30px;
  }
  #a155bac7efab47f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a75b2a4409aa0c7 .a202da0849a7f9c .img-wrap {
  border-top-right-radius: 92px;
  border-bottom-right-radius: 92px;
  border-bottom-left-radius: 92px;
  border-top-left-radius: 92px;
}
#a75b2a4409aa0c7 .uk-grid {
  margin-left: -15px;
}
#a75b2a4409aa0c7 .uk-grid > * {
  padding-left: 15px;
}
#a75b2a4409aa0c7 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a75b2a4409aa0c7 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a75b2a4409aa0c7 .uk-position-center-left-out {
    left: -30px;
  }
  #a75b2a4409aa0c7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#af3b5a4a9ca7310 .a3e25abe10a6df9 .img-wrap {
  border-top-right-radius: 92px;
  border-bottom-right-radius: 92px;
  border-bottom-left-radius: 92px;
  border-top-left-radius: 92px;
}
#af3b5a4a9ca7310 .uk-grid {
  margin-left: -15px;
}
#af3b5a4a9ca7310 .uk-grid > * {
  padding-left: 15px;
}
#af3b5a4a9ca7310 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#af3b5a4a9ca7310 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #af3b5a4a9ca7310 .uk-position-center-left-out {
    left: -30px;
  }
  #af3b5a4a9ca7310 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac4d7a3895a2469 .ac841a89b9af7f8 .img-wrap {
  border-top-right-radius: 92px;
  border-bottom-right-radius: 92px;
  border-bottom-left-radius: 92px;
  border-top-left-radius: 92px;
}
#ac4d7a3895a2469 .uk-grid {
  margin-left: -15px;
}
#ac4d7a3895a2469 .uk-grid > * {
  padding-left: 15px;
}
#ac4d7a3895a2469 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#ac4d7a3895a2469 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ac4d7a3895a2469 .uk-position-center-left-out {
    left: -30px;
  }
  #ac4d7a3895a2469 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa3eeaa109a2e6f .a9399a0224aaaf8 .img-wrap {
  border-top-right-radius: 92px;
  border-bottom-right-radius: 92px;
  border-bottom-left-radius: 92px;
  border-top-left-radius: 92px;
}
#aa3eeaa109a2e6f .uk-grid {
  margin-left: -15px;
}
#aa3eeaa109a2e6f .uk-grid > * {
  padding-left: 15px;
}
#aa3eeaa109a2e6f .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#aa3eeaa109a2e6f .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aa3eeaa109a2e6f .uk-position-center-left-out {
    left: -30px;
  }
  #aa3eeaa109a2e6f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a1687a7da9ac709 .a30daa0bcbacd9c .img-wrap {
  border-top-right-radius: 92px;
  border-bottom-right-radius: 92px;
  border-bottom-left-radius: 92px;
  border-top-left-radius: 92px;
}
#a1687a7da9ac709 .uk-grid {
  margin-left: -15px;
}
#a1687a7da9ac709 .uk-grid > * {
  padding-left: 15px;
}
#a1687a7da9ac709 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a1687a7da9ac709 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a1687a7da9ac709 .uk-position-center-left-out {
    left: -30px;
  }
  #a1687a7da9ac709 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a60e1abbafa3e28 .a3be6ae54aafe87 .img-wrap {
  border-top-right-radius: 92px;
  border-bottom-right-radius: 92px;
  border-bottom-left-radius: 92px;
  border-top-left-radius: 92px;
}
#a60e1abbafa3e28 .uk-grid {
  margin-left: -15px;
}
#a60e1abbafa3e28 .uk-grid > * {
  padding-left: 15px;
}
#a60e1abbafa3e28 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a60e1abbafa3e28 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a60e1abbafa3e28 .uk-position-center-left-out {
    left: -30px;
  }
  #a60e1abbafa3e28 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#af8a7a18c0a7c10 {
  overflow: hidden;
  pointer-events: none;
}
#af8a7a18c0a7c10 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#af8a7a18c0a7c10 > .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;
}
#af8a7a18c0a7c10 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#af8a7a18c0a7c10 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#af8a7a18c0a7c10 > .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;
}
#af8a7a18c0a7c10 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#af8a7a18c0a7c10 > .tab-wrap > div > .tab-nav,
#af8a7a18c0a7c10 > .tab-nav,
#af8a7a18c0a7c10 > .tab-tabs > .tab-wrap > div > .tab-nav,
#af8a7a18c0a7c10 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#af8a7a18c0a7c10 > .tab-wrap > div > .tab-nav-horizontal,
#af8a7a18c0a7c10 > .tab-nav-horizontal,
#af8a7a18c0a7c10 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#af8a7a18c0a7c10 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#af8a7a18c0a7c10 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#af8a7a18c0a7c10 > .tab-nav-horizontal::-webkit-scrollbar,
#af8a7a18c0a7c10 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#af8a7a18c0a7c10 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#af8a7a18c0a7c10 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#af8a7a18c0a7c10 > .tab-nav-horizontal.tagScroll,
#af8a7a18c0a7c10 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#af8a7a18c0a7c10 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#af8a7a18c0a7c10 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#af8a7a18c0a7c10 > .tab-nav-horizontal.tagScroll li a,
#af8a7a18c0a7c10 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#af8a7a18c0a7c10 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#af8a7a18c0a7c10 > .tab-wrap > div > .tab-nav a,
#af8a7a18c0a7c10 > .tab-nav a,
#af8a7a18c0a7c10 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#af8a7a18c0a7c10 > .tab-tabs > .tab-nav a {
  padding: 0 50px;
}
#af8a7a18c0a7c10 > .tab-wrap > div > .tab-nav li a,
#af8a7a18c0a7c10 > .tab-nav li a,
#af8a7a18c0a7c10 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#af8a7a18c0a7c10 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 50px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
  margin-top: 10px;
  padding: 0 50px;
}
#af8a7a18c0a7c10 > .tab-wrap > div > .tab-nav li a svg,
#af8a7a18c0a7c10 > .tab-nav li a svg,
#af8a7a18c0a7c10 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#af8a7a18c0a7c10 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#af8a7a18c0a7c10 > .tab-wrap > div > .tab-nav li a .ap_icon,
#af8a7a18c0a7c10 > .tab-nav li a .ap_icon,
#af8a7a18c0a7c10 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#af8a7a18c0a7c10 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#af8a7a18c0a7c10 > .tab-wrap > div > .tab-nav li a:hover,
#af8a7a18c0a7c10 > .tab-nav li a:hover,
#af8a7a18c0a7c10 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#af8a7a18c0a7c10 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#af8a7a18c0a7c10 > .tab-wrap > div > .tab-nav li.uk-active a,
#af8a7a18c0a7c10 > .tab-nav li.uk-active a,
#af8a7a18c0a7c10 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#af8a7a18c0a7c10 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#af8a7a18c0a7c10 .layout-left li,
#af8a7a18c0a7c10 .layout-center li,
#af8a7a18c0a7c10 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#af8a7a18c0a7c10 .layout-left li a,
#af8a7a18c0a7c10 .layout-center li a,
#af8a7a18c0a7c10 .layout-right li a {
  height: 100%;
}
#af8a7a18c0a7c10 > .tab-tabs .layout-left {
  text-align: left;
}
#af8a7a18c0a7c10 > .tab-tabs .layout-center {
  text-align: center;
}
#af8a7a18c0a7c10 > .tab-tabs .layout-right {
  text-align: right;
}
#af8a7a18c0a7c10 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#af8a7a18c0a7c10 .tab-content-wrap {
  background-color: transparent;
}
#af8a7a18c0a7c10 .tab-contents,
#af8a7a18c0a7c10 .tab-contents-wrap {
  pointer-events: none;
}
#af8a7a18c0a7c10 .tab-content,
#af8a7a18c0a7c10 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#af8a7a18c0a7c10 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#af8a7a18c0a7c10 .tab-wrap .tab-contents {
  height: 100%;
}
#af8a7a18c0a7c10 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#af8a7a18c0a7c10 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#af8a7a18c0a7c10 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a736aad57ea8065 {
  overflow: hidden;
  pointer-events: none;
}
#a736aad57ea8065 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a736aad57ea8065 > .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;
}
#a736aad57ea8065 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a736aad57ea8065 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a736aad57ea8065 > .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;
}
#a736aad57ea8065 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a736aad57ea8065 > .tab-wrap > div > .tab-nav,
#a736aad57ea8065 > .tab-nav,
#a736aad57ea8065 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a736aad57ea8065 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
}
#a736aad57ea8065 > .tab-wrap > div > .tab-nav-horizontal,
#a736aad57ea8065 > .tab-nav-horizontal,
#a736aad57ea8065 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a736aad57ea8065 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a736aad57ea8065 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a736aad57ea8065 > .tab-nav-horizontal::-webkit-scrollbar,
#a736aad57ea8065 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a736aad57ea8065 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a736aad57ea8065 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a736aad57ea8065 > .tab-nav-horizontal.tagScroll,
#a736aad57ea8065 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a736aad57ea8065 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a736aad57ea8065 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a736aad57ea8065 > .tab-nav-horizontal.tagScroll li a,
#a736aad57ea8065 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a736aad57ea8065 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a736aad57ea8065 > .tab-wrap > div > .tab-nav a,
#a736aad57ea8065 > .tab-nav a,
#a736aad57ea8065 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a736aad57ea8065 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a736aad57ea8065 > .tab-wrap > div > .tab-nav li a,
#a736aad57ea8065 > .tab-nav li a,
#a736aad57ea8065 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a736aad57ea8065 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
}
#a736aad57ea8065 > .tab-wrap > div > .tab-nav li a svg,
#a736aad57ea8065 > .tab-nav li a svg,
#a736aad57ea8065 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a736aad57ea8065 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a736aad57ea8065 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a736aad57ea8065 > .tab-nav li a .ap_icon,
#a736aad57ea8065 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a736aad57ea8065 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a736aad57ea8065 > .tab-wrap > div > .tab-nav li a:hover,
#a736aad57ea8065 > .tab-nav li a:hover,
#a736aad57ea8065 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a736aad57ea8065 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #ffffff;
  border-bottom-style: solid;
}
#a736aad57ea8065 > .tab-wrap > div > .tab-nav li.uk-active a,
#a736aad57ea8065 > .tab-nav li.uk-active a,
#a736aad57ea8065 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a736aad57ea8065 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #ffffff;
  border-bottom-style: solid;
}
#a736aad57ea8065 .layout-left li,
#a736aad57ea8065 .layout-center li,
#a736aad57ea8065 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a736aad57ea8065 .layout-left li a,
#a736aad57ea8065 .layout-center li a,
#a736aad57ea8065 .layout-right li a {
  height: 100%;
}
#a736aad57ea8065 > .tab-tabs .layout-left {
  text-align: left;
}
#a736aad57ea8065 > .tab-tabs .layout-center {
  text-align: center;
}
#a736aad57ea8065 > .tab-tabs .layout-right {
  text-align: right;
}
#a736aad57ea8065 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a736aad57ea8065 .tab-content-wrap {
  background-color: transparent;
}
#a736aad57ea8065 .tab-contents,
#a736aad57ea8065 .tab-contents-wrap {
  pointer-events: none;
}
#a736aad57ea8065 .tab-content,
#a736aad57ea8065 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a736aad57ea8065 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a736aad57ea8065 .tab-wrap .tab-contents {
  height: 100%;
}
#a736aad57ea8065 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a736aad57ea8065 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a736aad57ea8065 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a935eaf582af5c0 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2f57a60c5aa6f8 , #a2f57a60c5aa6f8 a{color: rgba(102, 102, 102, 1);}#a5e77a7913a052e > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad818ae5cca2117 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa053a40eca2a0e > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4ba4a8b9ba0666 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5702aa6f1a004d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae810a9fc5af877 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad223acdbda872a > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa53aaf159ae267 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6291a424ba0376 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6043a3505afa79 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4f3ca967ca170b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6450ada7baa0e9 > .ele-wrap {border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;}#ac181a6a14a8517 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/afd40ad725aa88c/1722567504730.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#ac181a6a14a8517 .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/afd40ad725aa88c/1722567504435.png);}#a4ccaa3663a8992 > .ele-wrap {border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;}#ac5b5ad229a199c .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/afd40ad725aa88c/1722568331000.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#ac5b5ad229a199c .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/afd40ad725aa88c/1722568330780.png);}#a95a3a74f8ab8d9 > .ele-wrap {border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;}#a577ca037faafbf .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/afd40ad725aa88c/1722568479397.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a577ca037faafbf .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/afd40ad725aa88c/1722568479150.png);}#a4304ae31aa8832 > .ele-wrap {border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;}#a6d10a5668ad2c6 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/afd40ad725aa88c/1722568517033.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a6d10a5668ad2c6 .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/afd40ad725aa88c/1722568516746.png);}#a41afacda1a8d52 > .ele-wrap {border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;}#a52d0a63b9ab07f .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/afd40ad725aa88c/1722568564143.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a52d0a63b9ab07f .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/afd40ad725aa88c/1722568563810.png);}#a0d56a3714a00f8 > .ele-wrap {border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;}#ade01a8333a6268 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/afd40ad725aa88c/1722568587715.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#ade01a8333a6268 .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/afd40ad725aa88c/1722568587394.png);}#a0cbcaefeaad0f1 .ace35a5656a8c9f {
  overflow: hidden;
}
#a0cbcaefeaad0f1 .ace35a5656a8c9f , #a0cbcaefeaad0f1 .ace35a5656a8c9f > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#a0cbcaefeaad0f1 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a0cbcaefeaad0f1 .uk-position-center-left-out {
    left: -30px;
  }
  #a0cbcaefeaad0f1 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a87e0ab4fca4f66 .ele-wrap {border-color: rgba(74, 144, 226, 1);border-width: 1px;border-style: solid;color: #4a90e2;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a87e0ab4fca4f66 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a6f39a0147ab37d .ele-wrap {border-color: rgba(74, 144, 226, 1);border-width: 1px;border-style: solid;color: #4a90e2;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a6f39a0147ab37d .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a8e93a20b2a794a .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: ;
  overflow: hidden;
  transition: all .3s ease;
}
#a8e93a20b2a794a .marquee-wrap .marquee-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#a8e93a20b2a794a .marquee-wrap .marquee-item .datetime {
  flex-shrink: 0;
  margin-left: 10px;
}
#a8e93a20b2a794a .marquee-wrap .marquee-item .title {
  text-align: left;
  flex: 1;
}
#a8e93a20b2a794a .marquee-wrap .marquee-item svg,
#a8e93a20b2a794a .marquee-wrap .marquee-item .list-icon {
  width: 14px;
  fill: currentColor;
  display: inline-block;
  margin-right: 6px;
}
#a8e93a20b2a794a .marquee-wrap:hover {
  background: ;
}
#a8e93a20b2a794a .marquee-wrap .content {
  position: absolute;
}
#a8e93a20b2a794a .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: 16px;
  font-family: inherit;
  color: #000000;
}
#a8e93a20b2a794a .marquee-wrap.vertical .marquee-item:hover {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#a8e93a20b2a794a .marquee-wrap.horizontal .marquee-item {
  display: inline-flex;
  font-size: 14px;
  color: #666;
  height: 100%;
  width: 580px;
  overflow: hidden;
  line-height: 345px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
}
#a8e93a20b2a794a .marquee-wrap.horizontal .marquee-item span {
  line-height: 345px;
}
#a8e93a20b2a794a .marquee-wrap.horizontal .marquee-item:hover {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#a5e9ba8361a1e1b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a5e9ba8361a1e1b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a5e9ba8361a1e1b .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
}
#a5e9ba8361a1e1b .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a5e9ba8361a1e1b .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  background-color: rgba(255, 255, 255, 0);
}
#a5e9ba8361a1e1b .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  background-color: rgba(255, 255, 255, 0);
}
#a5e9ba8361a1e1b .menu-list > li.active > a:before,
#a5e9ba8361a1e1b .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a5e9ba8361a1e1b .menu-list > li ul li {
  position: relative;
}
#a5e9ba8361a1e1b .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a5e9ba8361a1e1b .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a5e9ba8361a1e1b .menu-list li ul li:hover > a {
  background-color: rgba(121, 163, 243, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a5e9ba8361a1e1b .menu-list li ul li a:active,
#a5e9ba8361a1e1b .menu-list li ul li a.active,
#a5e9ba8361a1e1b .menu-list li ul li.active > a {
  background-color: rgba(121, 163, 243, 0);
}
#a5e9ba8361a1e1b .menu-list li ul,
#a5e9ba8361a1e1b .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a5e9ba8361a1e1b .menu-list li ul.menu-b > li,
#a5e9ba8361a1e1b .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a5e9ba8361a1e1b .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a5e9ba8361a1e1b .menu-list li:hover > ul {
  display: block;
}
#a5e9ba8361a1e1b .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a0c33a1bdea4fd6 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a7628a6d79a4b83 .list-number {
  width: 100px;
  height: 100px;
  text-align: center;
  font-size: 32px;
  line-height: 100px;
  font-weight: bold;
  border-radius: 50%;
  display: block;
  float: left;
  color: #fff;
  margin-right: 16px;
  background: #3c3c3c;
}
#a7628a6d79a4b83 .list-item:hover .list-number {
  background-color: #4a90e2;
}
#a69a1a894fab4f8 .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
#a69a1a894fab4f8 .t_yiqiduan p {
  color: #666;
  font-size: 18px;
  line-height: 1.75;
}
#a69a1a894fab4f8 .t_yiqiduan.t_yiqiduan_1 p {
  color: #fff;
}
#a69a1a894fab4f8 .t_jiah3 h3 {
  color: #fff;
  font-size: 30px;
  line-height: 1.5;
  font-weight: bold;
}
#a69a1a894fab4f8 .t_yimorezi {
  font-size: 14px;
  color: #fff;
  line-height: 46px;
  margin-right: 26px;
  transition: all 0.36s;
}
#a69a1a894fab4f8 .t_yimoreicon {
  width: 24px;
  line-height: 46px;
}
#a69a1a894fab4f8 .t_yimoreicon img {
  width: 100%;
  transition: all 0.36s;
}
#a69a1a894fab4f8 .t_yibtn {
  width: 100%;
  display: inline-block;
  position: relative;
}
#a69a1a894fab4f8 .g_cpt2 {
  position: relative;
}
#a69a1a894fab4f8 .g_cpt2toptu.act {
  display: block;
}
#a69a1a894fab4f8 .g_cpt2toptu {
  display: none;
}
#a69a1a894fab4f8 .g_cpt2toptu img {
  width: 100%;
}
#a69a1a894fab4f8 .g_cpt2bot {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#a69a1a894fab4f8 .item {
  z-index: 1;
  overflow: hidden;
}
#a69a1a894fab4f8 .item {
  position: relative;
  height: 100%;
  transition: all .36s ease;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
#a69a1a894fab4f8 .item a {
  display: block;
  padding: 80px 90px;
  position: absolute;
  z-index: 10;
  height: 100%;
}
#a69a1a894fab4f8 .item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #e33228;
  transition: all .36s ease;
  opacity: 0;
}
#a69a1a894fab4f8 .item.act .t_yiqiduan p {
  opacity: 1;
}
#a69a1a894fab4f8 .g_cpt2botbox {
  transition: all .36s ease;
}
#a69a1a894fab4f8 .g_cpt2boticon {
  width: 39px;
  margin-bottom: 22px;
  transition: all .36s ease;
  opacity: 1;
}
#a69a1a894fab4f8 .g_cpt2boticon img {
  width: 100%;
}
#a69a1a894fab4f8 .g_cpt2 .t_jiah3 h3 {
  margin-bottom: 30px;
}
#a69a1a894fab4f8 .item .t_yiqiduan p {
  opacity: 0;
  transition: all 0.36s;
}
#a69a1a894fab4f8 .g_cpt2bottu {
  margin-top: 28px;
  transition: all .36s ease;
  opacity: 0;
}
#a69a1a894fab4f8 .g_cpt2bottu img {
  width: 100%;
}
#a69a1a894fab4f8 .item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  transition: all .36s ease;
  opacity: 0;
}
#a69a1a894fab4f8 .g_cpt2botbox {
  transform: translateY(46px);
}
#a69a1a894fab4f8 .t_jiah3 h3 {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
#a69a1a894fab4f8 .t_yiqiduan p {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
#a69a1a894fab4f8 .g_cpt2botbox {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
#a69a1a894fab4f8 .totop1 {
  -webkit-animation: totop 1s ease both;
  animation: totop 1s ease both;
  animation-delay: 0.4s;
}
#a69a1a894fab4f8 .totop2 {
  -webkit-animation: totop 1s ease both;
  animation: totop 1s ease both;
  animation-delay: 0.5s;
}
#a69a1a894fab4f8 .totop3 {
  -webkit-animation: totop 1s ease both;
  animation: totop 1s ease both;
  animation-delay: 0.6s;
}
#a69a1a894fab4f8 .item.act .g_cpt2botbox {
  transform: translateY(0);
}
#a69a1a894fab4f8 .item.act .g_cpt2bottu {
  opacity: 1;
}
@media screen and (max-width: 1680px) {
  #a69a1a894fab4f8 .t_yimorezi {
    line-height: 44px;
    margin-right: 20px;
  }
  #a69a1a894fab4f8 .t_yimoreicon {
    line-height: 44px;
  }
  #a69a1a894fab4f8 .item a {
    padding: 70px 60px;
  }
  #a69a1a894fab4f8 .g_cpt2botbox {
    transform: translateY(20px);
  }
  #a69a1a894fab4f8 .g_cpt2boticon {
    width: 38px;
    margin-bottom: 20px;
  }
  #a69a1a894fab4f8 .t_jiah3 h3 {
    font-size: 28px;
  }
  #a69a1a894fab4f8 .g_cpt2 .t_jiah3 h3 {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1440px) {
  #a69a1a894fab4f8 .item a {
    padding: 60px 50px;
  }
  #a69a1a894fab4f8 .g_cpt2botbox {
    transform: translateY(12px);
  }
  #a69a1a894fab4f8 .t_jiah3 h3 {
    font-size: 26px;
  }
  #a69a1a894fab4f8 .g_cpt2boticon {
    width: 36px;
    margin-bottom: 18px;
  }
  #a69a1a894fab4f8 .t_yiqiduan p {
    font-size: 16px;
  }
  #a69a1a894fab4f8 .g_cpt2bottu {
    margin-top: 24px;
  }
}
@media screen and (max-width: 1366px) {
  #a69a1a894fab4f8 .t_yimoreicon {
    line-height: 40px;
    width: 20px;
  }
  #a69a1a894fab4f8 .t_yimorezi {
    line-height: 40px;
  }
  #a69a1a894fab4f8 .t_jiah3 h3 {
    font-size: 24px;
  }
  #a69a1a894fab4f8 .g_cpt2 .t_jiah3 h3 {
    margin-bottom: 22px;
  }
  #a69a1a894fab4f8 .item a {
    padding: 50px 40px;
  }
  #a69a1a894fab4f8 .g_cpt2bottu {
    margin-top: 24px;
  }
  #a69a1a894fab4f8 .g_cpt2bottu {
    margin-top: 20px;
  }
  #a69a1a894fab4f8 .g_cpt2boticon {
    width: 34px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1280px) {
  #a69a1a894fab4f8 .t_jiah3 h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1199px) {
  #a69a1a894fab4f8 .item a {
    padding: 36px 30px;
  }
  #a69a1a894fab4f8 .t_yiqiduan p {
    line-height: 1.5;
  }
  #a69a1a894fab4f8 .g_cpt2boticon {
    width: 32px;
  }
  #a69a1a894fab4f8 .g_cpt2 .t_jiah3 h3 {
    margin-bottom: 18px;
  }
  #a69a1a894fab4f8 .g_cpt2bottu {
    margin-top: 18px;
  }
  #a69a1a894fab4f8 .t_yimorezi {
    margin-right: 18px;
  }
  #a69a1a894fab4f8 .g_cpt2bottu {
    margin-top: 16px;
  }
}
@media screen and (max-width: 1024px) {
  #a69a1a894fab4f8 .g_cpt2top {
    height: 400px;
    position: relative;
  }
  #a69a1a894fab4f8 .g_cpt2toptu {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #a69a1a894fab4f8 .g_cpt2toptu img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 950px) {
  #a69a1a894fab4f8 .t_jiah3 h3 {
    font-size: 20px;
  }
  #a69a1a894fab4f8 .item a {
    padding: 26px 20px;
  }
  #a69a1a894fab4f8 .item .t_yiqiduan p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #a69a1a894fab4f8 .t_yimorezi {
    line-height: 36px;
  }
  #a69a1a894fab4f8 .t_yimoreicon {
    line-height: 36px;
    width: 18px;
  }
  #a69a1a894fab4f8 .t_yimorezi {
    margin-right: 16px;
  }
  #a69a1a894fab4f8 .item {
    width: 100%;
  }
  #a69a1a894fab4f8 .g_cpt2toptu {
    position: relative;
    min-height: 222px;
  }
  #a69a1a894fab4f8 .g_cpt2toptu {
    display: block;
    overflow: hidden;
  }
  #a69a1a894fab4f8 .g_cpt2top {
    height: auto;
  }
  #a69a1a894fab4f8 .item a {
    width: 100%;
    top: 0;
    left: 0;
  }
  #a69a1a894fab4f8 .g_cpt2boticon {
    width: 28px;
    margin-bottom: 12px;
  }
  #a69a1a894fab4f8 .item .g_cpt2botbox {
    transform: translateY(0);
  }
  #a69a1a894fab4f8 .item .g_cpt2boticon {
    margin-bottom: 10px;
  }
  #a69a1a894fab4f8 .item .t_yiqiduan p {
    opacity: 1;
  }
  #a69a1a894fab4f8 .item .g_cpt2bottu {
    opacity: 1;
  }
  #a69a1a894fab4f8 .g_cpt2bottu {
    margin-top: 6px;
  }
  #a69a1a894fab4f8 .t_jiah3 h3 {
    font-size: 18px;
  }
  #a69a1a894fab4f8 .g_cpt2 .t_jiah3 h3 {
    margin-bottom: 12px;
  }
  #a69a1a894fab4f8 .item .t_yiqiduan p {
    max-height: 63px;
    overflow: hidden;
  }
  #a69a1a894fab4f8 .item::before {
    display: none;
  }
  #a69a1a894fab4f8 .t_syk2 .item .g_cpt2botbox {
    transform: translateY(0);
  }
  #a69a1a894fab4f8 .t_syk2 .item .g_cpt2boticon {
    margin-bottom: 10px;
  }
  #a69a1a894fab4f8 .t_syk2 .item .t_yiqiduan p {
    opacity: 1;
  }
  #a69a1a894fab4f8 .t_syk2 .item .g_cpt2bottu {
    opacity: 1;
  }
}
@media screen and (max-width: 480px) {
  #a69a1a894fab4f8 .t_yimorezi {
    font-size: 12px;
    line-height: 34px;
  }
  #a69a1a894fab4f8 .t_yimoreicon {
    line-height: 34px;
    width: 16px;
  }
  #a69a1a894fab4f8 .t_yimorezi {
    margin-right: 14px;
  }
  #a69a1a894fab4f8 .t_yiqiduan p {
    font-size: 14px;
  }
  #a69a1a894fab4f8 .item .t_yiqiduan p {
    max-height: 84px;
  }
  #a69a1a894fab4f8 .g_cpt2toptu {
    min-height: 240px;
  }
}
@keyframes totop {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
#aace8aa611ae88b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#aace8aa611ae88b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#aace8aa611ae88b .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#aace8aa611ae88b .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#aace8aa611ae88b .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#aace8aa611ae88b .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#aace8aa611ae88b .menu-list > li.active > a:before,
#aace8aa611ae88b .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#aace8aa611ae88b .menu-list > li ul li {
  position: relative;
}
#aace8aa611ae88b .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#aace8aa611ae88b .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#aace8aa611ae88b .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aace8aa611ae88b .menu-list li ul li a:active,
#aace8aa611ae88b .menu-list li ul li a.active,
#aace8aa611ae88b .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#aace8aa611ae88b .menu-list li ul,
#aace8aa611ae88b .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#aace8aa611ae88b .menu-list li ul.menu-b > li,
#aace8aa611ae88b .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#aace8aa611ae88b .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#aace8aa611ae88b .menu-list li:hover > ul {
  display: block;
}
#aace8aa611ae88b .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6ea1a7a90aa04f , #a6ea1a7a90aa04f a{color: rgba(74, 144, 226, 1);}#a8263a22d0abc0c > .ele-wrap {background-color: 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: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#acc65ad8aba82c1 .site-language-menu a {
  font-size: 14;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#acc65ad8aba82c1 .site-language-menu a:hover {
  color: #000000;
}
#acc65ad8aba82c1 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#acc65ad8aba82c1 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#acc65ad8aba82c1 .uk-dropdown li a {
  font-size: 14;
  color: #444;
}
#acc65ad8aba82c1 .uk-dropdown li a:hover {
  color: #222;
}
#acc65ad8aba82c1 .uk-dropdown li:last-child {
  border-bottom: none;
}
#abee4aa12ba96f5 > .ele-wrap {background-color: rgba(3, 61, 118, 0.68);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a90f0ab52caa5fb > .ele-wrap {border-left-width: 6px;border-bottom-width: 6px;border-right-width: 6px;border-top-width: 6px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(255, 255, 255, 0.67);border-left-color: rgba(255, 255, 255, 0.67);border-bottom-color: rgba(255, 255, 255, 0.67);border-top-color: rgba(255, 255, 255, 0.67);}#adc3fa87b7a4fbf > .ele-wrap {border-right-color: rgba(204, 204, 204, 1);border-right-width: 1px;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#a9dbca0994a45af .img-wrap {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#a81d0af7b2a9c5f > .ele-wrap {border-right-color: rgba(204, 204, 204, 1);border-right-width: 1px;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#a466caded4a6bef .img-wrap {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#a26c7a2faba544e > .ele-wrap {border-right-color: rgba(204, 204, 204, 1);border-right-width: 1px;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#af9e5aee31ab6cd .img-wrap {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#a7a25a7be7a7f2f > .ele-wrap {border-right-color: rgba(204, 204, 204, 1);border-right-width: 1px;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#a1b78a0d2ea5006 .img-wrap {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#a11b5a143ca9258 > .ele-wrap {border-right-color: rgba(204, 204, 204, 1);border-right-width: 1px;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#a7da0aed40a0447 .img-wrap {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#a03d7a14aaaa2c5 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac220a15f0a845e > .ele-wrap {background-color: rgba(0, 0, 0, 0.45);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af1e1a7bd9aa32a > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac019a32cba1f73 > .ele-wrap {background-color: rgba(0, 0, 0, 0.45);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2c3bac9c2a7480 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a974ca0f7ca52bd > .ele-wrap {background-color: rgba(0, 0, 0, 0.45);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad913a5fbea5e49 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2804a2d64ae26d > .ele-wrap {background-color: rgba(0, 0, 0, 0.45);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aee20a2c79ab76f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aec96ab087accb6 > .ele-wrap {background-color: rgba(0, 0, 0, 0.45);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abeddaf28fa8674 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a063ba7b3daaa16 > .ele-wrap {background-color: rgba(0, 0, 0, 0.45);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2bb6ae651aa80d .a08e6a6aa1a48cc {
  overflow: hidden;
}
#a2bb6ae651aa80d .a08e6a6aa1a48cc , #a2bb6ae651aa80d .a08e6a6aa1a48cc > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#a2bb6ae651aa80d .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a2bb6ae651aa80d .uk-position-center-left-out {
    left: -30px;
  }
  #a2bb6ae651aa80d .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6d38a0fafac976 .ele-wrap {border-color: rgba(74, 144, 226, 1);border-width: 1px;border-style: solid;color: #4a90e2;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a6d38a0fafac976 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a0957ad061aa543 .ele-wrap {border-color: rgba(74, 144, 226, 1);border-width: 1px;border-style: solid;color: #4a90e2;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a0957ad061aa543 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a4a79a9085aae6b .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: ;
  overflow: hidden;
  transition: all .3s ease;
}
#a4a79a9085aae6b .marquee-wrap .marquee-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#a4a79a9085aae6b .marquee-wrap .marquee-item .datetime {
  flex-shrink: 0;
  margin-left: 10px;
}
#a4a79a9085aae6b .marquee-wrap .marquee-item .title {
  text-align: left;
  flex: 1;
}
#a4a79a9085aae6b .marquee-wrap .marquee-item svg,
#a4a79a9085aae6b .marquee-wrap .marquee-item .list-icon {
  width: 14px;
  fill: currentColor;
  display: inline-block;
  margin-right: 6px;
}
#a4a79a9085aae6b .marquee-wrap:hover {
  background: ;
}
#a4a79a9085aae6b .marquee-wrap .content {
  position: absolute;
}
#a4a79a9085aae6b .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: 16px;
  font-family: inherit;
  color: #000000;
}
#a4a79a9085aae6b .marquee-wrap.vertical .marquee-item:hover {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#a4a79a9085aae6b .marquee-wrap.horizontal .marquee-item {
  display: inline-flex;
  font-size: 14px;
  color: #666;
  height: 100%;
  width: 580px;
  overflow: hidden;
  line-height: 345px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
}
#a4a79a9085aae6b .marquee-wrap.horizontal .marquee-item span {
  line-height: 345px;
}
#a4a79a9085aae6b .marquee-wrap.horizontal .marquee-item:hover {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#a5e9ba8361a1e1b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a5e9ba8361a1e1b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a5e9ba8361a1e1b .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
}
#a5e9ba8361a1e1b .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a5e9ba8361a1e1b .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  background-color: rgba(255, 255, 255, 0);
}
#a5e9ba8361a1e1b .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  background-color: rgba(255, 255, 255, 0);
}
#a5e9ba8361a1e1b .menu-list > li.active > a:before,
#a5e9ba8361a1e1b .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a5e9ba8361a1e1b .menu-list > li ul li {
  position: relative;
}
#a5e9ba8361a1e1b .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a5e9ba8361a1e1b .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a5e9ba8361a1e1b .menu-list li ul li:hover > a {
  background-color: rgba(121, 163, 243, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a5e9ba8361a1e1b .menu-list li ul li a:active,
#a5e9ba8361a1e1b .menu-list li ul li a.active,
#a5e9ba8361a1e1b .menu-list li ul li.active > a {
  background-color: rgba(121, 163, 243, 0);
}
#a5e9ba8361a1e1b .menu-list li ul,
#a5e9ba8361a1e1b .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a5e9ba8361a1e1b .menu-list li ul.menu-b > li,
#a5e9ba8361a1e1b .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a5e9ba8361a1e1b .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a5e9ba8361a1e1b .menu-list li:hover > ul {
  display: block;
}
#a5e9ba8361a1e1b .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#abffbacb8ba5913 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aace8aa611ae88b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#aace8aa611ae88b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#aace8aa611ae88b .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#aace8aa611ae88b .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#aace8aa611ae88b .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#aace8aa611ae88b .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#aace8aa611ae88b .menu-list > li.active > a:before,
#aace8aa611ae88b .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#aace8aa611ae88b .menu-list > li ul li {
  position: relative;
}
#aace8aa611ae88b .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#aace8aa611ae88b .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#aace8aa611ae88b .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aace8aa611ae88b .menu-list li ul li a:active,
#aace8aa611ae88b .menu-list li ul li a.active,
#aace8aa611ae88b .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#aace8aa611ae88b .menu-list li ul,
#aace8aa611ae88b .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#aace8aa611ae88b .menu-list li ul.menu-b > li,
#aace8aa611ae88b .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#aace8aa611ae88b .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#aace8aa611ae88b .menu-list li:hover > ul {
  display: block;
}
#aace8aa611ae88b .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6ea1a7a90aa04f , #a6ea1a7a90aa04f a{color: rgba(74, 144, 226, 1);}#a8263a22d0abc0c > .ele-wrap {background-color: 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: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#acc65ad8aba82c1 .site-language-menu a {
  font-size: 14;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#acc65ad8aba82c1 .site-language-menu a:hover {
  color: #000000;
}
#acc65ad8aba82c1 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#acc65ad8aba82c1 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#acc65ad8aba82c1 .uk-dropdown li a {
  font-size: 14;
  color: #444;
}
#acc65ad8aba82c1 .uk-dropdown li a:hover {
  color: #222;
}
#acc65ad8aba82c1 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a2ad2a2527ae1c1 .img-wrap {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#a83b9adee1aebfa > .ele-wrap {border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;}#a1d7ea8fb6aa32d .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/afd40ad725aa88c/1722567504730.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a1d7ea8fb6aa32d .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/afd40ad725aa88c/1722567504435.png);}#aa36ba386fa6307 > .ele-wrap {border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;}#ac7d9a2393a3aa7 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/afd40ad725aa88c/1722568331000.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#ac7d9a2393a3aa7 .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/afd40ad725aa88c/1722568330780.png);}#a5027afa41a1395 > .ele-wrap {border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;}#a41b8aabb7a8577 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/afd40ad725aa88c/1722568479397.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a41b8aabb7a8577 .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/afd40ad725aa88c/1722568479150.png);}#ada2dacea8acf92 > .ele-wrap {border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;}#af500a594fa517a .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/afd40ad725aa88c/1722568517033.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#af500a594fa517a .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/afd40ad725aa88c/1722568516746.png);}#ac671af74fa5285 > .ele-wrap {border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;}#a6660a168baccd6 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/afd40ad725aa88c/1722568564143.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a6660a168baccd6 .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/afd40ad725aa88c/1722568563810.png);}#aa4ecadb81a001b > .ele-wrap {border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;}#a37fbaec4aa35dd .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/afd40ad725aa88c/1722568587715.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a37fbaec4aa35dd .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/afd40ad725aa88c/1722568587394.png);}#a6f48a5ab2a58fe > .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;}#accc5a0715ae731 .img-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
#a2701a386fa9c55 > .ele-wrap {
                background-image: linear-gradient(-90deg,
                transparent,
                rgba(255, 255, 255, 1));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6059ad9dfae32b > .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;}#a2d1eab782a4c87 .img-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
#a0551a903fa46fc > .ele-wrap {
                background-image: linear-gradient(-90deg,
                transparent,
                rgba(255, 255, 255, 1));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9d5aa5a89a6dca > .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;}#a3f25a4571a4f09 .img-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
#a9b20a4239a3c7a > .ele-wrap {
                background-image: linear-gradient(-90deg,
                transparent,
                rgba(255, 255, 255, 1));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a650bae5b7af8e9 > .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;}#a1224acc16a1353 .img-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
#acd01adef8a3a50 > .ele-wrap {
                background-image: linear-gradient(-90deg,
                transparent,
                rgba(255, 255, 255, 1));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5705adb6bac78b > .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;}#a04bcac67da9f3a .img-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
#a65a4abd93a08c5 > .ele-wrap {
                background-image: linear-gradient(-90deg,
                transparent,
                rgba(255, 255, 255, 1));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3cc0af09cac263 {
  overflow: hidden;
  pointer-events: none;
}
#a3cc0af09cac263 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a3cc0af09cac263 > .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;
}
#a3cc0af09cac263 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3cc0af09cac263 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a3cc0af09cac263 > .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;
}
#a3cc0af09cac263 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3cc0af09cac263 > .tab-wrap > div > .tab-nav,
#a3cc0af09cac263 > .tab-nav,
#a3cc0af09cac263 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a3cc0af09cac263 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
}
#a3cc0af09cac263 > .tab-wrap > div > .tab-nav-horizontal,
#a3cc0af09cac263 > .tab-nav-horizontal,
#a3cc0af09cac263 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a3cc0af09cac263 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a3cc0af09cac263 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3cc0af09cac263 > .tab-nav-horizontal::-webkit-scrollbar,
#a3cc0af09cac263 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3cc0af09cac263 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a3cc0af09cac263 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3cc0af09cac263 > .tab-nav-horizontal.tagScroll,
#a3cc0af09cac263 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3cc0af09cac263 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a3cc0af09cac263 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3cc0af09cac263 > .tab-nav-horizontal.tagScroll li a,
#a3cc0af09cac263 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3cc0af09cac263 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a3cc0af09cac263 > .tab-wrap > div > .tab-nav a,
#a3cc0af09cac263 > .tab-nav a,
#a3cc0af09cac263 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a3cc0af09cac263 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a3cc0af09cac263 > .tab-wrap > div > .tab-nav li a,
#a3cc0af09cac263 > .tab-nav li a,
#a3cc0af09cac263 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a3cc0af09cac263 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
}
#a3cc0af09cac263 > .tab-wrap > div > .tab-nav li a svg,
#a3cc0af09cac263 > .tab-nav li a svg,
#a3cc0af09cac263 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a3cc0af09cac263 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a3cc0af09cac263 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3cc0af09cac263 > .tab-nav li a .ap_icon,
#a3cc0af09cac263 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3cc0af09cac263 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a3cc0af09cac263 > .tab-wrap > div > .tab-nav li a:hover,
#a3cc0af09cac263 > .tab-nav li a:hover,
#a3cc0af09cac263 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a3cc0af09cac263 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a3cc0af09cac263 > .tab-wrap > div > .tab-nav li.uk-active a,
#a3cc0af09cac263 > .tab-nav li.uk-active a,
#a3cc0af09cac263 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a3cc0af09cac263 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a3cc0af09cac263 .layout-left li,
#a3cc0af09cac263 .layout-center li,
#a3cc0af09cac263 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a3cc0af09cac263 .layout-left li a,
#a3cc0af09cac263 .layout-center li a,
#a3cc0af09cac263 .layout-right li a {
  height: 100%;
}
#a3cc0af09cac263 > .tab-tabs .layout-left {
  text-align: left;
}
#a3cc0af09cac263 > .tab-tabs .layout-center {
  text-align: center;
}
#a3cc0af09cac263 > .tab-tabs .layout-right {
  text-align: right;
}
#a3cc0af09cac263 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a3cc0af09cac263 .tab-content-wrap {
  background-color: transparent;
}
#a3cc0af09cac263 .tab-contents,
#a3cc0af09cac263 .tab-contents-wrap {
  pointer-events: none;
}
#a3cc0af09cac263 .tab-content,
#a3cc0af09cac263 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a3cc0af09cac263 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a3cc0af09cac263 .tab-wrap .tab-contents {
  height: 100%;
}
#a3cc0af09cac263 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a3cc0af09cac263 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a3cc0af09cac263 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1d21ae087ae997 > .ele-wrap {background-color: rgba(0, 0, 0, 0.62);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa620a0884a6a88 > .ele-wrap {background-color: rgba(0, 0, 0, 0.62);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3a51a3f2dab294 > .ele-wrap {background-color: rgba(0, 0, 0, 0.62);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9e84a9cdfa2bff > .ele-wrap {background-color: rgba(0, 0, 0, 0.62);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa71cade46a6c2c > .ele-wrap {background-color: rgba(0, 0, 0, 0.62);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4c64adb9fada37 > .ele-wrap {background-color: rgba(0, 0, 0, 0.62);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa49bae832af493 {
  overflow: hidden;
  pointer-events: none;
}
#aa49bae832af493 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa49bae832af493 > .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;
}
#aa49bae832af493 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa49bae832af493 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa49bae832af493 > .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;
}
#aa49bae832af493 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa49bae832af493 > .tab-wrap > div > .tab-nav,
#aa49bae832af493 > .tab-nav,
#aa49bae832af493 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa49bae832af493 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#aa49bae832af493 > .tab-wrap > div > .tab-nav-horizontal,
#aa49bae832af493 > .tab-nav-horizontal,
#aa49bae832af493 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa49bae832af493 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa49bae832af493 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa49bae832af493 > .tab-nav-horizontal::-webkit-scrollbar,
#aa49bae832af493 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa49bae832af493 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa49bae832af493 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa49bae832af493 > .tab-nav-horizontal.tagScroll,
#aa49bae832af493 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa49bae832af493 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#aa49bae832af493 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa49bae832af493 > .tab-nav-horizontal.tagScroll li a,
#aa49bae832af493 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa49bae832af493 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa49bae832af493 > .tab-wrap > div > .tab-nav a,
#aa49bae832af493 > .tab-nav a,
#aa49bae832af493 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa49bae832af493 > .tab-tabs > .tab-nav a {
  padding: 0 70px;
}
#aa49bae832af493 > .tab-wrap > div > .tab-nav li a,
#aa49bae832af493 > .tab-nav li a,
#aa49bae832af493 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa49bae832af493 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 80px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  background-color: #f4f4f4;
  margin-top: 0;
  margin-bottom: 4px;
  padding: 0 70px;
}
#aa49bae832af493 > .tab-wrap > div > .tab-nav li a svg,
#aa49bae832af493 > .tab-nav li a svg,
#aa49bae832af493 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa49bae832af493 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa49bae832af493 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa49bae832af493 > .tab-nav li a .ap_icon,
#aa49bae832af493 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa49bae832af493 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa49bae832af493 > .tab-wrap > div > .tab-nav li a:hover,
#aa49bae832af493 > .tab-nav li a:hover,
#aa49bae832af493 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa49bae832af493 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#aa49bae832af493 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa49bae832af493 > .tab-nav li.uk-active a,
#aa49bae832af493 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa49bae832af493 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aa49bae832af493 .layout-left li,
#aa49bae832af493 .layout-center li,
#aa49bae832af493 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa49bae832af493 .layout-left li a,
#aa49bae832af493 .layout-center li a,
#aa49bae832af493 .layout-right li a {
  height: 100%;
}
#aa49bae832af493 > .tab-tabs .layout-left {
  text-align: left;
}
#aa49bae832af493 > .tab-tabs .layout-center {
  text-align: center;
}
#aa49bae832af493 > .tab-tabs .layout-right {
  text-align: right;
}
#aa49bae832af493 .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#aa49bae832af493 .tab-content-wrap {
  background-color: #ffffff;
}
#aa49bae832af493 .tab-contents,
#aa49bae832af493 .tab-contents-wrap {
  pointer-events: none;
}
#aa49bae832af493 .tab-content,
#aa49bae832af493 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa49bae832af493 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa49bae832af493 .tab-wrap .tab-contents {
  height: 100%;
}
#aa49bae832af493 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa49bae832af493 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa49bae832af493 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a5e8eab3efa8bea .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a5e8eab3efa8bea .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a2c45a8024ad550 .af8cea238ba9090 {
  overflow: hidden;
}
#a2c45a8024ad550 .af8cea238ba9090 , #a2c45a8024ad550 .af8cea238ba9090 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#a2c45a8024ad550 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a2c45a8024ad550 .uk-position-center-left-out {
    left: -30px;
  }
  #a2c45a8024ad550 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#af7faa1c02abdc7 .ele-wrap {border-color: rgba(74, 144, 226, 1);border-width: 1px;border-style: solid;color: #4a90e2;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#af7faa1c02abdc7 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a5e9ba8361a1e1b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a5e9ba8361a1e1b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a5e9ba8361a1e1b .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
}
#a5e9ba8361a1e1b .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a5e9ba8361a1e1b .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  background-color: rgba(255, 255, 255, 0);
}
#a5e9ba8361a1e1b .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  background-color: rgba(255, 255, 255, 0);
}
#a5e9ba8361a1e1b .menu-list > li.active > a:before,
#a5e9ba8361a1e1b .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a5e9ba8361a1e1b .menu-list > li ul li {
  position: relative;
}
#a5e9ba8361a1e1b .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a5e9ba8361a1e1b .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a5e9ba8361a1e1b .menu-list li ul li:hover > a {
  background-color: rgba(121, 163, 243, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a5e9ba8361a1e1b .menu-list li ul li a:active,
#a5e9ba8361a1e1b .menu-list li ul li a.active,
#a5e9ba8361a1e1b .menu-list li ul li.active > a {
  background-color: rgba(121, 163, 243, 0);
}
#a5e9ba8361a1e1b .menu-list li ul,
#a5e9ba8361a1e1b .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a5e9ba8361a1e1b .menu-list li ul.menu-b > li,
#a5e9ba8361a1e1b .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a5e9ba8361a1e1b .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a5e9ba8361a1e1b .menu-list li:hover > ul {
  display: block;
}
#a5e9ba8361a1e1b .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#adb83a5faaaa3ee .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aace8aa611ae88b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#aace8aa611ae88b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#aace8aa611ae88b .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#aace8aa611ae88b .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#aace8aa611ae88b .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#aace8aa611ae88b .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#aace8aa611ae88b .menu-list > li.active > a:before,
#aace8aa611ae88b .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#aace8aa611ae88b .menu-list > li ul li {
  position: relative;
}
#aace8aa611ae88b .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#aace8aa611ae88b .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#aace8aa611ae88b .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aace8aa611ae88b .menu-list li ul li a:active,
#aace8aa611ae88b .menu-list li ul li a.active,
#aace8aa611ae88b .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#aace8aa611ae88b .menu-list li ul,
#aace8aa611ae88b .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#aace8aa611ae88b .menu-list li ul.menu-b > li,
#aace8aa611ae88b .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#aace8aa611ae88b .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#aace8aa611ae88b .menu-list li:hover > ul {
  display: block;
}
#aace8aa611ae88b .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6ea1a7a90aa04f , #a6ea1a7a90aa04f a{color: rgba(74, 144, 226, 1);}#a8263a22d0abc0c > .ele-wrap {background-color: 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: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#acc65ad8aba82c1 .site-language-menu a {
  font-size: 14;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#acc65ad8aba82c1 .site-language-menu a:hover {
  color: #000000;
}
#acc65ad8aba82c1 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#acc65ad8aba82c1 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#acc65ad8aba82c1 .uk-dropdown li a {
  font-size: 14;
  color: #444;
}
#acc65ad8aba82c1 .uk-dropdown li a:hover {
  color: #222;
}
#acc65ad8aba82c1 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a82aea48cfa4677 .form-agree {
  display: flex;
  align-items: center;
}
#a82aea48cfa4677 .uk-form .form-submit-btn {
  width: 200px;
}
#a82aea48cfa4677 .submit-wrap {
  text-align: center;
}
#a82aea48cfa4677 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a82aea48cfa4677 .form-item .uk-input,
#a82aea48cfa4677 .form-item .uk-select,
#a82aea48cfa4677 .form-item .uk-textarea {
  width: autopx;
}
#a82aea48cfa4677 .form-item .auto-height {
  height: auto;
}
#aa4cbab09fa92c2 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#aa4cbab09fa92c2 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a5e9ba8361a1e1b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a5e9ba8361a1e1b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a5e9ba8361a1e1b .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
}
#a5e9ba8361a1e1b .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a5e9ba8361a1e1b .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  background-color: rgba(255, 255, 255, 0);
}
#a5e9ba8361a1e1b .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  background-color: rgba(255, 255, 255, 0);
}
#a5e9ba8361a1e1b .menu-list > li.active > a:before,
#a5e9ba8361a1e1b .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a5e9ba8361a1e1b .menu-list > li ul li {
  position: relative;
}
#a5e9ba8361a1e1b .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a5e9ba8361a1e1b .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a5e9ba8361a1e1b .menu-list li ul li:hover > a {
  background-color: rgba(121, 163, 243, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a5e9ba8361a1e1b .menu-list li ul li a:active,
#a5e9ba8361a1e1b .menu-list li ul li a.active,
#a5e9ba8361a1e1b .menu-list li ul li.active > a {
  background-color: rgba(121, 163, 243, 0);
}
#a5e9ba8361a1e1b .menu-list li ul,
#a5e9ba8361a1e1b .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a5e9ba8361a1e1b .menu-list li ul.menu-b > li,
#a5e9ba8361a1e1b .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a5e9ba8361a1e1b .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a5e9ba8361a1e1b .menu-list li:hover > ul {
  display: block;
}
#a5e9ba8361a1e1b .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ac9a8ae726a1c8a .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ada9da0748a0dc5 .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
#ada9da0748a0dc5 .t_yiqiduan p {
  color: #666;
  font-size: 18px;
  line-height: 1.75;
}
#ada9da0748a0dc5 .t_yiqiduan.t_yiqiduan_1 p {
  color: #fff;
}
#ada9da0748a0dc5 .t_jiah3 h3 {
  color: #fff;
  font-size: 30px;
  line-height: 1.5;
  font-weight: bold;
}
#ada9da0748a0dc5 .t_yimorezi {
  font-size: 14px;
  color: #fff;
  line-height: 46px;
  margin-right: 26px;
  transition: all 0.36s;
}
#ada9da0748a0dc5 .t_yimoreicon {
  width: 24px;
  line-height: 46px;
}
#ada9da0748a0dc5 .t_yimoreicon img {
  width: 100%;
  transition: all 0.36s;
}
#ada9da0748a0dc5 .t_yibtn {
  width: 100%;
  display: inline-block;
  position: relative;
}
#ada9da0748a0dc5 .g_cpt2 {
  position: relative;
}
#ada9da0748a0dc5 .g_cpt2toptu.act {
  display: block;
}
#ada9da0748a0dc5 .g_cpt2toptu {
  display: none;
}
#ada9da0748a0dc5 .g_cpt2toptu img {
  width: 100%;
}
#ada9da0748a0dc5 .g_cpt2bot {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#ada9da0748a0dc5 .item {
  z-index: 1;
  overflow: hidden;
}
#ada9da0748a0dc5 .item {
  position: relative;
  height: 100%;
  transition: all .36s ease;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
#ada9da0748a0dc5 .item a {
  display: block;
  padding: 80px 90px;
  position: absolute;
  z-index: 10;
  height: 100%;
}
#ada9da0748a0dc5 .item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #e33228;
  transition: all .36s ease;
  opacity: 0;
}
#ada9da0748a0dc5 .item.act .t_yiqiduan p {
  opacity: 1;
}
#ada9da0748a0dc5 .g_cpt2botbox {
  transition: all .36s ease;
}
#ada9da0748a0dc5 .g_cpt2boticon {
  width: 39px;
  margin-bottom: 22px;
  transition: all .36s ease;
  opacity: 1;
}
#ada9da0748a0dc5 .g_cpt2boticon img {
  width: 100%;
}
#ada9da0748a0dc5 .g_cpt2 .t_jiah3 h3 {
  margin-bottom: 30px;
}
#ada9da0748a0dc5 .item .t_yiqiduan p {
  opacity: 0;
  transition: all 0.36s;
}
#ada9da0748a0dc5 .g_cpt2bottu {
  margin-top: 28px;
  transition: all .36s ease;
  opacity: 0;
}
#ada9da0748a0dc5 .g_cpt2bottu img {
  width: 100%;
}
#ada9da0748a0dc5 .item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  transition: all .36s ease;
  opacity: 0;
}
#ada9da0748a0dc5 .g_cpt2botbox {
  transform: translateY(46px);
}
#ada9da0748a0dc5 .t_jiah3 h3 {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
#ada9da0748a0dc5 .t_yiqiduan p {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
#ada9da0748a0dc5 .g_cpt2botbox {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
#ada9da0748a0dc5 .totop1 {
  -webkit-animation: totop 1s ease both;
  animation: totop 1s ease both;
  animation-delay: 0.4s;
}
#ada9da0748a0dc5 .totop2 {
  -webkit-animation: totop 1s ease both;
  animation: totop 1s ease both;
  animation-delay: 0.5s;
}
#ada9da0748a0dc5 .totop3 {
  -webkit-animation: totop 1s ease both;
  animation: totop 1s ease both;
  animation-delay: 0.6s;
}
#ada9da0748a0dc5 .item.act .g_cpt2botbox {
  transform: translateY(0);
}
#ada9da0748a0dc5 .item.act .g_cpt2bottu {
  opacity: 1;
}
@media screen and (max-width: 1680px) {
  #ada9da0748a0dc5 .t_yimorezi {
    line-height: 44px;
    margin-right: 20px;
  }
  #ada9da0748a0dc5 .t_yimoreicon {
    line-height: 44px;
  }
  #ada9da0748a0dc5 .item a {
    padding: 70px 60px;
  }
  #ada9da0748a0dc5 .g_cpt2botbox {
    transform: translateY(20px);
  }
  #ada9da0748a0dc5 .g_cpt2boticon {
    width: 38px;
    margin-bottom: 20px;
  }
  #ada9da0748a0dc5 .t_jiah3 h3 {
    font-size: 28px;
  }
  #ada9da0748a0dc5 .g_cpt2 .t_jiah3 h3 {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1440px) {
  #ada9da0748a0dc5 .item a {
    padding: 60px 50px;
  }
  #ada9da0748a0dc5 .g_cpt2botbox {
    transform: translateY(12px);
  }
  #ada9da0748a0dc5 .t_jiah3 h3 {
    font-size: 26px;
  }
  #ada9da0748a0dc5 .g_cpt2boticon {
    width: 36px;
    margin-bottom: 18px;
  }
  #ada9da0748a0dc5 .t_yiqiduan p {
    font-size: 16px;
  }
  #ada9da0748a0dc5 .g_cpt2bottu {
    margin-top: 24px;
  }
}
@media screen and (max-width: 1366px) {
  #ada9da0748a0dc5 .t_yimoreicon {
    line-height: 40px;
    width: 20px;
  }
  #ada9da0748a0dc5 .t_yimorezi {
    line-height: 40px;
  }
  #ada9da0748a0dc5 .t_jiah3 h3 {
    font-size: 24px;
  }
  #ada9da0748a0dc5 .g_cpt2 .t_jiah3 h3 {
    margin-bottom: 22px;
  }
  #ada9da0748a0dc5 .item a {
    padding: 50px 40px;
  }
  #ada9da0748a0dc5 .g_cpt2bottu {
    margin-top: 24px;
  }
  #ada9da0748a0dc5 .g_cpt2bottu {
    margin-top: 20px;
  }
  #ada9da0748a0dc5 .g_cpt2boticon {
    width: 34px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1280px) {
  #ada9da0748a0dc5 .t_jiah3 h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1199px) {
  #ada9da0748a0dc5 .item a {
    padding: 36px 30px;
  }
  #ada9da0748a0dc5 .t_yiqiduan p {
    line-height: 1.5;
  }
  #ada9da0748a0dc5 .g_cpt2boticon {
    width: 32px;
  }
  #ada9da0748a0dc5 .g_cpt2 .t_jiah3 h3 {
    margin-bottom: 18px;
  }
  #ada9da0748a0dc5 .g_cpt2bottu {
    margin-top: 18px;
  }
  #ada9da0748a0dc5 .t_yimorezi {
    margin-right: 18px;
  }
  #ada9da0748a0dc5 .g_cpt2bottu {
    margin-top: 16px;
  }
}
@media screen and (max-width: 1024px) {
  #ada9da0748a0dc5 .g_cpt2top {
    height: 400px;
    position: relative;
  }
  #ada9da0748a0dc5 .g_cpt2toptu {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #ada9da0748a0dc5 .g_cpt2toptu img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 950px) {
  #ada9da0748a0dc5 .t_jiah3 h3 {
    font-size: 20px;
  }
  #ada9da0748a0dc5 .item a {
    padding: 26px 20px;
  }
  #ada9da0748a0dc5 .item .t_yiqiduan p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #ada9da0748a0dc5 .t_yimorezi {
    line-height: 36px;
  }
  #ada9da0748a0dc5 .t_yimoreicon {
    line-height: 36px;
    width: 18px;
  }
  #ada9da0748a0dc5 .t_yimorezi {
    margin-right: 16px;
  }
  #ada9da0748a0dc5 .item {
    width: 100%;
  }
  #ada9da0748a0dc5 .g_cpt2toptu {
    position: relative;
    min-height: 222px;
  }
  #ada9da0748a0dc5 .g_cpt2toptu {
    display: block;
    overflow: hidden;
  }
  #ada9da0748a0dc5 .g_cpt2top {
    height: auto;
  }
  #ada9da0748a0dc5 .item a {
    width: 100%;
    top: 0;
    left: 0;
  }
  #ada9da0748a0dc5 .g_cpt2boticon {
    width: 28px;
    margin-bottom: 12px;
  }
  #ada9da0748a0dc5 .item .g_cpt2botbox {
    transform: translateY(0);
  }
  #ada9da0748a0dc5 .item .g_cpt2boticon {
    margin-bottom: 10px;
  }
  #ada9da0748a0dc5 .item .t_yiqiduan p {
    opacity: 1;
  }
  #ada9da0748a0dc5 .item .g_cpt2bottu {
    opacity: 1;
  }
  #ada9da0748a0dc5 .g_cpt2bottu {
    margin-top: 6px;
  }
  #ada9da0748a0dc5 .t_jiah3 h3 {
    font-size: 18px;
  }
  #ada9da0748a0dc5 .g_cpt2 .t_jiah3 h3 {
    margin-bottom: 12px;
  }
  #ada9da0748a0dc5 .item .t_yiqiduan p {
    max-height: 63px;
    overflow: hidden;
  }
  #ada9da0748a0dc5 .item::before {
    display: none;
  }
  #ada9da0748a0dc5 .t_syk2 .item .g_cpt2botbox {
    transform: translateY(0);
  }
  #ada9da0748a0dc5 .t_syk2 .item .g_cpt2boticon {
    margin-bottom: 10px;
  }
  #ada9da0748a0dc5 .t_syk2 .item .t_yiqiduan p {
    opacity: 1;
  }
  #ada9da0748a0dc5 .t_syk2 .item .g_cpt2bottu {
    opacity: 1;
  }
}
@media screen and (max-width: 480px) {
  #ada9da0748a0dc5 .t_yimorezi {
    font-size: 12px;
    line-height: 34px;
  }
  #ada9da0748a0dc5 .t_yimoreicon {
    line-height: 34px;
    width: 16px;
  }
  #ada9da0748a0dc5 .t_yimorezi {
    margin-right: 14px;
  }
  #ada9da0748a0dc5 .t_yiqiduan p {
    font-size: 14px;
  }
  #ada9da0748a0dc5 .item .t_yiqiduan p {
    max-height: 84px;
  }
  #ada9da0748a0dc5 .g_cpt2toptu {
    min-height: 240px;
  }
}
@keyframes totop {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
#aace8aa611ae88b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#aace8aa611ae88b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#aace8aa611ae88b .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#aace8aa611ae88b .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#aace8aa611ae88b .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#aace8aa611ae88b .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#aace8aa611ae88b .menu-list > li.active > a:before,
#aace8aa611ae88b .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#aace8aa611ae88b .menu-list > li ul li {
  position: relative;
}
#aace8aa611ae88b .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#aace8aa611ae88b .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#aace8aa611ae88b .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aace8aa611ae88b .menu-list li ul li a:active,
#aace8aa611ae88b .menu-list li ul li a.active,
#aace8aa611ae88b .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#aace8aa611ae88b .menu-list li ul,
#aace8aa611ae88b .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#aace8aa611ae88b .menu-list li ul.menu-b > li,
#aace8aa611ae88b .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#aace8aa611ae88b .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#aace8aa611ae88b .menu-list li:hover > ul {
  display: block;
}
#aace8aa611ae88b .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6ea1a7a90aa04f , #a6ea1a7a90aa04f a{color: rgba(74, 144, 226, 1);}#a8263a22d0abc0c > .ele-wrap {background-color: 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: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#acc65ad8aba82c1 .site-language-menu a {
  font-size: 14;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#acc65ad8aba82c1 .site-language-menu a:hover {
  color: #000000;
}
#acc65ad8aba82c1 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#acc65ad8aba82c1 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#acc65ad8aba82c1 .uk-dropdown li a {
  font-size: 14;
  color: #444;
}
#acc65ad8aba82c1 .uk-dropdown li a:hover {
  color: #222;
}
#acc65ad8aba82c1 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a5e9ba8361a1e1b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a5e9ba8361a1e1b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a5e9ba8361a1e1b .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
}
#a5e9ba8361a1e1b .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a5e9ba8361a1e1b .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  background-color: rgba(255, 255, 255, 0);
}
#a5e9ba8361a1e1b .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  background-color: rgba(255, 255, 255, 0);
}
#a5e9ba8361a1e1b .menu-list > li.active > a:before,
#a5e9ba8361a1e1b .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a5e9ba8361a1e1b .menu-list > li ul li {
  position: relative;
}
#a5e9ba8361a1e1b .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a5e9ba8361a1e1b .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a5e9ba8361a1e1b .menu-list li ul li:hover > a {
  background-color: rgba(121, 163, 243, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a5e9ba8361a1e1b .menu-list li ul li a:active,
#a5e9ba8361a1e1b .menu-list li ul li a.active,
#a5e9ba8361a1e1b .menu-list li ul li.active > a {
  background-color: rgba(121, 163, 243, 0);
}
#a5e9ba8361a1e1b .menu-list li ul,
#a5e9ba8361a1e1b .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a5e9ba8361a1e1b .menu-list li ul.menu-b > li,
#a5e9ba8361a1e1b .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a5e9ba8361a1e1b .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a5e9ba8361a1e1b .menu-list li:hover > ul {
  display: block;
}
#a5e9ba8361a1e1b .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#aa1d1a3b97a076b .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a24ecacc59a340e {
  min-height: 90vh;
  /* mobile */
}
#a24ecacc59a340e .search-highlight {
  background: yellow;
}
#a24ecacc59a340e .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a24ecacc59a340e .el-title {
  margin-bottom: 20px;
}
#a24ecacc59a340e .el-item:hover .el-title {
  color: #0f6ecd;
}
#a24ecacc59a340e .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a24ecacc59a340e .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a24ecacc59a340e .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a24ecacc59a340e .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a24ecacc59a340e .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a24ecacc59a340e .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a24ecacc59a340e .el-title {
    margin-bottom: 0;
  }
  #a24ecacc59a340e .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a24ecacc59a340e .category {
    font-size: 12px;
  }
  #a24ecacc59a340e .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#aace8aa611ae88b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#aace8aa611ae88b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#aace8aa611ae88b .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#aace8aa611ae88b .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#aace8aa611ae88b .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#aace8aa611ae88b .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#aace8aa611ae88b .menu-list > li.active > a:before,
#aace8aa611ae88b .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#aace8aa611ae88b .menu-list > li ul li {
  position: relative;
}
#aace8aa611ae88b .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#aace8aa611ae88b .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#aace8aa611ae88b .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aace8aa611ae88b .menu-list li ul li a:active,
#aace8aa611ae88b .menu-list li ul li a.active,
#aace8aa611ae88b .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#aace8aa611ae88b .menu-list li ul,
#aace8aa611ae88b .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#aace8aa611ae88b .menu-list li ul.menu-b > li,
#aace8aa611ae88b .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#aace8aa611ae88b .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#aace8aa611ae88b .menu-list li:hover > ul {
  display: block;
}
#aace8aa611ae88b .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6ea1a7a90aa04f , #a6ea1a7a90aa04f a{color: rgba(74, 144, 226, 1);}#a8263a22d0abc0c > .ele-wrap {background-color: 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: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#acc65ad8aba82c1 .site-language-menu a {
  font-size: 14;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#acc65ad8aba82c1 .site-language-menu a:hover {
  color: #000000;
}
#acc65ad8aba82c1 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#acc65ad8aba82c1 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#acc65ad8aba82c1 .uk-dropdown li a {
  font-size: 14;
  color: #444;
}
#acc65ad8aba82c1 .uk-dropdown li a:hover {
  color: #222;
}
#acc65ad8aba82c1 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a5e9ba8361a1e1b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a5e9ba8361a1e1b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a5e9ba8361a1e1b .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
}
#a5e9ba8361a1e1b .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a5e9ba8361a1e1b .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  background-color: rgba(255, 255, 255, 0);
}
#a5e9ba8361a1e1b .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  background-color: rgba(255, 255, 255, 0);
}
#a5e9ba8361a1e1b .menu-list > li.active > a:before,
#a5e9ba8361a1e1b .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a5e9ba8361a1e1b .menu-list > li ul li {
  position: relative;
}
#a5e9ba8361a1e1b .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a5e9ba8361a1e1b .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a5e9ba8361a1e1b .menu-list li ul li:hover > a {
  background-color: rgba(121, 163, 243, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a5e9ba8361a1e1b .menu-list li ul li a:active,
#a5e9ba8361a1e1b .menu-list li ul li a.active,
#a5e9ba8361a1e1b .menu-list li ul li.active > a {
  background-color: rgba(121, 163, 243, 0);
}
#a5e9ba8361a1e1b .menu-list li ul,
#a5e9ba8361a1e1b .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a5e9ba8361a1e1b .menu-list li ul.menu-b > li,
#a5e9ba8361a1e1b .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a5e9ba8361a1e1b .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a5e9ba8361a1e1b .menu-list li:hover > ul {
  display: block;
}
#a5e9ba8361a1e1b .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#aa1d1a3b97a076b .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a3392a7194a0744 {
  /* Error Page */
  /* Error Page */
  /*--------------------------------------------Framework --------------------------------*/
  /*done*/
  /*done*/
  /*done*/
  /* Padding Section*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /* Padding Section*/
  /* Margin section */
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done - For the inside sections that has also Title section*/
  /* Margin section */
  /*--------------------------------------------FrameWork------------------------*/
}
#a3392a7194a0744 * {
  font-family: 'PT Sans Caption', sans-serif, 'arial', 'Times New Roman';
}
#a3392a7194a0744 .error .clip .shadow {
  height: 180px;
  /*Contrall*/
}
#a3392a7194a0744 .error .clip:nth-of-type(2) .shadow {
  width: 130px;
  /*Contrall play with javascript*/
}
#a3392a7194a0744 .error .clip:nth-of-type(1) .shadow,
#a3392a7194a0744 .error .clip:nth-of-type(3) .shadow {
  width: 250px;
  /*Contrall*/
}
#a3392a7194a0744 .error .digit {
  width: 150px;
  /*Contrall*/
  height: 150px;
  /*Contrall*/
  line-height: 150px;
  /*Contrall*/
  font-size: 120px;
  font-weight: bold;
}
#a3392a7194a0744 .error h2 {
  font-size: 32px;
}
#a3392a7194a0744 .error .msg {
  top: -190px;
  left: 30%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 32px;
}
#a3392a7194a0744 .error span.triangle {
  top: 70%;
  right: 0%;
  border-left: 20px solid #535353;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
#a3392a7194a0744 .error .container-error-404 {
  margin-top: 10%;
  position: relative;
  height: 250px;
  padding-top: 40px;
  text-align: center;
}
#a3392a7194a0744 .error .container-error-404 .clip {
  display: inline-block;
  transform: skew(-45deg);
}
#a3392a7194a0744 .error .clip .shadow {
  overflow: hidden;
}
#a3392a7194a0744 .error .clip:nth-of-type(2) .shadow {
  overflow: hidden;
  position: relative;
  box-shadow: inset 20px 0px 20px -15px rgba(150, 150, 150, 0.8), 20px 0px 20px -15px rgba(150, 150, 150, 0.8);
}
#a3392a7194a0744 .error .clip:nth-of-type(3) .shadow:after,
#a3392a7194a0744 .error .clip:nth-of-type(1) .shadow:after {
  content: "";
  position: absolute;
  right: -8px;
  bottom: 0px;
  z-index: 9999;
  height: 100%;
  width: 10px;
  background: linear-gradient(90deg, transparent, rgba(173, 173, 173, 0.8), transparent);
  border-radius: 50%;
}
#a3392a7194a0744 .error .clip:nth-of-type(3) .shadow:after {
  left: -8px;
}
#a3392a7194a0744 .error .digit {
  position: relative;
  top: 8%;
  color: white;
  background: #07B3F9;
  border-radius: 50%;
  display: inline-block;
  transform: skew(45deg);
}
#a3392a7194a0744 .error .clip:nth-of-type(2) .digit {
  left: -10%;
}
#a3392a7194a0744 .error .clip:nth-of-type(1) .digit {
  right: -20%;
}
#a3392a7194a0744 .error .clip:nth-of-type(3) .digit {
  left: -20%;
}
#a3392a7194a0744 .error h2 {
  color: #A2A2A2;
  font-weight: bold;
  padding-bottom: 20px;
}
#a3392a7194a0744 .error .msg {
  position: relative;
  z-index: 9999;
  display: block;
  background: #535353;
  color: #A2A2A2;
  border-radius: 50%;
  font-style: italic;
}
#a3392a7194a0744 .error .triangle {
  position: absolute;
  z-index: 999;
  transform: rotate(45deg);
  content: "";
  width: 0;
  height: 0;
}
@media (max-width: 767px) {
  #a3392a7194a0744 {
    /* Error Page */
    /* Error Page */
  }
  #a3392a7194a0744 .error .clip .shadow {
    height: 100px;
    /*Contrall*/
  }
  #a3392a7194a0744 .error .clip:nth-of-type(2) .shadow {
    width: 80px;
    /*Contrall play with javascript*/
  }
  #a3392a7194a0744 .error .clip:nth-of-type(1) .shadow,
  #a3392a7194a0744 .error .clip:nth-of-type(3) .shadow {
    width: 100px;
    /*Contrall*/
  }
  #a3392a7194a0744 .error .digit {
    width: 80px;
    /*Contrall*/
    height: 80px;
    /*Contrall*/
    line-height: 80px;
    /*Contrall*/
    font-size: 52px;
  }
  #a3392a7194a0744 .error h2 {
    font-size: 24px;
  }
  #a3392a7194a0744 .error .msg {
    top: -110px;
    left: 15%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  #a3392a7194a0744 .error span.triangle {
    top: 70%;
    right: -3%;
    border-left: 10px solid #535353;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  #a3392a7194a0744 .error .container-error-404 {
    height: 150px;
  }
}
#a3392a7194a0744 .overlay {
  position: relative;
  z-index: 20;
}
#a3392a7194a0744 .ground-color {
  background: white;
}
#a3392a7194a0744 .item-bg-color {
  background: #EAEAEA;
}
#a3392a7194a0744 .padding-top {
  padding-top: 10px;
}
#a3392a7194a0744 .padding-bottom {
  padding-bottom: 10px;
}
#a3392a7194a0744 .padding-vertical {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a3392a7194a0744 .padding-horizontal {
  padding-left: 10px;
  padding-right: 10px;
}
#a3392a7194a0744 .padding-all {
  padding: 10px;
}
#a3392a7194a0744 .no-padding-left {
  padding-left: 0px;
}
#a3392a7194a0744 .no-padding-right {
  padding-right: 0px;
}
#a3392a7194a0744 .no-vertical-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
#a3392a7194a0744 .no-horizontal-padding {
  padding-left: 0px;
  padding-right: 0px;
}
#a3392a7194a0744 .no-padding {
  padding: 0px;
}
#a3392a7194a0744 .margin-top {
  margin-top: 10px;
}
#a3392a7194a0744 .margin-bottom {
  margin-bottom: 10px;
}
#a3392a7194a0744 .margin-right {
  margin-right: 10px;
}
#a3392a7194a0744 .margin-left {
  margin-left: 10px;
}
#a3392a7194a0744 .margin-horizontal {
  margin-left: 10px;
  margin-right: 10px;
}
#a3392a7194a0744 .margin-vertical {
  margin-top: 10px;
  margin-bottom: 10px;
}
#a3392a7194a0744 .margin-all {
  margin: 10px;
}
#a3392a7194a0744 .no-margin {
  margin: 0px;
}
#a3392a7194a0744 .no-vertical-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}
#a3392a7194a0744 .no-horizontal-margin {
  margin-left: 0px;
  margin-right: 0px;
}
#a3392a7194a0744 .inside-col-shrink {
  margin: 0px 20px;
}
#a3392a7194a0744 hr {
  margin: 0px;
  padding: 0px;
  border-top: 1px dashed #999;
}
#aace8aa611ae88b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#aace8aa611ae88b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#aace8aa611ae88b .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#aace8aa611ae88b .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#aace8aa611ae88b .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#aace8aa611ae88b .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#aace8aa611ae88b .menu-list > li.active > a:before,
#aace8aa611ae88b .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#aace8aa611ae88b .menu-list > li ul li {
  position: relative;
}
#aace8aa611ae88b .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#aace8aa611ae88b .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#aace8aa611ae88b .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aace8aa611ae88b .menu-list li ul li a:active,
#aace8aa611ae88b .menu-list li ul li a.active,
#aace8aa611ae88b .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#aace8aa611ae88b .menu-list li ul,
#aace8aa611ae88b .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#aace8aa611ae88b .menu-list li ul.menu-b > li,
#aace8aa611ae88b .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#aace8aa611ae88b .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#aace8aa611ae88b .menu-list li:hover > ul {
  display: block;
}
#aace8aa611ae88b .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6ea1a7a90aa04f , #a6ea1a7a90aa04f a{color: rgba(74, 144, 226, 1);}#a8263a22d0abc0c > .ele-wrap {background-color: 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: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#acc65ad8aba82c1 .site-language-menu a {
  font-size: 14;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#acc65ad8aba82c1 .site-language-menu a:hover {
  color: #000000;
}
#acc65ad8aba82c1 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#acc65ad8aba82c1 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#acc65ad8aba82c1 .uk-dropdown li a {
  font-size: 14;
  color: #444;
}
#acc65ad8aba82c1 .uk-dropdown li a:hover {
  color: #222;
}
#acc65ad8aba82c1 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a5e9ba8361a1e1b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a5e9ba8361a1e1b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a5e9ba8361a1e1b .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
}
#a5e9ba8361a1e1b .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a5e9ba8361a1e1b .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  background-color: rgba(255, 255, 255, 0);
}
#a5e9ba8361a1e1b .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  background-color: rgba(255, 255, 255, 0);
}
#a5e9ba8361a1e1b .menu-list > li.active > a:before,
#a5e9ba8361a1e1b .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a5e9ba8361a1e1b .menu-list > li ul li {
  position: relative;
}
#a5e9ba8361a1e1b .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a5e9ba8361a1e1b .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a5e9ba8361a1e1b .menu-list li ul li:hover > a {
  background-color: rgba(121, 163, 243, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a5e9ba8361a1e1b .menu-list li ul li a:active,
#a5e9ba8361a1e1b .menu-list li ul li a.active,
#a5e9ba8361a1e1b .menu-list li ul li.active > a {
  background-color: rgba(121, 163, 243, 0);
}
#a5e9ba8361a1e1b .menu-list li ul,
#a5e9ba8361a1e1b .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a5e9ba8361a1e1b .menu-list li ul.menu-b > li,
#a5e9ba8361a1e1b .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a5e9ba8361a1e1b .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a5e9ba8361a1e1b .menu-list li:hover > ul {
  display: block;
}
#a5e9ba8361a1e1b .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#aa1d1a3b97a076b .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a1792a12b0a90a8 .login-main {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(12, 1, 4, 0.05);
}
#a1792a12b0a90a8 .switch_item {
  margin-right: 10px;
}
#a1792a12b0a90a8 a.switch_item:hover {
  text-decoration: underline;
}
#a1792a12b0a90a8 .slider {
  width: 420px;
  height: 600px;
}
#a1792a12b0a90a8 .uk-slideshow-items {
  height: 100%;
}
#a1792a12b0a90a8 .uk-slideshow-items a {
  width: 100%;
  height: 100%;
  display: block;
}
#a1792a12b0a90a8 .login-wrap {
  width: 100%;
  height: 100%;
}
#a1792a12b0a90a8 .uk-dotnav > * > * {
  background: #fff;
  border-color: #fff;
  opacity: .5;
}
#a1792a12b0a90a8 .uk-dotnav > .uk-active > * {
  border-color: #0076fe;
  background: #0076fe;
}
#a1792a12b0a90a8 .phone-login-box {
  margin: 40px auto 40px;
}
#a1792a12b0a90a8 .login-header {
  margin-bottom: 24px;
}
#a1792a12b0a90a8 .login-header h4 {
  font-size: 22px;
  font-weight: bolder;
  line-height: 1;
  padding-left: 20px;
  border-left: 4px solid #0076fe;
}
#a1792a12b0a90a8 .input-item {
  width: 330px;
  height: 45px;
  background-color: #f0f2f7;
  border-radius: 22px;
  border: solid 1px #e3e8f0;
  position: relative;
  overflow: hidden;
}
#a1792a12b0a90a8 .input-item input {
  width: 100%;
  padding: 0 16px 0 40px;
  height: 43px;
  border-radius: 0 21px 21px 0;
  position: absolute;
  right: 0;
  border: 0;
  line-height: 43px;
  background-color: transparent;
  outline: 0;
  font-size: 14px;
}
#a1792a12b0a90a8 .forget_password {
  cursor: pointer;
}
#a1792a12b0a90a8 .forget_password:hover {
  color: #4a90e2;
}
#a1792a12b0a90a8 .input-item input.error,
#a1792a12b0a90a8 .input-item input.error::placeholder {
  color: #fc4343;
}
#a1792a12b0a90a8 .input-item input::placeholder {
  color: #999;
}
#a1792a12b0a90a8 .input-item .icon {
  position: absolute;
  left: 10px;
  top: 12px;
  fill: #ccc;
  width: 20px;
}
#a1792a12b0a90a8 .form-item {
  margin: 24px 0;
}
#a1792a12b0a90a8 .verifycode-input .input-item {
  width: 200px;
  float: left;
}
#a1792a12b0a90a8 .send-code {
  float: left;
  margin-left: 20px;
}
#a1792a12b0a90a8 .verifycode-input button {
  display: block;
  padding: 0;
  height: 45px;
  width: 105px;
  background-color: #f1f7ff;
  border-radius: 22px;
  font-size: 14px;
  -webkit-transition: .3s;
  transition: .3s;
  color: #999;
  cursor: pointer;
}
#a1792a12b0a90a8 .submit {
  width: 330px;
  height: 45px;
  background-color: #0076fe;
  border-radius: 22px;
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  cursor: pointer;
}
#a1792a12b0a90a8 .error {
  color: #fc4343;
  font-size: 12px;
  padding-left: 10px;
  display: block;
  max-width: 300px;
}
#a1792a12b0a90a8 .login_btn_wrap {
  text-align: center;
}
#a1792a12b0a90a8 .login_btn_wrap .submit {
  display: block;
  margin-bottom: 10px;
}
#a1792a12b0a90a8 .input-item .pwd-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  font-size: 16px;
  color: #999;
  cursor: pointer;
}
#a1792a12b0a90a8 .input-item .pwd-toggle:hover {
  color: currentColor;
}
#aace8aa611ae88b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#aace8aa611ae88b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#aace8aa611ae88b .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#aace8aa611ae88b .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#aace8aa611ae88b .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#aace8aa611ae88b .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#aace8aa611ae88b .menu-list > li.active > a:before,
#aace8aa611ae88b .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#aace8aa611ae88b .menu-list > li ul li {
  position: relative;
}
#aace8aa611ae88b .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#aace8aa611ae88b .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#aace8aa611ae88b .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aace8aa611ae88b .menu-list li ul li a:active,
#aace8aa611ae88b .menu-list li ul li a.active,
#aace8aa611ae88b .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#aace8aa611ae88b .menu-list li ul,
#aace8aa611ae88b .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#aace8aa611ae88b .menu-list li ul.menu-b > li,
#aace8aa611ae88b .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#aace8aa611ae88b .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#aace8aa611ae88b .menu-list li:hover > ul {
  display: block;
}
#aace8aa611ae88b .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6ea1a7a90aa04f , #a6ea1a7a90aa04f a{color: rgba(74, 144, 226, 1);}#a8263a22d0abc0c > .ele-wrap {background-color: 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: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#acc65ad8aba82c1 .site-language-menu a {
  font-size: 14;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#acc65ad8aba82c1 .site-language-menu a:hover {
  color: #000000;
}
#acc65ad8aba82c1 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#acc65ad8aba82c1 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#acc65ad8aba82c1 .uk-dropdown li a {
  font-size: 14;
  color: #444;
}
#acc65ad8aba82c1 .uk-dropdown li a:hover {
  color: #222;
}
#acc65ad8aba82c1 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a5e9ba8361a1e1b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a5e9ba8361a1e1b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a5e9ba8361a1e1b .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
}
#a5e9ba8361a1e1b .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a5e9ba8361a1e1b .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  background-color: rgba(255, 255, 255, 0);
}
#a5e9ba8361a1e1b .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  background-color: rgba(255, 255, 255, 0);
}
#a5e9ba8361a1e1b .menu-list > li.active > a:before,
#a5e9ba8361a1e1b .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a5e9ba8361a1e1b .menu-list > li ul li {
  position: relative;
}
#a5e9ba8361a1e1b .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a5e9ba8361a1e1b .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a5e9ba8361a1e1b .menu-list li ul li:hover > a {
  background-color: rgba(121, 163, 243, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a5e9ba8361a1e1b .menu-list li ul li a:active,
#a5e9ba8361a1e1b .menu-list li ul li a.active,
#a5e9ba8361a1e1b .menu-list li ul li.active > a {
  background-color: rgba(121, 163, 243, 0);
}
#a5e9ba8361a1e1b .menu-list li ul,
#a5e9ba8361a1e1b .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a5e9ba8361a1e1b .menu-list li ul.menu-b > li,
#a5e9ba8361a1e1b .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a5e9ba8361a1e1b .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a5e9ba8361a1e1b .menu-list li:hover > ul {
  display: block;
}
#a5e9ba8361a1e1b .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#aa1d1a3b97a076b .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aa159a9b1fa4e93 .sidebar {
  width: 150px;
  max-width: 150px;
  height: 100%;
}
#aa159a9b1fa4e93 .nav-items {
  background: #fafafa;
  min-height: 200px;
}
#aa159a9b1fa4e93 .phone-info {
  background: #fafafa;
  margin-top: 10px;
  font-size: 12px;
  padding: 22px 4px 20px 16px;
  line-height: 1.5;
  color: #666;
}
#aa159a9b1fa4e93 .phone-info .phone {
  line-height: 1.5;
  color: #333;
  font-size: 18px;
  font-family: Arial;
}
#aa159a9b1fa4e93 .nav-type {
  line-height: 37px;
  padding-left: 20px;
  cursor: pointer;
}
#aa159a9b1fa4e93 .nav-type.active {
  color: #FFF;
  cursor: default;
  background: #ff658c;
}
#aa159a9b1fa4e93 .content {
  padding-bottom: 60px;
  color: #666;
  border: 1px solid #f0f0f0;
  min-height: 400px;
}
#aa159a9b1fa4e93 .nav-list {
  padding: 0 20px;
}
#aa159a9b1fa4e93 .nav-list .nav-item {
  display: inline-block;
  line-height: 21px;
  padding: 2px 6px 3px;
  font-size: 14px;
  color: #666;
  margin: 10px 30px 15px 0;
  cursor: pointer;
}
#aa159a9b1fa4e93 .nav-list .nav-item.active {
  background-color: #ff5c89;
  color: #fff;
  cursor: default;
}
#aa159a9b1fa4e93 .order-item {
  margin-top: 10px;
  background: #fff;
  padding: 0 20px;
}
#aa159a9b1fa4e93 .order-item:hover {
  background: #f7f7f7;
}
#aa159a9b1fa4e93 .del-order {
  cursor: pointer;
}
#aa159a9b1fa4e93 .order-item .order-title {
  line-height: 40px;
  color: #666;
  font-size: 13px;
  border-bottom: 1px solid #f7f7f7;
}
#aa159a9b1fa4e93 .goods-item {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
}
#aa159a9b1fa4e93 .order-goods-list .goods-item:last-child {
  border-bottom: none;
}
#aa159a9b1fa4e93 .goods-item img {
  width: 100px;
  height: 100px;
  background: #f4f4f4;
}
#aa159a9b1fa4e93 .goods-item .goods-info {
  padding: 0 15px;
}
#aa159a9b1fa4e93 .appoint-time span {
  color: #e4393c;
  background-color: #f9eeee;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 2px;
  line-height: 1;
}
#aa159a9b1fa4e93 .appoint-time {
  margin-bottom: 4px;
}
#aa159a9b1fa4e93 .appoint-name {
  color: #333;
  font-size: 14px;
}
#aa159a9b1fa4e93 .appoint-info {
  padding: 0 15px;
  font-size: 12px;
  color: #888;
}
#aa159a9b1fa4e93 .goods-item .goods-name {
  color: #333;
}
#aa159a9b1fa4e93 .goods-item .sku-name {
  color: #999;
  font-size: 12px;
}
#aa159a9b1fa4e93 .order-total-info {
  padding-bottom: 10px;
  color: #999;
  font-size: 12px;
}
#aa159a9b1fa4e93 .order-total-info .total-price {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
}
#aa159a9b1fa4e93 .load-more {
  font-size: 12px;
  padding-bottom: 15px;
  color: #999;
}
#aa159a9b1fa4e93 .order-btns {
  padding: 10px 0;
  border-top: 1px solid #f7f7f7;
}
#aa159a9b1fa4e93 .order-btns .btn {
  line-height: 26px;
  border-radius: 2px;
  border: 1px solid #ececec;
  padding: 0 14px;
  display: inline-block;
  margin-left: 8px;
  background: #fff;
  color: #333;
}
#aa159a9b1fa4e93 .order-btns .btn-warn {
  color: #fff;
  background: #eb3c3c;
  border-color: #eb3c3c;
  cursor: pointer;
}
#aa159a9b1fa4e93 .appoint-info .title {
  font-weight: bold;
  color: #333;
}
#aa159a9b1fa4e93 .coupon-item {
  margin: 10px 30px;
  display: inline-flex;
  width: 42%;
}
#aa159a9b1fa4e93 .setting-form {
  padding: 30px 20px;
}
#aa159a9b1fa4e93 .setting-item {
  margin-bottom: 20px;
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
#aa159a9b1fa4e93 .setting-item .label {
  display: inline-block;
  margin-right: 6px;
  text-align: right;
  min-width: 120px;
}
#aa159a9b1fa4e93 .setting-item .input-text {
  border: 1px solid #ccc;
  line-height: 28px;
  padding: 0 10px;
  min-width: 200px;
  font-size: 13px;
}
#aa159a9b1fa4e93 .setting-form .setting-btns {
  margin-left: 130px;
}
#aa159a9b1fa4e93 .setting-form .uk-button {
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
}
#aa159a9b1fa4e93 .setting-wrap {
  position: relative;
}
#aa159a9b1fa4e93 .user-info {
  border: 1px solid #ccc;
  width: 300px;
  position: absolute;
  right: 80px;
  top: 30px;
  color: #666;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
}
#aa159a9b1fa4e93 .user-info .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
#aa159a9b1fa4e93 .user-info .levels {
  color: #888;
  font-size: 12px;
}
#aa159a9b1fa4e93 .address-wrap {
  padding: 30px 20px;
}
#aa159a9b1fa4e93 .addr-header {
  font-size: 18px;
  color: #333;
  margin: 0;
}
#aa159a9b1fa4e93 .addr-detail {
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
}
#aa159a9b1fa4e93 .addr-list {
  min-height: 200px;
}
#aa159a9b1fa4e93 .addr-detail .addr-item-name,
#aa159a9b1fa4e93 .addr-detail .addr-default {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 0 5px;
  vertical-align: middle;
  margin: -2px 5px 0 0;
  max-width: 8em;
  height: 16px;
  line-height: 14px;
  font-size: 12px;
  color: #4b9bfb;
  border: 1px solid #4b9bfb;
}
#aa159a9b1fa4e93 .addr-detail .addr-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
#aa159a9b1fa4e93 .addr-detail .addr-item-name {
  color: #e93b3d;
  border-color: #e93b3d;
}
#aa159a9b1fa4e93 .addr-detail {
  padding: 12px 0;
  flex: 1;
}
#aa159a9b1fa4e93 .op-btns a {
  font-size: 12px;
  color: #e93b3d;
  margin-left: 6px;
}
#aa159a9b1fa4e93 .add-addr {
  height: 32px;
  line-height: 30px;
}
#aa159a9b1fa4e93 .publish-item .status {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 50px;
  background: url(/resources/sys/img/icons/info-pass.png) center center no-repeat;
  background-size: contain;
}
#aa159a9b1fa4e93 .publish-item {
  cursor: default;
  min-height: 120px;
}
#aa159a9b1fa4e93 .publish-item .status-0 {
  background-image: url(/resources/sys/img/icons/info-unread.png);
}
#aa159a9b1fa4e93 .publish-item .status-1 {
  background-image: url(/resources/sys/img/icons/info-fail.png);
}
#aa159a9b1fa4e93 .publish-item .btns a {
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 2px;
  color: #fff;
  background: #4a90e2;
}
#aa159a9b1fa4e93 .publish-item .btns .del-info {
  background: #ccc;
  color: #999;
}
#aace8aa611ae88b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#aace8aa611ae88b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#aace8aa611ae88b .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#aace8aa611ae88b .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#aace8aa611ae88b .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#aace8aa611ae88b .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#aace8aa611ae88b .menu-list > li.active > a:before,
#aace8aa611ae88b .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#aace8aa611ae88b .menu-list > li ul li {
  position: relative;
}
#aace8aa611ae88b .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#aace8aa611ae88b .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#aace8aa611ae88b .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aace8aa611ae88b .menu-list li ul li a:active,
#aace8aa611ae88b .menu-list li ul li a.active,
#aace8aa611ae88b .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#aace8aa611ae88b .menu-list li ul,
#aace8aa611ae88b .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#aace8aa611ae88b .menu-list li ul.menu-b > li,
#aace8aa611ae88b .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#aace8aa611ae88b .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#aace8aa611ae88b .menu-list li:hover > ul {
  display: block;
}
#aace8aa611ae88b .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6ea1a7a90aa04f , #a6ea1a7a90aa04f a{color: rgba(74, 144, 226, 1);}#a8263a22d0abc0c > .ele-wrap {background-color: 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: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#acc65ad8aba82c1 .site-language-menu a {
  font-size: 14;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#acc65ad8aba82c1 .site-language-menu a:hover {
  color: #000000;
}
#acc65ad8aba82c1 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#acc65ad8aba82c1 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#acc65ad8aba82c1 .uk-dropdown li a {
  font-size: 14;
  color: #444;
}
#acc65ad8aba82c1 .uk-dropdown li a:hover {
  color: #222;
}
#acc65ad8aba82c1 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a5e9ba8361a1e1b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a5e9ba8361a1e1b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a5e9ba8361a1e1b .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
}
#a5e9ba8361a1e1b .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a5e9ba8361a1e1b .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  background-color: rgba(255, 255, 255, 0);
}
#a5e9ba8361a1e1b .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  background-color: rgba(255, 255, 255, 0);
}
#a5e9ba8361a1e1b .menu-list > li.active > a:before,
#a5e9ba8361a1e1b .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a5e9ba8361a1e1b .menu-list > li ul li {
  position: relative;
}
#a5e9ba8361a1e1b .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a5e9ba8361a1e1b .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a5e9ba8361a1e1b .menu-list li ul li:hover > a {
  background-color: rgba(121, 163, 243, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a5e9ba8361a1e1b .menu-list li ul li a:active,
#a5e9ba8361a1e1b .menu-list li ul li a.active,
#a5e9ba8361a1e1b .menu-list li ul li.active > a {
  background-color: rgba(121, 163, 243, 0);
}
#a5e9ba8361a1e1b .menu-list li ul,
#a5e9ba8361a1e1b .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a5e9ba8361a1e1b .menu-list li ul.menu-b > li,
#a5e9ba8361a1e1b .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a5e9ba8361a1e1b .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a5e9ba8361a1e1b .menu-list li:hover > ul {
  display: block;
}
#a5e9ba8361a1e1b .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#aa1d1a3b97a076b .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a191aa8524afbf0 {
  min-height: 90vh;
  /* mobile */
}
#a191aa8524afbf0 .search-highlight {
  background: yellow;
}
#a191aa8524afbf0 .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a191aa8524afbf0 .el-title {
  margin-bottom: 20px;
}
#a191aa8524afbf0 .el-item:hover .el-title {
  color: #0f6ecd;
}
#a191aa8524afbf0 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a191aa8524afbf0 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a191aa8524afbf0 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a191aa8524afbf0 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a191aa8524afbf0 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a191aa8524afbf0 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a191aa8524afbf0 .el-title {
    margin-bottom: 0;
  }
  #a191aa8524afbf0 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a191aa8524afbf0 .category {
    font-size: 12px;
  }
  #a191aa8524afbf0 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#aace8aa611ae88b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#aace8aa611ae88b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#aace8aa611ae88b .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#aace8aa611ae88b .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#aace8aa611ae88b .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#aace8aa611ae88b .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#aace8aa611ae88b .menu-list > li.active > a:before,
#aace8aa611ae88b .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#aace8aa611ae88b .menu-list > li ul li {
  position: relative;
}
#aace8aa611ae88b .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#aace8aa611ae88b .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#aace8aa611ae88b .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aace8aa611ae88b .menu-list li ul li a:active,
#aace8aa611ae88b .menu-list li ul li a.active,
#aace8aa611ae88b .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#aace8aa611ae88b .menu-list li ul,
#aace8aa611ae88b .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#aace8aa611ae88b .menu-list li ul.menu-b > li,
#aace8aa611ae88b .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#aace8aa611ae88b .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#aace8aa611ae88b .menu-list li:hover > ul {
  display: block;
}
#aace8aa611ae88b .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6ea1a7a90aa04f , #a6ea1a7a90aa04f a{color: rgba(74, 144, 226, 1);}#a8263a22d0abc0c > .ele-wrap {background-color: 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: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#acc65ad8aba82c1 .site-language-menu a {
  font-size: 14;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#acc65ad8aba82c1 .site-language-menu a:hover {
  color: #000000;
}
#acc65ad8aba82c1 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#acc65ad8aba82c1 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#acc65ad8aba82c1 .uk-dropdown li a {
  font-size: 14;
  color: #444;
}
#acc65ad8aba82c1 .uk-dropdown li a:hover {
  color: #222;
}
#acc65ad8aba82c1 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a5e9ba8361a1e1b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a5e9ba8361a1e1b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a5e9ba8361a1e1b .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
}
#a5e9ba8361a1e1b .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a5e9ba8361a1e1b .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  background-color: rgba(255, 255, 255, 0);
}
#a5e9ba8361a1e1b .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  background-color: rgba(255, 255, 255, 0);
}
#a5e9ba8361a1e1b .menu-list > li.active > a:before,
#a5e9ba8361a1e1b .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a5e9ba8361a1e1b .menu-list > li ul li {
  position: relative;
}
#a5e9ba8361a1e1b .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a5e9ba8361a1e1b .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a5e9ba8361a1e1b .menu-list li ul li:hover > a {
  background-color: rgba(121, 163, 243, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a5e9ba8361a1e1b .menu-list li ul li a:active,
#a5e9ba8361a1e1b .menu-list li ul li a.active,
#a5e9ba8361a1e1b .menu-list li ul li.active > a {
  background-color: rgba(121, 163, 243, 0);
}
#a5e9ba8361a1e1b .menu-list li ul,
#a5e9ba8361a1e1b .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a5e9ba8361a1e1b .menu-list li ul.menu-b > li,
#a5e9ba8361a1e1b .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a5e9ba8361a1e1b .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a5e9ba8361a1e1b .menu-list li:hover > ul {
  display: block;
}
#a5e9ba8361a1e1b .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#aa1d1a3b97a076b .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a2bc4acb11acef3 .comment-detail {
  min-height: 600px;
}
#a2bc4acb11acef3 table {
  background: #f9fdff;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#a2bc4acb11acef3 table th,
#a2bc4acb11acef3 table td {
  padding: 10px 20px;
  border: #ececec 1px solid;
  line-height: 1.8em;
}
#a2bc4acb11acef3 table th {
  padding-left: 0;
  text-align: right;
  background: #eff7fe;
  font-weight: normal;
  color: #333;
}
#a2bc4acb11acef3 .red {
  color: #F00!important;
}
#a2bc4acb11acef3 .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;
}
#aace8aa611ae88b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#aace8aa611ae88b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#aace8aa611ae88b .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#aace8aa611ae88b .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#aace8aa611ae88b .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#aace8aa611ae88b .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#aace8aa611ae88b .menu-list > li.active > a:before,
#aace8aa611ae88b .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#aace8aa611ae88b .menu-list > li ul li {
  position: relative;
}
#aace8aa611ae88b .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#aace8aa611ae88b .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#aace8aa611ae88b .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aace8aa611ae88b .menu-list li ul li a:active,
#aace8aa611ae88b .menu-list li ul li a.active,
#aace8aa611ae88b .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#aace8aa611ae88b .menu-list li ul,
#aace8aa611ae88b .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#aace8aa611ae88b .menu-list li ul.menu-b > li,
#aace8aa611ae88b .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#aace8aa611ae88b .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#aace8aa611ae88b .menu-list li:hover > ul {
  display: block;
}
#aace8aa611ae88b .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6ea1a7a90aa04f , #a6ea1a7a90aa04f a{color: rgba(74, 144, 226, 1);}#a8263a22d0abc0c > .ele-wrap {background-color: 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: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#acc65ad8aba82c1 .site-language-menu a {
  font-size: 14;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#acc65ad8aba82c1 .site-language-menu a:hover {
  color: #000000;
}
#acc65ad8aba82c1 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#acc65ad8aba82c1 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#acc65ad8aba82c1 .uk-dropdown li a {
  font-size: 14;
  color: #444;
}
#acc65ad8aba82c1 .uk-dropdown li a:hover {
  color: #222;
}
#acc65ad8aba82c1 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a5e9ba8361a1e1b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a5e9ba8361a1e1b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a5e9ba8361a1e1b .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
}
#a5e9ba8361a1e1b .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a5e9ba8361a1e1b .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  background-color: rgba(255, 255, 255, 0);
}
#a5e9ba8361a1e1b .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  background-color: rgba(255, 255, 255, 0);
}
#a5e9ba8361a1e1b .menu-list > li.active > a:before,
#a5e9ba8361a1e1b .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a5e9ba8361a1e1b .menu-list > li ul li {
  position: relative;
}
#a5e9ba8361a1e1b .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a5e9ba8361a1e1b .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a5e9ba8361a1e1b .menu-list li ul li:hover > a {
  background-color: rgba(121, 163, 243, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a5e9ba8361a1e1b .menu-list li ul li a:active,
#a5e9ba8361a1e1b .menu-list li ul li a.active,
#a5e9ba8361a1e1b .menu-list li ul li.active > a {
  background-color: rgba(121, 163, 243, 0);
}
#a5e9ba8361a1e1b .menu-list li ul,
#a5e9ba8361a1e1b .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a5e9ba8361a1e1b .menu-list li ul.menu-b > li,
#a5e9ba8361a1e1b .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a5e9ba8361a1e1b .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a5e9ba8361a1e1b .menu-list li:hover > ul {
  display: block;
}
#a5e9ba8361a1e1b .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
